@import 'https://fonts.verwaltungsportal.de/css/?family=Raleway|Shadows+Into+Light';


body {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9375rem;
    color: #2a2a2a;
    background: #ecf4d6 url("../img/bg_body.jpg") top center repeat-x !important;
    /*background-color:#ecf4d6  !important;*/
}

@media(max-width:767px) {
    body {
        background: #F1F1F1 !important;
        /*        background-color: none;*/
    }
}

.contrast_dark_font body {
    background: #fff !important;
}

a {
    color: #0565e8;
}



a:focus {
    outline: 3px solid #2a4a9a !important;
}

button:focus {
    outline: 3px solid #2a4a9a !important;
}

form:focus,
#search_input:focus,
#search_submit:focus {
    outline: 3px solid #2a4a9a !important;
}



#maindiv {
    margin: 0 auto;

}

#main {
    background: #f7f7f7;
}

@media(max-width:991px) {
    #main {
        background: #F1F1F1;
    }

    #content_buttons_div {
        display: none;
    }
}

#header {
    margin: 0auto;

}

@media(max-width:767px) {
    #topbar {
        background: #257610;
    }
}

#top-header.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#vernetzt {
    margin: 50px 0px 0px 0px;
    text-align: center;
}

@media(max-width:991px) {
    #vernetzt2 {
        margin: 30px 0px;
        text-align: center;
    }

    #middle {
        float: left;
        margin: 0 15px;
        padding: 0;
        text-align: center;
    }
}

#middle {
    line-height: 18px;
    text-align: left;
    min-height: 400px;
    width: 100%;
    margin: 0 auto;
}

#content {
    margin-top: 30px;
    line-height: 18px;
    text-align: left;
    min-height: 400px;
}


/* Footer*/

#footer {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 auto;
    background: #257610;
    padding: 15px 0;
}





#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375rem;
    ;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #fff;
    text-decoration: underline;
}

#innerfooter li+li::before {
    content: "|";
    margin: 0 6px;
    color: #fff;
}

@media (min-width: 992px) {
    #innerfooter li+li::before {
        margin: 0 20px;
    }
}


/* **************************** INDIVIDUELLES ******************************************/

#mitte_ris {
    display: none;
}

#mitte {
    display: block;
}

@media(max-width:355px) {
    .formgen_right {
        width: 69% !important;
    }
}

/***Banner**/
#headerpic {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    background-size: cover;
    height: auto;
}

#headerpic img {
    max-width: 100%;
}



.slider-mask {
    display: block;
    background: url('../img/slider_mask.png') top center no-repeat;
    background-size: cover;
}

@media(max-width:991px) {
    .slider-mask {
        display: block;
        background: url('../img/slider_mask2.png') top left no-repeat;
        background-size: cover;
    }
}

.theme-default a.nivo-prevNav {
    top: 65% !important;
}

.theme-default a.nivo-nextNav {
    top: 65% !important;
}



/***Suche**/

#search {
    width: 220px;
    height: 95px;
    padding-top: 30px;
    margin: 0 auto;
}

#search_text {
    width: 220px;
    height: 33px;
    color: #257611;
    line-height: 33px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

#search_form {
    height: 33px;
    border: 1px solid #777777;
    background: #fff;
}



#search_input {
    width: 162px;
    height: 30px;
    color: #3a3a3a;
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 2px;
    padding: 0;
    border: 0;
    float: left;
}


#search_submit {
    background: rgba(0, 0, 0, 0) url("../img/search_submit.png") no-repeat scroll right top;
    border: 0 none;
    cursor: pointer;
    height: 29px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 47px;
    float: right;
    font-size: 0;
}



#search2 {
    max-width: 670px;
    height: 95px;
    padding-top: 30px;
    margin: 0 auto;
}


#search_form2 {
    height: 33px;
    border: 1px solid #d4d4d4;
    background: #fff;
}


#search_input2 {
    width: 590px;
    height: 30px;
    color: #949494;
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 5px;
    padding: 0;
    border: 0;
    float: left;
}


#search_submit2 {
    background: rgba(0, 0, 0, 0) url("../img/search_submit.png") no-repeat scroll right top;
    border: 0 none;
    cursor: pointer;
    height: 29px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 47px;
    float: right;
}



#suche {
    display: none;
}

@media(max-width:767px) {
    #suche {
        display: block;
        float: left;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        padding-top: 15px;
    }

    #suche a {
        color: #fff;
    }
}


