:root {
    --primary-blue: #4782d3;
    --black: #000;
    --white: #fff;
    --dark-gray: #1b1b1b;
}

@font-face {
    font-family: 'Quicksilver';
    src: url('https://makaltsis-design.de/vrc/Quicksilver-Italic.woff2') format('woff2'),
        url('https://makaltsis-design.de/vrc/Quicksilver-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksilver';
    src: url('https://makaltsis-design.de/vrc/Quicksilver.woff2') format('woff2'),
        url('https://makaltsis-design.de/vrc/Quicksilver.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.accordion-flush .accordion-item .accordion-button {
  text-align: center;
}

body {
    max-width: 100%;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.field-r .input-wrap>select>option {
    color: #000 !important;
}

.accordion-button:hover {
    color: #000;
}

.loader {            
    margin: auto auto;
    font-size: 10px;
    position: absolute;
    left: 0;
    text-indent: -9999em;
    border-top: 6px solid #4782d36e;
    border-right: 6px solid #4782d36e;
    border-bottom: 6px solid #4782d36e;
    border-left: 6px solid #4782d3;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    right: 0;
    bottom: 0;
    top: 0;
}

video {
    object-fit: cover;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.editable #loadingDiv {
		display: none;
}

#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
}

#loadingDiv::before {
    content: '';
    display: block;
    background-image: url(https://makaltsis-design.de/vrc/vrc-logo_black.png);
    height: 60px;
    width: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50vh;
    left: -22px;
    right: 0;
    margin: auto;
    margin-top: -170px;
}

#loadingDiv::after {
    content: "Loading...";
    display: block;
    position: absolute;
    color: #999;
    position: absolute;
    bottom: 50vh;
    left: 0;
    right: -5px;
    margin: auto;
    width: fit-content;
    margin-bottom: -90px;
    font-weight: 800;
    font-family: sans-serif;
}

@media only screen and (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

.slfy-store .ui.global-wrap {
    max-width: 1200px !important;
}

.slfy-store .module.textblock.large {
    padding: 3rem 0;
}

.slfy-store .module.products {
    padding: 0;
}

.full-width-breadcrumbs {
    width: 100%;
    max-width: 1200px;
    margin: auto auto 30px auto;
    padding: 0 15px;
}

.line-headline-container {
    position: relative;
    margin-bottom: 20px;
}

.slfy-store .line-headline-container h1, .slfy-store .line-headline-container .h1 {
    font-size: 29px;
    color: var(--dark-gray);
    position: relative;
    padding: 10px 0 12px;
    display: inline-block;
    margin: auto auto 0;
    font-family: Raleway,Nunito Sans,-apple-system,system-ui,sans-serif;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .slfy-store h1, .slfy-store .h1 {
        font-size: 20px;
    }
}


.homepage-video-container {
    position: relative;
}

.homepage-video-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
}

.homepage-video-container .container {
    position: absolute;
    top: 0;
    left: 0;
    height: fit-content;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    max-width: 1220px;
    right: 0;
    bottom: 0;
}

.homepage-video-container .h1, .homepage-video-container h1 {
    margin: .625rem 0;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 25px;
    font-size: 56px;
    font-size: min(10vw, 56px);
    font-family: Nunito Sans, 'Nunito Sans', -apple-system, system-ui, sans-serif;
    color: #ffffff;
}


.homepage-video-container .cta-button {
    background-color: rgba(17, 17, 17, 0.42);
    color: #ffffff;
    border-radius: .1875rem;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 13px 17px;
    text-align: center;
    text-decoration: none;
    transition: opacity .11s,background-color .11s,color .11s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 2px solid;
    margin: 20px 0 10px;
    font-size: 17px;
}

.homepage-video-container .cta-button:hover {
    background-color: rgba(17, 17, 17, 0.7);
}

.homepage-video-container .cta-button.btn-primary {
    color: #fff;
    background-color: #4782d3;
    border-color: #4782d3;
}

.homepage-video-container p.subtitle {
    font-size: 20px;
    font-size: min(6vw, 20px);
    font-family: Nunito Sans, 'Nunito Sans', -apple-system, system-ui, sans-serif;
    color: #ffffff;
    line-height: 27px;
}

.slfy-store .line-headline-container:before {
    content: '';
    display: block;
    height: 3px;
    background: #d0d0d0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slfy-store .line-headline-container h1:after, .slfy-store .line-headline-container .h1:after {
    content: '';
    display: block;
    height: 3px;
    background: var(--primary-blue);
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.module-wrapper.products .products.module > .container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.module-wrapper.products .products.module > .container > h1,
.module-wrapper.products .products.module > .container > h2,
.module-wrapper.products .products.module > .container > h3 {
    width: 100%;
}

.module-wrapper.products .products.module > .container > div.action-line {
    width: 100%;
}

@media (min-width: 768px) {
    .module-wrapper.products .products.module > .container > div.product.grid {
        max-width: 75%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .module-wrapper.products .products.module > .container > div.product.grid {
        max-width: 100%;
        width: 100%;
    }
}

/* .container > div.product.grid .product-item {
    box-shadow: 0px 0px 11px -2px #00000078;
} */

.price-container > .price {
    color: var(--primary-blue) !important;
    font-weight: bolder !important;
    font-size: 22px !important;
}

.product-card .buy-button {
    background-color: var(--primary-blue) !important;
    text-transform: uppercase;
    font-weight: 900;
}

.module-wrapper.products .categories.navigation-overflow {
    justify-content: flex-start !important;
    flex-flow: column !important;
    margin: 0 !important;
    align-items: flex-start !important;
}

.module-wrapper.products .categories.navigation-overflow a {
    padding: 10px 10px;
    margin-left: 0 !important;
}

.categories.navigation-overflow.dropdown .item.ui.dropdown {
    margin: 0;
    width: 100%;
}

.categories.navigation-overflow.dropdown .item.ui.dropdown .menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: none;
    box-shadow: none !important;
    position: relative !important;
    left: 0;
    padding: 0;
    max-height: 100vh;
}

.item.store-nav-item.current {
    position: relative;
}

.item.store-nav-item.current::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    top: -3px;
    width: 30px;
    background: var(--white);
    right: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
}

.slfy-store .module.products .action-line .categories > .item:last-child {
    margin: 0;
    border-radius: 0 !important;
}

.slfy-store .module.products .action-line .categories {
    margin: 0;
}

.module.products .action-line .categories a {
    background: #eee;
    border-bottom: 2px solid var(--white);
}

@media (min-width: 768px) {
    .module.products .action-line .categories a {
        width: 100%;
    }

    .categories.navigation-overflow::before {
        content: 'Categories';
        font-size: 23px;
        font-weight: 900;
        color: var(--primary-blue);
        padding: 10px;
        margin-bottom: 10px;
    }
}

.module.products .action-line .categories a:hover, .module.products .action-line .categories a.active-link {
    background: var(--primary-blue);
    color: var(--white) !important;
    opacity: 1 !important;
}

.categories.navigation-overflow .item.ui.dropdown .menu .item {
    padding: 10px 10px !important;
    font-size: 1em;
    color: #212121;
}

.categories.navigation-overflow .item.ui.dropdown .more {
    display: none;
}

.categories.navigation-overflow .item.ui.dropdown a {
    padding: 10px 0 !important;
    font-size: 1em;
}

@media (min-width: 768px) {
    .categories.navigation-overflow a[href$="/assetto-corsa/"] {
        margin-top: 70px !important;
        position: relative;
    }

    .categories.navigation-overflow a[href$="/assetto-corsa/"]:before {
        content: 'Platform';
        display: block;
        position: absolute;
        top: -55px;
        font-size: 23px;
        font-weight: 900;
        color: var(--primary-blue);
        padding: 10px;
        margin-bottom: 10px;
        left: 0;
        pointer-events: none;
    }
}

.slfy-store.white {
    background: var(--white) !important;
}

.team-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 60px;
}

