/* Global styles */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #000000;
}

a, p {
    text-decoration: none;
    color: white;
    margin: 0;
    font-family: din_proregular;
}

b {
    font-family: din_probold;
}

img {
    width: 100%;
    height: auto;
}

video {
    position: relative!important;
    left: unset!important;
    display: flex;
    justify-content: center;
    margin: auto;
}

/* Header styles */
header {
    background-color: #333333;
    background-image: url("https://sondertrikot.bvb.de/cdn-cgi/image/f=webp,q=50,w=1280/images/Stahl_Header.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.glut-gradient::after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
}

.container {
    max-width: 1920px;
    margin: auto;
}

.header-container {
    padding: 10px;
    padding-left: 24px;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 42px;
}

.info_text {
    color: #FF5402;
    text-align: center;
    font-family: din_probold;
    width: 80%;
    max-width: 1280px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.language-selector, .language-selector a{
    color: #FF5402;
    font-size: 8px;
}

@media (min-width: 768px) {
    .logo {
        width: 56px;
    }
    .language-selector, .language-selector a{
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .logo {
        width: 94px;
    }
    .language-selector, .language-selector a{
        font-size: 24px;
    }

    .footer-text {
        font-size: 42px;
        line-height: 58px;
    }
}

.underline {
    content: ' ';
    display: block;
    border: 1px solid #FF5402;
    margin: 0;
}

/* Hero image container styles */
.hero-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
}

.href-text {
    text-align: center;
    position: absolute;
    color: #FF5411;
    font-family: din_probold;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #FF5411;
    padding: 8px 32px;
    white-space: nowrap;
    cursor: pointer;
    z-index: 100;
}

.fqa-section .href-text {
    padding: 8px 16px;
    top: 84%;
}

.overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 90%;
}

.overlay-bottom {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    width: 100%;
    height: 306px;
}

.overlay-bottom-2 {
    position: absolute;
    bottom: -96px;
    left: 0;
    right: 0;
    width: 100%;
}

.overlay-bottom-3 {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 75%;
}

.overlay-rectangle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* Main content styles */
.main-content {
    background-color: #000000;
    margin-bottom: 36px;
    margin-top: 36px;
}

.content-container {
    position: relative;
    display: flex;
    align-items: center;
}

.content-container p{
    color: #ffffff;
    margin-top: 0;
    text-align: justify;
    font-family: din_proregular;
    font-size: 13.33px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 2% 5% 5%;
}

.info_text p{
    color: #ffffff;
    font-family: din_proregular;
    font-size: 13.33px;
    line-height: 20px;
    z-index: 1;
}

.content-container div {
    position: relative;
    width: 100%;
    height: auto;
}

.content-container img {
    display: block;
    width: 100%;
    height: auto;
}

.video-container {
    margin-top: 72px;
}

.video-preview {
    position: relative;
    z-index: 10;
}

video {
    position: absolute;
    left: 10%;
}


/* Image quote container styles */
.image-quote-container {
    position: relative;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.text-over-image {
    text-align: justify;
    font-size: 25px;
    color: #fff;
    line-height: 32px;
    letter-spacing: -2px;
    padding: 13px 0 0 21px;
    margin: 0;
    font-family: din_probold;
}

/* Footer styles */
.main-content-last {
    padding: 0;
    margin: 0;
    position: relative;
}

.footer-image {
    width: 100%;
}

.footer-text {
    text-align: center;
    position: absolute;
    color: #FF5402;
    font-family: din_proregular;
    font-size: 1rem;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.66px;
    text-transform: uppercase;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%
}

.footer-text b {
    font-weight: 700;
}

.footer-links p {
    margin-bottom: 10px;
    color: #FF5402;
    position: relative;
}

.footer-links {
    padding-left: 20px;
    font-family: din_proregular;
    font-size: 14px;
    position: absolute;
    bottom: 3%;
}

.footer-links a {
    color: #FF5402;
    position: relative;
}

.footer-links a:last-child {
    padding-left: 32px;
}

@media (min-width: 425px) {
    .content-container p {
        top: 5vh;
    }
}

@media (min-width: 768px) {
    .content-container p{
        padding-top: 19%;
        top: 0vh;
        font-size: 24px;
        line-height: 24px;
    }

    .info_text p{
        font-size: 24px;
        line-height: 24px;
    }

    .overlay-bottom {
        display: none;
    }

    .hero-image {
        margin-bottom: 0;
    }

    .overlay-bottom-2 {
        bottom: -146px;
    }

    .footer-text {
        font-size: 1.5rem;
    }

    .main-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .main-content-last {
        padding: 0 5%;
    }

    .fqa-section .href-text {
        padding: 16px 40px;
        top: 84%;
    }

    .href-text {
        padding: 16px 40px;
    }
}

@media (min-width: 1024px) {
    .content-container p{
        padding-top: 19%;
    }

    .footer-text {
        font-size: 2rem;
        line-height: 58px;
    }

    .mobile-t {
        display: none;
    }

    .desktop {
        display: block;
    }

    .fqa-section .href-text {
        top: 81%;
        padding: 16px 94px;
    }
}

@media (min-width: 1280px) {
    .content-container p{
        font-size: 33.18px;
        line-height: 40px;
    }

    .info_text p{
        font-size: 33.18px;
        line-height: 40px;
    }

    .fqa-section .href-text {
        top: 88%;
        padding: 16px 94px;
    }
}

@media (min-width: 1440px) {

    video {
        width: 70%;
    }
    
    .href-text {
        padding: 16px 268px;
        font-size: 36px;
        line-height: 42px;
        top: 78%;
    }

    .main-content {
        background-color: #000000;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 84px;
        margin-top: 84px;
    }

    .header-container {
        padding: 18px 18px 18px 24px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-text {
        font-size: 3rem;
        line-height: 115px;
        letter-spacing: -0.5px;
        top: 80%;
    }

    .footer-links p {
        margin-bottom: 24px;
    }

    .footer-links {
        padding-left: 90px;
        font-size: 19.24px;
        line-height: 24px;
        bottom: 2%;
    }

    .footer-links a:last-child {
        padding-left: 115px;
    }

    .hero-image {
        margin-top: -300px;
        margin-bottom: 0;
    }

    .overlay-top {
        width: 70%;
    }

    .overlay-bottom-2 {
        margin-bottom: -256px;
    }

    .video-preview {
        margin: auto;
        width: 65%;
    }

    .overlay-bottom-3 {
        width: 50%;
    }

    .language-selector, .language-selector a{
        font-size: 32px;
    }
}

@media (min-width: 1860px) {
    .overlay-bottom-2 {
        margin-bottom: -444px;
    }

    .href-text {
        padding: 16px 268px;
        font-size: 36px;
        line-height: 42px;
        top: 78%;
    }
}


.video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; }
.video img { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; object-fit: cover; }
/*.video:after { content: ""; position: absolute; display: block;*/
/*    background: url("images/Video_Preview.png") no-repeat 0 0;*/
/*    top: 45%; left: 45%; width: 46px; height: 36px; z-index: 30; cursor: pointer; }*/
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* image poster clicked, player class added using js */
.video.player img { display: none; }
.video.player:after { display: none; }

.hero-image-container::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.desktop-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: auto;
    cursor: pointer;
    z-index: 10;
}

