@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
/*
 * FOUNDATION
 * Do not change the order of these imports.
 */
@import "../../node_modules/ionicons/css/ionicons.css";
/* Configuration
   ========================================================================== */
/* Colors */
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,400italic);
/*@import "config/mixins";*/
/********************VARIABLES********************/
@import url("https://fonts.googleapis.com/css?family=Alegreya:400italic,400,700|Alegreya+Sans:300,400,700,300italic,400italic");
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
/********* Custom colors example (modify as needed) *********/
/*
Custom
 */
/*
Cool
*/
/*
Warm
*/
/*
Gray Scale
*/
/*
Custom
 */
/*
Cool
*/
/*
Warm
*/
/* Color classes (modify as needed) */
@import "../../node_modules/normalize.css/normalize.css";
@import url("https://fonts.googleapis.com/css?family=Alegreya:400italic,400,700|Alegreya+Sans:300,400,700,300italic,400italic");
@import "../../node_modules/glidejs/dist/css/glide.core.css";
@import "../../node_modules/glidejs/dist/css/glide.theme.css";
@import "../../node_modules/magnific-popup/dist/magnific-popup.css";
@import url("https://fonts.googleapis.com/css?family=Alegreya:400italic,400,700|Alegreya+Sans:300,400,700,300italic,400italic");
@import url("https://fonts.googleapis.com/css?family=Alegreya:400italic,400,700|Alegreya+Sans:300,400,700,300italic,400italic");
.aqua {
  color: #7fdbff;
}
.aqua-bg {
  background-color: #7fdbff;
}
.blue {
  color: #0074d9;
}
.blue-bg {
  background-color: #0074d9;
}
.navy {
  color: #001f3f;
}
.navy-bg {
  background-color: #001f3f;
}
.teal {
  color: #39cccc;
}
.teal-bg {
  background-color: #39cccc;
}
.green {
  color: #2ecc40;
}
.green-bg {
  background-color: #2ecc40;
}
.olive {
  color: #3d9970;
}
.olive-bg {
  background-color: #3d9970;
}
.lime {
  color: #01ff70;
}
.lime-bg {
  background-color: #01ff70;
}
.yellow {
  color: #ffdc00;
}
.yellow-bg {
  background-color: #ffdc00;
}
.orange {
  color: #ff851b;
}
.orange-bg {
  background-color: #ff851b;
}
.red {
  color: #ff4136;
}
.red-bg {
  background-color: #ff4136;
}
.fuchsia {
  color: #f012be;
}
.fuchsia-bg {
  background-color: #f012be;
}
.purple {
  color: #b10dc9;
}
.purple-bg {
  background-color: #b10dc9;
}
.maroon {
  color: #85144b;
}
.maroon-bg {
  background-color: #85144b;
}
.white {
  color: #FCFCFC;
}
.white-bg {
  background-color: #FCFCFC;
}
.gray {
  color: #eeeeee;
}
.gray-bg {
  background-color: #eeeeee;
}
.silver {
  color: #cccccc;
}
.silver-bg {
  background-color: #cccccc;
}
.black {
  color: #444444;
}
.black-bg {
  background-color: #444444;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::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;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  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, nav ul.main-nav:before, .clearfix:after, nav ul.main-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after, nav ul.main-nav:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    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) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/********************GRID-ALWAYS*********************/
.onecol-always {
  width: 5.801104972%;
}
.twocol-always {
  width: 14.364640883%;
}
.twoptfourcol-always {
  width: 17.73757%;
}
.threecol-always {
  width: 22.928176794%;
}
.fourcol-always {
  width: 31.491712705%;
}
.fivecol-always {
  width: 40.055248616%;
}
.sixcol-always {
  width: 48.618784527%;
}
.sevencol-always {
  width: 57.182320438%;
}
.eightcol-always {
  width: 65.745856349%;
}
.ninecol-always {
  width: 74.30939226%;
}
.tencol-always {
  width: 82.872928171%;
}
.elevencol-always {
  width: 91.436464082%;
}
.twelvecol-always {
  width: 99.999999993%;
}
.onecol-always, .twocol-always, .twoptfourcol-always, .threecol-always, .fourcol-always, .fivecol-always, .sixcol-always, .sevencol-always, .eightcol-always, .ninecol-always, .tencol-always, .elevencol-always, .twelvecol-always {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}
.first-always {
  margin-left: 0;
}
.last-always {
  float: right;
}
/* Custom Grid Styles */
.custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
  position: relative;
}
@media (min-width: 649px) {
  .custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
    float: left;
    width: 50%;
  }
  .custom-col.even, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .even.team-custom-col {
    float: right;
  }
}
@media (min-width: 899px) {
  .custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
    width: 33.333333333%;
  }
  .custom-col.even, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .even.team-custom-col {
    float: left;
  }
  .custom-col.three-last, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .three-last.team-custom-col {
    float: right;
  }
}
@media (min-width: 1149px) {
  .custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
    width: 25%;
  }
  .custom-col.three-last, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .three-last.team-custom-col {
    float: left;
  }
  .custom-col.four-last, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .four-last.team-custom-col {
    float: right;
  }
}
@media (min-width: 831px) {
  /********************GRID*********************/
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .twoptfourcol {
    width: 17.73757%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438%;
  }
  .eightcol {
    width: 65.745856349%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.872928171%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol, .twocol, .twoptfourcol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
}
/********************MIXINS*********************/
/* CSS Horizontal Centering */
/* CSS Vertical Centering */
/* CSS Horizontal & Vertical Centering */
/* Ionicons */
/* WebKit-proof */
/********************VARIABLES********************/
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
/********* Custom colors example (modify as needed) *********/
/*
Custom
 */
/*
Cool
*/
/*
Warm
*/
/*
Gray Scale
*/
/********************GLOBAL********************/
* {
  /* (http://paulirish.com/2012/box-sizing-border-box-ftw/) */
  box-sizing: border-box;
  /*  @include line-height(1);*/
}
*:after, *:before {
  box-sizing: border-box;
}
@media (min-width: 40em) {
  * {
    /*   @import 'mixins'; */
    line-height: 1.3rem;
  }
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 125%;
  font-family: "Ubuntu", sans-serif;
  color: #444444;
}
@media (min-width: 40em) {
  html {
    font-size: 1.125rem;
  }
}
.featured-image {
  margin-top: 70px;
}
body {
  background-color: #FCFCFC;
  overflow-x: hidden;
}
/* Links */
a, .a {
  text-decoration: none;
}
a:link, a:active, a:visited, .a:link, .a:active, .a:visited {
  color: #000000;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, .a:hover, .a:focus {
  text-decoration: none;
}
/* Buttons */
button, .button, a.acf-button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  line-height: normal;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  background-color: #000000;
  text-align: center;
  color: #FCFCFC;
  padding: 7px 1rem;
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  /* Example alternate button color */
}
button:link, button:active, button:visited, .button:link, .button:active, .button:visited, a.acf-button:link, a.acf-button:active, a.acf-button:visited, input[type="button"]:link, input[type="button"]:active, input[type="button"]:visited, input[type="reset"]:link, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:link, input[type="submit"]:active, input[type="submit"]:visited {
  background-color: #000000;
  color: #FCFCFC;
  line-height: normal;
  outline: none;
}
button:hover, button:focus, .button:hover, .button:focus, a.acf-button:hover, a.acf-button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: black;
  text-decoration: none;
}
button.black, .button.black, a.acf-button.black, input[type="button"].black, input[type="reset"].black, input[type="submit"].black {
  background-color: #000000;
  color: #FCFCFC;
}
button.black:link, button.black:active, button.black:visited, .button.black:link, .button.black:active, .button.black:visited, a.acf-button.black:link, a.acf-button.black:active, a.acf-button.black:visited, input[type="button"].black:link, input[type="button"].black:active, input[type="button"].black:visited, input[type="reset"].black:link, input[type="reset"].black:active, input[type="reset"].black:visited, input[type="submit"].black:link, input[type="submit"].black:active, input[type="submit"].black:visited {
  background-color: #000000;
  color: #FCFCFC;
}
button.black:hover, button.black:focus, .button.black:hover, .button.black:focus, a.acf-button.black:hover, a.acf-button.black:focus, input[type="button"].black:hover, input[type="button"].black:focus, input[type="reset"].black:hover, input[type="reset"].black:focus, input[type="submit"].black:hover, input[type="submit"].black:focus {
  background-color: #141414;
}
a.acf-button.blue:hover, a.acf-button.blue:focus {
  background-color: #368763;
}
/* Figures and Blockquotes */
figcaption {
  color: #444444;
  font-size: 0.8125rem;
  font-style: italic;
  text-align: center;
}
@media (min-width: 40em) {
  figure.alignleft, figure.alignright {
    /*  @import 'mixins'; */
    max-width: 17.5rem;
    padding: 0rem 1.3rem;
  }
}
blockquote {
  background: #eeeeee;
  border-left: 0.25rem solid #cccccc;
  margin: 1.95rem 0rem;
  padding: 1.3rem 0.65rem;
  quotes: "“" "”";
  position: relative;
}
blockquote:before {
  color: #cccccc;
  content: open-quote;
  font-size: 4rem;
  position: absolute;
  top: 2px;
}
blockquote p {
  display: inline;
}
cite {
  display: block;
  font-style: normal;
}
small, .small {
  line-height: 0.65rem;
  font-size: 70%;
}
@media (min-width: 40em) {
  small, .small {
    /*   @import 'mixins'; */
    line-height: 0.65rem;
  }
}
/* Paragraphs and Lists
   ========================================================================== */
