@import "fonts.css"; /* Using a string */

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    /* font-family: 'Source Code Pro'; */
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 200;
    line-height: 1.6;
    background-color: #000;
    color: #fff !important;
    max-width: 100%;
    /* padding-top: 80px; */
}

:root {
  --gpred: #930c08;
  --gplightred: #d21c16;
}

body.home h1 {
    font-family: 'Krona One';
    font-size: 3em;
    text-transform: uppercase;
    margin: 40px 0 0 0;
}

body.page-template h1 {
    font-family: 'Krona One';
    color: #930c08;    
    /* text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 8px #fff, 0px 0px 3px #fff; */
    margin-bottom: 20px;
}

body.single-cmodels h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
}

body.page-template h4 {
    color: inherit;
    font-size: 1.4em;
    margin-bottom: 1em;
}

body.page-template h4 a {
    color: inherit;
    text-decoration: none;
}

body.page-template a.read-more, body.single-post a.btn-link {
    color: inherit;
    transition: color 0.8s ease;
}

body.page-template a.read-more:hover, body.single-post a.btn-link:hover {
    color: var(--gpred);  
}

body.single-post #theme-main {
    padding-top: 160px;
}

body.single-post h1 {
    margin-bottom: 1em;
}

.my-masonry-grid-item {
  background-color: #333;
  color: #222;
  font-size: 72px;
  margin: 0 6px 12px;
  /* padding: 0 10px; */
}

img.fullwidth {
  width: 100%;
}

p.subline {
  background-color: rgba(0,0,0,0.55);
  border-radius: 10px;
  padding: 10px;
}

div#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 60px;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    border-bottom: 0.5px solid #333;
    box-shadow: 0px 10px 14px rgba(0,0,0,0.8);
    z-index: 1000;
    transition: all 1s ease;
}

div#header * {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

div#header img.logo {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30px;
    width: auto;
    transition: all 1s ease;
}

div#header.init {
    height: 0px;
    background-color: rgba(0,0,0,0);
    border-bottom: none;
    box-shadow: none;
}

div#header.init img.logo {
    top: 20px;
    height: 50px;   
}

div.title-author-block {
  margin-bottom: 20px;  
}

div.title-author-block h2 {
  margin-bottom: 0; 
}

div.title-author-block span.author {
  text-style: italic;
  color: #aaa;
  font-style: 0.8em;
}

#layerslider-placeholder {
    /* background-image: url(/images/layerslider-placeholder.jpg); */
    background-image: url(/images/gpreplicas-frontpage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}

.home-section {
    min-height: 250px;
    background-position: center center;
    text-align: center;
    padding-top: 60px;
    /* opacity: 0.5; */
    transition: opacity 1s ease-in-out;
}

/*
.home-section:hover, .home-page-section:hover {
    opacity: 1;
}
*/

.home-section {
    position: relative;  
}

.home-section h3 {
    font-family: 'Krona One';
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    transition: all 1s ease;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 8px #000, 0px 0px 3px #000;
}

.home-section.deactivated h3 {
    font-size: 1.2em;
    color: #383838;
}

.home-section:not(.deactivated):hover h3 {
    color: #930c08;    
    text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 8px #fff, 0px 0px 3px #fff;
}

.home-section h3 a, .home-page-section h3 a {
    color: inherit;
    text-decoration: none;
}

.home-section.deactivated span.coming-soon {
    position: absolute;
    font-family: 'Krona One';
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1.3;
    color: #888;
    transition: all 1s ease;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 8px #000, 0px 0px 3px #000;
    bottom: 80px;
    left: 0;
    right: 0;
}

.home-page-section {
    position: relative;
    min-height: 500px;
    background-position: center center;
    text-align: center;
    /* opacity: 0.5; */
    transition: opacity 1s ease-in-out;
    padding: 0 !important;
}

.home-page-section.where-to-buy {
    min-height: 600px;
}

.home-page-section > div {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
    width: 100%;
    height: 100%; 
}

.home-page-section:hover > div {
    backdrop-filter: blur(20px);
}

.home-page-section h3 {
    font-family: 'Krona One';
    font-size: 2.2em;
    font-size: 2.5vw;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    transition: all 1s ease;
    -webkit-text-stroke: 1px white;
    margin-top: 50px;
    /* text-shadow: 0px 0px 3px #000; */
    /* text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 8px #000, 0px 0px 3px #000; */
}

