@charset "utf-8";
/*
Theme Name: debleu 2024
Version: Master 1.0 / 28.02.2024
Author: debleu.de
Author URI: https://debleu.de/
*/
:root {
	--typo-interstate: interstate, Arial, sans-serif; /* from Adobe Fonts */
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--typo-interstate);
	font-weight: 400;
	font-style: normal;

	font-size: 1.56rem;
	line-height: 1.5;
	
	text-rendering: optimizeLegibility;
}
#nav-mobile ul li a, .nav-mobile a, #nav-mobile .menu-text {
	font-family: var(--typo-interstate);
	font-weight: 400;
	font-style: normal;
}
#topnavi ul li a, #pagenavi, .contact, .contact a.phone, .wp-caption-text, #lbCaption, #titleText, .company, .site-branding h1 a, .site-branding h2 a, .kontakt-box-left h2, .pb-dates .booked,
.pb-quota .page-title, h2.company, #headernavi li a, #header-phone a, #footer-content .company, .pb-dates .dates, .pb-dates .event,
.subnavi ul li.current-menu-item > a,
.subnavi ul li.current-menu-ancestor > a,
.single-racetracks #menu-item-504, 
.single-raceteams li#menu-item-546 a,
.single-service-partner #menu-subsubnavi-es li#menu-item-1041 > a, .single-service-partner #menu-subsubnavi-es li#menu-item-1048 > a, .single-service-partner #menu-subsubnavi-es li#menu-item-546 > a {
	font-family: var(--typo-interstate);
	font-weight: 600;
	font-style: normal;
}
.pb-quota, .contact a.phone, .nav-mobile a, .company {
	clear: both;
}
p {
	word-wrap: break-word;
	padding-bottom: 10px;
}
b, strong, .bold {
	font-weight: 600; /* bold */
	font-style: normal;
	letter-spacing: 0.01rem;
}
em {
	font-style: oblique;
}
.single .entry-content a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, #row-1.pb-row.pb-quota .page-title {
	font-family: var(--typo-interstate);
	font-weight: 600; /* bold */
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0;
}
h1, #row-1.pb-row.pb-quota .quota-topline {
	/*  flexible font size: min font-size px + (max font size - min font-size) * ((100vw - min screen-size px) / (max screen-size - min screen-size)))   */
	font-size: calc(34px + (40 - 34) * ((100vw - 400px) / (1360 - 400)));
	font-weight: 800;
	text-transform: uppercase;
	/* letter-spacing: 0.03rem; */
}

.home #row-1.pb-row.pb-quota h1.page-title {
	line-height: 1.4;
}

header h1 {
	padding-bottom: 10px;
}
.single-termin h1.entry-title,
.single-news h1.entry-title  {
	font-size: calc(30px + (36 - 30) * ((100vw - 400px) / (1360 - 400)));
}
@media (min-width: 1370px) {
	h1 {
		font-size: 4rem;
	}
	.single-termin h1.entry-title  {
		font-size: 3.6rem;
	}
}
h2 {
	font-size: 2.1rem;
	padding-top: 30px;
	padding-bottom: 10px;
}
header h2 {
	padding-top: 20px;
}
header h1 + h2 {
	padding-top: 0;
}
h2.title-topline {
	padding-top: 0;
	padding-bottom: 30px;
	/* margin-top: -10px; */
	text-transform: uppercase;
	font-weight: 400;
	/*letter-spacing: 0.03rem;*/
	font-size: 2.1rem;
}
.pb-text-2-col header h2,
.pb-text-3-col header h2 {
	max-width: 840px;
}
h3 {
	font-size: 1.9rem;
	padding: 20px 0 10px 0;
	line-height: 1.5;
}
h4 {
	font-size: 1.6rem;
	padding: 20px 0 10px 0;
	line-height: 1.5;
}
h5 {
	font-size: 1.6rem;
	padding: 20px 0 10px 0;
	line-height: 1.5;
}
h6 {
	font-size: 1.6rem;
	padding: 20px 0 10px 0;
	line-height: 1.5;
}

.text-small {
	font-size: 1.2rem;
}

h3.headline-groups {
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 1.7rem;
}

/* ------------------------------------------------------------- Colors  --- */
:root {
	--gold: 		 hsl(41, 64%, 67%);
	--lightgold:	 hsl(41deg 69% 71%);
	--darkgold: 	 hsl(41deg 56% 61%);
	--clr-typo: 	 hsl(0, 0%, 19%);
	--clr-typo-blue: hsl(206, 97%, 58%);
}

html {
	background-color: #f5f5f5;
}
body {
	background-color: #fff;
}
body, button, input, select, textarea, p, #content li a {
	color: var(--clr-typo);
}
h2, h3, h4, h5, h6, .black {
	color: var(--clr-typo);
}
h1, #row-1.pb-row.pb-quota .quota-topline, .gold  {
	color: var(--gold);
}
h1.blue, .blue, .db-1zu1-coaching.db-parent-drivers h1.entry-title {
	color: var(--clr-typo-blue);
}
h1.coaching-logo span {
	font-size: 7.5rem;
}
#site-header, #head {
	background-color: #000;
	z-index: 2;
}

#topimage {
	background-color: transparent;
}

#menu-topnavi li.blue a {
	color: #17b4ff;
}

/* for GTWS on page Termine */
header h2.dates-headline {
	padding-top: 0;
	border-bottom: 1px solid var(--gold);
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 2.3rem;
}

.gtws-dates-copy {
	margin-top: 20px;
}
a.button.button-blue {
	background-color: #038bda;
	border: 0 none;
	color: rgb(255 255 255);
	font-size: 2rem;
	padding: 8px 30px;
	width: unset;
	display: inline-block;
}
@media (min-width: 768px) and (min-height: 768px) {
	.gtws-dates-copy a.button-blue {
		display: inline;
		margin-left: 20px;
	}
}  

.entry-header h1.red, .red {
	color: #ea0300;
} 
#topnavi ul li:hover a {
	color: #fff;
}
.nav-mobile ul {
	background: #2b2f3a;
}
.nav-mobile ul li a {
	color: #fff;
}
.nav-mobile ul li a:hover {
	color: var(--gold);
}
.site-branding h1 a {
	color: #000;
}
.site-branding h1 a:hover {
	color: #000;
}
#footer {
	background-color: var(--lightgold);
}
#footer .copyright {
	background-color: #000;
}
#footer .copyright a {
	color: #d9d3c9;
}
a {
	color: #4e4e4e;
	text-decoration-color: #cbcbcb;
	text-underline-position: under;
	cursor: pointer;
}
a:hover {
	color: #000;
}

.es-calender h3, .es-calender h3:first-of-type {
	padding: 5px 0 5px 0;
	color: var(--darkgold);
}
.es-calender h3 {
	padding: 10px 0 5px 0;
}
.es-calender table {
	margin: 0;
	width: unset;
}
.es-calender table tr td:first-of-type {
	padding-right: 20px;
	text-align: right;
}

/* --------------------------------------------------------------- Buttons --- */

