/* =============================================================================
   Tables
   ========================================================================== */

table.ce-table td {
    border-bottom: 4px solid rgb(var(--c-neutral-lightest));
    background: rgb(var(--c-neutral-lighter));
    padding: 0.5rem 1.2rem;
}

table.ce-table th,
table.ce-table caption {
    color: rgb(var(--c-primary));
    font-family: var(--f-family-2);
    font-size: var(--f-size-l-1);
    border-bottom: 4px solid rgb(var(--c-neutral-lightest));
    padding: 0.5rem 1.2rem;
    background: transparent;
}

table.ce-table caption {
    position: relative;
    padding-bottom: calc(27px + 0.3rem);
}
table.ce-table.-top th {
    position: relative;
    padding-bottom: calc(23px + 0.3rem);
}
table.ce-table.-left th {
    background: rgb(var(--c-neutral-lighter));
}
table.ce-table tr:last-child th:first-child,
table.ce-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: var(--b-radius-l);
    -webkit-border-bottom-left-radius: var(--b-radius-l);
    border-bottom-left-radius: var(--b-radius-l);
}
table.ce-table tr:last-child td:last-child {
    -moz-border-radius-bottomright: var(--b-radius-l);
    -webkit-border-bottom-right-radius: var(--b-radius-l);
    border-bottom-right-radius: var(--b-radius-l);
}
table.ce-table caption {
    -moz-border-radius-topright: var(--b-radius-l);
    -webkit-border-top-right-radius: var(--b-radius-l);
    border-top-right-radius: var(--b-radius-l);
    -moz-border-radius-topleft: var(--b-radius-l);
    -webkit-border-top-left-radius: var(--b-radius-l);
    border-top-left-radius: var(--b-radius-l);
}
table.ce-table.-top tr:first-child th::before,
table.ce-table.-top tr:first-child th::after,
table.ce-table caption::before,
table.ce-table caption::after {
    content: '';
    width: 100%;
    display: block;
    height: 10px;
    background: rgb(var(--c-primary));
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 0;
}
table.ce-table.-top tr:first-child th::before,
table.ce-table.-top tr:first-child th::after {
    bottom: 0;
}
table.ce-table caption::after {
    background: rgb(var(--c-secondary));
    bottom: 17px;
}
table.ce-table.-top tr:first-child th::after {
    background: rgb(var(--c-secondary));
    bottom: 13px;
}
table.ce-table.-left tr:first-child td:last-child,
table.ce-table tr:first-child th:last-child {
    -moz-border-radius-topright: var(--b-radius-l);
    -webkit-border-top-right-radius: var(--b-radius-l);
    border-top-right-radius: var(--b-radius-l);
}
table.ce-table tr:first-child th:first-child {
    -moz-border-radius-topleft: var(--b-radius-l);
    -webkit-border-top-left-radius: var(--b-radius-l);
    border-top-left-radius: var(--b-radius-l);
}
table.ce-table.-left th {
    border-right: 4px solid rgb(var(--c-neutral-lightest));
}
.ios-scrollbar {
    padding-bottom: 20px;
    position: relative;
}
.ios-scrollbar::after {
    content: '\f178';
    font-family: 'FaLight', sans-serif;
    font-size: 15px;
    line-height: 100%;
    position: absolute;
    right: 0;
    bottom: 5px;
}


/* =============================================================================
   Standard contentelements
   ========================================================================== */

.frame-type-felogin_login input[type=submit] {
    margin-top: 1rem;
}



/* Uploads */
.uploads__item {
    background-color: rgb(var(--c-neutral-lighter));
    -moz-border-radius: var(--b-radius);
    -webkit-border-radius: var(--b-radius);
    border-radius: var(--b-radius);
}

.uploads__link {
    color: rgb(var(--c-neutral-dark));
}

.uploads__title {
    color: rgb(var(--c-primary));
    text-transform: uppercase;
    font-size: var(--f-size-l-1);
}

.uploads__arrowpath {
    stroke: rgb(var(--c-primary));
}

.no-touch .uploads__item:hover {
    background-color: rgb(var(--c-primary));
}

.no-touch .uploads__item:hover,
.no-touch .uploads__item:hover .uploads__title {
    color: rgb(var(--c-neutral-lightest));
}

.no-touch .uploads__item:hover .uploads__arrowpath {
    stroke: rgb(var(--c-neutral-lightest));
}

/* Images */
.-border img,
.-border iframe {
    border: 1px solid rgb(var(--c-neutral-light));
}

