.body {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: relative;
}
.body-startseite {
    overflow-x: scroll;
    display: flex;
}

.Menugruppe {
    position: absolute;
    top: 28px;
    right: 48px;
    z-index: 10;
}

.menu {
    font-weight: bold;
    font-size: 55px;
    line-height: 55px;
    text-align: right;
}



.homeichkontakt {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    text-align: right;
}

.homeichkontakt:hover {
    text-decoration: underline;
}

.menu-fixiert {
    font-weight: bold;
    font-size: 55px;
    line-height: 55px;
    text-align: right;
    position: fixed;
}


.homeichkontakt-mitscrollen {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    text-align: right;
}


.menulink {
    color: black;
    text-decoration: none;
}
.menulink:hover {
    text-decoration: underline;
}


.Homebild {
    height: 100vh;
    padding: 180px 0 180px 0px;
    width: auto;
}

.Homebild-Plakat {
    height: 100vh;
    padding: 90px 0 60px 0;
    width: auto;
}

.Homebildernebeneinander {
    display: flex;
}

.Abstand{
    height: 100vh;
    padding: 180px 80px 180px 80px;
    width: auto;
}

.Projektname {
    font-weight: bold;
    font-size: 55px;
    text-align: left;
    line-height: 58px;
    position: absolute;
    left: 48px;
    top: 28px;
    z-index: 10;
}


.Bildbesteck {
    display: flex;
    justify-content: center;
}

.Bildbesteck-bild-postkarte {
    height: 100vh;
    padding: 60px 60px 60px 100px;
    object-fit: contain;
}


.Bildbesteck-bild-Klick {
    height: 100vh;
    padding: 40px 40px 60px 130px;
    object-fit: contain;
}

.Bildbesteck-Semantischetypo {
    height: 100vh;
    padding: 80px 50px 80px 120px;
    object-fit: contain;
}

.Bildbesteck-orangerie {
    height: 100vh;
    padding: 80px 110px 30px 40px;
    object-fit: contain;
}

.Bildbesteck-Paris {
    height: 100vh;
    padding: 40px 40px 85px 100px;
    object-fit: contain;
}

.Bildbesteck-kassette {
    height: 100vh;
    padding: 90px 60px 90px 100px;
    object-fit: contain;
}

.Bildbesteck-bild {
    height: 100vh;
    padding: 90px 70px 30px 100px;
    object-fit: contain;
}

.portrait {
    height: 100vh;
    padding: 48px 70px 48px 70px;
    object-fit: contain;
}


.container {
    height: 100vh;
    padding: 30px 0;
}

.container-kassette {
    padding: 30px 0;
}

.Repros {
    display: flex;
    margin: 0 -10px;
    height: 100%;
    object-fit: contain;
    padding: 0 48px;
}

.Repros-London {
    display: flex;
    margin: 0 -10px;
    height: 100%;
    object-fit: contain;
    padding: 0 120px 0 0;
}

.Fotografien {
    display: flex;
    margin: 0 -10px;
    height: 100%;
    object-fit: contain;
    padding: 48px 96px 48px 96px ;
    width: 100%;
}

.Fotografien2 {
    display: flex;
    margin: 0 -10px;
    height: 100%;
    object-fit: contain;
    padding: 96px 192px 96px 192px ;
    width: 100%;
}


.Reprosnebeneinander {
    width: 50%;
}


.Reprosnebeneinander-Fotografien {
    padding: 48px;
    width: 50%;
}

.Repros-3-nebeneinander-Fotografien {
    padding: 48px;
    width: 33.33%;
}

.Entwürfe-Klick{
    padding: 48px 96px 48px 96px ;
    width: 50%;
}


.Abstand-oben-bilder-quer{
    height: 100vh;
    display: flex;
    justify-content: center;
    padding: 96px 240px 96px 240px;
}

.Abstand-oben-bilder-hoch{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}


.bild-hoch {
    width: calc(636 / 1728 * 100vw);
}

.bild-hoch2 {
    width: calc(636 / 1728 * 100vw);
    padding: 40px;
}


.plus-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 48px;
    box-sizing: content-box;
}

.Plus {
    text-underline-offset: -100px;
    font-weight: bold;
    font-size: 55px;
    text-align: left;
    line-height: 36px;
    position: sticky;
    margin-top: 222px;
    left: 40px;
    top: 28px;
}

.Kreuz{
    font-weight: bold;
    font-size: 55px;
    text-align: left;
    line-height: 36px;
    padding: 222px 0 0 48px;
    position: absolute;

}


.Plus-Geld{
    text-underline-offset: -100px;
    font-weight: bold;
    font-size: 55px;
    text-align: left;
    line-height: 36px;
    position: absolute;
    top: 222px;
    left: 40px;
}

.Text {
    position: absolute;
    left: 48px;
    top: 280px;
    width: 60%;
    padding: 0 0 48px 0;
}


.Fliesstext {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
}



.Infos {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    padding: 30px 0 0 0;
}