.social-media-footer {
    margin: 40px 0 10px;
}

.social-media-footer a {
    font-size: 25px;
    margin-right: 15px;
    color: var(--white);
}

.team-card {
    width: 100%;
    background-color: #eee;
    padding: 20px 15px 20px 65px;
    position: relative;
    box-shadow: 0px 0px 8px -3px var(--black);
    min-height: 185px;
    background-image: url(https://makaltsis-design.de/vrc/vrc-icon_negative.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right 20px;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}

.team-social-media a {
    font-size: 30px;
    margin-right: 10px;
    color: #626262;
}

.team-card img {
    width: 30px;
    vertical-align: top;
    position: absolute;
    left: 20px;
    box-shadow: 0px 0px 8px -2px var(--black);
    border-radius: 100%;
}

.team-card .team-content .name {
    font-weight: 900;
    font-size: 21px;
    color: var(--primary-blue) !important;
}

.team-card .team-content .description {
    font-size: 16px !important;
    font-style: italic;
    margin: 7px 0 0 !important;
}

/*############ MOBILE NAVI STYLES ###########*/

.slfy-store .module.navigation .content-wrapper>.menu > .dropdown > .more {
    display: none;
}

.slfy-store .module.navigation .content-wrapper>.menu {
    margin: 0;
    max-width: 100%;
}

.slfy-store .module.navigation .content-wrapper .actions {
    margin-left: 0;
}

.navigation.module .container {
    padding: 0 10px !important;
}

.slfy-store .module.navigation .content-wrapper>.actions>.item:last-child {
    padding-right: 9px;
}

.slfy-store .module.navigation .content-wrapper>.actions>.item {
    padding: 9px;
}

@media only screen and (max-width: 767px) {
    .slfy-store .module.navigation .container .content-wrapper>.logo-container>.mobile-menu {
        margin-left: 0;
    }

    .slfy-store .module.navigation .container .content-wrapper>.logo-container .store-logo {
        justify-content: flex-start;
        margin: 0;
        max-width: 140px;
        /*left: calc((50vw - 0.625em) - 130px);*/
        position: relative;
    }

    .open-mobile-menu > svg.icon {
        transform: scale(1.5);
    }
}

.slfy-store .module.navigation .content-wrapper > .actions > .item.cart > .shopping-cart-button {
    position: relative;
}

.slfy-store .module.navigation .content-wrapper > .actions > .item.cart > .shopping-cart-button > .cart-indicator {
    font-size: 11px;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
    margin-left: auto;
    text-align: center;
    letter-spacing: -0.5px;
}


/*######## END OF MOBILE NAVI STYLES ########*/

/*############## SHOP STYLES ##############*/

.custom-shop-container {
    display: flex;
    width: 100%;
    max-width: 2300px;
    margin: 30px auto;
}

body {
    animation-name: "test";
}

@media (max-width: 767px) {
    .custom-shop-container {
        flex-flow: column;
    }
    .slfy-store .module.products .action-line .categories .item {
        width: fit-content;
        margin: 0 5px 4px 0 !important;
        vertical-align: bottom;
        border-bottom: 0;
        display: inline-block !important;
    }
    .slfy-store .module.products .action-line .categories {
        flex-flow: wrap !important;
        gap: inherit !important;
    }

    .product-categories .ui.column.doubling.product.stackable.grid {
        display: flex !important;
        flex-flow: wrap;
        margin: 0 -20px 0 !important;
    }

    .categories.navigation-overflow.dropdown .item.ui.dropdown .menu {
        white-space: initial;
    }
}

.module-wrapper.products .three.store-product-grid.masonry {
    display: none !important;
}

.module-wrapper.products {
    display: inline-flex;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .module-wrapper.products {
        width: 100%;
        max-width: 24vw;
        display: inline-flex;
        margin-bottom: 25px;
    }

    .products.product-categories.module {
        max-width: calc(100% - 24vw);
    }
}

@media (min-width: 1201px) {
    .module-wrapper.products {
        min-width: 300px;
        display: inline-flex;
        margin-bottom: 25px;
    }

    .products.product-categories.module {
        max-width: calc(100% - 300px);
    }
}

.products.product-categories.module .container {
    max-width: 100%;
}

.module-wrapper.products .products.module {
    padding: 0;
}

@media (min-width: 768px) {
    .products.product-categories.module .product-item.column {
        padding: 10px !important;
        box-shadow: none !important;
    }
    .slfy-store.width-1200 .module.products .container .three .product-item .product-card {
        max-width: none;
        border-radius: 0 !important;
        box-shadow: 0px 0px 11px -2px #00000078 !important;
    }
}

@media (max-width: 767px) {
    .products.product-categories.module .product-item.column {
        padding: 0px !important;
        box-shadow: none !important;
    }
    .slfy-store.width-1200 .module.products .container .three .product-item .product-card {
        max-width: none;
        border-radius: 0 !important;
        box-shadow: -1px 0px 0px 0px #d7d7d7, 1px 0px 0px 0px #d7d7d7, 0px -1px 0px 0px #d7d7d7, 0px 1px 0px 0px #d7d7d7 !important;
    }
    .slfy-store .product-card .meta-content>.actions>.left {
        width: 100%;
    }
}

.slfy-store .product-card .meta-content>.actions>.left {
    min-width: 100px;
}



.slfy-store .product-card > .preview > img {
    width: 100% !important;
    margin: 0;
    border-radius: 0 !important;
    max-width: none !important;
}

.slfy-store .product-card .meta-content .title {
    font-size: 18px;
    line-height: 22px;
    height: calc(44px);
    box-sizing: content-box;
    padding-top: 0;
    padding-bottom: 0;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    font-weight: bold;
    color: #222;
  }

/*######## END OF SHOP STYLES STYLES ########*/

/*############## FOOTER STYLES ##############*/

.footer.module.small > .container {
    display: none;
}

.custom-footer {
    background: var(--dark-gray);
    display: block;
    color: var(--white);
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0 30px;
}

.custom-footer .footer-max {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.custom-footer img {
    width: 100%;
    max-width: 250px;
    vertical-align: bottom;
    margin-bottom: 25px;
}

.custom-footer p {
    font-size: 14px;
    font-weight: 100;
    line-height: 25px;
}

.footer-column.navigation {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-navi-column {
    padding: 0 15px;
}

.footer-column.navigation p {
    font-size: 21px;
    margin-bottom: 19px;
    font-weight: 900;
}

.footer-navi-column ul {
    padding: 0;
    list-style-type: none;
}

.footer-navi-column ul li a {
    color: var(--white);
    font-weight: 100;
    font-size: 14px;
    display: block;
    padding: 8px 0;
}

/*########### END OF FOOTER STYLES ###########*/

.product-info .row {
    margin: 0 !important;
    padding-top: 0 !important;
  }

#descriptionTabList {
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #dee2e6;
    border-style: solid;
    border-radius: 0 0 4px 4px;
    padding: 12px 15px;
}

h1.product-top-header {
    font-size: 31px;
    font-weight: bold;
}


.fr_primary_button, a.fr_primary_button {
    background-color: var(--primary-blue);
}

.pay-more-label label[for="pay_more"] {
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: var(--primary-blue) !important;
}

#productImageView img {
    max-width: 100%;
}

#productImageView {
    margin-bottom: 25px;
}

.buy-now-button::after {
    content: '\f218';
    font-family: "Font Awesome 6 Free";
    margin-left: 4px;
    color: #fff;
}

.relatedProducts .product-item.column {
    padding: 0 !important;
}

.relatedProducts .product-item .product-card {
    max-width: 100% !important;
}

ul.special-list {
    list-style-type: none;
    padding: 0;
    padding-left: 15px;
    margin: 8px 0;
}

ul.special-list li {
    background-image: url(https://makaltsis-design.de/vrc/vrc-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left 4px;
    padding: 0px 10px 3px 24px;
    margin-bottom: 3px;
}

.contactform.module, .contactform.module .container {
    padding: 0 !important;
}

.contactform.module .container .inner-container {
    padding: 16px;
}

body.dark .team-card {
    background-image: url(https://makaltsis-design.de/vrc/vrc-icon.png) !important;
}


.product-categories.module .store-product-grid.three {
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
    flex-flow: wrap;
    row-gap: normal;
    column-gap: normal;
}

.product-categories.module .store-product-grid.three>.column.col-6:not(.row) {
    flex: 0 0 auto;
    width: 50% !important;
}

@media (min-width: 576px) {
    .product-categories.module .store-product-grid.three>.column.col-sm-4:not(.row) {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
}

@media (min-width: 1200px) {
    .product-categories.module .store-product-grid.three>.column.col-xl-3:not(.row) {
        flex: 0 0 auto;
        width: 25% !important;
    }   
}

.relatedProducts {
    margin-bottom: 40px;
}

.payment-sidebar .checkbox .terms {
    line-height: 24px;
}

.relatedProducts .product-item.column {
    padding: 10px !important;
}

.relatedProducts .product-item.column .product-card {
    box-shadow: 0px 0px 11px -2px #00000078 !important;
}

.slfy-store .relatedProducts .product-card:not(.card-shaped) .meta-content:not(:empty) {
    padding: 15px !important;
}

.card-info .checkbox label {
    text-transform: uppercase !important;
}

.card-info .checkbox label a {
    font-weight: 900;
} 

.mail-note, .download-note {
    color: #353535;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-top: 12px;
    display: block;
    line-height: 16px;
}

@media (min-width: 768px) {
    .download-note {
        width: 300px;
    }
}

.download-note {
    font-size: 14px;
    margin: 0 0 0 auto;
    text-align: center;
  }

/* .quantity {
    position: relative;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button
  {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type=number]
  {
    -moz-appearance: textfield;
  }
  
  .quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
  }
  
  .quantity input:focus {
    outline: 0;
  }
  
  .quantity-nav {
    float: left;
    position: relative;
    height: 42px;
  }
  
  .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
  }
  
  .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
  } */


/*###########################################*/


.redesign-page .homepage-video-container::before {
	content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000042;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  backdrop-filter: grayscale(50%) sepia(30%);
}

.redesign-page .homepage-video-container::after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  background: #c5c5c500;
  width: 100%;
  z-index: 0;
  opacity: 1;
  height: 0px;
  bottom: 0;
  border-style: solid;
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-right-width: 50vw;
  border-left-width: 50vw;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.redesign-page .navigation.module {
  background: transparent !important;
}

.redesign-page .homepage-video-container {
  margin-top: -90px;
  height: 85vh;
}

.redesign-page .homepage-video-container video {
	height: 100%;
}

.redesign-page .content-container.center {
  text-align: center;
}

.redesign-page .content-container.center p {
  margin: auto;
}

.redesign-page .homepage-video-container h1 {
  font-weight: 300;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.redesign-page .homepage-video-container .container {
  top: auto;
  bottom: 100px;
}

.redesign-page .content-container p {
  font-weight: 100;
  font-size: 22px;
}



/*############## SLIDER STYLES ##############*/

#custom-slider-1 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#custom-slider-1 .slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

#custom-slider-1 .slide {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 40px 15px;
  box-sizing: border-box;
}

#custom-slider-1 .slide-content {
  min-width: 300px;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
	line-height: 26px;
	width: 45%;;
}

#custom-slider-1 .slide-title {
font-family: "Quicksilver", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #707070;
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
}

#custom-slider-1 .slide-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

#custom-slider-1 .slide-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

#custom-slider-1 .platform-label {
	font-family: "Quicksilver", sans-serif;
  font-style: italic;
	font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #707070;
  display: block;
}

#custom-slider-1 .slide-bottom .btn-box {
	text-align: right;
}

