@charset "utf-8";
/*
Theme Name: debleu 2022
Version: Master 1.0 / 15.09.2021
Author: debleu.de
Author URI: https://debleu.de/
*/
/* ------------------------------------------- Reset default browser CSS --- */
html, body, 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 { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } html { box-sizing: border-box; overflow-y: scroll; } *, *:before, *:after { box-sizing: inherit;} article, aside, details, figcaption, figure, footer, header, main, nav, section { display: block; } figure { line-height: 0; } ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { -ms-hyphens: none; hyphens: none; quotes: none; } :focus { outline: transparent; } a { background-color: transparent; } a:hover, a:active { outline: 0; } a img { border: 0;}
/* -------------------------------------------------------------- Global --- */
html {
    height: 100%;
    -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;
}
#main:after {
    content: "";
    clear: both;
    display: table;
    table-layout: fixed;
}
article {
    overflow: hidden;
}
#footer {
    margin-top: auto;
    flex-shrink: 0;
}
#page-title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
}
@media only screen and (min-width: 600px) {
    #page-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}
#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 {
    position: relative;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1360px;
}
.size-1370 {
    position: relative;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1360px;
}
@media only screen and (min-width: 600px) {
	.size-1360 {
		padding-right: 30px;
		padding-left: 30px;
	}
    .size-1370 {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*  --------------------------------------------------------- Typography --- */
html {
    font-size: 62.5%;
}
body, button, input, select, textarea, p {
	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, 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;
}*/
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 only screen and (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 {
    text-decoration: none;
	cursor: pointer;
    background-color: transparent;
	text-decoration-thickness: 1px;
}
ol li {
    padding-bottom: 10px;
}
/* ------------------------------------------------------------- Buttons --- */
a.back {
    clear: both;
    display: inline-block;
    text-decoration: none;
    padding: 0 0 70px 0;
}
.read-more {
    padding-bottom: 0;
    margin-bottom: 10px;
    display: inline-block;
}
a.button {
    text-align: center;
    padding: 9px 30px;
    display: block;
    margin: 20px 0 0 0;
    text-decoration: none;
    font-size: 2.3rem;
    line-height: 1.2;
    width: 100%;
}
/* ---------------------------------------------------------- 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.6em;
    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: 5px;
    vertical-align: top;
}
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  /*margin: 0 0 10px 0;*/
}
.table-scrollable + p,
.table-scrollable + h2,
.table-scrollable + h3 {
    padding-top: 30px;
}
.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 on load --- */
@-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(100px);
    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 {
    
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
}
.flex-hcenter { justify-content: center; }
.flex-around { justify-content: space-around; }
.flex-end { justify-content: flex-end; }
.flex-between, #topnavi ul { justify-content: space-between; }
.flex-wrap { flex-wrap: wrap;}

/* -------------------------------------------------------------- Images --- */
figure {
    position: relative;
    overflow: hidden;
}
img, a.img {
    max-width: 100%;
    height: auto;
    width: auto; /* IE8 */
	min-width:1px; /* IE11 */
    border-style: none; /* IE10 */
}
@-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%;
}
#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 only screen and (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: 3rem;
    color: rgb(255 255 255 / 65%);
}
.pb-row .swiper-button-next:after, .pb-row .swiper-button-prev:after {
    font-size: 2rem;
    color: #636363;
}
@media only screen and (min-width: 500px) {
	.swiper-button-next, .swiper-button-prev {
		display: block;
        color: rgb(255 255 255 / 50%);
    }
}
@media only screen and (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 only screen and (min-width: 1920px) {
	.pb-slideshow-images .size-1920 .swiper-button-next {
		right: 10px;
	}
	.pb-slideshow-images .size-1920 .swiper-button-prev {
		left: 10px;
	}
}
/*---------------------------------------------- Text Overlay Slider  ---*/
.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 only screen and (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 only screen and (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 --- */
.mfp-image-holder .mfp-content {
    max-width: calc(100% - 40px);
}
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');
}
/* 
--------------------------------------------------- Yoast 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(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: 3rem;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
    color: #949494;
}
#error-site .error-404-headline strong {
    display: block;
    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, .res-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.res-iframe { padding-bottom: 56.25%; }
.res-video { padding-bottom: 56.25%; }
.res-map { padding-bottom: 36%; }

.res-iframe iframe, .res-video video, .res-map iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*  ------------------------------------------------------------- Header --- */
#header.site-header {
    position: absolute;
    width: 100%;
    z-index: 3;
	top: 0;
}

@media only screen and (min-width: 768px) {
    #header.site-header {
        position: fixed;
        transition: transform 0.4s;
    }
    .scroll-up #header { 
        top: 0; 
    }
    .scroll-down #header { 
        transform: translate3d(0, -100%, 0); 
    }
}
#head {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
/*  ------------------------------------------------------ Site Branding --- */
.site-branding {
    display: inline-block;
    position: relative;
}
/*.site-branding figure {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.site-branding figure, 
.site-branding a.text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}
.site-branding h1, .site-branding h2 {
    transition: all 0.5s ease;
}
.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0;
}
/* ------------------------------------------------------------- Topnavi --- */
#topnavi {
    position: absolute;
    right: 30px;
    bottom: 0;
    display: none;
}
#topnavi .language-switch {
    padding-left: 40px;
}
#topnavi .language-switch a {
    padding: 0 10px;
}
#topnavi .language-switch a.active {
    font-weight: bold;
}
/*#topnavi ul {
	max-width: 1300px;
	margin: 0 auto;
}*/
#topnavi li {
    margin-left: 40px;
    padding-bottom: 26px;
    cursor: pointer;
}
#topnavi li:first-of-type {
    margin-left: 0;
}
#topnavi li::after {
    content: "";
    width: 30px;
    display: block;
    margin-top: 0;
    transition: width 0.2s ease;
}
#topnavi li::after,
#topnavi li:hover::after,
#topnavi li.current-menu-item::after {
    border-bottom: 2px solid #a5a29c;
}
#topnavi li.current-menu-item::after,
#topnavi li.current-menu-parent::after {
    border-bottom: 2px solid #ff0000;
    width: 100%;
}
#topnavi li:hover::after {
    width: 100%;
}
#topnavi li:hover a {
    color: #000000;
}
#topnavi li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15rem;
    color: #3c3c3c;
}
#topnavi li.current-page-ancestor a, #topnavi li.current-menu-item a {
    color: #000;
}
/* ----------------------------------------------------- Topnavi Submenu --- */
#topnavi li ul.sub-menu {
    display: block;
    position: absolute;
	margin-left: -30px;
    margin-top: 32px;
	background-color: #fff;
    box-shadow: 0px 12px 16px 0px rgb(0 0 0 / 20%);
}
#topnavi li:last-of-type ul.sub-menu {
    right: -25px;
    min-width: 210px;
}
#topnavi li::after ul.sub-menu {
    content: none;
}
#topnavi ul.sub-menu li {
    padding: 0 30px;
	margin-left: 0;
    overflow:hidden;
    height:0;
    transition:height 200ms ease-in;
}
#topnavi .menu-item-has-children:hover ul.sub-menu li:last-of-type {
    margin-bottom: 20px;
}
#topnavi ul.sub-menu li a {
	text-transform: none;
    letter-spacing: 0.03rem;
    padding-top: 15px;
    opacity: 0;
    transition:opacity 200ms ease-in;
}
#topnavi .menu-item-has-children:hover ul.sub-menu li {
    height: 35px;
}
#topnavi .menu-item-has-children:hover ul.sub-menu li a {
    opacity: 1;
}
#topnavi ul.sub-menu li::after {
    content: "";
    width: 30px;
    display: block;
	margin-top: 0;
    transition: width 500ms ease;
}
#topnavi ul.sub-menu li::after,
#topnavi ul.sub-menu li:hover::after,
#topnavi ul.sub-menu li.current-menu-item::after {
    border-bottom: 2px solid #bda069;
}
#topnavi ul.sub-menu li:hover::after {
    width: 100%;
}
/* ------------------------------------------------------- Navi Mobile --- */
#topnavi-mobile, #topnavi-mobile .wrap {
    position: relative;
    width: 100%;
    padding: 0;
}
/*-------------------------------------------------------- Colors ---*/
#menu-open ul {
    background: #499ac7;
}
#menu-open ul li {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
#menu-open ul li a {
    color: #fff;
}
#menu-open ul li a:hover {
    color: #fff;
    background-color: #204c8a;
}
/*----------------------------------------------- Language Switch ---*/
#topnavi-mobile #menu-open .language-switch {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 17px;
    background-color: #003c77;
}
#topnavi-mobile #menu-open .language-switch a {
    /*font-size: 20px;*/
    font-size: 2rem;
    padding-right: 10px;
	color: #fff;
}
#topnavi-mobile #menu-open .language-switch span {
    color: #fff;
}
/*------------------------------------------------------ Overlay ---*/
a#nav-overlay {
    background: #000;
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: auto;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    width: 100%;
    overflow: hidden!important;
    transition: opacity 1s, visibility 1s;
}
a#nav-overlay.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.5s 0.3s, visibility 0.5s 0.3s;
}
/*------------------------------------------------------ Icons ---*/
#menuIconShow, #menuIconHide {
    position: absolute; 
    cursor: pointer;
	z-index: 5;
    height: 30px; 
    width: 30px;
	top: 50%;
	transform: translateY(-50%);
    right: 75px;
}
#menuIconShow.hide, #menuIconHide.hide {
    height: 0;
    width: 0;
}
svg.icon-menu, svg.icon-close {
    stroke: #424242;
    stroke-width: 16px;
    stroke-linecap: round;
    transition: transform .2s, opacity .2s;
    transform-origin: center center;
}
#menuIconHide.hide svg {
    transform: rotate(90deg);
}
#menuIconShow.hide svg {
    transform: rotate(-90deg);
}
/*----------------------------------------------------- Menus ---*/
.nav-to-top {
    display: block;
}
#menu-open {
    position: absolute;
    z-index: 2;
    right: 0;
	width: 100%;
}
#menu-open.hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s;
}
#menu-open.show {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 1.2s;
}
#menu-open .nav-head {
    display: block;
    padding: 30px 0 0 0;
    /*font-size: 22px;*/
    font-size: 2.2rem;
    width: 100%;
    color: #fff;
}
#menu-open ul {
    padding: 20px 20px 20px;
    width: 100%;
}
#menu-open ul li {
    position: relative;
    float: none;
    padding: 0;
    width: 100%;
}
#menu-open ul li:last-of-type {
	border-bottom: 0 none;
}
#menu-open ul li a {
    display: block;
    padding: 10px 0 10px 10px;
    /*font-size: 18px;*/
    font-size: 1.8rem;
    line-height: 1.4;
    text-decoration: none;
}
@media only screen and (min-width: 620px) {
    #menu-open {
        width: 360px;
    }
}
@media only screen and (min-width: 1320px) {
	#menu-open {
        right: 50px;
	}
	#menuIconShow, #menuIconHide {
		right: 77px; 
	}
}
/* ----------------------------------------- Submenu Mobile --- */
#menu-open ul ul.sub-menu {
    padding: 0 0 0 20px;
	display: none;
}
#menu-open ul.sub-menu li.menu-item,
#menu-open ul li.menu-item-has-children ul.sub-menu li:last-of-type a {
    border-bottom: none;
}
#menu-open ul.sub-menu li.menu-item {
    border-top: 1px solid rgb(255 255 255 / 50%);
}
#menu-open ul li ul li a:hover {
    color: #fff;
    background-color: #227caf;
}
#menu-open .sub-menu-button {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 11px 10px 0;
	border-left: 1px solid rgb(255 255 255 / 50%);
}
#menu-open li:hover .sub-menu-button {
    border-left: 1px solid #fff;
	background-color: #003c77;
}
#menu-open .sub-menu-button svg.icon-up,
#menu-open .sub-menu-button svg.icon-down {
    fill: #fff;
}
#menu-open .sub-menu-button svg.icon-up,
#menu-open .sub-menu-button.open svg.icon-down {
    display: none;
}
#menu-open .sub-menu-button.open svg.icon-up {
    display: block;
}
/* ------------------------------------------------------ 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 only screen and (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 h3 {
    padding-top: 30px;
}
/*------------------------------------------------------- Layout ---*/
.wpcf7-form .col-1,
.wpcf7-form .col-2 {
    width: 100%;
}
@media only screen and (min-width: 768px) { 
    .wpcf7-form .col-2 {
        width: calc((100% - 20px) / 2);
    }
}
.wpcf7-form .col-1.line {
    border-top: 1px solid #ccc;
    margin-top: 45px;
}
.wpcf7-form .flex {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
/*------------------------------------------------------ General ---*/
.wpcf7 {
    width: 100%;
}
.wpcf7-form textarea, 
.wpcf7-form input,
.wpcf7-form button, 
.wpcf7-select {
    -webkit-appearance: none;
       -moz-appearance: none;
			appearance: none;
    -webkit-border-radius: none;
            border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    outline: none;
    
    border: 1px solid #ccc;
    padding: 8px 15px;
    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;
}
.wpcf7-form input[type=date] {
    padding: 7px 15px;
    height: 42px;
}
/* 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 .asterisk {
    color: #FF0000;
    padding-left: 2px;
}
.wpcf7-form label {
    display: block;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 15px;
    color: #000;
}
.wpcf7-list-item label {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
}
#custom-form .wpcf7-textarea {
    min-height: 134px;
}
/*--------------------------------------------------------- Wrapper ---*/
.wpcf7-form-control-wrap {
    display: block;
}
.number .wpcf7-form-control-wrap  {
    display: inline-block;
}
/*-------------------------------------------------------- Checkbox ---*/
.wpcf7-form .checkbox .wpcf7-form-control-wrap {
    display: flex;
    min-height: 42px;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    padding: 6px 20px 6px 0;
}
.wpcf7-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    display: none;
}
.wpcf7-form input[type=checkbox] + span {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 45px;
    height: 30px;
}
.wpcf7-form input[type=checkbox] + span::before {
    display: block;
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
.wpcf7-form input[type=checkbox] + span::after {
    display: block;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 179.3 179.3' style='enable-background:new 0 0 179.3 179.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .cbx%7Bfill:none;stroke:%237e7d79;stroke-width:22;stroke-linecap:round;%7D%0A%3C/style%3E%3Cline class='cbx' x1='160.8' y1='160.8' x2='18.5' y2='18.5'/%3E%3Cline class='cbx' x1='18.5' y1='160.8' x2='160.8' y2='18.5'/%3E%3C/svg%3E");
    background-repeat:  no-repeat;
    height: 18px;
    width: 18px;
    top: 6px;
    left: 6px;
    visibility: hidden;
}
.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;
}
.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;
    height: 30px;
}
.wpcf7-form input[type=radio] + span::before {
    display: block;
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 50%;
}
.wpcf7-form input[type=radio] + span::after {
    display: block;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 179.3 179.3' style='enable-background:new 0 0 179.3 179.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .rab%7Bfill:%237e7d79;stroke:none;stroke-width:22;stroke-linecap:round;%7D%0A%3C/style%3E%3Ccircle class='rab' cx='89.6' cy='89.6' r='63'/%3E%3C/svg%3E");
    background-repeat:  no-repeat;
    height: 18px;
    width: 18px;
    top: 6px;
    left: 6px;
    visibility: hidden;
}
.wpcf7-form input[type=radio]:checked + span::after {
   visibility: visible;
}
/*-------------------------------------------------------- Dropdown ---*/
.wpcf7-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
.wpcf7-form select::-ms-expand {
  display: none;
}
.wpcf7-form select:focus::-ms-value {
  background-color: transparent;
}
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-select select,
.wpcf7-form .wpcf7-select select option {
    width: 100%;
    cursor: pointer;
}
.s-hidden {
    visibility:hidden;
    padding: 0;
    border: 0 none;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.select {
    width: 100%;
    cursor: pointer;
    position: relative;
    border: 1px solid #ccc;
    height: 42px;
    line-height: 1.3;
}
.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
}
.styledSelect:after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: 17px;
    top: 13px;
    transform: rotate(45deg);
    border-right: solid 2px #ADACA5;
    border-bottom: solid 2px #ADACA5;
    width: 12px;
    height: 12px;
}
.styledSelect.active {
    color: #ababab;
}
/*.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}*/
.dropdown ul.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    outline: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow:0 6px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 6px 10px rgba(0, 0, 0, 0.2);
    box-shadow:0 6px 10px rgba(0, 0, 0, 0.2);
}
/*.dropdown ul.options li:first-of-type {
    display: none;
}*/
.dropdown ul.options li {
    margin: 0;
    padding: 8px 15px;
}
.dropdown ul.options li::before {
    display: none;
}
.dropdown ul.options li:hover {
    background-color: #e0dcd7;
}
/*---------------------------------------------------- File upload ---*/


