@charset "UTF-8";
/*!
 * Holzland 1.0.1
 * Copyright 2019 Koenigs.one
 * Licensed under MIT
 * Template CSS for Template "Holzland"
 */
/* Grundeinstellungen für Umbrüche und Anderes
*/
html {
  scroll-behavior: smooth;
}

/* hyphens */
body {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  overflow-x: hidden;
  margin: 0;
}

.no-brake,
.no-break {
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

a {
  color: #222222;
  outline: none;
  text-decoration: none;
}

a:visited {
  color: #222222;
  outline: none;
}

a:hover {
  color: #000;
}

a:focus {
  border: dotted 1px black;
}

a.link {
  text-decoration: underline;
  color: #0033cc;
}

.bgw {
  background: white;
}

.flat {
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 3px #eeeeee, -3px 0px 3px #eeeeee;
          box-shadow: 3px 3px 3px #eeeeee, -3px 0px 3px #eeeeee;
  min-height: 20em;
}

.flat h4 {
  font-weight: bold;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex .flex-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.left {
  float: left;
}

.right {
  float: right;
}

.leftOut {
  position: relative;
  left: -200em;
  -webkit-animation: leftOut 1.6s;
          animation: leftOut 1.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.rightOut {
  position: relative;
  left: 200em;
}

.leftIn {
  position: relative;
  left: 0;
  display: block;
  margin-right: -1em;
  padding-right: 2em;
  -webkit-animation: leftIn 1.6s;
          animation: leftIn 1.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  /* Background nach oben ziehen */
  margin-top: -4em;
}

.rightIn {
  position: relative;
  display: block;
  margin-right: -1em;
  padding-right: 2em;
  -webkit-animation: rightIn 1.6s;
          animation: rightIn 1.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  /* Background nach oben ziehen 
    margin-top: -4em;*/
}

.rightOff {
  opacity: 0;
}

.rightOn {
  -webkit-animation: rightOn 3.6s;
          animation: rightOn 3.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes leftIn {
  0% {
    left: -200em;
  }
  100% {
    left: 0;
  }
}

@keyframes leftIn {
  0% {
    left: -200em;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes leftOut {
  0% {
    left: 0;
  }
  100% {
    left: -200em;
  }
}

@keyframes leftOut {
  0% {
    left: 0;
  }
  100% {
    left: -200em;
  }
}

@-webkit-keyframes rightIn {
  0% {
    left: 200em;
  }
  100% {
    left: 0;
  }
}

@keyframes rightIn {
  0% {
    left: 200em;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes rightOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rightOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

@media screen and (min-width: 1400px) {
  body {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.txt {
  font-size: 2.5em;
}

.color {
  color: #000;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-weight: normal;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.block {
  text-align: justify;
}

small {
  font-size: 80%;
}

.small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 0;
}

img {
  border-style: none;
}

/* rock-salt */
@font-face {
  font-display: swap;
  /* Check https://www.wfonts.com/font/marydale oder https://fonts.adobe.com/fonts/marydale */
  font-family: "rockSalt";
  font-style: normal;
  font-weight: 400;
  /* Modern Browsers */
  src: url("../fonts/Rock_Salt/RockSalt-Regular.ttf") format("truetype");
}

.rock-salt {
  font-family: rockSalt;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.1em;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #000;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #000;
  background-color: #dd1738;
  border-color: #810d21;
}

.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: #af122c;
  border-color: #0d0103;
}

.btn-default:hover {
  color: #000;
  background-color: #af122c;
  border-color: #490813;
}

.btn-grey {
  color: #000;
  background-color: #c5c2c2;
  border-color: #3f3e3e;
}

.btn-grey:focus,
.btn-grey.focus {
  color: #000;
  background-color: #c5c2c2;
  border-color: #3f3e3e;
}

.btn-grey:hover {
  color: #000;
  background-color: #c5c2c2;
  border-color: #3f3e3e;
}

a.btn-grey {
  color: #000;
}

a.btn-grey:hover {
  color: #000;
}

a.btn-grey:visited {
  color: #000;
}

.nav-box {
  width: 100%;
  background: #adadad;
  z-index: 100;
}

nav {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 4em 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5em;
  font-size: 1.4em;
}

nav ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav span {
  font-size: 3em;
}

nav span a:hover {
  background: transparent;
}

nav ul li a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav ul li a:hover {
  text-decoration: none;
}

nav ul li {
  position: relative;
  background: transparent;
  width: auto;
  margin: 0 0.5em;
}

.li-kontakt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.li-kontakt a {
  padding: 0;
  margin: auto 0;
}

.li-kontakt button {
  z-index: 0;
  position: relative;
  padding: 0.5em 1em;
  border-radius: 3px;
  border: 2px solid #dd1738;
  background: #dd1738;
  color: white;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.li-kontakt button::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 0%;
  background: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.li-kontakt button:hover::before {
  height: 270%;
}

.li-kontakt button:hover {
  color: #dd1738;
}

.li-kontakt a:hover {
  background: transparent;
}

.nav-clear {
  background: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-clear a {
  color: white;
  text-shadow: 1px 1px 4px black;
}

@media screen and (max-width: 991px) {
  .nav-clear a {
    color: #222222;
  }
}

.nav-clear img {
  height: 80px;
  width: auto;
  margin-bottom: 0.1em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-white {
  background: white;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
  height: 3.5em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-white span a {
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-white img {
  height: 50px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-white img:hover {
  height: 60px;
}

.nav-white a {
  color: black;
  padding: 0.5em 1em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-white .li-kontakt a {
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-white button {
  padding: 0.5em 1em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* burger, menu-check*/
.burger,
.menu-check {
  display: none;
}

@media screen and (max-width: 1150px) {
  nav {
    padding: 0 1em;
  }
  nav ul li {
    margin: 0 0.25em;
  }
  nav ul li a {
    padding: 0.5em 0.5em;
  }
  .nav-white ul li {
    margin: 0 0.25em;
  }
  .nav-white a {
    padding: 0.5em 0.5em;
  }
}

@media screen and (max-width: 991px) {
  .nav-clear {
    background: transparent;
  }
  .nav-clear .burger span {
    background: white;
    -webkit-box-shadow: 1px 1px 2px black;
            box-shadow: 1px 1px 2px black;
  }
  #logo a {
    margin-bottom: 1.5em;
  }
  .nav-white {
    background: white;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-white .burger span {
    background: black;
  }
  .burger span {
    padding: 0.15rem 1.6rem;
    background: black;
    margin: 0.35rem 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 15%;
  }
  .burger {
    display: block;
    z-index: 100;
    position: absolute;
    right: 15%;
  }
  .menu-check {
    display: block;
    position: absolute;
    right: 12%;
    width: 5em;
    height: 4em;
    cursor: pointer;
    opacity: 0;
    z-index: 200;
  }
  .menu-check:checked ~ .burger span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(135deg);
            transform: translateY(10px) rotate(135deg);
  }
  .menu-check:checked ~ .burger span:nth-child(2) {
    opacity: 0;
  }
  .menu-check:checked ~ .burger span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-135deg);
            transform: translateY(-10px) rotate(-135deg);
  }
  a {
    outline: none;
  }
  nav span a {
    background: transparent;
  }
  .nav-link {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    pointer-events: none;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    padding: 8rem 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-link li {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .nav-link li a {
    font-size: 21px;
    text-shadow: none;
  }
  .nav-link :nth-child(1) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .nav-link :nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .nav-link :nth-child(3) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .nav-link :nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .nav-link :nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #checkBoxMenu:checked ~ .nav-link {
    pointer-events: auto;
    opacity: 1;
  }
  @-webkit-keyframes MoveLogoIntoMenu {
    from {
      left: 4em;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes MoveLogoIntoMenu {
    from {
      left: 4em;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @-webkit-keyframes MoveLogoOutsideMenu {
    0% {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      position: absolute;
      top: 0;
      left: 4em;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes MoveLogoOutsideMenu {
    0% {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      position: absolute;
      top: 0;
      left: 4em;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  #checkBoxMenu:checked ~ #logoContainer a {
    position: absolute;
    top: 0;
    z-index: 999;
    -webkit-animation: MoveLogoIntoMenu 0.4s forwards;
            animation: MoveLogoIntoMenu 0.4s forwards;
  }
  #checkBoxMenu:not(:checked) ~ #logoContainer a {
    position: absolute;
    top: 0;
    z-index: 999;
    -webkit-animation: MoveLogoOutsideMenu 0.4s forwards;
            animation: MoveLogoOutsideMenu 0.4s forwards;
  }
  #checkBoxMenu:checked ~ .nav-link li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  #checkBoxMenu:not(:checked) ~ .nav-link li {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #checkBoxMenu:checked ~ div.burger span {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: black;
  }
  .li-kontakt {
    padding: 0;
  }
  .li-kontakt button {
    padding: 0.4em 1.8em;
    font-size: 1em;
  }
  .li-kontakt button:hover::before {
    height: 350%;
  }
  .nav-link a {
    font-size: 18px;
  }
  nav span {
    font-size: inherit;
  }
  nav span img {
    margin-top: 5px;
  }
}

@media screen and (max-width: 440px) {
  @-webkit-keyframes MoveLogoIntoMenu {
    from {
      left: 2em;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes MoveLogoIntoMenu {
    from {
      left: 2em;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @-webkit-keyframes MoveLogoOutsideMenu {
    0% {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      position: absolute;
      top: 0;
      left: 2em;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes MoveLogoOutsideMenu {
    0% {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    100% {
      position: absolute;
      top: 0;
      left: 2em;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}

@media screen and (max-height: 600px) {
  .li-kontakt {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .li-produkte:hover ~ .li-kontakt {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
  }
}

.back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin: 3em;
}

.back-to-top a#backTopLink > span {
  color: black;
}

.back-to-top a#backTopLink:hover > span {
  color: black;
}

.back-to-top a#backTopLink:visited > span {
  color: black;
}

.footer a:visited {
  color: #000;
}

.footer a:hover {
  color: blue;
}

.footer > .foot-nav > .foot-link a {
  color: #000;
}

.footer > .foot-nav > .foot-link a:hover {
  color: blue;
}

.impressum .footer {
  padding-left: 10vw;
}

.footer {
  position: relative;
  bottom: 0;
  background-color: #fff;
  color: #000;
  margin-left: 0;
  padding: 1em;
}

.foot-nav {
  min-height: 4em;
  padding-left: 2em;
  padding-right: 1em;
  margin-left: -1.1em;
  list-style: none;
}

.foot-nav a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .foot-nav {
    line-height: 1.5em;
  }
}

.copyLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20vw;
          column-gap: 20vw;
}

.copyLine .designer {
  margin-bottom: 1em;
  display: inline-block;
}

.copyLine .designer > a {
  text-decoration: none;
  color: #000;
}

.copyLine .designer > a:hover {
  color: blue;
}

@media screen and (min-width: 992px) {
  .copyLine .designer {
    display: inline-block;
  }
}

.table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table {
    width: 88%;
  }
}

.table > .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cell-date1 {
  width: 10em;
}

.cell-date2 {
  width: 4em;
  padding-left: 0.5em;
  text-align: right;
}

.ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.ul li:last-child {
  border-bottom: none;
}

.centerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

hr {
  width: 100%;
  border-top: 1px solid black;
  margin: 1em 0;
}

.startseite {
  margin-top: 0;
}

.startseite h1 {
  margin-left: 3vw;
  margin-right: 3vw;
}

.startseite section.area_1 {
  background-image: url("../images/background-default.jpeg");
  background-position-y: 10%;
  background-position-x: 60%;
  background-repeat: no-repeat;
  padding: 10em 0;
  opacity: 90%;
  background-size: 84%;
}

@media (max-width: 767px) {
  .startseite section.area_1 {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .startseite section.area_1 {
    background-size: 130vw;
  }
}

@media (min-width: 1400px) {
  .startseite section.area_1 {
    background-size: 100vw;
  }
}

.startseite section.area_1 img#headerLogo {
  width: 35vw;
}

@media (max-width: 768px) {
  .startseite section.area_1 img#headerLogo {
    -webkit-transform: translateY(-2vh);
            transform: translateY(-2vh);
  }
}

@media (min-width: 768px) {
  .startseite section.area_1 img#headerLogo {
    width: 20vw;
  }
}

@media (min-width: 992px) {
  .startseite section.area_1 img#headerLogo {
    width: 15vw;
  }
}

@media (min-width: 1400px) {
  .startseite section.area_1 img#headerLogo {
    width: 10vw;
  }
}

@media (min-width: 2500px) {
  .startseite section.area_1 img#headerLogo {
    width: 7vw;
  }
}

.startseite section.area_2 {
  padding: 2em;
}

@media (min-width: 768px) {
  .startseite section.area_2 {
    padding: 5em 10em;
  }
}

.startseite section.area_2 #ordering {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  justify-items: center;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  text-align: center;
}

@media (min-width: 768px) {
  .startseite section.area_2 #ordering {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1400px) {
  .startseite section.area_2 #ordering {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2em;
  }
}

.startseite section.area_3 {
  background-image: url("../images/background-black.jpeg");
  background-repeat: no-repeat;
  padding: 10em 5vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center;
  padding: 10em 5vw;
}

@media (min-width: 768px) {
  .startseite section.area_3 {
    padding: 10em 10vw;
  }
}

@media (min-width: 1400px) {
  .startseite section.area_3 {
    padding: 10em 15vw;
  }
}

.startseite section.area_3 p {
  margin: 2em 0;
}

.startseite section.area_3 .cta {
  border: solid 1px white;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.startseite section.area_3 .cta a,
.startseite section.area_3 .cta a:hover,
.startseite section.area_3 .cta a:visited {
  color: white;
}

.startseite section.area_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  row-gap: 3em;
  padding: 5em 2em;
  text-align: center;
}

@media (min-width: 768px) {
  .startseite section.area_4 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding: 5em 10em;
  }
}

@media (min-width: 1400px) {
  .startseite section.area_4 {
    padding: 5em 10em;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .startseite section.area_4 .portBox h3 {
    min-height: 3em;
  }
  .startseite section.area_4 .portBox p {
    min-height: 5em;
  }
}

.startseite section.area_4 .portBox img {
  width: 100%;
}

.startseite section.area_gloria {
  background-image: url("../images/background-black.jpeg");
  background-repeat: no-repeat;
  padding: 10em 5vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center;
  padding: 10em 5vw;
}

@media (min-width: 768px) {
  .startseite section.area_gloria {
    padding: 10em 10vw;
    margin-bottom: 5em;
  }
}

@media (min-width: 1400px) {
  .startseite section.area_gloria {
    padding: 10em 15vw;
    margin-bottom: 10em;
  }
}

.startseite section.area_gloria p {
  margin: 2em 0;
}

.startseite section.area_gloria #ueberButton {
  border: solid 1px white;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.startseite section.area_gloria #ueberButton a,
.startseite section.area_gloria #ueberButton a:hover,
.startseite section.area_gloria #ueberButton a:visited {
  color: white;
}

.startseite section.area_5 {
  background-image: url("../images/background-cause-metter-opacity.jpeg");
  background-repeat: no-repeat;
  padding: 10em 0;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
}

.startseite section.area_5 #rezText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.startseite section.area_5 #rezText .rezension {
  width: 50%;
  font-style: italic;
}

.startseite section.area_5 #rezText #mehrButton {
  border: solid 1px black;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.startseite section.area_5 #rezText a,
.startseite section.area_5 #rezText a:hover,
.startseite section.area_5 #rezText a:visited {
  color: black;
}

.startseite section.area_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em;
  padding-top: 0;
}

.startseite section.area_6 h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .startseite section.area_6 {
    padding: 5em 10em;
  }
}

.startseite section.area_6 p {
  text-align: center;
}

.startseite #pictureBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
  -webkit-column-gap: 1em;
          column-gap: 1em;
}

.startseite #pictureBox .pictureContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.startseite #pictureBox .pictureContainer img {
  width: 100%;
}

.startseite section.area_7 {
  background-image: url("../images/background-black.jpeg");
  background-repeat: no-repeat;
  padding: 10em 5vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.startseite section.area_7 p {
  margin: 2em 0;
}

.startseite section.area_7 #kontaktButton {
  border: solid 1px white;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.startseite section.area_7 a,
.startseite section.area_7 a:hover,
.startseite section.area_7 a:visited {
  color: white;
}

.portfolio section.area_1 {
  background-image: url("../images/background-default.jpeg");
  overflow: hidden;
  background-position-y: 10%;
  background-position-x: 60%;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 4em 0;
}

@media (min-width: 768px) {
  .portfolio section.area_1 {
    background-size: 84%;
  }
}

.portfolio section.area_2 {
  padding: 5em 3vw;
}

@media (min-width: 768px) {
  .portfolio section.area_2 {
    padding: 5em 5em;
  }
}

@media (min-width: 992px) {
  .portfolio section.area_2 {
    padding: 5em 10em;
  }
}

.portfolio section.area_2 p {
  padding: 2em 0;
}

.portfolio section.area_2 .pictureBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
  -webkit-column-gap: 1em;
          column-gap: 1em;
}

.portfolio section.area_2 .pictureBox .pictureContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30vw;
          flex: 1 1 30vw;
}

@media (min-width: 768px) {
  .portfolio section.area_2 .pictureBox .pictureContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25vw;
            flex: 1 1 25vw;
  }
}

@media (min-width: 992px) {
  .portfolio section.area_2 .pictureBox .pictureContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 21vw;
            flex: 1 1 21vw;
  }
}

@media (min-width: 2500px) {
  .portfolio section.area_2 .pictureBox .pictureContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20vw;
            flex: 1 1 20vw;
  }
}

.portfolio section.area_2 .pictureBox .pictureContainer img {
  width: 100%;
}

.portfolio section.area_3 {
  background-image: url("../images/background-black.jpeg");
  background-repeat: no-repeat;
  padding: 7em 2vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.portfolio section.area_3 #kontaktButton {
  border: solid 1px white;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.portfolio section.area_3 a,
.portfolio section.area_3 a:hover,
.portfolio section.area_3 a:visited {
  color: white;
}

.portfolio section.area_3 hr {
  color: white;
  border-top: none;
}

.portfolio section.area_3 .pictureContainer > img {
  max-width: 25em;
}

.portfolio section.area_4 {
  padding: 5em 3vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .portfolio section.area_4 {
    padding: 5em 5em;
  }
}

@media (min-width: 992px) {
  .portfolio section.area_4 {
    padding: 5em 10em;
  }
}

@media (min-width: 1400px) {
  .portfolio section.area_4 {
    padding: 5em 15em;
  }
}

.portfolio section.area_4 p {
  padding: 2em 0;
  text-align: center;
}

.portfolio section.area_4 h3 {
  text-align: center;
}

.portfolio section.area_4 #pictureBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
  -webkit-column-gap: 1em;
          column-gap: 1em;
}

.portfolio section.area_4 #pictureBox .pictureContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35vw;
          flex: 1 1 35vw;
}

@media (min-width: 768px) {
  .portfolio section.area_4 #pictureBox .pictureContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25vw;
            flex: 1 1 25vw;
  }
}

@media (min-width: 992px) {
  .portfolio section.area_4 #pictureBox .pictureContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 21vw;
            flex: 1 1 21vw;
  }
}

@media (min-width: 2500px) {
  .portfolio section.area_4 #pictureBox .pictureContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20vw;
            flex: 1 1 20vw;
  }
}

.portfolio section.area_4 #pictureBox .pictureContainer img {
  width: 100%;
}

