@charset "utf-8";
/*
Theme Name: debleu 2024 v1.0
Version: Master 1.0 / 24.02.2024
Author: debleu.de
Author URI: https://debleu.de/
*/

/* ------------------------------------------------ Admin Info --- */

.admin-info {
	position: absolute;
	display: none;
	/* display: block; */
	text-align: left;
	left: 40px;
	width: 300px;
	top: 0;
	z-index: 1000;
	border-top: 1px solid #ccc;
	padding: 10px 20px 10px 0;
}

/*.pb-image .admin-info,
.pb-slideshow-images .admin-info,
.pb-slideshow-with-text .admin-info {
	background-color: hsl(0deg 0% 100% / 70%);
}*/

.text-color-light .admin-info {
	color: #fff;
}

/* ------------------------------------------------ Global --- */
.pb-row {
	position: relative;
}
.pb-row .bg-color {
	padding-top: 50px;
	padding-bottom: 50px;
}
/* if has background-color plus topline and Headline */
.pb-row .bg-color-padd-bot-1 {
	padding-bottom: 90px;
}
.pb-row.pb-teaser-with-text .bg-color-padd-bot-1 {
	padding-bottom: 150px;
}
/* if has background-color and only headline */
.pb-row .bg-color-padd-bot-2 {
	padding-bottom: 118px;
}
.pb-row.pb-slideshow-images .bg-color-padd-bot-2 {
	padding-bottom: 68px;
}

#topimage {
	background: rgba(0, 28, 99, 1);
	background: linear-gradient(90deg, rgba(50, 93, 200, 1) 0%, rgba(0, 28, 99, 1) 20%, rgba(0, 28, 99, 1) 80%, rgba(50, 93, 200, 1) 100%);
}

.pb-teaser, 
.pb-news-block,
.pb-cards .card,
.pb-image figure,
.pb-text-and-image figure {
	margin-bottom: 0;
	background-color: #fff;
}

.topimage,
.pb-teaser, 
.pb-news-block,
.pb-teaser figure,
.pb-teaser-img figure,
.pb-cards .card,
.pb-cards .image-block figure,
.pb-image figure,
.pb-text-and-image figure {
	box-shadow: 0px 3px 6px 1px #23232236;
}

.pb-cards .card,
.pb-news-block,
.pb-teaser,
.pb-image figure,
.pb-text-and-image figure,
.pb-teaser-text-wrap {
	border-radius: 40px 0 60px;
}

.pb-teaser figure,
.pb-news-block .pb-teaser-img figure,
.pb-cards .cards figure {
	border-radius: 20px 0 40px;
}

.pb-row .bg-color {
	border-radius: 60px 0 80px;
}

.pb-cards .bg-color {
	border-radius: 0;
}

.pb-text-and-image .block-img {
	/* margin-top: 40px; */
	margin-bottom: 20px;
}

.topimage::after,
.image-block::after,
.block-img::after,
.pb-teaser-img::after {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	width: calc(100% + 2px);
	height: calc(100% + 5px);
	padding: 2px;
	background-color: #e60000;
	transform: skewX(-4deg) rotate(-1.5deg);
	border-radius: 30px 0 60px 0;
	box-shadow: 0px 3px 6px 1px #23232236;
}

.topimage::after {
	width: calc(100% + 20px);
	height: calc(100% + 12px);
	transform: skewX(-4deg) rotate(-0.7deg);
	box-shadow: none;
	border-radius: 0;
}

#topimage figure,
.image-block figure,
.block-img figure,
.pb-teaser-img figure,
.pb-text-and-image figure {
	z-index: 1;
}

.pb-cards.cards-series-logos .card .image-block::after {
	content: none;
}

.section-headline.text-center {
	text-align: center;
}
.pb-text p:last-of-type,
.block-text p:last-of-type {
	padding-bottom: 0;
}
.pb-text p:last-of-type + ul,
.block-text p:last-of-type + ul {
	padding-top: 10px;
}
/* .pb-row.bgc-padd + .pb-row.bgc-padd .bg-color {
	padding-top: 0;
} */
.pb-row.pb-header.bgc-padd .bg-color {
	padding-top: 50px!important;
}

