@font-face { font-family: 'SeccaKjG';
             src: url('../img/SeccaKjG-Rg.otf') format('truetype');
             font-weight: normal;}
@font-face { font-family: 'SeccaKjG';
             src: url('../img/SeccaKjG-It.otf') format('truetype');
             font-style: italic;}
@font-face { font-family: 'SeccaKjG';
             src: url('../img/SeccaKjG-Bd.otf') format('truetype');
             font-weight: bold;}
@font-face { font-family: 'SeccaKjG';
             src: url('../img/SeccaKjG-Bd-It.otf') format('truetype');
             font-weight: bold;
             font-style: italic;}

body {
    font-family: SeccaKjG, sans-serif;
    color: #656565;
    background: #ffffff;
}

a {
    color: #00adba;
}

a:hover {
    color: #00adba;
}

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

#content-wrapper{
    padding: 20px 15px 20px 15px;
}

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


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

/* change to #footer for inner-containment */
#footer-wrapper {
    background: rgb(0,132,142); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,132,142,1) 0%, rgba(0,173,186,1) 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,132,142,1) 0%,rgba(0,173,186,1) 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,132,142,1) 0%,rgba(0,173,186,1) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 25px 0px;
}
@media (max-width: 767px) {
    #footer-wrapper {
        padding: 10px 0px;
    }
}

#footer {
    color: #434343;
}

/*  xs  */
@media (max-width: 767px) {
    /* xs-footer-separator (lines) */
    #footer .row > .col-xs-12:not(:first-child)::before{
        background: #ffffff;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 15px 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;
    }
}

#innerfooter {
    line-height: 40px;
    color: #434343;
    font-weight: normal;
    font-style: normal;
    padding: 15px 0px 0px 0px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.44);
}


#innerfooter a {
    color: #434343;
    text-decoration: none;
}

#innerfooter a:hover {
    color: #434343;
    font-weight: normal;
}


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

@media (max-width: 991px) {
    #AAAAAH{
        display: none;
    }
}

.dropdown-menu > li > a {
    padding: 3px 20px 3px 30px;
}

#topbar {
    max-width: 1171px;
    margin: 0 auto;
}

#topbar_pos {
    height: 95px;
    background: #ffffff;
    border-bottom: 5px solid #00adba;
    position: fixed;
    top: 0;
    z-index: 56;
}

@media (max-width: 991px) {
    #topbar_pos {
        width: 100%;
    }

}

#menu-wrapper{
    background-color: transparent;
}

#logo {
    min-height: 0px;
    padding: 20px 0px 0px 15px;
}
@media (max-width: 991px) {
    #logo {
        display: none;
    }
}

#logo a {
    max-width: 100%;
    display: inline-block;
}

#logo img {
    margin: 0 auto;
}

/* small logo */
#navbar-logo{
    max-width: 70%;
    display: inline-block;
    padding: 15px 10px;
}

#navbar-logo img{
    max-width: 100%;
}

#vernetzt {
    /* padding: 10px 0; */
}

/* xs, sm */
@media (max-width: 991px) {
    /*
    #vernetzt {
        padding: 20px 0px 0px 0px;
    }
    */
}

#content_buttons_div {
    top: 45%;
}

/* xs, sm, md  */
@media (max-width: 1199px) {
    /*  custom stuff here  */
}

/* xs, sm */
@media (max-width: 991px) {
    /*  custom stuff here  */

    /* hide side-labels */
    #content_buttons_div {
        display: none;
    }

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

/*  xs  */
@media (max-width: 767px) {
    /*  custom stuff here  */
}

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


#headerpic {
    height: 578px;
}
@media (max-width: 991px) {
    #headerpic {
        height: 250px;
    }
}

.slider-mask{
    display: none;
}

#padding_logo {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 991px) {
    #padding_logo {
        padding-right: 15px;
        padding-left: 15px;
    }

}

#padding_menu {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 991px) {
    #padding_menu {
        padding-right: 15px;
        padding-left: 15px;
    }

}

#padding_fb {
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 991px) {
    #padding_fb {
        padding-right: 15px;
        padding-left: 15px;
    }

}

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

.box {
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.18);
    min-height: 310px !important;
}

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

.boxtop1 {
    background: url('../img/kalender_bg.jpg') right no-repeat #00adba;
    color: #002f33;
    font-size: 22px;
    font-family: SeccaKjG, sans-serif;
    min-height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 6%;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.44);
}
@media (max-width: 991px) {
    .boxtop1 {
        padding: 0px 50px 0px 6%;
    }
}

.boxtop2 {
    background: url('../img/wetter_bg.jpg') right no-repeat #00adba;
    color: #002f33;
    font-size: 22px;
    font-family: SeccaKjG, sans-serif;
    min-height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 6%;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.44);
}
@media (max-width: 991px) {
    .boxtop2 {
        padding: 0px 50px 0px 6%;
    }
}

.boxtop3 {
    background: url('../img/so-erreichen_bg.jpg') right no-repeat #434343;
    color: #00adba;
    font-size: 22px;
    font-family: SeccaKjG, sans-serif;
    min-height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 6%;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.44);
}
@media (max-width: 991px) {
    .boxtop3 {
        padding: 0px 50px 0px 6%;
    }
}

.boxtop {
    background: #00adba;
    color: #002f33;
    font-size: 22px;
    font-family: SeccaKjG, sans-serif;
    min-height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 6%;
}

/*
#weather .boxtop {
    background: url('../img/bg_box_weather.jpg') top left no-repeat;
}
*/

