html{
    font-size: 100%;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    flex-direction: column;
    text-shadow: none !important;
    box-shadow: none !important;
    z-index: 1;
}

html,
body {
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
}

body.text-bg-dark{
    background-color: white !important;
    color: black !important;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}

.nav-link:focus, .nav-link:hover {
    color: unset !important;
}

.btn-primary {

    --bs-btn-color: #7F1815 !important;
    width: 90% !important;
    height: 8vh !important;
    --bs-btn-bg: #dbbfbe !important;
    border: none !important;
    --bs-btn-hover-color: #fff !important;
    border-radius: 100px !important;
    --bs-btn-hover-bg: #ffffff !important;
    --bs-btn-hover-border-color: #dbbfbe !important;
    --bs-btn-focus-shadow-rgb: #dbbfbe !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #dbbfbe !important;
    --bs-btn-active-border-color: #dbbfbe !important;
    --bs-btn-active-shadow: inset 0 3px 5px #dbbfbe !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #dbbfbe !important;
    --bs-btn-disabled-border-color: #dbbfbe !important; 
}


body main .share,
body main .install{
    margin-top: 50px;
    margin-bottom: 30px;
}


#button-body{
    background: rgb(125, 133, 90);
    box-shadow: rgb(125 133 90 / 50%) 0px 2px 16px;
}

