@charset "UTF-8";
/* SASS Document */
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-container {
  position: relative;
  max-width: 85%;
  margin: 0 auto; }

.hg .grid-container:first-child, .hg-light .grid-container:first-child, .hg-grey .grid-container:first-child {
  padding: 10% 0 0; }

/* grids to 3 columns above mobile sizes */
@media (min-width: 1000px) {
  .grid-container {
    max-width: 90%;
    display: grid;
    grid-gap: 5rem;
    gap: 5rem; }

  .hg .grid-container:first-child, .hg-light .grid-container:first-child, .hg-grey .grid-container:first-child {
    padding: 8% 0 0; }

  /* basic grids */
  .grid-container.sixth {
    grid-template-columns: repeat(6, 1fr); }

  .grid-container.fifths {
    grid-template-columns: repeat(5, 1fr); }

  .grid-container.quarters {
    grid-template-columns: repeat(2, 1fr); }

  .grid-container.thirds {
    grid-template-columns: repeat(3, 1fr); }

  .grid-container.thirds_offset {
    grid-template-columns: 1fr 6fr 6fr; }
    .grid-container.thirds_offset div:nth-child(1) {
      grid-column-start: 2; }

  .grid-container.halves {
    grid-template-columns: repeat(2, 1fr); }

  .grid-container.full {
    grid-template-columns: 1fr; }

  .grid-container.full_offset {
    grid-template-columns: 1fr; }

  .grid-container.full_two {
    grid-template-columns: 1fr 9fr 2fr; }

  .grid-container.halves_75 {
    grid-template-columns: 7fr 5fr; }
    .grid-container.halves_75 div:nth-child(2) {
      border-left: 1px solid #f0f0f0;
      padding-left: 5rem; }

  .grid-container.halves_one {
    grid-template-columns: 5fr 7fr; }

  .grid-container.twoone {
    grid-template-columns: 2fr 1fr; } }
@media (min-width: 1000px) {
  .hg .grid-container:first-child, .hg-light .grid-container:first-child, .hg-grey .grid-container:first-child {
    padding: 6% 0 0; }

  .grid-container.full_offset {
    grid-template-columns: 1fr 10fr 1fr; }
    .grid-container.full_offset div:first-child {
      grid-column-start: 2; }

  .grid-container.halves_two {
    grid-template-columns: 1fr 3fr; }

  .grid-container.quarters {
    grid-template-columns: repeat(4, 1fr); } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.8em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-family: "DINWeb W06 Regular", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: normal;
  margin: 0; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: normal;
  font-family: "DINWeb W06 Regular", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "DIN W01 Light", Helvetica, Arial, sans-serif; }

h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "DIN W01 Light", Helvetica, Arial, sans-serif; }

h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "DINWebPro-Bold W01 Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0rem; }

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

h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

p {
  margin-top: 0;
  margin-bottom: 2rem; }

.small {
  font-size: 1.4rem; }

.large {
  font-size: 1.8rem; }

strong {
  font-family: "DINWebPro-Bold W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }

@media (min-width: 550px) {
  h1 {
    font-size: 3.0rem; }

  h2 {
    font-size: 3.0rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.9rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; } }
@media (min-width: 750px) {
  h1 {
    font-size: 3.0rem; }

  h2 {
    font-size: 3.0rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.9rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; }

  .large {
    font-size: 2.4rem; } }
@media (min-width: 1000px) {
  h1 {
    font-size: 3.0rem; }

  h2 {
    font-size: 3.0rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.9rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; }

  .small {
    font-size: 1.5rem; } }
@media (min-width: 1200px) {
  body {
    font-size: 1.8em; }

  h1 {
    font-size: 3.0rem; }

  h2 {
    font-size: 3.0rem; }

  h3 {
    font-size: 1.8rem; }

  h4 {
    font-size: 1.9rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; } }
em {
  font-family: "DINWeb W06 Regular", Helvetica, Arial, sans-serif;
  font-style: normal; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: gray; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  font-family: "DINWebPro-Bold W01 Regular", Helvetica, Arial, sans-serif;
  color: #cbbb9d;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  border: none;
  background-color: #333;
  padding: 12px 20px 14px;
  line-height: 16px;
  border-radius: 5px; }

input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: "DINWeb W06 Regular", Helvetica, Arial, sans-serif;
  color: var(--regular-color);
  display: block;
  height: 38px;
  padding: 8px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--dark-color);
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid var(--dark-color); }

