main {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#mainpicturep2{
    position: relative;
    max-width: 1536px;
    width: 100%;
    object-fit: cover; /* Füllt den Bereich und schneidet bei Bedarf */
}

.section1{
    margin-top: 3em;
    display: flex;
    justify-content: center;
    width: 80%;
}

.mainPicture{
    position: relative;
    width: 100%;
    max-width: 1536px;
}


.imageTextMain{
    position: absolute;
    right: 1em;
    top: 34%;

    font-family: 'semplicitapro', 'Roboto';
    font-weight: 600;
    font-size: clamp(2.5rem, 4vw, 5rem);
    color: black;
}

.randomStrich{
    width: 80%;
    float: right;
    padding-bottom: 0;
    margin-bottom: 0;
    color: black;
    border-color: black;
}

.bufferDiv{
    padding-top: 10em;
    width: 100%;
}

.section22{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    max-width: 1536px;
    margin-top: 3em;
}

.üSec22{
    padding-bottom: 0;
    margin-bottom: 0;
    height: 100%;
    text-align: center;
}

h1{
    font-family: 'semplicitapro', 'Roboto';
    font-weight: lighter;
    font-size: 4em;
    line-height: 100%;
    color: black;
    padding-bottom: 0;
    margin-bottom: 0;
}
.zweiPunkte2{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    max-width: 100em;
}
.box22 {
    margin-top: 1em;
    width: 80em;
    display: flex;
    justify-content: center; /* Zentriere den Text in der Box */
    align-items: center;
}
.punkt12{
    margin-right: 4em;

}

.bildPunkt12{
    font-family: 'Roboto';
    font-size: 9em;
    font-weight: 800;
    color: #D9D9D9;
    margin-right: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 120px;
    text-align: center;
}

.bildPunkt22{
    font-family: 'Roboto';
    font-size: 9em;
    font-weight: 800;
    color: #D9D9D9;
    margin-right: 30px;
    line-height: 120px;
    text-align: center
}

.textPunkt2{
    line-height: 1.1em;
    font-size: 1.3em;
    font-family: 'semplicitapro';
}

.punkt1{

}
.punkt2{

}
.section3{
    font-family: 'semplicitapro', 'Roboto';
    text-align: center;
    max-width: 1536px;
    font-size: 1.7em;
    margin-left: 5em;
    margin-right: 5em;
    line-height: 1.3em;
    color: #767676
}

.section2{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1536px;
}

.üSec2{
    padding-bottom: 0;
    margin-bottom: 0;
    height: 100%;
}

.üSec2 h1{
    padding-bottom: .5vw;
    margin-bottom: 0;

    font-family: 'semplicitapro', 'Roboto';
    font-style: normal;
    font-weight: 250;
    font-size: 4em;
    line-height: 100%;
    /* or 100% */
    text-align: center;

    /* Gray 4 */
    color: black;
}

.zweiPunkte{
    display: flex;
    justify-content: space-between;
    align-items: space-between;
    flex-direction: row;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    max-width: 150em;
}

.box {
    margin-top: 1em;
    display: flex;
    flex-grow: 1;
}

.box2 {
    margin-top: 1em;
    width: 30em;
    display: flex;
    justify-content: center; /* Zentriere den Text in der Box */
    align-items: center;
}

.hidden-text p{
    font-size: 1.2em;
}

.punkt1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
}

.punkt2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
}

.punkt3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2em;
}

.bildPunkt1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 9em;
    line-height: 150px;
    color: #D9D9D9;
}

.bildPunkt2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 9em;
    line-height: 150px;
    color: #D9D9D9;
}

.bildPunkt3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 9em;
    line-height: 150px;
    color: #D9D9D9;
}

.pleasehelp {
    align-self: flex-end;
}
.textPunkt{
    line-height: 30px;
    font-family: 'semplicitapro', 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: fit-content;
    display: inline-block;
}

.headpunkt {
    display: inline-block;
}

.textPunkt h3 {
    font-family: 'semplicitapro', 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    display: inline;

    color: #333333;
    margin: 0;
    padding: 0;

    transition: font-size 0.3s ease;
}

