/*
 * custom child theme styles
 */


/* Allgemeine Definitionen
=========================================================== */

html {
	margin-top: 0; /*word-break: break-all;*/
}

body {
	height: 100%;
	width: 100%;
	background: #fff;
}

.only-smartphone {
	display: none;
}

.vc_btn3.vc_btn3-color-pink, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
	background-color: #e61b76 !important;
}

/* -------------------- Paddings/Margins auf 0 setzen -------------------- */
.container {
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.container-fluid {
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,
.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,
.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* -------------------- NAVBAR -------------------- */
.navbar-default {
	border: none !important;
	background: none !important;
}

.navbar {
	border-radius: 0 !important;
}

.navbar {
	min-height: 10px !important;
	border: none !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none !important;
}

.navbar-collapse {
	padding-right: 0 !important;
	padding-left: 0 !important;
	border-top: none !important;
	box-shadow: none !important;
}

.nav > li > a {
	padding: 0 !important;
}

.navbar-brand {
	display: none;
}

/* -------------------- LIMAIN -------------------- */
.limain-navbar-fixed-top {
	padding-top: 0;
}

.limain-footer {
	width: 100%;
}

.limain-search {
	width: 100%;
}

/* ------------------------------- HEADER -------------------------------- */
header {
	position: relative;
	width: 100%;
}

.header-bg {
	width: 100%;
}

.slider {
	width: 100%;
}

.headerbild {
	width: 100%;
}

.headerbild img {
	width: 100%;
	height: auto;
}

.headbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
	background: #fff;
	width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.header-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo a {
	text-indent: -9999px;
	outline: none;
	display: block;
	background: url('images/main-nav-logo.png') 0 0 no-repeat;
}

.headernav {
	margin: 0;
}

.headernav ul, .servicenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.headernav ul li, .servicenav ul li {
	position: relative;
}

.headernav ul li a, .servicenav ul li a {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.headernav ul li a:hover, .servicenav ul li a:hover {
	color: #e61b76;
}

.service-tel a {
	color: #e61b76 !important;
	background: url('images/telefon-main-navi.png') 0 center no-repeat;
}

.service-tel a:hover {
	text-decoration: underline;
}

.headernav ul li ul, .servicenav ul li ul {
	position: fixed;
	left: 0;
	right: 0;
	background: #E6E6E6;
	display: none;
}

#submenu-wrap {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

#submenu-wrap li a {
	color: #575656;
	font-weight: 600;
}

#submenu-wrap li a:hover {
	color: #e61b76;
}



/* ----- STICKY HEADBAR ------ */
.sticky.headbar {
	background: #E6E6E6;
}

.sticky.headbar .headernav ul li a, .sticky.headbar .servicenav ul li a {
	color: #575656;
}

.sticky.headbar .headernav ul li a:hover, .sticky.headbar .servicenav ul li a:hover {
	color: #e61b76;
}

.sticky.headbar .logo a {
	background: url('images/smart-nav-logo.png') 0 0 no-repeat;
}


/* Header Button */

.servicenav ul li.kunden-login a,
.servicenav ul li.anfragen-formular a {
	color: #e61b76 !important;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: 2px solid #e61b76;
    padding: 10px 20px;
    height: auto !important;
    width: auto !important;
    position: relative;
    top: 50%;
	transform: translateY(-50%);
	
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.servicenav ul li.kunden-login a:hover,
.servicenav ul li.anfragen-formular a:hover {
	color: #FFF !important;
    text-decoration: none;
    background: #e61b76;
}

.servicenav ul li.kunden-login a::before,
.servicenav ul li.anfragen-formular a::before {
	content: "";
	display: inline-block;

	/*
	background: url('images/login-icon.svg') center center no-repeat;
	background-size: contain;
	*/

	background-color: #e61b76;
	margin-right: 10px;

	transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
}

.servicenav ul li.kunden-login a::before {
    width: 16px;
	height: 16px;
    -webkit-mask-image: url('images/login-icon.svg');
    mask-image: url('images/login-icon.svg');
}

.servicenav ul li.anfragen-formular a::before {
    width: 24px;
    height: 23px;
    -webkit-mask-image: url('images/mail.svg');
    mask-image: url('images/mail.svg');
}

.servicenav ul li.kunden-login a:hover::before,
.servicenav ul li.anfragen-formular a:hover::before {
	background-color: #FFF;
}

.only-mobile {
	display: none;
}

/* ------------------------------ CONTENT -------------------------------- */
main {
	width: 100%;
}

section {
	width: 100%;
}

.content {
	width: 100%;
}

.content h1, .home .content h4 {
	text-align: center;
}

.content-button {
	width: 100%;
	display: flex;
	justify-content: center;
}

.content-button a {
	display: block;
	text-align: center;
	border: 2px solid #e61b76;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.content-button a:hover {
	color: #fff;
	text-decoration: none;
	background: #e61b76;
}

#contentboxen {
	width: 100%;
}

.content2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contentbox {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.contentbox img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

.contentbox-overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: center;
	background-size: auto, contain !important;
	opacity: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.contentbox-overlay-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	align-items: center;
}

.contentbox-hidden {
	position: absolute;
	background: rgba(230, 27, 118, 0.9);
	left: 0;
	right: 0;
	bottom: -100%;
	height: 100%;
	z-index: 30;
	color: #fff;
	text-align: justify;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}

.contentbox-hidden h3 {
	color: #fff;
}

.contentbox-hidden p {
	margin: 0;
}

.contentbox:hover .contentbox-hidden {
	bottom: 0;
}

.contentbox:hover .contentbox-overlay {
	opacity: 0;
}

.contentbox-6:hover {cursor: auto;}
.contentbox-6:hover .contentbox-hidden {display: none !important;}
.contentbox-6:hover .contentbox-overlay {opacity: 1 !important;}

.ytong-button {
	width: 100%;
}

.ytong-button a {
	display: block;
	color: #fff;
	background: url('images/ytong-logo.jpg') 0 center no-repeat;
}

.ytong-button a:hover {
	color: #fff;
}

.content3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content3-text {
	display: flex;
	align-items: center;
}

.content3-text h2 {
	font-weight: 600;
	color: #e61b76;
	margin-bottom: 0;
}

.content3-text h3 {
	font-weight: 600;
	color: #e61b76;
	margin-top: 0;
}

#contentbereich4 {
	width: 100%;
	background: url('images/bg-gendreiko.jpg') center top no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.bg-herr {
	background: url('images/herr-gendreiko.png') 80% bottom no-repeat;
}

.content4 {
	width: 100%;
	color: #fff;
	text-align: justify;
}

.content4 h2 {
	color: #fff;
}


/* ------------------------------- FOOTER -------------------------------- */
#footer {
	width: 100%;
}

