body {
    background: rgb(255, 255, 255) fixed;
}

/* === .off-canvas === */

.off-canvas {
    background-color: rgb(170, 170, 170);
}

    .off-canvas.position-left {
        height: 100%;
    }

    .off-canvas-content {
        background: transparent;
    }

    .off-canvas-wrapper {

    }

    .off-canvas-wrapper .title-bar {
        display: block;
    }

    .off-canvas-wrapper .is-drilldown {
        margin-top: 2.6rem;
    }

    #offCanvasLeft .close-button {
        color: rgb(255, 255, 255);
        cursor: pointer;
        font-size: 2.4em;
        line-height: 1;
        position: absolute;
        right: 0.8rem;
        top: 0;
        height: 2rem;
        z-index: 200;
    }
    #offCanvasLeft .close-button:hover,
    #offCanvasLeft .close-button:focus {
        color: rgb(102, 102, 102);
    }

    #offCanvasLeft .sideNav li:last-child,
    #offCanvasLeft ul.submenu {
        border-bottom: 1px solid rgb(153, 153, 153);
    }

    #offCanvasLeft .sideNav li > a {
        border-top: 1px solid rgb(153, 153, 153);
    }

    #offCanvasLeft .submenu li > a {
        border-top: 1px solid rgb(153, 153, 153);
    }

    #offCanvasLeft .menu > li > a,
    #offCanvasLeft .menu > li > a:visited {
        display: block;
        line-height: 1;
        padding: 0.7rem 1rem;
        color: rgb(255, 255, 255);
    }

    #offCanvasLeft .menu > li > a:hover,
    #offCanvasLeft .menu > li > a:active,
    #offCanvasLeft .menu > li > a:focus {
        color: rgb(102, 102, 102);
        background-color: rgb(204, 204, 204);
    }

    #offCanvasLeft .menu .is-submenu-parent-item a {
        font-weight: bold;
    }

    #offCanvasLeft .js-drilldown-back > a::before {
        border-color: transparent rgb(102, 102, 102) transparent transparent;
    }

    #offCanvasLeft .js-drilldown-back > a:hover::before {
        border-color: transparent rgb(102, 102, 102) transparent transparent;
    }

    #offCanvasLeft .is-drilldown-submenu {
        background-color: rgb(153, 153, 153);
    }

    #offCanvasLeft .is-drilldown-submenu-parent > a::after {
        border-color: transparent transparent transparent rgb(255, 255, 255);
    }

    #offCanvasLeft .is-drilldown-submenu-parent > a:hover::after {
        border-color: transparent transparent transparent rgb(102, 102, 102);
    }

    #offCanvasLeft .sideNav li.search {
        border-top: 1px solid rgb(155, 185, 225);
        padding: 0 1rem;
    }

        #offCanvasLeft .sideNav li.search .input-group {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

        #offCanvasLeft .sideNav li.search .button,
        #offCanvasLeft .sideNav li.search .button:visited {
            background-color: rgb(106, 149, 205);
        }

        #offCanvasLeft .sideNav li.search .button:hover,
        #offCanvasLeft .sideNav li.search .button:active,
        #offCanvasLeft .sideNav li.search .button:focus {
            background-color: rgb(155, 185, 225);
        }

    .title-bar-right a,
    .title-bar-right a:visited {
        color: rgb(255, 255, 255);
    }

    .title-bar-right a:hover,
    .title-bar-right a:active,
    .title-bar-right a:focus {
        color: rgb(204, 204, 204);
    }

    .title-bar-right img.wappen {
        height: 28px;
        margin-left: 0.3rem;
    }

/* --- #top --- */

#top {
    position: fixed;
    display: none;
    background-color: transparent;
    min-height: 7rem;
    width: 100%;
    z-index: 10;
    top: 0;
}

    .fixBox {
        background-color: rgb(255, 255, 255);
        /* padding: 0 0.9375rem; */
    }

/* === header === */

header {
    display: none;
    background-color: transparent;
    height: 12rem;
}

/* --- #topRow --- */

