:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Montserrat Custom, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.cms-bio {
  display: block;
}

.rich-text-block-3 {
  column-count: 2;
  line-height: 25px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  padding-left: 0;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.collection-item {
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-end;
  min-height: 260px;
  margin-top: 15px;
  display: block;
}

.text-block-7 {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.normalbtn-2 {
  color: #000;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  margin: 20px auto 0;
  padding-left: 75px;
  padding-right: 75px;
  transition: color .4s, background-color .4s;
  display: inline-block;
}

.normalbtn-2:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-2.w--current {
  background-image: none;
}

.modalwrapper {
  z-index: 99999999;
  opacity: 0;
  background-color: rgba(0, 0, 0, .47);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.modalcontent {
  color: #000;
  text-align: left;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.modaloverlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modalheadlinecalendar {
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}

.bold-text {
  font-weight: 600;
}

.modalcontainer {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  min-height: 500px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.html-embed-2 {
  min-height: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modalsubtle {
  color: rgba(0, 0, 0, .7);
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-6 {
  opacity: 1;
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.modalinformation {
  text-align: left;
  margin-top: 7px;
}

.div-block-10 {
  float: right;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  position: static;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.image-6 {
  opacity: .39;
  width: 37px;
  height: 37px;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.heading-7 {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 35px;
}

.informationcalendarpre {
  color: #fff;
  width: 100%;
  font-size: 14px;
}

.text-block-2 {
  color: #000;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.text-block-3 {
  color: #000;
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
}

.normalbtn-3 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  width: 100%;
  margin-top: 20px;
  padding: 14px 0;
  font-size: 16px;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.normalbtn-3:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-3.calendar {
  color: #000;
  border-color: #000;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  display: block;
}

.normalbtn-3.calendar:hover {
  color: #fff;
  background-color: #000;
}

.normalbtn-3.calendar {
  height: 40px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.html-embed-4 {
  display: none;
}

.footer {
  background-color: #f0f0f0;
  margin-top: 0;
  margin-left: 0;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footerlink {
  color: #000;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
}

.footerlink.created {
  padding-top: 3px;
}

.rightfooter {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 120px;
}

.imprintsection {
  color: #fff;
  margin-left: 0;
  padding-top: 120px;
}

.mycontain-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.normalheadingimprint {
  color: #000;
  font-size: 63px;
  font-weight: 500;
  line-height: 85px;
}

.rich-text-block-2 {
  color: #000;
}

.imprintsection-2 {
  margin-left: 0;
  padding-top: 120px;
}

.mycontain-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.normalheadingimprint-2 {
  color: #000;
  font-size: 63px;
  font-weight: 500;
  line-height: 85px;
}

.privacycontent {
  color: #000;
}

.collection-list-wrapper {
  margin-top: 30px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  width: 100%;
  height: 475px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrappercalendar {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.informationwrapper {
  z-index: 50;
  transition: opacity .2s;
  position: relative;
}

.text-block-10 {
  color: #000;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
}

.linecalendar {
  background-color: rgba(0, 0, 0, .3);
  width: 40%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.headlinecalendar {
  color: #000;
  text-align: center;
  width: 90%;
  margin: 10px auto 0;
  font-size: 31px;
  font-weight: 500;
}

.moreinformationwrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
  position: relative;
}

.calendargradient {
  z-index: 40;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.calendar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.openmodal {
  z-index: 50;
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / auto auto;
  grid-auto-columns: 1fr;
  width: 90vw;
  min-width: 90vw;
  display: grid;
}

.div-block-43 {
  z-index: 99;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-44 {
  width: 200%;
}

.linelang-2 {
  background-color: #000;
  justify-content: center;
  width: 1px;
  height: 45px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.languagewrapper {
  width: 100%;
}

.heading-12 {
  color: #000;
  width: 200%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  font-weight: 400;
  line-height: 47px;
  text-decoration: none;
}

.linkwrappernav {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
  overflow: scroll;
  transform: none;
}

.menu-button {
  z-index: 99999;
  padding-left: 0;
  padding-right: 0;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.logonav {
  opacity: 0;
  width: 34vw;
  position: absolute;
  top: 40vh;
  left: -10px;
}

.nav-menu {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  position: fixed;
  top: 0;
}

.navbar.hero {
  color: #000;
}

.image-14 {
  height: 60px;
  margin-right: 20px;
}

.languagelink {
  float: none;
  clear: none;
  color: #000;
  text-align: center;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.languagelink.notact {
  opacity: .45;
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.languageswitchmobile {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: static;
  top: 50%;
  right: 5vw;
  transform: translate(0, -50%);
}

.navlink {
  color: #000;
  text-align: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 50px;
  line-height: 50px;
  transition: transform .4s;
}

.navlink:hover {
  transform: translate(15px);
}

.navlink.w--current {
  color: #000;
  margin-left: 0;
  margin-right: 0;
}

.navlink._1 {
  opacity: 0;
  transition-property: none;
  transform: translate(-60px);
}

.navlink._2 {
  opacity: 0;
  transition-property: none;
  transform: translate(60px);
}

.heading-15 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}

.herosection {
  background-image: url('../images/hero-3-web.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  margin-bottom: 150px;
  display: flex;
}

.vitasection {
  background-image: linear-gradient(to right, #fff, rgba(241, 241, 241, 0) 30%), url('../images/vita-web.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100vw;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 900px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.vitacontent {
  width: 520px;
  max-width: 40vw;
  margin-left: 5vw;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 400;
  line-height: 64px;
}

.lineheadline {
  background-color: #000;
  width: 70px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.cms-bio-2 {
  margin-top: 25px;
  display: block;
}

.btnwrapper {
  justify-content: center;
  display: flex;
}

.upcomingsection {
  min-height: 60vh;
  padding-top: 120px;
}

.upcomingsection.full {
  min-height: 95vh;
  padding-top: 150px;
}

.calendarcms {
  width: 85%;
  max-width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.mycontain {
  width: 90vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.normalbtn-3-copy {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  width: auto;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 14px 130px;
  font-size: 16px;
  line-height: 16px;
  transition: color .4s, background-color .4s;
}

.normalbtn-3-copy:hover {
  color: #fff;
  background-color: #000;
}

.collection-item-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  grid-template-rows: auto;
  grid-template-columns: 25% 40% 35%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 19px;
  padding-bottom: 10px;
  display: grid;
}

.biosection {
  width: 100vw;
  height: auto;
  min-height: 150vh;
  margin-top: 150px;
  position: relative;
}

.bio-image {
  opacity: 0;
  background-image: url('../images/bio-1-web.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bio-image.fourth {
  opacity: 1;
  filter: grayscale();
  background-image: url('../images/gal-3-web.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: -webkit-sticky;
  position: sticky;
  transform: none;
}

.text-block-11 {
  text-align: center;
  font-size: 19px;
  line-height: 27px;
}

.mediasection {
  padding-top: 120px;
}

.mediasection.full {
  min-height: 95vh;
  padding-top: 180px;
  padding-bottom: 120px;
}

.grid-11 {
  grid-template-rows: auto;
  margin-top: 70px;
}

.html-embed-6 {
  width: 100%;
  min-width: 100%;
  max-width: 500px;
  height: 25vw;
  max-height: 330px;
}

.html-embed-6.second {
  min-width: 100%;
  height: 24vw;
  max-height: 330px;
  position: relative;
}

.linemedia {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin: 20px auto 10px;
}

.heading-14 {
  opacity: 0;
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 53px;
}

.overlaygal {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapperimagegallery {
  position: relative;
  overflow: hidden;
}

.impressionssection {
  padding-top: 120px;
}

.grid-12 {
  grid-template-rows: auto;
  width: 70%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.downloadbutton {
  color: #000;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/download.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 28px;
  background-attachment: scroll;
  border: 2px solid #000;
  margin: 20px auto 0;
  padding-left: 80px;
  padding-right: 60px;
  transition: background-position .4s, color .4s, background-color .4s;
  display: inline-block;
}

.downloadbutton:hover {
  color: #000;
  background-image: url('../images/download.svg');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 28px;
  background-attachment: scroll;
}

.contactinformation {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contactinformation.agency {
  margin-top: 40px;
  padding-bottom: 20px;
}

.contactsection {
  background-image: url('../images/contact-web.jpg');
  background-position: 65%;
  background-size: cover;
  align-items: center;
  height: 90vh;
  min-height: 950px;
  margin-top: 130px;
  display: flex;
}

.link {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-12 {
  color: #000;
  text-align: center;
  line-height: 26px;
}

.contactcontent {
  margin-left: 5vw;
}

.contactbtn {
  justify-content: center;
  display: flex;
}

.rich-text-block-5 {
  line-height: 25px;
}

.text-block-13 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.heading-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-14 {
  padding-right: 20px;
}

.kalendertitle {
  color: #000;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-5 {
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.subgalsection {
  min-height: 95vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.collection-list-wrapper-2 {
  margin-top: 60px;
}

.collection-list-8 {
  column-count: 3;
  column-gap: 17px;
  width: 100%;
}

.collection-item-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.lightbox-link-2 {
  margin-bottom: 17px;
  text-decoration: none;
}

.body-4 {
  color: #000;
}

.text-block-14 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
}

.collection-item-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.collection-list-9 {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed-7 {
  height: 24vw;
  max-height: 330px;
}

.collection-list-wrapper-3 {
  margin-top: 80px;
}

.link-5 {
  color: #000;
}

.cookie-button-bottom {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-span {
  color: #000;
  border-bottom-style: none;
  font-weight: 400;
}

.white-x {
  background-image: url('../images/x-2.svg');
  background-position: 0 0;
  background-size: cover;
  width: 24px;
  height: 24px;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  color: #000;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.bottom-cookie-wrapper {
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1920px) {
  .html-embed-6.second {
    min-width: 100%;
    max-width: 500px;
    height: 20vw;
    max-height: 500px;
  }

  .contactsection {
    min-height: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-7 {
    font-size: 26px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .mycontain-2 {
    padding-top: 70px;
  }

  .normalheadingimprint-2 {
    font-weight: 400;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .linelang-2 {
    min-width: 0;
    max-width: 50px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .languagewrapper {
    width: 100%;
  }

  .linkwrappernav {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logonav {
    width: 37vw;
  }

  .image-14 {
    height: 58px;
  }

  .languagelink {
    font-size: 24px;
    line-height: 26px;
  }

  .languageswitchmobile {
    flex-wrap: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 110px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: 0%;
    right: 0;
    transform: none;
  }

  .navlink {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 6.5vw;
    line-height: 6vw;
  }

  .herosection {
    background-position: 80% 0;
  }

  .vitasection {
    background-image: linear-gradient(to right, #fff, rgba(241, 241, 241, 0) 56%), url('../images/vita-web.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 140vw;
    height: auto;
    min-height: 900px;
    padding-top: 50px;
    padding-bottom: 59px;
  }

  .btnwrapper {
    flex-wrap: wrap;
    display: flex;
  }

  .normalbtn-3-copy {
    margin-top: 30px;
  }

  .normalbtn-3-copy.first {
    margin-top: 55px;
  }

  .collection-item-4 {
    grid-template-columns: 25% minmax(40%, 1fr) minmax(147px, 1fr);
    grid-auto-flow: column dense;
  }

  .downloadbutton:hover {
    background-image: url('../images/downloadWhite.svg'), none;
    background-position: 7%, 7%;
    background-repeat: no-repeat, no-repeat;
    background-size: 28px, 28px;
    background-attachment: scroll, scroll;
  }

  .contactsection {
    background-position: 50%;
  }

  .collection-list-8 {
    column-count: 2;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .cms-bio {
    display: block;
  }

  .rich-text-block-3 {
    column-count: 1;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .modalwrapper {
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    display: none;
    overflow: scroll;
  }

  .modalcontainer {
    margin-top: 30px;
    overflow: scroll;
  }

  .div-block-10 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .normalbtn-3.calendar {
    margin-top: 5px;
  }

  .footer, .imprintsection {
    margin-left: 0;
  }

  .normalheadingimprint {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .imprintsection-2 {
    margin-left: 0;
  }

  .normalheadingimprint-2 {
    font-size: 8vw;
    font-weight: 700;
    line-height: 14vw;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    width: 100%;
  }

  .heading-12 {
    width: auto;
    font-size: 31px;
    line-height: 38px;
  }

  .logonav {
    width: 33vw;
    display: block;
  }

  .navbar {
    background-color: rgba(255, 255, 255, .3);
  }

  .navbar.hero {
    transform: translate(0, -100%);
  }

  .image-14 {
    height: 50px;
  }

  .navlink {
    font-size: 8vw;
    line-height: 7vw;
  }

  .herosection {
    background-image: url('../images/hero-mobile-3-web.jpg');
    background-position: 100%;
    background-size: auto 100%;
  }

  .vitasection {
    background-image: linear-gradient(rgba(255, 255, 255, .42), rgba(255, 255, 255, .42)), linear-gradient(to right, #fff, rgba(241, 241, 241, 0) 56%), url('../images/vita-web.jpg');
    background-position: 0 0, 0 0, 60% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 180vw;
    min-height: 700px;
  }

  .vitacontent {
    width: 90vw;
    max-width: 90vw;
  }

  .cms-bio-2 {
    display: block;
  }

  .calendarcms {
    width: 100%;
  }

  .collection-item-4 {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bio-image.fourth {
    background-position: 70% 0;
  }

  .text-block-11 {
    margin-bottom: 40px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
  }

  .html-embed-6 {
    height: 46vw;
    max-height: 390px;
  }

  .html-embed-6.second {
    height: 49vw;
    max-height: 360px;
  }

  .heading-14 {
    opacity: 1;
  }

  .overlaygal {
    background-color: rgba(0, 0, 0, .4);
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .contactsection {
    background-image: linear-gradient(rgba(255, 255, 255, .37), rgba(255, 255, 255, .37)), url('../images/contact-web.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .rich-text-block-5 {
    column-count: 1;
  }

  .kalendertitle {
    margin-top: 0;
  }

  .collection-list-8 {
    column-count: 1;
  }

  .collection-list-9 {
    grid-template-columns: 1fr;
  }

  .html-embed-7 {
    height: 49vw;
    max-height: 390px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .normalbtn-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .modalwrapper {
    height: 100vh;
    top: 0%;
    overflow: scroll;
  }

  .modalcontainer {
    object-fit: fill;
    width: 90%;
    margin-top: 35px;
    margin-bottom: 50px;
    position: relative;
    top: auto;
    overflow: scroll;
  }

  .div-block-10 {
    float: right;
    clear: none;
    position: static;
  }

  .normalbtn-3.calendar {
    margin-bottom: 5px;
  }

  .footer {
    margin-left: 0;
  }

  .mycontain-2 {
    padding-top: 0;
  }

  .normalheadingimprint {
    font-size: 9.8vw;
    font-weight: 700;
    line-height: 70px;
  }

  .normalheadingimprint-2 {
    font-size: 7.4vw;
    line-height: 70px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .openmodal {
    width: 90%;
    font-size: 12px;
  }

  .div-block-43 {
    min-width: 0;
  }

  .heading-12 {
    font-size: 7.5vw;
    line-height: 8.5vw;
  }

  .logonav {
    opacity: .36;
    width: 60vw;
    bottom: 350px;
  }

  .image-14 {
    display: none;
  }

  .navlink {
    font-size: 10vw;
    line-height: 8vw;
  }

  .heading-15 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .heading-3 {
    font-size: 12vw;
    line-height: 15vw;
  }

  .normalbtn-3-copy {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    font-size: 48px;
  }

  .grid-12 {
    width: 90%;
  }

  .contactsection {
    justify-content: center;
  }

  .link {
    margin-left: 9px;
    font-size: 3.7vw;
  }

  .contactcontent {
    margin-left: 0;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .bottom-cookie-wrapper {
    z-index: 2;
    flex-direction: column-reverse;
    padding-top: 25px;
  }
}

#w-node-b5e758a6-2480-f4c9-199a-946f32a4b7ef-44fc5591, #w-node-_69644790-4326-c92f-03fb-d73f4a33ddd2-44fc5591 {
  align-self: center;
}

#w-node-_32781a22-1945-ecd8-f079-dabe5a3bdd36-7ff136e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_13148d0f-82b3-b018-7361-017a7ff136ed-7ff136e4 {
  justify-self: end;
}

#w-node-cd069b25-fdf6-e361-f9f3-ef1767ed5009-67ed5007 {
  grid-area: Area;
  align-self: center;
}

#w-node-cd069b25-fdf6-e361-f9f3-ef1767ed5011-67ed5007, #w-node-a990be46-3fbd-60f2-4cae-65e9f4da242a-f4da2412 {
  justify-self: end;
}

#w-node-a990be46-3fbd-60f2-4cae-65e9f4da242c-f4da2412 {
  grid-area: Area;
  align-self: center;
}

#w-node-_56011b12-a713-ce32-9a40-0a281a58900b-e4b807c8 {
  align-self: auto;
}

#w-node-_1294d04d-129d-e75b-4d62-4a1c7e20efc2-2cfc76a8, #w-node-_1294d04d-129d-e75b-4d62-4a1c7e20efc9-2cfc76a8 {
  align-self: center;
}

#w-node-_730fa0d6-8362-31bb-307d-48da26eff77a-d3458b45 {
  justify-self: center;
}

#w-node-aa80c22a-c03a-ee97-abff-1fc99085faac-e1151bc1, #w-node-aa80c22a-c03a-ee97-abff-1fc99085fab3-e1151bc1 {
  align-self: center;
}

#w-node-_8d689b95-4d5a-a7fe-07b4-f8955125aec4-c51893d9 {
  grid-area: Area;
  align-self: center;
}

#w-node-_8d689b95-4d5a-a7fe-07b4-f8955125aecc-c51893d9 {
  justify-self: end;
}

#w-node-b5e758a6-2480-f4c9-199a-946f32a4b7ef-c51893d9, #w-node-_69644790-4326-c92f-03fb-d73f4a33ddd2-c51893d9 {
  align-self: center;
}

#w-node-a45cd0e3-fbef-4567-bbbb-d1f0e21053ae-e21053a5, #w-node-_674cebb4-b843-8cf5-8239-576ec487f380-c487f368 {
  justify-self: end;
}

#w-node-_674cebb4-b843-8cf5-8239-576ec487f382-c487f368 {
  grid-area: Area;
  align-self: center;
}

#w-node-a24afad7-bb74-96f5-a034-819e553e92c1-68d47df9, #w-node-a24afad7-bb74-96f5-a034-819e553e92c8-68d47df9 {
  align-self: center;
}

#w-node-_9fd335b3-4519-b038-98e7-4f0b0b289f00-1e1085c1 {
  justify-self: center;
}

#w-node-eb90f4a8-ac81-ea23-845e-a060958b928e-5de4a2e8, #w-node-eb90f4a8-ac81-ea23-845e-a060958b9295-5de4a2e8 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_13148d0f-82b3-b018-7361-017a7ff136e6-7ff136e4, #w-node-_13148d0f-82b3-b018-7361-017a7ff136ed-7ff136e4, #w-node-a45cd0e3-fbef-4567-bbbb-d1f0e21053a7-e21053a5, #w-node-a45cd0e3-fbef-4567-bbbb-d1f0e21053ae-e21053a5 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Custom';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}