@charset "UTF-8";
/* SASS Document */
.container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 3rem;
  gap: 3rem; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-container {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  display: grid;
  grid-gap: 3rem;
  gap: 3rem; }

@media (min-width: 750px) {
  .grid-container {
    max-width: 90%; }

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

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

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

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

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

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

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

  .grid-container.six_four {
    grid-template-columns: 7fr 1fr 4fr; }
    .grid-container.six_four div:nth-child(3) {
      grid-column: 2 / span 2;
      grid-row: 1; }

  .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 3rem;
    gap: 3rem; } }
/* grids to 3 columns above mobile sizes */
@media (min-width: 1000px) {
  .grid-container {
    max-width: 85%;
    display: grid;
    grid-gap: 4rem;
    gap: 4rem; }

  .container {
    grid-gap: 4rem;
    gap: 4rem; }

  /* 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(4, 1fr); }

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

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

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

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

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

  .grid-container.full_two {
    grid-template-columns: 1fr 10fr 1fr; }
    .grid-container.full_two > div {
      grid-column-start: 2; }

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

  .grid-container.halves_offset {
    grid-template-columns: 2fr 4fr 4fr 2fr; }
    .grid-container.halves_offset div:first-child {
      grid-column-start: 2; }

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

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

  .grid-container.full_offset_two {
    grid-template-columns: 2fr 8fr 2fr; }
    .grid-container.full_offset_two > div:first-child {
      grid-column-start: 2; }

  .grid-container.eight_four {
    grid-template-columns: 8fr 4fr; } }
@media (min-width: 1200px) {
  .grid-container.six_four {
    grid-template-columns: 1fr 6fr 1fr 4fr; }
    .grid-container.six_four div:first-child {
      grid-column-start: 2; }
    .grid-container.six_four div:nth-child(3) {
      grid-column-start: 4; } }
/* 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.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: normal;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4b565e;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05rem; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: .2rem;
  font-weight: 300; }

h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: .2rem;
  font-weight: 300; }

h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .05rem;
  color: #00947e;
  font-weight: 700; }

h4 {
  font-size: 2.0rem;
  line-height: 1.5;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-weight: 300; }

h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .05rem;
  font-weight: 300;
  color: #005448; }

h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal; }

h3 i {
  font-size: 2rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: #00947e; }

i {
  color: #005448;
  font-style: normal;
  font-weight: 700; }

/* Larger than phablet */
@media (min-width: 750px) {
  body {
    font-size: 1.8em; }

  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 3.5rem; }

  h3 {
    font-size: 2.8rem; }

  h3 i {
    font-size: 2.2rem; }

  h4 {
    font-size: 2.2rem; }

  h5 {
    font-size: 2.2rem; }

  em {
    font-size: 1.8rem; } }
@media (min-width: 1000px) {
  h1 {
    font-size: 4rem; }

  h2 {
    font-size: 4rem; }

  h4 {
    font-size: 2.4rem; } }
p {
  margin-top: 0; }

.small {
  font-size: 1.5rem; }

strong {
  font-weight: 700;
  color: #00947e; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #4b565e;
  text-decoration: none; }
  a:hover {
    color: #888; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  height: 50px;
  padding: 0px 70px 0px 30px;
  color: #005448;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #00e1bf;
  position: relative;
  margin: 2rem 0; }

.button::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #c2e5e0;
  border-radius: 18px;
  background-image: url("../images/arrow.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #00e1bf;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #00947e;
  border-color: #00947e;
  outline: 0; }

.button:hover::after {
  background-color: #00e1bf; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #555;
  border-color: #aaaaaa;
  outline: 0; }

*:focus:not(:focus-visible) {
  outline: none; }

*:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 2px; }

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

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #00947e;
  border-color: #00947e; }

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

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

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

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

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #888;
  border-color: #888; }
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 #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

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

/* 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; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

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 #00947e;
  outline: 0; }

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

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

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;
  margin-left: 1rem;
  margin-bottom: 2rem; }

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: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: whitesmoke;
  border: 1px solid #e5e5e5;
  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 #e5e5e5; }

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

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

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.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: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e5e5e5; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
/* 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 */
html {
  scroll-behavior: smooth; }

.logo {
  padding: 20px 15px 15px 15px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  /*img {width: 261px; height: 122px}*/ }
  .logo a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    color: #4b565e;
    line-height: 1; }
  .logo a:hover {
    color: grey-blue; }
  .logo span {
    font-weight: 600;
    color: #00947e;
    font-size: 11px;
    letter-spacing: .42rem; }

.logo::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 15px;
  top: 15px;
  background-color: #00e1bf; }

.header {
  display: grid; }

.start {
  display: grid;
  align-content: center;
  height: 100vh; }
  .start img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom; }
  .start .text {
    position: relative;
    width: 75%;
    max-width: 900px;
    background-color: rgba(0, 84, 72, 0.7);
    padding: 45px 20px;
    margin: 100px auto 0; }
    .start .text span {
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      background-color: #00e1bf;
      margin-left: -20px;
      margin-top: -45px; }
  .start .image {
    position: absolute;
    z-index: -1;
    height: 100vh;
    top: 0; }
  .start h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 2rem;
    hyphens: auto; }
  .start h6 {
    font-size: 1.4rem;
    color: #00e1bf;
    margin-bottom: 1rem; }
  .start p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 0; }

