
body {
    background-color: #ffffff;
}

.sairaTitle1{
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    color: black;
}

.sairaTitle2{
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    color: #BD8C67;
}

.sairaTitle3{
    font-family: 'Saira', sans-serif;
    font-weight: 100;
    color: #BD8C67;
    text-align: left;
    position: relative;
    margin-left: 50%;
}

.fTitle1{
    text-align: left;
    position: relative;
    margin-left: 0;
    padding-top: 10rem;
}

.fTitle3{
    text-align: left;
    position: relative;
    margin-left: 0;
}

.fTitle2{
    text-align: left;
    position: relative;
    margin-left: 0;
}


.titleAgbsImpressumDatenschutz{
    margin-left: 0;
    padding-bottom: 2rem;
}

.titleProductDetails{
    padding-bottom: 0rem;
    letter-spacing: 0.25rem;
    margin-left: 0%;
}

.titleForm{
    padding-bottom: 0rem;
    letter-spacing: 0.25rem;
    margin-left: 0%;
    font-size: 1rem;
}
.titleForm2{
    padding-bottom: 0rem;
    letter-spacing: 0.25rem;
    margin-left: 0%;
    font-size: 1.75rem;
}



.lead-regular h1{
    max-width: available;
}
.productDetails-Wrapper{
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 3.5rem;

}

.productPictures-Wrapper{
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 3.5rem;

}

.colorness{
    margin-left: 0;
    padding-bottom: 2rem;
    text-align: -webkit-center;
}

.sairaTitle4{
    font-family: 'Saira', sans-serif;
    font-weight: 200;
    color: black;
    text-align: -webkit-center;
    align-self: center;
    vertical-align: center;
    horiz-align: center;
}

