 class="single-digithemen"';/*
    STYLES.CSS
 */
@import "./insta-gallery.css";

/* start fonts */

@font-face {
    font-family: 'Rotis';
    src: url("../fonts/Rotis_Semi_Serif_Std/RotisSemiSerifPro-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Rotis';
    src: url("../fonts/Rotis_Semi_Serif_Std/RotisSemiSerifPro-Bold.ttf") format("truetype");
    font-weight: 700;
}


@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit/Outfit-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit/Outfit-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit/Outfit-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit/Outfit-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'Outfit';
    src: url("../fonts/Outfit/Outfit-Bold.ttf") format("truetype");
    font-weight: 700;
}

/* end fonts */

/* start header styles */

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

body.bigger, body.bigger a, body.bigger .h4 {
    font-size: 22px !important;
    line-height: 26px !important;
}

body.bigger input::placeholder, body.bigger input {
    font-size: 20px !important;
    line-height: 20px !important;
}

body.bigger h2, body.bigger .h2 {
    font-size: 30px;
    line-height: 34px;
}

body.bigger .groesser {
    display: none;
}

body .kleiner {
    display: none;
}

body.bigger .kleiner {
    display: inline-block;
}

.kleiner, .groesser {
    cursor: pointer;
}

body .no-scroll {
    overflow-y: hidden;
}

body.bigger .navigation {
    display: none;
}

body.bigger .mobile-menu {
    display: block;
}

body.bigger .mobile-navigation {
    display: block;
}

body.bigger .mobile-navigation a {
    font-size: 32px !important;
    line-height: 36px !important;
}

/*@media (max-width: 500px) {*/
/*    body {*/
/*        font-size: 14px;*/
/*        line-height: 20px;*/
/*    }*/
/*}*/

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 100;
    transition: all 0.3s;
}

.site-header .top-bar {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

@media (max-width: 930px) {
    .site-header .top-bar {
        padding: 10px 0;
    }
}

.site-header .top-bar p {
    margin-bottom: 0;
}

.site-header .top-bar .bariere-freiheit .schriftgroesse, .site-header .top-bar .leichte-sprache, .site-header .top-bar .bariere-freiheit .schrift-wrapper, .site-header .top-bar .bariere-freiheit .schriftgroesse, .site-header .top-bar .kinderlinie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.site-header .top-bar .bariere-freiheit .schriftgroesse, .site-header .top-bar .kinderlinie {
    margin-right: 10px;
}


.site-header .top-bar .leichte-sprache, .site-header .top-bar .kinderlinie {
    cursor: pointer;
}

.site-header .top-bar .kinderlinie img {
    width: 20px;
    height: auto;
}

.site-header .top-bar .leichte-sprache img {
    width: 30px;
    height: 30px;
}

.site-header .top-bar .leichte-sprache.active svg path {
    fill: #00b6d6;
}

.site-header .top-bar .leichte-sprache svg {
    width: 25px;
    height: 25px;
}

.site-header .top-bar .leichte-sprache svg path {
    transition: all 0.3s;
}

.site-header .top-bar .leichte-sprache:hover svg path {
    fill: #00b6d6;
}

.site-header .top-bar .inner .erweiterte-suche a {
    font-family: 'Rotis', sans-serif;
    background: #00B6D6;
    color: #ffffff;
    border: 2px solid #0091ab;
    transition: all 0.3s;
    padding: 8px 5px 5px 5px;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 28px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 28px -22px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 28px -22px rgba(0, 0, 0, 0.75);
}

.site-header .top-bar .inner .erweiterte-suche a:hover {
    background: #ffffff;
    color: #00B6D6;
}

.site-header .top-bar .bariere-freiheit, .site-header .top-bar .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.site-header .top-bar .bariere-freiheit .link-leichte-sprache, .site-header .top-bar .bariere-freiheit .link-kinderlinie {
    color: #000;
    text-decoration: none;
}

@media (max-width: 990px) {
    .site-header .top-bar .inner {
        padding-right: 15px;
    }
}


@media (max-width: 545px) {
    .site-header .top-bar .bariere-freiheit, .site-header .top-bar .inner {
        justify-content: flex-start;
    }
}

.site-header .main-header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 20px 0 20px 0;
    transition: all 0.3s;
}

.site-header .main-header.scrolled-header .inner {
    padding: 20px 0;
}

@media (max-width: 990px) {
    .site-header .main-header .inner {
        padding: 0 15px 20px 0;
    }
}

@media (max-width: 550px) {
    .site-header .main-header .inner {
        padding: 20px 0;
    }
}

.mobile-menu {
    display: none;
    margin-top: 10px;
    cursor: pointer;
}

@media (max-width: 990px) {
    .mobile-menu {
        display: block;
    }
}

.mobile-navigation {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 110;
    left: 100%;
    display: none;
    transition: all 0.75s;
}

@media (max-width: 990px) {
    .mobile-navigation {
        display: block;
    }
}

.mobile-navigation .logo {
    display: block;
    width: 180px;
    height: auto;
}

.mobile-navigation .top-bar {
    margin-bottom: 50px;
}

.close {
    position: absolute;
    right: 25px;
    top: 35px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close img {
    width: 100%;
    height: auto;
}

.mobile-navigation .primary-navigation {
    margin: 0;
    padding-left: 0;
}

.mobile-navigation .primary-navigation li a {
    color: inherit;
    text-decoration: none;
    font-size: 23px;
    line-height: 30px;
}

.mobile-navigation .primary-navigation li .sub-menu {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

.mobile-navigation .primary-navigation li .sub-menu a {
    font-size: 20px;
    line-height: 27px;
}

.mobile-navigation .primary-navigation li {
    list-style: none;
    margin-bottom: 10px;
}

.mobile-navigation .primary-navigation li.has-children:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    background-image: url("../images/arrow-right.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
    transition: all 0.3s;
}

.mobile-navigation .primary-navigation li.has-children.open:after {
    transform: rotate(90deg);
}

.mobile-navigation .primary-navigation li.has-children {
    position: relative;
}

.mobile-navigation.open {
    left: 0;
    padding: 25px;
    display: block;
    justify-content: space-between;
}

@media (max-width: 990px) {
    .mobile-navigation.open {

    }
}

.mobile-menu span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
}

.main-header .inner .navigation {
    width: 70%;
}

@media (max-width: 990px) {
    .main-header .inner .navigation {
        display: none;
    }
}

.main-header .inner ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    margin: 0;
}

@media (max-width: 1160px) {
    .main-header .inner ul {
        gap: 15px;
    }
}

@media (max-width: 1070px) {
    .main-header .inner img {
        width: 200px;
    }
}

.main-header .inner ul li {
    list-style: none;
    padding: 5px 0;
    position: relative;
}

.main-header .inner ul li .sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: -20px;
    padding: 20px;
    background: #fff;
    min-width: 250px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
}

.main-header .inner ul li .sub-menu li a:last-of-type {
    background: inherit;
    color: #000;
    border: none;
    padding: 0;
}

.navigation .has-children:hover .sub-menu {
    display: block;
}