#topRow {
    position: relative;
    background-color: transparent;
    height: 8rem;
    width: 100%;
    z-index: 10;
}

    #topRowLeft img {
        margin-top: 1rem;
        padding-left: 0.9375rem;
    }

    ul.right {
        float: right;
    }

    #topRowMiddle {
        margin-top: 1rem;
    }

    #topRowRight {
        margin-top: 1rem;
    }

        #topRowRight a,
        #topRowRight a:visited {
            padding: 0.5rem 0.9375rem;
            color: rgb(102, 102, 102);
        }

        #topRowRight a:hover,
        #topRowRight a:active,
        #topRowRight a:focus {
            color: rgb(123, 123, 123);
        }

    #searchform {
        padding-bottom: 0;
    }

        #searchform [type="search"] {
            -moz-appearance: none;
            background-color: rgb(255, 232, 197);
            border: 1px solid rgb(125, 125, 125);
            border-radius: 0;
            box-shadow: 0 1px 2px hsla(0, 0%, 4%, 0.1) inset;
            box-sizing: border-box;
            color: rgb(10, 10, 10);
            display: block;
            font-family: inherit;
            font-size: 1rem;
            height: 2.4375rem;
            margin: 0 0 1rem;
            transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
            max-width: 10rem;
        }

        #searchform .input-group-field {
            border-radius: 0;
            height: 1.8rem;
            padding: 0.1rem 0.5rem 0 0.5rem;
            width: 15rem;
        }

        #searchform .input-group {
            margin-bottom: 0 !important;
        }

        #searchform a.button {
            color: rgb(255, 255, 255);
        }

/* --- #navRow --- */

#navRow {
    position: relative;
    display: none;
    background-color: transparent;
    border-bottom: 1px solid rgb(230, 230, 231);
    width: 100%;
    z-index: 10;
    height: 4.05rem;
}

    #navRow .wappen img {
        padding: 0.2rem 0 0.5rem;
        width: 35px;
        margin-right: 0.9375rem;

    }

    #navRow .navBox {
        min-height: 3.5rem;
    }

/*

    #mainNav .menu > li:first-child > a {
        padding: 0.7rem 1rem 0.7rem 0;
    }


        #navRow .navBox nav {
            position: relative;
            left: -0.9375rem;
        }
*/

    #mainNav .first {
        font-weight: bold;
        max-width: 24vh;
    }

        .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
            border-color: rgb(153, 153, 153) transparent transparent;
            margin-top: -15px;
        }

        .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after,
        .dropdown.menu li.is-active > a::after {
            border-color: rgb(255, 255, 255) transparent transparent;
        }

        #mainNav .first a {
            color: rgb(0, 0, 0);
        }

        #mainNav .first > a.main {
            height: 4rem;
            overflow: hidden;
        }

        #mainNav .first.is-active a {
            background-color: rgb(123, 123, 123);
            color: rgb(255, 255, 255);
        }

        #mainNav .first a:hover,
        #mainNav .first a:active {
            background-color: rgb(123, 123, 123);
            color: rgb(255, 255, 255);
        }

        #mainNav .first .sub  {
            margin-top: 0.3rem;
            font-weight: normal;
            font-size: 0.8rem;
        }

        #mainNav ul.is-dropdown-submenu {
            background: transparent url("images/bg_submenu.png") no-repeat scroll left bottom / 100% auto;
            border: 0 !important;
            padding-bottom: 1.1rem;
        }

        #mainNav .dropdown.menu > li.is-dropdown-submenu-parent > a {
            padding-right: 1.3rem;
        }

        #mainNav li.sec a {
            padding: 0.5rem 1rem;
            font-weight: normal;
            font-size: 1rem;
        }

            #mainNav li.sec a.next {
                padding-left: 1.5rem;
            }

        #mainNav li.sec a:hover {
            background-color: rgb(123, 123, 123);
        }

        #mainNav li.cat {
            background-color: rgb(123, 123, 123);
            font-weight: bold;
            font-size: 1rem;
            color: rgb(255, 255, 255);
        }
            #mainNav li.cat a {
                font-weight: bold;
            }

    .is-dropdown-submenu {
        min-width: 300px;
    }

/* --- #headRow --- */