p, ul, ol {
  margin: 0rem 0rem 1.3rem;
}
@media (min-width: 40em) {
  p, ul, ol {
    /*   @import 'mixins'; */
    margin: 0rem 0rem 1.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  /*  @import 'mixins'; */
}
.uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}
hr {
  margin-top: 2.6rem;
  margin-bottom: 2.6rem;
  box-sizing: content-box;
  border: 0;
  color: #444444;
  display: block;
  height: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  background-size: 100% 1.3rem;
  background-image: linear-gradient(to bottom, transparent 1px, transparent -1.35px, #444444 -1.35px, #444444 2.65px, transparent 2.65px, transparent 1.3px);
  width: 100px;
}
@media (min-width: 40em) {
  hr {
    background-size: 100% 1.3rem;
    background-image: linear-gradient(to bottom, transparent 1px, transparent -1.35px, #444444 -1.35px, #444444 2.65px, transparent 2.65px, transparent 1.3px);
  }
}
/* Headings */
h1, .h1 {
  font-size: 2.5rem;
  line-height: 2.6rem;
  margin-top: 5.2rem;
  margin-bottom: 1.3rem;
  font-weight: bold;
}
h2, .h2 {
  font-size: 1.6875rem;
  line-height: 1.95rem;
  margin-top: 3.25rem;
  margin-bottom: 0.65rem;
  font-weight: bold;
}
h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.3rem;
  margin-top: 2.6rem;
  margin-bottom: 0.65rem;
  font-weight: bold;
}
h4, .h4 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-top: 1.95rem;
  margin-bottom: 0.65rem;
  font-weight: bold;
}
h5, .h5 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 3.25rem;
  margin-bottom: 0.65rem;
  font-weight: bold;
}
h6, .h6 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 3.25rem;
  margin-bottom: 0.65rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  /* @import 'mixins'; */
  h1, .h1 {
    line-height: 2.6rem;
    margin-top: 5.2rem;
    margin-bottom: 1.3rem;
  }
  h2, .h2 {
    line-height: 1.95rem;
    margin-top: 3.25rem;
    margin-bottom: 0.65rem;
  }
  h3, .h3 {
    line-height: 1.3rem;
    margin-top: 2.6rem;
    margin-bottom: 0.65rem;
  }
  h4, .h4 {
    line-height: 1.3rem;
    margin-top: 1.95rem;
    margin-bottom: 0.65rem;
  }
  h5, .h5 {
    line-height: 1.3rem;
    margin-top: 3.25rem;
    margin-bottom: 0.65rem;
  }
  h6, .h6 {
    line-height: 1.3rem;
    margin-top: 3.25rem;
    margin-bottom: 0.65rem;
  }
}
h1 + h2, .h1 + .h2 {
  margin-top: 1.3rem;
}
@media (min-width: 40em) {
  h1 + h2, .h1 + .h2 {
    /*   @import 'mixins'; */
    margin-top: 1.3rem;
  }
}
h2 + h3, .h2 + .h3, h3 + h4, .h3 + .h4, h4 + h5, .h4 + .h5 {
  margin-top: 0.65rem;
}
@media (min-width: 40em) {
  h2 + h3, .h2 + .h3, h3 + h4, .h3 + .h4, h4 + h5, .h4 + .h5 {
    /*  @import 'mixins'; */
    margin-top: 0.65rem;
  }
}
h5 + h6, .h5 + .h6 {
  margin-top: -0.65rem;
}
@media (min-width: 40em) {
  h5 + h6, .h5 + .h6 {
    /*  @import 'mixins'; */
    margin-top: -0.65rem;
  }
}
h6, .h6 {
  font-style: italic;
  font-weight: normal;
}
/* Form Inputs */
input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}
input[type=email], input[type=tel], input[type=number], input[type=password], input[type=search], input[type=text], input[type=url], select, textarea {
  border: 1px solid #cccccc;
}
/* Default Image Styles */
img {
  height: auto;
  max-width: 100%;
}
/* WordPress Image Styles */
[class^="wp-image-"], [class*=" wp-image-"], .wp-caption {
  display: block;
  padding: 4px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  height: auto;
  max-width: 100%;
}
.wp-caption [class^="wp-image-"], .wp-caption [class*=" wp-image-"], .wp-caption .wp-caption {
  padding: 0;
  border: 0;
}
[class^="wp-image-"] .wp-caption-text, [class*=" wp-image-"] .wp-caption-text, .wp-caption .wp-caption-text {
  font-size: 75%;
  font-style: italic;
  margin: 0;
  padding: 16px 16px 12px;
}
/*
 * oEmbed Styles
 * To make an oEmbed responsive, simply wrap it in
 * `.embed-container`.
 */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40em) {
  .embed-container {
    /*  @import 'mixins'; */
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }
}
iframe, object, embed {
  max-width: 100%;
  display: block;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40em) {
  iframe, object, embed {
    /*  @import 'mixins'; */
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Containers */
.wrap, .contain, .constrain {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
}
.wrap {
  max-width: 1200px;
}
.contain {
  max-width: 700px;
}
.constrain {
  max-width: 450px;
}
/* Toggles */
.toggle-content {
  display: none;
  position: relative;
  padding: 1rem 1rem 0;
}
.toggle-content p:first-child {
  margin-top: 0;
}
.toggle-content p:last-child {
  margin-bottom: 0;
}
.toggle-heading {
  display: block;
  padding: 0.25rem 1.75rem 0.25rem 0.5rem;
  margin: 1.5rem auto 0;
  color: #3d9970;
  cursor: pointer;
  border: 1px solid #3d9970;
  position: relative;
}
.toggle-heading:after {
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #3d9970;
  position: absolute;
  display: block;
  bottom: 0.2rem;
  right: 0.5rem;
  line-height: inherit;
}
.toggle-heading.active:after {
  content: "";
}
/* Code */
code, kbd, pre, samp, .code {
  background-color: #eeeeee;
  color: #777;
  padding: 1px 3px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
code, kbd, samp, .code {
  display: inline-block;
  vertical-align: middle;
}
pre, .pre {
  display: block;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px 10px;
  overflow-x: auto;
}
@media (min-width: 40em) {
  pre, .pre {
    /*  @import 'mixins'; */
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }
}
/* Misc. */
.scratch-bg {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.white-popup {
  position: relative;
  background: #FCFCFC;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 1rem auto;
}
@media (min-width: 40em) {
  br.brm {
    display: none;
    visibility: hidden;
  }
}
br.mbr {
  display: none;
  visibility: hidden;
}
@media (min-width: 40em) {
  br.mbr {
    display: block;
    visibility: visible;
  }
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #eeeeee solid 1px;
  margin: 20px 0;
}
.gm-style img {
  max-width: none;
}
/*
 * HELPER CLASSES
 */
.hpad {
  padding-left: 1rem;
  padding-right: 1rem;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.alignleft {
  margin: 1rem auto;
}
@media (min-width: 40em) {
  .alignleft {
    margin: 0 1rem 1rem 0;
    float: left;
  }
}
.aligncenter {
  margin: 1rem auto;
  clear: both;
}
.alignright {
  margin: 1rem auto;
}
@media (min-width: 40em) {
  .alignright {
    margin: 0 0 1rem 1rem;
    float: right;
  }
}
.halign {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 40em) {
  .valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
}
.valign-always {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
}
.hvalign {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  margin-bottom: 0;
}
/* Spin Animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 2s linear infinite;
}
/* Blink Animation */
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.blink {
  animation: blink 2s ease infinite;
}
/*
 * CUSTOM HELPER CLASSES below here
 */
.layout-text-and-image h2, .bg h2, .layout-text-and-map.bg h2, .textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout h2, .team-layout .threecol h2 {
  border: 2px solid #000000;
  display: inline-block;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
  font-weight: normal;
  color: #8D8E92;
  padding: 5px 15px;
  margin-top: 0;
}
.featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 360px;
}
.featured-image h1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding-left: 5%;
  color: #FCFCFC;
  width: 50%;
  height: 40%;
  font-weight: normal;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  letter-spacing: 0.3rem;
  border: 13px solid #FCFCFC;
  border-bottom: none;
  border-right: none;
}
.single-post .single .featured-image {
  height: auto;
}
.single-post .single .featured-image .-spacer {
  padding-top: 100%;
}
.page-id-149 .featured-image h1, .page-id-153 .featured-image h1, .page-id-157 .featured-image h1, .page-id-512 .featured-image h1, .page-id-515 .featured-image h1, .page-id-613 .featured-image h1, .single-referenz .featured-image h1 {
  right: unset;
  left: 0;
  border-left: none;
  border-right: 13px solid #FCFCFC;
  padding-left: 7%;
}
.sub-nav {
  background-color: #FCFCFC;
  list-style: none;
  padding-left: 10px;
}
.sub-nav li {
  display: inline-block;
  padding: 5px;
}
.sub-nav li:first-of-type {
  padding-left: 0;
}
.sub-nav li a {
  color: #8D8E92;
}
.page-id-6 #footer {
  display: none;
}
.newsletter-button::after {
  content: url("../img/Icon_Pfeil_weiss.svg");
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: 5px;
}
p {
  color: #8D8E92;
}
/*
 * MIDDLE STUFF
 * You're free to rearrange these how you like.
 */
.layout-text-and-image h2, .bg h2, .layout-text-and-map.bg h2, .textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout h2, .team-layout .threecol h2 {
  border: 2px solid #000000;
  display: inline-block;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
  font-weight: normal;
  color: #8D8E92;
  padding: 5px 15px;
  margin-top: 0;
}
/* Custom Grid Styles */
.custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
  position: relative;
}
@media (min-width: 649px) {
  .custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
    float: left;
    width: 50%;
  }
  .custom-col.even, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .even.team-custom-col {
    float: right;
  }
}
@media (min-width: 899px) {
  .custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
    width: 33.333333333%;
  }
  .custom-col.even, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .even.team-custom-col {
    float: left;
  }
  .custom-col.three-last, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .three-last.team-custom-col {
    float: right;
  }
}
@media (min-width: 1149px) {
  .custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
    width: 25%;
  }
  .custom-col.three-last, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .three-last.team-custom-col {
    float: left;
  }
  .custom-col.four-last, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .four-last.team-custom-col {
    float: right;
  }
}
.layout-text-and-image, .layout-text-and-image-mobile {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.layout-text-and-image .wrap, .layout-text-and-image-mobile .wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.layout-text-and-image .sixcol.last, .layout-text-and-image-mobile .sixcol.last {
  margin-left: 0;
}
.layout-text-and-image img, .layout-text-and-image-mobile img {
  width: 100%;
  height: auto;
}
.layout-text-and-image .images-divider, .layout-text-and-image-mobile .images-divider {
  height: 20px;
}
.layout-text-and-image h2, .layout-text-and-image-mobile h2 {
  /* @extend %flexrow-h2;*/
}
.layout-text-and-image p, .layout-text-and-image-mobile p {
  margin-bottom: 0;
}
.layout-text-and-image p:last-of-type, .layout-text-and-image-mobile p:last-of-type {
  margin-bottom: 40px;
}
.layout-text-and-image #Glide #slider-prevarrow, .layout-text-and-image #Glide #slider-nextarrow, .layout-text-and-image-mobile #Glide #slider-prevarrow, .layout-text-and-image-mobile #Glide #slider-nextarrow {
  display: none;
}
.layout-text-and-image #Glide #slider-prevarrow, .layout-text-and-image-mobile #Glide #slider-prevarrow {
  left: -15px;
}
.layout-text-and-image #Glide #slider-nextarrow, .layout-text-and-image-mobile #Glide #slider-nextarrow {
  right: -15px;
}
.layout-text-and-image #Glide:hover #slider-prevarrow, .layout-text-and-image #Glide:hover #slider-nextarrow, .layout-text-and-image-mobile #Glide:hover #slider-prevarrow, .layout-text-and-image-mobile #Glide:hover #slider-nextarrow {
  display: block;
}
.layout-text-and-image:nth-of-type(even) .sixcol.last {
  margin-right: 3%;
}
.layout-text-and-image h2 {
  border: 2px solid #000;
}
.bg-grey {
  background-color: rgba(0, 0, 0, 0.76);
}
.bg-grey h2, .bg-grey p {
  color: #fff;
}
.bg-grey h2 {
  border: 2px solid #fff;
}
.bg-grey h6 {
  color: #fff;
}
.bg-grey .glide .glide__bullets {
  text-align: left;
}
.bg-grey .glide .glide__bullets .glide__bullet.active {
  background-color: transparent !important;
  border: 1px solid #fff;
}
.bg-grey .glide .glide__bullets .glide__bullet {
  background-color: #fff !important;
  border: 1px solid #fff;
}
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg h2, .bg p {
  color: #fff;
}
.bg h2 {
  border: 2px solid #fff;
}
.bg h6 {
  color: #fff;
}
.bg .glide .glide__bullets {
  text-align: left;
}
.bg .glide .glide__bullets .glide__bullet.active {
  background-color: transparent !important;
  border: 1px solid #fff;
}
.bg .glide .glide__bullets .glide__bullet {
  background-color: #fff !important;
  border: 1px solid #fff;
}
.layout-text-and-map.bg h2, .layout-text-and-map.bg p {
  color: #808080;
}
.layout-text-and-map.bg h2 {
  border: 2px solid #000000;
}
.textcol {
  padding: 0 2.6%;
}
.textcol a {
  /* @extend .button; */
}
.textimageslider-fullwidthlayout-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout h2, .textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout p {
  color: #8D8E92;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout h2 {
  border: 2px solid #000000;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout p:last-of-type {
  margin-bottom: 40px;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide:hover #textbildslider-prevarrow, .textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide:hover #textbildslider-nextarrow {
  display: block;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide:hover #textbildslider-prevarrow i, .textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide:hover #textbildslider-nextarrow i {
  opacity: 1;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide #textbildslider-prevarrow {
  left: -100px;
  padding: 20px 40px 20px 5px;
  background-color: transparent;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide #textbildslider-prevarrow i {
  color: #000000;
  opacity: 0;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide #textbildslider-prevarrow:hover i {
  color: #000000;
  opacity: 1;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide #textbildslider-nextarrow {
  right: -100px;
  padding: 20px 5px 20px 40px;
  background-color: transparent;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide #textbildslider-nextarrow i {
  color: #000000;
  opacity: 0;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide #textbildslider-nextarrow:hover i {
  color: #000000;
  opacity: 1;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide .glide__bullets .glide__bullet.active {
  background-color: #fff !important;
  border: 1px solid #010101 !important;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide .glide__bullets .glide__bullet {
  background-color: #010101 !important;
  border: 1px solid #010101 !important;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide .sixcol.last {
  padding-right: 20px !important;
}
.textimageslider-fullwidthlayout-bg .textimageslider-fullwidthlayout #Glide .textcol {
  padding-left: 0;
}
.layout-text-and-image h2, .layout-text-and-image-mobile h2 {
  margin-top: 0px;
}
.team-layout {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-layout .team-slider-col {
  margin-left: 0;
}
.team-layout .team-slider-col #Glide {
  position: relative;
}
.team-layout .team-slider-col #Glide:hover #multipleimagesslider-prevarrow, .team-layout .team-slider-col #Glide:hover #multipleimagesslider-nextarrow {
  display: block;
  color: #000000;
}
.team-layout .team-slider-col #Glide:hover #multipleimagesslider-prevarrow i, .team-layout .team-slider-col #Glide:hover #multipleimagesslider-nextarrow i {
  opacity: 1;
}
.team-layout .team-slider-col #Glide #multipleimagesslider-prevarrow {
  left: -70px;
  padding: 20px 40px 20px 5px;
}
.team-layout .team-slider-col #Glide #multipleimagesslider-prevarrow i {
  opacity: 0;
}
.team-layout .team-slider-col #Glide #multipleimagesslider-prevarrow:hover i {
  opacity: 1;
}
.team-layout .team-slider-col #Glide #multipleimagesslider-nextarrow {
  right: -70px;
  padding: 20px 5px 20px 40px;
}
.team-layout .team-slider-col #Glide #multipleimagesslider-nextarrow i {
  opacity: 0;
}
.team-layout .team-slider-col #Glide #multipleimagesslider-nextarrow:hover i {
  opacity: 1;
}
.team-layout .team-slider-col #Glide .wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
  float: left;
  width: 50%;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div {
  padding: 0 5px 10px 5px;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div .teamslider-picture {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 280px;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div .teamslider-picture .-spacer {
  padding-top: 100%;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div .teamslider-picture .teamslider-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div .teamslider-picture .teamslider-text-wrapper:hover .teamslider-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div .teamslider-picture .teamslider-text-wrapper .teamslider-text {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: none;
  font-size: 15px;
  padding: 30px;
  text-align: center;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div .teamslider-picture .teamslider-text-wrapper .teamslider-text p {
  margin-bottom: 10px;
}
.team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col .inner-div .teamslider-picture .teamslider-text-wrapper .teamslider-text p:nth-of-type(2) {
  line-height: 1.2;
}
@media (min-width: 1149px) {
  .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col {
    width: 33.3333%;
  }
  .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col :nth-of-type(3n) .inner-div {
    padding-right: 0 !important;
  }
  .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col.three-last {
    float: left;
  }
  .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col.four-last {
    float: right;
  }
}
.team-layout .glide .glide__arrow.prev {
  left: -70px;
}
.team-layout .glide .glide__arrow.next {
  right: -70px;
}
.team-layout .glide .glide__bullets {
  position: static;
  margin-left: 5px;
}
.layout-text-and-image.layout-text-and-map {
  padding-top: 0;
  padding-bottom: 0;
}
.layout-text-and-map.bg {
  position: relative;
  height: 400px;
}
.layout-text-and-map.bg .layout-tocenter {
  display: flex;
  justify-content: center;
  position: relative;
  height: 400px;
}
.layout-text-and-map.bg .layout-tocenter .sixcol {
  width: 50%;
}
.layout-text-and-map.bg .layout-tocenter .sixcol.first {
  z-index: 1000;
}
.layout-text-and-map.bg .layout-tocenter .sixcol.last {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  margin-right: 0 !important;
}
.layout-text-and-map.bg .layout-tocenter .sixcol .wrap {
  height: 400px;
}
.layout-text-and-map.bg .layout-tocenter .sixcol h2, .layout-text-and-map.bg .layout-tocenter .sixcol p {
  color: #808080;
}
.layout-text-and-map.bg .layout-tocenter .sixcol h2 {
  border: 2px solid #000000 !important;
}
.layout-text-and-map.bg .layout-tocenter .sixcol p {
  margin-bottom: 15px;
}
.layout-text-and-map.bg .layout-tocenter .layout-centered {
  height: 400px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.layout-text-and-map.bg .layout-tocenter .layout-centered .sixcol.first {
  display: none;
}
.layout-text-and-map.bg .layout-tocenter .layout-centered .sixcol.last {
  padding-left: 0 !important;
}
.layout-text-and-map.bg .layout-to-position {
  width: 100%;
  display: block;
  position: absolute;
  top: 60px;
}
.page-id-151 .layout-text-and-image:nth-of-type(odd) .sixcol.first {
  order: 2;
}
.page-id-151 .layout-text-and-image:nth-of-type(odd) .sixcol.last {
  padding-left: 0;
  margin-right: 3%;
}
.page-id-151 .layout-text-and-image:nth-of-type(even) .wrap {
  display: block;
}
.page-id-151 .layout-text-and-image:nth-of-type(even) .wrap .sixcol.last {
  padding-left: 20px;
  margin-right: 0;
}
.page-id-153 .layout-text-and-image:nth-of-type(odd) .sixcol.first, .page-id-155 .layout-text-and-image:nth-of-type(odd) .sixcol.first {
  order: 2;
}
.page-id-153 .layout-text-and-image:nth-of-type(odd) .sixcol.last, .page-id-155 .layout-text-and-image:nth-of-type(odd) .sixcol.last {
  margin-right: 3%;
  padding-left: 0;
}
.page-id-153 .layout-text-and-image:nth-of-type(even) .sixcol.last, .page-id-155 .layout-text-and-image:nth-of-type(even) .sixcol.last {
  margin-right: 0;
}
.page-id-157 .layout-text-and-image:nth-of-type(odd) .sixcol.first {
  order: 1;
}
.page-id-157 .layout-text-and-image:nth-of-type(odd) .sixcol.last {
  margin-right: 3%;
  padding-left: 0;
}
.page-id-157 .layout-text-and-image:nth-of-type(even) .wrap {
  display: block;
}
.page-id-157 .layout-text-and-image:nth-of-type(even) .wrap .sixcol.last {
  padding-left: 20px;
  margin-right: 0;
}
.page-id-157 .layout-text-and-map:nth-of-type(even) .sixcol.first {
  order: 2;
}
.glide__slide a {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
  -webkit-user-drag: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  pointer-events: auto !important;
}
#Uptodate .textcol p:last-child, #mobile-Uptodate .textcol p:last-child {
  display: flex;
  width: 100%;
}
#Uptodate .textcol p:last-child > a:not(:first-child), #mobile-Uptodate .textcol p:last-child > a:not(:first-child) {
  margin-left: 10px;
}
#Uptodate .textcol p:last-child > a:not(:last-child), #mobile-Uptodate .textcol p:last-child > a:not(:last-child) {
  margin-right: 10px;
}
#Uptodate .textcol img, #mobile-Uptodate .textcol img {
  width: 80px;
}
#mobile-Uptodate .textcol p:last-child img {
  width: 45px;
  padding: 2px;
}
/********************ARCHIVE********************/
/*
 * This file should house all of the styles for any
 * archive template, i.e. archive.php, archive-{rename}.php,
 * home.php, search.php, category.php, etc.
 */
