@charset "utf-8";
/*
Theme Name: debleu 2024 v1.0
Version: Master 1.0 / 24.02.2024
Author: debleu.de
Author URI: https://debleu.de/
*/
/* ----------------------------- Reset default browser CSS --- */

html, body, main, header, footer, div, span, applet, object, iframe, figure, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ::marker {
	content: "";
} */

*, *:before, *:after {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

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;
	scroll-behavior: smooth;
}

.page-wrapper {
	display: flex;
}

main {
	position: unset;
	/* height: 100%; */
	/* min-height: 80vh; */
	padding-top: 40px;
}

main.no-topimage {
	padding-top: 50px;
}

footer {
	margin-top: auto;
}

.header-logo {
	position: absolute;
	z-index: 30;
	left: 30px;
	top: 30px;
	width: 220px;
	/* transform: rotate(-3.5deg); */
}

@media (min-width: 992px) {

	.header-logo {
		width: 300px;
	}
}

.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.content-width {
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1360px;
}

@media (min-width: 630px) {
	.content-width {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	margin: 0;
}

/*  ------------------------------------------- Browser Scrollbar --- */
/* width */
body::-webkit-scrollbar {
		width: 8px;
	}

/* Track */
body::-webkit-scrollbar-track {
	background: hsl(0, 0%, 0%)
}

/* Handle */
body::-webkit-scrollbar-thumb {
	background: hsl(0, 0%, 55%)
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
	background: hsl(0, 0%, 65%)
}

/*  ------------------------------------------- Typography --- */

html {
	font-size: 62.5%;
}
body, button, input, select, textarea, p {
	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;
	hyphens: auto;
	padding-bottom: 10px;
}
em, i {
	font-style: italic;
}
h1, h2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
h1:first-of-type{
	padding-top: 0;
}
h3, h4, h5, h6 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.parent-title {
	font-size: 2rem;
}

ol li {
	padding-bottom: 10px;
}
.center {
	text-align: center;
}

a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	text-decoration-color: #6ad2da;
	color: var(--clr-typo);
}

a:hover, a:active {
	color: var(--clr-typo-hover);
	text-decoration-color: #f07400;
	outline: none;
}

strong a {
	font-weight: bold;
}

/* ----------------------------------------------- Go back --- */

.go-back {
	margin: 30px auto;
}

.go-back .border-top {
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #0056d0 40%, #0056d0 60%, transparent 100%);
}

.go-back a.back {
	clear: both;
	display: flex;
	text-decoration: none;
	justify-content: center;
	background-color: #0056d0;
	color: #fff;
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 1px;
	border-radius: 0 0 6px 6px;
}

@media (min-width: 768px) AND (min-height: 768px) {

	.go-back {
		padding-right: calc(var(--nav-bar-width) + 30px);
	}
}

/* ------------------------------------------------- Icons --- */

svg.icon-back {
	height: 32px;
	stroke: #555; 
	stroke-width: 18px;
	fill: none;
}

svg.icon-back:hover { 
	stroke: #000;
}

/* -------------------------------------------- Text Anker --- */
a.anker {
	width: 1%;
}
/* -------------------------------- Hoch- und Tiefstellung --- */
sub, sup {
	font-size: 60%;
	line-height: 0;
	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;
}

tr {
    color: #000!important;
}

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;
	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; }
	/* 30% { opacity:0; } */
	100% { opacity:1; }
}
@-moz-keyframes fadein {
	0% { opacity:0; }
	/* 30% { opacity:0; } */
	100% { opacity:1; }
}
@keyframes fadein {
	0% { opacity:0; }
	/* 30% { opacity:0; } */
	100% { opacity:1; }
}
.fadein {
	animation: 2000ms ease 0s normal forwards 1 fadein;
}

