@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;
} */

@layer reset {

	*, 
	*:before, 
	*:after {
		box-sizing: border-box;
	}

	* {
		margin: 0;
		padding: 0;
		font: inherit;
	}

	html {
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		text-size-adjust: none;

		-webkit-tap-highlight-color: transparent;

		overflow-y: scroll;
		hanging-punctuation: first last;
	}

	body {
		min-height: 100svh;
	}

	h1, h2, h3, h4, h5, h6 {
		text-wrap: balance	;
	}

	p, li, figcaption {
		text-wrap: pretty;
		hyphens: auto;
	}

	::marker {
		content: "";
	}

	:focus, button {
		outline-color: transparent;
	}

	/* article, aside, details, figcaption, figure, footer, header, main, nav, section {
		display: block;
	} */

	img, picture, video, svg {
		display: block;
		max-width: 100%;
	}

	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;
	}

	a {
		background-color: transparent;
	}

	a:hover, a:active {
		outline: 0;
	}

	a img {
		border: 0;
	}

	@media(prefers-reduced-motion: no-preference) {
		:has(:target) {
			scroll-behavior: smooth;
			scroll-padding-top: 3rem;
		}
	}

}

/* ------------------------------------------------ Global --- */
main {
	/* for nav mobile overlay */
	/* position: unset; */
	
	height: 100%;
	/* min-height: 80vh; */
	/* overflow: hidden; */
	padding-block: 40px;
}

main.no-topimage {
	padding-top: 50px;
}

/* .site-main::after {
	content: "";
	clear: both;
	display: table;
	table-layout: fixed;
} */

/* footer {
	margin-top: auto;
	flex-shrink: 0;
} */

.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.content-width {
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

@media (min-width: 768px) {
	.content-width {
		max-width: 1360px;
		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 {
	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;
} */
a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	text-decoration-color: #6ad2da;
}
ol li {
	padding-bottom: 10px;
}

/* ----------------------------------------------- Buttons --- */

.go-back {
	padding-top: 30px;
	padding-bottom: 30px;
}
a.back {
	clear: both;
	display: inline-block;
	text-decoration: none;
}
.read-more {
	padding-bottom: 0;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}
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-decoration: none;
}

/* ------------------------------------------------- Icons --- */
svg.icon-back {
	height: 32px;
	stroke: #555; 
	stroke-width: 18px;
	fill: none;
}

svg.icon-back:hover { 
	stroke: var(--clr-main);
}

/* -------------------------------------------- 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;
} */

/* .center {
	text-align: center;
} */

/* ------------------------------------------------ Tables --- */
table {
	width: 100%;
}
th, td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.table-scrollable {
	width: 100%;
	overflow-y: auto;
}
.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;
}

/* ----------------------------------------------- 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;
	line-height: 0;
}

img {
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 100%;
	height: auto;
	vertical-align: middle;

}

img[data-mime-type="image/svg+xml"] {
	width: 100%;
}

/* @-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%;
}

#topimage .topimage {
	width: 100%;
}

#topimage .topimage img {
	height: auto;
	width: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	align-self: center;
}

#topimage .size-content { /* --- from ACF topimage width --- */
	max-width: 1300px;
	margin: 0 auto;
}

#topimage figure, #swiper figure {
	overflow: hidden;
}

/*@media (min-width: 1230px) and (min-height: 768px) {
}*/

@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 {
	background-color: hsl(0deg 0% 0% / 85%);
}
.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 {
	font-size: 1.4rem;
	color: #999;
	padding-bottom: 30px;
	padding-top: 20px;
}
.breadcrumb a {
	color: #5a5a5a;
}
.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-map {
	overflow: hidden;
	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 {
	position: relative;
	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; */
	justify-content: flex-start;
	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: 430px) {

	.site-branding { 
		width: fit-content;
		padding-block: 15px;
	}

	.site-branding figure img {
		height: var(--logo-height-wide); 
		width: fit-content;
	}
}

/* ------------------------------------------------ Footer --- */

.footer {
	width: 100%;
	overflow: hidden;
}

/* -------------------------------------------- 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 {
		padding-right: 110px;
	}

	.footer-1 .main-wrap {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	.footer-1 .footer-navi .wrap {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
}

@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;
	}
}

@media (min-width: 1600px) {

	.footer-1 {
		padding-right: 0;
	}
}

/* -------------------------------------------- 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 .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;
	}
}

/*----------------------------------------------- Go to Top ---*/

.top-wrap,.side-block-wrap {
	width: 50px;
	height: 50px;
	bottom: 60px;
}

.top-wrap {
	display: none;
	position: absolute;
	right: 30px;
	
	/* Out of canvas under 1422px */
	/* right: -2000px;  */
}

.side-block-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100;
	background-color: #e3e3e3;
	text-align: center;
	font-size: 1.2rem;
	border-radius: 50%;
}

.icons.to-top-icon > a {
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
a.top-icon svg {
	display: block;
	width: 30px;
	margin-bottom: 3px;
}

.icon-outline {
	fill: none;
	stroke: #474747;
	stroke-width: 14px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

.side-block-wrap:hover .icon-outline {
	stroke: #fff;
	transition: stroke 0.5s;
}

.side-block-wrap:hover {
	background-color: #424242;
	transition: background-color 0.5s;
}

@media (min-width: 1422px) and (min-height: 768px) {
	.top-wrap {
		display: none;
	}
}

/*----------------------------------------------- Copyright ---*/

#copyright {
	padding: 10px 30px 20px 30px;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}
#copyright a {
	font-size: 80%;
	text-decoration: none;
}

/* -------------------------------------- Impressum debleu --- */
.debleu-imprint {
	padding-top: 10px;
}
.debleu-imprint a {
	text-decoration: none;
	border: 0;
}
.debleu-logo {
	display: block;
	height: 100px;
	background-image: url(../images/debleu-kommunikation-design-login.svg);
	background-repeat: no-repeat;
	margin: 20px 0;
}