a.btn-black {
	display: block;
	padding: 7px 20px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
a.btn-black:hover {
	background-color: #2a2a2a;
	color: #fff;
}

a.btn-blue {
	text-align: center;
	padding: 8px 30px;
	display: inline-block;
	margin: 5px 0;
	text-decoration: none;
	background-color: #1379c1;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
	transition: background-color 0.3s;
	box-shadow: 4px 4px 8px hsl(0deg 0% 0% / 30%);
}

a.btn-blue:hover {
	background-color: #0c64a3;
	color: #FFF;
}

a.btn-green {
	text-align: center;
	padding: 8px 30px;
	display: inline-block;
	margin: 20px 0;
	text-decoration: none;
	background-color: #3db53d;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
	transition: background-color 0.3s;
	box-shadow: 4px 4px 8px hsl(0deg 0% 0% / 30%);
}

a.btn-green:hover {
	background-color: #2d892d;
	color: #FFF;
}

/* --------------------------------------------------------------- Icons --- */

svg circle.social { fill: #333232; }
svg path.social { fill: #fff; }

svg.icon-back, svg.icon-top {
	stroke-width: 20px;
	stroke-linecap: round;
	fill: none;
	stroke: #fff;
}
svg.icon-back {
	stroke: #4e4e4e;
}
svg.icon-back:hover, svg.icon-top:hover { 
	fill: none;
	stroke: #828282;
}
svg.icon-phone { 
	fill: #4e4e4e; 
}
svg.icon-phone:hover { 
	fill: #000; 
}

/* ------------------------------------------------------------- Buttons --- */
a.back {
	clear: both;
	display: block;
	height: 30px;
	width: 30px;
	text-decoration: none;
	margin: 50px 0 70px 0;
}
a.read-more {
	display: block;
	text-align: left;
}

.button-wrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.button {
	text-align: center;
	padding: 6px 20px;
	display: inline-block;
	margin-block: 20px;
	text-decoration: none;
	background-color: hsl(125, 100%, 32%);
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	border: none;
	border-radius: 3px;
	flex-basis: 100%;
	box-shadow: 5px 5px 10px hsl(0deg 0% 0% / 15%);
	cursor: pointer;
}

.button:hover {
	background-color: #2d892d;
	color: #FFF;
	box-shadow: none;
}

.button.btn-show.active {
	background-color: #fff;
	color: #999;
	border: 1px solid #ccc;
	box-shadow: none;
}

.button-wrap .button {
	margin-block: 0px;
}

@media (min-width: 600px) {

	.button {
		flex-basis: unset;
	}
}

/* ----------------------------------------------------- Calendar Button --- */

a.calendar-link {
	display: inline-block;
	margin-block: 20px;
	background-color: #3db53d;
	color: #fff;
	padding: 2px 40px;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 700;
	box-shadow: 5px 5px 10px hsl(0deg 0% 0% / 15%);
}

a.calendar-link:hover {
	box-shadow: none;
}

/* --------------------------------------------------------------- Anker --- */
a.anker {
	width: 1%;
}
/* ---------------------------------------------- Hoch- und Tiefstellung --- */
sub, sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; 
}
sub {
	bottom: -0.25rem; 
}
sup {
	top: -0.6em;
	padding-left: 0.2rem;
	padding-right: 0.1rem;
}
/* -------------------------------------------------------------- Tables --- */
table {
	width: 100%;
	margin: 0 0 15px 0;
}
th, td {
	padding: 5px 10px;
	vertical-align: top;
}
tr {
	border-bottom: 1px solid #e4e1df;
}
.table-scrollable {
width: 100%;
overflow-y: auto;
margin: 0 0 10px 0;
}
.table-scrollable::-webkit-scrollbar {
-webkit-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; }
	40% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadein {
	0% { opacity:0; }
	40% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadein {
	0% { opacity:0; }
	40% { opacity:0; }
	100% { opacity:1; }
}
.fadein, #main, .endless-summer-logo {
	animation-name: fadein;
	animation-duration: 0.6s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
}

/* ------------------------------------------------------------- Flexbox --- */

.flex, .price-box-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
		-ms-flex-pack: justify;
	
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
}
.flex-vcenter {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.flex-hcenter {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* ------------------------------------------------------------ Topimage --- */

#head {
	display: none;
}

#topimage {
	position: relative;
	overflow: hidden!important;
	width: 100%;
	max-height: 640px;
	padding-top: 50px;
	z-index: 0;
}

#topimage > div {
	aspect-ratio: 3 / 1;
}

#topimage .topimage {
	width: 100%;
}
#topimage .topimage img {
	height: auto;
	width: 100%;
}
#topimage .topimage img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media (min-width: 768px) and (min-height: 768px) {

	#head {
		display: block;
	}
	
	#topimage {
		padding-top: 0;
		/* width: calc(100% - 50px); */
		width: calc(100% - 48px);
	}
}

@media (min-width: 1920px) {

	#topimage {
		width: 100%;
	}

	#topimage .topimage img {
		width: 1920px;
	}
}

#topimage figure, #swiper figure {
	position: relative;
	overflow: hidden;
}
/*	---------------------------------------------------------- Slideshow --- */
.pb-slideshow {
	overflow: hidden!important;
	position: relative;
}
.pb-slideshow header h2 {
	font-size: 2.2rem;
	padding-bottom: 30px;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-slide .wrap {
	cursor: grab;
}
.swiper-button-next,
.swiper-button-prev {
	display: none;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}
.swiper-button-next, .swiper-button-prev {
	color: rgb(255 255 255 / 50%);
}
.pb-slideshow .swiper-button-next, .pb-slideshow .swiper-button-prev {
	color: rgb(0 0 0 / 50%);
}
.slide-copy {
	padding: 15px;
	width: 100%;
}
.slide-img {
	text-align: center;
	width: 100%;
}
.slide-img a {
	cursor: zoom-in;
}
.swiper-pagination {
	display: none;
}
.swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-pagination-bullet-active {
	background-color: #868686;
}
.pb-slideshow-images .swiper-container.size-1360 {
	max-width: 1300px;
	padding-right: 0;
	padding-left: 0;
}
.swiper-navigation {
	text-align: center;
	height: 60px;
}
.pb-row .swiper-button-prev, .pb-row .swiper-button-next {
	position: relative;
	width: 120px;
	display: inline-block;
	left: inherit;
	right: inherit;
	top: 30px;
}
.swiper-button-prev {
	left: 30px;
}
.swiper-button-next {
	right: 20px;
}
.pb-row .swiper-pagination {
	display: inline-block;
	top: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 3rem;
	color: rgb(255 255 255 / 65%);
}
.pb-row .swiper-button-next:after, .pb-row .swiper-button-prev:after {
	font-size: 3rem;
	color: #636363;
}
@media (min-width: 500px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}
}
@media (min-width: 730px) {
	.pb-slideshow header h2 {
		padding-left: 30px;
		font-size: 2.4rem;
	}
	.slide-copy {
		width: calc(50% - 80px);
		padding: 40px;
	}
	.slide-img {
		width: 50%;
	}
}
@media (min-width: 1920px) {
	.pb-slideshow-images .size-1920 .swiper-button-next {
		right: 10px;
	}
	.pb-slideshow-images .size-1920 .swiper-button-prev {
		left: 10px;
	}
}
/*-------------------------------------------------------------- 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); }
}
.topimage img, .slider img, .kenburns {
	transform-origin: 50% 50% 0px;
	-webkit-animation: 40s linear 0s normal forwards 1 kenburns;
	-moz-animation: 40s linear 0s normal forwards 1 kenburns;
			animation: 40s linear 0s normal forwards 1 kenburns;
}
/* -------------------------------------------------------------- Images --- */
img, a.img {
	max-width: 100%;
	height: auto;
	width: auto; /* IE8 */
}
@-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; } }

