@import url('https://rsms.me/inter/inter.css');

html {
    font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
    html {
        font-family: 'Inter var', sans-serif;
    }
}

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

html {
    height: 100%;
}

body {
    max-height: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    overscroll-behavior-y: contain !important;
    letter-spacing: 0.115em;
}


/* .index-body {
    height: 86vh !important;
    overflow: hidden;
} */





#logo-img-main {
    /* padding-top: 40px;
    min-width: 375px;
    min-height: 375px; */
    max-width: 500px;
    max-height: 500px;
}

@media (orientation: portrait) {
    #logo-img-main {
        padding-top: 40px;
        min-width: 375px;
        min-height: 375px;
    }

    @media only screen and (min-width: 500px) {
        .card-title {
            font-size: 18px;
        }

        .cookies {
            padding-bottom: 15px !important;
        }
    }
}

@media (orientation: landscape) {
    .padding-landscape-logo {
        min-width: 55vw;
    }

    .cookies {
        padding-bottom: 15px !important;
    }

    @media only screen and (max-width: 900px) {
        .dp-none {
            display: none !important
        }

        .divider {
            display: none;
        }

        .titel-2 {
            font-size: 18px !important;
        }

        .card-text {
            display: none !important;
        }

        .card-title {
            font-size: 18px !important;
        }

        .place-ar-header {
            margin-top: 0px !important;
        }


    }

}


/* @media only screen and (min-width: 900px) {
    #headphones-menu {
        margin-left: auto !important;
    }

    .p-headphones {
        margin-right: auto !important;
        margin-left: 10px !important;
    }

} */

#logo-img-main {
    /* padding-top: 40px; */
    /* min-width: 375px;
    min-height: 375px; */
    max-width: 500px;
    max-height: 500px;
}

#headphones-menu {
    width: 39px;
    height: 39px;
    margin-left: auto !important;
    display: inline-block;
    position: center
}


.items-inside-head {
    position: absolute;
    bottom: 30px;
}


.masthead {
    background: url("../img/Photo-intro.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 55vh;
    /* height: calc(var(--vh, 1vh) * 55); */
}

#btn-enter {
    text-align: center;
    position: absolute;
    bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    height: 44px;
    width: 235px;
    justify-content: center;
    letter-spacing: 0.065em;
    line-height: 32px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #426428;
    border: 0;
    border-radius: 37.34px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /* identical to box height, or 18px */
    letter-spacing: 0.065em;
    color: #FFFFFF;
    height: 39px;
    text-align: center;
    line-height: 28px;
    width: fit-content;

}

h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 19.4081px;
    line-height: 23px;
    letter-spacing: 0.115em;
    color: #000000;
    text-align: center;
}

h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28.18px;
    letter-spacing: 0.49em;
    color: #000000;
    text-align: center;
    padding-left: 10px;
}

.center {
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    width: 55vh;
}



.under-logo {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18.2px;
    margin-top: 10px;
    letter-spacing: 0;

    /* text-align: center; */
    color: rgba(0, 0, 0, 0.8);
}

.cookies {
    border-top: 0.5px solid #333333;
    background: #F5F5F5;
    margin-top: 0px;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100vw;

}

.cookies-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    /* or 17px */

    text-align: center;
    margin-bottom: 0px;
    /* Black */

    color: #333333;
}

.cookies-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    /* or 17px */

    text-align: center;
    margin-bottom: 0px;
    /* Black */
    padding-left: 0.3em;
    padding-right: 0.3em;
    color: #333333;
}

.cookies-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    /* identical to box height, or 17px */

    text-align: center;
    /* Black */
    margin-bottom: 0;
    color: #616161 !important;
}

a>u {
    color: #616161 !important;
}



.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #426428;
    border-color: #426428;
    box-shadow: 0 0 0 0.2rem #426428;
}

.btn-primary:hover {
    color: #fff;
    background-color: #426428;
    border-color: #426428;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #426428 !important;
    border-color: #426428 !important;
}




.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 86, 30, 0.5);
}

.place-ar-header {
    font-family: 'Inter';
    font-style: normal;
    width: 100%;
    font-size: 28.7143px;
    line-height: 32px;
    text-align: center;
    margin-top: 0.5em;
    color: #000000;
    text-align: center;
}

hr {
    border-top: 2px solid rgba(0, 0, 0, .1)
}

.arDiv {
    z-index: 20;
    width: 15%;
    margin-left: 78%;
    margin-top: -20%
}

.view {
    width: 100%;
    height: 60vh;
}

.p-under {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;

    /* Black */

    color: #333333;
    margin-bottom: 20px;
}

.p-headphones {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    /* padding-left: 3px;
    padding-right: 20px; */
    color: #000000;
    margin-bottom: 0px;
    margin: auto;
    display: inline-block;
    margin-right: auto !important;
    margin-left: 0px !important;
    letter-spacing: 0;

}



.container-ar {
    padding-left: 5px;
    padding-right: 5px;
}

.view {
    background-color: #E0E1E3
}

.vh20 {
    height: 18vh !important;

}

.rightcol {
    padding: 0px, 0px !important;
}

.logota {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logota-padding {
    padding-top: 65px;

}



.container {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.titel-2 {
    font-family: 'Inter';
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.titel-2 b {
    font-weight: 900;
}

div.inline-div {
    display: flex;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.h-100 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:focus {
    box-shadow: none
}

.logos {
    overflow-y: visible !important;
}

.btn-close-gyro {

    background: #426428;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140.02%;
    /* or 18px */
    letter-spacing: 0.11em;
    text-transform: uppercase;
    border: 1px solid #426428;
    border-radius: 36px;
    width: 137px;
    height: 31px;
    color: white
}

.logo-bottom {
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 125px;
}