body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 300;
}

p, ul, ol {
    margin-top: 0;
    /* line-height: 120%; */
    line-height: 140%;
    color: #666666;
}

strong {
    font-weight: bold !important;
}

.tinymcewysiwyg ul li {
    line-height: 140% !important;
    padding: 5px 0;
}
.tinymcewysiwyg ul {
    margin-top: 5px;
    margin-bottom: 15px;
}

a {
    color: #0063AF;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #0063AF;
        text-decoration: none;
    }

/* --- Helpers ---*/

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 2em;
    color: #0063AF;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    /* text-align: center; */
}

h2 {
    font-size: 1.1em;
    color: #0063AF;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    padding-top: 15px;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.1em;
    color: #0063AF;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
}

h4 {
    font-size: 1.1em;
    color: #0063AF;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 600px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0063af;
}

.linie {
    border-bottom: 1px solid #0063AF;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 600px;
}


/* --- Header ---*/

.logo_top {
    margin: 0 auto 40px auto;
}

@media (max-width: 991px) {
    .logo_top {
        margin: 0 auto;
    }
}



























.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}






/*--- Container ---*/
.container {
    padding-top: 30px;
}
/*--- Header ---*/
.jumbotron {
    color: inherit;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    height: 97px;
    background-color: #FFF;
}

/*--- Content ---*/
#page {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
    padding-left: 0;
    max-width: 980px;
    width: 100%;
}

@media (max-width: 991px) {
    #page {
        padding-top: 10px;
    }
}

/*--- Footer ---*/
#footer {
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-image: url(../img/menue_hg_bottom.png);
    background-repeat: no-repeat;
    background-position: center center;
}

    #footer p {
        margin-bottom: 50px;
        padding-top: 40px;
        line-height: normal;
        text-align: center;
        font-size: 14px;
        color: #0063AF;
    }

@media (max-width: 991px) {
    #footer p {
        margin-bottom: 15px;
    }
}

#footer a {
    text-decoration: none;
    text-transform: uppercase;
    color: #0063AF;
}

#footer .oben {
    background-image: url(../img/blume_footer.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 98px;
    height: 51px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