img.mfp-img {
	opacity:0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
			animation: fadeIn ease-in 1;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
			animation-fill-mode: forwards;

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
			animation-duration: 1s;
}
.wp-caption {
	max-width: 100% !important;
	width: auto !important;
}
.wp-caption {
	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.alignleft.size-thumbnail {
	padding: 7px 0 30px 0;
}
@media (min-width: 480px) {
	img.alignleft.size-thumbnail {
		padding: 7px 50px 30px 0;
	}
}
/* ------------------------------------------------ WF Magnific Lightbox --- */
.mfp-bg {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.mfp-bottom-bar {
	padding: 10px 20px;
}
.mfp-counter {
	top: 8px;
	right: 20px;
}
.mfp-title {
	font-size: 1.6rem;
	color: #b3b3b3;
	line-height: 1.4;
}
.mfp-image-holder .mfp-content {
	max-width: 88%;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	display: none;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 15px solid #888888;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	border-right: 15px solid #888888;
}
/* ---------------------------------------------------------- Accordions --- */
.omsc-toggle-title {
	font-size: 2.2rem;
	font-weight: 400;
}
.omsc-toggle-inner {
	padding: 20px!important;
}
/* 
-------------------------------------------------------- Breadcrumb Navi --- */
#breadcrumb {
	font-size: 1.4rem;
	color: #999;
	margin: 0 0 10px 0;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #666;
}
/* ----------------------------------------------------- float and clear --- */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	margin: 0;
}
/* --------------------------------------------------------------- Align --- */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/* ---------------------------------------------------------- Pagination --- */
.pagination {
	margin-bottom: 40px;
}
.pagination.bottom {
	margin-top: 10px;
	border-top: 1px solid #555;
	padding-top: 20px;
}
.pagination h2 {
	display: none;
}
.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;
}
.screen-reader-text {
	display: none;
}
/* ------------------------------------------------------------ 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;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.res-iframe iframe, .res-video video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ------------------------------------------------------------- Gallery --- */
.gallery-item {
	width: calc(100% / 2);
	font-size: 0;
	overflow: hidden;
	border: 5px solid transparent;
}
.gallery-item.col3 {
	width: calc((100% / 2) - 20px);
}
.gallery-item.col7 {
	width: 50%;
	padding: 40px;
}
.gallery-item a {
	display: block;
}
/*.gallery-item a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/
/*.gallery-item.col7 img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/
body dl.gallery-item + br { 
	display: none; 
}
.gallery-caption {
	margin-bottom: 10px;
	padding: 0 5px;
}
.content-gallery {
	margin: 0 0 40px 0;
}
@media (min-width: 600px) {
	.gallery-item.col3 {
		width: calc((100% / 2) - 25px);
	}
	.gallery-item.col7 {
		width: calc(100% / 3);
	}
}
@media (min-width: 768px) {
	.gallery-item.col3 {
		width: calc((100% / 3) - 20px);
	}
	.gallery-item.col7 {
		width: 25%;
	}
}
@media (min-width: 930px) {
	.gallery-item {
		width: calc(100% / 3);
	}
	.gallery-item.col2 {
		width: calc(100% / 2);
	}
	/*.gallery-item.col3 {
		width: calc(100% / 3);
		width: calc((100% / 3) - 25px);
	}*/
/*    .gallery-item.col7 {
		width: calc((100% - 0px)/ 7);
	}*/
}
/*@media (max-width: 1370px) {
	.pb-gallery-3-col .gallery {
		padding-right: 30px;
		padding-left: 30px;
	}
}*/
/*  ------------------------------------------------------------- Header --- */
#header {
	position: relative;
	width: 100%;
	max-width: 1920px;
	z-index: 2;
	transition: top 0.5s ease-in-out;
}

@media (min-width: 768px) and (min-height: 768px) {

	#head .head-wrap {
		position: relative;
		height: 10px;
	}

	.site-branding {
		display: block;
		position: absolute;
		background-color: #000;
		z-index: 5;
		top: 0;
		left: 30px;
		padding: 20px 30px;
	}

	.site-branding .logo  {
		position: relative;
		display: block;	
		text-decoration: none;
		height: 60px;
		aspect-ratio: 30/7;
		background-image: url(../images/gedlich-racing-logo-002.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
	}

}

/* @media (min-width: 1200px) {

	.site-branding {
		position: absolute;
		background-color: #000;
		z-index: 5;
		top: 0;
		left: 30px;
		padding: 20px;
		border-radius: 60px;
	}

	.site-branding .logo  {
		position: relative;
		display: block;	
		text-decoration: none;
		height: 60px;
		aspect-ratio: 30/7;
		background-image: url(../images/gedlich-racing-logo-002.svg);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
	}

} */

/* ------------------------------------------------ Headernavi & Contact --- */
#headernavi, 
#header-phone {
	display: none;
}

@media (min-width: 992px) and (min-height: 768px) {

	#headernavi li {
		display: inline-block;
		padding: 0 10px;
		border-right: 1px solid #ccc;
	}

	#headernavi li:last-of-type {
		border-right: none;
	}

	#headernavi li a {
		text-decoration: none;
		color: var(--darkgold);
		text-transform: uppercase;
		letter-spacing: 0.05rem;
		font-size: 1.6rem;
	}
	
	#headernavi li a:hover {
		color: #fff;
	}
	
	#headernavi li a.lang-active {
		color: #fff;
	}

	/* .head-corp-opening-hours {
		display: none;
	} */

	/* #headernavi, #header-phone {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
				transition: all 0.5s ease;
	} */

}

/* @media (min-width: 1140px) and (min-height: 768px) {

	#header-phone {
		display: block;
	}
	
	#header-phone p {
		font-size: 1.4rem;
		padding-top: 0;
		padding-bottom: 4px;
	}

	#header-phone a {
		font-size: 2rem;
		text-decoration: none;
		color: var(--darkgold);
	}
	
} */

/* ------------------------------------------------------------- Language Nav --- */

nav.language-nav {
	padding-top: 20px;
}

nav.language-nav li {
	display: inline-block;
	padding-right: 10px;
}

nav.language-nav li a {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	text-decoration: none;
	color: var(--gold);
}

nav.language-nav li:hover a,
nav.language-nav li:active a,
nav.language-nav li.active a {
	color: #000;
}

/* ------------------------------------------------------------- Topnavi --- */
#topnavi {
	display: none;
}

@media (min-width: 1360px) and (min-height: 768px) {

	#head .head-wrap {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 50px;
	}

	#topnavi, #headernavi {
		display: block;
	}

	/* --------------------------------------- Topnavi --- */
	#topnavi {
		position: relative;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #2b2f3a;
		box-shadow: 0px 6px 15px hsl(0deg 0% 0% / 35%);
	}
	
	ul#menu-topnavi {
		display: flex;
		gap: 30px;
		justify-content: space-between;
	}

	/* #topnavi ul {
		max-width: 1360px;
		margin: 0 auto;
		padding-right: 30px;
		padding-left: 30px;
	} */
	#topnavi li:hover a {
		color: #fff;
	}
	#topnavi li a {
		display: inline-block;
		padding: 7px 0;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.6rem;
		letter-spacing: 0.12rem;
		color: var(--gold);
		-webkit-transition: color 0.2s ease;
		-moz-transition: color 0.2s ease;
				transition: color 0.2s ease;
	}
	#topnavi li.menu-gold a {  /* gold for ES */
		color: #000;
		padding: 2px 18px;
		border-radius: 20px;
		border: 6px solid #000;
		
		background: #e6c57d;
		background: -moz-linear-gradient(-45deg,  #e6c57d 0%, #efd397 50%, #e6c57d 100%);
		background: -webkit-linear-gradient(-45deg,  #e6c57d 0%,#efd397 50%,#e6c57d 100%);
		background: linear-gradient(135deg,  #e6c57d 0%,#efd397 50%,#e6c57d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c57d', endColorstr='#e6c57d',GradientType=1 );
	}
	#topnavi li.menu-red a {  /* red for Covid */
		color: #fff;
		padding: 2px 18px;
		border-radius: 20px;
		border: 6px solid #000;
		
		background: #ce0003;
		background: -moz-linear-gradient(left,  #ce0003 0%, #ff0000 50%, #ce0003 100%);
		background: -webkit-linear-gradient(left,  #ce0003 0%,#ff0000 50%,#ce0003 100%);
		background: linear-gradient(to right,  #ce0003 0%,#ff0000 50%,#ce0003 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0003', endColorstr='#ce0003',GradientType=1 );
	}
	#topnavi li.menu-gold.current-menu-item a {
		color: #000;
	}
	#topnavi li.current-page-ancestor a, #topnavi li.current-menu-item a {
		color: #fff;
	}
	/* 1:1 blue */
	/* #menu-topnavi li:first-of-type a { 
		color: #42b0fb;
		font-weight: 600;
	}
	#menu-topnavi li:first-of-type:hover a { 
		color: #fff;
	} */

	#topnavi .sub-menu {
		display: none;
		/* max-width: 340px; */
	}

	/* #topnavi ul li ul.sub-menu li a {
		text-transform: unset;
		color: #fff;
		font-weight: 400;
		letter-spacing: unset;
		text-align: left;
	}

	#topnavi ul li ul.sub-menu li.menu-item-type-custom span {
		display: block;
		background-color: #000;
		padding: 10px;
		color: #fff;
		margin: 10px 0;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
	}*/

	#topnavi li.menu-item-type-custom:hover ul.sub-menu {
		display: block;
		position: absolute;
		background-color: #e6c57d;
		padding: 0 20px;
	}
	#topnavi li.menu-item-type-custom:hover ul.sub-menu li a {
		color: #000;
	} 

}