/* ************************ TABS ************************/

#tabs {
    margin: 0 auto;
}

.box {
    text-align: left;
    margin-top: 30px;
}

.boxtop {
    background: #257611;
    color: #fff !important;
    font-family: arial;
    font-size: 1.0625rem !important;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.boxtop a {
    color: #fff;
    display: block;
}

.boxindent {
    color: #4b4b4b;
    margin: 0 auto;
    background: none;
}

.boxbody {
    background: none;
}


.boxindent2 {
    background: #257611;
    color: #fff;
    font-family: arial;
    font-size: 1.0625rem !important;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.boxindent2 a {
    color: #fff;
}

/***************************** Kontrast *****************************/
@media (min-width: 992px) {
    #contrast_style {
        color: #446f3a;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: left;
        margin-left: 20px;
        font-weight: 600;
        font-size: 16px;
    }

    #contrast_style {
        line-height: 0;
    }

    #contrast_style li {
        padding: 0;
        border: none;
        background: transparent;
        display: inline-block;
        position: relative;
        top: 5px;
    }

    #contrast_style li+li {
        margin-right: 6px;
    }
}

/***************************** STYLER *****************************/

@media (min-width: 992px) {
    #style {
        color: #446f3a;
        text-align: left;
        margin-left: 20px;
        font-weight: 600;
        font-size: 16px;
        list-style: none;
    }

    /* #style span {
        position: relative;
        top: 5px;
    } */
    #style li {
        border: none;
        color: #446f3a;
        display: inline-block;
    }

    #style button {
        border: none;
        color: #446f3a;
        display: inline-block;
        width: 30px;
        height: 30px;
        font-weight: 400;
        text-align: center;
        background-color: #fff;
        position: relative;
        line-height: 1;
        -webkit-transition: transform 150ms linear;
        -moz-transition: transform 150ms linear;
        -ms-transition: transform 150ms linear;
        -o-transition: transform 150ms linear;
        transition: transform 150ms linear;
        border: 1px solid #446f3a;
        padding: 6px;
    }

    #style button+li {
        margin-left: 8px;
    }

    #style button:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media(max-width:992px) {
    #style {
        display: none;
    }
}

.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 {
    color: #b32006 !important;
    font-weight: normal;
    line-height: 1.2em;
    font-family: Arial, Times;
}

.h4link a:link,
.h4link a:hover,
.h4link a:visited,
h1,
#content .legacy_h1,
.legacy_h1 {
    color: #b32006 !important;
    font-weight: normal !important;
    line-height: 1.2em;
    font-family: Arial, Times;
}

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

/* Dieser Bereich muss bearbeitet werden wenn die Seite dunkel ist.
.vorschau, .description{
        color: #FFFFFF;
}

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

/* nicht aendern wenn weisser hintergrund */
#startseite_news ul a {
    font-size: 12px;
    color: #7C7C7C;
    font-weight: normal;
}

/* Tabschriften (classen) */
/*
.tab_link_title a {
        color: #;
        font-weight: bold;
}

.tab_link {
        color: #;
}

.tab_link_mehr {
        color: #;
}

.tab_link_mehr a {
        color: #;
}

.tab_link_mandat a {
        color: #;
}

*/
/* Tabschriften Ende */

/* Verstaltung optimiert fuer weissen Hintergrund */
.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;
}


/* ****************************** MENUE 15764 CSS **************************************
 ****************************** MENUE CSS *******************************************/

/***Quermen� mit DROPDOWN***/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none !important;
}

#navigation {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #446f3a;
}

/* Button mobile Ansicht*/
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    float: right !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    padding: 5px 5px !important;
    position: relative;
}

/** Farbe Button**/
.navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #257610 !important;
}

/**Logo**/
.navbar-brand {
    padding: 0px !important;
}

.navbar-brand>img {
    display: block;
    margin: 0 auto !important;
}

.navbar {
    font-size: 0.9375rem !important;
    font-family: 'Raleway', sans-serif;
    color: #fff !important;
    background: none;
    margin-bottom: 0px !important;
    z-index: 5;
    border-radius: 0px !important;
}

