@font-face {
    font-family: 'Trebuchet MS Bold';
    src: url('../fonts/Trebuchet MS Bold.eot');
    src: url('../fonts/Trebuchet MS Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Trebuchet MS Bold.woff2') format('woff2'), url('../fonts/Trebuchet MS Bold.woff') format('woff'), url('../fonts/Trebuchet MS Bold.svg#Trebuchet MS Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2219;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/Trebuchet MS.eot');
    src: url('../fonts/Trebuchet MS.eot?#iefix') format('embedded-opentype'), url('../fonts/Trebuchet MS.woff2') format('woff2'), url('../fonts/Trebuchet MS.woff') format('woff'), url('../fonts/Trebuchet MS.svg#Trebuchet MS') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2219;
}

/* reset */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

header,
footer,
section,
aside,
nav,
main,
article {
    display: block;
}

body {
    background-color: #ccc;
    font-size: 14px;
    font-family: 'Trebuchet MS', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #777777;
}

a,
a:link,
a:focus {
    text-decoration: underline;
    color: #333333;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:visited {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    opacity: 1;
    color: #e65100;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:active {
    color: #333333;
    text-decoration: none;
}

.white_text {
    color: #fff;
}

.centered {
    text-align: center !important;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #777777;
}

li {
    font-family: 'Trebuchet MS', sans-serif;
}

pre {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

h1 {
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-size: 31px;
    color: #333333;
}

h2 {
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-size: 31px;
    line-height: 41px;
    color: #333333;
    margin: 0 0 18px 0;
}

h3 {
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #3777bb;
    margin-top: 0;
}

h4 {
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-size: 18px;
    color: #333333;
}

img {
    border: none;
}

ul {
    list-style-type: none;
}

.no-pt {
    padding-top: 0 !important;
}

.no-pb {
    padding-bottom: 0 !important;
}

.no-mr {
    margin-right: 0 !important;
}

.no-bt {
    border-top: 0 !important;
}

#seasons-pic {
    background-size: cover;
    background-attachment: scroll;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3);
}

/* ----------container zentriert das layout-------------- */

.container {
    position: relative;
    margin: 0px auto;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 1240px;
}

/* ----------header for logo-------------- */

header {
    position: relative;
    width: 100%;
}

.start-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 470px;
    z-index: 20;
}

.logo {
    position: relative;
    background-color: #3777bb;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    display: block;
    width: 200px;
    margin: -30px auto 0;
}

.logo-link {
    text-decoration: none !important;
}

.logo .txt1 {
    font-family: 'Trebuchet MS Bold';
    font-size: 26.5px;
    line-height: 26px;
    display: block;
    margin-bottom: 4px;
}

.logo .txt2 {
    font-family: 'Trebuchet MS Bold';
    font-size: 10.5px;
    line-height: 10px;
    display: block;
}

.site-title {
    font-size: 55px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin: 30px 0 20px;
}

.site-desc {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin: 0px 0 50px;
    padding: 0 40px;
}

.line-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.line-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.line-top-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: calc(50% - 110px);
    background-color: #fff;
}

.line-top-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 2px;
    width: calc(50% - 110px);
    background-color: #fff;
}

.line-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: calc(50% - 24px);
    background-color: #fff;
}

.line-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: calc(50% - 24px);
    background-color: #fff;
}

.btn-arrow {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-arrow:hover {
    bottom: -17px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-arrow img {
    height: 28px;
    display: block;
}

#social-share {
    float: right;
    font-size: 12px;
    color: #333;
    margin-top: 33px;
}

#social-share span {
    float: left;
    margin-right: 6px;
}

.ScrollTop {
    position: fixed;
    height: 40px;
    width: 40px;
    opacity: 0;
    right: 0px;
    bottom: 120px;
    cursor: pointer;
    background-color: #ffb200;
    z-index: 100;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.ScrollTop:hover {
    background-color: #f90;
}

.ScrollTop img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto;
}

iframe {
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

body.frame {
    background-color: transparent;
}

/* ----------------- content--------------------- */

main.container {
    position: relative;
    padding: 20px 0 0 0;
    z-index: 10;
    width: 100%;
    margin: 0px auto 30px;
}

#content a {
    text-decoration: none;
}

#karte-wrap {
    width: 50%;
}

#de-karte {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 50px;
    margin-top: 60px;
}

#de-karte svg {
    width: 110%;
    max-height: 780px;
    margin-left: 60px;
    position: relative;
}