.button:hover,
button:hover {
  color: #fff; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: var(--light-color);
  background-color: var(--medium-color);
  outline: 0;
  text-decoration: none; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #999;
  border-color: #999; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #999;
  border-color: #999; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #999;
  border-color: #999; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #999;
  border-color: #999; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 15px; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 15px; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #cbbb9d;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #cbbb9d;
  outline: 0; }

label,
legend {
  display: inline-block;
  margin-right: 2rem;
  font-weight: normal; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: outside;
  list-style-type: "•  "; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 0.5rem;
  margin-left: 2rem; }

.content li::before {
  content: "• ";
  margin-left: -1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  height: auto;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border-width: 0;
  border-top: 2.5px solid #cbbb9d;
  width: 40px;
  margin-left: 0; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* LESS Document */
@font-face {
  font-family: "DINWebPro-Bold W01 Regular";
  src: url("Fonts/1448028/0cfa7c07-29e3-473f-a0e0-9f2b6a1c2880.eot?#iefix");
  src: url("Fonts/1448028/0cfa7c07-29e3-473f-a0e0-9f2b6a1c2880.eot?#iefix") format("eot"), url("Fonts/1448028/bb06c1e8-d3a7-48b2-8421-210adb53936c.woff2") format("woff2"), url("Fonts/1448028/4c553e2f-60f0-4b5a-bb6f-ea7c8b4469d3.woff") format("woff"), url("Fonts/1448028/12245acd-f8a6-4165-985a-c90be2f6a58f.ttf") format("truetype"); }
@font-face {
  font-family: "DINWeb W06 Regular";
  src: url("Fonts/1448174/6227d440-c57f-4723-acee-07246bc1e4a4.eot?#iefix");
  src: url("Fonts/1448174/6227d440-c57f-4723-acee-07246bc1e4a4.eot?#iefix") format("eot"), url("Fonts/1448174/f82a2aed-64a0-4b6d-b309-31e4439eefee.woff2") format("woff2"), url("Fonts/1448174/a0cfaae4-efbb-4ca1-8044-927f639d290a.woff") format("woff"), url("Fonts/1448174/7f3238f2-67ed-4935-b705-9dddd527c215.ttf") format("truetype"); }
@font-face {
  font-family: "DIN W01 Light";
  src: url("Fonts/5590868/e39ef3e7-91b2-45d0-8c2f-cfdcd0c0ab94.woff2") format("woff2"), url("Fonts/5590868/83ff78fa-6d76-4fb5-8bff-8af8eec8e368.woff") format("woff"); }
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: inline-block;
  src: url("Fonts/fa-brands-400.woff2") format("woff2"), url("Fonts/fa-brands-400.ttf") format("truetype"); }
body {
  -webkit-font-smoothing: antialiased; }

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

.header {
  background-color: rgba(0, 0, 0, 0.7);
  height: 70px;
  width: 100%;
  padding-top: 48px;
  position: absolute;
  z-index: 2; }

.standard {
  background-color: #333;
  position: relative;
  z-index: 2; }

.logo {
  width: 220px; }

@media (min-width: 375px) {
  .logo {
    width: 235px;
    margin-left: 0px; } }
@media (min-width: 750px) {
  .header {
    height: 70px;
    padding-top: 48px; } }
.logo-navi {
  grid-template-columns: 235px 1fr; }

.menu-button {
  display: block;
  z-index: 201;
  position: absolute;
  right: 0;
  margin-right: 25px; }

@media (min-width: 1000px) {
  .menu-button {
    display: none; } }
#nav-toggle {
  position: absolute; }

#nav-toggle {
  cursor: pointer;
  padding: 10px 25px 10px 0px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 25px;
  background: #cbbb9d;
  position: absolute;
  display: block;
  content: ''; }

#nav-toggle span:before {
  top: -6px; }

#nav-toggle span:after {
  bottom: -6px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 200ms ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active {
  position: fixed; }

#nav-toggle.active span:before, #nav-toggle.active span:after {
  background: #FFF;
  top: 0; }

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

.overlay {
  height: 100%;
  width: 100%;
  background-color: #333;
  position: fixed;
  z-index: 200;
  opacity: 0.0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  top: 0px;
  right: 0px; }

.overlay.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

@media (min-width: 1000px) {
  .overlay {
    background-color: transparent;
    position: relative;
    opacity: 1.0;
    visibility: visible;
    height: auto;
    text-align: right; }

  .overlay.open {
    visibility: visible;
    opacity: 1.0; } }
