/*-------------------------------------------------------------------------------------

  Copyright (c) 2020 Pixelzauber GmbH, Switzerland
  CSS definition for main stylesheet

-------------------------------------------------------------------------------------*/
@charset "UTF-8";
@import url("jquery.fancybox.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");

@font-face {
  font-family: "Soene";
  src: url(../fonts/Soehne-Leicht.otf) format("opentype");
}

@font-face {
  font-family: "Soene";
  font-weight: bold;
  src: url(../fonts/Soehne-Halbfett.otf) format("opentype");
}

/**
 * ANCHOR normalize
 *
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  /*-moz-border-radius : 0;*/
  border-radius: 0;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  height: 100%;
}

body ol,
body ul {
  list-style: none;
  margin-bottom: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ul,
ol {
  padding: 0;
  margin-left: 25px;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active {
  outline: none;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 8px;
}

/**
 * ANCHOR layout
 *
 */
.inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1200px;
  height: auto;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.print {
  display: none;
}

.center {
  text-align: center;
}

.right,
.rechts {
  text-align: right;
}

.white,
.weiss {
  background-color: rgb(255, 255, 255);
}

.gray,
.grey,
.grau {
  background-color: rgb(208, 208, 206);
}

.black {
  background-color: rgb(0, 0, 0);
}

.yellow {
  background-color: rgb(255, 184, 28);
}

.goTop {
  cursor: pointer;
}

.goMore {
  cursor: pointer;
}

.content {
  width: 65%;
}

.column-left,
.spalte-links {
  float: left;
  width: calc(100% - 420px);
}

.column-right,
.spalte-rechts {
  float: right;
  width: 320px;
}

.block,
.block_05,
.block_10,
.block_15,
.block_20,
.block_25,
.block_30,
.block_33,
.block_35,
.block_40,
.block_45,
.block_50,
.block_55,
.block_60,
.block_65,
.block_66,
.block_70,
.block_75,
.block_80,
.block_85,
.block_90,
.block_95,
.block_100 {
  float: left;
  height: auto;
}

.block {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 -8px;
  width: calc(100% + 16px);
}

.block > .block {
  margin: 0 8px;
  display: block;
}

.block.border {
  margin: 8px;
}

.block.half {
  width: calc(50% - 16px);
}

.block.third {
  width: calc(33.3333% - 16px);
}

.block.two-third {
  width: calc(66.6666% - 16px);
}

.block.quarter {
  width: calc(25% - 16px);
}

.block.three-quarter {
  width: calc(75% - 16px);
}

.block.fifth {
  width: calc(20% - 16px);
}

.block.two-fifth {
  width: calc(40% - 16px);
}

.block.three-fifth {
  width: calc(60% - 16px);
}

.block.four-fifth {
  width: calc(80% - 16px);
}

.block.full {
  width: calc(100% - 16px);
}

.block_05 {
  width: 5%;
}

.block_10 {
  width: 10%;
}

.block_15 {
  width: 15%;
}

.block_20 {
  width: 20%;
}

.block_25 {
  width: 25%;
}

.block_30 {
  width: 30%;
}

.block_33 {
  width: 33.3333%;
}

.block_35 {
  width: 35%;
}

.block_40 {
  width: 40%;
}

.block_45 {
  width: 45%;
}

.block_50 {
  width: 50%;
}

.block_55 {
  width: 55%;
}

.block_60 {
  width: 60%;
}

.block_65 {
  width: 65%;
}

.block_66 {
  width: 66.6666%;
}

.block_70 {
  width: 70%;
}

.block_75 {
  width: 75%;
}

.block_80 {
  width: 80%;
}

.block_85 {
  width: 85%;
}

.block_90 {
  width: 90%;
}

.block_95 {
  width: 95%;
}

.block_100 {
  width: 100%;
}

body {
  background-color: rgb(255, 255, 255);
}

.border-right,
.border-bottom,
.border-left {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 184, 28, 1);
  z-index: 100;
}

.border-right {
  top: 0;
  right: 0;
  width: 20px;
}

.border-bottom {
  bottom: 0;
  left: 0;
  height: 20px;
}

.border-left {
  top: 0;
  left: 0;
  width: 20px;
}

header {
  position: fixed;
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  min-height: 100px;
  background-color: rgba(255, 184, 28, 1);
  z-index: 110;
}
.home header {
  background-color: rgba(255, 184, 28, 0);
}

header .logo {
  float: left;
  margin: 0 0 0 100px;
  height: 94%;
}

header .logo img {
  float: left;
  height: 100%;
}

#navMain {
  position: fixed;
  padding: 100px;
  right: -700px;
  top: 0;
  width: 500px;
  height: calc(100% - 200px);
  min-height: calc(100% - 200px);
  background: rgb(255, 255, 255);
  z-index: 120;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}

#navMain.open {
  right: 0;
}

.navSocialmedia {
  position: relative;
  float: left;
  margin: 60px 0 0 0;
}

section {
  position: relative;
  float: left;
  margin: 0 20px;
  padding: 100px 0;
  width: calc(100% - 40px);
  background-color: rgb(255, 255, 255);
  z-index: 20;
}

.parallax {
  position: relative;
  padding: 150px 0 122px 0;
  background-image: url(../images/Layout_Parallax_Startseite_2400x2000px_FS.svg);
  background-attachment: fixed;
  background-position: calc(100% + 100px) center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}

.parallax .parallax-wrap {
  display: none;
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax .parallax-wrap .parallax-background {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/Layout_Parallax_Startseite_2400x2000px_FS.svg);
  background-position: calc(100% + 100px) center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  transform: translateZ(0);
  will-change: transform;
}

.statement {
  padding: 0;
}

.statement .inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.skills {
  padding: 100px 0;
}

