/*
Theme Name: PS Racing Center V2
Theme URI: https://9px.eu
Author: Snik von 9PX
Author URI: https://9px.eu
Description: Dies ist das neue Template für PS Racing Center
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.uk-navbar-dark {
    background-color: #111111 !important;
}

a {
	color: #0F4194;
}

a:hover {
	text-decoration: none;
}

h1.intro-title {
    color: #009FE3;
    font-size: 114px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    mix-blend-mode: difference;
	width: 65%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: 700 !important;
    line-height: 1 !important;
	color: #0f4194 !important;
}

.white {
	color: white !important;
}

h2.main {
	font-size: 3em;
	padding-bottom: 20px;
}

.intro {
	background: #000;
}

.uk-card-default {
  transition: all 0.3s ease;
}

.uk-card-default:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.uk-navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    padding: 0px 13px;
    letter-spacing: 1px;
    font-weight: 400;
}

.uk-navbar-dropdown {
	width: 250px !important;
    background: #111111 !important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 80px !important;
	font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
	background: rgba(0,0,0,.8);
	border: 0;
	box-shadow: 0;
}

.uk-navbar-dark .uk-navbar-dropdown, .uk-navbar-dropdown {
	width: 250px;
    background: #111111;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 80px !important;
}

.uk-navbar-dropdown a {
	color: white !important;
}

.uk-nav-default > li > a {
	color: #fff !important;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
}

.uk-nav-sub > li > a {
	color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}

.schraeg {
	position: relative;
    overflow: hidden; /* damit nichts unten übersteht */
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

.reifen {
  position: relative; /* wichtig, damit ::before sich am Container orientiert */
}

.blau {
	background: #154093;
	color: white;
}

.reifen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(img/reifenspuren.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
}

.price {
	font-weight: 700;
    color: #0f4194;
	font-size: 2.5em;
}

.price span {
	display: block;
	font-size: 0.4em;
	margin-top: -10px;
}

.uk-button-intro {
	padding: 10px 35px !important;
	background: #fff;
	color: #0f4194 !important;
	font-weight: 800 !important;
	border-radius: 25px !important;
	font-size: 1.2em !important;
}

.uk-button-primary {
	background: #0F4194;
}

.rounded {
	border-radius: 25px;
}

.rounded img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.intrologo {
	display: block;
	width: 350px;
	padding: 0px 50px;

}

.more {
  padding: 3px 10px;
  font-size: 1.2em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}

.facts {
  background-image: url('img/tires.jpg');
  background-color: #164194;
  background-size: 100%;
  background-position: cover;
  background-blend-mode: multiply;
}

.zahl {
	color: white;
	font-size: 4em;
	font-weight: 700;
}

.fact {
	color: white;
	margin: 0;
	}
	
.dark {
	background: #111111;
	color: white;
}

.leistung {
	font-weight: 700;
	text-transform: uppercase;
	color: #0F4194;
	text-align: center;
}

.leistung img {
	border-radius: 12px;
}

.buttonblue {
	border: 1px solid #0F4194;
	background: #0F4194;
    border-radius: .25rem;
	color: #fff !important;
	height: 2.5rem;
	font-weight: 700;
    line-height: 1rem;
    padding: .5rem 2rem;
}

.buttonwhite {
	border: 1px solid #ffffff;
	background: #ffffff;
    border-radius: .25rem;
	color: #0F4194 !important;
	height: 2.5rem;
	font-weight: 700;
    line-height: 1rem;
    padding: .5rem 2rem;
}

.roundicon {
	background: #0F4194;
	padding: 20px;
	color: white !important;
	border-radius: 50px;
}

.rules span {
	color: #0F4194;
}

footer {
	background: #0F4194;
	color: white;
}

.erlebniskarte {
	width: 100%;
	height: 200px;
	position: relative;
}

.eventkarte {
	width: 100%;
	height: 200px;
	position: relative;
}

.unterkunftkarte {
	width: 100%;
	height: 400px;
	position: relative;
}


.quer {
	height: 750px;
    position:relative;
    overflow:hidden;
}
.quer:before{
    content:'';
    position:absolute;
    top:0; left:40%;
    width:100%; height:100%;
    background-color: rgba(15, 65, 148, .8);
    border-left:40px solid rgba(15, 65, 148, .8);

    -webkit-transform-origin:100% 100%;
    -ms-transform-origin:100% 100%;
    transform-origin:100% 100%;

    -webkit-transform:skewX(-30deg);
    -ms-transform:skewX(-30deg);
    transform:skewX(-25deg);
}

.splitleft, .splitright {
	background: #154093;
	color: white;
	position:relative;
}

.splitleft::before {
	content: '';
    display: block;
    position: absolute;
    left: -20%;
    top: 0px;
    width: 20%;
    height: 100%;
    background-color: #154093;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
	border-right: 1px solid #154093;
}


.splitright::after {
	content: '';
    display: block;
    position: absolute;
    right: -20%;
    top: 0px;
    width: 20%;
    height: 100%;
    background-color: #154093;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.schraeg {
  background: #1e87f0;
  color: white;
  padding: 100px 2rem;
  text-align: center;
  /* oben + unten fixe Schräge von 50px */
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  margin-top: -50px;
    margin-bottom: -50px;
}

.uk-padding-medium {
	padding: 25px;
}

.head {
	padding-right: 10%;
}

.head h1 {
	color: white !important;
	font-size: 5rem;
	text-transform: uppercase;
}

.head span {
	color: white;
	font-size: 1.5em;
}

h1.header {
	color: white !important;
	font-size: 5rem;
	padding-right: 100px;
	text-transform: uppercase;
}

h1.event {
	color: white !important;
	font-size: 3rem;
	padding: 100px;
	text-transform: uppercase;
}


.horizontal-mobile {
    display: block; 
}

/* Unterhalb von m → horizontal */
@media (max-width: 650px) { 
    .horizontal-mobile {
        display: flex;
        align-items: center;
    }
    .horizontal-mobile .uk-card-media-left {
        margin-right: 1rem; /* Abstand zwischen Bild und Text */
    }
    .horizontal-mobile .uk-card-body {
        text-align: left;
    }
	
		.erlebniskarte {
	width: 100px;
	height: 100px;
	position: relative;
}

	.eventkarte {
	 width: 100%;      /* volle Breite des Containers */
    height: 250px;    /* feste Höhe */
    position: relative; /* nötig für uk-cover */
}

.uk-card p {
	margin: 0;
}

.uk-card-title {
	margin: 0;
}

.uk-card-body {
	padding: 15px;
}

.erlebniskarte img {
	border-radius: 0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.uk-overlay {
	text-align: center;
}

.head {
	padding-right: 0;
}

.head h1 {
	font-size: 3rem;
}

.head span {
	font-size: 1.1em;
}

h1.header {
	color: white !important;
	font-size: 5rem;
	padding-right: 0px;
	text-transform: uppercase;
}

.quer:before{
    content:'';
    position:absolute;
    top:0; left:20%;
    width:100%; height:100%;
    background-color: rgba(15, 65, 148, .8);
    border-left:40px solid rgba(15, 65, 148, .8);

    -webkit-transform-origin:100% 100%;
    -ms-transform-origin:100% 100%;
    transform-origin:100% 100%;

    -webkit-transform:skewX(-30deg);
    -ms-transform:skewX(-30deg);
    transform:skewX(-25deg);
}

}