/* ------------------------------------------------------------- subnavi --- */
.subnavi {
	position: relative;
	padding-bottom: 40px;
	margin-top: -30px;
}

.subnavi-head {
	position: relative;
	border: 1px solid #ccc;
	padding: 10px;
	cursor: pointer;
}

.subnavi-head p {
	padding: 0;
}

.subnavi-down {
	display: block;
	width: 30px;
	position: absolute;
	right: 5px;
	top: 8px;
}

.subnavi-down svg.icon-down {
	stroke: #333232;
	fill: transparent;
	stroke-width: 20;
}

.subnavi ul {
	border: 1px solid #ccc;
	border-top: 0 none;
	display: none;
}

.subnavi ul li {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	opacity: 1;
}

.subnavi ul li:last-of-type {
	border-bottom: 0 none;
	margin-right: 0;
}

.subnavi ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1.6rem;
	padding: 10px;
}

.subnavi ul li:hover {
	background-color: rgb(227, 239, 250);
}

.subnavi ul li:hover a {
	color: #000;
}

@media (min-width: 768px) {

	/* .subnavi-head, ul#menu-subnavi {
		border: 0 none;
	} */
	
	.subnavi-head {
		display: none;
	}
	
	/* .subnavi-menu.close {
		display: block;
		max-height: 500px;
		overflow: hidden;
		opacity: 1;
	}
	ul#menu-subnavi {
		padding: 0;
	} */
	
	.subnavi ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0;
		border: 0 none;
		gap: 0 30px;
	}
	
	.subnavi ul li {
		display: inline-block;
		border-bottom: 0 none;
		padding: 0;
		flex: 0 1 auto;
	}

	.subnavi ul li:hover {
		background-color: transparent;
	}
	
	.subnavi ul li a {
		display: inline-block;
		border-bottom: 1px solid #e1bf75;
		padding: 8px 0 0 0;
		width: 200px;
	}	
	
	.subnavi-menu ul li a::after {
		content: '';
		border-bottom: 6px solid #e1bf75;
		display: block;
		width: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.subnavi ul a:hover::after {
		width: 100%;
	}

	.subnavi ul li.active a::after {
		border-bottom: 6px solid #e1bf75;
		width: 100%;
	}
	
}

@media (min-width: 992px) {

	.subnavi-menu ul li a  {
		width: inherit;
	}
}  

/* --------------------------------------------------------- Forms Global--- */
textarea, input {
	border: 0 none;
	padding: 5px;
}
textarea, input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
			appearance: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
textarea {
	height: 150px;
}
.label {
	height: 21px;
	display: block;
}
/* -------------------------------------------------------- CF7 Contact Forms--- */
.wpcf7 {
	width: 100%;
}
.wpcf7-form textarea, 
.wpcf7-form input[type=text], 
.wpcf7-form input[type=number],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
			appearance: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	
	border: 2px solid #ccc;
	padding: 8px 15px;
	margin: 8px 0;
	color: #000;
}
.wpcf7-form textarea, 
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel] {
	width: 100%;
}
/* Chrome, Safari, Edge, Opera */
.wpcf7-form input::-webkit-outer-spin-button,
.wpcf7-form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
.wpcf7-form input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
}
.wpcf7-form input[type=number] {
	text-align: center;
	margin-top: 0;
	padding: 8px 5px;
}
.wpcf7-form label {
	position: relative;
	width: 100%;
	display: block;
}
input.wpcf7-submit {
	width: 100%;
	padding: 5px 40px;
	background-color: #3db53d;
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	border: 0 none;
}
@media (min-width: 600px) {
	input.wpcf7-submit {
		width: inherit;
	}
} 
input.wpcf7-submit:hover {
	background-color: #2d892d;
	color: #fff;
}
.wpcf7-form-control.wpcf7-select {
	width: 100%;
	padding: 8px 5px;
	border: 2px solid #ccc;
	margin: 10px 0 10px 0;
}
div.wpcf7-response-output {
	margin: 2em 0 1em;
}
.wpcf7-form .acceptance {
	margin: 30px 0;
}
.wpcf7-form .acceptance a {
	text-decoration: underline;
}
input.wpcf7-form-control.wpcf7-acceptance {
	width: 30px;
}
.acceptance .wpcf7-list-item-label {
	display: none;
}
.name-block .wpcf7-form-control.wpcf7-select {
	padding: 5px 5px;
	margin: 8px 0 0 0;
}
.quiz-text {
	display: inline-block;
	padding: 10px 10px 10px 0;
}
.wpcf7-quiz-label {
	font-size: 1.8rem;
}
.wpcf7-form input[type=text].wpcf7-quiz {
	width: 60px!important;
	text-align: center;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	margin: 0 0 10px 0;
}
.wpcf7-form-control-wrap.quiz-393 {
	display: inline-block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 4px solid #f70000;
}
.wpcf7 form .wpcf7-response-output {
	/* margin: 20px 0 30px; */
	margin: 10px 0 0;
	padding: 10px 20px;
	border: 2px solid #00a0d2;
}
div.wpcf7 .ajax-loader {
	display: none;
}
.wpcf7-checkbox {
	position: relative;
	display: block;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	padding-bottom: 10px;
}
span.wpcf7-list-item-label {
	position: relative;
	display: block;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.wpcf7-form input[type=checkbox] {
	position: relative;
	visibility: hidden;
	display: none;
}
.wpcf7-form input[type=checkbox] + span::before {
	display: block;
	position: absolute;
	content: '';
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	background: #fff;
	border: 2px solid #ccc;
	cursor: pointer;
}
.wpcf7-form input[type=checkbox] + span::after {
	display: block;
	position: absolute;
	content: 'X';
	height: 30px;
	width: 30px;
	top: 3px;
	left: 0;
	visibility: hidden;
	font-size: 2.5rem;
	color: #444;
	line-height: 1;
	text-align: center;
}
.wpcf7-form input[type=checkbox]:checked + span::after {
visibility: visible;
}
/* -------------------------- Exception --- */
.experience span.wpcf7-list-item {
	width: 100%;
}
/* ----------------------------------------------- Forms DropDown Syling --- */
.wpcf7-form select, .wpcf7-form input[type="date"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
.wpcf7-form select option {
	position: relative;
	cursor: pointer;
}
.wpcf7-form .select label:before {
	content: '';
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 13px solid #000;
	position: absolute;
	right: 25px;
	top: 47px;
}
/* ---------------------------------------------------------- Teaser-Nav --- */
#teaser-nav .box a, #acf-gallery .box a {
	display: block;
	line-height: 0;
}
#teaser-nav .box, #acf-gallery .box {
	position: relative;
	/*width: 100%;*/
	border: 5px solid transparent;
	font-size: 0;
}
@media (min-width: 670px) {
	#teaser-nav.portfolio .size-01 {
		width: 50%;
	}
}   
.home .teaser-name h2 {
	font-size: 1.7rem;
}
.home .teaser-name h3 {
	font-size: 1.4rem;
}
.teaser-name h2, .home .teaser-name h2, .teaser-name h3, .home .teaser-name h3 {
	transition: font-size 0.3s;
}
@media (min-width: 600px) {
	.home .teaser-name h2 {
		font-size: 2.2rem;
	}
	.home .teaser-name h3 {
		font-size: 1.6rem;
	}
}
@media (min-width: 840px) {
	.home .teaser-name h2, .teaser-name h2 {
		font-size: 1.4rem;
		/* font-size: 1.6vw; */
	}
	.home .teaser-name h3, .teaser-name h3 {
		font-size: 1.2rem;
		/* font-size: 1vw; */
	}
}
@media (min-width: 1200px) {
	.home .teaser-name h2, .teaser-name h2 {
		font-size: 2.2rem;
	}
	.home .teaser-name h3.teaser-name h3 {
		font-size: 1.6rem;
	}
}
#teaser-nav  p {
	padding: 0 0 30px 0;
}
#teaser-nav .box a h2 span { /*  +  */
	position: relative;
	text-align: center;
	display: block;
	font-size: 6rem;
}
#teaser-nav .box .darken {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000;
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
#teaser-nav .box:hover .darken {
	opacity: 0.8;
	transition: opacity 1s ease;
}
/* --------------------------------------------------------------- Lists --- */
#page-builder ul {
	padding: 0 0 10px 0;
}
#page-builder ul li {
	padding: 0 0 8px 23px;
	text-indent: -9px;
	list-style: none;
}
#page-builder li:before {
	content: "»";
	color: #797979;
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 6px;
}