.stage {
  margin-top: 0;
  padding: 0;
  height: 100%;
  background-color: rgb(255, 184, 28);
  overflow-x: hidden;
  z-index: 10;
}

.welcome {
  padding: 200px 0 100px 0;
  height: calc(100% - 220px);
  background-color: rgb(255, 184, 28);
  z-index: 10;
}
.factory-stage {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 10;
}
.factory-stage-wrapper,
.factory-stage-left,
.factory-stage-center,
.factory-stage-right,
.factory-stage-teaser,
.factory-stage img {
  position: relative;
  float: left;
  height: auto;
  width: 100%;
}
.factory-stage-left {
  width: 25%;
}
.factory-stage-center {
  width: 50%;
}
.factory-stage-right {
  width: 25%;
}
.factory-stage-teaser {
  display: flex;
  justify-content: center;
  padding-top: 5vh;
  margin: 0;
  font-family: "Soene", Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: clamp(34px, 10vw, 7.5rem);
  line-height: 0.95;
}
.factory-stage img.wheel {
  position: absolute;
  top: 63%;
  height: 24%;
  width: auto;
  animation: spin 6s linear infinite;
}
.factory-stage img.wheel_1 {
  right: 76.4%;
}
.factory-stage img.wheel_2 {
  right: 41.4%;
}
.factory-stage img.wheel_3 {
  right: 6.4%;
}
.factory-stage img.wheel_4 {
  left: 2.3%;
}
.factory-stage img.wheel_5 {
  right: 2.3%;
}
.factory-stage img.wheel_6 {
  left: 6.4%;
}
.factory-stage img.wheel_7 {
  left: 41.4%;
}
.factory-stage img.wheel_8 {
  left: 76.4%;
}
.factory-stage img.gear_1 {
  top: 56%;
  left: 22%;
  height: 36%;
  animation: spin 8s linear infinite;
}
.factory-stage img.gear_2 {
  top: 52%;
  left: 53%;
  height: 28%;
}
.factory-stage img.gear_3 {
  top: 46%;
  right: 18%;
  height: 18%;
  animation: spin 3s linear infinite;
}
.factory-stage img.blinker {
  position: absolute;
  top: 45.5%;
  left: 31%;
  height: 7%;
  width: auto;
}
.factory-stage img.blinker_1 {
  top: 45.5%;
  left: 31%;
  animation: blinker 2s step-start infinite;
}
.factory-stage img.blinker_2 {
  top: 3%;
  left: 57.5%;
  animation: blinker 1s step-start infinite;
}
.factory-stage img.blinker_3 {
  top: 3%;
  left: 61.5%;
  animation: blinker 1s step-start infinite reverse;
}
.factory-stage img.vehicle_in {
  position: absolute;
  top: 18.5%;
  left: -50%;
  height: 40%;
  width: auto;
  opacity: 0;
  animation: transfer-vehicle-in 20s linear infinite;
}
.factory-stage img.vehicle_in_2 {
  animation-delay: 4s;
}
.factory-stage img.vehicle_in_3 {
  animation-delay: 8s;
}
.factory-stage img.vehicle_in_4 {
  animation-delay: 12s;
}
.factory-stage img.vehicle_in_5 {
  animation-delay: 16s;
}
.factory-stage img.vehicle_out {
  position: absolute;
  top: 18.5%;
  left: -50%;
  height: 40%;
  width: auto;
  opacity: 0;
  animation: transfer-vehicle-out 20s linear infinite;
}
.factory-stage img.vehicle_out_2 {
  animation-delay: 4s;
}
.factory-stage img.vehicle_out_3 {
  animation-delay: 8s;
}
.factory-stage img.vehicle_out_4 {
  animation-delay: 12s;
}
.factory-stage img.vehicle_out_5 {
  animation-delay: 16s;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes transfer-vehicle-in {
  0% {
    opacity: 1;
    margin-left: -50%;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-left: 200%;
  }
}
@keyframes transfer-vehicle-out {
  0% {
    opacity: 0;
    margin-left: -50%;
  }
  52% {
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    margin-left: 200%;
  }
}

#snowfall {
  position: fixed;
  top: 20;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  z-index: 10;
}

.goMore {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  background-image: url("../images/goMore.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  cursor: pointer;
  z-index: 20;
}

.mainImage {
  float: left;
  margin: 200px 20px 0 20px;
  padding: 0;
  width: calc(100% - 40px);
  height: calc(100% - 500px);
  background-color: darkgray;
}

.mainImage .image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  background-image: url(../images/image.jpg);
  background-position: center;
  background-size: cover;
}

main {
  float: left;
  padding: 100px 0;
  width: 100%;
  min-height: 100%;
  background-color: rgb(255, 255, 255);
}

main.without-header {
  margin-top: 200px;
}

footer {
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
  min-height: 500px;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/bg_triangle_yellow.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 220px auto;
  box-sizing: border-box;
  z-index: 20;
}

.footer-grid {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  bottom: 100px;
  left: calc(50% - 600px);
  width: 1200px;
}

.footer-item {
  float: left;
  width: 33.3333%;
}

.imageFrame {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  background-position: center;
  -webkit-background-size: cover;
  /*-moz-background-size : cover;*/
  -o-background-size: cover;
  background-size: cover;
}

.imageFrame::before {
  content: "";
  display: block;
  padding-top: 58%;
}

/**
 * ANCHOR animation
 *
 */