.home .front-slider {
  height: calc(100vh - 70px);
}
.home .front-slider .slick-list {
  height: 100%;
}
.home .front-slider .slick-list .slick-track {
  height: 100%;
  position: relative;
}
.home .front-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.home .front-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item, .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item-mobile {
  border: 8px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 140px;
  margin: 10px;
  text-transform: uppercase;
}
.home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item a, .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item-mobile a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.home .front-slider .slick-prev, .home .front-slider .slick-next {
  display: none !important;
}
.home .main-content .front-slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .main-content .front-slider-nav li:hover {
  background: #000;
  border-color: #000;
}
.home .main-content .front-slider-nav .front-slider-nav-item, .home .main-content .front-slider-nav .front-slider-nav-item-mobile {
  border: 8px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 140px;
  margin: 10px;
  text-transform: uppercase;
}
.home .main-content .front-slider-nav .front-slider-nav-item a, .home .main-content .front-slider-nav .front-slider-nav-item-mobile a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.active-front-nav-item, #front-slide-1 #front-slide-nav-1, #front-slide-1 #front-slide-nav-mobile-1, #front-slide-2 #front-slide-nav-2, #front-slide-2 #front-slide-nav-mobile-2, #front-slide-3 #front-slide-nav-3, #front-slide-3 #front-slide-nav-mobile-3, #front-slide-4 #front-slide-nav-4, #front-slide-4 #front-slide-nav-mobile-4, #front-slide-5 #front-slide-nav-5, #front-slide-5 #front-slide-nav-mobile-5 {
  background-color: #000000;
  border: 8px solid #000000;
}
.front-slider {
  visibility: hidden;
}
.slick-initialized {
  visibility: visible;
}
.front-news-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 100%;*/
  padding: 0.3rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.6);
}
.front-news-box .title {
  /*height: 4rem;*/
  /*width: 4rem;*/
  font-weight: bold;
  margin: 0.5rem 1rem 0.5rem 0;
  text-align: right;
  flex: 1;
}
.front-news-box .title a {
  color: white;
  text-transform: uppercase;
}
.front-news-box ul {
  list-style: none;
  flex: 1;
  padding: 0 0 0 1rem;
  text-align: left;
}
.front-news-box ul li {
  margin: 0.5rem 0;
}
.front-news-box ul a {
  color: white;
}
.front-news-box ul a:hover {
  font-weight: normal;
}
body.blog {
  background: #e2e2e2;
}
main.blog {
  display: grid;
  max-width: 1200px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 4fr) minmax(0, 1fr);
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  main.blog {
    grid-template-columns: minmax(0, 0) minmax(0, 4fr) minmax(0, 1fr);
  }
}
@media screen and (max-width: 636px) {
  main.blog {
    font-size: 14px;
    padding: 0 13.3px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
  }
  main.blog #filters {
    order: 1;
    background: white;
    padding: 20px;
  }
  main.blog .hpad.blog {
    order: 2;
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.blog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}
@media screen and (max-width: 1000px) {
  section.blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 13.3333333333px;
    font-size: 15px;
  }
}
@media screen and (max-width: 436px) {
  section.blog {
    font-size: 14px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
  }
}
section.blog article {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  background-color: #C8C8C8;
}
section.blog article a.full {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.blog article p {
  color: #8D8E92;
}
section.blog article .articleButton, section.blog article a {
  font-size: 14px;
  text-align: left;
}
section.blog article .image {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0;
}
section.blog article .image:after {
  content: "";
  display: block;
  padding-bottom: 81.018519%;
}
section.blog article .c {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 20px 6.6666666667px;
  position: relative;
}
section.blog article .c .excerpt {
  flex: 1;
}
section.blog article .c h2 {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: normal;
  hyphens: auto;
  margin: 0 0 10px;
}
@media screen and (max-width: 800px) {
  section.blog article .c {
    padding: 6.6666666667px;
  }
}
section.blog article .c .meta-data {
  font-size: 11px;
  font-weight: bold;
}
body.single-post {
  background: #e2e2e2;
}
main.single {
  display: grid;
  max-width: 1200px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 4fr) minmax(0, 1fr);
  grid-template-rows: auto;
  gap: 15px;
  margin: 0 auto 0;
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  main.single .empty {
    /* display: none; 
			width: 0px; */
  }
}
@media screen and (max-width: 1000px) {
  main.single {
    /*display: block;*/
    padding: 0 13.3px;
  }
}
@media screen and (max-width: 636px) {
  main.single {
    font-size: 14px;
    padding: 0 13.3px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
  }
  main.single .empty {
    order: 3;
  }
  main.single #filters {
    order: 1;
    background: white;
    padding: 30px;
  }
  main.single .main-section {
    order: 2;
  }
}
.single article {
  background: white;
  padding-bottom: 15px;
}
.single article div[itemprop=articleBody] {
  padding: 30px;
}
.single .slick-slider {
  margin-bottom: 30px;
}
.single .slick-list {
  margin: -15px;
}
.single .slick-slide > div {
  padding: 0 15px;
}
.single .slick-prev {
  left: 10px;
  z-index: 1;
  height: 2rem;
  width: 2rem;
}
.single .slick-prev:before {
  background: url("../img/right.svg");
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.single .slick-next {
  right: 10px;
  height: 2rem;
  width: 2rem;
}
.single .slick-next:before {
  background: url("../img/left.svg");
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.single .wp-block-button a.wp-block-button__link {
  border-radius: 0;
  color: #fff;
}
.single .post-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0;
}
.page-id-515 .reference-area {
  display: none;
}
.page-id-515 main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-id-515 h5 {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 20px;
}
.page-id-515 p {
  margin-bottom: 0;
}
/********************MIXINS*********************/
/* CSS Horizontal Centering */
/* CSS Vertical Centering */
/* CSS Horizontal & Vertical Centering */
/* Ionicons */
/* WebKit-proof */
/********************VARIABLES********************/
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
/********* Custom colors example (modify as needed) *********/
/*
Custom
 */
/*
Cool
*/
/*
Warm
*/
/*
Gray Scale
*/
/********************LAYOUTS********************/
/* Base Styles */
.overlay {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}
.circle {
  border-radius: 50%;
}
.hero-unit .circle, .flexible-columns .circle, .staggered .circle, .wysiwygs .circle {
  width: 160px;
  height: 160px;
  background-color: #3d9970;
  margin: 0 auto;
  transition-property: background-color, color, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.hero-unit .circle i, .flexible-columns .circle i, .staggered .circle i, .wysiwygs .circle i {
  display: block;
  color: #fff;
  font-size: 3rem;
  transition: color 0.25s ease-in-out 0s;
}
.hero-unit .circle.scratch-bg, .flexible-columns .circle.scratch-bg, .staggered .circle.scratch-bg, .wysiwygs .circle.scratch-bg {
  background-color: transparent;
}
/* Hero Unit */
.hero-unit .scratch-bg {
  height: auto;
}
.hero-unit .content {
  margin: 10rem auto;
  color: #fff;
}
@media (min-width: 40em) {
  .hero-unit .content {
    width: 65%;
  }
}
.hero-unit .left .content {
  float: left;
}
.hero-unit .right .content {
  float: right;
}
/* Flexible Columns */
.flexible-columns [class^="column-"], .flexible-columns [class*=" column-"] {
  padding: 1rem;
}
.flexible-columns [class^="column-"] a:hover, .flexible-columns [class^="column-"] a:focus, .flexible-columns [class*=" column-"] a:hover, .flexible-columns [class*=" column-"] a:focus {
  text-decoration: none;
}
.flexible-columns [class^="column-"] a:hover .circle, .flexible-columns [class^="column-"] a:focus .circle, .flexible-columns [class*=" column-"] a:hover .circle, .flexible-columns [class*=" column-"] a:focus .circle {
  background-color: #49b685;
}
.flexible-columns [class^="column-"] a:hover .circle.scratch-bg, .flexible-columns [class^="column-"] a:focus .circle.scratch-bg, .flexible-columns [class*=" column-"] a:hover .circle.scratch-bg, .flexible-columns [class*=" column-"] a:focus .circle.scratch-bg {
  background-color: transparent;
  opacity: 0.8;
}
.flexible-columns [class^="column-"] a:hover i, .flexible-columns [class^="column-"] a:focus i, .flexible-columns [class*=" column-"] a:hover i, .flexible-columns [class*=" column-"] a:focus i {
  color: #3d9970;
}
/* Staggered Images with Text */
.staggered .row .circle {
  width: 250px;
  height: 250px;
}
@media (min-width: 40em) {
  .staggered .row .circle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
}
.staggered .row .circle i {
  font-size: 6rem;
}
.staggered .row:nth-child(odd) {
  background-color: #eeeeee;
}
@media (min-width: 40em) {
  .staggered .row {
    height: 500px;
  }
  .staggered .row .first, .staggered .row .last, .staggered .row .wrap {
    height: 100%;
  }
  .staggered .row .first h3, .staggered .row .last h3, .staggered .row .wrap h3 {
    margin-top: 0;
  }
  .staggered .row:nth-child(even) .first {
    float: right;
    margin-left: 2.762430939%;
  }
  .staggered .row:nth-child(even) .last {
    float: left;
    margin-left: 0;
  }
}
/* Slider */
.slider-row .slide-text {
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
}
@media (min-width: 40em) {
  .slider-row .slide-text {
    padding: 1rem 6rem;
  }
}
.glide {
  /***** Customizations of glide-core *****/
  height: auto;
  /***** Customizations of glide-theme *****/
}
.glide img {
  width: 100%;
  height: auto;
}
.glide .glide__wrapper {
  height: 100%;
  width: 99%;
  transition: opacity 0.3s ease-out;
}
.glide .glide__track {
  padding: 0;
  margin: 0;
  height: 100%;
}
.glide .glide__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.glide .glide__slide.active {
  /* transition:opacity .3s ease-out;*/
}
.glide .glide__bullets {
  position: static;
  text-align: left;
}
.glide .glide__bullets .glide__bullet {
  background-color: #010101;
  border-radius: 0;
  margin: 0 3px;
  border: 1px solid #010101;
}
.glide .glide__bullets .glide__bullet:first-of-type {
  margin-left: 0;
}
.glide .glide__bullets .active {
  background-color: #fff;
  border: 1px solid #010101;
  width: 12px !important;
  height: 12px !important;
}
.glide .glide__arrow {
  border: 0;
  padding: 0;
}
.glide .glide__arrow i {
  font-size: 1.5rem;
}
.glide .glide__arrow:hover, .glide .glide__arrow:focus {
  background-color: transparent;
}
/* WYSIWYGs */
#video {
  position: fixed;
  top: 0px;
}
#container, .inside {
  position: relative;
}
.background-video {
  height: 100vh;
  min-width: 100%;
}
.background-video video {
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  left: 50%;
  position: absolute;
  transform: translateX(-15%);
  -webkit-transform: translateX(-15%);
  object-fit: cover;
}
.background-video video {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}
.home-content {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 370px;
  padding: 0px;
  top: 0;
  height: auto;
  display: block;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
main.blog {
  max-width: 1800px;
}
section.blog article p {
  font-size: 18px;
}
#filters ul, #filters p {
  font-size: 18px;
}
.wrap.clearfix.reference-area, nav ul.wrap.reference-area.main-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.glide .glide__wrapper {
  width: calc(100% - 12px);
}
.layout-text-and-image #Glide #slider-nextarrow, .layout-text-and-image-mobile #Glide #slider-nextarrow {
  right: -5px;
}
.glide img {
  margin-left: -1px;
}
.layout-text-and-image .icon-box {
  margin-left: 0px;
  margin-top: 0px;
}
.layout-text-and-image .icon-box a {
  display: inline-block;
}
.layout-text-and-image .icon-box img {
  width: 90px;
  height: 90px;
  padding: 4px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.layout-text-and-image .icon-box a {
  padding: 7px 1rem;
  background: #000;
}
.layout-text-and-image .icon-box {
  order: 3;
}
.layout-text-and-image.bg h2 {
  margin-top: 0px;
  display: inline-block !important;
}
.layout-partner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.layout-partner h2 {
  display: inline-block;
  border: 2px solid #000000;
  text-transform: uppercase;
  font-family: Ubuntu, sans-serif;
  font-weight: normal;
  color: #8D8E92;
  padding: 5px 15px;
  margin-top: 0;
  margin-left: 10px;
}
.layout-partner .wrap {
  overflow: hidden;
}
.layout-partner .partner-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px -20px;
}
.layout-partner .partner-cols > div {
  flex: 0 0 auto;
  margin: 20px;
  width: calc((100% / 3) - 40px);
}
.layout-partner .partner-cols > div a {
  display: block;
  width: 100%;
  padding-top: 40%;
}
.layout-partner .partner-cols > div img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}
.page-id-512 .sub-nav {
  display: none;
}
.page-id-512 .sixcol.first {
  order: 2;
}
.page-id-512 .sixcol.last {
  margin-right: 0 !important;
}
.page-id-512 .textcol {
  padding-left: 0;
}
.page-id-512 .textcol h6 {
  margin-top: 0;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
}
.page-id-512 .layout-text-and-image img, .page-id-512 .layout-text-and-image-mobile img {
  width: 75%;
  height: auto;
}
.page-id-157 .layout-text-and-image:nth-of-type(3) .sixcol.last {
  order: 2;
}
.bg-grey a, .bg-grey a:focus, .bg-grey a:active, .bg-grey a:visited {
  color: #fff;
}
/********************PAGE********************/
/*
 * This file should house all of the styles for any
 * page template, i.e. page.php or page-{rename}.php.
 */