/***Media-Querie ***/
@media(max-width:767px) {
    .navbar {
        font-size: 0.9375rem !important;
        font-family: 'Raleway', sans-serif;
        color: #fff !important;
        background: #257610 !important;
        margin-bottom: 0px !important;
        max-height: 70px;
        z-index: 5;
        border-radius: 0px !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-brand {
        margin: 0 auto !important;
        text-align: center;
        float: none !important;
    }
}

/*****/

.navbar li a,
.navbar .navbar-brand,
.navbar li {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

/**Toplevel**/
.navbar-nav li.active a,
.navbar li a {
    color: #fff;
    line-height: 40px !important;
}

.contrast_dark_font .navbar-nav li.active a,
.navbar li a {
    color: #000;
}

.contrast_light_font .navbar-nav li.active a,
.navbar li a {
    color: #fff;
}

/***TOPLEVEL OVER**/
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color: #fff !important;
    background: linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -moz-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -webkit-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -ms-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -o-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#942708, endColorstr=#942708, GradientType=1);
}


.navbar-default .navbar-toggle {
    border-color: transparent;
}

/**Button f�r mobile Ansicht**/
.navbar-toggle {
    background-color: #257610 !important;
}

/**SECONDLEVEL DROPDOWN**/
.open .dropdown-toggle {
    color: #fff !important;
    background: linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -moz-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -webkit-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -ms-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    background: -o-linear-gradient(top, #D02A00 0%, #B42A06 50%, #942708 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#942708, endColorstr=#942708, GradientType=1);
}

/**DROPDOWN OVER EINZELNE MEN�PUNKTE**/
.dropdown-menu li a {
    color: #727272 !important;
    font-weight: bold !important;
    line-height: 28px !important;
}

.dropdown-menu {
    margin: 0px 0 0 0 !important;
    padding: 10px 0;
}

.dropdown-menu li a:hover {
    background: url('../img/secondlevel_over.png') top right no-repeat, #942708;
    line-height: 28px !important;
    color: #fff !important;
    font-weight: bold !important;
    height: auto !important;
}

.nav-tabs li a {
    color: #777;
}

/* SECONDLEVEL MEN�GRUPPE EIGENSCHAFTEN**/
.menue_group_15764_start,
.menue_group_15764_end {
    display: none;
}

.menue_group_15764 {
    font-size: 0.875rem !important;
    color: #727272 !important;
    background: #f7f7f7;
    text-align: left !important;
    z-index: 70;
    top: 70px !important;
    min-width: 230px;
}

@media (max-width: 767px) {
    .menue_group_15764 {
        min-width: 230px;
        width: 100%;
    }
    .menue_list_thirdlevel_15764 {
        left: 0 !important;
    }
    .dropdown-toggle-button {
        background: transparent !important;
    }
}

.menue_list_thirdlevel_15764 {
    font-size: 0.875rem !important;
    color: #727272 !important;
    background: #f7f7f7;
    text-align: left !important;
    z-index: 80;
    float: right;
    top: 0px !important;
    left: 100% !important;
    right: 0px !important;
    display: none;
    min-width: 230px;
}

.menue_point_secondlevel_15764 {
    background: url('../img/secondlevel.png') top right no-repeat;
}


.menue_point_thirdlevel_15764 {
    background: url('../img/secondlevel.png') top right no-repeat;
}

.menue_point_secondlevel_15764:hover .menue_list_thirdlevel_15764,
.menue_point_secondlevel_15764_over:hover .menue_list_thirdlevel_15764 {
    display: block;
    display: block !important;
    z-index: 60;
}


@media(max-width:768px) {
    .menue_list_thirdlevel_15764 {
        margin: 0 auto;
        width: 100% !important;
        text-align: center !important;
        background-color: #f7f7f7 !important;
    }

    .menue_group_15764 {
        background: #f7f7f7 !important;
    }

    .open .dropdown-toggle {
        color: #fff !important;
        background-color: #B42A06 !important;
        font-weight: bold !important;
    }

    .dropdown-menu li a {
        color: #727272 !important;
        margin: 0 auto;
        text-align: center !important;
    }

    #navigation {
        background-color: #257610 !important;
    }

    .navbar-nav li a:hover {
        color: #fff !important;
        font-weight: normal !important;
        background: #B42A06 !important;
    }

    .navbar-nav li a:hover {
        color: #fff !important;
        font-weight: bold !important;
        background: #B42A06 !important;
    }

    .navbar-nav li.active a {
        color: #fff !important;
        background-color: #B42A06 !important;
    }
}



@media(min-width:768px) {
    ul.nav li.menue_point_toplevel_15764:hover ul.dropdown-menu {
        display: block;
        margin-top: 0px;
    }
}

@media(min-width:767px) {
    .navbar-brand {
        display: none;
    }
}