.rocket {
  position: fixed;
  top: 100vh;
  left: -60vw;
  width: 60vw;
  height: 56vw;
  animation: flight 20s linear infinite;
}
.rocket .rocket-ship {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.rocket .rocket-ship img {
  float: left;
  width: 100%;
  height: auto;
}
.rocket .rocket-cloud {
  position: absolute;
  left: -15vw;
  bottom: -15vw;
  width: 30vw;
  height: 30vw;
  z-index: 5;
}
.rocket .rocket-cloud .rocket-smoke {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  animation: rocket-ani-smoke 2s ease infinite;
}
.rocket .rocket-cloud .rocket-smoke.one {
  left: 35%;
  top: 5%;
  width: 60%;
  height: 60%;
  animation-delay: 0.2s;
  animation: rocket-main-smoke 0.5s ease infinite;
}
.rocket .rocket-cloud .rocket-smoke.two {
  left: 5%;
  top: 5%;
  animation-delay: 0.1s;
}
.rocket .rocket-cloud .rocket-smoke.three {
  left: 50%;
  top: 50%;
  animation-delay: 0.3s;
}
.rocket .rocket-cloud .rocket-smoke.four {
  left: 10%;
  top: 30%;
  animation-delay: 0.4s;
}
.rocket .rocket-cloud .rocket-smoke.five {
  left: 30%;
  top: 40%;
  animation-delay: 0.5s;
}
.rocket .rocket-cloud .rocket-smoke.six {
  left: 10%;
  top: 50%;
  animation-delay: 1s;
}
.astronaut {
  position: fixed;
  right: 100vw;
  top: 80vh;
  width: 15vw;
  height: 15vw;
  animation: astronaut1 20s linear infinite;
}
.astronaut.two {
  animation: astronaut2 19s linear infinite;
  animation-delay: 1s;
}
.astronaut img {
  float: left;
  width: 100%;
}
.rocket-text {
  position: fixed;
  left: 30vw;
  bottom: 15vh;
  width: 40vw;
  height: auto;
}
.rocket-text img {
  float: left;
  width: 100%;
}

.box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 6vw;
  height: 6vw;
}
.box img {
  float: left;
  width: 100%;
}
.box-1 {
  /* Box rot */
  left: 30%;
  top: 60%;
  animation: box1 60s linear infinite;
}
.box-2 {
  /* Box rot gestreift */
  left: 38%;
  top: 35%;
  animation: box1 60s linear infinite;
}
.box-3 {
  /* Box grün */
  left: 75%;
  top: 25%;
  animation: box1 60s linear infinite;
}
.box-4 {
  /* Box blau */
  left: 25%;
  top: 25%;
  animation: box2 100s linear infinite;
}
.box-5 {
  /* Box rot gepunktet */
  left: unset;
  top: unset;
  right: 8%;
  bottom: 8%;
  width: 12vw;
  height: 15vw;
  animation: box2 100s linear infinite;
}
.box-6 {
  /* Lebkuchen Mann */
  left: 55%;
  top: 10%;
  animation: box1 60s linear infinite;
}
.box-7 {
  /* Lebkuchen Stern */
  left: 60%;
  top: 50%;
  animation: box1 60s linear infinite;
}
.box-8 {
  /* Stiefel */
  left: 12%;
  top: unset;
  bottom: 6%;
  height: 11vw;
  animation: box1 60s linear infinite;
}
.box-9 {
  /* Lebkuchen Stern */
  left: 5%;
  top: 28%;
  width: 4vw;
  height: 4vw;
  animation: box1 80s linear infinite;
}

@keyframes box1 {
  100% {
    transform: rotate(600deg);
  }
}
@keyframes box2 {
  100% {
    transform: rotate(-700deg);
  }
}

@keyframes flight {
  0% {
    top: 100vh;
    left: -60vw;
  }
  50%,
  100% {
    top: -60vw;
    left: 90vw;
    transform: scale(0.6);
  }
}
@keyframes vibration {
  0%,
  100% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
}
@keyframes rocket-ani-smoke {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
@keyframes rocket-main-smoke {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: translate(-10px, 10px) scale(0.9);
  }
}
@keyframes astronaut1 {
  0%,
  30% {
    right: 100vw;
    top: 60vh;
  }
  100% {
    right: -40vw;
    top: -20vw;
    transform: scale(0.6) rotate(600deg);
  }
}
@keyframes astronaut2 {
  0%,
  40% {
    right: 100vw;
    top: 80vh;
  }
  100% {
    right: -20vw;
    top: -40vw;
    transform: scale(0.6) rotate(300deg);
  }
}

/**
 * ANCHOR text
 *
 */
body {
  font-family: "Soene", Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  -webkit-text-size-adjust: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Soene", Arial, Helvetica, sans-serif;
  margin: 20px 0 15px 0;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 9.375rem;
  font-size: clamp(28px, 11.4vw, 9.375rem);
  margin: 0 0 28px 0;
  line-height: 0.95;
}

h2,
.h2 {
  line-height: 1;
  font-size: 3.125rem;
  font-size: clamp(24px, 3.8vw, 3.125rem);
}

h3,
.h3 {
  line-height: 1;
  font-size: 1.875rem;
  font-size: clamp(22px, 2.8vw, 1.875rem);
}

