body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: grey;
    color: white;
    text-align: center;
    padding: 20px;
    height: 20vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

nav {
    background-color: #000;
    padding: 10px;
    position: sticky;
    top: 0px;
    width: 80%;
    margin-left: 10%;
    margin-top: -24px;
    margin-bottom: -24px;
    height: 24px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-color: #000;
    border-style: solid;
    border-top: none;


}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

nav a:hover{
    text-decoration: underline;
    
}

section {
    padding: 40px;
}

footer {
    background-color: grey;
    color: white;
    text-align: center;
    padding-top: 10px;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
}

.btn {
    background-color: #FF8364;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.btn:hover {
    background-color: #D11D53;
}

/* style.css */

body {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2; /* Hintergrundfarbe leicht abgedunkelt */
    color: #333; /* Textfarbe */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Schatten für den Container */
}

h1 {
    color: #fff; /* Überschriftenfarbe */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2 {
    color: #000; /* Überschriftenfarbe */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

p {
    line-height: 1.5;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 10px;
}

/* Weitere Stile nach Bedarf hinzufügen */
.gg-chevron-up-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 4px
   }
   
   .gg-chevron-up-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 6px;
    bottom: 5px
   } 


   .kontaktdiv {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
      
    
        border-bottom-color: #000;
        border-bottom-style: solid;
        border-bottom-width: thick;
        
}

.seoeng {
    display: block; /* oder display: inline-block; je nach Bedarf */
}

.seode {
    display: none;
}

.sprachauswahl {
position: absolute;
right: 24px;
top: 24px;
}