body {
    background:#FFC602;
    font-family: 'Noto Sans', sans-serif;
}

.bg-text {
    background:#f4f4f4;
    padding:1rem;
}

h1, h2 {
    font-family: 'Noto Sans', sans-serif;
}

h1 {
    color: white;
}

h2, .impressum-head {
    color:#BE111F;
}

#logo {
    padding:0 1rem;
    margin-top:1rem;
}

.bg-img {
    padding:0 10%;
}

footer {
    background:#BE111F;
    padding:1rem 0 1rem 0;
}

footer .row {
        padding:0 1rem;
}

.imp {
    margin-top:3rem;
}

.imp a{
    padding-left:1rem;
}

.vcard {
    font-style: normal;
    color:white;
}

.email, .org, .street-address {
    display: block;
}

.tel, .email, .title-nr, .fax {
    line-height: 1.6;
    font-weight: 700;
}

.email {margin-bottom:1rem;}

a {
    color:white;
}

a:active {
    color:white;
}

a:visited {
    color:white;
}

a:hover, a:focus {
    color:#FFC602;
}

@media screen and (min-width:40.000em) {
    .tel, .email, .title-nr, .fax {
    font-size:1.5em;
    }
}