/* ----------------------------- Section gaps top + bottom --- */
:root {
	--pad-top-mobile:  25px;
	--pad-bot-mobile:  25px;
	--pad-top-desktop: 50px;
	--pad-bot-desktop: 50px;
}
.pb-row.top-0 { padding-top: 0; } 
.pb-row.bot-0 { padding-bottom: 0; }
.pb-row.top-10 { padding-top: 5px; } 
.pb-row.bot-10 { padding-bottom: 5px; }
.pb-row.top-20 { padding-top: 10px; } 
.pb-row.bot-20 { padding-bottom: 10px; }
.pb-row.top-30 { padding-top: 15px; } 
.pb-row.bot-30 { padding-bottom: 15px; }
.pb-row.top-40 { padding-top: 20px; } 
.pb-row.bot-40 { padding-bottom: 20px; }
.pb-row.top-50 { padding-top: 25px; } 
.pb-row.bot-50 { padding-bottom: 25px; }
.pb-row.top-60 { padding-top: 30px; } 
.pb-row.bot-60 { padding-bottom: 30px; }
.pb-row.top-70 { padding-top: 35px; } 
.pb-row.bot-70 { padding-bottom: 35px; }
.pb-row.top-80 { padding-top: 40px; } 
.pb-row.bot-80 { padding-bottom: 40px; }
.pb-row.top-90 { padding-top: 45px; } 
.pb-row.bot-90 { padding-bottom: 45px; }
.pb-row.top-100 { padding-top: 50px; } 
.pb-row.bot-100 { padding-bottom: 50px; }

@media (min-width: 768px) and (min-height: 768px) {
	.pb-row.top-0 { padding-top: 0; } 
	.pb-row.bot-0 { padding-bottom: 0; }
	.pb-row.top-10 { padding-top: 10px; } 
	.pb-row.bot-10 { padding-bottom: 10px; }
	.pb-row.top-20 { padding-top: 20px; } 
	.pb-row.bot-20 { padding-bottom: 20px; }
	.pb-row.top-30 { padding-top: 30px; } 
	.pb-row.bot-30 { padding-bottom: 30px; }
	.pb-row.top-40 { padding-top: 40px; } 
	.pb-row.bot-40 { padding-bottom: 40px; }
	.pb-row.top-50 { padding-top: 50px; } 
	.pb-row.bot-50 { padding-bottom: 50px; }
	.pb-row.top-60 { padding-top: 60px; } 
	.pb-row.bot-60 { padding-bottom: 60px; }
	.pb-row.top-70 { padding-top: 70px; } 
	.pb-row.bot-70 { padding-bottom: 70px; }
	.pb-row.top-80 { padding-top: 80px; } 
	.pb-row.bot-80 { padding-bottom: 80px; }
	.pb-row.top-90 { padding-top: 90px; } 
	.pb-row.bot-90 { padding-bottom: 90px; }
	.pb-row.top-100 { padding-top: 100px; } 
	.pb-row.bot-100 { padding-bottom: 100px; }
}

.section-headline h1,
.section-headline h2,
.pb-text-and-image .block-text h2:first-child, 
.pb-text-and-image .block-text h3:first-child,
.block-text h2 + h3 {
	padding-top: 0;
}

.section-headline .topline {
	padding-bottom: 20px;
}

.section-headline + .teaser-block {
	margin-top: 15px;
}

.pb-gallery .section-headline {
	padding-bottom: 40px;
}

.text-col1 .content + .shortcode {
	padding-top: 40px;
}

.pb-row.bg-color a.btn-light, 
.pb-row.bg-color a.btn-dark {
	margin: 35px 0 0 0;
}

.pb-latest-news .header {
	max-width: 840px;
	padding-top: 0;
	padding-bottom: 30px;
}

.pb-latest-news .header h2 {
	padding-block: 0;
}
.pb-latest-news .header h2 + p {
	padding-top: 20px;
}
.pb-teaser-text-wrap h2 {
	padding-top: 20px;
	padding-bottom: 8px;
}
@media (min-width: 768px) and (min-height: 768px) {
	.pb-text-2-col header h2 + .content .block-text h2 {
		padding-bottom: 0;
		margin-bottom: -10px;
	}
}

/*----------------------------------------------- Shortcode ---*/
.shortcode {
	margin-top: 30px;
}

/*---------------------------------------------------- Text ---*/

.pb-text .block-text {
	width: 100%;
}

.pb-text.text-col1 .block-text p + h2:first-of-type,
.pb-text.text-col1 .block-text p + h3:first-of-type {
	padding-top: 15px;
}

.pb-text.text-col1 .content ul + h3:first-of-type {
	padding-top: 10px;
}

.pb-text .block-text h2:first-of-type,
.pb-text .block-text h3:first-of-type {
	padding-top: 0;
}

.pb-text .block-text p + h2:first-of-type,
.pb-text .block-text p + h3:first-of-type {
	padding-top: 10px;
}

/* if there is no h2 on top */

.pb-text .block-text.text-1 p + h2:first-of-type { 
	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;
	}
}

/*--------------------------------------------------- Cards ---*/

