@font-face {
  font-family: "entypo";
  src: url('/fonts/entypo/entypo.eot?v=1');
  src: url('/fonts/entypo/entypo.eot?v=1#iefix') format("embedded-opentype"), url('/fonts/entypo/entypo.woff?v=1') format("woff"), url('/fonts/entypo/entypo.ttf?v=1') format("truetype"), url('/fonts/entypo/entypo.svg?v=1') format("svg");
  font-weight: 400;
  font-style: normal;
}

.mainHeader {
  background-color: #0092bc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (min-width: 641px) {
  .mainHeader .innerWrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1150px) {
  .mainHeader .innerWrapper {
    max-width: 1340px;
    width: auto;
  }
}
@media (max-width: 991px) {
	.searchNavWrapper .singleInputAndButton.desktopsearch .select_section {
		display:none;	
	}
	.searchNavWrapper .singleInputAndButton.desktopsearch input[type="text"] {
		width:100%;
	}
}

.searchNavWrapper {
  display: none;
}
.searchNavWrapper .singleInputAndButton.desktopsearch {
  display: none;
}
.searchNavWrapper.mobilesearch {
  display: block;
}
.searchNavWrapper.mobilesearch input[type="text"],.searchNavWrapper .singleInputAndButton.desktopsearch input[type="text"]{
  color: #000;
  background-color: #fff;
  padding-right: 44px;
  outline: none;
}
.searchNavWrapper.mobilesearch input[type="text"] {
	padding-left: 10px;
	
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section {
  width: 20%;
  height: 36px;
  margin-top: 3px;
  position: relative;
  float: left;
  border-right: 1px solid rgba(0, 146, 188, 0.5);
}
.searchNavWrapper .select_section .icon {
pointer-events: none;
}
.searchNavWrapper .singleInputAndButton.desktopsearch input[type="text"]{
  background-color: #fff;
  width: 80%;
  height: 42px;
}
.searchNavWrapper.mobilesearch input[type="text"]:focus,.searchNavWrapper .singleInputAndButton.desktopsearch input[type="text"]:focus {
  border:none;
}
@media (min-width: 992px) and (max-width: 1150px) {
	.searchNavWrapper .singleInputAndButton.desktopsearch .select_section {
		width:25%;
	}
	.searchNavWrapper .singleInputAndButton.desktopsearch input[type="text"] {
		width:75%;
	}
}
.searchNavWrapper .singleInputAndButton.desktopsearch .btnSearch,.searchNavWrapper.mobilesearch .singleInputAndButton .btnSearch {
  right: 210px;
  left: auto;
  width: 42px;
  height: 42px;
  top: 4px;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .btnSearch::before,.searchNavWrapper.mobilesearch .singleInputAndButton .btnSearch::before {
  font-family: 'entypo', sans-serif;
  content: "\1f50d";
font-weight: 400 !important;
font-style: normal !important;
color: #0092bc;
font-size:30px;
display: inline;
width: auto;
height: auto;
line-height: inherit !important;
vertical-align: baseline;
text-decoration: none;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .btnSearch .icon{
  fill: #fff;	
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section select { 
  width: 100%;
  border: none;
  background: none;
  float: left;
  appearance: none;
  outline: none;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section select:focus { 
  width: 100%;
  border: none;
  background: none;
  float: left;
  appearance: none;
  box-shadow:none;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section select option {
  background: #fff;
  color: #0092bc;
  border: 1px solid #0092bc;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section select option:hover {
	background: #0092bc;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section select::-ms-expand {
	display: none;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section select:focus::-ms-value {
	background-color: transparent;
}
.searchNavWrapper .singleInputAndButton.desktopsearch .select_section .icon {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 8px;
    width: 18px;
    height: 18px;
    fill: #0092bc;
}
@media (min-width: 641px) {
  .searchNavWrapper {
    display: block;
    flex-grow: 1;
  }
.searchNavWrapper .singleInputAndButton.desktopsearch {
    display: -webkit-box;
    display: flex;
    width:100%;
    padding-left: 10px;
  }
.searchNavWrapper.mobilesearch {
    display: none;
  }
}

.mainLogo {
  fill: white;
  display: none;
  margin-bottom: 8px;
}

.mainLogo svg {
    fill: white;
}
  
@media (min-width: 641px) {
  .mainLogo {
    margin-right: 30px;
    width: 125px;
    height: 80px;
    display: block;
  }
  .mainLogo svg {
    width: 125px;
    height: 80px;
    fill: white;
  }
}

.mainLogo-simple {
  fill: white;
  display: block;
  width: 80px;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mainLogo-simple svg {
  width: 80px;
  height: 20px;
  fill: white;
}

@media (min-width: 641px) {
  .mainLogo-simple {
    display: none;
  }
}

.burgerMenu {
  position: absolute;
  right: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  top: 57px;
  cursor: pointer;
}

.burgerMenu .capsules {
  margin-right: 8px;
  width: 28px;
}

.burgerMenu .capsules > div {
  height: 7px;
  background-color: white;
  margin-bottom: 2px;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

.burgerMenu span {
  color: white;
}

.singleInputAndButton.show-mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.navshow-mobile { display:block; }

@media (min-width: 641px) {
  .burgerMenu {
    display: none;
  }
  .singleInputAndButton.show-mobile {
  	display: none;
  }
  .navshow-mobile { display:none; }
}

.mainHeader.show-mobile .searchNavWrapper {
  display: block;
}

.mainHeader.show-mobile .burgerMenu .capsules div:nth-child(1) {
  -webkit-transform: translate(-18px, 0);
          transform: translate(-18px, 0);
}

.mainHeader.show-mobile .burgerMenu .capsules div:nth-child(2) {
  -webkit-transform: translate(-12px, 0);
          transform: translate(-12px, 0);
}

.mainHeader.show-mobile .burgerMenu .capsules div:nth-child(3) {
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
}

.mainHeader .header__before-main {
	background-color:#cac8ca;
	color:#0092bc;
}

.mainHeader .header__before-main ul {
	display: flex;
	width:100%;
	list-style: none; 
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	padding: 0;font-size: 18px;
	-webkit-box-orient: horizontal;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	margin-bottom:5px;
}
.mainHeader .header__before-main ul .icon {
	fill: #0092bc;
}
@media (max-width: 991px) {
    .mainHeader .header__before-main ul{
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
    }
	.mainHeader .header__before-main ul .d-none{
		display:none;
	}
}
@media (max-width: 640px) {
    .mainHeader .header__before-main ul{
		padding: 0 0 5px 0;
		font-size: 15px;
    }
    .searchNavWrapper.mobilesearch .singleInputAndButton .btnSearch {
    	right: 10px;
    }
}
/* Search-Suggestions-Box */

#sb-result {
  width: 700px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  display: flex;
  z-index: 9999;
}

#sb-result a:hover,
#sb-result #sb-
-all:hover,
#sb-result .product:hover {
  cursor: pointer;
  background: #bebaba;
}

#sb-result .sb-headings {
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 700;
  background-color: #e5e5e5;
  margin:0;
  color: #000000;
}

#sb-result .current {
  background-color: #f8f8f8;
}

#sb-result #sb-show-all {
  cursor: pointer;
  background-color: rgb(248, 245, 245);
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 700;
}

#sb-result .sb-suggst {
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  display: block;
  text-decoration: none;
}

#sb-result .sb-box {
  padding: 20px;
}

#sb-result .sb-box#sb-1 {
  flex: 40%;
}

#sb-result .sb-box#sb-2 {
  flex: 60%;
}