#custom-slider-1 .btn-view {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #4a90e2;
  border-radius: 25px;
  color: #4a90e2;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}

#custom-slider-1 .btn-view:hover {
  background: #4a90e2;
  color: #fff;
}

#custom-slider-1 .slide-image {
	width: 55%;
  text-align: center;
}

#custom-slider-1 .slide-image img {
  max-width: 100%;
  border-radius: 8px;
}

/* Arrows */
#custom-slider-1 .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 38px;
  color: #555;
  z-index: 2;
}

#custom-slider-1 .slider-nav.left { left: 0; }
#custom-slider-1 .slider-nav.right { right: 0; }

/* Dots */
#custom-slider-1 .slider-dots {
  text-align: center;
  margin-top: 15px;
}

#custom-slider-1 .slider-dots span {
  display: inline-block;
  height: 8px;
  width: 20px;
  margin: 0 4px;
  background: #b3d4fc;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}

#custom-slider-1 .slider-dots span.active {
  width: 40px;
  background: #4a90e2;
}

/* Responsive */
@media (max-width: 768px) {
  #custom-slider-1 .slide {
    flex-direction: column-reverse;
    text-align: center;
  }

  #custom-slider-1 .slide-bottom {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  #custom-slider-1 .btn-view {
    margin-top: 10px;
  }
}


