@charset "UTF-8";
/* SASS Document */
@font-face {
  font-family: "PantonLight";
  src: url("fonts/panton_light_web/Panton-Light.woff2") format("woff2"), url("Fonts/PantonLight/font.woff") format("woff"); }
@font-face {
  font-family: "PantonBold";
  src: url("fonts/panton_bold_web/Panton-Bold.woff2") format("woff2"), url("Fonts/PantonBold/font.woff") format("woff"); }
@font-face {
  font-family: "PantonRegular";
  src: url("fonts/panton_regular_web/Panton-Regular.woff2") format("woff2"), url("webFonts/PantonRegular/font.woff") format("woff"); }
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }

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

.grid-container {
  max-width: 85%;
  margin: 0 auto;
  position: relative; }

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

@media (min-width: 750px) {
  .container {
    grid-gap: 4rem;
    display: grid;
    gap: 4rem;
    margin: 0 auto; }

  .grid-container {
    max-width: 90%;
    display: grid;
    grid-gap: 4rem;
    gap: 4rem;
    margin: 0 auto; }

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

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

  .grid-container.thirds_offset div:first-child {
    grid-column: 1 / 3; }

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

  .grid-container.wide {
    grid-gap: 4rem;
    gap: 4rem;
    margin: 4rem auto; }

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

  .container.halves_offset {
    grid-template-columns: repeat(2, 1fr); } }