.portfolio section.area_rezension {
  background-image: url("../images/portfolio/background-wedding2.webp");
  background-repeat: no-repeat;
  padding: 10em 0;
  overflow: hidden;
  background-position-y: 76%;
  background-size: cover;
}

.portfolio section.area_rezension #rezText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 768px) {
  .portfolio section.area_rezension #rezText {
    font-size: 14px;
  }
}

@media (min-width: 2500px) {
  .portfolio section.area_rezension #rezText {
    font-size: 16px;
  }
}

.portfolio section.area_rezension #rezText .rezension {
  width: 50%;
  font-style: italic;
}

.portfolio section.area_rezension #rezText #mehrButton {
  border: solid 1px black;
  padding: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.portfolio section.area_rezension #rezText a,
.portfolio section.area_rezension #rezText a:hover,
.portfolio section.area_rezension #rezText a:visited {
  color: black;
}

.portfolio section.area_5 {
  background-image: url("../images/background-black.jpeg");
  background-repeat: no-repeat;
  padding: 10em 5vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.portfolio section.area_5 h2 {
  font-size: 2em;
}

.portfolio section.area_5 #urheber {
  font-size: 0.8em;
}

.ueber section.area_1 {
  background-image: url("../images/background-default.jpeg");
  overflow: hidden;
  background-position-y: 10%;
  background-position-x: 60%;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 4em 0;
}