.footer-bg {
	width: 100%;
	background: url('images/footer-bg.jpg') center top no-repeat;
	background-size: cover !important;
}

.footer-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	flex-wrap: wrap;
}

.footer-inner h4 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-inner h4 a {
	font-weight: 600;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.footer-inner h4 a:hover {
	color: #fc3790;
}

.footer-logo {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.footer-logo::before {
	position: absolute;
	left: 0;
	content: "";
	background: #fff;
}

.footer-logo::after {
	position: absolute;
	right: 0;
	content: "";
	background: #fff;
}

.footer-logo a {
	display: block;
	background: url('images/ebl-footer-logo.png') 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
}

.footer-kontakt {
	background: url('images/kontakt-icon.png') 0 11px no-repeat;
}

.footer-anfahrt {
	background: url('images/anfahrt-icon.png') 2px 9px no-repeat;
}

.footer-zeiten {
	background: url('images/uhr-icon.png') 2px 10px no-repeat;
}

.footer-zeiten span {
	display: inline-block;
	width: 80px;
}

.footer-rechtliches {
	background: url('images/impressum-icon.png') 5px 10px no-repeat;
}

.footer-nachoben {
	background: url('images/pfeil-nach-oben.png') 1px 13px no-repeat;
}

.footer-inner a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

@media (max-width: 1555px){
    .logo {
        width: 12% !important;
    }

    .servicenav {
        width: 46% !important;
    }
}

@media (max-width: 1400px){
    .servicenav ul > li.anfragen-formular {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .servicenav ul > li.anfragen-formular > a {
        background: #FFF;
    }
}

@media (max-width: 1200px){
    .servicenav ul > li.kunden-login {
        position: fixed;
        bottom: 60px;
        right: 0;
    }

    .servicenav ul > li.kunden-login > a {
        background: #FFF;
    }
}

/* -------------------------- DESKTOP-ANSICHT ----------------------------- */
@media (min-width: 1881px){
	.headernav {width: 42.5%;}
	.headernav ul li a, .servicenav ul li a {height: 136px; font-size: 18px;}
	.logo {width: 15%;}
	.logo a {width: 165px; height: 94px;}
	.servicenav {width: 42.5%;}
	.service-tel a {padding: 0 0 0 22px;}

	.headerbild, .slider {padding: 136px 55px 0 55px;}
	.header-inner {padding: 0 55px;}
	#submenu-wrap {padding: 0 55px;}
	.content2 {padding: 0 55px 25px 55px;}
	.contentbox-hidden {padding: 20px 45px 20px 55px; font-size: 16px;}
	.contentbox-overlay-title {font-size: 28px; line-height: 32px;}
	#contentbereich4 {border-left: 55px solid #fff; border-right: 55px solid #fff;}
	.content4 {padding: 150px 50% 150px 0;}
	#footer {padding: 55px;}
	.footer-inner {padding: 120px 0 100px 0;}
	.footer-logo::before {top: 49%; width: 617px; height: 2px;}
	.footer-logo::after {top: 49%; width: 617px; height: 2px;}
}

@media (min-width: 1581px) and (max-width: 1880px){
	.headernav {width: 43.5%;}
	.headernav ul li a, .servicenav ul li a {height: 136px; font-size: 16px;}
	.logo {width: 13%;}
	.logo a {width: 144px; height: 82px; background-size: cover !important;}
	.servicenav {width: 43.5%;}
	.service-tel a {padding: 0 0 0 22px;}
	.sticky.headbar .logo {width: 12%;}
	.sticky.headbar .servicenav, .sticky.headbar .headernav {width: 44%;}

	.headerbild, .slider {padding: 136px 30px 0 30px;}
	.header-inner {padding: 0 30px;}
	#submenu-wrap {padding: 0 30px;}
	.content2 {padding: 0 30px 25px 30px;}
	.contentbox-hidden {padding: 20px 40px 20px 40px; font-size: 15px; line-height: 26px;}
	.contentbox-overlay-title {font-size: 24px; line-height: 28px;}
	#contentbereich4 {border-left: 30px solid #fff; border-right: 30px solid #fff;}
	.content4 {padding: 150px 50% 150px 40px;}
	#footer {padding: 30px;}
	.footer-inner {padding: 120px 40px 100px 40px;}
	.footer-logo::before {top: 49%; width: 540px; height: 2px;}
	.footer-logo::after {top: 49%; width: 540px; height: 2px;}
}

@media (min-width: 1581px) {
	.container {width: 1530px !important;}

	.sticky.headbar .logo a {width: 111px; height: 63px;}
	.sticky.headbar .headernav ul li a, .sticky.headbar .servicenav ul li a {height: 100px; font-size: 16px;}
	.headernav ul li ul, .servicenav ul li ul {top: 136px;}
	.sticky.headbar .headernav ul li ul, .sticky.headbar .servicenav ul li ul {top: 100px;}

	#submenu-wrap li {margin: 0 45px 0 0;}
	#submenu-wrap li a {height: 88px; font-size: 16px;}

	.content {padding: 30px 0;}
	.home .content h1 {background: url('images/content1-logo.png') center top no-repeat; padding-top: 160px; margin-bottom: 2px;}
	.content-button {margin-top: 50px;}
	.content-button a {width: 420px; max-width: 100%; padding: 13px 25px; font-size: 20px;}

	.contentbox {width: 32%; margin-bottom: 30px; /*max-width: 600px;*/}
	.contentbox-hidden h3 {padding: 46px 0 6px 0;}
	.ytong-button a {font-size: 14px; line-height: 18px; margin-top: 4px; padding: 5px 0 5px 52px;}
	.content3 {padding: 180px 0 150px 0;}
	.content3-slider {width: 63%;}
	.content3-text {width: 35%; line-height: 24px;}
	.content3-text-wrapper {background: url('images/hacken.png') 22px 45px no-repeat;}
	.content3-text h2 {font-size: 38px; padding: 0 0 0 75px;}
	.content3-text h3 {font-size: 30px; padding: 0 0 0 75px; margin-bottom: 35px;}

	.content4 h2 {margin-bottom: 25px;}

	.contentbox-1 .contentbox-overlay-title {background: url('images/box1-icon.png') 15px 5px no-repeat;}
	.contentbox-2 .contentbox-overlay-title {background: url('images/box2-icon.png') 20px 11px no-repeat;}
	.contentbox-3 .contentbox-overlay-title {background: url('images/box3-icon.png') 15px center no-repeat;}
	.contentbox-4 .contentbox-overlay-title {background: url('images/box4-icon.png') 22px center no-repeat;}
	.contentbox-5 .contentbox-overlay-title {background: url('images/box5-icon.png') 15px 8px no-repeat;}
	.contentbox-6 .contentbox-overlay-title {background: url('images/box6-icon.png') 15px center no-repeat;}

	.contentbox-1 .contentbox-overlay-title {padding: 10px 25px 10px 72px;}
	.contentbox-2 .contentbox-overlay-title {padding: 10px 25px 10px 68px;}
	.contentbox-3 .contentbox-overlay-title {padding: 10px 25px 10px 76px;}
	.contentbox-4 .contentbox-overlay-title {padding: 10px 25px 10px 75px;}
	.contentbox-5 .contentbox-overlay-title {padding: 10px 25px 10px 155px;}
	.contentbox-6 .contentbox-overlay-title {padding: 10px 25px 10px 84px;}

	.contentbox-1 .contentbox-hidden h3 {background: url('images/box1-icon.png') 0 0 no-repeat; background-size: 40px !important;}
	.contentbox-2 .contentbox-hidden h3 {background: url('images/box2-icon.png') 0 0 no-repeat; background-size: 30px !important;}
	.contentbox-3 .contentbox-hidden h3 {background: url('images/box3-icon.png') 0 0 no-repeat; background-size: 35px !important;}
	.contentbox-4 .contentbox-hidden h3 {background: url('images/box4-icon.png') 0 0 no-repeat; background-size: 34px !important;}
	.contentbox-5 .contentbox-hidden h3 {background: url('images/box5-icon.png') 0 0 no-repeat; background-size: 70px !important;}
	.contentbox-6 .contentbox-hidden h3 {background: url('images/box6-icon.png') 0 0 no-repeat; background-size: 40px !important;}

	.footer-inner {font-size: 16px;}
	.footer-inner h4 {font-size: 18px; margin-bottom: 16px;}

	.footer-logo {margin-bottom: 60px;}
	.footer-logo a {width: 228px; height: 130px;}
	.footer-kontakt {padding: 0 0 0 38px;}
	.footer-anfahrt {padding: 0 0 0 38px;}
	.footer-zeiten {padding: 0 0 0 38px;}
	.footer-rechtliches {padding: 0 0 0 38px;}
	.footer-nachoben {max-width: 210px; padding: 0 0 0 38px;}
}

@media (min-width: 1201px) and (max-width: 1580px){
	.container {width: 1140px !important;}

	.headernav {width: 42%;}
	.headernav ul li a, .servicenav ul li a {height: 120px; font-size: 14px; text-align: center;}
	#menu-item-21 {max-width: 158px;}
	.logo {width: 16%;}
	.logo a {width: 126px; height: 72px; background-size: cover !important;}
	.servicenav {width: 42%;}
	.service-tel a {padding: 0 0 0 22px;}
	.sticky.headbar .logo {width: 16%;}
	.sticky.headbar .servicenav, .sticky.headbar .headernav {width: 44%;}
	.headernav ul li ul, .servicenav ul li ul {top: 120px;}

	.headerbild, .slider {padding: 120px 20px 0 20px;}
	.header-inner {padding: 0 20px;}
	#submenu-wrap {padding: 0 20px;}
	.content2 {padding: 0 20px 25px 20px;}
	.contentbox-hidden {padding: 15px 30px 20px 30px; font-size: 13px; line-height: 20px;}
	.contentbox-overlay-title {font-size: 20px; line-height: 24px;}
	#contentbereich4 {border-left: 20px solid #fff; border-right: 20px solid #fff;}
	.content4 {padding: 100px 35% 115px 20px;}
	#footer {padding: 20px;}
	.footer-inner {padding: 120px 20px 100px 20px;}
	.footer-logo::before {top: 49%; width: 235px; height: 2px;}
	.footer-logo::after {top: 49%; width: 235px; height: 2px;}

	.sticky.headbar .logo a {width: 111px; height: 63px;}
	.sticky.headbar .headernav ul li a, .sticky.headbar .servicenav ul li a {height: 90px; font-size: 14px;}
	.sticky.headbar .headernav ul li ul, .sticky.headbar .servicenav ul li ul {top: 90px;}

	#submenu-wrap li {margin: 0 45px 0 0;}
	#submenu-wrap li a {height: 88px; font-size: 14px;}

	.content {padding: 30px 0;}
	.home .content h1 {background: url('images/content1-logo.png') center top no-repeat; padding-top: 120px; margin-bottom: 2px; background-size: 150px !important;}
	.content-button {margin-top: 50px;}
	.content-button a {width: 420px; max-width: 100%; padding: 13px 25px; font-size: 20px;}

	.contentbox {width: 32%; margin-bottom: 30px;}
	.contentbox-hidden h3 {padding: 0 46px 6px 0; font-size: 20px;}
	.ytong-button a {font-size: 14px; line-height: 18px; margin-top: 4px; padding: 5px 0 5px 52px;}
	.content3 {padding: 80px 0 80px 0; flex-wrap: wrap;}
	.content3-slider {width: 100%; margin-bottom: 20px;}
	.content3-text {width: 100%; line-height: 24px;}
	.content3-text-wrapper {background: url('images/hacken.png') 22px 45px no-repeat;}
	.content3-text h2 {font-size: 38px; padding: 0 0 0 75px;}
	.content3-text h3 {font-size: 30px; padding: 0 0 0 75px; margin-bottom: 35px;}

	.bg-herr {background-size: 600px !important; background-position: 90% bottom !important;}
	.content4 h2 {margin-bottom: 25px;}

	.contentbox-1 .contentbox-overlay-title {background: url('images/box1-icon.png') 15px 5px no-repeat; background-size: 35px !important;}
	.contentbox-2 .contentbox-overlay-title {background: url('images/box2-icon.png') 16px 11px no-repeat; background-size: 28px !important;}
	.contentbox-3 .contentbox-overlay-title {background: url('images/box3-icon.png') 15px center no-repeat; background-size: 35px !important;}
	.contentbox-4 .contentbox-overlay-title {background: url('images/box4-icon.png') 18px center no-repeat; background-size: 30px !important;}
	.contentbox-5 .contentbox-overlay-title {background: url('images/box5-icon.png') 15px 14px no-repeat; background-size: 70px !important;}
	.contentbox-6 .contentbox-overlay-title {background: url('images/box6-icon.png') 14px center no-repeat; background-size: 40px !important;}

	.contentbox-1 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-2 .contentbox-overlay-title {padding: 10px 25px 10px 62px;}
	.contentbox-3 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-4 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-5 .contentbox-overlay-title {padding: 10px 25px 10px 105px;}
	.contentbox-6 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}

	.contentbox-1 .contentbox-hidden h3 {background: url('images/box1-icon.png') right 0 no-repeat; background-size: 40px !important;}
	.contentbox-2 .contentbox-hidden h3 {background: url('images/box2-icon.png') right 0 no-repeat; background-size: 30px !important;}
	.contentbox-3 .contentbox-hidden h3 {background: url('images/box3-icon.png') right 0 no-repeat; background-size: 35px !important;}
	.contentbox-4 .contentbox-hidden h3 {background: url('images/box4-icon.png') right 0 no-repeat; background-size: 34px !important;}
	.contentbox-5 .contentbox-hidden h3 {background: url('images/box5-icon.png') right 0 no-repeat; background-size: 70px !important;}
	.contentbox-6 .contentbox-hidden h3 {background: url('images/box6-icon.png') right 0 no-repeat; background-size: 40px !important;}

	.footer-inner {font-size: 14px;}
	.footer-inner a {font-size: 14px;}
	.footer-inner h4 {font-size: 16px; margin-bottom: 16px;}
	.footer-inner h4 a {text-decoration: none;}

	.footer-logo {margin-bottom: 60px;}
	.footer-logo a {width: 175px; height: 100px; background-size: cover !important;}
	.footer-kontakt {padding: 0 0 0 38px;}
	.footer-anfahrt {padding: 0 0 0 38px;}
	.footer-zeiten {padding: 0 0 0 38px; margin-bottom: 30px;}
	.footer-rechtliches {padding: 0 0 0 38px;}
	.footer-nachoben {max-width: 210px; padding: 0 0 0 38px;}
}

/* --------------------------- TABLET-ANSICHT ------------------------------- */
@media (min-width: 768px) and (max-width: 1200px){
	.container {width: 750px !important;}

	.header-inner {flex-wrap: wrap;}
	.headernav {order: 3; width: 100%;}
	.headernav ul li a {height: 50px; font-size: 14px; padding-bottom: 18px;}
	.servicenav ul li a {height: 100px; font-size: 14px; text-align: center;}
	.logo {width: 25%; order: 1; display: flex; justify-content: flex-start;}
	.logo a {width: 112px; height: 64px; background-size: cover !important;}
	.servicenav {order: 2; width: 65%;}
	.service-tel a {width: 30px; text-indent: -9999px; outline: none; background-position: center center !important;}
	.sticky.headbar .logo {width: 16%; padding: 15px 0 0 0;}
	.sticky.headbar .servicenav {width: 65%;}
	.sticky.headbar .headernav {width: 100%; margin-top: -20px; display: flex; justify-content: flex-end;}
	.sticky.headbar .headernav ul {width: 100%;}
	.sticky.headbar .headernav ul li {margin-left: 40px;}
	.headernav ul li ul {top: 50px;}
	.servicenav ul li ul {top: 100px;}

	.headerbild, .slider {padding: 120px 20px 0 20px;}
	.header-inner {padding: 0 20px;}
	#submenu-wrap {padding: 0 20px;}
	.content2 {padding: 0 20px 25px 20px;}
	.contentbox-hidden {padding: 15px 30px 20px 30px; font-size: 13px; line-height: 20px; overflow-y: scroll;}
	.contentbox-overlay-title {font-size: 20px; line-height: 24px;}
	#contentbereich4 {border-left: 20px solid #fff; border-right: 20px solid #fff;}
	.content4 {padding: 60px 20px 250px 20px;}
	#contentbereich4 .container, #footer .container {max-width: 100% !important;}
	#footer {padding: 20px;}
	.footer-inner {padding: 120px 20px 100px 20px;}
	.footer-logo::before {top: 49%; width: 225px; height: 2px;}
	.footer-logo::after {top: 49%; width: 225px; height: 2px;}

	.sticky.headbar .logo a {width: 92px; height: 52px; background-size: cover !important;}
	.sticky.headbar .headernav ul li a {height: 38px; font-size: 12px;}
	.sticky.headbar .servicenav ul li a {height: 45px; font-size: 12px;}
	.sticky.headbar .headernav ul li ul, .sticky.headbar .servicenav ul li ul {top: 45px;}

	#submenu-wrap li {margin: 0 45px 0 0;}
	#submenu-wrap li a {height: 88px; font-size: 14px;}

	.content {padding: 30px 20px;}
	.home .content h1 {background: url('images/content1-logo.png') center top no-repeat; padding-top: 110px; margin-bottom: 2px; background-size: 130px !important;}
	.content-button {margin-top: 50px;}
	.content-button a {width: 420px; max-width: 100%; padding: 13px 25px; font-size: 20px;}

	.contentbox {width: 48%; margin-bottom: 30px;}
	.contentbox-hidden h3 {padding: 0 46px 6px 0; font-size: 20px;}
	.ytong-button a {font-size: 14px; line-height: 18px; margin-top: 4px; padding: 5px 0 5px 52px;}
	.content3 {padding: 80px 0 80px 0; flex-wrap: wrap;}
	.content3-slider {width: 100%; margin-bottom: 20px;}
	.content3-text {width: 100%; line-height: 24px; padding: 0 20px;}
	.content3-text-wrapper {background: url('images/hacken.png') 22px 45px no-repeat;}
	.content3-text h2 {font-size: 38px; padding: 0 0 0 75px;}
	.content3-text h3 {font-size: 30px; padding: 0 0 0 75px; margin-bottom: 35px;}

	.bg-herr {background-size: 400px !important; background-position: 100% bottom !important;}
	.content4 h2 {margin-bottom: 25px;}

	.contentbox-1 .contentbox-overlay-title {background: url('images/box1-icon.png') 15px 5px no-repeat; background-size: 35px !important;}
	.contentbox-2 .contentbox-overlay-title {background: url('images/box2-icon.png') 16px 11px no-repeat; background-size: 28px !important;}
	.contentbox-3 .contentbox-overlay-title {background: url('images/box3-icon.png') 15px center no-repeat; background-size: 35px !important;}
	.contentbox-4 .contentbox-overlay-title {background: url('images/box4-icon.png') 18px center no-repeat; background-size: 30px !important;}
	.contentbox-5 .contentbox-overlay-title {background: url('images/box5-icon.png') 15px 14px no-repeat; background-size: 70px !important;}
	.contentbox-6 .contentbox-overlay-title {background: url('images/box6-icon.png') 14px center no-repeat; background-size: 40px !important;}

	.contentbox-1 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-2 .contentbox-overlay-title {padding: 10px 25px 10px 62px;}
	.contentbox-3 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-4 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-5 .contentbox-overlay-title {padding: 10px 25px 10px 105px;}
	.contentbox-6 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}

	.contentbox-1 .contentbox-hidden h3 {background: url('images/box1-icon.png') right 0 no-repeat; background-size: 40px !important;}
	.contentbox-2 .contentbox-hidden h3 {background: url('images/box2-icon.png') right 0 no-repeat; background-size: 30px !important;}
	.contentbox-3 .contentbox-hidden h3 {background: url('images/box3-icon.png') right 0 no-repeat; background-size: 35px !important;}
	.contentbox-4 .contentbox-hidden h3 {background: url('images/box4-icon.png') right 0 no-repeat; background-size: 34px !important;}
	.contentbox-5 .contentbox-hidden h3 {background: url('images/box5-icon.png') right 0 no-repeat; background-size: 70px !important;}
	.contentbox-6 .contentbox-hidden h3 {background: url('images/box6-icon.png') right 0 no-repeat; background-size: 40px !important;}

	.footer-inner {font-size: 14px;}
	.footer-inner a {font-size: 14px;}
	.footer-inner h4 {font-size: 16px; margin-bottom: 16px;}
	.footer-inner h4 a {text-decoration: none;}

	.footer-logo {margin-bottom: 60px;}
	.footer-logo a {width: 175px; height: 100px; background-size: cover !important;}
	.footer-kontakt {padding: 0 0 0 38px;}
	.footer-anfahrt {padding: 0 0 0 38px;}
	.footer-zeiten {padding: 0 0 0 38px; margin-bottom: 30px;}
	.footer-rechtliches {padding: 0 0 0 38px;}
	.footer-nachoben {max-width: 210px; padding: 0 0 0 38px;}

	.vc_col-sm-6.vc_col-xs-12 {width: 100% !important;}
	.vc_col-sm-6.vc_hidden-xs {width: 100% !important;}
}

/*  ------------------------ SMARTPHONE-ANSICHT ---------------------------  */
@media (max-width: 767px) {
	.container {width: 100% !important;}

	.only-mobile {
		display: block;
	}

	.headernav ul li.only-mobile a {
		color: #e61b76 !important;
	}

	.toggle-icon,
	.toggle-icon::before,
	.toggle-icon::after{
		content: "";
		width: 25px;
		height: 2px;
		border-radius: 2em;
		position: fixed;
		cursor: pointer;
		transition: 0.4s ease;
		background-color: #e61b76;
		border: 1px solid #e61b76;
		right: 22px;
	}

	.toggle-icon::before{
		position: absolute;
		left: -1px;
		margin-top: 7.4px;
	}

	.toggle-icon::after{
		position: absolute;
		left: -1px;
		margin-top: 15.4px;
	}

	.show .toggle-icon::after{
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: 0;
	}

	.show .toggle-icon{
		background-color: transparent;
		border: none;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 10px;
	}

	.show .toggle-icon::before{
		margin-top: 0;
	}


	.navbar-burger {right: 15px; position: absolute;}
	.navbar-brand {float: left; display: block !important; height: 22px !important; padding: 1px 0 0 0 !important; width: 100%; font-weight: 400; color: #fff !important;}
	.navbar-default .navbar-toggle {z-index: 700; height: auto; color: #e61b76; border: none !important; width: 100%; margin: 0 !important; float: right; padding: 30px 12px 32px 12px;}
	.sticky.headbar .navbar-toggle {padding: 25px 12px 25px 12px;}
	.navbar-toggle .icon-bar {width: 34px; height: 4px; border-radius: 4px; background: #e61b76 !important;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background: transparent;}
	.navbar-default .navbar-toggle:active {background: transparent;}

	.only-smartphone {display: block;}

	.header-inner {flex-wrap: wrap; position: relative; padding: 0 !important;}
	.headernav {order: 3; width: 100%;}
	.headernav ul {width: 100%; display: block; padding: 5px 0 0 0;}
	.headernav ul li {width: 100%; border-top: 1px solid rgba(0,0,0,0.1);}
	.headernav ul li a {font-size: 15px; padding: 10px 20px;}

	.logo {width: 156px; padding: 10px 20px; order: 1; display: flex; justify-content: flex-start; position: absolute; z-index: 750;}
	.logo a {min-width: 112px; height: 64px; background-size: cover !important;}
	.servicenav {display: none !important;}
	.sticky.headbar .logo {width: 132px;}
	.sticky.headbar .headernav {width: 100%}
	.sticky.headbar .headernav ul {width: 100%;}

	.headernav ul li ul {top: 50px;}

	.headerbild, .slider {padding: 85px 20px 0 20px;}
	#submenu-wrap {padding: 0 20px;}
	.content2 {padding: 0 20px 25px 20px;}
	.contentbox-hidden {position: relative !important; display: block !important; top: 0 !important; bottom: 0 !important; padding: 15px 20px 20px 20px; font-size: 14px; line-height: 22px;}
	.contentbox-overlay {display: none !important;}
	#contentbereich4 {border-left: 20px solid #fff; border-right: 20px solid #fff;}
	.content4 {padding: 60px 20px 250px 20px;}
	#contentbereich4 .container, #footer .container {max-width: 100% !important;}
	#footer {padding: 20px;}
	.footer-inner {padding: 50px 20px 50px 20px;}
	.footer-logo::before {display: none;}
	.footer-logo::after {display: none;}

	.sticky.headbar .logo a {width: 92px; height: 52px; background-size: cover !important;}

	#submenu-wrap li {margin: 0 45px 0 0;}
	#submenu-wrap li a {height: 88px; font-size: 14px;}

	.content {padding: 30px 20px;}
	.home .content h1 {background: url('images/content1-logo.png') center top no-repeat; padding-top: 110px; margin-bottom: 2px; background-size: 130px !important;}
	.content-button {margin-top: 50px;}
	.content-button a {width: 420px; max-width: 100%; padding: 13px 25px; font-size: 20px;}

	.contentbox {width: 100%; margin-bottom: 20px;}
	.contentbox-hidden h3 {padding: 0 46px 6px 0; font-size: 20px;}
	.ytong-button a {font-size: 14px; line-height: 18px; margin-top: 4px; padding: 5px 0 5px 52px;}
	.content3 {padding: 20px 20px; flex-wrap: wrap;}
	.content3-slider {width: 100%; margin-bottom: 20px;}
	.content3-text {width: 100%; line-height: 24px;}
	.content3-text-wrapper {background: url('images/hacken.png') 22px 45px no-repeat;}
	.content3-text h2 {font-size: 38px; padding: 0 0 0 75px;}
	.content3-text h3 {font-size: 30px; padding: 0 0 0 75px; margin-bottom: 35px;}

	.bg-herr {background-size: 400px !important; background-position: 100% bottom !important;}
	.content4 h2 {margin-bottom: 25px;}

	.contentbox-1 .contentbox-overlay-title {background: url('images/box1-icon.png') 15px 5px no-repeat; background-size: 35px !important;}
	.contentbox-2 .contentbox-overlay-title {background: url('images/box2-icon.png') 16px 11px no-repeat; background-size: 28px !important;}
	.contentbox-3 .contentbox-overlay-title {background: url('images/box3-icon.png') 15px center no-repeat; background-size: 35px !important;}
	.contentbox-4 .contentbox-overlay-title {background: url('images/box4-icon.png') 18px center no-repeat; background-size: 30px !important;}
	.contentbox-5 .contentbox-overlay-title {background: url('images/box5-icon.png') 15px 14px no-repeat; background-size: 70px !important;}
	.contentbox-6 .contentbox-overlay-title {background: url('images/box6-icon.png') 14px center no-repeat; background-size: 40px !important;}

	.contentbox-1 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-2 .contentbox-overlay-title {padding: 10px 25px 10px 62px;}
	.contentbox-3 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-4 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}
	.contentbox-5 .contentbox-overlay-title {padding: 10px 25px 10px 105px;}
	.contentbox-6 .contentbox-overlay-title {padding: 10px 25px 10px 70px;}

	.contentbox-1 .contentbox-hidden h3 {background: url('images/box1-icon.png') right 0 no-repeat; background-size: 40px !important;}
	.contentbox-2 .contentbox-hidden h3 {background: url('images/box2-icon.png') right 0 no-repeat; background-size: 30px !important;}
	.contentbox-3 .contentbox-hidden h3 {background: url('images/box3-icon.png') right 0 no-repeat; background-size: 35px !important;}
	.contentbox-4 .contentbox-hidden h3 {background: url('images/box4-icon.png') right 0 no-repeat; background-size: 34px !important;}
	.contentbox-5 .contentbox-hidden h3 {background: url('images/box5-icon.png') right 0 no-repeat; background-size: 70px !important;}
	.contentbox-6 .contentbox-hidden h3 {background: url('images/box6-icon.png') right 0 no-repeat; background-size: 40px !important;}

	.footer-inner {font-size: 14px;}
	.footer-inner > div {width: 100%;}
	.footer-inner a {font-size: 14px;}
	.footer-inner h4 {font-size: 16px; margin-bottom: 16px;}
	.footer-inner h4 a {text-decoration: none;}

	.footer-logo {margin-bottom: 60px;}
	.footer-logo a {width: 149px; height: 85px; background-size: cover !important;}
	.footer-kontakt {padding: 0 0 0 38px; margin-bottom: 30px;}
	.footer-anfahrt {padding: 0 0 0 38px; margin-bottom: 30px;}
	.footer-zeiten {padding: 0 0 0 38px; margin-bottom: 30px;}
	.footer-rechtliches {padding: 0 0 0 38px; margin-bottom: 30px;}
	.footer-nachoben {padding: 0 0 0 38px;}
}

/* Form */

body.page-id-616 .wpcf7 label {
    width: 100%;
}

body.page-id-616 .wpcf7 label input:not([type="radio"]), 
body.page-id-616 .wpcf7 label textarea {
    width: 100%;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border-width: 1px;
}

body.page-id-616 .wpcf7 label textarea {
    height: 95px;
}

body.page-id-616 .wpcf7 .form-row {
    display: flex;
    justify-content: space-between;
}

body.page-id-616 .wpcf7 .form-col {
    width: 49.5%;
}

body.page-id-616 .wpcf7 input[type="submit"] {
    width: 100%;
    display: block;
    height: 50px;
    background: #e61b76;
    color: #FFF;
    border: 1px solid #e61b76;
    transition: all .4s ease;
}

body.page-id-616 .wpcf7 input[type="submit"]:hover {
    background: #FFF;
    color: #e61b76;
}

body .wpcf7 span.acceptance-549  label {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

body .wpcf7 span.acceptance-549 label input[type="checkbox"] {
	width: 10%;
}

body .wpcf7 span.acceptance-549 label span.wpcf7-list-item-label {
	padding-left: 5%;
}

body .wpcf7 span.acceptance-549 .wpcf7-list-item {
	margin: 0 0 1em 0;
}


/* ---------------------------- Font Definitionen ---------------------------- */
body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

main {
	letter-spacing: 0.0em;
}

h1, h1 a {
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h2, h2 a {
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h3, h3 a {
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h4, h4 a {
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

h5, h5 a {
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

h6, h6 a {
	color: #000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: #e61b76;
	text-decoration: none;
}

a:hover {
	color: #e61b76;
	text-decoration: none;
}

main a {
	color: #e61b76;
	text-decoration: none;
	font-weight: 600;
}

main a:hover {
	color: #e61b76;
	text-decoration: underline;
}


/* --------------------------- DESKTOP-ANSICHT ---------------------------- */
@media (min-width: 1568px) {
	body {font-size: 18px;}
	main {line-height: 30px;}
	h1, h1 a {font-size: 36px;}
	h2, h2 a {font-size: 30px;}
	h3, h3 a {font-size: 25px;}
	h4, h4 a {font-size: 20px;}
}

@media (min-width: 1201px) and (max-width: 1580px){
	body {font-size: 17px;}
	main {line-height: 28px;}
	h1, h1 a {font-size: 34px;}
	h2, h2 a {font-size: 28px;}
	h3, h3 a {font-size: 24px;}
	h4, h4 a {font-size: 18px;}
}

/* ---------------------------- TABLET-ANSICHT ------------------------------ */
@media (min-width: 768px) and (max-width: 1200px){
	body {font-size: 16px;}
	main {line-height: 26px;}
	h1, h1 a {font-size: 32px;}
	h2, h2 a {font-size: 26px;}
	h3, h3 a {font-size: 22px;}
	h4, h4 a {font-size: 18px;}
}

/*  -------------------------- SMARTPHONE-ANSICHT --------------------------  */
@media (max-width: 767px) {
	body {font-size: 15px;}
	main {line-height: 24px;}
	h1, h1 a {font-size: 30px;}
	h2, h2 a {font-size: 24px;}
	h3, h3 a {font-size: 20px;}
	h4, h4 a {font-size: 16px;}
}

