@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background: #ffffff;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 100vh;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-align: center;
}

p {
    font-size: 22px;
}

.header {
    background-color: rgb(255, 255, 255);
    min-height: 72px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

#siteHeader {
    display: flex;
    justify-content: center;
    padding-left: 50px;
    align-items: center;
    font-size: 20px;
    margin-bottom: -16px;
}

#siteHeaderMitte {
    min-width: 300px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin: 0 auto;
}

#siteHeaderMitte a {
    color: black;
}

#siteHeaderMitte a:hover {
    color: rgb(173, 173, 173);
}

.bild {
    height: 800px;
    background-image: url("../pictures/alpirsbach-kultur-sehenswertes-teaser.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#bildText {
    background-color: rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-rows: 50% 50%;
    min-height: 100%;
    min-width: 100%;
    margin: 0 auto;
}

#bildText h1 {
    font-size: 40pt;
    color: rgb(139, 165, 210);
}

#bildText p {
    color: #fff;
}

#spalteEins {
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

#spalteZwei {
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
}

img {
    float: left;
    margin-right: 30px;
}

#container-z {
    margin-left: 100px;
    margin-right: 100px;
}