.p6s1{
    position: relative;
    z-index: 10;
}

.p6s1c1 h1{
    font-size: 5rem;
    font-variation-settings: "wght" 700;
    font-family: var(--Font-RVW), sans-serif;
    padding-bottom: 1em;
}

.p6s2c1 h2{
    text-align: left;
}

.KontaktformularHead{
    text-align: center;
    font-variation-settings: "wght" 400;
    font-family: var(--Font-RVW),serif;
}

.p6s2{
    position: relative;
    z-index: 10;
}

.p6s2c2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.p6s2c2Element{
    font-size: 1.7rem;
}
.p6s2c2SocialMedia{
    display: flex;
    flex-direction: row;
    gap: 2em;
    flex-wrap: wrap;
    width: 50%;
    float: right;
}

.p6s2c2SocialMedia a {
    display: inline-flex;
    width: 3em;
}

.p6s2c2SocialMedia svg:hover {
    fill: var(--Color-SMI-Pink);
    scale: 1.05;
    transition: scale 0.2s ease-in;
}

.p6s2c2SocialMedia svg {
    fill: var(--Color-White);
}
.p6s2c2SocialMedia .XLogo svg {
    transform: scale(1.11);  /* Skaliert das SVG um den Faktor 1.2 */
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 700px) {

    .p6s1c1 h1{
        font-size: 2rem;
        font-variation-settings: "wght" 700;
        font-family: var(--Font-RVW), sans-serif;
    }

    .KontaktformularRight{
        display: none;
    }
    .KontaktformularHead{
        font-size: 1.5rem;
        font-variation-settings: "wght" 400;
        font-family: var(--Font-RVW), sans-serif;
        text-align: center;
    }
    .sendButton{
        display: flex;
        justify-content: center;
    }
    .p6s2c1 h2{
        text-align: center;
    }
    .p6s2c2{
        flex-direction: column;
    }
    .p6s2c2Element{
        text-align: center;
    }
    .p6s2c2SocialMedia{
        margin-top: 2em;
        width: 100%;
        justify-content: center;
        gap: 10vw;
    }
    .p6s2c2SocialMedia a{
        width: 12vw;
    }
}