
.hero {
    display: flex;
    margin-top: 3rem;
    width: 87%;
    max-width: 1920px;
    margin-left: auto;
}

.hero .right {
    margin-left: 6rem;
    width: 80%;
    max-width: 775px;
    margin-top: auto;
    margin-bottom: auto;
}

.hero img {
    width: 518px;
    border-radius: 31px;
}

.hero .heroButton {
    text-align: right;
    margin-top: -55px;
}

.hero .heroButton a{
    text-decoration: none;
    color:white;
    background-color: var(--red);
    margin-right: 2rem;
    font-size: 19px;
    padding: 0.5rem;
    border-radius: 3px;
    border-color: transparent;
    font-family: KleischLLSubItalic;
}

.hero .heroButton a:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* subtle lift effect */
}

.hero h1 {
    font-size: 49px;
    font-family: KleischLLSubItalic;
    line-height: 3.5rem;
}

.hero h1 em {
    color: var(--red);
}

.hero .heroSubText {
    width: 65%;
    font-family: SohneBuch;
    line-height: 29px;
    margin-top:0.5rem;
}

.hero .heroSubText em {
    font-family: SohneHalbfett;
}


.hero .heroSubText a:hover {
    color: var(--green);
    text-decoration: underline solid var(--green);
   
}

.hero .heroSubText a {
    text-decoration: underline solid black;
    font-family: SohneHalbfett;
    color: black;
}