.main-header .inner ul li .sub-menu li:last-of-type a:after {
    display: block;
}

.main-header .inner ul li a {
    position: relative;
    font-family: 'Rotis', 'Outift', sans-serif;
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    /*font-weight: 700;*/
}

.main-header .inner ul li a:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: 0.3s;
}

.main-header .inner ul li a:hover:after {
    width: 100%;
}

.main-header .inner ul li:last-of-type a {
    background: #00B6D6;
    color: #ffffff;
    border: 2px solid #00B6D6;
    transition: all 0.3s;
    padding: 8px 5px 3px 5px;
}

.main-header .inner ul li:last-of-type a:after {
    display: none;
}

.main-header .inner ul li:last-of-type a:hover {
    background: #ffffff;
    color: #00B6D6;
}

.new-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
}

@media (max-width: 990px) {
    .new-navigation {
        display: none;
    }
}

.new-navigation ul {
    display: block !important;
}

.new-navigation ul li:last-of-type a {
    color: inherit !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.new-navigation .two-columns ul {
    column-count: 2;
    column-gap: 20px;
}

.new-navigation .nav ul li {
    padding: 2px 0 !important;
}

.new-navigation ul li:last-of-type a:after {
    display: block !important;
}

.new-navigation .nav .label {
    font-family: 'Rotis', 'Outift', sans-serif;
    color: #706F6F;
    text-transform: uppercase;
    font-size: 14px;
}

.new-navigation .btn-navi {
    display: flex;
    align-items: center;
    background: #00B6D6;
    font-family: 'Rotis', 'Outift', sans-serif;
    color: #ffffff;
    border: 2px solid #0091ab;
    padding: 8px 5px 3px 5px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-box-shadow: inset 0px 0px 28px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 28px -22px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 28px -22px rgba(0, 0, 0, 0.75);
}

.new-navigation .btn-navi:hover {
    background: #ffffff;
    color: #00B6D6;
}

.mobile-navigation .new-navigation {
    display: block;
}

.mobile-navigation .new-navigation .nav {
    font-size: 18px;
    line-height: 20px;
}

.mobile-navigation .new-navigation .nav ul {
    padding-left: 20px;
    margin-top: 5px;
}

.mobile-navigation .new-navigation .nav ul li {
    list-style: none;
}

.mobile-navigation .new-navigation .nav ul li a {
    font-family: 'Rotis', 'Outift', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
}

.mobile-navigation .new-navigation .btn-navi {
    font-family: 'Rotis', 'Outift', sans-serif;
    display: inline-block;
    padding: 8px 5px 3px 5px;
    font-size: 22px;
    line-height: 24px;
}

/* end header styles */

/* start row/column styles */

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -40px;
}

@media (max-width: 768px) {
    .row {
        margin: 20px 0;
    }
}

.row > * {
    padding: 0 40px;
}

@media (max-width: 768px) {
    .row > * {
        padding: 0;
    }
}

.ai-c {
    align-items: center;
}

.start {
    align-items: start;
}

.start h1 {
    margin-top: 0;
}

.mobile-scroll {
    overflow-x: auto;
}

.nmt {
    margin-top: 0;
}

.nmb {
    margin-bottom: 0;
}

.col-12 {
    width: 100%;
}

@media (max-width: 768px) {
    .col-12 {
        width: 100%;
    }
}

.col-11 {
    width: 91.66666667%;
}

@media (max-width: 768px) {
    .col-11 {
        width: 100%;
    }
}

.col-10 {
    width: 83.33333333%;
}

@media (max-width: 768px) {
    .col-10 {
        width: 100%;
    }
}

.col-9 {
    width: 75%;
}

@media (max-width: 768px) {
    .col-9 {
        width: 100%;
    }
}

.col-8 {
    width: 66.66666667%;
}

