/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    background-color: #ccc;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.overflow-hidden {
  overflow: hidden;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@media only screen and (min-width: 1024px) {

.mobile {
  display: none;
}
.nomobile {
  display: block;
}

#logo {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 9999;
}

#introtext {
   color: #fff; 
   font-size: 280%; 
   font-weight: bold;
   position: absolute; 
   top: -150px;
   left: 0;
   margin-left: -47px;
   right: 0;
   text-align: center;
}

#polaroid {
  top: -110px; 
  right: -30px; 
  position: absolute;
}


/* ==========================================================================
   Browser Border
   ========================================================================== */

#top, #bottom, #left, #right {
  background: #fff;
  position: fixed;
  z-index: 1000;
}

#left, #right {
  top: 0; bottom: 0;
  width: 6px;
}
    
#left { left: 0; }
#right { right: 0; }
    
#top, #bottom {
  left: 0; right: 0;
  height: 6px;
}

#top { top: 0; }
#bottom { bottom: 0; }


#duenen {
  background: #f00000;
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: url('../i/duenenStartseite.png') no-repeat left bottom;
  background-size: 100%;
}



/* ==========================================================================
   Navigation
   ========================================================================== */

/* ==========================================================================
   Navigation >> X-Button with animation
   ========================================================================== */

button {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 4200;
  display: inline-block;
  margin: 1em;
  border: none;
  background: none;
  outline: 0;
}
button span {
  display: block;
}

.lines-button {
  padding: 10px 10px 16px 10px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border: 3px solid white;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines:before {
  top: 9px;
}
.lines:after {
  top: -9px;
}

.lines-button:hover .lines:before {
  top: 7px;
}
.lines-button:hover .lines:after {
  top: -7px;
}

.lines-button.close {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 2.22222rem;
}
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 35px;
}

.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.navLink {
  position: absolute;
  top: 29%;
  left: 65px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

/* ==========================================================================
   Navigation >> red area with menu
   ========================================================================== */

nav {
  position: absolute;
  display: none;
  top: 15px;
  left: 30px;
  z-index: 4000;
}

nav a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  line-height: 175%;
  width: 105%;
}

nav .selected > a, nav .selected > a:hover {
  background: url('/i/navArrow.png') 0 50% no-repeat;
  padding-left: 20px;
  text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

nav ul {
  padding-left: 15px;
  background: rgba(179, 0, 0, 0.9);  
  width: 249px;
  height: 288px;
  padding-top: 80px;    
}

nav > ul {
  position: relative;
}

nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul {
  visibility: hidden;  
  position: absolute;
  top: -16px;
  left: 265px;
}

#btFacebook {
  position: absolute;
  top: 115px;
  left: 55px;
}

#btTwitter {
  display: none;
  position: absolute;
  top: 160px;
  left: 55px;
}

/* ==========================================================================
   Content
   ========================================================================== */

#container {
}

/* ==========================================================================
   Content >> banderole
   ========================================================================== */

.banderole {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);  
  height: 169px;
  margin-left: 47px;
  padding: 5px 430px 0 90px;
  z-index: 990;
}

.banderoleKoerbe {
  position: absolute;
  top: 70%;
  height: 169px;
  margin-left: 47px;
  padding: 5px 430px 0 90px;
  z-index: 990;
}

.banderole h1, .banderoleKoerbe h1 {
  background-color: #B30000;
  display: block;
  position: absolute;
  top: 59px;
  left: -108px;
  width: 174px;
  padding: 12px 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
           -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
       -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
        -ms-transform: rotate(-90.0deg);  /* IE9+ */
         -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
            transform: rotate(-90.0deg);  /* Standard */  
}

.banderole p {
  font-size: 17px;
  color: #333;
}

.banderole p strong {
	color: #B30000;
	font-weight: bold;
}

.banderole a {
  color: #B30000;
}

.banderole p a {
  display: inline-block;
}

.banderole a:hover {
  text-decoration: none;
}

#banderoleContent {
  float: left;
}

#crosslinks {
  position: absolute;
  top: 25px;
  right: 100px;
}