.home-page-section:hover {
}

.home-page-section:hover h3 {
    letter-spacing: 4px
    /* text-shadow: 0px 0px 3px #fff; */
    /* text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 8px #fff, 0px 0px 3px #fff; */
}

section#header-image {
  background-color: #000;
}

.rmp_menu_trigger {
    z-index: 1000005 !important;  
}

.rmp-slide-top {
    z-index: 1000000;
    background: linear-gradient(180deg, rgba(80,80,80,0.97) 0%, rgba(30,30,30,0.98) 45%, rgba(20,20,20,1) 100%) !important;
    border-right: 0.5px solid #333; 
    height: auto !important;
    padding-bottom: 40px !important;
}

.rmp-slide-top ul {
    text-align: center !important;  
}

.rmp-slide-top .rmp-menu .rmp-menu-item-link {
    padding-left: 20px !important;
    text-transform: uppercase;    
}

.rmp-slide-top .menu-item.wpml-ls-item {
    display: inline-block !important;
    width: auto !important;
}

.rmp-slide-top .menu-item.wpml-ls-item a {
    padding: 10px !important;
}

.rmp-slide-top .menu-item.wpml-ls-item img {
    max-width: 30px;
    height: auto;  
}

div#footer {
    margin-top: 80px;
    padding: 20px;
}

div#footer hr {
    border: 0;
    border-bottom: 0.5px solid white;
    width: 100%;
    height: 0px;
    opacity: 1;
}

div#footer div.row > div {
    padding: 20px 40px;
}

div#footer img.footer-logo {
    width: 200px;
    height: auto;
}

div#footer ul.footer-menu-1 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div#footer ul.footer-menu-1 li {
    padding: 0;
    margin: 0;
}

div#footer ul.footer-menu-1 li a {
    color: inherit;
    text-decoration: none;
    font-family: 'Krona One';
    font-size: 18px;   
    text-transform: uppercase;
    line-height: 1.8;
    color: #ccc;
    transition: color 0.5s ease;
}

div#footer ul.footer-menu-1 li a:hover {
    color: #fff;    
}

div#footer i.fab {
    margin-left: 18px;
}

div#footer .text-small {
    font-size: 0.8em;
}

div#footer .text-small a {
    color: inherit !important;
    text-decoration: none;
}

div#footer i.fab {
  color: #fff !important;
  font-size: 40px;
  margin-top: 10px;
}

#timeline {
    position: relative;
    padding: 40px 0 200px 0;
}

#timeline div .date h2, #timeline-static > div .date h2 {
    transition: 1s ease-in-out;    
}

#timeline div.active .date h2, #timeline-static > div:hover .date h2 {
    color: #930c08;
    text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 8px #fff, 0px 0px 3px #fff;
}

#timeline-static > div:hover .date h2 {
    /* font-size: 3em; */
}

#timeline div .date {
    position: relative;    
}

#timeline-static > div .date {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
}

#timeline-static > div .date h2 {
    font-size: 45px;
    font-weight: 600;  
}

#timeline div .date::before, #timeline-static > div .date::before { 
    left: 98.3%;
    /* transition: background-color 1s ease-in-out; */
}

#timeline div.active .date::before, #timeline-static > div:hover .date::before {
    background-color: #930c08;
    left: 97%;
}

#timeline div.details-container {
    /*
    position: absolute;
    top: 20px;
    right: 0px;
    */
    width: 70%;
    height: auto;
    margin-left: 2%;
    background-color: #333;
    padding: 15px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 5px;
    background: linear-gradient(110deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 45%, rgba(34,34,34,1) 85%) !important;
}

#timeline-static div.details-container {
    width: 100%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 30px;
    background-color: #333;
    padding: 15px;
    transition: opacity 1s ease-in-out;
    border-radius: 5px;
    background: linear-gradient(110deg, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 45%, rgba(34,34,34,1) 85%) !important;  
}

#timeline div.timelineCont.active div.details-container {
    opacity: 1;
}

#timeline div.details-container img {
    /* border-radius: 5px; */
    margin: 10px 0;
}

#timeline div.details-container h3, #timeline-static div.details-container h3 {
    font-family: 'Krona One';
    font-size: 20px;
}

#timeline div.details-container h3 a, #timeline-static div.details-container h3 a {
    color: inherit;
    text-decoration: none;
}

section#header-image {
    width: 100vw;
    height: 50vw;
    background-size: 100% auto;
    background-position: center center;
}

