* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	
	font-family: Tahoma, Verdana;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px
}

.btn-pink,
section#content .blog.leistungsspektrum a {
	display: inline-block;
	background-color: #D60665;
	color: #FFFFFF;
	border: 2px solid #D60665;
	
	text-decoration: none;
	text-transform: uppercase;
	
	letter-spacing: 1px;
	font-size: 12px;
	
	height: 45px;
	line-height: 41px;
	padding: 0 30px;
	
	border-radius: 25px;
	
	transition: all 0.35s;
}

.btn-pink:hover,
section#content .blog.leistungsspektrum a:hover {
	background-color: #FFFFFF;
	color: #D60665;
	
	transition: all 0.35s;
}

.cc-window {
    z-index: 100000 !important;
}

.cc-window .cc-deny {
    display: none;
}
    
.cc-window .cc-allow {
    border-radius: 20px;
    font-weight: 100;
    padding-left: 30px;
    padding-right: 30px;
        
    margin: 0 auto;
}
    
.cc-window .cc-compliance {
    position: relative;
    display: block;
}
        
.cc-window .cc-compliance::after {
    content: 'gegen jederzeitigen Widerruf';
    display: block;
            
    margin-top: 5px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

.cc-revoke {
    display: none !important;
}

header {
	background-image: url("../images/header-bg.jpg");
	background-repeat: none;
	background-size: 100% auto;
	
	overflow: auto;
	padding: 10px 0;
}

header #logo {
	float: left;
	height: 100px;
}

header #logo img {
	height: 100px;
}

header .btn-pink {
	float: right;
	margin-top: 27.5px;
}

nav {
	background-color: #004F9F;
	text-align: center;
	
	position: relative;
}

nav ul {
	margin: 0 auto;
	list-style: none;
	
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}

nav > ul > li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
}

nav > ul > li > a {
	position: relative;
	
	height: 60px;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 10px;
}

nav > ul > li > a::before {
	display: block;
	content: '';
	border-top: 5px solid #D60665;
	transform: scaleX(0);
	transition: transform 0.35s;
	
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
}

nav > ul > li:hover > a {
	color: #D60665;
	transition: all 0.35s;
}

nav ul li.active > a::before,
nav > ul > li:hover > a::before {
	transform: scaleX(1);
	transition: transform 0.35s;
}

nav ul li:hover > ul {
	height: auto;
	visibility: visible;
	max-height: 300px;
	
	transition: max-height 1s;
}

nav ul ul {
	z-index: 1;
	height: 0;
	max-height: 0;
	overflow: hidden;
	
	position: absolute;
	left: 10px;
	width: auto;
	background-color: rgba(0,79,159,0.60);
	text-align: left;
	
	transition: max-height 0.5s;
}

nav ul ul li {
	padding: 0;
}

nav ul ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	
	padding: 10px;
	font-size: 13px;
	transition: all 0.35s;
}

nav ul ul li a:hover {
	background-color: #D60665;
	
	transition: all 0.35s;
}

nav #open-menu {
	display: none;
	
	height: 40px;
	width: 30px;
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	margin-left: 20px;
}

nav #open-menu span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
	
	transition: all 0.35s;
}

nav #open-menu span.middle {
	margin-top: 5px;
	margin-bottom: 5px;
}

nav.open #open-menu span.top {
	transform: translateY(8px) rotate(45deg);
	transition: all 0.35s;
}

nav.open #open-menu span.middle {
	opacity: 0;
    transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
    visibility: hidden;
}

nav.open #open-menu span.bottom {
	transform: translateY(-8px) rotate(-45deg);
	transition: all 0.35s;
}

section#slider {
	margin: 15px auto 50px;
}

section#slider .bx-wrapper {
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

section#slider .slider_content {
	display: none;
}

section#slider img {
	width: 100%;
}

section#slider .bx-pager {
	bottom: 0;
	padding: 20px 0;
}

section#slider .bx-pager-item {
	vertical-align: middle;
}

section#slider .bx-pager-link {
	background-color: #FFFFFF;
	border-radius: 2px;
}

section#slider .bx-pager-link.active {
	width: 15px;
	height: 15px;
}

section#content {
	color: #505050;
}

section#content p,
section#content li,
section#content label {
	font-size: 14px;
	line-height: 25px
}

section#content .article.home,
section#content .article.notdienst,
section#content .description.leistungsspektrum {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

section#content .article.home h1,
section#content .article.notdienst h1,
section#content .team h1,
section#content .description.leistungsspektrum h1 {
	font-size: 33px;
	margin: 25px 10%;
}

section#content .article.home h2,
section#content .article.notdienst h2,
section#content .description.leistungsspektrum h2 {
	font-size: 18px;
	margin: 25px 10%;
	line-height: 27px;
}

section#content .article.home a.crop {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 35%;
	overflow: hidden;
	
	margin-top: 30px;
}

section#content .article.home a.crop img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

section#content .team h1,
section#content .article.kontakt h1 {
	font-size: 33px;
	margin: 25px 25%;
	text-align: center;
}

