@charset "UTF-8";
/* ##### Sass ##### */
/* Breakpoints */
/* Colors */
/* Mixins */
/* ##### Fonts ##### */
@font-face {
  font-family: Dax;
  src: url(../fonts/dax.eot), url(../fonts/dax.woff);
  font-weight: normal; }
/* ##### Document ##### */
* {
  font-family: 'Dax', sans-serif !important;
  z-index: 1; }

body {
  font-size: 1rem; }

@media all and (min-width: 40em) {
  body {
    font-size: 1.1rem; } }
@media all and (min-width: 64em) {
  body {
    font-size: 1.25rem; } }
/* ##### Structure ##### */
header, .header, main, .main, footer, .footer, section, .section {
  z-index: 1; }

header, .header {
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem; }

footer, .footer {
  padding-top: 2rem;
  padding-bottom: 2rem; }

section, .section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  section.border, .section.border {
    border-bottom: 2px solid #5e5e5e;
    padding-bottom: 0; }
    section.border .cell:last-of-type, .section.border .cell:last-of-type {
      padding-bottom: 0; }

@media all and (min-width: 40em) {
  section, .section {
    padding-top: 5rem;
    padding-bottom: 5rem; } }
@media all and (min-width: 64em) {
  section, .section {
    padding-top: 10rem;
    padding-bottom: 10rem; } }
section.reset, .section.reset {
  padding-top: 0;
  padding-bottom: 0; }

/* ##### Grid ##### */
.grid-container.full-height {
  height: 100%; }
  .grid-container.full-height .grid-x, .grid-container.full-height .grid-y {
    height: 100%;
    min-height: 100%; }

/* ##### Elements ##### */
/* Links */
a {
  text-decoration: none;
  border: none;
  border: none; }
  a a:visited, a a:focus, a a:hover, a a:active, a a:link {
    text-decoration: inherit; }

/* Headlines */
h3, .h3 {
  line-height: 1;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid #5e5e5e;
  margin-bottom: -1rem;
  padding-bottom: 1rem; }

/* Lists */
/* Inline */
/* Images */
img {
  border: none; }

/* Font */
.text-small {
  font-size: 90%; }

.text-large {
  font-size: 110%; }

.text-center {
  text-align: center; }

