@import url('https://fonts.verwaltungsportal.de/import/?family=Merriweather+Sans:300');

/* Hund koepfen */
#maindiv {
    overflow: hidden;
}

body {
    font-family: 'Merriweather Sans', sans-serif;
    color: #282828;
    background: #fff;
}

a {
    color: #416d2f;
}

a:hover {
    color: #416d2f;
}

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

#bg-left  {
    background: #fff;
}

#bg-right  {
    background: #fff;
}

#content-wrapper {
    margin-top: 85px;
}

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


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

/* dog 2 */
#content::after {
    background: url('../img/dog_footer.png') left no-repeat;
    position: absolute;
    bottom: -120px;
    left: -330px;
    content: "";
    display: block;
    width: 225px;
    height: 152px;
}


/* change to #footer for inner-containment */
#footer-wrapper {
    background: url('../img/bg_footer.jpg') top no-repeat;
    background-color: #535c68; /* for old browsers */
    background: -moz-linear-gradient(top, #535c68 0%, #31363d 100%);
    background: -webkit-linear-gradient(top, #535c68 0%, #31363d 100%);
    background: linear-gradient(to bottom, #535c68 0%, #31363d 100%);
}

#footer {
    min-height: 100px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*  xs  */
@media (max-width: 991px) {
    /* 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-top: 2px;
        padding-bottom: 10px;
    }
}

#innerfooter {
    line-height: 80px;
    color: #fff;
    font-weight: 300;
    font-style: normal;
}

#innerfooter a {
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
}

#innerfooter a:hover {
    color: #fff;
    font-weight: 300;
    background-color: #373e46;
    padding: 5px 15px;
}


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

#topbar-wrapper {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%
}

#topbar {
    min-height: 100px;
    line-height: 37px;
    padding: 10px;
    background-color: rgba(86,143,62,0.95);
}

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

#menu-wrapper{
    background-color: rgba(106,176,76,0.9);
}


#logo {
    min-height: 80px;
}

#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%;
}

#content_buttons_div {
    top: 45%;
}

/* xs, sm */
@media (max-width: 991px) {
    /* hide side-labels */
    #content_buttons_div {
        display: none;
    }

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

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


#slider {
    max-height: 600px;
    margin: 0 auto;
    overflow: hidden;
}

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

@media (min-width: 992px) {
    #headerpic .theme-default .nivo-controlNav {
        bottom: 100px;
    }
}

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

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

@media (min-width: 992px) {
    #teaser {
        position: relative;
        z-index: 55;
        margin-top: -80px;
    }

    #teaser > .row {
        display: flex;
    }
}

/* google maps */
#page-381767 .boxindent {
    margin: 0;
    min-height: 100px;
    width: 100%;
}

.box {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

#teaser .box {
    height: 100%;
}

.box#kontakt {
    margin-bottom: 60px;
}

/* dog 1 */
.box#kontakt:before {
    background: url('../img/dog_kontakt.png') left no-repeat;
    position: absolute;
    bottom: -26px;
    content: "";
    display: block;
    width: 218px;
    height: 184px;
    z-index: 10;
    right: -95px
}

.box *:not(.row) {
    max-width: 100%;
}

.boxtop {
    background: #fff;
    color: #282828;
    font-size: 22px;
    font-family: 'Merriweather Sans', sans-serif;
    min-height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 6%;
}

.boxbody {
    color: #282828;
}

#teaser .boxbody {
    height: 100%;
}

.boxindent {
    color: #282828;
    padding: 5px 20px;
    margin: 0 auto;
}

.box#kontakt .boxindent {
    padding-right: 130px;
}

.box a {
    color: #416d2f;
    text-decoration: none;
}

.boxbottom {
    height: 20px;
    background-color: #6ab04c;
}


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



#style {
    min-height: 35px;
    line-height: 35px;
    color: #fff;
}

#style a {
    color: #fff;
}

#style a:hover {
    color: #fff;
}


/* ----------------------------------------------- search ----------------------------------------------- */

#search_input::-ms-input-placeholder,#newsletter_input::-ms-input-placeholder {
    color: #2c2c2c !important;
}
#search_input::-webkit-input-placeholder,#newsletter_input::-webkit-input-placeholder {
    color: #2c2c2c !important;
}

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