.navi {
  line-height: 1; }
  .navi ul {
    font-size: 1.5rem;
    display: grid;
    align-content: center;
    text-align: center;
    height: 100vh; }
    .navi ul li {
      list-style-type: none;
      color: #fff;
      display: block;
      padding: 20px 0; }
      .navi ul li a {
        position: relative;
        color: #fff;
        text-decoration: none; }
      .navi ul li a:hover::after, .navi ul li a.rex-current:after, .navi ul li a.rex-active:after {
        content: "";
        width: 30px;
        background-color: #cbbb9d;
        position: absolute;
        height: 2.5px;
        bottom: -15px;
        left: 50%;
        margin-left: -15px; }

@media (min-width: 1000px) {
  .navi ul {
    display: block;
    text-align: right;
    height: inherit; }
    .navi ul li {
      display: inline;
      margin-left: 20px;
      padding: 0; }
      .navi ul li a:hover::after, .navi ul li a.rex-current:after, .navi ul li a.rex-active:after {
        content: "";
        width: 30px;
        background-color: #cbbb9d;
        position: absolute;
        height: 2.5px;
        bottom: -20px;
        left: 0;
        margin-left: 0; } }
.subnavi ul {
  font-size: 1.5rem;
  margin-bottom: 40px;
  margin-top: -80px;
  text-align: center; }
  .subnavi ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 10px; }
    .subnavi ul li a {
      text-decoration: none;
      color: #333;
      line-height: 2.5;
      position: relative; }
    .subnavi ul li a:hover::after, .subnavi ul li a.rex-current:after, .subnavi ul li a.rex-active:after {
      content: "";
      width: 30px;
      background-color: #cbbb9d;
      position: absolute;
      height: 2.5px;
      bottom: -15px;
      left: 50%;
      margin-left: -15px; }

@media (min-width: 1000px) {
  .subnavi ul {
    text-align: right; }
    .subnavi ul li {
      margin: 0 0 0 20px; }
      .subnavi ul li a:hover::after, .subnavi ul li a.rex-current:after {
        content: "";
        bottom: -20px;
        left: 0;
        margin-left: 0; } }
.hero {
  display: grid;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available; }
  .hero img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    object-position: 50% 50%;
    position: absolute;
    z-index: -1; }

.hero_overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 80%); }

.slogan {
  align-self: flex-end;
  color: #fff;
  padding-bottom: 5vh; }
  .slogan h1 {
    font-size: 2.3rem;
    position: relative;
    color: #fff;
    margin-bottom: 1rem; }
  .slogan h1::after {
    content: "";
    width: 40px;
    background-color: #cbbb9d;
    position: absolute;
    height: 2.5px;
    top: -20px;
    left: 0; }
  .slogan p {
    font-size: 1.7rem;
    font-family: "DIN W01 Light", Helvetica, Arial, sans-serif; }
  .slogan div div {
    max-width: 580px; }

@media (min-width: 375px) {
  .slogan h1 {
    font-size: 2.5rem; }
  .slogan p {
    font-size: 1.8rem; } }
@media (min-width: 550px) {
  .hero_overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%); }

  .slogan {
    padding-bottom: 10vh; }
    .slogan h1 {
      font-size: 3.5rem;
      margin-bottom: 2rem; }
    .slogan p {
      font-size: 2.0rem; } }
@media (min-width: 1000px) {
  .slogan h1 {
    font-size: 4rem; }
  .slogan p {
    font-size: 2.5rem; } }
.ghost-button {
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  border: 1px solid #FFF;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: "DINWebPro-Bold W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }

@media (min-width: 1000px) {
  .ghost-button {
    padding-right: 50px;
    padding-left: 50px; } }
a:hover.ghost-button {
  color: #FFF;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC; }

.grau {
  background-color: #F0F0F0;
  padding-top: 100px;
  padding-bottom: 100px; }

.weiss {
  background-color: #FFF;
  padding-top: 100px;
  padding-bottom: 100px; }

.box-quer, .box-quer-b, .box-quer-c {
  display: grid;
  background-color: #FFF;
  margin-bottom: 100px; }

.box-quer div.bild, .box-quer-b div.bild {
  position: relative;
  padding: 0 0 63%; }
  .box-quer div.bild img, .box-quer-b div.bild img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover; }

.box-quer div.text, .box-quer-b div.text, .box-quer-c div.text {
  padding: 6% 8%;
  position: relative; }

.box-quer div.dreieck, .box-quer-b div.dreieck, .box-quer-c div.dreieck {
  background-color: #FFF;
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-left: -18px;
  margin-top: -18px; }

.box-quer-b div.dreieck {
  top: 100%; }

.box-quer-c div.dreieck {
  top: 100%; }

@media (min-width: 1000px) {
  .box-quer, .box-quer-b {
    grid-template-columns: 1fr 1fr; }

  .box-quer-c {
    grid-template-columns: 1fr; }

  .box-quer div.bild, .box-quer-b div.bild {
    padding: inherit; }

  .box-quer div.text, .box-quer-b div.text, .box-quer-c div.text {
    padding: 15% 10% 12%; }

  .box-quer div.dreieck {
    left: 0%;
    top: 50%; }

  .box-quer-b div.dreieck, .box-quer-c div.dreieck {
    left: 100%;
    top: 50%; } }
.box div.bild {
  position: relative;
  padding-bottom: 63%; }
  .box div.bild img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%; }