/*----------------------------------------------------- Acceptance ---*/
.wpcf7-form .policy .wrap {
    border: 1px solid #ccc;
    padding: 15px 15px 5px 15px;
}
.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 ---*/
.wpcf7-form .quiz {
    margin-bottom: 10px;
}
.wpcf7-form .security-quiz {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 15px;
}
.button-send {
    width: 50%;
}
.wpcf7-form .security-quiz > label {
    padding: 0;
    max-width: 110px;
}
.wpcf7-form .wpcf7-quiz-label,
.wpcf7-form input.wpcf7-quiz {
    font-size: 1.8rem;
}
.wpcf7-form input.wpcf7-quiz {
    width: 40px;
    text-align: center;
    padding: 0;
}
.wpcf7-form .security-quiz .wpcf7-not-valid-tip {
    padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .wpcf7-form .col-2.send {
        width: 100%;
    }
}
/*---------------------------------------------------- Validation ---*/
.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    color: #0081e0;
    padding-top: 5px;
}
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%;
    height: 42px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 1.8rem;
    border: 0 none;
}
/* ---------------------------------------------- debleu Content Builder --- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------ Columns & Gaps --- */

.col2, .col3, .col4, .col5, .col7 { flex-basis: 100%; flex-shrink: 1; flex-grow: 1; }

