
/* Mail-Animation komplett entfernen */

.contact-hero-visual,
.contact-mail-visual,
.contact-envelope,
.contact-envelope-glow,
.contact-envelope-wrapper,
.contact-airplane,
.contact-float-icon,
.contact-hero-right,
.mail-animation,
.mail-glow,
.mail-plane,
.hero-envelope{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
}

/* Linke Textseite volle Breite */
.contact-hero,
.contact-hero-content,
.contact-hero-pro{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}

.contact-hero-text,
.contact-content-left{
    width:100% !important;
    max-width:1000px !important;
    text-align:left !important;
    margin:0 auto !important;
}


/* Header brand color like footer */
.brand{
 color:#ffffff !important;
}
.brand .accent,
.brand-highlight,
.brand span:last-child{
 background:linear-gradient(135deg,#00e5ff,#2dd4ff) !important;
 -webkit-background-clip:text !important;
 -webkit-text-fill-color:transparent !important;
 color:transparent !important;
 font-weight:800 !important;
}
