/* global definitions */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

body.loaded #page {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.accessHelper {
  display: none;
}

body.streamchartz #page, body.vr-office #page, body.home #page {
  padding-top: 0;
}
body #page {
  padding-top: 100px;
}
@media (max-width: 999px) {
  body #page {
    padding-top: 50px;
  }
}
body.projekte .page-header {
  margin-top: -100px;
}
@media (max-width: 999px) {
  body.projekte .page-header {
    margin-top: -50px;
  }
}
body.home .page-header .color-overlay {
  display: none;
}
body.home .page-header .height--100 {
  min-height: 600px;
}

.cover-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

video,
img {
  width: 100%;
  height: auto;
  display: block;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
}

.height--50 {
  height: 50vh;
}
.height--100 {
  height: 100vh;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.absolute--trbl {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.logo img {
  width: 100%;
  height: 52px;
}

.hidden {
  overflow: hidden;
}

.splitLine--line {
  overflow: hidden;
  line-height: 1.25em;
  margin-bottom: -10px;
}
@media (max-width: 640px) {
  .splitLine--line {
    margin-bottom: 0;
  }
}

.post-teaser-overview {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .post-teaser-overview .h2 {
    max-width: 280px;
  }
}

.entry-wrapper .entry {
  vertical-align: top;
  display: inline-block;
  margin: 0 0.5% 60px 0.5%;
  max-width: 32%;
}
@media (max-width: 1160px) {
  .entry-wrapper .entry {
    max-width: 31.5%;
  }
}
@media (max-width: 999px) {
  .entry-wrapper .entry {
    max-width: 48.5%;
  }
}
@media (max-width: 760px) {
  .entry-wrapper .entry {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px auto;
    display: block;
  }
}
.entry-wrapper .entry .copy-lg {
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 80%;
}
.entry-wrapper .entry--image {
  overflow: hidden;
}
.entry-wrapper .entry--image img {
  transition: 0.3s all ease;
}
.entry-wrapper .entry:hover .entry--image img {
  transform: scale(1.1);
}
.entry-wrapper--single .entry {
  margin: 0 0.5%;
}
@media (max-width: 999px) {
  .entry-wrapper--single .entry {
    margin-bottom: 30px;
  }
}

@media (max-width: 999px) {
  .btns a:first-child {
    margin-bottom: 20px;
  }
}
.btns a:nth-child(2) {
  margin-left: 20px;
}
@media (max-width: 999px) {
  .btns a:nth-child(2) {
    margin-left: 0;
  }
}

.text-block.bg--gray {
  padding: 50px 0;
}
.text-block.bg--blue {
  padding: 50px 0;
}

.logos .subline {
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  .logos .subline {
    margin-bottom: 0;
  }
}
.logos .client-logos {
  font-size: 0;
  line-height: 0;
}
.logos .client-logos--logo {
  display: inline-block;
  border-bottom: 1px solid #BFC0C8;
  width: 14.25%;
  margin: 0;
  padding: 25px 0;
  position: relative;
  text-align: center;
  /*
  &:last-child,
  &:nth-child(4n){
      border-right:none;
  }
  */
  /*
  .topdot{
      position: absolute;
      top:-10px;
      right:-10px;
      background-color: #fff;
      border-radius:20px;
      width: 20px;
      height: 20px;
      z-index:1;
  }*/
}
.logos .client-logos--logo::after {
  position: absolute;
  bottom: -10px;
  right: -10px;
  content: "";
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.logos .client-logos--logo::before {
  position: absolute;
  bottom: -10px;
  left: -10px;
  content: "";
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 999px) {
  .logos .client-logos--logo {
    width: 25%;
  }
}
@media (max-width: 760px) {
  .logos .client-logos--logo {
    width: 33%;
  }
}
.logos .client-logos--logo img {
  display: inline-block;
  max-width: 150px;
}/*# sourceMappingURL=globals.css.map */