@charset "utf-8";
/*
Theme Name: debleu 2024
Version: Master 1.0 / 28.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;
}
body {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
#main {
	position: relative;
	width: 100%;
	margin-top: 40px;
}
@media (min-width: 768px) {
	#main.front-page {
		margin-top: 10px;
		margin-bottom: 70px;
	}
}
#main:after {
	content: "";
	clear: both;
	display: table;
	table-layout: fixed;
}
.gallery.size-1920 {
	padding-left: 5px;
	padding-right: 5px;
}
.size-1370, .size-1360, .size-1120, .size-960, .content-width, .full-width {
	position: relative;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.size-1370 {
	max-width: 1370px;
	padding-right: 15px;
	padding-left: 15px;
}
.size-1360, .content-width {
	max-width: 1360px;
}
.size-1120 {
	max-width: 1120px;
}
.size-960 {
	max-width: 960px;
}
@media (min-width: 600px) {
	.size-1360, .size-1120, .size-960, .content-width, .full-width {
		padding-right: 30px;
		padding-left: 30px;
	}	
	.size-1370, .gallery.size-1360 {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media (min-width: 1370px) {
	.size-1370, .gallery.size-1360 {
		padding-right: 30px;
		padding-left: 30px;
	}
}
.entry-header {
	position: relative;
}

/*  ------------------------------------------- Browser Scrollbar --- */

body::-webkit-scrollbar {
	width: 8px;
}
body::-webkit-scrollbar-track {
	background: hsl(0, 0%, 0%)
}
body::-webkit-scrollbar-thumb {
	background: hsl(0, 0%, 55%)
}
body::-webkit-scrollbar-thumb:hover {
	background: hsl(0, 0%, 65%)
}

/* -------------------------------------------------------------- Footer --- */
#footer {
	width: 100%;
	position: relative;
}
#footer-content {
	position: relative;
	width: 100%;
	padding: 30px;
	color: #000;
}
#footer-content p {
	color: #000;
	margin: 0 0 7px 0;
	font-size: 1.8rem;
	border-bottom: 1px solid hsl(0deg 0% 0% / 29%);
	padding-bottom: 3px;
}
#footer-content .company {
	font-size: 120%;
	padding: 10px 0 6px 0;
}
#footer-content .box {
	padding: 0 10px;
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
}
#footer-content .box li {
	/* border-bottom: 1px solid #e8d4aa; */
	border-bottom: 1px solid hsl(0deg 0% 0% / 20%);
}
#footer-content .box li a {
	color: #000;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 10px;
	display: inline-block;
}
#footer-content .box #menu-footernavi-1 li ul.sub-menu li {
	border-top: 1px solid #e8d4aa;
	padding-left: 15px;
}
#footer-content .box li:last-of-type, #footer-content .box #menu-footernavi-1 li:last-of-type {
	border: 0 none;
}
#footer-content .box li:hover {
	cursor: pointer;
}
#footer-content .box li:hover a,
#menu-footernavi-1 li.menu-item-has-children:hover ul li a,
#menu-footernavi-1 li.menu-item-has-children ul li:hover a,
#footer-content .box li.current-menu-item a, 
#footer-content .box #menu-footernavi-1 li.current-menu-item a {
	color: #000;
	font-weight: 700;
}

#footer-content {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

#footer-content .box.box-0 {
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	padding: 0;
	width: 100%;
	max-width: 240px;
}

#footer-content a.footer-logo {
	display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}

#footer-content a.footer-logo.gr-signet {
	display: block;
	/* background-image: url(../images/gedlich-racing-logo-003.svg); */
	width: 140px;
}

