@charset "utf-8";
/*
Theme Name: debleu 2024
Version: Master 2 / 18.07.2024
Author: debleu.de
Author URI: https://debleu.de/
*/

/* ------------------------------------------- Reset default browser CSS --- */

html, body, main, header, footer, div, span, applet, object, iframe, figure, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

::marker {
	content: "";
	color: transparent;
}

/* -------------------------------------------------------------- Global --- */

*, *:before, *:after {
	box-sizing: border-box;
}

html {
	height: 100%;
	overflow-y: scroll;
	-webkit-tap-highlight-color: transparent;
}

body {
	position: relative;
	min-height: 100%;
	flex-direction: column;
}

#body-col-flex {
	position: relative;
	width: 100%;
	flex: 1 0 auto;
}

#main {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}

@media (min-width: 992px) {

	#main {
		padding-top: 0;
	}
}

#main:after {
	content: "";
	clear: both;
	display: table;
	table-layout: fixed;
}

article {
	overflow: hidden;
}
#footer {
	margin-top: auto;
	flex-shrink: 0;
}
/* #page-title {
	padding-top: 30px;
} */
#page-title h1 {
	padding-bottom: 0;
}
.size-1920 {
	max-width: 1920px;
	margin: 0 auto;
}
.pb-gallery-items.size-1920  {
	padding-right: 5px;
	padding-left: 5px;
}
.size-860 {
	max-width: 860px;
}
.size-1360, .content-width {
	position: relative;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1360px;
}
@media (min-width: 600px) {
	.size-1360, .content-width {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/*  ------------------------------------------- Browser Scrollbar --- */

/* width */
body::-webkit-scrollbar {
	width: 8px;
}

/* Track */
body::-webkit-scrollbar-track {
	background: hsl(0, 0%, 0%)
}

/* Handle */
body::-webkit-scrollbar-thumb {
	background: hsl(0, 0%, 55%)
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
	background: hsl(0, 0%, 65%)
}

/*  --------------------------------------------------------- Typography --- */
html {
	font-size: 62.5%;
}
body, button, input, select, textarea, p, em, i, b, strong, h1, h2, h3, h4, h5, h6,
.company-name, .company-subline, .pb-teaser-text-wrap h2, #topnavi li a, #contact-head-block h2, .page-title {
	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	-webkit-text-size-adjust: none;
			text-size-adjust: none;
}
p {
	word-wrap: break-word;
	padding-bottom: 10px;
}
em, i {
	font-style: italic;
}
h1, h2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
h1:first-of-type{
	padding-top: 0;
}
h3, h4, h5, h6 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pb-text .block-text.text-1 h2:first-of-type,
.pb-text .block-text.text-1 h3:first-of-type {
	padding-top: 0;
}
.pb-text .block-text.text-1 p + h2:first-of-type { /* if there is no h2 on top */
	padding-top: 15px;
}
.pb-text .block-text.text-2 h2:first-of-type {
	padding-top: 15px;
}
.pb-text .block-text.text-2 h3:first-of-type {
	padding-top: 10px;
}
@media (min-width: 700px) {
	.pb-text .block-text.text-2 h2:first-of-type,
	.pb-text .block-text.text-2 h3:first-of-type {
		padding-top: 0;
	}
}

a {
	color: var(--clr-typo);
}

a:hover, a:active {
	color: var(--clr-typo-hover);
	text-decoration-color: #f07400;
	outline: none;
}

/* --------------------------------------------------------------- Icons --- */
svg.icon-back {
	height: 32px;
	stroke: #464543;
	stroke-width: 18px;
	fill: none;
}
svg.icon-back:hover { 
	stroke: red; 
}

svg.icon-phone { 
	fill: #4e4e4e; 
}
svg.icon-phone:hover { 
	fill: #000; 
}

#social-box a .social-icon .social-bg,
#social-box a:hover .social-icon  .social-fg  {
	fill: #252525;
	transition: fill 0.3s;
}
#social-box a .social-icon .social-fg,
#social-box a:hover .social-icon .social-bg  { 
	fill: #fff; 
}
/* ------------------------------------------------------------- Buttons --- */
a.read-more {
	display: block;
	text-align: left;
}
a.button {
	text-align: center;
	padding: 9px 30px;
	display: block;
	margin: 20px 0 0 0;
	text-decoration: none;
	background-color: #d6d4dd;
	/*font-size: 23px;*/
	font-size: 2.3rem;
	line-height: 1.2;
	width: 100%;
	color: #000;
	transition: background-color 100ms, color 300ms;
}
a.button:hover, a.button:active {
	background-color: #1b1639;
	color: #fff;
	outline: 0;
}
input.wpcf7-submit {
	background-color: #d8d7d0;
	color: #271a31;
	transition: background-color 100ms, color 300ms;
}
input.wpcf7-submit:hover {
	background-color: #464543;
	color: #fff;
}

