@charset "utf-8";
/*
Theme Name: debleu 2026 v1.0
Version: Master 1.0 / 07.11.2025
Author: debleu.de
Author URI: https://debleu.de/
*/

/* ------------------------------------------------ Admin Info --- */

.admin-info {

	display: none;
	/* display: block; */
	
	position: absolute;
	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-slider-text .admin-info {
	background-color: hsl(0deg 0% 100% / 70%);
}*/

.text-color-light .admin-info {
	color: #fff;
}

/* ------------------------------------------------ Global --- */

.pb-row {
	position: relative;
}




.block-align-center,
.block-align-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-align-right {
	align-items: flex-end;
}

.block-align-right > *,
.block-align-center > * {
	width: 100%;
}

.text-align-center {
	text-align: center;
	width: 100%;
}

.pb-row .bg-color {
	padding-top: 50px;
	padding-bottom: 55px;
}
/* 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;
}
.pb-teaser .teaser-item, 
.pb-news .news-item,
.pb-news-archive .news-item,
.pb-cards .card,
.pb-accordion .acc-block,
.pb-cards .cards .acc-block {
	box-shadow: 0px 3px 5px 1px rgb(15 15 15 / 20%);
	margin-bottom: 0;
	background-color: #fff;
	border-radius: 4px;
}

.section-headline.text-center {
	text-align: center;
}

.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: 20px; } 
.pb-row.bot-30 { padding-bottom: 20px; }
.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: 430px) {
	.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; }
}

.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-teaser-text-wrap h2 {
	padding-top: 20px;
	padding-bottom: 8px;
}
@media (min-width: 768px) and (min-height: 430px) {
	.pb-text-2-col header h2 + .content .text-block h2 {
		padding-bottom: 0;
		margin-bottom: -10px;
	}
}

/* ---------------------------------------- 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) { */
@media (min-width: 768px) and (min-height: 430px) {
	
	.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); }
}
@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.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.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); }
}

/*--------------------------------------------------- Typo ---*/

h2 {
	padding-top: 30px;
	padding-bottom: 25px;
}

h3, h4, h5, h6 {
	padding-top: 20px;
	padding-bottom: 15px;
}

.text-block h2:first-of-type,
.text-block h3:first-of-type,
.text-block h4:first-of-type,
.text-block h5:first-of-type,
.text-block h6:first-of-type,
.text-block h2 + h3 {
	padding-top: 0;
}

p + h2,
p + h3 {
	padding-top: 10px;
}

.pb-header .topline, 
.pb-header .subline {
	display: block;
	padding-bottom: 5px;
	font-size: 1.8rem;
}

.pb-header .subline {
	padding-top: 10px;
}

/*--------------------------------------------------- Color ---*/

.pb-teaser-text-wrap h2, 
.pb-teaser-text-wrap-color h2, 
.pb-news h2 {
	color: #000;
}

/*----------------------------------------------- Shortcode ---*/

/* .shortcode {
	margin-top: 30px;
} */

/*--------------------------------------------------- Quota ---*/

.pb-quota h1.quota-headline {
    font-size: clamp(3rem, 5vw, 3.6rem);
    line-height: 1.2;
}

.pb-quota .quota-headline {
	padding-top: 0;
}

.pb-quota .quota-subline {
    font-size: clamp(2rem, 5vw, 2.2rem);
    line-height: 1.2;
    padding-bottom: 20px;
}

.pb-quota .quota-text {
    font-size: clamp(1.6rem, 5vw, 1.8rem);
	padding-bottom: 0;
}

/*---------------------------------------------------- Text ---*/

.pb-text .text-block {
	max-width: 800px;
}

.text-block p:last-of-type {
	padding-bottom: 0;
}

.text-block.text-2 {
	padding-top: 10px;
}

/* .text-block p:last-of-type + ul {
	padding-top: 10px;
} */

/* .pb-text.text-col1 .text-block p + h2:first-of-type,
.pb-text.text-col1 .text-block p + h3:first-of-type {
	padding-top: 15px;
} */

/* .pb-text.text-col1 .content ul + h3:first-of-type {
	padding-top: 10px;
} */

.pb-text .text-block h2:first-of-type,
.pb-text .text-block h3:first-of-type {
	padding-top: 0;
}

/* .pb-text .text-block p + h2:first-of-type,
.pb-text .text-block p + h3:first-of-type {
	padding-top: 10px;
} */

/* if there is no h2 on top */
/* .pb-text .text-block.text-1 p + h2:first-of-type { 
	padding-top: 15px;
} */

/* .pb-text .text-block.text-2 h2:first-of-type {
	padding-top: 15px;
} */

/* .pb-text .text-block.text-2 h3:first-of-type {
	padding-top: 10px;
} */