.page-template-page-style_guide .scratch-bg {
  margin-bottom: 1rem;
}
/********************SINGLE********************/
/*
 * This file should house all of the styles for any
 * single template, i.e. single.php or
 * single-{rename}.php.
 */
.single-referenz main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-referenz .twelvecol {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.single-referenz #Glide:hover #slider-prevarrow i, .single-referenz #Glide:hover #slider-nextarrow i {
  opacity: 1;
}
.single-referenz #Glide #slider-prevarrow {
  left: -90px;
  padding: 20px;
  color: #000000;
}
.single-referenz #Glide #slider-prevarrow i {
  opacity: 0;
}
.single-referenz #Glide #slider-prevarrow:hover i {
  opacity: 1;
}
.single-referenz #Glide #slider-nextarrow {
  right: -90px;
  padding: 20px;
  color: #000000;
}
.single-referenz #Glide #slider-nextarrow i {
  opacity: 0;
}
.single-referenz #Glide #slider-nextarrow:hover i {
  opacity: 1;
}
.single-referenz #Glide .glide__bullets {
  text-align: right;
  position: static;
}
.single-referenz h6 {
  font-family: Ubuntu, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  color: #000000;
  font-size: 20px;
}
.single-referenz .reference-url {
  text-decoration: underline;
  color: #000000;
}
.single-referenz .back-button {
  float: right;
}
/********************FOOTER********************/
/*
 * This file should house all of the styles for
 * footer.php.
 */