@media (max-width: 768px) {
    .col-8 {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .audio-row .col-7 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1100px) {
    .audio-row .col-5 {
        width: 100%;
        margin-bottom: 20px;
    }

    .audio-row .col-5 img {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .audio-row .col-5 img {
        max-width: 100%;
    }
}

.col-7 {
    width: 58.33333333%;
}

@media (max-width: 768px) {
    .col-7 {
        width: 100%;
    }
}

.col-6 {
    width: 50%;
}

@media (max-width: 768px) {
    .col-6 {
        width: 100%;
    }
}

.col-5 {
    width: 41.66666667%;
}

@media (max-width: 768px) {
    .col-5 {
        width: 100%;
    }
}

.col-4 {
    width: 33.33333333%;
}

@media (max-width: 768px) {
    .col-4 {
        width: 100%;
    }
}

.col-3 {
    width: 25%;
}

@media (max-width: 768px) {
    .col-3 {
        width: 100%;
    }
}

.col-2 {
    width: 16.66666667%;
}

@media (max-width: 768px) {
    .col-2 {
        width: 100%;
    }
}

.col-1 {
    width: 8.33333333%;
}

@media (max-width: 768px) {
    .col-1 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .row > * {
        margin: 10px 0;
    }
}

.anmelde-wrapper img {
    max-width: 170px;
}

.spalten-2, .spalten-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
}

.spalten-2 h2, .spalten-3 h2 {
    margin-top: 0;
}

@media (max-width: 800px) {
    .spalten-2 .inner {
        gap: inherit;
    }
}

.spalten-2 .inner:nth-child(1), .spalten-3 .inner:nth-child(1) {
    animation-delay: 1s;
}

.spalten-2 .inner {
    opacity: 0;
    width: calc(50% - 16px);
}

@media (max-width: 800px) {
    .spalten-2 .inner {
        width: 100%;
    }
}

.spalten-3 .inner {
    width: calc(33.33% - 16px);
    opacity: 0;
    font-size: 22px;
    line-height: 26px;
}

.text-left .inner:nth-child(2) {
    animation-delay: 2s;
}

.text-left .inner:nth-child(3) {
    animation-delay: 3s;
}

.text-left .inner {
    visibility: visible;
    animation-name: slideLeft;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.text-appearance .inner {
    opacity: 0;
}

.appear .inner:nth-child(2) {
    animation-delay: 1s;
}

.appear .inner {
    visibility: visible;
    animation-name: appear;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1050px) {
    .spalten-3 .inner {
        width: 100%;
    }
}

.text-center {
    text-align: center;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

/* end row/column styles */

/* start Gallery Images styles */

.gallery-images {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.gallery-images .inner {
    width: calc(25% - 16px);
}

.gallery-images .inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end Gallery Images styles */

/* start Swiper styles */

.swiper-new-container, .swiper-second {
    overflow: hidden;
}

.swiper-new-container .swiper-slide, .swiper-second .swiper-slide {
    width: 60%;
}

.swiper-new-container .swiper-slide .text, .swiper-second .swiper-slide .text {
    font-size: 14px;
    font-weight: 18px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #00B6D6;
}

/*.swiper-new-container .swiper-wrapper {*/
/*    max-width: 80%;*/
/*}*/

.swiper-new-container img, .swiper-second img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

/* end Swiper styles */

/* start table styles */

.mobile {
    position: relative;
    display: none;
}

.mobile:after {
    content: '';
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -20px;
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 9px;
    height: 16px;
}

@media (max-width: 1000px) {
    .mobile {
        display: inline-block;
        margin: 15px 0;
        font-size: 20px;
        line-height: 20px;
        font-family: 'Rotis';
    }
}

table tr td {
    min-width: 100px;
    border: 1px solid #000;
    transition: all 0.3s;
}

table tr td.hasAudio:hover {
    background: #00B6D6;
    color: #fff;
}

table tr td:first-of-type {
    font-weight: 500;
    cursor: inherit;
}

@media (max-width: 1000px) {
    .bld-accordion-wrapper .open table tr td:first-of-type {
        position: sticky;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .bld-accordion-wrapper .open table tr td:first-of-type:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #000;
    }
}

table tr td:first-of-type:hover {
    background: inherit;
    color: inherit;
}

table tr:first-of-type td {
    font-weight: 500;
}

table {
    width: 100% !important;
    border-collapse: collapse;
}

@media (max-width: 1000px) {
    table {
        width: 150% !important;
    }
}

@media (max-width: 820px) {
    table {
        width: 200% !important;
    }
}

@media (max-width: 600px) {
    table {
        width: 250% !important;
    }
}

@media (max-width: 450px) {
    table {
        width: 300% !important;
    }
}

table tr td audio {
    display: none;
}

table tr td.hasAudio {
    position: relative;
    cursor: pointer;
}

table tr td.hasAudio:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url("../images/lautstaerke.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

@media (max-width: 600px) {
    table tr td.hasAudio:after {
        width: 15px;
        height: 15px;
    }
}

table tr td.hasAudio:hover:after {
    background-image: url("../images/lautstaerke-white.svg");
}

table tr td.active {
    background: #00B6D6;
    color: #fff;
}

table tr td.active:after {
    background-image: url("../images/lautstaerke-white.svg");
}

/* end table styles */

/* start audio styles */

.audio-cover {
    display: flex;
    align-items: center;
}

.audio-cover .cover {
    max-width: 80px;
    max-height: 80px;
    height: 80px;
    width: 80px;
}

.audio-cover .audio {
    /*width: calc(100% - 80px);*/
    background: #f0f3f4;
    padding: 14px 0 6px 0;
    max-height: 80px;
}

@-moz-document url-prefix() {
    .audio-cover .audio {
        background: #1B1B1B;
        padding: 20px 0 14px 0;
    }
}

/* end audio styles */

/* start main styles */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.container {
    /*padding: 0 15px;*/
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1230px;
    width: 100%;
    height: inherit;
    display: block;
}

.site-content-contain {
    /*padding: 15px;*/
    margin-top: 190px;
    min-height: calc(100vh - 480px);
}

@media (max-width: 558px) {
    .site-content-contain {
        margin-top: 230px;
    }
}

.leichte-sprache, .kinderlinie {
    font-family: Outfit !important;
}

.kinderlinie .listing .listing-item .sub-headline-listing, .leichte-sprache .listing .listing-item .sub-headline-listing {
    font-family: Outfit !important;
}

.kinderlinie .sub-headline, .leichte-sprache .sub-headline {
    font-family: Outfit !important;
    margin-top: -15px;
    font-weight: 500;
}

.leichte-sprache p, .kinderlinie p {
    font-size: 21px;
    line-height: 29px;
}

.leichte-sprache h1, .leichte-sprache .h1, .leichte-sprache h2, .leichte-sprache .h2, .leichte-sprache h3, .leichte-sprache .h3, .kinderlinie h1, .kinderlinie .h1, .kinderlinie h2, .kinderlinie .h2, .kinderlinie h3, .kinderlinie .h3 {
    font-family: Outfit !important;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 33px;
}

.leichte-sprache .breadcrumb, .kinderlinie .breadcrumb {
    font-family: Outfit !important;
    font-size: 21px;
    line-height: 29px;
}

.leichte-sprache .space {
    margin-bottom: 50px;
}

.leichte-sprache .ai-c {
    align-items: start;
}

.spacer {
    padding: 20px 0;
}

.breadcrumb {
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-weight: 600;
}

p {
    margin-top: 0;
}

.small-text {
    font-size: 14px;
    line-height: 16px;
}

.site-content-contain a {
    text-decoration: none;
    color: inherit;
}


.slide-in-left {

    /* initially hide animatable objects */
    visibility: hidden;

    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/**
Sticky
 */

.sticky {
    position: sticky;
    z-index: -1;
}

.sticky-content {
    position: relative;
    z-index: -1;
    background: #0091ab;
    color: #ffffff;
    left: 0;
}

.sticky-content .col-image {
    position: sticky;
    display: block;
    margin: 0 auto;
    z-index: 0;
}

.sticky-content .col-text {
    position: sticky;
    top: auto;
    bottom: 100px;
    width: 90%;
    margin-top: 100px;
    z-index: 1;
}

/* show objects being animated */
.slide-in-left-active {
    visibility: visible;

    animation-name: slideInLeft;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(200%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}


.slide-in-right {

    /* initially hide animatable objects */
    visibility: hidden;

    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* show objects being animated */
.slide-in-right-active {
    visibility: visible;

    animation-name: slideInRight;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.animate-blue {
    position: relative;
    color: #fff;
    padding: 30px 0;
}

.animate-blue * {
    z-index: 1;
}

.animate-blue:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #0091ab;
    color: #ffffff;
    z-index: 0;
    transition: all 1.5s;
}

.blue:before {
    height: 100%;
}


.animate-half {
    position: relative;
    color: #fff;
    padding: 30px 0;
}

.animate-half * {
    z-index: 1;
}

.animate-half:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0091ab;
    color: #ffffff;
    z-index: 0;
    transition: all 1.5s;
}

.animate-half:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0091ab;
    color: #ffffff;
    z-index: 0;
    transition: all 1.5s;
}

.blue-half:before {
    width: 50%;
}

.blue-half:after {
    width: 50%;
}


.animate-image {
    position: relative;
}

.animate-image .image {
    min-height: 600px;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.animate-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
    transition: all 1.5s;
}

.animate-image:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
    transition: all 1.5s;
}

.image-full:before {
    width: 0;
}

.image-full:after {
    width: 0;
}

.header-image {
    margin-top: -30px;
}

.header-image .image {
    position: relative;
    overflow: hidden;
}

.header-image .image h1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #0091ab;
    font-size: 66px !important;
    line-height: 73px !important;
    padding: 40px 40px 30px 40px;
    margin-top: 0;
}

@media (max-width: 500px) {
    .header-image .image h1 {
        padding: 20px 20px 15px 20px;
    }
}

.header-image img {
    width: 100vw;
    object-fit: cover;
    height: 100%;
    max-height: 70vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
    animation: increase 30s linear 10ms infinite;
}

@keyframes increase {
    0% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(1.3)
    }
    100% {
        transform: scale(1.1)
    }
}


img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-not-full-height img {
    object-fit: contain;
    max-height: 500px;
}

h1, .h1 {
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 620px) {
    h1, .h1 {
        font-size: 28px;
        line-height: 33px;
    }
}

h2, .h2, h3, .h3 {
    margin-bottom: 5px;
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.sub-headline {
    font-size: 30px;
    line-height: 35px;
    color: #706F6F;
    margin-top: 0;
    font-family: 'Rotis', 'Outfit', sans-serif;
    margin-bottom: 10px;
}

@media (max-width: 620px) {
    .sub-headline {
        font-size: 25px;
        line-height: 30px;
    }
}

.download h2 {
    margin-top: 0;
}

.btn {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 0;
    border: 1px solid #000;
    padding: 10px 20px 6px 20px;
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    transition: all 0.75s;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.wissen-inner .erweiterte-suche a {
    display: inline-block;
    font-family: 'Rotis', sans-serif;
    background: #00B6D6;
    color: #ffffff;
    border: 2px solid #00B6D6;
    transition: all 0.3s;
    padding: 8px 5px 5px 5px;
    text-decoration: none;
    margin-top: 20px;
}

.spezielle-suche {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.wissen-inner .erweiterte-suche a:hover {
    background: #ffffff;
    color: #00B6D6;
}

.eingeschraenkte-suche {
    display: inline-block;
    font-family: 'Rotis', sans-serif;
    background: #00B6D6;
    color: #ffffff;
    border: 2px solid #00B6D6;
    transition: all 0.3s;
    padding: 8px 5px 5px 5px;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
}

.eingeschraenkte-suche:hover {
    background: #ffffff;
    color: #00B6D6;
}

form {
    position: relative;
    margin-bottom: 0;
}

input[type="search"] {
    position: relative;
    border-radius: 0;
    border: 2.5px solid #00B6D6;
    width: 300px;
    padding: 5px;
}

input[type="image"][name="submit"] {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 20px;
    height: 18px;
    background: white;
}

.search {
    position: relative;
}

input::placeholder {
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #383B45;
}

@media (max-width: 600px) {
    .site-content-contain ul {
        padding-left: 15px;
    }

    .site-content-contain ul li ul {
        padding-left: 10px;
    }
}

.site-content-contain ul li {
    position: relative;
    list-style: none;
    /*margin: 2px 0;*/
}

.site-content-contain ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 5px;
    background: url("../images/doors.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
}

.grey {
    left: 0;
    position: relative;
    margin: 50px 0 10px 0;
    width: 100vw;
    height: auto;
    background: #EDEDED;
}

.left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

@media (max-width: 700px) {
    .left-right {
        display: block;
    }
}

.left-right .video {
    width: calc(65% - 20px);
}

.left-right .video video {
    transform: scale(1.01);
}

@media (max-width: 700px) {
    .left-right .video video {
        transform: scale(1);
    }
}

.left-right .video iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 970px) {
    .left-right .video {
        width: calc(50% - 20px);
    }
}

@media (max-width: 700px) {
    .left-right .video {
        width: 100vw;
        margin-left: -15px;
    }
}

.left-right .video img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 970px) {
    .left-right .video iframe {
        width: 90%;
    }
}

@media (max-width: 700px) {
    .left-right .video iframe {
        width: 100vw;
        /*height: auto;*/
        margin-bottom: 40px;
        height: 350px;
    }
}

@media (max-width: 500px) {
    .left-right .video iframe {
        height: 270px;
    }
}

@media (max-width: 360px) {
    .left-right .video iframe {
        height: 210px;
    }
}

.single-suche ul li ul li:after {
    display: none !important;
}

.single-suche h3 {
    font-size: 20px;
    line-height: 24px;
}

.move-in {
    padding-left: 15px;
}

.side-navi {
    display: flex;
    align-items: center;
    width: calc(35% - 20px);
}

.side-navi ul li:after {
    display: none;
}

@media (max-width: 970px) {
    .side-navi {
        width: calc(50% - 20px);
    }
}

@media (max-width: 700px) {
    .side-navi {
        width: 100%;
    }
}

.side-navi ul {
    width: 100%;
    padding-left: 0;
    margin: 0;
}

.side-navi ul li {
    list-style: none;
}

.side-navi ul li a {
    display: block;
    font-family: 'Rotis', 'Outfit', sans-serif;
    color: #706F6F;
    font-size: 18px;
    line-height: 18px;
    padding: 14px 0 10px 5px;
    border-bottom: 0.5px solid #706F6F;
    text-decoration: none;
    transition: all 0.3s;
}

.side-navi ul li:last-of-type a {
    border-bottom: none;
}

.side-navi ul li a:hover {
    background: #706F6F;
    color: #ffffff;
}

.map-row .side-navi {
    width: 100%;
}

.map-row {
    align-items: start;
}

@media (max-width: 768px) {
    .map-row .map .leaflet-container {
        min-height: 400px !important;
    }
}

.row.map-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px;
}

@media (max-width: 768px) {
    .row.map-row {
        margin: 20px 0;
    }
}

.row.map-row > * {
    padding: 0 20px;
}

@media (max-width: 768px) {
    .row.map-row > * {
        padding: 0;
    }
}

.map {
    position: relative;
    z-index: 0;
}

/* start Leaflet Popup styles */

.leaflet-popup-content .top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    padding: 3px;
    border-bottom: 2px solid #000000;
}

.leaflet-popup-content .top .location {
    font-weight: 500;
}

.leaflet-popup-content .content {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.leaflet-popup-content .popup {
    display: none;
}

.popup td {
    padding: 5px;
}

.leaflet-popup-content .content img {
    width: calc(30% - 5px);
}

.leaflet-popup-content .content .text {
    width: calc(70% - 5px);
}

/* end Leaflet Popup styles */

.full-image {
    position: relative;
    left: 0;
    width: 100vw;
    height: auto;
    margin: 80px 0;
}

.full-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section {
    padding: 50px 0;
    background: #ffffff;
}

@media (max-width: 768px) {
    section {
        padding: 25px 0;
    }
}

section.no-padding {
    padding: 0;
}


.left-right-equal .inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 1030px) {
    .left-right-equal .inner {
        display: block;
    }
}

.left-right-equal .inner .right, .left-right-equal .inner .left {
    width: calc(50% - 10px);
}

@media (max-width: 1030px) {
    .left-right-equal .inner .right, .left-right-equal .inner .left {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

/* end main styles */

/* start Map */

.map iframe {
    width: 100%;
    height: 100%;
}

/* end Map */

/* start news listing */

.news-listing .listing-item {
    width: calc(33.33% - 15px) !important;
}

@media (max-width: 950px) {
    .news-listing .listing-item {
        width: calc(50% - 10px) !important;
    }
}

@media (max-width: 744px) {
    .news-listing .listing-item {
        width: 100% !important;
    }
}

.news-listing .listing-item .image {
    height: 300px !important;
}

.news-listing .listing-item h3 {
    font-size: 22px;
    line-height: 27px;
}

/* end news listing */

/* start listing */

.listing {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

@media (max-width: 950px) {
    .listing {
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .listing {
        display: block;
    }
}

.listing .listing-item {
    width: calc(25% - 15px);
}

@media (max-width: 950px) {
    .listing .listing-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 500px) {
    .listing .listing-item {
        width: 100%;
        margin-top: 30px;
    }
}

.listing .listing-item .image {
    overflow: hidden;
    margin-bottom: 10px;
    height: 180px;
}

.listing .listing-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.listing .listing-item:hover img {
    transform: scale(1.1);
}

.listing .listing-item a {
    text-decoration: none;
    color: inherit;
}

.listing .listing-item h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.listing .listing-item .sub-headline-listing {
    font-size: 20px;
    line-height: 22px;
    color: #706F6F;
    margin-top: 0;
    font-family: 'Rotis', 'Outfit', sans-serif;
}

/* end listing */

/* start image changer */

.image-change {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 520px) {
    .image-change {
        display: block;
        height: 100% !important;
    }
}

.image-change .big-image {
    width: 50%;
    max-height: 280px;
}

@media (max-width: 1030px) {
    .image-change .big-image {
        max-height: none;
    }
}

@media (max-width: 520px) {
    .image-change .big-image {
        margin-bottom: 25px;
    }
}

@media (max-width: 520px) {
    .image-change .big-image {
        height: auto !important;
        width: 100%;
    }
}

.image-change .big-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-change .small-image-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    width: 50%;
}

@media (max-width: 520px) {
    .image-change .small-image-wrapper {
        justify-content: space-between;
        height: auto !important;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .image-change .big-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 10px;
    }
}

.image-change .small-image-wrapper .image {
    width: calc(33.33% - 20px);
    overflow: hidden;
}

.featherlight-next span, .featherlight-previous span {
    display: none !important;
}

.featherlight-next {
    background: #fff !important;
    display: block !important;
    top: inherit !important;
    bottom: 0 !important;
    width: 50px !important;
    height: 50px !important;
    right: 25px !important;
    left: inherit !important;
}

@media (max-width: 1025px) {
    .featherlight-next {
        right: 10px !important;
    }
}

.featherlight-previous {
    background: #fff !important;
    display: block !important;
    top: inherit !important;
    bottom: 0 !important;
    width: 50px !important;
    height: 50px !important;
    right: inherit !important;
    left: 25px !important;
}

@media (max-width: 1025px) {
    .featherlight-previous {
        left: 10px !important;
    }
}

.featherlight-next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    opacity: 1;
    transition: all 0.3s;
}

.featherlight-previous span, .featherlight-next span {
    position: relative;
}

.featherlight-previous:hover:after, .featherlight-next:hover:after {
    opacity: 1;
}

.featherlight-previous:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    opacity: 1;
    transition: all 0.3s;
}

.image-change .small-image-wrapper .image img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.3s;
    cursor: pointer;
}

.image-change .small-image-wrapper .image img:hover {
    transform: scale(1.1);
}

/* end image changer */

/* start single kirchenfuehrung */

.single-kirchenfuehrung .bigger {
    font-size: 22px;
    line-height: 25px;
}

.single-kirchenfuehrung h1 {
    margin-top: 10px;
}

/* end single kirchenfuehrung */


/* start single Digithemen */

.single-digithemen .site-content-contain h1, .single-digithemen .site-content-contain .h1 {
    font-size: 45px;
    line-height: 51px;
}

@media (max-width: 900px) {
    .single-digithemen .site-content-contain h1, .single-digithemen .site-content-contain .h1 {
        font-size: 32px;
        line-height: 37px;
    }
}

.single-digithemen .site-content-contain h2, .single-digithemen .site-content-contain .h2, .single-digithemen .site-content-contain h3, .single-digithemen .site-content-contain .h3 {
    font-size: 35px;
    line-height: 41px;
}

.single-digithemen .site-content-contain {
    font-size: 25px;
    line-height: 30px;
}

@media (max-width: 900px) {
    .single-digithemen .site-content-contain {
        font-size: 19px;
        line-height: 25px;
    }

    .single-digithemen .site-content-contain h2, .single-digithemen .site-content-contain .h2, .single-digithemen .site-content-contain h3, .single-digithemen .site-content-contain .h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

/* end single Digithemen */

/* start WISsen styles */

.search-wis form {
    width: 100%;
}

.search-wis form input[type="search"] {
    width: 100%;
}

.suchergebnis {
    padding: 20px 0;
}

.suchergebnis .line {
    width: 100%;
    height: 1px;
    background: #0091ab;
    margin-bottom: 10px;
}

.suchergebnis .inner h3 {
    transition: all 0.3s;
}

.suchergebnis .inner:hover h3 {
    color: #00B6D6;
}

.suchergebnis .inner:hover .line {
    background: #00B6D6;
}

/* start WISsen styles */


/* start Projekt styles */

.download-projekt a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 2px solid #00B6D6;
    margin: 0;
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.download-projekt a:last-of-type {
    border: none;
}

.download-projekt a:hover:after {
    right: 0;
}

.download-projekt a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url("../images/arrow-right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 17px;
    transition: all 0.3s;
}

/* end Projekt styles */


/* start footer styles */

.site-footer {
    background: #424241;
    padding: 35px 0;
    color: #ffffff;
}

.site-footer .inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.site-footer .navigation {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 470px) {
    .site-footer .navigation {
        display: block;
    }
}

.site-footer .inner .logo-footer-box img {
    width: 100px;
    height: auto;
}

@media (max-width: 350px) {
    .site-footer .inner .logo-footer-box img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 750px) {
    .site-footer .inner {
        display: block;
    }
}

@media (max-width: 350px) {
    .site-footer .inner .first-footer-box {
        text-align: center;
    }
}

.site-footer .second-footer-box ul {
    column-count: 1;
    /*column-gap: 40px;*/
    padding-left: 15px;
    margin: 0;
}

@media (max-width: 350px) {
    .site-footer .second-footer-box ul {
        column-count: 1;
        text-align: center;
        padding-left: 0;
    }
}

.site-footer .second-navi-box ul, .site-footer .third-navi-box ul, .site-footer .fourth-navi-box ul {
    column-count: 1;
    padding-left: 15px;
    margin: 0;
}

@media (max-width: 350px) {
    .site-footer .second-navi-box ul, .site-footer .third-navi-box ul, .site-footer .fourth-navi-box ul {
        column-count: 1;
        text-align: center;
        padding-left: 0;
    }
}

@media (max-width: 350px) {
    .site-footer .nav ul li {
        list-style: none;
    }
}

.site-footer .h4 {
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}

@media (max-width: 350px) {
    .site-footer .h4 {
        text-align: center;
    }
}

.site-footer .second-footer-box ul li a, .site-footer .second-navi-box ul li a, .site-footer .third-navi-box ul li a, .site-footer .fourth-navi-box ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}

.site-footer .second-footer-box ul li:after {
    display: none;
}

.site-footer .second-footer-box ul li {
    list-style: inherit;
}

.site-footer .second-footer-box ul li::marker {
    font-size: 12px;
}

.site-footer .second-footer-box ul li::marker, .site-footer .second-navi-box ul li::marker, .site-footer .third-navi-box ul li::marker, .site-footer .fourth-navi-box ul li::marker {
    font-size: 12px;
}

@media (max-width: 350px) {
    .site-footer .second-footer-box ul li {
        list-style: none;
    }
}

.site-footer .nav .label {
    font-family: 'Rotis', 'Outift', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 350px) {
    .site-footer .nav .label {
        text-align: center;
    }
}

.site-footer .nav {
    margin-top: 32px;
}

@media (max-width: 470px) {
    .site-footer .nav {
        margin-top: 20px;
    }
}

.site-footer .first-navi-box .nav {
    margin-top: 0;
}

.site-footer .third-footer-box img {
    width: 280px;
    height: auto;
    margin-top: 5px;
}

@media (max-width: 350px) {
    .site-footer .third-footer-box img {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }
}

@media (max-width: 750px) {
    .site-footer .third-footer-box {
        margin-top: 20px;
    }
}

/* end footer styles */


/* start Accordion styles */

.bld-accordion-wrapper .accordion-item .content {
    display: none;
}

.bld-accordion-wrapper .accordion-item .title {
    font-family: 'Rotis', 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 20px 10px;
    background: #00B6D6;
    color: #fff;
}

.bld-accordion-wrapper .accordion-item ul {
    padding-left: 20px;
}

.bld-accordion-wrapper .accordion-item {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin: 0;
    cursor: pointer;
}

.bld-accordion-wrapper .accordion-item:last-of-type {
    border: none;
}

.bld-accordion-wrapper .accordion-item.open:after {
    transform: rotate(90deg);
}

.bld-accordion-wrapper .accordion-item:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 10px;
    background-image: url("../images/arrow-right-white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 17px;
    transition: all 0.3s;
}

/* end Accordion styles */

/* start Glossar style */

.search-glossar {
    width: 100%;
}

.search-glossar form {
    width: 100%;
}

.search-glossar form input {
    width: 100%;
}

/* end Glossar style */


/**
 New Slider
 */

/*$time: 500ms;*/
/*$delay: $time/2;*/
/*$mode: cubic-bezier(0.17, 0.67, 0.55, 1.43);*/
@keyframes heartbeat {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/*body {*/
/*    color: #ffffff;*/
/*    background-color: #27292d;*/
/*    overflow: hidden;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    width: 100%;*/
/*    height: 1200px;*/
/*}*/
.slider-container {
    position: relative;
    margin: 0 auto;
    width: 40vw;
    height: 70vh;
}

.more-mb {
    margin-bottom: 130px;
}

.slider-container .bullet-container {
    display: none;
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*width: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.slider-container .bullet-container .bullet {
    margin-right: 14px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.5;
}

.slider-container .bullet-container .bullet:last-child {
    margin-right: 0;
}

.slider-container .bullet-container .bullet.active {
    opacity: 1;
}

.slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: z-index 0ms 250ms;
}

.slider-content .slider-single .slider-single-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    transition: 0.5s 250ms;
    transform: scale(0);
    opacity: 0;
}

.slider-single-download {
    position: absolute;
    display: block;
    right: -22px;
    bottom: 12px;
    padding: 15px;
    color: #333333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s 250ms;
    opacity: 0;
}

.slider-single-download:hover, .slider-single-download:focus {
    outline: none;
    text-decoration: none;
}

.slider-single-title {
    display: block;
    margin: 16px 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.5s cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}

.slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    transition: 0.5s cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}

.slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    transition: 0.5s cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
}

