html {
    position: relative;
    height: 100%;
}

@font-face{
    font-family: 'FrutigerNeueLTW02-CnRg';
    src: url('../fonts/08a4380c-13ac-4049-88ee-61aab251534e.eot?#iefix') format('eot');
}
@font-face{
    font-family: 'FrutigerNeueLTW02-CnRg';
    src: url('../fonts/78f21e53-0425-446a-b4c7-d04c0d205ae9.woff') format('woff');
}
@font-face{
    font-family: 'FrutigerNeueLTW02-CnRg';
    src: url(../fonts/9319e3b3-8e6b-422e-85b9-a35076e3f8da.ttf) format('truetype');
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    font-family: 'FrutigerNeueLTW02-CnRg', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #575756;
    overflow-y: scroll;
}

/* HEADER */
.header .container:first-child {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    height: 170px;
    padding-top: 58px;
}

#logo {
    display: block;
    margin: 0;
}
#logo img {
    height: auto;
    max-width: 100%;
    overflow: hidden;
}
.c4s-header-vendorClaim {
    margin-top: 20px;
}

/* CONTENT */
#contentWrapper {
    height: 100%;
}
#contentWrapper .row {
    height: 100%;
}

#content {
    margin-top: 20px;
}

.c4s-wartungsImage {
    margin: 30px;
}
.c4s-wartungsImage img {
    width: 280px;
}

.c4s-wartungsContent {
    margin-bottom: 30px;
}
.c4s-wartungsContent h1 {
    font-size: 2em;
    color: #002752;
    margin-bottom: 30px;
}
.c4s-wartungsContent p {
    margin-bottom: 50px;
}
.c4s-wartungsContent h4 {
    color: #002752;
    margin: 15px;
}
.c4s-wartungsContent a {
    color: #575756;
}

@media only screen and (max-width: 768px) {
    .c4s-wartungsImage img {
        width: 180px;
    }
    .c4s-wartungsImage {
        margin: 0;
    }
    .c4s-wartungsContent {
        margin-bottom: 15px;
    }
    .c4s-wartungsContent p {
        margin-bottom: 15px;
    }
    .c4s-wartungsContent h1 {
        font-size: 1.7em;
        margin-bottom: 15px;
    }
}