#footer {
  padding: 30px 0;
  background-color: #000000;
}
#footer .custom-col, #footer .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper #footer .team-custom-col {
  width: 33.3333%;
}
#footer .wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}
#footer p {
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0;
}
#footer p.from {
  text-align: right;
  font-size: 16px;
  text-transform: uppercase;
}
#footer li {
  font-size: 12px;
}
#footer a {
  color: #fff;
  line-height: 1.4;
}
#footer .icon-box img {
  width: 33.5px;
  height: 33.5px;
}
#footer .logo-col a.link {
  display: block;
}
#footer .logo-col .footer-logo {
  height: 80px;
  width: auto;
  margin-bottom: 10px;
}
#footer .logo-col .footer-swiss {
  max-width: 121px;
  margin-left: -5px;
  margin-bottom: 10px;
  width: auto;
}
#footer .textwidget br {
  line-height: 1.4;
}
#footer #text-2 .textwidget {
  padding-left: 40px;
  padding-right: 30px;
}
#footer #text-3 .textwidget {
  padding-left: 5px;
}
#footer .icon-box {
  margin-left: 0px;
}
#footer .icon-box a {
  display: inline-block;
}
#footer .approach-col, #footer .menu-col {
  display: flex;
  flex-direction: column;
}
#footer .approach-col > *, #footer .menu-col > * {
  flex: 0 0 auto;
}
#footer .approach-col p {
  margin: 0rem 0rem 1.3rem;
}
#footer .approach-col #text-4 p {
  margin: 0rem 0rem 0rem;
}
#footer .menu-col {
  width: auto;
  margin-left: auto;
}
#footer .menu-col .widget_nav_menu {
  margin-top: auto;
}
#footer #menu-footer-menu {
  list-style: none;
  padding-left: 0;
}
#footer #menu-footer-menu li {
  font-size: 12px;
  line-height: 1.4;
}
#footer #menu-footer-menu a:link {
  text-decoration: underline;
  color: #fff;
}
/********************MIXINS*********************/
/* CSS Horizontal Centering */
/* CSS Vertical Centering */
/* CSS Horizontal & Vertical Centering */
/* Ionicons */
/* WebKit-proof */
/********************VARIABLES********************/
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
/********* Custom colors example (modify as needed) *********/
/*
Custom
 */