.pb-teaser, .pb-news-block {
    flex-grow: 0;
}
.gap-1 { border: 5px solid transparent; }
.gap-2 { border: 10px solid transparent; }
.gap-3 { border: 15px solid transparent; }

.gap-1-corr { margin-top: -5px }
.gap-2-corr { margin-top: -10px }
.gap-3-corr { margin-top: -15px }

.size-1360.min-gap-1 { padding-right: 15px; padding-left: 15px; }
.size-1360.min-gap-2 { padding-right: 10px; padding-left: 10px; }
.size-1360.min-gap-3 { padding-right: 5px; padding-left: 5px; }

@media only screen and (min-width: 600px) {
    
    .size-1360.min-gap-1 { padding-right: 25px; padding-left: 25px; }
    .size-1360.min-gap-2 { padding-right: 20px; padding-left: 20px; }
    .size-1360.min-gap-3 { padding-right: 15px; padding-left: 15px; }
    
    .col2, .col3, .col4, .col5, .col7 { flex-basis: 50%; }
}
@media only screen and (min-width: 768px) {
    .col3, .col5, .col7 { flex-basis: calc(100% / 3); }
    
}
@media only screen and (min-width: 1024px) {
    .col4 { flex-basis: 25%; }
    .col5 { flex-basis: 20%; }
    .col7 { flex-basis: calc(100% / 7); }
}
/* --------------------------------------------------------------- Gaps --- */
#debleu-pb { padding-bottom: 60px; }

