/*\n Theme Name: DK Kälteanlagen
 Theme URI: https://www.dk-kaelteanlagen.de
 Description: Ein responsives Design, optimiert für 1920x1080p.
 Author: Denny Nordmann
 Author URI: http://eilinghoff.de
 */
 @font-face {
	font-family: 'Lexend Deca',sans-serif;
	src: url(fonts/LexendDeca-Bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: 'Lexend Deca',sans-serif;
	src: url(fonts/LexendDeca-Light.ttf);
	font-weight: light;
}

@font-face {
	font-family: 'Lexend Deca',sans-serif;
	src: url(fonts/LexendDeca-Regular.ttf);
}

@font-face {
	font-family: 'Nunito Sans', sans-serif;
	src: url(fonts/NunitoSans-Bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: 'Nunito Sans', sans-serif;
	src: url(fonts/NunitoSans-Light.ttf);
	font-weight: light;
}

@font-face {
	font-family: 'Nunito Sans', sans-serif;
	src: url(fonts/NunitoSans-Regular.ttf);
}

#cta-banner {
	background-image: url(//www.dk-kaelteanlagen.de/wp-content/themes/dk-kaelteanlagen-theme/img/bg.jpg);
background-size: cover;
position: relative;
	padding: 50px 0 0 0;
}
#cta-banner .wrap {
	display: flex;
	justify-content: space-between;
}
#cta-banner .wrap article, #cta-banner .wrap figure {
	width: 45%;
}
#cta-banner .wrap article h3 {
	font-family: 'Lexend Deca',sans-serif;
color: #4a4a49;
}

/*Shop CSS*/

.show-sub-nav{
	display: block;
}

.current_page_item > a, .current_page_ancestor > a{
	color: #e4003b;
}

.artikelnummer{
	color: #aaa;
	font-size: 14px;
}

#shop-intro{
	padding: 50px 0;
}

#products-teaser{
	background-image: url("img/bg-left.jpg");
	background-position: bottom left;
	background-size: cover;
	background-repeat:no-repeat;
	padding: 50px 0;
}

#product-choser{
	display: flex;
	justify-content: space-between;
	margin: 75px 0;
}

.produkt{
	background-color: #4A4A49;
	padding: 25px;
	width: 15%;
	transition: all 0.4s;
}

#menu-item-1899{
	background-color: #E5023A;
	padding:10px 20px;
	color: white;
}

#menu-item-1899 a{
	color: white;
}

.produkt:hover{
	background-color: #E5023A;
}

.produkt a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	align-items: center;
	text-decoration: none;
}

.product-icon, .product-desc{
	width: 100%;
	text-align: center;
}

.product-icon img{
	width: 140px;
}

.product-desc p{
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 0;
}

.cta{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 85px 0;
	padding: 25px 0;
}

.cta a{
	display: block;
	background-color: #E5023A;
	padding: 10px 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	transition: all 0.4s;
}

.cta a:hover {
	background-color: #4A4A49;
}

#shop-intro a{
	color: #E5023A;
	text-decoration: none;
	transition: all 0.4s;
}

#shop-intro a:hover{
	text-decoration: underline;
}

.searchbar-cart{
	display: flex;
	justify-content: flex-end;
	margin-top: 185px;
	height: 50px;
}

#search-bar{
	position: relative;
	margin-right: 40px;
}

#search-bar input{
	height: 30px;
	width: 270px;
	border-radius: 10px;
	border: 1px solid #C9C9C9;
	padding: 5px;
}

#search-bar::after{
	content: url("img/search.png");
	position: absolute;
	right: 7px;
	top: 0;
	width: 30px;
}

#cart img{
	height: 36px;
	width: auto;
}

#product-wall{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-preview{
	background-color: white;
	width: 26%;
	margin:50px 0;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}

.product-preview figure{
		position: relative;
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#shoppage{
	background-image: url("img/shop-bg-left.jpg");
	background-size: cover;	
	background-position: bottom left;
	padding: 110px 0;
	min-height: 75vh;
}

.product-preview figure{
	width: 100%;
	overflow: hidden;
}

.product-preview img{
	height: 100%;
	object-fit: cover;
	width: 100%;
	transform: scale(1.05);
}

.product-preview .overlay{
	opacity: 0;
	visibility: hidden;
	 background: rgb(0,158,227);
background: linear-gradient(130deg, rgba(0,158,227,0.8) 0%, rgba(228,1,57,1) 100%); 
	transition: all 0.4s;
}

.product-preview:hover .overlay{
	opacity: 1;
	visibility: visible;
}

.product-preview .overlay a{
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.product-desc-preview a{
	color: #4A4A49;
	text-decoration: none;
}


.product-desc-preview a:hover{
	color: #e4003b;
}

.product-desc-preview .wrap{
	width: 95%;
}

.product-info{
	background-color: white;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}

.product-info figure{
	width: 35%;
}

.product-info article{
	width: 65%;
	padding: 30px 0;
}

.product-info img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.addtocart, .confirm{
	display: flex;
	justify-content: flex-end;
	margin-top: 35px;
}

.addtocart a, .confirm a{
	color: white;
	background-color: #E5023A;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.4s;
}

.addtocart a:hover, .confirm a:hover{
	background-color: #4a4a49;
}

.warenkorb .product-info article{
	display: flex;
	align-items: center;
	
}

#products-teaser h3{
	font-family: 'Nunito Sans', sans-serif;
}