/*
Cool
*/
/*
Warm
*/
/*
Gray Scale
*/
/********************HEADER********************/
/*
 * This file should house all of the styles for
 * header.php.
 */
#header {
  z-index: 9999;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
#header .header-fixed {
  background-color: #000000;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}
#header .slogan-box {
  display: inline-block;
  color: #8D8E92;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 21px;
  padding-left: 180px;
}
#header .header-picture {
  height: 25px;
  width: auto;
  margin-left: 30px;
  padding-left: 0px;
  margin-top: -4px;
}
/* Adds dropdown support, gives a good example of nesting
 * with SCSS. The classes are specific to the Scratch
 * Theme for WordPress. If you are not using Scratch, you
 * can simply get rid of them.
 */
.clearfix:before, nav ul.main-nav:before, .clearfix:after, nav ul.main-nav:after {
  content: " ";
  display: table;
}
.clearfix:after, nav ul.main-nav:after {
  clear: both;
}
nav {
  float: right;
  height: 70px;
  top: 0;
}
nav ul.main-nav {
  list-style: none;
}
nav ul.main-nav li {
  text-align: center;
}
nav ul.main-nav li a {
  background-color: #000000;
  color: #424242;
  padding: 0.5rem;
  transition: background-color 0.25s ease-in-out 0s;
  font-size: 15px;
}
nav ul.main-nav li a:link, nav ul.main-nav li a:active, nav ul.main-nav li a:visited {
  background-color: #000000;
  color: #fff;
  /* mit $navcolor ersetzen */
}
nav ul.main-nav li a:hover, nav ul.main-nav li a:focus {
  background-color: black;
  text-decoration: none;
}
nav ul.main-nav li.current_page_item a {
  background-color: black;
}
nav ul.main-nav li.current_page_item a:link, nav ul.main-nav li.current_page_item a:active, nav ul.main-nav li.current_page_item a:visited {
  background-color: black;
}
nav ul.main-nav ul.sub-menu {
  display: none;
}
@media (min-width: 767px) {
  nav ul.main-nav {
    height: 70px;
    padding-bottom: 5px;
    padding-right: 50px;
  }
  nav ul.main-nav li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    float: left;
  }
  nav ul.main-nav ul.sub-menu {
    background-color: #000000;
    padding: 0;
  }
  nav ul.main-nav ul.sub-menu li {
    float: none;
    text-align: left;
  }
  nav ul.main-nav ul.sub-menu li a {
    background-color: #000000;
    color: #424242;
  }
  nav ul.main-nav ul.sub-menu li a:link, nav ul.main-nav ul.sub-menu li a:active, nav ul.main-nav ul.sub-menu li a:visited {
    background-color: #000000;
    color: #424242;
  }
  nav ul.main-nav ul.sub-menu li a:hover, nav ul.main-nav ul.sub-menu li a:focus {
    background-color: black;
    text-decoration: none;
  }
  nav ul.main-nav ul.sub-menu ul {
    position: absolute;
    left: 100%;
    top: 0;
  }
  nav ul.main-nav li:hover > ul.sub-menu {
    display: block;
  }
}
.nav-toggle {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  transition: transform 0.25s ease-in-out 0s;
}
@media (min-width: 40em) {
  .nav-toggle {
    top: 1rem;
  }
}
@media (min-width: 767px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle i {
  vertical-align: middle;
}
.nav-toggle.active {
  transform: rotate(-90deg);
}
#header.header-front .sixcol.first {
  height: 70px;
  display: flex;
  align-items: center;
}
#header.header-front .sixcol.first .slogan-image-container .slogan-box {
  padding-left: 15px;
}
#header.header-front .front-nav-col #menu-main-nav {
  padding-left: 0;
}
#header.header-front .front-nav-col #menu-main-nav a {
  font-size: 15px;
  padding: 0.5rem;
}
.centered-logo {
  text-align: center;
}
.centered-logo img {
  display: inline-block !important;
  /*  height: 130px; */
  max-width: 235px;
  width: 235px;
  height: 168px;
  width: auto;
}
.header-pages {
  background-color: black;
  height: 70px;
}
.header-pages .header-fixed {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
}
.header-pages .header-pages-custom-logo {
  position: absolute;
  width: 100%;
  top: 70px;
  height: 0;
  background: black;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.header-pages .header-pages-custom-logo a {
  padding: 0px;
  background: black;
  display: table;
}
.header-pages .custom-logo-link img {
  height: 120px;
  width: auto;
  z-index: 1000;
}
.header-pages .slogan-image-container {
  width: 100%;
}
.header-pages .slogan-image-container .slogan-box {
  padding-left: 30px;
}
.header-pages #nav {
  position: absolute;
  right: 0;
}
/*
Custom
 */
/*
Cool
*/
/*
Warm
*/
#mobile-nav {
  position: relative;
  width: 100%;
}
#mobile-nav .menu-burger {
  height: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