/* ------------------------- Move content slide up on load --- */
/* @-webkit-keyframes slideUp {
0% {
	transform: translate3d(0, 80px, 0);
	visibility: visible;
	opacity:0; 
}
100% {
	transform: translate3d(0, 0, 0);
	opacity:1; 
}
}
@-moz-keyframes slideUp {
0% {
	transform: translate3d(0, 80px, 0);
	visibility: visible;
	opacity:0; 
}
100% {
	transform: translate3d(0, 0, 0);
	opacity:1; 
}
}
@keyframes slideUp {
0% {
	transform: translate3d(0, 80px, 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-visible {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
.slidein {
	opacity: 0;
	transform: translateY(80px);
	-webkit-transition: all 600ms ease-in-out;
			transition: all 600ms ease-in-out;
}
.slidein:nth-child(2) { transition-delay: 0.1s; }
.slidein:nth-child(3) {	transition-delay: 0.2s; }
.slidein:nth-child(4) {	transition-delay: 0.3s; }
.slidein:nth-child(5) {	transition-delay: 0.4s; }
.slidein:nth-child(6) {	transition-delay: 0.5s; }
.slidein:nth-child(7) {	transition-delay: 0.6s; }
.slidein:nth-child(8) {	transition-delay: 0.7s; }
.slidein:nth-child(9) {	transition-delay: 0.8s; }
.slidein:nth-child(10) { transition-delay: 0.9s; }
.slidein:nth-child(11) { transition-delay: 1s; }
.slidein:nth-child(12) { transition-delay: 1.1s; } */

/* ----------------------------------------------- Flexbox --- */
.flex {
	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 { justify-content: space-between; }
.flex-wrap { flex-wrap: wrap;}

/* ----------------------------------------------- Images --- */
figure {
	overflow: clip;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

@-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;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* ---------------------------------------------- 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;
	width: 100%;
	padding-top: 50px;
}

#topimage .topimage {
	width: 100%;
	z-index: 1;
}

#topimage .topimage img {
	height: auto;
	width: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: clip;
	align-self: center;
}

#topimage .size-content { /* --- from ACF topimage width --- */
	max-width: 1300px;
	margin: 0 auto;
}

#topimage figure, 
#swiper figure {
	overflow: clip;
}

.topimage-overlay {
	position: absolute;
	inset: 0;
	z-index: 10;
}

@media (min-width: 768px) and (min-height: 768px) {

	#topimage {
		padding-top: 0;
	}

	.topimage-overlay {
		/* box-shadow: 0 0 150px rgb(0 13 58 / 70%) inset; */
		background: linear-gradient(347deg, rgba(255, 255, 255, 0) 60%, rgb(0 13 58 / 60%) 100%);
	}
}

@media (min-width: 768px) and (max-width: 1420px) and (min-height: 768px) {

	#topimage {
		width: calc(100% - 50px);
	}
}

@media (min-width: 1360px) {

	#topimage .topimage img {
		width: 1920px;
	}
}

/*------------------------------------------------ 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-container {
	padding-left: 20px;
	padding-right: 20px;
} 
@media (max-width: 900px) {
	.mfp-container {
		padding-left: 20px;
		padding-right: 20px;
	}  
}
img.mfp-img {
	opacity:0;
	animation: fadeIn ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: 1s;
}
.mfp-bg {
	opacity: 0.95;
	filter: alpha(opacity=95);
	background-color: #05080a;
}
.mfp-bottom-bar {
	padding: 4px 0 0 0;
}
.mfp-counter {
	top: 6px;
	right: 0;
}
.mfp-title, .mfp-description {
	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: 0;
}
.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');
	margin-left: 30px;
}
/* -------------------------------- Breadcrumb Navi Custom --- */
.breadcrumb {
	padding-bottom: 30px;
	padding-top: 20px;
}
.breadcrumb,
.breadcrumb a {
	color: #5a5a5a;
	/* font-size: 1.8rem; */
	font-weight: 600;
}
.breadcrumb a:hover {
	color: #000000;
}

/* ---------------------------------------------- 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 {
	position: relative;
	overflow: clip;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.res-iframe iframe, .res-video video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* .res-iframe-video {
	position: relative;
	padding: 56.2963% 0 0 0;
	overflow: clip;
	width: 100%;
	height: auto;
}

.res-iframe-video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
} */

