html {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    height: 100%;
}
body{
    margin: 0;
    background: url('../img/2Mod-Bayreuth.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100vh;

}
::-webkit-scrollbar {
    display: none;
}
.navbar-menu-dropdown.active{
    display: block;
}
.navbar-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background-color: #f9f9f9;
    width: 100%;
}
.navbar-menu-dropdown a {
    color: white;
    padding: 12px;
    text-decoration: none;
    display: block;
    background-color: #1A1A1C;
}
.navbar-menu-dropdown a:hover {
    text-decoration: underline white;
    text-underline-offset: 5px;
}
.navbar-Menu a:nth-child(2) {
    text-decoration: underline white;
    text-underline-offset: 5px;
}
.navbar-Menu {
    display: flex;
    align-items: center;

}
.navbar-Menu a{
    color: white;
    text-decoration: none;
    padding: 1em;
    font-size: 18px;
}
.navbar-Menu a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.navbar-logo{
    display: flex;
    text-decoration: none;
    color: white;
    align-items: center;
    padding-left: 1em;
}
h4 {
    display: flex;
    align-items: center;
    color: white;
}
.navbar {
    color: white;
    background-color: #1A1A1C;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
}
#navbar-toggle-icon{
    transition: transform 0.5s ease-in;
}
#navbar-toggle-icon-close {
    display: none;
    transition: transform 0.5s ease-out;
}
@media (max-width: 768px) {
    .navbar-Menu {
        display: none;
        position: fixed;
    }
    .navbar-Menu a {
        display: none;
        position: fixed;
    }
    .navbar-toggle {
        display: flex;
        background-color: transparent;
        align-items: center;
        border: none;
        padding-right: 4em;
    }
    .Social-Media{
        display: none;
    }
    #Instagram{
        display: none;
    }
    #Youtube{
        display: none;
    }
    .balken {
        width: 80%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 30px;
        color: white;
        border-radius: 25px;
        border: 1px solid #1A1A1C;
        background-color: #1A1A1C;
    }
}
@media (min-width: 769px) {
    .navbar-toggle {
        display: none;
    }
    .Social-Media{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 3em;
        text-decoration: none;
    }
    #Instagram{
        padding-right: 0.5em;
    }
    #Youtube{}
    .balken {
        width: 60%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 30px;
        color: white;
        border-radius: 25px;
        border: 1px solid #1A1A1C;
        background-color: #1A1A1C;
    }
}
.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex: 1;

}
.balken-header {
    padding: 10px;
    text-align: center;
}

.pfeil {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);
    transition: transform 0.5s ease;
    margin-right: 5px;
}
.pfeil:hover{
    cursor: pointer;
}

.dropdown-content {
    padding: 10px;
    display: none;
}
/*
Abteil für Druckhöhe Calcultor ANFANG
*/
.input-container {
    margin-bottom: 10px;
    width: 80%;
    margin-top: 10px;
}

label {
    display: block;
    font-weight: bold;
}
.area{
    border: 1px solid black;
    border-radius: 5px;
}
input[type="number"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}

button[type="submit"] {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 16px;
}

#result1 {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    color: white;
}
.container-image-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-image-1 {
    display: none;
    text-align: center;
}
.info-image-1 img {
    width: 25px;
    height: auto;
}
#calculation-details-1 {
    display: none;
    color: white;
    justify-content: center;
    font-size: 12px;
    opacity: 0.8;
}
/*
Abteil für Druckhöhe Calculator ENDE
 */
.button-form {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 10px;
    height: 30px;
    width: auto;
}

.button-form:hover {
    /*background-image: url('../img/Himmel.png');
    background-repeat: no-repeat;
    background-position: center;
    backgorund: transparent;
    background-size: cover;
    color: white;*/
    cursor: pointer;


}
/*
Abteil für Dichtehöhe Calcultor ANFANG
*/
.input-container {
    margin-bottom: 10px;
    width: 80%;
    margin-top: 10px;
}
.container-image-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-image-2 {
    display: none;
    text-align: center;
}
.info-image-2 img {
    width: 25px;
    height: auto;
}
#calculation-details-2 {
    display: none;
    color: white;
    justify-content: center;
    font-size: 12px;
    opacity: 0.8;
}
label {
    display: block;
    font-weight: bold;
}
.area{
    border: 1px solid black;
    border-radius: 5px;
}
input[type="number"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}

button[type="submit"] {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 16px;
}
#result2 {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    color: white;
}
/*
Abteil für Dichtehöhe Calculator ENDE
 */
/*
Abteil für Flugbuchgrechner
*/
.container-zeitrechner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#timeInput {
    width: 200px;
    padding: 5px;
}
@media (min-width: 769px) {
    .input-container-fbr {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .buttons {
        padding-left: 5px;
    }
}
@media (max-width: 768px) {
    .buttons {
        padding-top: 5px;
    }
    .input-container-fbr {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
#timeList {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
}

#totalTime {
    font-weight: bold;
}
/*
Abteil für Anmeldeformular ANFANG
*/
.otp-all {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}
.container-otp {
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    padding: 50px 20px;
    text-align: center;
}
.title {
    font-size: 25px;
    margin-bottom: 30px;
}
#otp-form {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
#otp-form input {
    border: none;
    background-color: #121517;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-width: 70px;
    height: 70px;
    border-radius: 4px;
    outline: 2px solid rgb(66, 66, 66);
}
#otp-form input:focus-visible {
    outline: 2px solid royalblue;
}
#otp-form input.filled {
    outline: 2px solid rgb(7, 192, 99);
}
#verify-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    background: white;
    color: royalblue;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid royalblue;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s, transform 0.2s;
}

/* Hover-Effekt für korrekte Eingabe */
#verify-btn.correct:hover {
    background: #4caf50; /* Grünliche Farbe für korrekte Eingabe */
    color: white;
}

/* Hover-Effekt für falsche Eingabe (optional) */
#verify-btn:hover {
    background: #ff4c4c; /* Rötliche Farbe für falsche Eingabe */
    color: white;
}
/*
Abteil für Anmeldeformular ENDE
 */
/*
Abteil für Vereinsflieger Eintrag ANFANG
 */
.container-vereinsflieger {
    display: none;
    flex-direction: column;
}
input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
input[type="password"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
/*
Abteil für Vereinsflieger Eintrag ENDE
 */
.container-footer{
    margin-top: 5em;
    bottom: 0;
    position: relative;
    flex-shrink: 0;
}
.footer {
    background: #1A1A1C;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}
.footer-list {
    display: flex;
    justify-content: center;
}

.footer-list a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding: 1em;

}
#Footer-Rights {
    display: flex;
    justify-content: center;
    color: white;
}