.text-red{
  color:#d5001c;
}

.header .ce-gallery .image-embed-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.header .video {
	margin-bottom: 0;
}
.header video.video-embed-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.header .video-embed {
	overflow: hidden;
	display: block;
}
.content .image-embed-item {
	width: 100%;
	height: auto;
}
.content a {
	color: #d5001c;
}
.frame-layout-1 {
  padding-left: 5%;
  padding-right: 5%;
}
.frame-layout-2 {
  padding-left: 10%;
  padding-right: 10%;
}
.frame-layout-3 {
  padding-left: 15%;
  padding-right: 15%;
}
.frame-layout-4 {
  padding-left: 25%;
  padding-right: 25%;
}

.frame-layout-5 .row {
	background-image: url('../elements/Porsche_992_GT3_Cup_frei.png');
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.frame-space-before-extra-small{
  padding-top: 0.5vw;
  margin-top: 0;
}
.frame-space-after-extra-small{
  padding-bottom: 0.5vw;
  margin-bottom:0;
}
.frame-space-before-small{
  padding-top: 2vw;
  margin-top: 0;
}
.frame-space-after-small{
  padding-bottom: 2vw;
  margin-bottom:0;
}
.frame-space-before-medium {
  padding-top: 3vw;
  margin-top: 0;
}
.frame-space-after-medium {
  padding-bottom: 3vw;
  margin-bottom:0;
}
.frame-space-before-large{
  padding-top: 5vw;
  margin-top: 0;
}
.frame-space-after-large{
  padding-bottom: 5vw;
  margin-bottom:0;
}
.frame-space-before-extra-large {
  padding-top: 10vw;
  margin-top: 0;
}
.frame-space-after-extra-large {
  padding-bottom: 10vw;
  margin-bottom:0;
}
.frame-type-header header h2 {
	margin-bottom: 0;
}
.frame-whitebg {
	background-color: #fff;
}
.frame-darkbg {
	background-color: #181d1f;
	color: #fff;
}
.frame-greybg {
	background-color: #e3e4e4;
}
.frame-slidercontainer {
	background: #e3e4e4;
}
.youtubevideo button {
	border: 0;
}
.frame-blurredimg .image {
	overflow:hidden
}
.frame-blurredimg img {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

.ce-headline-center{
  text-align:center;
}
.text-right {
	text-align: right;
}
.header {
	margin-top: 100px;
	/* height: 85vh;*/
	overflow: hidden;
}

.header .ce-textpic {
	position: relative;
}
.header .ce-textpic .image {
	margin-bottom: 0;
	height: 90vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.header .ce-bodytext  {
	bottom: 200px;
	position: absolute;
	left:10%;
    padding:2%;
	color:#fff;
}
.header .ce-textpic .ce-bodytext::before {
	position: absolute;
	border-right: 3px solid #d5001c;
	content: '';
	width: 45%;
	height: 40%;
	right: 0;
	border-top: 3px solid #d5001c;
	top: 0;
	z-index: 1;
}
.header .ce-textpic .ce-bodytext::after {
	position: absolute;
	border-left: 3px solid #d5001c;
	content: '';
	width: 45%;
	height: 40%;
	left: 0;
	border-bottom: 3px solid #d5001c;
	bottom: 0;
	z-index: 1;
}
.header .ce-textpic h1 {
	font-size: 3.5vw;
	margin-bottom: 0;
	line-height: 1.1;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	font-weight:300;
}
.header .ce-textpic .ce-bodytext p {
	margin: 0;
	width: fit-content;
	margin-top: 2vw;
	z-index: 2;
	position: relative;
}
.header .ce-textpic .ce-bodytext a {
	color: #fff;
	border: 1px solid;
	text-decoration: none;
	padding: 10px 20px;
	text-transform: uppercase;
	line-height: 1;
	font-size: 0.8vw;
	height: calc(0.8vw + 20px);
	display: block;
}
.frame-specstable tbody {
	border-top: 1px solid;
}
.frame-specstable table {
	width: 100%;
}
.frame-specstable tr {
	border-bottom: 1px solid;
  	height:50px;
}
.frame-specstable tr > td:first-child {
	font-weight: bold;
}
.frame-specstable tr > td:last-child {
	text-align: right;
	font-size: 0.8rem;
}
.frame-type-uploads .ce-uploads {
	border-top: 1px solid;
	padding-left: 0;
	list-style: none;
}
.frame-type-uploads .ce-uploads li {
	height: 50px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid;
}
.frame-type-uploads .ce-uploads li > div {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.frame-type-uploads .ce-uploads li > div span {
	font-weight: bold;
}
.frame-type-uploads .ce-uploads li div a {
	color: #000;
	text-decoration: none;
	display: grid;
	align-content: center;
}
.frame-type-uploads .ce-uploads li div a::after {
	content: 'DOWNLOAD PDF';
	padding-left: 30px;
	display: flex;
	height: 100%;
	width: fit-content;
	background-image: url('../elements/download.svg');
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0.8rem;
}

.frame-dokdl.frame-type-uploads .ce-uploads {
	display: flex;
	border: 0;
}
.frame-dokdl.frame-type-uploads .ce-uploads li {
	display: flex;
	flex-direction: column;
	height: inherit;
	flex-grow: 1;
}
.frame-dokdl.frame-type-uploads .ce-uploads li > a {
	display: block;
	/* height: 100%; */
	/* width: 100%; */
	position: relative;
}
.frame-dokdl.frame-type-uploads .ce-uploads li a img {
	height: 100%;
	width: 100%;
	border: 1px solid #000;
	display: block;
	position: relative;
}

.frame-dokdl.frame-type-uploads .ce-uploads li > div {
	padding: 15px 0;
}

.frame-dokdl.frame-type-uploads .ce-uploads li div a::after {
	content: '';
	padding-right: 0;
	display: flex;
	height: 100%;
	width: fit-content;
	background-image: url('../elements/download.svg');
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0.8rem;
	height: 20px;
	width: 20px;
	/* position: absolute; */
	justify-self: end;
}
.doks img{
  width:auto!important;
  max-height:20vw;
}
.doks .big .image{
  margin-bottom:0;
}
.doks .big img {
	border: 1px solid #000;
}
.trackimg .image {
	margin-bottom: 0;
}
.trackimg .image-embed-item {
	width: 100%;
	height: 100%;
	object-fit: contain;

	object-position: center left;

}
.slick-slide {
	margin: 0 15px;
}
.card {
  border:none;
  background-color:transparent;
  border-radius:0;

}
.card-body {
	padding:0;
}
.card h2 {
	font-size:2.2vw;
}
.card .trackimg .image-embed-item {
	width: 100%;
	height: 100%;
	object-fit: contain;

	object-position: center left;

}    
.nav-tabs {
	justify-content: center;
	display: flex;
}
.frame-whitebg .nav-tabs {
	border-bottom: 0;
}
.frame-whitebg .nav-tabs .nav-link {
	border: 1px solid #e3e4e4;
}
.nav-tabs .nav-link {
	border: 1px solid #fff;
	margin: 0 0.5vw;
	border-radius: 0;
	color: black;
	font-weight: 700;
	min-width: 6vw;
	padding: 0.7vw 0.5vw;
	line-height: 1;
}
.nav-tabs .nav-link.active {
	background: #d5001c;
	color: #fff;
}
.content .ce-gallery[data-ce-columns="3"] .ce-column {
	width: calc(33% - 11.25px);
	margin-right: 15px;
	margin-top: 15px;
}
.content .ce-gallery[data-ce-columns="4"] .ce-column {
	width: calc(25% - 11.25px); 
	margin-right: 15px; 
	margin-top: 15px;
}
.startgal .image {
	margin-bottom: 0;
	position: relative;
}
.startgal .image-caption {
	color: #fff;
	font-size: 2vw;
	position: absolute;
	bottom: 0;
	text-shadow: 4px 4px 5px #000;
	padding: 1vw;
	line-height: 1.2;
}
.startgal .bgred .frame-type-text, .frame-heritagelist .bgred .frame-type-text  {
	height: 100%;
	display: flex;
	background: #d5001c;
	justify-content: end;
	flex-direction: column;
	align-items: start;
	position: relative;
}
.startgal .bgred .frame-type-text a, .frame-heritagelist .bgred .frame-type-text a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	text-indent: -9999px;
}
.startgal .bgred .frame-type-text  p, .frame-heritagelist .bgred .frame-type-text  p {
	margin-bottom: 0;
	color: #fff;
	padding: 1vw;
	font-size: 2vw;
	line-height: 1.2;
}
.partnerimg .image {
	margin-bottom: 0;
}
.footer {
	background-color: #e3e4e4;
	background-image: url('../elements/footer-track.png');
	background-repeat: repeat-x;
	background-size: 100%;
	background-position: 0% 110%;
}
.footer > .frame:last-child {
	background-image: url('../elements/footer-car.png');
	background-size: 52%;
	background-repeat: no-repeat;
	background-position: 40% bottom;
}
.footer > .frame:first-child {
	background: #fff;
}
.footer > .frame:first-child .image-embed-item {
	width: 100%;
	height: auto;
}
.footer .logorow .ce-gallery .ce-row {
	justify-content: center;
}
.footer .logorow .ce-gallery  .image {
	margin-right: 0;
}
.footer .ce-gallery .ce-row {
	display: flex;
}
.footer .ce-gallery  .image {
	margin-right: 15px;
}
.footer .ce-bodytext p {
	margin-bottom: 0;
	line-height: 1.6;
}
.footer .ce-bodytext p a {
	color:#000;
  text-decoration:none;
}
.footer h3 {
	font-size: 3vw;
	font-weight: bold;
}