@font-face {
    font-family: 'LiberationSans'; /*a name to be used later*/
    src: url('../fonts/liberation_sans/LiberationSans-Regular.ttf');
}

* {
    font-size: 16px;
    font-family: 'LiberationSans';
    box-sizing: border-box;
    color: #666;
}

.wrapper {
    width: 1000px;
    margin:auto;
}

.image_holder {
    position: relative;
    width:100%;
    height: 650px;
    background: url("../images/zis_2016_rahmen.png");
}

section {
    margin-top: 50px;
}

.content {
    position: relative;
    top: -80px;
    left: 70%;
    width: 283px;
}

h1 {
    font-size: 1.5rem;
}

a {
    color: #666;
    text-decoration: underline;
}