.products{
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.added_to_cart{
	display: block;
}

.products .product{
	background-color: white;
	width:22.05%;
	margin: 50px 0;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 9px 0px rgba(0,0,0,0.1);
	position: relative;
	display: block;
	padding: 0;
}

.attachment-woocommerce_thumbnail{
	width: 100%!important;
	height: 200px!important;
	object-fit: cover!important;
	position: relative!important;
}

.products .product::after{
	position: absolute;
	width: 100%;
	height: 200px;
	background:linear-gradient(130deg, rgba(0,158,227,0.8) 0%, rgba(228,1,57,1) 100%);
	content:'';
	top:0;
	opacity: 0;
	transition: all 0.4s;
	left: 0;
}

.products .product:hover::after{
	opacity: 1;
}

.products .product:hover .button{
	opacity: 1;
}

.woocommerce-loop-product__title{
	font-size: 18px!important;
	width: 90%!important;
	margin:0 auto!important;
	text-transform: initial!important;
	padding: 10px 0!important;
}

.products .product .button{
	padding: 49% 5px 0 58%!important;
	position: absolute!important;
	top:0!important;
	color: white!important;
	transition: all 0.4s!important;
	z-index: 1!important;
	opacity: 0;
	left: 0!important;
	background-color: transparent!important;
}

.woocommerce-result-count{
	display: none;
}

.woocommerce-ordering{
	display: none;
}

.product{
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    background-color: white;
    justify-content: space-between;
    padding: 0 20px 0 0;
    align-items: center;
    position: relative;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 0.5fr 1.5fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 25px;
    grid-template-areas: "product-img product-short-info" "product-img product-description";
}

.price{
	display: none!important;
}

.woocommerce-product-gallery__wrapper{
	height: 100%;
	overflow: hidden;
}

.woocommerce-product-gallery__wrapper .wp-post-image{
	max-width: 450px;
	height: 100%;
	transform: scale(1.05);
}


.products p{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.single_add_to_cart_button{
	background:linear-gradient(130deg, rgba(228,1,57,1) 0%, rgba(228,1,57,1) 100%);
	color: white;
	font-weight: bold;
	padding: 12px 15px;
	border: none;
	cursor: pointer;
	transition: all 0.4s;
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 160px;
}

.sku_wrapper{
	font-family: 'Lexend Deca', sans-serif;
	color: #4a4a49;
}

.wc-tabs{
	display: none;
}

.posted_in{
	display: none;
}

.single_add_to_cart_button:hover{
	background: linear-gradient(130deg, rgba(0,158,227,1) 0%, rgba(228,1,57,1) 100%);
}

.cart{
	display: flex;
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.summary{
	grid-area: product-short-info;
}

.woocommerce-tabs{
	grid-area: product-description;
}

.woocommerce-product-gallery{
	grid-area: product-img;
}

#cart{
	position: relative;
}


#cart p{
	position: absolute;
	top: 19px;
	margin: 0;
	right: -8px;
	background-color: white;
	border-radius: 50px;
	padding: 5px;
	color: #e4003b;
}

.dgwt-wcas-ico-magnifier{
	display: none!important;
}

.woocommerce{
	font-family: 'Lexend Deca',sans-serif;
	padding: 150px 0;
	position: relative;
}

.dgwt-wcas-search-wrapp{
	padding: 0!important;
}

.woocommerce-message{
	font-family: 'Lexend Deca',sans-serif;

}
.woocommerce table.shop_table{
	display: inline-table;
	position: initial;
	top: 0;
	right: 0;
}

.cart_totals table, .cart_totals h2{
	display: none!important;
}

.wc-proceed-to-checkout{
	text-align: right;
}

.checkout-button{
	background: linear-gradient(130deg, rgba(228,1,57,1) 0%, rgba(228,1,57,1) 100%)!important;
	color: white!important;
	font-weight: bold!important;
	padding: 12px 15px!important;
	border: none!important;
	cursor: pointer!important;
	transition: all 0.4s!important;
	position: absolute!important;
	bottom: 50px!important;
	right: 0!important;
	width: 160px!important;
	text-align: center;
}

.checkout-button:hover{
	background: linear-gradient(130deg, rgba(0,158,227,1) 0%, rgba(228,1,57,1) 100%)!important;
}

.product-subtotal, .product-price{
	display: none;
}

.woocommerce-thankyou-order-details, .woocommerce-order-details__title, .order-details, .woocommerce-order-details{
	display: none!important;
}

.product-thumbnail{
	width: 20%;
}

.summary .quantity{
	display: none;
}

#order_review_heading{
	display: none;
}

.woocommerce-checkout-review-order-table{
	display: none!important;
}

.editor{
	margin: 0 0 100px 0;
}

.page-numbers{
	display: flex;
	width: 100%;
	justify-content: space-around;
	padding: 0;
}

.page-numbers li{
	display: inline-block;
}

/*Shop CSS-Ende*/
#cta-banner .wrap figure img {
	width: 50%;
	display: block;
	margin: 0 auto;
}
#cta-banner a {
	background-color: #e4003c;
	color: white;
	padding: 10px 25px;
	display: inline-block;
	margin-left: 65px;
}

#stoerer-layover{
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.85);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s;
	z-index: 99999;
}

#stoerer{
	background-color: #e4003b;
	padding: 75px;
	position: relative;
	max-width: 60%;
	text-align: center;
}

#stoerer p{
	color: white;
	margin: 40px 0;
	font-size: 20px;
}

#stoerer p:last-of-type{
	margin: 0;
}

#stoerer a{
	background-color: white;
	color: #e4003b;
	padding: 10px;
	display: block;
	width: 170px;
	text-align: center;
	margin: 0 auto;
}

#stoerer a:hover{
	color: #009fe0;
}

#stoerer h3{
	color: white;
	font-family:'Nunito Sans',sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin: 0;
}

#close-btn{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	cursor: pointer;
}

#close-notice{
	color: #e4003b;
	cursor: pointer;
}

.hide{
	opacity: 0!important;
	visibility: hidden!important;
	z-index: 0!important;
}

