body {
    background-image: none;
    background-color: #FFFFFF;
}

.has-logo .header-title {
    left: 275px;
}

/* Navigation */

/* 5) Size and Color */
.nav-primary ul li a{
    font-size: 17px;
    color: #fff;
    background: #0169e4;
    font-weight: 600;
}

/* 6) On Hover */
.nav-primary ul li a:hover{
    color: #fff;
    background: #004ca5;
}
/* 3) Right Header */
.header #phoneNumber{
    font-size: 30px;
    color: #0169e4;
}
/* 7) Active links */
.nav-primary ul li.active > a{
    color: #fff;
    background: #004ca5;
}

/* Headlines */
.contentArea .h1{
    font-size: 30px;
    color: #0169e4;
    font-weight: 600;
}

/* Subheadline */
.contentArea .h2{
    font-size: 26px;
    color: #313232;
    font-weight: 600;
}

/* 1) Paragraphs (these also apply to preamble) */
.contentArea p, .preamble p, .preamble ul, .preamble ol {
    font-size: 16px;
    color: #696969;
    font-weight: 600;
}

/* 2) Body paragraphs links color */
a, p a{
    color: #0169e4;
}

/* 3) Body paragraphs links color on hover */
a:hover, p a:hover{
    color: #629de3;
}

/* 3) Kontaktformular */
.formbuilder {
    background: none repeat scroll 0 0 #dfe7f1;
}

/* Google Maps */
.map .content {
    height: 370px;
}

/* FOOTER */

/* 1) Background Color */
.footer-container{
    background-color: #0169e4;
    filter: none !important;
}

/* 2) Columns text */
.footer-content .column p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

/* 3) Links in columns */
.footer-content .column p a{
    color: #ffe6af;
}

.footer-container a {
    color: #ffe6af;
}

/* 4) On Hover */
.footer-content .column p a:hover{
    color: #ebd4a1;
}

.footer-container a:hover {
    color: #ebd4a1;
}

/* 5) Bottom Text */
.footer-content .address{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

#goTop {
    background-color: #0169e4; /* letzter Wert für Transprenz (0.0 = durchsichtig, 1.0 volle Deckung)*/
    color: #FFF;
    display:block;
    position:fixed;
    top:-100px;
    right:20px;
    cursor:pointer;
    height:48px;
    width:48px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    text-align:center;
    z-index:100;
}

#goTop:hover {
    text-decoration:none;
}

#goTop span:before {
    content: "\0072";
    font-family: "Fontello";
    font-size:2em;
}






@media only screen and (max-width: 671px) {
/* Headlines */
.contentArea .h1{
    font-size: 24px;
}

/* Subheadline */
.contentArea .h2{
    font-size: 20px;
}

/* 1) Paragraphs (these also apply to preamble) */
.contentArea p, .preamble p, .preamble ul, .preamble ol {
    font-size: 15px;
    line-height: 22px;
}
