body {
    background-color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    padding:0;
    margin: 0;
    box-sizing: border-box;
}

.navigation {
    height: 5vw;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.5vw;
    box-sizing: border-box;
    z-index: 2;
}

.navigation > .left {
    position: absolute;
    left: 1vw;
}

.navigation > .right {
    position: absolute;
    right: 1vw;
}

.navigation > * {
    display: inline-block;
}

.content {
    margin-top: 5vw;
}


.center {
    text-align: center;
}

.right {
    text-align: right;
}


.headline {
    font-size: 3vw;
    font-family: 'Unica One', cursive;
}

.navigation .headline {
    font-family: 'Open Sans Condensed', sans-serif;
}

.headline-small {
    font-size: 2.5vw;
    font-family: 'Unica One', cursive;
}

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

.headline-small, .headline, h1, h2, h3, h4, h5 {
    font-weight: normal;
}
