html {
    scroll-behavior: smooth;
}

/*Header stylen*/
.header {
    display: flex;
    z-index: 100;
}

.banner {
    display: flex;
    background-image: url("bilder/Hintgergund 1.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
    margin: 0px;
}

header h1 {
    font-size: 2.5em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 10px;
    justify-content: center;
}

header img {
    height: 70px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 30px;
}

/*Toolbar stylen*/
.navigation_bar {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    /*Fixiert die navigation am oberen Rand*/
    top: 0;
    /*Haltet Navi oben*/
    width: 100%;
    /*Sichern das navi volle breite hat*/
    z-index: 1000;
    /*Damit sie oben bleibt*/
    background-color: white;
}

a {
    margin-top: 10px;
    margin-right: 20px;
    font-size: 1.25em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    color: black;
    font-weight: 600;
}

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

.navigation_bar a:hover {
    text-decoration: underline;
}

/*Dropdown menü erstellen*/
.dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: white
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown span {
    font-family: san system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-right: 50px;
    font-size: 1.25em;
    display: inline-block;
    padding: 10px 0;
    font-weight: 600;

}

.dropdown span:hover {
    text-decoration: underline;
}

.dropdown:hover .dropbtn {
    background-color: white
}

/*Mini News stylen*/
body h2 {
    margin-top: 62px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
    border-bottom: 2px solid black;
}

.news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.mini {
    background-color: rgb(230, 230, 230);
    padding: 20px;
}

.fun {
    background-color: rgb(230, 230, 230);
    padding: 20px;
}

.cabrio {
    background-color: rgb(230, 230, 230);
    padding: 20px;
}

h2 {
    display: flex;
    justify-content: start;
    width: 100%;
    border-bottom: 2px solid black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2em;
}

/*Content stylen*/
.countryman {
    margin: 15px;
    display: flex;
    align-items: flex-start;
    background-color: rgb(230, 230, 230);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.countryman img {
    width: 500px;
    margin-right: 15px;
}

.text {
    display: flex;
    flex-direction: column;
    max-width: 700px;
}

.text strong {
    margin-bottom: 10px;
    width: 700px;
    margin-top: 15px;
    font-size: 1.2em;
    border-bottom: 2px solid black;
}

.raum img {
    width: 500px;
    margin-right: 15px;
}

.raum {
    margin: 15px;
    display: flex;
    align-items: flex-start;
    background-color: rgb(230, 230, 230);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.freie img {
    width: 500px;
    margin-right: 15px;
}

.freie {
    margin: 15px;
    display: flex;
    align-items: flex-start;
    background-color: rgb(230, 230, 230);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.vorteile img {
    width: 500px;
    margin-right: 15px;
}

.vorteile {
    margin: 15px;
    display: flex;
    align-items: flex-start;
    background-color: rgb(230, 230, 230);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.test img {
    width: 500px;
    margin-right: 15px;
}

.test {
    margin: 15px;
    display: flex;
    align-items: flex-start;
    background-color: rgb(230, 230, 230);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.all img {
    width: 500px;
    margin-right: 15px;
}

.all {
    margin: 15px;
    display: flex;
    align-items: flex-start;
    background-color: rgb(230, 230, 230);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

body p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}