#sb-result .sb-box .sbl {
  margin-bottom: 20px;
}

#sb-result .sbl:last-child {
  margin-bottom: 0;
}

#sb-result .product a.sb-suggst {
  line-height: 1.5;
}

#sb-result .product {
  display: flex;
  align-items: flex-end;
  padding: 10px;
  margin-bottom: 0;
}

#sb-result .product a {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}

#sb-result .product a:hover {
  background: none;
}

#sb-result #sb-2:last-child {
  padding-bottom: 20px;
}

#sb-result .product img {
  width: 40px;
  max-height: 60px;
  margin-right: 20px;
}

#sb-result .product p {
  margin-bottom: 0;
  padding: 0;
}

/* LAYOUT (VARIANTE 1) - Dropdown */

#sb-result-list {
  background-color: rgba(255, 255, 255);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  text-decoration: none;
  z-index: 9999;
}

#sb-result-list .suggestion-box li:hover,
#sb-result-list li.sb-selected {
  background-color: rgb(216, 223, 220);
}

#sb-result-list ul.suggestion-box {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border: 1px solid grey;
}

#sb-result-list .suggestion-box li {
  border-bottom: 1px solid grey;
  padding: 10px;
  cursor: pointer;
}

#sb-result-list .suggestion-box li span {
  opacity: 0.7;
  font-size: 10px;
}