.pb-cards .cards {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.pb-cards .cards .card {
	display: flex;
	flex-direction: column;
	/* flex-grow: 1 */
	align-items: center;
	padding: 20px;
}

.pb-cards .cards .card .text-block {
	flex-basis: 100%;
	width: 100%;
	padding-top: 20px;
}

.pb-cards .bg-color .card {
	background-color: rgba(255,255,255,0.5)
}

.pb-cards .card a.btn-light {
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
	line-height: 1.1;
	font-size: 1.2rem;
}

.pb-cards .card a.btn-light:hover,
.pb-cards .card a.btn-light:active {
	color: var(--clr-btn-one);
}

.pb-cards .image-block,
.pb-cards .image-block figure,
.pb-cards .image-block figure img {
	width: 100%;
}

.pb-cards .image-block a {
	display: block;
}

.pb-cards .image-block a figure {
	margin: 0 auto;
  }

.full-width .pb-cards .cards {
	padding-inline: 20px;
}

@media (min-width: 630px) {

	.pb-cards .full-width .cards{
		padding-inline: 30px;
	}
}

@media (min-width: 768px) and (min-height: 768px) {

	.pb-cards .full-width .cards {
		padding: 0 80px 0 30px;
	}
}

/* ----------------------- Card filling the space --- */

.pb-cards .cards .card.full {
	flex-grow: 1;
}

.pb-cards .cards .card.full .image-block {
	height: 100%;
}

.pb-cards .cards .card.full figure {
	height: 100%;
	overflow: clip;
}

.pb-cards .cards .card.full figure img {
	object-fit: cover;
	height: 100%;
}

@media (min-width: 1300px) {

	.pb-cards .cards .card.full .image-block::after {
		width: calc(100% - 1px);
		height: calc(100% - 1px);
	}
}

/* ----------------------- Cards Accordion --- */

.pb-cards .cards.acc .card {
	box-shadow: none;
	padding: 0;
	background-color: transparent;
}
.pb-cards .cards .acc-block {
	width: 100%;
	flex-direction: column;
	align-content: center;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #23232236;
}
.pb-cards .cards .acc-block .acc-headline {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	cursor: pointer;
}
.pb-cards .cards .acc-block .acc-icon {
	flex-basis: 25%;
}
.pb-cards .cards .acc-block .acc-icon figure {
	min-width: 60px;
	max-width: 120px!important;
}
.pb-cards .cards .acc-block .acc-head {
	flex-basis: 75%;
}
.pb-cards .cards .acc-block h3.acc-head {
	padding: 5px 45px 10px 10px;
}
.pb-cards .cards .acc-block .panel {
	margin-top: 10px;
	padding: 20px 10px 20px 10px;
}
.pb-cards .cards .acc-block .panel li {
	padding: 3px 0;
	text-indent: -12px;
}
.pb-cards .cards .acc-block .panel li::before {
	content: "_";
	padding-right: 5px;
	color: var(--clr-lines);
}
.pb-cards .cards .acc-block .acc-arrow-wrap {
	position: absolute;
	display: flex;
	top: 0;
	bottom: 0;
	right: 10px;
	align-items: center;
}
.pb-cards .cards .acc-block svg.acc-arrow {
	height: 26px;
	stroke: #555;
	stroke-width: 18px;
	fill: none;
	transition: transform .5s;
}
.pb-cards .cards .acc-block svg.acc-arrow:hover { 
	stroke: #000;
}
.pb-cards .cards .acc-block .acc-headline.open svg.acc-arrow {
	transform: rotate(180deg);    
}
.pb-cards .cards .acc-block .acc-headline svg.acc-arrow .svg-box {
	stroke: transparent;    
}
@media (min-width: 560px) {

	.pb-cards .cards .acc-block .panel {
		padding: 20px 20px 20px 45px;
	}
}

/* @media (min-width: 768px) and (min-height: 768px) {
	.pb-cards .cards .card {
		padding: 0 30px 30px 30px;
	}
} */

/*-------------------------------- Text Colors light & dark ---*/

.text-color-light h1, .text-color-light h2, .text-color-light h3, 
.text-color-light h4, .text-color-light h5, .text-color-light h6, 
.text-color-light p, .text-color-light li, .text-color-light .topline {
	color: rgb(255 255 255 / 1);
}
.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 ---*/
.pb-quota .quota-text {
	padding-bottom: 0;
}

/*-------------------------------------------- Image & Text ---*/

.pb-text-and-image .content-wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.pb-text-and-image .block-text h2,
.pb-text-and-image .block-text h3 {
	padding: 20px 0 15px 0;
}

.pb-text-and-image .block-img {
	height: fit-content;
}

.pb-text-and-image .block-img a {
	display: block;
}

.pb-text-and-image .block-text {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/*justify-content: center;*/
	justify-content: flex-start;
}

.pb-text-and-image .full-width.bg-color {
	padding: 20px 0;
}

.pb-text-and-image .content-width > .bg-color {
	padding: 20px;
}

.pb-text-and-image .bg-color {
	background-color: transparent!important;
	background: radial-gradient(circle, rgb(255, 231, 248) 0%, rgb(184, 219, 255) 70%, rgb(216 236 255) 100%)!important;
}

.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; }

