/* Spamcontrol */
input.unangabe {
 width:0;
 height:0;
 display:none;
}

img.footerlogo {
 filter: brightness(0) invert(1);
}

@media print {
 .solidarpass {
  width: 8cm;
 }
}

.bg-farbe1 {
 background-color:#99072b;
}

.bg-farbe2 {
 background-color:#efbf50;
}

.bg-farbe3 {
 background-color:#e169ff;
}

.bg-haushaltdaten {
 background-color:#cde9b6;
}
.bg-persondaten {
 background-color:#a4c2fa;
}
.bg-kontaktdaten {
 background-color:#f898b3;
}

h1,h2 {
 color:#99072b;
}

h1.druck {
 font-size:1.7rem;
 font-weight:bold;
 color:#000;
}
h2.druck {
 font-size:1.5rem;
 color:#000;
}



h2 a, h2 a:hover {
 color:#99072b;
 text-decoration:none;
}

footer {
 background-color:#990d26;
 border-top:1px solid #ffdf7e;
 margin-top:200px;
}

footer a, footer a:hover {
 color:#495057;
 text-decoration:none;
}

*.bg-stiso {
 background-color:#ffeeba;
 border:1px solid #ffdf7e;
}

*.border-chb {
 border-color:#99072b !important;
}

/* eingebundene Videos (iframe) werden responsiv */
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