/*###################################################################################################################*/
/*BUTTONS*/
.btn {
    padding: 8px 20px;
    border-radius: 0;
    outline: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn--primary{
    background-color: #BD8C67;;
    color: white;
    border: 1px solid #BD8C67;);
    transition: all 0.3s ease-out;
    font-family: Saira, sans-serif;
    font-weight: 200;
    font-size: 1rem;
}

.btn--outline{
    background-color: white;
    color: #BD8C67;
    padding: 8px 20px;
    border: 1px solid #BD8C67;
    font-family: Saira, sans-serif;
    font-weight: 200;
    font-size: 1rem;
}

.btn-medium{
    padding: 8px 20px;
    font-size: 18px;
}

.btn--large{
    padding: 12px 26px;
    font-size: 20px;
}

.btn--mobile{
    text-align: center;
    border-radius: 4px;
    width: 80%;
    text-decoration: none;
    font-size: 24px;
    background-color: #BD8C67;
    color: white;
    padding: 14px 20px;
    border: 1px solid #BD8C67;
    transition: all 0.3s ease-out;
}

.btn--wide{
    padding: 12px 64px;
    width: -webkit-fill-available;
}

.btn--wide2{
    padding: 12px 64px;
    width: -webkit-fill-available;
}

.btn--wide3{
    padding: 12px 64px;
    width: -webkit-fill-available;
}


.btn--large:hover, .btn-medium:hover, .btn--mobile:hover{
    transition: all 0.3s ease-out;
    background: white;
    color: #BD8C67;
}

.btn--wide:hover{
    color: white;
    background-color: #BD8C67;
    transition: all 0.2s ease-out;
}

.btn--wide2:hover{
    color: #BD8C67;
    background-color: white;
    transition: all 0.2s ease-out;
}

.btn--wide3:hover{
    color: white;
    background-color: #BD8C67;
    transition: all 0.2s ease-out;
}

.golden{
    background-color: #BD8C67;
    color: white;
    border: 1px #C4C4C4;
}

.primary{
    background-color: #BD8C67;
    color: white;
    border: 1px #C4C4C4;
}

.primary:hover{
    background-color: white;
    color: #BD8C67;
    border: 1px #C4C4C4;
}

.white{
    background-color: white;
    color: #BD8C67;
    border: 1px #C4C4C4;
}

.btn-link{
    display: flex;
    justify-content: center;
}

.homeButton{
    width: 45%;
    font-size: 15px;
    padding: 10px 8px;
    alignment: left;
}


/*CAROUSEL END*/
/*###################################################################################################################*/
/*###################################################################################################################*/
/*CAROUSEL*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 2rem;
    margin-top: 112px;
    padding-left: 24px;
    padding-right: 24px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: available;
    width: available;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.carousel-control-prev {
    width: 20%;
    padding-left: 24px;
}

.carousel-control-next {
    width: 20%;
    padding-right: 24px;
}

.carousel-indicators {
    margin-bottom: 0.2rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing .col-md-7 {
    margin-bottom: 1.5rem;
    text-align: left;
    alignment: right;
}

.marketing .col-md-7 p{
    display: flex;
}

.marketing .col-md-5 {
    margin-bottom: 1.5rem;
    text-align: right;
}

.marketing .col-md-7 .lead p{
    margin-left: 1rem;
}

.lead{
    font-size: 0.75rem;
    font-weight: 400;
    width: 50%;
    text-align: left;
    color: black;
    position: relative;
}

.lead-regular{
    font-size: 0.75rem;
    font-weight: 400;
    width: 100%;
    text-align: left;
    color: black;
    position: relative;
}

.leadR{
    font-size: 0.75rem;
    font-weight: 400;
    width: 50%;
    text-align: right;
    color: black;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */

.marketing .row {
    display: contents;
}

.marketing .row2 {
    display: flex;
}

.footer .row2 {
    display: flex;
    width: 100%;
    align-content: center;
}

.footer .row3 {
    margin-top: 5rem;
}

.footer .row4 {
    margin-top: 1rem;
    text-align: -webkit-center;

}

.footer .socialIcons{

}


.footer .row3 .mb-3{
    display: flex;
    width: 100%;
    align-content: center;
}

.footer .container-fluid{
    position: center;
    text-align: center;
}

.marketing .featurette-heading{
    font-size: 1.75rem;
    margin-top: 1rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
}

.marketing .themed-grid-col{
    padding-right: 1rem;
    margin-left: 12px;
}

.footer .themed-grid-col-gia{
    padding-right: 0.5rem;
    margin-left: 3.5rem;
}
.footer .themed-grid-col-igi{
    padding-right: 3.5rem;
    margin-left: 0.5rem;
}

.marketing .themed-grid-col-2{
    margin-left: 12px;
}

.marketing .featurette-heading-first {
    font-size: 1.75rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.15rem;
}

.littleIntro{
    position: absolute;
    display: grid;
    font-family: 'Saira', sans-serif;
    color: black;
}

.littleIntro2{
    position: relative;
    display: table-row;
    font-family: 'Saira', sans-serif;
    color: #000000;
    font-size: 1rem;
}

.konzept p,li{font-size: 1rem;}

.lead-regular p {font-size: 1rem;}

.col-md-4-1{
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 16px;
}

.hidden-text-grey{
    color: rgba(229, 229, 229, 0.5);
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    color: transparent;
}

.featurette-divider-first {
    margin: 0;
    color: transparent;
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: 0.5rem;
}

/* rtl:end:remove */

/*CAROUSEL END*/
/*###################################################################################################################*/
/*###################################################################################################################*/
/*NAVBAR EXPAND
@media (min-width: 992px) {

    .navbar-expand-lg .navbar-brand-logo{
        padding-left: 36px;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        --bs-navbar-nav-link-padding-x: 1.5rem;
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-location-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
NAVBAR EXPAND END*/
/*###################################################################################################################*/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar{
    --bs-navbar-nav-link-padding-x: 0rem;
    --bs-navbar-toggler-padding-y: 0rem;
}

.bg-light{
    background-color: white !important;
}

.navbar-brand-logo img{
    width: 5.75rem;
    height: 5.75rem;
    cursor: pointer;
}

.navbar-brand-logo{
    justify-content: center;
    justify-self: center;
    -webkit-justify-content: center;
}

.container-fluid-right{
    justify-content: space-between;
    justify-self: right;
    -webkit-justify-content: flex-end;
}

.navbar .container-fluid{
    -webkit-justify-content: space-between;
}

.navbar-mountain-logo img{
    width: 3.8rem;
    cursor: pointer;
    padding-top: 1rem;
}

.navbar-mountain-logo{
    padding-left: 12px;
    justify-self: left;
    -webkit-justify-content: flex-start;
}


.navbar-nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 1rem;
    --bs-nav-link-hover-color: #BD8C67;
}