#cta-banner a:hover {
	background-color: #009fe3;
}
a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
#page-slug-vielen-dank-fuer-ihre-kontaktanfrage .page article {
	margin-top: 100px;
}
#page-slug-vielen-dank-fuer-ihre-kontaktanfrage .page article img {
	margin: 0 auto;
	display: block;
}
#page-slug-dk-kaltwasserbereiter #cta-banner figure img, #page-slug-dk-sauggas-waermetauscher #cta-banner figure img, #page-slug-co2-anwendungen #cta-banner figure img {
	width: 75%;
}
#page-slug-dk-sauggas-waermetauscher #cta-banner {
	margin-top: -60px;
}
#teamtafel .kontaktanfrage {
	padding-bottom: 100px;
}
#teamtafel .kontaktanfrage h1 {
	margin-top: 0;
}
div.wpforms-container-full {
	font-family: 'Nunito Sans',sans-serif;
	margin-top: -50px !important;
}
.wpforms-submit {
	background-color: #e4003b !important;
	color: white !important;
	border: none !important;
	float: right !important; 
}
.wpforms-submit:hover {
	background-color: #009fe3 !important;
}
body {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.clear {
	clear: both;
}
.wrap {
	width: 70%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #e3013b;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
}
a:hover {
	color: #009fe3;
}
h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	color: #4a4a49;
	font-size: 30px;
	text-transform: uppercase;
}
h2, h4, h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	color: #4a4a49;
	text-transform: uppercase;
}
p {
	font-family: 'Lexend Deca', sans-serif;
	color: #4a4a49;
}
ol li, ul li {
	font-family: 'Lexend Deca', sans-serif;
	color: #4a4a49;
}
figure {
	margin: 0;
	padding: 0;
}
aside {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 999;
}
aside div {
	position: absolute;
	width: 250px;
	background-color: #4a4a49;
	padding: 10px 10px 10px 20px;
	transition: all 0.5s;
	margin-bottom: 10px;
	right: -280px;
}
aside div a {
	text-decoration: none;
	color: white;
	font-family: 'Lexend Deca', sans-serif;
	display: block;
	font-size: 14px;
}
aside div:hover {
	right: 0;
}
aside div img {
	width: 40px;
	height: auto;
	display: block;
	margin-right: 15px;
	margin-top: 4px;
	position: absolute;
	left: -58px;
	bottom: 0;
	cursor: pointer;
	background-color: #4a4a49;
	padding: 9px;
}
aside div p {
	color: white;
	display: inline-block;
	font-size: 14px;
}
aside div p:last-of-type {
	font-weight: 300;
	font-size: 12px;
}
#dk-rechner-link p {
	margin: 0;
}
#dk-pdf-link a {
	margin-bottom: 5px;
}
#dk-pdf-link a:hover {
	color: #009fe3;
}
#dk-rechner-link {
	top: 190px;
}
header {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: white;
	height: 150px;
	-moz-box-shadow: inset 0 -5px 5px -5px #000000;
    -webkit-box-shadow: inset 0 -5px 5px -5px #000000;
    box-shadow: inset 0 -5px 5px -5px #000000;
	transition: all 0.7s;
}
header .wrap {
	position: relative;
}
header #shortnav {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 30px;
	padding: 10px 20px;
	font-family: 'Lexend Deca', sans-serif;
	background-color: #ececec;
	transition: all 0.7s;
}
header #shortnav a {
	color: #4a4a49;
	text-decoration: none;
}
header #shortnav a:hover {
	opacity: 0.6;
}
header #shortnav ul {
	margin: 0;
	padding: 0;
	display: inline !important;
}
.language-switch li {
	padding: 0 5px;
	border-right: solid thin #4a4a49;
}
.language-switch li .selected {
	color: #009fe3 !important;
}
header #shortnav ul:first-of-type {
	margin-right: 10px !important;
}
header #shortnav ul:first-of-type li {
	/*border-right: solid thin #4a4a49;*/
	/*padding: 0;*/
} 
header #shortnav ul:first-of-type li:first-of-type {
	padding-left: 0;
}
header #shortnav ul:first-of-type li:last-of-type {
	border-right: none;
}
header #shortnav ul:last-of-type li:last-of-type {
	margin-left: 5px;
}
header #shortnav #short-contact li:last-of-type a {
		color: #e4003b; 
}
header #shortnav ul li {
	display: inline;
}
header #shortnav ul li img {
	width: 25px;
	height: auto;
	margin-bottom: -7px;
}
header nav {
	position: absolute;
	left: 0;
	bottom: 25px;
}
header nav ul {
	margin: 0;
	padding: 0 0 10px 0;
}
header nav ul li {
	display: inline;
	list-style-type: none;
	margin-right: 25px;
}
header nav ul .current-page-ancestor > a, header nav ul .current_page_item > a {
	color: #e4003b;
}
header nav ul li a {
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	color: #4a4a49;
	text-transform: uppercase;
	font-size: 18px;
}
header nav ul li a:hover {
	color: #e4003b;
}
header nav ul li ul {
	position: fixed;
	left: 0;
	top: 150px;
	padding: 15px 0;
	background-color: white;
	display: none;
	width: 100%;
	transition: all 0.7s;
}
header nav ul li ul li:first-of-type {
	margin-left: 15%;
}
header nav ul li ul li a {
	font-size: 14px;
}
header nav ul .current-page-ancestor > ul {
	display: block;
}
header nav ul #menu-item-74:hover a {
	color: #009fe3;
}
header nav ul #menu-item-74.current_page_item a {
	color: #009fe3;
}
header nav ul #menu-item-73:hover a {
	color: #40a535;
}
header nav ul #menu-item-73.current_page_item a {
	color: #40a535;
}
header nav ul #menu-item-72:hover a {
	color: #4a4a49;
	opacity: 0.6;
}
header nav ul #menu-item-72.current_page_item a {
	color: #4a4a49;
	opacity: 0.6;
}
.logo-resize {
	width: 80px !important;
	padding: 20px 0 !important;
}
.shortnav-resize {
	top: 0 !important;
}
.header-resize {
	height: 100px !important;
}
.sub-nav-resize {
	top: 100px !important;
}
header figure {
	float: right;
	width: 120px;
	padding: 25px 0;
	transition: all 0.7s; 
}
header figure img {
	width: 100%;
	height: auto;
}
#titelslider {
	padding-top: 150px;
}
main {
	padding: 100px 0 0;
	min-height: 300px;
}
.page {
	padding: 150px 0 100px; 
}
.editor-with-bg {
	background-image: url("img/bg.jpg");
	background-size: cover;
	position: relative;
	padding-bottom: 240px;
}
.bg-img {
	background-image: url("img/bg.jpg");
	background-size: cover;
	position: relative;
}
.editor-with-bg article {
	width: 60%;
}
.editor-with-bg .dancing-couple {
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 600px;
}
.editor-with-bg .dancing-couple img {
	width: 100%;
	height: auto;
}
.full-width-img img {
	width: 100%;
	height: auto;
}
.space {
	padding: 50px 0;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.news .flex article {
	width: 20%;
}
.news .flex article img {
	width: 100%;
	height: auto;
}
.news .flex article a {
	text-decoration: none;
	color: #4a4a49;;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
}
.news .flex article a:hover {
	color: #e5023a;
}
.more-news {
	color: #e5023a;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	margin-top: 25px;
	display: block;
}
.more-news:hover {
	color: #009fe0;
}
.editor-with-flex .flex div, .editor-with-flex .flex figure {
	width: 45%;
}
.editor-with-flex img {
	width: 100%;
	height: auto;
}
.editor-with-flex a {
	color: #e5023a;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	text-decoration: none;
	margin-top: 25px;
	display: inline-block;
}
.editor-with-flex a:hover {
	color: #009fe0;
}
.teamtafel {
	background-image: url("img/bg-left.jpg");
	background-position: bottom left;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
#products-intro figure.co2-anwendung {
	width: 40%;
	margin-top: -75px;
}
.bg-left {
	background-image: url("img/bg-left.jpg");
	background-position: bottom left;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}
.teamtafel figure {
	width: 33.3333%;
	float: left;
	background-image: url("img/team-overlay.png");
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.teamtafel figure:hover img {
	opacity: 0.1;
	transform: scale(1.2);
}
.teamtafel figure img {
	display: block;
	width: 100%;
	transition: all 0.4s;
	opacity: 1;
	height: auto;
}
.teamtafel figure:hover .persona {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.teamtafel .persona {
	padding: 5px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(0.5);
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
}
.teamtafel .persona h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	margin-bottom: -20px;
	text-transform: uppercase;
	color: white;
}

.teamtafel .persona a {
	color: white;
}

.teamtafel .persona a:hover {
	color: white;
}

.teamtafel .persona p {
	color: white;
}
.space-top {
	padding-top: 220px;
}
.image-gallery {
	display: flex;
	justify-content: space-between;
}
.image-gallery figure {
	width: 30%;
}
#products-intro {
	padding: 110px 0 50px;
	overflow-y: hidden;
	background-image: url("img/bg-left.jpg");
	background-position: bottom left;
	background-size: contain;
	background-repeat: no-repeat;
}
#products-intro article {
	width: 50%;
	padding-top: 100px;
}
#products-intro .flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
#products-intro figure {
	width: 50%;
	left: 0;
	position: relative;
	z-index: 99;
	margin-top: -120px;
}
#products-intro figure.dk-kaltwasserbereiter {
	width: 35%;
}
#products-intro figure img {
	width: 100%;
	height: auto;
}
#products-intro article div {
	padding: 5px 0;
	position: absolute;
	width: 122%;
	left: -22%;
}
#products-intro article div.co2-anwendung {
	background-image: url("img/co2-headline-bg.jpg");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