section#content .article.kontakt h2 {
	font-size: 18px;
	margin: 25px 25%;
	line-height: 27px;
	text-align: center;
}

section#content .team .gallery_description p {
	margin: 25px 15%;
	text-align: center;
}

section#content .fullgallery.team {
	width: 70%;
	margin: 0 auto;
}

section#content .fullgallery.team > div {
	position: relative;
	width: calc((100% - 60px)/3);
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}

section#content .fullgallery.team > div::before {
    content: '';
    background-color: red;
    display: block;
    width: 0;
    padding-top: 100%;
}

section#content .fullgallery.team > div:nth-child(3n + 2) {
	margin-left: 30px;
	margin-right: 30px;
}

section#content .fullgallery.team .crop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

section#content .fullgallery.team .crop img {
	width: 100%;
}

section#content .fullgallery.team .image-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,79,159,0.60);
	border-left: 8px solid #D60665;
	text-align: center;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	min-height: 93px;
}

section#content .fullgallery.team .image-description h2 {
	font-size: 18px;
	margin: 0;
	letter-spacing: 1px;
}

section#content .fullgallery.team .image-description p {
	margin: 0;
	line-height: normal;
} 

section#content .blog.leistungsspektrum {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

section#content .blog.leistungsspektrum h1 {
	font-size: 23px;
	color: #004F9F;
}

section#content .blog.leistungsspektrum a.crop {
	padding: 0;
	background-color: #FFFFFF !important;
	border-radius: 0;
	border: none;
	
	width: calc(50% - 20px);
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}

section#content .blog.leistungsspektrum a.crop > img {
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

section#content .blog.leistungsspektrum:nth-child(even) {
	padding-left: 55%;
}

section#content .blog.leistungsspektrum:nth-child(even) .crop {
	left: 0;
}

section#content .blog.leistungsspektrum:nth-child(odd) {
	padding-right: 50%;
	padding-left: 5%;
}

section#content .blog.leistungsspektrum:nth-child(odd) .crop {
	right: 0;
}

section#content .article.kontakt {
	overflow: auto;
}

section#content .article.kontakt .responsive-iframe {
	position: relative;
	width: 50%;
	padding-bottom: 35%;
	height: 0;
	float: right;
}

section#content .article.kontakt .responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

section#content .article.footer a,
section#content .article.kontakt a,
section#content .dsgvo-field a {
	color: #004F9F;
	text-decoration: none;
	transition: all 0.35s;
}

section#content .article.footer a:hover,
section#content .article.kontakt a:hover,
section#content .dsgvo-field a:hover {
	color: #D60665;
	transition: all 0.35s;
}

section#content #kontakt-image a.crop {
	display: block;
	width: 100%;
	padding-top: 35%;
	position: relative;
	overflow: hidden;
}

section#content #kontakt-image a.crop img {
	position: absolute;
	width: 100%;
	bottom: 0;
}

section#content #formular-headline {
	margin-top: 30px;
	margin-bottom: 0;
	
	font-size: 23px;
	color: #004F9F;
}

section#content #formular span {
	font-size: 14px;
	line-height: 45px;
	float: left;
	margin-top: 20px;
}

section#content #formular {
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: auto;
}

section#content #formular .input-field {
	float: left;
	width: calc(50% - 10px);
	margin-top: 20px;
}

section#content #formular .input-field:nth-child(odd) {
	margin-right: 10px;
}

section#content #formular .input-field:nth-child(even) {
	margin-left: 10px;
}

section#content #formular .textarea-field {
	width: 100%;
	padding-top: 20px;
	clear: both;
}

section#content #formular .input-field input {
	display: block;
	width: 100%;
	padding: 10px;
	border: 2px solid #004F9F;
	margin-top: 10px;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

section#content #formular .input-field input.highlight,
section#content #formular .textarea-field textarea.highlight {
	border: 2px solid red;
	
}

section#content #formular .textarea-field textarea {
	display: block;
	width: 100%;
	resize: none;
	height: 150px;
	padding: 10px;
	border: 2px solid #004F9F;
	margin-top: 10px;
	font: inherit;
	font-size: 11px;
}

section#content #formular input[type=button] {
	cursor: pointer;
	margin-top: 20px;
	float: right;
	-webkit-appearance: none;
	appearance: none;
}

section#content #formular .dsgvo-field {
	margin-top: 10px;
	margin-bottom: 10px;
}

section#content #formular .dsgvo-field.highlight {
	color: red;
}

section#logo-slider {
	background-color: #FCFCFC;
	box-shadow: 0px 0px 15px 0px rgba(162,162,162,0.45);
	height: 200px;
	margin: 70px 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

section#logo-slider .bx-wrapper {
	width: 100%;
	box-shadow: none;
	border: none;
	background-color: transparent;
	margin: 0;
}

section#logo-slider ul {
	margin: 0;
}

section#logo-slider .blog {
	height: 150px;
}

section#logo-slider .blog h1 {
	display: none;
}


section#logo-slider .blog img {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	max-height: 90%;
}