/* ------------------------------ Quick Contact Light Version --- */

/* .quick-contact {
	display: none;
}

@media (min-width: 768px) and (min-height: 768px) { */

	.quick-contact {
		display: block;
		background-color: #fff;
		width: 100%;
	}

	.newsletter-text {
		padding-bottom: 10px;
	}

	.quick-contact .wrap, 
	.newsletter-box {
		border: 1px solid #ccc;
		padding: 15px;
	}
	.quick-contact .wrap {
		margin-bottom: 40px;
	}
	.quick-contact h2 {
		padding: 0 0 10px 0;
		color: var(--gold);
		text-transform: uppercase;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.quick-contact p {
		padding-bottom: 0;
	}
	.newsletter-box input[type=text], 
	.newsletter-box input[type=email], 
	.newsletter-box input[type=tel], 
	.newsletter-box textarea {
		margin: 8px 0;
		padding: 4px 15px;
		background-color: rgba(241, 239, 233, 0.66);
		border: 1px solid #f1efe9;
		color: #000;
		width: 100%;
	}
	.newsletter-box textarea {
		height: 100px;
	}
	.newsletter-box input::placeholder, 
	.newsletter-box textarea::placeholder {
		color: #988B6D;
	}
	.newsletter-box input[type=submit] {
		background-color: #6dbe1f;
		border: 0 none;
		color: #fff;
		font-size: 2rem;
		width: 30%;
		min-width: 100px;
		float: right;
		padding: 0 15px;
		box-shadow: 5px 5px 10px hsl(0deg 0% 0% / 15%);
	}
	.newsletter-box input[type=submit]:hover {
		background-color: #42671E;
		color: #fff;
		box-shadow: none;
		margin-bottom: 10px;
	}
	.newsletter-box .wpcf7-not-valid-tip {
		color: #e20000;
		margin-bottom: 5px;
		/*text-align: center;*/
	}
	.newsletter-box .wpcf7-mail-sent-ok, .newsletter .wpcf7-validation-errors {
		margin: 55px 0 0 0;
		padding: 5px 10px;
	}
	.newsletter-box .wpcf7-validation-errors {
		
		border: 3px solid #f70000;
	}
	p.newsletter-text-mobile {
		padding-bottom: 20px;
	}
	p.newsletter-text {
		display: none;
	}

	.newsletter-box .mc4wp-response {
		max-width: calc(100% - 180px);
	}

	.newsletter-box .qc-submit {
		position: absolute;
		right: 20px;
	}
/* } */

@media only screen and (min-width: 970px) {

	.home .pb-quota {
		padding-top: 30px;
	}

	.quick-contact {
		width: calc(100% / 3);
		border: 10px solid transparent;
		border-right: 0;
		margin-top: 50px;
	}
	.pb-quota .quota {
		width: calc((100% - 20px) / 3 * 2);
	}
	p.newsletter-text {
		display: block;
		padding-top: 15px;
	}
	p.newsletter-text-mobile {
		display: none;
	}
}



/* ------------------------------------------------ Hinweis ES --- */

/* .es-info-box.grid {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(1, 1fr);
	padding-block: 30px ;
} */

.es-logo {
	content: url(../images/gedlich-racing-endless-summer-logo-2024.svg);
	max-width: 300px;
	padding-block: 30px;
}

/* @media (min-width: 600px) and (min-height: 420px) {

	.es-info-box.grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.es-logo {
		grid-column: span 1;
	}
	.es-text {
		grid-column: span 2;
	}

} */


/*	------------------------------------------------------- Booking Form --- */
/* .booking .col-1, .booking .col-2 {
	width: 100%;
}
@media (min-width: 600px) {
	.booking .col-2 {
		width: 48%;
	}
}
.booking-block {
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
.booking h3 {
	border-bottom: 3px solid #e1bf75;
	margin-bottom: 20px;
	padding-top: 10px!important;
}
h3.event-name {
	font-size: 140%;
}
.ckb-participation {
	display: flex;
	flex-direction: column;
}
#booking-coaching h3 {
	color: #42b0fb;
	font-size: 140%
}
#booking-coaching .wpcf7-list-item {
	width: 100%;
}
.start-in-group .first .wpcf7-list-item-label {
	padding-right: 20px;
}
.start-in-group .wpcf7-list-item-label b {
	padding-left: 10px;
}
.booking-number input[type=number] {
	padding: 2px;
	width: 34px!important;
	height: 34px!important;
}
.booking-number .flex {
	flex-wrap: nowrap;
	align-items: flex-start;
}
.booking-number h4 {
	padding-top: 5px;
}
.booking .drivers-guests-text {
	padding: 5px 0 10px 15px;
}
.booking-price {
	padding-left: 5px;
}
.booking-wish-coach {
	padding-bottom: 20px;
}
@media (min-width: 720px) {
	.booking-number label {
		padding-bottom: 0;
	}
}
@media (min-width: 920px) {
	#booking-coaching .wpcf7-list-item {
		width: 48%;
	}	
	#booking-coaching.nordschleife .wpcf7-list-item {
		width: 100%;
	}
	.booking-number label {
		width: 90%;
	}
}
@media (min-width: 1240px) {
	.booking-block {
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
*/

/* ------------------------------------------------------------- Coaches --- */
.coaches .block-text {
	position: relative;
}
.coaches .block-text.mg-image {
	max-width: 400px;
	padding-block: 20px;
}
.coaches .block-text .bottom {
	position: relative;
	padding-bottom: 20px;
}
.coaches figure.mg-sign {
	max-width: 330px;
}
.mg-image figure, 
.mg-image figure img,
.coach-image figure, 
.coaches .coach-image figure img {
	border-radius: 50%;
	width: 300px;
	border: 8px solid transparent;
}

.mg-image figure {
	border: 6px solid #ebd197;
}

.coaches .coach-image {
	text-align: center;
}
.coaches .coach-image figure img {
	-webkit-filter: grayscale(1);
			filter: grayscale(1);
}
.coach .col3 {
	width: 100%;
}
.coach {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid hsl(224deg 15% 90%);
}
#coach-1 {
	margin-top: 40px;
}
.coach-personal h3 {
	position: relative;
	padding: 10px 20px 10px 20px;
	background-color: hsl(224deg 15% 90%);
	cursor: pointer;
	font-size: 1.6rem;
}
.coach-personal h3::before {
	content: url(../icons/caret-down.svg);
	position: absolute;
	right: 20px;
	width: 12px;
}

.coach-personal ul {
	padding: 20px;
	background-color: hsl(224deg 15% 95%);
}
.coach-personal .cp-wrap {
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
			transition: max-height 1s ease;
	max-height: 0;
	overflow: hidden;
}
.coach-personal .trigger_active + .cp-wrap {
	max-height: 1000px;
}
.coach-personal li {
	padding-bottom: 10px;
	font-weight: 600;
}
.coach-personal span {
	display: block;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 90%;
}
.coach-vita {
	margin-right: 40px;
}
.coach-vita h2 {
	padding: 20px 0 5px 0;
}
.coach li {
	padding-bottom: 10px;
}
.coach-vita ul {
	padding: 0 0 10px 0;
}
.coach-vita ul li {
	padding: 0 0 8px 17px;
	text-indent: -9px;
	font-weight: 600;
}
.coach-vita .content li {
	list-style: none;
}
.coach-vita li:before {
	content: "+";
	color: #797979;
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 8px;
}
@media (min-width: 600px) {
	.coaches .coach-image {
		text-align: left;
	}
}
@media (min-width: 1000px) {
	.coaches .block-text .bottom {
		position: absolute;
		bottom: 0;
	}
	.coach .col3 {
		width: calc((100% - 80px) / 3 );
	}
}
@media (min-width: 1000px) {
	.coaches .block-text .bottom {
		position: absolute;
		bottom: 0;
	}
	.coach .col3 {
		width: calc((100% - 80px) / 3 );
	}
}
/* ----------------------------------------------------------- Raceteams --- */