#products-intro article p{
	padding-top: 70px;
}
#products-intro article.dk-kaltwasserbereiter {
	padding-top: 205px;
}
#products-intro article div h1 {
	color: white;
	padding: 0;
	margin: 0;
	width: 41%;
	float: right;
}
.produkt-auswahl .wrap {
	border-top: solid thin grey;
	border-bottom: solid thin grey;
	padding: 25px 0;
}
.produkt-auswahl .wrap figure {
	width: 13%;
	cursor: pointer;
}
.produkt-auswahl .wrap figure img {
	width: 100%;
	height: auto;
	transition: all 0.7s;
}
.produkt-auswahl .wrap figure:hover img {
	transform: scale(1.1);
}
.full-width {
	width: 100%;
	height: auto;
}
.bottom-up {
	padding-bottom: 100px;
	margin-bottom: -150px;
}
.top-down {
	margin-top: -95px;
}
.editor-grey-bg {
	padding: 200px 0 50px;
}
.editor-grey-bg article {
	padding: 50px 0;
}
.editor-grey-bg ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.editor-grey-bg ul li {
	font-family: 'Lexend Deca', sans-serif;
color: #4a4a49;
	font-weight: 400;
	margin-bottom: 10px;
}
.editor-grey-bg article div p {
	font-family: 'Lexend Deca', sans-serif;
color: #4a4a49;
}
.editor-grey-bg article figure {
	width: 60%;
}
.editor-grey-bg article figure img {
	width: 100%;
	height: auto;
}
.editor-grey-bg article .wrap div {
	width: 30%;
}
.half-width {
	width: 760px;
	margin: 0 auto;
	display: block;
}
.editor-transparent-bg {
	background: rgba(0,0,0,0.1);
	height: 300px;
	margin-top: 150px;
	position: relative;
}
.editor-transparent-bg img {
	position: absolute;
	left: 0;
	right: 0;
	top: -205px;
}
.editor-with-flex img.dk-kaltwasserbereiter {
	display: block;
	width: 40%;
	margin: 0 auto;
}
.editor-grey-bg article .wrap div.dk-kaltwasserbereiter {
	width: 100%;
}
.editor-grey-bg article.dk-kaltwasserbereiter {
	padding: 150px 0 0;
}
.bottom-up.dk-kaltwasserbereiter {
	margin-bottom: 0;
}
.bg-left article {
	position: relative;
	z-index: 9;
}
.behaelter-selection {
	font-size: 14px;
	text-align: center;
	color: #e4003b;
	margin-bottom: 50px;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
	text-transform: inherit;
}
.show-behaelter-title {
	visibility: visible !important;
	opacity: 1 !important;
}
.toggle-hidden {
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s;
	max-height: 1px;
}
.toggle-hidden:first-of-type {
	padding-top: 50px;
}
.toggle-hidden figure {
	width: 20%;
	padding: 0 15px 15px 0;
}
.toggle-hidden figure img {
	width: 100%;
	height: auto;
}
.toggle-hidden div {
	width: 70%;
}
.toggle-hidden ul li {
	font-family: 'Lexend Deca', sans-serif;
	color: #4a4a49;
}
.open-toggle {
	opacity: 1 !important;
	visibility: visible !important;
	max-height: 1200px !important;
}
.single-post {
	padding: 200px 0 125px;
}
#referenztafel {
	flex-wrap: wrap;
	margin: 0 0 100px;
}
#referenztafel article {
	width: 33.3333%;
	background-color: #575756;
	height: 300px;
	transition: all 0.7s;
	cursor: pointer;
}
#referenztafel article a {
	display: block;
	width: 100%;
	height: 100%;
}
#referenztafel article:hover {
	background-image: url("img/team-overlay.png");
	background-size: cover;
}
#referenztafel article figure {
	height: 100px;
}
#referenztafel article figure img {
	height: 100%;
	width: auto;
}
#referenztafel article:nth-child(2n) {
	background-color: #4a4a49;
} 
#referenztafel article .wrap {
	width: 90%;
	margin-top: 5%;
}
#referenztafel article .wrap p {
	color: white;
	margin-top: 15px;
}
#teamtafel {
	padding-top: 200px;
}
#news-archive {
	margin: 50px 0 100px;
}
#news-archive .post {
	margin-bottom: 50px;
}
#news-archive .post h2 {
	font-size: 16px;
	padding: 5px;
}
#news-archive .post .hidden-content {
	overflow: hidden;
	max-height: 0;
	transition: all 0.7s;
	width: 100%;
}
.hidden-content figure {
	width: 40%;
	float: right;
}
.hidden-content figure img {
	width: 100%;
	height: auto;
}
.hidden-content article {
	float: left;
	width: 55%;
}
.excerpt-content figure  {
	width: 200px;
	float: right;
	padding: 0 0 15px 15px;
}
.excerpt-content figure .thumbnail {
	width: 100%;
	height: auto;
}
.excerpt-content article {
	width: 60%;
	float: left;
}
#news-archive .post .show-hidden-content {
	max-height: 1200px !important;
}
.hide-excerpt-content {
	opacity: 0 !important;
	height: 10px !important;
	display: none !important;
}
#news-archive .post .read-more-content, #news-archive .post .close-content {
	color: #e4003a;
	display: inline;
	cursor: pointer;
}
#news-archive .post .read-more-content:hover, #news-archive .post .close-content:hover {
	color: #009fe3;
}
#news-filter {
	padding-top: 100px;
}
#news-filter img {
	width: 150px;
	height: auto;
	margin-right: 25px;
	transition: all 0.7s;
}
#news-filter img:hover {
	transform: scale(1.2);
	cursor: pointer;
}
#news-filter img:last-of-type {
	float: right;
}
.news-filter-active {
	transform: scale(1.2);
}
.gallery-item img {
	border: none !important;
	width: 95%;
}
#show-post {
	margin: 50px 0 -50px 0;
}
#mapsvg-118 {
	background: transparent !important;
}
.mapsvg svg {
	transform: scale(1.3) !important;
	transform-origin: center !important;
}
#map-filter {
	margin-bottom: 25px;
}
#map-filter ul {
	margin: 0 0 0 -15px;
	padding: 0;
}
#map-filter ul li {
	display: inline-block;
	border-right: solid thin black;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	padding: 0 10px;
	color: #4d4d4c;
	font-size: 16px;
	margin-bottom: 10px;
}
#map-filter ul li:last-of-type {
	padding-right: 0;
	border-right: none;
}
#map-filter ul li:hover {
	color: #e4003b;
	cursor: pointer;
}
#map {
	width: 50%;
	float: left;
}
#map-contact {
	width: 50%;
	float: right;
}
#map-contact .land {
	background-color: #e4003b;
	width: 100%;
}
#map-contact .land h1 {
	padding: 15px 0;
	margin: 0 0 0 25px;
	color: white;
	font-size: 22px;
}
#map-contact .contact-wrap {
	margin-left: 25px;
}
#map-contact .contact-wrap article {
	display: none;
}
.selected-list {
	color: #e4003a !important;
}
.show-contact {
	display: block !important;
}
.fill-region {
	fill: #e4003a !important; 
}
.dk-direkt-headline {
	position: relative;
	background-color: #4a4a49;
	margin-left: -22%;
	margin-bottom: 100px;
}
.dk-direkt-headline h1 {
	color: white;
	padding: 5px 0;
	margin-left: 18%;
}
#downloads {
	padding: 200px 0;
}
#download-list div {
	transition: all 0.7s;
}
#download-list article {
	margin-bottom: 10px;
	width: 100%;
	background-color: #4a4a49;
	padding: 10px 0;
	position: relative;
}
#download-list article:hover {
	background-color: #009fe3;
}
#download-list article p {
	color: white;
	margin: 0 0 0 10px;
	font-weight: 400;
}
#download-list article img {
	width: 20px;
	height: auto;
	position: absolute;
	right: 8px;
	bottom: 8px;
}
#filter1 ul, #filter2 ul {
	margin: 0;
	padding: 0;
}
#filter1 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#filter1 ul li {
	display: inline-block;
	background-color: #4a4a49;
	width: 22.5%;
	margin-bottom: 25px;
	padding: 20px 0;
	cursor: pointer;
}
#filter1 ul li:hover {
	background-color: #e4003b;
}
#filter1 ul li p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	color: white;
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
}
#filter2 {
	margin: 25px 0 50px;
}
#filter2 ul li {
	display: inline;
	list-style-type: none;
	font-weight: 700;
	font-family: 'Nunito Sans', sans-serif;
	cursor: pointer;
	padding: 0 15px;
	color: #4a4a49;
	border-right: solid thin #4a4a49;
}
#filter2 ul li:hover {
	color: #e4003b;
}
#filter2 ul li:last-of-type {
	border-right: none;
}
#filter2 ul {
	margin-left: -15px;
}
.filter-hide {
	opacity: 0;
	visibility: hidden;
	display: none !important;
}
.filter1-active {
	background-color: #e4003b !important;
}
.filter2-active {
	color: #e4003b !important;
}
#post-content {
	padding: 50px 0;
}
#vorteile-toggle {
	padding-bottom: 150px;
}
.vorteile-toggle-section .toggle-headline {
	position: relative;
}
.vorteile-toggle-section .toggle-headline h2 {
	background-color: #4a4a49;
	padding: 5px 0;
	padding-left: 22%;
	margin-left: -22%;
	color: white;
	cursor: pointer;
}
.vorteile-toggle-section .toggle-headline img {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: auto;
}
.vorteile-toggle-section .toggle-headline h2:hover {
	background-color: #40a535;
}
#vorteile-toggle-kaltwasserbereiter .vorteile-toggle-section .toggle-headline h2:hover {
	background-color: #009fe3;
}
.toggle-kaltwasserbereiter-active {
	background-color: #009fe3 !important;
}
.toggle-sauggas-active {
	background-color: #40a535 !important;
}
.vorteile-toggle-content {
	padding: 0;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.7s;
}
.vorteile-toggle-content-open {
	padding: 25px 0 !important;
	max-height: 2000px !important; 
}
.img-full-width-with-bg {
	background-image: url("img/grey-bg.jpg");
	padding: 50px 0;
	margin: 50px 0;
}
.img-full-width-with-bg figure {
	height: 300px;
}
.img-full-width-with-bg figure img {
	width: auto;
	height: 100%;
}
.kaltwasserbereiter-toggle-article img {
	width: 30%;
height: auto;
margin: 0 auto;
display: block;
padding: 25px 0;
}
.middle {
	width: 50%;
	margin: 0 auto;
	display: block;
	padding: 25px 0;
}
#ee-rechner {
	padding: 100px 0 50px;
}
.full-width {
width: 100% !important;
height: auto;
}
footer {
	background: #dadada;
	padding: 50px 0 25px;
}
footer .wrap {
	position: relative;
}
footer h1 {
	position: absolute;
	left: 0;
	top: -125px;
}
footer ul {
	margin: 25px 0 0;
	padding: 0;
}
footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 25px;
}
footer ul li a {
	text-decoration: none;
	color: #4a4a49;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}
footer ul li a:hover {
	color: #e4003b;
}
footer .wrap article {
	float: left;
}
footer figure {
	width: 450px;
	float: right;
}
footer figure img {
	width: 100%;
	height: auto;
}
footer article p:first-of-type {
	margin-top: 0;
}
.space-bottom {
	padding-bottom: 50px;
}
	.post-password-form {
    min-height: initial;
    padding: 100px;
    margin: auto;
		text-align: center;
}
.post-password-form input {
	padding: 5px;
	font-size: 18px;
	width: 350px;
	display: block;
	margin: 25px auto;
}
 
.post-password-form input[type=submit]{
    background: #009fe3;
	border: none;
	color: white;
	cursor: pointer;
	width: 150px;
}
 
.post-password-form input[type=submit]:hover {
    background: #e4003b;
}
#nav-btn {
	display: none;
}
#mobile-slider {
	display: none;
}
@media only screen and (max-width: 1660px) {
	.news .flex article {
    	width: 25%;
	}
	
	.news .flex article:last-of-type {
		display: none;
	}
	
	#cta-banner article {
		padding-bottom: 150px;
	}
	
	#cta-banner figure {
		align-self: flex-end;
	}
	#cta-banner a {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 1450px) {
	.editor-grey-bg .flex {
		display: block;
	}
	.editor-grey-bg article .wrap div {
    	width: 100%;
	}
	
	.editor-grey-bg article .wrap figure {
    	width: 100%;
		margin-top: 50px;
	}	
	
	.editor-grey-bg article.dk-kaltwasserbereiter {
    	padding: 60px 0 0;
	}
}
@media only screen and (max-width: 1380px) {
	.editor-with-bg .dancing-couple {
		width: 515px;
	}
	#filter1 ul li {
		width: 47.5%;	
	}
	
	header nav ul li{
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1310px) {
	.as-layer p {
		font-size: 22px;
		width: 500px;
	}
	
	.as-layer {
		top: 100px !important;
	}
	#products-intro article div h1 {
		font-size: 20px;
	}
	.img-full-width-with-bg figure img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 1280px) {
	.news .flex article {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.news .flex article:last-of-type {
		display: block;
	}
	
	.news .flex {
		flex-wrap: wrap;
	}
	.news .flex article img {
    	width: 150px;
		float: right;
		padding: 0 0 15px 15px;
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1240px) {
	.teamtafel figure {
    	width: 50%;
	}
	.editor-grey-bg article.dk-kaltwasserbereiter {
    	padding: 0 0 0;
	}
}
@media only screen and (max-width: 1200px) {
	.editor-with-bg .dancing-couple {
    	width: 40%;
	}
}

@media only screen and (max-width: 1150px) {
	#cta-banner a {
    	margin-left: 0;
	}
	#cta-banner .wrap figure img {
		width: 85%;
		margin: inherit;
		float: right;
	}
}

