
@media (min-width: 768px) {
    .responsive-element {
        width: 20%;
    }
}

@media (max-width: 576px) {
    #logo-main {
        color: #fff;
        width: 65%;
    }
}


.navbar-toggler:hover {
    background-color: #616161;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#bereich2 {
    width: 100%;
    min-height: calc(100vh - 56px); 
    position: fixed;
    background-image: url("Nacht.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; 
    padding-top: 2%; 
    padding-bottom: 2%; 
    overflow: auto;}

#bereich3 {
    width: 94%;
    max-height: 70vh; 
    padding: 20px; 
    background-color: #26252d !important;
    border-radius: 15px;
    overflow-y: auto;
    border: solid;
    box-sizing: border-box; 
    scrollbar-width: 10px;
	scrollbar-color: grey black; 
}

.ueberschrift {
    font-family: "impact";
    font-size: 30px;
    color: white;
}

.text2 {
    font-family: Futura, sans-serif;
    font-size: 16px;
    color: white;
}


p {
    font-family: "Arial";
    font-size: 16px;
    color: white;
}

h4 {
    font-family: Futura, sans-serif;
   
    color: white;
}

h3 {
    font-family: Futura, sans-serif;
   
    color: white;
}

h2 {
    font-family: Futura, sans-serif;
   
    color: white;
}
.nav-link active {
    
    color: #DCDCDC !important;
    font-family: Futura, sans-serif !important;
    
}

.nav-link active:hover {
    text-decoration: underline !important; 
    color: grey !important;
}


body {
    background-image: url("Nacht.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; 
    padding: 0;
    margin: 0;
    }



button {
    background-color: #413e51;
    color: #ffffff;
    border-color: white;
    padding: 10px 15px;
    border-radius: 15px;
	width: auto;
    height: 70%;
    cursor: pointer;
    font-size: 100%;
	font-family: impact;
    text-decoration: none;
}

button:hover {
    background-color: #575568;
    text-decoration: italic;