/* ##### Backgrounds ##### */
.bg-white {
  background-color: white;
  color: #5e5e5e; }
  .bg-white h1, .bg-white .h1, .bg-white h2, .bg-white .h2, .bg-white h3, .bg-white .h3, .bg-white h4, .bg-white .h4, .bg-white h5, .bg-white .h5 {
    color: #5e5e5e; }
  .bg-white a {
    color: #5e5e5e; }
  .bg-white .scroll-bar {
    border-color: #5e5e5e; }
    .bg-white .scroll-bar .scroll-progress {
      background-color: #5e5e5e; }

.bg-black {
  background-color: black;
  color: #7f7f7f; }
  .bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5 {
    color: #7f7f7f; }
  .bg-black a {
    color: #7f7f7f; }
  .bg-black .scroll-bar {
    border-color: #7f7f7f; }
    .bg-black .scroll-bar .scroll-progress {
      background-color: #7f7f7f; }

.bg-orange {
  background-color: #eb5f0a;
  color: white; }
  .bg-orange h1, .bg-orange .h1, .bg-orange h2, .bg-orange .h2, .bg-orange h3, .bg-orange .h3, .bg-orange h4, .bg-orange .h4, .bg-orange h5, .bg-orange .h5 {
    color: white; }
  .bg-orange a {
    color: white; }
  .bg-orange .scroll-bar {
    border-color: white; }
    .bg-orange .scroll-bar .scroll-progress {
      background-color: white; }

.bg-gradient-full {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, white 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, white 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_start', endColorstr='$color_end', GradientType=0);
  color: #5e5e5e; }
  .bg-gradient-full h1, .bg-gradient-full .h1, .bg-gradient-full h2, .bg-gradient-full .h2, .bg-gradient-full h3, .bg-gradient-full .h3, .bg-gradient-full h4, .bg-gradient-full .h4, .bg-gradient-full h5, .bg-gradient-full .h5 {
    color: #5e5e5e; }
  .bg-gradient-full a {
    color: #5e5e5e; }
  .bg-gradient-full .scroll-bar {
    border-color: #5e5e5e; }
    .bg-gradient-full .scroll-bar .scroll-progress {
      background-color: #5e5e5e; }

.bg-gradient-half {
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 50%, #e5e5e5 50%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, white 50%, #e5e5e5 50%, white 100%);
  background: linear-gradient(to bottom, white 0%, white 50%, #e5e5e5 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_start', endColorstr='$color_start', GradientType=0);
  color: #5e5e5e; }
  .bg-gradient-half h1, .bg-gradient-half .h1, .bg-gradient-half h2, .bg-gradient-half .h2, .bg-gradient-half h3, .bg-gradient-half .h3, .bg-gradient-half h4, .bg-gradient-half .h4, .bg-gradient-half h5, .bg-gradient-half .h5 {
    color: #5e5e5e; }
  .bg-gradient-half a {
    color: #5e5e5e; }
  .bg-gradient-half .scroll-bar {
    border-color: #5e5e5e; }
    .bg-gradient-half .scroll-bar .scroll-progress {
      background-color: #5e5e5e; }

/* ##### Header ##### */
h1.title {
  color: black;
  position: relative; }
  h1.title span {
    color: #5e5e5e; }
  h1.title::after {
    content: '®';
    display: inline-block;
    font-size: 1rem;
    position: absolute;
    top: 10%; }

img.logo {
  width: 80%;
  height: auto;
  max-width: 10rem; }

a.toggle {
  height: 40px;
  width: 40px;
  padding: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 11; }
  a.toggle.close {
    position: absolute;
    left: auto;
    right: 0; }
    a.toggle.close.menu {
      display: none; }

/* ##### Menus ##### */
/* Vertical */
.menu.vertical li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0; }

/* Circles */
.menu .icon .draw-circle {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
.menu .icon.lightbulb .draw-circle {
  background-image: url(../img/icons/konzeption.png); }
.menu .icon.pencil .draw-circle {
  background-image: url(../img/icons/grafikdesign.png); }
.menu .icon.computer .draw-circle {
  background-image: url(../img/icons/webdesign.png); }
.menu .icon.truck .draw-circle {
  background-image: url(../img/icons/out-of-home-media.png); }

/* ##### Galleries ##### */
.masonry {
  column-count: 2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  column-gap: 0; }
  .masonry img {
    padding: 0.5rem; }

@media all and (min-width: 40em) {
  .masonry {
    column-count: 3; } }
@media all and (min-width: 64em) {
  .masonry {
    column-count: 4; } }
@media all and (min-width: 90em) {
  .masonry {
    column-count: 5; } }
@media all and (min-width: 120em) {
  .masonry {
    column-count: 6; } }
/* ##### Animations ##### */
.fade-in {
  opacity: 0;
  transition: 0.3s ease; }
  .fade-in.done {
    opacity: 1; }

.fade-white {
  background-color: #eb5f0a;
  transition: 1.5s ease; }
  .fade-white.done {
    background-color: inherit; }
  .fade-white .scroll-bar {
    border-color: #e5e5e5; }
    .fade-white .scroll-bar .scroll-progress {
      background-color: #e5e5e5; }

.fade-delay {
  opacity: 0;
  filter: blur(0.25rem);
  transition: all 1.0s ease; }
  .fade-delay.done {
    opacity: 1;
    filter: blur(0); }

.slide-up {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.75s ease; }
  .slide-up.done {
    opacity: 1;
    transform: translateY(0); }

.slide-left {
  opacity: 0;
  transform: translateX(100%);
  transition: 0.75s ease; }
  .slide-left.done {
    opacity: 1;
    transform: translateX(0); }

.slide-right {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.75s ease; }
  .slide-right.done {
    opacity: 1;
    transform: translateX(0); }

.draw-circle {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  height: 6rem;
  width: 6rem;
  display: block;
  border-radius: 50%;
  background-color: #eb5f0a;
  font-size: 3rem;
  line-height: 6rem;
  color: #eb5f0a;
  border: 2px solid white;
  transition: all 0.5s ease;
  transform: scale(1); }
  .draw-circle.done {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms; }
  .draw-circle:hover {
    color: #eb5f0a;
    /*background-color: $white;*/
    /*border: 2px solid $orange;*/
    transform: scale(1.25); }

@-webkit-keyframes bounce {
  25%, 75% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounce {
  25%, 75% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.scroll-bar {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 12.5px;
  height: 60px;
  width: 25px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .scroll-bar .scroll-progress {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    animation: move 1.5s infinite; }

@media all and (min-width: 40em) {
  .scroll-bar {
    margin-top: 3rem; } }
@media all and (min-width: 64em) {
  .scroll-bar {
    margin-top: 4rem; } }
@keyframes move {
  0% {
    opacity: 0;
    top: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 35px; } }
/* ##### Content ##### */
/* ##### Forms ##### */
form {
  margin-top: 2rem; }

@media all and (min-width: 40em) {
  form {
    margin-top: 3rem; } }
@media all and (min-width: 64em) {
  form {
    margin-top: 4rem; } }
input[type="submit"] {
  background-color: #e5e5e5;
  color: #5e5e5e;
  padding: 0.75rem 2rem;
  font-weight: bold;
  transition: 0.25s all;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #7f7f7f;
    color: white; }

@media all and (min-width: 40em) {
  input[type="submit"] {
    margin-top: 3rem; } }
@media all and (min-width: 64em) {
  input[type="submit"] {
    margin-top: 4rem; } }
.wpcf7-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto; }
  .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 1rem; }
    .wpcf7-form .wpcf7-form-control-wrap input {
      margin-bottom: 0; }
    .wpcf7-form .wpcf7-form-control-wrap textarea {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 0; }
    .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-not-valid, .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
      border-color: #b42600; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
      margin-top: 0.25rem;
      text-align: left;
      font-size: 80%;
      color: #b42600; }
  .wpcf7-form .wpcf7-response-output {
    width: 100%;
    margin-bottom: 4rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: white;
    color: #5e5e5e;
    font-size: 80%; }
    .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
      border-color: #b42600; }

@media all and (min-width: 64em) {
  .wpcf7-form .wpcf7-form-control-wrap {
    width: calc(33.3% - 0.66rem);
    margin-right: 1rem; }
    .wpcf7-form .wpcf7-form-control-wrap:nth-of-type(3n) {
      margin-right: 0; }
    .wpcf7-form .wpcf7-form-control-wrap.sender-message {
      width: 100%;
      margin-right: 0;
      margin-top: 4rem; } }
/* ##### Slideshows ##### */
.slick-slider .slick-list .slick-track .slick-slide {
  padding-right: 1rem;
  padding-left: 1rem; }

@media all and (min-width: 40em) {
  .slick-slider .slick-list .slick-track .slick-slide {
    padding-right: 2rem;
    padding-left: 2rem; } }
.menu.dots {
  margin-top: 2rem;
  justify-content: center; }
  .menu.dots li {
    margin-right: 0.5rem; }
    .menu.dots li:last-of-type {
      margin-right: 0; }
    .menu.dots li button {
      cursor: pointer;
      color: #e5e5e5;
      font-size: 0;
      text-indent: -9999rem;
      height: 1rem;
      width: 1rem;
      background-color: #e5e5e5;
      border-radius: 50%; }
    .menu.dots li.slick-active button {
      background-color: #eb5f0a;
      color: #eb5f0a;
      border-color: #eb5f0a;
      transition: 0.3s; }

@media all and (min-width: 40em) {
  .menu.dots {
    margin-top: 3rem; } }
@media all and (min-width: 64em) {
  .menu.dots {
    margin-top: 4rem; } }
/* ##### OffCanvas ##### */
.off-canvas {
  padding: 0; }

.off-canvas.position-left {
  width: 100%;
  max-width: 20rem; }

.off-canvas.position-right {
  width: 100%; }

.off-canvas-content.is-open-left.has-transition-push {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: hidden; }

@media all and (min-width: 20rem) {
  .off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translateX(20rem);
    transform: translateX(20rem);
    overflow-y: hidden; } }
.off-canvas-content.is-open-right.has-transition-push {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: hidden; }

.position-left {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.position-right {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.js-off-canvas-overlay {
  background-color: rgba(255, 255, 255, 0.75); }

/* ##### Wordpress ##### */
/* WYSIWYG */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

/* ##### ReCaptcha ##### */
.grecaptcha-badge {
  display: none !important; }

.recaptcha-notice {
  font-size: 60%;
  margin-top: 1rem; }

@media all and (min-width: 40em) {
  .recaptcha-notice {
    margin-top: 3rem; } }
@media all and (min-width: 64em) {
  .recaptcha-notice {
    margin-top: 4rem; } }
/* ##### Foundation ##### */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

/* ##### Temp ##### */
