/* Reset some default styles to provide a clean slate */
body, h2, p {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}


body {
    font-family: helvetica,arial,sans-serif;
    background-color: #ffffff;
    width: 100%;
    height: 100vh; 
}



.logo {
    color: #000000; 
    background: linear-gradient(90deg, #3498db, #2ecc71);
    padding: 10px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Helvetica', sans-serif;
}


/* 
.logo::after {
    content: '';
    height: 3px;
    width: 0;
    background: #006aff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.4s;
}

.logo:hover::after{
    width: 100%;
} */



.navbar{
    width: 100%;
    height: 30px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.navbar ul li a{
    font-size: 25px;
    list-style: none;
    color: #000000;
    /* background: #003f97;
    padding: 12px;
    margin: -5px;
    border-radius: 5px; */
}

.navbar ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #006aff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.4s;
}
.navbar ul li:hover::after{
    width: 100%;
}




.button-container {
    display: flex;
    align-items: left;
}

.button {
    width: 100%;
    height: 30px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-left: -120px;
}
.button ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.button ul li a{
    font-size: 40px;
    list-style: none;
    color: #000000;
    background:  #95ffe3;
    padding: 20px;
    margin: -5px;
    border-radius: 5px;
}


.button ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #003f97;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.4s;
}

.button ul li:hover::after{
    width: 100%;
}



.dot-before::before {
    content: "\2022"; /* Unicode character for middle dot */
    margin-right: 5px; /* Adjust margin as needed */
    /* font-size: 1.0cm; */
}


.content {
    /* background-image: url('Images/Photo_2024-01-14_09.20.20_PM.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;  */
    /* color:azure; */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section {
    width: 90%;
    font-size: 20px;
    padding: 20px;
    margin: 20px;
    text-align: left;
    background-color: #def6fc;
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(255, 1, 1, 0.1);*/
    font-size: 22px;
}

.section_banner {
    width: 90%;
    font-size: 40px;
    padding: 20px;
    margin: 20px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 5px;
    color: #000000;
    background-color: #def6fca2;
    /* box-shadow: 0 0 10px rgba(255, 1, 1, 0.1);*/
}

.section h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 15px;
}

.image-container {
    display: flex;
    justify-content: space-between;
    max-width: 900px; /* Set a maximum width for the container */
    margin: 20px auto; /* Center the container and add margin */
    margin-bottom: 40px;
}

.image-container img {
    max-width: 30%; /* Set the maximum width for each image */
    height: auto; /* Maintain aspect ratio */
}









footer {
    width: 90%;
    text-align: center;
    background-color: #def6fc;
    color: #000000;
    padding: 20px;
    margin: 20px;
}


.grid {
    display: flex;
    justify-content: space-between;
    /* height: 100vh;        */
}

.address {
    max-width: 10%;
    font-size: 20px;
    max-width: 70%; 
    padding: 20px; 
    text-align: left; 
    border: 3px solid #ccc;
    box-sizing: border-box; 
    margin: auto;
    align-items: center;
}

.footnote {
    font-size: 25px;
    text-align: center;
}

.footnote2 {
    font-size: 15px;
    text-align: center;
}

/* Style links */
a:hover, a:visited, a:link, a:active {
    color: initial;
    text-decoration: none;
}


@media (max-width: 600px) {
    body {
        max-width: 600px;
        /* font-size: 14px; */
      /* Other styles for smaller screens */
    }

}

/* body {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */
/* Add some responsiveness for smaller screens
@media (max-width: 768px) {
    header {
        padding: 10px;
    }

    nav ul {
        text-align: center;
    }

    nav li {
        display: block;
        margin: 10px 0;
    }
    
    pic {
        padding: 20px 20px;
    }
} */




/* 
header {
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    font-size: 14px;
    text-align: left;
}

nav {
    float: middle;
}

nav ul {
    list-style: none;
}

nav li {
    display: inline;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
} 

pic {
    padding: 20px 20px;
} */










/* 
<h1 style="color: #e00b16;">!! DIESE WEBSITE WIRD ÜBERARBEITET !!</h1>
*/


.button2 {
    width: 100%;
    height: 10px;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    position: center;
    text-align: center;
    align-items: center;
    margin-left: -125px;
}
.button2 ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.button2 ul li a{
    font-size: 25px;
    list-style: none;
    color: #000000;
    background:  #95ffe3;
    padding: 20px;
    margin: -5px;
    border-radius: 5px;
}


.button2 ul li::after{
    content: '';
    height: 3px;
    width: 0;
    background: #003f97;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.4s;
}

.button2 ul li:hover::after{
    width: 100%;
}