/* ----------------------------------------------- Go back --- */

.go-back {
	margin: 30px 20px 30px 20px;
}

.go-back .border-top {
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #0056d0 40%, #0056d0 60%, transparent 100%);
}

.go-back a.back {
	clear: both;
	display: flex;
	text-decoration: none;
	justify-content: center;
	background-color: #0056d0;
	color: #fff;
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 1px;
	border-radius: 0 0 6px 6px;
}

@media (min-width: 768px) AND (min-height: 768px) {

	.go-back {
		margin: 30px 80px 30px 30px;
	}
}

/* ---------------------------------------------------------- Text Anker --- */
a.anker {
	width: 1%;
}
/* ---------------------------------------------------------- Accordions --- */
.accordion {
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	height: 25px;
}
.accordion::before {
	content: "» mehr lesen";
	position: absolute;
	left: 0;
}
.accordion.active::before {
	content: "«";
	position: absolute;
}
.panel {
	display: none;
	padding-left: 25px;
}
/* ---------------------------------------------- Hoch- und Tiefstellung --- */
sub, sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; 
}
sub {
	bottom: -0.25rem; 
}
sup {
	top: -0.8em;
	padding-left: 0.2rem;
	padding-right: 0.1rem;
}
/* --------------------------------------------------------------- Align --- */
.hcenter {
	text-align: center;
}
/* -------------------------------------------------------------- Tables --- */
table {
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}
th, td {
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	vertical-align: top;
}
.table-scrollable {
width: 100%;
overflow-y: auto;
margin: 0 0 10px 0;
}
.table-scrollable::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
/* ----------------------------------------------------- Fade-in content --- */
@-webkit-keyframes fadein {
	0% { opacity:0; }
	40% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadein {
	0% { opacity:0; }
	40% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadein {
	0% { opacity:0; }
	40% { opacity:0; }
	100% { opacity:1; }
}
#main {
	animation: 1s ease 0s normal forwards 1 fadein;
}
/* ----------------------------------------------- Move content slide up --- */
@-webkit-keyframes slideUp {
0% {
	transform: translate3d(0, 50px, 0);
	visibility: visible;
	opacity:0; 
}
100% {
	transform: translate3d(0, 0, 0);
	opacity:1; 
}
}
@-moz-keyframes slideUp {
0% {
	transform: translate3d(0, 50px, 0);
	visibility: visible;
	opacity:0; 
}
100% {
	transform: translate3d(0, 0, 0);
	opacity:1; 
}
}
@keyframes slideUp {
0% {
	transform: translate3d(0, 50px, 0);
	visibility: visible;
	opacity:0; 
}
100% {
	transform: translate3d(0, 0, 0);
	opacity:1; 
}
}
#row-1 {
	animation-duration: 1s;
	animation-fill-mode: both;

	animation-name: slideUp;
	animation-delay: 0.5s;
}
/* ------------------------------------- Content slide in if in viewport --- */
.slidein {
	transition: 0.45s ease-out;
}
.slidein.is-outside {
	transform: translateY(120px);
	opacity: 0;
	transition: none;
	animation: none;
}
.slidein:nth-child(2) { transition-delay: 0.1s; }
.slidein:nth-child(3) {	transition-delay: 0.15s; }
.slidein:nth-child(4) {	transition-delay: 0.2s; }
.slidein:nth-child(5) {	transition-delay: 0.25s; }
.slidein:nth-child(6) {	transition-delay: 0.3s; }
.slidein:nth-child(7) {	transition-delay: 0.35s; }
.slidein:nth-child(8) {	transition-delay: 0.4s; }
.slidein:nth-child(9) {	transition-delay: 0.45s; }
.slidein:nth-child(10) { transition-delay: 0.5s; }
.slidein:nth-child(11) { transition-delay: 0.55s; }
.slidein:nth-child(12) { transition-delay: 0.6s; }