.pb-row, .pb-row.pb-text.bg-color {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pb-row.gap-1 { margin-bottom: 30px; padding-bottom: 20px; border-left: 0; border-right: 0; }
.pb-row.gap-2 { margin-bottom: 0; padding-bottom: 10px; border-left: 0; border-right: 0; }
.pb-row.gap-3 { margin-bottom: 0; padding-bottom: 0; border-left: 0; border-right: 0; }

.pb-img + .pb-headline {
    padding-top: 40px;
}
.section-headline h1, .section-headline h2 { 
    padding-bottom: 35px;
}
.text-col2 + .text-col2 .section-headline h1 { 
    padding-bottom: 20px;
}
.pb-row.pb-text, .pb-headline h1 { 
    padding-bottom: 20px;
}
.pb-gallery { 
    padding-bottom: 10px;
}
.pb-teaser .topline + h2 {
    padding-top: 5px;
}
.pb-headline p {
    padding-bottom: 5px;
}
.block-text h2 + h3,
.block-text ul + h2,
.block-text ul + h3,
.pb-teaser h2 .pb-row.pb-text + .pb-text { 
    padding-top: 0;
}
.pb-headline {
    padding-bottom: 0;
}
.pb-row + .pb-img {
    margin-top: -4px;
    margin-bottom: -4px;
}
.pb-teaser-text-wrap h2 {
    padding-top: 20px;
    padding-bottom: 8px;
}
.block-text-col3 h2 + h3 {
    padding: 0 0 10px 0;
}
.pb-teaser .topline {
    padding: 15px 0 0 0;
}
@media only screen and (min-width: 800px) {
	.block-text-col3 h2:first-of-type {
		padding-top: 0;
	}
	.block-text-col3 .gallery + h2:first-of-type {
		padding-top: 20px;
	}
	.pb-text-2-col header h2 + .content .block-text h2 {
		padding-bottom: 0;
		margin-bottom: -10px;
	}
}
/*------------------------------------------------------------ Texte 1 Col ---*/
.pb-text.text-col1 .content h2:first-of-type,
.pb-text.text-col1 .content h3:first-of-type {
    padding-top: 0;
}
.pb-text.text-col1 .content p + h2:first-of-type,
.pb-text.text-col1 .content p + h3:first-of-type {
    padding-top: 15px;
}
/*----------------------------------------------------------- Texte 2 Cols ---*/
.pb-text.text-col2 .text-2 {
    padding-top: 0;
}
.pb-text.text-col2 + .pb-text.text-col2 header h2 {
    padding-top: 30px;
}

.pb-text .block-text.col2 {
    flex-basis: 100%;
}
@media only screen and (min-width: 700px) {
    .pb-text .block-text.col2 {
        flex-basis: 50%;
    }
    .pb-text.text-col2 .text-2 {
        padding-top: 0;
        padding-left: 15px;
    }
    .pb-text.text-col2 .text-1 {
        padding-right: 15px;
    }
}
@media only screen and (min-width: 769px) {
    .pb-text.text-col2 .text-2 {
        padding-left: 20px;
    }
    .pb-text.text-col2 .text-1 {
		padding-right: 20px;
	}
}
/*----------------------------------------------------------- Texte 3 Cols---*/
.pb-text.text-col3 p:last-of-type {
    padding-bottom: 0;
}
.block-text-col3 .gallery + .text-block {
    padding-top: 30px;
}
.pb-text.text-col3 .text-4 {
    padding-top: 15px;
}
/*---------------------------------------------- Text Colors light & dark ---*/
.text-color-light h2, .text-color-light p, .text-color-light li {
    color: rgb(255 255 255 / 0.80);
}
.text-color-light a {
    color: rgb(255 255 255 / 0.80);
	text-decoration-color: #87B4E9;
}
.text-color-light a:hover {
    color: #fff;
}
.pb-row .content.text-color-light li:before {
    content: "»";
    color: #fff;
}
/*----------------------------------------------------------------- Quota ---*/
#topimage + #main article #debleu-pb #slidein #row-1.pb-quota .content {
    padding-top: 30px;
}
.pb-quota h1, .pb-quota h2 {
    padding-bottom: 20px;
    padding-top: 0;
}
.pb-quota h1, .pb-quota h2, .pb-quota p {
    transition: all 0.3s ease;
}
/*---------------------------------------------------------- Image & Text ---*/
.content.block-text {
    padding-top: 10px;
}
.pb-text-and-image .block-text.bg-color {
    padding: 0 20px 10px 20px;
}
.pb-text-and-image .order-first { order: 1; }
.pb-text-and-image .order-second { order: 2; }
.pb-text-and-image .block-img.order-second { order: 1; }
.pb-text-and-image .block-text.order-first { order: 2; }

