body {
    background: url('../images/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #b30202;
}

h1{
        font-size: 22px;
}

h2{
        font-size: 20px;
}

h3{
        font-size: 18px;
}


.componentheading{
    
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #b30202;
}

div.catItemHeader h3.catItemTitle {
    padding: 10px 0 4px 0;
    margin: 0;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}

p {
    font-size: inherit;
    color: #000;
}

hr {
    border-color: #999999;
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 0px;
    border-bottom: 0px solid #eee;
}

.brand,
{
    background-color: #fff;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}


.main-container{
    background-color: #fff;
    margin-left: 0px;
    width: 100%;
    padding: 50px 15px;
    font-size: 1.1em;
    line-height: 1.6em;
}

.q-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 70px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 0px;
    /*padding: 30px 15px;*/
    padding: 0px;
}

.content_text{
        font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.footer_box {
    background-color: #666666;
    width: 1138px;
    /* margin: 0 auto; */
    min-height: 100px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    text-align: center;
    padding: 20px;
    color:#fff;
}

.kontakt-front {
    background-color: #f2f2f2;
    width: 1138px;
    /* margin: 0 auto; */
    min-height: 100px;
    margin:20px 0px 0px 0px;
    padding: 20px;
    color:#000;
    font-size: 14px;
    font-weight: 400;
}

.quicklink {
    background-color: #015093;
    /* margin: 0 auto; */
    min-height: 100px;
    margin:20px 0px 0px 0px;
    padding: 40px 20px 20px 20px;
    color:#fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.quicklink a{
    color:#fff;
}

.quicklink a:hover{
    color:#000;
    text-decoration: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.fa-file-pdf-o:before {
    content: "\f1c1";
    font-size: 22px;
    margin-right: 10px;
}

.fa-address-book-o:before {
    content: "\f2ba";
    font-size: 70px;
}

.fa-calendar:before {
    content: "\f073";
    font-size: 70px;
}

.fa-star-o:before {
    content: "\f006";
    font-size: 70px;
}

.h1-fluechtlinge{
   background-color: #f2f2f2;
    padding: 10px;
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.news{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
        background-color: #f2f2f2;
    padding: 5px 10px 20px 20px;
}

footer {
    background: #666666;
    width: 1138px;
    margin: 0 auto;
}

footer p {
    margin: 0;
    padding: 50px 0;
}

.navbar {
    margin-bottom: 0px !important;
}

.mega_css3 {
    padding-bottom: 0px;
    width: 735px;
    text-align: center;
    margin: 0 auto;
}

.dropdown_css3 {
    background: #015093;
    /*background: -moz-linear-gradient(top, #ef3043 0%, #850a17 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef3043), color-stop(100%,#850a17));
    background: -webkit-linear-gradient(top, #ef3043 0%,#850a17 100%);
    background: -o-linear-gradient(top, #ef3043 0%,#850a17 100%);
    background: -ms-linear-gradient(top, #ef3043 0%,#850a17 100%);
    background: linear-gradient(to bottom, #ef3043 0%,#850a17 100%);*/
}

.dropdown_css3 li.active > a{
    color: #ffffff;
    background: #666;
}

.dropdown_css3 li a {
        padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
}

section.footer .footer_first h3,
section.footer .footer_second h3,
section.footer .footer_third h3{
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_first p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

section.footer{
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 50px;
}

section.footer .nav>li>a {
    padding: 0px;
    padding-bottom: 3px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

section.footer .nav>li>a:focus, section.footer .nav>li>a:hover {
    background-color: #fff;
    text-decoration: underline;
}

section.footer .footer_third h3 {
    margin-bottom: 20px;
}

section.footer .footer_third table.acymailing_form {
    margin: 0px;
}

section.footer .footer_third input[name="user[email]"] {
    width: 182px !important;
    height: 36px;
    background-color: white !important;
    border: 1px solid #ccc;
    color: #999;
    font-family: 'Open Sans', sans-serif;
}

section.footer .footer_third input[name="Submit"] {
    width: 75px;
    height: 23px;
    background-color: #f29400 !important;
    color: white;
    font-family: PT Sans;
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
    margin: 0px auto;
    -webkit-appearance: none;
    border-radius: 0px;
    border: none;
    text-indent: 0px !important;
    float:left;
}

section.footer .footer_third .copyright {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff !important;
     padding: 1px !important;
}

.nav>li>a.hover {
    background-color: none !important;
}

.nav>li {
    position: relative;
    display: inline-block;
    padding-right: 25px;
}

.social{
    text-align: center;
    margin-top:20px;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        line-height: normal;
        color: #fff;
        background-color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background-color:#015093;
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

}

@media screen and (max-width:1200px) {
    
    .dropdown_css3 li a {
            padding: 12px 13px;
    }
}

@media screen and (max-width:992px) {

    .logo img{
        width:400px !important;
    }
    
    .dropdown_css3 li a {
            padding: 12px 13px;
    }
}

@media screen and (max-width: 767px) 
{
    .dropdown_css3-container .menubar:before {
    content: "\2261";
    display: block;
    float: left;
    font-size: 50px;
    margin: -28px 8px 0 0;
}
    
    .brand{
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding:15px !important;
    }
        
    .logo img{
        width:300px !important;
        
    }
}