/* top beginn */
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #c8c8c8;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 180px;
    background-color: #02000C;
}
/* top Ende */

.logo {
    width: 15%;
    justify-content: right;
    background-color: #02000C;
}

.logo img {
    max-width: 100%;
    max-height: 180px;
    height: auto;
    width: auto;
}

 .Titel {
    padding-left: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color:#525553;
    background-color: #02000C;
}

.links1 {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
  }

a {
    color:#525553;
    display: inline-block;
    text-decoration: none;
    margin-left: 16px;
    font-weight: 700;
    padding-right: 20px;
    transition: font-size 0.3s ease;
}

a:hover {
    font-size: 28px;
}

.ueberschrift2 {
    font-size: 28px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.maincontainer {
    font-size: 22px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(22, 22, 22);
    text-align: center;
    padding-top: 50px;
    width: 80%;
    justify-content: center;
    padding-left: 10%;
    padding-bottom: 40px;
}

.button {
    border: none;
    border-radius: 5px;
    background-color: #c8c8c8;
    font-size: 22px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(22, 22, 22);
    padding: 15px;
    width: 265px;
    transition: font-size 0.3s ease;
}

.button:hover {
    font-size: 24px;
}

.logo2 {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: flex;
    width: 100%;
}

.footlogo {
    width: 20%;
    max-height: 100px;
    max-width: 250px;
    justify-content: center;
    background-color: #02000C;
}

.footlogo img {
    max-width: 15%;
    max-height: 120px;
    height: auto;
    width: auto;
}

.links2 {
    justify-content: center;
    align-items: center;
    
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 25px;
        text-align: center;
        font-weight: 500;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
}

.legalstuff {
    padding-top: 20px;
    display: flex;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;  
}

.navbar2 {
    text-align: center;
    background-color: #02000C;
}

.foot {
    color:#525553;
}

/* Cookies */


.cookie-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 100px;
}

.cookie-dialog p {
    margin: 0;
    padding: 10px;
}

.cookie-dialog button {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