@media (min-width: 768px) {

	.pb-text .text-block.text-2 h2:first-of-type,
	.pb-text .text-block.text-2 h3:first-of-type {
		padding-top: 0;
	}

	.pb-text .text-block-wrap {
		display: flex;
		gap: 40px;
	}

	.text-block.text-2 {
		padding-top: 0;
	}
	}

/*-------------------------------------------- List Points --- */

.debleu-cb ul,
.debleu-cb ol {
	padding: 0 0 0 30px;
}
.debleu-cb ul li,
.debleu-cb ol li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style: none;
}
.debleu-cb ul li::before {
	content: "»";
	position: absolute;
	left: 0;
}

/*--------------------------------------------------- Cards ---*/

.pb-cards .cards {
	display: flex;
	flex-wrap: wrap;
}

.pb-cards .cards .card {
	position: relative;
	/* display: flex;
	flex-direction: column;
	align-items: center; */
	padding: 20px;
}

.pb-cards .cards .card:has(.btn) {
	padding: 20px 20px 90px 20px;
}

.pb-cards .cards .card .text-block h2 {
	padding-top: 20px;
	padding-bottom: 10px; 
}

.pb-cards .bg-color .card {
	background-color: rgba(255,255,255,0.5)
}

.pb-cards .card a.btn-light {
	margin-top: 0;
	position: absolute;
	bottom: 30px;
}

/* ----------------------- Cards Accordion --- */

.pb-cards .cards.acc .card {
	box-shadow: none;
	padding: 0;
	background-color: transparent;
}

.pb-cards .cards .acc-block {
	position: relative;
	display: flex;
	padding: 10px;
	flex-direction: column;
}

.pb-cards .cards .acc-block .acc-headline {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.pb-cards .cards .acc-block .acc-icon figure {
	width: 120px;
}

.pb-cards .cards .acc-block h2.acc-head {
	padding: 0 45px 0 30px;
}

.pb-cards .cards .acc-block .panel {
	display: none;
	margin-top: 10px;
	padding: 20px 10px;
}

.pb-cards .cards .acc-block .panel a.btn-light {
	position: relative;
	bottom: unset;
	margin-top: 20px;
}

.pb-cards .cards .acc-block .panel h3 {
	padding-top: 10px;
	padding-bottom: 15px;
}

.pb-cards .cards .acc-block .acc-arrow-wrap {
	position: absolute;
	display: flex;
	right: 20px;
	align-items: center;
}

.pb-cards .cards .acc-block svg.acc-arrow {
	height: 26px;
	stroke: #aeada8;
	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;
	}
} */



/*-------------------------------- 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;
}

/*-------------------------------------------- Image & Text ---*/
.pb-text-and-image .content-wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
/* .pb-text-and-image .text-block h2,
.pb-text-and-image .text-block h3 {
	padding: 20px 0 15px 0;
} */
.pb-text-and-image .block-img a {
	display: block;
}
.pb-text-and-image .text-block {
	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 .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 .text-block.order-first { order: 2; }

@media (min-width: 768px) and (min-height: 430px) {
	.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 .text-block {
		padding: 10px;
	}
	.pb-text-and-image .block-img.order-second { 
		order: 2; 
	}
	.pb-text-and-image .text-block.order-first { 
		order: 1;
	}
}

/*-------------------------------------------- PDF Download ---*/

.pb-pdf .text-block {
	padding-bottom: 30px;
}

.pb-pdf .wrap {
	display: flex;
	flex-wrap: wrap;
}

.pb-pdf .block-pdf {
	width: 100%;
}

.pb-pdf a.button-pdf {
	display: flex;
	font-size: 1.5rem;
	color: #555;
	background-color: #eeece7;
	padding: 8px 20px 8px 12px;
	text-decoration: none;
}

.pb-pdf a.button-pdf:hover {
	background-color: #94918d;
	color: #fff;
}

.pb-pdf svg.icon-pdf {
	display: block;
	height: 30px;
	width: 30px;
	margin-right: 15px;
}

.pb-pdf .button-pdf span {
	display: block;
	width: calc(100% - 40px);
	padding-top: 2px;
}

@media (max-width: 991px) {
	.pb-pdf .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 {
	position: relative;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
	box-shadow: 0px 3px 6px #23232236;
}

.accordion h3 {
	width: calc(100% - 40px);
	padding: 20px 0;
	cursor: pointer;
}

.accordion .acc-headline::before, 
.accordion .acc-headline::after {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	width: 20px;
	height: 2px;
	top: 34px;
	right: 20px;
	opacity: 1;
	background-color: #aeada8;
	-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 .acc-headline.open::after {
	-webkit-transform: translateX(-50%) rotate(0);
			transform: translateX(-50%) rotate(0);
	opacity: 0;
}

.accordion .acc-headline::after {
	-webkit-transform: translateX(-50%) rotate(90deg);
			transform: translateX(-50%) rotate(90deg);
}

.accordion .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;
	}
}

/* ----------------------------------------------- Gallery --- */

.gallery-items {
	display: flex;
	flex-wrap: wrap;
}

.gallery a {
	cursor: zoom-in;
}

.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: 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;
}