#sb-result-list .suggestion-box li a {
  text-decoration: none;
  display: block;
  color: rgb(51, 51, 51);
  line-height: 1.1rem;
}
#sb-result-list .suggestion-box li a:visited {
  text-decoration: none;
}

#sb-result-list ul.suggestion-box #sbShowAll {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 700;
}

/***Einschieber***/
body .offer-of-the-month-wrapper {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 0;
}
@media only screen and (max-width: 1340px) {
  body .offer-of-the-month-wrapper {
    top: inherit;
    bottom: 0;
  }
}
@media only screen and (max-width: 840px) {
  body .offer-of-the-month-wrapper {
    display: none;
    bottom: 0;
  }
}

body .offer-of-the-month-wrapper .show-offer {
  background: #cac8ca;
  color: #fff;
  width: 330px;
  height: auto;
  position: relative;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  left: 0;
  cursor: pointer;
}
@media only screen and (max-width: 840px) {
  body .offer-of-the-month-wrapper .show-offer {
    width: 175px;
  }
}

body .offer-of-the-month-wrapper .show-offer .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  padding: 0;
  text-align:center;
}
@media only screen and (max-width: 840px) {
  body .offer-of-the-month-wrapper .show-offer .text {
    font-size: 14px;
    padding: 5px 10px;
    width: 130px;
  }
}

body .offer-of-the-month-wrapper .show-offer .text > * {
  padding-left: 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-size: 16px;
}

@media only screen and (max-width: 840px) {
  body .offer-of-the-month-wrapper .show-offer .text > * {
    padding-left: 0;
    line-height: 15px;
  }
}

body .offer-of-the-month-wrapper .show-offer .text h4 {
  font-weight: 300;
}

body .offer-of-the-month-wrapper .show-offer .iconoffer {
  background: #95d7ef;
  padding: 15px;
  color: #fff;
  margin-left: 0;
  font-size: 30px;
  width: 100px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  body .offer-of-the-month-wrapper .show-offer .iconoffer {
    font-size: 21px;
    width: 45px;
    padding: 12px 2px;
    margin-left: 0;
  }
}

body .offer-of-the-month-wrapper .show-offer.events {
  margin-top: 30px;
}
@media only screen and (max-width: 840px) {
  body .offer-of-the-month-wrapper .show-offer.events {
    margin-top: 10px;
  }
}

body .offer-of-the-month-wrapper .show-offer.events .iconoffer {
  background: #777777;
}


body .offer-of-the-month-wrapper .show-offer.hiddenoffer {
  left: -230px;
}
@media only screen and (max-width: 840px) {
  body .offer-of-the-month-wrapper .show-offer.hiddenoffer {
    left: -130px;
  }
}

body .offer-of-the-month-wrapper .show-offer:hover {
  left: 0;
}
@supports (display: grid) {
  body .offer-of-the-month-wrapper .show-offer {
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto auto auto;
  }
  body .offer-of-the-month-wrapper .show-offer .iconoffer {
    display: grid;
    vertical-align: middle;
  }
}
@supports not (display: grid) {
  body .offer-of-the-month-wrapper .show-offer {
    display: block;
  }
  body .offer-of-the-month-wrapper .show-offer .iconoffer {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    text-align: center;
    padding: 10px;
  }
}