#crosslinks .popuplink {
  float: left;
  color: #fff;
  background: #b30000 url('../i/btArrow.png') 93% 50% no-repeat;
  margin: 0 0 10px 0;
  padding: 3px 35px 5px 15px;
  width: 208px;
  font-size: 15px;
  text-align: center;
}

#crosslinks p strong {
  color: #333;
  font-size: 14px;
}

#crosslinks p, #crosslinks p a {
  color: #333;
  font-weight: normal;
  font-size: 14px;
}

#crosslinks p {
  width: 270px;
  margin: 0;
  padding: 0;
}



/* ==========================================================================
   Content >> startseite
   ========================================================================== */

.banderole.start {
  margin-left: 240px;
  padding: 5px 0 0 0;
}

.banderole.start aside {
  background-color: #B30000;
  display: block;
  position: absolute;
  top: 0;
  left: -235px;
  width: 194px;
  height: 134px;
  padding: 40px 20px 0 20px;
  color: #fff;
  letter-spacing: 0.1em;
}

.banderole.start aside p {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.banderole.start aside p a {
  color: #fff;
}

.banderole section {
  width: 40%;
  float: left;
  padding-left: 70px;
}

#korbUnternehmen, #korbPrivat {
  display: none;
}

#koerbeStartseite {
  width: 95%;
  height: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  padding-top: 20px;
  z-index: 1100;
  text-align: center;    
}

#koerbeStartseite img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

a.pfeillinkLeft {
  right: 70%;
  bottom: 55%;  
  position: absolute;
  z-index: 3000;
  color: #fff;
  background-color: #B30000;
  margin: 0;
  padding: 8px 50px 10px 30px;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
}

a.pfeillinkLeft:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-right-color: #B30000;
  right: 100%;
  top: 0;    
}

a.pfeillinkLeft:hover {
  color: #B30000;
  background-color: #fff;
  text-decoration: none;
}

a.pfeillinkLeft:hover:after {
  border-right-color: #fff;
}



a.pfeillinkRight {
  left: 72%;
  bottom: 50%;  
  position: absolute;
  z-index: 3000;
  color: #fff;
  background-color: #B30000;
  margin: 0;
  padding: 8px 50px 10px 30px;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
}

a.pfeillinkRight:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-left-color: #B30000;
  left: 100%;
  top: 0;    
}

a.pfeillinkRight:hover {
  color: #B30000;
  background-color: #fff;
  text-decoration: none;
}

a.pfeillinkRight:hover:after {
  border-left-color: #fff;
}




/* ==========================================================================
   Content >> popuptext
   ========================================================================== */

#popup {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 5000;
  bottom: 0px;
  right: 200px;
  background: rgba(255, 255, 255, 1);  
  width: 576px;
  height: 784px;
  border-top: 6px solid rgba(255, 255, 255, 1);  
  border-left: 5px solid rgba(255, 255, 255, 1);  
  border-right: 5px solid rgba(255, 255, 255, 1);  
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */  
} 

#popup .mapButtons {
  position: absolute;
  top: 380px;
  right: 20px;
}

#popup .mapButtons a {
  padding-left: 15px;
}

#popup * {
  font-size: 14px;
  margin: 0;
}

#popup img {
  width: 100%;
  margin-bottom: 90px;
}

#popup h2, #popup h3, #popup h4, #popup strong {
  color: #B30000;
}

#popup h2, #popup h3, #popup h4, #popup p, #popup ul {
  padding: 0 80px 0 90px;
}

#popup p {
  padding-bottom: 10px;
}

#popup p.kleiner {
  font-size: 80%;
}

#popup ul {
  padding-left: 100px;
}

#popup li {
  padding-bottom: 5px;
}

#popup p + ul {
  /* margin-top: -10px; */
}

#popup a {
  color: #b30000;
}

#popupButtons {
  position: absolute;
  top: 390px;
  left: 28px;
  z-index: 9999;
}

.btPopupClose {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url('../i/btPopupClose.png') no-repeat;
  margin-right: 22px !important;
}

.btPopupClose:hover, .btPopupClose:active {
  background: url('../i/btPopupCloseAct.png') no-repeat;
}