.content.block-text.order-second {
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    .pb-text-and-image .block-text,
    .pb-text-and-image  .block-img {
		width: 50%;
    }
	.pb-text-and-image .block-text.bg-color,
	.pb-text-and-image .block-text,
    .pb-text-and-image .block-text.bg-color.order-first  {
		padding: 20px 40px 20px 30px;
	}
	.pb-text-and-image .block-img.order-second { order: 2; }
    .pb-text-and-image .block-text.order-first { order: 1;	padding: 0 40px 20px 0;	}

    .content.block-text.bg-color h3 + p {
        padding-top: 0!important;
    }
}
/*---------------------------------------------------------- PDF Download ---*/
.pdf-download-pdf {
    width: 300px;
	margin: 0 auto;
	order: 2;
}
.pdf-download-text {
    width: 100%;
	order: 1;
	padding-bottom: 15px;
    text-align: center;
}
.pdf-download-pdf a.button {
    margin-top: 0;
	font-size: 100%;
    max-width: 300px;
	background-color: #dfddd7;
	display: flex;
    align-items: center;
	justify-content: center;
    padding: 3px 30px;
}
.pdf-download-pdf a.button:hover {
	background-color: #94918d;
	color: #fff;
}
.pb-video + .pb-pdf-download {
    padding-top: 0;
    margin-top: -30px;
}
svg.icon-pdf {
    height: 36px;
    margin-right: 15px;
}
@media only screen and (min-width: 700px) {
	.pdf-download-pdf {
		width: 300px;
		margin-right: 30px;
		order: 1;
	}
	.pdf-download-text {
		width: calc(100% - 330px);
		order: 2;
		padding-bottom: 0;
        text-align: left;
	}
}
/*------------------------------------------------------------ Nav Teaser ---*/
.pb-teaser {
    position: relative;
    overflow: hidden;
}
.pb-row.pb-teaser-with-text {
    padding-bottom: 10px;
}
.pb-teaser a {
    text-decoration: none;
	display: block;
}
.pb-teaser-img {
    position: relative;
    overflow: hidden!important;
}
.pb-teaser figure, .pb-news-block figure {
    transition: transform 0.5s;
}
.pb-teaser:hover figure, .pb-news-block:hover figure {
    transform: scale(1.075);
}
.pb-teaser-text-wrap {
    padding-right: 20px;
}
.pb-news-text-wrap h2, .pb-news .wrap h2 {
    text-transform: none;
    letter-spacing: 0;
    padding-top: 0;
}
.pb-teaser-text-wrap-color {
    padding: 0 20px 20px 20px;
}
.pb-teaser-text-wrap a, .pb-teaser-text-wrap-color a {
    text-decoration: none;
}
/*--------------------------------------------------- Nav Teaser Overlay ---*/
.pb-teaser-with-overlay.padd-1 {
    padding-bottom: 25px;
}
.pb-teaser-with-overlay.padd-2 {
    padding-bottom: 20px;
}
.pb-teaser-with-overlay.padd-3 {
    padding-bottom: 15px;
}
.pb-teaser.black-teaser .titel {
    position: absolute;
    padding: 0 20px;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pb-teaser.black-teaser .wrap {
    width: 100%;
    position: relative;
}
.pb-teaser.black-teaser:hover a .titel {
    opacity: 1;
}
.pb-teaser.black-teaser h2 {
    /*font-size: 22px;*/
    font-size: 2.2rem;
    color: #FFF;
}
.pb-teaser.black-teaser h2 span {
    position: relative;
    text-align: center;
    display: block;
    /*font-size: 60px;*/
    font-size: 6rem;
}
.pb-teaser.black-teaser h3 {
    /*font-size: 14px;*/
    font-size: 1.4rem;
    color: #FFF;
}
.pb-teaser.black-teaser .darken {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #333331;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.pb-teaser.black-teaser:hover .darken {
    opacity: 0.8;
    transition: opacity 1s ease;
}
/* ----------------------------------------------------------- Gallery --- */
.gallery a {
    cursor: zoom-in;
}
article header + #debleu-pb #row-1.pb-gallery {
    padding-top: 50px;
}
.pb-gallery + .pb-gallery h2 {
    padding-top: 40px;
}
.gallery-item {
    font-size: 0;
    overflow: hidden;
}
.gallery-item .wrap {
    height: 100%;
}
.gallery-item a {
    display: block;
	text-decoration: none;
    cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.gallery-item figure {
    overflow: hidden;
}
.gallery-item figure.img-sw img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
	
	-webkit-filter: saturate(10%);
	filter: saturate(10%);
}
.gallery-item a figure img {
    transition: all 0.5s 0s;
    transform: scale(1, 1);
}
.gallery-item:hover a figure img {
    transition: all 0.5s 0s;
    transform: scale(1.1, 1.1);
	-webkit-filter: none;
			filter: none;
}
.gallery-item .wp-caption {
    margin: 0;
    padding: 10px 15px 10px 0;
}
/*----------------------------------------------- Text 2/3 & Images 1/3 ---*/
.pb-row.pb-text-and-images {
    padding-bottom: 20px;
}
.col-with-2-3, .col-with-1-3 {
    flex-basis: 100%;
}
/*.col-with-2-3.order-first {
	order: 2;
}
.col-with-1-3.order-second {
	order: 1;
}*/
.col-with-2-3 header h2 {
    padding-top: 0;
}
.text-wrap.col-with-1-3.order-first {
    padding-bottom: 20px;
}
.text-wrap.col-with-1-3.order-second {
    padding: 20px 5px 20px 5px;
}
.text-gap-1 { padding-left: 5px; }
.text-gap-2 { padding-left: 10px; }
.text-gap-3 { padding-left: 15px; }