[data-scroll].is-outside {
	transition: none;
	animation: none;
}
/* ------------------------------------------------------------- Flexbox --- */
.flex, #topnavi ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
		-ms-flex-pack: justify;
	
	justify-content: flex-start;
}
.flex-vcenter {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.flex-hcenter {
	justify-content: center;
}
.flex-around {
	justify-content: space-around;
}
.flex-end {
	justify-content: flex-end;
}
.flex-between {
	justify-content: space-between;
}
.flex-wrap {
	flex-wrap: wrap;
}
/* -------------------------------------------------------------- Images --- */
figure {
	position: relative;
	overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

figure,
.res-iframe iframe,
.pb-teaser-img, 
.pb-cards .card, 
.pb-news-block, 
.pb-teaser .wrap, 
.pb-teaser-text-wrap,
.pb-teaser.black-teaser .darken,
.pb-news-block a,
.pb-teaser-with-text-link .pb-teaser .wrap a {
	border-radius: 40px 0 60px;
}

figure,
.ws-calendar,
.res-iframe iframe,
.app-store img,
.pb-news-block a,
.pb-teaser-with-text-link .pb-teaser .wrap a,
a.button-small {
	box-shadow: 0px 3px 6px #23232236;
}

figure.logo-big,
#topimage figure,
.pb-teaser-with-overlay figure {
	box-shadow: none;
	border-radius: 0;
}

/* .pb-teaser figure, .pb-cards .card, .pb-image figure, .pb-text-and-image figure {
	box-shadow: 0px 3px 6px #23232236;
} */

/* .block-img figure, .pb-teaser figure, .pb-news-block figure, .pb-text.text-col3 figure, .res-iframe iframe, .gallery-item figure {
	clip-path: polygon(92% 0, 100% 14%, 100% 100%, 4% 100%, 0 94%, 0% 0%);
	border-radius: 8px;
} */

/* .block-img figure, .pb-teaser figure, .pb-news-block figure, .pb-text.text-col3 figure, .res-iframe iframe, .gallery-item figure {
	border-radius: 8px 0 8px 0;
	overflow: hidden;
} */

/* .block-img figure::after, 
.pb-teaser figure::after, 
.pb-news-block figure::after, 
.pb-text.text-col3 figure::after, 
.res-iframe iframe::after, 
.gallery-item figure::after, 
.block-img figure::before, 
.pb-teaser figure::before, 
.pb-news-block figure::before, 
.pb-text.text-col3 figure::before, 
.res-iframe iframe::before, 
.gallery-item figure::before {
	content: "";
	right: 0;
	position: absolute;
	margin: -55px;
	width: 60px;
	height: 60px;
	transform: rotate(45deg);
	box-shadow: 0 0 0 50px #ffffff;
} */

/* .block-img figure::after, 
.pb-teaser figure::after, 
.pb-news-block figure::after, 
.pb-text.text-col3 figure::after, 
.res-iframe iframe::after, 
.gallery-item figure::after {
	left: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	margin: -50px;
} */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
		@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.wp-caption {
	max-width: 100% !important;
	width: auto !important;
	margin: 30px 0;
}
.wp-caption .size-thumbnail {
	margin: 7px 30px 0 0;
}
.wp-caption img {
	margin: 0;
}
.wp-caption-text {
	font-size: 95%;
	color: #797979;
	line-height: 1.3;
	margin: 5px 0 0 0;
}
/* ------------------------------------------------------------ Topimage --- */
@-webkit-keyframes fadeinhead {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeinhead {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeinhead {
	0% { opacity:0; }
	100% { opacity:1; }
}
#topimage {
	animation: 2s ease 0s normal forwards 1 fadeinhead;
	position: relative;
	width: 100%;
	/* overflow: hidden; */
	padding-top: 50px;
}
#topimage .topimage {
	width: 100%;
}
#topimage .topimage img {
	height: auto;
	width: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	align-self: center;
}
#header + #main {
	margin-top: 160px;
}
#header + #main article #page-title {
	margin-top: 0;
}