p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    /*color: #ffffff;*/
}

p:hover, p:focus {
    outline: none;
    text-decoration: none;
}

.slider-single-likes .preactivede {
    /*z-index: 0;*/
}

.slider-single-image {
    /*opacity: 0;*/
    transform: translateX(-50%) scale(0);
}

.slider-single.preactive {
    z-index: 1;
}

.slider-single.preactive .slider-single-image {
    opacity: 0.3;
    transform: translateX(-25%) scale(0.8);
}

.slider-single.preactive .slider-single-download {
    transform: translateX(-150px);
}

.slider-single.preactive .slider-single-title {
    transform: translateX(-150px);
}

.slider-single.preactive .slider-single-likes {
    transform: translateX(-150px);
}

.slider-single.proactive {
    z-index: 1;
}

.slider-single.proactive .slider-single-image {
    opacity: 0.3;
    transform: translateX(25%) scale(0.8);
}

.slider-single.proactive .slider-single-download {
    transform: translateX(150px);
}

.slider-single.proactive .slider-single-title {
    transform: translateX(150px);
}

.slider-single.proactive .slider-single-likes {
    transform: translateX(150px);
}

.slider-single.proactivede {
    /*z-index: 0;*/
}

.slider-single.proactivede .slider-single-image {
    /*opacity: 0;*/
    transform: translateX(50%) scale(0);
}

