@import url('https://fonts.verwaltungsportal.de/import/?family=Tajawal:400,700');

body {
    font-family: 'Tajawal', sans-serif;
    color: #000000;

    background: url('../img/body_bg.png') top no-repeat fixed;
    background-size:cover;
}

a {
    color: #024e97;
    font-weight:bold;
}

a:hover {
    color: #024e97;
}

#maindiv {
    width: 100%;
    line-height: 1.3em;
    text-align: left;
}

#content {
    line-height: 1.3em;
    text-align: left;
    min-height: 400px;
    padding-bottom: 50px;
}


/* ----------------------------------------------- footer ----------------------------------------------- */

/* change to #footer-wrapper for full-width-background */
#footer-wrapper {
    background-color: #ffffff;

}

#footer {
    min-height: 85px;
    color: #111010;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*  xs  */
@media (max-width: 767px) {
    /* xs-footer-separator (lines) */
    #footer .row > .col-xs-12:not(:first-child)::before{
        background: #ffffff;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 25px 0;
    }
    #footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
    #footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before{
        display: none;
    }
}

/* xs, sm */
@media (max-width: 991px) {
    #footer {
        padding: 5px 15px;
    }
}

/* md, lg */
@media (min-width: 768px) {
    /* footer-spacer-top */
    #footer > .row{

        padding-bottom: 10px;
    }
}

.innerfooter {

    color: #111010;
    font-weight: normal;
    font-style: normal;
}

.innerfooter a {
    color: #111010;
    font-weight:normal;
    text-decoration: none;
}

.innerfooter a:hover {
    color: #004a8f;
    font-weight: normal;
    text-decoration:underline;
}


/* ########################################### custom-section ########################################### */

@media(max-width:991px){
    #sticked{
        position: static !important;
    }
}

@media(min-width:992px){
    #menu{
        padding-top: 140px;
    }
}

#topbar {
    min-height: 37px;
    line-height: 37px;
    padding: 5px 0;
    background-color: #f6f2df;
}

@media(min-width:992px){
    #topbar {
        background: url('../img/wave_top.png') top center no-repeat;
        background-size:cover;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 53;
        height: 131px;
    }
}

#botwave{

    width:100%;
    height:113px;
    position:relative;
    z-index:23;
    background: url('../img/wave_bottom.png') top center no-repeat;
    background-size:cover;
    margin-top:10px;

}

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

/* xs, sm */
@media (max-width: 991px) {
    /* spacing */
    #topbar .row > div{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}



#logo {

    margin-top:5px;
}

#logo a {
    max-width: 100%;
    display: inline-block;
}

#logo img {
    margin: 0 auto;
}

/* small logo */
#navbar-logo{
    max-width: 70%;
    display: inline-block;
}

#navbar-logo img{
    max-width: 100%;
}

.vernetzt {
    /* padding: 10px 0; */
    padding-top:20px;
}

/* xs, sm */
@media (max-width: 991px) {
    /*
    .vernetzt {
        padding: 20px 0px 0px 0px;
    }
    */
}

#content_buttons_div {
    top: 45%;
}

/* xs, sm, md  */
@media (max-width: 1199px) {
    /*  custom stuff here  */
}

/* xs, sm */
@media (max-width: 991px) {
    /*  custom stuff here  */

    /* hide side-labels */
    #content_buttons_div {
        display: none;
    }

    /* hide slider-mask */
    .slider-mask {
        display: none;
    }
}

/*  xs  */
@media (max-width: 767px) {
    /*  custom stuff here  */
}

.sticky-wrapper {
    position: relative;
    z-index: 51;
}


#headerpic {
    max-height: 200px;

    padding: 0px 0px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}

.slider-mask{
    display: none;
    background: url('../img/slider_mask.jpg') top center no-repeat;
    background-size: contain; /* remove if not correctly sliced */
}


#content_spacer {
    height: 19px;
    line-height: 1px;
    font-size: 1px;
}

/* ie-fix btgrid images */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btgrid .row img {
        width: auto;
    }
}


/* --------------------------------------------- tab-section -------------------------------------------- */

.box {
    width: 100%;
    background: #f6f2de;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.07);
    margin-bottom: 10px;
}