/*########### Hero STYLES ###########*/


#hero-header-1 {
	margin-top: -90px;
  position: relative;
  width: 100%;
	height: 97vh;
  background: url("https://makaltsis-design.de/vrc/background.png");
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed; /* not fixed */
	background-position: center center;
}

/* iOS-specific media query */
@supports (-webkit-touch-callout: none) {
  #hero-header-1 {
    background-attachment: scroll !important;
  }
}

#hero-header-1 .hero-overlay {
	position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.0) 90%, rgba(0,0,0,0.5) 100%);
  display: flex;
  align-items: flex-end;
}

.hero-main-image {
  position: absolute;
  top: -12vh;
  bottom: 0;
  margin: auto;
  height: fit-content;
  z-index: 0;
  width: 100%;
  text-align: center;
}

#hero-header-1 .hero-content {
	width: 100%;
  padding: 20px 10px 0;
  color: #fff;
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  z-index: 1;
}

#hero-header-1 .hero-title {
	font-family: "Quicksilver" !important;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 900;
}

.hero-main-image img {
  max-width: 88%;
  /*width: 1200px;*/
  transform: scale(120%);
	position: relative;
  top: 40px;
}

.hero-bottom img {
  max-width: 90%;
  width: 800px;
}

#hero-header-1 .hero-description {
  font-size: 20px;
  width: 550px;
  line-height: 33px;
  max-width: 90%;
	margin-bottom: 30px;
}