#notdienst {
	width: 60%;
	background-color: #D60665;
	padding: 20px 20px 20px 150px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 70px;
	
	display: inline-block;
	vertical-align: middle;
	
	background-image: url("../images/bg-notdienst.png");
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: left 20px center;
}

#notdienst h1 {
	margin: 0;
	text-transform: uppercase;
}

#notdienst p {
	margin: 0;
}

#logo-bottom {
	display: inline-block;
	vertical-align: middle;
	width: calc(40% - 70px);
}

#logo-bottom img {
	width: 100%;
}

footer {
	background-color: #004F9F;
	color: #FFFFFF;
	border-top: 5px solid #D60665;
	
	margin-top: 70px;
	padding-top: 20px;
	
	position: relative;
}

footer .column {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding-top: 30px;
}

footer p {
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
	
	transition: all 0.35s;
}

footer a:hover {
	opacity: 0.7;
	transition: all 0.35s;
}

footer #oeffnungszeiten {
	background-color: #D60665;
	float: right;
	position: relative;
	top: -72px;
	width: calc(40% - 70px);
	text-align: center;
	padding-bottom: 40px;
}

footer #oeffnungszeiten h1 {
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 10px 20px;
	border-bottom: 5px solid #FFFFFF;
}

footer #oeffnungszeiten p {
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

footer .footer-bottom {
	display: block;
	clear: both;
	text-align: center;
	padding-bottom: 20px;
}

footer .footer-bottom a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	
	transition: all 0.35s;
}

footer .footer-bottom a:hover {
	opacity: 0.7;
	transition: all 0.35s;
}

@media(max-width: 1199px) {
	
}

@media(max-width: 991px) {
	
	section#content .fullgallery.team {
		width: 80%;
	}
	
	#notdienst {
		margin-right: 30px;
	}
	
	#logo-bottom {
		width: calc(40% - 30px);
	}
	
	footer .column {
		width: 60%;
		padding-right: 15%;
	}
	
	footer .meisterbetrieb {
		position: absolute;
		top: 50px;
		left: 50%;
		width: 10%;
	}
	
	footer  #oeffnungszeiten {
		top: -163px;
		width: calc(40% - 30px);
		margin-bottom: -100px;
	}
	
}

@media(max-width: 767px) {
	
	nav > ul {
		display: none;
	}
	
	nav > #open-menu {
		display: block;
	}
	
	nav.open > ul {
		border-top: 3px solid #D60665;
		display: block;
		
		position: absolute;
		z-index: 2;
		background-color: #004F9F;
	}
	
	nav.open > ul li {
		display: block;
	}
	
	nav.open > ul li a {
		padding: 10px 20px;
		height: auto;
	}
	
	nav.open > ul li a::before {
		display: none;
	}
	
	section#content .article.home, 
	section#content .article.notdienst, 
	section#content .description.leistungsspektrum {
		width: 100%;
	}
	
	section#content .article.home h1, 
	section#content .article.notdienst h1, 
	section#content .team h1, 
	section#content .description.leistungsspektrum h1 {
		font-size: 25px;
		margin: 15px;
	}
	
	section#content .article.home h2, 
	section#content .article.notdienst h2, 
	section#content .description.leistungsspektrum h2 {
		font-size: 16px;
		margin: 15px;
	}
	
	section#content .blog.leistungsspektrum {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	section#content .blog.leistungsspektrum h1 {
		margin-top: 0;
	}
	
	section#content .blog.leistungsspektrum a.crop {
		width: 100%;
		padding-top: 30%;
		position: relative;
		overflow: hidden;
	}
	
	section#content .blog.leistungsspektrum a.crop img {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}
	
	section#content .team .gallery_description p {
		margin: 25px 0;
	}
	
	section#content .fullgallery.team {
		width: 100%;
	}
	
	section#content .fullgallery.team > div {
		width: calc((100% - 20px)/2);
		margin: 0 0 20px 0 !important;
	}
	
	section#content .fullgallery.team > div:nth-child(odd) {
		margin-right: 20px !important;
	}
	
	section#content .article.kontakt .responsive-iframe {
		float: none;
		width: 100%;
		padding-bottom: 50%;
		margin-bottom: 20px;
	}
	
	section#content #formular .input-field {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100%;
	}
	
	#notdienst {
		width: 100%;
		margin-right: 0;
	}
	
	#logo-bottom {
		display: none;
	}
	
	footer .column {
		width: 100%;
		padding-right: 15%;
	} 
	
	footer .meisterbetrieb {
		right: 20px;
		left: auto;
	}
	
	footer #oeffnungszeiten {
		top: 0;
		width: 100%;
		
		margin-top: 30px;
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	
	footer #oeffnungszeiten h1 {
		border-bottom: 2px solid #FFF;
		margin-bottom: 10px;
		font-size: 25px;
	}
	
}

@media(max-width: 575px) {

	header {
		text-align: center;
	}
	
	header #logo {
		width: 100%;
		float: none;
		display: block;
	}
	
	header .btn-pink {
		float: none;
		margin-top: 10px;
	}
	
	#notdienst {
		background-image: none;
		padding: 20px;
	}
	
}