a.back-button {
    background-color: #444;
    font-size: 1.5em;
    line-height: 1.5;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 1s ease-in-out;
}

a.back-button:hover {
    background-color: #111;  
}

a.gp-button {
    display: inline-block;
    background-color: #930c08;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
}

.where-to-buy a.gp-button {
    min-width: 250px;
    margin-bottom: 20px;
}

ul.buy-container {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 20px 0 40px 0;
    /* transition: opacity 1s ease-in-out; */
    background-color: #222;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
}

ul.buy-container img.flag {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

/***** Nav Icon **********************************************/

#nav-icon {
  width: 40px;
  height: 45px;
  position: fixed;
  left: 20px;
  top: 15px;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10000;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 13px;
}

#nav-icon span:nth-child(3) {
  top: 26px;
}

#nav-icon.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: 60px;
}

#nav-icon.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

div.gp-models a {
  text-decoration: none;
  color: var(--gplightred);
  font-size: 1.5em;
  /* text-transform: uppercase; */
}

ul.gp-drivers, ul.gp-models {
  list-style-type: none;
  font-size: 1.2em;
  line-height: 1.4;
}

ul.gp-drivers li {

}

ul.gp-drivers li a, ul.gp-models li a {
  color: var(--gpred);
  text-decoration: none;
}

#product-data label {
  display: inline-block;
  font-weight: bold;
  width: 150px;
  color: var(--gpred);
}

#product-data img.flag {
  width: 20px;
  height: auto;  
}

/* Setzt die maximale Höhe für das VenoBox-Overlay */
.vbox-overlay .vbox-content {
  max-height: 95%; /* Passen Sie diesen Wert nach Bedarf an */
}

/* Setzt die maximale Höhe für das vergrößerte Bild */
.vbox-overlay .vbox-content img {
  max-height: 100%;
  object-fit: contain;
}

/*************************************************************/

#gpnavigation {
    background-color: #000 !important;
    opacity: 0.9;
    text-align: center;
    width: 100vw !important;
    z-index: 2000;
}

#gpnavigation * {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

#gpnavigation ul {
    margin: 0;
    padding: 50px 0 0 0;
    list-style-type: none;
}

#gpnavigation ul li {
    margin: 0;
    padding: 0;   
}

#gpnavigation ul li a {
    opacity: 0.15;
    font-family: 'Krona One';
    text-decoration: none;
    font-size: 2vw;
    line-height: 2;
    color: #fff;   
    text-transform: uppercase;
    transition: opacity 2s ease-out, color 0.6s ease-in-out;
}

#gpnavigation.showing ul li a, #gpnavigation.show ul li a {
    opacity: 1;
}

#gpnavigation ul li a:hover, #gpnavigation ul li a:active {
    color: #930c08;
}

#gpnavigation li:nth-child(5), #gpnavigation li:nth-child(6), #gpnavigation li:nth-child(7) {
    display: inline-block;
    margin: 0 10px;
} 

.contact-b2b, .contact-b2c {
    text-decoration: none;
    color: #fff;
    transition: color 1s ease;
}

.contact-b2b:hover, .contact-b2c:hover {
    color: var(--gpred);
}

section#header-section h1 {
    position: absolute;
    margin: 0 auto;
    top: 7vw;
    left: 0;
    right: 0;
}

section#header-section p.subline {
    position: absolute;
    bottom: 2vw;
    margin: 0 auto;
    left: 0;
    right: 0;
}

section#header-section img {
    width: 100%;
    height: auto;
}

section#gp-cars-by-filter .search-container {
  background-color: #333;
  padding: 20px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

section#gp-cars-by-filter .search-container select {
  width: 100%;
}

#gp-cars-by-filter-results .filter-entry {
  padding: 10px 10px;
  background-color: #111;
}

#gp-cars-by-filter-results .filter-year {
  margin-top: 20px;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;  
}

#gp-cars-by-filter-results .filter-entry a {
  color: #ccc; 
  font-size: 1.25em;
  text-decoration: none;
}

#gp-cars-by-filter-results .filter-entry .pcodes a {
  font-size: 16px;
}

#gp-cars-by-filter-results .filter-entry .pcodes a + a {
  font-size: 16px;
}

#gp-cars-by-filter-results .filter-entry img {
  display: inline-block;
  width: 150px;
  height: auto;
  margin-right: 20px;
}