* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
*:first-of-type {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:not(.logo) {
  text-decoration: none;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo) img {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo):hover {
  opacity: .9;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
@font-face {
  font-family: 'palatino';
  src: url('fonts/palatino_schriftart.ttf') format('truetype');
}
body {
  background-color: #fffcf6;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.6) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(2px);
}
.overlay .text-container {
  position: relative;
  background: #B22945 0% 0% no-repeat padding-box;
  width: 53%;
  height: 70%;
  overflow: auto;
  color: white;
  padding: 90px 170px 100px 100px;
}
.overlay .text-container .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}
.overlay .text-container .close:before,
.overlay .text-container .close:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: white;
}
.overlay .text-container .close:before {
  transform: rotate(45deg);
}
.overlay .text-container .close:after {
  transform: rotate(-45deg);
}
.overlay .text-container .headline {
  font-size: 36px;
  line-height: 40px;
  font-family: 'palatino', 'sans-serif';
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .overlay .text-container .headline {
    font-size: 32px;
  }
}
.overlay .text-container p,
.overlay .text-container li {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}
.overlay .text-container a {
  color: white;
  text-decoration: underline;
}
.overlay.closed {
  display: none;
}
@media screen and (max-width: 1099px) {
  .overlay .text-container {
    padding: 100px;
  }
}
@media screen and (max-width: 899px) {
  .overlay .text-container {
    padding: 5vw;
  }
}
@media screen and (max-width: 699px) {
  .overlay .text-container {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .remove-component {
    display: none !important;
  }
}
.separator {
  background-color: #b2293e;
  padding: 20px 0;
  margin: 10px 0 5px;
}
.separator img {
  width: 25px;
  margin: auto;
}
.red-arrow {
  display: block;
  z-index: 2;
  top: -50px;
  margin: auto;
  width: 34px;
  height: 124px;
  background-image: url(/wp-content/themes/sere-template/images/arrow-scroll.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.red-arrow span {
  display: block;
  background-color: #b2293e;
}
.red-arrow span:first-of-type {
  height: 120px;
  width: 2px;
  left: 0.6px;
  bottom: 1px;
}
.red-arrow span:nth-of-type(2) {
  transform: rotate(-40deg);
  width: 17px;
  height: 2px;
  bottom: 7px;
  right: 1px;
}
.red-arrow span:last-of-type {
  transform: rotate(40deg);
  width: 17px;
  height: 2px;
  left: -13px;
  bottom: 9px;
}
.closed-contact {
  right: -100% !important;
}
@media screen and (max-width: 599px) {
  .contact-container {
    z-index: 6;
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: #b2293e;
    top: 80px;
    right: 0;
    transition: right .6s ease;
  }
}
.contact-container .contact-popup {
  background-color: #b2293e;
  position: fixed;
  left: 0;
  top: 120px;
  transition: width .5s ease-in-out;
  z-index: 10;
  overflow: hidden;
  width: 70px;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 599px) {
  .contact-container .contact-popup {
    width: 425px;
    margin: auto;
    position: relative;
    box-shadow: none;
  }
}
.contact-container .contact-popup a {
  display: block;
  padding: 0 20px;
  height: 55px;
  margin-bottom: 10px;
}
.contact-container .contact-popup a:first-of-type {
  padding-top: 20px;
}
.contact-container .contact-popup a:first-of-type img {
  max-width: 30px;
}
.contact-container .contact-popup a:first-of-type span {
  min-width: 281px;
  bottom: 8px;
}
.contact-container .contact-popup a:nth-of-type(2) {
  display: none;
}
.contact-container .contact-popup a:nth-of-type(2) span {
  min-width: 281px;
  bottom: 8px;
}
.contact-container .contact-popup a:nth-of-type(3) {
  padding-top: 15px;
  margin-bottom: -4px;
}
.contact-container .contact-popup a:nth-of-type(3) img {
  max-width: 25px;
}
.contact-container .contact-popup a:nth-of-type(3) span {
  bottom: 22px;
}
.contact-container .contact-popup a:nth-of-type(4) {
  padding-top: 14px;
  margin-bottom: 5px;
}
.contact-container .contact-popup a:nth-of-type(4) img {
  max-width: 30px;
}
.contact-container .contact-popup a:nth-of-type(4) span {
  max-width: 210px;
  bottom: 7px;
}
.contact-container .contact-popup a:last-of-type {
  margin-bottom: 10px;
  padding-top: 15px;
}
.contact-container .contact-popup a:last-of-type div {
  border-bottom: none;
}
.contact-container .contact-popup a:last-of-type div img {
  max-width: 16px;
}
.contact-container .contact-popup a:last-of-type span {
  min-width: 261px;
  max-width: 380px;
  bottom: 15px;
}
.contact-container .contact-popup a div {
  float: left;
  border-bottom: 1px solid #fffcf6;
  padding-bottom: 15px;
  width: 30px;
  display: flex;
  justify-content: center;
}
.contact-container .contact-popup a div img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.contact-container .contact-popup a span {
  color: #fffcf6;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  display: inline-block;
  padding: 0px 60px;
}
@media screen and (max-width: 599px) {
  .contact-container .contact-popup a span {
    word-break: break-all;
    padding: 0px 45px;
  }
}
.contact-container .contact-popup:hover {
  width: 450px;
}
.contact-container .contact-popup:hover a:first-of-type {
  display: none;
}
.contact-container .contact-popup:hover a:nth-of-type(2) {
  display: block;
  padding-top: 20px;
}
.contact-container .contact-popup:hover a:nth-of-type(2) img {
  width: 29px;
}
.contact-container .contact-popup:hover a:nth-of-type(3) img {
  transform: rotate(-20deg);
  width: 29px;
}
.contact-container .contact-popup:hover a:nth-of-type(4) img {
  transform: rotate(90deg);
}
.contact-container .contact-popup:hover a:last-of-type img {
  transform: rotate(-20deg);
}
.add-shadow {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.off {
  opacity: 0;
  display: none;
}
.top-bar {
  background-color: #fffcf6;
  height: 120px;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 599px) {
  .top-bar {
    height: 80px;
  }
}
.top-bar .decrease-topbar {
  max-height: 60px !important;
}
.top-bar .wrap-menu {
  z-index: auto;
  background-color: #fffcf6;
  overflow: hidden;
}
.top-bar .wrap-menu .contact-dropper {
  display: none;
  background-color: #b2293e;
  width: 65px;
  height: 70px;
  position: fixed;
  right: 3%;
  z-index: 3;
  top: 0;
  color: #fffcf6;
  padding: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .contact-dropper {
    display: block;
    width: 60px;
    height: 65px;
    padding: 17px;
  }
}
.top-bar .wrap-menu .contact-dropper img {
  bottom: -3px;
  opacity: 1;
  transition: opacity .3s ease;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .contact-dropper img {
    bottom: -13px;
  }
}
.top-bar .wrap-menu .contact-dropper .close-contact-container {
  bottom: -10px;
  right: 2px;
  opacity: 1;
  transition: opacity .3s ease;
}
.top-bar .wrap-menu .contact-dropper .close-contact-container span {
  background-color: #fffcf6;
  width: 2px;
  display: inline-block;
}
.top-bar .wrap-menu .contact-dropper .close-contact-container span:first-of-type {
  transform: rotate(45deg);
  transition: all .2s ease;
  right: -14px;
  height: 27px;
}
.top-bar .wrap-menu .contact-dropper .close-contact-container span:last-of-type {
  transform: rotate(-45deg);
  transition: all .2s ease;
  right: -8px;
  height: 27px;
}
.top-bar .wrap-menu .main-logo {
  display: block;
  height: 100%;
  padding: 25px 0 25px 0;
  margin: auto;
  width: 235px;
  z-index: 4;
}
.top-bar .wrap-menu .main-logo:hover {
  transform: none;
}
.top-bar .wrap-menu .main-logo:hover img {
  transform: none;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .main-logo {
    width: 160px;
    padding-top: 10.8px;
  }
}
.top-bar .wrap-menu .nav-menu {
  background-color: #b2293e;
  width: 80px;
  height: 150px;
  position: fixed;
  right: calc(10% + -20px);
  z-index: 10;
  top: 0;
  color: #fffcf6;
  padding: 21px 15px 15px 15px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu {
    width: 60px;
    right: 0;
    left: 3%;
    height: 65px;
    padding: 10px 12px;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content {
  margin: auto;
  width: 40px;
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .menu-title {
  display: block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin: 40px auto 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .menu-title {
    display: none;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle {
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  height: 32px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle {
    margin-left: 0;
    bottom: -16px;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span {
  background-color: #fffcf6;
  width: 2px;
  display: inline-block;
  transition: all 0.1s ease-in-out;
  border-radius: 50px;
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:first-of-type,
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:last-of-type {
  height: 15px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:first-of-type,
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:last-of-type {
    height: 14px;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:nth-of-type(2),
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:nth-of-type(4) {
  height: 22px;
  margin: 0 2px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:nth-of-type(2),
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:nth-of-type(4) {
    height: 21px;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:nth-of-type(3) {
  height: 27px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle span:nth-of-type(3) {
    height: 28px;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:first-of-type,
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:last-of-type {
  height: 14px;
  bottom: 11px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:first-of-type,
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:last-of-type {
    bottom: auto;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:nth-of-type(2),
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:nth-of-type(4) {
  bottom: 6px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:nth-of-type(2),
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:nth-of-type(4) {
    bottom: auto;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:nth-of-type(3) {
  height: 24px;
  top: 2px;
}
@media screen and (max-width: 599px) {
  .top-bar .wrap-menu .nav-menu .nav-menu-content .triangle:hover span:nth-of-type(3) {
    top: 0;
    height: 28px;
  }
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross {
  right: -4px;
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross span:first-of-type,
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross span:last-of-type,
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross span:nth-of-type(3) {
  display: none;
  opacity: 0;
  transition: all .2s ease;
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross span:nth-of-type(2) {
  transform: rotate(45deg);
  transition: all .2s ease;
  right: -10px;
  height: 27px;
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross span:nth-of-type(4) {
  transform: rotate(-45deg);
  transition: all .2s ease;
  height: 27px;
}
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross:hover span:nth-of-type(2),
.top-bar .wrap-menu .nav-menu .nav-menu-content .close-cross:hover span:nth-of-type(4) {
  bottom: 0;
}
.closed-menu {
  right: -100%;
}
@media screen and (max-width: 599px) {
  .closed-menu {
    right: 0;
    left: -100%;
  }
}
nav {
  background-color: #b2293e;
  top: 113px;
  z-index: 3;
  position: fixed;
  width: 100%;
  height: calc(100% - 113px);
  transition: right .8s ease;
  overflow: auto;
  right: 0;
}
@media screen and (max-width: 599px) {
  nav {
    top: 80px;
    right: 0;
    left: 0;
    transition: left .6s ease;
    height: calc(100% - 80px);
  }
}
nav .menu-menu-container {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 7%;
  overflow: hidden;
}
nav .menu-menu-container ul {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  nav .menu-menu-container ul {
    margin-top: 60px;
  }
}
nav .menu-menu-container ul li {
  text-align: center;
  transition: 0.2s;
}
nav .menu-menu-container ul li a {
  text-transform: uppercase;
  font-family: 'palatino', 'sans-serif';
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 2px;
  color: #fffcf6;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  nav .menu-menu-container ul li a {
    font-size: 7vw;
    line-height: 34px;
  }
}
nav .menu-menu-container ul li a:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 599px) {
  nav .menu-menu-container ul li a:hover {
    transform: none;
  }
}
nav .menu-menu-container ul li a span.sub {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  margin: 6px 0 60px 0;
  display: block;
}
@media screen and (max-width: 599px) {
  nav .menu-menu-container ul li a span.sub {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.offer-items-container {
  scroll-behavior: smooth;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .offer-items-container {
    width: 100%;
  }
}
.offer-items-container .offer-item .inverse-location .text-container {
  left: -50%;
}
@media screen and (max-width: 599px) {
  .offer-items-container .offer-item .inverse-location .text-container {
    left: 0;
  }
}
.offer-items-container .offer-item .inverse-location .img-container {
  right: -50%;
}
@media screen and (max-width: 599px) {
  .offer-items-container .offer-item .inverse-location .img-container {
    right: 0;
  }
}
.offer-items-container .offer-item .offer-content {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  min-width: 600px;
}
@media screen and (max-width: 599px) {
  .offer-items-container .offer-item .offer-content {
    flex-wrap: wrap;
    min-width: 280px;
  }
}
.offer-items-container .offer-item .offer-content .text-container {
  flex-basis: 50%;
  background-color: rgba(243,232,216,0.5);
}
@media screen and (max-width: 599px) {
  .offer-items-container .offer-item .offer-content .text-container {
    flex-basis: 100%;
  }
}
.offer-items-container .offer-item .offer-content .text-container .text-content {
  width: 84%;
  margin: 25% auto;
  max-width: 450px;
}
@media screen and (max-width: 599px) {
  .offer-items-container .offer-item .offer-content .text-container .text-content {
    margin: 15% auto;
  }
}
.offer-items-container .offer-item .offer-content .text-container .text-content .logo-title {
  margin-bottom: 15px;
}
.offer-items-container .offer-item .offer-content .text-container .text-content .logo-title img {
  display: block;
  width: 60px;
  margin-right: 25px;
  bottom: 13px;
}
.offer-items-container .offer-item .offer-content .text-container .text-content .logo-title h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 2px;
  font-family: 'palatino', 'sans-serif';
  color: #b2293e;
  font-weight: 600;
  padding-bottom: 35px;
  position: absolute;
  top: 0;
  left: 56px;
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .offer-items-container .offer-item .offer-content .text-container .text-content .logo-title h3 {
    font-size: 2.8vw;
    line-height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .offer-items-container .offer-item .offer-content .text-container .text-content .logo-title h3 {
    font-size: 6.5vw;
    line-height: 35px;
  }
}
.offer-items-container .offer-item .offer-content .text-container .text-content p {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51,51,51,0.8);
  margin-bottom: 40px;
}
.offer-items-container .offer-item .offer-content .img-container {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .offer-items-container .offer-item .offer-content .img-container {
    flex-basis: 100%;
    min-width: 100%;
    min-height: 300px;
  }
}
section .reverse .left {
  right: -30%;
}
@media screen and (max-width: 999px) {
  section .reverse .left {
    right: 0;
  }
}
section .reverse .right {
  left: 11%;
}
@media screen and (max-width: 999px) {
  section .reverse .right {
    left: 0;
  }
}
section .gap-filler {
  padding: 0 !important;
}
section .inverse-color .right {
  background-color: #fffcf6 !important;
  color: #b2293e !important;
  box-shadow: -2px 4px 10px 1px rgba(0,0,0,0.1);
}
@media screen and (max-width: 599px) {
  section .inverse-color .right {
    box-shadow: none;
  }
}
section .inverse-color .right p.subtext {
  color: rgba(0,0,0,0.95);
}
section .image-text-container {
  padding: 60px 0 80px 0;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  section .image-text-container {
    padding: 0;
  }
}
section .image-text-container .left {
  min-height: 580px;
  min-width: 425px;
  width: 65%;
}
@media screen and (max-width: 999px) {
  section .image-text-container .left {
    width: 100% !important;
    min-width: 220px;
    max-height: 370px;
    min-height: 350px;
  }
}
section .image-text-container .right {
  background-color: #b2293e;
  color: #fffcf6;
  z-index: 1;
  position: absolute;
  right: 11%;
  bottom: 15%;
  min-width: 450px;
  max-width: 600px;
}
@media screen and (max-width: 999px) {
  section .image-text-container .right {
    position: relative;
    left: 0 !important;
    max-width: 100%;
    min-width: 300px;
    padding: 40px 7%;
    top: 80%;
  }
}
section .image-text-container .right .right-wrap {
  max-width: 55vw;
  margin: 50px 80px;
}
@media screen and (max-width: 999px) {
  section .image-text-container .right .right-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
section .image-text-container .right .right-wrap .icon {
  width: 40px;
  margin: 0 auto 30px auto;
}
section .image-text-container .right .right-wrap .double-text {
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin: 0;
  margin-bottom: 25px;
  font-family: 'palatino', 'sans-serif';
}
section .image-text-container .right .right-wrap .double-text .title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 38px;
  font-family: 'palatino', 'sans-serif';
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  section .image-text-container .right .right-wrap .double-text .title {
    font-size: 28px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 440px) {
  section .image-text-container .right .right-wrap .double-text .title {
    font-size: 6vw;
  }
}
section .image-text-container .right .right-wrap .double-text .subtitle {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
section .image-text-container .right .right-wrap .subtext {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 999px) {
  section .image-text-container .right .right-wrap .subtext {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  section .image-text-container .right .right-wrap .subtext {
    max-width: 450px;
  }
}
@media screen and (max-width: 999px) {
  section .image-text-container .right .right-wrap div.margin_auto {
    margin: 0 auto;
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  section .image-text-container .right .right-wrap div.margin_auto {
    margin: 0;
  }
}
section .image-text-container .right .right-wrap a.white-button-style {
  text-align: center;
  width: 250px;
}
@media screen and (max-width: 999px) {
  section .image-text-container .right .right-wrap a.white-button-style {
    padding: 24px 32px;
  }
}
section .image-text-container .right .right-wrap div.logos-container {
  display: flex;
  align-items: flex-end;
}
section .image-text-container .right .right-wrap div.logos-container .logo-text-container {
  display: inline-block;
  margin-right: 10%;
}
section .image-text-container .right .right-wrap div.logos-container .logo-text-container img {
  width: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  section .image-text-container .right .right-wrap div.logos-container .logo-text-container img {
    width: 25px;
  }
}
section .image-text-container .right .right-wrap div.logos-container .logo-text-container span {
  color: #b2293e;
  font-size: 11px;
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
section .image-text-container.living {
  padding-bottom: 15px;
}
section:last-of-type .image-text-container.living {
  padding-bottom: 75px;
}
a,
input {
  appearance: none;
  -webkit-appearance: none;
}
.white-button-style {
  background-color: #fffcf6;
  color: #b2293e;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 17px;
  letter-spacing: 2.5px;
  padding: 17px 35px;
  display: inline-block;
  border: none;
}
.red-button-style {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2.5px;
  padding: 24px 35px;
  margin: auto;
  background-color: #b2293e;
  color: #fffcf6;
  text-align: center;
}
header {
  padding: 120px 0;
  min-height: 700px;
}
@media screen and (min-height: 360px) and (max-width: 361px) {
  header {
    min-height: initial;
  }
}
@media screen and (min-width: 599px) {
  header {
    min-height: 800px;
  }
}
@media screen and (max-width: 599px) {
  header {
    min-height: 0;
    margin-left: 0;
    padding: 0;
  }
}
header .header-left {
  z-index: 2;
  color: #fffcf6;
  max-width: 40%;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  -moz-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  position: absolute;
  padding-top: 300px;
  padding-bottom: 200px;
}
@media screen and (max-width: 919px) {
  header .header-left {
    max-width: 100%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
}
@media screen and (max-width: 599px) {
  header .header-left {
    position: relative;
    left: 0;
    top: auto;
    padding: 0;
    max-height: max-content;
    max-width: none;
    width: 100%;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
header .header-left .header-left-content {
  background-color: #b2293e;
  padding: 45px 60px;
  height: 100%;
  min-width: 570px;
}
@media screen and (max-width: 599px) {
  header .header-left .header-left-content {
    height: auto;
    padding: 45px 30px;
    min-width: 250px;
  }
}
header .header-left .header-left-content h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 43px;
  font-family: 'palatino', 'sans-serif';
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  header .header-left .header-left-content h3 {
    line-height: 1.3em;
    font-size: 6.5vw;
  }
}
header .header-left .header-left-content p {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 20px;
}
header .header-right {
  opacity: 1;
  margin-left: 30%;
  height: 100%;
  min-height: 550px;
}
@media screen and (max-width: 919px) {
  header .header-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  header .header-right {
    min-height: 0px;
    height: 450px;
  }
}
.header-bottom {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .header-bottom {
    margin: 40px 0;
  }
}
.header-bottom div {
  color: #b2293e;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
  margin: auto;
}
.header-bottom div .title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 38px;
  font-family: 'palatino', 'sans-serif';
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  .header-bottom div .title {
    font-size: 28px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 440px) {
  .header-bottom div .title {
    font-size: 6vw;
  }
}
.header-bottom div .subtitle {
  font-size: 14px;
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.header-bottom p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: .7px;
  width: 86%;
  max-width: 800px;
  text-align: center;
  margin: 40px auto;
  font-family: 'Open Sans', sans-serif;
}
.header-bottom a.red-button-style {
  display: block;
  width: 250px;
}
.services-top {
  margin-top: 75px;
  margin-left: 7%;
  margin-right: 7%;
}
.services-top.header-bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.services {
  max-width: 90%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .services {
    max-width: 100%;
  }
}
.services .item {
  display: inline-block;
  margin: 25px;
  width: 28%;
  height: 325px;
}
@media screen and (max-width: 599px) {
  .services .item {
    margin: 25px auto;
  }
}
.services .item img {
  width: max-content;
  height: inherit;
}
.services .item .item-link {
  padding: 0 20px 0 15px;
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 255px;
  height: 90px;
  position: absolute;
  bottom: 10%;
  left: 0;
  opacity: 1;
  transition: max-width .3s ease;
}
.services .item .item-link:hover {
  max-width: 300px;
}
.services .item .item-link img {
  width: 60px;
  height: auto;
  display: block;
  margin-right: 15px;
}
.services .item .item-link img:hover {
  transform: none;
}
@media screen and (max-width: 1240px) {
  .services .item .item-link {
    height: 90px;
  }
}
@media screen and (max-width: 1240px) {
  .services .item {
    width: 42%;
  }
}
@media screen and (max-width: 839px) {
  .services .item {
    width: 94%;
  }
}
.slideshow-white {
  background-color: #fffcf6 !important;
  color: #b2293e !important;
  margin: 0 !important;
}
.slideshow-white .cycle-pager span {
  background-color: #b2293e !important;
  opacity: .5;
}
.slideshow-white .cycle-pager-active {
  background-color: #b2293e !important;
  opacity: 1 !important;
}
.slideshow-container {
  background-color: #b2293e;
  color: #fffcf6;
  padding: 60px 20px;
  margin: 60px 0 40px 0;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .slideshow-container {
    margin: 0;
  }
}
.slideshow-container .cycle-pager {
  margin-top: 15px;
}
.slideshow-container .cycle-pager span {
  margin: 0 2px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 40px;
  margin-right: 12px;
}
.slideshow-container .cycle-pager .cycle-pager-active {
  background-color: #fffcf6;
}
.slideshow-container .slideshow-item {
  width: 100%;
}
.slideshow-container .slideshow-item .slideshow-content {
  text-align: center;
  text-transform: uppercase;
}
.slideshow-container .slideshow-item .slideshow-content p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.5px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.slideshow-container .slideshow-item .slideshow-content h4 {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.5px;
  font-family: 'Open Sans', sans-serif;
}
.cycle-pager {
  text-align: center;
}
.cycle-pager span {
  margin: 0 2px;
  cursor: pointer;
}
.map-container {
  height: 600px;
  width: 100%;
  background-color: yellow;
}
.map-container #map {
  width: 100%;
  height: inherit;
}
.add-space {
  margin-top: 75px;
}
div.wpcf7-response-output {
  font-family: 'Open Sans', sans-serif;
  padding: 0.2em 1em;
  width: 90%;
  margin: 30px auto 0 auto;
  max-width: 900px;
  border: none;
}
div.wpcf7-mail-sent-ok {
  color: #8EF971;
  border: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  color: lightgoldenrodyellow;
}
span.wpcf7-not-valid-tip {
  color: lightgoldenrodyellow;
  top: -10px;
  right: 0px;
}
footer .form-container {
  background-color: #b2293e;
  color: #fffcf6;
}
footer .form-container .wpcf7 {
  padding-bottom: 30px;
}
footer .form-container .wpcf7 .screen-reader-response {
  display: none;
}
footer .form-container .wpcf7 .wpcf7-form {
  padding: 70px 0;
}
footer .form-container .wpcf7 .wpcf7-form .top-area {
  margin: auto;
  width: 84%;
}
footer .form-container .wpcf7 .wpcf7-form .top-area h2 {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 2px;
  font-family: 'palatino', 'sans-serif';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 599px) {
  footer .form-container .wpcf7 .wpcf7-form .top-area h2 {
    font-size: 5.7vw;
    line-height: 1.3em;
  }
}
footer .form-container .wpcf7 .wpcf7-form .top-area p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  footer .form-container .wpcf7 .wpcf7-form .top-area p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .wpcf7-form .bottom-area {
    margin: auto;
    min-width: 300px;
    max-width: 450px;
  }
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content {
  margin: auto;
  max-width: 900px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content {
    flex-wrap: wrap;
    padding: 0 10%;
  }
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label {
  flex-basis: 50%;
  padding-left: 35px;
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label {
    flex-basis: 100%;
    display: block;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: block;
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .radio-button-style {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fffcf6;
  float: left;
  margin: 2px 20px 12px 0px;
  border-radius: 0;
  cursor: pointer;
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .radio-button-style:checked:before {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  left: 10px;
  top: -1px;
  position: absolute;
  background-color: #fffcf6;
  transform: rotate(45deg);
  border-radius: 50px;
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .radio-button-style:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  position: absolute;
  right: 9px;
  bottom: -1px;
  background-color: #fffcf6;
  transform: rotate(-45deg);
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label .text-aside {
  display: inline-block;
  text-transform: none;
  width: 76%;
  min-width: 250px;
  max-width: 450px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: lighter;
  line-height: 16.5px;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content label .text-aside {
    width: 78%;
    font-size: 12px;
    min-width: 172px;
    max-width: 330px;
  }
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content .submit-content {
  flex-basis: 50%;
  padding-left: 35px;
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content .submit-content .white-button-style {
  width: 187px;
  border-radius: 0;
  transition: 0.5s;
}
footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content .submit-content .white-button-style:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content .submit-content .white-button-style {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .wpcf7-form .bottom-area .bottom-area-content .submit-content {
    flex-basis: 100%;
    left: 0;
    padding-left: 0;
  }
}
footer .form-container .wpcf7 .form-content {
  margin: auto;
  max-width: 900px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .form-content {
    flex-wrap: wrap;
    min-width: 370px;
    max-width: 450px;
  }
}
@media screen and (max-width: 599px) {
  footer .form-container .wpcf7 .form-content {
    min-width: 300px;
  }
}
footer .form-container .wpcf7 .form-content .form-left {
  padding-left: 35px;
  flex-basis: 50%;
}
footer .form-container .wpcf7 .form-content .form-left .textfield-style {
  height: 38px;
  width: 76%;
  min-width: 370px;
  max-width: 450px;
  display: block;
  margin: 5px 0 15px 0;
  border: none;
  font-size: 20px;
  padding: 0 8px;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 599px) {
  footer .form-container .wpcf7 .form-content .form-left .textfield-style {
    width: 100%;
    min-width: 200px;
  }
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .form-content .form-left {
    flex-basis: 100%;
    margin: auto;
    padding: 0 10%;
  }
}
footer .form-container .wpcf7 .form-content .form-right {
  padding-left: 35px;
  flex-basis: 50%;
}
footer .form-container .wpcf7 .form-content .form-right .textarea-style {
  height: 200px;
  width: 76%;
  min-width: 370px;
  max-width: 450px;
  display: block;
  margin: 5px 0 15px 0;
  border: none;
  font-size: 20px;
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  footer .form-container .wpcf7 .form-content .form-right .textarea-style {
    width: 100%;
    min-width: 200px;
  }
}
@media screen and (max-width: 839px) {
  footer .form-container .wpcf7 .form-content .form-right {
    flex-basis: 100%;
    margin: auto;
    padding: 0 10%;
  }
}
footer .form-container .wpcf7 .form-content label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.impressum-policy {
  background-color: #fffcf6;
  padding: 13px 0 33px 0px;
}
@media screen and (max-width: 599px) {
  .impressum-policy {
    padding: 13px 0 33px 0px;
  }
}
.impressum-policy .wrapper {
  margin: auto;
  width: 98%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.impressum-policy .wrapper * {
  display: inline-block;
  text-transform: uppercase;
}
.impressum-policy .wrapper div {
  bottom: -11px;
  width: 38px;
  margin: 0 25px;
}
.impressum-policy .wrapper a {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 15px;
  letter-spacing: 1.8px;
  color: rgba(0,0,0,0.95);
}
.hide-scroll {
  overflow: hidden;
  height: 0px;
}
div.wpcf7 .wpcf7-submit:disabled {
  background-color: rgba(255,255,255,0.6);
}
.menu-bottom {
  background-color: transparent;
  display: block;
  margin-top: 23px;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-height: 1000px) {
  .menu-bottom {
    bottom: -15%;
    position: relative;
  }
}
.menu-bottom .wrapper a {
  color: #fffcf6;
}
.paint-red {
  background-color: #b2293e;
}
.paint-red .wrapper a {
  color: #fffcf6 !important;
}
.style-impressum-policy {
  color: rgba(0,0,0,0.95);
  padding-top: 200px;
  width: 70%;
  margin: auto;
  margin-bottom: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  .style-impressum-policy {
    width: 85%;
  }
}
.style-impressum-policy a {
  font-weight: 600;
}
.style-impressum-policy h1 {
  font-family: 'palatino', 'sans-serif';
  font-size: 38px;
  font-weight: 600;
  margin: 20px 0px;
  line-height: 38px;
  color: #b2293e;
}
.style-impressum-policy h2 {
  font-family: 'palatino', 'sans-serif';
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0px;
  line-height: 24px;
  color: #b2293e;
}
.style-impressum-policy h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0px 10px;
  line-height: 23px;
  color: #b2293e;
  text-transform: uppercase;
}
.style-impressum-policy p {
  margin-bottom: 20px;
  line-height: 20px;
}
.style-impressum-policy p a {
  color: #b2293e;
  font-weight: 400;
}
.style-impressum-policy p a:hover {
  text-decoration: underline;
}
html,
body {
  scroll-behavior: smooth;
}
.not-found-404 {
  width: 100%;
  height: 100vh;
}
.not-found-404 .content-404 {
  display: flex;
  position: relative;
  top: 45%;
  margin: auto;
  max-width: 800px;
  width: 80%;
}
.not-found-404 .content-404 img {
  display: block;
  flex-grow: 1;
  float: left;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.not-found-404 .content-404 span {
  padding: 10px;
  display: block;
  flex-grow: 1;
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
  font-family: 'palatino', 'sans-serif';
  text-transform: uppercase;
}