@media (min-width: 768px) {

	/* .pb-text-and-image .content-width > .bg-color {
		padding: 20px;
	} */

	.pb-text-and-image .content-wrap {
		flex-wrap: nowrap;
		gap: 40px;
	}
	
	.pb-text-and-image .content-wrap .content-box {
		flex-basis: 50%;
	}
	
	.pb-text-and-image .content-width.bg-color,
	.pb-text-and-image .content-width.bg-color .block-text {
		padding: 10px;
	}
	
	.pb-text-and-image .order-second {
		padding-top: 0;
	}
	
	.pb-text-and-image .block-img.order-second { 
		order: 2;
	}
	
	.pb-text-and-image .block-text.order-first { 
		order: 1;
	}
}

@media (min-width: 1300px) {
	
	.content-box.block-text.col2.order-second {
		padding-top: 20px;
	}
}

/*--------------------------------------------------- Image ---*/
.pb-image.no-headline {
	padding-top: 0;
	padding-bottom: 0;
}
.pb-image .two-third-width {
	max-width: calc((100% - 20px) / 3 * 2);;
}
.pb-image .two-third-width.right {
	margin: 0 0 0 auto;
}
.pb-image .two-third-width.center {
	margin: 0 auto;
}
/*@media (min-width: 768px) and (min-height: 768px) {
	.bg-color + .pb-image,
	.pb-row:last-of-type.pb-image {
		padding-bottom: 50px;
	}
}*/
	
/*-------------------------------------------- PDF Download ---*/
.pb-pdf-download h3 {
	padding: 0 0 15px 0;
}

.pb-pdf-download .wrap {
	display: flex;
	flex-wrap: wrap;
}

.pb-pdf-download .block-pdf {
	width: 100%;
}

.pb-pdf-download a.button-pdf {
	text-decoration: none;
}

.pb-pdf-download .wrap-pdf {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	color: #555;
	background-color: #d0eaff;
	padding: 8px 20px 8px 12px;
	text-decoration: none;
	border-radius: 20px 0;
	box-shadow: 0px 3px 6px 1px #2323223d;
}

.pb-pdf-download .wrap-pdf a.button-pdf:hover {
	background-color: hsl(214deg 100% 40%);
	color: #fff;
}

.pb-pdf-download svg.icon-pdf {
	display: block;
	height: 30px;
	width: 30px;
	margin-right: 15px;
}

.pb-pdf-download .button-pdf span {
	display: block;
	width: calc(100% - 40px);
	padding-top: 2px;
	font-family: var(--typomedium);
}

@media (max-width: 991px) {

	.pb-pdf-download .gap2 .col2 {
		flex-basis: 100%;
	}
}

