@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: local('Oswald Extra Light'), local('Oswald-Extra-Light'), url('../../font/oswald/static/Oswald-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: local('Oswald Light'), local('Oswald-Light'), url('../../font/oswald/static/Oswald-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url('../../font/oswald/static/Oswald-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: local('Oswald Medium'), local('Oswald-Medium'), url('../../font/oswald/static/Oswald-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: local('Oswald Semi Bold'), local('Oswald-Semi-Bold'), url('../../font/oswald/static/Oswald-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: local('Oswald Bold'), local('Oswald-Bold'), url('../../font/oswald/static/Oswald-Bold.ttf') format('truetype');
}

html,
body,
.main {
    height: 100%;
}

body {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    background-color: #4E4C4C;
}

.main {
    max-width: 1280px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
    margin-top: 130px;
}

.header {
    background-color: #434343;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 42;
}

.navbar {
    padding: 0 12px;
}

.navbar-brand {
    display: flex;
    margin: 0;
    width: 100%;
}

.navbar-brand .btn {
    font-size: 14px;
    line-height: 14px;
}

.navbar-brand .btn:before {
    content: "";
    display: inline-block;
    height: 16px;
    vertical-align: middle;
}

.navbar-brand .like-h1 {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.navbar-brand .big7-logo {
    width: 56px;
    height: 23px;
    background-image: url(../../img/v2/b7_logo.png);
    background-size: 65px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    margin-right: 8px;
}

.navbar .login-form input,
.navbar .login-form .btn {
    font-size: 12px;
    border-radius: inherit;
}

.navbar .login-form .btn {
    background-color: transparent;
    border: 2px solid #fff;
}

.navbar .login-links {
    font-size: 12px;
    margin-bottom: 16px;
}

.navbar .login-links a {
    font-style: italic;
    text-decoration: none;
}

.navbar .settings-container {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .navbar .settings-container {
        margin-top: 0.5rem;
        align-items: initial !important;
    }
}

.navbar .login-links a:hover {
    text-decoration: underline;
}

.navbar .lang .dropdown-item:focus, .navbar .lang .dropdown-item:hover {
    background-color: #434343;
}

/* Form */
.form-control,
.form-select {
    color: #ffffff;
    background-color: #262627;
    border: 1px solid #A2A2A2;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-email,
.form-password,
.form-phone,
.form-skype,
.form-website {
    background-repeat: no-repeat;
}

.form-password,
.form-phone,
.form-skype,
.form-website {
    background-position: right 7px;
    background-size: 34px 21px;
}

.form-email {
    background-image: url(../../img/v2/pictograms/at.svg);
    background-position: right -2px;
    background-size: 40px 34px;
}

.form-password {
    background-image: url(../../img/v2/pictograms/lock-keyhole-solid-white.svg);
}

.form-phone {
    background-image: url(../../img/v2/pictograms/phone.svg);
}

.form-skype {
    background-image: url(../../img/v2/pictograms/skype.svg);
}

.form-website {
    background-image: url(../../img/v2/pictograms/chain.svg);
}

/* Modal */
.modal-register {
    background-color: #262627;
}

.modal-register .modal-body {
    background: transparent linear-gradient(180deg, #818080B0 0%, #474747 47%, #242424 100%) 0% 0% no-repeat padding-box;
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

::placeholder {
    color: #ffffff !important;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #ffffff !important;
}

::-ms-input-placeholder {
    color: #ffffff !important;
}


.bg-light {
    background-color: #ffffff;
    color: #262627;
}

.bg-light::placeholder {
    color: #262627 !important;
    opacity: 1;
    font-weight: 300;
}

.bg-light:-ms-input-placeholder {
    color: #262627 !important;
}

.bg-light::-ms-input-placeholder {
    color: #262627 !important;
}

.section-bg {
    background-color: #2B2B2B;
}

.info-card {
    background: #812F5C;
    border-radius: 10px;
    padding: 15px;
    color: white;
    font-weight: normal;
}

.info-card a {
    color: inherit;
    text-decoration: underline;
}

.full-size {
    height: 100%;
}

.pw-recovery-container {
    max-width: 920px;
    margin: 40px auto 0;
}

.sticky-button {
    height: 10vh;
    width: 100%;
    background: #000000CC 0% 0% no-repeat padding-box;
    position: sticky;
    bottom: 0;
    z-index: 42;
}

.sticky-button div {
    position: relative;
    height: 100%;
    width: 100%;
}

.sticky-button button {
    background: transparent linear-gradient(180deg, #D14E95 0%, #812F5C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
    text-align: center;
    font: normal normal normal 28px/41px Oswald;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 5px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Section One */
.section-one {
    background-image: url('../../img/v2/section1.png');
    background-image: -webkit-image-set(
            url('../../img/v2/section1.png') 1x,
            url('../../img/v2/section1@2x.png') 2x);
    background-image: image-set(
            url('../../img/v2/section1.png') 1x,
            url('../../img/v2/section1@2x.png') 2x);
    background-image: image-set(
            url('../../img/v2/section1.png') 750 w,
            url('../../img/v2/section1@2x.png') 20480 w);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 -64px;
    background-color: #2B2B2B;
    padding: 35% 0 70px;
    position: relative;
}

.section-one::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;

    background-image: url('../../img/v2/laptop-smartphone.png');
    background-image: -webkit-image-set(
            url('../../img/v2/laptop-smartphone.png') 1x,
            url('../../img/v2/laptop-smartphone@2x.png') 2x);
    background-image: image-set(
            url('../../img/v2/laptop-smartphone.png') 1x,
            url('../../img/v2/laptop-smartphone@2x.png') 2x);
    background-image: image-set(
            url('../../img/v2/laptop-smartphone.png') 750 w,
            url('../../img/v2/laptop-smartphone@2x.png') 20480 w);
    background-size: 54%;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: -20px;
}

.section-one h1 {
    text-align: center;
    text-transform: uppercase;
    line-height: inherit;
    background: rgba(209, 78, 149, .5) 0% 0% no-repeat padding-box;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 16px 24px;
}

.section-one h1 span {
    letter-spacing: 0px;
    text-shadow: 0px 3px 6px #00000059;
}

.section-one h1 span:first-child {
    font-size: calc(30px + 2 * (100vw - 320px) / (992 - 320));
    font-weight: normal;
    line-height: 50px;
}

.section-one h1 span:last-child {
    font-size: calc(26px + 2 * (100vw - 320px) / (992 - 320));
    font-weight: normal;
    line-height: 42px;
}

.section-one p {
    margin: 0 34px;
}

/* Section Two */
.section-two {
    text-align: center;
}

/* Section Four */
.section-five .security-teasers p {
    margin-top: -30%;
}

/* Section Six */
.section-six .support-img {
    max-width: 164px;
}

.section-six .support-name {
    font-size: 22px;
}

.section-six .support-contact-data {
    font-size: calc(22px + 2 * (100vw - 320px) / (992 - 320));
}

.section-six .support-contact-data--small {
    font-size: 15px;
    font-weight: 300;
}

.support-one {
    order: 1;
}

.support-two {
    order: 3;
}

.support-three {
    order: 2;
}

.section-six .support-telephone,
.section-six .support-skype {
    font-size: 15px;
    font-weight: 300;
    padding-left: 28px;
    width: fit-content;
}

.section-six .support-telephone::after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;

    background-image: url('../../img/v2/pictograms/phone.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 12%;
    left: 0;
}

.section-six .support-skype::after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;

    background-image: url('../../img/v2/pictograms/skype.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 12%;
    left: 0;
}

.footer {
    font-size: 12px;
    font-weight: 300;
    background-color: #434343;
}

.footer a {
    color: inherit;
    text-decoration: none;
    padding: 0 4px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .btn {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}

/* Layout */
p {
    font-size: 15px;
    font-weight: 200;
    text-align: left;
}

.heading {
    font-size: calc(26px + 2 * (100vw - 320px) / (992 - 320));
    font-weight: 300;
    line-height: 28px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto 24px;
    padding-left: 36px;
    position: relative;
}

@media (max-width: 480px) {
    .heading {
        font-size: calc(20px + 2 * (100vw - 320px) / (992 - 320));
    }
    .hide-on-small-device {
        display: none;
    }
}

@media (min-width: 500px) {
    .table-content {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .mobile-small {
        font-size: small;
    }
}

.heading:after {
    content: "";
    width: 50%;
    height: 80%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -5px;
    top: 3px;
}

.heading-maximum:after {
    background-image: url('../../img/v2/pictograms/erfolg.svg');
}

.heading-user:after {
    background-image: url('../../img/v2/pictograms/user-solid.svg');
}

.heading-success:after {
    background-image: url('../../img/v2/pictograms/werkzeuge.svg');
}

.heading-heart:after {
    background-image: url('../../img/v2/pictograms/herz-hand.svg');
}

.heading-info:after {
    background-image: url('../../img/v2/pictograms/info.svg');
}

.heading-impressum:after {
    background-image: url('../../img/v2/pictograms/adress-card-solid.svg');
}

.heading-agb:after {
    background-image: url('../../img/v2/pictograms/chain.svg');
}

.heading-datenschutz:after {
    background-image: url('../../img/v2/pictograms/shield-halved-solid.svg');
}

.heading-password-recovery:after {
    background-image: url('../../img/v2/pictograms/lock-keyhole-solid-white.svg');
}

.heading-contact:after {
    background-image: url('../../img/v2/pictograms/clipboard-check-solid.svg');
}

.heading-login:after {
    background-image: url('../../img/v2/pictograms/user-solid.svg');
}

.heading-second {
    font-size: calc(20px + 2 * (100vw - 320px) / (992 - 320));
    font-weight: 400;
    text-align: center;
}

.heading-third {
    font-size: calc(24px + 2 * (100vw - 320px) / (992 - 320));
    font-weight: 400;
}

.bg-gradient {
    background: transparent linear-gradient(180deg, #818080B0 0%, #474747 46%, #242424 100%) 0% 0% no-repeat padding-box !important;
}

.color-primary {
    color: #D14E95;
}

a {
    color: #D14E95;
    text-decoration: none;
}

.logos {
    width: 80%;
}

.teaser-icon {
    max-height: 90px;
    width: 105px;
    margin-bottom: 24px;
}

.teaser span.mx-2 {
    font-size: calc(20px + 2 * (100vw - 320px) / (992 - 320));
}

.teaser-round {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    min-width: 150px;
    border-radius: 50%;
    border: 3px solid #D14E95;
    background-color: #424242;
}

.teaser-round .text-uppercase {
    font-weight: 200;
}

.teaser-round span:not(.text-uppercase) {
    font-size: calc(60px + 2 * (100vw - 320px) / (992 - 320));
    line-height: 60px;
    font-weight: 400;
}

/* Bootstrap Overrides */
.btn-primary {
    border: none;
    background: transparent linear-gradient(180deg, #D14E95 0%, #812F5C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.agb1 {
    font-weight: bolder;
}

.agb2 {
    font-weight: lighter;
}

.datenschutz .h2 {
    font-size: 16px !important;
}

.datenschutz .agb2 {
    font-size: 16px !important;
    font-weight: lighter;
}

.datenschutz .agb2 p {
    font-size: 16px !important;
}

.carousel-control-next,
.carousel-control-prev {
    align-items: normal;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .6);
    background-size: 60%;
}

#carouselIndicators .carousel-control-next,
#carouselIndicators .carousel-control-prev {
    top: 48px;
}

#carouselIndicatorsTwo .carousel-control-next,
#carouselIndicatorsTwo .carousel-control-prev {
    top: 35%;
}

#carouselIndicatorsThree .carousel-control-next,
#carouselIndicatorsThree .carousel-control-prev {
    top: 24%;
}

#carouselIndicatorsThree .carousel-inner {
    width: 80%;
    margin: 0 auto;
}

#carouselIndicatorsThree p::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background-image: url('../../img/v2/pictograms/check.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 12%;
    left: 0;
}

.text-danger {
    color: #FF0000 !important;
    background: #dee2e6;
}

.text-success {
    background: #dee2e6;
}


@media (min-width: 576px) {
    .section-one::after {
        top: 10%;
    }
}

@media (min-width: 992px) {
    .header {
        position: initial;
    }

    .navbar {
        height: 60px;
        padding: 0 34px;
    }

    .navbar-brand {
        width: auto;
    }

    .navbar-brand .big7-logo {
        width: 84px;
        height: 34px;
        background-size: 96px;
    }

    .navbar-brand h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .navbar .login-form {
        margin-right: 31px;
    }

    .navbar .login-form input,
    .navbar .login-form .btn {
        font-size: 16px;
    }

    .navbar .login-links {
        margin-bottom: 0;
    }

    .main-content {
        margin-top: 0px;
    }

    .section-one {
        background-position: 0 -212px;
    }

    .section-one::after {
        top: 12%;
    }

    .section-one h1 {
        padding: 16px 48px;
    }

    .section-one h1 span:first-child {
        font-size: calc(48px + 2 * (100vw - 320px) / (992 - 320));
        margin-bottom: 12px;
    }

    .section-one h1 span:last-child {
        font-size: calc(42px + 2 * (100vw - 320px) / (992 - 320));
    }

    .support-one,
    .support-two,
    .support-three {
        order: inherit;
    }

    #carouselIndicatorsThree .carousel-inner {
        width: 100%;
    }

    #carouselIndicatorsThree p::after {
        width: 64px;
        height: 64px;
    }

    .section-six .support-telephone,
    .section-six .support-skype {
        font-size: 18px;
        padding-left: 28px;
        width: fit-content;
    }

    /* Layout */
    p {
        font-size: 20px;
    }

    .heading {
        font-size: calc(55px + 2 * (100vw - 320px) / (992 - 320));
        padding-left: 66px;
        line-height: 55px;
    }

    .heading:after {
        width: 50%;
        height: 90%;
        left: -5px;
        top: 5px;
    }

    .heading-second {
        font-size: calc(46px + 2 * (100vw - 320px) / (992 - 320));
        text-align: left;
    }

    .heading-third {
        font-size: calc(48px + 2 * (100vw - 320px) / (992 - 320));
    }

    .logos {
        height: 34px;
        width: auto;
    }

    .teaser-round {
        min-height: 214px;
        min-width: 214px;
    }

    .teaser-round span:not(.text-uppercase) {
        line-height: 68px;
    }

    /* Bootstrap Overrides */
    .carousel-item {
        display: block;
        width: 33.3333%;
        padding: 0 12px;
        margin: inherit;
    }
}

@media (max-width: 992px) {
    .sticky-button {
        display: none;
    }
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .m-l-d-1-rem {
        margin-left: 1rem;
    }
    .only-mobile {
        display: none;
    }
    .only-desktop {
        display: block;
    }
}