/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@import url(https://use.typekit.net/pvp3kkn.css);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (1) ***!
  \**************************************************************************************************************************************************************************/
/*$primary-color: #000;
$brand-color: #434C5E;
$background-color: #fff;
$accent-color: #434C5E;
$hover-color: #B1904E;
$brand-color-alt: rgba(67,76,94,.5);  
$accent-color-alt: rgba(67,76,94,.5);
$base-color: #aaa;
$base-color-alt: #011a22;
$light-color: #fff;
$disable-background-color: #ccc;
$disable-color: #68707d;
$input-color: #333;
$font-basic: "open-sans", sans-serif;
$font-title: "open-sans", sans-serif;*/
/*:root {
  --primary-color: var(--primary-color);
  --brand-color: var(--brand-color);
  --accent-color: var(--accent-color);
  --brand-color-alt: var(--brand-color-alt);
  --accent-color-alt: var(--accent-color-alt);
  --base-color: #aaa;
  --base-color-alt: var(--background-color);
  --light-color: var(--light-color);
  --disable-background-color: #ccc;
  --disable-color: var(--disable-color);
  --background-color: var(--background-color);
  --font-basic: open-sans, sans-serif;
  --font-title: open-sans, sans-serif;
}*/
@font-face {
  font-family: "icomoon";
  src: url(5e7676f0292ce65fdbb6.ttf?qo8b5g) format("truetype"), url(ce5c54edd4dc18e5c108.woff?qo8b5g) format("woff"), url(62de3e40ed421550b865.svg?qo8b5g#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
#breadcrumbs a:after,
#breadcrumbs {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3d:before {
  content: "\e900";
}

.icon-arrow-l:before {
  content: "\e901";
}

.icon-arrow-r:before {
  content: "\e902";
}

.icon-arrow:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-etagen:before {
  content: "\e907";
}

.icon-gebaeude:before {
  content: "\e908";
}

.icon-imaxx:before {
  content: "\e909";
}

.icon-lightbox:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e90b";
}

.icon-logo:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-mouse:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-stellplaetze:before {
  content: "\e910";
}

.icon-wohnflaeche:before {
  content: "\e911";
}

/*$icon-longarrow-left: "\e913";
$icon-longarrow-right: "\e914";
$icon-facebook: "\e909";
$icon-map: "\e90b";
$icon-phone: "\e915";
$icon-mail: "\e916";
$icon-youtube: "\e90d";
$icon-chevron-right: "\e90e";
$icon-chevron-down: "\e90f";
$icon-chevron-up: "\e910";
$icon-chevron-left: "\e911";
$icon-arrow-right: "\e900";
$icon-arrow-left: "\e901";
$icon-arrow-down: "\e902";
$icon-arrow-up: "\e903";*/
/* Allgemeine */
* {
  font-family: "open-sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
}

body {
  background-color: var(--background-color);
  color: var(--primary-color);
  font: normal normal 1rem/1.5 "open-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: visible;
}

/* Container */
#content ul, #content ol {
  padding-left: 1.25rem;
}
#content ul li, #content ol li {
  margin-bottom: 0.75rem;
}

