@import url(https://fonts.verwaltungsportal.de/import/?family=Open+Sans:400,300,600);
@import url('https://fonts.verwaltungsportal.de/import/?family=Didact+Gothic');

body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    color: #3b3b3b;
    background: #f9f9f9;
}

a {
    color: #417c02;
}

a:hover {
    color: #417c02;
}


/* seitenbreite */
#fix2,
#header,
#footer,
#toplevel_pos {
    width: 1200px;
}

#fix2 {
    margin: 0 auto;
    min-width: 1200px;
}

#fix1 {
    background: url('../img/fix1.png') top center repeat-y;
}

/* headerhoehe */
#header {
    height: 45px;
}

#maindiv {
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
}

#left {
    width: 282px;
}

#left_indent {
    margin: 0 0px 0 0px;
}


#vernetzt {
    margin: 60px 0 0 30px;
    text-align: center;
    float: left;
}

#middle {
    width: 908px;
}

#content {
    width: 792px;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#right {
    width: 10px;
    text-align: left;
}

#right_indent {
    margin: 0 0px 0 0px;
}


#footer {
    height: 164px;
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
    min-width: 1200px;
    padding-top: 190px;

}

#innerfooter {
    padding-top: 0px;
    line-height: 45px;
    color: #ffffff;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 0px;
    text-align: left;
    float: left;
    text-transform: uppercase;
}

#innerfooter a {
    color: #ffffff;
}

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

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

#stehenbleibender_div {
    z-index: 51;
}

#content_buttons_div {
    top: 45%;
}

.theme-default .nivo-controlNav {
    bottom: 45px !important;
}

#bg_top {
    background: #647a00 url('../img/bg_top.jpg') top center no-repeat;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    height: 45px;
}

#page-333352 {
    margin-top: -26px;
}


#footer_pattern {
    background: url('../img/footer-pattern.png') bottom center no-repeat;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    height: 354px;
}

#toplevel_pos {
    margin: 0 auto;
    min-width: 1200px;
}

#toplevel {
    background: url('../img/toplevel.png') top center no-repeat;
    margin: 0 auto;
    min-width: 1200px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

#header {
    margin: 0 auto;
}

#headerpic {
    width: 100%;
    min-width: 1200px;
    height: 597px;
    margin: 0 auto;
    overflow: hidden;
}

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



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


#style {
    height: 28px;
    padding-top: 33px;
    margin-right: 16px;
}


#switch {
    float: right;
}

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

#style button {
    border: none;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 400;
    text-align: center;
    background-color: #647a00;
    position: relative;
    line-height: 1;
    font-size: 18px;
    -webkit-transition: transform 150ms linear;
    -moz-transition: transform 150ms linear;
    -ms-transition: transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
}

#style button+button {
    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);
}

#style button:focus-visible {
    outline: 2px auto;
}

#contrast_style {
    float: right;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #acacac;
}

#contrast_style button {
    color: #ffffff;
    padding: 0;
    border: 2px solid #647a00;
    font-family: "Khand", sans-serif;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 400;
    text-align: center;
    background: #647a00;
    position: relative;
    z-index: 1;
    font-size: 0;
}

#contrast_style button::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

#contrast_style *+* {
    margin-left: 10px;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #647a00;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(45deg, rgba(100, 122, 0, 1) 0%, rgba(100, 122, 0, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(100, 122, 0, 1) 50%, rgba(100, 122, 0, 1) 100%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #647a00;
    border: none;
}

/***************************** BOXES *****************************/

.box {
    width: 274px;
}

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

.boxtop {
    background: #647a00;
    height: 74px;
    color: #ffffff;
    font-family: Open Sans, arial, verdana;
    text-align: center;
    line-height: 60px;
    font-weight: normal;
    font-size: 20px;
    width: 252px;
    left: 11px;
    position: relative;
    height: 60px;
    margin-top: 30px;
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.50);
}

.boxbody {
    background: url('../img/bg_boxbody.png') top repeat-y;
    color: #515a5f;
}

.boxindent {
    width: 210px;
    margin: 0 auto;
    padding-top: 10px;
}

.boxbottom {
    background: url('../img/bg_boxbottom.png') top no-repeat;
    height: 11px;
    line-height: 1px;
    font-size: 1px;
}


/***************************** SEARCH *****************************/

#search {
    width: 257px;
    height: 45px;
    float: right;
    margin-right: 10px;
}


#search_form {
    width: 257px;
    height: 45px;
    float: right;
    background: url('../img/bg_search.png') top left no-repeat;
}

#search_spacer {
    height: 9px;
    line-height: 1px;
    font-size: 1px;
}

#search_input {
    width: 208px;
    height: 26px;
    color: #515a5f;
    font-size: 12px;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 14px;
    padding: 0;
    border: 0;
    font-family: Open Sans, arial, verdana;

}