.raceteam-contact span {
	display: inline-block;
	width: 160px;
}
span.raceteam-name {
	font-size: 130%;
	color: #000;
	width: calc(100% - 180px);
}
.raceteam-contact .pb-teaser-img {
	padding: 40px 60px;
	border-left: 4px solid #e6c57d;
	border-right: 4px solid #e6c57d;
	margin-top: 30px;
}

.raceteams .pb-text-2-col + .pb-text-left-img-right {
	padding-top: 0;
}

/*-------------------------------------------------------- ES Rent-A-Racecar ---*/

.racecars-toptext {
	padding-block: 20px;
	max-width: 625px;
}

.pb-racecars-text-bottom {
	border-top: 1px solid #ccc;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
}

/* .pb-racecars figure img {
	-webkit-filter: grayscale(1);
			filter: grayscale(1);
}

.pb-racecars .pb-teaser:hover figure img, 
.pb-racecars .pb-teaser-img.trigger_active figure img {
	-webkit-filter: none;
			filter: none;
} */

.pb-racecars .pb-teaser-img {
	background-color: #f1f1f1;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	cursor: default;
}

.pb-racecars .pb-teaser:hover .pb-teaser-img, 
.racecar .pb-teaser-img.trigger_active {
	background-color: #e6c57d;
}

.racecar .pb-teaser-img h2 {
	padding: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.racecar .pb-teaser-img h2 span {
	display: inline-block;
	font-weight: 400;
}

.pb-racecars .racecar {
	background-color: #f9f6f1;
}
.racecar-text {
	padding-top: 20px;
}
.booking .racecar-text {
	padding: 20px 20px 10px 20px;
	background-color: #f9f6f1;
}
.racecar-topline {
	padding-bottom: 5px;
}
.rent-a-racecar .wpcf7-checkbox {
	padding-top: 0;
	padding-bottom: 0;
}
.rent-a-racecar span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
	padding-bottom: 0;
	padding-right: 0;
	width: 100%;
}

.racecar-prices li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-weight: 600;
}

.racecar-prices li:last-of-type,
.racecar-prices li.rc-listpoint:last-of-type {
	border-bottom: 0 none;
}
.racecar-prices li span.rcp1,
.racecar-infos li span.rcp1 {
	display: inline-block;
	/* width: 74%; */
	max-width: 240px;
}
.racecar-prices li span.rcp2 {
	float: right;
	/* padding: 5px 0; */
}
.racecar-prices li.rc-listpoint span.rcp2 {
	padding-top: 0;
}

.racecar-prices li .rc-text-small,
.racecar-infos li .rc-text-small {
	font-size: 80%;
	font-weight: 400;
	padding-right: 5px;
}

.racecar-topline {
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
}

.racecar-infos p {
	padding-bottom: 6px;
}

.racecar-infos li .rcl1 p {
	font-weight: 600;
} 

.racecar-infos li .rcl2 {
	border-top: 1px solid #ccc;
	padding: 6px 0;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: right;
}

/* ------------------------------------------------------------ Coaching --- */

.db-parent-drivers .price-box.rcn-coaching,
.db-parent-drivers-2 .price-box.rcn-coaching {
	display: none;
}

/*-------------------------------------------------------- Series Logos Banner ---*/

.footer-logos {
	/* background-color: #433d32; */
	background-color: #292929;
}

.footer-logos .wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding-block: 40px;
}

.footer-logos a {
	display: block;
}

/* FWS a litle smaller */
.footer-logos a:nth-of-type(4) {
	padding-block: 15px;
}

@media (min-width: 480px) {

	.footer-logos .wrap {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

}

@media (min-width: 769px) {

	.footer-logos .wrap {
		grid-template-columns: repeat(7, 1fr);
		gap: 50px;
	}

}	

.footer-logos figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	/* transform: rotate(-3.5deg); */
}

/* .footer-logos a:last-of-type figure {
	transform: rotate(0deg);
} */

.footer-logos img {
	width: 100%;
}

