body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Overpass', sans-serif;
    font-family: 'Quicksand', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Varela Round', sans-serif;
    background-image: url(Hintergundbild.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px;
    color: white;
    font-size: 25px;
    padding-top: 100px;
    height: 100%;


}




.Überschrift-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

h1 {
    font-size: 60px;
    color: rgb(235, 235, 235);
}

a {
    font-size: 25px;
    margin-left: 60px;
    color: rgb(235, 235, 235);
    font-weight: bold;
    text-decoration: none;

}

a:hover {
    color: rgb(255, 157, 29);
}

span {
    color: rgb(255, 157, 29);
}

.linkeins {
    color: rgb(255, 157, 29);
    font-size: 30px;
    margin-left: 0px;


}

.linkeins:hover {
    text-decoration: underline;
}

hr {
    color: white;
}

.conatinerlinkeins {
    padding-top: 80px;
}

.unterer-div {
    background-color: rgba(0, 0, 0, 0.233);
    padding: 20px;
    padding-left: 40px;
    border-radius: 40px;
    backdrop-filter: blur(100px);
    box-shadow: 3px 3px 3px rgba(47, 79, 79, 0.178);
}

.maps {
    display: flex;
    justify-content: space space-between;
    padding-top: 30px;

}

.minidiv {
    padding-left: 40px;
}

iframe {
    padding-bottom: 30px;
    width: 90%;
    height: 400px;
}

h2 {
    text-decoration: underline;
}

@media (max-width:920px) {
    body {
        font-size: 15px;
        background-image: url(Hintergundbild.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 15px;
        color: white;
        padding-top: 15px;
        height: 100%;
        padding-bottom: 40px;

    }

    h1 {
        font-size: 28px;
        color: rgb(235, 235, 235);
    }

    a {
        font-size: 12.5px;
        margin-left: 5px;
        color: rgb(235, 235, 235);
        font-weight: bold;
        text-decoration: none;

    }

    .linkeins {
        color: rgb(255, 157, 29);
        font-size: 18px;
        margin-left: 0px;



    }

    .maps {
        padding-top: 15px;
        display: block;
    }

    iframe {
        padding-bottom: 30px;
        width: 100%;
        height: 200px;
        justify-self: unset;
    }

    .minidiv {
        padding-left: 10px;
    }

    .unterer-div {
        background-color: rgba(0, 0, 0, 0.233);
        padding: 20px;
        padding-left: 40px;
        border-radius: 40px;
        backdrop-filter: blur(100px);
        box-shadow: 3px 3px 3px rgba(47, 79, 79, 0.178);
        padding-bottom: 50px;
    }

    .conatinerlinkeins {
        padding-top: 20px;
    }
}