.karte-shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 70px);
}

.bl {
    cursor: pointer;
}

path {
    fill: #fff;
    stroke: #ccc;
    stroke-width: 1;
    transition: fill 0.5s;
}

g.inactive path {
    fill: #fff;
}

g.active path,
g:hover path {
    fill: #5790cc;
}

.tt-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.select-tt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -60px;
    height: 50px;
    display: inline;
    padding: 15px;
    text-align: center;
    color: #3777bb;
    background-color: #fff;
    width: 300px;
    font-family: 'Trebuchet MS Bold';
    font-size: 14px;
}

.triangle-tt {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #ffffff transparent transparent transparent;
}

.tt {
    position: relative;
    background-color: #fff;
    padding: 0px 15px;
    height: 28px;
    font-family: 'Trebuchet MS Bold';
    font-size: 14px;
    color: #3777bb;
    width: 100%;
}

.tt .tt-flag {
    position: relative;
    top: -1px;
    margin-left: 0px;
    margin-right: 10px;
    height: 26px;
    border: 1px solid #ccc;
}

.tt .tt-shadow {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.tt .tt-close {
    position: absolute;
    right: 12px;
    top: -7px;
    cursor: pointer;
}

.bl-tooltip {
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    text-align: left;
}

.bl-tooltip.tooltip-hide {
    display: none;
}

.bl-tooltip.tooltip-show {
    display: block;
}

#content {
    width: 50%;
    min-width: 700px;
    float: right;
    position: relative;
    z-index: 10;
}

.max-height {
    max-height: 380px;
}

.table-fade {
    display: none !important;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url(../img/table-fade.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    z-index: 5;
}

.table {
    width: 100%;
}

.liste .table a {
    text-decoration: underline !important;
    color: #777777;
    cursor: help;
}

.liste .table a:hover {
    color: #3777bb;

}

.title {
    background-color: #3777bb;
    color: #fff;
    padding: 8px 15px;
    position: relative;
    margin-top: -1px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #ebebeb;
    padding: 8px 15px;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.no-p {
    padding: 0 !important;
}

.btn-view {
    position: absolute;
    right: -35px;
    top: -105px;
}

.btn-view #btn-list {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
    display: block;
    background-color: #fff;
    background-image: url(../img/btn-list.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.btn-view #btn-cal {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
    display: block;
    background-color: #fff;
    background-image: url(../img/btn-cal.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.btn-view #btn-cal:hover,
.btn-view #btn-list:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.btn-view .inactive {
    opacity: 0.8;
}

.kal {
    height: 350px;
    display: none;
}

.kal .table-fade {
    display: none;
}

.dzscalendar.skin-responsive .theMonths {
    height: 210px !important;
}

.cal-legende {
    width: 100%;
    margin-top: 10px;
}

.cal-legende-item {
    float: left;
    margin-right: 20px;
}

.cal-legende-item span {
    float: left;
    height: 15px;
    width: 15px;
    top: 2px;
    margin-right: 8px;
    position: relative;
}

.cal-legende-item span.blue {
    background-color: #5790cc;
}

.cal-legende-item span.lightblue {
    background-color: #83b8ef;
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 16px;
    display: inline-block;
    padding: 0px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    opacity: 0.8;
    background-color: transparent !important;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.resp-tabs-list li:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.resp-tabs-list li a {
    font-size: 18px;
    color: #3777bb;
    margin: 0 10px 0 0;
    font-weight: normal;
    line-height: 50px;
    height: 48px;
    padding: 0 15px;
    display: inline-block;
}

.resp-tabs-container {
    padding: 20px 35px 20px 20px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0px;
    position: relative;
}

.resp-tabs-list li.resp-tab-active {
    background-color: #3777bb;
    color: #fff;
    border-bottom: none;
    margin-bottom: 0px !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#tabs-main {
    float: right;
    position: relative;
}

#tabs-main .resp-tab-active {
    color: #3777bb;
}

#tabs-main .resp-tabs-list li a {
    background-color: #fff;
}

#tabs-year .resp-tabs-list li a,
#tabs-year-ferien .resp-tabs-list li a {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-right: 1px solid #e5e5e5 !important;
    margin: 0;
    color: #3777bb;
    background-color: inherit;
}

#tabs-year .resp-tabs-list li.resp-tab-active,
#tabs-year .resp-tabs-list li:hover,
#tabs-year-ferien .resp-tabs-list li.resp-tab-active,
#tabs-year-ferien .resp-tabs-list li:hover {
    color: #fff;
    background-color: #3777bb !important;
}

