.not-selectable {
    -webkit-touch-callout:  none;
    -webkit-user-select:    none;
    -khtml-user-select:     none;
    -moz-user-select:       none;
    -ms-user-select:        none;
    user-select:            none;
}

.selectable {
    -webkit-touch-callout: auto;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.no-drag {
    -webkit-user-drag:      none;
    -khtml-user-drag:       none;
    -webkit-touch-callout:  none;
}

body {
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* FONTS */
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
}
.rubik {
    font-family: 'Rubik', sans-serif;
}

/* BACKGROUND-COLOR */
.bg-dark-orange {
    background-color: #e36307;
}
.bg-light-orange {
    background-color: #e77621;
}
.bg-beige {
    background-color: #fedfb3;
}

/* COLOR */
.dark-orange {
    color: #e36307;
}
.light-orange {
    color: #e77621;
}
.beige {
    color: #fedfb3;
}

/* LINKS */
a.beige:hover{
    color: #fedfb3;
}

/* BUTTONS */
.btn {
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 10px;
    word-spacing: 2px;
}
.btn-dark-orange {
    color: #fedfb3;
    background-color: #e36307;
    border-color: #fedfb3;
    border-width: 2px;
}
.btn-dark-orange:hover {
    color: #e36307;
    background-color: #fedfb3;
    border-color: #fedfb3;
    border-width: 2px;
}
.btn-dark-orange-border {
    color: #fedfb3;
    background-color: #e36307;
    border-color: #fedfb3;
    border-width: 2px;
}
.btn-dark-orange-border:hover {
    color: #e36307;
    background-color: #fedfb3;
    border-color: #e36307;
    border-width: 2px;
}
.btn-beige {
    color: #e36307;
    background-color: #fedfb3;
    border-color: #fedfb3;
    border-width: 2px;
}
.btn-beige:hover {
    color: #fedfb3;
    background-color: #e36307;
    border-color: #fedfb3;
    border-width: 2px;
}
.btn-border-orange {
    border-color: #e36307;
    border-width: 2px;
}

/* SECTIONS */
.page-section {
    min-height: 100vh;
    width: 100%;
}
.footer-section {
    width: 100%;
}

/***************************************************/

/* TEXTE */
.steff-headline{
    /* tiltle */
    font-family: Rubik;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase; 
    line-height:100%;
}
.steff-headline-bold{
    /* bold tiltle */
    font-family: Rubik;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.steff-subline{
    /* big fließtext */
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */ 
}
.steff-text{
    /* Fließtext */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */ 
}
.steff-card-title{
    font-family: Rubik;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 89.326px; /* 223.314% */
    text-transform: uppercase; 
}
.steff-quote {
    font-family: Rubik;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: 140%; /* 56px */ 
}
.steff-interpret {
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */ 
}
.steff-interpret-sub {
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.steff-kontakt-head {
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase; 
    
    opacity: 0.5;
}
.steff-kontakt-subline {
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 1.6px;
    text-transform: uppercase; 
}

/* IMAGES */
.hero-img{
    float: right;
    padding-right: 0; 
    overflow-x: hidden;
    height: 117.5vh;
    margin-top: 50px;
}
.bg-logo-img {
    background-image: url("../imgs/bg-logo_1.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 120vh;
}
.fuped-icon {
    display: flex; 
    height: 100px; 
    width: 100px; 
    padding: 16px 16px 17px 17px; 
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.fuped-icon-mobile {
    padding: 16px 16px 17px 17px; 
    height: 83px; 
    width: 84px; 
}
.icon-kontakt {
    width:100px;
    height:100px;
}

.no-text-deco {
    text-decoration: none;
}

/* NAVBAR */

.steff-navbar-fixed {
    width: 95vw;
    height: 100px;
}
.logo-img-fixed {
    max-height: 80px;
    margin-right: 20px;
}


.steff-navbar-element {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin: auto;
}
.vertical-line-left {
    padding-left: 35px;
    border-left: 2px solid #e77621;
    height: 50px;
}
.logo-img {
    max-height: 110px;
    margin-right: 20px;
}
.no-outline {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28254, 223, 179, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.steff-navbar {
    margin-top: 40px;
    width: 95vw;
    position: absolute;
}

.subtext-1 {
    font-size: 20px;
    line-height: 28px;
}
.subtext-2 {
    font-size: 22px;
}

.headline-1 {
    font-size: 80px;
}
.steff-page {
    margin-left: 10%;
}

.pic_round {
    border-radius: 50%;
}


.last-col {
    overflow: hidden; 
}

.text-margin {
    vertical-align: middle;
    display: inline;
}

@media (max-width: 1500px) {
    .headline-1 {
        font-size: 60px;
    }
    .steff-page {
        margin-left: 10px;
    }
}

.logo-icon {
    max-width: 200px;
    max-height: 200px;
    transition: transform 0.3s ease; 
}
.logo-icon-btn:hover {
    cursor: pointer;
    transform: scale(1.2);
}
.logo-block {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-block-mobile {
    height: 100%;
    align-items: center;
}
.mr-1 {
    margin-right: 10px;
}
.mt-6 {
    margin-top: 205px;
}
.mb-6 {
    margin-bottom: 205px;
}
.fs-28 {
    font-size: 28px;
}

.dmb-100 {
    margin-bottom: 100px;
}

.mx-80 {
    margin: 80px 0;
}

/* NUR auf Desktop */
@media (min-width: 1081px) {

    #testemonial_box {
        height: 500px; /* Setzen Sie hier die maximale Höhe für den Text */
        overflow: hidden; /* Verhindert, dass der Text über die maximale Höhe hinausgeht */
    }

    .pic_left {
        margin-left: -5vw;
        width: 40vw;
    }    
    .pic_right {
        margin-right: -10vw;
        margin-bottom: -10vw;
        width: 55vw;
    }    
    .pic_last {
        margin-left: -10vw;
        width: 50vw;
        margin-bottom: -10vw;
        display: block;
    }

    .section-col {
        text-align: left;
        margin-top: 100px;
        margin-left:-50px;
        overflow-x: hidden;
    }
    .section-col-2 {
        text-align: left;
        margin-top: 10px; 
        /*margin-bottom: 100px; */
        margin-left:-50px; 
        overflow-x: hidden;
    }
    .section-col-3 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .headline-thin {
        margin-bottom: -5px;
    }
    .text-field-mainpage {
        margin-top:-5px;
        margin-left:-15px;
    }

    .hide-desktop {
        display:none;
    }

    .navbar-brand {
        margin-right: 25px;
    }

    .steff-page {
        margin-left: 10%;
        position: absolute;
        margin-top: 65vh;
    }

    .steff-page-impressum {
        margin-left: 10%;
        position: absolute;
        margin-top: 25vh;
    }

    .steff-navbar {
        margin-left: 10vw;
        margin-right: 10vw;
        width: 80vw;
    }
    
    .steff-navbar-fixed {
        margin-left: 10vw;
        margin-right: 10vw;
        width: 80vw;
    }

    .font-tiny {
        font-size: 16px;
        font-weight: 550;
        letter-spacing: 2px;
        
    }
    .headline-1 {
        line-height: 1.2;
        font-weight: 100;
    }
    .headline-1-bold {
        font-weight: 500;
    }

    .bg-logo-img {
        background-image: url("../imgs/heroBg.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 140vh;
    }

}

/* NUR auf Tablet */
@media (min-width: 576px) and (max-width: 1081px) {

    .pic_left {
        margin-left: -5vw;
        width: 40vw;
    }    
    .pic_right {
        margin-right: -10vw;
        margin-bottom: -10vw;
        width: 55vw;
    }    
    .pic_last {
        display:none;
    }

    .hide-desktop {
        display:block;
    }
    .hide-mobile {
        display:none !important;
    }

    .hero-img{
        margin-top: 5vh;
        float: right;
        padding-right: 0; 
        overflow-x: hidden;
        max-width: 50vw;
        height: auto;
    }

    .steff-page {
        position: absolute;
        margin-top: 40vh;
    }

    .vertical-line-left {
        padding-left: 0;
        border-left: none;
    }
    .font-tiny {
        font-size: 13px;
        font-weight: bold;
    }
    .headline-1 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 100;
    }
    .headline-1-bold {
        font-weight: 500;
    }

}

/* NUR auf Handy */
@media (max-width: 576px) {

    .foot-links {
        padding-left: 0;
    }
    
    .mobile-center-text {
        text-align: center;
    }

    .mmb-50 {
        margin-bottom: 50px;
    }

    .steff-headline {
        margin-bottom: 50px !important;
    }

    .dmb-100 {
        margin-bottom: 50px;
    }

    .pic_mobile_right {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .mobile-mb {
        margin-bottom:50px;
    }

    .mobile-gap {
        margin-bottom: 50px;
    }

    .steff-quote {
        font-size: 26px;
    }

    .logo-icon {
        max-height: 100px;
        max-width: 100px;
    }

    .logo-block {
        height: 100px;
    }

    .bild-a-mobile {
        margin-top: -10vh;
        margin-bottom: 10vh;
    }

    .bild-b-mobile {
        margin-top: -10vh;
    }

    .m-top-section-margin {
        margin-top: 100px;
    }
    .m-bottom-section-margin {
        margin-bottom: 100px;
    }
    .m-headline-margin {
        margin-bottom: 75px;
    }

    .pic_left {
        margin-left: -5vw;
        width: 40vh;
    }    
    .pic_right {
        margin-right: -10vw;
        margin-bottom: 50px;
        width: 55vh;
    }    
    .pic_last {
        display:none;
    }
    
    .hide-mobile {
        display:none !important;
    }

    .font-tiny {
        font-size: 13px;
        font-weight: bold;
    }
    .headline-1 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 100;
    }
    .headline-1-bold {
        font-weight: 500;
    }

    /* GLOBAL REDOS */
    .vertical-line-left {
        padding-left: 0;
        border-left: none;
    }
    .logo-img {
        max-height: 50px;
    }
    
    .hero-img {
        height: 50vh;
        margin-top: 5vh;
    }

    .bg-logo-img {
        background-image: url("../imgs/bg-logo_1.png");
        background-repeat: no-repeat;
        background-position: right top;
    }
}
