﻿
:root {
    --lipstick: #da1b4c;
    --light-pink: #fff6f8;
    --warm-pink: #fff6f8;
    --black-three: #333333;
    --very-light-purple: #fad9e2;
    --very-light-purple-two: #fbe5eb;
    --white-two: #f8f8f8;
    --easter-purple: #a064ff;
    --seafoam-blue: #60bfc4
}
@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 100;
    src: local('Isidora Sans Thin'), local('Isidora-Sans-Thin'), url('/web/media/fonts/Isidora-Sans-Thin.woff') format('woff');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 200;
    src: local('Isidora Sans Light'), local('Isidora-Sans-Light'), url('/web/media/fonts/Isidora-Sans-Light.woff') format('woff');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 300;
    src: local('Isidora Sans Regular'), local('Isidora-Sans-Regular'), url('/web/media/fonts/Isidora-Sans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 400;
    src: local('Isidora Sans Medium'), local('Isidora-Sans-Medium'), url('/web/media/fonts/Isidora-Sans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 500;
    src: local('Isidora Sans SemiBold'), local('Isidora-Sans-SemiBold'), url('/web/media/fonts/Isidora-Sans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'IsidoraSans';
    font-style: normal;
    font-weight: 600;
    src: local('Isidora Sans Bold'), local('Isidora-Sans-Bold'), url('/web/media/fonts/Isidora-Sans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'IsidoraSansAlt';
    font-style: normal;
    font-weight: 200;
    src: local('Isidora Sans Alt Light'), local('Isidora-Sans-Alt-Light'), url('/web/media/fonts/Isidora-Sans-Alt-Light.woff') format('woff');
}

@font-face {
    font-family: 'IsidoraSansAlt';
    font-style: normal;
    font-weight: 400;
    src: local('Isidora Sans Alt Medium'), local('Isidora-Sans-Alt-Medium'), url('/web/media/fonts/Isidora-Sans-Alt-Medium.woff') format('woff');
}

@font-face {
    font-family: 'IsidoraSansAlt';
    font-style: normal;
    font-weight: 500;
    src: local('Isidora Sans Alt SemiBold'), local('Isidora-Sans-Alt-SemiBold'), url('/web/media/fonts/Isidora-Sans-Alt-SemiBold.woff') format('woff');
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

html.simulate body::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space */
    background: transparent; /* optional: just make scrollbar invisible */
}

.loader {
    height: 2px;
    width: 100%;
    position: fixed;
    top:98px;
    left:0px;
    overflow: hidden;
    background-color: transparent;
    z-index:20;
}

body.loaded .loader {
    display:none;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #DA1B4C;
    animation: loading 2s linear infinite;
    animation-delay: 0.2s;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}


* {
    box-sizing: border-box;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 16px;
    font-family: "IsidoraSans", "Roboto", sans-serif; 
    font-weight: 300;
    height:100%;
}

.cloak {
    opacity:0;
    transition:opacity 0.5s ease-out;
}

.loaded .cloak {
    opacity: 1;
}

input, select {
    font-family: "IsidoraSans", "Roboto", sans-serif;
    font-weight:400;
}

input::placeholder {
    font-weight:300;
    color:#bbb;
}


input[type=text], input[type=email], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    margin: 0px;
    background-color: #FAF5F6;
    overflow: hidden;
    overflow-y: auto;
    min-height: 100%;
    position: relative;
    padding-bottom:120px;
}

.desktop {
    display:initial;
}

.mobile {
    display:none!important;
}

.clickable {
    cursor:pointer;
}

h1 {
    font-size: 2.5rem;
    font-family: "IsidoraSans";
    line-height: 3.125rem;
    font-weight: 400;
}

h2, .column h2 {
    font-family: "IsidoraSansAlt";
    font-size: 2.125rem;
    line-height: 2.5625rem;
    color: #000;
    /*text-decoration: underline;
    text-decoration-color: #ff4776;*/
    font-weight: 500;
    text-align:center;
}

.column h2 {
    margin-bottom: 3.125rem;
}

a {
    color: #da1b4c;
}

p {
    margin-top: 0px;
    margin-bottom: 1em;
    line-height: 1.5rem;
}

strong, b {
    font-weight:500;
}

p:last-child {
    margin-bottom: 0px;
}

.topmargin {
    margin-top: 1.5rem;
}

.zerotopmargin {
    margin-top:0px!important;
}

.body {
    width: 100vw;
    height: 100%;
    padding-top: 100px;
}

.content {        
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}

.body > .content {
    margin-top: 30px;
    margin-bottom: 50px;
    opacity: 0;    
}

.body > .content.loaded {    
    animation: fadeIn 0.5s ease-out 0s 1 normal forwards;
}


#startpage > .content {
    margin-top: 50px;    
}

.header {
    width: 100vw;
    position: fixed;
    height: 100px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    border-bottom: 2px solid #DEDEDE;
    border-bottom: 2px solid #f8d1db;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 10;
}

.footer {
    background-color: white;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100vw;
    border-top: 2px solid #f8d1db;
}

.footer .contact {
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-left: 60px;
    height: 70px;
}

.footer .logo, .footer .contact {
    height: 70px;
}

.footer a {
    display: inline-block;
    color: #333333;
    text-decoration-color: #ff4776;
    margin-right: 1rem;    
    line-height:2.25rem;    
}

.footer a:hover {
    color: #DA1B4C;
}

.footer .contact strong {
    font-family: "IsidoraSansAlt";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.header .content, .footer .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position:relative;
}

.header .logo {
    margin-right:15px;
    margin-left: 0px;
    height: 60px;
    cursor: pointer;
}

.header .menu {
    width: 50vw;
    height: 60px;
    line-height: 60px;
    white-space:nowrap;
}

.header .menu .item {
    text-decoration:none;
    color:#000000;
    display: inline-block;
    margin-left: 40px;
    cursor: pointer;
}

.header .menu .item.active {    
    text-decoration: underline;
    text-decoration-color: #da1b4c;
}

.header .menu .item.down {
    background-image: url(/web/media/img/icons/down.svg);
    background-size: 0.75rem;
    background-position: right calc(50% + 2px);
    background-repeat: no-repeat;
    padding-right: 1.25em;
}

.header .menu .item.down.open {
    background-image: url(/web/media/img/icons/down-active.svg);
}

.header .menu .item:hover {
    text-decoration: underline;
}

.header .button {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: 2rem;
    line-height: 2.35rem;
    height: 2.5625rem;
}

.header .button.outline {
    background-color:white;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.button {
    display: inline-block;
    font-size: 0.9375rem;
    background-color: #DA1B4C;
    color: white;
    font-weight: 500;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 2.7rem;
    height: 2.875rem;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;     
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    border:1px solid transparent;
}

.button.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.button.big {
    height: 3.125rem;
    line-height: 3rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);    
    font-size:1.125rem;
}

.button:hover {
    opacity:0.4;
}

.button.outline {
    border: 1px solid #DA1B4C;
    background-color: transparent;
    color: #DA1B4C;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.textaligncenter {
    text-align: center;
}

label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1.875rem;
    margin-bottom: 0.75rem;
}