.gallery__item a[data-fancybox]::before,
.media__image a::before {
    background-color: rgba(var(--c-neutral-darkest), 0.4);
    z-index: 1;
}
.gallery__item a[data-fancybox]::after,
.media__image a::after {
    z-index: 2;
}
.gallery__item a[data-fancybox]::before,
.gallery__image {
    overflow: hidden;
    -moz-border-radius: var(--b-radius-l);
    -webkit-border-radius: var(--b-radius-l);
    border-radius: var(--b-radius-l);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.footer .gallery__image {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

/* Menus */
.frame-type-menu_pages li a,
.frame-type-menu_sitemap li a {
    color: rgb(var(--c-neutral-dark));
}

/* Paginator */
ul.f3-widget-paginator {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.f3-widget-paginator li {
    list-style-type: none;
    width: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
    background: rgb(var(--c-neutral-lighter));
}

ul.f3-widget-paginator a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.no-touch ul.f3-widget-paginator li:hover,
ul.f3-widget-paginator li.current {
    background: rgb(var(--c-primary));
    color: rgb(var(--c-neutral-lightest));
}

.no-touch ul.f3-widget-paginator li:hover a,
ul.f3-widget-paginator li.current a {
    color: rgb(var(--c-neutral-lightest));
}

ul.f3-widget-paginator li.previous a::after {
    content: '\f053';
    font-family: 'FaLight', sans-serif;;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    font-size: var(--f-size);
}

ul.f3-widget-paginator li.next a::after {
    content: '\f054';
    font-family: 'FaLight', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    font-size: var(--f-size);
}

/* Layouts */
.frame-colored-lines {
    position: relative;
}
.frame-colored-lines > * {
    position: relative;
    z-index: 1;
}
.frame-colored-lines::before,
.frame-colored-lines::after {
    content: '';
    width: 100%;
    display: block;
    height: 10px;
    background: rgb(var(--c-primary));
    position: absolute;
    left: 0;
    top: 2rem;
    z-index: 0;
}
.frame-colored-lines::after {
    background: rgb(var(--c-secondary));
    top: calc(2rem + 13px);
}

.frame-space-after-no-space {
    padding-bottom: 0 !important;
}
.frame-space-before-no-space {
    padding-top: 0 !important;
}

.frame-impressions .gallery {
    display: grid;
    grid-gap: var(--g-gap-s);
    grid-template-columns: 1fr 1fr;
}
.frame-impressions .gallery__item {
    position: relative;
    -moz-border-radius: var(--b-radius-l);
    -webkit-border-radius: var(--b-radius-l);
    border-radius: var(--b-radius-l);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    height: calc(68vw + var(--g-gap));
    grid-row: span 2;
}
.frame-impressions .gallery__item {
    display: grid;
    height: 100%;
}
.frame-impressions .gallery__item:first-child,
.frame-impressions .gallery__item:last-child {
    height: 34vw;
    grid-row: span 1;
}
.frame-impressions .gallery__image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: inherit;
    transition: all ease 0.3s;
}
.frame-impressions .gallery__item:hover .gallery__image {
    transform: scale(1.3);
}
.frame-shortcut-bg {
    position: relative;
}
.frame-shortcut-bg > .frame__backgroundimage,
.frame-shortcut-bg > .bg-image {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    grid-column: span 5 !important;
}

.frame-shortcut-bg > .frame__backgroundimage.mobileimagefullwidth {
    background-attachment: scroll !important;
}

.frame__backgroundimage::before,
.frame-shortcut-bg > .bg-image::before {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    z-index: 10;
}

.frame-shortcut-bg {
    padding: 0 !important;
}

.frame-shortcut-bg .slider .slider__arrow {
    stroke: rgb(var(--c-neutral-lightest));
}

.frame-shortcut-bg > .grid__col {
    position: relative;
    padding: 50px 0;
}
.frame-shortcut-bg > .grid__col::before,
.frame-shortcut-bg > .grid__col::after {
    content: '';
    height: 100%;
    width: 10px;
    display: block;
    background: rgb(var(--c-primary));
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
}
.frame-shortcut-bg > .grid__col::after {
    background: rgb(var(--c-secondary));
    border-left: 3px solid rgb(var(--c-neutral-lightest));
    left: 30px;
    width: 13px;
}

.frame-shortcut-bg .falke {
    display: none;
}

.frame-shortcut-bg::after {
    content: '';
    grid-column: 2 / 5;
    aspect-ratio: 150 / 234;
    background: url(../Images/falke.svg) no-repeat center / contain;
    pointer-events: none;
}



/* =============================================================================
   Template
   ========================================================================== *//* Content */
.content,
.content__bottom,
.footer {
    padding-top: 50px;
}
.content > .frame,
.content__top,
.content__bottom > .frame,
.footer {
    padding-bottom: 50px;
    background: rgb(var(--c-neutral-lightest));
}

.footer {
    background: rgb(var(--c-neutral-lighter));
    border-top: 10px solid rgb(var(--c-secondary));
    position: relative;
    font-size: var(--f-size-s-1);
}
.footer::before {
    content: '';
    width: 100%;
    display: block;
    height: 10px;
    background: rgb(var(--c-primary));
    position: absolute;
    top: -23px;
}
.footer .grid__12[data-ce-columns="2"] {
    display: block;
}
.footer .grid__12[data-ce-columns="2"] .gallery__item {
    display: inline-block;
    margin-right: 1rem;
}

.newsletterregistration {
    -moz-border-radius: var(--b-radius-l);
    -webkit-border-radius: var(--b-radius-l);
    border-radius: var(--b-radius-l);
    border: 1px solid rgb(var(--c-primary));
    overflow: hidden;
    background: rgb(var(--c-neutral-lightest));
    display: grid;
    grid-template-columns: 1fr 80px;
    margin-top: 0.4rem;
    max-width: 400px;
}
.newsletterregistration_mail {
    background: transparent;
    border: none;
    padding: 0.3rem 1.2rem;
    margin: 0;
}
.newsletterregistration a {
    background: rgb(var(--c-primary));
    color: rgb(var(--c-neutral-lightest));
    display: block;
    padding: 0.3rem 0;
    -moz-border-radius: var(--b-radius-l);
    -webkit-border-radius: var(--b-radius-l);
    border-radius: var(--b-radius-l);
    text-align: center;
    transition: 0.4s ease background;
}
.newsletterregistration a:hover {
    background: rgb(var(--c-secondary));
}
::placeholder {
    color: rgb(var(--c-neutral));
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgb(var(--c-neutral));
}

::-ms-input-placeholder {
    color: rgb(var(--c-neutral));
}

.footer h3 {
    color: rgb(var(--c-neutral-dark));
    font-family: var(--f-family);
    font-weight: normal;
    font-size: var(--f-size-l-3-footer);
}

.footer .fa-instagram::before,
.footer .fa-facebook::before {
    font-size: 42px;
}
.map-preview {
    cursor: pointer;
}
.map-preview p {
    font-size: var(--f-size-s-2);
}
.map-preview img {
    margin-bottom: 1rem;
}

/* =============================================================================
   Menus
   ========================================================================== *//* Leftmenu */
.leftmenu__link {
    color: rgb(var(--c-neutral-dark));
}

.leftmenu__link:hover, .leftmenu__link.-active {
    color: rgb(var(--c-primary));
}

.leftmenu__list.-level1 > .leftmenu__item {
    border-bottom: 1px solid rgb(var(--c-neutral-light));
}

/* Breadcrumb */
.breadcrumb {
    text-align: center;
}
.breadcrumb__link {
    color: rgb(var(--c-neutral-dark));
}

.breadcrumb__link:hover {
    color: rgb(var(--c-primary));
}

/* Metanav */
.metanav {
    background: rgb(var(--c-primary));
}
.metanav__link {
    color: rgb(var(--c-neutral-lightest));
    text-transform: uppercase;
}

.metanav__link:hover {
    color: rgb(var(--c-primary-lighter));
}

.metanav__separator::after {
    content: '\f111';
    font-family: 'FaSolid';
    color: rgb(var(--c-neutral-lightest));
    font-size: 8px;
    margin: 0 1rem;
    position: relative;
    top: -4px;

}

.metanav__nav {
    padding: 0.6rem 0;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 400px) {
    /* Container */
    .content,
    .content__bottom,
    .footer {
        padding-top: calc(50px + (100 - 50) * ((100vw - 400px) / (1600 - 400)));
    }

    .content > .frame,
    .content__top,
    .content__bottom > .frame,
    .footer {
        padding-bottom: calc(50px + (100 - 50) * ((100vw - 400px) / (1600 - 400)));
    }

    .frame-shortcut-bg > .grid__col {
        padding: calc(50px + (100 - 50) * ((100vw - 400px) / (1600 - 400))) 0;
    }
}

@media (min-width: 640px) {
    .frame-impressions .gallery {
        grid-gap: var(--g-gap);
    }
}

@media (min-width: 800px) {
    .frame-shortcut-bg .falke,
    .frame-shortcut-bg::after {
        display: block;
        position: absolute;
        right: 0;
        bottom: -3rem;
        height: 90%;
        z-index: 1;
    }
}

@media (min-width: 900px) {
    .frame-shortcut-bg > .grid__col::before,
    .frame-shortcut-bg > .grid__col::after {
        left: 50px;
    }

    .frame-shortcut-bg > .grid__col::after {
        left: 60px;
    }
}

@media (min-width: 1024px) {
    .frame-impressions .gallery {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1580px) {
    .content,
    .content__bottom,
    .footer {
        padding-top: 100px;
    }

    .content > .frame,
    .content__top,
    .content__bottom > .frame,
    .footer {
        padding-bottom: 100px;
    }

    .frame-shortcut-bg > .grid__col {
        padding: 100px 0;
    }
}