.slider-single.active {
    z-index: 2;
}

.slider-single.active .slider-single-image {
    opacity: 1;
    transform: translateX(0%) scale(1);
}

.slider-single.active .slider-single-download {
    opacity: 1;
    transition-delay: 100ms;
    transform: translateX(0px);
}

.slider-single.active .slider-single-title {
    opacity: 1;
    transition-delay: 200ms;
    transform: translateX(0px);
}

.slider-single.active .slider-single-likes {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateX(0px);
}

.slider-single.active .slider-single-likes i {
    animation-name: heartbeat;
    animation-duration: 500ms;
    animation-delay: 900ms;
    animation-interation: 1;
    animation-fill-mode: forwards;
}

.slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    right: 85%;
    top: 50%;
    color: #000;
    transform: translateY(-50%);
    padding: 20px 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    margin-right: -2px;
    cursor: pointer;
}

.slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    left: 85%;
    top: 50%;
    color: #000;
	transform: translateY(-50%);
    padding: 20px 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    margin-left: -2px;
    cursor: pointer;
}

.slider-right::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 13px;
    background-image: url("../images/arrow-right.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

.slider-left::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 13px;
    background-image: url("../images/arrow-left.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

.not-visible {
    display: none !important;
}


/* start Popupslider */

.popup-gallery .item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.popup-gallery .item .overlay {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all 0.5s;
}

.popup-gallery .item:hover img {
    transform: scale(1.1);
}

.popup-inner {
    display: none !important;
}

.featherlight-content {
    width: 90vw;
}

.featherlight-content .popup-inner {
    display: block !important;
}

.popup-inner h3 {
    margin-top: 0;
}

.popup-inner {
    position: relative;
}

.popup-inner .slider-arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.popup-inner .slider-arrows svg {
    width: 30px;
    height: 30px;
}

.popup-inner .slider-arrows .prev, .popup-inner .slider-arrows .next {
    padding: 15px;
    background: #ffffff;
    cursor: pointer;
}

.popup-inner .slider-item img {
    display: block;
    width: 100%;
    height: 80vh;
    object-fit: contain;
}

.popup-gallery .item .gallery {
    position: relative;
}

.popup-gallery .item .gallery svg {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

@media (max-width: 500px) {
    .popup-gallery .item .gallery svg {
        top: 5px;
        right: 5px;
    }
}

.popup-gallery .item .gallery a {
    display: none;
}

.popup-gallery .item .gallery a:first-of-type {
    display: block;
}

.popup-gallery .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.75s;
}

.featherlight .featherlight-inner {
    margin: 0 auto;
}

/* end Popupslider */


/* start Quiz */

.quiz {
    margin-bottom: 70px;
}

.quiz .question {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.quiz .answer {
    display: block;
    padding: 20px 15px;
    border: 2px solid #00B6D6;
    margin-bottom: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.green {
    color: #ffffff;
    background: #008000;
    border-color: #008000 !important;
}

.red {
    color: #ffffff;
    background: #FF0000FF;
    border-color: #FF0000FF !important;
}

.disabled {
    pointer-events: none;
}

.true {
    border: 2px solid #008000;
    padding: 10px!important;    /* dln */
    font-weight: 500;
}

.false {
    border: 2px solid #FF0000FF;
    padding: 10px!important;   /* dln */
    font-weight: 500;
}

/* end Quiz */


/* Zusatz dln */
.bariere-freiheit .kinderlinie p, .bariere-freiheit .leichte-sprache p, .schriftgroesse {
  /*  font-family: 'Rotis', sans-serif; */
	font-size: 17px;
}

.leichte-sprache p {
	display:block;
	font-size:16pt;
}


.leichte-sprache .caption {
	font-size: 14pt;
	text-align: left;
	margin-left:10pt;
}


/* Text-Spalte */

#brDesktop #ll_left {
	float: left;
	width: 60%;
	padding:0;
	margin:0;
}

#brDesktop h1 {
	margin-left:0;
	padding-left:0;
}


#brDesktop #ll_left  div {
	font-size:16pt;
	line-height:150%;
	padding:0;
	margin:0;

}


#brDesktop #ll_left p {
	padding:0;
	margin:0;
	margin-bottom: 21pt;
}