.slideshow-container {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.mySlides {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  transition: left 1s ease-in-out; }

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.show {
  left: 0;
  z-index: 2; }

.hide-left {
  left: -100%;
  z-index: 1; }

.menu-button {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px; }

#nav-toggle {
  position: absolute;
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
  color: #00e1bf;
  height: 40px;
  width: 40px;
  background-color: #00947e;
  border: none;
  border-radius: 0; }

#nav-toggle b {
  display: none;
  font-weight: normal;
  margin-left: 35px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 0px;
  height: 2px;
  width: 25px;
  position: absolute;
  display: inline;
  content: '';
  left: 0; }

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

#nav-toggle.active b {
  display: none; }

#nav-toggle span {
  background-color: #00e1bf;
  top: 20px;
  left: 7px; }

#nav-toggle span:before {
  top: -8px;
  background: #00e1bf; }

#nav-toggle span:after {
  bottom: -8px;
  background: #00e1bf; }

#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 span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

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

.overlay {
  align-items: top;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #00947e;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: flex;
  box-sizing: border-box; }

.overlay.open {
  opacity: 1;
  overflow-y: scroll;
  visibility: visible;
  overflow-x: hidden; }

.navi {
  max-width: 85%;
  margin: 20px auto;
  width: 100%;
  display: flex;
  align-items: center; }
  .navi ul {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .navi ul li {
      width: 100%;
      list-style-type: none;
      margin-bottom: 1rem;
      font-weight: 500;
      margin-left: 0;
      letter-spacing: 0.05rem; }
      .navi ul li a {
        color: #fff;
        font-size: 2.1rem;
        font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none; }
      .navi ul li a.rex-current, .navi ul li a:hover {
        font-weight: 700;
        color: #00e1bf; }
    .navi ul li:before {
      content: ""; }

@media (min-width: 750px) {
  .logo {
    padding: 40px 50px 30px 30px; }
    .logo a {
      font-size: 15px; }
    .logo span {
      font-size: 13px; }

  .start .text {
    padding: 70px 40px; }
    .start .text span {
      margin-left: -40px;
      margin-top: -70px; }
  .start .slideshow-container {
    width: calc(100% - 30px);
    height: calc(100% - 15px); }
  .start h1 {
    font-size: 3.5rem;
    line-height: 1.25;
    margin-bottom: 2rem; }
  .start h6 {
    font-size: 1.5rem; }
  .start p {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 0; } }
@media (min-width: 1000px) {
  .menu-button {
    display: none; }

  .overlay {
    align-items: top;
    height: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    display: block;
    box-sizing: border-box; }

  .navi {
    margin: 40px 0 0 0;
    padding: 30px 30px 20px 5%;
    width: auto;
    display: block;
    border-bottom: 3px solid #00e1bf;
    position: absolute;
    background-color: #00947e; }
    .navi ul {
      width: auto;
      margin: 0;
      text-align: left;
      display: flex;
      flex-wrap: wrap; }
      .navi ul li {
        width: auto;
        margin-bottom: 0; }
        .navi ul li a {
          font-size: 1.6rem;
          display: inline-flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          padding-right: 3rem; }
        .navi ul li a.rex-current, .navi ul li a:hover {
          font-weight: 700;
          color: #00e1bf; }
        .navi ul li a::after {
          content: attr(data-text);
          content: attr(data-text)/"";
          height: 0;
          visibility: hidden;
          overflow: hidden;
          user-select: none;
          pointer-events: none;
          font-weight: 700; }

  .start {
    padding: 15px;
    box-sizing: border-box; }
    .start h1 {
      font-size: 4rem;
      hyphens: none; }
    .start h6 {
      font-size: 1.6rem; } }
/* Inhalt  */
.content img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }
.content h2 {
  color: #00947e; }

img.logo-img {
  width: 180px;
  height: auto; }

.halves_offset.firmeninfo, .halves_two.firmeninfo {
  justify-items: center; }

.center {
  text-align: center; }

.field {
  margin-top: 4rem; }

div.field-img {
  aspect-ratio: 1/1;
  padding: 0rem;
  margin-bottom: 4rem; }
  div.field-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom; }

div.field-txt {
  padding: 0 !important;
  background-color: inherit !important;
  margin: 0 !important; }

.green {
  color: #00947e;
  font-weight: 700; }

.icon {
  display: flex;
  width: 66px;
  height: 66px;
  background-color: #005448;
  border-radius: 33px;
  justify-content: center;
  align-content: center;
  margin: 50px auto 20px; }
  .icon img {
    width: 45%;
    heigth: auto; }

.referenz img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  margin-bottom: 3rem; }
.referenz p {
  hyphens: auto; }

.team img {
  aspect-ratio: 1 / 1;
  object-fit: cover; }
.team div {
  margin-bottom: 4rem;
  margin-top: 2rem; }

.dark-grey-bg {
  background-color: #4b565e;
  padding-top: 10rem;
  padding-bottom: 6rem; }
  .dark-grey-bg p, .dark-grey-bg em, .dark-grey-bg li {
    color: #fff; }
  .dark-grey-bg h3 {
    color: #00e1bf; }
  .dark-grey-bg h6 {
    color: #fff; }

.light-grey-bg {
  background-color: #f0f0f0;
  padding-top: 10rem;
  padding-bottom: 6rem; }

.hg-grey {
  background-color: #f0f0f0; }

.white-bg {
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 6rem; }

.abstand-o {
  padding-top: 10rem; }

.gradient-bg {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background: linear-gradient(#f0f0f0, #fff); }

.grey-bg {
  box-sizing: border-box;
  padding-top: 20rem;
  padding-bottom: 6rem;
  background: linear-gradient(#f0f0f0, #fff); }
  .grey-bg h1 {
    color: #00947e; }
  .grey-bg .halves h6 {
    text-align: center; }
  .grey-bg ul {
    font-size: 2.2rem;
    margin: 0;
    list-style: none;
    text-align: center;
    color: #005448; }
  .grey-bg li {
    margin-left: 0; }

.image-container {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%; }

.green-box {
  background-color: #00947e;
  padding: 4rem; }
  .green-box strong {
    color: #00e1bf; }
  .green-box ul, .green-box p {
    color: #fff; }
  .green-box ul {
    margin-bottom: 0; }

.grid-container .container {
  padding-bottom: 0; }

.galerie {
  grid-gap: 3rem;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 10rem; }

.galerie div.img_portrait {
  grid-row: span 2; }

.galerie img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover; }

.abstand {
  margin-bottom: 2rem; }

.pop-up {
  padding: 10% !important; }

@media (min-width: 750px) {
  .field > div:nth-child(3) {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
    margin-top: 0;
    align-items: center; }
    .field > div:nth-child(3) div {
      margin: inherit; }
    .field > div:nth-child(3) div:first-child {
      grid-column: 2 / 3; }
    .field > div:nth-child(3) div:last-child {
      grid-column: 1 / 2;
      grid-row: 1 / 2; }

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

  .team {
    grid-template-columns: 3fr 7fr;
    display: grid;
    grid-gap: 4rem; }
    .team h6 {
      margin-bottom: 0; } }
@media (min-width: 1000px) {
  .light-grey-bg {
    padding-top: 16rem;
    padding-bottom: 10rem; }

  .dark-grey-bg {
    background-color: #4b565e;
    padding-top: 16rem;
    padding-bottom: 10rem; }

  .white-bg {
    padding-top: 16rem;
    padding-bottom: 10rem; }

  .grey-bg {
    margin: 15px;
    padding-top: 20rem;
    padding-bottom: 10rem; }

  .gradient-bg {
    padding-top: 20rem;
    padding-bottom: 10rem; }

  .abstand-o {
    padding-top: 20rem; }

  .field {
    margin-top: 4rem; }

  .field > div:nth-child(3) {
    display: block;
    grid-column: inherit; }
    .field > div:nth-child(3) div {
      margin-bottom: 4rem; }

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

  .image-container {
    width: calc(100% - 30px);
    height: calc(100% - 15px); } }
.pop-up {
  padding: 5% !important; }

.footer {
  background-color: #f0f0f0;
  position: relative;
  padding: 6rem 0;
  border-top: 1px solid #fff; }
  .footer h3 {
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: solid 1px #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .footer ul {
    list-style: none;
    margin-left: 0; }
  .footer li {
    margin-left: 0;
    margin-bottom: 0; }
  .footer h2 {
    font-size: 1.1rem;
    letter-spacing: 0.5rem;
    color: #00947e;
    line-height: 1.8;
    position: absolute;
    top: 20px;
    left: 60px;
    font-weight: 600;
    text-transform: uppercase; }
    .footer h2 strong {
      font-size: 1.4rem;
      letter-spacing: 0.25rem;
      color: #4b565e; }
  .footer p, .footer ul {
    font-size: 1.6rem; }

.footer::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #00947e;
  top: 0;
  left: 0; }

.logo-footer {
  width: 84px;
  height: 124px; }

.logo-container {
  position: relative; }

@media (min-width: 750px) {
  .adress {
    grid-template-columns: 5fr 4fr 3fr; }

  .logo-container {
    grid-column: span 3; } }
@media (min-width: 1000px) {
  .adress {
    grid-template-columns: 4fr 2fr 2fr 4fr; }

  .logo-container {
    grid-column: inherit; } }
@media (min-width: 1200px) {
  .adress {
    grid-template-columns: 3fr 2fr 2fr 5fr; } }
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: #fff;
  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;
  max-height: 85vh;
  min-width: auto;
  max-width: 75vw;
  width: auto;
  height: auto; }

#mkLightboxContainer iframe {
  height: 80%;
  width: 90%; }

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

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

.mklbItem:hover {
  cursor: pointer; }

#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: black; }

#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(200, 200, 200, 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; } }
