/* ==========================================================================
   Reset styles
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/*
 * Responsive Images
 */
img {
  width: 100%;
}
/* ==========================================================================
   Variablen: Allgemeine Variablen die seitenübergreifend gültig sind
   ========================================================================== */
/* ==========================================================================
   Mixins: Allgemeine Mixins die seitenübergreifend gültig sind
   ========================================================================== */
/*
 * Fluid Type
 */
/*
 * Content Holder
 */
/*
 * Animationen
 */
/* ==========================================================================
   Layout styles: Globale Gestaltungselemente
   ========================================================================== */
body {
  background: #fff;
  color: #000;
  position: relative;
  padding: 15px;
}
header {
  margin-bottom: 30px;
}
header .header-title {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}
header .header-title img {
  width: 150px;
  margin-bottom: 5px;
}
header .header-title span {
  font-weight: normal;
  display: block;
}
header nav a {
  margin-right: 15px;
}
header nav a.active {
  border-bottom: 1px solid #000;
}
main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main canvas {
  -ms-flex: 0 0 600px;
      flex: 0 0 600px;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 15px;
}
main > div {
  -ms-flex: 1 1 200px;
      flex: 1 1 200px;
  -ms-flex-order: 2;
      order: 2;
  box-sizing: border-box;
  padding: 0 15px 0;
}
main > div > p:first-child {
  margin-top: 0;
}
main > div .controls {
  margin-top: 50px;
}
/*
 * Scrollbar Chrome
 */
::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  background: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  background: #000;
  -webkit-border-radius: 1ex;
}
::-webkit-scrollbar-corner {
  background: #000;
}
/* ==========================================================================
   Font styles
   ========================================================================== */
/*
 * Variable Fontsize
 */
html {
  font-family: 'Montserrat', sans-serif;
  font-size: 95%;
  line-height: 1.5;
}
/*
 * Import Font Familys
 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
/*
 * Font sizes
 */
h1 {
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  margin-bottom: 35px;
  padding: 160px 0 0 0;
  font-weight: normal;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(30px  +  40  * ((100vw -  320px ) / 880 ));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 320px) {
  h1 {
    margin-bottom: calc(35px  +  25  * ((100vw -  320px ) / 880 ));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    margin-bottom: 60px;
  }
}
h2 {
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  font-weight: normal;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(30px  +  40  * ((100vw -  320px ) / 880 ));
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 320px) {
  h2 {
    margin-bottom: calc(25px  +  25  * ((100vw -  320px ) / 880 ));
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    margin-bottom: 50px;
  }
}
h3 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  color: #000;
  font-weight: normal;
}
.text-small {
  font-size: 11px;
}
/*
 * Colors
 */