#hero-header-1 .hero-buttons {
  display: flex;
  gap: 15px;
}

#hero-header-1 .btn-hero {
  display: inline-block;
  padding: 12px 25px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #080a10;
  text-decoration: none;
  font-weight: 900;
  transition: all 0.3s;
  background: #fff;
  font-size: 17px;
}

#hero-header-1 .btn-hero:hover {
  background: #080a10;
  color: #fff;
}

#hero-header-1 .hero-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#hero-header-1 .hero-right svg {
  width: 540px;
  max-width: 90%;
}

.hero-left {
  padding: 20px 0 70px 20px;
}

.hero-bottom {
  padding: 10px 20px 40px;
	text-align: center;
}

.home-gallery-title {
	position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 20px;
  color: #fff;
  font-size: 24px;
  font-family: "Quicksilver", sans-serif;
  font-style: italic;
  text-align: center;
  background: linear-gradient(to bottom, #00000082 20%, #0000);
  height: 70px;
  align-content: center;
  text-shadow: 2px 2px 1px #000;
  padding: 10px;
	pointer-events: none;
	transition: font-size .4s;
}

.home-gallery-tiles .col-md-4:hover .home-gallery-title {
  font-size: 180%;
}

.home-gallery-title span {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  line-height: 13px;
  position: relative;
  top: -5px;
  color: #ffbb63;
}

#business-inquiries-box {
	position: relative;
  width: 100%;
  background: linear-gradient( to bottom ,#4D6DA9, #304772);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
  margin-bottom: 2px;
}

#business-inquiries-box .car {
  position: absolute;
  top: 50%;
  width: auto;
	height: 95%;
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: none;
}

