/*
Theme Name: Blank Theme
Theme URI: 
Author: ecom Webservices
Author URI: 
Description: A blank Wordpress Theme
Tags: html5,css3,blank
*/

@font-face {
    font-family: 'PT-Sans-Bold';
    src: url('font/PTSans-Bold.eot');
    src: url('font/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/PTSans-Bold.woff2') format('woff2'),
        url('font/PTSans-Bold.woff') format('woff'),
        url('font/PTSans-Bold.ttf') format('truetype'),
        url('font/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT-Sans-Regular';
    src: url('font/PTSans-Regular.eot');
    src: url('font/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/PTSans-Regular.woff2') format('woff2'),
        url('font/PTSans-Regular.woff') format('woff'),
        url('font/PTSans-Regular.ttf') format('truetype'),
        url('font/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.fixed {
    position: fixed !important;
    width: 100%;



    /*height: 100px;*/
}
/*.fixed .burger-outer {
    top: 20px;
}
.fixed .logo-text {
    vertical-align: top;
    top: 40px;
    position: relative;
}
.fixed .header .logo {
    vertical-align: inherit;
    top: 26px;
}
*/

.fixed .close{
	line-height: 53px;
}
#main-wrapper{
	margin-top: 100px !important;
}


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'PT-Sans-Regular';
	font-size: 20px;
	line-height: 1.45em;
	color: #030303;
}
#post-404 {
	padding: 10% 0 14% 0;
}

h2, h1 {
	font-size: 28px;
	padding-bottom: 25px;
	line-height: 1.25em; 
	font-family: 'PT-Sans-Bold';
}
h3 {	
	font-weight: 400;
	font-size: 20px;
	 font-family: 'PT-Sans-Bold';
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #030303;
}
hr {
	margin: 16px 0 32px 0;
}
.wrapper {
	overflow: hidden;
}
#header-wrapper {
	position: fixed;
	z-index: 999;
	background: white;
	width: 100%;
	-webkit-box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 7px 15px -1px rgba(0,0,0,0.2);
}

.swiper-button-next, .swiper-button-prev {
	z-index: 99;
}
.mm-page {
	background: white;
}

.tabs .tabsMobile, .tab-content {
	display: none !important;
}

.luftverunreinigung-img {
    position: absolute;
    z-index: 99;
    width: 180px;
    right: 0;
    padding: 40px 45px 0 0;
    display: none;
}
.home .luftverunreinigung-img{
	display: block;
}
.swipebox-html body {
	overflow: hidden;
}
#swipebox-overlay {
	background:#fff !important;
}
#swipebox-bottom-bar {
	background-color: transparent !important;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
	background:transparent !important;
	width: 80px !important;
	height: 80px !important;
}
#swipebox-arrows, #swipebox-bottom-bar {
	position: absolute;
	width: 100% !important;
	top: 50% !important;
	max-width: 100% !important;
	margin-top: -50px !important;
	text-align: center;
}
#swipebox-arrows {

}
#swipebox-prev {
	position: absolute;
	top: 50%;
	left: 0; 
}
#swipebox-close:after {
	color: #000;
	font-size: 35px;
	font-weight: 400;
	line-height: 84px;
	width: 58px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 25px;
	content: "X";
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}
#swipebox-next:after {
    content: 'next';
    right: 25px;
}
#swipebox-prev:after {
    content: 'prev';
    left: 25px;
}
#swipebox-prev:after, #swipebox-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    margin-top: 25px;
    position: absolute;
}



#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

#swipebox-top-bar {
	line-height: 1.3em !important;
	height: auto !important;
	font-size: 18px !important;
	text-shadow: inherit !important;
	bottom: 95px !important;
	color:#000 !important;
	top: inherit !important;
	background-color: white !important;

}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    max-height: 70% !important;
}

.slider img {
	display: none;
}
.screenfs, .screenfs .swiper-slide, .screenfs .swiper-wrapper {
	height: 600px !important;
}
.screenfs .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.back-to-top {
	 position: fixed;
	 bottom:8px;
	 right:20px;
	 z-index: 100;
	 display: block;
	 color: #A6C638;
	 text-decoration: none;
	 font-size: 90px;
	 font-weight: bold;
	 text-transform: uppercase;
}