#mobile-nav .menu-burger .burger-navi {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#mobile-nav .menu-burger .burger-navi .menu-icon {
  padding-right: 20px;
}
#mobile-nav .menu-burger .burger-navi span {
  margin-right: 20px;
}
#mobile-nav .menu-burger .burger-navi span .menu-icon {
  padding: 0;
  display: flex;
  align-items: center;
  color: #FCFCFC;
}
#mobile-nav .menu-burger .overlay-menu {
  background-color: #444444;
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 75%;
  z-index: 20;
  overflow-x: hidden;
  line-height: 1;
}
#mobile-nav .menu-burger .overlay-menu img {
  height: 90px;
  width: auto;
  margin-top: 70px;
  margin-left: 8px;
}
#mobile-nav .menu-burger .overlay-menu .closebtn {
  float: right;
}
#mobile-nav .menu-burger .overlay-menu .closebtn .close-button {
  font-size: 30px;
}
#mobile-nav .menu-burger .overlay-menu .burger-nav {
  list-style: none;
}
#mobile-nav .menu-burger .overlay-menu .burger-nav li {
  line-height: 1.2;
}
#mobile-nav .menu-burger .overlay-menu .burger-nav a {
  color: #FCFCFC;
  line-height: 1.2;
}
#mobile-nav .menu-burger .overlay-menu .burger-nav a:hover .sub-menu {
  display: block;
}
#mobile-nav .menu-burger .overlay-menu .burger-nav .sub-menu {
  list-style: none;
  padding-left: 10px;
  display: none;
}
#mobile-nav .menu-burger .overlay-menu .burger-nav .sub-menu a {
  color: #716C68;
}
#mobile-nav .menu-burger .overlay-menu .burger-nav .menu-item-object-page > a {
  line-height: 1.5;
}
.page-id-149 .wrap {
  max-width: 100%;
  padding: 0 45px;
}
.reference-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
.reference-area .reference-item {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 5px;
  flex: 0 0 auto;
  width: calc((100% / 6) - 10px);
}
.reference-area .reference-item .-spacer {
  display: block;
  width: 100%;
  padding-top: 59.65%;
}
.reference-area .reference-item:hover .reference-title {
  opacity: 1;
  visibility: visible;
}
.reference-area .reference-item .reference-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}
.reference-area .reference-item .reference-title h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  color: #907E70;
  text-align: center;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  bottom: 12px !important;
  text-align: right !important;
  padding-right: 40px !important;
}
.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button {
  height: auto !important;
}
.slick-dots li button:before {
  opacity: 1 !important;
  color: #fff !important;
  content: "■" !important;
  font-size: 30px !important;
  position: unset !important;
}
.slick-dots li.slick-active button:before {
  content: "□" !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.msg {
  font-family: "Pacifico", cursive;
  font-size: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  color: #FEFEFE;
  background-color: rgba(0, 0, 0, 0.8);
}
.features {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  border-bottom-left-radius: 100vw;
  z-index: 100000;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .drawer-list {
    width: 300px;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li .sub-menu {
  display: none;
}
.drawer-list li.current_page_item, .drawer-list li.current_page_parent {
  font-weight: bold;
}
.drawer-list li.current_page_item .sub-menu, .drawer-list li.current_page_parent .sub-menu {
  font-weight: normal;
  display: block;
  margin-left: 1rem;
}
.drawer-list li a {
  text-decoration: none;
  color: #FEFEFE;
  text-align: center;
  display: block;
  padding: 0.25rem;
  /*  font-size: calc(26px - .5vw); */
  font-size: 18px;
}
@media (min-width: 768px) {
  .drawer-list li a {
    text-align: left;
    padding: 0.25rem;
  }
}
.drawer-list li a:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer-list li hr {
  color: white;
  background: white;
  height: 2px;
  margin: 1rem;
  width: auto;
}
.drawer-list li:nth-child(1) a, .drawer-list li:nth-child(2) a, .drawer-list li:nth-child(3) a, .drawer-list li:nth-child(4) a, .drawer-list li:nth-child(5) a {
  font-weight: bold;
  font-size: 110%;
  font-size: 18px;
}
.drawer-list li:nth-child(5) {
  margin-bottom: 1.3rem;
}
input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 0s 0s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-left: 15px;
}
input.hamburger:checked ~ label .backdrop {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 35px;
  width: 35px;
  background: black;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #FEFEFE;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #FEFEFE;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -12px);
}
label.hamburger > i:after {
  transform: translate(-50%, 12px);
}
label.hamburger {
  right: 30px;
}
/**
    SCROLLBAR STYLE FOR IE
*/
body {
  scrollbar-base-color: #138a72;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #1abc9c;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #1abc9c;
  scrollbar-shadow-color: #1abc9c;
  scrollbar-dark-shadow-color: #1abc9c;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.icon {
  display: inline-block;
  width: 5vw;
  height: 4vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
#filters {
  font-size: 14px;
}
#filters p {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
/*
 * RESPONSIVE
 * If you want a responsive stylesheet,
 * it's best to import it last. This allows
 * your @media queries to override other
 * styles.
 */
/********************RESPONSIVE********************/
/*
 * Feel free to add some media queries here.
 * They will be at the end of the stylesheet.
 */
@media screen and (min-width: 831px) {
  #mobile-nav .menu-icon {
    display: none;
  }
  #header.header-front .twelvecol {
    display: none;
  }
  #header.header-pages #mobile-nav {
    width: 0;
  }
  #front-slide-nav-6 {
    display: none;
  }
  .front-mobile-slogan-box {
    display: none;
  }
  #front-slide-nav-mobile-1, #front-slide-nav-mobile-2, #front-slide-nav-mobile-3, #front-slide-nav-mobile-4, #front-slide-nav-mobile-5 {
    display: none;
  }
  .layout-text-and-image-mobile {
    display: none;
  }
  .layout-text-and-image .wrap {
    display: flex;
  }
  .layout-text-and-image:nth-of-type(even) .sixcol.first {
    order: 2;
    padding-left: 10px;
  }
  .layout-text-and-image:nth-of-type(even) .sixcol.last {
    padding-left: 0;
  }
  .layout-text-and-image:nth-of-type(odd) .sixcol.last {
    margin-left: 10px;
  }
  .layout-text-and-image:nth-of-type(odd) .sixcol.first {
    margin-right: 10px;
  }
  .team-layout-mobile {
    display: none;
  }
  #footer .newsletter-box-mobile-container {
    display: none;
  }
  .mobile-social-box {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .reference-area .reference-item {
    width: calc((100% / 5) - 10px);
  }
}
@media screen and (max-width: 1200px) {
  #header.header-pages .centered-logo img {
    display: inline-block !important;
    height: 120px;
    width: auto;
  }
  .single h1 {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 0px;
  }
  main.blog {
    padding: 0 13.3px;
    grid-gap: 15px;
  }
  main.blog {
    grid-template-columns: auto;
  }
  main.blog #filters {
    order: 1;
    background: white;
    padding: 20px;
  }
  main.blog .hpad.blog {
    order: 2;
    padding-left: 0px;
    padding-right: 0px;
  }
  .reference-area .reference-item {
    width: calc((100% / 4) - 10px);
  }
}
@media screen and (max-width: 1023px) {
  .page-id-149 .wrap {
    padding: 0 15px;
  }
  .reference-area .reference-item {
    width: calc((100% / 3) - 10px);
  }
}
@media screen and (max-height: 830px) {
  .featured-image {
    margin-top: 0px;
  }
}
@media screen and (max-width: 830px) {
  section.blog article p {
    font-size: 16px;
  }
  #header .header-fixed {
    position: static;
  }
  label.hamburger {
    position: fixed;
  }
  .backdrop {
    padding: 10px;
    width: 45px;
    height: 45px;
    background: #000;
    margin-top: -5px;
    margin-left: -5px;
  }
  .glide__arrows {
    display: none;
  }
  #filters ul, #filters p {
    font-size: 16px;
  }
  #nav {
    display: none;
  }
  #header.header-front .sixcol.first {
    display: none;
  }
  #header.header-front .twelvecol .menu-icon {
    margin-right: 20px;
  }
  #header.header-pages .centered-logo img {
    display: inline-block !important;
    height: 80px;
    width: auto;
  }
  #header.header-pages .slogan-image-container .slogan-box {
    padding-left: 5px;
  }
  #header.header-pages .slogan-image-container img {
    display: none;
  }
  .featured-image h1 {
    padding-left: 3%;
  }
  h2 {
    font-size: 1rem;
  }
  .home .front-slider {
    height: 800px;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav {
    display: block;
    padding-top: 30%;
    text-align: center;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item {
    display: none;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item-mobile {
    display: inline-block;
    height: 110px;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item-mobile:last-of-type {
    visibility: hidden;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .centered-logo img {
    height: 90px;
    width: auto;
  }
  .featured-image {
    height: 220px;
  }
  .featured-image h1 {
    font-size: 20px;
    border: 8px solid #fff;
    border-bottom: none;
    border-right: none;
    letter-spacing: 0.1rem;
    width: auto;
    padding-right: 5%;
  }
  .page-id-149 .featured-image h1, .page-id-153 .featured-image h1, .page-id-157 .featured-image h1, .page-id-512 .featured-image h1, .page-id-515 .featured-image h1, .page-id-613 .featured-image h1, .single-referenz .featured-image h1 {
    border-right: 8px solid #fff;
    padding-left: 5%;
  }
  .sub-nav {
    display: none;
  }
  .front-mobile-slogan-box {
    background-color: #000000;
    color: #fff;
    height: 60px;
    font-size: 12px;
    display: flex;
    text-transform: uppercase;
    justify-content: space-evenly;
    align-items: center;
  }
  #footer {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .layout-text-and-image {
    display: none;
  }
  .layout-partner .partner-cols > div {
    width: calc(50% - 40px);
  }
  .layout-partner .partner-cols > div a {
    padding-top: 60%;
  }
  .page-id-157 .layout-text-and-map {
    height: 650px;
  }
  .page-id-157 .layout-text-and-map .layout-tocenter .google-maps {
    top: 0;
  }
  .page-id-157 .layout-text-and-map .layout-to-position {
    top: 100px;
  }
  .page-id-157 .layout-text-and-map .layout-to-position .sixcol.first {
    display: none;
  }
  .page-id-157 .layout-text-and-map .layout-to-position .sixcol.last {
    margin-top: 200px;
  }
  .layout-text-and-image-mobile #Glide .glide__wrapper {
    width: 100%;
  }
  .layout-text-and-image-mobile #Glide #slider-prevarrow, .layout-text-and-image-mobile #Glide #slider-nextarrow {
    padding: 30px 10px 30px 10px;
  }
  .layout-text-and-image-mobile #Glide #slider-prevarrow {
    left: 0;
  }
  .layout-text-and-image-mobile #Glide #slider-nextarrow {
    right: 0;
  }
  .layout-text-and-image-mobile .button {
    display: none;
  }
  .layout-text-and-image-mobile .button.newsletter-button {
    display: inline-block;
  }
  .layout-text-and-image-mobile .textcol {
    padding: 0;
  }
  .textimageslider-fullwidthlayout-bg .glide__arrows {
    top: -24px;
    display: none;
  }
  .textimageslider-fullwidthlayout-bg #textbildslider-prevarrow {
    left: -10px !important;
  }
  .textimageslider-fullwidthlayout-bg #textbildslider-prevarrow i {
    opacity: 1 !important;
  }
  .textimageslider-fullwidthlayout-bg #textbildslider-nextarrow {
    right: -10px !important;
  }
  .textimageslider-fullwidthlayout-bg #textbildslider-nextarrow i {
    opacity: 1 !important;
  }
  .textimageslider-fullwidthlayout-bg .glide .glide__wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .textimageslider-fullwidthlayout-bg .glide .glide__wrapper .sixcol.first {
    margin-right: 20px;
  }
  .textimageslider-fullwidthlayout-bg .glide .glide__wrapper .sixcol.last {
    margin-right: 10px;
  }
  .textimageslider-fullwidthlayout-bg .glide .glide__wrapper .sixcol.last h2 {
    margin-right: 10px;
  }
  .textimageslider-fullwidthlayout-bg .glide .glide__wrapper .sixcol.last p {
    padding-right: 10px;
  }
  .textimageslider-fullwidthlayout-bg .glide .glide__wrapper .sixcol.last {
    padding-top: 20px;
  }
  .textimageslider-fullwidthlayout-bg .glide .glide__bullets {
    padding-left: 10px;
    position: static;
  }
  .textimageslider-fullwidthlayout-bg .button {
    display: none;
  }
  .textimageslider-fullwidthlayout-bg h6 {
    padding-left: 10px;
  }
  .reference-area a:nth-of-type(4n) .reference-item {
    margin-right: 5px;
  }
  .reference-area a:nth-of-type(4n+1) .reference-item {
    margin-left: 5px;
  }
  .single-referenz .twelvecol {
    margin-left: 10px;
    margin-right: 10px;
  }
  .single-referenz .twelvecol h6 {
    margin-top: 20px;
  }
  .single-referenz .twelvecol .back-button {
    margin-top: 20px;
  }
  .single-referenz #Glide #slider-prevarrow {
    left: -30px;
  }
  .single-referenz #Glide #slider-prevarrow i {
    opacity: 1;
  }
  .single-referenz #Glide #slider-nextarrow {
    right: -30px;
  }
  .single-referenz #Glide #slider-nextarrow i {
    opacity: 1;
  }
  .team-layout-mobile {
    display: none;
  }
  .team-layout {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .team-layout h2 {
    border: 1px solid #8D8E92;
    display: inline-block;
    padding: 10px;
    margin-top: 0;
    color: #8D8E92;
  }
  .team-layout #Glide .teamslider-picture {
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
  }
  .team-layout #Glide .teamslider-text {
    padding-top: 5px;
    color: #000000;
  }
  .team-layout #Glide .teamslider-text p {
    margin-bottom: 0;
  }
  .team-layout #Glide .teamslider-text p:nth-of-type(2) {
    line-height: 1.2;
  }
  .team-layout #Glide .glide__arrows {
    top: 130px;
  }
  .team-layout #Glide .glide__arrows .glide__arrow {
    color: #000000 !important;
  }
  .team-layout #Glide .glide__arrows .glide__arrow.prev {
    left: -10px;
    padding: 30px 10px 30px 10px;
  }
  .team-layout #Glide .glide__arrows .glide__arrow.next {
    right: -10px;
    padding: 30px 10px 30px 10px;
  }
  .team-layout #Glide .glide__bullets {
    position: static;
    height: auto;
  }
  .team-layout #Glide .glide__bullets .glide__bullet {
    margin: 0 6px 0 0;
  }
  .page-id-515 .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-id-157 .layout-text-and-image.layout-text-and-map {
    display: block;
    position: relative;
  }
  .page-id-157 .layout-text-and-image.layout-text-and-map .sixcol {
    height: 290px;
    width: 100%;
  }
  .page-id-157 .layout-text-and-image.layout-text-and-map .google-maps-bg {
    position: absolute;
  }
  .page-id-157 .layout-text-and-image.layout-text-and-map .wrap .sixcol.last {
    padding-top: 30px;
  }
  .page-id-155 .layout-text-and-image-mobile .button {
    display: inline-block;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 831px) and (max-width: 1024px) {
  #footer {
    padding: 30px 0 60px;
  }
  #header.header-front .sixcol.first {
    display: none;
  }
  #header.header-front .sixcol.last {
    width: 100%;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav {
    display: block;
    padding-top: 20%;
    text-align: center;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item {
    display: inline-block;
    min-width: 30%;
    height: 110px;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item-mobile {
    display: none;
  }
  .home .front-slider .slick-list .slick-track .slick-slide div .front-slider-item .front-slider-nav .front-slider-nav-item-mobile:last-of-type {
    visibility: hidden;
  }
  .layout-text-and-image:nth-of-type(odd) .sixcol.first {
    margin-left: 10px;
  }
  .layout-text-and-image:nth-of-type(even) .sixcol.last {
    margin-left: 10px;
  }
  .page-id-515 .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .textimageslider-fullwidthlayout-bg {
    padding-left: 10px;
  }
  .team-layout {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .featured-image h1 {
    font-size: 30px;
  }
  .layout-text-and-image h2, .layout-text-and-image-mobile h2 {
    margin-top: 0px;
  }
  .layout-text-and-image p, .layout-text-and-image-mobile p {
    margin-bottom: 0;
    font-size: 16px;
  }
  button:link, button:active, button:visited, .button:link, .button:active, .button:visited, a.acf-button:link, a.acf-button:active, a.acf-button:visited, input[type="button"]:link, input[type="button"]:active, input[type="button"]:visited, input[type="reset"]:link, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:link, input[type="submit"]:active, input[type="submit"]:visited {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .layout-text-and-image .icon-box img {
    width: 40px;
    height: 40px;
    padding: 2px;
    background-color: #eee;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 830px) {
  #footer {
    padding: 30px 0 60px;
  }
  .mobile-social-box {
    display: none;
  }
  .featured-image h1 {
    font-size: 25px;
  }
  .layout-text-and-image p:last-of-type, .layout-text-and-image-mobile p:last-of-type {
    margin-bottom: 20px;
  }
  .sixcol.last {
    margin-top: 30px;
  }
  #header.header-pages .slogan-image-container .slogan-box {
    padding-left: 30px;
  }
  #header .slogan-box {
    font-size: 17px;
  }
  .page-id-155 .layout-text-and-image-mobile .button {
    margin-bottom: 30px;
  }
  #header .slogan-box {
    display: none;
  }
  h2 {
    font-size: 1.6875rem;
    border: 2px solid #000000;
    display: inline-block;
    text-transform: uppercase;
    font-family: Ubuntu, sans-serif;
    font-weight: normal;
    color: #8D8E92;
    padding: 5px 15px;
  }
  .blog h2 {
    font-size: 1.6875rem;
    border: 0px solid transparent;
    color: #000000;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .single article div[itemprop=articleBody] {
    padding: 20px;
  }
  .front-news-box ul {
    font-size: 16px;
  }
  .front-news-box {
    display: block;
  }
  .front-news-box .title {
    text-align: left;
    margin: 0.5rem 1rem 0.5rem 1rem;
    font-size: 16px;
  }
  .front-news-box ul li {
    margin: 0.4rem 0 0px;
  }
  .single h1 {
    font-size: 0.8rem;
    line-height: 1.3;
    margin-top: 0px;
  }
  .front-news-box ul {
    padding: 0 1rem 1rem 1rem;
  }
  .drawer-list li:nth-child(9) a, .drawer-list li:nth-child(10) a, .drawer-list li:nth-child(11) a {
    padding-left: 15px !important;
  }
  .reference-area .reference-item {
    width: calc((100% / 2) - 10px);
  }
  .reference-area .reference-item .reference-title h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 649px) {
  .hide-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: none;
  }
}
@media screen and (max-width: 648px) {
  .approach-col #text-4 {
    margin-bottom: auto;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  #footer p.from {
    text-align: left;
  }
  .menu-col li {
    display: inline-block;
  }
  .menu-col li:not(:first-child) {
    margin-right: 0px;
  }
  .menu-col li:not(:first-child):before {
    content: "|";
    margin-right: 3px;
    margin-left: 3px;
    font-size: 12px;
    color: #fff;
  }
  .icon-box {
    margin-bottom: 10px;
  }
  #footer .wrap {
    flex-wrap: wrap;
  }
  #footer .custom-col, #footer .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper .team-custom-col, .team-layout .team-slider-col #Glide .wrap .team-picture-wrapper #footer .team-custom-col, #footer .approach-col {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer .menu-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  #footer #text-3 .textwidget {
    padding-left: 0px;
  }
  #footer #menu-footer-menu {
    float: left;
  }
  #footer .approach-col p:last-child {
    margin: 0rem 0rem 0;
  }
}
@media screen and (max-width: 500px) {
  .front-slider-nav-item-mobile {
    min-width: 40%;
  }
}
@media screen and (min-width: 501px) and (max-width: 830px) {
  .front-slider-nav-item-mobile {
    min-width: 30%;
  }
}
@media screen and (max-width: 919px) {
  .home .main-content .front-slider-nav .front-slider-nav-item, .home .main-content .front-slider-nav .front-slider-nav-item-mobile {
    height: 93px;
  }
}
@media screen and (min-width: 641px) {
  .front-slider-nav-item {
    min-width: 140px;
  }
  .home .main-content .front-slider-nav .front-slider-nav-item a, .home .main-content .front-slider-nav .front-slider-nav-item-mobile a {
    font-size: 19px;
  }
  .home .main-content .front-slider-nav .front-slider-nav-item, .home .main-content .front-slider-nav .front-slider-nav-item-mobile {
    /* height: 100px; */
  }
}
@media screen and (max-width: 640px) {
  .home .main-content .front-slider-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 2fr));
    justify-content: flex-end;
    align-items: flex-end;
    /* position: static; */
    height: auto;
    top: 200px;
  }
  .home .main-content .front-slider-nav .front-slider-nav-item, .home .main-content .front-slider-nav .front-slider-nav-item-mobile {
    height: 110px;
  }
}
@media screen and (min-width: 920px) {
  .front-slider-nav-item {
    min-width: 210px;
  }
}
@media screen and (max-width: 410px) {
  #footer p.from {
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .home .main-content .front-slider-nav {
    max-width: 320px;
    margin: 0px auto;
    left: 0;
    right: 0px;
  }
  .home .main-content .front-slider-nav .front-slider-nav-item, .home .main-content .front-slider-nav .front-slider-nav-item-mobile {
    height: 93px;
    width: 140px;
  }
}
@media print {
  /********************PRINT********************/
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}
/* Obviously if you`re renaming/creating the files the imports must match. :) */
