/* Anpassungen für 3 Elemente (Image, Text und Button - Wir sind transparent) - Punkt 3  - Start - */

@media only screen and (max-width: 1197px) and (min-width: 992px){
    .wnflux-boxheight{
        height: 5.6em;
    }
}

p.wnflux-hoeheAbstand {
    padding: 0 15px;
    display: inline-block;
    /* min-height: 110px; */
}

@media only screen and (max-width: 767px) {
    p.wnflux-hoeheAbstand {
        min-height: 10px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
    p.wnflux-hoeheAbstand {
        min-height: 110px;
    }
}
/* Anpassungen für 3 Elemente (Image, Text und Button - Wir sind transparent) - Punkt 3  - Ende - */

/* CSS-Anpassungen für Punkt 8  - Start - */

.legal-info-box {
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    margin: 10px 0px 5px;
}

.legal-info-title {
    padding: 10px;
    margin: 0;
    display: block;
    min-height: 65px;
    font-weight: 600;
}

.legal-info-box .text {
    display: block;
    margin-bottom: 10px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

.legal-info-box a {
    display: block;
    text-align: right;
}

.legal-info-box i {
    display: inline;
    text-align: right;
    font-size: 20px;
    margin-left: 10px;
}

.legal-info-box:hover {border: 1px solid #999;}
.dark .legal-info-box {border: 1px solid #ffffff;}
.dark .legal-info-box:hover {border: 1px solid #666666;}

/* CSS für Punkt 8  - Ende - */