.overlay{
    opacity: 1;
    position:fixed;
    padding:0;
    margin:0;
    z-index: 199;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.share{
    position: absolute;
    left: 0;
    right: 0;
    top: 58%;
    margin: auto;
    width: 650px;
    height: 250px;
    z-index: 200;
    padding: 1em;
    background: white;
    color: black;
}

.share .socialshare{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-top: 40px;
}

.share h2{
    margin-top: 20px;
}

.share, .overlay{
    display: none;
}

.show-share{
    display: block;
}





/* splash */
body .splash{
    background: #7F1815 !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 200;
}

body .splash.display-none{
    background: #7F1815 !important;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: -10;
    transition: all 0.5s;
}

body .splash .ksgsplash{
    margin-left: auto;
    margin-right: auto;
    margin-top: 268px;
    width: 300px;
    height: auto;
}

body .splash .ksgsplash img{
    width: 100%;
    height: 100%;
}

body .splash .rechtecksplash{
    margin-left: auto;
    margin-right: auto;
    margin-top: 32.5px;
    width: 100%;
    height: auto;
}

body .splash .rechtecksplash img{
    width: 100%;
    height: 100%;
}

@keyframes fadeIn{
    to{
        opacity: 1;
    }
}


body .home .rechteck{
    margin-left: -20%;
    margin-right: auto;
    margin-top: 32.5px;
    width: 100%;
    height: auto;
}

.fade-in{
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}


/* home */

body .rot {
    padding-top: 5vh 15px;
    background:#7F1815;
    width: 100%;
    color: white;
}

body .navbar-home{
    padding: 5vh 0;
    background:#7F1815;
    width: 100%;
    color: white;
}

/*
body .navbar-home h1{
    font-size: 24px !important;
}

body .navbar-home p{
    font-size: 20px !important;
}*/

body .navbar-home .d-flex{
    flex-direction: column;
}

body .navbar-home .items{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

body .navbar .navbar-toggler{
    border: none;
    box-shadow: none;
}

body .navbar-home .items .p-2{
    width: 50px;
}

body .navbar-home .items button{
    padding-top: 0 !important;
}

body .navbar-home .items button .navbar-toggler-icon{
    width: 45px;
    height: 100%;
}

body .navbar-home .navbar-collapse{
    margin-bottom: 40px;
}

body .navbar-home .navbar-collapse .nav-link{
    color: white !important;
}

body .container.weiss{
    padding-top: 3vh !important;
    width: 80%;
    height: 20%;
}

body .rechteck, body .container-fluid.rot {
    background:#7F1815;
    padding-bottom: 5vh;
}

body .container.footer{
    padding: 5vh 10vw;
    background:#E6E6E6;
    height: 30vh;
    width: 100%;
    font-weight: 300;
    font-size: 0.8em;
    text-align: left;
    color: rgb(0, 0, 0);
}

body .container.sponsor{
    padding: 3vh 10vw;
    background: #7F1815;
    height: 20vh;
    width: 100%;
    font-weight: 300;
    font-size: 0.8em;
    text-align: left;
    color: rgb(0, 0, 0);
}

.logo {
float:right!important;
}

h1 {
    font-size: 2.2em !important;
    text-align: center;
    font-weight: 700;
}

p {
    font-size: 1.8em !important;
    text-align: center;
    font-weight: 200;
}

h2 {
    font-size: 1.5em !important;
    text-align: center;
    font-weight: 700;
    padding-top: 4vh;
    color: white;
}

h3 {
    font-size: 2em !important;
    text-align: left;
    font-weight: 900;
    padding-top: 2vh;
    color: #A5C400; 
}

h4 {
    font-size: 1.5em !important;
    text-align: left!important;
    font-weight: 300!important;
    padding-top: 2vh!important;
    padding-bottom: 2vh!important;
    color: #A5C400!important;
}

text {
    font-size: 1em !important;
    text-align: left!important;
    font-weight: 300!important;
    padding-top: 2vh!important;
    color: #000000!important;
    
}
text ul {
    padding-left: 4vw!important;
}

.anker {
    font-size: 1.1em !important;
    font-weight: 300!important;
    padding-top: 2vh!important;
    margin-bottom: 4vh!important;
    text-align: left!important;
}

.anker a {
    text-decoration: underline !important;
    text-decoration-color: #A5C400 !important;
    color: #000000!important;

}


.btn a {
    text-decoration: none !important;
    color:#7F1815 !important;
    font-weight: 700;
    font-size: 1.5em;
}

.btn-share-button a {
    text-decoration: none !important;
    color: white !important;
}

.box-einleitung {
    color:#7F1815 !important;
    font-weight: 700 !important;
    font-size: 1.2em !important;
    width: 100% !important;
    background-color: #d2df87 !important;
    margin: 1vh 0vw !important;
    padding: 20px !important;
    text-align: center !important;

}

.box-einleitung.hell {
    background-color: #ecf1ce !important;
}

.linie-navigation {
    background-color: #A5C400 !important;
    width: 100%!important;
    margin-bottom: 4vh!important;

}

.box-tabelle {
    color:#7F1815 !important;
    font-weight: 300 !important;
    font-size: 1em !important;
    width: 100%!important;
    background-color: #d2df87 !important;
    margin: 0vh !important;
    padding: 20px !important;
    text-align: left !important;
    margin-top: 1vh!important;
}

.box-tabelle.hell {
    background-color: #ecf1ce !important;
}

.tab-hinweis {
    font-size: 0.8em !important;
    text-align: left!important;
    font-weight: 300!important;
    padding-top: 2vh!important;
    color: #000000!important;
    padding: left!important;
    margin-bottom: 5vh!important;
}

.navbar-toggler.p-3{
    padding: 8px 1rem 0 1rem !important;
}

.navbar .p-6{
    padding: 0 0 0 0;
}

.navbar .nav-link{
    font-size: 22px;
}

.navbar .container-fluid{
    display: unset !important;
    flex-wrap: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
}

.navbar .container-fluid .p-2{
    margin-left: auto;
}

.sponsor{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.sponsor h5{
    padding-right: 10px;
    font-size: 16px;
    color: white;
}

.sponsor img{
    max-width: 75px;
}

.inhaltsverzeichnis .list-group-item{
    text-align: left;
    border: none;
}

.inhaltsverzeichnis .list-group-item.eingerueckt{
    padding-left: 40px;
}

.inhaltsverzeichnis .list-group-item a{
    text-decoration: underline;
    text-decoration-color: #A5C400 !important;
    color: #000000;
}

.inhaltsverzeichnis .list-group-item.ausgegraut a,
.inhaltsverzeichnis .list-group-item.ausgegraut a:hover{
    color: rgba(0,0,0,.3);
    text-decoration: none;
}

.pfeil img{
    width: 100%;
    margin-bottom: 30px;
}