@media (min-width: 768px) {
  .ueber section.area_1 {
    background-size: 84%;
  }
}

.ueber section.area_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5em 5vw;
  -webkit-column-gap: 5vw;
          column-gap: 5vw;
  row-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .ueber section.area_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10em 10vw;
  }
}

.ueber section.area_2 .pictureContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20vw;
          flex: 0 1 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ueber section.area_2 .pictureContainer img {
  width: 100%;
}

@media (max-width: 991px) {
  .ueber section.area_2 .pictureContainer img {
    max-width: 80%;
  }
}

.ueber section.area_2 .pictureContainer #caption {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.5em;
}

.ueber section.area_2 #sign {
  font-size: 1em;
}

.ueber #textContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 2 35vw;
          flex: 1 2 35vw;
}

.ueber section.area_3 {
  background-image: url("../images/background-black.jpeg");
  background-repeat: no-repeat;
  padding: 7em 2vw 4em 2vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  color: white;
}

.ueber section.area_3 #blackContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.ueber section.area_3 #blackContainer div {
  justify-items: center;
  max-width: 90vw;
}

@media (min-width: 768px) {
  .ueber section.area_3 #blackContainer div {
    max-width: 20vw;
  }
}

.ueber section.area_3 #blackContainer div .pictureContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 5em;
          flex: 0 1 5em;
}