.btPopupPrev {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url('../i/btPopupPrev.png') no-repeat;
  margin-right: 12px !important;
}

.btPopupPrev:hover, .btPopupPrev:active {
  background: url('../i/btPopupPrevAct.png') no-repeat;
}

.btPopupNext {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url('../i/btPopupNext.png') no-repeat;
}

.btPopupNext:hover, .btPopupNext:active {
  background: url('../i/btPopupNextAct.png') no-repeat;
}

.swiper-slide {
  position: relative;
}

.innertext {
  float: left;
  width: 560px;
  height: 315px;
  overflow-x: none;
  overflow-y: auto;
}




/* ==========================================================================
   Content >> Korbübersicht und Detailseite
   ========================================================================== */

.korb_uebersicht {
  padding-top: 5%;
  width: 33%;
  height: 45%;
  float: left;
  text-align: center;
}

.korb_uebersicht img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.korb_teaser {
  text-decoration: none;
  color: #999;
}

.korb_teaser strong, .korb_teaser:hover {
  color: #b30000;
}

.prev, .next {
  position: absolute;
}

#koerbeUebersicht {
  width: 95%;
  height: 85%;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 10%;
  margin: 0 auto;
  padding-top: 20px;
  z-index: 1100;
  text-align: center;    
}


#koerbeUebersicht div {
  padding-bottom: 5%;
  width: 80%;
  height: 80%;
  display: inline-block;
}

#koerbeUebersicht .korbtext {
  text-align: left;
  color: #999;
  padding: 5% 10% 10% 10%;
}

#koerbeUebersicht .korbtext strong {
  color: #b30000;
}

#koerbeUebersicht .korbtext a {
  color: #999;
}

#btPrev, #btNext {
  z-index: 1100;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 50px;
  height: 71px;
  text-indent: -9999px;
  background: url('../i/btPrev.png') -9px 0 no-repeat;
}

#btNext {
  left: auto;
  right: 0;
  background: url('../i/btNext.png') 9px 0 no-repeat;
}

#btPrev:hover {
  background-position: -3px 0;
}

#btNext:hover {
  background-position: 3px 0;
}

.korb_detail {
  padding-top: 5%;
  padding-left: 5%;
  width: 55%;
  height: 100%;
  float: left;
  text-align: right;
}

.korb_detail img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.korb_detail h1 {
  color: #b30000;
  font-size: 18px;
}

.korb_detail.text_right {
  width: 40%;
  margin-left: -15%;
  padding-top: 7%;
  text-align: left;
}

.korb_detail.text_right p {
  color: #999;
  font-size: 15px;
}

.korb_detail.text_right p .kleiner {
  float: left;
  padding-top: 5%;
  font-size: 80%;
}

.korb_detail.text_right p strong {
  color: #b30000;
}

#btOrder {
  clear: both;
  float: left;
  background-color: #b30000;
  color: #fff;
  margin-top: 5%;
  margin-right: 5%;
  padding: 2px 40px 4px 40px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b30000;  
}

#btOrder:hover {
  background-color: #fff;
  color: #b30000;
}

#btBack {
  float: left;
  background-color: #000;
  color: #fff;
  margin-top: 5%;
  padding: 2px 10px 4px 10px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;  
}

#btBack:hover {
  background-color: #fff;
  color: #000;
}


/* =JQUERY JOBDIALOG
   ----------------------------------------------------*/
   
#jobDialog {
  width: 1190px;
  height: 782px;
  padding: 0 0 0 0;
  background: url('../i/modalBg.png') no-repeat;
  display: none;
}

#jobDialog .popupLogo {
  margin-top: -20px;
  float: right;
}

#jobDialog hr {
  border-color: #464646;
}

#jobDialog .title {
  font-weight: bold;
  color: #ff8000;
  font-size: 16px;
}

#jobDialog a.jqmClose {
  display: block;
  float: left;
  /* text-indent: -9999px; */
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #999;
  background: url('../i/bt-close.png') no-repeat 0 3px;
  padding-left: 30px;
  padding-bottom: 20px;
}

#jobDialog h4, #jobDialog p {
  margin: 0;
  padding: 2px 0 0 75px;
  font-size: 40px;
  font-weight: normal;
}