.label-hidden{
    color:transparent;
}

input, textarea {
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    font-size: 1.25rem;
    border: none;
    padding: 1.25rem;
    line-height: 1.25rem;
    width: 98%;
    resize: none;
    -webkit-appearance: none;
}

textarea {
    font-size:1rem;
    font-weight:normal;
    min-height:200px;
}

select {
    border: none;
    width: 100%;
    background-color: transparent;
    padding-left: 1.25rem;
    outline: 0;
    padding-top: 0.35rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: #DA1B4C;
    box-sizing: border-box;
    border: 1px solid transparent;
}

select:focus {
    border: 1px solid #DA1B4C;
    border-radius:4px;
}

.select-wrapper {
    border-color: #fff;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 1rem;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
}

.select-wrapper .hiddeninput {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

.select-wrapper option {
    color: #000;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .625rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.5625rem;
    background-image: url(/lib/images/icons/select-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.select-wrapper .select {
    box-shadow: none;
    color: #DA1B4C;
    background-color: transparent;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    font-size: 1rem;
    line-height: 2.6rem;
    height: 2.6rem;
    padding: 0px;
    padding-left: 0.625rem;
    padding-right: 3em;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
    cursor: pointer;
    outline: 0;
    position: relative;
}

.select-wrapper .select .text {
    white-space: nowrap;
    padding-right: 1rem;
    overflow: hidden;
    font-weight: normal;
    line-height: 2.6rem;
    pointer-events:none;
}

select-wrapper .hiddeninput {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
}

.twocols {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.twocols.stretch {
    align-items: stretch;
}

.twocols > div {
    width: 50%;
}

.bigteaser h1 {
    margin-top: 0px;
}

.bigteaser {
    background-color: white;
}

.bigteaser .twocols {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

.bigteaser .twocols > div {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.bigteaser .twocols > div:last-child {
    padding-left: 0px;
}

.bigteaser p {
    font-size: 1.125rem;
    line-height: 2.125rem;
}

.bigteaser .imagecarousel .image {
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    padding-top:38.43%;    
}

.location-details .imagecarousel .image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 128.42%;
}

.column-carousel {
    width: 525px;
}

.column {    
    display: flex;
    width: 50%;
}

.column >.image {
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
    border-radius:3px;
}

.column-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.column-content .fill {
    flex: auto;
}

.membership-teaser:first-child {
    margin-left: 0px;
}

.membership-teaser:last-child {
    margin-right: 0px;
}

.membership-teaser .column-content {
    background-color: white;
    border-radius: 3px;
}

.membership-teaser .image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 47.685%;
    border-radius: 3px;
}

.membership-teaser .fill .image {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.membership-teaser h3 {
    font-size: 1.625rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.membership-teaser .text {
    padding: 1.5625rem;
    padding-top: 0px;
    line-height: 1.5625rem;
}

.membership-teaser .text strong {
    font-weight: 500;
}

.membership-teaser .text p {
    margin: 0px;
    margin-bottom: 1em;
}

.membership-teaser ul, .offer-list ul, .play-list ul, .text.check ul, .text.play ul, ul.location-list {
    padding-left: 0px;
    list-style-type: none;
    margin-top:0rem;
    margin-bottom:1rem;
}

.offer-list p+ul {
    /*margin-top:-0.5rem!important;*/
}

.membership-teaser li, .offer-list li, .play-list li, .text.check li, .text.play li, ul.location-list li {
    background: url("/web/media/img/icons/checked.svg") no-repeat left center;
    background-size: 1.15rem;
    padding-left: 2em;
    padding-bottom: 0.15em;
    line-height: 1.25rem;
    margin-bottom: 0.8125rem;
    font-weight: 400;
}

.membership-teaser li:last-child, .offer-list li:last-child, .play-list li:last-child, .text.check li:last-child, .text.play li:last-child, ul.location-list li:last-child {
    margin-bottom: 0px;
}

.play-list li, .text.play li {
    background-image: url("/web/media/img/icons/play.svg");
}

ul.location-list li {
    background-image: url("/web/media/img/icons/location.svg");
    display:inline-block;
    padding-left:1.5em;
    margin-right:1.5em;
}


.membership-teaser .bottom {
    border-top: 2px solid #FAF5F6;
    padding: 1.5625rem;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.membership-teaser .bottom .priceinfo {
    flex: 1;
}

.membership-teaser .price {
    font-size: 1.875rem;
    line-height: 1.875rem;
}

.membership-teaser .priceinfo .month {
    font-weight: 500;
    font-size: 0.875rem;
    padding-left: 1.25em;
}

.membership-teaser .priceinfo span {
    font-size: 1rem;
}

.membership-teaser .bottom .button {
    margin-left: 1rem;
}

.membership-teaser .bottom .button:first-child {
    margin-left: 0px;
}

.membership-teaser.alt {
    margin-bottom: 1.875rem;
}

.membership-teaser.alt .subtitle {
    margin-top: 0.3125rem;
    margin-bottom: 2px;
}

.membership-teaser.alt .twocols {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    background-color: white;
}

.membership-teaser.alt:nth-child(2) .twocols {
    flex-direction: row-reverse;
}

.membership-teaser.alt .column-content {
    display: flex;
    align-items: flex-start;
}

.membership-teaser.alt .text {
    padding: 0px;
}

.membership-teaser.alt h3 {
    margin-top: 0px;
    margin-bottom: 0.9375rem;
    text-align: left;
}

.membership-teaser.alt .top {
    padding: 1.5625rem;
}

.membership-teaser.alt .bottom .button:first-child {
    margin-left: 0px;
}

.membership-teaser.alt .bottom {
    width: 100%;
}

.membership-teaser.alt .bottom .priceinfo {
    display: flex;
}


.section >h2 {
    margin-top: 3.75rem;
    text-align: center;
}

.section {
    margin-bottom:1.875rem;
}

.offers, .blocklist {
    width: 100%;    
    padding: 2rem;
    background-color:white;
    border-radius:3px;
}


.offers .offer, .blocklist .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.offers .offer:last-child, .blocklist .item:last-child {
    margin-bottom: 0rem;
}

.offers .offer .icon, .blocklist .item .thumb {
    flex: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
}

.offers .offer .text, .blocklist .item .text {
    flex: 1;
    margin-left: 1.5rem;
}

.offers .offer .title, .blocklist .item .title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: black;
    margin-bottom:0px;
}

.offers .offer .description, .blocklist .item .description {
    line-height: 1.5rem;
    color: black;
}

.location-teaser .twocols {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: white;
}

.location-teaser:nth-child(2) .twocols {
    flex-direction: row-reverse;
}

.location-teaser .column-content {
    padding: 1.875rem;
    display: flex;    
}

.block .column-content {
    padding: 1.875rem;
    display: flex;
}


.location-teaser {
    margin-bottom: 1.875rem;
}

.location-teaser ul {
    padding-left: 0px;
    list-style-type: none;
}

.location-teaser li {
    background: url("/web/media/img/icons/checked.svg") no-repeat left center;
    background-size: 1.15rem;
    padding-left: 1.5em;
    padding-bottom: 0.15em;
    line-height: 1.875rem;
    display: inline-block;
    padding-right: 1.5em;
    font-weight: 400;
}

.column .title {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    font-weight: 500;
    margin-bottom: 0.9375rem;
}

.column .subtitle {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: 300;
}

.column .text {
    line-height: 1.5625rem;
}

.article-teaser .column-content {
    background-color: white;
    display: flex;
    /*align-items: flex-start;*/
    border-radius:3px;
}

.article-teaser .column-content .image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 57.66%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.padded {
    padding: 1.875rem;
    border-radius: 3px;
}

.box {
    width:100%;
    padding: 1.875rem;
    background-color: white;
    border-radius:3px;
}

.article-teaser h3 {
    margin-top: 0px;
    margin-bottom: 0.5em;
    font-family: "IsidoraSansAlt";
    font-size: 1.625rem;
    font-weight:500;
    line-height: 1.75rem;
}

.article-teaser .button {
    margin-top: 1.25rem;
}



.twocolswrapped {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 1.875rem;
}

.twocolswrapped.alternate {
    flex-direction: row-reverse;
}

.twocolswrapped .column {
    margin: 0.9375rem;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    flex-basis: calc(50% - 1.875rem);
    border-radius: 3px;
}

.twocolswrapped.nobackground .column {
    background-color: transparent;
}

.twocolswrapped.nobackground .column .background {
    background-color: white;
}


.contactformwrapper {
    width: 1080px;
    padding-left: 156px;
    padding-right: 156px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -1px;
}

.contactform {
    width: 100%;    
    padding: 1.875rem;
    background-color: white;
    border: 1px solid #f8d1db;
}

.contactform h2 {
    text-decoration: none;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0.875rem;
}

.contactform .subtitle {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 400;
    text-align: center;
}

.contactform >label {
    margin-top:0px;
}

.contactform textarea {
    width:100%;
    height: 6rem;
    margin-bottom: 2rem;
    min-height: initial;
}

.contactform input {
    width:100%;
}

.contactform input.validate:valid {
    background-image: url('/web/media/img/icons/ok.svg');
    background-size: 1rem;
    background-position: right 1em center;
    background-repeat: no-repeat;
}

.contactform input.validate:invalid {
    background-image: url('/web/media/img/icons/invalid.svg');
    background-size: 1rem;
    background-position: right 1em center;
    background-repeat: no-repeat;
    text-decoration: underline;
    text-decoration-color: red;
}




.contactform .select-wrapper {
    /*margin-top: 2rem;*/        
}

.contactform .twocolswrapped {
    margin-bottom:0px;
}

.contactform .twocolswrapped .column {
    margin: 0.78125rem;
    flex-basis: calc(50% - 1.5625rem);
}

.pageheading {
    text-align: center;
}

.pageheading h1 {
    font-family: "IsidoraSansAlt";
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.21;
    display: inline-block;
    padding-top: 1.25rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    padding-bottom: 1.875rem;
    text-decoration: underline;
    text-decoration-color: #DA1B4C;
    background-color: white;
    min-height: 90px;
    max-width: 710px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.articlebody, .articlebody h2 {
    margin-top: 0px;
    margin-bottom: 0em;
    font-size: 1.125rem;
    line-height: 2.125rem;
    text-decoration: none;
}

.articlebody h1 {
    font-family: "IsidoraSansAlt";
    font-weight: 500;
    font-size: 2.075rem;
    margin-top: 0px;
    margin-bottom: 0.875rem;
}

.articlebody h2 {
    font-family: "IsidoraSans";
    font-weight: 600;
    margin-bottom: 0em;
    text-align: left;
}

.articlebody p + h2 {
    margin-top:1.5rem;
}

.article .content {
    margin-top: 0px;
    margin-bottom: 80px;
}

.article .image {
    margin-top: -15px;
    width: 1080px;
    height: 637px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article p {
    line-height: 2.125rem;
}

.articlebody {
    position: relative;
    margin-top: -1.875rem;
    width: 710px;
    background-color: white;
    padding: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

.membership-details .twocols {
    align-items: flex-start;
    display: flex;
    margin-top: -2rem;
}

.membership-details .twocols .column {
    margin-top:2rem;
}

.membership-details h2 {
    text-transform: uppercase;
}

.membership-details p {
    font-size: 1.125rem;
    line-height: 1.89;
}

.membership-details .text {
    padding-right: 2.5rem;
}

.membership-details .button-container {
    margin-top: 1.5rem;
}

.membership-details .priceinfo {
    margin-top: 1.875rem;
    font-size: 1.375rem;
    font-weight: 300;
}

.membership-details .priceinfo .price {
    font-size: 2.5rem;
    font-weight: 400;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.membership-details .priceDescription {
    font-size:0.75rem;
}

.membership-details .box {
    padding: 2.5rem;
    padding-top: 2.125rem;
    padding-bottom: 3.125rem;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.membership-details h2 {
    margin-top: 0px;
}

.membership-details .image {
    width: 100%;
    padding-top: 58.98%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.generic-teaser:first-child {
    margin-top: 1.875rem;
}

.generic-teaser {
    margin-bottom: 1.875rem;
}

.generic-teaser .twocols {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: white;
    min-height: 376px;
}

.generic-teaser:nth-child(even) .twocols, .generic-teaser:nth-child(even) .twocolswrapped {
    flex-direction: row-reverse;
}

.generic-teaser.odd:nth-child(odd) .twocols, .generic-teaser.odd:nth-child(odd) .twocolswrapped {
    flex-direction: row-reverse;
}

.generic-teaser.odd:nth-child(even) .twocols, .generic-teaser.odd:nth-child(even) .twocolswrapped {
    flex-direction: row;
}

.generic-teaser .column-content {
    padding: 1.875rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.generic-teaser .title {
    font-size: 1.625rem;
    font-weight: 500;
    margin-bottom: 0.9375rem;
}

.generic-teaser .button-container {
    margin-top: 1.5625rem;
}

.location-details .button-container {
    margin-top: 1.8125rem;
}

.location-dropdown {
    position: fixed;
    top: 98px;
    left: 0px;
    width: 100vw;    
    background-color: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0) translateY(-100%);
    pointer-events: none;
    opacity:0;
    transition: all 0.25s ease-out;   
    z-index:1;
}

.location-dropdown.active {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.location-dropdown .shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    /*box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.1);*/
    min-height: 19rem;
    width: 100%;
    pointer-events: none;
}


.location-dropdown .image {
    width: 100%;
    min-height: 19rem;    
    background-size: cover;
    /*background-position: initial!important;*/
}


.location-dropdown .twocols {
    align-items: stretch;
}


.location-dropdown .location {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    background-color: white;
    padding: 1.875rem;
    cursor: pointer;
    flex: 1;
}

.location-dropdown .location * {
    pointer-events: none;
}

.location-dropdown .location:hover {
    background-color: #f5f5f5;
}

.location-dropdown .location:last-child {
    border-bottom: none;
}

.location-dropdown .location .index {
    font-size: 1.625rem;
    line-height: 1.975rem;
    font-weight: 400;
    padding-top: 1rem;
    margin-right: 1.5rem;
}

.location-dropdown .location .name {
    font-size: 1.625rem;
    font-weight:500;
    line-height: 1.875rem;
    font-family: 'IsidoraSansAlt';
    padding-right: 2.5rem;
    background-image: url('/web/media/img/icons/arrow-right.svg');
    background-position: right bottom;
    background-size: 1.5rem;
    background-repeat: no-repeat;
}

.location-dropdown .location .address {
    font-size: 0.875rem;
    font-weight: 300;
}

.section-booking h1 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #da1b4c;
    margin-top: -0.3125rem;
    line-height: normal;
}

.booking-searchform {
    margin-top: 1.875rem;
}

.booking-searchform h2 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    line-height: normal;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.booking-searchform .select {
    min-width: 8.125rem;
}

.booking-searchform .form {
    display: flex;
}

.booking-searchform .form .date {
    flex: 1;
    margin-right: 1rem;
}

.booking-searchform .form .timefrom {
    width: 13.5rem;
    margin-right: 1rem;
}

.booking-searchform .form .timeto {
    width: 13.5rem;
}

.booking-searchform .button-container {
    margin-top: 0.5rem;
    text-align: center;
}

.inner-column.right {
    text-align: right;
}

.inner-twocols {
    display: flex;
}

.inner-twocols .inner-column {
    width: 50%;
    word-wrap: break-word;
}

.floatright > * {
    float: right;
}

.booking-meetingroom {
    margin-bottom: 1.875rem;
}

.booking-meetingroom .value {
    font-size: 1.125rem;
    margin-top: 0.35rem;
    margin-bottom: 0.8125rem;
    margin-bottom:0.5rem;
}

.booking-meetingroom .twocols {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    background-color: white;
    min-height: 376px;
}

.booking-meetingroom .column-content {
    padding: 1.875rem;
    display: flex;
    align-items: stretch;
}

.booking-meetingroom .column-content .title {
    font-size: 1.875rem;
    font-weight: 400;
    color: #da1b4c;
}

.booking-meetingroom .column-content .subtitle {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1em;
    margin-top: 1.25rem;
    margin-top:1rem;
}

.booking-meetingroom .details {
    border-top: 1px solid rgba(255, 71, 118, 0.1);
    background-color: white;
    padding: 1rem;
    padding-left: 1.875rem;
}

.booking-meetingroom .details .date {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.booking-meetingroom .details .button {
    margin-left: 1.5rem;
}

.booking-meetingroom .price {
    font-size: 0.875rem;
    font-weight: 500;
    color: #da1b4c;
}

.section-booking-searchresults .booking-animation {
    animation: slideLeft 0.5s ease-out;
}

@keyframes slideLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

.section .articlebody {
    margin-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.articlebody.block h2 {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    margin-top: 0.8125rem;
    margin-bottom: 0px;
    font-weight: 500;
}

.articlebody.block h3 {
    margin-top: 0px;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}

.articlebody.block p {
    line-height: 1.56;
}

.articlebody.block a {
    color: #333333;
    display: inline-block;
    margin-right: 1rem;
    text-decoration-color: #ff4776;
}

.articlebody img.thumbright {
    width: 8.75rem;
    display: block;
}

.image.map {
    position: relative;
}

.map .button {
    height: auto;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #da1b4c;
    position: absolute;
    left: 1.625rem;
    bottom: 1.625rem;
    background-color: white;
    border: 1px solid #da1b4c;
    padding: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.map .button span {
    display: inline-block;
    background-image: url('/web/media/img/icons/compass.svg');
    background-size: 0.875rem;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.5rem;
}

.alert-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.alert-container.active {
    opacity: 1;
    pointer-events: all;
    /*backdrop-filter: blur(10px);*/
}

.alert {
    background-color: white;
    padding: 1rem;
    width: 40vw;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    top: 50%;
    left: 0px;
    right: 0px;    
    min-width: 200px;
    max-width: 300px;
    box-shadow: 10px 10px 60px rgba(0,0,0,0.3);
    border-radius: 5px;
    text-align: center;
    transform: translateY(100vh);
    transition: all 0.3s ease-out;
    pointer-events: none;
}


.alert.prompt {
    min-width: 300px;
    max-width: 400px;    
}

.alert-container.active .alert {
    transform: translateY(-50%);
    pointer-events: all;
}

.alert h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0px;
    margin-bottom: 1rem;
}

.alert p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.25rem;
}

.alert .button {
    width: 100%;
}

.alert.prompt .button:first-child {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.alert.prompt .button:last-child {
    margin-left: 0.5rem;
}

@media print {
    .button{
        display: none!important;
    }

    .line {
        width: 100%;
        height: 1px;
        background-color: rgba(255, 71, 118, 0.1);
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }

    .no-print{
        display: none!important;
    }

    .print *, .print-text{
        font-size: 12px;
    }
}
    