/*
- add your custom css here or use the theme designer in the demo online version
- save this file before you update quatum to a newer version
*/
/* HINWEIS GOOGLE FONT

Ersetzen Sie den Google Fonts Code in der fe_page.html5 durch:

<link href="http://fonts.googleapis.com/css?family="icons"" rel="stylesheet" type="text/css"/>

Weitere Informationen zu Google Fonts finden Sie hier: https://developers.google.com/fonts/faq



font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;



*/


/* G L O B A L S
======================================================*/

body {
    background: #fff;
    font-family: 'Open Sans',sans-serif;
    color: #666;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #003466;
    border-bottom: 2px solid #ff9e00;
}

h1 {
    font-weight: 300;
    border: none;
    margin-bottom: 1em;
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 27px;
    }
}


h2 {
    margin-top: 2em;
    margin-bottom: 1em;
}

#wrapper {
    padding-bottom: 200px;
    min-height: 100vh;
}

#main a {
    color: #003466;
    text-decoration: underline;
}

#main a:hover {
    text-decoration: none;
}

#main p, #main li {
   /* max-width: 740px; */
}

#main p strong {
    color: #000;
}

.ce_image {
    margin-bottom: 30px;
}


#footer .inside, #container_before .inside, #teaser_after .inside, #bottom .inside, #container-inside {
    max-width: 850px;
}


.image_container.float_right, .image_container.float_left {
    width: auto;
}


.font_gelb * {
    color: #ff9e00 !important;
}

/* H E A D E R
======================================================*/


#header, .mobheader {
    background: #003466;
}

#header .inside {
    padding-bottom: 140px;
}

nav.mainmenu li {
    font-family: 'Roboto Condensed', sans-serif;
}

nav.mainmenu a {
    padding-left: 30px;
    color: rgba(255,255,255, 0.9);
    text-transform: none;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 300;
}

nav.mainmenu .level_2 {
    background: rgba(255,255,255,0.15);
}

nav.mainmenu .level_2 a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
}

#header .contentbox, #header .contentbox a {
    color: #fff;
    opacity: .6;
}

#header .contentbox a:hover { opacity: 1;}


.logo {
    background-image: url("../img/logo.png");
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    display: block;
    height: 240px;
    margin-left: 18px;
    transition: all 0.3s ease 0s;
    width: 272px;
}

#header .inside .logo a span {
    display: none;
    text-align: left !important;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .logo {
        background: none;
        height: auto;
    }
}


/* F O O T E R
======================================================*/

#footer {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ededed;
    width: 100%;
    z-index: 999;
}

#footer .inside {
    padding: 30px 50px;
}

@media screen and (max-width: 767px) {
    body.padding #main .inside, #footer .inside {
        padding-left: 20px;
        padding-right: 20px;
    }
}


#footer p {
    margin: 0;
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

#footer span {
    font-size: 13px;
    line-height: 1.1em;
}

#footer a:hover {
    text-decoration: underline;
}

#footer img {
    max-width: 80%;
    margin: 0 8% 0 2%;
}

@media screen and (max-width: 770px) {
    #footer img {display: none;}
}


/* T E A M
======================================================*/

.ce_team {
    margin-bottom: 50px;
}

.teambox img {
    max-height: 170px;
    width: auto;
}

.teambox h3 {
    border: none;
}

.teambox .funktion {
    font-size: 13px;
    line-height: 21px;
    text-transform: none;
    font-weight: normal;
    margin: 0;
}

/* K O N T A K T
======================================================*/

h2 span {
    font-size: 15px;
    display: block;
}

.ce_dlh_googlemaps {
    margin-bottom: 10px;
}




/* N E W S
======================================================*/

/*
.bo_news #footer {
    border-left: 85px solid #002954;
}
*/

.nachrichtenliste .left_content {
    background: #002954;
}

.nachrichtenliste .date .day {
    background: rgba(255, 255, 255, .2);
}

.nachrichtenliste .datewrapper {
    color: #fff;
}

.nachrichtenliste .teaser {
    padding: 0;
}

.nachrichtenliste a {
    text-decoration: none !important;
}




