/* 
    ------------------------------
    --- Basics to change from Bootstrap
    ------------------------------
*/

b, strong {
    font-weight: 600 !important;
}

html {
    font-size: 1rem;
}

@media (max-width: 768px) {
    html {
        font-size: 0.8rem;
    }
}

.container.containerWide {
    max-width: 100% !important;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }

    .container.containerSlim {
        max-width: 850px;
    }
}

@media (min-width: 1200px) {
    .container.containerSlim {
        max-width: 850px;
    }
}

@media (min-width: 992px) {
    .container.containerSlim {
        max-width: 850px;
    }
}



.btn-primary {
    background-color: #0F99BE;
    border-color: #0F99BE;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: .375rem 1.5rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0088aa !important;
    border-color: #0088aa !important;
    box-shadow: none;
}

.btn-lg {
    font-size: 1rem;
    letter-spacing: 2px;
}



/* 
    ------------------------------
    --- Header and menu
    ------------------------------
*/

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}


.menu {
    transition: 0.3s;
}

.menu.affix {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.menu.affix a.navbar-brand img {
    transition: 0.3s;
    height: 40px;
}

.menu.affix .navbar-nav li a {
    transition: 0.3s;
    color: #4d5256;
    margin-bottom: 0;
    font-weight: 600;
}

.navbar-expand .navbar-nav .nav-link {
    font-weight: 600;
}

header nav.mainNavigation span.SubMenuPoint {
    cursor: default;
}

header div.menuOverlay {
    background: rgba(25,35,55,0.9);
    color: #ffffff;
    display: none;
    padding-top: 12rem;
    padding-bottom: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
}

header div.menuOverlay > .container {
    height: 100%;
    position: relative;
}
header div.menuOverlay > .container > .row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    overflow-y: auto;
}

header nav.mainNavigation {
    text-transform: uppercase;
}

header nav.mainNavigation ul {
    margin-left: 0;
    list-style-type: none;
    padding-left: 0;
}

header nav.mainNavigation ul li {
    margin-left: 0;
}

header nav.mainNavigation ul li ul {
    margin-left: 4rem;
}


header nav.mainNavigation {
    text-transform: uppercase;
}

header nav.mainNavigation .mainNavigationPoint {
    display: block;
    font-size: 1.65rem;
    border-bottom: 1px solid #ffffff;
    padding: 0.5rem;
}

header nav.mainNavigation .SubMenuPoint {
    display: block;
    font-size: 0.9rem;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0.8rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    position: relative;
    cursor: pointer;
}

header nav.mainNavigation a.hasSubMenu:not(.mainNavigationPoint):after
{
    content: "+";
    float: right;
}

header nav.mainNavigation a.hasSubMenu:not(.mainNavigationPoint)[aria-expanded="true"]:after {
    content: "-";
}

header nav.mainNavigation .SubLevelMenuPoint {
    display: block;
    font-size: 0.9rem;
    border-bottom: 1px solid #ffffff;
    padding: 0.8rem;
    text-transform: none;
}

header nav.mainNavigation a,
header nav.mainNavigation a:link,
header nav.mainNavigation a:visited,
header nav.mainNavigation a:active,
header nav.mainNavigation a.hasSubMenu,
header nav.mainNavigation a.hasSubMenu:link,
header nav.mainNavigation a.hasSubMenu:visited,
header nav.mainNavigation a.hasSubMenu:active {
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}

header nav.mainNavigation a:hover,
header nav.mainNavigation a.hasSubMenu:hover {
    color: #7db713;
    text-decoration: none;
}


.navbar .img-logo {
    max-width: 17rem;
}

.navbar-nav li a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
}

