/* body {
    max-width: 100%;
    font-family: Arial, sans-serif;
    margin: 10px;
    padding: 10px;
    background-color: #bac9a2;
    color: #333;
} */

body {
    max-width: 1200px; /* Breite begrenzen */
    margin: 0 auto; /* Inhalt zentrieren */
    padding: 20px;
    /* background-color: #bac9a2; */
    background: linear-gradient( to bottom right, rgb(154, 154, 204), rgb(79, 236, 236));
    color: #333;
}

.willkommen_h1{
    text-align: center;
}

.willkommen {
    max-width: 600px;
    margin: 40px 10px 30px 10px ;
    padding: auto;
    flex-wrap: wrap;
}

h1 {
    color: #0f457a;
}

h2, h3, h4 {
    color: #0b2715;
}

p {
    line-height: 1.5;
    color: #0f0e0e;
}

.see_bild {
    max-width: 1200px;
    width:100%;
    max-height: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 800px) {
    .see_bild {
        max-width: 100%; /* Bild füllt die gesamte Breite des Viewports */
    }
    .willkommen_h1{
        text-align: center;
        font-size: 40pt;
    }
    .willkommen {
        max-width: 1200px;
        margin: 40px 10px 30px 10px ;
        padding: auto;
        flex-wrap: wrap;
        font-size: 30pt;
        
}
    .ich_heiße{
        font-size: 18pt;
    }

    .div_umgebung{
        font-size: 18pt;
    }
    .jeden_Tag{
        text-align: center;
        font-size: 18pt;
    }
    .natürlich{
        text-align: center;
        margin-top: 50px;
        font-size: 18pt;
    }
    .kennenlernen_interesse{
        text-align: center;
        margin-top: 50px;
        font-size: 18pt;
    }
    .preise{
        text-align: center;
        margin-top: 50px;
        font-size: 18pt;
    }
    .kontakt {
        text-align: center;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-style: italic;
        flex-wrap: wrap;
        font-size: 18pt;
    }
    .maps_bild {
        max-width: 1200px;
        flex-wrap: wrap;
        border-radius: 10px;
    }
    .maps_bild:active{
        transform: scale(1.5);
        transition: transform 2.5s ease;
    }
    .impressum_h1{
        font-size: 30pt;
        text-align: center;
    }
    .impressum{
        font-size: 18pt;
        text-align: center;
    }
    .zurück_impressum{
        margin-top: 50px;
        justify-content: space-around;
    }
    .maps_button {
        border-color: rgb(164, 165, 206);
        border-style: solid;
        margin-top: 50px;
        margin-left: 50%;
        flex-wrap: wrap;
        transform: translateX(-50%);
        cursor: pointer;
        font-size: 16pt;
    }
}
.div_umgebung {
    margin: 20px;
    flex-wrap: wrap;
}

.jeden_Tag{
    text-align: center;
}

.natürlich{
    text-align: center;
    margin-top: 50px;
}

.murphy_bild {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}



button {
    background: linear-gradient(to bottom left, rgb(97, 134, 214), rgb(72, 188, 192));
    color: #0f0e0e;
    border: none;
    padding: 10px 20px;
    margin: 20px 20px 50px 50%;
    font-size: 16px;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 20px;
    width: auto;
}



/* button:hover {
    background:linear-gradient((to bottom left, rgb(97, 134, 214), rgb(12, 12, 12)));
} */


.kontakt {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
    flex-wrap: wrap;
}

.maps_bild {
    max-width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
}

.maps_button {
    border-color: rgb(164, 165, 206);
    border-style: solid;
    margin-top: 40px;
    margin-left: 50%;
    flex-wrap: wrap;
    transform: translateX(-50%);
    cursor: pointer;
}

nav {
    display: flex;
    justify-content: space-between;
    or justify-content: space-around;
    align-items: center;
    margin: 0 50px 20px 50px;
}

.impressum_h1{
    text-align: center;
    margin-bottom: 50px;
}

.impressum{
    
    text-align: center;
}

.preise{
    text-align: center;
}

.zurück_preise{
    margin-top: 50px;
    justify-content: space-around;
}

.zurück_datenschutz{
    margin-top: 50px;
    justify-content: space-around;
}

.zurück_impressum{
    margin-top: 50px;
    justify-content: space-around;
}
.zurück_kontakt{
    justify-content: space-around;
}