html {
    background-color: #f9dc35;
    font-family: 'Arial', sans-serif;
    line-height: 1.4em;
    padding: 1em;
    max-width: 40em;
    margin: auto;
}

a {
    text-decoration: none;
    color: black;
}

.big {
    font-weight: 700;
    font-size: 5em;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

@media (max-width: 20em){
    .big {
        font-weight: 700;
        font-size: 4em;
        margin: 0;
        padding: 0;
        line-height: 1em;
    }
}

.light {
    font-weight: 300;
    font-size: 4em;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

@media (max-width: 20em){
    .light {
        font-weight: 300;
        font-size: 3em;
        margin: 0;
        padding: 0;
        line-height: 1em;
    }
}

header {
    border-left: 0.1em solid;
    padding-left: 1em;
    margin-bottom: 2em;
    margin-top: 2em;
}

.wo {
    padding-top: 0;
    margin-top: 0;
    border-left: 0.1em solid;
    padding-left: 1em;
    margin-bottom: 0em;
    margin-top: 0em;
}

.wo h3 {
    font-weight: 700;
    font-size: 1em;
}

.wo h4 {
    font-weight: 300;
    font-size: 1em;
    margin: 0;
}

.centered {
    text-align: center;
    vertical-align: top;
}

.tabelleBig {
    table-layout: auto;
    width: 100%;
}
.tabelleSmall {
    display: none;
}

@media (max-width: 50em) {
    .tabelleSmall {
        display: table;
        line-height: 1.2em;
        margin-bottom: 1em;
    }
    .tabelleBig {
        display: none;
    }

}

#iframeHolder {
    height: 30em;
    width: 100%;
    position: relative;
}

#iframeHolder p {
    text-align: center;
    padding: 2em;
    line-height: 2em;
    font-size: 1.2em;
}


#iframeHolder::after {
    content: "";
    background-image: url("../img/maps.png");
    border: solid;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.contact p {
    line-height: 5em;
}

.contact h2 {
    font-weight: 300;
}

.impress p {
    line-height: 1.5em;
}


.impress h1 {
    font-weight: 300;
}

.impress h2 {
    font-weight: 300;
}

.map {
    margin-top: 2em;
    margin-bottom: 2em;
}

.fame h2 {
    font-weight: 400;
    font-size: 1em;
}

.logo {
    width: 80%;
    margin-top: 1em;

}

footer {
    margin-top: 3em;
    margin-bottom: 2em;
    text-align: center;
    line-height: 2em;

}

footer a {
    padding-right: 1em;
}

.small {
    font-size: 0.8em;
}

.right {
    text-align: right;
}

.intro {
    margin-bottom: 2em;
}

.ad {
    font-size: 0.9em;
}