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


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #4b4b4b;
    background: #dcdcdc;
}

a {
    color: #e51515;
}

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

#vernetzt {
    margin: 10px 30px 0px 0px;
    text-align: left;
} 

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

#middle {
    width: 100%;
    line-height: 18px;
    text-align:left;
    min-height:400px;
    background:#fff;
     -webkit-box-shadow: -2px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: -2px 1px 15px 0px rgba(0,0,0,0.2);
}

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

/* Footer*/



#footer{
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 auto;
    background: linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -moz-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -webkit-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -ms-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -o-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2664b0, endColorstr=#3057a6,GradientType=1);

}

#innerfooter{
    color:#fff;
    font-size:15px;
    font-family: 'Open Sans', sans-serif !important;
    font-style:normal;
    text-shadow: 0px 1px 2px rgba(20, 44, 78, 0.5);
    line-height:94px;
    text-align:left;
    padding-left:20px;
}
#innerfooter a {
    color: #fff;
    font-size: 15px;
    list-style:none;
}

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

@media only screen and (max-width: 967px) {
    #innerfooter{
       text-align:center;
    }
}

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

#topbar {
    height: 72px;
    width: 100%;
    margin-top: 25px;
    background: linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -moz-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -webkit-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -ms-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -o-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2664b0, endColorstr=#3057a6,GradientType=1);
}
@media (max-width: 991px) {
    #topbar {
     height:auto;
    }
}

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

#logo {
    bottom: 25px;
    position: relative;
}
@media only screen and (max-width: 967px) {
    #logo {
       bottom:-6px;
    }
}

label {
    padding: 0 0 0 5px;
}

/***Banner �ber 1000px**/
#headerpic {
    margin: 0 auto;
    background-size: cover;

}

#headerpic img {
    max-width: 100%;
    border:#fff 4px solid;
    -webkit-box-shadow: -2px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: -2px 1px 15px 0px rgba(0,0,0,0.2);
}



#content_buttons_div {
    top: 40%;
}

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




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

.box {
    text-align: left;
    width: 100%;
    margin-top: 30px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.2);
}

.boxtop {
    background: linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -moz-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -webkit-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -ms-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -o-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2664b0, endColorstr=#3057a6,GradientType=1);
    color: #fff;
    text-shadow: 0px 1px 2px rgba(20, 44, 78, 0.5);
    font-size: 20px !important;
    height: 41px;
    line-height: 40px;
    text-align: left;
    text-indent:15px;
}

.boxindent {
    color: #464646;
    margin: 0 auto;
    width: 88%;
}
.boxbody{
    background:#fff repeat;
    min-height:50px;
}
.boxbottom {
    height: 10px;
    background:#fff;
}


.box2 {
    text-align: left;
    width: 100%;
    margin-top: 30px;
    background: #fff;
    opacity: 0.9;
}

.boxtop2 {
    color: #464646;
    text-shadow: 0px 1px 2px rgba(20, 44, 78, 0.5);
    font-size: 20px !important;
    height: 41px;
    line-height: 40px;
    text-align: left;
    width: 95%;
    margin: 0 auto;
}

.boxindent2 {
    color: #464646;
    margin: 0 auto;
    width: 95%;
}
.boxbody2{
    min-height:50px;
}
.boxbottom2 {
    height: 10px;
}
/***************************** STYLER *****************************/
#style {
	height: 20px;
        padding-top: 38px;
}


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


#switch a {
    margin: 0 6px;
}

.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: #4b4b4b !important;
    font-weight: normal;
    line-height: 1.2em;
    font-family: 'Open Sans', sans-serif;
}

.h4link a:link, .h4link a:hover, .h4link a:visited, h1, #content .legacy_h1, .legacy_h1 {
    color: #4b4b4b !important;
    font-weight: normal !important;
    line-height: 1.2em;
    font-family: 'Open Sans', 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: #464646;
        font-weight: bold;
}

.tab_link {
        color: #464646;
}

.tab_link_mehr {
        color: #464646;
}

.tab_link_mehr a {
        color: #e51515;
}

.tab_link_mandat a {
        color: #e51515;
}


/* 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 16179 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: 3px !important; 
    margin-top: 3px !important;
    margin-left: 3px !important;
    padding: 3px 3px !important;
    position: relative;
}

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

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

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



.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-color:#76a323 !important;
    font-weight:400;
     text-shadow: 0px 1px 2px rgba(41, 41, 41, 0.4);
}


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

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

}

/**SECONDLEVEL DROPDOWN**/
.open .dropdown-toggle { 
    color: #fff!important;
    background:#76a323 !important;
}

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



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

} 

.dropdown-menu li a:hover {
  background: linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -moz-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -webkit-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -ms-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -o-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2664b0, endColorstr=#3057a6,GradientType=1);
  line-height:40px !important;
  color:#fff !important;
  font-weight:700 !important;
  font-style: italic;
  height:auto !important;
}

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

/* SECONDLEVEL MEN�GRUPPE EIGENSCHAFTEN**/

.menue_group_16179 {
    font-size: 14px !important;
    color:#2e2e2e !important;
    background:#fff;
    text-align: left !important;
    z-index: 70;
    top: auto !important;
}

/*.menue_group_16179 .menue_point_secondlevel_16179, .menue_group_16179 .menue_point_secondlevel_16179_over {
    position: relative;
}*/

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

.menue_point_secondlevel_16179:hover .menue_list_thirdlevel_16179, .menue_point_secondlevel_16179_over:hover .menue_list_thirdlevel_16179 {
    display: block;
    display: block !important;
    z-index: 60;
}



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

    .menue_group_16179 {
        background:#fff !important;
    }

    .open .dropdown-toggle {
        color: #fff!important;
        background-color: #76a323!important;
        font-weight:600 !important;
        text-shadow: 0px 1px 2px rgba(41, 41, 41, 0.4);
    }

    .dropdown-menu li a {
        color: #2e2e2e!important;
        margin: 0 auto;
        text-align: center !important;
        
    }
    .dropdown-menu li a:hover{
    background: linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -moz-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -webkit-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -ms-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -o-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2664b0, endColorstr=#3057a6,GradientType=1);

    }
   
    #navigation{
      background: linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -moz-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -webkit-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -ms-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); background: -o-linear-gradient(top, #2664b0 0%, #2b5eab 50%, #3057a6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2664b0, endColorstr=#3057a6,GradientType=1);

    }
    
    .navbar-nav li a:hover {
        color: #fff !important;
        font-weight: 600 !important;
        background:#76a323!important;

    }

    .navbar-nav li.active a {
         color: #fff !important;
        font-weight: 600 !important;
        background:#76a323!important;

    }

}
.dropdown-menu{
    text-align:left !important;
    max-width: 100% ! important;

}

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

        display: block;

        margin-top: 0px;

    }
}

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