@media only screen and (max-width: 1380px) {
	.wrap {
		width: 95%;
	}
	
	#search-bar-content{
		padding-top: 80px;
	}
	
	main {
		padding: 25px 0 0;
	}
	header nav ul li ul li:first-of-type {
    	margin-left: 3%;
	}
	#products-intro figure {
		width: 40%;
		margin-top: -55px;
	}
	#products-intro .flex {
		justify-content: inherit;
	}
	#products-intro article div {
		width: 112%;
		left: -26%;
	}
	.editor-grey-bg {
    	padding: 50px 0 50px;
	}
	.editor-grey-bg article {
    	padding: 0;
	}
	main.subpage {
		padding-top: 125px;
	}
}

@media only screen and (max-width:1080px){
	.products .product{
		width: 32.05%;
	}
	
	.products .product .button{
		padding: 41% 5px 0 45%!important;
	}
	
}
@media only screen and (max-width: 980px) {
	#filter2 ul {
    	margin-left: 0;
	}
	#filter2 ul li {
		display: block;
		border-right: none;
		padding: 0;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 960px) {
	#titelslider {
		display: none;
	}
	
	.sub-menu{
		top: 0;
		left: 0;
		display: block;
		position: relative;
		height: auto;
	}
	
	
	
	.sub-menu li{
		padding: 0 10px;
	}
	
	header nav ul{
		width: 75%;
	}
	
	#mobile-slider {
		display: block;
		padding-top: 150px;
	}
	
	#mobile-slider img {
		display: block;
	}
	
	#mobile-slider figure {
		position: relative;
	}
	
	#mobile-slider figure article {
		position: absolute;
		left: 45%;
		top: 30%;
	}
	
	#mobile-slider figure article h1 {
		font-size: 20px;
	}
	
	#mobile-slider figure article p {
		font-size: 14px;
	}
	
	#mobile-slider figure article a {
		font-size: 14px;
	}
	
	aside {
		display: none;
	}
	
	.sub-menu li {
		display: block;
	}
	
	.sub-menu li:first-of-type {
		margin-left: 0;
	}
}
@media only screen and (max-width: 860px) {
	.vorteile-toggle-section .toggle-headline h2 {
		font-size: 16px;	
	}
	
	.product{
		display: block;
		padding: 10px;
		padding-bottom: 100px;
	}
	
	.img-full-width-with-bg {
    	padding: 50px 0 0 0;
	}
	#referenztafel article {
    	width: 50%;
	}
	
	#product-choser .produkt{
		width: 39%;
		margin: 10px 0;
	}
	
	#product-choser{
		flex-wrap: wrap;
	}
	
	#products-teaser{
		padding: 0;
	}
}
@media only screen and (max-width: 960px) {
	#nav-btn {
		display: block;
		position: fixed;
		right: 15px;
		top: 60px;
		width: 40px;
		height: auto;
		z-index: 99;
		cursor: pointer;
	}	
	
	#menu-item-1899{
		background-color: transparent;
		padding: 0 10px;
	}	
	
	#menu-item-1899 a{
		color: #4a4a49;
	}
	
	header nav ul {
		position: fixed;
		height: 100vh;
		background-color: #e40139;
		left: -120%;
		top: 0;
		transition: all 0.7s;
		z-index: 999;
	}
	
	.slide-in {
		left: 0;
	}
	
	header nav ul li {
		display: block;
		margin: 0 0 10px 15px; 
	}
	
	header nav ul li a {
		color: white;
	}
	
	header nav ul li a:hover {
		color: #008ecc;
	}
	
	header nav ul li:first-of-type {
		margin-top: 20px;
	}
	
	header nav ul .current_page_item > a, header nav ul .current-page-ancestor > a {
		color: #008ecc;
	}
	
	header figure {
		float: left;
		width: 100px;
		padding: 10px 0;
	}
	
	.logo-resize {
    	width: 100px !important;
    	padding: 10px 0 !important;
	}
	
	.header-resize {
    	height: 110px !important;
	}
	
	header #shortnav {
		right: 0;
		left: inherit;
		top: 0;
	}
	header {
		height: 110px;
	}
	#titelslider {
    	padding-top: 110px;
	}
	#mobile-slider {
		padding-top: 110px;
	}
	
	#mobile-slider article {
		left: inherit;
		right: 10%;
	}
	
	.editor-with-bg article {
    	width: 90%;
	}
	.editor-with-bg .dancing-couple {
		position: relative;
		float: right;
		width: 400px;
	}
	.editor-with-bg {
		padding-bottom: 0;
		background-image: none;
	}
	
	footer figure {
    	width: 50%;
	}
	.sub-menu li {
		margin-left: 0;
	}
	
	.sub-menu li a {
		color: #4a4a49;
	}
	
	.sub-menu li:first-of-type {
    	margin-top: 0;
	}
	#products-intro article.dk-kaltwasserbereiter {
    	padding-top: 0;
	}
	
	.sub-nav-resize{
		opacity: 1;
		visibility: visible;
		top: 0!important;
	}
	
}
@media only screen and (max-width: 780px) {
	.editor-with-flex .flex div, .editor-with-flex .flex figure  {
    	width: 100%;
	}
	
	.editor-with-flex .flex figure img {
		width: 45%;
		float: right;
	}
	
	.editor-with-flex .flex {
		flex-wrap: wrap;
	}
	#products-intro article div {
		width: 100%;
		left: 0;
	}
	#products-intro .flex {
		display: block;	
	}
	#products-intro article {
		width: 100%;
		padding-top: 0;
	}
	#products-intro figure {
    	width: 55%;
    	margin-top: 0;
	}
	#products-intro {
    	padding: 0 0 50px;
	}
	#products-intro article div h1 {
		margin-right: 15px;
		width: auto;
	}
	.space-top {
    	padding-top: 110px;
	}
	#products-intro figure.co2-anwendung {
		margin-top: 0;	
	}
	#news-filter img:hover {
    	transform: scale(1);
	}
	#news-filter img {
    	width: 100px;
	}
}