#jobDialog h4 {
  padding-top: 50px;
}

#jobDialog p {
  padding-bottom: 50px;
}

#jobDialog h4, #jobDialog h4 a {
  color: #fff !important;
}

#jobDialog a {
  text-decoration: none;
  color: #666;
  white-space: nowrap;
}

#jobDialogContainer {
  width: 1190px;
  height: 682px; 
  clear: both;
}

#jobDialogList {
  display: block;
  clear: both;
}

#jobDialogList li {
  background: none !important;
  left: 0;
}
   
.jqmWindow {
  width: 1190px;
  display: none;
  position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -595px;
    margin-top: -375px;
    background: none;
    z-index: 99999;
}

#jqmOverlay { 
  background-color: #333; 
}

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
     position: relative;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1975px) and (min-width: 1024px) {
  #koerbeUebersicht .korbtext {
    font-size: 15px;
  }  
}

@media only screen and (max-width: 1580px) and (min-width: 1024px) {
  #koerbeUebersicht .korbtext {
    font-size: 13px;
  }  
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
  .korb_teaser {
    font-size: 15px;
  }
  .korb_detail h1 {
    font-size: 15px;
  }
  .korb_detail.text_right p {
    font-size: 13px;
  }  
  #koerbeUebersicht .korbtext {
    font-size: 12px;
  }  
}

@media only screen and (max-width: 1330px) and (min-width: 1024px) {
  .banderole {
    padding: 5px 430px 0 50px;
  }

  .banderole p {
    font-size: 15px;
  }


  .korb_teaser {
    font-size: 13px;
  }

}

@media only screen and (max-width: 1220px) and (min-width: 1024px) {
  .banderole p {
    font-size: 14px;
  }

  .korb_teaser {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1155px) and (min-width: 1024px) {
  .banderole p {
    font-size: 13px;
  }

  .korb_teaser {
    font-size: 11px;
  }
  .korb_detail h1 {
    font-size: 13px;
  }
  .korb_detail.text_right p {
    font-size: 11px;
  }  
  #koerbeUebersicht .korbtext {
    font-size: 11px;
  }   

	#introtext {
		font-size: 265%; 
	}

}

@media only screen and (max-width: 1050px) and (min-width: 1024px) {
  .banderole p {
    font-size: 12px;
  }
	#introtext {
		font-size: 255%; 
	}
}

@media only screen and (max-width: 1000px) and (min-width: 1024px) {
  html {
    min-width: 950px;
  }  

  #logo {
    left: 770px;
  }

  .banderole {
    width: 475px;
  }

  .banderole.start {
    width: 763px;
  }

  .banderole p {
    font-size: 13px;
  }

  #popup {
    position: absolute;
    bottom: 0;
    left: 400px;
  }

  #right {
    display: none;
  }

  a.pfeillinkRight {
    width: 175px;
    right: auto;
    left: 650px;
  }

  #koerbeUebersicht {
    width: 990px;
  }  


}

@media only screen and (max-height: 850px) and (min-width: 1024px) {
  #popup {
    bottom: -22%;
    right: 200px;
    width: 486px;
  }

  #popup * {
    font-size: 12px;
  }

  #popup img {
    margin-bottom: 70px;
  }  

  #popupButtons {
    top: 320px;
  }

  #popup .mapButtons {
    top: 310px;
  }

  .innertext {
    float: left;
    width: 470px;
    height: 210px;
  }  

  .korb_detail h1 {
    font-size: 15px;
  }
  .korb_detail.text_right p {
    font-size: 13px;
  }  

}

@media only screen and (max-height: 750px) and (min-width: 1024px) {
  #popup {
    bottom: -30%;
    right: 200px;
    width: 386px;
  }

  #popup * {
    font-size: 11px;
  }

  #popupButtons {
    top: 260px;
  }  

  #popup .mapButtons {
    top: 250px;
  }  

  #popup h2, #popup p {
    padding-right: 30px;
  }  

  .innertext {
    float: left;
    width: 370px;
    height: 230px;
  }  

  .korb_detail h1 {
    font-size: 13px;
  }
  .korb_detail.text_right p {
    font-size: 11px;
  }  
}

