/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/quicksand-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Light'), local('Quicksand-Light'),
       url('../fonts/quicksand-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v8-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('../fonts/quicksand-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v8-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/quicksand-v8-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Medium'), local('Quicksand-Medium'),
       url('../fonts/quicksand-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v8-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v8-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/quicksand-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Bold'), local('Quicksand-Bold'),
       url('../fonts/quicksand-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v8-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}


html, body {
  height: 100%;
  
  background-repeat:repeat-x;
  margin: 0; 
  padding: 0; 
  font-family: 'Quicksand', sans-serif;
  font-size:18px;
}

table, tr, td, th {
  font-family: 'Quicksand', sans-serif;
  font-size:18px;
}





body {
  min-width:1000px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}

.teaser .text:after,
.teaser img, input, .nbar, .st0, .st1,
a, li {
    -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;    
  }
img {
  border:0px;
}

.align-right {
  text-align:right;
  
}
.align-center {
  text-align:center;
}

#navi {
  width:300px;
  float:left;
  background:#313131;
  height:100%;
  padding:0px 0px 0px 0px;
  position:fixed;
}
#navi.fixed .wrapper {
  position:fixed;
  top:0px;
  width:23%;
  z-index:1;
}


#navi .logo {
  padding-top:20px;
  text-align:center;
  padding-bottom:5px;
}

#navi ul {
  margin:25px 0px 0px 0px;
  padding:0px;
  list-style-type:none;
}

#navi ul li { position:relative; }

#navi ul li a {
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:24px;
  line-height:200%;
  font-weight:500;
  display:block;
  padding:0px 10px 0px 40px; 
}

#navi ul li:hover ,
#navi ul li.active { background:#aeca31; }

#navi ul li ul {
  position:absolute;
  left:300px;
  z-index:3;
  background:#aeca31;
  margin-top:-48px;
  opacity:0;
 max-width:0px;
  overflow:hidden;
  height:48px;
  z-index:-1;
  
    -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;     
}
#navi ul li ul li { display:inline-block; font-size:17px; overflow:hidden; opacity:0; }
#navi ul li ul li.s { max-width:0px; }
#navi ul li ul li a { font-size:17px; line-height:48px; padding-left:20px; font-weight:400; }

#navi ul li.sub:hover ul { z-index:99; opacity:1;max-width:1000px;  }
#navi ul li.sub:hover ul li.s { max-width:1000px; opacity:1; }

#navi .social { padding:40px 0 20px 40px; }
#navi .social a { background:#ffe914; border-radius:50%; margin-right:30px; text-align:center; width:50px; height:50px; display:inline-block; line-height:50px; }
#navi .social a img { vertical-align:middle; }
#navi .social a:hover { background:#aeca31; }

#navi form { padding:0 50px 0 40px; position:relative; }
#navi input[type="text"] {
  font-size: 16px;
  color: #fff;
  text-transform:uppercase;
  padding: 0px 8px 0px 20px;
  border: 0px solid #d9d9d9;
  background:#aeca31;
  cursor: pointer;
  position: relative;
  border-radius:25px;
  line-height:50px;
  width: 100%;
}
#navi input[type="text"]:focus { background:#ffe914; color:#313131; }
#navi input[type="submit"] {
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px auto;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 70px;
    top: 50%;
    margin-top: -12px;
    padding: 0;
    color: transparent;
}


#navi ul li.sub:before {
  content:'';
  background:url(../img/dot.png) center center no-repeat;
  width:30px;
  height:30px;
  position:absolute;
  right:30px;
  cursor:pointer;
  margin-top:-15px;
  top:50%;
}
#navi ul.service { padding-left:35px; }
#navi ul.service li { display:inline-block;  }
#navi ul.service li a { font-size:8px; padding:0px 5px; text-transform:uppercase; }





#navi ul li.separator {
  border:1px solid #ebeff3;
  width:100%;
    margin:20px 0px;
}
#navi ul ul li.separator {
  border:1px solid #c9db6b;
  
}


.all.footer { background: #313131; font-size:12px; color:#fff;padding:20px 0; display:none;}
.footer ul { margin:0px; padding:0px; list-style-type:none; }
.footer ul li { display:inline-block;margin-right:10px;  }
.footer ul li a { color:inherit; text-decoration:none; }

#navi .subnavi.open {
  display:block;
}

#page {
background:#fff;
  width:calc(100% - 300px);
  float:right;

  min-height:100%;
}

.clear {
  clear:both;
}