.section-block {
  margin-top: 10rem;
}
@media all and (max-width: 119.9375em) {
  .section-block {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .section-block {
    margin-top: 6rem;
  }
}
.section-block.section-center {
  text-align: center !important;
}

/* Grid */
.wpbf-container {
  max-width: 1760px;
  padding: 0 5rem;
}
@media all and (max-width: 119.9375em) {
  .wpbf-container {
    max-width: 1200px;
    padding: 0 3rem;
  }
}

.sgc-container > * {
  flex: 1 100%;
}

.sgc-container {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  gap: 2rem;
  max-width: 1760px;
  padding: 1.25rem 5rem;
  margin: auto;
  /*@media all and (min-width: 600px) {*/
}
@media all and (min-width: 47.9375em) {
  .sgc-container .sgc-col {
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media all and (min-width: 600px) and (max-width: 119.9375em) {
  .sgc-container .sgc-col-footer {
    flex: 1 50%;
  }
}
@media all and (max-width: 119.9375em) {
  .sgc-container {
    max-width: 1200px;
    padding: 1.25rem 3rem;
  }
}
@media all and (max-width: 47.9375em) {
  .sgc-container {
    padding: 1.25rem 1.5rem;
  }
}

a:focus, a:active {
  outline: none !important;
}
a:hover {
  color: var(--hover-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 4rem;
  margin-bottom: 4rem;
}

h2 {
  font-size: 2.75rem;
  margin-bottom: 2.75rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

p a,
.entry-content a {
  text-decoration: underline;
}
p a:hover, p a:focus,
.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
  color: var(--hover-color);
}

main ul li::marker,
main ol li::marker {
  color: var(--brand-color);
}

strong,
b {
  font-weight: 700;
}

p:hover {
  text-decoration: none;
}

@media screen and (max-width: 119.9375em) {
  h1 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
  }

  h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }
}
.wpbf-center .wpbf-logo {
  margin: 0 auto !important;
}

.wpbf-nav-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
@media all and (max-width: 119.9375em) {
  .wpbf-nav-wrapper {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media all and (max-width: 47.9375em) {
  .wpbf-nav-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/*.wpbf-logo,
.wpbf-logo a,
.wpbf-logo:before,
.wpbf-mobile-logo,
.wpbf-mobile-logo a,
.wpbf-mobile-logo:before {
  width: 213px;
  height: 80px;
  @media all and (max-width: $large) {
    width: 192px;
    height: 72px;
  }
  @media screen and (max-width: $tablet) {
    width: 123px;
    height: 48px;
  }
}*/
/*.wpbf-logo a,
.wpbf-mobile-logo a {
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  text-indent: -100vw;
}*/
.wpbf-logo,
.wpbf-mobile-logo {
  position: relative;
  background-position: center center;
  background-size: 213px;
}
@media all and (max-width: 119.9375em) {
  .wpbf-logo,
.wpbf-mobile-logo {
    background-size: 192px;
  }
}
@media screen and (max-width: 47.9375em) {
  .wpbf-logo,
.wpbf-mobile-logo {
    background-size: 123px;
  }
}
.wpbf-logo:before,
.wpbf-mobile-logo:before {
  content: "";
  display: block;
}
.wpbf-logo:hover:before,
.wpbf-mobile-logo:hover:before {
  background-color: transparent;
}
.wpbf-logo:after,
.wpbf-mobile-logo:after {
  /*@include iconfont($icon-logo-text);
  @extend %coverer;
  font-size: 80px;
  line-height: 80px;*/
  transition: color 0.5s ease;
  color: var(--brand-color);
}
@media all and (max-width: 119.9375em) {
  .wpbf-logo:after,
.wpbf-mobile-logo:after {
    font-size: 72px;
    line-height: 72px;
  }
}
@media screen and (max-width: 47.9375em) {
  .wpbf-logo:after,
.wpbf-mobile-logo:after {
    font-size: 48px;
    line-height: 48px;
  }
}
.wpbf-logo a svg,
.wpbf-mobile-logo a svg {
  fill: var(--brand-color);
}
.wpbf-logo a svg:hover,
.wpbf-mobile-logo a svg:hover {
  fill: var(--hover-color);
}
.wpbf-logo:hover:after,
.wpbf-mobile-logo:hover:after {
  color: var(--hover-color);
}

/* header shrink */
.shrink .wpbf-nav-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media all and (max-width: 119.9375em) {
  .shrink .wpbf-nav-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media all and (max-width: 47.9375em) {
  .shrink .wpbf-nav-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.shrink .wpbf-logo,
.shrink .wpbf-logo a .wpbf-mobile-logo,
.shrink .wpbf-mobile-logo a {
  width: 160px;
  /*height: 60px;*/
}
@media all and (max-width: 119.9375em) {
  .shrink .wpbf-logo,
.shrink .wpbf-logo a .wpbf-mobile-logo,
.shrink .wpbf-mobile-logo a {
    width: 160px;
    /*height: 60px;*/
  }
}
@media screen and (max-width: 47.9375em) {
  .shrink .wpbf-logo,
.shrink .wpbf-logo a .wpbf-mobile-logo,
.shrink .wpbf-mobile-logo a {
    width: 123px;
    /*height: 48px;*/
  }
}
.shrink .wpbf-logo,
.shrink .wpbf-mobile-logo {
  background-size: 160px;
}
@media all and (max-width: 119.9375em) {
  .shrink .wpbf-logo,
.shrink .wpbf-mobile-logo {
    background-size: 160px;
  }
}
@media screen and (max-width: 47.9375em) {
  .shrink .wpbf-logo,
.shrink .wpbf-mobile-logo {
    background-size: 123px;
  }
}
.shrink .wpbf-logo:after,
.shrink .wpbf-mobile-logo:after {
  font-size: 60px;
  line-height: 60px;
}
@media all and (max-width: 119.9375em) {
  .shrink .wpbf-logo:after,
.shrink .wpbf-mobile-logo:after {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 47.9375em) {
  .shrink .wpbf-logo:after,
.shrink .wpbf-mobile-logo:after {
    font-size: 48px;
    line-height: 48px;
  }
}

html.menu-active {
  overflow: hidden;
}

.mobile-menu .wpbf-mobile-nav-wrapper {
  position: relative;
  z-index: 1;
  padding: 1rem 1.5rem;
}
.mobile-menu .wpbf-mobile-menu-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
  /*height: calc(100vh - $menu-height - $menu-height);*/
  height: 100vh;
  padding: 1rem 1.5rem 0;
  /*margin-top: $menu-height;*/
  margin-top: 0;
  /*background-color: $disable-color;*/
  background-color: var(--light-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform-origin: left;
  /*&:after {
    @include coverer;
    height: $menu-height;
    margin-top: calc(100vh - $menu-height - $menu-height);
    background-color: $background-color;
    border-top: 2px solid $brand-color;
  }*/
}
.mobile-menu .wpbf-mobile-menu-container.active {
  opacity: 1;
  pointer-events: all;
}
.mobile-menu .wpbf-mobile-menu-container.active .wpbf-mobile-menu .menu-item {
  transform: translate3d(0, 0, 0);
}
.mobile-menu .wpbf-mobile-menu-container:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: 80px;
  margin-top: 80px;
}
.mobile-menu .wpbf-mobile-menu-container nav {
  overflow-y: hidden;
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu {
  margin-top: 220px;
  /*.current-menu-item {
    a,
    &:before {
      color: $primary-color;
    }
  }*/
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 122, 0.2);
  transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: translate3d(-100vw, 0, 0);
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item:nth-child(1) {
  transition-delay: 50ms;
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item:nth-child(2) {
  transition-delay: 100ms;
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item:nth-child(3) {
  transition-delay: 150ms;
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item:nth-child(4) {
  transition-delay: 200ms;
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item:nth-child(5) {
  transition-delay: 250ms;
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item a {
  padding: 1.2rem 0;
  font-size: 1.5rem;
  color: var(--brand-color);
  font-weight: 700;
  outline: none;
  text-transform: uppercase;
}
.mobile-menu .wpbf-mobile-menu-container .wpbf-mobile-menu .menu-item-has-children .wpbf-submenu-toggle {
  left: 0 !important;
}
.mobile-menu .wpbf-mobile-menu-toggle {
  outline: none;
}
.mobile-menu .wpbf-mobile-menu-toggle:before {
  content: "\e90d";
  font-family: "icomoon" !important;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  color: var(--brand-color);
  font-size: 1.25rem;
}
.mobile-menu .wpbf-mobile-menu-toggle.wpbff-times:before {
  content: "\e904";
  font-size: 1.25rem;
}

/* header */
#header {
  position: fixed;
  background: var(--background-color);
  width: 100vw;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.wpbf-navigation {
  background-color: transparent;
}
.wpbf-navigation .wpbf-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.wpbf-navigation .wpbf-menu-container {
  display: initial;
}
.wpbf-navigation .wpbf-menu-container .wpbf-menu {
  display: flex;
}
.wpbf-navigation .wpbf-menu-container .wpbf-menu li {
  position: relative;
}
.wpbf-navigation .wpbf-menu-container .wpbf-menu li a {
  padding: 0;
  border-radius: 0;
  margin-left: 2rem;
  color: var(--brand-color);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 119.9375em) {
  .wpbf-navigation .wpbf-menu-container .wpbf-menu li a {
    font-size: 1rem;
  }
}
.wpbf-navigation .wpbf-menu-container .wpbf-menu li a:hover {
  color: var(--hover-color);
}
.wpbf-navigation .wpbf-menu-container .wpbf-menu li a:after {
  display: none;
}
.wpbf-navigation .wpbf-menu-container .wpbf-menu li:first-child a {
  margin-left: 0;
}
.wpbf-navigation .wpbf-menu-container .wpbf-menu .current-page-ancestor a,
.wpbf-navigation .wpbf-menu-container .wpbf-menu .current-menu-ancestor a,
.wpbf-navigation .wpbf-menu-container .wpbf-menu .current_page_item a,
.wpbf-navigation .wpbf-menu-container .wpbf-menu .current-menu-item a {
  color: var(--hover-color) !important;
}

/*.fullwidth-block {
  @media screen and (min-width: $desktop) {
    margin-inline: -100px;
  }
}

.fullwidth {
  margin-inline: -100px;
}

.type-jobs,
.type-themen {
  margin-bottom: 5rem;
}*/
.footer-button {
  position: fixed;
  bottom: 4rem;
  left: calc(50% - 100px);
  width: 200px;
  margin: 0 auto;
  z-index: -1;
}
.footer-button.shrink {
  z-index: 0;
}
.footer-button.stick {
  position: -webkit-sticky;
  position: sticky;
}

#footer {
  background-color: var(--accent-color);
  color: var(--light-color);
  font-size: 1rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-top: 10rem;
}
@media all and (max-width: 119.9375em) {
  #footer {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #footer {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    margin-top: 6rem;
  }
}
#footer h3 {
  color: var(--light-color);
  margin-bottom: 2rem;
}
#footer .menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .menu-footer li {
  list-style: none;
  margin-bottom: 1rem;
}
#footer .menu-footer li a {
  color: var(--light-color);
}
#footer .menu-footer li a:hover, #footer .menu-footer li a:focus {
  color: var(--hover-color);
}
#footer .menu-footer li.current-menu-item a {
  color: var(--hover-color);
}
@media all and (min-width: 600px) and (max-width: 119.9375em) {
  #footer .sgc-container .sgc-col-footer {
    flex: 1 45%;
  }
}

.contact-button {
  display: inline-block;
  margin: 0 auto;
  padding: 0.75rem 0;
  text-align: center;
  width: 200px;
  background-color: var(--hover-color);
  color: var(--light-color);
  border-radius: 1.5rem;
  font-weight: 700;
}
.contact-button:hover {
  background-color: var(--disable-color);
  color: var(--light-color);
}

.wp-block-button__link,
.wpbf-button,
input[type=submit] {
  padding: 0 1.75rem;
  line-height: 2.5rem;
  background-color: var(--brand-color);
  color: var(--light-color);
  border-radius: 0;
}
.wp-block-button__link:hover,
.wpbf-button:hover,
input[type=submit]:hover {
  background-color: var(--light-color);
  color: var(--brand-color);
}
.wp-block-button__link:disabled, .wp-block-button__link.disabled,
.wpbf-button:disabled,
.wpbf-button.disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
  background-color: #ccc;
  color: var(--disable-color);
  cursor: not-allowed;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .wp-block-button__link,
.wpbf-button,
input[type=submit] {
    font-size: 0.9rem;
  }
}

.wpcf7-submit[type=submit] {
  float: right;
  background-color: var(--light-color);
  color: var(--brand-color);
}
.wpcf7-submit[type=submit]:hover {
  background-color: var(--hover-color);
  color: var(--light-color);
}

.drop_uploader.drop_zone,
textarea,
select,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=datetime] {
  padding: 1rem;
  border: none;
  color: var(--brand-color);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .drop_uploader.drop_zone,
.wpbf-kontakt textarea {
    min-height: 200px !important;
  }
}
.header-block b, .header-block strong {
  font-size: 1.25rem;
}
@media screen and (max-width: 47.9375em) {
  .header-block b, .header-block strong {
    font-size: 1rem;
  }
}

.list-block .list-box {
  color: var(--light-color);
  padding: 3.75rem;
  background-color: var(--brand-color);
  height: 100%;
  min-height: 650px;
}
.list-block .list-box h2 {
  color: var(--light-color);
  text-align: center;
}
.list-block .list-box li::marker {
  color: var(--light-color);
}
@media all and (max-width: 119.9375em) {
  .list-block .list-box {
    /*padding: 2.5rem;*/
    min-height: 500px;
  }
}
@media all and (max-width: 47.9375em) {
  .list-block .list-box {
    min-height: 250px;
  }
}
.list-block .list-box.list-box-background-image {
  background-color: var(--opacity-color);
}
.list-block .list-box.list-box-left {
  padding: 3.75rem 3.75rem 3.75rem 7.75rem;
}
.list-block .list-box.list-box-right {
  padding: 3.75rem 7.75rem 3.75rem 3.75rem;
}
@media all and (max-width: 119.9375em) {
  .list-block .list-box {
    padding: 3.75rem;
  }
  .list-block .list-box.list-box-left, .list-block .list-box.list-box-right {
    padding: 3.75rem;
  }
}
@media all and (max-width: 80em) {
  .list-block .list-box {
    padding: 2.5rem;
  }
  .list-block .list-box.list-box-right {
    padding: 2.5rem;
  }
}
.list-block .img-box {
  position: relative;
  min-height: 100%;
  width: calc(100% + 6rem);
  background-repeat: no-repeat;
  background-size: cover;
}
.list-block .img-box a {
  position: absolute;
  display: block;
  bottom: 0;
  background-color: var(--brand-color);
}
.list-block .img-box a span {
  color: var(--light-color);
  background-color: var(--brand-color);
  font-size: 3rem;
}
@media all and (max-width: 119.9375em) {
  .list-block .img-box a span {
    font-size: 2rem;
  }
}
.list-block .img-box.img-box-right {
  margin-left: -6rem;
}
.list-block .img-box.img-box-right a {
  left: 1rem;
}
@media all and (max-width: 119.9375em) {
  .list-block .img-box {
    width: calc(100% + 2rem);
  }
  .list-block .img-box.img-box-right {
    margin-left: -2rem;
  }
  .list-block .img-box.img-box-right a {
    left: 1rem;
  }
}
@media all and (max-width: 47.9375em) {
  .list-block .img-box {
    min-height: 250px;
    width: 100%;
    margin: -2rem 0;
  }
  .list-block .img-box.img-box-right {
    margin-left: 0;
  }
  .list-block .img-box.img-box-right a {
    left: 0;
  }
}

.margin-block .margin-klein {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.margin-block .margin-mittel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.margin-block .margin-gross {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.media-text-block .media-text-box {
  color: var(--light-color);
  padding: 3.75rem 3.75rem 3.75rem 7.75rem;
  background-color: var(--brand-color);
  height: 100%;
  min-height: 650px;
  max-height: 650px;
}
.media-text-block .media-text-box h2 {
  color: var(--light-color);
  text-align: left;
}
@media all and (max-width: 119.9375em) {
  .media-text-block .media-text-box {
    /*padding: 2.5rem;*/
    min-height: 500px;
    max-height: 500px;
  }
}
@media all and (max-width: 47.9375em) {
  .media-text-block .media-text-box {
    min-height: 250px;
    max-height: 100%;
  }
}
.media-text-block .media-text-box.media-text-box-background-image {
  background-color: var(--opacity-color);
}
.media-text-block .media-text-box.media-text-box-right {
  padding: 3.75rem 7.75rem 3.75rem 3.75rem;
}
@media all and (max-width: 119.9375em) {
  .media-text-block .media-text-box {
    padding: 3.75rem;
  }
  .media-text-block .media-text-box.media-text-box-right {
    padding: 3.75rem;
  }
}
@media all and (max-width: 80em) {
  .media-text-block .media-text-box {
    padding: 2.5rem;
  }
  .media-text-block .media-text-box.media-text-box-right {
    padding: 2.5rem;
  }
}
.media-text-block .img-box {
  position: relative;
  min-height: 100%;
  width: calc(100% + 6rem);
  background-repeat: no-repeat;
  background-size: cover;
}
.media-text-block .img-box a {
  position: absolute;
  display: block;
  bottom: 0;
  background-color: var(--brand-color);
}
.media-text-block .img-box a span {
  color: var(--light-color);
  background-color: var(--brand-color);
  font-size: 3rem;
}
@media all and (max-width: 119.9375em) {
  .media-text-block .img-box a span {
    font-size: 2rem;
  }
}
.media-text-block .img-box.media-box-right {
  margin-left: -6rem;
}
.media-text-block .img-box.media-box-right a {
  left: 1rem;
}
@media all and (max-width: 119.9375em) {
  .media-text-block .img-box {
    width: calc(100% + 2rem);
  }
  .media-text-block .img-box.media-box-right {
    margin-left: -2rem;
  }
  .media-text-block .img-box.media-box-right a {
    left: 1rem;
  }
}
@media all and (max-width: 47.9375em) {
  .media-text-block .img-box {
    min-height: 250px;
    width: 100%;
    margin: -2rem 0;
  }
  .media-text-block .img-box.media-box-right {
    margin-left: 0;
  }
  .media-text-block .img-box.media-box-right a {
    left: 0;
  }
}
.media-text-block .embed-container {
  position: relative;
  min-height: 100%;
  width: calc(100% + 6rem);
  padding-bottom: 56.25%;
  overflow: hidden;
  height: auto;
}
.media-text-block .embed-container iframe, .media-text-block .embed-container object, .media-text-block .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-text-block .embed-container.media-box-right {
  margin-left: -6rem;
}
.media-text-block .embed-container.media-box-right a {
  left: 1rem;
}
@media all and (max-width: 119.9375em) {
  .media-text-block .embed-container {
    width: calc(100% + 2rem);
  }
  .media-text-block .embed-container.media-box-right {
    margin-left: -2rem;
  }
  .media-text-block .embed-container.media-box-right a {
    left: 1rem;
  }
}
@media all and (max-width: 47.9375em) {
  .media-text-block .embed-container {
    min-height: 250px;
    width: 100%;
    margin: -2rem 0;
  }
  .media-text-block .embed-container.media-box-right {
    margin-left: 0;
  }
  .media-text-block .embed-container.media-box-right a {
    left: 0;
  }
}
.media-text-block .embed-container-url {
  position: relative;
  min-height: 650px;
  width: calc(100% + 6rem);
  /*padding-bottom: 56.25%;*/
  overflow: hidden;
  height: auto;
}
.media-text-block .embed-container-url iframe, .media-text-block .embed-container-url object, .media-text-block .embed-container-url embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-text-block .embed-container-url video {
  height: 650px;
  width: 100%;
}
.media-text-block .embed-container-url.media-box-right {
  margin-left: -6rem;
}
.media-text-block .embed-container-url.media-box-right a {
  left: 1rem;
}
@media all and (max-width: 119.9375em) {
  .media-text-block .embed-container-url {
    width: calc(100% + 2rem);
    min-height: 500px;
  }
  .media-text-block .embed-container-url.media-box-right {
    margin-left: -2rem;
  }
  .media-text-block .embed-container-url.media-box-right a {
    left: 1rem;
  }
  .media-text-block .embed-container-url video {
    height: 500px;
  }
}
@media all and (max-width: 47.9375em) {
  .media-text-block .embed-container-url {
    min-height: 250px;
    width: 100%;
    margin: -2rem 0;
  }
  .media-text-block .embed-container-url.media-box-right {
    margin-left: 0;
  }
  .media-text-block .embed-container-url.media-box-right a {
    left: 0;
  }
  .media-text-block .embed-container-url video {
    height: 250px;
  }
}

.download-block .download-box {
  color: var(--light-color);
  padding: 3.75rem 3.75rem 3.75rem 7.75rem;
  background-color: var(--brand-color);
  height: 100%;
  min-height: 650px;
}
.download-block .download-box h2 {
  color: var(--light-color);
  text-align: left;
}
@media all and (max-width: 119.9375em) {
  .download-block .download-box {
    /*padding: 2.5rem;*/
    min-height: 500px;
  }
}
@media all and (max-width: 47.9375em) {
  .download-block .download-box {
    min-height: 250px;
  }
}
.download-block .download-box.download-box-background-image {
  background-color: var(--opacity-color);
}
.download-block .download-box.download-box-right {
  padding: 3.75rem 7.75rem 3.75rem 3.75rem;
}
@media all and (max-width: 119.9375em) {
  .download-block .download-box {
    padding: 3.75rem;
  }
  .download-block .download-box.download-box-right {
    padding: 3.75rem;
  }
}
@media all and (max-width: 80em) {
  .download-block .download-box {
    padding: 2.5rem;
  }
  .download-block .download-box.download-box-right {
    padding: 2.5rem;
  }
}
.download-block .download-box .download-list {
  padding: 0 !important;
}
.download-block .download-box .download-list li.download-item {
  background-color: var(--light-color);
  margin: 2rem 0 0 0;
}
.download-block .download-box .download-list li.download-item a {
  display: block;
  padding: 2rem 2.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.download-block .download-box .download-list li.download-item a .icon-download {
  float: right;
  margin-top: 0.5rem;
}
@media all and (max-width: 119.9375em) {
  .download-block .download-box .download-list li.download-item {
    margin: 1.5rem 0 0 0;
  }
  .download-block .download-box .download-list li.download-item a {
    padding: 1.5rem;
    font-size: 1rem;
  }
}
@media all and (max-width: 47.9375em) {
  .download-block .download-box .download-list li.download-item {
    margin: 1rem 0 0 0;
  }
  .download-block .download-box .download-list li.download-item a {
    padding: 1rem;
  }
}
.download-block .img-box {
  position: relative;
  min-height: 100%;
  width: calc(100% + 6rem);
  background-repeat: no-repeat;
  background-size: cover;
}
.download-block .img-box a {
  position: absolute;
  display: block;
  bottom: 0;
  background-color: var(--brand-color);
}
.download-block .img-box a span {
  color: var(--light-color);
  background-color: var(--brand-color);
  font-size: 3rem;
}
@media all and (max-width: 119.9375em) {
  .download-block .img-box a span {
    font-size: 2rem;
  }
}
.download-block .img-box.download-box-right {
  margin-left: -6rem;
}
.download-block .img-box.download-box-right a {
  left: 1rem;
}
@media all and (max-width: 119.9375em) {
  .download-block .img-box {
    width: calc(100% + 2rem);
  }
  .download-block .img-box.download-box-right {
    margin-left: -2rem;
  }
  .download-block .img-box.download-box-right a {
    left: 1rem;
  }
}
@media all and (max-width: 47.9375em) {
  .download-block .img-box {
    min-height: 250px;
    width: 100%;
    margin: -2rem 0;
  }
  .download-block .img-box.download-box-right {
    margin-left: 0;
  }
  .download-block .img-box.download-box-right a {
    left: 0;
  }
}

.fullsize-image-block {
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
}
.fullsize-image-block .img-box {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.fullsize-image-block .img-box .text-box {
  position: absolute;
  max-width: 600px;
  color: var(--light-color);
  font-size: 1.25rem;
  padding: 2.5rem;
  background-color: var(--brand-color);
}
.fullsize-image-block .img-box .text-box.left-top {
  top: 2.5rem;
  left: 2.5rem;
}
.fullsize-image-block .img-box .text-box.left-bottom {
  bottom: 2.5rem;
  left: 2.5rem;
}
.fullsize-image-block .img-box .text-box.right-top {
  top: 2.5rem;
  right: 2.5rem;
}
.fullsize-image-block .img-box .text-box.right-bottom {
  bottom: 2.5rem;
  right: 2.5rem;
}
@media all and (max-width: 119.9375em) {
  .fullsize-image-block .img-box .text-box {
    font-size: 1rem;
    padding: 2rem;
  }
}
@media all and (max-width: 47.9375em) {
  .fullsize-image-block .img-box .text-box {
    width: 100%;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    padding: 2rem 1.5rem;
  }
}
@media all and (max-width: 119.9375em) {
  .fullsize-image-block {
    padding-top: 128px;
  }
}
@media all and (max-width: 47.9375em) {
  .fullsize-image-block {
    padding-top: 80px;
  }
  .fullsize-image-block .img-box {
    background-size: auto calc(100% - 175px);
  }
}

.header-image-block {
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
}
.header-image-block .img-box {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.header-image-block .img-box .text-box {
  position: absolute;
  bottom: 1.5rem;
  width: 1.5rem;
  left: 50%;
  margin-left: -0.75rem;
  color: var(--light-color);
  font-size: 3rem;
}
@media all and (max-width: 119.9375em) {
  .header-image-block .img-box .text-box {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 47.9375em) {
  .header-image-block .img-box .text-box {
    font-size: 2rem;
  }
}
@media all and (max-width: 119.9375em) {
  .header-image-block {
    padding-top: 128px;
  }
}
@media all and (max-width: 47.9375em) {
  .header-image-block {
    padding-top: 80px;
  }
}

.newsletter-block .newsletter-box {
  background-color: var(--brand-color);
  color: var(--light-color);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  font-size: 1.25rem;
}
.newsletter-block .newsletter-box h2 {
  color: var(--light-color);
}
@media all and (max-width: 119.9375em) {
  .newsletter-block .newsletter-box {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .newsletter-block .newsletter-box {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.formular-block .formular-box {
  background-color: var(--brand-color);
  color: var(--light-color);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.formular-block .formular-box h2 {
  color: var(--light-color);
}
@media all and (max-width: 119.9375em) {
  .formular-block .formular-box {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .formular-block .formular-box {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.accordion-block .accordion-box {
  margin-right: 2rem;
}
.accordion-block .accordion-box.accordion-box-right {
  margin-left: 2rem;
  margin-right: 0;
}
.accordion-block .tabs {
  overflow: hidden;
}
.accordion-block .tabs .tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.accordion-block .tabs .tab.fullwidth {
  margin-bottom: 3rem;
}
.accordion-block .tabs .tab input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-block .tabs .tab .tab-label {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 2rem 2.5rem;
  background: var(--brand-color);
  font-weight: 700;
  cursor: pointer;
  font-size: 1.5rem;
  color: white;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  /*z-index: 2;*/
  z-index: 0;
}
.accordion-block .tabs .tab .tab-label.fullwidth {
  font-size: 2rem;
}
.accordion-block .tabs .tab .tab-label span {
  max-width: 85%;
}
.accordion-block .tabs .tab .tab-label:hover {
  background: var(--hover-color);
  cursor: pointer;
}
.accordion-block .tabs .tab .tab-label::after {
  content: "";
  background-image: url(f723876973f50723e257.svg);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 10px;
  width: 30px;
  height: 20px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.accordion-block .tabs .tab .tab-content {
  max-height: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.accordion-block .tabs .tab .tab-content .tab-content-box {
  padding: 2rem 2rem 1rem;
  border: 0.75rem solid var(--brand-color);
}
.accordion-block .tabs .tab .tab-content .tab-content-box.fullwidth p {
  max-width: 80% !important;
}
.accordion-block .tabs .tab input[type=checkbox]:checked + .tab-label {
  background: var(--brand-color);
}
.accordion-block .tabs .tab input[type=checkbox]:checked + .tab-label::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-block .tabs .tab input[type=checkbox]:checked ~ .tab-content {
  max-height: 100vh;
}
@media all and (max-width: 119.9375em) {
  .accordion-block .tabs .tab .tab-content .tab-content-box.fullwidth p {
    max-width: 100% !important;
  }
}
@media all and (max-width: 47.9375em) {
  .accordion-block .tabs .tab {
    margin-bottom: 2rem;
  }
  .accordion-block .tabs .tab.fullwidth {
    margin-bottom: 2rem;
  }
  .accordion-block .tabs .tab .tab-label {
    padding: 1rem 1rem 2rem !important;
    font-size: 1.5rem;
  }
  .accordion-block .tabs .tab .tab-label.fullwidth {
    padding: 1em;
    font-size: 1.5rem;
  }
  .accordion-block .tabs .tab .tab-label::after {
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 15px);
    content: "";
    background-image: url(f723876973f50723e257.svg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    width: 30px;
    height: 20px;
  }
}

.gallery-block .masonry-with-columns {
  columns: 4 250px;
  column-gap: 1rem;
}
.gallery-block .masonry-with-columns a {
  /*display: block;*/
  margin: 0 1rem 1rem 0;
  /*background: #EC985A;
  color: white;
  */
  display: inline-block;
  width: 100%;
  /*text-align: center;
  font-family: system-ui;
  font-weight: 900;
  font-size: 2rem;*/
}
.gallery-block .masonry-with-columns div:nth-child(1) {
  height: 500px;
  line-height: 500px;
}
.gallery-block .masonry-with-columns div:nth-child(2) {
  height: 122px;
  line-height: 122px;
}
.gallery-block .masonry-with-columns div:nth-child(3) {
  height: 121px;
  line-height: 121px;
}
.gallery-block .masonry-with-columns div:nth-child(4) {
  height: 381px;
  line-height: 381px;
}
.gallery-block .masonry-with-columns div:nth-child(5) {
  height: 392px;
  line-height: 392px;
}
.gallery-block .masonry-with-columns div:nth-child(6) {
  height: 332px;
  line-height: 332px;
}
.gallery-block .masonry-with-columns div:nth-child(7) {
  height: 190px;
  line-height: 190px;
}
.gallery-block .masonry-with-columns div:nth-child(8) {
  height: 135px;
  line-height: 135px;
}
.gallery-block .masonry-with-columns div:nth-child(9) {
  height: 424px;
  line-height: 424px;
}
.gallery-block .masonry-with-columns div:nth-child(10) {
  height: 322px;
  line-height: 322px;
}
.gallery-block .masonry-with-columns div:nth-child(11) {
  height: 485px;
  line-height: 485px;
}
.gallery-block .masonry-with-columns div:nth-child(12) {
  height: 493px;
  line-height: 493px;
}
.gallery-block .masonry-with-columns div:nth-child(13) {
  height: 390px;
  line-height: 390px;
}
.gallery-block .masonry-with-columns div:nth-child(14) {
  height: 230px;
  line-height: 230px;
}
.gallery-block .masonry-with-columns div:nth-child(15) {
  height: 106px;
  line-height: 106px;
}
.gallery-block .masonry-with-columns div:nth-child(16) {
  height: 322px;
  line-height: 322px;
}
.gallery-block .masonry-with-columns div:nth-child(17) {
  height: 318px;
  line-height: 318px;
}
.gallery-block .masonry-with-columns div:nth-child(18) {
  height: 454px;
  line-height: 454px;
}
.gallery-block .masonry-with-columns div:nth-child(19) {
  height: 390px;
  line-height: 390px;
}
.gallery-block .masonry-with-columns div:nth-child(20) {
  height: 237px;
  line-height: 237px;
}
.gallery-block .masonry-with-columns div:nth-child(21) {
  height: 199px;
  line-height: 199px;
}
.gallery-block .masonry-with-columns div:nth-child(22) {
  height: 334px;
  line-height: 334px;
}
.gallery-block .masonry-with-columns div:nth-child(23) {
  height: 411px;
  line-height: 411px;
}
.gallery-block .masonry-with-columns div:nth-child(24) {
  height: 488px;
  line-height: 488px;
}
.gallery-block .masonry-with-columns div:nth-child(25) {
  height: 444px;
  line-height: 444px;
}
.gallery-block .masonry-with-columns div:nth-child(26) {
  height: 129px;
  line-height: 129px;
}
.gallery-block .masonry-with-columns div:nth-child(27) {
  height: 177px;
  line-height: 177px;
}
.gallery-block .masonry-with-columns div:nth-child(28) {
  height: 369px;
  line-height: 369px;
}
.gallery-block .masonry-with-columns div:nth-child(29) {
  height: 383px;
  line-height: 383px;
}
.gallery-block .masonry-with-columns div:nth-child(30) {
  height: 370px;
  line-height: 370px;
}
.gallery-block .masonry-with-columns div:nth-child(31) {
  height: 130px;
  line-height: 130px;
}
.gallery-block .masonry-with-columns div:nth-child(32) {
  height: 206px;
  line-height: 206px;
}
.gallery-block .masonry-with-columns div:nth-child(33) {
  height: 274px;
  line-height: 274px;
}
.gallery-block .masonry-with-columns div:nth-child(34) {
  height: 475px;
  line-height: 475px;
}
.gallery-block .masonry-with-columns div:nth-child(35) {
  height: 301px;
  line-height: 301px;
}
.gallery-block .masonry-with-columns div:nth-child(36) {
  height: 279px;
  line-height: 279px;
}

.slide-block {
  width: 100vw;
  height: auto;
}
.slide-block .carousel {
  height: 700px;
}
.slide-block .carousel .carousel-cell {
  width: 66%;
  height: 700px;
  margin-right: 10px;
  border-radius: 0;
  counter-increment: carousel-cell;
}
.slide-block .carousel .carousel-cell .image {
  height: 700px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-block .carousel .carousel-cell .caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: inline-block;
  background-color: var(--brand-color);
  padding: 1.25rem 1.5rem;
  color: var(--light-color);
  margin: 0;
}
.slide-block .carousel.carousel-small {
  height: 420px;
}
.slide-block .carousel.carousel-small .carousel-cell {
  width: 45%;
  height: 420px;
}
.slide-block .carousel.carousel-small .carousel-cell .image {
  height: 420px;
}
@media all and (max-width: 119.9375em) {
  .slide-block .carousel {
    height: 492px;
  }
  .slide-block .carousel .carousel-cell {
    height: 492px;
  }
  .slide-block .carousel .carousel-cell .image {
    height: 492px;
  }
  .slide-block .carousel .carousel-cell .caption {
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 1rem;
  }
  .slide-block .carousel.carousel-small {
    height: 362px;
  }
  .slide-block .carousel.carousel-small .carousel-cell {
    height: 362px;
  }
  .slide-block .carousel.carousel-small .carousel-cell .image {
    height: 362px;
  }
}
@media all and (max-width: 47.9375em) {
  .slide-block .carousel {
    height: 216px;
  }
  .slide-block .carousel .carousel-cell {
    width: 85%;
    height: 216px;
  }
  .slide-block .carousel .carousel-cell .image {
    height: 216px;
  }
  .slide-block .carousel.carousel-small {
    height: 216px;
  }
  .slide-block .carousel.carousel-small .carousel-cell {
    width: 85%;
    height: 216px;
  }
  .slide-block .carousel.carousel-small .carousel-cell .image {
    height: 216px;
  }
  .slide-block .carousel.carousel-small .carousel-cell .caption {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    min-height: 120px;
  }
  .slide-block .carousel.carousel-caption, .slide-block .carousel.carousel-caption.carousel-small {
    height: 336px;
  }
  .slide-block .carousel.carousel-caption .carousel-cell, .slide-block .carousel.carousel-caption.carousel-small .carousel-cell {
    width: 85%;
    height: 336px;
  }
  .slide-block .carousel.carousel-caption .carousel-cell .caption, .slide-block .carousel.carousel-caption.carousel-small .carousel-cell .caption {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    min-height: 120px;
  }
}
.slide-block .carousel .flickity-prev-next-button {
  top: 50%;
  width: 4rem;
  height: 4rem;
  background-color: var(--brand-color);
  border-radius: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.slide-block .carousel .flickity-prev-next-button:hover {
  background-color: var(--hover-color);
}
.slide-block .carousel .flickity-prev-next-button svg {
  display: none;
}
.slide-block .carousel .flickity-prev-next-button.previous {
  left: 5rem;
}
.slide-block .carousel .flickity-prev-next-button.previous:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.5rem;
  content: "\e901";
  vertical-align: middle;
  color: var(--light-color);
}
.slide-block .carousel .flickity-prev-next-button.next {
  right: 5rem;
}
.slide-block .carousel .flickity-prev-next-button.next:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.5rem;
  content: "\e902";
  vertical-align: middle;
  color: var(--light-color);
}
@media all and (max-width: 119.9375em) {
  .slide-block .carousel .flickity-prev-next-button {
    width: 3rem;
    height: 3rem;
  }
  .slide-block .carousel .flickity-prev-next-button.previous {
    left: 3rem;
  }
  .slide-block .carousel .flickity-prev-next-button.previous:before {
    font-size: 1.25rem;
  }
  .slide-block .carousel .flickity-prev-next-button.next {
    right: 3rem;
  }
  .slide-block .carousel .flickity-prev-next-button.next:before {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 47.9375em) {
  .slide-block .carousel .flickity-prev-next-button {
    display: none;
  }
}
.slide-block .carousel .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -3rem;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.slide-block .carousel .flickity-page-dots .dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 4px 0 !important;
  background-color: var(--light-color);
  border: 2px solid var(--brand-color);
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}
.slide-block .carousel .flickity-page-dots .dot.is-selected {
  background-color: var(--brand-color);
  opacity: 1;
}

/*.map-block {
  margin-bottom: 100vh;

  > div {
    position: absolute !important;
    top: 0;
    left: 0;
  }

  @media (min-width: $tablet) {

  }

  @media (min-width: $desktop) {

  }
}*/
.map-block {
  height: 750px;
  overflow: hidden;
}
@media all and (max-width: 119.9375em) {
  .map-block {
    height: 550px;
  }
}
.map-block > div {
  height: 100% !important;
}

.gm-style .gm-style-iw-c {
  box-shadow: none;
  border-radius: 0;
  background: white;
  /*@media (min-width: $desktop) {
    transform: translate3d(10%,-40%,0);
  }*/
}

.gm-style .gm-style-iw-d {
  width: 20rem;
  overflow: hidden !important;
  padding: 2rem;
  /*h1 {
    font-weight: 900 !important;
    font-size: 24px !important;
    max-width: 8em;
    color: #fff;
    @media (min-width: $desktop) {
      font-size: 36px !important;
    }
  }*/
}
.gm-style .gm-style-iw-d p {
  line-height: 1.6;
  font-size: 1rem;
}

.gm-ui-hover-effect {
  top: 0.5rem !important;
  right: 0.5rem !important;
}
.gm-ui-hover-effect img {
  width: 2rem !important;
  height: 2rem !important;
  margin: 0 !important;
}

/*.gm-style .gm-style-iw-t::after {
  @include size(30px);
  background: $base-color-alt;
  box-shadow: none;

  @media (min-width: $desktop) {
    transform: translate(100%, 50%) rotate(45deg) !important;
  }
}*/
.gmnoprint,
.gmnoprint + .gm-style-cc,
div > img[src$="google_white5_hdpi.png"] {
  display: none;
}

.counter-block .counter-box {
  text-align: center;
}
.counter-block .counter-box .counter-box-image {
  height: 100px;
  margin: 2rem 0;
}
.counter-block .counter-box .counter-box-image img {
  max-height: 100px;
}
.counter-block .counter-box small {
  font-size: 55%;
}

.counter-col {
  background-image: url(4bbac8ef194ef483f7d6.gif), url(4bbac8ef194ef483f7d6.gif), url(4bbac8ef194ef483f7d6.gif);
  background-repeat: repeat-y;
  background-size: 2px;
  background-position: 26.5%, 50%, 73.5%;
}
.counter-col-2 {
  background: none;
  background-image: url(4bbac8ef194ef483f7d6.gif);
  background-repeat: repeat-y;
  background-position: 50%;
}
@media all and (max-width: 47.9375em) {
  .counter-col {
    background: none;
  }
}

.testimonial-block .carousel-cell {
  width: 28%;
  height: 580px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
.testimonial-block .testimonial-box {
  position: relative;
  height: 100%;
  min-height: 580px;
}
.testimonial-block .testimonial-box img {
  width: 400px;
  height: auto;
  z-index: 1;
}
.testimonial-block .testimonial-box .testimonial-text {
  position: absolute;
  top: 5rem;
  left: 340px;
  padding: 6.25rem 7.5rem 6.25rem 210px;
  color: var(--light-color);
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: 300;
  background-color: var(--brand-color);
  z-index: 0;
}
.testimonial-block .testimonial-box .testimonial-text h4 {
  color: var(--light-color);
}
@media all and (max-width: 80em) {
  .reviews-block .sgc-col {
    flex: 1 100%;
  }
}
.reviews-block .reviews-box {
  padding: 2rem;
  color: var(--light-color);
  background-color: var(--brand-color);
}
.reviews-block .reviews-box .reviews-box-header {
  clear: both;
  border-bottom: 2px solid var(--disable-color);
  padding-bottom: 2rem;
}
.reviews-block .reviews-box .reviews-box-header .header-infos {
  width: calc(100% - 10rem);
  float: left;
}
.reviews-block .reviews-box .reviews-box-header .header-infos h3 {
  color: var(--light-color);
  padding: 0;
  margin: 0 0 0.5rem;
}
.reviews-block .reviews-box .reviews-box-header .header-rating {
  width: 10rem;
  float: right;
  margin-top: -1rem;
  text-align: right;
  font-size: 2.5rem;
  color: #a2a6b1;
  font-weight: 900;
}
.reviews-block .reviews-box .reviews-box-header .header-rating span {
  font-size: 5rem;
  color: var(--light-color);
}
.reviews-block .reviews-box .reviews-box-header .header-rating .star-rating {
  display: flex;
}
.reviews-block .reviews-box .reviews-box-header .header-rating .star-rating svg {
  width: 1rem;
  height: 1rem;
  color: var(--light-color);
}
.reviews-block .reviews-box .reviews-box-header .header-rating .star-rating svg:not(:last-child) {
  margin-right: 0.5rem;
}
.reviews-block .reviews-box .rating-list {
  padding: 0 !important;
  margin: 2.75rem 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.reviews-block .reviews-box .rating-list li {
  margin-bottom: 1.5rem !important;
}
.reviews-block .reviews-box .rating-list li .rating-info {
  width: calc(100% - 10rem);
  float: left;
}
.reviews-block .reviews-box .rating-list li .rating {
  width: 10rem;
  float: right;
}
.reviews-block .reviews-box .rating-list li .rating .star-rating {
  display: flex;
}
.reviews-block .reviews-box .rating-list li .rating .star-rating svg {
  width: 1rem;
  height: 1rem;
  color: var(--light-color);
}
.reviews-block .reviews-box .rating-list li .rating .star-rating svg:not(:last-child) {
  margin-right: 0.5rem;
}
.reviews-block h2 {
  padding-left: 8rem;
}
@media all and (max-width: 119.9375em) {
  .reviews-block h2 {
    padding-left: 3rem;
  }
}
@media all and (max-width: 80em) {
  .reviews-block h2 {
    font-size: 2.75rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 0;
  }
}
@media all and (max-width: 64em) {
  .reviews-block h2 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 47.9375em) {
  .reviews-block h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.reviews-block .reviews-contact-box {
  padding-left: 8rem;
}
.reviews-block .reviews-contact-box img {
  width: 10rem;
  height: auto;
  border-radius: 5rem;
  float: left;
}
.reviews-block .reviews-contact-box .reviews-contact-infos {
  width: calc(100% - 14rem);
  margin-bottom: 4rem;
  margin-left: 4rem;
  float: left;
}
.reviews-block .reviews-contact-box .reviews-contact-infos h3 {
  margin-bottom: 0.75rem;
}
.reviews-block .reviews-contact-box .reviews-contact-infos p {
  margin-bottom: 0.75rem;
}
.reviews-block .reviews-contact-box .reviews-contact-infos p a {
  text-decoration: none;
}
.reviews-block .reviews-contact-box .reviews-contact-infos p.reviews-position {
  margin-bottom: 1.75rem;
}
.reviews-block .reviews-contact-box .reviews-contact-infos p.reviews-phone:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  content: "\e90f";
  vertical-align: middle;
  color: var(--brand-color);
  margin-right: 1rem;
}
.reviews-block .reviews-contact-box .reviews-contact-infos p.reviews-phone:hover:before {
  color: var(--hover-color);
}
.reviews-block .reviews-contact-box .reviews-contact-infos p.reviews-email:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  content: "\e906";
  vertical-align: middle;
  color: var(--brand-color);
  margin-right: 1rem;
}
.reviews-block .reviews-contact-box .reviews-contact-infos p.reviews-email:hover:before {
  color: var(--hover-color);
}
@media all and (max-width: 119.9375em) {
  .reviews-block .reviews-contact-box {
    padding-left: 3rem;
  }
  .reviews-block .reviews-contact-box .reviews-contact-infos {
    width: calc(100% - 12rem);
    margin-left: 2rem;
  }
}
@media all and (max-width: 80em) {
  .reviews-block .reviews-contact-box {
    width: 45%;
    float: left;
    padding-left: 0;
  }
  .reviews-block .reviews-contact-box:nth-child(odd) {
    float: right;
  }
  .reviews-block .reviews-contact-box .reviews-contact-infos {
    width: calc(100% - 12rem);
    margin-left: 2rem;
  }
}
@media all and (max-width: 64em) {
  .reviews-block .reviews-contact-box img {
    width: 8rem;
    border-radius: 4rem;
  }
  .reviews-block .reviews-contact-box .reviews-contact-infos {
    width: calc(100% - 10rem);
    margin-left: 2rem;
  }
}
@media all and (max-width: 47.9375em) {
  .reviews-block .reviews-contact-box {
    width: 100%;
    float: none;
    text-align: center;
  }
  .reviews-block .reviews-contact-box:nth-child(odd) {
    float: none;
  }
  .reviews-block .reviews-contact-box img {
    width: 10rem;
    height: auto;
    border-radius: 5rem;
    float: none;
  }
  .reviews-block .reviews-contact-box .reviews-contact-infos {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .reviews-block .reviews-contact-box .reviews-contact-infos h3 {
    font-size: 1.25rem;
  }
}

.team-block h2 {
  font-size: 2.75rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 0;
}
@media all and (max-width: 64em) {
  .team-block h2 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 47.9375em) {
  .team-block h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.team-block .team-contact-box {
  padding-left: 8rem;
  width: 45%;
  float: left;
  padding-left: 0;
}
.team-block .team-contact-box:nth-child(odd) {
  float: right;
}
.team-block .team-contact-box img {
  width: 10rem;
  height: auto;
  border-radius: 5rem;
  float: left;
}
.team-block .team-contact-box .team-contact-infos {
  width: calc(100% - 14rem);
  margin-bottom: 4rem;
  margin-left: 4rem;
  float: left;
}
.team-block .team-contact-box .team-contact-infos h3 {
  margin-bottom: 0.75rem;
}
.team-block .team-contact-box .team-contact-infos p {
  margin-bottom: 0.75rem;
}
.team-block .team-contact-box .team-contact-infos p a {
  text-decoration: none;
}
.team-block .team-contact-box .team-contact-infos p.team-position {
  margin-bottom: 1.75rem;
}
.team-block .team-contact-box .team-contact-infos p.team-phone:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  content: "\e90f";
  vertical-align: middle;
  color: var(--brand-color);
  margin-right: 1rem;
}
.team-block .team-contact-box .team-contact-infos p.team-phone:hover:before {
  color: var(--hover-color);
}
.team-block .team-contact-box .team-contact-infos p.team-email:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  content: "\e906";
  vertical-align: middle;
  color: var(--brand-color);
  margin-right: 1rem;
}
.team-block .team-contact-box .team-contact-infos p.team-email:hover:before {
  color: var(--hover-color);
}
@media all and (max-width: 119.9375em) {
  .team-block .team-contact-box .team-contact-infos {
    width: calc(100% - 12rem);
    margin-left: 2rem;
  }
}
@media all and (max-width: 80em) {
  .team-block .team-contact-box {
    width: 45%;
    float: left;
    padding-left: 0;
  }
  .team-block .team-contact-box:nth-child(odd) {
    float: right;
  }
  .team-block .team-contact-box .team-contact-infos {
    width: calc(100% - 12rem);
    margin-left: 2rem;
  }
}
@media all and (max-width: 64em) {
  .team-block .team-contact-box img {
    width: 8rem;
    border-radius: 4rem;
  }
  .team-block .team-contact-box .team-contact-infos {
    width: calc(100% - 10rem);
    margin-left: 2rem;
  }
}
@media all and (max-width: 47.9375em) {
  .team-block .team-contact-box {
    width: 100%;
    float: none;
    text-align: center;
  }
  .team-block .team-contact-box:nth-child(odd) {
    float: none;
  }
  .team-block .team-contact-box img {
    width: 10rem;
    height: auto;
    border-radius: 5rem;
    float: none;
  }
  .team-block .team-contact-box .team-contact-infos {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .team-block .team-contact-box .team-contact-infos h3 {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=style.css.map*/