@media only screen and (max-height: 700px) and (min-width: 1024px) {
  html {
    position: relative;
    min-height: 700px;
  }
  
  .banderole {
    top: 490px;
  }
  
  #popup {
    height: 570px;
    position: absolute;
    bottom: 0;
  }

  #bottom {
    display: none;
  }

}

@media only screen and (max-height: 664px) and (min-width: 1024px) {
  #duenen {
    display: none;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}


/* ==========================================================================
   MOBILE VERSION
   ========================================================================== */

@media only screen and (max-width: 1023px) {
  .mobile {
    display: block;
  }
  .nomobile {
    display: none;
  }
  .nolink {
    color: #555 !important;
    text-decoration: none !important;
    cursor: default;
  }

  html,
  button,
  input,
  select,
  textarea {
      color: #555;
  }
  html {
    overflow-x: hidden !important;
    position: relative;    
    max-width: 100%;
    font-size: .85em;
  }
  body {
    overflow-x: hidden !important;
    position: relative;
    float: left;
    width: auto;
    max-width: 100%;
    border: 3px solid #fff;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;     
    background: url('../files/bggrauverlauf.jpg') top left !important;
    background-size: 200% 40% !important;
  }
  #content {
    float: left;
  }
  header {
    position: relative;
    width: 100%;
    float: left;
    background: none !important;
    border-bottom: 3px solid #fff;
  }

#btFacebook {
  position: absolute;
  top: 24px;
  left: 65px;
}

#btFacebook img {
  width: 25px;
  height: 25px;
}

#btTwitter {
  display: none;
  position: absolute;
  top: 160px;
  left: 55px;
}


  	#introtext {
	   color: #fff; 
	   font-size: 30px !important; 
	   font-weight: bold;
	   position: absolute; 
	   height: 100% !important;
	   top: 90%;
	   bottom: 0;
	   left: 0;
	   margin-left: -47px;
	   padding: 30% 20px;
	   right: 0;
	   z-index: 9999;
	   line-height: 1.2em;
	}



  /* ==========================================================================
     Navigation >> X-Button with animation
     ========================================================================== */

  #mobNav {
    display: block;
    text-indent: -9999px;
    position: absolute;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
  }

  button {
    float: left;
    margin: 22px 0 0 20px !important;
    z-index: 4200;
    display: inline-block;
    margin: 1em;
    border: none;
    background: none;
    outline: 0;
  }
  button span {
    display: block;
  }

  .lines-button {
    padding: 2px 5px 8px 5px;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border: 2px solid white;
    /* */
  }
  .lines-button.red {
    float: right;
    padding: 2px 6px 8px 2px;
    margin: 26px 20px 0 0 !important;
    border: 2px solid #B30000;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);    
  }

  .lines {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    transition: 0.3s;
    position: relative;
  }
  .lines-button.red .lines {
    background: #B30000;
  }
  .lines:before, .lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
  }
  .lines-button.red .lines:before, .lines-button.red .lines:after {
    background: #b30000;
  }
  .lines:before {
    top: 6px;
  }
  .lines:after {
    top: -6px;
  }

  .lines-button.close {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  .lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
    top: 0;
    width: 2.22222rem;
  }
  .lines-button.arrow.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
  }
  .lines-button.arrow.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
  }

  .lines-button.arrow-up.close {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  }

  .lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
    -webkit-transform: none;
    transform: none;
    top: 0;
    width: 35px;
  }

  .lines-button.x.close .lines {
    background: transparent;
  }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 25px;
  }
  .lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }


  /* ==========================================================================
     Navigation
     ========================================================================== */

  #mobileNav {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    overflow: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 99999;
    width: 270px;
    background: rgba(179, 0, 0, 1);
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.75);    
  }   
  #mobileNav.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
  }
  .navHeader {
    width: 100%;
    height: 80px;
    background-color: #fff;
  }
  .navHeader .navLink {
    display: block !important;    
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    color: #b30000;
    text-decoration: none;
    opacity: 0;
    -webkit-transition:opacity .4s;
    -moz-transition:opacity .4s;
    -o-transition:opacity .4s;
    transition:opacity .4s;
  }
  .navHeader .navLink.shift {
    opacity: 1;
    -webkit-transition:opacity .4s;
    -moz-transition:opacity .4s;
    -o-transition:opacity .4s;
    transition:opacity .4s;
  }