.ueber section.area_3 #blackContainer div .pictureContainer img {
  width: 6em;
}

.ueber section.area_3 #blackContainer div h2 {
  margin: 0;
}

.ueber section.area_3 #blackContainer div p {
  height: 12.5em;
}

.ueber section.area_4 {
  background-image: url("../images/background-thats-me-grey.jpeg");
  background-repeat: no-repeat;
  padding: 8em 2vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4vh;
}

.ueber section.area_4 .pictureContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .ueber section.area_4 .pictureContainer img {
    max-width: 80%;
  }
}

.ueber section.area_4 #logoLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .ueber section.area_4 #logoLine {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ueber section.area_4 #logoLine .logoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 12em;
          flex: 1 1 12em;
}

.ueber section.area_4 #logoLine .logoContainer #mail {
  width: 15em;
  text-align: center;
}

.ueber section.area_4 #logoLine .logoContainer #mail a,
.ueber section.area_4 #logoLine .logoContainer #mail a:hover,
.ueber section.area_4 #logoLine .logoContainer #mail a:visited {
  color: black;
}

.kontakt section.area_1 {
  background-image: url("../images/background-default.jpeg");
  overflow: hidden;
  background-position-y: 10%;
  background-position-x: 60%;
  background-size: 70%;
  background-repeat: no-repeat;
  padding: 4em 0;
}

