.resultWrapper{
    display: flex;
    width: 100%;
    max-width: 80vw;
    margin-top: 2em;
    column-gap: 2em;
}
.resultWrapper .links, .resultWrapper .rechts {
    width: 49%;
}
.wrapperInputs label{
    display: inline-block;
    width: 130px;
}
.wrapperInputs textarea{
    width: 100%;
}
[class^="hinweis"]{
    display: none;
}
.hinweisGreen{
    color: green !important;
    display: block;
}
.hinweisRed{
    color: red !important;
    display: block;
}
.weg{
    display: none !important;
}
.derp,
.derpT{
    opacity: 0 !important;
    display: inline-block !important;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.green{
    color: green;
}
.feuerFrei{
    font-size: 1.4em;
    padding: 0.2 0.5em;
}
.feuerFrei:hover{
    animation: feuer 0.3s ease-in-out infinite;
}
@keyframes feuer{
    0%{
        background-color: unset;
    }
    50%{
        background-color: red;
    }
    100%{
        background-color: unset;
    }
}
.ehsMailDisplayNone{
    display: none;
}