.main {
    font-family: Arial, Helvetica, sans-serif;
    color: #6e6e6e !important;
}

.orange {
    background-color: #ef7c00;
    color: #ffffff;
}
.gray {
    background-color: #6e6e6e;
    color: #ffffff;
}

.gray-text {
    color: #4f4f4f;
}

.header.gray {
    position: relative;
    color: #a5a5a5;
    height: 130px;
    z-index: 0;
}

.header.orange {
    position: relative;
    height: 55px;
    z-index: 0;
}
.footer.orange {
    height: 50px;
}
.footer.gray {
    min-height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer.gray a {
    color: #ffffff;
    text-decoration: none;
}
.footer.gray a:hover,
.footer-navi a:hover {
    text-decoration: underline;
}

.footer-navi {
    padding-top: 15px;
}

.footer-navi,
.footer-navi a {
    color: #a5a5a5 !important;
    text-decoration: none;
}



.allcaps {
    text-transform: uppercase;
}

h1.header-headline {
    margin: 62px -10px 0 0;
    font-size: 72px;
    letter-spacing: 8px;
}

h1.header-slogan{
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 55px;
    letter-spacing: 5px;
}

.header-logo img {
    position: absolute;
    top: 20px;
    z-index: 10;
}
.header-logo img {
    background-color: #ffffff;
    padding: 4px;
}

.header-gallery {
    width: 100%;
    height: 350px;
    background-image: url(../img/layout/header-grafik-ganzglasdusche.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

h1.keywords {
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 3px;
}

.content h1 {
    color: #ef7c00;
    font-size: 18px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.content h2 {
    color: #333333;
    font-size: 14px;
    margin: 20px 0 5px 0;
    font-weight: bold;
}

.content h3 {
    color: #4f4f4f;
    font-size: 14px;
    margin: 20px 0 5px 0;
    font-weight: bold;
	text-transform: uppercase;
}

.navigation {
    position: relative;
    top: -50px;
    z-index: 10;
    background-color: rgba(242,242,242,0.6);
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
}
.navbar-default {
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: bold;
    background: none;
    box-shadow: none;
    color:#6e6e6e;
    margin-right: 50px;
    padding-top: 17px;
    padding-bottom: 13px;
    text-shadow: none;
}
.navbar-default .navbar-nav>.active>a {
    background: none;
    box-shadow: none;
    color: #ef7c00;
}

.error {
    color: #cc0000;
    font-size: 12px;
}



@media (max-width: 1199px) {
    
    h1.header-headline {
        margin: 74px -10px 0 0;
        font-size: 56px;
    }

    h1.header-slogan{
        font-size: 24px;
    }
    h1.keywords {
        font-size: 14px;
    }
    
}

@media (max-width: 991px) {
    
    h1.header-headline {
        margin: 92px -10px 0 0;
        font-size: 36px;
    }

    h1.header-slogan{
        font-size: 17px;
    }
    h1.keywords {
        font-size: 14px;
        letter-spacing: 0;
    }
    .navbar-default .navbar-nav>li>a {
        margin-right: 25px;
    }
    
    .footer .container {
        padding: 0 0 0 0;
    }
    .navigation .container {
        padding-right: 0;
    }
    .navigation .navbar-toggle {
        margin-right: 0;
    }
    
}
@media (max-width: 767px) {
    h1.keywords {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .footer-navi {
        padding-right: 15px;
    }
    .navbar-nav {
        margin: 0 0 0 0;
    }
    .navigation {
        background-color: transparent;
    }
    .navbar-collapse {
        margin-left: -30px;
        margin-right: -30px;
    }
    
    .navbar-default .navbar-toggle.collapsed .icon-bar {
        background-color: #ffffff;
    }
    .navbar-default .navbar-toggle.collapsed {
        background-color: transparent !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #ffffff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
    }

    .keywords,
    .header-slogan,
    .header-headline,
    .header-gallery
    {
        display: none;
    }
}