.navbar-expand .navbar-toggler {
    display: block;
}
@media (max-width: 576px) {

    .navbar-brand {
        margin-top: 0.1rem;
    }

    .navbar-brand img {
        max-height: 60px;
    }
    
    #hiddenMenu2 li a:first-child {
        margin-right: 1.5rem;
    }

    header div.menuOverlay {
        position: absolute;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navbar-brand {
        margin-top: 0.1rem;
    }

    .navbar-brand img {
        max-height: 60px;
    }

    .navbar-nav li a {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .navbar-expand .navbar-nav {
        flex-direction: column;
    }

    .navbar > .container, .navbar > .container-fluid {
        align-items: normal;
    }
}


/* Responsive menu */
.menuResponsive {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 1040;
}

@media (min-width: 769px) {
    .menuResponsive {display: none;}
}

@media (max-width: 768px) {
    .menu .hideResponsive {display: none !important;}
}

.menuResponsive .menuResponsiveList {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 5rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.menuResponsive .menuResponsiveList .mainNavigationPoint:after { content: "+"; float: right; }
.menuResponsive .menuResponsiveList .mainNavigationPoint[aria-expanded="true"]:after {content: "-";}
.menuResponsive .menuResponsiveList .col-md-3 { flex: 0 0 100%; max-width: 100%;}

.menuResponsive .menuResponsiveList .navbar-nav {
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.menuResponsive .menuResponsiveList .navbar-nav li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.menuResponsive .menuResponsiveList .navbar-nav li a {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 400;
}

.menuResponsive .menuResponsiveList .navbar-nav li:first-child {text-align: left; padding-left: 0.5rem;}
.menuResponsive .menuResponsiveList .navbar-nav li:nth-child(2) { text-align: right; padding-right: 0.5rem; }
.menuResponsive .menuResponsiveList .mainNavigationPoint { font-size: 1.5rem; }
.menuResponsive .menuResponsiveList .SubMenuPoint { text-transform: none; font-size: 1rem;}

.menuResponsive .menuResponsiveContainer {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.menuResponsive .menuResponsiveContainer .menuResponsiveItem {
    flex:1;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.menuResponsive .menuResponsiveContainer .menuResponsiveItem:last-child { border-right: none; }

.menuResponsive .menuResponsiveContainer .menuResponsiveItem a {
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 2rem;
    color: #ffffff;
    cursor: pointer;
}

.menuResponsive .menuResponsiveContainer .menuResponsiveItem a:link,
.menuResponsive .menuResponsiveContainer .menuResponsiveItem a:visited,
.menuResponsive .menuResponsiveContainer .menuResponsiveItem a:active,
.menuResponsive .menuResponsiveContainer .menuResponsiveItem a:hover { color: #ffffff; text-decoration: none; }


@media (orientation: landscape) {
    .menuResponsive .menuResponsiveContainer .menuResponsiveItem a { padding: 0.5rem; font-size: 1.5rem; }
}
@media (orientation: landscape) and (max-height: 425px) {
    .navbar-brand img {max-height: 30px !important;}
}



/* 
    ------------------------------
    --- Translator overlay
    ------------------------------
*/

header div.translatorOverlay {
    display: none;
    padding: 20px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5rem;
    z-index: 40;
}

header div.translatorOverlay.full-translator {
    background-color: transparent !important;
    bottom: auto; 
    right: auto;
    width: auto;
    padding: 0;
    z-index: 1040;
    margin-top: 30px;
} 

header div.translatorOverlay.full-translator.affixed {
    margin-top: 20px;
} 

header div.translatorOverlay .goog-te-gadget { text-align: center; overflow: hidden; }
header div.translatorOverlay .goog-te-gadget a { text-decoration: none;}


@media (max-height: 576px) and (orientation: landscape) {
   header div.translatorOverlay { bottom: 3rem; }
}



/* 
    ------------------------------
    --- Contact overlay
    ------------------------------
*/

div.contactOverlay {
    color: #ffffff;
    display: none;
    padding: 20px;
    padding-top:15vh;
    padding-bottom:15vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    overflow-y: auto;
}

div.contactOverlay h2.footerHeadline {display: none}
div.contactOverlay p {  margin-bottom: 1rem; }
div.contactOverlay p b { display: inline-block; margin-bottom: 0.5rem; margin-top: 1rem;}
div.contactOverlay a { margin-left: 15px; text-decoration: none;}




/* 
    ------------------------------
    --- Search overlay
    ------------------------------
*/

div.searchOverlay {
    color: #ffffff;
    display: none;
    padding-top: 30vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    overflow-y: auto;
}

div.searchOverlay form {
    display: flex;
    flex-wrap: wrap;
}


div.searchOverlay .searchHeadline {
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    color: #ffffff;
}

div.searchOverlay input.textboxSearch {
    font-size: 1.5rem;
    letter-spacing: 3px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ffffff;
    padding: 1rem;
    color: #2e3d4e;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}

div.searchOverlay input.textboxSearch::placeholder {color: #d0d0d0;}
div.searchOverlay input.textboxSearch:hover,
div.searchOverlay input.textboxSearch:focus,
div.searchOverlay input.textboxSearch:active {outline: none;}

div.searchOverlay button.buttonSearch {
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: 400;
    background-color: transparent;
    padding: 1rem;
    color: #ffffff;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    border: none;
}

div.searchOverlay button.buttonSearch:hover,
div.searchOverlay button.buttonSearch:focus,
div.searchOverlay button.buttonSearch:active {
    outline: none;
}

header .navbar-nav .nav-link-search,
header .navbar-nav .nav-link-translator {
    padding: .5rem .5rem;
    margin-bottom: 4rem;
    margin-right: .5rem;
}


@media (max-width: 576px) {
    div.searchOverlay { padding-top:10vh; padding-bottom: 100vh;}
    div.searchOverlay input.textboxSearch {-ms-flex: 0 0 85%; flex: 0 0 85%; max-width: 85%; letter-spacing: 2px; }
}

@media (max-height: 576px) and (orientation: landscape) {
    div.searchOverlay { padding-top:10vh; padding-bottom: 100vh;}
}




/* 
    ------------------------------
    --- Carousel Slider
    ------------------------------
*/

/* Header slider */
.carousel-main .carousel-item:before {
    background-image: url(/Content/images/schatten.png);
    background-position: left top;
    background-repeat: repeat-x;
    content: "";
    height: 351px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.carousel-main a.carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/arrow_prev.png);
    width: 40px;
    height: 70px;
    box-shadow: none !important;
}

.carousel-main a.carousel-control-next .carousel-control-next-icon {
    background-image: url(../images/arrow_next.png);
    width: 40px;
    height: 70px;
    box-shadow: none !important;
}

.carousel-main .carousel-item {
    overflow: hidden;
    background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}


@media (max-width: 576px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 20%;
    }
}




/* 
    ------------------------------
    --- Quick menu
    ------------------------------
*/

.carousel-menu { height: 6vh; position: relative;}
 
.owl-prev,
.owl-next {background: none; opacity: 0.7; background-position: center center; background-color: #464c4f;
            position: absolute; top: 0.7rem; width: 32px; height: 32px; z-index: 20; cursor: pointer; font-size: 0; border: 0; }
.owl-prev { background-image: url(../images/quickmenu-prev.png); left: 0;}
.owl-next {background-image: url(../images/quickmenu-next.png); right: 0;}
.owl-prev:hover,
.owl-next:hover,
.owl-prev:focus,
.owl-next:focus {opacity: 1; background-position: center center;}

.owl-stage-outer { overflow: hidden; position: relative; -webkit-transform: translate3d(0,0,0); }
.quickmenu-slider .quickmenu-item  { text-align: center;}

.owl-carousel-container { position: relative;}
/*.owl-carousel-container .owl-nav-button { cursor: pointer; width: 50px; height: 50px; position: absolute; display: block; top: 3.5rem; z-index: 3; }*/


.quickmenu-item a {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    line-height: 6vh;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .quickmenu-item a { font-size: 1.3rem; }
}

@media (max-width: 1023px) and (orientation: landscape) {
    .carousel-menu { height: 10vh;}
    .quickmenu-item a { line-height: 10vh; }
}

.quickmenu-item a:link,
.quickmenu-item a:active,
.quickmenu-item a:visited {color: #ffffff; text-decoration: none;}
.quickmenu-item a:hover { color: #dddddd; text-decoration: none; }



/* 
    ------------------------------
    --- Breadcrumb
    ------------------------------
*/

.breadcrumbs .breadcrumb-menu {
    margin-bottom: 2rem;
    line-height: 1.5rem;
}

.breadcrumbs .breadcrumb-menu a {
    display: inline-block;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.breadcrumbs .breadcrumb-menu span.NoLink {
    display: inline-block;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}



/* 
    ------------------------------
    --- Gallery
    ------------------------------
*/


.row-gallery div p.caption {
    margin-bottom: 1.5rem;
}

.row-gallery div a {
    position: relative;
    display: block;
}

.row-gallery div a:after {
    color: #ffffff;
    content: "\f00e";
    font-family: 'Font Awesome 5 Pro';
    font-size: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: block;
    opacity: 0;
    z-index: 15;
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
}

.row-gallery div a:hover:after {
    opacity: 1;
}



/* 
    ------------------------------
    --- Sections for news items
    ------------------------------
*/
section {
    padding-bottom: 1rem;
}

section p {
    text-align: center;
}

section p.news-headline {
    font-weight: 600;
    font-size: 1.9rem;
    text-transform: uppercase;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

section p.news-anchor {
    font-weight: 600;
}

section p.news-anchor a,
section p.news-anchor a:link,
section p.news-anchor a:visited,
section p.news-anchor a:active {
    transition: 0.2s;
}

section.poststeaser { width: 100%;}
section.poststeaser h4 {
    font-weight: 600;
    font-size: 1.9rem;
    text-transform: uppercase;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

section:after {
    content: "";
    background-image: url(/Content/Mandators/ViechtachStadt/images/icn_Separator-news.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 1rem;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}

.postsCategoryTeaser {
    margin-top: 3rem;
}

.postsCategoryTeaser .poststeaserColumn {
    display: flex;
}

.postsCategoryTeaser .poststeaserColumn section.Events .post-hardfacts {
    position: relative;
}

.postsCategoryTeaser .poststeaserColumn section.Events .ticketOnlineBookingIcon {
    width: 3.5rem;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 6px;
}

.postsCategoryTeaser .poststeaserColumn section.Events .ticketOnlineBookingIcon img {
    max-width: 100%;
    height: auto;
    padding: 0;
    vertical-align: middle;
}

.postsCategoryTeaser .poststeaserColumn section.Offers, .postsCategoryTeaser .poststeaserColumn section.Events {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    padding-bottom: 5rem;
    position: relative;
    width: 100%;
}


.postsCategoryTeaser .poststeaserColumn section.Offers > *, 
.postsCategoryTeaser .poststeaserColumn section.Events > *
{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.postsCategoryTeaser .poststeaserColumn section.Offers img,
.postsCategoryTeaser .poststeaserColumn section.Offers .row,
.postsCategoryTeaser .poststeaserColumn section.Offers b,
.postsCategoryTeaser .poststeaserColumn section.Offers a,
.postsCategoryTeaser .poststeaserColumn section.Offers .carousel,
.postsCategoryTeaser .poststeaserColumn section.Events img,
.postsCategoryTeaser .poststeaserColumn section.Events .row,
.postsCategoryTeaser .poststeaserColumn section.Events b,
.postsCategoryTeaser .poststeaserColumn section.Events a,
.postsCategoryTeaser .poststeaserColumn section.Events .carousel
{
    padding-left: 0;
    padding-right: 0;
}

.postsCategoryTeaser .poststeaserColumn section.Offers .carousel,
.postsCategoryTeaser .poststeaserColumn section.Offers .carousel .carousel-inner,
.postsCategoryTeaser .poststeaserColumn section.Offers .carousel .carousel-inner .carousel-item,
.postsCategoryTeaser .poststeaserColumn section.Events .carousel,
.postsCategoryTeaser .poststeaserColumn section.Events .carousel .carousel-inner,
.postsCategoryTeaser .poststeaserColumn section.Events .carousel .carousel-inner .carousel-item
{
    height: 265px !important;
}

.postsCategoryTeaser .poststeaserColumn section.Offers h4, 
.postsCategoryTeaser .poststeaserColumn section.Events h4 {
    margin-top: 0.5rem;
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.postsCategoryTeaser .poststeaserColumn section.Offers p.news-anchor, 
.postsCategoryTeaser .poststeaserColumn section.Events p.news-anchor {
    margin-bottom: 0;
    margin-top: 1rem;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding-left: 0;
    padding-right: 0;
}

.postsCategoryTeaser .poststeaserColumn section.Offers p.news-anchor a, 
.postsCategoryTeaser .poststeaserColumn section.Events p.news-anchor a {
    display: block;
    padding: 8px;
    border-radius: 5px;
}

.postsCategoryTeaser .poststeaserColumn section.Offers h3, 
.postsCategoryTeaser .poststeaserColumn section.Events h3,
.postsCategoryTeaser .poststeaserColumn section.Offers h4, 
.postsCategoryTeaser .poststeaserColumn section.Events h4,
.postsCategoryTeaser .poststeaserColumn section.Offers p, 
.postsCategoryTeaser .poststeaserColumn section.Events p
{
    padding-left: 15px;
    padding-right: 15px;
}

.postsCategoryTeaser .poststeaserColumn section.Offers a.btn, 
.postsCategoryTeaser .poststeaserColumn section.Events a.btn
{
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
}

.postsCategoryTeaser section.Offers:after, .postsCategoryTeaser section.Events:after {
    display: none;
}

@media (max-width: 576px) {
    .postsCategoryTeaser .poststeaserColumn { padding-left: 0; padding-right: 0;}
    .postsCategoryTeaser .poststeaserColumn section.Offers,
    .postsCategoryTeaser .poststeaserColumn section.Events {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin-top: 0;
    }
    .postsCategoryTeaser .poststeaserColumn section.Offers p.news-anchor, .postsCategoryTeaser .poststeaserColumn section.Events p.news-anchor {
        margin-top: 3rem;
        left: 0;
        right: 0;
    }
    .postsCategoryTeaser .poststeaserColumn section.Offers *, .postsCategoryTeaser .poststeaserColumn section.Events * {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 1024px) {
    .postsCategoryTeaser .poststeaserColumn section.Offers p.news-anchor, .postsCategoryTeaser .poststeaserColumn section.Events p.news-anchor {
        line-height: 1.2 !important;
    }
}

p.news-show-all {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1.5rem;
}

@media (max-width: 576px) {
    section {
        margin-top: 2rem;
    }
}




/* 
    ------------------------------
    --- Large blockquote row
    ------------------------------
*/

blockquote {
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.1rem;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    text-align: center;
    width: 40%;
}

blockquote.hasCitation {
    margin-bottom: 6.5rem;
}


blockquote:before {
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    left: -7rem;
    top: 0;
    height: 5rem;
    width: 5rem;
}

blockquote:after {
    content: "";
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    position: absolute;
    right: -7rem;
    bottom: 0;
    height: 5rem;
    width: 5rem;
}

blockquote figcaption {
    font-size: 1.3rem;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    position: absolute;
    padding-top: 2rem;
    bottom: -3rem;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    blockquote {
        width: 60%;
    }

    blockquote:before,
    blockquote:after {
        height: 3.5rem;
        width: 3.5rem;
    }
}


@media (max-width: 576px) {
    blockquote {
        width: 90%;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    blockquote:before,
    blockquote:after {
        height: 2.5rem;
        width: 2.5rem;
    }

    blockquote:before {
        left: 0;
        top: 0;
    }

    blockquote:after {
        right: 0;
        bottom: 0;
    }
}


/* 
    ------------------------------
    --- Jumbotron
    ------------------------------
*/

.jumbotron {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    overflow: hidden;
    position: relative;
    z-index: 10;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jumbotron h2 {
    color: #ffffff;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2.8rem;
}

.jumbotron p {
    color: #ffffff;
    max-width: 30vw;
}

@media (max-width: 576px) {
    .jumbotron { height: 70vh; }
    .jumbotron h2 { font-size: 2.5rem; }
    .jumbotron p { max-width: 100%; }
}



/* 
    ------------------------------
    --- Image containers
    ------------------------------
*/

.thirdImageContainer {
    overflow: hidden;
    color: #ffffff;
}

div.image-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -10;
}

.thirdImageContainer a, 
.thirdImageContainer div.textPanel {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 2rem;
    color: #ffffff;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}
.thirdImageContainer a div.linkPanel {
    position: absolute;
    bottom: 5vh;
    left: 0;
    top: auto;
    right: 30%;
}

.thirdImageContainer a:link,
.thirdImageContainer a:visited,
.thirdImageContainer a:hover,
.thirdImageContainer a:active { color: #ffffff; }

.jumbotron:hover div.image-content,
.thirdImageContainer:hover div.image-content { transform: scale(1.1); }




@media (max-width: 1024px) {
    .thirdImageContainer a div.linkPanel {right: 10%;}
}

@media (max-width: 768px) {
    .thirdImageContainer { height: 40vh !important;}
}

@media (max-width: 576px) {
    .thirdImageContainer { height: 50vh !important; }
}

@media (max-height: 425px) and (orientation: landscape) {
    .thirdImageContainer { height: 100vh !important; }
    .thirdImageContainer a, .thirdImageContainer div.textPanel {padding-top: 60vh;}
}

.thirdImageContainer a span {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.thirdImageContainer a span.Separator,
.thirdImageContainer div.textPanel span.Separator {
    height: 0.15rem;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
    padding: 0;
}





/* 
    ------------------------------
    --- Events
    ------------------------------
*/


/* Event list */
.event-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 1rem;
}

.event-more-infos {
    margin-top: 10px;
    margin-bottom: 10px;
}

.event-title-data .ticketOnlineBookingIcon {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 4rem;
}

.event-title-data .ticketOnlineBookingIcon object, .event-title-data .ticketOnlineBookingIcon img {
    width: 100%;
}

img.event-icon {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
p.event-headline-date {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0;
}

p.event-headline-date.onlineBookable, .event-headline-title.onlineBookable {
    margin-right: 60px;
}

.container-event-checkbox { text-align: center; margin-right: 10px; }
.container-event-checkbox .custom-control-label::after, 
.container-event-checkbox .custom-control-label::before { width: 1.25rem; height: 1.25rem; }

.event-list .row > div > div { border: 2px solid transparent; }
.event-checked > div:before { position: absolute; right: 30px; bottom: 10px; content: "\f00c"; font-family: "Font Awesome 5 Pro"; font-weight: 300; font-size: 2rem; }



.eventsteaser.swimmingpool p.event-headline-date {
    font-weight: normal;
    line-height: 1.3rem;
    font-size: 1.0rem;
}


.event-headline-title {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    font-weight: 600;
    padding-right: 10px;
}

.event-headline-title.eventCanceled {
    font-weight: normal;
}

div.event-infobox-horizontal {
    margin-bottom: 100px;
    margin-top: 2rem;
}

p.event-headline-subtitle {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.event-list-box p { margin-bottom: 0;}


.event-image { flex-basis: 25%; }
.event-highlights .event-image { flex-basis: 17%; }

.event-list .event-title-data {
    font-weight: 600;
    flex-basis: 75%;
    position: relative;
}

.event-list .row > div > div:after {
    content: "";
    border-bottom: 0.1rem solid #b0b5b8;
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 0;
}

.event-list .row > div { padding-left: 7px;  padding-right: 7px;}
.event-list .row > div > div { padding: 15px; height: 100%; }
.event-list.event-highlights .row > div > div:after,
.event-list .row > div > div.highlightedEventInList:after { border: none; }
.event-list .row:last-child > div:after { display: none; }

.event-highlights { padding-top: 1.0rem; padding-bottom: 1.5rem;}

.eventsteaser div.highlightedEventInList,
.eventsteaser div.highlightedEventInList p,
div.event-highlights p.event-headline-date,
div.event-highlights p,
.event-list .highlightedEventInList p {
    color: #ffffff;
}


@media (max-width: 1024px) {
    .event-list .row > div > div { padding: 10px;}
    img.event-icon {margin-right: 0.5rem; margin-bottom: 0.5rem;}
}

@media (max-width: 768px) {
    .event-image { flex-basis: 50%; margin-left: auto; margin-right: auto; text-align: center;}
    .event-image img { max-height: 80px; margin-left: auto; margin-right: auto; float: none; }
    .event-list .event-title-data { flex-basis: 100%;}
    .event-headline-title {font-size: 1.5rem; margin-bottom: 1rem;}
}

@media (max-height: 425px) and (orientation: landscape) {
    .event-image { flex-basis: 20% !important; text-align: left; padding-right: 0.5rem;}
    .event-image img { max-height: 80px; float: none; }
    .event-list .event-title-data { flex-basis: 80% !important;}
    .event-title + p { width: 80%; margin-left: 20%;}
}

@media (max-width: 576px) {
    .event-image { flex-basis: 25%; text-align: left; padding-right: 0.5rem;}
    .event-image img { max-height: 80px; float: none; }
    .event-list .event-title-data { flex-basis: 75%;}
    .event-headline-title {font-size: 1.5rem; margin-bottom: 1rem; padding-right: 0;}
    .event-list .row > div { padding-left: 0; padding-right: 0;}
    .event-list .row > div > div { padding-left: 20px; padding-right: 20px; }
    
    .event-list {padding-top: 1rem;}
    .event-list, .event-list .col-md-6,
    .event-list, .event-list .col-md-4 {margin-bottom: 1rem;}

    .event-list .row > div:after {
        content: "";
        border-bottom: 0.1rem solid #b0b5b8;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .event-highlights .row > div:last-child { margin-bottom: 0; border-bottom: none; }
    .event-list .row:last-child > div:last-child:after { visibility: hidden; }
    .event-highlights { padding-top: 1rem; padding-bottom: 0; }
    .event-list.event-highlights .row > div { border-bottom: 0.1rem solid #ffffff; }
}




/* Event calendar */
div.CityHallAssignmentPlan .fc-content { background-color: transparent; }
div.CityHallAssignmentPlan { margin-bottom: 30px; }
div.CityHallAssignmentPlan .fc-head { padding-top: 10px !important; }

div.CityHallAssignmentPlan .fc-day-header {
    padding: 0.5rem;
    text-transform: uppercase;
    font-weight: 400;
}

div.CityHallAssignmentPlan .fc .fc-toolbar { padding-left: 0; padding-right: 0; }
div.CityHallAssignmentPlan .fc-day-grid-event .fc-content { white-space: normal;}
div.CityHallAssignmentPlan .fc-day-top { padding: 0.5rem; }
div.CityHallAssignmentPlan .fc-day-top .fc-day-number { font-size: 1.2rem;}

div.CityHallAssignmentPlan button.fc-button {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: .375rem 1rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: .25rem;
    transition: color .15s;
    color: #ffffff;
    margin-left: 3px;
}

div.CityHallAssignmentPlan button.fc-button.fc-state-default { color: #ffffff; }
div.CityHallAssignmentPlan .fc .fc-row .fc-content-skeleton table,
div.CityHallAssignmentPlan .fc .fc-row .fc-content-skeleton td,
div.CityHallAssignmentPlan .fc .fc-row .fc-helper-skeleton td { border-color: #dddddd; }
div.CityHallAssignmentPlan td.fc-event-container { padding: 0.3rem; }

div.CityHallAssignmentPlan td.fc-today .fc-day-number:before {
    content: "Heute";
    padding-right: 0.8rem;
    color: #888888;
    font-weight: 300;
    font-size: 1rem;
}

div.CityHallAssignmentPlan a.fc-event,
div.CityHallAssignmentPlan a.fc-event:link,
div.CityHallAssignmentPlan a.fc-event:visited,
div.CityHallAssignmentPlan a.fc-event:hover,
div.CityHallAssignmentPlan a.fc-event:active {
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0.2rem;
}

div.CityHallAssignmentPlan a.fc-not-start {
    margin-left: -0.3rem !important;
    padding-left: 0.5rem !important;
}

div.CityHallAssignmentPlan a.fc-not-end {
    margin-right: -0.3rem !important;
    padding-right: 0.5rem !important;
}

div.CityHallAssignmentPlan a.privateEvent:link,
div.CityHallAssignmentPlan a.privateEvent:visited,
div.CityHallAssignmentPlan a.privateEvent:hover,
div.CityHallAssignmentPlan a.privateEvent:active {
    cursor: default;
}

/* Accordion for categories */
.accordionCategories {
    padding: 0;
    margin: 0;
}

.accordionCategories .card,
.accordionCategories .card-header,
.accordionCategories .card-body {
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.accordionCategories .card-header p {
    margin: 0;
}

.accordionCategories .card button.btn {
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
}

.accordionCategories .card button.btn:hover,
.accordionCategories .card button.btn:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}


.accordionCategories .card .card-header .btn:after {
    content: "";
    background-position: center center;
    background-size: cover;
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
    display: inline-block;
    top: 7px;
    margin-left: 5px;
}

.accordionCategories .card .card-header .btn[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Event detail */
.card.bg-transparent {
    border: 0;
}

.card.eventInfobox h5,
.card.bg-transparent h5 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.card.eventInfobox .card-text,
.card.bg-transparent .card-text {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.card.eventInfobox .card-text .infobox-descriptor,
.card.bg-transparent .card-text .infobox-descriptor { letter-spacing: 2px;}

.card.eventInfobox .card-text .infobox-descriptor,
.card.bg-transparent .card-text .infobox-descriptor {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.card.bg-transparent .card-text div.infobox-descriptor {
    margin-bottom: 5px;
    margin-top: 30px;
}

.card.eventInfobox .card-text p {
    color: #ffffff;
}

.card.eventInfobox .card-text a,
.card.eventInfobox .card-text a:link,
.card.eventInfobox .card-text a:visited,
.card.eventInfobox .card-text a:active {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.card.eventInfobox .card-text a:hover {
    color: #ffffff;
    text-decoration: none;
}

.card.eventInfobox + a.btn {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}


/* Event search */
.eventSearchRow {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2px;
}

/* Create own flexbox behaviour, bootstrap does not provide classes for having five columns in a row */
.eventSearchRow .pnlSubcategories {
    display: flex;
    flex-wrap: wrap;
}

.eventSearchRow p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.eventSearchRow .custom-control {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 0;
    margin-bottom: 0.8rem;
}


@media (max-width: 1024px) {
    .CategoryHeadline{ font-size: 1.3rem; }
    .eventSearchRow .custom-control {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    .eventSearchRow .custom-control label { font-size: 1.2rem; }
}

@media (max-width: 768px) {
    .eventSearchRow .custom-control {-ms-flex: 0 0 33%; flex: 0 0 33%; max-width:33%;}
}

@media (max-width: 425px) {
    .eventSearchRow .custom-control {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width:50%;}
}

.Subheadline {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    font-weight: 400;
}

.CategoryHeadline {
    color: #0F99BE;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1.2rem;
}

.textboxWhite {
    display: inline-block;
    font-weight: 400;
    color: #2e3d4e;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.textboxWhite::placeholder {
    color: #2e3d4e;
    font-weight: 600;
}
.textboxWhite {
    width: 25%
}

.textboxLong {
    width: 50%;
}

.full-width {
    width: 100%
}


@media (max-width: 576px) {
    .textboxWhite,
    .textboxLong { width: 100%; }
    .eventSearchRow * { font-size: 1.2rem; }
}





/* 
    ------------------------------
    --- Image zoom
    ------------------------------
*/

button.fancybox-arrow--left:before {
    content: 'f054';
    font-family: FontAwesome;
}



/* 
    ------------------------------
    --- Accordion
    ------------------------------
*/

.collapsiblepanel .card {
    border-radius: 5px;
    background: none;
    margin-bottom: 0.5rem;
}

.collapsiblepanel .card .card-body.bg-primary { background-color: transparent !important; }

.collapsiblepanel .card h5 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.collapsiblepanel .card .card-header,
.card .card-header .btn {
    background-color: transparent;
    border: 0;
    font-weight: 600;
}

.collapsiblepanel .card .card-header {
    padding: 0;
}

.collapsiblepanel .card .card-header .btn .accordion-icon img { max-height: 35px; margin-bottom: 0;}

.collapsiblepanel .card .card-header .btn {
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
}

.collapsiblepanel .card .card-header .btn:focus {
    box-shadow: none;
    outline: none;
}

.collapsiblepanel .card .card-header .btn:after {
    content: "";
    background-position: center center;
    background-size: cover;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    z-index: -10;
}

.collapsiblepanel .card .card-header .btn[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* 
    ------------------------------
    --- Search page
    ------------------------------
*/

.searchContainer,
.searchContainer form {
    width: 100%;
}

.container.containerSlim.searchForm { padding: 3rem; }

.SearchQuery {
    border: none;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #2e3d4e;
    width: 85%;
    border-radius: 10px;
}

.SearchQuery:focus { outline: none; background-color: #e5f9ff; }

.buttonSearch {
    border: none;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    width: 10%;
}

/* 
    ------------------------------
    --- Modules
    ------------------------------
*/

.eventsteaser,
.eventsearch,
.breadcrumbs {
    margin-top: 20px;
}
.mapteaser {
    margin-top: 50px;
}


.collapsiblepanel {
    margin-bottom: 10px;
    margin-top: 10px;
}

img.img-greyscale-hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s;
    margin-left: 3px;
}

img.img-greyscale-hover:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}



/*Icons im Text, Info Windows etc.*/
.iconLeftToText {
    margin-right: 5px;
}

.mapInfoWindow {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.gm-style-iw-t button:focus { outline: none;}


/* 
    ------------------------------
    --- Forms
    ------------------------------
*/
.formContainer button[type="submit"] {
    font-weight: 600;
    padding: 0.6rem;
    font-size: 1.05rem;
    border: none !important;
    border-radius: 0.5rem;
    vertical-align: top;
    letter-spacing: 0.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase
}



/* 
    ------------------------------
    --- Content formatting
    ------------------------------
*/

/* Container */
.container[data-type='MAINCONTENTCONTAINER'] { padding-bottom: 3rem; padding-top: 3rem; }
.container[data-type='MAINCONTENTCONTAINER'].containerCompact { padding-bottom: 2rem; padding-top: 2rem; }


@media (max-width: 576px) {
    h1, h2, h3, h4 { hyphens: auto; }
}


.container[data-type='MAINCONTENTCONTAINER'] a:not(.btn),
.container[data-type='MAPTEASER'] a:not(.btn) {
    transition: .2s;
}

.container[data-type='MAINCONTENTCONTAINER'] img,
.container[data-type='MAINCONTENTCONTAINER'] .imageContainer,
.container[data-type='MAINCONTENTCONTAINER'] .carousel {
    margin-bottom: 1rem;
}

.row.row-gallery .col-md-4 { padding-left: 0.5rem; padding-right: 0.5rem;}
.row.row-gallery div.gallery-item-container { height: 150px;}

.container[data-type='MAINCONTENTCONTAINER'] .carousel-main .carousel-item:before {
    background-image: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}



@media (max-width: 768px) {
   p,
   .breadcrumbs .breadcrumb-menu,
   .collapsiblepanel .card .card-header .btn,
   .container[data-type='MAINCONTENTCONTAINER'] ul,
   .container[data-type='MAINCONTENTCONTAINER'] a.btn,
   .container[data-type='MAINCONTENTCONTAINER'] table { font-size: 1.2rem;}
}

div.col_212529 h1, 
div.col_212529 h2,
div.col_212529 h3, 
div.col_212529 h4,
div.col_212529 h5, 
div.col_212529 h6,
div.col_212529 p, 
div.col_212529 ul li,
div.col_212529 ol li, 
div.col_212529 table tr td, 
div.col_212529 table tr th { color: #212529;}
div.col_ffffff h1, 
div.col_ffffff h2,
div.col_ffffff h3, 
div.col_ffffff h4,
div.col_ffffff h5, 
div.col_ffffff h6,
div.col_ffffff p, 
div.col_ffffff ul li,
div.col_ffffff ol li, 
div.col_ffffff table tr td, 
div.col_ffffff table tr th { color: #ffffff;}

/* 
    ------------------------------
    --- Contact form
    ------------------------------
*/


div#booking-request-form,
[data-form] { overflow: hidden; }
div#booking-request-form div.email-regular,
[data-form] div.email-regular { position: absolute; right: -150vw;}

div[data-form] .floating-label-wrap {
    margin-bottom: 5px;
    position: relative;
}


div[data-form] label {
    color: #666666;
    position: absolute;
    top: .6rem;
    right: .6rem;
    left: 0.7rem;
    transition: 0.5s;
    margin-bottom: 0;
    line-height: normal;
}

div[data-form] input,
div[data-form] textarea {
    color: #2e3d4e;
    padding-top: .9rem;
    height: auto;
    line-height: normal;
}

div[data-form] input.text-filled + label,
div[data-form] textarea.text-filled + label,
div[data-form] input:focus + label,
div[data-form] textarea:focus + label,
div[data-form] .select2 + label,
div[data-form] .select2.select2-container--focus + label {
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 1px;
    color: #888888;
    position: absolute;
    top: .25rem;
}

div[data-form] .select2 .select2-selection--single {
    padding-left: .6rem !important;
    padding-top: .75rem !important;
    min-height: 18px !important;
    padding-bottom: .15rem !important;
}

div[data-form] .select2  span.selection {
    color: #ffffff;
}

div[data-form] div.form-check label { position: relative; top: auto; left: auto; right: auto; bottom: auto; color: #ffffff; }
div[data-form] div.form-check label a { color: #ffffff !important; text-decoration: underline; }

div[data-form] select#furtherDates + .select2 span.selection { color: #888888;}
div[data-form] select#furtherDates + .select2 .select2-selection { padding-top: 0.2rem !important;}

/* 
    ------------------------------
    --- Footer and scroll-to-top arrow
    ------------------------------
*/

.go-to-top {
    cursor: pointer;
    position: fixed;
    z-index: 40;
    width: 4rem;
    height: 4rem;
    right: 0;
    bottom: 0;
}

@media (max-width: 576px) {
    .go-to-top {
        width: 3rem;
        height: 3rem;
    }
}

@media (max-width: 1024px) {
    footer img.img-fluid {margin-bottom: 1rem;}
}

@media (max-height: 576px) and (orientation: landscape) {
    footer img.img-fluid {max-width: 50% !important;}
}

footer { margin-top: 2rem;}

footer hr {
    background-color: #ffffff;
    height: 1px;
    border: none;
}

footer .lead {
    font-weight: 500 !important;
}

footer .footerHeadline {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
}

footer table tr td,
footer p {
    color: #ffffff;
}


footer table {
    margin-bottom: 1rem;
}

footer table tr td {
    padding-right: 1rem;
    line-height: normal;
}

footer .row .row {
    margin-left: 0;
    margin-right: 0;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: #ffffff;
    text-decoration: none;
}

footer a.withoutbreak { white-space: nowrap; }

.spacer-footer-top {
    padding-top: 7rem;
}

@media (max-width: 1024px) {
    .spacer-footer-top {padding-top: 0;}
}

@media (max-width: 576px) {
    footer {padding-bottom: 5rem;}
    footer .row > div { margin-bottom: 3rem; }
    footer .row > div.col-12 { margin-bottom: 0; }
    footer .row > div:last-child { margin-bottom: 0; }
    footer .row > div img.img-fluid { max-width: 70%; margin-bottom: 1rem; }
}

@media (max-width: 425px) and (orientation: portrait) {
    footer .text-right { text-align: center !important;}
}






/* 
    ------------------------------
    --- Select 2
    ------------------------------
*/

.select2 {
    width: 100% !important;
    max-width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid;
}

.select2Small .select2-container--default .select2-selection--single,
.select2Small .select2-container--default .select2-selection--multiple {
    padding-top: 0;
    padding-bottom: 0;
}

.select2-dropdown input:focus,
.select2-selection {
    outline: none;
}

.select2Small .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.8rem;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

.eventInfobox.card {
    border: 0;
}


.eventInfobox.card h3 { color: #ffffff; }

/*EventSearch*/
div.eventSearchresults {
    display: none;
}

div.eventSearchresultsNoResults {
    display: none;
}

.loadingHeadline {
    margin: 0;
    text-align: center;
}

.loadingContent {
    border: 0;
}



/* 
    ------------------------------
    --- Infobox
    ------------------------------
*/

.Infobox { margin-bottom: 1rem; }
.Infobox .btn { margin-right: 0; display: block; }


/* 
    ------------------------------
    --- Downloads
    ------------------------------
*/
.downloads {
    display: flex;
    flex-wrap: wrap;
}


.downloads .download {
    width: 9rem;
    text-align: center;
    margin: 0.5rem;
    padding-top: 0.75rem;
}

.downloads .download .card-body {
    padding: 0.25rem;
}

.downloads .download .card-title { margin-bottom: 0.25rem; font-size: 0.9rem;font-weight: 500; line-height: 1.2; color: #7db713; }

.downloads .download .card-text {
    font-size: 0.8rem;
    margin-bottom: 0.1rem;
}

.downloads a,
.downloads a:link,
.downloads a:visited,
.downloads a:active {
    text-decoration: none !important;
}

.text-normalized * {
    font-size: 1rem;
}

.asset-previewimage {
    width: 6em;
}

.hiddenPanel {
    display: none;
}
/* 
    ------------------------------
    --- Search form/results
    ------------------------------
*/


div.searchRealmResults::after { content: ""; border-bottom: 1px solid rgba(0,0,0,.1); display: block; padding-top: 2rem; margin-bottom: 3.5rem;}
div.searchRealmResults.lastItem::after { display: none;}

div.searchRealmResults h3 { margin-bottom: 2rem; }
div.searchRealmResults h3 .badge-primary { background-color: #2F3F4F; font-size: 0.8rem; text-transform: none; font-weight: 400; padding: .35em .5em; vertical-align: middle; margin-left: 0.5rem; }

@media (max-width: 1024px) {
div.searchRealmResults h3 .badge-primary { font-size: 1rem; }
}

div.searchRealmResults li.searchRealmResult { position: relative; margin-bottom: 1.5rem !important; }
div.searchRealmResults li.searchRealmResult:before { top: -2px; left: -25px !important;}

div.searchRealmResults li.searchRealmResult .searchRealmResultHeadline {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
div.searchRealmResults li.searchRealmResult .searchRealmResultHeadline a,
div.searchRealmResults li.searchRealmResult .searchRealmResultHeadline a:link,
div.searchRealmResults li.searchRealmResult .searchRealmResultHeadline a:visited,
div.searchRealmResults li.searchRealmResult .searchRealmResultHeadline a:active { text-decoration: none;}
div.searchRealmResults li.searchRealmResult .searchRealmResultHeadline a:hover { text-decoration: underline;}
div.searchRealmResults .searchRealmResultDescription {
    font-size: 0.9rem;
}

div.searchRealmResults .searchRealmResultUrl{
    font-size: 0.9rem;
}


div.searchRealmResults li.searchRealmResult .searchRealmResultFooter {
    margin-top: 0.25rem;
    display: block;
}


.mark-searchterm {
    padding-left: 2px;
    padding-right: 2px;
}

/* ---- Validation ---- */
.tooltip-error {
    z-index: 3000;
    font-size: 0.9rem;
}




/* 
    ------------------------------
    --- Cookie Notice
    ------------------------------
*/

.modal-cookienotice p { font-size: 1rem; color: #2e3d4e;}
.accordion-cookienotice p { font-size: 0.9rem;}
.accordion-cookienotice .card { border: none;}
.accordion-cookienotice .card .card-header { padding: .6rem 1rem; background-color: #F2F2F2; border-bottom: 2px solid #ffffff;}
.accordion-cookienotice .card .card-header button { font-weight: 400; padding: 0; }
.accordion-cookienotice .card .card-header button,
.accordion-cookienotice .card .card-header button:hover,
.accordion-cookienotice .card .card-header button:focus { color: #2e3d4e; text-decoration: none; }
.accordion-cookienotice .card .card-header button:before { content: "\f078"; color: #2e3d4e; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 1.3rem; margin-right: 0.5rem;}
.accordion-cookienotice .card .card-header button[aria-expanded=true]:before { content: "\f077";}
.accordion-cookienotice .card .card-header .custom-switch { padding-top: 5px; float: right;}


/* 
    ------------------------------
    --- Google Translate
    ------------------------------
*/

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.google-translator {

}

.container[data-type="MAINCONTENTCONTAINER"] div.google-translator a:not(.btn):link,
.container[data-type="MAINCONTENTCONTAINER"] div.google-translator a:not(.btn):visited,
.container[data-type="MAINCONTENTCONTAINER"] div.google-translator a:not(.btn):active {
    text-decoration: none !important;
}

div.google-translator .goog-te-gadget-icon {
    margin-bottom: 0;
}


/* 
    ------------------------------
    --- Images
    ------------------------------
*/

div[data-row-type='IMG'] a.imageContainer,
div[data-type='IMAGEGALLERY'] .imageContainer {
    display: block;
}

div[data-row-type='IMG'] .imageContainer.small,
div[data-type='IMAGEGALLERY'] .imageContainer.small {
    width: 100%;
    height: 265px;
    background-repeat: no-repeat;
}

div[data-row-type='IMG'] .imageContainer.medium,
div[data-type='IMAGEGALLERY'] .imageContainer.medium {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

div[data-row-type='IMG'] .imageContainer.large,
div[data-type='IMAGEGALLERY'] .imageContainer.large {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
}

@media(min-width: 768px) {
    div[data-type='IMAGEGALLERY'] .col-md-2 .imageContainer.small {
        width: 100%;
        height: 100px;
        background-repeat: no-repeat;
    }
}


@media(min-width:992px){
    div[data-type='IMAGEGALLERY'] .col-md-2 .imageContainer.small {
        width: 100%;
        height: 180px;
        background-repeat: no-repeat;
    }
}



/* 
    ------------------------------
    --- Youtube Embed
    ------------------------------
*/
.video-wrapper {
    background-size: cover;
    background-position: center center;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video-wrapper .video-trigger {
    position: absolute;
    z-index: 9;
    background-color: rgba( 0, 0, 0, .6 );
    color: #fff;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.video-wrapper .video-trigger .video-info {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 15%;
}
.video-wrapper .video-layer {
    position: relative;
    display: none;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.video-wrapper .video-layer iframe.video-external {
    border: 0px none transparent;
    width: 100%;
    height: 100%;
}

.video-wrapper .video-trigger p a { text-decoration: none; }

.video-wrapper .video-info h2 { text-align: center; margin-bottom: 3rem;}
.video-wrapper .video-info .btn { margin-top: 2rem;}

@media (max-width: 1024px) {
    .video-wrapper .video-trigger .video-info { 
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%; }

    .video-wrapper .video-info h2 { margin-bottom: 2rem;}
    .video-wrapper .video-info .btn { margin-top: 1rem;}
}

@media (max-width:576px) {
    .video-wrapper .video-info h2 { margin-bottom: .5rem;}
    .video-wrapper .video-info p { margin-bottom: .5rem;}
}


@media (max-width:424px) {
    .video-wrapper .video-trigger .video-info { 
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem; }
    .video-wrapper .video-info h2 { margin-bottom: .5rem; line-height: 1;}
    .video-wrapper .video-info p { margin-bottom: .5rem;}
    .video-wrapper .video-info .btn { margin-top: 0;}
}

.SwimmingPoolBookingIframe {
    margin-top: 20px;
}



/* 
    ------------------------------
    --- Waiting Dialog
    ------------------------------
*/

#waiting-dialog .modal-content { border: none;}
#waiting-dialog .modal-body p { font-size: 1.3rem; line-height: 2rem; }
#waiting-dialog .modal-body p i { color: #7db713;}