#brMobile .col-8 p {
	padding:0;
	margin:0;
	margin-left:10pt;
	margin-bottom: 21pt;
}



/* Bilder-Spalte */

#brDesktop #ll_right {
	float: left;
	width: 40%;
	text-align: right;
}

#brDesktop #ll_navi {
	float:left;
	visibility: hidden;
	/*display: none;*/
	width: 0px;
	margin-right: 0px;
/*	width: 400px;*/
/*	margin-right:3%;*/
/*	border:1px solid #0091ab;*/
/*	border:3px solid #cfcfcf;*/
/*	padding:15px 15px 15px 5px;*/
	font-size:14pt;
	line-height:150%;
}

#brDesktop #ll_navi li {
	background:white!important;
}

#brDesktop #ll_navi ul li:after {
	background: none;
}

#brDesktop #ll_navi ul {
	padding-left:0px;
	margin-left:22px;
}


#brDesktop #ll_navi ul li ul li {
	font-weight: normal;
}

#brDesktop #ll_navi ul li ul li ul li {
	font-weight: normal;
}

#brDesktop #ll_navi li {
	border-bottom: 1px solid #9f9f9f;
}




/* Navigation Leichte Sprache */
#llul {
	margin: 0;
	padding: 0;
	color: #0091ab;
}