@media (min-width: 768px) and (min-height: 768px) {
	
	#topimage {
		padding-top: 0;
	}
}

@media (min-width: 1360px) {

	#topimage .topimage img {
		width: 1920px;
	}
}

#topimage .size-content { /* --- from ACF topimage width --- */
	max-width: 1300px;
	margin: 0 auto;
}
#topimage figure, #swiper figure {
	position: relative;
	overflow: hidden;
}

/*	---------------------------------------------------------- Slideshow --- */
.pb-slideshow {
	overflow: hidden!important;
	position: relative;
}
.pb-slideshow header h2 {
	/*font-size: 22px;*/
	font-size: 2.2rem;
	padding-bottom: 30px;
	padding-top: 0;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-slide .wrap {
	cursor: grab;
}
.swiper-button-next,
.swiper-button-prev {
	display: none;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 4px;
}
.pb-slideshow .swiper-button-next, .pb-slideshow .swiper-button-prev {
	color: rgb(0 0 0 / 50%);
}
.slide-copy {
	padding: 15px;
	width: 100%;
}
.slide-img {
	text-align: center;
	width: 100%;
}
.slide-img a {
	cursor: zoom-in;
}
.swiper-pagination {
	position: relative;
}
.swiper-pagination-bullet-active {
	background-color: #868686;
}
.pb-slideshow-images .swiper-container.size-1360 {
	max-width: 1300px;
	padding-right: 0;
	padding-left: 0;
}
.swiper-navigation {
	text-align: center;
	height: 50px;
}
.pb-row .swiper-button-prev, .pb-row .swiper-button-next {
	position: relative;
	min-width: 120px;
	display: inline-block;
	left: inherit;
	right: inherit;
	top: 15px;
	height: 30px;
}
.swiper-button-prev {
	left: 30px;
}
.swiper-button-next {
	right: 20px;
}
.pb-row .swiper-pagination {
	display: inline-block;
	top: 10px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	/*font-size: 30px;*/
	font-size: 3rem;
	color: rgb(255 255 255 / 65%);
}
.pb-row .swiper-button-next:after, .pb-row .swiper-button-prev:after {
	/*font-size: 20px;*/
	font-size: 2rem;
	color: #636363;
}
@media (min-width: 500px) {
	.swiper-button-next, .swiper-button-prev {
		display: block;
		color: rgb(255 255 255 / 50%);
	}
}
@media (min-width: 980px) {
	.slide-copy {
		width: calc(50% - 80px);
		padding: 40px 40px 30px 40px;
	}
	.slide-img {
		width: 50%;
	}
	.slide-copy.order-first, .slide-img.order-first {
		order: 1;
	}
	.slide-copy.order-second, .slide-img.order-second {
		order: 2;
	}
}
@media (min-width: 1920px) {
	.pb-slideshow-images .size-1920 .swiper-button-next {
		right: 10px;
	}
	.pb-slideshow-images .size-1920 .swiper-button-prev {
		left: 10px;
	}
}
/*-------------------------------------------------------- Slider content ---*/
.slider-content.fade.outside {
	display: block;
}
.slider-content.fade {
	display: none;
}
.fade .swiper-slide .slider-content {
	opacity: 0;
}
.fade .swiper-slide.swiper-slide-active .slider-content {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 1000ms;
}
.slider-content {
	background-color: #ededed;
	padding: 20px;
}
@media (min-width: 600px) {
	.slider-content {
		padding: 30px;
	}
}
.slider-content a {
	text-decoration: none;
}
.slider-content h1 {
	padding-top: 0;
}
.slider-content .readmore {
	/*font-size: 14px;*/
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
}
.slider-content .readmore span {
	font-weight: normal;
}
.slider-content-arrows {
	top: 40%;
}
@media (min-width: 800px) {
	.slider-content.fade.outside {
		display: none;
	}
	.slider-content.fade {
		display: block;
	}
	.slider-content {
		display: block;
		position: absolute;
		max-width: 440px;
		left: 0;
		bottom: 40px;
		padding: 20px 30px 10px 100px;
	}
	.slider-content-arrows {
		top: 50%;
	}
}
/*-------------------------------------------------------------- kenburns ---*/
@-webkit-keyframes kenburns {
	0% { transform:  scale(1, 1); }
	50% { transform: scale(1.13, 1.13); }
	100% { transform: scale(1, 1); }
}
@-moz-keyframes kenburns {
	0% { transform:  scale(1, 1); }
	50% { transform: scale(1.13, 1.13); }
	100% { transform: scale(1, 1); }
}
@keyframes kenburns {
	0% { transform: scale(1, 1); }
	50% { transform: scale(1.13, 1.13); }
	100% { transform: scale(1, 1); }
}
.kenburns {
	transform-origin: 50% 50% 0px;
	animation: 40s linear 0s normal forwards 1 kenburns;
}
/* ------------------------------------------------ WF Magnific Lightbox --- */
img.mfp-img {
	opacity:0;
	animation: fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: 1s;
}
.mfp-bg {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.mfp-bottom-bar {
	padding: 4px 0 0 0;
}
.mfp-counter {
	top: 6px;
	right: 0;
}
.mfp-title, .mfp-description {
	/*font-size: 15px;*/
	font-size: 1.5rem;
	line-height: 1.4;
	padding-right: 60px;
	padding-bottom: 5px;
	color: #b3b3b3; 
}
.mfp-description {
	padding-bottom: 20px;    
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
display: none;
} 
.mfp-arrow {
	width: 100px;
	height: 60px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-left:before, .mfp-arrow-left .mfp-a {
	content: "";	
	background-repeat: no-repeat;
	border: 0;
	display: block;
	width: 60px;
	height: 60px;
	margin: 60px 0 0 20px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22next%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20680.3%20680.3%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M226.8%2098.5l226.7%20229.2L226.8%20552%22/%3E%0D%0A%3C/svg%3E%0D%0A');
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-a {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20680.3%20680.3%22%3E%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M453.5%20552L226.8%20322.8%20453.5%2098.5%22/%3E%0A%3C/svg%3E%0A');
}
/* 
-------------------------------------------------------- Breadcrumb Navi --- */
/* #breadcrumb {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
	margin: 0 0 10px 0;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #666;
} */
/* ------------------------------------------------------------ 404 Page --- */
#error-site {
	text-align: center;
	background-image: url(assets/images/oops-wBG.svg);
	/*background-image: url(images/oops-sBG.svg);*/
	background-repeat: no-repeat;
	background-position: top center;
	margin: 200px 0 100px 0;
}
#error-site .error-404-headline {
	/*font-size: 30px;*/
	font-size: 3rem;
	font-weight: bold;
	line-height: inherit;
	margin: 0;
	color: #949494;
}
#error-site .error-404-headline strong {
	display: block;
	/*font-size: 100px;*/
	font-size: 10rem;
	color: #717171;
	height: 123px;
}
#error-site .error-404-subline {
	font-weight: 400;
	color: #000;
	padding: 20px 0 80px 0;
	margin: 0;
}
/* -------------------------------------------------- iFrames responsive --- */
.res-iframe, .res-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.res-iframe {
	padding-bottom: 56.25%;
}
.res-video {
	padding-bottom: 56.25%;
}
.res-iframe iframe, .res-video video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*  ------------------------------------------------------------- Header --- */