/* --------------------------------------------------------------- PopUp --- */
.popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}
.popup-inner {
	width: 750px;
	max-width: 95%;
	background-color: #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 20px;
}
@media (min-width: 600px) {
	.popup-inner {
		max-width: 75%;
	}
}
.popup h1 {
	font-size: 4.4rem;
}
.popup h2, .covid19-info h2 {
	padding: 10px 0;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.popup p, .covid19-info p {
	margin-left: 50px;
	padding-bottom: 0;
}
.popup .intro-text p, .covid19-info .intro-text p {
	margin-left: 0;
}
.popup .intro-text li, .covid19-info .intro-text li {
	list-style: inside;
	text-indent: -20px;
	padding-left: 30px;
	padding-bottom: 3px;
	line-height: 1.4;
	padding-top: 3px;
}
.popup .popup-inner .sign-green, .covid19-info .sign-green {
	width: 35px;
	height: 10px;
	background-color: #71b731;
	margin-right: 10px;
	margin-left: -45px;
	display: inline-block;
}
.popup .popup-inner .sign-yellow, .covid19-info .sign-yellow {
	width: 35px;
	height: 10px;
	background-color: #FFCC1C;
	margin-right: 10px;
	margin-left: -45px;
	display: inline-block;
}
.popup .popup-inner .sign-red, .covid19-info .sign-red {
	width: 35px;
	height: 10px;
	background-color: #C8030F;
	margin-right: 10px;
	margin-left: -45px;
	display: inline-block;
}
.popup .button {
	margin: 20px auto 0 auto;
	padding: 5px 30px;
	background-color: #ababab;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
}
.popup .button:hover {
	background-color: #71b731;
}
.covid19-cal .flex-item {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
.covid19-info .intro-text {
	max-width: 960px;
	padding-bottom: 20px;
}
.covid19-cal .text {
	padding-top: 20px;
}
.covid19-cal p {
	margin-left: 0;
}
.covid19-cal .date {
	width: 110px;
	display: inline-block;
	padding-right: 10px;
}
.covid19-cal h2, .covid-infos h2 {
	font-size: 4.2rem;
	padding-bottom: 20px;
}
.popup .intro-text, .covid19-cal .intro-text {
	max-width: 920px;
	padding-bottom: 20px;
}
.covid19-cal .cal-wrap, .covid19-cal .text {
	max-width: 920px;
}
.covid19-cal .one-col {
	max-width: 600px;
}
.covid19-cal .cal-wrap .flex-item {
	flex-basis: 100%;
}
.covid19-cal .alt-date {
	padding-left: 110px;
}
.covid19-cal .alt-date.subline {
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 0 none;
	padding-bottom: 0;
}
.covid19-cal .cal-wrap {
	display: none;
}
.covid19-cal .cal-wrap.one-col {
	display: inline-block;
}
.covid-infos.flex .flex-item.item-left{
	padding-right: 40px;
}
.office-mail {
	padding-bottom: 0;
}
.office-mail a {
	font-size: 2rem;
	text-decoration: none;
}
.office-phone  {
	padding: 0 0 0 0;
}
.office-phone a {
	font-size: 3.3rem;
	text-decoration: none;
	color: #c8030f;
}
.covid-infos h2 {
	padding-top: 40px;
}
.covid-infos .flex-item h2 {
	font-size: 2rem;
	padding: 15px 0 5px 0;
}
.covid-infos .flex-item.item-left {
	padding-right: 30px;
}
@media (min-width: 680px) {
	.covid-infos .flex .flex-item {
		flex-basis: 50%;
	}
}
@media (min-width: 730px) {
	.covid19-cal .cal-wrap.one-col {
		display: none;
	}
	.covid19-cal .cal-wrap {
		display: inline-block;
	}
	.covid19-cal .cal-wrap .flex-item {
		flex-basis: 50%;
	}
}

.gtws-livestream {
	margin-top: 60px;
	margin-bottom: -30px;
}

.gtws-livestream h2 {
	color: #fff;
}

/* --------------------------------------------------------------- Termine --- */

.schedule {
	padding-top: 20px;
}

.schedule p.sub-underline {
	padding-top: 10px;
}

.event-column.box-right {
	padding-top: 20px;
}

.box-left h2 {
	border-bottom: 2px solid #cdb577;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 10px;
	/* text-transform: uppercase; */
}

h3.underline {
	border-bottom: 2px solid #cdb577;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.event-column h3.underline {
	padding-top: 0;
	margin-bottom: 0;
}

.schedule h4 {
	padding-top: 0;
	border-bottom: 1px solid #cdb577;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.schedule table {
	background-color: hsl(40, 14%, 95%);
}

.schedule table tr {
	border-bottom: 2px solid #fff;
}

.schedule td.head {
	font-size: 1.2rem;
	font-weight: 600;
}

.schedule td.time {
	width: 60px;
	padding: 5px 5px 5px 0;
	text-align: right;
}

/* .schedule td.time.start, 
.schedule td.time.end {
	font-weight: 600;
} */

@media (min-width: 768px) {

	.event-column h3.underline {
		padding-top: 0;
	}
}

@media (min-width: 992px) {

	.event-column.box-right {
		padding-top: 0;
	}
}

/* --------------------------------------------------------------- Booking Contact Race Test --- */

.booking-contact {
	padding-top: 30px;
}

.booking-contact .contact-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 0;
}

.booking-contact .contact-image {
	width: 190px;
	margin-bottom: 20px;
}

.booking-contact .contact-data {
	width: 100%;
	padding-left: 0;
	text-align: center;
}

.booking-contact h2 {
	border-bottom: 2px solid #d4b471;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 0;
}

.booking-contact h3 {
	padding: 0;
	border-bottom: 1px solid #cdb577;
	margin-bottom: 3px;
}

@media (min-width: 600px) {

	.booking-contact .contact-item {
		display: flex;
		flex-direction: row;
	}

	.booking-contact .contact-data {
		width: calc(100% - 190px);
		padding-left: 30px;
		text-align: left;
	}

}

@media (min-width: 768px) {

	.booking-contact .contact-item {
		display: flex;
		flex-direction: column;
	}

	.booking-contact .contact-data {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.booking-contact .contact-image {
		margin-bottom: 20px;
	}

	.booking-contact .content h3,
	.booking-contact .box-right h3 {
		padding-top: 0;
	}

}

@media (min-width: 992px) {

	.booking-contact .contact-item {
		display: flex;
		flex-direction: row;
	}

	.booking-contact .contact-data {
		width: calc(100% - 190px);
		padding-left: 30px;
		text-align: left;
	}

	.booking-contact .contact-image {
		margin-bottom: 0;
	}

}

/* --------------------------------------------------------------- Booking Wizard --- */

/* #booking-form-wizard h2 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 20px;

	font-family: var(--typo-interstate);
	font-weight: 800;
	font-size: calc(30px + (36 - 30) * ((100vw - 400px) / (1370 - 400)));
	text-transform: uppercase;
	color: var(--gold);
}

@media (min-width: 1370px) {
	
	#booking-form-wizard h2 {
		font-size: 3.6rem;
	}
} */

/* --------------------------------------------------------------- Text Anker --- */

.anker-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 30px;
	margin: 15px 0 20px 0;
}

.anker-flex a {
	display: block;
	border: 1px solid #ccc;
	padding: 5px 20px;
	text-decoration: none;
	transition: all .3s;
}

.anker-flex a:hover {
	border: 1px solid #57ab27;
	background-color: #57ab27;
	color: #fff;
}

#anker-participation,
#anker-booking {
	scroll-margin-top: 80px;
}

@media (min-width: 992px) {

	.anker-flex {
		display: none;
	}

	.date-intro .event-column {
		width: calc((100% - 30px) / 2);
	}
}

/* --------------------------------------------------------------- Forminator --- */

/* .forminator-ui.forminator-design--default .forminator-input,
.forminator-ui.forminator-design--default .forminator-select .select2-selection {
	border-color: #cccccc !important;
}

.forminator-headline .forminator-label {
	font-size: 2rem !important;
	color: #000 !important;
}

.forminator-headline.fm-consent .forminator-label {
	font-size: 1.8rem !important;
	padding-bottom: 10px !important;
}

.forminator-checkbox-label, .forminator-radio-label {
	font-size: 1.6rem !important;
	line-height: 1.4 !important;
}

button.forminator-button.forminator-button-submit {
	padding: 8px 30px !important;
	font-size: 1.8rem !important;
}

.forminator-headline.forminator-box > div {
	background-color: #f5f3ee;
	padding: 20px !important;
	height: 100%;
} */

/* --------------------------------------------------------------- Forminator Booking --- */

.form-application {
	padding-top: 20px;
}

#booking select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered,
#booking .forminator-input {
	font-size: 1.5rem !important;
}

#booking .forminator-dropdown--default,
#booking .forminator-textarea,
#booking .forminator-select .select2-selection,
#booking .forminator-input,
.form-application .forminator-dropdown--default,
.form-application .forminator-textarea,
.form-application .forminator-select .select2-selection,
.form-application .forminator-input,
.forminator-select-dropdown-container--open .forminator-dropdown--default {
	border-color: #ccc !important;
	background-color: #fff !important;
}

#booking .es-radio .forminator-radio {
	margin: 12px 0;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
}

#booking .es-radio .forminator-label,
#booking .forminator-field-checkbox.group-headline .forminator-label {
	font-size: 2rem !important;
	line-height: 1.3 !important;
	padding-bottom: 4px !important;
	text-transform: uppercase;
	border-bottom: 3px solid var(--gold);
	margin-bottom: 15px !important;
	margin-top: 5px !important;
}

#booking .es-radio .forminator-radio-label {
	text-transform: uppercase;
}

#booking .forminator-label {
	font-size: 1.5rem !important;
	padding-bottom: 4px !important;
	font-weight: 600 !important;
}

#booking .forminator-field-checkbox.group-headline label.forminator-checkbox {
	font-size: 1.5rem !important;
	padding-bottom: 4px !important;
	font-weight: 600 !important;
	margin: 10px !important;
}

	#booking .forminator-radio-inline {
	width: 100% !important;
}

#booking .forminator-description {
	font-size: 1.4rem !important;
	margin-top: 10px !important;
}

#booking span.selection > span {
	background-color: #fff !important;
}

#booking .forminator-radio-bullet {
	border-color: #3f3f3f !important;
	background-color: #EDEDED;
}

#booking .forminator-radio-bullet::before {
	background-color: #000 !important;
}

/* #booking .forminator-radio input:checked .forminator-radio-bullet::before {
	background-color: #c90000 !important;
} */

#booking .forminator-radio-inline {
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	margin-bottom: 5px !important;
}

#booking .booking-headline .forminator-label, 
#booking #booking-headline, 
#booking .forminator-repeater-label {
	font-size: 2rem !important;
	padding-top: 0 !important;
	border-bottom: 3px solid var(--gold);
	padding-bottom: 0 !important;
}

#booking .forminator-all-group-copies {
	margin-top: 10px;
}

#booking .booking-headline.headline-1 .forminator-label {
	font-size: 3rem !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

#booking .coaching-radio .forminator-radio-label {
	font-weight: 400;
}

#booking .booking-headline p {
	max-width: 630px;
	padding: 15px 15px 0 0 !important;
	flex: 1;
}

