@font-face {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('../fonts/montserrat-v14-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/montserrat-v14-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/montserrat-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
    background: #f5f4f0;
}
.page__header.page__header-de > div:not(.submenu-container) {
    background: #000;
    border-bottom: 1px solid #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
    height: 101px;
    box-shadow: 0 -1px 10px 2px rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page__header .logo-original {
    top: 17px;
    left: 195px;
    width: 55px;
    height: 55px;
    position: absolute;
}
.page__header.page__header-de.with-banner .navbar-default {
    height: auto;
    width: auto;
    background: transparent;
}
#header-logo-block {
    width: auto;
    height: 55px;
    margin: 0 70px 0 80px;
}
.page__header.page__header-de.with-banner .navbar-brand {
    width: auto;
    height: auto;
    padding: 0 15px;
    margin: 0 !important;
    max-height: 100%;
}
#header-logo-block img {
    max-height: 50px;
    min-height: 50px;
    max-width: 92px;
    margin: 0 0 !important;
}
.redirect-page-wrap {
    margin-top: 70px;
}
.redirect-page-wrap .side-content {
    background: transparent;
    padding: 20px 0;
    width: 100%;
}
h2.title {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    padding-bottom: 0;
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 85px;
    color: #000;
    background: #eabc00;
    text-transform: uppercase;
}
h2.title:before {
    content: '';
    height: 20px;
    width: 100%;
    display: block;
    border-bottom: 15px solid #f5f4f0;
}

.redirect-page-wrap .side-content p {
    font-family:'Montserrat-Regular', sans-serif;
    text-align: center;
    width:440px;
    margin: auto;
    font-size: 16px;
    color:#959595;
}
.progress {
    width:440px;
    height: 20px;
    margin: 65px auto;
}
.btn {
    background: #000;
    border: 3px solid #000;
    color: #eabc00;
    line-height: 11px;
    height: 35px;
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    padding: 8px;
    position: inherit;
    bottom: auto;
    border-radius: 0;
    width: auto;
    display: inline-block;
}
.loader-redirect {
    text-align: center;
}
.dot-loader {
    width: 20px;
    height: 20px;
    border: 5px solid #eabc00;
    display: inline-block;
    margin: 0 7px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 4s ease-in-out 0s infinite both;
}
.loader-redirect .dot-loader-1 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loader-redirect .dot-loader-2 {
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.loader-redirect .dot-loader-3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loader-redirect .dot-loader-4 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.loader-redirect .dot-loader-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.progress-bar {
    display: none;
}

html, body {
    height: auto;
}

@media only screen and (max-width: 767px) {
    .page__header.page__header-de > div:not(.submenu-container) {
        height: 65px;
    }
    #header-logo-block {
        display: block;
        margin: 0;
        width: 100%;
        top: 0!important;
        position: fixed;
        right: 0;
        left: auto;
        height: 55px;
    }
    .page__header.page__header-de.with-banner .navbar-brand {
        position: absolute;
        top: 0;
        right: unset;
        left: 1rem;
        z-index: 0;
        width: 85px;
        height: 55px;
        padding-left: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        display: block;
        margin: 0 !important;
        max-height: 100%;
    }
    #header-logo-block img {
        min-width: 70px;
        margin: -2px 0 0 !important;
        max-width: 100%;
        max-height: 80px;
        min-height: 50px;
        width: auto;
        height: auto;
    }
    .logo-mobile {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .redirect-page-wrap {
        background: transparent;
        box-shadow: none;
        margin: 60px -10px 0;
    }
    .progress {
        background-color: transparent;
    }
    .tech-page-wrap .dot-loader {
        opacity: 1;
    }
    .redirect-page-wrap .side-content p {
        width: 90%;
        font-size: 13px;
    }
    .btn {
        width: 90%;
        font-size: 17px;
    }
    .progress {
        width: 90%;
    }
}