.res-map {
	overflow: clip;
	width: 100%;
	height: auto;
}
.res-map { 
	padding-bottom: 36%; 
}
.res-map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* ------------------------------------------------ Header --- */

#header-site-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* .nav-mobile, 
.nav-overlay { 
	top: var(--header-height-small);
} */

/* #header-site-wrap, 
.site-branding, 
.header-wrap { 
	height: var(--header-height-small);
	transition: height 300ms;
} */

/* #header-site-wrap, #header-site-wrap .wrap {
	width: 100%;
	background-color: #ccc;
} */

/* --- if header over topimage --- */
/* #topimage { 
	padding-top: var(--header-height-small); 
	transition: padding-top 300ms; 
} */

/* --- if header on top of topimage --- */
/* #header-site-wrap {
	position: absolute;
	z-index: 2;
} */

/* --- Only for slide in header --- */
/*#header-site-wrap {
	position: absolute;
	z-index: 3;
	top: 0;
}*/

/*@media (min-width: 630px) {
	#header-site-wrap {
		position: fixed;
	}
	.scroll-up #header-site-wrap { 
		position: fixed;
		top: 0;
		transition: transform 0.4s;
	}
	.scroll-down #header-site-wrap {
		position: fixed;
		transform: translate3d(0, -100%, 0); 
	}
}*/

/* ----------------------------------------- Site Branding --- */

.site-branding {
	--logo-height-small:   50px;
	--logo-height-wide:    70px;  

	padding-block: 10px;
	max-width: calc(100% - 65px);
}