@media only screen and (max-width:768px){
	.product-price, .product-subtotal{
		display: none!important;
	}
	
}
@media only screen and (max-width: 700px) {
	footer h1 {
		font-size: 18px;
	}
	
	main {
		padding: 25px 0 0;
	}
	#mobile-slider figure article {
		top: 20%;
		left: 50%;
	}
	
	#mobile-slider figure article h1 {
		font-size: 16px;
		margin: 0;
	}
	.editor-grey-bg {
    	padding: 0;
	}
	.editor-grey-bg article .wrap figure {
    	margin-bottom: 100px;
	}
	#filter1 ul li {
		width: 100%;
		margin-bottom: 5px;
	}
	.top-down {
    	margin-top: 0;
	}
	#cta-banner .wrap {
		flex-wrap: wrap;
	}
	#cta-banner .wrap article {
		width: 100%;
		padding-bottom: 0;
	}
	#cta-banner .wrap figure {
		width: 100%;
	}
	#cta-banner .wrap figure img {
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.teamtafel .persona {
		position: relative;
		visibility: visible;
		opacity: 1;
		transform: scale(0.9);
	}
	
	.products .product{
		width: 48%;
	}
	
	.summary h1{
		font-size: 20px;
	}
	
	.produkt-seite{
		width: 80%;
	}
	.woocommerce-product-gallery__wrapper .wp-post-image{
		max-width: 100%;
	}
	
	.teamtafel figure:hover .persona {
		transform: scale(0.9);
		opacity: 1;
		visibility: visible;
	}
	.teamtafel figure:hover img {
    	opacity: 1;
    	transform: scale(1);
	}
	.teamtafel figure {
		background-image: none;
	}
	.teamtafel .persona h3, .teamtafel .persona p {
		color: #4a4a49;
	}
	footer figure {
    	width: 100%;
		margin-top: 15px;
	}
	footer .wrap article {
		float: none;
		width: 100%;
		text-align: center;
	}
	#downloads {
    	padding: 110px 0;
	}
}
@media only screen and (max-width: 600px) {
	.excerpt-content article {
    	width: calc( 85% - 150px );
	}
	#map-contact {
		width: 100%;
		float: none;
	}
	#map {
		width: 50%;
		float: none;
	}
	
	.bottom-up {
		z-index: -9;	
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 580px) {
	h1 {
		font-size: 22px;
	}
	
	.produkt-auswahl .flex {
		flex-wrap: wrap;
	}
	
	.products .product, .product{
		width: 100%!important;
	}
	
	.columns-4{
		padding: 0;
	}
	
	.produkt-auswahl .wrap figure {
		width: 30%;
	}
	
	.vorteile-toggle-section .toggle-headline h2 {
    	font-size: 12px;
	}
	.vorteile-toggle-section .toggle-headline img {
		top: 7px;
		width: 25px;
	}
	#referenztafel article {
    	width: 100%;
	}
	.hidden-content figure {
		float: none;
		margin: 0 auto;
	}
	
	.hidden-content article {
		width: 100%;
	}
}
@media only screen and (max-width: 540px) {
	header #shortnav {
		width: 100%;
		left: 0;
		text-align: center;
		padding: 7px 0;
	}	
	header #shortnav ul:last-of-type {
		margin-right: 15px;
	}
	header figure {
		width: 65px;
		margin-top: 35px;
	}
	.logo-resize {
    	width: 65px !important;
	}
	.teamtafel figure {
    	width: 100%;
		margin-bottom: 25px;
	}
	h1 {
		font-size: 20px;
	}
	h2, h4 {
		font-size: 16px;
	}
	.editor-transparent-bg img {
		top: -125px;	
	}
	.kaltwasserbereiter-toggle-article img {
		width: 100%;
	}
	#news-filter img {
		margin-right: 0;	
	}
}
@media only screen and (max-width: 500px) {
	.news .flex article img {
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	#product-choser .produkt{
		width: 100%;
	}
	
	#stoerer{
		padding: 50px 30px;
		max-width: 75%;
	}
	
	#stoerer p{
		font-size: 16px;
		margin: 30px 0;
	}
	
	#stoerer h3{
		font-size: 24px;
	}
	
	#products-intro figure {
    	width: 40%;
	}
	.img-full-width-with-bg .flex {
		display: block;
	}
	.img-full-width-with-bg figure {
    	height: auto;
	}
	.img-full-width-with-bg {
		background: none;
	}
	.excerpt-content figure {
		padding: 25px 0 0 0;
		width: 100%;
	}
	.excerpt-content article {
    	width: 100%;
	}
	.dk-direkt-headline { 
		margin-bottom: 35px;
	}
}
@media only screen and (max-width: 460px) {
	#mobile-slider figure article h1 {
    	font-size: 14px;
	}
	#mobile-slider figure article {
    	left: 45%;
	}
	.hidden-content figure {
		width: 100%;
	}
}
@media only screen and (max-width: 440px) {
	.editor-with-bg .dancing-couple {
		width: 100%;
	}
	
	.space {
    	padding: 25px 0;
	}
	
	footer h1 {
		top: 0;
		position: relative;
		text-align: center;
		font-size: 12px;
	}
	footer {
		padding: 20px 0 25px;
	}
	
	footer p {
		font-size: 14px;
	}
	
	.sub-menu li a {
		font-size: 12px;
	}
	
	#products-intro article div {
		margin-top: 15px;
	}
	
	#products-intro article div h1 {
    	font-size: 14px;
	}
	.vorteile-toggle-section .toggle-headline img {
		display: none;
	}
	#news-filter img {
		width: 75px;	
	}
	#news-archive {
    margin: 20px 0 100px;
}
}
@media only screen and (max-width: 420px) {
	.editor-with-flex .flex figure img {
   	 	width: 100%;
    	float: none;
	}
	#cta-banner .wrap article {
		margin-bottom: 25px;	
	}
}
@media only screen and (max-width: 400px) {
	header #shortnav a {
		font-size: 12px;
	}
	header #shortnav ul li img {
		width: 20px;
		margin-bottom: -4px;
	}
	header #shortnav ul:first-of-type {
    	margin-right: 0;
	}
	
	.editor {
		padding-top: 50px;
	}
	#map {
		width: 100%;
	}
	#map-contact .land h1 {
		padding: 10px 0;
		font-size: 16px;
		margin: 0 0 0 5px;
	}
	#map-contact .contact-wrap {
    	margin-left: 0;
	}
}
@media only screen and (max-width: 380px) {
	h2, h4 {
		font-size: 16px;
	}
	#mobile-slider figure article h1 {
    font-size: 12px;
}
	#mobile-slider figure article a {
    font-size: 10px;
}
	.sub-menu {
		right: 5px;
	}
	#products-intro article div {
		margin-top: 40px;
	}
	
	.toggle-content .wrap .flex {
		display: block;
	}
	
	.toggle-hidden figure {
		width: 100%;	
	}
	
	.toggle-hidden div {
		width: 100%;
	}
	.editor-transparent-bg {
		height: 190px;
		margin-top: 25px;
	}
	.editor-transparent-bg img {
    top: -85px;
}
	#products-intro article p {
    	padding-top: 95px;
	}
	#news-filter img {
		width: 60px;	
	}
}