/* -------------------------------------------- Accordions --- */
.pb-accordion .text-block {
	padding-bottom: 40px;
}
.pb-accordion .text-block h2:first-of-type,
.pb-accordion .text-block h3:first-of-type {
	padding-top: 0;
}
.accordion {
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #23232236;
}
.accordion h2 {
	width: calc(100% - 60px);
	font-size: 2.4rem;
	padding: 21px 0;
	cursor: pointer;
	font-family: var(--typoregular);
}
.accordion h2 span {
	display: block;
	position: absolute;
	right: -100px;
	top: 0;
	width: 80px;
	height: 100%;
}
.accordion h2.acc-headline::before, 
.accordion h2.acc-headline::after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background-color: #0f0f0f;
	position: absolute;
	top: 50%;
	right: -70px;
	opacity: 1;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity .3s, background .3s, -webkit-transform .3s;
			transition: opacity .3s, background .3s, -webkit-transform .3s;
			transition: transform .3s, opacity .3s, background .3s;
			transition: transform .3s, opacity .3s, background .3s, -webkit-transform .3s;
}
.accordion h2.acc-headline.open::after {
	-webkit-transform: translateX(-50%) rotate(0);
			transform: translateX(-50%) rotate(0);
	opacity: 0;
}
.accordion h2.acc-headline::after {
	-webkit-transform: translateX(-50%) rotate(90deg);
			transform: translateX(-50%) rotate(90deg);
}
/*.accordion h2.acc-headline.open {
	font-family: var(--typobold);
	color: var(--clr-main);
}*/
.panel {
	display: none;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.text-color-light .accordion {
	border-bottom: 1px solid rgba(255,255,255,0.80);
}
.text-color-light .accordion::before, 
.text-color-light .accordion::after {
	background-color: rgba(255,255,255,0.80);
}
@media (min-width: 600px) {
	.accordion {
		padding-right: 40px;
		padding-left: 40px;
	}
}

/*------------------------------------- Nav teaser with text---*/
.pb-teaser {
	flex-basis: 100%;
	overflow: clip;
}

.pb-teaser a {
	text-decoration: none;
	display: block;
}

.pb-teaser-img {
	margin: 20px;
}

.pb-teaser figure img, 
.pb-news-block figure img {
	transition: transform 0.5s;
}

.pb-teaser figure:hover img, 
.pb-news-block figure:hover img {
	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 h3 {
	padding: 0 0 10px 0;
}

.pb-teaser-text-wrap.color {
	padding: 15px 20px 20px 20px;
}

/*-------------------------------------- Nav Teaser Overlay ---*/
.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%;
}
.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 {
	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;
}
section header + .debleu-cb .row-1.pb-gallery {
	padding-top: 50px;
}
.pb-gallery + .pb-gallery h2 {
	padding-top: 40px;
}
.gallery-item {
	font-size: 0;
	overflow: clip;
}
.gallery-item .wrap {
	height: 100%;
}
.gallery-item a {
	display: block;
	text-decoration: none;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.gallery-item figure {
	overflow: clip;
}
.gallery-item figure.img-sw img {
	-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;
}

/* ------------------------------------------- Latest News --- */
.pb-news + .pb-image {
	padding-top: 0;
	margin-top: -30px;
	margin-bottom: 30px;
}
.pb-latest-news .text-block {
	padding-bottom: 40px;
	/*text-align: left;*/
}
.pb-latest-news .text-block h2:first-of-type,
.pb-latest-news .text-block h3:first-of-type {
	padding-top: 0;
}
.pb-news-block h2 {
	padding-top: 0;
	font-size: 2rem;
	line-height: 1.2;
}
.pb-news-block a.news-archive-link {
	text-align: center;
	display: table;
	background-color: #d8d7d0;
	margin: auto;
	padding: 4px 30px 5px;
	transition: background-color 100ms, color 300ms;
}
.pb-news-block a.news-archive-link:hover {
	background-color: #464543;
	color: #fff;
}
@media (min-width: 768px) {
	.pb-news-block a.news-archive-link {
		width: calc(100% / 3);
	}
}

/*	----------------------------------------- News Archive --- */
.pb-news-block {
	overflow: visible;
}
.pb-news-archive .pb-news-block {
	display: none;
}
.pb-news-archive .pb-news-block.selected {
	display: block;
}
@media (min-width: 600px) {
	.pb-news-block.selected.col3:nth-child(3) {
		display: none; 
	}
}
@media (min-width: 768px) {
	.pb-news-block.selected.col3:nth-child(3) {
		display: block;
	}
}
.pb-news-archive .content {
	padding-bottom: 30px;
}
.pb-news .text-wrap {
	padding: 10px 20px 20px 20px;
}
.pb-news .date,
.single-news .date {
	color: #000;
}
.pb-news a {
	text-decoration: none;
}

/* -------------------------------------------- Pagination --- */
.pagination {
	padding-top: 20px;
}
.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;
}

/*------------------------------------------------- Kontakt ---*/
.pb-contact .content {
	display: flex;
	flex-direction: column;
}
.pb-contact .google-map {
	-webkit-filter: brightness(100%) saturate(0%) contrast(1);
			filter: brightness(100%) saturate(0%) contrast(1);
}
@media (min-width: 992px) {
	.pb-contact .content {
		flex-direction: row;
	}
	.pb-contact .google-map {
		width: 60%;
		transition: width .5s;
	}
	.pb-contact .contact-block {
		width: 40%;
		transition: width .5s;
	}
}
@media (min-width: 1360px) {
	.pb-contact .google-map {
		width: 68%;
	}
	.pb-contact .contact-block {
		width: 32%;
	}
}

/* ------------------------------------------------ Single --- */
.date-cat {
	padding-top: 50px;
}
.date-cat-wrap {
	display: flex;
}
.date-cat-wrap p {
	padding-bottom: 0;
	color: var(--clr-main);
}
.date-wrap {
	padding-right: 30px;
}
.date-title, .cat-list-title {
	font-family: var(--typobold);
}
.date-cat-wrap .cat-list-item span:last-of-type {
	display: none;
}

/* ---------------------------------------- Columns & Gaps --- */
.gap1, .gap4 {
	gap: 10px;
}
.gap2 {
	gap: 20px;
}
.gap3 {
	gap: 30px;
}
@media (min-width: 600px) {
	
	.gap1 .col2, .gap1 .col3, .gap1 .col4, .gap1 .col5, .gap1 .col7 { 
		flex-basis: calc((100% - 10px) / 2);
	}    
	.gap2 .col2, .gap2 .col3, .gap2 .col4, .gap2 .col5, .gap2 .col7 { 
		flex-basis: calc((100% - 20px) / 2);
	}    
	.gap3 .col2, .gap3 .col3, .gap3 .col4, .gap3 .col5, .gap3 .col7 { 
		flex-basis: calc((100% - 30px) / 2);
	}
	
	.gap1 .card.col3,
	.gap2 .card.col3,
	.gap3 .card.col3 { 
		flex-basis: 100%;
	}
}
@media (min-width: 650px) {
	
	.gap1 .card.col4 { flex-basis: calc((100% - 10px) / 2); }
	.gap2 .card.col4 { flex-basis: calc((100% - 20px) / 2); }
	.gap3 .card.col4 { flex-basis: calc((100% - 30px) / 2); }
}
@media (min-width: 768px) and (min-height: 768px) {
	
	.gap1 .col5, .gap1 .col7 { 
		flex-basis: calc((100% - 20px) / 3); 
	}
	.gap2 .col5, .gap2 .col7 { 
		flex-basis: calc((100% - 40px) / 3); 
	}
	.gap3 .col5, .gap3 .col7 { 
		flex-basis: calc((100% - 60px) / 3); 
	}
			
	.gap1 .col4 { flex-basis: calc((100% - 20px) / 3); }
	.gap2 .col4 { flex-basis: calc((100% - 40px) / 3); }
	.gap3 .col4 { flex-basis: calc((100% - 60px) / 3); }

	.gap4 {
		gap: 40px;
	}    
	.gap4 .col2 { 
		flex-basis: calc((100% - 40px) / 2);
	} 
	.gap4 .col3 { 
		flex-basis: calc((100% - 80px) / 3);
	}
}

@media (min-width: 768px) {

	.gap1 .card.col3 { flex-basis: calc((100% - 10px) / 2); }
	.gap2 .card.col3 { flex-basis: calc((100% - 20px) / 2); }
	.gap3 .card.col3 { flex-basis: calc((100% - 30px) / 2); }
	
	.gap1 .card.col4 { flex-basis: calc((100% - 10px) / 2); }
	.gap2 .card.col4 { flex-basis: calc((100% - 20px) / 2); }
	.gap3 .card.col4 { flex-basis: calc((100% - 30px) / 2); }
}
@media (min-width: 992px) {
	
	.gap1 .col3 { flex-basis: calc((100% - 20px) / 3); }
	.gap2 .col3 { flex-basis: calc((100% - 40px) / 3); }
	.gap3 .col3 { flex-basis: calc((100% - 60px) / 3); }
	
	.gap1 .col5 { flex-basis: calc((100% - 40px) / 5); }
	.gap2 .col5 { flex-basis: calc((100% - 80px) / 5); }
	.gap3 .col5 { flex-basis: calc((100% - 120px) / 5); }
	
	.gap1 .col7 { flex-basis: calc((100% - 60px) / 7); }
	.gap2 .col7 { flex-basis: calc((100% - 120px) / 7); }
	.gap3 .col7 { flex-basis: calc((100% - 180px) / 7); }

	.gap1 .card.col6 { flex-basis: calc((100% - 20px) / 3); }
	.gap2 .card.col6 { flex-basis: calc((100% - 40px) / 3); }
	.gap3 .card.col6 { flex-basis: calc((100% - 60px) / 3); }
}
@media (min-width: 1100px) {
	
	.gap1 .col4 { flex-basis: calc((100% - 30px) / 4); }
	.gap2 .col4 { flex-basis: calc((100% - 60px) / 4); }
	.gap3 .col4 { flex-basis: calc((100% - 90px) / 4); }
}

@media (min-width: 1230px) {
	
	.gap1 .card.col3 { flex-basis: calc((100% - 20px) / 3); }
	.gap2 .card.col3 { flex-basis: calc((100% - 40px) / 3); }
	.gap3 .card.col3 { flex-basis: calc((100% - 60px) / 3); }

	.gap1 .card.col4 { flex-basis: calc((100% - 30px) / 4); }
	.gap2 .card.col4 { flex-basis: calc((100% - 60px) / 4); }
	.gap3 .card.col4 { flex-basis: calc((100% - 90px) / 4); }

	.gap1 .card.col6 { flex-basis: calc((100% - 100px) / 6); }
	.gap2 .card.col6 { flex-basis: calc((100% - 130px) / 6); }
	.gap3 .card.col6 { flex-basis: calc((100% - 160px) / 6); }
}

/*--------------------------------------------------- Typo ---*/

.section-headline p {
	font-size: 2rem;
}

/*--------------------------------------------------- Color ---*/

/* .pb-teaser-text-wrap h2, 
.pb-teaser-text-wrap-color h2, 
.pb-news h2 {
	color: #000;
} */


.pb-gallery-items.full-width {
	padding-right: 5px;
	padding-left: 5px;
}

/*--------------------------------------------------- Quota ---*/

.pb-quota .quota-subline {
    font-size: clamp(2rem, 5vw, 2.2rem);
    line-height: 1.4;
    padding-bottom: 20px;
	font-weight: 600;
}
.pb-quota .text-align-center {
    margin: 0 auto;
}
.pb-quota .quota-headline.text-align-center,
.pb-quota .quota-subline.text-align-center {
    text-align: center;
}
.pb-quota .quota-text {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
}

/*-------------------------------------------- List Points --- */

.block-text ul,
.block-text ol,
.accordion .panel ul {
	padding: 0 0 0 30px;
}
.block-text ul li,
.block-text ol li,
.accordion .panel ul li {
	padding: 0 0 8px 0;
	list-style: none;
}
.block-text ul li::before,
.accordion .panel ul li::before {
	content: "»";
	position: absolute;
	top: 2px;
	left: -16px;
	width: 12px;
	height: 10px;
	line-height: 1.2;
	text-rendering: auto;
}
/*.block-text ul li::before,
.accordion .panel ul li::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 606 500' style='enable-background:new 0 0 606 500;'%3E%3Cstyle type='text/css'%3E.dot%7Bfill:%2386AA57;%7D%3C/style%3E%3Cpath id='Pfad_292' class='dot' d='M606.1,500H0L378.8,0h227.3V500z'/%3E%3C/svg%3E");
}*/

/*-------------------------------------------- Buttons --- */

.pb-row .btn-center a.btn-light,
.pb-row .btn-center a.btn-dark {
	margin-top: 0;
}

/*-------------------------------------------- Slideshow --- */

.pb-slideshow {
	overflow: clip!important;
}

.pb-slideshow header h2 {
	font-size: 2.2rem;
	padding-bottom: 30px;
	padding-top: 0;
}

.pb-slideshow-images .swiper-container.one-img.content-width {
	max-width: 1300px;
	padding-right: 0;
	padding-left: 0;
}

.pb-slideshow-images .content-width.swiper-container {
	max-width: 1300px;
}
/* ------------------------ Black + White Slideshow Images --- */
.pb-slideshow-images.black-white img {
	-webkit-filter: grayscale(100%) contrast(150%);
	filter: grayscale(100%) contrast(1.5);
	transition: all .3s;
}
.pb-slideshow-images.black-white figure:hover img {
	transform: scale(1.075);
	-webkit-filter: unset;
	filter: unset;
}
/*	----------------------------------- Slideshow with text--- */
.pb-slideshow-with-text .slide-copy {
	padding-top: 15px;
}
.pb-slideshow-with-text .slide-copy.bg-color {
	padding: 15px 20px 20px 20px;
}
.pb-slideshow-with-text .slide-img {
	text-align: center;
}
.pb-slideshow-with-text .slide-img a {
	cursor: zoom-in;
}
.pb-slideshow-with-text .slide-logo {
	max-width: 200px;
	margin-bottom: 20px;
}
.pb-slideshow-with-text .text-block {
	max-width: 800px;
	padding-bottom: 40px;
}
@media (min-width: 690px) {
	.pb-slideshow-with-text .swiper-slide > .wrap {
		gap: 40px;
		justify-content: space-between;
	}
	.pb-slideshow-with-text .slide-img, 
	.pb-slideshow-with-text .slide-copy {
		flex-basis: calc((100% - 40px) / 2);
	}
	.pb-slideshow-with-text .slide-copy.order-first {
		padding: 15px 0 20px 0;
	}
	.pb-slideshow-with-text .slide-copy.order-second {
		padding: 15px 20px 20px 0;
	}
	.slide-copy.order-first, 
	.slide-img.order-first {
		order: 1;
	}
	.slide-copy.order-second, 
	.slide-img.order-second {
		order: 2;
	}
	.pb-slideshow-with-text .swiper-slide > .wrap.bg-color {
		padding: 20px;
	}
	.pb-slideshow-with-text .slide-copy.order-first.bg-color,
	.pb-slideshow-with-text .slide-copy.order-second.bg-color {
		padding: 15px 0 0 0;
	}
	.pb-slideshow-with-text .slide-copy.order-first.bg-color {
		padding: 15px 0 0 20px;
	}
}

/*------------------------------------ Text Overlay Slider  ---*/
.slider-content.fade.outside {
	display: block;
	padding: 20px;
	margin-top: -140px;
}
.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: 1s;
}
.slider-content .slider-headline,
.slider-content .slider-subline {
	display: inline-block;
	z-index: 1;
	padding: 5px 20px 5px 10px;
	margin: 0 0 10px 0;
	background-color: var(--clr-5);
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	max-width: min-content;
}
.slider-content .slider-headline span { 
	font-size: clamp(2.8rem, 5vw, 4rem);
	line-height: 1.1;
}
.slider-content .slider-subline span { 
	font-size: clamp(1.8rem, 5vw, 2.4rem);
	line-height: 1.3;
}
.slider-content .slider-headline::after,
.slider-content .slider-subline::after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: var(--clr-5);
	transform-origin: bottom left;
	-ms-transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
}
.slider-content .slider-text {
	max-width: 570px;
	margin-top: 30px;
	font-size: 1.8rem;
	line-height: 2;
}
.slider-content .slider-text span {
	display: block;
	padding-top: 10px;
}
.slider-content a {
	text-decoration: none;
}
.slider-content .readmore {
	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: 700px) {
	.slider-content.fade.outside {
		display: none;
	}
	.slider-content.fade {
		display: block;
	}
	.slider-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: transparent!important;
	}
	.slider-content .wrap {
		
		display: flex;
		align-items: center;
		height: 100%;
		width: 100%;
		max-width: 1360px;
		margin: auto;
		padding: 30px;
	}
	.slider-content .wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
		padding-top: 100px;
	}
	.slider-content-arrows {
		top: 50%;
	}
	.slider-content .slider-headline,
	.slider-content .slider-subline {
		display: block;
	}
	.slider-content .slider-subline {
		max-width: max-content;
	}
}
@media (min-width: 840px) {
	.slider-content .wrap {
		justify-content: center;
	}
	.slider-content .slider-headline,
	.slider-content .slider-subline {
		max-width: max-content;
	}
}