/* ==========================================================================
   Navigation >> red area with menu
   ========================================================================== */

  nav#mainNav {
    display: none;
  }

  nav {
    z-index: 4000;
  }

  nav a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 225%;
    width: 105%;
  }

  nav .selected > a, nav .selected > a:hover {
    background: url('/i/navArrow.png') 0 50% no-repeat;
    padding-left: 20px;
    text-decoration: none;
  }

  nav a:hover {
    text-decoration: underline;
  }

  nav ul {
    width: 270px;
    padding-left: 15px;
    background: rgba(179, 0, 0, 0.9); 
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;      
  }

  nav ul.shift {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-135px);
    -moz-transform: translateX(-135px);
    -ms-transform: translateX(-135px);
    -o-transform: translateX(-135px);
    transform: translateX(-135px);
  }


  nav > ul {
    position: relative;
  }

  /* nav ul li:hover > ul {
      visibility: visible;
  } */
  nav ul li > ul.active {
    height: 100%;  
    visibility: visible !important
  }

  nav ul li ul {
    visibility: hidden;  
    position: absolute;
    top: -16px;
    left: 265px;
  }  

  /* ==========================================================================
     Contents
     ========================================================================== */

  #container {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;    
  }
  #container.mobile-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
  }

  #logo {
    float: right;
    right: 20px;
    margin: 15px 15px 8px 0;
  }
  #logo img {
    width: 165px;    
    margin: 0;    
    padding: 0;
  }
  .banderole, .banderole.start, .banderole section {
    position: relative;
    top: auto;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
  }
  .banderole, .banderole.start {
    padding: 20px !important;
  }
  aside.korbtext {
    padding: 10px;
  }
  aside.korbtext, .korb_uebersicht {
    float: left;
  }
  #koerbeUebersicht div {
    float: left;
    padding: 10px;
    background-color: #ececec;    
  }
  .korb_teaser img, .korb_detail img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .korb_teaser, .korb_detail {
    background: #ececec url('../i/divMobile.png') top left repeat-x;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
    color: #555;
  }
  .korb_detail {
    background: none;
    text-align: left;    
    padding: 10px;
  }
  .korb_detail img {
  	min-width: 110%;
  }
  .korb_detail {
  	margin-bottom: 0 !important;
  }
  .korb_detail.text_right {
    margin-bottom: 50px !important;
  }
  .korb_uebersicht:nth-child(2) .korb_teaser {
    background: none !important;
  }

  img.fullwidth {
    width: 100%;
  }

  .btDetails#btPrev, .btDetails#btNext {
    border: none;
    z-index: 1100;
    position: absolute;
    top: 180px;
    left: 0;
    display: block;
    width: 35px;
    height: 45px;
    text-indent: -9999px;
    background: url('../i/btPrev.png') -9px 0 no-repeat;
    background-size: 35px 45px;
  }

  .btDetails#btNext {
    left: auto;
    right: 0;
    background: url('../i/btNext.png') 9px 0 no-repeat;
    background-size: 35px 45px;
  }

  .btDetails#btPrev:hover {
    background-position: -3px 0;
  }

  .btDetails#btNext:hover {
    background-position: 3px 0;
  }


  .korb_teaser strong {
    color: #b30000;
  }
  .banderole section p {
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
  }
  aside.korbtext p {
    margin: 0 !important;
    padding: 0 0 15px 0 !important;
  }
  p strong, p a {
    color: #B30000;    
  }
  h1 {
    font-size: 1em;
    color: #B30000;     
  }
  #korbUnternehmen, #korbPrivat, #btPrev, #btNext, #btOrder, #btBack {
    float: left;
    width: 50%;
    height: auto;
    display: block;
    text-decoration: none !important;   
    font-size: .85em;
  }
  #btOrder, #btBack {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #btBack {
    left: auto;
    right: 0;
    background-color: #000 !important;
  }
  #korbUnternehmen, #btPrev, #btOrder {
    border-right: 2px solid #fff;
    border-bottom: none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;         
  }
  #korbPrivat, #btNext, #btBack {
    border-left: 2px solid #fff;
    border-bottom: none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;         
  }
  #btPrev, #btNext, #btOrder, #btBack {
    padding: 10px;
    display: block;
    text-align: center;
    background-color: #B30000;
    color: #fff;
    font-weight: bold;
    border-top: 3px solid #fff;    
  }
  #korbUnternehmen img, #korbPrivat img {
    width: 100%;
    min-width: 100%;
  }
  #korbUnternehmen span, #korbPrivat span {
    clear: both;
    padding: 10px;
    display: block;
    text-align: center;
    background-color: #B30000;
    color: #fff;
    font-weight: bold;
    margin-top: -18%;
  }
  #duenen {
  	float: left;
	background: #fff;
	position: relative;
	width: 100%;
  }
  #duenen img {
  	width: 100%;
  }

  .banderole aside#crosslinks {
    margin-top: 40px;
  }

  .banderole aside#crosslinks p {
    margin-top: -20px !important;
  }

  .banderole aside#crosslinks p strong {
    color: #555;
  }


