body, html {
    font-size: 100%;
    box-sizing: border-box;
    height: 100%;
}

body, h1, h2, h3, h4 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #414141;
    background: #ebebeb;
    background-image: url("../img/background.png");
    background-size: cover;
    -webkit-background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    font-weight: lighter;
    font-style: normal;
    color: #000;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.1;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;;
}

h4 {
    font-size: 1.7rem;
    margin: 25px;
}

select {
    height: 34px;
}

li {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

.form-control.error {
    border: 1px solid red;
    border-radius: 3px;
}

label.error {
    color: red !important;
}

.modal p, .modal h3, .modal h4 {
    color: #000;
}

header {
    background: #fff;
}

#logo {
    display: inline-block;
    margin: 25px 0;
}

.content {
    max-width: 75rem;
    margin: 0 auto;
}

.outercontainer {
    height: 100%;
    background: red;
}

.frontpage {
    background: url(../img/page1.jpg) left top no-repeat;
    background-size: cover;
}

#kontakt label {
    color: #000;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 34px;
}