/* ---------------------------------------- Video Controls --- */
.mejs-inner {
	position: relative;
	height: 100%;
}
.mejs-controls {
	position: absolute;
	bottom: 0;
}
.mejs-layers {
	height: 100%;
}
.mejs-container, .mejs-container .mejs-controls, 
.mejs-embed, .mejs-embed body {
	background: transparent!important; 
}
.mejs-overlay-button {
	opacity: 1;
}
.mejs-time { color: #b2b2b2!important; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, 
.mejs-controls .mejs-time-rail .mejs-time-loaded { 
	background: rgb(255 255 255 / 20%)!important; 
}
.mejs-controls .mejs-time-rail .mejs-time-current { 
	background: #ff0000!important; 
}
.mejs-volume-current, .mejs-volume-handle { 
	background: #ff0000!important; 
}
.mejs-time-total { margin: 9px 0 0!important; }
.mejs-time-buffering, 
.mejs-time-current, 
.mejs-time-hovered, 
.mejs-time-loaded, 
.mejs-time-marker, 
.mejs-time-total { height: 3px!important;
}
.mejs-button>button { 
	background: transparent url(../images/debleu-video-controls.svg)!important; 
}
.mejs-fullscreen-button>button { background-position: -80px 0!important; }
.mejs-mute>button { background-position: -60px 0!important; }
.mejs-unmute>button { background-position: -40px 0!important; }
.mejs-fullscreen-button, .mejs-time-float-corner { display: none!important; }
.mejs-volume-button>.mejs-volume-slider { 
	background: rgb(50 50 50 / 12%)!important; 
}
.mejs-time-handle, .mejs-time-handle-content { border: 0 none!important; }
.mejs-time-handle-content { background: #ff0000!important; width: 5px!important; }
.mejs-time-float { background: #eee; border: 1px solid #b2b2b2!important; color: #111; height: 16px!important; }

/* ------------------------------------ Admin bar frontend --- */
#wp-admin-bar-updates, #adminbarsearch, #wp-admin-bar-comments, #wp-admin-bar-new-user, #wp-admin-bar-switch-off, #wp-admin-bar-wp-logo, #wp-admin-bar-appearance, #wp-admin-bar-switch-off, #wpfooter, #password, .postbox-header .handle-order-higher, .postbox-header .handle-order-lower, a.dashicons.dashicons-admin-generic.acf-hndle-cog.acf-js-tooltip, #wp-admin-bar-edit-profile, .user-generate-reset-link-wrap, .application-passwords {
	display: none;
}