.boxbody {
    color: #656565;
    min-height: 50px;
}

.boxindent1 {
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

.boxindent {
    color: #656565;
    width: 88%;
    padding: 5px 0;
    margin: 0 auto;
}

.box a {
    color: #00adba;
    text-decoration: underline;
}

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


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



#style {
    min-height: 0px;
    padding: 15px 0px 0px 0px;
}
@media(max-width:991px){
    #style {
        display: none;
    }
}

#switch {
    float: left;
    font-size: 1px;
    line-height: 1px;
}


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

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


#search_form{
    height: 27px;
    float: right;
    background: transparent;
    width: 100%;
}

#search_input {
    width: 100%;
    float: left;
    color: #002f33;
    font-size: 12px;
    font-style: normal;
    background: #eaeaea;
    vertical-align: top;
    padding: 0;
    border-radius: 5px;
    line-height: 27px;
    padding-left: 10px;
    height: 27px;
}

#search_submit {
    width: 20%;
    float: left;
    margin: 12px 0px 0px 0px;
    padding: 3px 10px 0px 10px;
    cursor: pointer;
    background: #00adba;
    border-radius: 5px;
    border: 1px solid #1ee0ef;
    color: #002f33;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.44);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.34);
}
@media(max-width:991px){
    #search_submit {
        width: 33%;
    }
}

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

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

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


/* ------------------------------------------ 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: #3c3c3c;
    font-weight: bold;
    line-height: 1.2em;
    font-family: SeccaKjG, sans-serif;
}

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

}
*/

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


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


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

.tab_link_title a {
    color: #656565;
    font-weight: normal;
}

.tab_link {
    color: #656565;
}

.tab_link_mehr {
    color: #656565;
}

.tab_link_mehr a {
    color: #00adba;
}

.tab_link_mandat a {
    color: #00adba;
}



/* -------------------------------- 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 (18267) --------------------------------------- */
#myNavbar {
    margin-left: 25px;    
}

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

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

/* burgermenu - background */
.navbar-default .navbar-toggle {
    background-color: #00adba;
    border-color: transparent;
}

/* burgermenu - mouseover */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #00adba;
}

/* 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: table;
        width: 100%;
        table-layout: auto;
    }

    .navbar-default .navbar-nav > li {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.menue_list_toplevel_18267 > li:hover .dropdown-menu{
    display: block !important;
}

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

.navbar-default .navbar-nav > li {
    /*
    background: url('../img/toplevel.jpg') top left no-repeat;
    */
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    padding: 10px 5px;
}

#toplevel1_18267 a.navpoint_toplevel_18267 {
    background: #f58220;
}

#toplevel2_18267 a.navpoint_toplevel_18267 {
    background: #fcaf17;
}

#toplevel3_18267 a.navpoint_toplevel_18267 {
    background: #952d4f;
}

#toplevel4_18267 a.navpoint_toplevel_18267 {
    background: #a6ce39;
}

#toplevel5_18267 a.navpoint_toplevel_18267 {
    background: #5f316c;
}

#toplevel6_18267 a.navpoint_toplevel_18267 {
    background: #007576;
}

#toplevel7_18267 a.navpoint_toplevel_18267 {
    background: #f05b83;
}

/* -------------------------------------------- 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_18267_over{
    /*
    background: url('../img/toplevel_over.jpg') top right no-repeat;
    */
    background-color: #ffffff;
}

.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_18267_over > a,
.navbar-default .navbar-nav > li.menue_point_toplevel_18267_over > a:hover,
.navbar-default .navbar-nav > li.menue_point_toplevel_18267_over > a:focus {
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}


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

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

.navbar-default .navbar-nav > li > .dropdown-menu {
    padding: 0px;    margin: 0;
    background-color: #00adba;
    /* min-width: px; */
    -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_18267_start{
    display: block;
    height: 8px;
    border-bottom: solid 1px #0d8891;
}

.menue_group_18267_end{
    display: block;
    height: 8px;
    border-top: solid 1px #1dcfdc;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    background-color: transparent; /* override bootstrap */
    color: #002f33;
    font-weight: bold;
    line-height: 30px;
    text-indent: 0px;
    text-align: left;
    background: url('../img/secondlevel.png') left no-repeat;
    border-top: solid 1px #1dcfdc;
    border-bottom: solid 1px #0d8891;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.44);
}

/* ------------------------------------------ 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_18267_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_18267_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_18267_over > a:focus {
    color: #002f33;
    font-weight: bold;
    background: url('../img/secondlevel_over.png') left no-repeat;
    background-color: #a1e1e6;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    padding: 0px;
    margin: 0;
    background-color: #00adba;
    -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_list_thirdlevel_18267_start {
    display: block;
    height: 8px;
    border-bottom: solid 1px #0d8891;
}

.menue_list_thirdlevel_18267_end {
    display: block;
    height: 8px;
    border-top: solid 1px #1dcfdc;
}

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

    /* 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; /*override bootstrap*/
    color: #002f33;
    font-weight: bold;
    line-height: 30px;
    background: url('../img/thirdlevel.png') left no-repeat;
    border-top: solid 1px #1dcfdc;
    border-bottom: solid 1px #0d8891;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.44);
}

/* ------------------------------------------- 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_18267_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_18267_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_18267_over > a:focus {
    color: #002f33;
    font-weight: bold;
    background: url('../img/thirdlevel_over.png') left no-repeat;
    background-color: #a1e1e6;
}

