.logo-container {
    text-align: center;
    margin-top: 7%;
    margin-bottom: 7%;
}


#text_top {
    color: #ffffff;
    font-family: "Arial";
    font-size: 20px;
    text-align: center;
    padding: 3%;

}

#line_under_start_text {
    color: #ffffff;
    height: 5px;
    text-align: center;
    margin-bottom: 3%;

}

.accordion {
    margin-top: 7%;
}

.accordion-button {
    background-color: rgba(2, 17, 32, 0.93);
    opacity: 0.8;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    background-repeat: repeat;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: rgba(2, 17, 32, 0.93);
    display: block;
}

.accordion-body-content {
    color: rgba(2, 17, 32, 0.93);
    font-family: "Arial";
    font-size: 18px;
    text-align: center;
}

.container-fluid {
    background-color: rgba(2, 17, 32, 0.93);
    color: white;
}

#forms-container {
    background-color: rgb(255, 255, 255);
    color: rgba(2, 17, 32, 0.93);
    /*opacity: 0.8;*/
}

#forms-content {
    margin-top: 3%;
    margin-bottom: 3%;
}

#myTab {
    background-color: rgba(2, 17, 32, 0.93);
    border-bottom: none;
    width: 100%;
    color: #ffffff;
}

.nav-tabs .nav-item {
    padding-left: 0;
    padding-right: 0;
}

.nav-tabs .nav-link {
    margin: auto;
    width: 100%;
    /*padding: 0;*/
    color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link.active {

    background-color: white;
    color: rgba(2, 17, 32, 0.93);
}

.nav-link:focus, .nav-link {
    color: rgba(2, 17, 32, 0.93);
}

.tabs-container {
    margin-top: 3%;
    margin-bottom: 5%;
}

.form-A {
    text-align: center;
    border-style: groove;
    color: rgba(2, 17, 32, 0.93);

}

.form-B {
    text-align: center;
    border-style: groove;
    color: rgba(2, 17, 32, 0.93);
}

.btn {
    color: #000000;
    background-color: #f3f3f7;
    margin-bottom: 7%;

}

.btn:hover {
    color: #fff;
    background-color: rgba(2, 17, 32, 0.93);
    border-color: rgba(2, 17, 32, 0.93);
}

section {
    margin-bottom: 3%;
    margin-top: 2%;
}

#forms-container {
    background-color: rgba(243, 243, 247, 0.16);

}

input {
    width: 80%;

}

h5 {
    text-align: center;
}


.navbar {
    background-color: rgba(2, 17, 32, 0.93);
    height: 80px;
    flex-wrap: nowrap;
    color: white;
}

.navbar .nav-link {
    color: #ffffff;
}
.about {
    margin-right: 5%;
    font-size: large;
}

.alert-secondary {
    background-color: #f4fffc;
    border-color: #303e19;
    color: #41464b;
}

.navbar-brand img {
    margin: 0;
    padding: 0;
    height: 75px;
    width: 100%;
    margin-left: 2%;
}


#navbar-img {
    transform: scale(0.8);
}

#footer {
    background-color: rgba(2, 17, 32, 0.93);
    color: white;
    margin-top: 5%;
}


.form-group {
    margin-bottom: 0;
}

.form-control {
    border-radius: 0;
}

.form-group label {
    font-size: 12px;

}

.form-label {
    background-color: rgba(2, 17, 32, 0.93);
    color: #ffffff;
    padding: 0.5rem;

    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

.input-box {
    background-color: #ffffff;
    color: rgba(2, 17, 32, 0.93);
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
}

.input-box:focus {
    border-color: #80bdff;
    border-radius: 0.05rem;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-group input::placeholder {
    font-style: italic;
    font-size: 10px;
}

.texts {
    margin-top: 2%;
}

.texts p {
    margin-top: 2%;
    text-align: justify;
}

.info-div {
    background-color: rgb(204 204 204 / 51%);
    color: #000000;
    margin: 2%;
    padding: 2%;
}

.h4 {
    align-items: flex-start;
}

.form-select {
    height: 40px;
}

.input-group > .form-control {
    height: 40px;
}

table {
    border-collapse: collapse;
    width: 60%;
    font-family: Arial, sans-serif;
}

thead {
    background-color: #f3f3f7;
}

th, td {
    border: 1px solid #d1d1d6;
    padding: 10px;
    text-align: center;
}

th {
    font-weight: bold;
}

#tabl-container {
    margin-top: 4%;
    margin-bottom: 4%;

}

#text-result-text {
    margin-left: 0;
}

#result_text {
    border: 2px solid #333;
    padding: 20px;
    max-width: 96%;
    background-color: #f3f3f7;
"
}

#ergebnisse-row {
    text-align: center;
    margin-top: 0;
    margin-bottom: -4%;
}

#ergebnisse-row-privat {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1%;

}

@media (min-width: 600px) {
    #nav-logs {
        max-width: 85%;
    }
}