.triangle {
    justify-content: flex-start;
    float: left;
    width: 0;
    height: 0;
    border-left: 1.3em solid transparent;
    border-right: 1.3em solid transparent;
    border-top: 1.3em solid black;
    margin: 1em auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.mehrLesen{
    width: 11em;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    display: flex;
}

.mehrLesenText{
    font-weight: 300;
    font-size: 1.5em;
    padding-left: 1em;
    white-space: nowrap;
}

.hidden-text {
    max-height: 0;
    max-width: 20em;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.heading{
    font-size: 2.5em;
}

.show-text .hidden-text {
    max-height: 200px; /* Höhe nach Belieben anpassen */
}

.show-text .heading {
    font-size: 1.5rem;
}

.show-text .triangle {
    transform: rotate(180deg);
}


.kontakt_block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 80%;
    max-width: 1536px;
}

.kontakt_ueberschrift {
    font-family: 'semplicitapro', 'Roboto';
    font-style: normal;
    font-weight: 250;
    font-size: 4em;
    line-height: 100%;
    margin-bottom: 1rem;
    /* identical to box height, or 100% */

    /* Gray 4 */
    color: black;


}

#remove {
    width: 100%;
}

.kontakt_container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 2rem;
}

.placeholder_contact_pic {
    width: 100%;
    margin-left: 1rem;
}

.placeholder_contact_pic img {
    width: 100%;
}

.kontakt_formular {
    width: 50%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.kontakt_formular label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.kontakt_formular input[type="text"],
.kontakt_formular input[type="email"],
.kontakt_formular textarea {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 0.5rem;
    border: none;
    box-sizing: border-box;
    background-color: #F3F3F3;
    font-family: 'semplicitapro', 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.04em;

    color: #8D8D8D;
}


.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    outline: none; /* Removes the default focus outline */
    background-color: #F3F3F3; /* Slightly darker background on focus */
}

.kontakt_formular textarea {
    resize: vertical; /* Allows resizing only vertically */
}

.submit-btn {
    background-color: #333333;
    font-family: 'semplicitapro', 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height, or 100% */
    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: #FFFFFF;
    padding: 2em 2em;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /* border-radius: 5px; */
    transition: background-color 0.3s ease;

    width: auto;
    text-align: left;
    margin-top: 3rem;
    display: inline-block;
}

.submit-btn:hover {
    background-color: darkgray;
    color: #FFFFFF;
}

.submit-btn:hover .arrow {
    margin-left: 10px; /* Move arrow to the right on hover */
}

.section4{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 7rem;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .section1{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 0em;
    }

    .mSec1Ü{
        font-size: 2em;
        margin-left: 1em;
        float: left;
        margin-top: 0.4em;
    }

    .mStrich{
        width: 18em;
        float: left;
        color: black;
        margin-left: 2em;
    }


    .mainPicture{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mainPictureCenter{
        width: 100%;<
    }

    .imageTextMain{
        font-size: 4vw;
        top: 1.4em;
    }
    .bufferDiv{
        padding-top: 1em;
    }
    .üSec2 h1{
        font-size: 1.5em;
        color: black;

    }
    .zweiPunkte{
        display: flex;
        flex-direction: column;
    }
    .box{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .section3{


        margin: 2em 1em;
    }

    .section2{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .zweiPunkte{
        flex-direction: column;
    }

    .üSec2 h1{
        font-size: 1.7em;
    }

    .textPunkt{
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .heading{
        text-align: center;
    }
    .mehrLesen{

    }

    .bildPunkt3{

    }
    .box {
        display: flex;
        flex-direction: column;

        width: 100%;
    }

    .box2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-items: center;
        align-content: center;
        margin-bottom: 0;
    }

    .punkt2{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }



    .box2 {
        display: flex;
        flex-direction: column;

    }

    .punkt3{
        margin-right: 0;
    }
    .box3{
        margin-right: 0
    }

    .punkt1{
        margin-right: 0;
    }

    .zweiPunkte{
        width: 100%;
    }

    .mehrLesen{
        width: fit-content;
    }
    .hidden-text{
        text-align: center;
    }

    .üSec22 h1{
        font-size: 2.5em;
        color: black;
        text-align: center;
        margin-bottom: 1em;
    }
    .zweiPunkte2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin-left: 0;
    }
    .box22{
        padding-left: 0;
        margin-left: 0;
        width: unset;
        margin-top: 0;
    }
    .textPunkt2{
        width: 20em;
    }
    .punkt12{
       padding-left: 0;
        width: 22em;
        margin-right: 0;
    }
    .punkt22{
        width: 22em;
        padding-left: 0;
        margin-top: 0;
    }
    .bildPunkt12{
        margin-right: 0.1em;
        line-height: 1em;
    }
    .bildPunkt22{
        padding-right: 0;
        margin-right: 0.1em;
        line-height: 1em;

    }

    .section4{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2em;
    }

    .submit-btn{
        font-size: 0.7em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kontakt_block{
        width: 100%;

    }

    .kontakt_ueberschrift{
        font-size: 2.3em;
        color: black;

    }

    .pleasehelp{
        width: 100%;
        text-align: center;
    }

}
