.sticky_header_box {
	 position: relative;
	 width: 100%;
	 height: 125px;
	 background: #fff;
}
 @media all and (max-width: 735px) {
	 .sticky_header_box {
		 height: 88px;
	}
}
 .sticky_header_box .sticky-header {
	 width: 100%;
}
 .sticky_header_box.sticky_header_relative.invis {
	 visibility: hidden;
}
 .sticky_header_box.sticky_header_fixed.invis {
	 display: none;
}
 .sticky_header_box.sticky_header_fixed {
	 position: fixed;
	 z-index: 9999;
	 top: 86px;
	 left: 0;
}
 .product_stickyHeader {
	 width: 1920px;
	 max-width: 90%;
	 position: absolute;
	 z-index: 2;
	 top: 50px;
	 left: 50%;
	 transform: translateX(-50%);
}
 @media screen and (max-width: 735px) {
	 .product_stickyHeader {
		 display: none;
	}
}
 .product_stickyHeader .left {
	 width: auto;
	 float: left;
	 text-align: left;
}
 @media screen and (max-width: 1024px) {
	 .product_stickyHeader .left {
		 width: 100%;
		 float: none;
	}
}
 .product_stickyHeader .left .stickyHeaderActionLink {
	 display: inline-block;
	 height: 40px;
	 font-size: 16px;
	 background-repeat: no-repeat;
	 background-position: left center;
	 padding-top: 8px;
}
 .product_stickyHeader .left .stickyHeaderActionLink a {
	 text-decoration: none;
	 border-bottom: 0px;
}
 .product_stickyHeader .left .stickyHeaderPhone {
	 background-image: url(img/telefon.svg);
	 background-size: 20px 20px;
	 background-position: left 11px;
	 padding-right: 40px;
	 padding-left: 39px;
}
 @media screen and (max-width: 735px) {
	 .product_stickyHeader .left .stickyHeaderPhone {
		 padding-top: 2px !important;
	}
}
 .product_stickyHeader .left .stickyHeaderTermin {
	 background-image: url(img/termin.svg);
	 padding-left: 41px;
	 padding-right: 40px;
	 background-size: 26px 26px;
}
 .product_stickyHeader .left .stickyHeaderMail {
	 background-image: url(img/e-mail.svg);
	 padding-left: 41px;
	 background-size: 26px 26px;
}
 .product_stickyHeader .right {
	 width: auto;
	 float: right;
	 text-align: right;
}
 @media screen and (max-width: 1024px) {
	 .product_stickyHeader .right {
		 display: none;
	}
}
 .product_stickyHeader .right .subheadertext {
	 font-size: 27px;
	 float: left;
	 padding: 0px 17.5px;
}
 .product_stickyHeader .right .subheaderfav {
	 cursor: pointer;
}
 .product_stickyHeader .right .subheaderfav img {
	 width: 31px;
	 height: auto;
}
 .product_stickyHeader .right .subheaderbasket {
	 padding-right: 35px;
}
 .product_stickyHeader .right .subheaderbasket img {
	 width: 36px;
	 height: auto;
	 margin-top: -5px;
}
 @media screen and (max-width: 1100px) {
	 .product_stickyHeader .right .subheaderkontakt, .product_stickyHeader .right .subheaderfav {
		 display: none;
	}
}
 .product_stickyHeader .right .menuwrapper {
	 background-color: #fee734;
	 padding-left: 15px;
	 padding-right: 5px;
	 padding-top: 15px;
	 padding-bottom: 6px;
	 float: left;
	 margin-top: -15px;
}
 @media screen and (max-width: 735px) {
	 .product_stickyHeader .right .menuwrapper {
		 padding-bottom: 0px;
	}
}
 .product_stickyHeader .right .menuwrapper .subheadertext {
	 padding: 0px;
}
 @media screen and (max-width: 735px) {
	 .product_stickyHeader .right .menuwrapper .subheadertext {
		 font-size: 23px;
	}
}
 .product_stickyHeader .right .menuwrapper .scrollTopMenu {
	 width: 50px;
	 height: 40px;
	 position: relative;
	 top: 1px;
	 right: 0px;
	 float: right;
	 text-align: center;
	 cursor: pointer;
}
 .product_stickyHeader .right .menuwrapper .scrollTopMenu img {
	 width: auto;
	 height: auto;
	 max-width: 100%;
	 max-height: 100%;
}
 .product_stickyHeaderMobile {
	 display: none;
	 width: 1920px;
	 max-width: 90%;
	 position: absolute;
	 z-index: 2;
	 top: 20px;
	 left: 50%;
	 transform: translateX(-50%);
}
 @media screen and (max-width: 725px) {
	 .product_stickyHeaderMobile {
		 display: block;
	}
}
 .product_stickyHeaderMobile a {
	 text-decoration: none;
}
 .product_stickyHeaderMobile .left {
	 float: left;
}
 .product_stickyHeaderMobile .left .stickyHeaderPhone {
	 padding-top: 13px;
}
 .product_stickyHeaderMobile .right {
	 float: right;
	 text-align: right;
}
 .product_stickyHeaderMobile .right .stickyHeaderTermin {
	 width: 26px;
	 height: 26px;
	 display: inline-block;
}
 .product_stickyHeaderMobile .right .stickyHeaderTermin img {
	 margin-bottom: 6px;
}
 .product_stickyHeaderMobile .right .stickyHeaderMail {
	 width: 26px;
	 height: 26px;
	 display: inline-block;
}
 .product_stickyHeaderMobile .right .stickyHeaderMail img {
	 margin-bottom: 5px;
}
 .product_stickyHeaderMobile .right .menuwrapper {
	 display: inline-block;
	 background-color: #fee734;
	 padding-left: 15px;
	 padding-right: 10px;
	 padding-top: 15px;
	 padding-bottom: 15px;
	 margin-left: 5px;
	 margin-top: -2px;
}
 .product_stickyHeaderMobile .right .menuwrapper .subheadertext {
	 float: left;
	 font-size: 23px;
}
 .product_stickyHeaderMobile .right .menuwrapper .scrollTopMenu {
	 float: left;
	 margin-left: 8px;
}
 .product_stickyHeaderMobile .right .menuwrapper .scrollTopMenu img {
	 width: 18px;
}
 