#headRow {
    padding-top: 0.9375rem;
    background-color: transparent;
}

    #headRow .slickSlider figure.headImage {
        position: relative;
        margin: 0;
    }

    .headImage .caption {
        bottom: 0;
        right: 0.02rem;
        margin-bottom: 0;
        position: absolute;
        vertical-align: bottom;
        z-index: 2;
    }

    .headImage .captionInfo,
    .headImage .captionInfo:visited {
        display: block;
        color: rgb(255, 255, 255);
        background-color: rgba(222, 222, 222, 0.5);
        padding: 0.7rem 1rem;
    }

    .headImage a.captionInfo:focus,
    .headImage a.captionInfo:active,
    .headImage a.captionInfo:hover {
        background-color: rgb(153, 153, 153);
    }

/* === main === */

main {
    background-color: rgb(230, 230, 231);
    min-height: 40rem;
}

    main #mainRow {
        min-height: 40rem;
    }

    main .contentBox {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }

        main .contentBox .colorHeader {
            background-color: #cccccc;
            padding: 0.46875rem 0.9375rem;
            font-weight: bold;
            color: rgb(255, 255, 255);
        }

            main .contentBox .colorHeader h2 {
                color: rgb(255, 255, 255);
                font-size: 1.4rem;
                margin-bottom: 0;
            }

        main .contentBox .whiteBox {
            background-color: rgb(255, 255, 255);
            padding: 0.46875rem 0.9375rem;
        }

    .subMenu {

    }

        ul.subMenu {
            margin-left: 0;
            line-height: 1.8;
            list-style: none;
            padding: 0;
        }

            ul.subMenu li.first {
                font-weight: bold;
                padding-left: 1.3em;
            }

            ul.subMenu li.hasSub a::after {
                content: '\0020\f105';
                font-family: FontAwesome, sans-serif;
            }

            ul.subMenu li.first:before {
                content: ""; /* FontAwesome Unicode */
                display: inline-block;
                margin-left: -1.3em; /* same as padding-left set on li */
                width: 0; /* same as padding-left set on li */
            }

            ul.subMenu li {
                padding-left: 1.3em;
            }

                ul.subMenu li:before {
                    content: "\f101"; /* FontAwesome Unicode */
                    font-family: FontAwesome;
                    display: inline-block;
                    margin-left: -1.3em; /* same as padding-left set on li */
                    width: 1.3em; /* same as padding-left set on li */
                }

                ul.subMenu li a {
                    padding: 0.2rem 0;
                }

            ul.subMenu li.first ul {
                list-style-type: none;
                margin-left: 0;
                font-weight: normal;
            }

            ul.subMenu .next {
                margin-left: 1rem;
                padding: 0.2rem 0;
            }

                ul.subMenu ul {
                    list-style-type: none;
                    font-size: 0.9rem;
                }

                ul.sub a {
                    font-size: 0.9rem;
                }

/* --- .specialBox --- */

.specialBox {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

    .geContent .specialBox {
        margin-top: 0;
        margin-bottom: 1.875rem;
    }

    .specialBox .widthImage {
        background-color: rgb(255, 255, 255);
    }

        .specialBox .widthImage img {
            width: 100%;
        }

    .specialBox .widthImage figure {
        margin: 0;
    }

    .specialBox .title {
        background-color: rgb(153, 153, 153);
        padding: 0.46875rem 0.9375rem;
    }

        .specialBox .title h2 {
            color: rgb(255, 255, 255);
            font-size: 1.4rem;
            margin-bottom: 0;
        }

    .specialBox .text {
        background-color: rgb(255, 255, 255);
        padding: 0.9375rem 0.9375rem;
    }

    .specialBox .footer:first-child {
        padding: 0.46875rem 0.9375rem;
    }

    .specialBox .footer {
        color: rgb(255, 255, 255);
        background: transparent url("images/bg_boxFooter.png") no-repeat scroll right bottom;
        padding: 0.46875rem 0.9375rem 0 0.9375rem;
    }

        .specialBox .news-single .footer {
            color: #888;
            background-color: transparent;
            padding: 0.5rem 0 0 0;
        }

    .specialBox .footer:last-child {
        padding: 0.46875rem 0.9375rem;
    }

        .specialBox .footer a,
        .specialBox .footer a:visited {
            color: rgb(255, 255, 255);
            font-weight: bold;
        }

        .specialBox .footer a:active,
        .specialBox .footer a:focus,
        .specialBox .footer a:hover {
            margin-bottom: 0;
            color: rgb(123, 123, 123);
        }

        .specialBox .footer p {
            margin-bottom: 0;
        }

        .specialBox .news {
            margin-bottom: 0 !important;
            margin-top: 0 !important;
            padding: 0;
        }

        .specialBox .addressBox:last-child  {
            margin-bottom: 0;
        }

/*

        .specialBox .geContent.row {
            margin-left: 0;
            margin-right: 0;
        }

            .specialBox .geContent.row .column {
                margin-left: 0;
                margin-right: 0;
            }

        .specialBox .geContent .column {
            padding-top: 0.9375rem;
            padding-bottom: 0.9375rem;
            padding-left: 1.875rem;
            padding-right: 1.875rem;
        }




*/

/* pagination */
.pagination a, .pagination button {
    padding: 0.1875rem 0.225rem;
    font-size: 1rem;
}


/* === footer === */

footer {
    background-color: rgb(230, 230, 231);
    color: rgb(255, 255, 255);
}

    footer .menu > li > a {
        display: block;
        line-height: 1;
        padding: 0.7rem 0.5rem;
        margin-left: 1rem;
    }

/* === #footHeadRow  === */

#footHeadRow {
    background: transparent url("images/bg_footer_small.png") no-repeat scroll center bottom / 100% auto;
    min-height: 3rem;
}

