.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.theme-gold {
  background-color: #aca603;
}
.theme-gold * {
  color: #fff;
}

.theme-beige {
  background-color: #ffffe6;
}

.theme-light-grey {
  background: #f4f4f4;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

.vierseitenhof {
  position: relative;
  width: 100%;
}
.vierseitenhof h1,
.vierseitenhof h2,
.vierseitenhof h3,
.vierseitenhof h4,
.vierseitenhof h5 {
  font-family: Georgia;
}
.vierseitenhof h1 {
  margin: 0 0 50px;
  font-weight: normal;
  font-size: 32px;
  color: #aca603;
}
.vierseitenhof h2 {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 32px;
  color: #aca603;
}
.vierseitenhof h3 {
  font-size: 24px;
  margin: 0 0 5px;
}
.vierseitenhof p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 30px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  color: #404040;
}
.vierseitenhof ul, .vierseitenhof ol {
  margin: 0 0 0 20px;
}
.vierseitenhof ul li, .vierseitenhof ol li {
  margin: 0 0 5px;
  line-height: 24px;
  font-size: 16px;
  font-family: "Merriweather Sans", sans-serif;
  color: #404040;
}
.vierseitenhof a {
  font-size: 16px;
  line-height: 28px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  color: #404040;
}
.vierseitenhof a.button {
  line-height: 40px;
  background: #aca603;
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-family: "Merriweather Sans", sans-serif;
}
.vierseitenhof .neos-nodetypes-image img {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

.grid::after {
  clear: both;
  content: "";
  display: table;
}
.grid--bleed {
  margin-right: -30px;
  margin-left: -30px;
}
.grid__column::after {
  clear: both;
  content: "";
  display: table;
}
.grid--2x1 .grid__column {
  width: calc(50% - 75px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid--2x1 .grid__column {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid--3x1 .grid__column {
  width: calc(33.3333333333% - 66.6666666667px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid--3x1 .grid__column {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid--1x1 .grid__column {
  width: calc(100% - 100px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid--1x1 .grid__column {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--1::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--1 {
  width: calc(8.3333333333% - 54.1666666667px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--1 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--2::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--2 {
  width: calc(16.6666666667% - 58.3333333333px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--2 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--3::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--3 {
  width: calc(25% - 62.5px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--3 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--4::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--4 {
  width: calc(33.3333333333% - 66.6666666667px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--4 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--5::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--5 {
  width: calc(41.6666666667% - 70.8333333333px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--5 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--6::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--6 {
  width: calc(50% - 75px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--6 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--7::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--7 {
  width: calc(58.3333333333% - 79.1666666667px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--7 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--8::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--8 {
  width: calc(66.6666666667% - 83.3333333333px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--8 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--9::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--9 {
  width: calc(75% - 87.5px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--9 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--10::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--10 {
  width: calc(83.3333333333% - 91.6666666667px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--10 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--11::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--11 {
  width: calc(91.6666666667% - 95.8333333333px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--11 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--12::after {
  clear: both;
  content: "";
  display: table;
}
.grid__column--12 {
  width: calc(100% - 100px);
  float: left;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .grid__column--12 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-1 {
  margin-left: calc(8.3333333333% - 54.1666666667px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-1 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-2 {
  margin-left: calc(16.6666666667% - 58.3333333333px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-2 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-3 {
  margin-left: calc(25% - 62.5px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-3 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-4 {
  margin-left: calc(33.3333333333% - 66.6666666667px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-4 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-5 {
  margin-left: calc(41.6666666667% - 70.8333333333px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-5 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-6 {
  margin-left: calc(50% - 75px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-6 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-7 {
  margin-left: calc(58.3333333333% - 79.1666666667px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-7 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-8 {
  margin-left: calc(66.6666666667% - 83.3333333333px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-8 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-9 {
  margin-left: calc(75% - 87.5px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-9 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-10 {
  margin-left: calc(83.3333333333% - 91.6666666667px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-10 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}
.grid__column--push-11 {
  margin-left: calc(91.6666666667% - 95.8333333333px + 100px);
}
@media (max-width: 768px) {
  .grid__column--push-11 {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
  }
}

.column--half {
  width: 50%;
  height: 100%;
  float: left;
}

.section--header {
  width: 100%;
  height: 750px;
  position: relative;
}
.section--header::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 768px) {
  .section--header {
    height: inherit;
  }
}
.section--header .header__gradient {
  position: absolute;
  width: 100%;
  height: 300px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  pointer-events: none;
}
@media (max-width: 768px) {
  .section--header .header__gradient {
    display: none;
  }
}
.section--header .section__inner-wrapper {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  pointer-events: none;
}
.section--header .section__inner-wrapper .header__logo {
  position: relative;
}
.section--header .section__inner-wrapper .header__logo a {
  pointer-events: auto;
}
@media (max-width: 768px) {
  .section--header .section__inner-wrapper .header__logo {
    text-align: center;
  }
  .section--header .section__inner-wrapper .header__logo img {
    margin: 0 0 5px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .section--header .section__inner-wrapper .header__logo img {
    height: 80px;
    width: auto;
  }
}
.section--header .section__inner-wrapper .header__logo .header__logo__location,
.section--header .section__inner-wrapper .header__logo .header__logo__title {
  position: absolute;
  left: 120px;
  color: #fff;
  font-family: Georgia;
}
.section--header .section__inner-wrapper .header__logo .header__logo__title {
  font-size: 24px;
  top: 34px;
}
@media (max-width: 480px) {
  .section--header .section__inner-wrapper .header__logo .header__logo__title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.section--header .section__inner-wrapper .header__logo .header__logo__location {
  font-size: 18px;
  top: 62px;
}
@media (max-width: 480px) {
  .section--header .section__inner-wrapper .header__logo .header__logo__location {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section--header .section__inner-wrapper .header__logo .header__logo__title,
  .section--header .section__inner-wrapper .header__logo .header__logo__location {
    color: #404040;
    text-align: center;
    position: relative;
    top: initial;
    left: initial;
    display: block;
    text-align: center;
  }
}
.section--header__slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .section--header__slideshow {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}
.section--header__slideshow .slick-arrow {
  position: absolute;
  cursor: pointer;
  top: 40%;
  height: 75px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .section--header__slideshow .slick-arrow {
    top: 25%;
    height: 75px;
  }
}
@media (max-width: 480px) {
  .section--header__slideshow .slick-arrow {
    top: 15%;
    height: 50px;
  }
}
.section--header__slideshow .slick-arrow--prev {
  left: 0;
}
.section--header__slideshow .slick-arrow--next {
  right: 0;
}
.section--header__slideshow figure {
  display: none;
}
.section--header__slideshow .slick-slide {
  height: 750px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section--header__slideshow .slick-slide {
    height: inherit;
    background-image: none !important;
  }
  .section--header__slideshow .slick-slide figure {
    display: block;
    overflow: hidden;
  }
  .section--header__slideshow .slick-slide figure img {
    width: 100%;
    height: auto;
  }
}
.section--header__slideshow .slick-slide .section__inner-wrapper {
  height: 750px;
}
@media (max-width: 768px) {
  .section--header__slideshow .slick-slide .section__inner-wrapper {
    height: inherit;
    background: #f4f4f4;
    pointer-events: none;
  }
}
.section--header__slideshow .slick-slide .section__inner-wrapper .slideshow__teaser-box {
  width: 50%;
  padding: 30px 30px 50px;
  position: absolute;
  bottom: 75px;
  right: 25px;
  background: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .section--header__slideshow .slick-slide .section__inner-wrapper .slideshow__teaser-box {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    padding: 0;
    background: none;
  }
}
.section--header__slideshow .slick-slide .section__inner-wrapper .slideshow__teaser-box h2 {
  margin: 0 0 30px;
}
@media (max-width: 480px) {
  .section--header__slideshow .slick-slide .section__inner-wrapper .slideshow__teaser-box h2 {
    font-size: 25px;
    line-height: 36px;
  }
}
.section--header__slideshow .slick-slide .section__inner-wrapper .slideshow__teaser-box p {
  margin: 0 0 15px;
}
.section--header__slideshow .slick-slide .section__inner-wrapper .slideshow__teaser-box a {
  background: #aca603;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  line-height: 35px;
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
}

.section--footer {
  background-color: #404040;
  color: #ffffff;
  position: relative;
}
.section--footer .logo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../Images/Logo-Footer.png);
  background-size: 400px;
  background-position: center -125px;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.1;
}
.section--footer .section__inner-wrapper {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
}
.section--footer .section__inner-wrapper p {
  color: #ffffff;
}
.section--footer .section__inner-wrapper p span {
  color: #ffffff;
}
@media (max-width: 480px) {
  .section--footer .section__inner-wrapper p span {
    display: block;
  }
}
.section--footer .section__inner-wrapper p strong {
  width: 100px;
  display: inline-block;
}
.section--footer .section__inner-wrapper p a {
  color: #ffffff;
}
.section--footer .section__inner-wrapper .footer__socials {
  text-align: right;
}
.section--footer .section__inner-wrapper .footer__socials img {
  margin: 0 0 0 10px;
}

.section--footer-navigation {
  background-color: rgb(76.75, 76.75, 76.75);
  text-align: center;
  position: relative;
}
.section--footer-navigation ul li {
  line-height: 50px;
  display: inline-block;
}
.section--footer-navigation ul li a {
  padding: 0 7px 0 0;
  border-right: 1px solid #fff;
  margin: 0 3px 0 0;
  color: #ffffff;
  text-decoration: none;
}
.section--footer-navigation ul li:last-child a {
  padding: 0;
  border: none;
  margin: 0;
}

.section {
  width: 100%;
}
.section img {
  max-width: 100%;
}
.section__inner-wrapper {
  padding: 100px 0;
  margin: 0 auto;
  width: 1200px;
}
.section__inner-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 1200px) {
  .section__inner-wrapper {
    width: 100%;
  }
}
.section--content-simple {
  background: #ffffff;
  position: relative;
}
.section--content-half {
  position: relative;
}
@media (max-width: 768px) {
  .section--content-half .background-colors {
    display: none;
  }
}
.section--content-half.theme-beigeGold .background-colors .column--first {
  background: #ffffe6;
}
.section--content-half.theme-beigeGold .background-colors .column--second {
  background: #aca603;
}
@media (max-width: 768px) {
  .section--content-half.theme-beigeGold .section__inner-wrapper {
    padding: 0;
    margin: 0;
  }
  .section--content-half.theme-beigeGold .section__inner-wrapper .grid__column {
    margin: 0;
    width: 100%;
    padding: 50px;
  }
}
.section--content-half.theme-beigeGold .section__inner-wrapper .column--first h1, .section--content-half.theme-beigeGold .section__inner-wrapper .column--first h2 {
  color: #aca603;
}
.section--content-half.theme-beigeGold .section__inner-wrapper .column--first h3, .section--content-half.theme-beigeGold .section__inner-wrapper .column--first h4,
.section--content-half.theme-beigeGold .section__inner-wrapper .column--first p, .section--content-half.theme-beigeGold .section__inner-wrapper .column--first li {
  color: #404040;
}
@media (max-width: 768px) {
  .section--content-half.theme-beigeGold .section__inner-wrapper .column--first {
    background-color: #ffffe6;
  }
}
.section--content-half.theme-beigeGold .section__inner-wrapper .column--second h1, .section--content-half.theme-beigeGold .section__inner-wrapper .column--second h2, .section--content-half.theme-beigeGold .section__inner-wrapper .column--second h3, .section--content-half.theme-beigeGold .section__inner-wrapper .column--second h4,
.section--content-half.theme-beigeGold .section__inner-wrapper .column--second p, .section--content-half.theme-beigeGold .section__inner-wrapper .column--second li {
  color: #fff;
}
@media (max-width: 768px) {
  .section--content-half.theme-beigeGold .section__inner-wrapper .column--second {
    background-color: #aca603;
  }
}
.section--content-half.theme-goldBeige .background-colors .column--first {
  background: #aca603;
}
.section--content-half.theme-goldBeige .background-colors .column--second {
  background: #ffffe6;
}
@media (max-width: 768px) {
  .section--content-half.theme-goldBeige .section__inner-wrapper {
    padding: 0;
    margin: 0;
  }
  .section--content-half.theme-goldBeige .section__inner-wrapper .grid__column {
    margin: 0;
    width: 100%;
    padding: 50px;
  }
}
.section--content-half.theme-goldBeige .section__inner-wrapper .column--first h1, .section--content-half.theme-goldBeige .section__inner-wrapper .column--first h2, .section--content-half.theme-goldBeige .section__inner-wrapper .column--first h3, .section--content-half.theme-goldBeige .section__inner-wrapper .column--first h4,
.section--content-half.theme-goldBeige .section__inner-wrapper .column--first p {
  color: #fff;
}
@media (max-width: 768px) {
  .section--content-half.theme-goldBeige .section__inner-wrapper .column--first {
    background-color: #aca603;
  }
}
.section--content-half.theme-goldBeige .section__inner-wrapper .column--second h1, .section--content-half.theme-goldBeige .section__inner-wrapper .column--second h2 {
  color: #aca603;
}
.section--content-half.theme-goldBeige .section__inner-wrapper .column--second h3, .section--content-half.theme-goldBeige .section__inner-wrapper .column--second h4,
.section--content-half.theme-goldBeige .section__inner-wrapper .column--second p {
  color: #404040;
}
@media (max-width: 768px) {
  .section--content-half.theme-goldBeige .section__inner-wrapper .column--second {
    background-color: #ffffe6;
  }
}
.section--content-half.theme-mapsGold .background-colors .column--first {
  background: #ffffff;
}
.section--content-half.theme-mapsGold .background-colors .column--second {
  float: right;
  background: #aca603;
}
@media (max-width: 768px) {
  .section--content-half.theme-mapsGold .section__inner-wrapper {
    padding: 0;
    margin: 0;
  }
  .section--content-half.theme-mapsGold .section__inner-wrapper .grid__column {
    margin: 0;
    width: 100%;
    padding: 50px;
  }
}
.section--content-half.theme-mapsGold .section__inner-wrapper .column--first {
  float: left;
}
.section--content-half.theme-mapsGold .section__inner-wrapper .column--second {
  float: right;
}
.section--content-half.theme-mapsGold .section__inner-wrapper .column--second h1, .section--content-half.theme-mapsGold .section__inner-wrapper .column--second h2, .section--content-half.theme-mapsGold .section__inner-wrapper .column--second h3, .section--content-half.theme-mapsGold .section__inner-wrapper .column--second h4, .section--content-half.theme-mapsGold .section__inner-wrapper .column--second h5, .section--content-half.theme-mapsGold .section__inner-wrapper .column--second h6, .section--content-half.theme-mapsGold .section__inner-wrapper .column--second p, .section--content-half.theme-mapsGold .section__inner-wrapper .column--second span {
  color: #fff;
}
@media (max-width: 768px) {
  .section--content-half.theme-mapsGold .section__inner-wrapper .column--second {
    background-color: #aca603;
  }
}
.section--content-half.theme-mapsGold .section__inner-wrapper #map-mobile {
  width: 100%;
  height: 350px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .section--content-half.theme-mapsGold .section__inner-wrapper #map-mobile {
    display: block;
  }
}
.section--content-half .section__inner-wrapper {
  position: relative;
  z-index: 1;
}
.section--content-half .background-colors {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.section--background-teaser {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.section--background-teaser__darken {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.section--background-teaser .section__inner-wrapper {
  position: relative;
  z-index: 20;
  color: #fff;
}
.section--background-teaser .section__inner-wrapper .background-teaser__image {
  width: 125px;
  height: 125px;
  border: 5px solid #fff;
  overflow: hidden;
  border-radius: 125px;
  margin: 0 auto 30px;
}
.section--background-teaser .section__inner-wrapper .background-teaser__image img {
  margin: 0 auto;
  display: inline;
  width: 100%;
  height: auto;
}
.section--background-teaser .section__inner-wrapper .background-teaser__text p {
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .section--background-teaser .section__inner-wrapper .background-teaser__text p {
    font-size: 20px;
    line-height: 38px;
  }
}
.section--content-third-teaser {
  position: relative;
}
@media (max-width: 1024px) {
  .section--content-third-teaser .grid__column {
    width: calc(100% - 100px);
    float: left;
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .section--content-third-teaser .third-teaser__image {
    width: 100%;
    border-radius: 10px;
    height: 290px;
  }
  .section--content-third-teaser .third-teaser__image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .section--content-third-teaser .third-teaser__image {
    width: 100%;
    border-radius: 10px;
    height: 220px;
  }
  .section--content-third-teaser .third-teaser__image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .section--content-third-teaser .third-teaser__image {
    width: 100%;
    border-radius: 10px;
    height: 170px;
  }
  .section--content-third-teaser .third-teaser__image img {
    width: 100%;
    height: auto;
  }
}

.neos-backend .section--header {
  height: initial;
}
.neos-backend .section--header .section--header__slideshow {
  position: relative;
}
.neos-backend .section--header .section--header__slideshow .slideshow__slide::after {
  clear: both;
  content: "";
  display: table;
}
.neos-backend .section--header .section--header__slideshow .slideshow__slide figure {
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
}
.neos-backend .section--header .section--header__slideshow .slideshow__slide figure img {
  height: 400px;
  width: auto;
}
.neos-backend .section--header .section--header__slideshow .slideshow__slide .section__inner-wrapper {
  width: 50%;
  float: left;
}
.neos-backend .section--header .section--header__slideshow .slideshow__teaser-box {
  pointer-events: initial;
}

.theme-mapsGold .single-event {
  position: relative;
  margin: 0 0 30px 0;
  pointer-events: auto;
}
.theme-mapsGold .single-event * {
  color: #fff;
  font-family: "Merriweather Sans", sans-serif;
}
.theme-mapsGold .single-event li {
  margin: 60px 0 0 0;
  list-style: none outside none;
  background-image: url(../Images/Icons/ic_keyboard_arrow_right_white_36px.svg);
  background-repeat: no-repeat;
  background-position: -10px center;
  padding: 0 0 0 30px;
}
.theme-mapsGold .single-event__date {
  display: block;
  margin: 0 0 10px 30px;
  position: absolute;
  left: 0;
  top: -30px;
}
.theme-mapsGold .single-event__icon {
  width: 36px;
  position: absolute;
  bottom: -4px;
  left: -10px;
}
.theme-mapsGold .single-event__title a {
  font-size: 20px;
  text-decoration: none;
}
.theme-mapsGold .single-event__title a:hover {
  text-decoration: underline;
}

.third-teaser {
  padding: 15px;
  background: #fff;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.third-teaser__image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 200px;
  margin: 20px auto 30px;
}
.third-teaser__image img {
  width: 100%;
  height: auto;
}
.third-teaser__address {
  margin: 0 0 30px !important;
}

.map-consent {
  display: block;
  position: relative;
  background: #f3f3f3;
  color: #333;
  min-height: 240px;
  padding: 24px;
  text-align: center;
}

.map-consent.is-enabled .map-consent__overlay {
  display: none;
}

.map-consent__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: auto;
}

.map-consent__box {
  max-width: 420px;
  margin: 0 auto;
}

.map-consent__button {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 18px;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
}

.map-consent--desktop {
  width: 100%;
  min-height: 350px;
  padding: 0;
  background: transparent;
  height: 350px;
  position: relative;
}

#map-desktop {
  width: 100%;
  min-height: 350px;
  display: block;
  height: 350px;
}

.map-consent--desktop .map-consent__box {
  background: #fff;
  padding: 20px;
}

.map-consent--mobile {
  width: 100%;
  padding: 0;
  background: transparent;
  display: none;
}

.map-consent--mobile #map-mobile {
  width: 100%;
  height: 350px;
  display: block;
}

.map-consent.is-enabled {
  background: transparent;
}

.section--content-half.theme-mapsGold .section__inner-wrapper .column--first {
  position: relative;
}

.section--content-half.theme-mapsGold {
  position: relative;
}

.section--content-half.theme-mapsGold .background-colors {
  height: 100%;
}

.section--content-half.theme-mapsGold .background-colors .column--first {
  height: 100%;
}

.section--content-half.theme-mapsGold #map-desktop {
  height: 100%;
  min-height: 350px;
}

@media (max-width: 768px) {
  .map-consent--desktop {
    display: none;
  }
  .map-consent--mobile {
    display: block;
  }
}