#booking .forminator-button-submit,
.form-application .forminator-button-submit,
.form-application .forminator-button-upload {
	/* border-radius: 10px 0 20px 0 !important; */
	background-color: hsl(125, 100%, 32%) !important;
	color: #fff !important;
	box-shadow: 0px 3px 6px #23232236 !important;
	transition: all 0.3s !important;
	font-weight: 600 !important;
	padding: 8px 30px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05rem !important;
}

#booking .forminator-button-submit:hover,
.form-application .forminator-button-submit:hover,
.form-application .forminator-button-upload:hover {
	background-color: #2f57c8 !important;
	box-shadow: none !important;
	/* color: #000 !important; */
}

.form-application .forminator-button-upload {
	background-color: #a1a1a1 !important;
}

.form-application .forminator-button-upload:hover {
	background-color: #535353 !important;
}

.form-application .forminator-label {
	font-size: unset !important;
	/* font-weight: 400 !important; */
	padding-bottom: 5px !important;
}

#booking .events label.forminator-checkbox {
	margin: 5px 20px 12px 0 !important;
}

#booking .events .forminator-checkbox-label {
	font-weight: 600;
}

#booking .events .forminator-label {
	font-size: 1.8rem !important;
	border-bottom: 1px solid #d9c07b;
	margin-bottom: 12px;
}

#booking-dates {
	position: relative;
}

#booking-dates a.calender-to-booking {
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* Form for Swedish Boys */
.db-endless-summer-booking .content.size-1360 > div {
	max-width: 1300px !important;
}

/* Endless Summer Form Radio only if date is true */
/* #radio-1.es-radio label {
	display: none;
}

.event-id-de-8824 #radio-1.es-radio #forminator-field-radio-1-label-1,
.event-id-en-8888 #radio-1.es-radio #forminator-field-radio-1-label-1,

.event-id-de-7595 #radio-1.es-radio #forminator-field-radio-1-label-2,
.event-id-en-8134 #radio-1.es-radio #forminator-field-radio-1-label-2,

.event-id-de-7598 #radio-1.es-radio #forminator-field-radio-1-label-3,
.event-id-en-7598 #radio-1.es-radio #forminator-field-radio-1-label-3,

.event-id-de-9633 #radio-1.es-radio #forminator-field-radio-1-label-4,
.event-id-en-9633 #radio-1.es-radio #forminator-field-radio-1-label-4,

.event-id-de-4668 #radio-1.es-radio #forminator-field-radio-1-label-5,
.event-id-en-4668 #radio-1.es-radio #forminator-field-radio-1-label-5,

.event-id-de-8814 #radio-1.es-radio #forminator-field-radio-1-label-6,
.event-id-en-7595 #radio-1.es-radio #forminator-field-radio-1-label-6,

.event-id-de-8816 #radio-1.es-radio #forminator-field-radio-1-label-7,
.event-id-en-8890 #radio-1.es-radio #forminator-field-radio-1-label-7,

.event-id-de-7599 #radio-1.es-radio #forminator-field-radio-1-label-8,
.event-id-en-7599 #radio-1.es-radio #forminator-field-radio-1-label-8,

.event-id-de-7602 #radio-1.es-radio #forminator-field-radio-1-label-9,
.event-id-en-7602 #radio-1.es-radio #forminator-field-radio-1-label-9,

.event-id-de-8822 #radio-1.es-radio #forminator-field-radio-1-label-10,
.event-id-en-8886 #radio-1.es-radio #forminator-field-radio-1-label-10,

.event-id-de-9532 #radio-1.es-radio #forminator-field-radio-1-label-11,
.event-id-en-9292 #radio-1.es-radio #forminator-field-radio-1-label-11 {
	display: flex;
} */



/* Forminator media query */
@media (min-width: 783px) {

	#booking .forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) {
		margin: 0 0 30px 0 !important;
	}

	#booking .forminator-flex {
		display: flex;
	}

	#booking .forminator-radio-inline {
		width: calc((100% - 60px) / 3) !important;
	}

	.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
		margin-bottom: 20px !important;
	}

	#booking .booking-experience .forminator-description {
		font-size: 1.5rem !important;
		max-width: 640px;
	}

}

/* --------------------------------------------------------------- Booking with Form --- */

#booking h2 {
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 3px solid var(--gold);
}

#booking .wrap {
	margin-bottom: 15px;
}

#booking .wrap p {
	width: 100%;
}

.pb-row.pb-text-left-price-right.date-intro {
	padding-bottom: 10px;
}

.box-right h3.underline.blue {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 5px;
}

/* .event-column .schedule {
	padding-bottom: 20px;
} */

.event-column.box-left h3 {
	padding-top: 0;
	padding-bottom: 5px;
}

@media (min-width: 768px) {

	.pb-row.pb-text-left-price-right.date-intro {
		padding-bottom: 0;
	}

	#booking .wrap {
		display: flex;
		gap: 30px;
	}

	#booking .wrap .text-wrap {
		width: 50%;
	}
}

a.link-bold {
	font-weight: 600;
}

/* --------------------------------------------------------------- Forminator Survey --- */

.survey .forminator-ui .forminator-label,
.survey .forminator-ui .forminator-description {
	padding-bottom: 5px !important;
	font-size: 1.6rem !important;
}

.survey .forminator-ui .forminator-button-submit {
	background-color: #39a30c !important;
	color: #fff;
	font-weight: 700 !important;
}

.survey .forminator-ui .forminator-input {
	border: 1px solid #ccc !important;
}

.survey .forminator-all-group-copies {
	background: transparent !important;
}

.form-application.step-2 .survey-headline .forminator-label {
	font-size: 2rem !important;
	font-weight: 700 !important;
	border-bottom: 2px solid #cdb577 !important;
}

.form-application.step-2 .forminator-field-upload {
	margin-bottom: 20px;
}

.form-application.step-2 .question .forminator-label {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 20px !important;
	padding-top: 10px !important;
}

/* ------------------------------------------------ Partner Logos */

.partner-logos {
	padding: 30px 0 80px 0;
	background-color: #fff;
}

.partner-logos h2 {
	padding-top: 0;
	padding-bottom: 30px;
}

.partner-logos h3 {
	padding-top: 30px;
	padding-bottom: 20px;
}

.partner-logos .logo-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.partner-logos .logo-grid .grid-item figure {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: clip;
	background-color: #fff;
	border-radius: 20px 0 20px 0;
	box-shadow: 0px 3px 6px 1px #23232236;
}

.partner-logos .logo-grid .grid-item figure {
	transform: skewX(-15deg);
}

.partner-logos .logo-grid .grid-item figure img {
	transform: skewX(15deg);
}

/* .partner-logos .logo-grid .grid-item figure:has(img:is([data-headline="Winter Series by GEDLICH Racing Partner Gulf Race Fuels 001"])) {
	background-color: #1f3187;
} */

@media (min-width: 400px) {

	.partner-logos .logo-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {

	.partner-logos .logo-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 992px) {

	.partner-logos .logo-grid {
		grid-template-columns: repeat(6, 1fr);
	}
}

/* ------------------------------------------------ Race Test */

.subline-format {
  display: inline-block;
  background-color: #3db53d;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  border-radius: 15px 0 15px 0;
  margin-bottom: 20px;
  padding: 6px 20px;
}

.rt-table-headline {
	display: inline-block;
	width: 156px;
	font-weight: 600;
}

/* ------------------------------------------------ Color Box */

.color-box-blue {
	padding: 10px 10px 0 20px;
	background-color: #dcefff;
	background: radial-gradient(circle, rgb(255 243 254) 0%, rgb(232 243 255) 70%, rgb(203 230 255) 100%) !important;
	margin: 20px 0 30px 0;
	border-radius: 4px;
}

/* ------------------------------------------------ NST Early Bird Rates */

.price-box-wrap.nst-early-bird {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d4b471;
}

.price-box-wrap.nst-early-bird h2 {
	padding-top: 0;
	border-bottom: 2px solid #d4b471;
	width: 100%;
	margin-bottom: 5px;
}

.price-box-wrap.nst-early-bird figure {
	display: flex;
	justify-content: center;
	width: 100%;
}