#header {
	position: relative;
}
#head {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/* ------------------------------------------------------ Subnavi on Page--- */

#subnavi {
	position: relative;
	padding-bottom: 40px;
}
#subnavi .subnavi {
	position: relative;
	border: 1px solid #e2e0dc;
	padding: 10px 10px 10px 20px;
	border-top: 0 none;
	cursor: pointer;
}
#subnavi .subnavi p {
	padding: 0;
}
#subnavi .subnavi .icon-close, 
#subnavi .subnavi .icon-open {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 14px;
	width: 20px;
	display: none;
}
#subnavi .subnavi .icon-close svg.sub-icon-close, 
#subnavi .subnavi .icon-open svg.sub-icon-open {
	stroke: #333232;
	fill: transparent;
	stroke-width: 16;
}
#subnavi .subnavi.open .icon-open, 
#subnavi .subnavi .icon-close,
#subnavi .subnavi-menu {
	display: none;
}
#subnavi .subnavi.open .icon-close, 
#subnavi .subnavi .icon-open {
	display: block;
}
#subnavi .subnavi-menu ul {
	padding: 0 0 0 20px;
	border: 1px solid #e2e0dc;
	border-top: 0 none;
}
#subnavi .subnavi-menu ul li {
	display: block;
	border-bottom: 1px solid #e2e0dc;
	opacity: 1;
	padding: 14px 0;
	margin-right: 25px;
}
#subnavi .subnavi-menu ul li:last-of-type {
	border-bottom: 0 none;
	margin-right: 0;
}
#subnavi .subnavi-menu ul li a {
	text-decoration: none;
	color: #333;
	display: block;
}
#subnavi .subnavi-menu ul li:hover a {
	color: #000;
}
@media (min-width: 570px) {
	#subnavi .subnavi {
	display: none;
	}    
	#subnavi .subnavi-menu {
	display: block;
	}
	#subnavi .subnavi-menu ul {
		padding: 0;
		border: 0 none;
	}
	#subnavi .subnavi-menu ul li {
		display: inline-block;
		border-bottom: 0 none;
	}
}
/* ----------------------------------------------------------- CF7 Forms --- */
#custom-form {
	padding-top: 20px;
}
#custom-form h3 {
	padding-top: 30px;
}
/*------------------------------------------------------- Layout ---*/
.wpcf7-form .col-1,
.wpcf7-form .col-2 {
	width: 100%;
}
@media (min-width: 800px) { 
	.wpcf7-form .col-2 {
		width: calc((100% - 20px) / 2);
	}
}
/*------------------------------------------------------ General ---*/
.wpcf7 {
	width: 100%;
}
.wpcf7-form textarea, 
.wpcf7-form input[type=text], 
.wpcf7-form input[type=number],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio],
.wpcf7-form input[type=dropdown],
.wpcf7-form input[type=file],
.wpcf7-select {
	-webkit-appearance: none;
			appearance: none;
	-webkit-border-radius: 0;
			border-radius: 0;
	box-shadow: none;
	background: transparent;
	
	border: 2px solid #ccc;
	padding: 8px 15px;
	margin: 8px 0 12px 0;
	color: #000;
}
.wpcf7-form textarea, 
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form input[type=file] {
	width: 100%;
}
.wpcf7-form textarea::placeholder, 
.wpcf7-form input::placeholder {
	color: #ababab;
}
/* Chrome, Safari, Edge, Opera */
.wpcf7-form input::-webkit-outer-spin-button,
.wpcf7-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.wpcf7-form input[type=number] {
	text-align: center;
	padding: 8px 15px;
	margin-right: 15px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	display: inline-block;
	color: #f00;
	margin: 0 0 10px 0;
}
.wpcf7-form .label {
	display: block;
	width: 100%;
}
/*--------------------------------------------------------- Wrapper ---*/
.wpcf7-form-control-wrap  {
	display: block;
}
.number .wpcf7-form-control-wrap  {
	display: inline-block;
}
/*-------------------------------------------------------- Checkbox ---*/
.wpcf7-form .wpcf7-checkbox {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	padding-right: 20px;
}
.wpcf7-form input[type=checkbox] {
	position: relative;
	visibility: hidden;
	display: none;
}
.wpcf7-form input[type=checkbox] + span {
	position: relative;
	display: block;
	cursor: pointer;
	padding-top: 2px;
	padding-left: 45px;    
}
.wpcf7-form input[type=checkbox] + span::before {
	display: block;
	position: absolute;
	content: '';
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	background: #fff;
	border: 2px solid #ccc;
	cursor: pointer;
}
.wpcf7-form input[type=checkbox] + span::after {
	display: block;
	position: absolute;
	content: 'X';
	height: 30px;
	width: 30px;
	top: 3px;
	left: 0;
	visibility: hidden;
	/*font-size: 25px;*/
	font-size: 2.5rem;
	color: #444;
	line-height: 1;
	text-align: center;
}
.wpcf7-form input[type=checkbox]:checked + span::after {
visibility: visible;
}
.wpcf7-form .dsgvo-acceptance input[type=checkbox] + span::before {
	border: 3px solid #80d6e0;
}
/* Borlabs Cookie Banner */
input[type=checkbox] + span._brlbs-checkbox-indicator::before { 
	background: transparent;
	border: 0 none;
}
/*----------------------------------------------------------- Radio ---*/
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	padding-right: 20px;
}
.wpcf7-form .wpcf7-radio {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wpcf7-form input[type=radio] {
	position: relative;
	visibility: hidden;
	display: none;
}
.wpcf7-form input[type=radio] + span {
	position: relative;
	display: block;
	padding-left: 45px;
	cursor: pointer;
	padding-top: 2px;
}
.wpcf7-form input[type=radio] + span::before {
	display: block;
	position: absolute;
	content: '';
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	background: #fff;
	border: 2px solid #ccc;
	cursor: pointer;
}
.wpcf7-form input[type=radio] + span::after {
	display: block;
	position: absolute;
	content: 'X';
	height: 30px;
	width: 30px;
	top: 3px;
	left: 0;
	visibility: hidden;
	/*font-size: 25px;*/
	font-size: 2.5rem;
	color: #444;
	line-height: 1;
	text-align: center;
}
.wpcf7-form input[type=radio]:checked + span::after {
visibility: visible;
}
/*-------------------------------------------------------- Dropdown ---*/
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-select select,
.wpcf7-form .wpcf7-select select option {
	width: 100%;
	cursor: pointer;
}
.wpcf7-form .dropdown-label + span::before {   /* - Arrow - */
	content: '';
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #777;
	position: absolute;
	z-index: -1;
	right: 22px;
	top: 26px;
}
/*---------------------------------------------------- File upload ---*/


/*----------------------------------------------------- Acceptance ---*/
.wpcf7-form .wpcf7-acceptance {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 20px;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	padding-left: 45px;
	cursor: pointer;
	padding-top: 2px;
}
.wpcf7-form .acceptance a {
	text-decoration: underline;
}
/*----------------------------------------------------------- Quiz ---*/
@media (min-width: 500px) {
	.wpcf7-form .quiz {
		border: 1px solid #ccc;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.button-send {
		width: 50%;
	}
}
.wpcf7-form .security-quiz {
	display: inline-block;
}
.wpcf7-form .quiz-text {
	display: inline-block;
	padding: 0 0 10px 0;
}
.wpcf7-form .wpcf7-quiz-label {
	/*font-size: 18px;*/
	font-size: 1.8rem;
}
.wpcf7-form input.wpcf7-quiz {
	width: 60px!important;
	text-align: center;
	margin: 15px 15px 15px 2px;
}
/*---------------------------------------------------- Validation ---*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f70000;
}
div.wpcf7-response-output {
	width: 100%;
	text-align: center;
	padding: 5px 20px!important;
	font-weight: 700;
	margin: 20px 0!important;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/*------------------------------------------------------- Submit ---*/
input.wpcf7-submit {
	width: 100%;
	padding: 5px 0;
	cursor: pointer;
	/*font-size: 18px;*/
	font-size: 1.8rem;
	border: 0 none;
	background-color: #d4d1cc;
}

/*--------------------------------------------------------- Contact Page ---*/
h2.contact {
	padding-top: 40px;
}
@media (min-width: 800px) {
	h2.contact {
		padding-top: 8px;
	}
}
/* -------------------------------------------------------------- Footer --- */
#footer {
	position: relative;
	width: 100%;
}
#footer-content {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ccc;
}
#footer-content .footer-logo {
	display: none;
	order: 1;
}
#footer-content .company {
	margin-bottom: 30px;
	margin-right: 40px;
	order: 2;
}
#footer-content .company li {
	border: 0 none;
}
#footer-content .company ul li a {
	color: #ccc;
	text-decoration: none;
	padding-top: 10px;
	display: block;
	text-indent: 0;
	padding-left: 0;
}
#footer-content .company ul li a:hover {
	color: #fff;
}
#footer-content .company-fax {
	padding-top: 10px;
}
#footer-content .company svg.company-icon {
	fill: #ccc;
	height: 20px;
	width: 20px;
	padding-right: 5px;
	padding-top: 5px;
}
#footer-content .company .company-name {
	font-size: 150%;
	color: #fff;
}
#footer-content .company .company-subline {
	padding-bottom: 10px;
	color: #fff;
}
#footer-content .company-open-hours {
	padding-bottom: 20px;
}
#footer-content .company-open-hours p:nth-of-type(2) {
	color: #ccc;
	padding-top: 8px;
}
#footer-content .company-open-hours span {
	width: 70px;
	display: inline-block;
}
#footer-content .nav-wrap {
	order: 3;
	flex-direction: column;
}
#footer-content .footer-navi {
	flex-direction: column;
}
#footer-content .footer-navi-2 .nav-topline {
	display: none;
}
#footer-content .nav-topline {
	color: rgba(255, 255, 255, 0.5);
	/*font-size: 18px;*/
	font-size: 1.8rem;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer-content .navi ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer-content .navi ul li a::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 8px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #ADACA5;
}
#footer-content .navi ul li a {
	color: #ccc;
	text-decoration: none;
	display: inline-table;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}