.gallery-item .wp-caption p {
	padding-bottom: 0;
}

/* ------------------------------------------- News + Teaser --- */

.teaser-img {
	overflow: hidden!important;
	padding: 20px 20px 0 20px;
}
.teaser-img figure {
	transition: transform 0.5s;
	aspect-ratio: 3 / 2;
}

.teaser-img:hover figure {
	transform: scale(1.075);
}

/* ------------------------------------------- News --- */

.pb-news .news-wrap {
	display: flex;
	flex-wrap: wrap;
}

.pb-news .header {
	max-width: 800px;
	padding-top: 0;
	padding-bottom: 30px;
}

.pb-news .header h2 {
	padding-block: 0;
}

.pb-news .header h2 + p {
	padding-top: 20px;
}

.pb-news a.teaser-text {
	display: block;
	padding: 25px 40px 30px 40px;
}

.pb-news .news-item a {
	text-decoration: none;
}

.pb-news .news-item h2 {
	padding-top: 0;
	padding-bottom: 12px;
}

.news-archive-button {
	width: 100%; 
	text-align: center;
}

/* -------------------------------------------- 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;
}

/*------------------------------------- Teaser ---*/

.pb-teaser .teaser-wrap {
	display: flex;
	flex-wrap: wrap;
}

.pb-teaser .teaser-item {
	overflow: hidden;
}

.pb-teaser .teaser-item a {
	text-decoration: none;
	display: block;
}

.pb-teaser .teaser-text {
	padding: 0 20px 20px 20px;
}

.pb-teaser .teaser-text h2 {
	padding-top: 20px;
	padding-bottom: 12px;
}

/*------------------------------------------------- Kontakt ---*/
.pb-contact .content {
	display: flex;
	flex-direction: column;
}

.pb-contact .contact-block {
	margin-bottom: 20px;
}

.pb-contact .google-map {
	-webkit-filter: brightness(100%) saturate(0%) contrast(1);
			filter: brightness(100%) saturate(0%) contrast(1);
}

.pb-contact .google-map iframe {
	width: 100%;
	height: 400px;
	max-width: 100%;
}

@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;
}

/*-------------------------------------------- Buttons --- */

.pb-row .btn-center a.btn-light,
.pb-row .btn-center a.btn-dark {
	margin-top: 0;
}

/* ----------------------------------- Slider --- */

.pb-slider {
	overflow: hidden!important;
}

.pb-slider header h2 {
	font-size: 2.2rem;
	padding-bottom: 30px;
	padding-top: 0;
}

.pb-slider .content-width {
	max-width: 1300px;
	padding-inline: 0;
}

.pb-slideshow-images .content-width.swiper-container,
.pb-slideshow-images .swiper-container.one-img.content-width {
	max-width: 1300px;
	padding-inline: 0;
}

/* ------------------------ Black + White SliderImages --- */

.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;
}

/* ----------------------------------- Slider with text--- */

.pb-slider-text .slide-copy {
	padding-top: 15px;
	padding-bottom: 40px;
}

.pb-slider-text .swiper-container.content-width {
	max-width: 1300px;
	padding-inline: 0;
}

.pb-row.pb-slider-text .bg-color {
	padding: 20px;
}

.pb-slider-text .slide-img {
	text-align: center;
}

.pb-slider-text .slide-img a {
	cursor: zoom-in;
}

.pb-slider-text .slide-logo {
	max-width: 200px;
	margin: 10px 0 0 0;
}

.pb-slider-text .slide-button .btn.btn-light {
	margin-block: 15px;
}

.pb-slider-text .text-block {
	max-width: 800px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {

	.pb-slider-text .swiper-slide > .wrap {
		display: flex;
		gap: 40px;
		justify-content: space-between;
	}
	.pb-slider-text .slide-img, 
	.pb-slider-text .slide-copy {
		flex-basis: calc((100% - 40px) / 2);
	}
	.pb-slider-text .slide-copy.order-first {
		padding: 15px 0 20px 0;
	}
	.pb-slider-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-slider-text .swiper-slide > .wrap.bg-color {
		padding: 20px;
	}
	.pb-slider-text .slide-copy.order-first.bg-color,
	.pb-slider-text .slide-copy.order-second.bg-color {
		padding: 15px 0 0 0;
	}
	.pb-slider-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;
}