#search {
    height: 35px;
    width: 100%;
}

#search_form{
    height: 35px;
    float: right;
    background: #fff;
    width: 100%;
}

#search_input {
    width: 86%;
    float: left;
    color: #2c2c2c;
    font-size: 15px;
    font-style: normal;
    background: transparent;
    vertical-align: top;
    padding: 0;
    border: 0;
    line-height: 35px;
    padding-left: 10px;
    height: 35px;
}

#search_submit {
    width: 12%;
    float: right;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 2px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: url('../img/search_submit.png') center no-repeat;
    line-height: 35px;
}

@media(max-width:991px){
    #search_text {
        text-align: left;
        width: 15%;
    }

    #search_form {
        width: 85%;
    }
}

@media(max-width:768px){
    #search{
        margin-bottom: 15px;
    }

    #search_text {
        text-align: left;
        width: 100%;
    }

    #search_form {
        width: 100%;
    }
}




/* ------------------------------------------ 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: #282828;
    font-weight: 300;
    line-height: 1.2em;
    font-family: 'Merriweather Sans', sans-serif;
}

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

}
*/

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


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


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

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

.tab_link {
    color: #282828;
}

.tab_link_mehr {
    color: #416d2f;
}

.tab_link_mehr a {
    color: #416d2f;
}

.tab_link_mandat a {
    color: #282828;
}



/* -------------------------------- 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 bar (19961) --------------------------------------- */

.navbar-default ul.navbar-nav{
    height: 60px;
}

.navbar {
    min-height: 60px;
    margin-bottom: 0px;
    border: none;
}

/* burgermenu - background */
.navbar-default .navbar-toggle {
    background-color: #6ab04c;
    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-default ul.navbar-nav{
        height: auto;
    }

    .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 li .dropdown-menu {
        position: static;
        float: none;
        width: auto;
    }

    /* fixed burgermenu-height */
    /*
    #menu-wrapper-sticky-wrapper{
        max-height: 84px !important;
    }
    */

}

/* menu fixed top (tablet) */

/*** Menü über komplette Breite (1200px) ***/
@media (min-width: 992px) {
    .navbar-default .navbar-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }

    .navbar-default .navbar-nav > li {
        float: none;
        flex-grow: 1;
    }
}

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

.navbar-default .navbar-nav > li {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 20px 20px;
}

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

.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > li.open,
.navbar-default .navbar-nav > li.menue_point_toplevel_19961_over{
    background-color: #568f3e;
}

.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_19961_over > a,
.navbar-default .navbar-nav > li.menue_point_toplevel_19961_over > a:hover,
.navbar-default .navbar-nav > li.menue_point_toplevel_19961_over > a:focus {
    color: #fff;
    font-weight: 300;
}


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

@media(min-width:992px){
    .navbar-default .navbar-nav > li > .dropdown-menu {
        margin-top: 10px;
    }
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    min-width: 200px;
    padding: 0px;    
    background-color: #568f3e;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

.menue_group_19961_start{
    display: none;
}

.menue_group_19961_end{
    display: none;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    padding-right: 75px;
}

/* ------------------------------------------ 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_19961_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_19961_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_19961_over > a:focus {
    color: #fff;
    font-weight: 300;
    background: url('../img/secondlevel_over.png') top right no-repeat;
    background-color: #6ab04c;
}

/* --------------------------------------- thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    min-width: 200px;
    padding: 0px;
    margin: 0;
    background-color: #416d2f;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

/* keep dropdown open in case the secondlevel is active */
.menue_point_secondlevel_19961_over > .dropdown-menu{
    display: block !important;
}

.menue_list_thirdlevel_19961_start {
    display: none;
}

.menue_list_thirdlevel_19961_end {
    display: none;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        position: relative;
        margin-left: 7px;
    }

    /* Thirdlevel - right dropdown */
    .navbar-default .navbar-nav > li > .dropdown-menu > li {
        position: relative;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        position: absolute;
        left: 100%;        
        top: 0;
    }
}

/* --------------------------------------------- thirdlevel --------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 75px;
}

/* ------------------------------------------- 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_19961_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_19961_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_19961_over > a:focus {
    color: #fff;
    font-weight: 300;
    background: url('../img/thirdlevel_over.png') top right no-repeat;
    background-color: #568f3e;
}

