@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;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-align: center;
}

p {
    font-size: 22px;
}

img {
    width: 100%;
    max-width: 660px;
}

.header {
    background-color: rgb(255, 255, 255);
    min-height: 72px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.header a:hover {
    color: rgb(173, 173, 173);
}

.about {
    display: grid;
    grid-template-rows: auto auto;
    min-width: 100vw;
    min-height: 700px;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: center;
}

.about a {
    text-decoration: none;
    color: black;
}

#domenico {
    display: flex;
    align-items: center;
    justify-content: center;
}

#domenicoText {
    display: grid;
    grid-template-rows: auto auto;
    padding-left: 45px;
    padding-right: 45px;
    max-width: 660px;
}

#spalteEins {
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

#spalteZwei {
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
    font-size: small;
}

#spalteEinsAbout {
    display: flex;
    align-items: end;
    justify-content: center;
}

#spalteZweiAbout {
    max-width: 100vw;
    display: flex;
    justify-content: center;
    text-align: left;
}

.bild {
    height: fit-content;
    width: fit-content;
    width: 100vw;
    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: 100vh;
    max-width: max-content;
    margin: 0 auto;
}

#bildText h1 {
    font-size: xx-large;
    color: rgb(139, 165, 210);
}

#bildText p {
    color: #fff;
}

.vispro {
    display: grid;
    grid-template-rows: 50% 50%;
    min-height: fit-content;
    margin-bottom: 100px;
    min-width: 100vw;
}

#linksVispro {
    display: grid;
    grid-template-rows: auto auto;
    justify-content: center;
}

#rechtsVispro {
    display: grid;
    grid-template-rows: auto auto;
    padding-top: 50px;
    margin-bottom: 100px;
    justify-content: center;
}

#rechtsVisproImg {
    display: flex;
    align-items: end;
    justify-content: center;
}

#linksVisproImg {
    display: flex;
    align-items: end;
    justify-content: center;
}

#rechtsVisproText {
    display: grid;
    grid-template-rows: auto auto;
    text-align: left;
    background-color: rgb(139, 165, 210);
    padding-left: 20px;
    padding-right: 20px;
    min-height: fit-content;
    max-height: fit-content;
    max-width: 660px;
}

#linksVisproText {
    display: grid;
    grid-template-rows: auto auto;
    text-align: left;
    margin-left: auto;
    background-color: rgb(139, 165, 210);
    padding-left: 20px;
    padding-right: 20px;
    min-height: fit-content;
    max-height: fit-content;
    max-width: 660px;
}

#uberschrift {
    display: flex;
    justify-content: start;
}

#uberschriftZwei {
    display: flex;
    justify-content: start;
    align-items: start;
}

#text {
    display: flex;
    justify-content: start;
    height: fit-content;
}

#textZwei {
    display: flex;
    justify-content: end;
}