@import url('https://fonts.verwaltungsportal.de/import/?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.verwaltungsportal.de/import/?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    background: #628e37;
}

a {
    color: #467d0e;
}

#maindiv {
    width: 100%;
    margin: 0 auto;
}

#main{
     background:rgba(255,255,255,0.9);
     border-radius: 10px;
}

#vernetzt {
    margin: 10px 30px 0px 0px;
   
}

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

#middle {
    width: 100%;
    line-height: 18px;
    text-align:left;
    min-height:400px;
   padding: 10px;
}

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

/* Footer*/

#footer_pattern {
   background: linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -moz-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -webkit-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -ms-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -o-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#649138, endColorstr=#70a23f,GradientType=1);
    width: 100%;
    margin: 0 auto;
   webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);
}

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

#innerfooter{
    color:#fff;
    font-size:14px;
    font-family: 'Open Sans', sans-serif !important;
    font-style:normal;
    line-height:95px;
    text-align:left;
}
#innerfooter a {
    color: #fff;
    font-size: 14px;
    list-style:none;
}

#innerfooter a:hover{
    color: #fff;
    font-size: 14px;
    font-weight:normal;
    list-style:none;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    #innerfooter{
        color:#fff;
        font-size:14px;
        font-style:normal;
       text-align:center;
       line-height:58px;
       
    }
}

@media(max-width: 767px) {
#content_buttons_div {
   display:none;
}
}

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

#topbar {
    height: 100%;
    width: 100%;
    background: linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -moz-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -webkit-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -ms-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); background: -o-linear-gradient(top, #649138 0%, #70a23f 59%, #70a23f 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#649138, endColorstr=#70a23f,GradientType=1);
}

#top {
    width: 100%;
    height: auto;
    z-index: 51;
    position:fixed;
    opacity:0.9;
}

#body {
    position: relative;
    z-index: 7;
    width: 100%;
    margin: 0 auto;
}

#headerpic {
    height: 100%;
    position: fixed;
    width: 100%;
}

#slider, .slider-wrapper {
    height: 100%;
}

#spacer {
    width: 100%;
    height: 130px;
}

/*****/

/***Suche**/
#search {
    height: 36px;
    padding-bottom: 51px;
    width: 100%;
}

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

#search_form{
	width: 100%;
	height: 33px;
	float: left;
        background-color:#fff;
         border-radius: 3px;
}

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

#search_input {
	width: 80%;
	height: 30px;
	color: #949494;
	font-size: 14px;
	background: transparent;
	vertical-align: top;
	margin: 0 0 0px;
	padding-left: 4px;
	border: 0;
}


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


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

.box {
    text-align: left;
    width: 100%;
    background:rgba(255,255,255,0.9);
    border-radius:3px;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}

@media(max-width:960px){
    .box {
          margin-top: 10px;
    }
}


.box2 {
    text-align: left;
    width: 100%;
    background:rgba(255,255,255,0.9);
    border-radius:3px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}
@media(max-width:960px){
    .box2 {
          margin-top: 10px;
    }
}
.boxtop {
    background: linear-gradient(top, #0d3a70 0%, #0e407e 59%, #0e407e 100%); background: -moz-linear-gradient(top, #0d3a70 0%, #0e407e 59%, #0e407e 100%); background: -webkit-linear-gradient(top, #0d3a70 0%, #0e407e 59%, #0e407e 100%); background: -ms-linear-gradient(top, #0d3a70 0%, #0e407e 59%, #0e407e 100%); background: -o-linear-gradient(top, #0d3a70 0%, #0e407e 59%, #0e407e 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3a70, endColorstr=#0e407e,GradientType=1);   
    color: #fff;
    font-size: 18px !important;
    font-weight: normal;
    font-family: 'Muli', sans-serif;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-top: 3px rgba(255,255,255,0.9) solid;
    border-left:3px rgba(255,255,255,0.9) solid;
    border-right:3px rgba(255,255,255,0.9) solid;

}

.boxindent {
    color: #2c2c2c;
    margin: 0 auto;
    width: 88%;
}
.boxbody{
    min-height:50px;
}
.boxbottom {
    height: 10px;
}


#logo{
    position:absolute;
}
/***************************** STYLER *****************************/
#style {
    height: 47px;
    text-align: right;
    z-index: 20;
    width: 100%;
    padding-top: 30px;
    padding-right: 10px;
}