.site-branding.corp {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site-branding figure, .site-branding a.text {
	display: flex;
	justify-content: center;
	height: 100%;
}

.site-branding figure img { 
	height: var(--logo-height-small); 
	transition: height 300ms;
}

.site-branding a.text {
	flex-direction: column;
	flex-wrap: wrap;
}

.site-branding .branding-name,
.site-branding .branding-subline {
	display: block;
	padding: 0;
	line-height: 1.2;
	text-decoration: none;
	transition: all 0.5s ease;
}

.site-branding .branding-name {
	font-size: 2.4rem;
}

.site-branding .branding-subline {
	font-size: 1.6rem;
}

@media (min-width: 768px) and (min-height: 768px) {

	.site-branding { 
		max-width: fit-content;
		padding-block: 15px;
	}

	.site-branding figure img {
		height: var(--logo-height-wide); 
		max-width: fit-content;
	}
}

/* ------------------------------------------------ Footer --- */

.footer {
	width: 100%;
	overflow: clip;
}

/* -------------------------------------------- Footer 1 --- */
.footer-1 {
	padding-top: 45px;
	padding-bottom: 30px;
	color: #ccc;
}

.footer-1 .main-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.footer-1 .company-wrap {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}

/* .footer-1 .company.box {
	width: 290px;
} */

.footer-1 .company li {
	color: #fff;
	border: 0 none;
	font-size: 1.8rem;
}

.footer-1 .company ul li a {
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	display: block;
	text-indent: 0;
	padding-left: 0;
	font-size: 1.8rem;
}

.footer-1 .company li.company-phone a {
	letter-spacing: .25rem;
}

.footer-1 .company-fax {
	padding-top: 10px;
}

.footer-1 .company svg.company-icon {
	fill: rgb(255 255 255 / 100%);
	height: 20px;
	width: 20px;
	padding-right: 5px;
	padding-top: 5px;
}

.footer-1 .company .company-name {
	font-size: 150%;
	color: #fff;
}

.footer-1 .company .company-subline {
	padding-bottom: 10px;
	color: #fff;
}

.footer-1 .nav-topline {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.8rem;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-1 .company-open-hours {
	width: 170px;
}

.footer-1 .company-open-hours p:nth-of-type(2) {
	color: #fff;
	padding-top: 8px;
}

.footer-1 .company-open-hours span {
	width: 70px;
	display: inline-block;
}

.footer-1 .nav-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-1 .footer-navi .wrap {
	display: flex;
	flex-direction: column;
}

.footer-1 .navi ul {
	display: flex;
	flex-direction: column;
}

.footer-1 .navi ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-1 .navi ul li a {
	color: #ccc;
	text-decoration: none;
	display: inline-table;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}

.footer-1 .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 rgb(255 255 255 / 60%);
}

.footer-1 .navi ul li:hover a {
	color: #fff;
}

.footer-1 .navi ul li.current-menu-item a {
	color: #fff;
}

.footer-1 .footer-logo {
	display: block;
	margin-bottom: 20px;
	margin-right: 40px;
}

.footer-1 .footer-logo img {
	width: 150px;
}

@media (min-width: 768px) {

	.footer-1 .main-wrap {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	.footer-1 .nav-wrap {
		flex-direction: row;
	}

	/* .footer-1 .footer-navi .wrap {
		display: flex;
		flex-direction: column;
		gap: 0;
	} */

	.footer-1 .footer-navi .wrap {
		flex-direction: row;
		gap: 40px;
	}
}

@media (min-width: 992px) {

	.footer-1 .main-wrap {
		flex-direction: row;
		justify-content: space-between;
		gap: 30px;
	}

	/* .footer-1 .nav-wrap {
		flex-direction: row;
	} */

	.footer-1 .footer-navi .wrap {
		flex-direction: row;
		gap: 40px;
	}
}

@media (min-width: 1300px) {

	.footer-1 .company-wrap {
		flex-direction: row;
	}
}

/* -------------------------------------------- Footer 2 --- */
/*.footer-2 {
	padding-top: 20px;
	padding-bottom: 30px;
}
.footer-2 .navi {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.footer-2 .navi ul {
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.footer-2 .navi li::after {
	content: "·";
	padding-left: 15px;
	color: #B3B3B3;
}
.footer-2 a {
	color: #B3B3B3;
}
.footer-2 a:hover,.footer-2 a:active {
	color: #fff;
}*/

/*-------------------------------------------- Social Icons ---*/
#social-box {
	display: flex;
	gap: 20px;
}
#social-box a {
	display: inline-block;
	text-decoration: none;
}
#social-box a img {
	height: 28px;
}
.social-link {
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.social-link svg.social-icon {
	width: 40px;
}
.social-link svg.social-icon .social-bg {
	fill: #828282;
}
.social-link svg.social-icon .social-fg {
	fill: #fff;
}
.social-link:hover svg.social-icon .social-bg {
	fill: #fff;
}
.social-link:hover svg.social-icon .social-fg {
	fill: #828282;
}
.corp-mobile.has-icon svg.icon,
.corp-fax.has-icon svg.icon {
	fill: #000;
	stroke: none;
}
.corp-text {
	display: block;
	text-decoration: none;
}
.corp-street {
	margin-bottom: 15px;
	line-height: 1.6;
}
svg.icon.icon-quota {
	width: 40px;
	fill: var(--clr-main);
}
.corp-text.motto {
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .1rem;
	line-height: 1.3;
	font-size: 2.2rem;
}
.corp-name {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 2.4rem;
}
.footer-content .corp-email {
	height: 34px;
}

.footer .has-icon svg.icon {
	stroke: #fff;
}

.footer .corp-text {
	color: #fff;
}

.footer .corp-text span {
	width: 70px;
	display: inline-block;
}

.footer .corp-street {
	margin-bottom: 0;
}

@media (min-width: 992px) {

	#social-box {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

/*----------------------------------------------- Copyright ---*/

#copyright {
	padding: 10px 0 20px 0;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}

#copyright a {
	font-size: 80%;
	text-decoration: none;
}

/* -------------------------------------- Impressum debleu --- */

.page-impressum .page-title {
	margin: 0 auto;
	max-width: 900px;
}

.debleu-imprint {
	padding-top: 10px;
	padding-bottom: 50px;
}

.debleu-imprint h2 {
	padding-bottom: 0;
}

.debleu-logo {
	display: block;
	height: 100px;
	background-image: url(../images/debleu-kommunikation-design-login.svg);
	background-repeat: no-repeat;
	margin: 20px 0;
}