.box * {
    max-width: 100%;
}

.boxtop {
    background: #0057ab;
    color: #ffffff;
    font-size: 140%;
    font-family: 'Baar Philos', sans-serif;
    min-height: 40px;
    line-height: 40px;
    padding: 0 6%;
}

#bg-left{
    background:#fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.69+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.69) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.69) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.69) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

@media(max-width:991px){
    #bg-left{
        margin-top:0px;
        padding-top:10px;
    }
}

#bg-right{
    padding-top:10px;
}

@media(min-width:992px){
    #bg-right{
        margin-top: 135px;
    }  
}


#news .boxtop {

    border-top:1px solid #dbd8c6;
}

#news{
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}


.boxbody {
    color: #424242;
    min-height: 50px;

}

#news .boxbody{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f2de+0,f6f2de+100&1+0,0.87+100 */
    background: -moz-linear-gradient(top, rgba(246,242,222,1) 0%, rgba(246,242,222,0.87) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,242,222,1) 0%,rgba(246,242,222,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,242,222,1) 0%,rgba(246,242,222,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f2de', endColorstr='#def6f2de',GradientType=0 ); /* IE6-9 */
}


.boxindent {
    color: #424242;
    width: 88%;
    padding: 5px 0;
    margin: 0 auto;
    font-family: 'Baar Philos', sans-serif;
}

.box a {
    color: #0057ab;
    text-decoration: underline;
}

.boxbottom {

    line-height: 1px;
    font-size: 1px;
}

#page-354247{
    background:transparent;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;

}

/* ----------------------------------------------- styler ----------------------------------------------- */

#style {

}

#switch {
    float: left;
    font-size: 1px;
    line-height: 1px;
    padding-left:15px;
}

#switch a{
    margin-left: 5px;
}


/* ------------------------------------------ h1, #content .legacy_h1, .legacy_h1 - h6, #content .legacy_h6, .legacy_h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:visited, h6, #content .legacy_h6, .legacy_h6, h5, #content .legacy_h5, .legacy_h5, h4, #content .legacy_h4, .legacy_h4, h3, #content .legacy_h3, .legacy_h3, h2, #content .legacy_h2, .legacy_h2, h1, #content .legacy_h1, .legacy_h1 {
    color: #000000;
    font-weight: bold;
    line-height: 1.2em;
    font-family: 'Tajawal', sans-serif;
}

/*
h1, #content .legacy_h1, .legacy_h1 {

}
*/

#newslinks, #newsmandate {
    border: 1px solid #000000;
}


/* ------------------------------------------------ dark ------------------------------------------------ */

/* use if page is dark
.vorschau, .description{
    color: #FFFFFF;
}

.immo-tab{
    color: #000000;
}
*/

/* for white background */
#startseite_news ul a {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: normal;
}


/* ---------------------------------------------- tab-fonts --------------------------------------------- */

.tab_link_title a {
    color: #424242;
    font-weight: bold;
}

.tab_link {
    color: #424242;
}

.tab_link_mehr {
    color: #424242;
}

.tab_link_mehr a {
    color: #0057ab;
}

.tab_link_mandat a {

}



/* -------------------------------- optimized events for white background ------------------------------- */

.weekdays, .weekdays a:link a:visited a:active a:hover, .weekdays_active {
    color: #cccccc;
}

.weekdays_active a:link a:visited a:active a:hover {
    color: #f7911e;
}

.events-header-heute {
    color: #ffffff;
    background-color: #4c4c4c;
}

.events-header {
    color: #5b5b5b;
    background-color: #e3e3e3;
}

.event-ort, .event-info {
    color: #4c4c4c;
}


/* ------------------------------------------------ menu ------------------------------------------------ */


/* ------------------------------------ navigation left/right (18646) ----------------------------------- */

.navbar {
    border: none;
}

@media(max-width:991px){
    .navbar{
        margin-bottom:20px;
    }
}

/* burgermenu - background */
.navbar-default .navbar-toggle {
    background-color: #0057ab;
    border-color: transparent;
}

/* burgermenu - mouseover */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, .2);
}