#switch {
	width: 100%;
	font-size: 1px;
	line-height: 1px;
}

#switch a {
    margin: 0 3px;
}
 
@media(max-width:767px){
    #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: #3b3b3b !important;
    font-weight: normal;
    line-height: 1.2em;
    font-family: 'Muli', sans-serif;
}

.h4link a:link, .h4link a:hover, .h4link a:visited, h1, #content .legacy_h1, .legacy_h1 {
    color: #3b3b3b !important;
    font-weight: bold !important;
    line-height: 1.2em;
    font-family: 'Muli', sans-serif; 
}

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

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

/* 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: #0d3b73 !important;
}

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


.navbar {
    font-size: 16px !important;
    color:#fff !important;
    max-height:70px;
    z-index:25;
    margin-bottom: 0px ;
    /*min-height: 120px !important;*/
}



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

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

/***TOPLEVEL OVER**/
.navbar-nav li a:hover {
    color: #fff !important;
    background: url('../img/toplevel_over.jpg') left no-repeat, url('../img/toplevel_over.jpg') right no-repeat, #0d3d76 !important;  
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #fff;
}

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

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

}

/**SECONDLEVEL DROPDOWN**/
.open .dropdown-toggle { 
    color: #fff!important;
    background: url('../img/toplevel_over.jpg') left no-repeat, url('../img/toplevel_over.jpg') right no-repeat, #0d3d76 !important;
}

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

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

} 

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

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

/* SECONDLEVEL MEN�GRUPPE EIGENSCHAFTEN**/

.menue_group_16165 {
    font-size: 14px !important;
    color:#2e2e2e !important;
    background:#ffffff;
    text-align: left;
    z-index: 70;
    top: auto !important;
    border-radius:3px;
    width:100%;
    min-width: 176px;
}

.menue_group_16165 .menue_point_secondlevel_16165 ,.menue_group_16165 .menue_point_secondlevel_16165_over {
    position: relative;
}

.menue_list_thirdlevel_16165  {
    font-size: 14px !important;
    color:#2e2e2e !important;
    background:#fff;
    text-align: left;
    z-index: 80;
    float:right;
    top: 0px !important;
    left: 100.5% !important;
    right:0px !important;
    display:none;
    display:none !important;
}

.menue_point_secondlevel_16165:hover .menue_list_thirdlevel_16165, .menue_point_secondlevel_16165_over:hover .menue_list_thirdlevel_16165 {
    display: block;
    display: block !important;
    z-index: 60;
}




@media(max-width:767px){
    .menue_list_thirdlevel_16165  {
        margin: 0 auto;
        width: 100% !important;
        text-align: left !important;
        background-color: #fff !important;
    }

    .menue_group_16165  {
        background:#fff !important;
    }

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

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

    .navbar li a, .navbar .navbar-brand, .navbar li { 
        /* color: #0072b9 !important;*/
        /*border-bottom:1px solid #0072b9 !important;*/

    }
    #navigation{
        background-color:#6c9c3d !important;
    }
    
    .navbar-nav li a:hover {
        color: #fff !important;
        font-weight: normal !important;
        background:#0e3f7b !important;
        border-left: 3px #fff solid;
        border-right: 3px #fff solid;

    }

    .navbar-nav li.active a {
        color:#fff !important;
        background-color: #0e3f7b!important;
         border-left: 3px #fff solid;
        border-right: 3px #fff solid;

    }

}
.dropdown-menu{
    text-align:left !important;

}

/*@media(min-width:768px) {
    ul.nav li.menue_point_toplevel_16165:hover ul.dropdown-menu {

        display: block;

        margin-top: 0px;

    }
}*/

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

