body {
    padding: 0%;
    margin: 0%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    margin-top: 30px;
    margin-bottom: 30px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    padding-top: 5%;
}

footer ul li {
    list-style: none;
    padding: 0%;
    margin: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}

footer ul li a {
    font-weight: 600;
    padding: 20px;
    margin: 0%;
    color: black;
    text-decoration: none;
}

a {
    color: green;
    text-decoration: none;
}

a:hover {
    color: black;
    text-shadow: 0px 0px 15px green;
}

#teaser {
    width: 100%;
    height: 60%;
}

#teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 93px;
    margin-top: calc(-93px + 2.5rem);
}

.text-responsive {
    font-size: calc(50% + 0.40vw + 0.40vh);
}

.dropdown-menu {
    background-color: #dbf7d2;
    border: none;
    border-radius: 0%;
}

.menu-drop-item {
    font-size: calc(50% + 0.25vw + 0.25vh);
    font-weight: 350;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: inherit;
    background-color: inherit;
}

.accordion-button:active,
.accordion-button:hover,
.accordion-button:link,
.accordion-button:not(.collapsed) {
    background-color: #dbf7d2 !important;
    color: black !important;
    box-shadow: none !important;
}

.accordion-button:not(.hover) {
    background-color: white;
    box-shadow: none;
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-primary {
    background-color: #dbf7d2;
    color: black;
    border-color: black;
    border-radius: 10px;
}

.btn-primary:active,
.btn-primary:hover {
    background-color: green;
    color: black;
    border-color: black;
}

@media screen and (min-width:1200px) {
    .text-responsive {
        font-size: 15px;
    }
}

/* @media screen and (max-width:1500px) {
    .text-responsive {
        font-size: 80%;
    }
} */

@media screen and (max-width:1400px) {
    #teaser{
        height: 45%;
    }
    .text-responsive {
        font-size: 80%;
    }
}

@media screen and (min-width:1440px) {
    #teaser{
        height: 70%;
    }
} 

@media screen and (min-width:2600px) {
    #teaser{
        height: 85%;
    }
}