/* burgermenu for tablet */
@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }

    .navbar-header, .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        float: none;
        margin: 7.5px -15px;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
    }

    /* burgermenu - centre text */
    .navbar-default .navbar-nav a{
        text-align: center !important;
    }

    .navbar-nav .menue_point_toplevel_18646_over > .dropdown-menu,
    .navbar-nav .menue_point_secondlevel_18646_over > .dropdown-menu
    {
        display: block !important;
    }
}

/* menu fixed top (tablet) */
@media (max-width: 991px) {
    #menu-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 9;
        border-radius: 0px;
    }

    /* prevents the top-content from beeing hidden behind the navbar */
    #maindiv{

    }

    /* fixed burgermenu - scrollable */
    #myNavbar {
        height: auto;
        width: 100%;
        max-height: 350px;
        overflow-y: scroll !important;
        border-bottom: 1px solid #ccc;
    }
}

/* Left Navigation */
@media (min-width: 992px) {
    .navbar-nav {
        float: none;
        margin: 0 -15px;
    }
    .navbar-nav > li {
        float: none !important;
        text-align: left;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
    }
    .navbar-header {
        float: none;
    }
}

.navbar-nav li .dropdown-menu{
    position: relative;
    width: 100%;
    float: none;
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav > li > a {
    margin-top:4px;
    line-height: 17px;    
    color: #fffef9;
    font-weight: 400;
    background-color: #0057ab;
    text-align: left;
    font-family: Baar Philos;
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

/* Toplevel - Over */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > li.menue_point_toplevel_18646_over > a,
.navbar-default .navbar-nav > li.menue_point_toplevel_18646_over > a:hover,
.navbar-default .navbar-nav > li.menue_point_toplevel_18646_over > a:focus {
    color: #e1bf75;
    font-weight: 400;
    background: url('../img/toplevel_over.jpg') left repeat-y;
    background-color: #0057ab;
}

/* -------------------------------------- secondlevel dropdown-box -------------------------------------- */

.dropdown-menu {
    padding: 0px;

}

/* Secondlevel - DropdownDesign */
.navbar-default .navbar-nav > li > .dropdown-menu {

}

.menue_group_18646_start{
    display: none;
}

.menue_group_18646_end{
    display: none;
}

/* --------------------------------------------- secondlevel -------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    background-color: transparent; /* override bootstrap */
    color: #464545;
    font-weight: normal;
    line-height: 30px;
    text-indent: 10px;    text-align: left;
    border-width:1px 1px 0px 1px;
    border-style:solid;
    border-color:#e4e4e4;
    /*
    background: url('../img/secondlevel.jpg') top right no-repeat;
    padding-right: 0px;
    */
    background-color: #f6f6f6;
    font-family: Baar Philos;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:first-child{
    border-width:0px 1px 1px 1px;
}



/* ------------------------------------------ secondlevel-over ------------------------------------------ */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li.open > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li.open > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li.open > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_18646_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_18646_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_18646_over > a:focus {
    color: #e1bf75;
    font-weight: 400;
    background: url('../img/toplevel_over.jpg') left repeat-y;
    background-color: #464646;
}

/* --------------------------------------- thirdlevel dropdown-box -------------------------------------- */
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    margin: 10px 0px;

}

.menue_list_thirdlevel_18646_start {
    display: none;
}

.menue_list_thirdlevel_18646_end {
    display: none;
}

/* --------------------------------------------- thirdlevel --------------------------------------------- */
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    background-color: transparent; /*override bootstrap*/
    color: #464545;
    text-indent: 24px;    font-weight: normal;
    line-height: 25px;
    padding-left:0px  !important;
    padding-top:0px;
    padding-bottom:0px;
    border-bottom:1px solid transparent;
    /*
    background: url('../img/thirdlevel.jpg') top right no-repeat;
    padding-right: 0px;
    */
    background-color: #fffffe;
    font-family: Baar Philos;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li {
    padding-left:20px;
}

/* ------------------------------------------ thirdlevel - over ----------------------------------------- */
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_18646_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_18646_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_18646_over > a:focus
{
    color: #e1bf75;
    font-weight: 400;
    /*
    background: url('../img/thirdlevel_over.jpg') top right no-repeat;
    */
    border-bottom-color:#0057ab;
    background-color: #fffffe;
}