#tabs-year .resp-tabs-list li.resp-tab-active a,
#tabs-year .resp-tabs-list li:hover a,
#tabs-year-ferien .resp-tabs-list li.resp-tab-active a,
#tabs-year-ferien .resp-tabs-list li:hover a {
    color: #fff;
}

#tabs-year .resp-tabs-container,
#tabs-year-ferien .resp-tabs-container {
    border-top: 2px solid #3777bb;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    /* !important;*/
}

/*
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
*/

.ferien-select {
    float: right;
    position: relative;
    top: 0px;
    width: 300px;
}

.select-ferien {
    position: relative;
    background-color: #5790cc;
    border: 1px solid #fff;
    padding: 5px 10px 6px;
    float: right;
    top: -26px;
    height: 30px;
}

.select-ferien option {
    padding: 1px 10px;
}

.bl-legende {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    float: right;
    margin-top: 10px;
    min-width: 700px;
}

.bl-legende.mobile {
    display: none;
}

.bl-legende h3 {
    font-size: 14px;
    font-family: 'Trebuchet MS Bold';
}

.bl-legende-ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.bl-legende-ul a {
    color: #3777bb;
}

.bl-btn {
    cursor: pointer;
    color: #3777bb;
}

.bl-btn:hover,
.bl-btn a.active {
    text-decoration: underline !important;
}

.bl-btn.active {
    color: #3777bb;
    text-decoration: underline;
}

.bl-btn span {
    display: inline-block;
    width: 30px;
    color: #777777;
    font-family: 'Trebuchet MS Bold';
}

/* kalender */

.dzscalendar {
    font-family: 'Trebuchet MS';
}

.dzscalendar.skin-responsive .calendar-controls {
    border-bottom: 2px solid #3777bb;
    color: #3777bb;
    min-height: 37px;
    margin-bottom: 0;
}

.dzscalendar.skin-responsive .calendar-controls .arrow-left {
    background-image: url(../img/arrow-left.png);
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    left: 0px;
}

.dzscalendar.skin-responsive .calendar-controls .arrow-right {
    background-image: url(../img/arrow-right.png);
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    right: 0px;
}

.dzscalendar .calendar-controls .curr-date {
    padding-top: 3px;
}

.dzscalendar .calendar-controls .curr-month {
    font-size: 16px;
}

.dzscalendar .calendar-controls .curr-year {
    font-size: 16px;
}

.dzscalendar .headerRow {
    background-color: #f2f2f2;
}

.dzscalendar .headerRow .the-number {
    font-weight: bold;
}

.dzscalendar .week-day .the-number {
    top: 6px;
}

.dzscalendar.skin-responsive .main-mon .week-day {
    border-bottom: 1px solid #ccc;
    width: 14.28%;
}

.dzscalendar.skin-responsive .main-mon .week-day:first-child {
    border-left: none;
}

.dzscalendar .main-mon .other-months-date {
    opacity: 1;
}

.dzscalendar .main-mon .other-months-date span {
    opacity: 0.3;
}