#search_submit {
    width: 22px;
    height: 26px;
    color: #ffffff;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 3px;
    padding: 0;
    border: 0;
    cursor: pointer;
    font-size: 0;
}

#search_input::-ms-input-placeholder {
    color: #515a5f !important;
}

#search_input::-webkit-input-placeholder {
    color: #515a5f !important;
}

#search_input::-moz-placeholder,
#newsletter_input::-moz-placeholder {
    opacity: 1;
}

#search_input:-moz-placeholder,
#newsletter_input:-moz-placeholder {
    opacity: 1;
}

/***************************** NEWSLETTER *****************************/

#newsletter {
    width: 266px;
    height: 48px;
    float: right;
    padding-top: 20px;
    margin-right: -246px;
}

#newsletter_text {
    width: 266px;
    height: 27px;
    float: left;
    color: #5b5b5b;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    font-family: Open Sans, arial, verdana;
    text-align: right;
}

#newsletter_form {
    width: 266px;
    height: 28px;
    float: right;
    background: url('../img/newsletter.png') top left no-repeat;
}

#newsletter_spacer {
    height: 0px;
    font-size: 1px;
    line-height: 1px;
}

#newsletter_input {
    width: 219px;
    height: 27px;
    color: #1e1e1e;
    font-size: 12px;
    background: #eef0db;
    vertical-align: top;
    margin: 0 0 0 6px;
    padding: 0;
    border: 0;
}

#newsletter_submit {
    width: 38px;
    height: 27px;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 2px;
    padding: 0;
    border: 0;
    cursor: pointer;
    font-size: 0;
}

#newsletter_input::-ms-input-placeholder {
    color: #1e1e1e !important;
}

#newsletter_input::-webkit-input-placeholder {
    color: #1e1e1e !important;
}

#search_input::-moz-placeholder,
#newsletter_input::-moz-placeholder {
    opacity: 1;
}

#search_input:-moz-placeholder,
#newsletter_input:-moz-placeholder {
    opacity: 1;
}



.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: #4f5e39;
    font-weight: normal;
    line-height: 1.2rem;
    font-family: 'Didact Gothic', sans-serif;
}

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

/* 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 {
    color: #7C7C7C;
    font-weight: normal;
}

.spacer {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

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

.tab_link {
    color: #515a5f;
}

.tab_link_mehr {
    color: #515a5f;
}

.tab_link_mehr a {
    color: #417c02;
}

.tab_link_mandat a {
    color: #515a5f;
}

/* Tabschriften Ende */

/* Veranstaltung 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;
}

.events-title a {
    color: #3b3b3b;
}

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








/* ****************************** MENUE 17612 CSS ***************************************/

/* ****************************** RESET DEFAULT CSS ********************************************/
.menue_point_toplevel_17612,
.menue_list_toplevel_17612,
.menue_point_secondlevel_17612,
.menue_group_17612,
.menue_point_thirdlevel_17612,
.menue_list_thirdlevel_17612 {
    margin: 0px;
    padding: 0px;
}

a.navpoint_toplevel_17612:link,
a.navpoint_toplevel_17612:visited,
a.navpoint_toplevel_17612:active,
a.navpoint_secondlevel_17612:link,
a.navpoint_secondlevel_17612:visited,
a.navpoint_secondlevel_17612:active,
a.navpoint_thirdlevel_17612:link,
a.navpoint_thirdlevel_17612:visited,
a.navpoint_thirdlevel_17612:active {
    text-decoration: none;
    display: block;
}

.toplevel_17612_over,
.secondlevel_17612_over,
.thirdlevel_17612_over {
    text-decoration: none;
    display: block;
}

.menue_list_toplevel_17612 li,
.menue_group_17612 li,
.menue_list_thirdlevel_17612 li {
    list-style-type: none;
}

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

.menue_list_toplevel_17612 {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
}

/* height, width, indent, align for menuepoint */
.menue_point_toplevel_17612,
a.navpoint_toplevel_17612:link,
a.navpoint_toplevel_17612:visited,
a.navpoint_toplevel_17612:active,
.menue_point_toplevel_17612_over,
a.navpoint_toplevel_17612:hover {
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-family: 'Didact Gothic', sans-serif;
}

/* menuepoint background */
.menue_point_toplevel_17612 {}

/* color, weight, size from menuepoint */
.menue_point_toplevel_17612 a {
    color: #3b3b3b;
    font-weight: normal;
}

/* color, weight, size from menuepoint over */
a.navpoint_toplevel_17612:hover,
.menue_point_toplevel_17612_over,
.menue_point_toplevel_17612_over a,
.menue_point_toplevel_17612:hover>a {
    color: #ffffff;
    font-weight: normal;
}