@media (min-width: 768px) {
  .kontakt section.area_1 {
    background-size: 84%;
  }
}

.kontakt section.area_2 {
  background-image: url("../images/background-thats-me-grey.jpeg");
  background-repeat: no-repeat;
  padding: 8em 8vw;
  overflow: hidden;
  background-position-y: 80%;
  background-position-x: 85%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4vh;
}

@media (min-width: 992px) {
  .kontakt section.area_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.kontakt section.area_2 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25vw;
          flex: 1 1 25vw;
}

.kontakt section.area_2 .pictureContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .kontakt section.area_2 #logo {
    width: 12em;
  }
  .kontakt section.area_2 #logo img {
    width: 100%;
  }
}

.kontakt section.area_2 #logoLine {
  width: 50em;
  font-size: 1.5em;
}

.kontakt section.area_2 #logoLine .logoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kontakt section.area_2 #logoLine .logoContainer #mail {
  width: 15em;
  text-align: center;
}

.kontakt section.area_2 #logoLine .logoContainer #mail a,
.kontakt section.area_2 #logoLine .logoContainer #mail a:hover,
.kontakt section.area_2 #logoLine .logoContainer #mail a:visited {
  color: black;
}

.kontakt section.area_2 #logoLine #logo2 {
  margin: 0.5em 0;
}