/* ==========================================================================
   Content >> popuptext
   ========================================================================== */

#popup-mobile {
  float: left !important;
  display: block !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  visibility: visible !important;
  z-index: 5000 !important;
  background: rgba(255, 255, 255, 1);  
  width: 100% !important;
  height: auto !important;
} 

.swiper-wrapper {
	position: relative;
}
.swiper-slide {
  height: auto !important;
}

#popup-mobile .mapButtons {
  position: relative;
  padding: 20px 20px 0 20px;
}

#popup-mobile .mapButtons a {
  padding-right: 15px;
}

#popup-mobile * {
  font-size: 14px;
  margin: 0;
}

#popup-mobile img {
  width: 100%;
  margin-bottom: 0;
}

#popup-mobile h2, #popup-mobile h3, #popup-mobile h4, #popup-mobile strong {
  color: #B30000;
}

#popup-mobile h2, #popup-mobile h3, #popup-mobile h4, #popup-mobile p, #popup-mobile ul {
  padding: 20px;
}

#popup-mobile p.kleiner {
  font-size: 80%;
}

#popup-mobile ul {
  padding-top: 0;
  padding-left: 35px;
}

#popup-mobile li {
  padding-bottom: 5px;
}

#popup-mobile p + p, #popup-mobile p + ul {
  margin-top: -10px;
}

#popup-mobile a {
  color: #b30000;
}

#popupButtons {
  position: absolute;
  top: 390px;
  left: 28px;
  z-index: 9999;
}

.btPopupClose {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url('../i/btPopupClose.png') no-repeat;
  margin-right: 22px !important;
}

.btPopupClose:hover, .btPopupClose:active {
  background: url('../i/btPopupCloseAct.png') no-repeat;
}

.btPopupPrev {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url('../i/btPopupPrev.png') no-repeat;
  margin-right: 12px !important;
}

.btPopupPrev:hover, .btPopupPrev:active {
  background: url('../i/btPopupPrevAct.png') no-repeat;
}

.btPopupNext {
  float: left;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url('../i/btPopupNext.png') no-repeat;
}

.btPopupNext:hover, .btPopupNext:active {
  background: url('../i/btPopupNextAct.png') no-repeat;
}

.swiper-slide {
  float: left;
  position: relative;
  padding-bottom: 30px;
}

.innertext {
  float: left;
  width: 100%;
  overflow-x: none;
  overflow-y: auto;
}  


  .navLink, .pfeillinkLeft, .pfeillinkRight, .banderole aside, .banderole > h1, #koerbeStartseite, #top, #right, #bottom, #left, .banderoleKoerbe, #supersized-loader {
    display: none !important;
  }
  .banderole aside#banderoleContent, .banderole aside#crosslinks {
    display: block !important;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.printOnly {
    display: none;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .printOnly {
        display: block;
    }
}