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

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

/* Header */
.header {
    background: #e6e6e6;
}
.nav-secondary ul li a:hover{
    color: #959595;
    border-bottom-color: #ffffff;
    
 }

.divider-divider {
    background: none repeat scroll 0 0 #000000;
    height: 1px;

}
/* Navigation First Level */
.nav-primary ul li a{
    color: #fff;
    font-size: 13px;
        background: #232323;
    font-weight: 600 !important;
    text-transform: uppercase;
}

/* 6) On Hover */
.nav-primary ul li a:hover{
    color: #fff;
    background: #5e5d5d;
    font-weight: 600 !important;
}

/* 7) Active links */
.nav-primary ul li.active > a{
    color: #fff;
    background: #5e5d5d;
    font-weight: 600 !important;
}

/* CONTENT */

/* Headlines */
.contentArea .h1{
    color: #ff7d23;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -1px;
}

/* Subheadline */
.contentArea .h2{
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
}

a {
    color: #ff7d23;
}

dl {
    font-size: 1.0625em;
    margin: -3px;
}

.contentAreaC .column-50, .contentAreaD .column-50, .footer-content .column-50 {
    width: 51%;
}

/* 1) Paragraphs (these also apply to preamble) */
.contentArea p, .fullWidthMapContainer .fullWidthMapContact, ul, ol, td {
    font-size: 13px;
    color: #464646;
}

.fullWidthMapContainer .fullWidthMapContact {
    background-color:rgba(244,244,244,0.93);
    border: 1px solid #a2a2a2;
}

/* Kontaktbox und Formular */
.box, .formbuilder {
    background: #ededed;
}

.box a {
    color: #464646;
    text-decoration: none;
}

.btn-large, .formbuilder .btn, .checkoutArea .btn, .product-single .btn {
    background: #e85a00 none repeat scroll 0 0;
}

/* FOOTER */

/* 1) Background Color */
.footer-container{
    background-color: #6d6c65;
}

.footer-container a {
     color: #ffffff;   
        
}
.footer-content .column > *, .footer-content div.address {
    color: #ffffff;

}

.contentAreaC .column-25, .contentAreaD .column-25, .footer-content .column-25 {
    width: 290px;
}

/* Remove spacing in the bottom of desktop pages */

.main-container {
padding-bottom: 0;
}
.footer-content .columns {
margin-top: 0;
}

/* Real Brand Colors */

.footer-content .footer-social > * {
    font-size: 1.2em;
}

/* Facebook */
.btn-social.btn-facebook {
    background: #3b5998 !important;
    filter: none !important;
}
.btn-social.btn-facebook:before {
    color: #fff !important;
}

/* Facebook Hover */
.btn-social.btn-facebook:hover {
    background: #5773b3 !important;
    filter: none !important;
}

/* Google+ */
.btn-social.btn-googleplus {
    background: #dd4b39 !important;
    filter: none;
}
.btn-social.btn-googleplus:before {
    color: #fff !important;
}

/* Google+ Hover */
.btn-social.btn-googleplus:hover {
    background: #f96750 !important;
    filter: none !important;
}

/* Linkedin */
.btn-social.btn-linkedin {
    background: #1d87bd !important;
    filter: none !important;
}
.btn-social.btn-linkedin:before {
    color: #fff !important;
}

/* Linkedin Hover */
.btn-social.btn-linkedin:hover {
    background: #48a2d9 !important;
    filter: none !important;
}

/* Twitter */
.btn-social.btn-twitter {
    background: #5dd7fc !important;
    filter: none !important;
}
.btn-social.btn-twitter:before {
    color: #fff !important;
}

/* Twitter Hover */
.btn-social.btn-twitter:hover {
    background: #7ef1ff !important;
    filter: none !important;
}

/* Pinterest */
.btn-social.btn-pinterest {
    background: #c9232d !important;
    filter: none !important;
}
.btn-social.btn-pinterest:before {
    color: #fff !important;
}

/* Pinterest Hover */
.btn-social.btn-pinterest:hover {
    background: #d7323c !important;
    filter: none !important;
}

/* Instagram */
.btn-social.btn-instagram {
    background: #406e95 !important;
    filter: none !important;
}
.btn-social.btn-instagram:before {
    color: #fff !important;
}

/* Instagram Hover */
.btn-social.btn-instagram:hover {
    background: #5383ac !important;
    filter: none !important;
}

/* YouTube */
.btn-social.btn-youtube {
    background: #F7F7F7 !important;
    filter: none !important;
}
.btn-youtube:before {
    color: #d92d32 !important;
}

/* YouTube Hover */
.btn-social.btn-youtube:hover {
    background: #FFF !important;
    filter: none !important;
}

/* FourSquare */
.btn-social.btn-foursquare {
    background: #377fc5 !important;
    filter: none !important;
}
.btn-social.btn-foursquare:before {
    color: #fff !important;
}

/* FourSquare Hover */
.btn-social.btn-foursquare:hover {
    background: #4991d7 !important;
    filter: none !important;
}

/* On Top Button */
#goTop {
    background-color: #ff7d23; /* letzter Wert für Transprenz (0.0 = durchsichtig, 1.0 volle Deckung)*/
    color: #FFFFFF;
    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;
}

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

/* Subheadline */
.contentArea .h2{
    color: #000000;
    font-size: 16px;

}