.impressum article {
  padding: 0 5vw;
}

#webdesigner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2vw;
          column-gap: 2vw;
  padding: 5vw 0;
}

#webdesigner #textContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 36em;
}

#webdesigner #webdesignerLogo img {
  height: 6em;
}

#impressum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  padding: 5vw 0;
}

#impressum #impressumImage img {
  height: 11em;
}

.datenschutz article {
  margin: 0 10vw;
  padding-top: 4em;
}

@media screen and (max-width: 991px) {
  .datenschutz article {
    margin: 0 2vw;
  }
}

@media screen and (max-width: 767px) {
  .datenschutz article {
    margin: 0 2vw;
    margin-left: 5vw;
  }
}

.datenschutz article h4 {
  font-size: 22px;
}

#top {
  padding-top: 4em;
}

.fadescroll {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
}

.fade {
  opacity: 1;
}

.moveleft {
  -webkit-transform: translate(-200px, 0);
          transform: translate(-200px, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
}

.moveright {
  -webkit-transform: translate(200px, 0);
          transform: translate(200px, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
}

.movedown {
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
}

.movedownHeader {
  -webkit-animation-name: HeaderMove;
          animation-name: HeaderMove;
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
}

.translateOrigin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes HeaderMove {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 200px);
            transform: translate(0, 200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes HeaderMove {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 200px);
            transform: translate(0, 200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*# sourceMappingURL=system.css.map */