/* Navigation Leichte Sprache mobil */

#llmobul {
	font-size: 14pt;
	line-height: 150%;
	text-decoration: none;	
	color: #0091ab;
	list-style-type: none;
}


#llmobul ul  {
	list-style-type: none;
}



#llmobul li {
	padding-left:0;
	text-decoration: none;
	color: #0091ab;
}

#llmobul li a {
	text-decoration: none;
	color: #0091ab;
}

#llmobul li a:visited {
	text-decoration: none;
}




/*
#llmobul li a {
	text-decoration: none;	
}

#llmobul li ul li a {
	text-decoration: none;	
}

#llmobul li ul li ul li a {
	text-decoration: none;	
}
*/



.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
	content: "\25B6";
	color: #0091ab;
	display: inline-block;
	margin-right: 6px;
}


.caret-down::before {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);  
}

.caret-up::before {
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari */
	transform: rotate(270deg);  
}

.mcaret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.mcaret::before {
/*
	content: "\25B6";
	color: #0091ab;
	display: inline-block;
	*/
	margin-right: 6px;
}


.mcaret-down::before {
/*
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);  
	*/
}

.mcaret-up::before {
	/*
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);  
	*/
}


.nested {
	display: none;
}

.mnested {
	display: none;
}


.active {
	display: block;
}

.ll_pages a {
	color: #0091ab;
}

.ll_pages a:hover {
	text-decoration: underline;
}

#fold_link {
	text-align: right;
}


.ll_navibar {
	font-size: 25px;
	font-weight: bold;
	color: #0091ab;
	width:100%;
}


.ll_navibar div {
	width: 50%;
	float: left;
	padding: 20px 0 30px 0;
}

.ll_navibar div:nth-child(1) {
	text-align: left;
}

.ll_navibar div:nth-child(2) {
	text-align: right;
}

.ll_navibar div:nth-child(1) a::before {
	content: "\25C0";
	margin-right: 10px;
}

.ll_navibar div:nth-child(1) span {
	color:#aaa;
}

.ll_navibar div:nth-child(1) span::before {
	content: "\25C0";
	margin-right: 10px;
	color:#aaa;
}



.ll_navibar div:nth-child(2) a::after {
	content: "\25B6";
	margin-left: 10px;
}

.btn-gotik {
	display: block;
	vertical-align:middle;
	border: 2px solid #0091ab;
	text-decoration: none;
	border-radius:10px;
	font-family: outfit !important;
	font-weight: bold;
/*	background: linear-gradient(to right, #00B6D6, #0091AB) !important;*/
	background: #0091AB;
	padding:5px;
	padding-top:12px;
	color:white;
	box-shadow: 0 .2em .4em gray; 
	text-shadow: 0 -.05em .05em #333;
}

.btn-gotik:hover, #desktopMenuButton:hover {
	box-shadow: 0 .3em 0.6em rgba(0, 0, 0, .8);  
}

.btn-gotik:active, #desktopMenuButton:active {
	box-shadow: 0 .2em 0.6em #666;
	transform: translateY(1px);
}

#desktopMenuButton {
	font-family: outfit !important;
	font-weight: bold;
	box-shadow: 0 .2em .4em gray; 
	text-shadow: 0 -.05em .05em #333;
	padding: 3px 7px 3px 7px;
	border: 2px solid #0091ab;
	border-radius:10px;
	color:white;
	background: #0091AB;
	cursor: pointer;
	margin-left: 0;
	font-size: 15pt;
	margin-right: 10px;
}

#ll_container_block .breadcrumb {
	padding-left: 0;
	margin-left: 0;
	font-size: 16pt;
	font-weight: 400;
}