.mm-page { background:#fff; }

.all {
  background:#fff;
  width:100%;
  min-width:990px;
}

.tx-indexedsearch-info,
.tx-indexedsearch-rules,
.tx-indexedsearch-searchbox { display:none; }


.c33 { width:33.3333%; float:left; }
.c30 { width:30%; float:left; }
.c70 { width:70%; float:left; }
.c40 { width:40%; float:left; }
.c20 { width:20%; float:left; }
.c50 { width:50%; float:left; }
.c25 { width:25%; float:left; }

.main {
  width:980px;
  width:100%;
  margin: 0px auto;
  padding:0px 80px;
  position:relative;
  text-align: left;
}
.main.align-center {
  text-align:center;
}
.main.align-center .info {
  text-align:right;
}


h1,h2 {
  font-size:36px;
  text-transform:uppercase;
}

.news-item h2,
h3 {
  font-size:26px;
}
h4 {
  font-size:20px;
}

.news-single-backlink a,
.content a.btn,
.content.f1 a.btn,
a.btn { display:inline-block; line-height:50px; border-radius:25px; color:#000; background:#ffe914; padding:0 30px; text-decoration:none; text-transform:uppercase; font-size:14px; }
.news-single-backlink a:hover,
.content a.btn:hover,
a.btn:hover { background:#aeca31; }

.header .main { padding-top:170px; min-height:580px;color:#fff; font-size:20px; text-transform:uppercase; }
.header .head { font-size:60px; display:block; max-width:800px; margin-bottom:30px;  }
.header a.btn { background:#aeca31; }
.header a.btn:hover {  background:#ffe914;} 


.cStage { margin:0 -15px; }
.cStage.nm { margin:0; }
.cStage .c33 { width:calc(33.3333% - 30px); margin:0 15px; }
.cStage .c25 { width:calc(25% - 30px); margin:0 15px; }
.cStage.nm .c25 { width:25%; margin:0; }
.cStage .c50 { width:calc(50% - 30px); margin:0 15px; }
.cStage:after { content:''; display:table; clear:both; }

.cStage.full { margin:0; display:table; }
.cStage.full.right .c50 { width:50%; margin:0px; display:table-cell; float:none; padding:60px 80px 60px 20px; }
.cStage.full.left .c50 { width:50%; margin:0px; display:table-cell; float:none; padding:60px 20px 60px 80px; }

.content a { color:#aeca31; text-decoration:none; }
.content.f1 a { color:#fff; }
.content a:hover { color:inherit; }
.content { color:#313131; font-size:14px; margin:60px 0 }
.content li,
.content p { line-height:26px; }
.content div header > *:first-child,
.content div > *:first-child { margin-top:0px; }

.content span.g { font-size:16px; }
.content span.sg { font-size:20px; text-transform:uppercase; }

.content.f0 { background:#e8e7e8; }
.content.f1 { background:#aeca31; }


.content.f1 + .content.f0,
.content.f0 + .content.f1 { margin-bottom:0px; margin-top:-60px; }
.content.f0.np + .content.f1 { margin-top:0px; }
.content:last-child { margin-bottom:0px; }

.content.f0 .main,
.content.f1 .main {  padding:60px 80px;  }
.content.np .main { padding:0; }

.content .c50.ls,
.content .c50.rs { overflow:hidden; position:relative; }
.content .c50.rs:after { content:''; position:absolute; background:#e8e7e8; top:-50px; bottom:-50px; right:-100px; width:200px;     -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
.content .c50.ls:after { content:''; position:absolute; background:#e8e7e8; top:-50px; bottom:-50px; left:-100px; width:200px;     -ms-transform: rotate(15deg); -webkit-transform: rotate(15deg); transform: rotate(15deg); }

.content.f1 .c50.rs:after,
.content.f1 .c50.ls:after { background:#aeca31; }

.teaser { background:#313131; color:#fff; overflow:hidden; margin-bottom:30px; }
.teaser img { width:100%; height:auto; display:block; z-index:1;  }
.teaser .text { padding:20px 30px; position:relative; }
.teaser a { color:inherit; text-decoration:none; }
.teaser:hover img { transform: scale(1.06); }
.teaser p { margin:0px; }
.teaser .text:after { content:'weiterleisen'; text-transform:uppercase; padding:0 20px 0 70px; color:#fff; line-height:109px; background:#aeca31 url(../img/teaser.png) left top no-repeat; background-size:auto 100%; position:absolute;right:0px; top:0px; bottom:0px; }
.teaser:hover .text:after { background-color:#ffe914; color:#313131; }
.teaser h2 { font-size:26px; margin-bottom:10px; }

.teaser1 img { max-width:100%; height:auto; }
.teaser1.f0 { background:#e8e7e8; } 
.teaser1.f0 .ce-bodytext { padding:30px; }

h3+h4 { margin-top:-20px; }

.counter { text-align:center; color:#fff; font-size:36px; border-right:2px solid rgba(255,255,255,.4); }
.counter b { font-size:100px; display:block; }
.content .cStage .c50:first-child .counter { border-left:2px solid rgba(255,255,255,.4); }


.news-item { background:#e8e7e8;margin-bottom:30px;  }
.news-item img { width:100%; height:auto; display:block; }
.news-item .text { padding:30px; float:left; width:67%; }
.news-item.big .text { width:100%; }
.news-item a { display:block; color:inherit; text-decoration:none; }
.news-item .image { float:left; width:33%; }
.news-item:after { content:''; clear:both; display:table; }

.news-single-img { float:right; margin-left:30px; margin-bottom:30px; }


.ui-tabs-nav { margin:0px; padding:0px; list-style-type:none; }
.ui-tabs-nav li { display:inline-block; margin-right:20px; margin-bottom:20px; }
.ui-tabs-nav li a { font-size:20px; color:#313131; text-decoration:none; text-transform:uppercase; padding-bottom:5px; display:block; }
.ui-tabs-nav li.ui-state-active { border-bottom:3px solid #ffe914; }

.tx-indexedsearch-browsebox {margin:20px 0;padding:0; list-style-type:none;}
.tx-indexedsearch-browsebox li {display:inline-block;margin-right:20px;}

.csc-header-n2, 
.csc-header-n3,
.csc-header-n4,
.csc-header-n5,
.csc-header-n6,
.csc-header-n7 {
  margin-top:20px;
}

/* Formulare */

div.csc-mailform {
  padding:10px 0px;
}

fieldset legend { display:none; }
fieldset,
div.csc-mailform fieldset {
  border:0px;
  padding:0px;
  margin:0px;
}

div.csc-mailform ol {
  margin:0px;
  padding:0px;
}
div.csc-mailform fieldset ol li {
  float:left;
  padding:0px;
  margin:0px 20px 0px 0px;
}

div.csc-mailform li {
  clear:right;
  display:block;
}

.tx-felogin-pi1 label,
.notes label,
.delivery_address label,
.billing_address label,
div.csc-mailform li label {
  width:150px;
  display:inline-block;
  padding:3px 0px;

}
.notes label,
.delivery_address label,
.billing_address label {
  display:block;
  width:100%;
  float:left;
}

.csc-form-element-checkbox label { width:calc(100% - 50px) !important; float:right !important; }


div.csc-mailform li select,
.com-chkout-address-input select {

  font-size:12px;
  color:#3b792c;
  border:1px solid #c5bec1;
  width:120px;
  padding:4px;
}

.tx-felogin-pi1 form { padding-top:20px; }
.tx-felogin-pi1 input[type="submit"] { margin-left:154px; cursor:pointer; }
.tx-felogin-pi1 input[type="submit"]:hover { background:#313131; border:1px solid #313131 } 

.tx-felogin-pi1 input,
.delivery_address input,
.billing_address input,
.csc-form-element-textline input {

  font-size:17px;
  color:#fff;
  background:#aeca31;
  border:1px solid #aeca31;
  padding:10px 20px;
  width:300px;
  margin-bottom:12px;
  
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;   
}

label strong {
  color:inherit;
  text-transform:none;
  font-size:inherit;
}
.tx-felogin-pi1 input:focus,
.delivery_address input:focus,
.billing_address input:focus,
.notes textarea:focus,
.csc-form-element-textarea textarea:focus,
.csc-form-element-textline input:focus {
  background:#fff;
  border:1px solid #aeca31;
  color:#aeca31;
}



.notes textarea,
.csc-form-element-textarea textarea {
  font-family:arial;
  font-size:17px;
  color:#006ea4;
  border:1px solid #006ea4;
  padding:10px 20px;
  width:100%;
  margin-bottom:6px;
}

.notes textarea {
  width:300px;
}

.csc-form-confirmation input,
.csc-form-element-submit input {
  color:#fff;
  background:#006ea4;
  border:0px;

  text-transform:uppercase;
  font-size:17px;
  padding:10px 30px;
  
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;   
}

.csc-form-confirmation input:hover,
.csc-form-element-submit input:hover {
  opacity:0.8;
}









nav:not(.mm-menu)
{
  display: none;
}


/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.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-search):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-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    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: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .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 > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.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); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {

  color: rgba(255, 255, 255, 0.6);
  background:#99c448;
color: #313131;
}
  .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); }

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }






body {
    -webkit-transition: padding 500ms ease-out;
  -moz-transition: padding 500ms ease-out;
  -o-transition: padding 500ms ease-out;
  transition: padding 500ms ease-out;
  
  transition-delay: 0s;  
}
body.showCRL { padding-top:60px;transition-delay: 1s; }

div#igcookieRL {
  
  background: #c9db6b;
  position: fixed;

  Border: 0px solid #fff;
  height:60px;
  top:-100px;
  width:100%;

  bottom:0px;
  font-size:12px;
  padding:10px 30px;

  padding:0px;
  line-height:20px;
  color:#000000;
  z-index:99999;
  text-align:left;
  
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;   
  
  transition-delay: 0s;
  
}
div#igcookieRL.show { top:0px;  transition-delay: 1s; }
div#igcookieRL .main { background:transparent;  padding:20px; box-sizing:border-box; }

div#igcookieRL a {
  color:inherit;
  font-weight:bold;

}

div#igcookieRL button {
  background:#4C4F50;
  padding:7px 20px;
  color:#fff;
  border:0px;
  font-size:inherit;
  font-weight:bold;
  border:0px;
  margin-left:20px;
float:right;
    
}
div#igcookieRL button:hover {
  background:#000;
}

@media (max-width: 1155px) {
div#igcookieRL { min-width:100%; }
div#igcookieRL .main { width:100%; }
}
@media (max-width: 767px) {

div#igcookieRL { height:100px; }
body.showCRL { padding-top:100px; }

}



.hidden-desktop { display: none; }
.hidden-tablet { display: block; }

/* All except large Screens */
@media (max-width: 3220px) {
.hidden-desktop { display: none; }
}

/* Only Phones */
@media (max-width: 767px) {
  .hidden-desktop { display: block; }
  .hidden-phone { display: none; }
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
  /*.hidden-desktop { display: block; }*/
  .hidden-tablet { display: none; }


}






/* All except large Screens */
@media (max-width: 3220px) {

}


/* Only Phones and Tablets (Portrait) */
@media (max-width: 1290px) {

.all { min-width:100%; }
.main { width:100%; }

.cStage {margin:0px;}
.cStage.full.left .c50,
.cStage.full.right .c50,
.cStage .c33,
.cStage .c50 { margin:0px;width:100%; }

.teaser1.f0 { margin-bottom:30px; }

.cStage.nm .c50 {width:50%; }
.cStage.full.right .c50.rs,
.cStage.full.left .c50.ls {display:none;}
#navi ul li a { font-size:20px; }

.cStage.full.left .c50,
.cStage.full.right .c50 { padding:0px; }

.main,
.content .main { padding:0 60px; }
.content.np .main,
.content.f0 .main, .content.f1 .main {
 padding: 60px 60px; 
}

.teaser1 { height:auto !important; }

body { min-width:100%; }

body, td, th { font-size:16px; }
}

@media (max-width: 1000px) {

.news-single-img { float:none; margin:20px 0; }
img { max-width:100%; height:auto; }

.header .head { font-size:40px; }
.header .main { min-height:380px; }

.main,
.content .main { padding:0 40px; }
.content.np .main,
.content.f0 .main, .content.f1 .main {
 padding: 40px 40px;
}
.content.f1 + .content.f0, .content.f0 + .content.f1 { margin-top:-40px; }

#navi { width:225px; }
#page {
  
    width: calc(100% - 225px);
}

.header .main { min-height:100px; padding-bottom:30px; }

.logo img { width:150px;height:auto; }
#navi input[type="text"] { font-size:10px; }
body, td, th { font-size:14px; }

}


@media (max-width: 767px) {


.all.footer { display:block; }
#navi { display:none; }
#page { width:100%; }

.header .main { padding-bottom:30px; }
h1, h2,
.header .head { font-size:25px; }
.news-item h2, h3 { font-size:20px; }

.news-item .text,
.news-item .image { width:100%; }

.main,
.content .main { padding:0 20px; }
.content.np .main,
.content.f0 .main, .content.f1 .main {
 padding: 30px 20px;
}
.teaser1.f0 .ce-bodytext,
.news-item .text { padding:20px; }

.content.f1 + .content.f0, .content.f0 + .content.f1 { margin-top:-30px; }

.content span.sg {
    font-size: 16px;
}
.content span.g {
    font-size: 15px;
}
.cStage.nm .c50 { width:100%; }
.content .cStage .c50:first-child .counter,
.counter { border:0px;font-size:20px;}
.counter b { font-size:30px; }

.tx-felogin-pi1 input, .delivery_address input, .billing_address input, .csc-form-element-textline input,
.tx-felogin-pi1 label, .notes label, .delivery_address label, .billing_address label, div.csc-mailform li label { width:100%; }
.tx-felogin-pi1 input[type="submit"] { margin-left:0px; }
}


@media (max-width: 400px) {
h1, h2,
.header .head { font-size:18px; }
.header .main,
.news-item h2, h3 { font-size:15px; }

.content span.sg {
    font-size: 14px;
}
.content span.g {
    font-size: 13px;
}
body, td, th {
    font-size: 12px;
}


}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

}

/* Only Phones */
@media (max-width: 767px) {

  
div {
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input {
    -webkit-appearance: none;
}
* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

.mobileMenuOpen {
  display:inline;
  padding:20px 0px 5px 20px;
  height:60px;
  border-radius:50%;
   
  width:60px;
  position:absolute;
  left:15px;
  z-index:101;
  left:15px;
  top:15px;
  background: center center no-repeat transparent;
  background-color:#ffed00;
  background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAStJREFUeNpi/P//P8NAACaGAQKjFtMNsICIWUc9OYCUPBDHA7EAEP+lgQe/APFiIL6bZr39OwtUIhyIg4HYl8YeNQHi9UA8BRbUsXSwFAScgDgCOY6XA/F2Olh8GIjXwOMYCOYD8UYg9gJiXiD+R4M4/gbEO4D4NUiAccSVXCzIHGC2YqKhY/4BsxE8CsFBDbRQBsi2BOJyIGanURz/AeIJQHwE6IC7MB+3QBOWKI1DeDIQ7wTiUCakIGemU5piRo7jaiDeBsSVQMxBo6D+DcR90LyMmp2Acc0CjWNq5zFGIP4JjNs/KIlrRFaLoKAQBGIXIOanURyDqsW9QPwWGOR/YYkrjk7V4j70ajFuxFWLS4H4OBBfAWJuGsXxD2jT5/bIzE6jFtMNAAQYAAMJVVaVGbaHAAAAAElFTkSuQmCC');}
.mobileMenuOpen a{

}


  div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

  /* Clear floats after csc-textpic and after csc-textpic-imagerow */
  div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

  /* Set padding for tables */
  div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
  div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

  /* Settings for figure and figcaption (HTML5) */
  div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

  /* Captions */
  figcaption.csc-textpic-caption { display: table-caption; }
  .csc-textpic-caption { text-align: left; caption-side: bottom; }
  div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
  div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
  div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

  /* Float the columns */
  div.csc-textpic div.csc-textpic-imagecolumn { float: none; }

  /* Border just around the image */
  div.csc-textpic-border div.csc-textpic-imagewrap img {
    border: 2px solid black;
    padding: 0px 0px;
  }

  div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

  /* Space below each image (also in-between rows) */
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 30px; }
  div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

  /* colSpace around image columns, except for last column */
  div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 0px; }
  div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

  /* Add margin from image-block to text (in case of "Text & Images") */
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 0px;
  }
  div.csc-textpic-intext-right .csc-textpic-imagewrap,
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    margin-left: 0px;
  }

  /* Positioning of images: */

  /* Center (above or below) */
  div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
  div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: none; right: 0px; }
  div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: none; right: 0px; }

  /* Right (above or below) */
  div.csc-textpic-right .csc-textpic-imagewrap { float: none; }
  div.csc-textpic-right div.csc-textpic-text { clear: both; }

  /* Left (above or below) */
  div.csc-textpic-left .csc-textpic-imagewrap { float: none; }
  div.csc-textpic-left div.csc-textpic-text { clear: both; }

  /* Left (in text) */
  div.csc-textpic-intext-left .csc-textpic-imagewrap { float: none; }

  /* Right (in text) */
  div.csc-textpic-intext-right .csc-textpic-imagewrap { float: none; }

  /* Right (in text, no wrap around) */
  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: none; }

  /* Left (in text, no wrap around) */
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: none; }

  div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }


.csc-textpic-text {
  width:100%;
}

.csc-textpic-imagewrap img {
  max-width:100%;
  height:auto;
}

  /* Layout */

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {



}

/* Only Phones (Portrait) */
@media (max-width: 479px) {


}