/* grids to 3 columns above mobile sizes */
@media (min-width: 1000px) {
  .container {
    max-width: inherit;
    width: 100%;
    grid-gap: 6rem;
    gap: 6rem; }

  .grid-container {
    max-width: 90%;
    display: grid;
    grid-gap: 6rem;
    gap: 6rem;
    margin: 0 auto; }

  .grid-container.wide {
    margin: 0 auto; }

  /* 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, .container.thirds, .grid-container.thirds_offset {
    grid-template-columns: repeat(3, 1fr); }

  .grid-container.thirds_offset div:first-child {
    grid-column: inherit; }

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

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

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

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

  .grid-container.five_five_one {
    grid-template-columns: 4fr 1fr 5fr 1fr; }

  .grid-container.five_five_one div:nth-child(2) {
    grid-column: 3 / 4; }

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

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

  .grid-container.full_offset div:first-child {
    grid-column-start: 1; } }
@media (min-width: 1000px) {
  .grid-container.thirds {
    grid-template-columns: repeat(3, 1fr); }

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

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

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

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

  .container.one_five div:first-child {
    grid-column-start: 2; }

  .grid-container.full_offset_two {
    grid-template-columns: 2fr 10fr 2fr; }

  .grid-container.full_offset_two div:first-child {
    grid-column-start: 2; } }
@media (min-width: 1200px) {
  .container.full_offset {
    grid-template-columns: 3fr 9fr; }

  .container.full_offset > div:first-child {
    grid-column-start: 2; }

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

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

  .grid-container.full_small > div:first-child {
    grid-column-start: 2; }

  .grid-container.halves_offset {
    grid-template-columns: 1fr 5fr 5fr 1fr; }
    .grid-container.halves_offset > div:first-child {
      grid-column: 2 / 3; }
    .grid-container.halves_offset > div:nth-child(2) {
      grid-column: 3 / 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.6;
  font-weight: normal;
  font-family: "PantonRegular", Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0;
  letter-spacing: 0.02rem; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: normal; }

h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: .05rem;
  font-family: "PantonLight", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #D8B874;
  margin-bottom: 2rem; }

h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: .05rem;
  font-family: "PantonLight", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #D8B874;
  margin-bottom: 2rem;
  text-transform: uppercase; }

h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-family: "PantonBold", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  color: #D8B874; }

h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .05rem;
  font-family: "PantonBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

h5 {
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.02rem;
  font-family: "PantonRegular", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #D8B874;
  margin-bottom: 1rem; }

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

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

.small {
  font-size: 1.4rem; }

strong {
  font-family: "PantonBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

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

  h2 {
    font-size: 3.5rem; }

  h3 {
    font-size: 2.0rem; }

  h5 {
    font-size: 1.8rem; }

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

  h2 {
    font-size: 3.0rem; }

  h3 {
    font-size: 2rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.8rem; }

  h6 {
    font-size: 1.5rem; }

  .small {
    font-size: 1.5rem; } }
@media (min-width: 1300px) {
  h1 {
    font-size: 4.0rem; }

  h2 {
    font-size: 4.0rem; }

  h3 {
    font-size: 2rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.8rem; }

  h6 {
    font-size: 1.5rem; } }
em {
  font-style: normal;
  font-weight: 400; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: #333333; }
  a:hover {
    color: #1a1a1a; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  font-family: "PantonBold", Helvetica, Arial, sans-serif;
  color: #D8B874;
  display: inline-block;
  font-size: 15px;
  line-height: 47px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #000;
  padding: 0 25px;
  letter-spacing: 0rem;
  border: none;
  border-radius: 25px;
  margin-top: 20px; }

@media (min-width: 550px) {
  .button,
  button {
    font-size: 17px; } }
input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #8FBBA8;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #D8B874;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  background-color: #fff;
  color: #D8B874; }

.ghost:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff; }

.white .button {
  background-color: #D8B874;
  color: #fff; }
.white .button:hover {
  background-color: #ccc;
  color: #8FBBA8; }

.darkred .button {
  background-color: #999;
  color: #D8B874;
  box-shadow: 0 10px 20px -10px #333; }
.darkred .button:hover {
  background-color: #D8B874;
  color: #fff;
  box-shadow: 0 10px 20px -10px #000; }

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

.button:focus,
button:focus {
  color: #222;
  border-color: #777777;
  outline: 0; }

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

button.btn-default {
  line-height: 20px;
  padding: 0 5px; }

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

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

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

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

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

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
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-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 #fbfbfb;
  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;
  width: 100%;
  font-family: "PantonRegular", Helvetica, Arial, sans-serif; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  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 #D8B874;
  outline: 0; }

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

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 300;
  color: #8FBBA8; }

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

.alert {
  color: #D8B874; }

/* 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: 1rem;
  margin-left: 1.5rem; }

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

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

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

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,
p,
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: 0;
  border: none;
  border-top: 1px solid #fff;
  height: 1px;
  width: 100%; }

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

body {
  -webkit-font-smoothing: antialiased; }

body, html {
  height: 100%; }

.header {
  position: relative;
  overflow: hidden;
  height: 100%; }

.logo {
  padding-top: 70%;
  display: grid;
  padding-left: 0%; }

.grid-container {
  position: relative; }

img.logo-img {
  width: 180px;
  height: 180px;
  animation: pulse 2s infinite; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  55% {
    transform: scale(1.05); }
  70% {
    transform: scale(1); }
  80% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.logo-text {
  margin-left: 10%;
  margin-top: 4rem; }

h1 {
  color: #fff;
  font-size: 2.0rem;
  text-transform: uppercase; }

h1 span {
  font-size: 2.6rem;
  font-family: "PantonBold", Helvetica, Arial, sans-serif;
  text-transform: none; }

img.hero {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1);
  animation: scale 20s infinite; }

@keyframes scale {
  0% {
    transform: scale(1);
    object-position: 50% 50%; }
  50% {
    transform: scale(1.05);
    object-position: 50% 50%; }
  100% {
    transform: scale(1);
    object-position: 50% 50%; } }
@media (min-width: 750px) {
  .logo {
    padding-top: 50%;
    padding-left: 0%; }

  img.logo-img {
    width: 220px;
    height: 220px; }

  .logo-text {
    margin-left: calc(0% + 110px); }
    .logo-text h1 {
      font-size: 2.8rem; }
    .logo-text h1 span {
      font-size: 3.6rem; } }
@media (min-width: 1000px) {
  .logo {
    padding-top: 10%;
    padding-left: 10%; }

  img.logo-img {
    width: 240px;
    height: 240px; }

  .logo-text {
    margin-left: calc(10% + 120px);
    margin-top: 0; } }
@media (min-width: 1300px) {
  .logo {
    padding-top: 15%; }

  img.logo-img {
    width: 280px;
    height: 280px; }

  .logo-text {
    margin-left: calc(10% + 140px); } }
.hero {
  display: grid;
  grid-template-rows: 220px 1fr; }
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-row: 1 / 2; }
  .hero .bildstart
  div.over {
    display: none; }
  .hero div.text {
    width: 85%;
    display: grid;
    background: linear-gradient(0deg, #ccc 0%, #f0f0f0 100%);
    padding: 200px 7.5% 10% 7.5%;
    align-items: flex-start;
    grid-row: 2 / 3; }
    .hero div.text div {
      padding-bottom: 0%;
      z-index: 2; }

.menu-button {
  position: fixed;
  z-index: 4;
  margin-top: 15px;
  right: 0px;
  top: 0; }

.background {
  background-color: #D8B874;
  border-radius: 25px; }

#nav-toggle {
  position: absolute;
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  min-height: 20px;
  min-width: 20px;
  right: 0px; }

#nav-toggle b {
  font-weight: normal;
  font-family: "PantonBold", Helvetica, Arial, sans-serif;
  margin-left: 20px;
  font-size: 16px;
  padding: 10px 15px; }

#nav-toggle span, #nav-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 15px;
  position: absolute;
  display: inline;
  content: '';
  left: 15px;
  background-color: #fff; }

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

#nav-toggle span {
  background-color: #fff;
  top: 15px; }

#nav-toggle span:before {
  transform: rotate(90deg);
  left: 0px; }

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

#nav-toggle.active span {
  transform: rotate(180deg); }

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

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

.overlay.open {
  opacity: 1;
  overflow: scroll;
  visibility: visible; }

.navi {
  max-width: 85%;
  margin: 0 auto;
  width: 100%; }
  .navi ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left; }
    .navi ul li {
      width: 100%;
      list-style-type: none;
      margin-bottom: 1rem;
      font-family: "PantonLight", Helvetica, Arial, sans-serif;
      margin-left: 0; }
      .navi ul li a {
        color: #333333;
        font-size: 2.4rem;
        font-family: "PantonLight", Helvetica, Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        position: relative; }
      .navi ul li a.active, .navi ul li a:hover {
        color: #fff;
        font-family: "PantonBold", Helvetica, Arial, sans-serif; }
    .navi ul li::before {
      content: ""; }
  .navi .logo-text {
    margin-bottom: 5%;
    margin-left: 0;
    margin-top: 0;
    display: none; }
    .navi .logo-text h2 {
      color: #fff;
      font-size: 1.8rem;
      text-transform: uppercase; }
    .navi .logo-text h2 span {
      font-size: 2.3rem;
      font-family: "PantonBold", Helvetica, Arial, sans-serif;
      text-transform: none; }

@media (min-width: 400px) {
  .hero, .hero_half {
    grid-template-rows: 300px 1fr; }

  a.logo {
    top: 300px; } }
@media (min-width: 550px) {
  body {
    padding: 15px; }

  .header {
    height: 100vh; }

  .menu-button {
    right: 15px;
    top: 0;
    margin-top: 35px; }

  .overlay {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    border: 15px solid #fff; }

  .navi {
    max-width: 90%; }
    .navi ul {
      width: 80%; }
      .navi ul li {
        margin-bottom: 1rem; }
        .navi ul li a {
          font-size: 4.8rem; }
        .navi ul li a.active::before {
          width: 280px;
          height: 280px;
          left: -180px;
          top: -115px; }
        .navi ul li a.active::before {
          content: "";
          width: 280px;
          height: 280px;
          background-image: url("../images/logo-navi.svg");
          position: absolute;
          left: -180px;
          top: -115px;
          z-index: -1; }
    .navi .logo-text {
      margin-bottom: 5%;
      position: absolute;
      top: 35px;
      display: block; }
      .navi .logo-text h2 {
        color: #fff;
        font-size: 1.8rem;
        text-transform: uppercase; }
      .navi .logo-text h2 span {
        font-size: 2.3rem;
        font-family: "PantonBold", Helvetica, Arial, sans-serif;
        text-transform: none; } }
@media (min-width: 750px) {
  .overlay {
    width: calc(100% - 30px); }

  .navi ul {
    width: 70%; }
    .navi ul a {
      font-size: 4.8rem; } }
@media (min-width: 1000px) {
  .menu-button {
    right: 30px; }

  .hero {
    position: absolute;
    height: 100%;
    display: inherit;
    width: 100%; }
    .hero img {
      width: 100%;
      height: 100vh;
      object-fit: cover; }
    .hero div.over {
      display: inherit;
      width: 100%;
      height: 100%;
      position: absolute;
      background: linear-gradient(0deg, #ccc 0%, #f0f0f0 100%);
      mix-blend-mode: multiply; }
    .hero div.text {
      width: 40%;
      height: 100%;
      display: grid;
      position: absolute;
      background: linear-gradient(to right, white 39.08%, rgba(255, 255, 255, 0.8) 68.49%, rgba(255, 255, 255, 0.44) 86.13%, rgba(255, 255, 255, 0));
      padding: 0% 5% 0% 5%;
      align-items: end; }
      .hero div.text div {
        padding-bottom: 20%;
        max-width: 520px;
        z-index: 2; }

  .overlay {
    width: calc(100% - 30px); }

  .navi {
    margin-top: 100px; }
    .navi ul {
      width: 80%; }
      .navi ul li a {
        font-size: 4.0rem; } }
@media (min-width: 1200px) {
  .navi {
    margin-top: 150px; }
    .navi ul {
      width: 50%; }
      .navi ul li a {
        font-size: 4.8rem; } }
li {
  position: relative; }

li::before {
  content: ">";
  color: #D8B874;
  position: absolute;
  font-family: "PantonBold", Helvetica, Arial, sans-serif;
  left: -1.5rem; }

.beige_versatz li::before, .beige_versatz h3 {
  color: #fff; }

.nogap {
  grid-gap: 0;
  gap: 0; }

.beige_versatz {
  background-color: #D8B874;
  z-index: 2;
  padding: 10% 10%;
  display: grid;
  align-content: center;
  color: #fff; }
  .beige_versatz li {
    color: #333333; }
  .beige_versatz h3:last-child {
    margin-bottom: 0; }

.versatz {
  margin-top: -100px;
  height: calc(100% + 200px); }

.offset {
  padding: 20% 10%; }

h2.animiert {
  translate: -500px 0px;
  opacity: 0;
  transition: all 1s; }

h2.animiert.visible {
  translate: 0 0;
  opacity: 1; }

.fullimage {
  position: relative;
  display: grid; }
  .fullimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1; }
  .fullimage div {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5%;
    margin: 10% 10%;
    width: 70%;
    color: #fff; }
    .fullimage div h3 {
      margin-bottom: 1rem;
      font-size: 2.4rem;
      color: #fff; }
    .fullimage div h4 {
      margin-bottom: 1rem; }
    .fullimage div span h4 {
      margin-top: 3rem;
      color: #D8B874; }
    .fullimage div span h3 {
      color: #D8B874; }

@media (min-width: 750px) {
  .offset {
    padding: 10% 5%; } }
@media (min-width: 1000px) {
  .offset {
    display: grid;
    align-content: center;
    padding: 20% 10%; }

  .beige_versatz {
    margin-top: -70px;
    margin-bottom: -70px;
    padding: 0% 10%; }

  .fullimage div {
    padding: 10%;
    margin: 20% 10%;
    width: calc(70% + 3rem); }
  .fullimage h3 {
    font-size: 3.2rem; } }
@media (min-width: 1200px) {
  .beige_versatz {
    margin-top: -100px;
    margin-bottom: -100px;
    padding: 0% 20%; } }
.white {
  padding: 20% 0; }

.blue {
  background-color: #8FBBA8;
  padding: 25% 0; }
  .blue h2, .blue h3, .blue strong {
    color: #fff; }

.pluspunkt {
  justify-items: center; }

.plus {
  background-color: #fff;
  padding: 80px 20px 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 80px;
  transform: translateY(300px);
  opacity: 0;
  transition: all 1s; }

.plus:nth-child(2) {
  transition-delay: 0.5s; }

.plus:nth-child(3) {
  transition-delay: 1s; }

.plus.visible {
  opacity: 1;
  transform: translateY(0); }

.plus:last-child {
  margin-bottom: 0;
  grid-column: span 2; }

.plus::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #fff;
  background-image: url("../images/logo-mediKon.svg");
  top: -60px;
  left: calc(50% - 60px); }

.plus strong {
  color: #333333; }

.grafik {
  padding: 5% 0; }
  .grafik div {
    padding: 5%;
    display: grid;
    justify-items: center; }

.grafik-opti {
  margin-bottom: 100px;
  width: 80%; }

@media (min-width: 750px) {
  .plus:last-child {
    grid-column: span 2;
    margin-left: calc(25% + 10px);
    margin-right: calc(25% + 10px); }

  .white {
    padding: 15% 0; }

  .blue {
    padding: 15% 0; } }
@media (min-width: 1000px) {
  .plus:last-child {
    grid-column: 3;
    margin: 0; }

  .white {
    padding: 10% 0; }

  .blue {
    padding: 10% 0; }

  .plus {
    margin-bottom: 0%; } }
.beige {
  background-color: #D8B874;
  padding: 10%;
  display: grid;
  align-content: center; }
  .beige h3 {
    color: #fff; }

.full_offset {
  display: block; }
  .full_offset img {
    width: 100%;
    height: auto;
    display: block; }

.lage div:nth-child(2) {
  padding: 10%;
  align-self: center; }

@media (min-width: 750px) {
  .lage div:nth-child(2) {
    padding: 10% 5%; } }
@media (min-width: 1000px) {
  .beige {
    padding: 20%; }

  .full_offset {
    display: grid; }

  .lage div:nth-child(2) {
    padding: 0% 5%; }

  .lage {
    padding: 10% 0; } }
@media (min-width: 1200px) {
  .lage div:nth-child(2) {
    padding: 0% 10%; } }
@media (min-width: 1300px) {
  .lage div:nth-child(2) {
    padding: 0% 15%; } }
.blue_offset {
  background-color: #8FBBA8;
  padding: 10%;
  display: grid;
  align-content: center; }
  .blue_offset h3, .blue_offset strong {
    color: #fff; }
  .blue_offset div:first-child {
    padding: 0 0 10% 0; }

.center {
  display: grid; }

.center div {
  justify-self: center;
  align-self: baseline;
  text-align: center; }
  .center div img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem; }

.center div:nth-child(3) {
  grid-column: span 2; }

@media (min-width: 750px) {
  .center div:nth-child(3) {
    grid-column: inherit; } }
@media (min-width: 1000px) {
  .blue_offset div:first-child {
    padding: 5%; } }
.gallery {
  padding: 10% 0;
  max-width: 85%; }
  .gallery img {
    width: 100%;
    height: auto; }

.gallery:last-child {
  padding: 10% 0 0; }

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

@media (min-width: 750px) {
  .gallery {
    padding: 10% 0;
    max-width: 100%; }
    .gallery > div:first-child {
      text-align: right; } }
.plan {
  align-items: center;
  padding: 20% 0; }
  .plan img {
    width: 50%;
    padding: 5% 0; }
  .plan div:nth-child(2) {
    display: grid;
    justify-items: center; }

.nogap {
  padding: 0; }

@media (min-width: 750px) {
  .plan {
    padding: 10% 0 0; }
    .plan img {
      width: 50%;
      padding: 0; } }
@media (min-width: 1000px) {
  .plan {
    padding: 0; }
    .plan img {
      width: 75%;
      padding: 0; } }
@media (min-width: 1200px) {
  .plan img {
    width: 60%; } }
@media (min-width: 1300px) {
  .plan img {
    width: 50%; } }
.five_seven img {
  width: 100%;
  height: auto;
  padding-bottom: 5%; }

.five_seven:first-child {
  margin-bottom: 5%; }

.footer {
  background-color: #D8B874;
  padding: 10% 0; }
  .footer h2 {
    color: #fff; }
  .footer strong {
    color: white; }
  .footer em {
    font-family: "PantonBold", Helvetica, Arial, sans-serif; }

.five_five_one div:first-child {
  display: grid;
  justify-items: center; }
  .five_five_one div:first-child img {
    width: 70%;
    padding-top: 5%; }

.footer .grid-container div {
  padding-bottom: 10%; }

@media (min-width: 750px) {
  .five_five_one {
    max-width: 75%; } }
@media (min-width: 1000px) {
  .footer .grid-container div {
    padding: 0; }

  .five_five_one {
    max-width: 90%; } }
#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; }