#footer-content .box.box-1 li {
	border: 0 none;
}
#footer-content .box-2 li.company {
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
	margin: 0;
	color: #fff;
}
#footer-content .box-2 li.company-sub {
	margin: 0;
	color: #fff;
}
#footer-content .box-2 li.openhours span {
	margin: 0 0 5px 0;
	display: block;
	color: #fff;
}
#footer-content li.phone a, #footer-content li.mail a {
	font-weight: 700;
}
#footernavi-1 li::before,
#footernavi-2 li::before,
#footernavi-3 li::before,
#footernavi-4 li::before {
	content: "+";
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
	color: #505050;
	font-weight: 700;
}
@media (min-width: 600px) {

	#footer-content {
		grid-template-columns: repeat(2, 1fr);
	}

	#footer-content .box {
		text-align: left;
	}

}
@media (min-width: 768px) {
	
	#footer-content .box li a {
		padding-bottom: 4px;
		padding-top: 4px;
	}

}
@media (min-width: 992px) {
	
	#footer-content {
		grid-template-columns: repeat(4, 1fr);
	}

	#footer .social a {
		margin: 0 5px;
	}
}
@media (min-width: 1050px) {
	/* #footer-content .box {
		width: calc(100% / 4);
	} */
}
@media (min-width: 1300px) {

	#footer-content {
		padding: 30px 30px 10px 30px;
	}

}

/*------------------------------------------------------------- Go to Top ---*/

#footer-content a.top {
	display: block;
	width: 42px;
	height: 42px;
	position: fixed;
	z-index: 1;
	padding: 5px;
	right: 15px;
	bottom: 300px;
	border-radius: 50%;
	/* background-color: hsl(0deg 0% 0% / 20%); */
	background-color: hsl(41deg 69% 70%);
}

@media (min-width: 768px) {
	#footer-content a.top {
		bottom: 30px;
		right: 65px;
	}
}

/*---------------------------------------------------------------- Social ---*/

#footer .box.social {
	position: absolute;
	top: -20px;
	width: 130px;
}
@media (min-width: 600px) {
	#footer .box.social {
		right: 86px;
	}
}
#footer .social a {
	display: inline-block;
	margin: 0 10px 15px 0;
	width: 40px;
	height: 40px;
}
#footer .social-icon {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}
#footer .social-icon.facebook {
	background-image: url(../icons/facebook.svg);
}
#footer .social-icon.youtube {
	background-image: url(../icons/youtube.svg);
}
#footer .social-icon.instagram {
	background-image: url(../icons/instagram.svg);
}
#footer .social-icon.twitter {
	background-image: url(../icons/twitter.svg);
}
#footer-content .box-2 li.phone::before,
#footer-content .box-2 li.mobile::before,
#footer-content .box-2 li.fax::before,
#footer-content .box-2 li.mail::before {
	display: inline-block;
	text-indent: -30px;
	text-align: center;
	width: 18px;
	margin-left: 15px;
}
#footer-content .box-2 li.phone::before {
	content: url(icons/phone.svg);
}
#footer-content .box-2 li.mobile::before {
	content: url(icons/mobile.svg);
	padding: 0 2px;
}
#footer-content .box-2 li.fax::before {
	content: url(icons/fax.svg);
}
#footer-content .box-2 li.mail::before {
	content: url(icons/at.svg);
}

/*------------------------------------------------------------- Copyright ---*/
.copyright {
	padding: 10px 20px 15px 20px;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}
.copyright a {
	font-size: 80%;
	text-decoration: none;
	letter-spacing: 0.05rem;
}
/*--------------------------------------------------------- Cookie Banner ---*/
#cookie-law-info-bar, #cookie-law-info-again {
	box-shadow: none;
}
#cookie-law-info-bar {
	padding: 5px 10px;
}
/* #cookie-law-info-again {
	display: none!important;
} */
.cli-plugin-button, .cli-plugin-button:visited {
	display: block;
	margin-left: 0;
}
.cookie-law-text {
	padding-bottom: 10px;
}

/* ----------------------------------------------------------------- Impressum debleu --- */
h2.company {
	color: #000;
	font-size: 3.2rem;
	padding: 0 0 5px 0;
}
h3.company-sub {
	font-size: 1.8rem;
	padding: 0 0 15px 0;
}
#debleu-imprint {
	margin: 0 0 40px 0;
}
#debleu-imprint a {
	text-decoration: none;
}
.debleu-logo {
	display: block;
	width: 270px;
	height: 140px;
	background-image: url(../images/debleu-Agentur-Kommunikation-Design-wBG.svg);
	background-repeat: no-repeat;
}
.debleu-head {
	margin: 0 0 5px 0;
	border: none;
	padding: 0;
}
.debleu-head a {
	font-size: 2.2rem;
	color: #000;
}
.debleu-logo-content {
	max-width: 400px;
	padding: 90px 0;
	margin: 30px;
}