.box div.text {
  padding: 6% 8%;
  position: relative; }

.box div.dreieck {
  background-color: #FFF;
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-left: -18px;
  margin-top: -18px; }

.box {
  background-color: #FFF;
  margin-bottom: 100px;
  overflow: hidden; }

.angebote div.box {
  margin-bottom: 5rem; }

.angebot p {
  margin-bottom: 0; }

.motiv {
  padding-top: 60%;
  position: relative;
  overflow: hidden; }

.motiv img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  top: 0; }

.preis {
  font-family: "DINWebPro-Bold W01 Regular", Helvetica, Arial, sans-serif;
  color: #333; }

.greybox {
  background-color: #333;
  color: #fff;
  padding: 2% 6%;
  margin-top: 2%; }

.angebot h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.box-angebot {
  margin-bottom: 5rem; }

.box-angebot div.bild {
  background-color: #000; }

.box-angebot div.text {
  background-color: #333;
  color: #fff;
  position: relative;
  padding: 6%; }

.box-angebot div.text p {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #666; }

.box-angebot h3 {
  margin-bottom: 2rem; }

.box-angebot div.text p:last-of-type {
  border-bottom: none; }

.box-angebot div.dreieck {
  background-color: #333;
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -18px;
  margin-top: -18px; }

@media (min-width: 1000px) {
  .angebote div.box {
    margin-bottom: 0; }

  .angebote {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 5rem;
    gap: 5rem; }

  .box-angebot {
    display: grid;
    grid-template-columns: 68% 32%;
    grid-gap: 0rem;
    gap: 0rem; }

  .box-angebot div.dreieck {
    left: 0%;
    top: 10%; } }
@media (min-width: 1200px) {
  .angebote {
    grid-template-columns: repeat(3, 1fr); } }
.fotorama__wrap {
  z-index: 2; }

.fotorama__thumb-border {
  border-color: #00558e; }

.angebot_text {
  grid-column-start: 1;
  background-color: #fff;
  padding: 6%;
  margin-bottom: 5rem; }

.angebot_info {
  grid-row: 1 / 4;
  grid-column-start: 2; }
  .angebot_info div.bild {
    position: relative;
    padding-bottom: 63%; }
    .angebot_info div.bild img {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      object-position: 50% 50%;
      top: 0; }
  .angebot_info div.text {
    background-color: #fff;
    padding: 6%;
    position: relative; }
    .angebot_info div.text div.dreieck {
      background-color: #fff;
      height: 36px;
      width: 36px;
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0%;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: -18px;
      margin-top: -18px; }
  .angebot_info div.formular {
    margin-top: 5rem; }
    .angebot_info div.formular h3 {
      margin-bottom: 2rem; }

@media (min-width: 1000px) {
  .angebot_text {
    margin-bottom: 0rem; } }
.yform-element, .form-group {
  line-height: 0; }

.rand {
  padding: 3% 3% 3% 2%; }

.abstand {
  padding-bottom: 2rem; }

.siegel {
  height: 240px;
  width: auto;
  position: absolute;
  right: 20px; }

@media (min-width: 750px) {
  .siegel {
    height: 280px; }

  .angebot div.text {
    padding-top: 4%;
    padding-right: 6%;
    padding-bottom: 2%;
    padding-left: 6%; } }
.center {
  text-align: center; }

.desk {
  display: none;
  padding: 2rem 0; }

.mob {
  display: inline;
  padding: 2rem 0; }

@media (min-width: 750px) {
  .desk {
    display: inline; }

  .mob {
    display: none; } }
.referenzen {
  display: grid;
  grid-template-rows: 70vh;
  position: relative;
  width: 100%;
  color: #fff;
  align-items: flex-end;
  text-align: center; }
  .referenzen img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    top: 0;
    z-index: 0; }
  .referenzen div.overlay_r {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 80%);
    z-index: 1; }

.text-referenzen {
  padding-bottom: 20px;
  max-width: 500px;
  z-index: 1;
  position: relative; }

.galerie {
  margin-bottom: 100px; }
  .galerie div {
    margin-bottom: 10%;
    position: relative;
    padding-bottom: 63%; }
  .galerie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute; }

@media (min-width: 750px) {
  .referenzen {
    grid-template-rows: 50vh; }

  .galerie {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-gap: 5rem;
    gap: 5rem; }
    .galerie div {
      margin-bottom: 0; } }
@media (min-width: 1000px) {
  .galerie {
    grid-template-columns: 1fr 1fr 1fr; }

  .sanierung {
    grid-template-columns: 1fr 1fr; } }
.footer {
  font-size: 1.6rem;
  background-color: #333;
  color: #FFF;
  padding: 100px 0; }
  .footer a {
    color: #cbbb9d; }
  .footer a:hover {
    color: #fff; }

@media (min-width: 550px) {
  .footer div.quarters, .zertifikate div.quarters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
    gap: 5rem; }

  .footer div.fifths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
    gap: 5rem; } }
.logo-footer {
  width: 235px;
  height: 38px;
  padding-bottom: 20px; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  margin-right: 8px; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-instagram:before {
  content: "\f16d"; }

.social {
  align-self: flex-end; }

.zertifikate {
  background-color: #efebe2;
  padding: 50px 0;
  font-size: 1.6rem; }

.icons {
  height: 60px;
  width: 60px;
  display: block;
  margin-bottom: 20px; }

@media (min-width: 1000px) {
  .footer div.quarters, .zertifikate div.quarters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .footer div.fifths {
    grid-template-columns: 1fr 1fr 1fr; }

  .zertifikate {
    padding: 100px 0; }

  .icons {
    height: 60px;
    width: 60px;
    display: block;
    margin-bottom: 40px; } }
@media (min-width: 1200px) {
  .footer div.fifths {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
.gm-style p {
  font-size: 1.7rem !important;
  font-family: "DINWeb W06 Regular", Helvetica, Arial, sans-serif !important; }

.jubi {
  position: absolute;
  z-index: 100;
  top: 90px;
  right: 10%; }

@media (min-width: 550px) {
  .jubi {
    top: 20px; } }
iframe {
  width: 100%;
  height: 1000px;
  border: 0; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

#mkLightboxContainer {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  min-width: 100vw;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center; }

#mkLightboxContainer > * {
  z-index: 99; }

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0; }

#mkLightboxContainer #mklbInner {
  position: relative;
  height: 100vh;
  transition: all .4s ease-in-out;
  margin-left: 0; }

section.imageContainer {
  margin: 0;
  padding: 1em;
  box-sizing: border-box;
  border: none;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  flex-direction: column; }

#mkLightboxContainer img,
#mkLightboxContainer video {
  background: #fff;
  box-shadow: 0 0 30px #222;
  max-height: 85vh;
  min-width: auto;
  max-width: 75vw;
  width: auto;
  height: auto; }

#mkLightboxContainer p {
  color: #fff;
  padding-top: 20px;
  text-align: center; }

#mkLightboxContainer #yt-video {
  width: 75vw;
  height: 42.1875vw;
  /* 75*9/16 */ }

.mklbItem:hover {
  cursor: pointer;
  font-style: italic; }

#closeIconContainer {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 15px;
  right: 15px;
  transition: transform .2s linear; }

#closeIconContainer:hover {
  cursor: pointer;
  transform: rotate(90deg); }

#closeIconContainer svg,
#prev svg,
#next svg {
  fill: white; }

#prevContainer,
#nextContainer {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in; }

#nextContainer {
  left: auto;
  right: 0; }

#prevContainer:hover,
#nextContainer:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25); }

#prev,
#next {
  width: 35px;
  height: 35px; }

.grid {
  display: grid;
  align-content: flex-start;
  grid-gap: 1em; }

.grid-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  grid-template-columns: repeat(4, 1fr); }

.grid figure {
  width: 100%;
  margin: 0; }

.grid img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .grid-2-sm {
    grid-template-columns: 1fr 1fr; } }
@media screen and (max-width: 450px) {
  .grid-12-xs {
    grid-template-columns: 1fr; } }
