@import "/__assets/lib/bootstrap-3.3.7-dist/css/bootstrap.css";
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 400;
  src: url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-regular.eot');
  src: local('Amaranth Regular'), local('Amaranth-Regular'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-regular.woff2') format('woff2'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-regular.woff') format('woff'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-regular.ttf') format('truetype'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-regular.svg#Amaranth') format('svg');
}
@font-face {
  font-family: 'Amaranth';
  font-style: normal;
  font-weight: 700;
  src: url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-700.eot');
  src: local('Amaranth Bold'), local('Amaranth-Bold'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-700.eot?#iefix') format('embedded-opentype'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-700.woff2') format('woff2'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-700.woff') format('woff'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-700.ttf') format('truetype'), url('/__assets/lib/Fonts/amaranth-v8-latin/amaranth-v8-latin-700.svg#Amaranth') format('svg');
}
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('/__assets/lib/Fonts/satisfy-v8-latin/satisfy-v8-latin-regular.eot');
  src: local('Satisfy Regular'), local('Satisfy-Regular'), url('/__assets/lib/Fonts/satisfy-v8-latin/satisfy-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('/__assets/lib/Fonts/satisfy-v8-latin/satisfy-v8-latin-regular.woff2') format('woff2'), url('/__assets/lib/Fonts/satisfy-v8-latin/satisfy-v8-latin-regular.woff') format('woff'), url('/__assets/lib/Fonts/satisfy-v8-latin/satisfy-v8-latin-regular.ttf') format('truetype'), url('/__assets/lib/Fonts/satisfy-v8-latin/satisfy-v8-latin-regular.svg#Satisfy') format('svg');
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255,255,255,0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
* {
  outline: 0 !important;
}
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  font-size: 100.0%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  font-family: 'Amaranth';
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  background-color: #f7f1ea;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tr {
  display: table;
  width: 100%;
  height: 100%;
}
.tr .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.tr .td.bottom {
  vertical-align: bottom;
}
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-ratio {
  position: relative;
}
.video-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-ratio > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bildmarke-svg {
  position: relative;
}
.bildmarke-svg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 95.13888%;
}
.bildmarke-svg > svg,
.bildmarke-svg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
body {
  padding-top: 75px;
}
body header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  z-index: 80;
  background-image: url(/assets/img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body header > .container {
  height: 100%;
}
body header > .container > .row {
  height: 100%;
}
body header > .container > .row > div {
  height: 100%;
}
body header #burger {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
body header #burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #413113;
  border-radius: 0px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
body header #burger span:nth-child(1) {
  top: 17px;
}
body header #burger span:nth-child(2),
body header #burger span:nth-child(3) {
  top: 24.0px;
}
body header #burger span:nth-child(4) {
  top: 31px;
}
body header #navigation {
  display: none;
}
body header #navigation ul li {
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
body header #navigation ul li:first-child {
  margin-left: 0px;
}
body header #navigation ul li a {
  font-family: 'Amaranth';
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #413113;
}
body header #navigation ul li:hover {
  text-decoration: none !important;
}
body header #navigation ul li:hover a {
  text-decoration: none !important;
}
body header #navigation ul li:hover:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  border-bottom: 5px solid #413113;
  content: "";
}
body header #navigation ul li.active:after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  border-bottom: 5px solid #413113;
  content: "";
}
body header #logo {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 2;
}
body header #logo .logo-holder {
  position: absolute;
  font-size: 65px;
  height: 1em;
}
body header #logo .logo-holder svg {
  width: 1em;
  height: 1em;
}
body header #logo .bildmarke-holder {
  position: absolute;
  display: none;
  font-size: 65px;
  height: 1em;
}
body header #logo .bildmarke-holder svg {
  width: 1em;
  height: 1em;
}
body #navigation-mobile {
  display: block;
  position: fixed;
  top: 75px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 98;
  background-color: rgba(65,49,19,0.95);
  transform: translate(-100%,0px);
  -webkit-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  -moz-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  -ms-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  -o-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
}
body #navigation-mobile .inner {
  padding: 55px 25px 20px 25px;
}
body #navigation-mobile .inner ul li {
  margin-bottom: 10px;
}
body #navigation-mobile .inner ul li a {
  font-family: 'Amaranth';
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #f7f1ea;
  display: block;
  text-transform: uppercase;
  padding: 10px 0px;
  text-decoration: none !important;
}
body #navigation-mobile .inner ul li a:hover {
  text-decoration: none;
}
body.menu-open #navigation-mobile {
  transform: translate(0px,0px);
}
body.menu-open header #burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu-open header #burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.menu-open header #burger span:nth-child(1),
body.menu-open header #burger span:nth-child(4) {
  opacity: 0;
}
body footer .inner {
  background-image: url(/assets/img/holz.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0px;
}
body footer img {
  display: block;
  width: 100%;
  max-width: 94px;
  height: auto;
  margin-bottom: 30px;
}
body footer h2 {
  font-family: 'Satisfy';
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  color: #413113;
  padding: 0px;
  margin: 30px 0px 28px 0px;
}
body footer p {
  font-family: 'Amaranth';
  font-size: 14.5px;
  line-height: 25px;
  font-weight: 400;
  color: #413113;
  padding: 0px;
  margin: 0px 0px 25px 0px;
}
body footer p:last-child {
  margin-bottom: 0px;
}
body footer a {
  text-decoration: none !important;
  color: #413113;
}
body footer a:hover {
  color: #413113;
}
body footer .copyright-row {
  padding: 20px 0px;
  font-family: 'Amaranth';
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}
body footer .copyright-row .copyright {
  font-family: 'Amaranth';
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #413113;
  margin-bottom: 15px;
}
body footer .copyright-row a {
  display: inline-block;
  font-family: 'Amaranth';
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: none !important;
  color: #413113;
  margin-right: 30px;
}
body footer .copyright-row a:last-child {
  margin-right: 0px;
}
body footer .copyright-row a:hover {
  color: #413113;
}
body #visual {
  display: block;
  position: relative;
  width: 100%;
}
body #visual img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 1;
}
body #visual .copy .box {
  text-align: center;
  background-color: rgba(68,91,48,0.7);
  padding: 20px;
}
body #visual .copy .box * {
  color: #fff;
}
body article,
body #visual .copy {
  padding: 35px 0px;
}
body article h1,
body #visual .copy h1 {
  font-family: 'Satisfy';
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  padding: 0px;
  margin: 0px 0px 35px 0px;
  color: #413113;
}
body article h2,
body #visual .copy h2 {
  font-family: 'Amaranth';
  font-size: 18px;
  line-height: 26.5px;
  font-weight: 700;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  color: #413113;
}
body article .versal,
body #visual .copy .versal {
  text-transform: uppercase;
}
body article hr,
body #visual .copy hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 4px solid #000;
  margin: 30px 0px;
}
body article ul,
body #visual .copy ul {
  margin: 0px 0px 26.5px 0px;
}
body article ul:last-child,
body #visual .copy ul:last-child {
  margin-bottom: 0px;
}
body article ul li,
body #visual .copy ul li {
  font-family: 'Amaranth';
  font-size: 18px;
  line-height: 26.5px;
  font-weight: 400;
  color: #413113;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  position: relative;
}
body article ul li:before,
body #visual .copy ul li:before {
  position: absolute;
  content: "- ";
  left: 0px;
}
body article p,
body #visual .copy p {
  font-family: 'Amaranth';
  font-size: 18px;
  line-height: 26.5px;
  font-weight: 400;
  color: #413113;
  padding: 0px;
  margin: 0px 0px 26.5px 0px;
}
body article p:last-child,
body #visual .copy p:last-child {
  margin-bottom: 0px;
}
body article p strong,
body #visual .copy p strong {
  font-family: 'Amaranth';
  font-size: 18px;
  line-height: 26.5px;
  font-weight: 700;
}
body article p a,
body #visual .copy p a {
  color: #413113;
  text-decoration: none !important;
}
body article p a:hover,
body #visual .copy p a:hover {
  color: #413113;
}
body article .bildmarke-svg,
body #visual .copy .bildmarke-svg {
  display: inline-block;
  width: 185px;
}
body article .head,
body #visual .copy .head {
  text-align: center;
  padding-top: 5px;
}
body article .mid,
body #visual .copy .mid {
  text-align: center;
}
body article .bottom,
body #visual .copy .bottom {
  margin-top: 60px;
  text-align: center;
}
body article .img-holder,
body #visual .copy .img-holder {
  margin-bottom: 50px;
  margin-top: 50px;
}
body article .img-holder img,
body #visual .copy .img-holder img {
  -webkit-box-shadow: -17px 17px 34px 0 rgba(0,0,0,0.17);
  box-shadow: -17px 17px 34px 0 rgba(0,0,0,0.17);
  border: 10px solid #fff;
}
body article .img-holder.img-1a img,
body #visual .copy .img-holder.img-1a img {
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(-0.75grad);
}
body article .img-holder.img-2a .td,
body #visual .copy .img-holder.img-2a .td {
  width: 100%;
  display: block;
}
body article .img-holder.img-2a .td:last-child img,
body #visual .copy .img-holder.img-2a .td:last-child img {
  transform: rotate(4.25grad);
}
body article .img-holder.img-2a .td:first-child img,
body #visual .copy .img-holder.img-2a .td:first-child img {
  z-index: 2;
}
body article .img-holder.img-2a img,
body #visual .copy .img-holder.img-2a img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  transform: rotate(-0.75grad);
}
body article .img-holder.img-2b .td,
body #visual .copy .img-holder.img-2b .td {
  width: 100%;
  display: block;
}
body article .img-holder.img-2b .td:last-child img,
body #visual .copy .img-holder.img-2b .td:last-child img {
  transform: rotate(4.25grad);
}
body article .img-holder.img-2b .td:first-child img,
body #visual .copy .img-holder.img-2b .td:first-child img {
  z-index: 2;
}
body article .img-holder.img-2b img,
body #visual .copy .img-holder.img-2b img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  transform: rotate(-0.75grad);
}
body article .img-holder.img-3a .td,
body #visual .copy .img-holder.img-3a .td {
  width: 100%;
  display: block;
}
body article .img-holder.img-3a .td:last-child img,
body #visual .copy .img-holder.img-3a .td:last-child img {
  transform: rotate(4.25grad);
}
body article .img-holder.img-3a .td:first-child img,
body #visual .copy .img-holder.img-3a .td:first-child img {
  z-index: 2;
}
body article .img-holder.img-3a img,
body #visual .copy .img-holder.img-3a img {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  transform: rotate(-0.75grad);
}
@media (min-width: 768px) {
  body footer {
    margin-top: 50px;
  }
  body footer .copyright-row .copyright {
    margin-bottom: 0px;
  }
  body footer img {
    max-width: 194px;
  }
  body #visual {
    height: calc(100vh - 75px);
  }
  body #visual img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
  }
  body #visual .copy {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
  }
  body article,
  body #visual .copy {
    padding: 35px 0px;
  }
  body article h1,
  body #visual .copy h1 {
    font-family: 'Satisfy';
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    padding: 0px;
    margin: 0px 0px 45px 0px;
    color: #413113;
  }
  body article h2,
  body #visual .copy h2 {
    font-family: 'Amaranth';
    font-size: 24px;
    line-height: 32.5px;
    font-weight: 700;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #413113;
  }
  body article .versal,
  body #visual .copy .versal {
    text-transform: uppercase;
  }
  body article ul,
  body #visual .copy ul {
    margin: 0px 0px 32.5px 0px;
  }
  body article ul:last-child,
  body #visual .copy ul:last-child {
    margin-bottom: 0px;
  }
  body article ul li,
  body #visual .copy ul li {
    font-family: 'Amaranth';
    font-size: 24px;
    line-height: 32.5px;
    font-weight: 400;
    color: #413113;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
  }
  body article .mid,
  body #visual .copy .mid {
    text-align: left;
  }
  body article p,
  body #visual .copy p {
    font-family: 'Amaranth';
    font-size: 24px;
    line-height: 32.5px;
    font-weight: 400;
    color: #413113;
    padding: 0px;
    margin: 0px 0px 32.5px 0px;
  }
  body article p:last-child,
  body #visual .copy p:last-child {
    margin-bottom: 0px;
  }
  body article p strong,
  body #visual .copy p strong {
    font-family: 'Amaranth';
    font-size: 24px;
    line-height: 32.5px;
    font-weight: 700;
  }
  body article p a,
  body #visual .copy p a {
    color: #413113;
    text-decoration: none !important;
  }
  body article p a:hover,
  body #visual .copy p a:hover {
    color: #413113;
  }
  body article .img-holder img,
  body #visual .copy .img-holder img {
    border: 12.5px solid #fff;
  }
  body article .img-holder.img-2a .td,
  body #visual .copy .img-holder.img-2a .td {
    width: 50%;
    display: table-cell;
  }
  body article .img-holder.img-2a .td:first-child img,
  body #visual .copy .img-holder.img-2a .td:first-child img {
    width: 110%;
    transform: rotate(-0.75grad);
  }
  body article .img-holder.img-2a .td:last-child img,
  body #visual .copy .img-holder.img-2a .td:last-child img {
    width: 110%;
    transform: rotate(4.25grad) translateX(-10%);
  }
  body article .img-holder.img-2b,
  body #visual .copy .img-holder.img-2b {
    position: relative;
    margin-bottom: 20%;
  }
  body article .img-holder.img-2b .td,
  body #visual .copy .img-holder.img-2b .td {
    width: 50%;
    display: table-cell;
  }
  body article .img-holder.img-2b .td:first-child,
  body #visual .copy .img-holder.img-2b .td:first-child {
    width: 100%;
  }
  body article .img-holder.img-2b .td:first-child img,
  body #visual .copy .img-holder.img-2b .td:first-child img {
    width: 95%;
    transform: rotate(-0.75grad);
  }
  body article .img-holder.img-2b .td:last-child img,
  body #visual .copy .img-holder.img-2b .td:last-child img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    width: 50%;
    transform: rotate(4.25grad) translateY(40%);
  }
  body article .img-holder.img-3a .tr:first-child .td,
  body #visual .copy .img-holder.img-3a .tr:first-child .td {
    width: 100% !important;
  }
  body article .img-holder.img-3a .tr:first-child .td img,
  body #visual .copy .img-holder.img-3a .tr:first-child .td img {
    width: 90%;
    transform: rotate(-0.75grad) translateX(5%);
  }
  body article .img-holder.img-3a .tr:last-child .td,
  body #visual .copy .img-holder.img-3a .tr:last-child .td {
    width: 50%;
    display: table-cell;
  }
  body article .img-holder.img-3a .tr:last-child .td:first-child img,
  body #visual .copy .img-holder.img-3a .tr:last-child .td:first-child img {
    width: 110%;
    transform: rotate(1.75grad) translateY(-30%);
  }
  body article .img-holder.img-3a .tr:last-child .td:last-child img,
  body #visual .copy .img-holder.img-3a .tr:last-child .td:last-child img {
    width: 110%;
    z-index: 4;
    transform: rotate(-2.25grad) translate(-10%,20%);
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 155px;
    -webkit-transition: padding 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -moz-transition: padding 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -ms-transition: padding 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -o-transition: padding 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body header {
    height: 155px;
    -webkit-transition: height 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -moz-transition: height 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -ms-transition: height 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -o-transition: height 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body header #burger {
    display: none;
  }
  body header #navigation {
    display: block;
  }
  body header #navigation ul li {
    margin-left: 30px;
  }
  body header #navigation ul li a {
    font-family: 'Amaranth';
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
  }
  body header #logo {
    top: 15px;
    -webkit-transition: top 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -moz-transition: top 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -ms-transition: top 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -o-transition: top 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body header #logo .logo-holder {
    font-size: 125px;
    -webkit-transition: font-size 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -moz-transition: font-size 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -ms-transition: font-size 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
    -o-transition: font-size 250ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body header #logo .bildmarke-holder {
    display: none;
  }
  body.scrolled-down {
    padding-top: 120px;
  }
  body.scrolled-down header {
    height: 80px;
  }
  body.scrolled-down header #logo {
    top: 5px;
  }
  body.scrolled-down header #logo .logo-holder {
    font-size: 70px;
  }
  body footer .inner {
    padding: 70px 0px;
  }
  body footer h2 {
    font-family: 'Satisfy';
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 0px 36px 0px;
  }
  body footer p {
    font-family: 'Amaranth';
    font-size: 17.5px;
    line-height: 30px;
    font-weight: 400;
    margin: 0px 0px 30px 0px;
  }
  body footer a:hover {
    color: #413113;
    opacity: 0.7;
  }
  body #visual {
    height: calc(100vh - 155px);
  }
  body article,
  body #visual .copy {
    padding: 50px 0px;
  }
  body article .img-holder img,
  body #visual .copy .img-holder img {
    border: 15px solid #fff;
  }
  body article a:hover,
  body #visual .copy a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 215px;
  }
  body #visual {
    height: calc(100vh - 215px);
  }
  body header {
    height: 215px;
  }
  body header #navigation {
    display: block;
  }
  body header #navigation ul li {
    margin-left: 40px;
  }
  body header #navigation ul li a {
    font-family: 'Amaranth';
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
  }
  body header #logo {
    top: 15px;
  }
  body header #logo .logo-holder {
    font-size: 185px;
  }
}