#business-inquiries-box .car-left {
  right: calc(50vw + 18%);
}

#business-inquiries-box .car-right {
  left: calc(50vw + 18%);
}

#business-inquiries-box .content-box {
	width: 480px;
  color: #fff;
  z-index: 2;
  max-width: 80%;		
}

#business-inquiries-box .box-title {
  font-family: "Quicksilver", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
	font-style: italic;
}

#business-inquiries-box .box-text {
	font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  font-family: "Roboto";
  font-weight: 600;
  text-shadow: 0px 0px 5px #0000008c;
}

#business-inquiries-box .box-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
	font-size: 16px;
}

#business-inquiries-box .box-btn:hover {
  background: #fff;
  color: #224488;
}

.navigation.module {
	transition: background .4s ease-in-out;
}

.navigation.module.scrolled {
  background: #0000007a !important;
}

/* Responsive */
@media (max-width: 768px) {

	#custom-slider-1 .slide-image,
	#custom-slider-1 .slide-content {
		width: 100%;
	}

	.hero-left {
		padding: 20px 0 0 0;
	}

	#hero-header-1 .hero-description {
		font-size: 18px;
		margin: 0 auto 30px;
	}

	#hero-header-1 .hero-title {
		font-size: 30px;
		margin-bottom: 20px;
		padding: 0 10px 0;
	}

	#custom-slider-1 .slide {
		justify-content: flex-end;
	}

	#custom-slider-1 .slide-bottom .btn-box {
		text-align: center;
	}

  #hero-header-1 .hero-content {
    text-align: center;
		padding: 20px 0 0;
  }

	#hero-header-1 .hero-buttons {
		justify-content: center;
		margin-bottom: 30px;
	}

	#hero-header-1 .hero-right svg {
		width: 320px;
	}

  #hero-header-1 .hero-right {
    justify-content: center;
    margin-top: 20px;
  }
  #hero-header-1 .hero-subheadline {
    font-size: 36px;
  }

	.hero-main-image img {
		max-width: 100%;
		/*width: 1200px;*/
		transform: scale(120%);
		top: -50px;
	}

	.car.car-right {
		display: none;
	}

	#business-inquiries-box {
		padding-bottom: 170px;
	}

	#business-inquiries-box .car-left {
		left: 0;
		width: 100%;
		height: auto;
		bottom: 15px;
		top: initial;
		transform: none;
	}

}



