/*
Theme Name:   apotheke-schleiz-de
Theme URI:    apotheke-schleiz.de
Description:  apotheke-schleiz-de
Author:       Patrick Binkert
Author URI:   patrick@createsome.de
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         apotheke-schleiz-de
Text Domain:  apotheke-schleiz-de
*/


@font-face {
  font-family: "Montserrat";
  src: url(fonts/montserrat.ttf);
}

@font-face {
  font-family: "MontserratSemiBold";
  src: url(fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: "MontserratBold";
  src: url(fonts/Montserrat-Bold.ttf);
}


html {
  font-size: 100%;
  overflow-x: hidden;
}

* {
  font-family: Montserrat;
  scroll-behavior: smooth;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* -webkit-touch-callout: none; iOS Safari */
  /* -webkit-user-select: none; Safari */
   /* -khtml-user-select: none; Konqueror HTML */
     /* -moz-user-select: none; Old versions of Firefox */
      /* -ms-user-select: none; Internet Explorer/Edge */
          /* user-select: none; Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

h1 {
  font-size: 3.5em;
  color: #254b60;
  font-family: MontserratSemiBold;
}

h2 {
  font-size: 1.75em;
  color: #254b60;
  font-family: MontserratSemiBold;
}

h3 {
  color: #254b60;
  font-family: MontserratSemiBold;
}

body {
  margin: 0px auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  height: inherit;
}

.ratio-16-9-100percent {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.textShadow {
  text-shadow: 0px 3px 6px #254b6030;
}

.textShadowBlack {
  text-shadow: 0px 3px 6px #00000030;
}

.textShadowWhite {
  text-shadow: 0px 3px 6px #ffffff30;
}

.boxShadow {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
}

.boxShadowBlack {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.6);
}

.enableWordWrap {
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-all;
}

.centerBackgroundImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scrollToTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 25%;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
}

.scrollToTop > img {
  width: 30px;
}

.scrollToTop:hover {
  cursor: pointer;
  transform: scaleX(1.05) scaleY(1.05);
}

.scrollToTop:active {
  transform: scaleX(0.95) scaleY(0.95);
}

.img-hover-activ-animation:hover {
  transform: scaleX(1.05) scaleY(1.05);
}

.img-hover-activ-animation:active {
  transform: scaleX(0.95) scaleY(0.95);
}

.onImageTopCenter {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 70%;
}

.onImageRightBottom5 {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.onImageLeftBottom20 {
  position: absolute;
  left: 5%;
  bottom: 20%;
}

.onImageLeftBottom30 {
  position: absolute;
  left: 5%;
  bottom: 30%;
}

.onImageLeftBottom50 {
  position: absolute;
  left: 5%;
  bottom: 50%;
}

.onImageLeftBottom40 {
  position: absolute;
  left: 5%;
  bottom: 40%;
}

.onImageLeftBottom60 {
  position: absolute;
  left: 5%;
  bottom: 60%;
}

.onImageLeftBottom20 {
  position: absolute;
  left: 5%;
  bottom: 20%;
}

.onImageLeftBottom10 {
  position: absolute;
  left: 5%;
  bottom: 10%;
}

.onImageCenterBottom10 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 10%;
}

.top-left-on-image {
  position: absolute;
  left: 9%;
  top: 16%;
}

.contentHeight {
  height: fit-content;
}

.autoMargin {
  margin: 0px auto;
}

.bottom10{
  bottom: 10%;
}

.centerHorizontally{
  left: 50%;
  transform: translate(-50%);
}

.onImageCenterBottom10:hover {
  transform: translate(-50%) scaleX(1.05) scaleY(1.05) !important;
}

.onImageCenterBottom10:active {
  transform: translate(-50%) scaleX(0.9) scaleY(0.9) !important;
}


footer {
  display: grid;
  grid-template-columns: 4fr 1fr 1.5fr;
  gap: 40px 10px;
  justify-content: center;
  align-content: start;
  justify-items: center;
  align-items: start;
  max-width: 1920px;
  margin: 0px auto;
  background-color: #f7f7f7;
  padding-right: 5%;
  padding-left: 5%;
}

.footerEntry {
  width: 100%;
  border: 1px solid red;
}

.contentContainer {
  background-color: white;
  max-width: 1920px;
  margin: 0px auto;
}

.contentContainerGrey {
  background-color: #f7f7f7;
  max-width: 1920px;
  margin: 0px auto;
}

.headBanner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  background-color: #cd2c2c;
}

.headBannerSubpage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  background-color: #24839d;
  padding-left: 40px;
  padding-right: 40px;
}

.headBannerRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
}

.headBannerLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
}

.headBannerEntry {
  color: white;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15;
  display: flex;
  font-weight: 700;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
}

.navbar {
  display: grid;
  position: relative;
  grid-template-columns: 5fr 2fr 5fr;
  gap: 0px 0px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 1%;
  margin-bottom: 1%;
  overflow: visible;
}

.navbarEntry {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.navbarText {
  font-family: MontserratSemiBold;
  color: #254b60;
  font-size: 16px;
  text-decoration: none;
}

.navBarButton {
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #254b60;
  color: #254b60;
  font-family: Montserrat;
  font-size: 1.1em;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navBarButton:hover {
  cursor: pointer;
  background-color: #254b60;
  color: white;
}

.navbarText:hover {
  cursor: pointer;
  text-decoration: underline;
}

.navbarTextLeft {
  justify-content: flex-end;
}

.navbarTextRight {
  justify-content: space-between;
}

.hamburgerMenu {
  justify-content: flex-end;
}

.navbarIcon {
  justify-content: space-around;
}

.navbarMenu {
  justify-content: flex-end;
}

.mobileMenu {
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 60%;
  background-color: white;
  z-index: 50;
  padding-left: 40px;
  padding-right: 2%;
}

#mobileMenu {
  display: none;
}

#mobileHamburger {
  display: none;
}

.entry {
  width: 100%;
  display: block;
  height: 3em;
}

.topIcons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 5%;
}

.locationWithPin {
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  font-family: MontserratSemiBold;
}

.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  color: white;
  position: relative;
  text-align: center;
}

.backgroundImageOverlapping {
  width: 300px;
  position: absolute;
  right: 0;
  height: min-content;
  bottom: 0;
  transform: translate(25%, 40%);
}

.jumbotronOverlapping {
  width: 28vw;
  position: absolute;
  left: 0;
  height: min-content;
  bottom: 0;
  transform: translateY(50%);
}

.jumbotronOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #cd2c2c;
}

.jumbotronOverlayRed {
  background: #cd2c2c;
}

.jumbotronOverlayBlue {
  background: #254b60;
}

.jumbotronOverlayLightBlue {
  background: #24839d;
}


.upperHeadingJumbo {
  width: 100%;
  display: block;
  font-family: MontserratBold;
  font-size: 90px;
  color: white;
  padding-bottom: 10px;
}

.lowerHeadingJumbo {
  width: 100%;
  display: block;
  font-family: MontserratSemiBold;
  color: white;
  font-size: 60px;
}

.jumbotron > h1 {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}


.jumbotronSecond > h2 {
  top: 70%;
}

.fullWidthImage400 {
  width: 100%;
  position: relative;
  height: 400px;
}

.fullWidthImage500 {
  width: 100%;
  position: relative;
  height: 500px;
}

.fullWidthImage600 {
  width: 100%;
  position: relative;
  height: 600px;
}

.fullWidthImage800 {
  width: 100%;
  position: relative;
  height: 800px;
}

.fullWidthImageNoHeight {
  width: 100%;
  position: relative;
}

#partOfFamily {
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.textOnImage {
  color: #254b60;
  margin: 0px;
  font-family: MontserratSemiBold;
  font-size: 2em;
  text-shadow: 1px 1px 6px #ffffff;
  position: absolute;
  text-align: center;
  top: 65%;
  left: 30%;
  transform: translate(-20%, -20%);
  z-index: 100;
}

.buttonOnImage {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #254b60;
  color: #254b60;
  font-family: Montserrat;
  font-size: 1.1em;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: 1px 1px 6px #fff;
}

.buttonOnImage:hover {
  transform: translateX(-50%) scaleX(1.05) scaleY(1.05);
  background-color: #254b60;
  text-shadow: none;
  color: white;
  cursor: pointer;
}

.textOnImageUpperLeft {
  width: 60%;
  font-size: 4em;
  color: white;
  text-align: left;
  text-shadow: 1px 1px 6px #254b60;
  top: 20%;
  left: 5%;
  transform: none;
}

.buttonOnImageUpperLeft {
  font-family: MontserratSemiBold;
  top: 50%;
  left: 5%;
  font-size: 1.5em;
  border-color: white;
  color: white;
  transform: none;
  text-shadow: 1px 1px 6px #254b60;
}

.buttonOnImageUpperLeft:hover {
  cursor: pointer;
  background-color: white;
  color: #254b60;
  text-shadow: none;
}

.fullWidthText {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat;
  line-height: 1.5;
}

.fullWidthText > a {
  color: #254b60;
  font-family: Montserrat;
  text-decoration: underline;
}

.blueLinks > a {
  color: #254b60;
  font-family: Montserrat;
  text-decoration: underline;
}

.fullWidthHeading {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-family: MontserratSemiBold;
  font-size: 2.5em;
  color: #254b60;
}

.redHeading {
  color: #cd2c2c !important;
}

.fullWidthImageInText {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  border-radius: 0 0 20% 0;
}

.button {
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #254b60;
  color: #254b60;
  font-family: MontserratSemiBold;
  font-size: 1.1em;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.button:hover {
  transform: scaleX(1.05) scaleY(1.05);
}

.button:active {
  transform: scaleX(0.95) scaleY(0.95);
}

.navBarButton:hover {
  transform: scaleX(1.05) scaleY(1.05);
}

.navBarButton:active {
  transform: scaleX(0.95) scaleY(0.95);
}

.button-white-bg {
  background-color: #fff;
}

.button-blue {
  border-color: #254b60;
  color: #254b60;
}

.button-light-blue {
  border-color: #24839d;
  color: #24839d;
}

.button-white {
  border-color: #fff;
  color: #fff;
}

.button-blue:hover {
  border-color: #254b60;
  background-color: #254b60;
  color: white;
}

.button-red {
  border-color: #cd2c2c;
  color: #cd2c2c;
}

.button-red:hover {
  border-color: #cd2c2c;
  background-color: #cd2c2c;
  color: white;
}

.button-center {
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.red-button {
  margin-left: 20px;
  border-color: #cd2c2c;
  font-family: MontserratSemiBold;
  color: #cd2c2c;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.red-button:hover {
  cursor: pointer;
  color: white;
  background-color: #cd2c2c;
}

.threeRoundedBordersPortrait {
  width: 70%;
  margin-left: 25%;
  margin-right: 5%;
  border-radius: 0 25% 25% 25%;
}

.portraitTitle {
  width: 60%;
  text-align: center;
  padding-top: 10px;
  margin-left: 30%;
  margin-right: 10%;
  color: #254b60;
  font-family: Montserrat;
}

.spacerWhite {
  display: block;
  position: relative;
  width: 100%;
  background-color: white;
}

.spacerGrey {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
}

.spacer20 {
  height: 20px;
}

.spacer40 {
  height: 40px;
}

.spacer60 {
  height: 60px;
}

.spacer80 {
  height: 80px;
}

.spacer100 {
  height: 40px;
}

.twoColums {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px 0px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.width-500 {
  max-width: 500px !important;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.width-800 {
  max-width: 800px !important;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.width-1000 {
  max-width: 1000px !important;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.width-1220 {
  max-width: 1200px !important;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.width-1330 {
  max-width: 1330px !important;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.width-1440 {
  max-width: 1440px !important;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.width-1660 {
  max-width: 1660px !important;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.width-80-percent {
  width: 80%;
}

.centerImage {
  margin: 0px auto;
}

.adressCollection {
  width: 100%;
  display: grid;
  grid-template-columns: 0.2fr max-content 0.2fr max-content;
  grid-template-rows: auto auto;
  grid-auto-rows: 1fr;
  gap: 10px 20px;
  grid-auto-flow: row;
  justify-content: start;
  align-content: center;
  justify-items: start;
  align-items: center;
  grid-template-areas:
    "locationHeadingAdressCollection locationHeadingAdressCollection locationHeadingAdressCollection locationHeadingAdressCollection"
    ". . . ."
    ". . . .";
  padding-right: 10%;
}

.locationHeadingAdressCollection {
  grid-area: locationHeadingAdressCollection;
}

.singleAdress {
  float: left;
  margin-top: 1%;
  margin-bottom: 1%;
  width: 100%;
  font-family: Montserrat;
  color: #254b60;
}

.footerLinkCollection {
  width: 100%;
  padding-right: 0%;
  color: #254b60;
  font-family: Montserrat;
}

.footerLinks {
  display: block;
  width: 100%;
  font-family: Montserrat;
  color: #254b60;
  text-decoration: none;
}

.footerLinks:hover {
  cursor: pointer;
  text-decoration: underline;
}

.splittedImageContainer {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1660px;
  margin: 0px auto;
}

.splittedImages {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  overflow-y: hidden;
  background-color: #cd2c2c;
}

.textHalfHalf {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0px 40px;
  justify-content: center;
  align-content: start;
  justify-items: center;
  align-items: start;
  max-width: 1100px;
  margin: 0px auto;
}

.textHeading {
  display: block;
  max-width: 1100px;
  margin: 0px auto;
}

.normalText {
  font-family: Montserrat;
  font-size: 16px;
  color: #254b60;
  line-height: 1.5;
}

.normalText > a {
  color: #254b60;
  font-family: Montserrat;
  text-decoration: underline;
}

.automaticSlideShow {
  cursor: pointer;
  position: relative;
  width: 100%;
  margin: 0px auto;
  height: 600px;
  -webkit-transition: background-image 0.5s ease-in;
  transition: background-image 0.5s ease-in;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slides {
  display: none;
  width: 100%;
}

.slidesText,
.slidesLink {
  display: none;
}

.slideTextPerImage {
  text-align: center;
  position: absolute;
  width: 80%;
  top: 80%;
  left: 10%;
  transform: translateY(-10%);
  font-size: 2.5em;
  color: white;
  font-family: MontserratBold;
  text-shadow: 1px 1px 6px #254b60;
}

#leftImage {
  clip-path: polygon(0 0, 70% 0, 95% 100%, 0% 100%);
  top: 0%;
  left: 0;
  width: 60%;
  position: absolute;
  border: 4px solid #cd2c2c;
}

.pin {
  position: absolute;
  text-align: center;
  font-family: MontserratBold;
  color: #254b60;
}

#rightImage {
  width: 60%;
  position: absolute;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 30% 100%);
  top: 0%;
  left: 40%;
  border: 4px solid #cd2c2c;
}

.mapBatch {
  position: absolute;
  background-color: #cd2c2c;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 40;
  color: white;
  font-size: 1em;
}

.mapBatchLeft {
  border-radius: 0 0 30px 0;
  top: 0%;
  left: 0%;
}

.mapBatchRight {
  border-radius: 0 0 0 30px;
  top: 0%;
  right: 0%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.cards {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

.card {
  width: 23%;
  position: relative;
  height: max-content;
}

.cardHeading-red {
  background-color: #cd2c2c !important;
}

.card:hover > .cardHeading {
  cursor: pointer;
  background-color: #cd2c2c;
}

.cardHeading  {
  display: block;
  background-color: #254b60;
  border-radius: 0 30px 0 30px;
  color: white;
  font-family: MontserratSemiBold;
  font-size: 28px;
  font-weight: normal;
  padding: 0px;
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 70;
}

.cardHeading > a {
  color: white;
  font-family: MontserratSemiBold;
  font-size: 28px;
  font-weight: normal;
  text-decoration: none;
}

.cardBody {
  display: block;
  background-color: #f7f7f7;
  border-radius: 0 30px 30px 30px;
  color: #254b60;
  font-family: MontserratMedium;
  font-size: 1.2em;
  padding-top: calc(1.4em + 45px);
  text-align: center;
  position: relative;
  transform: translateY(-68px);
  height: 300px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 60;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  height: auto;
}

.cardBodyShow {
  display: block !important;
}

.cardContent {
  display: grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 8fr;
  grid-template-rows: 2fr 1fr 3fr;
  gap: 20px 10px;
  grid-template-areas: ". ." ". ." ". .";
  justify-content: start;
  align-content: start;
  justify-items: start;
  align-items: start;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 300px;
}

.cardBodyHeading {
  padding: 10px;
  padding-bottom: 30px;
  margin: 0px;
  font-family: MontserratBold;
  font-size: 20px;
  text-align: center;
}

.cardBodyHeading > a {
  font-family: MontserratBold;
  font-size: 20px;
  text-decoration: none;
  color: #254b60;
}

.cardText {
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  font-family: Montserrat;
  font-size: 0.9em;
  text-align: left;
}

.openingTimesArrow {
  position: relative;
  margin-top: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(10px, 5px);
  filter: invert(25%) sepia(7%) saturate(3555%) hue-rotate(158deg)
    brightness(97%) contrast(91%);
}

.cardHeadingArrow {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(1deg)
    brightness(106%) contrast(101%);
  position: absolute;
  top: 35%;
  right: 20px;
  display: none;
}

.openingTimesHolder {
  width: 100%;
  display: block;
}

.rotateArrowUp {
  transform: translate(10px, 5px) rotate(180deg);
}

.rotateArrowLeft {
  transform: rotate(90deg);
}

.rotateArrowRight {
  transform: rotate(270deg);
}

.rotateArrowUpCardHeading {
  transform: rotate(180deg);
}

.arrow-blue {
  filter: invert(25%) sepia(7%) saturate(3502%) hue-rotate(158deg)
    brightness(94%) contrast(89%);
}

.arrow-red {
  filter: invert(26%) sepia(62%) saturate(2301%) hue-rotate(345deg)
    brightness(97%) contrast(86%);
}

.arrow-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg)
    brightness(108%) contrast(102%);
}

.openingTimesTable {
  color: #254b60;
  font-family: Montserrat;
  font-size: 0.9rem;
  text-align: left;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.openingTimesTableShow {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.openingTimesTable tr,
.openingTimesTable td {
  font-family: Montserrat;
}

.container {
  display: grid;
  grid-template-columns: 1fr 8fr;
  grid-template-rows: 1fr;
  grid-auto-columns: 1fr;
  gap: 80px 20px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: start;
  justify-items: center;
  align-items: start;
  grid-template-areas: ". .";
}

.redBorderedButton {
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 3px;
  border-color: #cd2c2c;
  color: #cd2c2c;
  font-family: MontserratSemiBold;
  font-size: 1.1em;
  margin: 0px auto;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.redBorderedButton:hover {
  cursor: pointer;
  background-color: #cd2c2c;
  color: white;
}

.fullWidth {
  width: 100%;
  max-width: 1660px;
  display: block;
  margin: 0px auto;
}

.fullWidthWithPadding {
  width: calc(100% - 40px) !important;
  margin-left: 20px;
  margin-right: 20px;
}

.reducedWidth {
  width: 80%;
  max-width: 1660px;
  display: block;
  margin: 0px auto;
}

.openingTimes {
  display: none;
}

.halfLayout {
  margin: 0px auto;
  width: 48%;
  float: left;
}

.paddingRight5px {
  padding-right: 1%;
}

.paddingLeft5px {
  padding-left: 1%;
}

.normalHeading {
  color: #254b60;
}

.imgHover {
  cursor: pointer;
}

.imgHover:hover {
  filter: opacity(80%);
}

.img-three-rounded-corners {
  border-radius: 0 30px 30px 30px;
}

.img-three-rounded-corners-corner-lower-left {
  border-radius: 30px 30px 30px 0;
}

.img-three-rounded-corners60 {
  border-radius: 0 60px 60px 60px;
}

.img-two-rounded-corners {
  border-radius: 0 0 30px 30px;
}

.img-one-rounded-corners {
  border-radius: 0 0 30px 0;
}

.nav-previous {
  text-decoration: none;
}

.nav-previous > a {
  text-decoration: none;
}

.nav-next {
  text-decoration: none;
}

.nav-next > a {
  text-decoration: none;
}

#hamburger {
  width: 40px;
  height: 35px;
  top: 30%;
  right: 5%;
  z-index: 60;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburgerClickAnimation:hover {
  transform: scaleX(1.1) scaleY(1.1) !important;
}

.hamburgerClickAnimation:active {
  transform: scaleX(0.9) scaleY(0.9) !important;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #254b60;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.whiteHamburger {
  top: 15px !important;
  right: 15px !important;
}

.whiteHamburger span {
  background: white !important;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 12px;
}

#hamburger span:nth-child(3) {
  top: 24px;
}

#hamburger.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -40px;
}

#hamburger.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobileView {
  display: none;
}

.desktopView {
  display: block;
}

.mt-0 {
  margin-top: 0px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.noDec {
  text-decoration: none;
  cursor: pointer;
}

.nextSpanElement-text-white > span {
  color: #fff !important;
}

.hr-blue {
  border-color: #254b60;
}

.hr-2 {
  border-radius: 2px;
}

.linkJustUnderlined {
  color: #254b60;
  font-family: Montserrat;
  text-decoration: underline;
}

.text-red {
  color: #cd2c2c;
}

.text-blue {
  color: #254b60;
}

.text-black {
  color: #000;
}

.text-light-blue {
  color: #24839d;
}

.text-grey {
  color: #f7f7f7;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-regular {
  font-family: Montserrat;
}

.text-28 {
  font-size: 28px;
}

.text-20 {
  font-size: 20px;
}

.text-25 {
  font-size: 25px;
}

.text-18 {
  font-size: 18px;
}

.text-30 {
  font-size: 30px;
}

.text-40 {
  font-size: 40px;
}

.text-45 {
  font-size: 45px;
}

.text-60 {
  font-size: 60px;
}

.text-normal-weight {
  font-family: Montserrat;
}

.text-medium-weight {
  font-family: MontserratSemiBold;
}

.text-bold-weight {
  font-family: MontserratBold;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.text-inc-line-height {
  line-height: 1.5;
}

.arrow-down {
  margin-left: 10px;
  margin-right: 0px;
  transition: all 0.5s ease-in;
}

.arrow-up {
  transform: rotate(180deg);
  transition: all 0.5s ease-out;
}

.arrow-blog-menu {
  margin-left: 10px;
  transform: translateY(3px);
}

.arrow-blog-menu-up {
  transform: rotate(180deg);
}

.onlineCard {
  width: 100%;
  position: relative;
}

.onelineCardHeader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  background-color: #254b60;
  border-radius: 0 20px 0 20px;
  padding: 10px;
  z-index: 2;
}

.onelineCardBodyHide {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  background-color: #f7f7f7;
  border-radius: 0 20px 0 20px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.onelineCardBodyShow {
  padding: 40px;
  padding-top: 100px;
  width: 100%;
  max-height: 1240px;
  background-color: #f7f7f7;
  border-radius: 0 20px 20px 20px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.col-1-2 {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  gap: 0px 100px;
  grid-template-areas: ". .";
  justify-content: center;
  align-content: start;
  justify-items: center;
  align-items: start;
}

.col-2-1 {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 100px;
  grid-template-areas: ". .";
  justify-content: center;
  align-content: start;
  justify-items: center;
  align-items: start;
}

.col-1--5-2 {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.5fr 2fr;
  grid-template-rows: 1fr;
  gap: 0px 50px;
  grid-template-areas: ". .";
  justify-content: center;
  align-content: start;
  justify-items: center;
  align-items: start;
}

.col-2 {
  display: grid;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 100px;
  grid-template-areas: ". .";
  justify-content: center;
  align-content: start;
  justify-items: center;
  align-items: start;
}

.grid-all-center {
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.grid-gap-20 {
  gap: 0px 20px;
}

.col-3 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: ". . .";
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.col-5 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 20px;
  grid-template-areas: ". . . . .";
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.nohide-card-body {
  position: relative;
  width: 100%;
  border-radius: 30px 30px 30px 30px;
  background-color: #f7f7f7;
  padding-top: 60px;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  padding-bottom: 20px;
}

.nohide-card-header {
  border-radius: 0 30px 0 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #254b60;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}

.nohide-card-body-hidden-context {
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  left: 0;
  top: 250px;
  transition: all 0.25s ease-out;
  max-height: 0;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nohide-card-body-hidden-context-show {
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: max-height 0.75s ease-in;
}

.card-description-text {
  padding-left: 40px;
  padding-right: 40px;
}

.align-items-middle {
  display: flex;
  justify-content: start;
  align-items: center;
}

.align-items-middle-and-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-center {
  margin: 0px auto;
}

.icon-110 {
  width: 110px;
}

.parallax {
  height: 600px;
  background-attachment: fixed;
  background-position: bottom !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-special {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}


.modal {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.cookieIcon{
  position: fixed;
  z-index: 999;
  left: 1%;
  bottom: 1%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.cookieIcon:hover{
  transform: scale(1.1);
}

.cookieIcon:active{
  transform: scale(0.9);
}

.cookieLinksHide{
  font-size: 0px;
  max-height: 0px;
  max-width: 0px;
  padding: 0px;
  transition: all 0.5s ease-in-out;
}

.cookieLinks {  
  text-align: center;
  position: fixed;
  z-index: 998;
  max-width: 80vw;
  max-height: 80vw;
  font-size: 18px;
  left: calc(1% + 30px);
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  bottom: calc(1% + 30px);
  background-color: #efefef;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 20px;
  padding: 20px;
  grid-auto-flow: column dense;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  grid-template-areas:
    "."
    "."
    ".";
  transition: all 0.5s ease-in-out;
}

.modalForm {
  width: 70vw;
  height: 90vh;
  margin-top: 5vh;  
  margin-left: 15vw;
  margin-right: 15vw;
  background-color: white;
  position: relative;
  border-radius: 30px 30px 30px 30px;
  background-color: #f7f7f7;
  padding-top: 60px;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  padding-bottom: 20px;
}

.modalFormHeading {
  border-radius: 0 30px 0 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cd2c2c;
  line-height: 60px;
  height: 60px;
}

.modalFormClose {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-show {
  display: block;
}

.modal-form-layout {
  margin: 2%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 20px 20px;
  grid-auto-flow: column dense;
  justify-content: center;
  align-content: start;
  justify-items: start;
  align-items: center;
  grid-template-areas:
    "modal-form-lastname modal-form-firstname"
    "modal-form-email modal-form-email"
    "modal-form-subject modal-form-subject"
    "modal-form-text modal-form-text"
    "modal-form-phonenumber modal-form-phonenumber"
    "modal-form-file modal-form-file"
    "modal-form-accept-privacypolicy modal-form-accept-privacypolicy"
    "modal-form-send-form modal-form-send-form";
}

.modal-form-email {
  grid-area: modal-form-email;
  width: 100%;
}

.modal-form-subject {
  grid-area: modal-form-subject;
  width: 100%;
}

.modal-form-text {
  grid-area: modal-form-text;
  width: 100%;
  height: 100%;
}

.modal-form-phonenumber {
  grid-area: modal-form-phonenumber;
  width: 100%;
}

.modal-form-file {
  grid-area: modal-form-file;
  width: 100%;
}

.modal-form-accept-privacypolicy {
  grid-area: modal-form-accept-privacypolicy;
  width: 100%;
}

.modal-form-send-form {
  justify-self: center;
  grid-area: modal-form-send-form;
}

.modal-form-lastname {
  grid-area: modal-form-lastname;
  width: 100%;
}

.modal-form-firstname {
  grid-area: modal-form-firstname;
  width: 100%;
}

input[type="submit"]:disabled,
input[type="submit"][disabled] {
  border: 2px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

input[type="text"] {
  font-size: 1.125rem;
  font-family: Montserrat;
  color: #254b60;
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 30px;
  box-sizing: border-box;
}

input[type="text"]:focus {
  border: 1px solid #254b60;
}

input[type="text"]:invalid {
  border: 1px solid #cd2c2c;
}

input[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  margin-left: 12px;
}

input[type="checkbox"] {
  display: none;
}

label {
  line-height: 25px;
  font-size: 1.125em;
  font-family: Montserrat;
  color: #254b60;
  word-break: break-word;
}

input[type="checkbox"] + label:before {
  background-color: #fff;
  border: 2px solid #cd2c2c;
  content: "\2714";
  border-radius: 50%;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
  color: transparent;
  transition: 0.2s;
}

input[type="checkbox"] + label:active:before {
  transform: scale(0);
}

.setInvalid {
  border: 1px solid #cd2c2c !important;
}

input[type="checkbox"]:checked + label:before {
  background-color: #254b60;
  border-color: #254b60;
  font-size: 1.4em;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.fieldsetBlogFilter {
  border: none;
  display: grid;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 10px;
  justify-content: start;
  align-content: center;
  justify-items: center;
  align-items: start;
  text-align: center;
}

.fieldsetBlogFilter > input[type="radio"] {
  display: none;
}

.fieldsetBlogFilter > input[type="radio"]:hover + label:hover {
  text-decoration: underline;
}

.fieldsetBlogFilter > input[type="radio"]:checked + label {
  font-family: MontserratBold;
  font-weight: normal;
}

.fieldsetBlogFilter > label {
  display: block;
  padding: 5px;
  font-size: 1.3em;
  color: #cd2c2c;
  font-size: 1.175rem;
}

label:hover {
  cursor: pointer;
}

textarea {
  font-size: 1.125rem;
  font-family: Montserrat;
  color: #254b60;
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  resize: none;
  border-radius: 25px;
}

textarea:invalid {
  border: 1px solid #cd2c2c;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  background-color: #fff;
  font-size: 1.125rem;
  font-family: Montserrat;
  color: #254b60;
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.eventCalendar {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  grid-template-rows: 1.5fr 1fr 7fr;
  grid-auto-columns: 1fr;
  gap: 10px 0px;
  grid-auto-flow: column dense;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  grid-template-areas:
    "eventCalendarHead eventCalendarHead eventCalendarHead"
    "eventCalendarDecMonth eventCalendarMonthAndYear eventCalendarIncMonth"
    ". eventCalendarCalendarField .";
  width: 100%;
}

.eventCalendarMonthAndYear {
  grid-area: 2 / 2 / 3 / 3;
}

.eventCalendarCalendarField {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    ". . . . . . ."
    ". . . . . . ."
    ". . . . . . ."
    ". . . . . . ."
    ". . . . . . ."
    ". . . . . . ."
    ". . . . . . .";
  grid-area: 3 / 2 / 4 / 3;
  width: 100%;
  height: 100%;
}

.eventCalendarHead {
  z-index: 1;
  grid-area: 1 / 1 / 2 / 4;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #cd2c2c;
  border-radius: 0 30px 0 30px;
  line-height: 60px;
}

.eventCalendarBody {
  grid-area: 1 / 1 / 4 / 4;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 0 30px 30px 30px;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  padding-bottom: 0;
}

.eventCalendarDecMonth {
  grid-area: 2 / 1 / 3 / 2;
}

.eventCalendarIncMonth {
  grid-area: 2 / 3 / 3 / 4;
}

.blogLayout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 60px;
  grid-auto-flow: column dense;
  justify-content: start;
  align-content: center;
  justify-items: start;
  align-items: flex-start;
}

.fullHeigth {
  height: 100%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.pointer {
  cursor: pointer;
}

.noPointer {
  cursor: default;
}

.mobileBlogMenu {
  width: 100%;
}

.blogOverview {
  -webkit-box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(37, 75, 96, 0.6);
  border-radius: 0 30px 30px 30px;
  background-color: #f7f7f7;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 7fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 20px;
  grid-auto-flow: column;
  justify-content: start;
  align-content: start;
  justify-items: start;
  align-items: start;
  grid-template-areas:
    "blogContent"
    "blogSpacer";
  width: 100%;
  max-height: 1240px;
}

.blogContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-areas: "blogThumbnailImage blogTextContent";
  grid-area: blogContent;
  width: 100%;
}

.blogTextContent {
  box-sizing: border-box;
  display: grid;
  padding-top: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 5fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "blogCategories"
    "blogText"
    "readMore";
  grid-area: blogTextContent;
  width: 100%;
}

.blogCategories {
  justify-self: start;
  align-self: center;
  grid-area: blogCategories;
  width: 100%;
}

.blogText {
  justify-self: start;
  align-self: center;
  grid-area: blogText;
  width: 100%;
}

.readMore {
  justify-self: start;
  align-self: center;
  grid-area: readMore;
  width: 100%;
}

.blogThumbnailImage {
  border-radius: 0 0 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-self: center;
  align-self: center;
  grid-area: blogThumbnailImage;
  width: 100%;
  height: 100%;
}

.blogSpacer {
  grid-area: blogSpacer;
  width: 100%;
}

.fourLines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.errorLayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  grid-template-areas:
    "errorOops errorIcon"
    "errorText errorText"
    "errorBack errorReport";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.errorOops {
  font-size: 7em;
  text-align: center;
}

.errorIcon {
  grid-area: errorIcon;
}

.errorText {
  grid-area: errorText;
}

.errorBack {
  grid-area: errorBack;
}

.errorReport {
  grid-area: errorReport;
}

.blogNavButtons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* SLIDER with Card in the Middle */

.sliderDesignShortBox {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
  border-radius: 20px 20px 20px 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: 2fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "."
    ".";
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  height: 200px;
  position: relative;
  max-width: 2500px;
}

.sliderDesignShortBox > p {
  font-size: 18px;
}

.expandedContainer {
  width: 100%;
  overflow: hidden;
}

.contentSlider {
  min-height: 650px;
  width: 130%;
  margin-left: -15%;
  margin-right: -15%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.25fr 3fr 0.25fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-columns: 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-areas: "outerOuterLeftSlider outerLeftSlider leftSlider goPrevSlider currentSlide goNextSlider rightSlider outerRightSlider outerOuterRightSlider";
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.outerOuterLeftSlider {
  grid-area: outerOuterLeftSlider;
}

.outerLeftSlider {
  grid-area: outerLeftSlider;
}

.leftSlider {
  grid-area: leftSlider;
}

.goPrevSlider {
  grid-area: goPrevSlider;
}

.goPrevSlider > img {
  transform: rotate(180deg);
}

.goPrevSlider > img:hover {
  transform: rotate(180deg) scaleX(1.1) scaleY(1.1) !important;
}

.goNextSlider > img:hover {
  transform: scaleX(1.1) scaleY(1.1) !important;
}

.goPrevSlider > img:active {
  transform: rotate(180deg) scaleX(0.9) scaleY(0.9) !important;
}

.goNextSlider > img:active {
  transform: scaleX(0.9) scaleY(0.9) !important;
}

.currentSlide {
  grid-area: currentSlide;
  width: 100%;
}

.goNextSlider {
  grid-area: goNextSlider;
}

.rightSlider {
  grid-area: rightSlider;
}

.outerRightSlider {
  grid-area: outerRightSlider;
}

.outerOuterRightSlider {
  grid-area: outerOuterRightSlider;
}

.sliderCurrent {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.sliderBackground {
  grid-area: 1 / 1 / 3 / 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
  box-shadow: 0px 0px 2px 1px rgba(37, 75, 96, 0.6);
  border-radius: 0 20px 20px 20px;
}

.sliderHead {
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #24839d;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 0 20px 0 0;
}

.sliderBody {
  grid-area: 2 / 1 / 3 / 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.sliderImage {
  width: 50%;
}

.blueOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #24839dba;
}

.blueOverlayWithAbsoluteCentering {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #24839d;
  display: grid;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

/* image card slider */

.imageCardSliderWrapper {
  display: grid;
  grid-template-columns: 0.2fr 1fr 0.2fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 10px;
  grid-auto-flow: column;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  grid-template-areas: "prevImageCardSliderArrow . nextImageCardSliderArrow";
}

.prevImageCardSliderArrow {
  grid-area: prevImageCardSliderArrow;
}

.nextImageCardSliderArrow {
  grid-area: nextImageCardSliderArrow;
}

.imageCardSlider {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-family: Arial;
}

.imageCardSliderSlidesHolder {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  height: 300px;
  justify-content: center;
  perspective: 300px;
}

.imageCardSliderSinlge {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px;
  width: 200px;
  height: 250px;
  border-radius: 30px 30px 0 30px;
  position: absolute;
  transition: all 0.3s ease-in;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 10px solid white;
  border-right: 10px solid white;
}

.imageCardSliderSinlge[data-pos="0"] {
  z-index: 5;
  transform: scale(1.2);
}

.imageCardSliderSinlge[data-pos="-1"],
.imageCardSliderSinlge[data-pos="1"] {
  opacity: 0.7;
  filter: blur(1px) grayscale(10%);
}

.imageCardSliderSinlge[data-pos="-1"] {
  transform: translateX(-80%) scale(0.9);
  z-index: 4;
}

.imageCardSliderSinlge[data-pos="1"] {
  transform: translateX(80%) scale(0.9);
  z-index: 4;
}

.imageCardSliderSinlge[data-pos="-2"],
.imageCardSliderSinlge[data-pos="2"] {
  opacity: 0.4;
  filter: blur(3px) grayscale(20%);
}

.imageCardSliderSinlge[data-pos="-2"] {
  transform: translateX(-140%) scale(0.8);
  z-index: 3;
}

.imageCardSliderSinlge[data-pos="2"] {
  transform: translateX(140%) scale(0.8);
  z-index: 3;
}

/* portraits */

.portraitArrow {
  transform: rotate(180deg) translate(-5px, -2px);
}

.portraitArrowDown {
  transform: rotate(0deg) translate(5px, 2px);
}

.singlePortrait {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 75%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  border-radius: 80px 80px 0 80px;
  flex: 0 0 25%;
  color: white;
  margin: 1.5%;
}

.singlePortraitOverlay {
  background-color: #f7f7f7;
  opacity: 1;
  padding: 10px;
  position: absolute;
  padding-top: 20px;
  margin-top: 390px;
  transition: all 0.5s ease-out;
  height: inherit;
  width: 100%;
}

.singlePortraitOverlay {
  cursor: pointer;
}

.singlePortraitOverlayShow {
  opacity: 0.8;
  margin-top: 0;
  padding-top: 40px;
  transition: all 0.5s ease-in;
}

.singlePortraitOverlayShow > .unHidePortraitContent {
  display: none;
}

.portraits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.appAccess {
  display: grid;
  grid-template-columns: 200px 300px;
  grid-template-rows: 75px 75px;
  grid-auto-rows: 1fr;
  gap: 20px 20px;
  grid-auto-flow: column dense;
  justify-content: start;
  align-content: center;
  justify-items: start;
  align-items: center;
  grid-template-areas:
    "appQrCode appAppStore"
    "appQrCode appPlayStore";
}

.appQrCode {
  grid-area: appQrCode;
  width: 100%;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.qrCode {
  width: 200px;
  height: 200px;
}

.zoomQrCode {
  z-index: 999;
  transition: position 0.5s ease-in-out;
  position: fixed;
  height: 500px;
  width: 500px;
  left: calc(100vw / 2 - 250px);
  top: calc(100vh / 2 - 250px);
  -webkit-box-shadow: 0px 0px calc(100vw / 2) 20px #757575;
  box-shadow: 0px 0px calc(100vw / 2) 50px #757575;
}

.appAppStore {
  grid-area: appAppStore;
  width: 100%;
  justify-content: start;
  align-content: center;
  justify-items: start;
  align-items: center;
}

.appPlayStore {
  grid-area: appPlayStore;
  width: 100%;
  justify-content: start;
  align-content: center;
  justify-items: start;
  align-items: center;
}

/* contact form */

.contactForm {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 20px;
  grid-auto-flow: column dense;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.contactFormBody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
  grid-auto-flow: row;
  grid-template-areas:
    "contactFormName contactFormEmail"
    "contactFormHeader contactFormHeader"
    "contactFormContent contactFormContent"
    "contactFormContent contactFormContent"
    "contactFormContent contactFormContent"
    "contactFormContent contactFormContent"
    "contactFormContent contactFormContent"
    "contactFormPrivacy contactFormPrivacy"
    "contactFormSubmit contactFormSubmit";
  grid-area: 2 / 1 / 3 / 2;
  width: 96%;
  height: 96%;
}

.contactFormName {
  grid-area: contactFormName;
}

.contactFormEmail {
  grid-area: contactFormEmail;
}

.contactFormHeader {
  grid-area: contactFormHeader;
}

.contactFormContent {
  grid-area: contactFormContent;
}

.contactFormPrivacy {
  grid-area: contactFormPrivacy;
}

.contactFormSubmit {
  grid-area: contactFormSubmit;
  justify-self: center;
}

.contactFormHead {
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  height: 100%;
  background-color: #254b60;
  border-radius: 0 20px 0 20px;
}

.contactFormBackground {
  grid-area: 1 / 1 / 3 / 2;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-radius: 0 20px 20px 20px;
  -webkit-box-shadow: 0px 3px 2px 1px rgba(128, 128, 128, 0.6);
  box-shadow: 0px 3px 2px 1px rgba(128, 128, 128, 0.6);
}

/* email feedback */

.feedbackSentEmail {
  width: 100%;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 20px;
  grid-auto-flow: column dense;
  justify-content: start;
  align-content: center;
  justify-items: start;
  align-items: center;
  grid-template-areas: ". .";
  padding: 10px 30px 10px 30px;
}

.feedbackSentEmailNegative {
  background-color: #cd2c2c;
}

.feedbackSentEmailPositive {
  background-color: #187202;
}

.feedbackSentEmail > img {
  filter: invert(99%) sepia(0%) saturate(2110%) hue-rotate(226deg) brightness(113%) contrast(101%);
}

@media only screen and (max-width: 900px) {
  .parallax, .parallax-special {
    background-attachment: scroll;
  }

  .width-80-onmobile {
    width: 80%;
  }
  .onImageLeftBottom35-onmobile {
    bottom: 35% !important;
  }
  
  .text-left-onmobile {
    text-align: left;
  }

  .text-center-onmobile {
    text-align: center;
  }

  .text-15-onmobile {
    font-size: 15px !important;
  }

  .text-20-onmobile {
    font-size: 20px !important;
  }

  .text-18-onmobile {
    font-size: 18px !important;
  }

  .text-25-onmobile {
    font-size: 25px !important;
  }

  .p0-onmobile {
    padding: 0px;
  }

  .jumbotronOverlapping {
    width: 60vw;
    height: min-content;
    bottom: 0;
    transform: translateY(50%);
  }

  .adressCollection {
    width: 100%;
    display: grid;
    grid-template-columns: 0.2fr max-content;
    grid-template-rows: auto auto;
    grid-auto-rows: 1fr;
    gap: 10px 20px;
    grid-auto-flow: row;
    justify-content: start;
    align-content: center;
    justify-items: start;
    align-items: center;
    grid-template-areas:
      "locationHeadingAdressCollection locationHeadingAdressCollection"
      ". . "
      ". . "
      ". . "
      ". . ";
    padding-right: 10%;
    padding-bottom: 20px;
  }

  .cardHeading, .cardHeading > a {
    font-size: 20px;
  }

  .errorLayout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 2fr 0.5fr 0.4fr 0.4fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 10px 10px;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    grid-template-areas:
      "errorOops"
      "errorIcon"
      "errorText"
      "errorBack"
      "errorReport";
  }

  .blogThumbnailImage {
    border-radius: 0 30px 30px 0;
  }

  .blogContent {
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr;
    gap: 0 0;
    grid-template-areas:
      "blogThumbnailImage"
      "blogTextContent";
    grid-area: blogContent;
  }

  .blogTextContent {
    padding: 20px;
    grid-template-rows: 1fr 4fr 1fr;
  }

  .blogSpacer {
    display: none;
  }

  .blogOverview {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 20px;
    grid-template-areas:
      "blogContent"
      "blogContent";
  }

  .mobileBlogMenu {
    width: 100%;
    position: relative;
  }

  .fieldsetBlogFilter {
    display: none;
    position: absolute;
    top: calc(2rem + 20px);
    left: 0;
    width: 70%;
    text-align: left;
    background-color: #fff;
    padding-bottom: 10px;
    z-index: 999;
  }

  .fieldsetBlogFilterActive {
    display: block;
  }

  .fieldsetBlogFilter > input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin-left: 10px;
    font: inherit;
    color: currentColor;
    width: 1.15rem;
    height: 1.15rem;
    border: 0.15rem solid #cd2c2c;
    border-radius: 50%;
    transform: translateY(+0.075rem);
    display: inline-block;
  }

  .fieldsetBlogFilter > input[type="radio"]:checked {
    background-color: #cd2c2c;
  }

  .fieldsetBlogFilter > input[type="radio"] + label {
    font-family: MontserratSemiBold;
    font-weight: normal;
  }

  .fieldsetBlogFilter > input[type="radio"]:checked + label {
    font-family: MontserratSemiBold;
    font-weight: normal;
  }

  .fieldsetBlogFilter > label {
    display: inline-block;
    width: calc(100% - 2em - 10px);
  }

  .blogLayout {
    display: block;
    width: 100%;
  }

  .modalForm {
    width: 92vw !important;
    height: 92vh;
    margin-top: 4vh;
    margin-left: 2vw !important;
    margin-right: 2vw !important;
    overflow: scroll;
  }

  .modalForm::-webkit-scrollbar {
    display: none;
  }

  .modalForm {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .modal-form-layout {
    margin: 2%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 4fr 1fr 1.5fr 2fr 1fr;
    gap: 15px 20px;
  }

  .width-80-percent {
    width: 100%;
  }

  .parallax {
    height: 300px;
  }

  .nohide-card-body-hidden-context {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobileMenu {
    padding-left: 20px;
  }

  .nohide-card-body-hidden-context-show {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nohide-card-body {
    width: 100%;
  }

  .card-description-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-2,
  .col-1-2,
  .col-2-1 {
    display: block;
    width: 100%;
  }

  .col-5 {
    display: grid;
    grid-auto-flow: column dense;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 20px;
    grid-template-areas:
      "upperLeft upperLeft upperRight upperRight"
      "middle middle middle middle"
      "lowerLeft lowerLeft lowerRight lowerRight";
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
  }

  .middle {
    grid-area: middle;
  }

  .upperLeft {
    grid-area: upperLeft;
  }

  .upperRight {
    grid-area: upperRight;
  }

  .lowerLeft {
    grid-area: lowerLeft;
  }

  .lowerRight {
    grid-area: lowerRight;
  }

  .padding-onmobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pb20-onmobile {
    padding-bottom: 20px;
  }

  .p0-onmobile {
    padding: 0;
  }

  .mt0-onmobile {
    margin-top: 0px !important;
  }

  .mb20-onmobile {
    margin-bottom: 20px !important;
  }

  .mb40-onmobile {
    margin-bottom: 40px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .text-left-onmobile {
    text-align: left;
  }

  .text-15-onmobile {
    font-size: 0.8em !important;
  }

  .text-20-onmobile {
    font-size: 1.25em !important;
  }

  .text-25-onmobile {
    font-size: 1.55em !important;
  }

  .mt-20-onmobile {
    margin-top: 20px !important;
  }

  .col-3 {
    display: block;
    width: 80%;
    margin: 0px auto;
  }

  .headBanner,
  .headBannerSubpage {
    display: none !important;
  }
  
  .upperHeadingJumbo {
    font-size: 32px;
    padding-bottom: 25px;
  }
  
  .lowerHeadingJumbo {
    font-size: 27px;
  }

  .jumbotron > h1 {
    top: 45% !important;
    font-size: 40px !important;
  }

  .jumbotron > h2 {
    top: 65% !important;
    font-size: 32px !important;
  }

  .jumbotronSecond > h1 {
    top: 50% !important;
  }

  .jumbotronSecond > h2 {
    top: 70% !important;
    font-size: 2.2em !important;
  }

  #desktopMenu {
    display: none;
  }

  #mobileMenu {
    display: grid;
  }

  .mobileView {
    display: block;
  }

  .desktopView {
    display: none;
  }

  footer {
    display: block;
    padding-left: 20px;
  }

  #footerLogo {
    display: none;
  }

  .singleAdress {
    width: 100%;
    margin-bottom: 4%;
  }

  #leftImage {
    clip-path: none;
    width: 100%;
  }

  #rightImage {
    clip-path: none;
    width: 100%;
    left: 0%;
  }

  h1 {
    font-size: 2em;
    font-family: MontserratSemiBold;
  }

  .fullWidthHeading {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 1550px) {
  .openingTimesTable {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 1350px) {
}

@media only screen and (max-width: 1250px) {
  .modalForm {
    width: 80%;
    margin-top: 2.5%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-20-onmobile {
    font-size: 1.25em !important;
  }

  .text-15-onmobile {
    font-size: 0.8em !important;
  }

  .col-2 {
    gap: 0px 40px;
  }

  .nohide-card-body {
    width: 100%;
  }

  .openingTimesTable {
    font-size: 0.9rem;
  }

  .cards {
    width: 100%;
    display: block;
  }

  .card {
    margin-bottom: 2%;
    float: left;
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
  }

  .cardHeadingArrow {
    display: block;
  }

  .cardBody {
    display: none;
  }
}