.container {
	padding:0;
}

#ll_container_block {
	padding:0 !important;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.audiowrapper {
	float: left;
	background: #242424;
	height: 36px;
	border: 1px solid black;
}

.audiowrapper img {
	height: 34px;
	width: 35px;
	margin-left: 4px;
	margin-right: 1px;
	cursor: pointer;
}

/*
.audiowrapper img:hover {
	content:url("/site/templates/images/speaker_hover.png");
}
*/

.audiowrapper audio {
	display: block;
	height: 30px;
	margin: 2px;
	margin-left: 5px;
/*	height: 8.0971659919028340080971659919028%; /* of figure's height */
	position: relative;
	float: right;

}

#ll_body .site-header {
	position: relative;
	text-align: left;
	padding: 0;
	height: inherit;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1230px;
}

#ll_body .site-content-contain {
	margin-top: 35px;
}

#ll_body .site-header img {
	margin-top:0;
	position: static;
	margin-left:0;
	padding: 15px 0 15px 0;
	width: 20%;
	min-width: 200px;
	max-width: 350px;
	object-fit: contain;
}

.ll_kids #ll_left {
	width:100%!important;

}

/* dln zusaetze digithemen */

/*
.digi_sec p {
	vertical-align: top;
}

.digi_sec p:nth-child(1) {
	background:#ffeeee;
	margin-right:10px;
	float:left;
	width: 48%;
}

.digi_sec p:nth-child(2) {
	background:#eeffee;
	margin-left:10px;
	float:left;
	width: 48%;
}
*/

/* Urheber */
.picture div:nth-child(2) {
	padding-top:0;
	margin-top:0;	
	text-align:right;
	font-size: 12px;
	line-height: 7px;
	color:#aaa;
}

.legend div:nth-child(1) {
	padding-top:0;
	margin-top:0;	
	text-align:right;
	font-size: 12px;
	line-height: 7px;
	color:#aaa;
}

/* caption */
.legend div:nth-child(2) {
	font-size: 19px;
	line-height: 21px;
}

.picture div:nth-child(3) {
	font-size: 19px;
	line-height: 21px;
}

.picture img {
	margin-bottom:0!important;
	padding-bottom:0!important;
}

.picture {
	padding-top:0;
	margin-top:0;
}


.fblock h1 {
	padding-top:0;
	margin-top:0;
}

.fblock h2 {
	padding-top:0;
	margin-top:0;
}

.fblock h3 {
	font-size:1.3em;
}

.fblock b {
	font-weight:800;
	color:#555;
}

/* funktioniert noch nicht */
.top-pos div {
	vertical-align:top!important;
	background:yellow;
}

.quizwrapper .quiz {
	font-size: 16px;
	line-height: 22px;
	box-sizing: border-box;
	outline: none;
	margin-bottom: 70px!important;
}

.quizwrapper .answer {
	display: block;
	padding: 20px 15px!important;
	border: 2px solid #00B6d6;
	margin-bottom: 10px!important;
	transition: all 0.3s;
	cursor: pointer;
}

/*
.site-content-contain > div > section > div > div > ul > li  {
	margin-top:35px;
}

.site-content-contain ul li ul li::after {
	display: none !important;
}
*/

/*
.timetable li:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 5px;
	background: url("../images/doors.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 14px;
	height: 14px;
}
*/

.timetable {
	list-style-image: url("../images/doors.svg");
}


.timetable ul {
	list-style:none;
	margin-bottom:20px;
}

.suchergebnis .inner h3 {
	margin-top:10px

}

.suchergebnis .inner h3 a {
	text-decoration: none;
}

.suchergebnis .inner h3 a:link {
	color: black;
}

.suchergebnis .inner h3 a:visited {
	color: black;
}

.suchergebnis .inner h3 a:hover {
	color: #00b6d6;
}



.suchergebnis .inner div a {
	text-decoration: none;
}

.suchergebnis .inner div a:link {
	color: black;
}

.suchergebnis .inner div a:visited {
	color: black;
}

h4.scope {
/*	text-align: center;*/
	padding: 3px 3px 3px 5px;
	margin-bottom: 5px;
	/*background: #0091ab;*/
	background: #00b6d6;
	border: 1px solid #0091ab;
	color: white;
}

h4.scope div {
	float: left;
	height: 15px;
	padding: 5px;
	margin: 5px;
}

h4.scope span:nth-child(1) {
	display: block;
	float:left;
}

h4.scope span:nth-child(2) {
	display: block;
	text-align:right;
	cursor: pointer;
}



#optblock span {
	padding-right:20px;
}

#optblock input {
	margin-right:5px;
}

#optblock span {
	cursor: pointer;
}

#panorama {
            margin: auto;
                width: 100%;
            height: 100%;
        }
#panorama2 {
            margin: auto;
                width: 100%;
				height: 100%;
			}
#kunstseite .listing-item {
	width: 48%;
}

@media (max-width: 930px) {
	#kunstseite .listing-item {
		width:100%;
	}
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8, .mySlides9, .mySlides10, .mySlides11, .mySlides12, .mySlides13 {
  display: none;
}


/* Caption text */

/*.text { */
/*  color: #f2f2f2; */
 /*   font-size: 15px; */
 /*   padding: 8px 12px; */
 /*   position: absolute; */
 /*   bottom: 8px; */
  /*width: 100%;*/ */
 /*   text-align: center; */
 /*   background:black; */
 /*   opacity:.4; */
/*}  */ 

.text {
	width:100%;
	text-align:center;
	position: absolute;
	bottom: 8px;
}

.text div {
	text-align:center;
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	background: black;
	opacity: .4;
}



/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.slideshow-container img {
	max-height:500px;
	object-fit: contain;
	
}


/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
/*  color: white;*/
/*  color: red!important;*/
color: #00b6d6!important;
  font-weight: 2200;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0,0,0,0.8);
}

#ll_idx {
    margin-bottom:35px;
}

#ll_idx p {
    display: block;
    margin-left:30px;
    font-size: 21.33px;
    line-height:55px;
}

#ll_idx p a {
    color: #00b6d6;
}

#ll_idx p a:hover {
    text-decoration: underline;
}

.breadcrumb a {
    color: #00b6d6;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

#glossar-content div {
    margin-bottom: 10px;
    width:80%;
}

#glossar-content div a {
    color: black;
    font-weight:700;
    scroll-margin:200px;    
}

#glossar-content div span {
    color: #00b6d6;
    font-weight:900;
    cursor: pointer;
}

#glossar-idx {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    color: #00b6d6;
    font-weight: 600; 
    font-size: 20px;
    background:white;
    height: 50px;
    margin:-30px;
    padding:20px;
    border-bottom: 3px solid #0091ab;
}

#glossar-idx span {
    cursor: pointer;
}

@media (max-width: 990px) {
    #glossar-idx {
        padding: 10 10 20 10px;
        margin-top:10px;
        font-size:15px;
        height: 110px;
    }
    #glossar-content div {
        margin-left:5px;
    }
}









@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
