html, body{
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /*Alt war 100*/
}

.main-container{
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
}



nav.large {
    height: 100px;
}

nav.small {
    height: 70px;
    font-size: 1.1em !important;
}

p{
    font-weight: 400;
}


h1, h2{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 700;
}
h3, h4, .nav-font{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
}

h2{
    font-size: 2.0em;
}
h3{
    font-size: 1.5em;
}
.btn-outline-secondary{
    border-radius: 0 !important;
    border: 1px solid #bb1e0f;
    color: #bb1e0f;
}

.strich{
    display: none;
    opacity: 0;
}
.btn-outline-secondary:hover{
    background: rgba(41, 170, 226, 0);
    border: 1px solid #bb1e0f;
    transition: 0.7s;
    color: #bb1e0f;

}
.btn-outline-secondary:hover .strich{
    transition: 1.4s;
    display: inline-block;
    opacity: 1;

}
.btn-outline-primary{
    border-radius: 0 !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btn-outline-primary:hover{
    background: rgba(41, 170, 226, 0);
    border: 1px solid #ffffff;
    transition: 0.7s;
    color: #ffffff;

}
.btn-outline-primary:hover .strich{
    transition: 1.4s;
    display: inline-block;
    opacity: 1;

}


/*Navigation*/
.navbar-nav{
    margin-right: auto;
    margin-left: auto;
    /*height: 100px;*/
    margin-bottom: 11px;

}
nav{
    z-index: 9999 !important;
}

.nav-active{
    color: #bb1e0f !important;
    font-weight: 400;
}

.nav-link{
    padding-top: 7px !important;
    padding-bottom: 0px !important;
}
.nav-item{
    display: inline-block;
    color: #bb1e0f;
    text-decoration: none;
}

.nav-item::after {
    content: '';
    display: block !important;
    width: 0;
    height: 3px;
    background: #bb1e0f;
    transition: width .2s;
}

.nav-item:hover::after {
    width: 100%;
    transition: width .4s;
}
.nav-item a{
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-item a:active{
    height: 100%;
    color: #bb1e0f;
}

.nav-item a:hover{
    //border-left: 5px solid #00a1e9;
    color: #bb1e0f !important;
    transition: 0.4s;
}


.navigation{
    position: fixed;
    z-index:2000;
    width: 100vw;
    background-color: white !important;
    transition: 0.6s;
}

.logo{
    width: 120px;
}

.dropdown-menu{
    border: 0 !important;
    border-radius: 0 !important;
    background: white;
    border-bottom: 3px solid #bb1e0f !important;
}
.dropdown-item{
    line-height: 50px !important;
}
.dropdown-item:hover{
     background: rgba(255, 255, 255, 0);
    border-left: 3px solid #bb1e0f;
 }

/*Schriftanfang
.willkommen{
    max-width: 355px;
    color: white;
    background-color: black;
    font-size: 4em;



}
.willkommen1{
      max-width: 490px;
      color: white;
      background-color: black;
      font-size: 4em;

  }

.willkommengesamt{
    position: absolute;
    top: 50vh;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    z-index:200;
    overflow: hidden;


}

/*Kontakte*/
.kontakte{
    //color: #bb1e0f;
}

.standort{
    box-shadow: 10px 4px 24px 0px rgba(0,0,0,0.45);
    width: 270px;
    height: 50px;
    background-color: white;
    position: fixed;
    right: -220px;
    top: 300px;
    text-align:left;
    font-size: 2.0em;
    line-height: 1.1em;
    z-index: 4000;
    transition:0.6s;
    align-items: center;
    display: flex;
}
.standort a{
    align-items: center;
    display: flex;
}
.standort:hover{
    right: 0;
    transition:0.6s;
}
.telefon{
    box-shadow: 10px 4px 24px 0px rgba(0,0,0,0.45);
    width: 270px;
    height: 50px;
    background-color: white;
    position: fixed;
    right: -220px;
    top: 370px;
    text-align:left;
    font-size: 2.0em;
    line-height: 1.1em;
    z-index: 4000;
    transition:0.6s;
    align-items: center;
    display: flex;
}
.telefon:hover{
    right: 0;
    transition:0.6s;
}
.telefon a{
    align-items: center;
    display: flex;
}
.mail{
    box-shadow: 10px 4px 24px 0px rgba(0,0,0,0.45);
    width: 270px;
    height: 50px;
    background-color: white;
    position: fixed;
    right: -220px;
    top: 440px;
    text-align:left;
    font-size: 2.0em;
    line-height: 1.1em;
    z-index: 4000;
    transition:0.6s;
    align-items: center;
    display: flex;
}
.mail a{
    align-items: center;
    display: flex;
}
.mail:hover{
    right: 0;
    transition:0.6s;
}

/*Inhalte*/

    /*Wilkommensgruss*/
    .willkommensgruss{
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .willkommensgruss p{
        text-align: justify;
    }
    .ueberschriftunderlay{
        color: white;
        text-transform: uppercase;
    }

    .fuellung-h2{
        width: auto;
        display: inline-block;
        height: auto;
        background-color: black;
        padding-bottom: 2px;
        padding-right: 11px;
        padding-top: 8px;
        padding-left: 5px;
        margin-bottom: 20px;
    }

    /*Kategorien*/

    .kategorien{
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: justify;
    }
    .kategorien img{
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        border-left: 5px solid #bb1e0f;
    }
    .kategorien h3{
        font-weight: 700;
        //border-bottom: 2px solid #bb1e0f;
    }
    .kategorie{
        padding-bottom: 30px;
    }

    .kategorie hr{
        background-color: #bb1e0f;
        height: 2px;
    }
/*Imagefilm*/
.imagefilm{
    position: relative;
    margin: 30px 0 0 0;
    overflow: hidden;
}
.imagefilm-overlay{
    position: absolute;
    z-index: 2500;
    transition: 500ms;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/img/start/Rapp_Startseite_Imagefilm-2.jpg");
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.imagefilm-overlay:hover{
    transform: scale(1.05);
    transition: 500ms;
}
.imagefilm-container-inner{
    z-index: 2000;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.imagefilm-overlay .imagefilm-icon{
    width: max-content;
    float: left;
    font-size: 8em;
    margin-right: 30px;
    color: white;
}
.imagefilm-overlay .imagefilm-h2{
    font-style: italic;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 4em;
    width: max-content;
    text-align: left;
    float: right;
}
.imagefilm-overlay-inner{
    width: max-content;
    height: max-content;
    overflow: hidden;
}
.imagefilm video{
    width: 700px;
    height: 430px;
    z-index: 2000;
}
.imagefilm-overlay h2{
    text-align: left;
}
.imagefilm h2{
    text-align: center;
}
/*Footer*/
.footer{
    margin: 0 auto;
    height: 100%;
    //padding-top: 100px;
    padding-bottom: 100px;
    background-color: #d5d5d5;

}

.footer-container{
    margin: 0 auto 0 auto !important;
}

.footer-spalte {
    padding-top: 100px;

}





@media (max-width: 991px) {
    .kontakte{
        display: none;
    }

    .nav-item {
        display: inline-block;
        color: #bb1e0f;
        text-decoration: none;
    }

    .nav-item::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #bb1e0f;
        transition: width .3s;
    }

    .nav-item:hover::after {
        width: 100%;
       transition: width .3s;
    }

    .logo{
        margin-left: 8px;
    }
    .navbar{
        padding: 0 !important;
    }
    .navbar-collapse{
        background-color: white !important;
        width: 100vw !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-toggler{
        width: 100px;
        border: none !important;
    }
    .navbar-toggler-icon{
        width: 80px;
        background-image: url("../assets/menu.svg") !important;
    }
}

.impressum{
    margin-top: 150px;
    margin-bottom: 100px;
}


@media (max-width: 768px) {
    .willkommensgruss{
        padding-top: 37px;
    }
    .imagefilm video {
        width: 600px;
        height: 417px;
    }
    .imagefilm-overlay{
        background-position: 37%;
    }
    .imagefilm-container-inner{
        margin-top: -48px;
    }
    .imagefilm-overlay .imagefilm-h2{
        font-size: 2.4em;
    }
    .imagefilm-overlay .imagefilm-icon {
        font-size: 5em;
    }

    .footer-spalte {
        padding-top: 46px;
    }
    .footer-spalte .telefonFooter {
        margin-top: -38px;
    }
    .footer .quicklinks{
        margin-top: -39px;
    }

    .footer{
        padding-bottom: 27px;
    }
}
@media (max-width: 400px){
    .imagefilm-overlay{
        background-position: 48%;
    }
    .imagefilm-overlay .imagefilm-h2{
        font-size: 1.8em;
    }
    .imagefilm-overlay .imagefilm-icon {
        font-size: 4em;
    }
    .fuellung-h2{
        margin-top: -23px;
    }
    .fuellung-h2 h2{
        font-size: 18.1px;
    }

    .kategorien {
        padding-top: 6px;
        padding-bottom: 0;
    }
}
@media (max-width: 577px){
    .imagefilm video {
        width: 100%;
    }
}

@media (min-width: 992px) { }


@media (min-width: 1200px) {}