.buchen-button {
	display: inline-block;
	background-color: #0099CC;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 3px;
	line-height: 1em;
}
#wpcf7-f378-p129-o1 {
	padding-top: 1px;
}
.post-129 .textfeld {
	padding-bottom: 0px;
}
.inner,  
.layout-Mit-Text, 
#subpage #main-wrapper  {
	max-width: 1254px;
	margin: 0 auto;
	position: relative;
}
.header {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0px 2.5% 0px 2.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header .logo, .logo-text, .deskNav {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	color: #A6C638;
}
.logo-text {
	line-height: 1em;
	padding-bottom: 0px;
	padding-top: 3px;
	width: 20%;
	padding-left: 20px;
}
.header .logo {
	width: 160px;
	position: relative;
	top: 2px;
}
.header #main-navigation {
	position: fixed;
	background-color: #A6C638;
	height: 100vh;
	z-index: 999;
	right: 50%;
	margin-right: -623px;
	width: 35%;
	display: none;
}

.header #main-navigation:after {
	content: "";
	width: 40%;
	right: 0;
	position: fixed;
	height: 100vh;
	background-color: #A6C638;
	top: 0;
	z-index: -1;
}

.open-canvas {
	display: block !important;
}
.close {
	color: #FFFFFF;
	font-size: 65px;
	font-weight: 400;
	line-height: 84px;
	width: 58px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 25px;
}
.burger-outer {
	position: absolute;
	top: 22px;
	right: 20px;
	cursor: pointer;
	width: 40px;
	height: 32px;
	padding: 15px;
}
.burger-outer a {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.burger {
	background-color: #A6C638;
	position: relative;
	width: 40px;
	display: block;
	border-top: 6px solid #A6C638;
}
.burger:before {
	background-color: #A6C638;
	position: absolute;
	content: "";
	width: 40px;
	height: 6px;
	margin-top: 6px;
}
.burger:after {
	background-color: #A6C638;
	position: absolute;
	content: "";
	width: 40px;
	height: 6px;
	margin-top: 18px;
}
/*
#menu-item-911 {
	padding: 15px 0 15px 0px;
}
#menu-item-911 a {
	color: #fff;
}
#menu-item-911 a {
	background-image: url("img/shop.JPG");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 55px;
	padding-bottom: 70px;
}
*/

.navigation-inner {
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 65px 60px 60px;
}
.navigation-inner li {
	list-style: none;
}
.navigation-inner ul li a {
	color: #000;
	text-decoration: none;
	font-size: 28px;
	display: block;
	margin-bottom: 14px;
}
.navigation-inner ul li li a {
	color: #fff;
}
.navigation-inner .sub-menu {
	height: 0;
	overflow: hidden; 
}
.navigation-inner li.current-menu-item.menu-item-has-children .sub-menu {
	height: auto !important;
}

.swiper-container img {
	width: 100%;
}

.termine_area {
	margin-top: -60px;
	padding-bottom: 60px !important
}
.termine {
	display: table;
	margin-left: 0 !important;
	padding-bottom: 8px !important;
}
.termine li {
	display: table-cell;
}
.termine li:first-child {

}
.termine li.startdate {
}
.termine li.enddate {
	width: 105px;
}
.accordion h3 {
	font-size: 22px;
	margin-bottom: 16px;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
}
.accordion h3 .pfeil {
	position: absolute;
	margin-left: -25px;
}
.accordion.active h3 .pfeil{
	  transform: rotate(90deg);
	  display: inline-block;
}
.panel {
	display: none;
	overflow: hidden;
	margin-bottom: 25px;
	background:#eff1f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px;
}

.wpcf7 {
	font-size: 16px;
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	border-radius: 2px;
	border:1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.wpcf7-submit {
	padding: 10px 35px 10px 35px;
	background: #0099CC;
	border:none;
	color: #fff;
	cursor: pointer;
	margin-top: 16px;
}
span.wpcf7-list-item {
	margin: 0 0 16px 0 !important;
}
span.wpcf7-list-item input {
	margin-top: 8px;
	margin-right: 9px;
}

#main p {
	padding-bottom: 25px;
}

.slider {
	margin-bottom: 172px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.slider-caption {
	position: absolute;
	z-index: 22;
	text-align: center;
	width: 100%;
	bottom: 18%;
}
.slider-caption span {
	font-size: 28px;
	color: black;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 10px 20px 10px 20px;
	font-family: 'PT-Sans-Bold';
	z-index: 99;
	color: #fff;
}
.produkteGalerie {
	margin-bottom: 25px;
}
#subpage .slider {
	margin-bottom: 55px;
}
#subpage .textfeld {
	padding-bottom: 50px;
	clear: both;
}
#subpage .textfeld ul {
	margin-left: 18px;
	padding-bottom: 25px;
}
.textfeld {
	width: 100%;
	padding: 0px 2.5% 155px 2.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textfeld .left, .layout-Mit-Text .text {
	float: left;
	width: 32%;
	padding-right: 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textfeld .right, .layout-Mit-Text .kachel-cell-outer {
	float: left;
	width: 68%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textfeld.termine_area .right {
    padding-bottom: 25px;
}
.kachel-grid {
	background-color: #eff1f2;
	padding: 70px 2.5% 70px 2.5%;
	margin-bottom: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kachel-grid h2 {
	text-align: center;
	padding-bottom: 50px;
}
.kachel-cell-outer {
	width: 101.92%;
}
.kachel-cell {
	float: left;
 	position: relative;
 	margin-right: 2%;
 	background: white;
 	cursor: pointer;
	width: 23%;
}
.kachel-grid-4 .kachel-cell {
	width: 23%;
}
.kachel-grid-3 {
	width: 103%;
}
.kachel-grid-3 .kachel-cell {
	width: 31%;
}
.kachel-grid-2 .kachel-cell {
	width: 47.6%;
}

.kachel-cell:hover .kachel-content {
	
}
.kachel-content-hover {
	opacity: 0;
	height: 0;
	position: absolute;
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}

.kachel-cell:hover .kachel-content-hover, .no-image {
	display: block !important;	
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #A6C638;
	opacity: 1;
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.kachel-content-hover.no-image {
	background: #eff1f2 !important;
	color: #030303 !important;
	font-size: 28px;
	text-align: center !important;
	padding-top: 25px;

	line-height: 1.35em;
}
.layout-Bild-Hover-und-Text .kachel-cell:nth-child(1) {
	width: 27%;
}
.layout-Bild-Hover-und-Text .kachel-cell:nth-child(2) {
	width: 38.5%;
}
.layout-Bild-Hover-und-Text .kachel-cell:nth-child(3) {
	width: 27%;
}
.layout-Bild-Hover-und-Text .kachel-cell {
	background:transparent;
}

.produkt-bild {
	position: relative;
	clear: both;
	    margin-bottom: 57px;
}

.produkt-bild img {
	width: 100%;
	min-height: 650px;
}

.produkt-bild h2 {
	text-align: center;
	/*margin-top: -105px;*/
	position: absolute;
    z-index: 22;
    text-align: center;
    width: 100%;
    bottom: 15%;
}
.produkt-bild h2 span {
	font-size: 28px;
	color: black;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 10px 20px 10px 20px;
	font-family: 'PT-Sans-Bold';
	z-index: 99;
	color: #fff;
}
.icon_galerie {
	list-style: none;
	margin-bottom: 20px;
	padding-top: 14px;
	margin-left: 0 !important;
}
.icon_galerie li {
	width: 28%;
	display: inline-block;
	margin-right: 3%;
}
.tab-header {
	margin-bottom: 60px;
	/*background-color: rgba(150, 159, 170, 0.15);*/
	overflow: hidden;
	width: 101%;
}
.tab-header li  {
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	width: 19%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;  
	background-color: rgba(150, 159, 170, 0.15);
	margin-bottom: 12px;
	height: 160px;
}
.tabs-list .active, .tabs-list li:hover {
	background:#A6C638;
}
.tab-header li a {
	color: #030303;
	text-decoration: none;
	display: block;
	padding: 20px 30px 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	width: 100%;
}
.tab-header li a span {
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	position: absolute;
	padding: 0px 30px 0px 30px;
}

.tab-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tabs {
	margin-top: -20px;
}



.tab-content .tab{
    display:none;
}
.tab-content .active{
    display:block !important;
}

.cover-headline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14%;
	display: inline-block;
	font-size: 28px;
}
.cover-headline-inner {
	font-size: 28px;
    color: black;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 10px 20px 10px 20px;
    font-family: 'PT-Sans-Bold';
    z-index: 99;
    color: #fff;
}
.cover-bild {
	width: 33.3333%;
	float: left;
	position: relative;
	text-align: center;
}
.cover-bild img {
	margin-bottom: -8px;
}

.square {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.square-no-image {
	height: auto;
	padding-bottom: 10px;
}
.layout-Bild-Hover-und-Text .kachel-content {
	background-size: contain;
}
.kachel-content {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-size: 82%;
	background-position: top center;
	background-repeat: no-repeat;
}
.kachel-content-hover {
	text-align: left !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 15px 25px 25px;
	color: #fff;
}
.layout-Mit-Text .kachel-content-hover {
	padding-left: 35px;
}
.kachel-content-hover a {
	color: #fff;
	text-decoration: none;
}
.kachel-content-hover ul {
	display: inline-block;
	margin-left: 8px;
}
.kachel-content-hover ul, .kachel-content-hover p {
	padding-bottom: 12px;
}
.kachel-content-inner {
	position: absolute;
	bottom: 18px;
	text-align: center;
	width: 100%;
}
.kachel-content-inner h3 {
	font-family: 'PT-Sans-Regular';
}
.layout-Mit-Text {
	background-color: transparent;
	width: 100%;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.layout-Mit-Text h2 {
	text-align: left;
}
.layout-Mit-Text .kachel-cell {
	width: 50%;
	margin: 0;
}
.layout-Mit-Text .kachel-content {
	background-size: 100%;
}
.layout-Mit-Text .kachel-content h3 {
	font-size: 28px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 2px;
	padding: 10px 20px 10px 20px;
	font-family: 'PT-Sans-Bold';
}
.layout-Mit-Text .kachel-content-inner {
	bottom: 16%;
}

.teaser-area {
	position: relative;
	padding: 0px 0 0px 0;
	margin-bottom: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
}
.teaser-link {
	text-decoration: none;
	color: #fff;
}
.teaser {
	position: absolute;
	color: #fff;
	text-align: center;
	bottom: 70px;
	margin: 0 15% 0 15%;
	right: 0;
	left: 0;
	z-index: 2;
}


.teaser h3 {
	font-size: 28px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 2px;
	padding: 10px 20px 10px 20px;
	font-family: 'PT-Sans-Bold';
	margin-bottom: 40px;
}
.teaser p {
	padding-bottom: 10px !important;
}

.kundenstimmen {
	margin-bottom: 170px;
	position: relative;
	background: #98C81E;
}
.kundenstimmen h3 {
	color: #000203;
	font-size: 28px;
	padding-bottom: 60px;
	font-family: 'PT-Sans-Bold';
}
.kundenstimmen-inner {
	padding: 100px 5% 100px 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.kundenstimme {
	font-size: 20px;
	color: #fff;
	line-height: 1.3em;
	font-style: oblique;
	padding-bottom: 50px;
	padding-top: 10px;
	max-width: 80%;
	margin-left: 10%;
	font-family: 'PT-Sans-Bold';
}
.kundenstimme p {
	padding-bottom: 12px !important;
}
.swiper-pagination {
	bottom: 4% !important;
}
.swiper-pagination-bullet {
	background: white !important;
	width: 14px !important;
	height: 14px !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background: #050505 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 6px !important;
} 
.kundenstimmen .swiper-button-next, .kundenstimmen .swiper-button-prev {
	top: 20% !important;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff !important;
}


#footer-wrapper {
  	background-color: #eff1f2;
}
.footer {
	padding: 47px 0 30px 221px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .widget_text, .footer .widget_nav_menu {
	display: inline-block;
	vertical-align: top;
	padding-right: 95px;
	padding-bottom: 38px;
}
.footer li {
	list-style: none;
}
.footer a {
	color: #030303;
	text-decoration: none;
}



@media screen and (max-width:1254px) {
.footer {
	padding: 47px 5% 30px 5% !important;
}
.header #main-navigation {
	right: 0;
	margin-right: 0;
}
.tabs {
	padding: 0 2.5% 0 2.5%;
}
.tab-header span {
	font-size: 18px;
}
#subpage .slider {
	margin-bottom: 20px;
}
/* 
.screenfs img {
	display: block;
}
.screenfs, .screenfs .swiper-slide, .screenfs .swiper-wrapper {
	height: auto !important;
}
.screenfs .swiper-slide {
	background-image: none;
}
*/
.screenfs, .screenfs .swiper-slide, .screenfs .swiper-wrapper {
	height: 350px !important;
}

.produkt-bild {
	    margin-bottom: 20px;
}
.produkt-bild img{
	min-height: initial;
}

}

@media screen and (max-width:1060px) {
.layout-Mit-Text .kachel-content h3 {
	font-size: 20px;
}
.back-to-top {
	display: none !important;
}
.slider {
    margin-bottom: 80px;
}
.textfeld {
    padding: 0px 2.5% 60px 2.5%;
}
.kachel-grid {
    padding: 70px 2.5% 70px 2.5%;
    margin-bottom: 80px;
}
.teaser-area {
    margin-bottom: 80px;
}
.kundenstimmen-inner {
    padding: 50px 3% 50px 3%;
}
.kundenstimmen {
    margin-bottom: 80px;
}
.header #main-navigation {
	width: 50%;
}

.footer .widget_text, .footer .widget_nav_menu {
	padding-right: 40px;
}
.cover-headline {
	font-size: 24px;
}

}

@media screen and (max-width:950px) {
.textfeld .left, .layout-Mit-Text .text {
	width: 100%;
}
.textfeld .right, .layout-Mit-Text .kachel-cell-outer {
	width: 100%;
}
.logo-text {
	width: 40%;
}
.kachel-content-hover.no-image {
    font-size: 23px;
    padding-top: 7px;
    line-height: 1.35em;
}
.layout-Bild-Hover-und-Text .kachel-cell:nth-child(1) {
    width: 20%;
}
.layout-Bild-Hover-und-Text .kachel-cell:nth-child(2) {
    width: 52.5%;
}
.layout-Bild-Hover-und-Text .kachel-cell:nth-child(3) {
    width: 20%;
}
.header #main-navigation {
    width: 65%;
}




}

@media screen and (max-width:950px) {
.footer .widget_text, .footer .widget_nav_menu {
	display: block;
}
	.teaser-text {
		font-size: 14px;
	}
	.teaser {
		top: 6%;
	}
	.teaser {
		margin: 0 10% 0 9%;
	}
	.teaser h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:890px) {
.portfolio_galerie {
	padding: 0px 2.5% 0px 2.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cover-bild {
	width: 50%;
}

.tab-header li{ 	
	width: 100%;
	height: auto;
}
.tab-header li a {
	position: relative;
}
}

@media screen and (max-width:760px) {
.teaser {
	bottom: inherit;
	top: 16%;
}

.tabs .tabsMobile {
	display: block !important;
}
.tab-content {
	display: inherit !important;
}
.tabs .tabsDesktop {
	display: none !important;
}

}


@media screen and (max-width:720px) {
body, .kundenstimme {
	font-size: 18px;
}
.kachel-content-hover.no-image {
	font-size: 20px;
}
.logo-text {
	display: none;
}
.slider {
    margin-bottom: 35px;
}
.textfeld {
    padding: 0px 2.5% 30px 2.5%;
}
.kachel-grid {
    padding: 40px 2.5% 60px 2.5%;
    margin-bottom: 35px;
}

}

@media screen and (max-width:680px) {
body {
	font-size: 16px;
}
.luftverunreinigung-img{
	right: 0%;
	padding: 0;
}
.kachel-grid h2, .textfeld.termine_area h2 {
	padding-bottom: 25px !important;
}
.kundenstimme {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.kundenstimme {
	padding-bottom: 16px;
}
.kundenstimmen h3 {
	padding-bottom: 26px;
}
.navigation-inner {
    padding: 18px 30px 60px 26px;
}
.header #main-navigation {
    width: 100%;
}
.navigation-inner ul li a {
	font-size: 24px;
}
.produkt-bild h2 span, .cover-headline-inner {
	font-size: 14px;
}
.slider-caption span {
	font-size: 14px;
}
.cover-bild {
	width: 100%;
	margin-bottom: 25px;
}
.close{
	font-size: 42px;
}
ul.termine li:first-child{

}
}

@media screen and (max-width:560px) {
h2 {
	font-size: 20px;
	padding: 0px !important;
}
.left h2{
	padding-bottom: 25px;
}
.teaser {
    margin: 0 4% 0 4%;
}
.square{
	padding-bottom: initial;
}
.layout-Mit-Text .kachel-cell {
	width: 100%;
	margin-bottom: 15px;
	    height: calc((100vw/2 - 70px) * 1.31);
}
.kachel-grid-3 .kachel-cell {
    width: 90% !important;
    margin-left: 4%;
    margin-bottom: 25px;
    height: calc((100vw/2 - 70px) * 1.31);
}
.kachel-content{
	background-size: 49%;
}
.burger-outer {
	right: 5px;
}
.kachel-cell:hover .kachel-content-hover, .no-image {
	position: relative;
}
.teaser {
	position: relative;
	color: #030303;
}
.teaser h3 {
	font-size: 20px;
	color: #030303;
}
.teaser h3 {
    padding: 5px 10px 5px 10px;
    margin-bottom: 14px;
}
.kundenstimmen-inner {
    padding: 50px 0% 50px 0%;
}
.kundenstimme {
    max-width: 70%;
    margin-left: 15%;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev {
	left: 0;
}
.produkt-bild h2, .slider-caption{
		bottom: 20%;
	}
}
@media screen and (max-width: 430px){
	.kachel-content {
    	background-size: 38%;
	}

}
@media screen and (max-width: 400px){

	body.archive.post-type-archive.post-type-archive-produkte .left, .page-id-176 .left {
    	display: none;
	}
	.page-id-129 .textfeld, .page-id-129 #subpage .textfeld{
			padding-bottom: 50px !important;
	}
	.tab-header{
		margin-bottom: 45px;
	}
	div#header-wrapper{
		height: 85px;
	}
	div#header-wrapper .burger-outer{
		top: 15px;
	}
	div#header-wrapper .header .logo{
		width: 145px;
		top: 25px;
    	vertical-align: inherit;
	}
	.burger-outer, .burger,.burger:before, .burger:after {
		width: 55px;
		   
	}
	.burger:before, .burger:after{
		height: 5px;
	}
	.burger{
		 border-top: 5px solid #A6C638;
	}
	.close{
		line-height: 55px;
	}
	body.show #main-wrapper {
    	margin-top: 170px !important;
	}

	.layout-Mit-Text .kachel-cell, .kachel-grid-3 .kachel-cell{
		height: calc((100vw/2 - 51px) * 1.31);
	}
	.kachel-content-hover{
		padding: 10px 8px 17px 20px;
	}
	.luftverunreinigung-img{
		right: 1%;
		width: 100px;
		padding: 0px;
	}
	.layout-Mit-Text .kachel-content h3{
		font-size: 14px;
	}
	.swiper-button-next:after, .swiper-button-prev:after, #swipebox-prev:after, #swipebox-next:after{
		font-size: 25px !important;
	}
	.kachel-grid-3{
		width: 100%;
	}
	.kachel-grid-3 .kachel-cell{
		width: 100% !important;
		margin: initial;
		margin-bottom: 25px;
	}
	input[type=checkbox] {
         position: relative;
	       cursor: pointer;
    }
    input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 12px;
         height: 12px;
         top: 0;
         left: 0;
         border: 2px solid #000;
         border-radius: 3px;
         background-color: white;
}
    input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid black;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 0px;
         left: 6px;
}
.textfeld, #subpage .textfeld{
	padding-bottom: 20px !important;
}
.textfeld.termine_area .right{
	padding-bottom: 25px;
}
}
@media screen and (max-width: 350px){
	.layout-Mit-Text .kachel-cell, .kachel-grid-3 .kachel-cell {
    	height: calc((100vw/2 - 44px) * 1.31);
	}
	.kachel-content{
		background-size: 32%;
	}
	.layout-Bild-Hover-und-Text .kachel-cell:nth-child(2){
		height: 100%;
	}
	.BorlabsCookie ._brlbs-content-blocker{
		margin-top: 30px;
	}
}
@media screen and (max-width: 300px){
	.header .logo, .logo-text{
		width: initial;
	}
}