a {
  color: #000;
  text-decoration: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.browserupgrade {
  margin: 0.2rem 0;
  background: #ccc;
  color: #000;
  padding: 0.2rem 0;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Home
   ========================================================================== */
.home body {
  background: #fff;
  color: #000;
}
.home body h1,
.home body h2,
.home body h3,
.home body p {
  color: #000;
}
.home body a {
  color: #000;
  border-color: #000;
}
.home .intro:after {
  display: none;
}
/*
 * Teambild
 */
.img-holder {
  position: relative;
  margin: 0 30px;
}
.img-holder > div {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  display: none;
}
@media screen and (max-width: 1500px) {
  .img-holder > div {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1180px) {
  .img-holder > div {
    margin: 0;
  }
}
@media screen and (min-width: 968px) {
  .img-holder > div {
    display: block;
  }
}
.img-holder > div .circle {
  position: absolute;
  top: 50%;
  left: 40%;
  width: 45px;
  height: 45px;
  -ms-transform: translate(-80%, -50%);
      transform: translate(-80%, -50%);
  background: url(/assets/img/triangle.svg) center no-repeat;
}
@media screen and (max-width: 1500px) {
  .img-holder > div .circle {
    left: calc(40% - 30px);
  }
}
@media screen and (max-width: 1180px) {
  .img-holder > div .circle {
    left: 40%;
  }
}
@media screen and (min-width: 968px) {
  .img-holder {
    text-align: right;
  }
  .img-holder img {
    width: 60%;
  }
}
/*
 * Stärken
 */
.content-image {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 140px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .content-image {
    margin: 12vw auto 12vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .content-image {
    margin: 24vw auto 24vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.content-image > div:first-child {
  -ms-flex: 0 1 650px;
      flex: 0 1 650px;
}
.content-image > div:last-child {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}
/*
 * Teaser
 */
.teaser-section {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 140px auto;
}
@media screen and (max-width: 1500px) {
  .teaser-section {
    margin: 12vw auto 12vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .teaser-section {
    margin: 24vw auto 24vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.teaser-section .teaser-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --margin: 1rem;
  --multiplier: calc(50rem - 100%);
  margin: calc(var(--margin) * -1);
}
.teaser-section .teaser-holder .teaser {
  min-width: calc(25% - (var(--margin) * 2));
  max-width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(var(--multiplier) * 999);
      flex-basis: calc(var(--multiplier) * 999);
  margin: var(--margin);
  text-align: center;
}
/*
 * Marque
 */
.text-marque {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 30px auto;
}
@media screen and (max-width: 1500px) {
  .text-marque {
    margin: 2vw auto 2vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .text-marque {
    margin: 4vw auto 4vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.text-marque .marque-holder {
  position: relative;
  height: 90px;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .text-marque .marque-holder {
    height: calc(90px  +  90  * ((100vw -  320px ) / 880 ));
  }
}
@media screen and (min-width: 1200px) {
  .text-marque .marque-holder {
    height: 180px;
  }
}
.text-marque .marque-holder .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 24s linear infinite;
  font-size: 42px;
  font-family: 'gt_haptik_trial_regularRg';
  overflow-x: hidden;
}
@media screen and (min-width: 320px) {
  .text-marque .marque-holder .track {
    font-size: calc(42px  +  68  * ((100vw -  320px ) / 880 ));
  }
}
@media screen and (min-width: 1200px) {
  .text-marque .marque-holder .track {
    font-size: 110px;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   Kontakt
   ========================================================================== */
.kontakt body {
  background: #718A89;
  color: #000;
}
.kontakt body .mark:before {
  background: #718A89;
}
.kontakt body header svg g:first-child circle {
  fill: #718A89 !important;
}
.kontakt body h1,
.kontakt body h2,
.kontakt body h3,
.kontakt body p {
  color: #000;
}
.kontakt body a {
  color: #000;
  border-color: #000;
}
.kontakt ::-webkit-scrollbar {
  background: #667c7b;
}
.kontakt ::-webkit-scrollbar-thumb {
  background: #000;
}
.kontakt ::-webkit-scrollbar-corner {
  background: #000;
}
.contact {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 140px auto;
}
@media screen and (max-width: 1500px) {
  .contact {
    margin: 12vw auto 12vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .contact {
    margin: 24vw auto 24vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.contact .contact-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact .contact-holder > div {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.contact .contact-holder > div p:first-child {
  margin-top: 0;
}
.contact .contact-holder > div:first-child {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media screen and (min-width: 592px) {
  .contact .contact-holder > div:first-child {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
  }
}
@media screen and (min-width: 592px) {
  .contact .contact-holder > div:first-child form {
    width: 90%;
  }
}
.contact .contact-holder > div:first-child form .field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
}
.contact .contact-holder > div:first-child form .field label {
  font-size: 12px;
  -ms-flex-order: 2;
      order: 2;
}
.contact .contact-holder > div:first-child form .field label abbr[title] {
  text-decoration: none;
}
.contact .contact-holder > div:first-child form .field input {
  height: 40px;
  line-height: 40px;
}
.contact .contact-holder > div:first-child form .field textarea#text {
  min-height: 100px;
  text-align: left;
}
.contact .contact-holder > div:first-child form .field input,
.contact .contact-holder > div:first-child form .field textarea {
  -ms-flex-order: 1;
      order: 1;
  background: #6a8281;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 0;
}
.contact .contact-holder > div:first-child form .field input:-ms-input-placeholder,
.contact .contact-holder > div:first-child form .field textarea:-ms-input-placeholder {
  color: #435251;
}
.contact .contact-holder > div:first-child form .field input::placeholder,
.contact .contact-holder > div:first-child form .field textarea::placeholder {
  color: #435251;
}
.contact .contact-holder > div:first-child form .field input:-webkit-autofill,
.contact .contact-holder > div:first-child form .field textarea:-webkit-autofill,
.contact .contact-holder > div:first-child form .field input:-webkit-autofill:hover,
.contact .contact-holder > div:first-child form .field textarea:-webkit-autofill:hover,
.contact .contact-holder > div:first-child form .field input:-webkit-autofill:focus,
.contact .contact-holder > div:first-child form .field textarea:-webkit-autofill:focus {
  background: #667c7b;
}
.contact .contact-holder > div:first-child form .send-button {
  float: right;
  position: relative;
}
.contact .contact-holder > div:first-child form .send-button input[type=submit] {
  background: none;
  border: 1px solid #000;
  padding: 10px 25px;
  transition: 0.3s ease transform;
  border-radius: 0;
}
.contact .contact-holder > div:first-child form .send-button input[type=submit]:hover {
  cursor: pointer;
}
.contact .contact-holder > div:first-child form .send-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
  height: 20px;
  background: #718A89;
  transition: 0.3s ease transform;
}
.contact .contact-holder > div:first-child form .send-button:hover {
  cursor: pointer;
}
.contact .contact-holder > div:first-child form .send-button:hover:before {
  -ms-transform: translate(-70%, -70%);
      transform: translate(-70%, -70%);
}
.contact .contact-holder > div:last-child {
  margin-top: 6px;
}
/* ==========================================================================
   Stärken
   ========================================================================== */
.staerken body {
  background: #8A8371;
  color: #000;
}
.staerken body .mark:before {
  background: #8A8371;
}
.staerken body header svg g:first-child circle {
  fill: #8A8371 !important;
}
.staerken body h1,
.staerken body h2,
.staerken body h3,
.staerken body p {
  color: #000;
}
.staerken body a {
  color: #000;
  border-color: #000;
}
.staerken ::-webkit-scrollbar {
  background: #7c7666;
}
.staerken ::-webkit-scrollbar-thumb {
  background: #000;
}
.staerken ::-webkit-scrollbar-corner {
  background: #000;
}
.section-staerken {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 140px auto;
}
@media screen and (max-width: 1500px) {
  .section-staerken {
    margin: 12vw auto 12vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .section-staerken {
    margin: 24vw auto 24vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section-staerken .teaser-staerken {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
}
.section-staerken .teaser-staerken .staerken {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 0 15px 30px;
  margin: 0 0 30px;
}
@media screen and (min-width: 1068px) {
  .section-staerken .teaser-staerken .staerken {
    width: 50%;
  }
  .section-staerken .teaser-staerken .staerken:nth-child(even) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.section-staerken .teaser-staerken .staerken h2 {
  margin: 0 0 20px 0;
  font-size: 18px;
}
/* ==========================================================================
   Wir
   ========================================================================== */
.wir body {
  background: #71828A;
  color: #000;
}
.wir body .mark:before {
  background: #71828A;
}
.wir body header svg g:first-child circle {
  fill: #71828A !important;
}
.wir body h1,
.wir body h2,
.wir body h3,
.wir body p {
  color: #000;
}
.wir body a {
  color: #000;
  border-color: #000;
}
.wir ::-webkit-scrollbar {
  background: #66757c;
}
.wir ::-webkit-scrollbar-thumb {
  background: #000;
}
.wir ::-webkit-scrollbar-corner {
  background: #000;
}
.section-mitarbeiter {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 140px auto;
}
@media screen and (max-width: 1500px) {
  .section-mitarbeiter {
    margin: 12vw auto 12vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .section-mitarbeiter {
    margin: 24vw auto 24vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section-mitarbeiter .teaser-mitarbeiter {
  max-width: 600px;
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-mitarbeiter .teaser-mitarbeiter .mitarbeiter {
  -ms-flex: 1 1 200px;
      flex: 1 1 200px;
  margin: 0 15px 30px;
}
.section-werte {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 140px auto;
}
@media screen and (max-width: 1500px) {
  .section-werte {
    margin: 12vw auto 12vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .section-werte {
    margin: 24vw auto 24vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section-werte .teaser-werte {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 70px 0 0;
}
.section-werte .teaser-werte .werte {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 0 15px 30px;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .section-werte .teaser-werte .werte {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .section-werte .teaser-werte .werte:nth-child(even) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.section-werte .teaser-werte .werte > div {
  -ms-flex: 1 1 200px;
      flex: 1 1 200px;
}
.section-werte .teaser-werte .werte > div:first-child {
  margin: 0 15px 30px 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: block;
  font-size: 112px;
  font-family: 'gt_haptik_trial_regularRg';
  line-height: 0.8;
}
@media screen and (min-width: 320px) {
  .section-werte .teaser-werte .werte > div:first-child {
    font-size: calc(112px  +  42  * ((100vw -  320px ) / 880 ));
  }
}
@media screen and (min-width: 1200px) {
  .section-werte .teaser-werte .werte > div:first-child {
    font-size: 154px;
  }
}
.section-werte .teaser-werte .werte > div h3 {
  margin-top: 0;
}
