/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  outline: none;
}

/* Remove excess padding and border in Firefox 4+ */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#viewPortSize {
  display: block !important;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Garamond";
  letter-spacing: 0.27em;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 16px;
}
@media (max-width: 700px), (max-height: 700px) {
  html, body {
    font-size: 15px;
  }
}
@media (max-width: 640px), (max-height: 640px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 540px), (max-height: 540px) {
  html, body {
    font-size: 13px;
  }
}
@media (max-width: 400px), (max-height: 400px) {
  html, body {
    font-size: 12px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

a {
  cursor: pointer;
}

nav {
  position: relative;
  width: calc(100% - 60px);
  z-index: 10;
  height: 2.2em;
  display: flex;
  justify-content: space-between;
}
nav.black {
  color: black;
}
nav.white {
  color: white;
}
nav.white a.facebook {
  background-image: url("../images/gT6TwxfyjUb7.png");
}
nav.top {
  margin-top: 50px;
  margin-bottom: 70px;
}
nav.bottom {
  margin-top: 70px;
  margin-bottom: 50px;
  align-items: flex-end;
}
@media (max-width: 500px) {
  nav.top {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  nav.bottom {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
nav .menu-item.two,
nav .menu-item.four {
  text-align: right;
}

section {
  position: relative;
  clip: rect(0, auto, auto, 0);
}
section .content {
  z-index: 1;
}
section.zero .menu-item {
  cursor: pointer;
}
@media (min-width: 501px) {
  section.zero .menu-item.one {
    padding-right: 20px;
  }
  section.zero .menu-item.two {
    padding-left: 20px;
  }
}
section a.facebook,
section a.mail,
section a.instagram {
  display: table;
  width: 30px;
  height: 30px;
  background-size: contain;
}
section a.facebook {
  background: url("../images/DQhbpTtKrW6z.png") no-repeat center center;
  background-size: contain;
}
section a.instagram {
  background: url("../images/9ovIlqUxtBAH.png") no-repeat center center;
  background-size: contain;
}
section a.mail {
  width: 42px;
  background: url("../images/y9vC06DPcpIV.png") no-repeat center center;
  background-size: contain;
  margin: 0 40px;
}
@media (max-width: 767px) {
  section a.facebook,
  section a.mail,
  section a.instagram {
    display: table;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  section a.mail {
    width: 42px;
    margin: 0 30px;
  }
}
section .absolute {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  clip: rect(0, auto, auto, 0);
  z-index: 0;
}
section .contacts {
  z-index: 15;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
}
@media (max-width: 500px) {
  section .contacts {
    bottom: 40px;
  }
}
section.one a.button {
  display: table;
  margin: 0 auto;
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
@media (max-width: 500px) {
  section.one a.button {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 500px) {
  section.one .one {
    margin-bottom: 30px;
  }
}
section.zero a.facebook, section.three a.facebook {
  background-image: url("../images/gT6TwxfyjUb7.png");
}
section.zero a.instagram, section.three a.instagram {
  background-image: url("../images/PPxIiiTFh5v4.png");
}
section.zero a.mail, section.three a.mail {
  background-image: url("../images/XVOmE8O1OIFF.png");
}
section.three .delivery {
  display: flex;
}
section.three a.button {
  display: block;
  text-align: center;
  line-height: 1.2;
  -webkit-transform: translate(0, 0.75em);
  -moz-transform: translate(0, 0.75em);
  -ms-transform: translate(0, 0.75em);
  -o-transform: translate(0, 0.75em);
  transform: translate(0, 0.75em);
}
@media (max-width: 550px) and (min-width: 501px) {
  section.three a.button {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (max-width: 500px) {
  section.three a.button {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.three a.button br {
    display: none;
  }
}
@media (min-width: 800px) {
  section.three a.button {
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  section.three a.button br {
    display: none;
  }
}
section.three a.mail:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 500px) {
  section nav.top,
  section nav.bottom {
    margin-bottom: 60px;
    height: auto;
  }
  section.zero nav .one,
  section.zero nav .three {
    margin-bottom: 40px;
  }
  section.three nav.bottom {
    margin-bottom: 90px;
  }
  section.three nav .three {
    margin: 0 auto 30px;
  }
}

.carousel .carousel-cell {
  width: 100%;
  height: 100%;
  min-height: 200px;
  min-width: 200px;
  background-color: blue;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel .flickity-page-dots {
  text-align: left;
}
.carousel .flickity-page-dots .dot {
  border-radius: 0 !important;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel .flickity-page-dots .dot:first-child {
  margin-left: 0;
}
.carousel .flickity-page-dots .dot:last-child {
  margin-right: 0;
}

button.flickity-prev-next-button {
  background: transparent;
  width: 50px;
  height: 30px;
  top: auto;
  bottom: -60px;
  border-radius: 0;
}
button.flickity-prev-next-button svg {
  display: none;
}
button.flickity-prev-next-button.previous {
  left: 30px;
  background: url("../images/mXCJtJTccC4f.png") no-repeat center center;
  background-size: contain;
}
button.flickity-prev-next-button.next {
  right: 30px;
  right: auto;
  left: 100px;
  background: url("../images/eC1O0no0H0ZZ.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 500px) {
  button.flickity-prev-next-button.previous {
    left: 15px;
  }
  button.flickity-prev-next-button.next {
    right: 15px;
  }
}

.two button.flickity-prev-next-button {
  display: none;
}
.two button.flickity-prev-next-button.previous {
  left: 0px;
  z-index: 15;
}
.two button.flickity-prev-next-button.next {
  z-index: 15;
  right: auto;
  left: 60px;
  background: url("../images/eC1O0no0H0ZZ.png") no-repeat center center;
  background-size: contain;
}

.logo.scroll-to-top {
  cursor: pointer;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.logo.scroll-to-top:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
  -moz-transform: translate(-50%, -50%) scale(1.08);
  -ms-transform: translate(-50%, -50%) scale(1.08);
  -o-transform: translate(-50%, -50%) scale(1.08);
  transform: translate(-50%, -50%) scale(1.08);
}

body.scrolling {
  pointer-events: none;
}

section {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  clip: rect(0, auto, auto, 0);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
section.zero {
  background-color: black;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
section.zero .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -ms-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 500px) {
  section.zero .background {
    -webkit-transform: translate(0, -5%);
    -moz-transform: translate(0, -5%);
    -ms-transform: translate(0, -5%);
    -o-transform: translate(0, -5%);
    transform: translate(0, -5%);
  }
}
section.zero .background[data-was-processed=true] {
  opacity: 1;
}
section.zero .logo {
  background: url("../images/w3vmfg6rVxfM.svg") no-repeat center center;
  width: 90%;
  min-height: 160px;
  z-index: 1;
  flex-grow: 1;
}
section.one {
  background-color: #f1ae9c;
}
section.two {
  background-color: #b4d6aa;
}
section.three {
  background-color: black;
}
section.four {
  background-color: white;
}
section .content {
  width: calc(100% - 60px);
  padding: 0 30px;
  min-height: 300px;
  height: calc(100vh - 270px - 4.4em);
  max-height: 1100px;
}
@media (max-width: 500px) {
  section .content {
    height: calc(100vh - 260px - 4.4em);
  }
}

.textbox {
  font-family: "Fakt";
  outline: 1px solid black;
  outline-offset: -2px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
}
.textbox p {
  padding: 0.5em 0.5em 0.5em 0.5em;
}

.one .content,
.textbox,
.imagebox,
.carousel-cell {
  font-size: 5.3vh;
}
@media (max-aspect-ratio: 1/1) {
  .one .content,
  .textbox,
  .imagebox,
  .carousel-cell {
    font-size: 5.3vw;
  }
}

.carousel-cell.image.one .imagebox {
  background-image: url("../images/4rz4PHyqcHI3.jpg");
}
.carousel-cell.image.two .imagebox {
  background-image: url("../images/lCd44ulzXtZX.jpg");
}
.carousel-cell.image.three .imagebox {
  background-image: url("../images/uNiAVImCsIKW.jpg");
}
.carousel-cell.image.four .imagebox {
  background-image: url("../images/4etpmT1ySjOh.jpg");
}
.carousel-cell.image.five .imagebox {
  background-image: url("../images/4rwuICs4Zk1w.jpg");
}

.imagebox {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  min-height: 11em !important;
}

section.one,
section.three {
  width: 100%;
  flex-direction: column;
  overflow: auto;
}
section.one .content,
section.three .content {
  position: relative;
}
section.one .viewport,
section.three .viewport {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
}
section.one .viewport .flickity-viewport,
section.three .viewport .flickity-viewport {
  width: 100%;
}
section.one .viewport .flickity-viewport .textbox, section.one .viewport .flickity-viewport .imagebox,
section.three .viewport .flickity-viewport .textbox,
section.three .viewport .flickity-viewport .imagebox {
  height: 100%;
  display: table;
}
section.one .viewport .flickity-viewport .carousel-cell,
section.three .viewport .flickity-viewport .carousel-cell {
  height: 100%;
}
section.one .viewport .flickity-viewport .carousel-cell:first-child .textbox,
section.three .viewport .flickity-viewport .carousel-cell:first-child .textbox {
  margin-left: 30px;
}
@media (max-width: 500px) {
  section.one .viewport .flickity-viewport .carousel-cell:first-child .textbox,
  section.three .viewport .flickity-viewport .carousel-cell:first-child .textbox {
    margin-left: 15px;
  }
}
section.one .viewport .flickity-viewport .carousel-cell:last-child div,
section.three .viewport .flickity-viewport .carousel-cell:last-child div {
  margin-right: 30px;
}
@media (max-width: 500px) {
  section.one .viewport .flickity-viewport .carousel-cell:last-child div,
  section.three .viewport .flickity-viewport .carousel-cell:last-child div {
    margin-right: 15px;
  }
}
section.one .viewport .textbox,
section.one .viewport .imagebox,
section.three .viewport .textbox,
section.three .viewport .imagebox {
  position: relative;
  display: block;
  white-space: normal;
  margin-left: 0.5em;
}
@media (max-width: 500px) {
  section.one .viewport .textbox,
  section.one .viewport .imagebox,
  section.three .viewport .textbox,
  section.three .viewport .imagebox {
    margin-left: 15px;
  }
}
section.one .imagebox,
section.three .imagebox {
  width: 55vh;
  max-width: 90vw;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-aspect-ratio: 1/1) {
  section.one .imagebox,
  section.three .imagebox {
    width: 55vw;
  }
}
section.one .imagebox,
section.three .imagebox {
  width: 70vh;
}
@media (max-aspect-ratio: 1/1) {
  section.one .imagebox,
  section.three .imagebox {
    width: 65vh;
  }
}

section.one .content {
  padding: 0;
  width: 100%;
}
@media (min-aspect-ratio: 1/1) {
  section.one .content {
    min-height: 30vw;
  }
}
@media (max-aspect-ratio: 1/1) {
  section.one .content {
    max-height: 80vw;
  }
}
section.one .textbox {
  padding: 0;
}
section.one .textbox p {
  width: 10em;
  padding: 0.5em 1em 0.5em 0.5em;
}

.content-absolute {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
}

section.two {
  display: flex;
  align-items: center;
}
section.two .content {
  max-width: 150vh;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
@media (max-aspect-ratio: 1/1) {
  section.two .content {
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-aspect-ratio: 1/1) {
  section.two .content {
    max-height: 60vh;
  }
}
section.two .textbox {
  width: 50vh;
  width: 8.5em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.two .textbox a.google-maps {
  display: table;
  margin: 0 auto 30px;
}
@media (max-aspect-ratio: 10/10) {
  section.two .textbox {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  section.two .textbox br, section.two .textbox span, section.two .textbox a.google-maps {
    display: none;
  }
}
section.two .imagebox {
  flex-grow: 1;
  margin-right: 15px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-aspect-ratio: 1/1) {
  section.two .imagebox {
    width: 100%;
    margin-right: 0px;
    height: auto;
    max-height: 70vw;
    flex-grow: 1;
    margin-bottom: 40px;
  }
}
section.two .content > a.google-maps {
  display: none;
}
@media (max-aspect-ratio: 10/10) {
  section.two .content > a.google-maps {
    display: block;
  }
}

a.google-maps,
a.button,
button.button {
  font-family: garamond;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.27em;
  padding: 1em 0.8em 0.8em 1em;
  border: 1px solid black;
  cursor: pointer;
  color: initial;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a.google-maps.black,
a.button.black,
button.button.black {
  border-color: white;
  color: white;
}
a.google-maps:hover,
a.button:hover,
button.button:hover {
  background: black;
}
a.google-maps:hover.green,
a.button:hover.green,
button.button:hover.green {
  color: #b4d6aa;
}
a.google-maps:hover.coral,
a.button:hover.coral,
button.button:hover.coral {
  color: #f1ae9c;
}
a.google-maps:hover.black,
a.button:hover.black,
button.button:hover.black {
  background: white;
  color: black;
}

section.three {
  color: white;
  display: flex;
  align-items: center;
}
section.three .content {
  display: flex;
  flex-direction: row;
  padding-right: 0;
  justify-content: flex-end;
  width: calc(100% - 30px);
  max-width: 200vh;
  min-height: 430px !important;
  min-height: 27em !important;
}
@media (max-aspect-ratio: 1/1), (max-width: 500px) {
  section.three .content {
    width: calc(100% - 60px);
    flex-direction: column;
    padding: 0 30px;
    height: calc(100vw - 30px);
  }
}
@media (max-aspect-ratio: 13/10), (max-width: 500px) {
  section.three .content {
    justify-content: center;
  }
}
@media (max-aspect-ratio: 1/1), (max-width: 500px), (max-aspect-ratio: 13/10) {
  section.three nav.top.white {
    margin-bottom: 0;
  }
}
section.three .textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.three .button-container {
  display: flex;
  justify-content: flex-end;
}
section.three a.button.menu-example {
  display: table;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
section.three .small-images {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  flex-grow: 2;
  position: relative;
}
@media (min-aspect-ratio: 1/1) {
  section.three .small-images {
    max-width: 55vh;
  }
}
@media (max-aspect-ratio: 1/1) {
  section.three .small-images {
    flex-direction: row;
    align-items: flex-end;
    margin-right: 0px;
    margin-bottom: 15px;
    max-height: 55vw;
  }
}
@media (min-aspect-ratio: 1/1) and (max-width: 500px) {
  section.three .small-images {
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  section.three .small-images :first-child {
    left: 0;
  }
}
section.three .small-images .imagebox-small {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.three .small-images .imagebox-small .padding {
  position: relative;
  width: 100%;
}
section.three .small-images .imagebox-small:first-child {
  top: -13%;
  top: 0;
}
section.three .small-images .imagebox-small:first-child .padding {
  padding-bottom: 80%;
}
@media (max-aspect-ratio: 1/1), (max-width: 500px) {
  section.three .small-images .imagebox-small:first-child {
    width: 65%;
  }
  section.three .small-images .imagebox-small:first-child .padding {
    padding-bottom: 65%;
  }
}
section.three .small-images .imagebox-small:last-child {
  width: 70%;
  bottom: 0;
}
section.three .small-images .imagebox-small:last-child.loaded {
  background-image: url("../images/fzh6ECHAiF5G.jpg");
}
section.three .small-images .imagebox-small:last-child .padding {
  padding-bottom: 70%;
}
@media (max-aspect-ratio: 1/1), (max-width: 500px) {
  section.three .small-images .imagebox-small:last-child {
    right: 0;
    width: 45%;
  }
}
@media (max-aspect-ratio: 1/1), (max-width: 500px) {
  section.three .small-images .imagebox-small {
    flex-direction: row;
  }
  section.three .small-images .imagebox-small:first-child {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
section.three .textbox {
  outline: 1px solid white;
  margin-right: 15px;
  width: 50vh;
  max-width: 8.5em;
}
@media (max-aspect-ratio: 1/1), (max-width: 500px) {
  section.three .textbox {
    width: 100%;
    margin-right: 0px;
    max-width: none;
  }
}
section.three .imagebox {
  width: auto;
  flex-grow: 2;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-aspect-ratio: 100/65) {
  section.three .imagebox {
    flex-grow: 3;
  }
}
section.three .imagebox.loaded {
  background-image: url("../images/ApKs0BR0kqdV.jpg");
}
@media (max-aspect-ratio: 13/10), (max-width: 500px) {
  section.three .imagebox {
    display: none;
  }
}

section.four {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-aspect-ratio: 3/2) {
  section.four nav.top {
    margin-bottom: 0;
  }
}
section.four .content {
  display: flex;
  width: calc(100% - 60px);
  min-height: 450px !important;
  justify-content: space-between;
}
@media (max-aspect-ratio: 1/1) {
  section.four .content {
    max-height: 60vw;
    min-height: 500px;
  }
}
@media (min-aspect-ratio: 1/1) {
  section.four .content {
    max-width: 140vh;
  }
}
section.four .left, section.four .right {
  height: 100%;
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}
section.four .left p, section.four .right p {
  margin-top: 30px;
}
section.four .left p:last-child, section.four .right p:last-child {
  margin-bottom: 30px;
}
section.four .left .datenschutz,
section.four .left .website, section.four .right .datenschutz,
section.four .right .website {
  margin-top: 30px;
}
section.four .left .datenschutz,
section.four .left .website, section.four .right .datenschutz,
section.four .right .website {
  cursor: pointer;
  position: relative;
}
section.four .left .datenschutz span,
section.four .left .website span, section.four .right .datenschutz span,
section.four .right .website span {
  position: relative;
}
section.four .left .datenschutz span:after,
section.four .left .website span:after, section.four .right .datenschutz span:after,
section.four .right .website span:after {
  content: "";
  height: 1px;
  width: 0%;
  background: black;
  position: absolute;
  bottom: 0px;
  left: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
section.four .left .datenschutz:hover span:after,
section.four .left .website:hover span:after, section.four .right .datenschutz:hover span:after,
section.four .right .website:hover span:after {
  width: 100%;
  opacity: 1;
}
section.four .left a, section.four .right a {
  color: initial;
  text-decoration: none;
}
section.four .left .imagebox {
  width: 70%;
}
section.four .left .imagebox.loaded {
  background-image: url("../images/aDEFQbYzoFUY.jpg");
}
section.four .left .padding {
  width: 100%;
  padding-bottom: 65%;
}
section.four .right .imagebox {
  width: 100%;
}
section.four .right .imagebox.loaded {
  background-image: url("../images/opHQGW8hEiGC.jpg");
}
section.four .right .padding {
  width: 100%;
  padding-bottom: 59%;
}
section.four .logo {
  position: absolute;
  height: 22vw;
  width: 22vw;
  max-width: 300px;
  max-height: 300px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #f1ae9c url("../images/8HTJtRj1v50t.svg") no-repeat center center;
  background-size: 65%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 700px), (max-height: 700px) {
  section.four .logo {
    display: none;
  }
}
@media (max-aspect-ratio: 10/10) and (max-width: 700px), (max-width: 700px), (max-height: 600px) {
  section.four .content {
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    min-height: 0;
    max-height: none;
    justify-content: space-around;
    justify-content: center;
  }
  section.four .left, section.four .right {
    width: 100%;
  }
  section.four .left .imagebox {
    order: 0;
  }
  section.four .left .text {
    order: 1;
  }
  section.four .right {
    height: auto;
  }
  section.four .right .links {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  section.four .right .imagebox {
    display: none;
  }
}

@media (min-width: 720px) {
  section.four .menu-item.three br {
    display: none;
  }
}
@media (max-width: 500px) {
  .mini-logo {
    display: none;
  }
  section {
    flex-direction: column;
  }
  section.zero nav {
    height: auto;
    align-items: center;
  }
  section.zero nav.top {
    margin-top: 60px;
  }
  section.zero .contacts {
    margin-top: 20px;
  }
  section.one nav.bottom {
    display: none;
  }
  section.one .content {
    width: 100%;
  }
  section .contacts {
    position: relative;
    margin: 80px auto 40px;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section nav {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
  }
  section nav .menu-item {
    text-align: center !important;
  }
  section.two {
    flex-direction: column;
  }
  section.two .menu-item.one {
    order: 2;
    visibility: hidden;
  }
  section.two .menu-item.two {
    order: 1;
    margin-bottom: 20px;
  }
  section.two .content {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  section.two .content .textbox {
    margin-bottom: 15px;
  }
  section.two .contacts {
    margin-top: 30px;
  }
  section.two .bottom {
    display: none;
  }
  section.three .top {
    display: none;
  }
  section.three .bottom {
    order: 0;
  }
  section.three .content,
  section.three .contacts {
    order: 1;
  }
  section.three .content {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
  section.four .menu-item.three {
    display: none;
  }
  section.four .top {
    display: none;
  }
  section.four .content {
    order: 1;
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  section.four .contacts {
    order: 1;
  }
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(0, 150%);
  -moz-transform: translate(0, 150%);
  -ms-transform: translate(0, 150%);
  -o-transform: translate(0, 150%);
  transform: translate(0, 150%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#overlay.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 20;
}
#overlay .content {
  padding: 60px 30px;
  max-width: 660px;
  margin: 0 auto;
  text-transform: initial;
  letter-spacing: 0;
  display: table;
  font-size: 18px;
  line-height: 1.5;
}
#overlay .content p {
  margin-bottom: 2em;
}
@media (max-width: 500px) {
  #overlay .content {
    padding: 60px 15px;
  }
}
#overlay h2 {
  font-family: "Fakt";
  font-size: 1.5em;
  margin-bottom: 1em;
}
#overlay h3 {
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 2em;
}
#overlay ul {
  margin-top: -1em;
}
#overlay li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 1em;
}
#overlay li:before {
  position: absolute;
  content: " - ";
  left: -1em;
}
#overlay a {
  color: initial;
  text-decoration: none;
}

#close {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#close:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 50%;
  left: 50%;
  background: black;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#close:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 50%;
  left: 50%;
  background: black;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@font-face {
  font-family: "Fakt";
  src: url("../fonts/uisYsH8KFpZE.eot#iefix") format("embedded-opentype"), url("../fonts/pnGVSp78VKkd.otf") format("opentype"), url("../fonts/fp20d2XoSIGA.woff") format("woff"), url("../fonts/Lyh2NFJTl3FU.ttf") format("truetype"), url("../images/Eos9exzVePyp.svg#FaktPro-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/L8d0zpykoTpf.eot#iefix") format("embedded-opentype"), url("../fonts/SC5VgzYT7uiM.otf") format("opentype"), url("../fonts/8Iu6GLSwVTtC.woff") format("woff"), url("../fonts/khyObNGuNWHU.ttf") format("truetype"), url("../images/B6KXPWgQ3WGl.svg#GaramondPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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