body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-opened .mm-page {
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06); }
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25); }
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/* -- dk_mmenu theme 'lighter' -- */
.mm-ismenu.mm-light
{
	background: #ececec;
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Trainingswerk_Navigation.css */
#sec_nav li.active,#sec_nav li:hover,#sec_nav li.active ul.level_2 li:hover,#third_nav li:hover,#third_nav li:hover a,#third_nav li.active,#third_nav li.active a{background-color:#3c3c3b;color:#fff}#third_nav li.nonav,#artikelnav li.nonav{display:none !important}#third_nav ul li{display:inline-block;padding-right:5px;padding-left:5px}#third_nav ul li a{font-size:18px;line-height:46px;text-decoration:none;color:#575956}#third_nav{height:45px;right:0;top:136px;position:absolute;z-index:9}#third_nav li a,#third_nav li span{line-height:45px}#main_nav ul.level_1 li a,#main_nav ul.level_1 li span{width:100%;height:100%;position:absolute;display:block;margin-left:10px;text-align:left;font-size:18px;line-height:245px;text-decoration:none;color:#fff}#artikelnav ul li a{width:20px;height:20px;display:block;background-image:url("../../tl_files/koerperwerk/layout/artikelnav_bt.png");font-size:0}#artikelnav ul li.active a{background-image:url("../../tl_files/koerperwerk/layout/artikelnav_bt_active.png")}#artikelnav ul li{margin-top:20px;margin-bottom:20px}#artikelnav ul{display: table-cell;vertical-align: middle}#artikelnav{height: 100%;top: 0;left: 50%;margin-left: 650px;position: fixed;float: right;display: table}#main_nav{width:1000px;height:136px;right:0;top:0;position:absolute}#sec_nav{width:1280px;top:90px;position:absolute;display:none;margin-right:auto;margin-left:auto}#sec_nav ul.level_1{height:45px;margin:0;padding:0;text-align:left;list-style-type:none}#sec_nav ul.level_1 li{line-height:45px}#sec_nav ul.level_1 li a,#sec_nav ul.level_1 li span{display:block;font-size:18px;line-height:45px;text-decoration:none;color:#575956}#main_nav ul.level_1 li:hover,#main_nav ul.level_1 li.active,#main_nav li.trail{background-color:#9e1828}#sec_nav ul.level_1 li,#main_nav ul.level_1 li{width:135px;height:135px;position:relative;float:left;margin-right:1px;margin-bottom:1px;background-color:#3c3c3b}#main_nav ul.level_1{height:90px;float:right;display:inline-block;margin:0;text-align:right;list-style-type:none}#sec_nav ul.level_2,#main_nav ul.level_2{display:none}
/* fonts.css */
/*@import url("//hello.myfonts.net/count/2c4248");*/

  
@font-face{font-family: 'HelveticaNeueLTCom-BdCn';src: url('../../tl_files/koerperwerk/layout/webfonts/2C4248_0_0.eot');src: url('../../tl_files/koerperwerk/layout/webfonts/2C4248_0_0.eot?#iefix') format('embedded-opentype'),url('../../tl_files/koerperwerk/layout/webfonts/2C4248_0_0.woff') format('woff'),url('../../tl_files/koerperwerk/layout/webfonts/2C4248_0_0.ttf') format('truetype')}@font-face{font-family:'HelveticaNeueLTCom-LtCn';src: url('../../tl_files/koerperwerk/layout/webfonts/2C4248_1_0.eot');src: url('../../tl_files/koerperwerk/layout/webfonts/2C4248_1_0.eot?#iefix') format('embedded-opentype'),url('../../tl_files/koerperwerk/layout/webfonts/2C4248_1_0.woff') format('woff'),url('../../tl_files/koerperwerk/layout/webfonts/2C4248_1_0.ttf') format('truetype')}
@media (max-width: 680px){
/* 680-Mobile.css */
#franchisekontakt fieldset.infos{padding-left: 0px;padding-right:0px;width: 100%}#franchisekontakt fieldset.nachricht,#franchisekontakt fieldset.textareas{padding-left: 0px;padding-right: 0px;width: 100%}#kontaktformular fieldset.nachricht{float:left;padding-left: 20px;padding-right: 20px;width: calc(100% - 40px)}body #franchisekontakt fieldset.infos input.text{width: calc(100% - 10px)}#franchisekontakt .nachricht .explanation{width: calc(100% - 40px)}#kontaktformular fieldset.infos{float:left;padding-left: 20px;padding-right:20px;width: calc(100% - 40px)}#kontaktformular fieldset.infos label,#franchisekontakt fieldset.infos label{display:block}#franchisekontakt .select select,#kontaktformular .select select{display:block;width: 100%}#kontaktformular fieldset.infos input.text,#franchisekontakt fieldset.infos input.text{width: calc(100% - 10px)}.img-float .ce_text p,.img-float.bigimg .ce_text p{width:100%;display:none;margin-left:0}#sec_nav ul.level_1 li a,#sec_nav ul.level_1 li span{font-size:14px}#logo{width:180px}#knigge .nopad{padding: 0 0}.kontakt h1.ce_headline{margin-left:15px}.mod_article.kontakt .rs-column.-large-col-2-1{min-width:450px;padding-right:15px;padding-left:15px;width: calc(100% - 30px)}.bg_680.ce_rsce_backgroundimage .background-image .text{margin:0;text-align:left;width: calc(100% - 60px)}.bg_680.ce_rsce_backgroundimage .background-image{background-image:none !important}.ce_text.lightgrey,.ce_text.darkgrey,.mod_article.darklight .ce_text,.mod_article.lightdark .ce_text,.mod_article.darkdark1 .ce_text,.mod_article.darkdark2 .ce_text{padding:15px}.mod_article .rs-columns.nopad .ce_text{padding:15px}.ce_rsce_bgtext h3{font-size:14px;line-height:18px}h1,h2,h3{margin-top:10px;margin-bottom:10px}.mod_article.darklight h1,.mod_article.lightdark .rs-column h1,.mod_article.darkdark1 h1,.mod_article.darkdark2 h1{margin-bottom:20px}h1{font-size:22px;line-height:24px}h2{font-size:16px;line-height:18px}#header .inside{width:100%}.spalten3 .rs-column.-large-col-3-1{width:100%}.spalten3 .rs-column.-large-col-3-1.-large-last{margin-right:10px}
}
/* Trainingswerk_basic.css */
.price-box em{font-size:300%;font-style:normal}select::-ms-expand{display:none}select{-moz-appearance: none}#franchisekontakt label.error,#franchisekontakt .radio_container.error.mandatory legend{color:#f00}#franchisekontakt p.error{display:none}#franchisekontakt .nachricht .explanation ul li{margin-bottom:20px;line-height:30px}#franchisekontakt .nachricht .explanation ul{padding-left:25px;list-style-image:url("../../tl_files/koerperwerk/layout/radio_active.png")}#franchisekontakt .nachricht .explanation{padding:20px;background-color:#e6e6e6}#franchisekontakt .select select,#kontaktformular .select select{height:45px;margin-bottom:5px;padding-left:5px;background-image:url("../../tl_files/koerperwerk/layout/pfeil.png");background-position:right center;background-repeat:no-repeat;border:1px solid #e6e6e6;border-radius:0;behavior:url('assets/css3pie/1.0.0/PIE.htc');width: calc(100% - 155px);-webkit-appearance:none;outline:none}#franchisekontakt fieldset.textareas textarea{width: calc(100% - 20px);height: 180px;padding: 5px}#franchisekontakt fieldset.textareas label{display:block;margin-top:20px;font-weight:bold}#franchisekontakt fieldset.textareas{padding-right:60px;padding-left:60px;width: calc(100% - 120px)}#kontaktformular fieldset.nachricht input.submit,#franchisekontakt fieldset input.submit{float:right;margin-top:40px;margin-bottom:40px;width: 240px;height: 60px;display: inline-block;text-align: center;background-color: #7d7d7d;font-size: 28px;line-height: 50px;text-decoration: none;font-weight: 300 !important;color: #e5e5e5 !important;border:0;cursor:pointer}body #franchisekontakt fieldset.infos input.text{padding:4px;border:1px solid #e8e8e8}#kontaktformular fieldset.infos input.text,#franchisekontakt fieldset.infos input.text{width: calc(100% - 165px);height: 30px;padding:5px;margin-bottom:5px;border:0}#kontaktformular fieldset.infos label,#franchisekontakt fieldset.infos label{width: 150px;display:inline-block}#kontaktformular fieldset.infos,#franchisekontakt fieldset.infos{float:left;padding-left: 60px;padding-right: 30px;width: calc(50% - 90px)}#kontaktformular fieldset.nachricht,#franchisekontakt fieldset.nachricht{float:left;padding-left: 30px;padding-right: 60px;width: calc(50% - 90px)}#franchisekontakt{margin-top:40px}.info #sec_nav,.info #third_nav,.info #main_nav li{display:none}.info #main_nav li.kontakt2{display:block}.info p.zweizeilig img{padding-right:3px;float:left}.info p.zweizeilig{float:left;line-height: 20px}.info .mod_article{margin-bottom:23px}.info #third_nav{display:none}.info section.ce_accordion .accordion{padding-bottom:45px}.info .oddeven section.ce_accordion .accordion{padding-bottom:0}.info .ce_image img{width: 100%;height: auto}.info #main .inside .mod_article.oddeven{padding-right:0;padding-left:0}.info .mod_article .toggler{cursor:pointer}.info .mod_article.oddeven .toggler{padding-left:60px}.info .mod_article.oddeven .rs-columns{padding-top:20px;padding-bottom:20px;width: calc(100% - 120px);padding-left: 60px;padding-right: 60px}.info .mod_article.oddeven .rs-columns:nth-child(odd){background-color:#bcbcbc}.info .ce_text p img{vertical-align:middle}.info .mod_article .ce_text{padding-top:20px;padding-bottom:20px}.info .toggler:after{background-image:url("../../tl_files/koerperwerk/layout/arrow_right.png");background-position:center center;background-repeat:no-repeat;content:"";padding-left: 70px;padding-top:6px}.info .toggler.ui-state-active:after{background-image:url("../../tl_files/koerperwerk/layout/arrow_down.png")}.info .toggler{padding-top:23px;padding-bottom:23px;padding-left:0;background-color:#e5e5e5;font-size:32px;line-height:32px;outline:none}.sysvor .row_0 td{vertical-align:middle}.sysvor .row_0{height:50px}.sysvor tr td.col_0,.sysvor tr td.col_last{border-right: 0px solid white}.sysvor tr td{border-right: 1px solid white}.sysvor .odd .col_0{background-color:#a3a3a3}.sysvor .even .col_0{background-color:#e3e3e3}.sysvor td{padding:5px 15px}.sysvor table .odd{background-color:#8d8d8d}.sysvor table .even{background-color:#c4c4c4}.sysvor .row_0 .col_0.col_first{background-color: #e6e6e6}.sysvor table .row_0 td img{float:right}.sysvor{font-weight:bold;color:#3c3c3b;overflow-x: auto}.sysvor table{width:100%}.mod_article .ce_text.headline_pad{padding-bottom:0}.programm .mod_article.pic100 .image_container img{width:100%;height:100%}a[title="probelogin"]{display:inline-block;padding:10px;background-color:#aa0729;font-size:32px;text-decoration:none;font-weight:300 !important;color:#fff !important}.logo_04 img{position: absolute;right: 60px;top: 50%;margin-top: -42px}.h1margin h1{margin-bottom:-10px}.homeicons .rs-columns.ce_rs_columns_start.nopad.first{padding-top:60px}#main .mod_article.homeicons .rs-columns.nopad .ce_text h1{height:115px;display:table-cell;padding-left:26px;vertical-align:middle}#main .mod_article.homeicons .rs-columns.nopad .ce_text{padding-top:0;padding-bottom:60px;padding-left:43px}.mod_article.homeicons{background-color:#e3e3e3}.ce_rsce_bgtext.p_right p{width:100%;text-align:right}.sf5 #nachrichtenliste .layout_latest .short,.sf6 #nachrichtenliste .layout_latest .short{width: 100% !important;display:block !important;padding: 23px 9% 23px 3.7% !important}.sf5 .spalten3 .image_container img,.sf6 .spalten3 .image_container img{height:auto}.sf5 .background-image .right.text,.sf6 .background-image .right.text{width: 50%;margin-left: 40%}.sf5 .background-image .left.text,.sf6 .background-image .left.text{width: 50%;margin-right: 40%}.sf5 .mod_article .ce_rsce_bgtext img,.sf6 .mod_article .ce_rsce_bgtext img{margin-left:-4.7%;width: 109.4%}section.freiburg_aufmacher .background-image .left.text{width:30%}section.ce_rsce_bgtext img{width:100%}.galerie .ce_gallery ul li .image_container img{width:100%;height:100%}.galerie .ce_gallery ul li:nth-child(4n+0) .image_container{margin-left:30px}.galerie .ce_gallery ul li:nth-child(3) .image_container,.galerie .ce_gallery ul li:nth-child(7) .image_container{margin-right:10px;margin-left:20px}.galerie .ce_gallery ul li:nth-child(2) .image_container,.galerie .ce_gallery ul li:nth-child(6) .image_container{margin-right:20px;margin-left:10px}.galerie .ce_gallery ul li:nth-child(1) .image_container,.galerie .ce_gallery ul li:nth-child(5n+0) .image_container{margin-right:30px}.galerie .ce_gallery ul li{margin-bottom:30px;text-align:center;width: 25%}.galerie .ce_gallery{padding-bottom:40px}#footer{width:100%;height:190px;bottom:0;left:0;margin-top:120px;background-color:#e5e5e5}#footer .footer_box{width:1280px;margin-right:auto;margin-left:auto;padding-top:30px;text-align:right;color:#454545}#footer .footer_box span a{text-decoration:none}#footer .footer_box span a:hover{text-decoration:underline}#footer #footer_nav ul li{display:inline-block}#footer #footer_nav ul li a{padding-right:8px;padding-left:8px;border-right:2px solid #454545;font-weight:bold;text-decoration:none;color:#454545}#footer #footer_nav ul li span{padding-right:8px;padding-left:8px;border-right:2px solid #454545;text-decoration:none;color:#454545}#footer #footer_nav ul li.last a{padding-right:0;padding-left:8px;border-right:0px solid #454545;font-weight:bold;text-decoration:none}.reddots ul li{color:#8c081a;list-style-type:disc}.reddots ul li p{margin-bottom:0;color:#575956}.klein.ce_rsce_iconbox{width: 45.3%;height: 100%}.preise_mitglied ul{color:#fff}.preise_mitglied a{color:#b6001a}.ce_table.startpaket .row_last{width:100%;display:inline-block;margin-top:40px;margin-bottom:40px}.ce_table.startpaket .row_last .col_1.col_last{vertical-align:top}#main .inside .mod_article.nopadding{padding-right:0;padding-left:0}.mod_article .ce_rsce_bgtext{overflow:visible}.ce_rsce_backgroundimage{width: calc(100% + 120px)}.mod_article .ce_rsce_bgtext img{margin-left:-60px;width: calc(100% + 120px)}.ce_rsce_backgroundimage .background-image{width:100%;min-height:600px;background-position: center center;background-repeat: no-repeat;background-size: cover}.background-image .left.text{text-align:left;width: calc(50% - 60px)}.background-image .right.text{text-align:right;width: calc(50% - 60px);margin-left: calc(50% - 60px)}#table_2402{width:100%;display:inline;color:#fff}.ce_rsce_backgroundimage .background-image .text{padding:60px}.ce_rsce_backgroundimage .background-image .text h1{margin-top:0}.ce_rsce_backgroundimage{width:100%;height:100%;position:relative}.trainingswerk  .ce_rsce_bgtext{position:absolute;z-index:-1}.trainingswerk p.red{width:200%;padding:10px 15px;background-color:#b6001a;color:#fff}.trainingswerk p.red a{font-weight:normal;color:#fff}.trainingswerk .-large-last .ce_text{overflow:visible}.mod_article.trainingswerk .ce_text{margin-bottom:0}.trainingswerk sub{font-size:70%}.trainingswerk .image_container{position:relative;margin-top:-150px;margin-bottom:-20px;margin-left:-160px;z-index:-1}a{cursor:pointer}a[title="kontakt"]{width:165px;height:45px;display:inline-block;padding:10px;text-align:center;background-color:#7d7d7d;font-size:32px;line-height:45px;text-decoration:none;font-weight:300 !important;color:#e5e5e5 !important}.kontakt .ce_table thead th.col_first{width:100%;font-weight:bold}.kontakt .ce_text a{font-weight:normal}.kontakt .ce_table tr td.col_0.col_first{width:50%}.kontakt p,.kontakt .ce_table{font-size:17px;line-height:26px}.kontakt .ce_table th{font-weight:normal}.kontakt .ce_table h1{margin:0;font:17px/30px HelveticaNeueLTCom-LtCn;font-weight:bold;color:#575956}.mod_article.kontakt p{margin-bottom:0}.mod_article.kontakt .rs-columns .rs-column{position:relative}.mod_article.kontakt .rs-column .float_right{position: absolute;right: 35px;bottom:25px;text-align: right}.mod_article.kontakt .rs-column > div:nth-child(1),.mod_article.kontakt .rs-column > div:nth-child(2){height:160px;padding-top:20px;padding-bottom:20px}.mod_article.kontakt .ce_text,.kontakt .ce_table,.kontakt .ce_image{width:50%;float:left;padding-top:0;padding-bottom:0}.kontakt .ce_text h2{margin:0;font-size:22px;font-weight:bold}.mod_article.kontakt{background-color:#e5e5e5}.mod_article.kontakt .rs-column.-large-col-2-1{margin-right:0;margin-left:0;padding-right:35px;padding-left:60px;width: calc(50% - 95px)}.kontakt .rs-column{height:290px}.kontakt .rs-columns:nth-child(even) .rs-column:nth-child(2),.kontakt .rs-columns:nth-child(odd) .rs-column:nth-child(1){background-color:#f2f2f2}.kontakt .rs-columns:nth-child(odd) .rs-column:nth-child(2),.kontakt .rs-columns:nth-child(even) .rs-column:nth-child(1){background-color:#bcbcbc}.kontakt h1.ce_headline{margin-bottom: 40px;margin-left: 52px}#nachrichtenliste .layout_latest.active.odd .full{margin-left:-100%}.mod_article.lightlight div.rs-column.-large-col-2-1.-large-first .ce_text{background-color:#e6e6e6}.ce_text.modul p{margin-bottom:0}.ce_text.modul ul{float:left;padding-left:15px}.ce_text.modul .image_container.float_left{margin-right:20px}.ce_text.modul ul li{list-style-image:url("../../tl_files/koerperwerk/layout/li_strich.png")}.mod_article.darkgrey a{color:#fff}.ie .mod_article.darklight div.rs-column.-large-col-2-1.-large-first .ce_text,0
.ie .mod_article.lightdark div.rs-column.-large-col-2-1.-large-last .ce_text,.ie .mod_article.darkdark1 div.rs-column.-large-col-2-1.-large-first .ce_text,.ie .mod_article.darkdark2 div.rs-column.-large-col-2-1.-large-last .ce_text{background-color:#4c4c4c}.ie .mod_article.darkdark2 div.rs-column.-large-col-2-1.-large-first .ce_text,.ie .mod_article.darkdark1 div.rs-column.-large-col-2-1.-large-last .ce_text{background-color:#bcbcbc}.ie .mod_article.darklight div.rs-column.-large-col-2-1.-large-first .ce_text a,.ie .mod_article.lightdark div.rs-column.-large-col-2-1.-large-last .ce_text a{background-color:#7d7d7d}.ie .mod_article.lightdark .rs-column.-large-col-2-1.-large-first .ce_text,.ie .mod_article.darklight .rs-column.-large-col-2-1.-large-last .ce_text{background-color:#e6e6e6}.mod_article.lightlight div.rs-column.-large-col-2-1.-large-last .ce_text{background-color:#7d7d7d;color:#fff}strong{font-weight:bold}h6{margin-top:40px;font-size:18px;line-height:24px}.ce_download{margin-bottom:40px;text-align:right}.ce_download span,.ce_download img{display:none}.referenten.rechts .wrapper_referenten{right:15px;text-align:right}.article_stimmen .ce_text{padding-top:30px;padding-bottom:10px}#bewerbungsprozess h1{margin-bottom:70px}.mod_article .trainingsabstand div.rs-column.-large-col-2-1.-large-first .ce_text{padding-right:35px}.mod_article .trainingsabstand div.rs-column.-large-col-2-1.-large-last .ce_text{padding-left:35px}.article_stimmen.mod_article .rs-column.-large-col-2-1.-large-last .ce_text,.article_stimmen.mod_article .rs-column.nopad.-large-col-2-1.-large-last .ce_text{padding-right:60px;padding-left:0}.article_stimmen.mod_article .rs-columns .ce_text,.article_stimmen.mod_article .rs-columns.nopad .ce_text{padding-right:20px;padding-left:52px}.article_stimmen{background-color:#e5e5e5}.article_stimmen h1.ce_headline{margin-bottom:40px;margin-left:52px}.rs-columns{margin-bottom:-10px}.article_stimmen.mod_article .ce_text .image_container{margin-right:15px;margin-bottom:15px}.article_stimmen.mod_article .ce_text p{font-size:18px;line-height:24px}.article_stimmen.mod_article .ce_text h1{margin-bottom:5px;font-size:21px;line-height:24px;font-weight:bold;text-transform:uppercase}.stimmen.article_stimmen{margin-bottom:-10px}.article_stimmen.mod_article .rs-columns:nth-child(odd){background-color:#e5e5e5}.article_stimmen.mod_article .rs-columns:nth-child(even){background-color:#bcbcbc}.ce_text ul,.ce_rsce_backgroundimage ul{padding-left:25px;list-style-type:disc}#referenten.mod_article{background-color:#f8f8f8}.mod_article.spalten3 .rs-columns h1{margin-bottom:5px}.mod_article.spalten3 h1{margin-bottom:70px}.mod_article.spalten3{padding-bottom:40px}.ce_rsce_iconbox{margin-right:4.7%;margin-bottom:4.7%}.mod_article.first{margin-top:45px}.mod_article{margin-bottom:45px}.ce_rsce_bgtext p{width:50%;display:inline-block;color:#575956}a[title="anmelden"],.ce_download a{display:inline-block;padding:10px;background-color:#7d7d7d;font-size:32px;text-decoration:none;font-weight:300 !important;color:#e5e5e5 !important}.mod_article.lightlight div.rs-column.-large-col-2-1.-large-last .ce_text a[title="anmelden"],.mod_article.lightlight div.rs-column.-large-col-2-1.-large-last .ce_text .ce_download a,.darkgreylight3 .ce_text a[title="anmelden"]{background-color:#4c4c4c}.mod_article.lightlight div.rs-column.-large-col-2-1.-large-last .ce_text a{color:#fff}#table_2394,#table_2390{width:100%}#main .inside .mod_article.icon_boxes{padding-right:15px;padding-left:45px}.quadrat.ce_rsce_iconbox,.rechteck.ce_rsce_iconbox{width:95.3%;height: 100%}a{color:#575956}.spalten3.lightgrey .rs-columns,.spalten3.darkgrey .rs-columns{color:#575956}.topright p{font-size:20px;text-align: left}.topleft p{text-align: left}.ce_rsce_iconbox img{width:100%}.icon_boxes{margin-top:10px}.spalte{width:50%;float:left}.spalte .ce_rsce_iconbox p{margin-bottom:0;color:#575956;text-transform:uppercase}.spalte .ce_rsce_iconbox a{height:100%;display:block;line-height:0px}.mod_article .referenten .ce_text{position:relative;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.referenten .wrapper_referenten{bottom:5px;left:15px;position:absolute;margin:0;padding:0}.referenten .ce_text p{font-size:16px;line-height:20px}.mod_article.spalten3 .rs-columns.referenten h1{margin-bottom:0;font-size:22px;line-height:24px;text-transform:uppercase;font-weight: 300}.referenten.partner h1{font-size:16px;line-height:18px;font-weight:bold;color:#575956;text-transform:uppercase}.referenten.partner a{text-decoration:none;color:#575956;font-weight: 300}.referenten.partner a:hover{text-decoration:underline}.spalten3 .pagechanger .button:after{color:#fff;font-size: 28px;text-align: center;line-height: 40px;display: block}.spalten3 .pagechanger .button{margin-top:15px;margin-bottom:40px;margin-left:5px;background-color:#6b6c6d;float:right;height: 40px;width: 40px;cursor:pointer}.spalten3 .pagechanger{width:100%;float:left}.spalten3 .pagechanger .button.active{background-color:#a10a23}.spalten3 .pagechanger .bt_2:after{content:"2"}.spalten3 .pagechanger .bt_1:after{content:"1"}.spalten3 .image_container,.spalten3 .image_container img{width:100%}.spalten3 .image_container img{height:100%}.spalten3 .rs-column.-large-col-3-1.-large-last{margin-right:0}.spalten3 .rs-column.-large-col-3-1{width:380px;margin-top:0;margin-right:10px;margin-bottom:5px;padding:0}.mod_article.darklight div.rs-column.-large-col-2-1.-large-first .ce_text,.mod_article.lightdark div.rs-column.-large-col-2-1.-large-last .ce_text,.mod_article.darkdark1 div.rs-column.-large-col-2-1.-large-first .ce_text,.mod_article.darkdark2 div.rs-column.-large-col-2-1.-large-last .ce_text{color:#e5e5e5}.mod_article.darklight div.rs-column.-large-col-2-1.-large-first .ce_text a,.mod_article.lightdark div.rs-column.-large-col-2-1.-large-last .ce_text a,.mod_article.darkdark1 div.rs-column.-large-col-2-1.-large-first .ce_text a,.mod_article.darkdark2 div.rs-column.-large-col-2-1.-large-last .ce_text a{color:#e5e5e5}.mod_article.lightdark .rs-column.-large-col-2-1.-large-first .ce_text,.mod_article.darklight .rs-column.-large-col-2-1.-large-last .ce_text{color:#4c4c4c}.mod_article.lightdark div.rs-column.-large-col-2-1.-large-first .ce_text a,.mod_article.darklight div.rs-column.-large-col-2-1.-large-last .ce_text a{color:#4c4c4c}.mod_article.darklight h1,.mod_article.lightdark .rs-column h1{margin-bottom:70px}.mod_article.darklight{background: linear-gradient(to right,  #4c4c4c 0%,#4c4c4c 50%,#e5e5e5 50%,#e5e5e5 100%)}.sf5 .mod_article.darklight,.sf6 .mod_article.darklight,.ie8 .mod_article.darklight,.ie7 .mod_article.darklight{background-image:url("../../tl_files/koerperwerk/layout/darklight.jpg");background-repeat:repeat-y;background-size: contain}.sf5 .mod_article.darkdark1,.sf6 .mod_article.darkdark1,.ie8 .mod_article.darkdark1,.ie7 .mod_article.darkdark1{background-image:url("../../tl_files/koerperwerk/layout/darkdark1.jpg");background-repeat:repeat-y;background-size: contain}.sf5 .mod_article.darkdark2,.sf6 .mod_article.darkdark2,.ie8 .mod_article.darkdark2,.ie7 .mod_article.darkdark2{background-image:url("../../tl_files/koerperwerk/layout/darkdark2.jpg");background-repeat:repeat-y;background-size: contain}.sf5 .mod_article.lightdark,.sf6 .mod_article.lightdark,.ie8 .mod_article.lightdark,.ie7 .mod_article.lightdark{background-image:url("../../tl_files/koerperwerk/layout/lightdark.jpg");background-repeat:repeat-y;background-size: contain}.sf5 .mod_article.lightlight,.sf6 .mod_article.lightlight,.ie8 .mod_article.lightlight,.ie7 .mod_article.lightlight{background-image:url("../../tl_files/koerperwerk/layout/lightlight.jpg");background-repeat:repeat-y;background-size: contain}.sf5 .mod_article.kontakt .rs-column.-large-col-2-1,.sf6 .mod_article.kontakt .rs-column.-large-col-2-1{padding-right:2.7%;padding-left:4.7%;width: 42.6%}.sf5 #news_reader .ce_image img,.sf6 #news_reader .ce_image img{width:100%;height:50%}.sf5 #news_reader .head_etc,.sf6 #news_reader .head_etc{width: 45.3%}.mod_article.darkdark2{background: linear-gradient(to right,  #bcbcbc 0%,#bcbcbc 50%,#4c4c4c 50%,#4c4c4c 100%)}.mod_article.darkdark1{background: linear-gradient(to right,  #4c4c4c 0%,#4c4c4c 50%,#bcbcbc 50%,#bcbcbc 100%)}.mod_article.lightdark{background: linear-gradient(to right,  #e5e5e5 0%,#e5e5e5 50%,#4c4c4c 50%,#4c4c4c 100%)}.mod_article.lightlight{background: linear-gradient(to right,  #e6e6e6 0%,#e6e6e6 50%,#7d7d7d 50%,#7d7d7d 100%)}.iconboxen_3 .ce_rsce_iconbox{margin-right:0}.iconboxen_3 .ce_rsce_iconbox:nth-child(2){margin-right:15px;margin-left:15px}.iconboxen_4 .ce_rsce_iconbox.last{margin-right:0}.iconboxen_4 .ce_rsce_iconbox{margin-right:18px}.ce_rsce_iconbox{position:relative;float:left}.preise td.col_1.col_last{width:100px;vertical-align:bottom}.preise_mitglied .col_1{padding-right:30px;text-align:right}.preise_mitglied{font-size:20px}.ce_table.preise_mitglied td.col_1{width:80px;text-align:right}.ce_table.preise_mitglied td.col_2{width:60px;padding-right:30px;text-align:right}.ce_table.preise td.col_1.col_last{text-align:right}.ce_table.preise td{padding:5px}.ce_table.preise .odd{background-color:#dadada}.ce_table.preise .even{background-color:#f6f6f6}.textausrichtung_rechts{text-align:right}.red{color:#b6001a}.white{color:#fff}.ce_rsce_iconbox a > div{top:0;position:absolute;overflow:hidden;padding:.75%;width: 98.5%;height: 98.5%}.ce_rsce_iconbox div p{font-size:38px;line-height:48px}#main .inside .mod_article.nomargin{margin-bottom:0}.mod_article .ce_text{padding-top:60px;padding-bottom:60px}#main .inside .mod_article{padding-right:60px;padding-left:60px}.ce_text a{font-weight:bold;text-decoration:none;color:#aa0729}.ce_text.darkgrey a,.darkgreylight3 a{color:#e5e5e5}.ce_text.lightgrey a{color:#4c4c4c}.nopad .rs-column.-large-col-3-1{width:33.3%;margin:0}.nopad .rs-column.-large-col-2-1{width:50%;margin:0}.darkgrey{background-color:#4c4c4c;color:#e5e5e5}.darkgreylight{background-color:#696969;color:#e5e5e5}.darkgreylight2{background-color:#bcbcbc;color:#4c4c4c}.darkgreylight3{background-color:#7d7d7d;color:#e5e5e5}.lightgrey{background-color:#e6e6e6;color:#4c4c4c}.ce_rsce_bgtext h1{margin-bottom:80px;color:#575956}.ce_rsce_bgtext h2{margin-top:0;margin-bottom:0;font-size:40px;font-weight:bold;color:#575956}.ce_rsce_bgtext h3{margin-top:0;font-size:26px;color:#575956}.ce_rsce_bgtext .topleft{left:0;top:0;position:absolute}.ce_rsce_bgtext .topright{right:0;top:0;position:absolute;text-align:right}.ce_rsce_bgtext .bottomright{bottom:0;right:0;position:absolute;text-align:right}.ce_rsce_bgtext .bottomleft{bottom:0;left:0;position:absolute}.ce_rsce_bgtext > div{margin:60px;position: absolute;font-size: 100%;color: #fff}.ce_rsce_bgtext > div h1,.ce_rsce_bgtext > div h2,.ce_rsce_bgtext > div h3,.ce_rsce_bgtext > div p{margin-top:0}#header{width:100%;height:181px;left:0;top:0;position:fixed;background-image:url("../../tl_files/Trainingswerk_2015/layout/bg_header.png");background-repeat:repeat-x;z-index:999}#header .inside{width:1280px;margin-right:auto;margin-left:auto}#logo{width:229px;height:136px;left:6px;top:0;position:absolute;background-image:url("../../tl_files/Trainingswerk_2015/layout/trainingswerk_logo.png");background-position:center center;background-repeat:no-repeat;background-size:100%}#container{top:135px;padding-bottom:40px}.inside .mod_article{position:relative}h1,h2,h3,h4,h5,h6{font-weight: 300}h1{margin-top:80px;margin-bottom:20px;font-size:38px;line-height:46px}.ce_text h1{margin-top:0}body{background-color:#fff;font:20px/30px HelveticaNeueLTCom-LtCn;color:#575956;font-weight:200}.price-box h2{margin-bottom:40px;text-align:center;font-size:150%;font-weight:600}.price-box.middle-box h2{color:#9e1828}.price-box p{text-align:center}.price-box a{padding:10px 25px;text-align:center;border-radius:25px;color:#fff;behavior:url('assets/css3pie/1.0.0/PIE.htc')}.price-box.left-box a{background-color:#757575}.price-box.middle-box a{background-color:#9e1828}.price-box.right-box a{background-color:#757575}.price-boxes{position:relative;overflow:visible;margin-bottom:120px}.price-box{padding-bottom: 0 !important;padding-top: 10px !important}video{max-width:100%;cursor:pointer}
@media (max-width: 1280px){
/* 1280.css */
.ce_rsce_iconbox div p{font-size:34px;line-height:42px}.kontakt .rs-columns:nth-child(odd) .rs-column:nth-child(2),.kontakt .rs-columns:nth-child(even) .rs-column:nth-child(1),.kontakt .rs-columns:nth-child(even) .rs-column:nth-child(2),.kontakt .rs-columns:nth-child(odd) .rs-column:nth-child(1){background:transparent}.kontakt .rs-columns .rs-column:nth-child(even){background-color:#bcbcbc !important}.kontakt .rs-columns .rs-column:nth-child(odd){background-color:#f2f2f2 !important}section.topright.ce_rsce_bgtext .topright p{width:100%;position:relative;margin-top:-80px;text-align:right}.mod_article.spalten3.nomargin .ce_text{padding-top:0;padding-bottom:0}.referenten .wrapper_referenten{bottom:0}#footer .footer_box{padding-right:15px;padding-bottom:15px;padding-left:15px;width: calc(100% - 30px)}.merkle .background-image .right.text{width: calc(60% - 60px);margin-left: calc(40% - 60px)}.mod_article.kontakt .rs-column.-large-col-2-1{padding-right:60px;padding-left:60px;width: calc(100% - 120px)}.bg_1280.ce_rsce_backgroundimage .background-image .text{margin:0;text-align:left;width: calc(100% - 120px)}.ce_rsce_backgroundimage .background-image{min-height:100%;max-height:100%}.bg_1280.ce_rsce_backgroundimage .background-image{background-image:none !important}.mod_article.nomargin .ce_text{margin-top:0;margin-bottom:0;padding-top:40px;padding-bottom:40px}#nachrichtenliste .rs-column.-large-col-2-1.-large-first{padding-left:58px;width: calc(50% - 81px)}.ce_rsce_bgtext h1{margin-bottom:20px}#header .inside,#sec_nav,#main_nav{width:100%}#header{padding-right:15px;padding-left:15px;width: calc(100% - 30px)}.spalten3 .rs-column.-large-col-3-1{width:32.5%}html,body,#container,#wrapper,#main,#main .inside{width: 100%}
}
@media (max-width: 900px){
/* Trainingswerk_900.css */
#kontaktformular fieldset.infos,#franchisekontakt fieldset.infos{float:left;padding-left: 60px;padding-right: 60px;width: calc(100% - 120px)}.info .toggler{padding-left:0;background-color:#e5e5e5;font-size:24px;line-height:80px;outline:none}.info .mod_article.oddeven .toggler{padding-left:20px}.info .mod_article.oddeven .rs-columns{padding-top:20px;padding-bottom:20px;width: calc(100% - 40px);padding-left: 20px;padding-right: 20px}#footer .footer_box{background-color:#e5e5e5}.h1margin h1{margin-bottom:0}.logo_04 img{position:static;margin-top:0}.kontakt .rs-column.-large-first-row{margin-top:0}#nachrichtenliste .layout_latest:nth-child(4n+1) .short,#nachrichtenliste .layout_latest:nth-child(4n+4) .short,#nachrichtenliste .layout_latest:nth-child(4n+2) .short,#nachrichtenliste .layout_latest:nth-child(4n+3) .short{background:transparent}#nachrichtenliste .layout_latest.even .short{background-color:#bcbcbc}#nachrichtenliste .layout_latest.odd .short{background-color:#e5e5e5}#news_reader .rs-column.-large-col-2-1.-large-last{margin-top:0}#news_reader .head_etc,#news_reader .rs-column.-large-col-2-1.-large-first{width: calc(100% - 60px)}.galerie .ce_gallery ul li{width: 50%}.galerie .ce_gallery ul li .image_container{margin-right: 15px !important;margin-left: 15px !important}#main .inside .mod_article.lightlight,#main .inside .mod_article.lightdark,#main .inside .mod_article.darkgrey,#main .inside .mod_article.darkdark1,#main .inside .mod_article.darkdark2,#main .inside .mod_article .nopad  .darkgreylight2,#main .inside .mod_article.darkgreylight1{padding-right:0;padding-left:0}.mod_article.lightlight{background: transparent}#nachrichtenliste .layout_latest.newslist.odd .full .rs-column.-large-col-2-1.-large-last{margin-top:0}#nachrichtenliste .layout_latest.newslist.odd .full .rs-column.-large-col-2-1.-large-first{float: left;padding-left:60px;padding-right:60px;text-align: left;width: calc(50% - 120px);margin-right: 0}.mod_article .ce_text{padding-top:20px;padding-bottom:20px}.mod_article .ce_rsce_bgtext img{margin-left:-15px;width: calc(100% + 30px)}.ce_rsce_backgroundimage{width: calc(100% + 30px)}#main .mod_article .rs-columns.nopad .ce_text{padding:0 15px}.ce_rsce_backgroundimage .background-image .text{padding:15px}.bg_900.ce_rsce_backgroundimage .background-image .text{padding:15px;text-align:left;width: calc(100% - 30px)}.bg_900.ce_rsce_backgroundimage .background-image{background-image:none !important}#nachrichtenliste .rs-column{clear:both}#nachrichtenliste .layout_latest.active.odd .full{margin-left:0}#nachrichtenliste .layout_latest .short{height:166px;width: calc(100% - 46px)}.ce_text h1{margin-top:20px}#nachrichtenliste .rs-column.-large-col-2-1.-large-first{padding-left:23px;width: calc(50% - 46px)}#nachrichtenliste .layout_latest.odd .short,#nachrichtenliste .layout_latest.even .short{padding:23px}#nachrichtenliste .layout_latest{width:100%}.mod_article.lightdark div.rs-column.-large-col-2-1.-large-first .ce_text a,.mod_article.darklight div.rs-column.-large-col-2-1.-large-last .ce_text a{color:#4c4c4c}.mod_article .rs-columns.textabstand .rs-column{padding-right:0;padding-left:0;width: calc(100% - 30px)}.article_stimmen.mod_article .rs-column.-large-col-2-1.-large-last .ce_text,.article_stimmen.mod_article .rs-column.nopad.-large-col-2-1.-large-last .ce_text{padding-right:30px;padding-left:30px}.article_stimmen.mod_article .rs-columns .ce_text,.article_stimmen.mod_article .rs-columns.nopad .ce_text{padding:30px}.mm-list > li > a,.mm-list > li > span{font-size:22px}.mm-menu.mm-light .mm-list > li > a.mm-subclose,.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),.mm-menu.mm-light .mm-list > li.mm-selected > span{background-color:#d7d7d7}#container{top:0;position:relative}.mm-opened #container{top:0;position:relative}.mm-opened #header{position:relative}.mm-ismenu.mm-light{background-color:#e6e6e6}#third_nav,#main_nav{display:none !important}.mod_article.darklight,.mod_article.lightdark,.mod_article.darkdark1,.mod_article.darkdark2{background:transparent}.mod_article.darklight div.rs-column.-large-col-2-1.-large-first .ce_text,.mod_article.lightdark div.rs-column.-large-col-2-1.-large-last .ce_text,.mod_article.darkdark1 div.rs-column.-large-col-2-1.-large-first .ce_text,.mod_article.darkdark2 div.rs-column.-large-col-2-1.-large-last .ce_text{background-color:#4c4c4c}.mod_article.darkdark2 div.rs-column.-large-col-2-1.-large-first .ce_text,.mod_article.darkdark1 div.rs-column.-large-col-2-1.-large-last .ce_text{background-color:#bcbcbc}.mod_article.darklight div.rs-column.-large-col-2-1.-large-first .ce_text a,.mod_article.lightdark div.rs-column.-large-col-2-1.-large-last .ce_text a{background-color:#7d7d7d}.mod_article.lightdark .rs-column.-large-col-2-1.-large-first .ce_text,.mod_article.darklight .rs-column.-large-col-2-1.-large-last .ce_text{background-color:#e6e6e6}#main .inside .mod_article.icon_boxes{padding-right:0;padding-left:15px}.quadrat.ce_rsce_iconbox,.rechteck.ce_rsce_iconbox{width: 98.5%;height: 100%}.klein.ce_rsce_iconbox{width: 48.5%;height: 100%}.ce_rsce_iconbox{margin-right:1.5%;margin-bottom:1.5%}.mod_article .ce_rsce_bgtext > div{margin:15px}#main .inside .mod_article{padding-right:15px;padding-bottom:15px;padding-left:15px}.nopad .rs-column.-large-col-2-1{width:100%}#main .inside .mod_article{width: (100% - 30px)}.ce_rsce_iconbox div p{font-size:44px;line-height:52px}.spalte{width:100%}h1{font-size:24px;line-height:28px}h2{font-size:22px;line-height:24px}.spalten3 .rs-column.-large-col-3-1{width:48%}.spalten3 .rs-column.-large-col-3-1.-large-last{margin-right:10px}
}
/* News.css */
#news_reader .rs-columns .rs-column:nth-child(1) .ce_text a{position:absolute;z-index:9999}#news_reader .ce_text h1{display:none}#news_reader .rs-columns .rs-column:nth-child(1) .ce_text:nth-last-child(1):after{content:"Zur News-Übersicht";display: inline-block;padding: 10px;margin-top:60px;float:right;background-color: #7d7d7d;font-size: 32px;text-decoration: none;font-weight: 300 !important;color: #e5e5e5 !important;cursor:pointer}#news_reader .ostern .rs-columns .rs-column:nth-child(1) .ce_text:after{display:none}#news_reader .ostern .rs-columns.ostern .rs-column:nth-child(1) .ce_text:after{display:inline-block}#news_reader .ostern .rs-columns.ostern .ce_text{margin-top:0;margin-bottom:0}#news_reader .ce_text{margin-top:60px;margin-bottom:60px;padding-top:0;padding-bottom:0;cursor:pointer}#news_reader .ce_text div{cursor:default}#news_reader .back{margin-bottom:60px;text-align:right;width: calc(50% - 60px);padding-right: 60px}#news_reader .back a{display: inline-block;padding: 10px;background-color: #7d7d7d;font-size: 32px;text-decoration: none;font-weight: 300 !important;color: #e5e5e5 !important}#news_reader figcaption.caption{margin-right:auto;margin-left:auto;text-align:center;font-style:italic;width: auto !Important}#news_reader .head_etc{width: calc(50% - 60px);margin-top: 60px;float: left;margin-right: 60px}#news_reader .rs-column.-large-col-2-1.-large-last{left:50%;margin-top:-70px}#news_reader .rs-column.-large-col-2-1.-large-first{width: calc(50% - 60px);margin-right: 60px}#news_reader{position:relative;padding-right:60px;padding-bottom:60px;padding-left:60px}#news_reader .ce_image img{width: calc(100% - 2px);height: calc(100% - 2px)}#news_reader h1,#news_reader p.info{margin-top:0;margin-bottom:0}#nachrichtenliste .layout_latest{position:relative}#nachrichtenliste .layout_latest .more a{width:100%;height:100%;position:absolute;font-size:0}#nachrichtenliste .layout_latest p.more{margin-bottom:0}#nachrichtenliste.archiv .layout_latest.newslist.odd .full .rs-column.-large-col-2-1.-large-first{padding-left: 23px;width: calc(50% - 46px);margin-right: 23px}#nachrichtenliste.archiv .rs-column.-large-col-2-1.-large-first{padding-left: 58px;width: calc(50% - 81px);margin-right: 23px}#nachrichtenliste.archiv .layout_latest .short .image_container,#nachrichtenliste.archiv .layout_latest .short .teaser{display:none}#nachrichtenliste.archiv .layout_latest .short{height:76px;display:table}#nachrichtenliste.archiv .short .wrapper_float{display:table-cell;vertical-align:middle}#nachrichtenliste .layout_latest.newslist.odd .full .rs-column.-large-col-2-1.-large-last{float:left;margin-right:0;margin-left:58px;width: calc(50% - 58px)}#nachrichtenliste .layout_latest.newslist.odd .full .rs-column.-large-col-2-1.-large-first{float:right;padding-left: 200px;width: calc(50% - 226px);margin-right: 23px}#nachrichtenliste .layout_latest.active .full .layout_full{width:100%;float:left}.news .ce_accordion{margin-bottom:45px;cursor:pointer}.news .toggler:after{background-image:url("../../tl_files/koerperwerk/layout/arrow_right.png");background-position:center center;background-repeat:no-repeat;content:"";padding-left: 70px;padding-top:6px}.news .toggler.ui-state-active:after{background-image:url("../../tl_files/koerperwerk/layout/arrow_down.png");background-position:center center;background-repeat:no-repeat;content:"";padding-left: 70px;padding-top:6px}.news .toggler{padding-left:58px;background-color:#e5e5e5;font-size:32px;line-height:165px;outline:none}#nachrichtenliste .wrapper_float{height:100%;overflow:hidden}#nachrichtenliste .rs-columns .ce_image:nth-child(odd){width:47.5%;margin-right:5%}#nachrichtenliste .rs-columns .ce_image{width:47.5%;float:left}#nachrichtenliste .rs-columns .image_container img{border:1px solid #000;width: calc(100% - 2px);height: calc(100% - 2px)}#nachrichtenliste figcaption.caption{text-align:center;font-size:17px;line-height:24px;font-style:italic;width: auto !important}#nachrichtenliste .rs-columns .image_container{margin-right:0;margin-bottom:0}#nachrichtenliste .rs-columns{margin-top:40px;margin-bottom:40px}#nachrichtenliste .rs-columns .ce_text{margin-top:0;margin-bottom:0}#nachrichtenliste .rs-column.-large-col-2-1.-large-first{padding-left:238px;width: calc(50% - 261px);margin-right: 23px}#nachrichtenliste .rs-column.-large-col-2-1.-large-last{width: calc(50% - 62px);margin-right: 38px;margin-left: 23px}#nachrichtenliste p,#nachrichtenliste ul li,.full .layout_full.newslist .ce_text{font-size:17px;line-height:24px}#nachrichtenliste h1{margin-top:0;margin-bottom:0;font-size:22px;line-height:28px;font-weight:bold}#nachrichtenliste .image_container{margin-right:15px;margin-bottom:15px}#nachrichtenliste p.info{margin-bottom:0;font-size:18px;line-height:20px}#nachrichtenliste .layout_latest{width:50%;height:100%;float:left}#nachrichtenliste .layout_latest .short{height:166px;width: calc(100% - 81px)}#nachrichtenliste .layout_latest.even.active .short,#nachrichtenliste .layout_latest.odd.active .short,#nachrichtenliste .layout_latest.active .short{background-color:#fff;width: calc(100% - 81px)}#nachrichtenliste .layout_latest.active{height:auto;overflow:visible}#nachrichtenliste .layout_latest.active .full{width:200%;opacity: 1;height: auto;-webkit-transition: opacity .3s ease-in-out;-moz-transition: opacity .3s ease-in-out;-o-transition: opacity .3s ease-in-out;transition: opacity .3s ease-in-out}#nachrichtenliste .layout_latest:nth-child(4n+1) .short,#nachrichtenliste .layout_latest:nth-child(4n+4) .short{background-color:#bcbcbc}#nachrichtenliste .layout_latest:nth-child(4n+2) .short,#nachrichtenliste .layout_latest:nth-child(4n+3) .short{background-color:#e5e5e5}#nachrichtenliste .layout_latest.even .short{padding:23px 23px 23px 58px}#nachrichtenliste .layout_latest.odd .short{padding:23px 58px 23px 23px}#nachrichtenliste .layout_latest .full{opacity:0;height: 0;-webkit-transition: opacity .3s ease-in-out;-moz-transition: opacity .3s ease-in-out;-o-transition: opacity .3s ease-in-out;transition: opacity .3s ease-in-out}
@media (max-width: 1220px){
/* Trainingswerk_1220.css */
.mm-list > li > a,.mm-list > li > span{font-size:22px}.mm-menu.mm-light .mm-list > li > a.mm-subclose,.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),.mm-menu.mm-light .mm-list > li.mm-selected > span{background-color:#d7d7d7}#container{top:0;position:relative}.mm-opened #container{top:0;position:relative}.mm-opened #header{position:relative}#header{position:relative}.mm-ismenu.mm-light{background-color:#e6e6e6}#mmenu_bt a{width:40px;height:40px;display:block}#third_nav,#main_nav{display:none !important}.mod_article.darklight,.mod_article.lightdark,.mod_article.darkdark1,.mod_article.darkdark2{background:transparent}#mmenu_bt{right:25px;top:48px;position:absolute;background-image:url("../../tl_files/koerperwerk/layout/mmenu_bt.png")}
}
@media (max-width: 680px){
/* Trainingswerk_Mobile.css */
#franchisekontakt fieldset.infos{padding-left: 0px;padding-right:0px;width: 100%}#franchisekontakt fieldset.nachricht,#franchisekontakt fieldset.textareas{padding-left: 0px;padding-right: 0px;width: 100%}body #franchisekontakt fieldset.infos input.text{width: calc(100% - 10px)}#franchisekontakt .nachricht .explanation{width: calc(100% - 40px)}#kontaktformular fieldset.infos label,#franchisekontakt fieldset.infos label{display:block}#franchisekontakt .select select,#kontaktformular .select select{display:block;width: 100%}#kontaktformular fieldset.infos input.text,#franchisekontakt fieldset.infos input.text{width: calc(100% - 10px)}.sysvor table{overflow-x: auto}#knigge .nopad{padding: 0 0}.kontakt h1.ce_headline{margin-left:15px}.mod_article.kontakt .rs-column.-large-col-2-1{min-width:450px;padding-right:15px;padding-left:15px;width: calc(100% - 30px)}.bg_680.ce_rsce_backgroundimage .background-image .text{margin:0;text-align:left;width: calc(100% - 60px)}.bg_680.ce_rsce_backgroundimage .background-image{background-image:none !important}.ce_text.lightgrey,.ce_text.darkgrey,.mod_article.darklight .ce_text,.mod_article.lightdark .ce_text,.mod_article.darkdark1 .ce_text,.mod_article.darkdark2 .ce_text{padding:15px}.mod_article .rs-columns.nopad .ce_text{padding:15px}.ce_rsce_bgtext h3{font-size:14px;line-height:18px}h1,h2,h3{margin-top:10px;margin-bottom:10px}.ce_rsce_iconbox div p{font-size:24px;line-height:32px}.mod_article.darklight h1,.mod_article.lightdark .rs-column h1,.mod_article.darkdark1 h1,.mod_article.darkdark2 h1{margin-bottom:20px}h1{font-size:22px;line-height:24px}h2{font-size:16px;line-height:18px}#header .inside{width:100%}.spalten3 .rs-column.-large-col-3-1{width:100%}.spalten3 .rs-column.-large-col-3-1.-large-last{margin-right:10px}
}
@media (min-width: 900px){
/* Trainingswerk_Min_900.css */
.price-boxes .rs-column:nth-child(1){border: 1px solid;height: calc(100% - 22px);position: absolute;left: 0%;top: 0;padding: 10px}.price-boxes .link-button{position: absolute;bottom: 10px;width: 100%;left: 0}.price-boxes .rs-column:nth-child(2){border: 1px solid;position: absolute;left: 35%;top: 0;padding: 10px;height: calc(100% - 22px)}.price-boxes .rs-column:nth-child(3){padding:10px;border: 1px solid;height: 100%;float: right;top: 0}.price-boxes .rs-column{padding:20px}
}