.dzscalendar .hasEvent,
.dzscalendar .hasEventForHover {
    cursor: help;
    background-color: #5790cc;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.dzscalendar .hasEvent:hover,
.dzscalendar .hasEventForHover:hover {
    background-color: #75ade8;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.dzscalendar .hasEvent:hover .dzstooltip {
    visibility: visible;
    opacity: 1;
}

.dzstooltip.skin-whiteheading {
    background-color: #3777bb;
    padding: 10px;
    width: auto;
    min-width: 130px;
}

.dzstooltip.skin-whiteheading > div {
    width: 350px !important;
}

.dzstooltip > div > h5 {
    color: #fff;
    padding-top: 0;
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #326cab;
}

.dzscalendar span.label {
    font-size: 12px;
    line-height: 16px;
    border-radius: 0;
    color: #fff;
    text-align: left;
    font-weight: normal;
    display: block;
    width: 100%;
    padding: 10px 0;
    white-space: normal;
}

.dzscalendar span.label.first {
    border-bottom: 1px solid #326cab;
    font-style: italic;
}

.dzscalendar span.label.second {
    border-top: none;
}

.dzstooltip.skin-whiteheading.arrow-left::before {
    border-color: transparent #3777bb transparent transparent;
}

.dzscalendar .dzstooltip > .tooltip-close {
    height: 28px;
    width: 28px;
    background-color: #fff;
    color: #3777bb;
    opacity: 1;
    visibility: visible;
    text-indent: 0;
    font-size: 15px;
    font-weight: bold;
    display: none;
}

.dzstooltip.skin-whiteheading.arrow-left {
    margin-left: 0;
}

.mon-row .week-day:nth-child(4) .dzstooltip,
.mon-row .week-day:nth-child(5) .dzstooltip,
.mon-row .week-day:nth-child(6) .dzstooltip,
.mon-row .week-day:last-child .dzstooltip {
    right: 100%;
    left: inherit;
}

.mon-row .week-day:nth-child(4) .dzstooltip.skin-whiteheading.arrow-left::before,
.mon-row .week-day:nth-child(5) .dzstooltip.skin-whiteheading.arrow-left::before,
.mon-row .week-day:nth-child(6) .dzstooltip.skin-whiteheading.arrow-left::before,
.mon-row .week-day:last-child .dzstooltip.skin-whiteheading.arrow-left::before {
    border-color: transparent transparent transparent #3777bb;
    left: 100%;
    right: inherit;
}

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

.footer {
    background-color: #fff;
    padding: 10px 20px;
    height: 35px;
    width: 100%;
    float: right;
    margin-top: 10px;
    font-size: 12px;
    min-width: 700px;
}

.footer-nav {
    float: right;
    margin-bottom: 0;
}

.footer-nav li {
    display: inline-block;
    margin: 0 0 0 8px;
}

.footer-nav li a {
    color: #777777;
    text-decoration: none;
    font-size: 12px;
}

.footer-nav li a:hover {
    color: #3777bb;
}

/* scrollbar */

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,

    /* auto-expanded scrollbar */

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #cccccc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #3777bb;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #2b67a7;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #2b67a7;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../img/mCSB_buttons.png);
    /* css sprites */
    background-repeat: no-repeat;
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonUp:active {
    background-position: -80px 0;
    /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonDown:active {
    background-position: -80px -20px;
    /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
}

/* -----------responsive--------------------------- */

@media (max-width: 1420px) {
    /*    #de-karte {
            transform: scale(0.9);
        } */
    #content,
    .bl-legende,
    .footer {
        min-width: inherit;
    }
}

@media (max-width: 1300px) {
    #de-karte svg {
    }
}

@media (max-width: 1199px) {
    #de-karte {
        width: 50%;
    }

    .tt {
        font-size: 12px;
    }

    #content,
    .bl-legende,
    .footer {
        min-width: inherit;
    }

    .bl-tooltip {
    }
}

@media (max-width: 1000px) {
    #content,
    .bl-legende,
    .footer {
        min-width: inherit;
        width: 100%;
    }

    #de-karte {
        transform: scale(1);
        width: 50%;
        left: 50%;
        margin-left: -25%;
    }

    #de-karte svg {
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    header {
        overflow: hidden;
        margin-top: 30px;
    }

    .start-container {
        width: 100%;
    }

    #de-karte {
        width: 100%;
        left: 0;
        margin-left: 0;
        display: none;
    }

    .line-left, .line-right, .line-bottom-left, .line-bottom-right {
        display: none;
    }

    .bl-legende {
        display: none;
    }

    .bl-legende.mobile {
        display: block;
        margin-bottom: 30px;
    }

    .bl-legende h3 {
        font-size: 18px;
        text-align: center;
    }

    .bl-legende-ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .bl-legende-ul li {
        padding: 3px 0;
    }

    .liste .table tr td:nth-child(3) {
        display: none;
    }

    .dzstooltip.skin-whiteheading {
        max-width: 200px;
    }

    .dzstooltip.skin-whiteheading > div {
        width: 180px !important;
    }

    .dzstooltip.arrow-left {
        top: -150px;
    }

    .dzstooltip.arrow-left:before {
        top: 150px;
    }

    .ferien-select {
        float: none;
        top: 0;
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #fff;
    }

    .cal-legende {
        margin-top: -10px;
    }

    .footer {
        height: auto;
        text-align: center;
    }

    .footer-nav {
        float: none;
        margin-top: 5px;
    }
}

@media (max-width: 580px) {

}

.fewobird-logo {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
}