#footer-content .navi ul li:hover a {
	color: #FFF;
}
#footer-content .navi ul li.current-menu-item a {
	color: #fff;
	letter-spacing: 0.05rem;
}
#social-box {
	position: relative;
	margin: 30px auto 0 auto;
	order: 3;
}
#social-box a {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 3px;
	margin-left: 5px;
}

/*------------------------------------------------------------- Copyright ---*/
#copyright {
	padding: 10px 30px 20px;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	background-color: #000;
}
#copyright a {
	font-size: 80%;
	text-decoration: none;
}
/*  -------------------------------------------------------------- DSGVO --- */
.dsgvo-mark {
	background: #4b4c4e;
	padding: 0 20px;
	margin: 10px 0 0 0;
}
.dsgvo-copy, .dsgvo-copy a {
	color: #767676;
	text-decoration: none;
	font-size: 90%;
}
/* ---------------------------------------------------- Impressum debleu --- */
h2.company {
	font-size: 3.2rem;
	padding: 0 0 10px 0;
}
h3.company-sub {
	font-size: 1.8rem;
	padding: 0 0 15px 0;
}

.debleu-logo {
	display: block;
	height: 120px;
	background-image: url(../images/debleu-Agentur-Kommunikation-Design-wBG.svg);
	background-repeat: no-repeat;
	text-decoration: none!important;
}

.debleu-copyright {
	padding-top: 20px;
}
