body { 
    background:lightgrey;
    color:#000;
    text-align:  center;
    margin: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}
a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: lightgrey;
    text-decoration: none;
}

a img {
    border: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}


h3 {
    font-size: 14px;
}

div {
    border: none;
    padding: 0px;
    margin: 0px;
}

#content {
    background:#FFF;
    width: 1200px;
    margin: 0px auto;
}

nav {
    background-image: url(images/header.jpg);
    width: 1200px;
    height: 70px;
    color:white;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    box-shadow: 0px 1px 1px 0px grey;
    letter-spacing: 0.2em;
}

li {
    display: inline;
    margin-right: 20px;
}

#main {
    background-color:#a4240c;
    text-align: left;
    padding-top: 65px;
}

#welcome {
    display: block; width: 100%; height: 325px; padding-top: 35px;
}

#logo {
    float: left; padding-top: 15px; padding-left: 208px; width: 270px;
}


.redarrow {
    background-image: url(images/trenner_1.jpg);
    height: 41px; width: 100%;
    border: none;
    margin: 0px;
}

.whitearrow {
    background-image: url(images/trenner_2.jpg);
    height: 41px; width: 100%;
    border: none;
    margin: 0px;
}

.blackarrow {
    margin-top: 60px;
    background-image: url(images/trenner_3.jpg);
    height: 41px; width: 100%;
    margin: 0px;
}

#c_welcome {
    color: white;
}

#leistungen {
    margin-left: 465px;
    margin-top: 25px;
}

#c_leistungen {
        display: block; width: 100%; height: 790px; padding-top: 35px;
}

.service-box {
    height: 160px; width: 200px;
    border-style: solid; border-color: lightgray; border-width: 1px; 
    font-size: 11px; text-align: center;
    font-weight: 400;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
    padding-top: 15px;
}

#service {
        border-collapse: separate;
        border-spacing: 40px 20px;
}

#service2 {
        border-collapse: separate;
        border-spacing: 40px 30px;
        margin-left: 90px;
}


#c_referenzen {
    background:#a4240c;
    width: 1198px;
    height: 850px;
    margin: 0px auto;
    color: white;
    text-align: center;
    padding: 1px;
    border:none;
}

#c_referenzen img {
    padding: 7px;
    width: 239px;
}

#c_jobs {
    display: block; 
    width: 100%; 
    height: auto; 
    padding-top: 35px;
    padding-bottom: 70px;
}

#c_jobs a {
    color: #a4240c;
    font-size: 20px;
    font-weight: 400;}

#c_jobs a:hover {
    color: darkgray;
    text-decoration: none;
}

#c_kontakt {
    background:#2f2f2f;
    width: 1198px;
    height: auto;
    margin: 0px auto;
    color: #c8c8c8;
    padding: 1px;
}

#c_kontakt input, textarea {
    background-color: #3c3c3c;
    border: none;
    margin: 1px;
    padding: 12px;
    color: #c8c8c8;
}

#c_kontakt textarea {
    padding: 12px;
    width: 440px;
    height: 80px;
}

.error {
    color: #a4240c;
}

#c_kontakt div {
    background-color: #3c3c3c;
    border: none;
    color: #c8c8c8;
    width: 464px;
    height: 10px;
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
}

#c_kontakt table {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#c_kontakt td {
    border: 3px solid #2f2f2f;
}

#c_kontakt button {
    border: none;
    margin: 0px;
    padding: 8px;
    background-color: #2f2f2f;
}

#c_kontakt a {
    color: #c8c8c8;
    text-decoration: underline;
}

#impressum {
    background:#2f2f2f;
    width: 1198px;
    height: auto;
    margin: 0px;
    padding: 1px;
    color: #a0a0a0;
    text-align: center;
}

#impressum a {
    color: #c8c8c8;
}

#disclaimer {
    background:#2f2f2f;
    width: auto;
    height: auto;
    margin: 0px;
    color: #a0a0a0;
    text-align: center;
    font-size: 11px;
    padding: 1px 160px;
}

#disclaimer a {
    color: #c8c8c8;
}