h4,
.h4 {
  font-size: 1.125rem;
  font-size: clamp(18px, 2.2vw, 1.125rem);
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

.first {
  margin-top: 0;
}

.center {
  text-align: center;
}

p {
  margin-bottom: 8px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-decoration: underline;
}

a:hover,
a:active {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

a[name],
a[name]:hover,
a[name]:active {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

em {
  font-style: italic;
}

pre {
  padding: 10px 19px;
  margin: 18px 0 12px 0;
  line-height: 20px;
  width: auto;
  color: rgb(0, 0, 160);
  border: 1px solid rgb(200, 200, 200);
  background-color: rgb(240, 240, 240);
  overflow: auto;
  overflow-y: hidden;
}

sup {
  line-height: 1em;
}

blockquote {
  position: relative;
  float: left;
  padding: 0;
  margin: 20px 0 20px 20px;
  width: calc(100% - 20px);

  font-size: 2.56rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

blockquote:before {
  position: absolute;
  padding: 0;
  margin: 0;
  content: "\00AB";
  left: -20px;
  top: 0;
  width: 20px;
  height: 50px;
  font-size: 2.56rem;
  line-height: 1.2;
}

blockquote cite {
  margin-right: 33px;
  padding-top: 3px;
  font-size: 1.375rem;
  font-weight: normal;
  text-transform: none;
}

blockquote cite:before {
  content: none;
}

ol,
ul {
  margin: 0;
  padding: 0 0 15px 0;
  width: 100%;
}

ul ul,
ol ol {
  margin: 0;
  padding: 0;
  width: 100%;
}

ul li {
  list-style: none;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 18px;
}

ul li::before {
  float: left;
  content: "\25CF";
  color: rgb(51, 51, 51);
  margin: 0 0 -10px -16px;
  display: block;
  font-size: 0.8em;
}

ol li {
  margin-left: 30px;
  line-height: 1.5em;
  list-style: decimal;
}

ul.invert li a {
  color: rgb(51, 51, 51);
}

ul.invert li a:hover,
ul.invert li a:active {
  color: rgb(222, 0, 0);
}

ul.none li {
  margin-left: 2px;
}

ul.none li::before {
  content: none;
  margin-left: 0;
}

@media print {
  ol {
    margin: 0 0 0 24px;
    padding: 0;
    list-style: decimal;
  }

  ul {
    margin: 0 0 0 17px;
    padding: 0;
    list-style: disc;
  }

  ol li,
  ul li {
    margin: 0;
    padding: 0;
    background: none;
  }
}

b,
strong {
  font-weight: bold;
}

hr {
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
  height: 0;
  border: 0;
  border-top: 1px solid rgb(51, 51, 51);
}

table {
  margin-bottom: 10px;
  font-family: "Soene", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

table th {
  border-bottom: 1px dotted rgb(51, 51, 51);
  font-weight: 400;
  padding: 2px 0 5px 0;
  text-align: left;
}

table td {
  padding: 6px 0 3px 0;
}

table.none,
table.none td {
  padding: 0px;
  margin-bottom: 0px;
}

table.zebra thead tr {
  background-color: rgb(233, 233, 233);
}

table.zebra tbody tr:nth-child(even) {
  background-color: rgb(241, 241, 241);
}

.column {
  column-count: 2;
  column-gap: 30px;
}

/**
 * ANCHOR text custom
 *
 */
main a.pdf,
main a:hover.pdf,
main a:active.pdf {
  background: transparent url("../images/icon_system.png") 0 -200px no-repeat;
  padding-left: 20px;
  padding-right: 0;
}

main a.doc,
main a:hover.doc,
main a:active.doc {
  background: transparent url("../images/icon_system.png") 0 -300px no-repeat;
  padding-left: 20px;
  padding-right: 0;
}

main a.xls,
main a:hover.xls,
main a:active.xls {
  background: transparent url("../images/icon_system.png") 0 -400px no-repeat;
  padding-left: 20px;
  padding-right: 0;
}

main a.ppt,
main a:hover.ppt,
main a:active.ppt {
  background: transparent url("../images/icon_system.png") 0 -500px no-repeat;
  padding-left: 20px;
  padding-right: 0;
}

main a.jpg,
main a:hover.jpg,
main a:active.jpg {
  background: transparent url("../images/icon_system.png") 0 -600px no-repeat;
  padding-left: 20px;
  padding-right: 0;
}

main a.zip,
main a:hover.zip,
main a:active.zip {
  background: transparent url("../images/icon_system.png") 0 -700px no-repeat;
  padding-left: 20px;
  padding-right: 0;
}

main a.mp4,
main a:hover.mp4,
main a:active.mp4 {
  background: transparent url("../images/icon_system.png") 0 -1000px no-repeat;
  padding-left: 20px;
  padding-right: 0;
}

main a.none,
main a:hover.none,
main a:active.none {
  background: none;
  padding-right: 0px;
  padding-left: 0px;
}

.black blockquote {
  color: rgb(255, 255, 255);
}

.statement blockquote {
  margin-top: 120px;
}

.arrow-left,
.arrow-right {
  width: 100%;
  height: 50px;
  background-image: url(../images/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 20px;
}

.arrow-right {
  background-image: url(../images/icon_arrow_right.svg);
  background-position: center right;
}

footer h1,
footer h2,
footer h3,
footer p,
footer a {
  color: rgb(0, 0, 0);
}

footer a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

footer a:hover,
footer a:active {
  color: rgba(0, 0, 0, 0.5);
}

footer ul {
  float: left;
}

footer ul li {
  float: left;
  margin: 0 20px 0 0;
}

footer ul li:last-child {
  margin: 0;
}

footer ul li::before {
  content: none;
}

p.button {
  padding: 30px 0;
}

p.button a {
  padding: 20px 120px 18px 100px;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 1.375rem;
  background: none;
  background-color: rgb(255, 184, 28);
  background-image: url(../images/icon_arrow_button.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 20px;
  border: transparent;
  border-radius: 30px;
  transition: background-color 0.2s linear !important;
  text-decoration: none;
}

p.button a:hover,
p.button a:active {
  color: rgb(255, 255, 255) !important;
  border: transparent;
  background-color: rgb(0, 0, 0);
  background-image: url(../images/icon_arrow_button_white.svg);
}

a.m-icon,
a.p-icon {
  float: left;
  padding-left: 40px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #000000 url(../images/icon_sm_phone.svg) left center no-repeat;
  background-size: 40px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.m-icon {
  background-image: url(../images/icon_sm_email.svg);
}

a.m-icon:hover,
a.p-icon:hover {
  background-color: #808080;
}

a.p-icon:hover {
  width: auto;
  padding: 9px 25px 9px 40px;
  color: #ffffff;
}

.address-fischer,
.address-borer {
  float: left;
  padding: 6px 0 0 40px;
  margin: 22px 0 44px 0;
  box-sizing: border-box;
  width: 100%;
  background-position: left top;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-image: url(../images/map-marker.svg);
}
.address-borer {
  background-image: url(../images/map-marker-pink.svg);
}
.standort-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.address-wrapper {
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  position: relative;
  margin: -154px 0 0 50px;
  padding: 10px 30px;
  background-color: rgb(255, 255, 255);
}
.address-wrapper .address-fischer,
.address-wrapper .address-borer {
  width: auto;
}

/**
 * ANCHOR navigation
 *
 */
nav ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

nav ul li {
  position: relative;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  list-style: none;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

nav ul li::before {
  content: none;
}

nav ul li ul {
  margin: 10px 0;
}

nav ul li ul li {
  margin: 4px 0;
  font-size: 1.375rem;
  font-weight: normal;
  text-transform: none;
}

nav a {
  float: left;
  padding: 0;
  margin: 0;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

nav a:hover,
nav a:active {
  color: rgba(0, 0, 0, 0.5);
}

.navIcon {
  position: fixed;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 78px;
  right: 100px;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  outline: 0;
  z-index: 200;
}

.navIcon:hover,
.navIcon:active,
.navIcon:focus {
  background-color: transparent;
  outline: none;
  outline: 0;
}

.navIcon span {
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 3px;
  background: rgb(0, 0, 0);
}

.navIcon span:before,
.navIcon span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgb(0, 0, 0);
  content: "";
}

.navIcon span:before {
  top: -11px;
}

.navIcon span:after {
  bottom: -11px;
  width: 70%;
}

.navIconX span:before,
.navIconX span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.navIconX span:before {
  transition-property: top, transform;
}

.navIconX span:after {
  transition-property: bottom, transform;
}

.navIconX.is-active span {
  background: none;
}

.navIconX.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}

.navIconX.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%;
}

.navIconX.is-active span:before,
.navIconX.is-active span:after {
  transition-delay: 0s, 0.3s;
}

/**
 * ANCHOR socialmedia
 *
 */
ul.socialmedia {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

footer ul.socialmedia {
  margin-bottom: 92px;
}

ul.socialmedia li {
  position: relative;
  margin: 0 11px 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
}

ul.socialmedia li:hover,
ul.socialmedia li:active {
  opacity: 0.5;
}

ul.socialmedia li::before {
  content: none;
}

ul.socialmedia li a {
  display: block;
  padding-left: 40px;
  width: 40px;
  height: 40px;
  background-size: 40px auto;
  background-position: top left;
  background-repeat: no-repeat;
  display: -moz-inline-stack;
  display: inline-block;
}

ul.socialmedia li:last-child a {
  padding-right: 0;
}

li.facebook a {
  background-image: url(../images/icon_sm_facebook.svg);
}

li.linkedin a {
  background-image: url(../images/icon_sm_linkedin.svg);
}

li.youtube a {
  background-image: url(../images/icon_sm_youtube.svg);
}

li.instagram a {
  background-image: url(../images/icon_sm_instagram.svg);
}

/**
 * ANCHOR forms
 *
 */
#contactDescription {
  margin-bottom: 22px;
}

form,
fieldset {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.row {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  margin: 0 -11px;
  width: calc(100% + 22px);
}

legend {
  display: none;
}

label {
  float: left;
  margin: 0 11px;
  padding-top: 9px;
  width: calc(30% - 22px);
}

select,
input,
textarea {
  float: left;
  margin: 0 11px 5px 11px;
  padding: 10px;
  width: calc(70% - 22px);
  height: 46px;
  border: 1px solid rgb(241, 241, 241);
  background-color: rgb(241, 241, 241);
  outline: none;
  font-family: "Soene", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  padding-right: 4px;
  background-image: url("../images/bg_select.png");
  background-position: right center;
  background-repeat: no-repeat;
}

textarea {
  padding-top: 8px;
  height: 124px;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  float: left;
  padding: 10px 0 8px 0;
  margin-top: 22px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  width: calc(35% - 22px);
  height: 46px;
  text-transform: uppercase;
  font-weight: bold;
}

input[type="submit"] {
  margin-left: calc(30% + 11px);
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(255, 184, 28);
  background-color: rgb(255, 184, 28);
}

input[type="reset"] {
  display: none;
}

.container {
  display: block;
  position: relative;
  margin: 0 11px 5px 11px;
  padding: 4px 0 0 40px;
  width: calc(100% - 22px);
  height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container input {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  width: 0;
  height: 0;
}

.checkmark,
.radiomark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 26px;
  width: 26px;
  border: 1px solid rgb(242, 242, 242);
  background-color: rgb(242, 242, 242);
}

.error + .checkmark,
.error .checkmark,
.error .radiomark {
  border: 1px solid rgb(190, 30, 60) !important;
}

.radiomark {
  border-radius: 50%;
}

.checkmark:after,
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.container:hover input ~ .checkmark:after,
.container:active input ~ .checkmark:after,
.container input:checked ~ .checkmark:after,
.container:hover input ~ .radiomark:after,
.container:active input ~ .radiomark:after,
.container input:checked ~ .radiomark:after {
  display: block;
}

.container:hover .checkmark:after,
.container:active .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(222, 222, 222);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container .checkmark:after,
.container:hover input:checked ~ .checkmark:after,
.container:active input:checked ~ .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container:hover .radiomark:after {
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgb(230, 230, 230);
}

.container .radiomark:after,
.container:hover input:checked ~ .radiomark:after,
.container:active input:checked ~ .radiomark:after {
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
}

#contactFormError {
  display: none;
  padding-bottom: 22px;
}

.text-danger {
  margin-bottom: 8px;
  color: rgb(255, 0, 0);
  font-weight: 400;
}

.is_required {
  color: rgb(255, 0, 0);
}

/**
 * ANCHOR captcha
 *
 */

#captcha {
  float: left;
  margin: 0;
  padding: 0;
  width: 35%;
  min-width: 420px;
}

#contactFormCaptchaError {
  float: left;
  margin: 0 11px;
  padding: 14px 0 0 0;
  width: calc(100% - 22px);
}

#coreCaptchaLabel {
  float: left;
  padding-bottom: 10px;
  width: calc(100% - 22px);
}

#coreCaptchaCode {
  width: calc(50% - 22px);
  height: 62px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 3px;
}

#coreCaptchaImage {
  margin: 0 11px;
  width: calc(50% - 22px);
}

/**
 * ANCHOR module
 *
 */
.story-grid {
  display: block;
  float: left;
  margin: 4px -4px 100px -4px;
  width: calc(100% + 8px);
  height: auto;
  cursor: pointer;
}

.story .story-grid {
  margin-top: 40px;
}

.story-item {
  margin: 4px;
  width: calc(33.3333% - 8px);
  overflow: hidden;
}

.story-item img {
  display: block;
  float: left;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.story-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px;
  padding: 20px;
  overflow: hidden;
  background-color: rgba(255, 184, 28, 1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.story-item:hover .story-content,
.story-item:active .story-content {
  opacity: 1;
}

.story-navigation {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.story-previous {
  float: left;
  margin: 0;
  padding: 0;
  width: calc(50% - 20px);
  height: 28px;
}

.story-overview {
  float: left;
  width: 40px;
  text-align: center;
}

.story-next {
  float: left;
  width: calc(50% - 20px);
  height: 28px;
  text-align: right;
}

.story-previous a,
.story-next a {
  float: left;
  margin: 0;
  padding: 6px 0 6px 40px;
  line-height: 1rem;
  font-family: "Soene", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(../images/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 20px;
}

.story-next a {
  float: right;
  padding: 6px 40px 6px 0;
  background-image: url(../images/icon_arrow_right.svg);
  background-position: center right;
}

.story-overview a {
  display: block;
  padding: 0;
  width: 100%;
  height: 28px;
  text-decoration: none;
  background-image: url(../images/icon_overview.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 28px;
}

.story-previous a:hover,
.story-previous a:active,
.story-next a:hover,
.story-next a:active,
.story-overview a:hover,
.story-overview a:active {
  opacity: 0.5;
  color: rgb(0, 0, 0);
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 100px auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
}

.skills-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 50%;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.skills-image,
.skills-content {
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.skills-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.skills-visuals,
.skills-visuals-hover {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.skills-visuals img,
.skills-visuals-hover img {
  float: left;
  width: 100%;
}

.skills-visuals-hover {
  opacity: 0;
}

.skills-item:hover .skills-visuals-hover,
.skills-item:active .skills-visuals-hover {
  opacity: 1;
}

.skills-content {
  padding: 30px;
}

.skills-content .arrow {
  width: 100%;
  height: 50px;
  background-image: url(../images/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 20px;
}

.skills-content a {
  text-decoration: none;
}

.skills-item:nth-child(4n - 1),
.skills-item:nth-child(4n) {
  flex-direction: row-reverse;
}

.skills-item:nth-child(4n - 1) .skills-content .arrow,
.skills-item:nth-child(4n) .skills-content .arrow {
  background-image: url(../images/icon_arrow_right.svg);
  background-position: center right;
}

.grid-item {
  float: left;
  margin: 11px;
  width: calc(33.3333% - 22px);
  overflow: hidden;
  cursor: pointer;
}

.grid-item::before {
  content: "";
  display: block;
  padding-top: 58%;
}

.grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.grid-item .wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px 44px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(139, 121, 109, 0.8);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.grid-item:hover .wrapper,
.grid-item:active .wrapper {
  opacity: 1;
}

.grid-item:hover img,
.grid-item:active img {
  transform: scale(1.1);
}

.grid-item .wrapper h2 {
  margin: 0;
  font-size: 2rem;
  color: rgb(255, 255, 255);
}

.grid-item .wrapper h2::after {
  display: block;
  content: "";
  margin-left: calc(50% - 20px);
  margin-top: 11px;
  padding: 0;
  width: 42px;
  height: 42px;
  background: transparent url(../images/icon_plus.svg) center no-repeat;
  background-size: 42px auto;
}

.kompetenz {
  float: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  column-gap: 8px;
  row-gap: 8px;
  padding: 0;
  margin: 50px 0;
  width: 100%;
}

.kompetenz .kompetenz-item {
  align-self: stretch;
  background-color: rgb(241, 241, 241);
  background-size: cover;
  background-position: center;
}

.kompetenz .kompetenz-item:nth-child(1) {
  padding-right: 100px;
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  background-color: rgb(255, 255, 255);
}

.kompetenz .kompetenz-item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
}

.kompetenz .kompetenz-item:nth-child(2)::before,
.kompetenz .kompetenz-item:nth-child(3)::before,
.kompetenz .kompetenz-item:nth-child(4)::before,
.kompetenz .kompetenz-item:nth-child(5)::before,
.kompetenz .kompetenz-item:nth-child(6)::before {
  content: "";
  display: block;
  padding-top: 58%;
}

_:-ms-fullscreen,
:root .kompetenz .kompetenz-item {
  float: left;
  padding: 0;
  margin: 0 8px 8px 0;
  width: calc(33.3333% - 8px);
}

_:-ms-fullscreen,
:root .kompetenz .kompetenz-item:nth-child(1) {
  float: left;
  padding: 0;
  margin: 0 100px 8px 0;
  width: calc(66.6666% - 100px);
  min-height: 280px;
}

/* staff */
.staff-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 150px auto;
  width: calc(100% - 40px);
  max-width: 1400px;
  height: auto;
}

.staff-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row;
  width: 50%;
  background-color: rgb(255, 255, 255);
  transition: background-color 0.5s ease-in-out;
}

.staff-image {
  position: relative;
  width: 50%;
  background-color: rgb(51, 51, 51);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.staff-image::before {
  content: "";
  display: block;
  padding-top: 100%;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}

.staff-content {
  padding: 0 30px 30px 30px;
  width: 50%;
  box-sizing: border-box;
}

.staff-content .arrow {
  float: left;
  width: 100%;
  height: 26px;
  margin-bottom: 25px;
  background-image: url(../images/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 20px;
}

.staff-content a {
  text-decoration: none;
}

.staff-item:nth-child(4n - 1),
.staff-item:nth-child(4n) {
  flex-direction: row-reverse;
}

.staff-item:nth-child(4n - 1) .staff-content .arrow,
.staff-item:nth-child(4n) .staff-content .arrow {
  background-image: url(../images/icon_arrow_right.svg);
  background-position: center right;
}

.staff-item:nth-child(2),
.staff-item:nth-child(3),
.staff-item:nth-child(6),
.staff-item:nth-child(7),
.staff-item:nth-child(10),
.staff-item:nth-child(11),
.staff-item:nth-child(14),
.staff-item:nth-child(15),
.staff-item:nth-child(18),
.staff-item:nth-child(19),
.staff-item:nth-child(22),
.staff-item:nth-child(23) {
  background-color: rgb(208, 208, 206);
}

.staff-item:hover,
.staff-item:active {
  background-color: rgb(255, 184, 28);
}

.staff-item:hover .staff-image::before,
.staff-item:active .staff-image::before {
  transform: scale(1.1);
}

/* partner */
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 150px auto;
  width: calc(100% - 40px);
  max-width: 1422px;
  height: auto;
}
.partner-wrapper {
  float: left;
  margin: 11px;
  width: calc(50% - 22px);
}
.partner-item {
  position: relative;
  float: left;
  width: 50%;
  background-color: rgb(51, 51, 51);
  overflow: hidden;
}
.partner-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.partner-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-wrapper .partner-item img.hover {
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
.partner-wrapper:hover .partner-item img.hover {
  opacity: 1;
}

.brand {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 -30px;
  width: calc(100% + 60px);
  height: auto;
}

.brand-item {
  float: left;
  margin: 30px;
  width: calc(16.6666% - 60px);
}

/**
 * ANCHOR responsive
 *
 */
@media only screen and (max-width: 1400px) {
  header .logo {
    margin-left: calc(50% - 592px);
    width: 600px;
  }
}

@media only screen and (max-width: 1320px) {
  header .logo {
    margin-left: 60px;
    width: inherit;
  }

  .navIcon {
    right: 60px;
  }

  .footer-grid {
    left: 50px;
    width: calc(100% - 100px);
    bottom: 50px;
  }

  /*
  h1,
  .h1 {
    font-size: 11.4vw;
  }
  h2,
  .h2 {
    font-size: 3.8vw;
  }
  */
}

@media only screen and (max-width: 1120px) {
  .border-right {
    width: 16px;
  }

  .border-bottom {
    height: 16px;
  }

  .border-left {
    width: 16px;
  }

  header {
    height: 100px;
  }

  header .logo {
    margin-left: 56px;
  }

  .navIcon {
    top: 32px;
  }

  section {
    margin: 0 16px;
    width: calc(100% - 32px);
  }

  .welcome {
    padding-top: 100px;
    height: calc(100% - 116px);
  }

  .item {
    height: calc(100% - 116px);
    width: calc(100% - 32px);
  }

  .mainImage {
    margin: 100px 16px 0 16px;
    width: calc(100% - 32px);
    height: 60%;
  }

  main {
    padding: 50px 0;
    min-height: inherit;
  }

  main.without-header {
    margin-top: 100px;
  }

  .staff-grid {
    width: calc(100% - 32px);
  }

  .staff-content {
    padding: 0 20px 20px 20px;
  }

  .partner-grid {
    width: calc(100% - 20px);
  }
  .partner-wrapper {
    float: left;
    margin: 6px;
    width: calc(50% - 12px);
  }

  #navMain {
    padding: 80px 50px 50px 50px;
    right: -600px;
    width: 400px;
    height: calc(100% - 130px);
    min-height: calc(100% - 130px);
  }
}

@media only screen and (max-width: 1000px) {
  .content {
    width: 100%;
  }

  .story-item {
    width: calc(50% - 8px);
  }

  .skills-item {
    width: 100%;
  }

  .skills-item:nth-child(n) {
    flex-direction: row;
  }

  .skills-item:nth-child(2n + 0) {
    flex-direction: row-reverse;
  }

  .skills-item:nth-child(n) .skills-content .arrow {
    background-image: url(../images/icon_arrow_left.svg);
    background-position: center left;
  }

  .skills-item:nth-child(2n + 0) .skills-content .arrow {
    background-image: url(../images/icon_arrow_right.svg);
    background-position: center right;
  }

  .staff-item {
    width: 100%;
  }

  .staff-item:nth-child(n) {
    flex-direction: row;
  }

  .staff-item:nth-child(2n + 0) {
    flex-direction: row-reverse;
  }

  .staff-item:nth-child(n) {
    background-color: rgb(255, 255, 255);
  }

  .staff-item:nth-child(n) .staff-content .arrow {
    background-image: url(../images/icon_arrow_left.svg);
    background-position: center left;
  }

  .staff-item:nth-child(2n + 0) {
    background-color: rgb(208, 208, 206);
  }

  .staff-item:nth-child(2n + 0) .staff-content .arrow {
    background-image: url(../images/icon_arrow_right.svg);
    background-position: center right;
  }

  .staff-item:hover,
  .staff-item:active {
    background-color: rgb(255, 184, 28);
  }

  .partner-grid {
    width: calc(100% - 32px);
  }
  .partner-wrapper {
    margin: 0 0 20px 0;
    width: 100%;
  }

  blockquote {
    font-size: 2rem;
  }

  .footer-grid {
    left: 30px;
    width: calc(100% - 60px);
    bottom: 30px;
  }

  .footer-item {
    width: 50%;
  }

  .footer-item:last-child {
    width: 100%;
  }

  footer ul.socialmedia {
    margin-bottom: 20px;
  }

  .parallax {
    background-position: -40% center;
    background-size: 130% auto;
  }

  .parallax .parallax-wrap .parallax-background {
    background-position: -40% center;
    background-size: 130% auto;
  }

  .spalte-links,
  .spalte-rechts {
    float: left;
    width: 100%;
  }
  .address-fischer,
  .address-borer {
    margin: 22px 0;
  }
}
@media only screen and (max-width: 800px) {
  .block.half {
    width: calc(100% - 16px);
  }
}
@media only screen and (max-width: 780px) {
  .welcome {
    padding: 29vh 0 0 0;
    height: 71vh;
  }
  .item {
    height: 100%;
    width: 100%;
  }
  .item img {
    height: auto;
    width: 240%;
  }
}

@media only screen and (max-width: 680px) {
  .inner {
    width: calc(100% - 34px);
  }

  .border-right {
    width: 8px;
  }

  .border-bottom {
    height: 8px;
  }

  .border-left {
    width: 8px;
  }

  header .logo {
    margin-left: 25px;
  }

  .navIcon {
    right: 30px;
  }

  #navMain {
    padding: 80px 30px 50px 30px;
    right: -100%;
    width: calc(100% - 60px);
  }

  .mainImage {
    margin: 100px 8px 0 8px;
    width: calc(100% - 16px);
  }

  main {
    margin: 0 8px;
    width: calc(100% - 16px);
  }

  section {
    margin: 0 8px;
    width: calc(100% - 16px);
  }

  /*
  .welcome {
    height: calc(100% - 110px);
  }

  .item {
    height: calc(100% - 110px);
    width: calc(100% - 16px);
  }
  */

  #balloon_10 {
    display: none;
  }

  .statement .inner {
    flex-direction: column;
  }
  .statement .block_35,
  .statement .block_65 {
    width: 100%;
  }

  .statement blockquote {
    margin-top: 40px;
  }

  .skills-content {
    padding: 18px;
  }

  .staff-grid {
    margin: 0 17px;
    width: calc(100% - 34px);
  }

  .staff-item {
    margin-bottom: 30px;
  }

  .staff-image {
    width: 100%;
  }

  .staff-content {
    width: 100%;
    padding: 0 0 20px 0;
    background-image: url(../images/icon_arrow_top.svg);
    background-position: right 20px;
    background-size: 30px auto;
    background-repeat: no-repeat;
  }

  .staff-item:nth-child(n) {
    background-color: rgb(255, 255, 255);
  }

  .staff-item:nth-child(n):hover,
  .staff-item:nth-child(n):active {
    background-color: rgb(255, 255, 255);
  }

  .staff-item:nth-child(n) .staff-content .arrow {
    display: none;
    float: right;
    width: 32px;
    height: 40px;
    margin-top: 20px;
    background-image: url(../images/icon_arrow_top.svg);
    background-position: top right;
    background-size: 30px auto;
  }

  .partner-item {
    width: 100%;
  }

  .kompetenz {
    grid-template-columns: 50% 50%;
    width: calc(100% - 4px);
    column-gap: 4px;
    row-gap: 4px;
  }

  .kompetenz .kompetenz-item:nth-child(1) {
    padding: 0;
    grid-row: 1 / 2;
  }

  .kompetenz .kompetenz-item:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .kompetenz .kompetenz-item:nth-child(2)::before {
    content: "";
    display: block;
    padding-top: 58%;
  }

  .kompetenz .kompetenz-item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .kompetenz .kompetenz-item:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .kompetenz .kompetenz-item:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  .kompetenz .kompetenz-item:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .block_33,
  .block_66 {
    width: 100%;
  }

  footer {
    padding: 50px 0 30px 0;
    background-size: 150px auto;
  }

  .footer-grid {
    float: left;
    display: block;
    position: relative;
    bottom: inherit;
    left: 25px;
    width: calc(100% - 50px);
  }

  .footer-item {
    width: 100%;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  h2,
  .h2 {
    line-height: 1;
  }

  h3,
  .h3 {
    line-height: 1;
  }

  p.button a {
    padding: 18px 30px;
    background-image: none;
  }

  .box {
    width: 15vw;
  }
}

@media only screen and (max-width: 580px) {
  .skills-image,
  .skills-content {
    width: 100%;
  }
  .skills-item:nth-child(n) .skills-content .arrow {
    background-image: url(../images/icon_arrow_top.svg);
  }

  label {
    width: calc(100% - 22px);
  }
  select,
  input,
  textarea {
    width: calc(100% - 22px);
  }
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
    margin-left: 11px;
    width: calc(100% - 22px);
  }
  #captcha {
    min-width: 100%;
  }
}