@media only screen and (min-width: 720px) {
	.col-with-2-3, .col-with-1-3 {
		flex-basis: calc(100% / 2);
		flex-direction: column;
	}
	.text-wrap.col-with-2-3.order-second {
        padding-left: 30px;
        padding-top: 10px;
		order: 2;
	}	
	.text-wrap.col-with-2-3.order-first {
		padding-right: 30px;
        padding-top: 10px;
		order: 1;
	}
	.text-wrap.col-with-1-3.order-first {
		padding-right: 30px;
		padding-bottom: 0;
	}
    .text-wrap.col-with-1-3.order-second {
        padding: 30px 30px 0 30px;
    }
}
@media only screen and (min-width: 980px) {
	.col-with-2-3 {
		flex-basis: calc(100% / 3 * 2);
	}
	.col-with-1-3 {
		flex-basis: calc(100% / 3);
		flex-direction: column;
	}
}
/*---------------------------------------------- Text & Icons 4 cloumns ---*/
.pb-text-and-icons .pb-tai-box {
    flex-basis: calc(100% - 1px);
    text-align: center;
    padding: 50px 30px 50px 30px;
    margin-bottom: 2px;
}
.pb-text-and-icons .pb-tai-box .wrap {
    min-height: 200px;
}
.pb-text-and-icons .pb-tai-box h2 {
    /*font-size: 32px;*/
    font-size: 3.2rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.pb-text-and-icons .pb-tai-box figure {
    padding-top: 40px;
    bottom: 0;
    width: 160px;
    margin: 0 auto;
}
@media only screen and (min-width: 640px) {
	.pb-text-and-icons .pb-tai-box {
		flex-basis: calc(50% - 1px);
		margin-right: 1px;
        flex-shrink: 1;
        flex-grow: 1;
	}
	.pb-text-and-icons .pb-tai-box:nth-of-type(n2+0) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 1280px) {
	.pb-text-and-icons .pb-tai-box {
		flex-basis: calc(25% - 1px);
	}
    .pb-text-and-icons .pb-tai-box:nth-of-type(n4+0) {
		margin-right: 0;
	}
}
/*	----------------------------------------------------- Latest News --- */
.section-headline h1.cor-2 {
    padding-bottom: 25px;
}
.section-headline h1.cor-3 {
    padding-bottom: 15px;
}
.pb-news {
    padding-bottom: 30px;
}
@media only screen and (min-width: 600px) {
    .pb-news-block.col3:nth-child(3) {
         display: none; 
    }
}
@media only screen and (min-width: 768px) {
    .pb-news-block.col3:nth-child(3) {
        display: block;
    }
}
.pb-news .bottom-line {
    width: 100%;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    height: 1px;
    background: rgb(216,215,208);
}
.min-gap-1 .pb-news .bottom-line {
    margin-left: 5px;
    margin-right: 5px;
}
.min-gap-2 .pb-news .bottom-line {
    margin-left: 10px;
    margin-right: 10px;
}
.min-gap-3 .pb-news .bottom-line {
    margin-left: 15px;
    margin-right: 15px;
}
.pb-news + .pb-image {
    padding-top: 0;
    margin-top: -30px;
}
a.news-archive-link {
    text-align: center;
    display: table;
	background-color: #d8d7d0;
    margin: auto;
    padding: 4px 30px 5px;
	transition: background-color 100ms, color 300ms;
}
a.news-archive-link:hover {
    background-color: #464543;
    color: #fff;
}
@media only screen and (min-width: 768px) {
	a.news-archive-link {
        width: calc(100% / 3);
    }
}
/*	--------------------------------------------- News Archive on Page --- */
.pb-news-block .date {
    font-size: 80%;
    padding-top: 20px;
}
.pb-news-archive .content {
    margin-bottom: 20px;
}
/* ---------------------------------------------- Pagination --- */
.page-numbers.current, a.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 1px solid #555;
    margin: 10px 5px 10px 0;
    text-decoration: none;
}
.page-numbers.current {
    border-bottom: 3px solid #555;
}
a.page-numbers:hover {
    border-bottom: 3px solid #000;
}
/*---------------------------------------------------------- Google Map ---*/
.pb-google-map {
    max-height: 480px;
}
.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%) brightness(100%) sepia(0%) hue-rotate(1deg) saturate(0%) contrast(1);
    filter: grayscale(100%) brightness(100%) sepia(0%) hue-rotate(1deg) saturate(0%) contrast(1);
}
/* ------------------------------------------------------------ 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;
}
/*----------------------------------------------------------- Go to Top ---*/
a.top {
    display: block;
    opacity: 0;
    width: 110px;
    height: 42px;
    position: fixed;
    z-index: 100;
    bottom: 80px;
    padding: 0 0 0 10px;
    right: -50px;
    border-radius: 21px;
    background-color: #EFEBE5;
    transition: background-color 0.3s ease, opacity 0.6s ease;
}
svg.icon-top {
    stroke: #464543;
    width: 32px;
    stroke-width: 18px;
    fill: none;
    padding-top: 4px;
    transition: stroke 0.3s ease;
}
a.top:hover {
    background-color: #212020;
}
a.top:hover svg.icon-top { 
    stroke: #fff; 
}
/*----------------------------------------------------------- Copyright ---*/
#copyright {
    padding: 10px 30px 20px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
#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: 32px;*/
    font-size: 3.2rem;
    padding: 0 0 10px 0;
}
h3.company-sub {
    /*font-size: 18px;*/
    font-size: 1.8rem;
    padding: 0 0 15px 0;
}
#debleu-imprint a {
    text-decoration: none;
    border: 0;
}
#debleu-logo {
    padding-bottom: 20px;
}
.debleu-logo {
    display: block;
    height: 120px;
    background-image: url(images/debleu-Agentur-Kommunikation-Design-wBG.svg);
    background-repeat: no-repeat;
}
.debleu-head {
    margin: 0 0 5px 0;
    border: none;
    padding: 0;
}
.debleu-head a {
    /*font-size: 22px;*/
    font-size: 2.2rem;
}
.debleu-logo-content {
    max-width: 400px;
    padding: 90px 0;
    margin: 30px;
}
a.debleu-text {
    padding-bottom: 20px;
    display: block;
}
.page-impressum .pb-gallery {
    padding-top: 0;
}