/* === #footRow  === */

#footRow {
    background-color: rgb(123, 123, 123);
    min-height: 15rem;
    z-index: 1;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

    #footRow ul {
        list-style-type: none;
        margin-left: 0;
    }

    #footRow ul ul {
        margin-top: 1rem;
    }

    #footRow ul > li > a {
        font-weight: bold;
    }

    #footRow ul li.cat a {
        font-weight: normal;
    }

    #footRow ul > li li > a {
        font-weight: normal;
    }


    #footRow a,
    #footRow a:visited {
        color: rgb(255, 255, 255);
    }

    #footRow a:hover,
    #footRow a:active,
    #footRow a:focus {
        color: rgb(204, 204, 204);
    }

    #footRow .cat {
        font-size: 0.9rem;
        font-weight: bold;
    }
    #footRow .under a {
        font-size: 0.9rem;
        font-weight: normal;
    }


/* === #copyRow  === */

#copyRow {
    background-color: rgb(104, 104, 104);
    min-height: 7rem;
    padding: 1rem 0;
}

    #copyRow .institution {
        padding-bottom: 1rem;
        color: rgb(204, 204, 204);
    }

    #copyRow a,
    #copyRow a:visited {
        padding: 0.5rem 0.7rem;
        color: rgb(255, 255, 255);
    }

    #copyRow a:last-child {
        padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    }

    #copyRow a:hover,
    #copyRow a:active,
    #copyRow a:focus {
        color: rgb(204, 204, 204);
    }

    #copyRowRight {
        margin-bottom: 3.5rem;
    }

/* === ======================== === */

/* --- button --- */

.button {
    background-color: rgb(104, 104, 104);
}

.button:focus,
.button:hover {
    background-color: rgb(123, 123, 123);
}

/* --- figure --- */

figure {
    margin: 0.5rem 0;
}

#mainRow p:last-child,
#mainRow ul:last-child {
    margin-bottom: 0;
}



/* --- calender --- */

#calendar .co-calendar-list {
    display: none;
}



/* --- .co-calendar --- */
.co_calendar-event-day.event {
    border-left: 2px solid rgb(0, 118, 185);
}
.today .co_calendar-event-date {
    color: rgb(0, 118, 185);
}
.fc-state-default,
.fc-button {
    background: rgb(0, 118, 185) !important;
}
.fc-state-active {
    background-color: #cccccc !important;
}
.fc-title {
    color: rgb(0, 118, 185);
}
.fc-agendaWeek-view .fc-event .fc-bg,
.fc-agendaDay-view .fc-event .fc-bg {
    background: rgb(0, 118, 185) !important;
}
.fc td.fc-day-number.fc-today {
    background: rgb(0, 118, 185) !important;
}
.fc-unthemed .fc-today {
    background: rgba(0, 118, 185, 0.1) !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}