/* menuepoint over background */
a.navpoint_toplevel_17612:hover,
.menue_point_toplevel_17612_over,
.menue_point_toplevel_17612:hover {
    background: #4f5e39;
}

.menue_point_toplevel_17612,
.menue_point_toplevel_17612_over {
    margin-top: 0;
}

/* ****************************** UNDERMENUE CSS ***************************************/

.menue_group_17612 {
    margin: 0px 0 0px 0;
    background: url('../img/secondlevel.png') top left repeat-y;
}

.menue_group_17612_start {
    height: 16px;
    font-size: 1px;
    line-height: 1px;
}

.menue_group_17612_end {
    height: 16px;
    font-size: 1px;
    line-height: 1px;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_secondlevel_17612,
.navpoint_secondlevel_17612:link,
a.navpoint_secondlevel_17612:visited,
a.navpoint_secondlevel_17612:active,
a.navpoint_secondlevel_17612:hover,
.menue_point_secondlevel_17612_over {
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    text-indent: 23px;
    text-align: left;
    font-family: 'Didact Gothic', sans-serif;
}

/* undermenuepoint background */
.menue_point_secondlevel_17612 {}

/* undermenuepoint color, weight, size */
.menue_point_secondlevel_17612 a {
    color: #ffffff;
    font-weight: normal;
}

/* undermenuepoint over color weight size */
a.navpoint_secondlevel_17612:hover,
.menue_point_secondlevel_17612_over,
.menue_point_secondlevel_17612_over a,
.menue_point_secondlevel_17612:hover>a {
    color: #e0eb98;
    font-weight: normal;
}

/* undermenue over background */
.menue_point_secondlevel_17612_over,
.menue_point_secondlevel_17612:hover {}

/* ****************************** THIRDLEVEL CSS ***************************************/

.menue_list_thirdlevel_17612 {
    margin: 0px 0 0px 0;
    background: url('../img/secondlevel.png') top left repeat-y;
}

.menue_list_thirdlevel_17612_start {
    height: 16px;
    font-size: 1px;
    line-height: 1px;
}

.menue_list_thirdlevel_17612_end {
    height: 16px;
    font-size: 1px;
    line-height: 1px;
}

/* height, width, align, indent for undermenuepoint */
.menue_point_thirdlevel_17612,
.navpoint_thirdlevel_17612:link,
a.navpoint_thirdlevel_17612:visited,
a.navpoint_thirdlevel_17612:active,
a.navpoint_thirdlevel_17612:hover,
.menue_point_thirdlevel_17612 {
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    text-indent: 23px;
    text-align: left;
    font-family: 'Didact Gothic', sans-serif;
}

/* undermenuepoint background */
.menue_point_thirdlevel_17612 {}

/* undermenuepoint color, weight, size */
.menue_point_thirdlevel_17612 a {
    color: #ffffff;
    font-weight: normal;
}

/* undermenuepoint over color weight size */
a.navpoint_thirdlevel_17612:hover,
.menue_point_thirdlevel_17612_over,
.menue_point_thirdlevel_17612_over a {
    color: #e0eb98;
    font-weight: normal;
}

/* undermenue over background */
.menue_point_thirdlevel_17612_over,
a.navpoint_thirdlevel_17612:hover {}


/*************** / PATCH DROPDOWN  / ***************/

/**** / TOPLEVEL  / ****/
.menue_point_toplevel_17612,
.menue_point_toplevel_17612_over {
    padding: 0 0;
    position: relative;
    margin: 0 0px;
    display: table-cell !important;
    zoom: 1;
    *display: inline;
}

/**** / SECONDLEVEL / ****/
.menue_group_17612 {
    position: absolute;
    top: 45px;
    left: -5px;
    width: 280px;
    display: none;
    display: none !important;
}

.menue_point_toplevel_17612:hover .menue_group_17612,
.menue_point_toplevel_17612_over:hover .menue_group_17612 {
    display: block;
    display: block !important;
    z-index: 80;
}

.menue_group_17612 .menue_point_secondlevel_17612,
.menue_group_17612 .menue_point_secondlevel_17612_over {
    position: relative;
}

/**** / THIRDLEVEL / ****/
.menue_list_thirdlevel_17612 {
    position: absolute;
    top: -16px;
    left: 270px;
    width: 280px;
    display: none;
    display: none !important;
}

.menue_point_secondlevel_17612:hover .menue_list_thirdlevel_17612,
.menue_point_secondlevel_17612_over:hover .menue_list_thirdlevel_17612 {
    display: block;
    display: block !important;
    z-index: 60;
}

.menue_group_17612 .menue_point_thirdlevel_17612,
.menue_group_17612 .menue_point_thirdlevel_17612_over {
    position: relative;
}


/* *********************** menue 17612 ende ************************ */