.nav-item {
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
}

.nav-item .active{
    font-family: 'Saira', sans-serif;
    font-weight: 500;
}

.navbar-toggler {
    border: none;
    transition: none;
    padding-right: 12px;
    padding-left: 0;
}

.navbar-location-toggler {
    border: none;
    transition: none;
    background-color: white !important;
    padding-left: 0;
    padding-right: 0;
}

.nav-location{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.navbar-location-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    background-color: white
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-location{
    display: inline-flex;
    vertical-align: middle;
    horiz-align: right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    fill: #BD8C67;
    opacity: 1;
    background-color: white;
}




.offcanvas-header .closing-x {

}

.offcanvas {
    --bs-offcanvas-padding-x: 1.75rem;
    --bs-offcanvas-padding-y: 2.75rem;
}

.menu-burger {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    fill: #BD8C67;
    opacity: 1;
}

/* BUTTON CLOSE X */
.closing-x {
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em 0.25em;
    color: #BD8C67;
    background: transparent;
    border: 0;
    border-radius: 0.375rem;
    opacity: 1;
    cursor: pointer;
}

.alert-dismissible .closing-x {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.closing-x:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.closing-x:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}
.closing-x:disabled, .closing-x.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.offcanvas-header .closing-x {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
    margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
    margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}



.bd-placeholder-img {
    font-family: 'Saira', sans-serif;
    font-weight: 200;
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.image-wrapper{
    text-align: -webkit-left;
    width: auto;
}

.text-wrapper{
    text-align: -webkit-right;
    width: auto;
}



.b-example-divider {
    height: 3rem;
    background-color: rgba(255, 255, 255, 1);
    border: solid rgba(255, 255, 255, 1);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: white;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/*###################################################################################################################*/
/* FOOTER START */
.socialIcons{
    fill: black;
    color: black;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

.footer a{
    background-color: transparent;
    color: transparent;
}

.footer .row5{

    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    text-align: -webkit-center;
    background-color: #BD8C67;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-family: 'Saira' ,sans-serif;
    font-weight: 200;
    font-size: 0.75rem;
    border-inline: 2px #BD8C67;

}

.footer .row7{

    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    text-align: -webkit-left;
    background-color: #BD8C67;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-family: 'Saira' ,sans-serif;
    font-weight: 200;
    font-size: 0.75rem;
    border-inline: 2px #BD8C67;

}

.row6 .up{
    fill: white;
    color: white;
}

.row6{
    padding-bottom: 5.5rem;
    text-align: -webkit-center;
    background-color: #BD8C67;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-family: 'Saira' ,sans-serif;
    font-weight: 200;
    font-size: 0.75rem;
    border-inline: 2px #BD8C67;
}

.footer .agbs{
    color: white;
    text-decoration: none;
    padding-right: 0.25rem;

}

.footer .start-c {
    text-align: -webkit-center;
    color: white;
}

.row7 .col-md-4 {
    padding-top: 2rem;
}

.footer .adresse{
    color: white;
    text-decoration: none;
    padding-left: 24px;
    padding-right: 24px;
}

.agb-text {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.konzept-text {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}

.button-first{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10rem;
    padding-bottom: 3.5rem;
}

.konzept {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.footer{
    padding-left: 0;
    padding-right: 0;
}

/*###################################################################################################################*/
/* PRODUCTS START */
.products .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.products .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.products .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.products .bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.products .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.products .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.products {
    padding-top: 3.5rem;
}

.card a{
    text-decoration: none;
}

.products .lead{
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    text-align: left;
    color: black;
    position: relative;
}

.products-3cols .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.products-3cols .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.products-3cols .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.products-3cols .bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.products-3cols .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.products-3cols .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.products-3cols {
    padding-top: 3.5rem;
    display: none;
}

.products-3cols .lead{
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    text-align: left;
    color: black;
    position: relative;
}

.pricing {
    padding-top: 0.25rem;
    font-weight: 500;
}

.card-body{
    background-color: rgba(229, 229, 229, 0.5);
    padding-bottom: 0;
}

.index-buttons {
    padding-left: 16px;
    padding-right: 16px;
}

/* #### RING DETAILS #### */
.back-button{
    border: none;
    transition: none;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    display: inline-flex;
    vertical-align: middle;
    horiz-align: right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    fill: #BD8C67;
    opacity: 1;
    background-color: white;
    font-weight: 300;
    font-family: Saira, sans-serif;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
}

.back-button-div{
    padding-left: 20px;
    padding-right: 24px;
    padding-top: 10rem;
    padding-bottom: 3.5rem;

}

.back-button-div2{
    padding-left: 0;
    padding-right: 24px;
    padding-top: 10rem;
    padding-bottom: 3.5rem;
}
.back-button a{
    color: black;
    text-decoration: none;
    font-size: 1.2rem;
    height: 25px;
}

.back-button svg{
    padding-top: 0;
    margin-top: 0;
}
.spacer {
    margin-bottom: 1rem;
    margin-top: 0;
    color: #BD8C67;
    border-width: thin;
    opacity: 100;
}
.spacer-invs {
    margin-bottom: 2rem;
    margin-top: 0;
    color: transparent;
}

.product-detail-row{
    display: inline-flex;
    width: -webkit-fill-available;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-detail-row .border{
    --bs-border-color: #BD8C67;
}





.video {
    width: available;
}


.left-col{
    width: 100%;
}

.caratArrow{
    padding-left: 0.25rem;
}


.productDetails-Wrapper a{
    text-decoration: none;
}

.productPictures-Wrapper .halvedPicture{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*
.productPictures-Wrapper .quartPictureL{
    padding-right: 0.25rem;
}

.productPictures-Wrapper .quartPictureR{
    padding-left: 0.25rem;
}
*/


.productDetail-image{
    cursor: pointer;
    transition: 0.3s;
}

.next-to-each-other .product-detail-row video{
    cursor: pointer;
    transition: 0.3s;
}


.productDetail-image:hover{
    opacity: 0.7;
    transform: scale(1.025);
}

.next-to-each-other .product-detail-row video:hover{
    opacity: 0.7;
    transform: scale(1.025);
}



.col-spaceL{
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.col-spaceR{
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.productPictures-Wrapper .popup-image{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.productPictures-Wrapper .popup-image span{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
    z-index: 100;
}
.productPictures-Wrapper .popup-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    object-fit: cover;
}


.productPictures-Wrapper .popup-image2{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.productPictures-Wrapper .popup-image2 span{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: white;
    cursor: pointer;
    z-index: 100;
}
.productPictures-Wrapper .popup-image2 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    object-fit: cover;
}

.serviceIcons{
    font-family: 'Saira' ,sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    padding-bottom: .5rem;
    color: black;
}

.serviceIcons img{
    padding-bottom: .5rem;
}

.serviceIcons div{
    padding-bottom: 2rem;
}

.form-control input{
    border-color: rgba(189,140,103,75);

}

.carat-value{

}

.img-fluid{
    height: intrinsic;
}

.form-select{
    border-color: #BD8C67;
    box-shadow: #BD8C67;
    justify-content: center;
    justify-items: center;
    -webkit-justify-content: center;
    -ms-text-justify: inherit;
}

.form-select option{
    justify-content: center;
    justify-items: center;
    -webkit-justify-content: center;
    -ms-text-justify: inherit;
}

.form-check{
    padding-left: 24px;
}

.form-check-input{
    width: 2em;
    height: 2em;
}

.form-check label{
    font-size: 1.25rem;
    padding-left: .75rem;
    align-self: center;
    padding-top: 2px;
    display: table;
}

.lead-regular label{
    font-size: 1rem;
}

#bemerkungen{
    height: 7.5rem;
}

#ideas{
    height: 7.5rem;
}

.contact-text {
    display: none;
    color: black;
}
.next-to-each-other{
    display: none;
}

.popup-referenz{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 5rem 1rem 1rem;
    justify-content: center;
    justify-self: center;
    horiz-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup-referenz2{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 5rem 1rem 1rem;
    justify-content: center;
    justify-self: center;
    horiz-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#carouselExampleControls img{
    height: inherit;
    width: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#carouselExampleControls2 img{
    object-fit: cover;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#carousel-closing{
    z-index: 999;
}

.popup-referenz .carousel {
    display: inline-block;
}

.popup-referenz2 .carousel {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#video{
    cursor: pointer;
}

#playPause_img{
    background-size:cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    cursor: pointer;
}

#video_wide{
    cursor: pointer;
}

#playPause_img_wide{
    background-size:cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    cursor: pointer;
}

.c-video{
    justify-content: center;
    align-items: center;
}

.popup-referenz-background .bi {
    fill: #BD8C67;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bi-chevron-left {
    margin-left: 1.25rem;
}

.bi-chevron-right {
    margin-right: 1.25rem;
}

.carousel-control-close {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 2rem;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    z-index: 999;
    margin-right: 1.25rem;
}

.carousel-control-close2 {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 2rem;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    z-index: 999;
    margin-top: 0.5rem;
    margin-right: 1.25rem;
}



/* Breakpoints and Responsivness */
/* -------------------------------------------------- */

@media (min-width: 576px) {
    .navbar-brand-logo img{
        width: 7.75rem;
        height: 7.75rem;
        cursor: pointer;
    }

    .nav-location{
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.6rem;
    }

    .menu-burger{
        width: 1.75rem;
        height: 1.75rem;
    }

    .navbar-brand-logo{
        padding-left: 12px;
    }

    .carousel-control-close {
        margin-right: 0.25rem;
    }

    .carousel-control-close2 {
        margin-right: 0.25rem;
    }

    .marketing .themed-grid-col {
        padding-right: 0px;
        margin-left: 0px;
    }
    .littleIntro2{
        font-size: 1rem;
    }

    .footer .row2{
        padding: 2.5rem;
    }
}

@media (min-width: 769px) {
    .popup-referenz-background .bi {
        width: 2rem;
        height: 2rem;
    }

    .form-check-input {
        width: 1.5rem;
        height: 1.5rem;
    }

    .form-check label{
        font-size: 1rem;
    }

    .col-md-7 {
        width: 90%;
    }

    .spacer {
        margin-right: 36px;
        padding-bottom: 2.5rem;
    }
    .attributes {
        display: flex;
        padding: 5rem;
        justify-content: space-between;
    }

    .attribute-title1 {
        padding-top: 18px;
        font-size: 1rem;
    }
    .attribute-title2 {
        padding-top: 16px;
        font-size: 1rem;
    }
    .attribute-title3 {
        padding-top: 20px;
        font-size: 1rem;
    }

    .productPictures-Wrapper {
        width: 80%;
    }

    .productDetails-Wrapper .featurette-heading {
        margin-left: 0px;
    }

    .below-each-other{
        display: none;
    }

    .next-to-each-other{
        display: flex;
    }

    .productPictures-Wrapper .popup-image img{
        padding: 5rem;
        margin-top: 2rem;
    }

    .productPictures-Wrapper .popup-image2 img{
        padding: 5rem;
        margin-top: 2rem;
    }


    .col-md-5-picture{
        margin-left: 36px;
        margin-right: 36px;
    }

    .products .row {
        padding-bottom: 8px;
    }

    .products-3cols .row {
        padding-bottom: 8px;
    }

    .footer .row7 {
        font-size: 1rem;
    }

    .footer .row2 {
        display: flex;
        width: 100%;
        align-content: center;
    }

    .footer .row2{
        padding: 2.5rem;
        justify-content: center;
    }

    .footer .col-md-4 {
        width: 30%;
    }

    .footer .row4 {
        padding-bottom: 5rem;
    }

    .col-md-4{
        width: min-content;
    }

    .marketing .col-md-4 {
        width: 80%;
    }

    .col-md-4 .container-fluid-right{
        display: flex;
    }

    .carousel-control-prev {
        width: min-content;
        margin-left: 24px;
    }

    .carousel-control-next {
        width: min-content;
        margin-right: 24px;
    }

    .featurette-divider-first {
        margin-top: 5rem;
    }

    .container{
        max-width: 769px;
    }

    .col-md-5{
        width: auto;
    }

    .marketing .featurette-heading-first{
        font-size: 3rem;
    }

    .col-md-4-picture{
        width: auto;
    }

    .col-md-4-picture img{
        height: 20rem;
        width: 20rem;
    }

    .marketing .row2 {
        justify-content: left;
    }

    .featurette-wrapper {
        display: flex;
        align-items: center;
    }

    .featurette-wrapper-2 {
        display: flex;
        align-items: center;
        place-content: end;
    }

    .prio1 {
        order: 1!important;
    }

    .prio2 {
        order: 2!important;
    }

    .marketing .featurette-heading{
        font-size: 2rem;
    }

    .featurette-heading {
        margin-left: 36px;
        margin-right: 36px;
    }

    .container-fluid p{
        margin-left: 36px;
        margin-right: 36px;
    }



    .littleIntro2{
        font-size: 1rem;
    }

    .marketing .themed-grid-col-2{
        margin-left: 3rem;
    }

    .marketing .featurette-wrapper-2 .themed-grid-col-2{
        margin-right: 3rem;
    }

    .featurette-wrapper .resize{
        margin-right: 6rem;
    }

    .lead-regular{
        font-size: 1rem;
    }

    .konzept .container-fluid .col-md-5{
        width: 20%;
    }

    .fTitle2{
        margin-top: 1rem;
    }

    .konzept2{
        width: 75%;
    }

    .konzept2 img{
        padding-bottom: 2rem;
    }


    .row {
        place-content: center;
    }

    .container-fluid .products .row-cols-md-3>*{
        width: 45.33333333%;
        place-content: center;
    }

    .container-fluid .products-3cols .row-cols-md-3>*{
        width: 45.33333333%;
        place-content: center;
    }

    .back-button{
        padding-top: 2rem;
    }
    .product-detail-row .left-col{
        width: 50%;
    }

}

@media (min-width: 900px) {
    .navbar-mountain-logo img{
        width: 4.6rem;
    }

    .nav-location{
        width: 1.75rem;
        height: 1.75rem;
        margin-right: 0.6rem;
    }

    .menu-burger{
        width: 2rem;
        height: 2rem;
    }

    .navbar-brand-logo{
        padding-left: 0px;
    }

    .popup-referenz2{
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.9);
        height: 100%;
        width: 100%;
        z-index: 100;
        display: none;
        padding: 10rem;
        justify-content: center;
        justify-self: center;
        horiz-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .container-fluid button{
        margin-left: 0px;
        margin-right: 0px;
    }

    .spacer {
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 2.5rem;
    }

    .col-md-7 {
        width: 100%;
    }

    .col-md-5-picture{
        padding-left: 40px;
        padding-right: 40px;
    }

    .agb-text{
        padding-top: 180px;
    }


    .featurette-heading {
        margin-left: 0px;
        margin-right: 0px;
    }


    .container-fluid p{
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer .row7 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .carousel {
        margin-top: 10rem;
    }

    .col-md-4{
        width: min-content;
    }

    .col-md-4 .container-fluid-right{
        display: flex;
    }

    .carousel-control-prev {
        width: min-content;
        margin-left: 24px;
    }

    .carousel-control-next {
        width: min-content;
        margin-right: 24px;
    }

    .featurette-divider-first {
        margin-top: 5rem;
    }

    .container{
        max-width: 900px;
    }

    .col-md-5{
        width: auto;
    }

    .marketing .featurette-heading-first{
        font-size: 3.5rem;
    }

    .col-md-4-picture{
        width: auto;
    }

    .col-md-4-picture img{
        height: 20rem;
        width: 20rem;
    }

    .marketing .row2 {
        justify-content: left;
    }

    .featurette-wrapper {
        display: flex;
        align-items: center;
    }

    .featurette-wrapper-2 {
        display: flex;
        align-items: center;
        place-content: end;
    }

    .prio1 {
        order: 1!important;
    }

    .prio2 {
        order: 2!important;
    }

    .marketing .featurette-heading{
        font-size: 2.5rem;
    }

    .littleIntro2{
        font-size: 1.25rem;
    }

    .marketing .themed-grid-col-2{
        margin-left: 5rem;
    }

    .marketing .featurette-wrapper-2 .themed-grid-col-2{
        margin-right: 5rem;
    }

    .featurette-wrapper .resize{
        margin-right: 5rem;
    }

    .lead-regular{
        font-size: 1rem;
    }

    .konzept .container-fluid .col-md-5{
        width: 45%;
    }

    .fTitle2{
        margin-top: 1rem;
    }

    .konzept2{
        width: 75%;
    }

    .konzept2 img{
        padding-bottom: 2rem;
    }

    .container-wrapper{
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .navbar{
        /*--bs-navbar-padding-y: 2.5rem;*/
        --bs-navbar-padding-x: 5rem;
    }

    .row {
        place-content: center;
    }

    .container-fluid .products .row-cols-md-3>*{
        width: 50%;
        place-content: center;
    }

    .container-fluid .products-3cols .row-cols-md-3>*{
        width: 50%;
        place-content: center;
    }

    .back-button{
        padding-top: 2rem;
    }
    .product-detail-row .left-col{
        width: 50%;
    }

    .products-3cols .row {
        padding-bottom: 8px;
    }

    .productDetails-Wrapper{
        width: 40%;
    }

    .next-to-each-other {
        justify-content: space-between;
    }

    .productPictures-Wrapper{
        width: 60%;
    }

}

@media (min-width: 1024px) {
    .popup-referenz-background .bi {
        width: 2.5rem;
        height: 2.5rem;
    }

    .popup-referenz2{
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.9);
        height: 100%;
        width: 100%;
        z-index: 100;
        display: none;
        padding: 5rem 12rem 12rem;
        justify-content: center;
        justify-self: center;
        horiz-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .productPictures-Wrapper .popup-image2 img{
        padding: 6rem;
        margin-top: 4rem;
    }

    .attributes {
        padding: 8rem;
    }

    .col-md-5-picture{
        padding-left: 60px;
        padding-right: 60px;
    }

    .container-fluid p{
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer .row4 svg{
        width: 3rem;
        height: 2rem;
    }

    .marketing .col-md-4 {
        width: 80%;
    }

    .col-md-4{
        width: min-content;
    }

    .col-md-4 .container-fluid-right{
        display: flex;
    }

    .carousel {
        padding-right: 12px;
        padding-left: 12px;
    }

    .carousel-control-prev {
        width: min-content;
        margin-left: 24px;
    }

    .carousel-control-next {
        width: min-content;
        margin-right: 24px;
    }

    .featurette-divider-first {
        margin-top: 5rem;
    }

    .container{
        max-width: 1024px;
    }

    .col-md-5{
        width: auto;
    }

    .marketing .featurette-heading-first{
        font-size: 4rem;
    }

    .col-md-4-picture{
        width: auto;
    }

    .col-md-4-picture img{
        height: 25rem;
        width: 25rem;
    }

    .marketing .row2 {
        justify-content: left;
    }

    .featurette-wrapper {
        display: flex;
        align-items: center;
    }

    .featurette-wrapper-2 {
        display: flex;
        align-items: center;
        place-content: end;
    }

    .prio1 {
        order: 1!important;
    }

    .prio2 {
        order: 2!important;
    }

    .marketing .featurette-heading{
        font-size: 3rem;
    }

    .littleIntro2{
        font-size: 1.25rem;
    }

    .marketing .themed-grid-col-2{
        margin-left: 5rem;
    }

    .marketing .featurette-wrapper-2 .themed-grid-col-2{
        margin-right: 5rem;
    }

    .featurette-wrapper .resize{
        margin-right: 6rem;
    }

    .lead-regular{
        font-size: 1rem;
    }

    .konzept .container-fluid .col-md-5{
        width: 20%;
    }

    .fTitle2{
        margin-top: 1rem;
    }

    .konzept2{
        width: 75%;
    }

    .konzept2 img{
        padding-bottom: 2rem;
    }

    .container-wrapper{
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .navbar{
        /*--bs-navbar-padding-y: 2.5rem;*/
        --bs-navbar-padding-x: 5rem;
    }

    .row {
        place-content: center;
    }

    .container-fluid .products .row-cols-md-3>*{
        width: 50%;
        place-content: center;
    }

    .container-fluid .products-3cols .row-cols-md-3>*{
        width: 33.33333333%;
        place-content: center;
    }

    .back-button{
        padding-top: 2rem;
    }
    .product-detail-row .left-col{
        width: 50%;
    }

    .products-3cols {
        display: inherit;
    }

    .products {
        display: none;
    }
    .products-3cols .row {
        padding-bottom: 8px;
    }

}

@media (min-width: 1201px) {
    .carousel-control-close2 {
        width: 10%;
    }

    .marketing {
        padding-left: 12px;
        padding-right: 24px;
    }

    .productPictures-Wrapper .popup-image2 img{
        padding: 8rem;
        margin-top: 4rem;
    }

    .titleForm {
        font-size: 2rem;
    }

    .footer .row4 .attributes{
        justify-content: space-between;

    }

    .attributes {
        justify-content: space-around;
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .next-to-each-other {
        justify-content: space-evenly;
    }

    .col-md-5-picture{
        padding-top: 2.5rem;
        padding-left: 260px;
        padding-right: 260px;
    }

    .container-fluid p{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 2.5rem;
        font-size: 1.25rem;
    }


    .contact-text {
        display: inherit;
        position: center;
        color: black;
        justify-content: center;
        font-size: 1.25rem;
    }

    .footer .row7 {
        padding-left: 128px;
        padding-right: 128px;
    }


    .footer .col-md-4 {
        width: 20%;
    }

    .footer .row4 svg{
        width: 1.25rem;
        height: 1.25rem;
    }

    .marketing .col-md-4 {
        width: 80%;
    }

    .col-md-4{
        width: min-content;
    }

    .col-md-4 .container-fluid-right{
        display: flex;
    }

    .carousel {
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 12px;
        margin-left: 12px;
    }



    .carousel-control-prev {
        width: min-content;
        margin-left: 24px;
    }

    .carousel-control-next {
        width: min-content;
        margin-right: 24px;
    }

    .featurette-divider-first {
        margin-top: 5rem;
    }

    .container{
        max-width: 1920px;
    }

    .col-md-5{
        width: auto;
    }

    .marketing .featurette-heading-first{
        font-size: 4rem;
    }

    .col-md-4-picture{
        width: auto;
    }


    .marketing .row2 {
        justify-content: left;
    }

    .featurette-wrapper {
        display: flex;
        align-items: center;
    }

    .featurette-wrapper-2 {
        display: flex;
        align-items: center;
        place-content: end;
    }

    .prio1 {
        order: 1!important;
    }

    .prio2 {
        order: 2!important;
    }

    .marketing .featurette-heading{
        font-size: 3rem;
    }

    .littleIntro2{
        font-size: 1.25rem;
    }

    .marketing .themed-grid-col-2{
        margin-left: 5rem;
    }

    .marketing .featurette-wrapper-2 .themed-grid-col-2{
        margin-right: 5rem;
    }

    .featurette-wrapper .resize{
        margin-right: 6rem;
    }

    .lead-regular{
        font-size: 1rem;
    }

    .konzept .container-fluid .col-md-5{
        width: 20%;
    }

    .fTitle2{
        margin-top: 1rem;
        font-size: 3rem;
    }

    .fTitle1{
        margin-top: 5rem;
        font-size: 3rem;
    }

    .fTitle3{
        margin-top: 5rem;
        font-size: 3rem;
    }

    .konzept2{
        width: 75%;
    }

    .konzept2 img{
        padding-bottom: 2rem;
    }

    .container-wrapper{
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .navbar{
        /*--bs-navbar-padding-y: 2rem;*/
        --bs-navbar-padding-x: 8rem;
    }

    .row {
        place-content: center;
    }

    .container-fluid .products .row-cols-md-3>*{
        width: 45.33333333%;
        place-content: center;
    }

    .back-button{
        padding-top: 2rem;
    }
    .product-detail-row .left-col{
        width: 50%;
    }
}

@media (min-width: 1401px) {
    .popup-referenz-background .bi {
        width: 2rem;
        height: 2rem;
        margin: 0.5rem;
    }

    .carousel-control-close2 {
        width: 15%;
    }

    .popup-referenz2{
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.9);
        height: 100%;
        width: 100%;
        z-index: 100;
        display: none;
        padding: 2rem 30rem 30rem;
        justify-content: center;
        justify-self: center;
        horiz-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .col-md-4-picture img{
        height: 38rem;
        width: 38rem;
    }


}
