@charset "UTF-8";
/*! Made with web3000.net */
/******************************************************************
Site Name:
Author: web3000.net

Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Site Name: 
Author:

Stylesheet: Variables
******************************************************************/
:root {
  /* line-height */
  --body-line-height: 1.35;
  /* capital letters - used in combo with the lhCrop mixin */
  --font-primary-capital-letter: 1;
  --font-secondary-capital-letter: 0.87;
}

:root {
  --column-count: 12;
}

/******************************************************************
Site Name:
Author: web3000.net

Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE
*********************/
@font-face {
  font-family: "ABCFavorit-Light";
  src: url("../fonts/ABCFavorit-Light.woff2") format("woff2"), url("../fonts/ABCFavorit-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCFavorit-Light";
  src: url("../fonts/ABCFavorit-LightItalic.woff2") format("woff2"), url("../fonts/ABCFavorit-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
p {
  -ms-word-wrap: normal;
  word-break: word-break;
  word-wrap: normal;
}

/* destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  margin: 0 0 0 0;
  max-width: 100%;
  height: auto;
  width: auto;
}

/*img[width] {
width: auto; 
}
img[width][height] {
height: auto; 
}*/
/* Let SVG scale without boundaries */
/*img[src$=".svg"] {
width: 100%;
height: auto;
max-width: none;
}*/
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*================ #Clear Fix ================*/
/*********************
IMAGE-REPLACEMENT     @include image-replace("xxx.jpg");
*********************/
/*********************
CALC     @include calc( width, '100% - 2px');
*********************/
/*********************
REM-PX      @include font-size(1.6);
*********************/
/*********************
REM-PX 2      @include rem-fallback(margin, 10, 20, 30, 40);
*********************/
/*********************
REM-PX 3     @include rem(font-size, 1.6rem);   or  @include rem(padding, 20px 10px);
*********************/
/*********************
TRANSLATE    @include translate(-50%, -50%);
*********************/
/*********************
ROTATE    @include rotate(-90deg);
*********************/
/*********************
TRANSFORM-ORIGIN    @include transform-origin(top left);
*********************/
/*********************
VERTICAL ALIGN MIDDLE    @include vertical-align-middle();
*********************/
/*********************
TRANSITION     @include transition(color .3s ease);
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING    @include box-sizing(border-box);
*********************/
/*********************
OPACITY   @include opacity(0.8);
*********************/
/*********************
GRADIENT     @include gradient(#ff00ff, #ff00cc, vertical);   
*********************/
/*============================================================================
  Prefix mixin for generating vendor prefixes:

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }

  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
==============================================================================*/
/*********************
BREAKPOINT
div {
 margin:5em;
 @include break-point(mobile)
 {
 margin:2em;
 }
 }   
*********************/
:root {
  --scrollbar-width: 0px;
}

html:not([data-griddle-booted=true]) {
  overflow-x: hidden;
}

.griddle-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr 1.0339734121% 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.0339734121%;
  pointer-events: none;
  z-index: 200;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0em;
  left: 0em;
}
@media (min-width: 30.0625em) {
  .griddle-container {
    left: 0em;
    right: 0em;
  }
}
@media (min-width: 48em) {
  .griddle-container {
    left: 0em;
    right: 0em;
  }
}
@media (min-width: 60.93em) {
  .griddle-container {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 0em);
    max-width: 60.93em;
  }
}
@media (min-width: 64em) {
  .griddle-container {
    left: 0em;
    right: 0em;
  }
}
@media (min-width: 87.5em) {
  .griddle-container {
    left: 0em;
    right: 0em;
  }
}
@media (min-width: 120em) {
  .griddle-container {
    left: 0em;
    right: 0em;
  }
}
.griddle-container .griddle-column {
  background-color: rgba(255, 0, 0, 0.1);
}
.griddle-container[data-column-numbers=true] {
  counter-reset: 12;
}
.griddle-container[data-column-numbers=true] .griddle-column {
  position: relative;
  counter-increment: 12;
}
.griddle-container[data-column-numbers=true] .griddle-column:before, .griddle-container[data-column-numbers=true] .griddle-column:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: red;
  opacity: 0.5;
  font-size: 12px;
  content: counter(12);
}
@media (min-width: 600px) {
  .griddle-container[data-column-numbers=true] .griddle-column:before, .griddle-container[data-column-numbers=true] .griddle-column:after {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .griddle-container[data-column-numbers=true] .griddle-column:before, .griddle-container[data-column-numbers=true] .griddle-column:after {
    font-size: 16px;
  }
}
@media (min-width: 60.93em) {
  .griddle-container[data-column-numbers=true] .griddle-column:before, .griddle-container[data-column-numbers=true] .griddle-column:after {
    font-size: 16px;
  }
}
.griddle-container[data-column-numbers=true] .griddle-column:before {
  top: 1em;
}
.griddle-container[data-column-numbers=true] .griddle-column:after {
  bottom: 1em;
}
.griddle-container[data-column-borders=true] .griddle-column {
  -webkit-box-shadow: inset 0 0 1px 0 red;
          box-shadow: inset 0 0 1px 0 red;
}

.container {
  margin-left: 0em;
  margin-right: 0em;
}
@media (min-width: 30.0625em) {
  .container {
    margin-left: 0em;
    margin-right: 0em;
  }
}
@media (min-width: 48em) {
  .container {
    margin-left: 0em;
    margin-right: 0em;
  }
}
@media (min-width: 60.93em) {
  .container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - 0em);
    max-width: 60.93em;
  }
}
@media (min-width: 64em) {
  .container {
    margin-left: 0em;
    margin-right: 0em;
  }
}
@media (min-width: 87.5em) {
  .container {
    margin-left: 0em;
    margin-right: 0em;
  }
}
@media (min-width: 120em) {
  .container {
    margin-left: 0em;
    margin-right: 0em;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid > * {
  width: 100%;
}

.grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 0em) and (max-width: 47.9375em) {
  .grid-2 {
    max-width: 100%;
    margin-bottom: -1em;
  }
  .grid-2 > * {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    margin-left: 0;
  }
  .grid-2 > *:nth-child(1n), .grid-2 > *:last-child {
    margin-right: 0;
  }
  .grid-2 > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {
  .grid-2 {
    max-width: 100%;
    margin-bottom: -2em;
  }
  .grid-2 > * {
    width: 49.4830132939%;
    margin-bottom: 2em;
    margin-right: 0.5169867061%;
    margin-left: 0.5169867061%;
  }
  .grid-2 > *:nth-child(2n), .grid-2 > *:last-child {
    margin-right: 0;
  }
  .grid-2 > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  .grid-2 {
    max-width: 100%;
    margin-bottom: -3em;
  }
  .grid-2 > * {
    width: 49.4830132939%;
    margin-bottom: 3em;
    margin-right: 0.5169867061%;
    margin-left: 0.5169867061%;
  }
  .grid-2 > *:nth-child(2n), .grid-2 > *:last-child {
    margin-right: 0;
  }
  .grid-2 > *:nth-child(2n+1) {
    margin-left: 0;
  }
}

.grid-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 0em) and (max-width: 47.9375em) {
  .grid-3 {
    max-width: 100%;
    margin-bottom: -1em;
  }
  .grid-3 > * {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    margin-left: 0;
  }
  .grid-3 > *:nth-child(1n), .grid-3 > *:last-child {
    margin-right: 0;
  }
  .grid-3 > *:nth-child(1n+1) {
    margin-left: 0;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {
  .grid-3 {
    max-width: 100%;
    margin-bottom: -1.85em;
  }
  .grid-3 > * {
    width: 49.4830132939%;
    margin-bottom: 1.85em;
    margin-right: 0.5169867061%;
    margin-left: 0.5169867061%;
  }
  .grid-3 > *:nth-child(2n), .grid-3 > *:last-child {
    margin-right: 0;
  }
  .grid-3 > *:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  .grid-3 {
    max-width: 100%;
    margin-bottom: -2.8em;
  }
  .grid-3 > * {
    width: 32.6440177253%;
    margin-bottom: 2.8em;
    margin-right: 0.5169867061%;
    margin-left: 0.5169867061%;
  }
  .grid-3 > *:nth-child(3n), .grid-3 > *:last-child {
    margin-right: 0;
  }
  .grid-3 > *:nth-child(3n+1) {
    margin-left: 0;
  }
}

.small-6 {
  width: 49.4830132939%;
}

@media (min-width: 48em) {
  .medium-6 {
    width: 49.4830132939%;
  }
}

@media (min-width: 64em) {
  .large-2 {
    width: 15.8050221566%;
  }
}

@media (min-width: 64em) {
  .large-3 {
    width: 24.2245199409%;
  }
}

@media (min-width: 64em) {
  .large-4 {
    width: 32.6440177253%;
  }
}

@media (min-width: 64em) {
  .large-6 {
    width: 49.4830132939%;
  }
}

@media (min-width: 64em) {
  .large-8 {
    width: 66.3220088626%;
  }
}

/******************************************************************
Stylesheet: Base Stylesheet 

@include media(">=tablet", "<=1150px", "landscape") { }

@supports (display: grid) { }

@supports not (position: sticky) { }

@media (any-hover: hover) { }

height: calc(var(--vh, 1vh) * 8.8);

******************************************************************/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* -webkit-perspective: 1000; */
  /* overflow: -moz-scrollbars-none; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

body {
  font-family: "ABCFavorit-Light", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 4.44vw;
  font-size: 4.44vmin;
  line-height: 1.16;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}
@media (min-width: 48em) {
  body {
    font-size: 2vw;
  }
}
@media (min-width: 64em) {
  body {
    font-size: 1.413vw;
  }
}
@media (min-width: 87.5em) {
  body {
    font-size: 18px;
  }
}

html.android,
html.android body {
  height: auto;
}

html.android .text__heading,
html.android strong,
html.android p,
html.android li a,
html.android footer a {
  max-height: 1000000px;
}
html.android .text__heading {
  display: block;
  font-size: 100% !important;
}
html.android footer a {
  display: block;
  font-size: 142% !important;
}

/*********************
LAYOUT & GRID STYLES
*********************/
::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  color: #000000;
  opacity: 1;
}

/*  SELECTION */
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #000000;
  text-decoration: none;
  /* on hover */
}
a:hover, a:focus, a:active,
a:visited:hover,
a:visited:focus,
a:visited:active {
  color: #000000;
  outline: 0;
  text-decoration: none;
}

a[href^=tel] {
  color: inherit !important;
  text-decoration: none;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  text-rendering: optimizelegibility;
  /*  @include lhCrop(
    var(--heading-line-height),
    var(--font-primary-capital-letter)
  ); */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

.accent-btn, .white-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  padding: 0.17em 0 0;
  width: 8.9em;
  height: 2.3em;
  border-radius: 2.5em;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.accent-btn:hover, .white-btn:hover, .accent-btn:focus, .white-btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.accent-btn:active, .white-btn:active {
  top: 1px;
}

.white-btn {
  background-color: #ffffff;
}
.white-btn:hover, .white-btn:focus {
  background-color: #000000;
  color: #ffffff;
}

.accent-btn {
  background-color: #ebebd2;
}
.accent-btn a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.accent-btn:hover, .accent-btn:focus {
  background-color: #000000;
}
.accent-btn:hover a, .accent-btn:focus a {
  color: #ffffff;
}

.header.main {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999995;
  top: 0;
}

.home:not(.white-header) .header.main,
body.page-template-page-customHomeTemplate .header.main {
  background-color: transparent;
}

.header.pos {
  position: static !important;
  visibility: hidden !important;
}
@media (min-width: 64em) {
  .header.pos {
    display: none !important;
  }
}

body.home .header.pos {
  display: none !important;
}

.logo img {
  width: 70vw;
  width: 70vmin;
}
@media (min-width: 48em) {
  .logo img {
    width: 40vw;
  }
}
@media (min-width: 64em) {
  .logo img {
    width: 20.1em;
  }
}

.logo .logo-white {
  display: none;
}

.inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper {
  width: 600px;
  height: 300px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
header nav {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 63.99em) {
  header nav {
    display: none;
  }
}

header .nav {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
@media (min-width: 64em) {
  header .nav {
    padding-top: 0.2em;
  }
}
header .nav li {
  text-align: left;
  padding-left: 1.4em;
}
header .nav li a {
  display: block;
  color: #000000;
  text-decoration: none;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
header .nav li a:hover, header .nav li a:focus {
  font-weight: 700;
  outline: 0;
}
header .nav li:first-child {
  padding-left: 0;
}
header .nav li ul.sub-menu li a,
header .nav li ul.children li a {
  padding-left: 30px;
}
header .nav li ul.sub-menu li a:hover, header .nav li ul.sub-menu li a:focus,
header .nav li ul.children li a:hover,
header .nav li ul.children li a:focus {
  outline: 0;
}
header .nav li.current-menu-item a,
header .nav li.current_page_item a,
header .nav li.current_page_ancestor a {
  font-weight: 700;
}

/* end .nav */
button#responsive-menu-pro-button {
  z-index: 999999 !important;
}

#responsive-menu-pro-container {
  margin-top: 3em !important;
  background: transparent !important;
}

#responsive-menu-pro-wrapper {
  padding: 2.55em 0 !important;
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
  border-radius: 0 !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
  font-size: 5.68vw !important;
  font-size: 5.68vmin !important;
  line-height: 11vw !important;
  line-height: 11vmin !important;
  height: 11vw !important;
  height: 11vmin !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
  padding: 0 0.78em !important;
}

/******************************************************************
Stylesheet: Content Stylesheet
******************************************************************/
#content {
  min-height: 100vh;
}

body:not(.home):not(.page-template-page-customHomeTemplate) #content {
  padding-top: 2.5em;
  padding-top: calc(2.4em);
}
@media (min-width: 64em) {
  body:not(.home):not(.page-template-page-customHomeTemplate) #content {
    padding-top: 6.5em;
    padding-top: calc(3em + 3.5em);
  }
}

.page-title {
  margin-bottom: 2.55em;
}

.page-intro,
.single-intro {
  margin-bottom: 6em;
}

@media (min-width: 64em) {
  .max-text-width {
    max-width: 17.85em;
  }
}

@media (min-width: 64em) {
  .accordion__item__content .max-text-width,
  .single-content.max-text-width {
    max-width: 55em;
  }
}

.single-content {
  margin-bottom: 1em;
}
@media (min-width: 64em) {
  .single-content {
    margin-bottom: 10em;
  }
}

@media (min-width: 64em) {
  .locations-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.3em 1fr 1.3em 1fr 1.3em 1fr 1.3em 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 1.3em;
    grid-row-gap: 7px;
  }
  .locations-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .locations-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .locations-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .locations-grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .locations-grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
}

/* entry content */
.entry-content p {
  margin: 0 0 1.17em 0;
}
.entry-content.font-size-1 p,
.entry-content .font-size-1 p {
  margin: 0 0 1.01em 0;
}
.entry-content p:last-child {
  margin: 0;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 1.5em 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #ebebd2;
  font-style: italic;
}
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
.entry-content ul {
  list-style-type: disc;
  margin-left: 0.2em;
}
.entry-content ul li {
  position: relative;
  font-size: inherit;
  list-style: none;
  padding-left: 0.8em;
  margin-bottom: 0.6em;
}
.entry-content ul li:before {
  content: "•";
  position: absolute;
  top: 0.4em;
  left: 0;
  line-height: 0.7em;
  margin-right: 0.6em;
  font-size: 70%;
  vertical-align: middle;
}
.entry-content ol {
  list-style-type: decimal;
  margin-left: 0.2em;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 1em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 4em;
  z-index: 2;
}
@media (min-width: 64em) {
  .scroll-down {
    width: 4em;
  }
}

/* end .entry-content */
.text__heading {
  padding: 2.4225em 0 2.55em 0;
}

.text__text {
  padding-bottom: 0.5em;
}

.arrow-links a:before {
  content: " ";
  background-image: url("/web3000Theme/images/pfeil_rechts.svg");
  height: 0.68em;
  width: 0.7em;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 90%;
  margin-right: 0.4em;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.arrow-links a:hover:before {
  margin-right: 0.1em;
  margin-left: 0.3em;
}

.zoom-image {
  overflow: hidden;
  height: 56vh;
  height: 56vmax;
}
@media (min-width: 64em) {
  .zoom-image {
    height: 45vh;
  }
}
@media (min-width: 64em) {
  .zoom-image {
    height: 43vw;
  }
}
.zoom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-image img,
.max-text-width img {
  max-height: 75vh;
}

.zoom-image img,
.featured-image img,
.max-text-width img,
.person__featured img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.swup-transition-fade {
  opacity: 1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

html.is-animating .swup-transition-fade {
  opacity: 0;
}

body.page-id-24 .page-intro .font-size-1,
body.page-id-22 .page-intro .font-size-1,
body.page-id-440 .page-intro .font-size-1 {
  font-size: 100%;
}
@media (min-width: 64em) {
  body.page-id-24 .page-intro .max-text-width,
  body.page-id-22 .page-intro .max-text-width,
  body.page-id-440 .page-intro .max-text-width {
    max-width: 40em;
  }
}

.news {
  padding-top: 2.5em;
  margin-bottom: 4em;
  width: 100%;
}
.news-wrapper {
  width: 100vw;
  overflow-x: scroll;
  white-space: nowrap;
}
.news__date {
  margin-bottom: 0.1em;
}
.news-scroller {
  height: 3.5em;
}
.news-scroller__arrow {
  position: absolute;
  cursor: pointer;
}
.news-scroller__arrow img {
  width: 2.3em;
  height: 2.3em;
  padding: 1px;
}
.news-scroller__arrow--left {
  left: 0;
}
.news-scroller__arrow--right {
  left: auto;
  right: 0;
}
.news__item {
  display: inline-block;
  vertical-align: top;
  width: 70vw;
  width: 70vmin;
  margin-right: 5vw;
  margin-right: 5vmin;
  padding-left: 0.78em;
  white-space: initial;
}
@media (min-width: 64em) {
  .news__item {
    width: 32.6440177253%;
    min-width: 30em;
    max-width: 38em;
    margin-right: 7.3855243722%;
    padding-left: 1.3em;
  }
}
.news__item p {
  margin-bottom: 1.4em;
}
.news__item a {
  text-decoration: underline;
}
.news__item a:hover {
  text-decoration: none;
}

.news-grid:first-child {
  margin-top: -3.4em;
}
@media (min-width: 64em) {
  .news-grid:first-child {
    margin-top: -3.5em;
  }
}
.news-grid__item {
  width: 100%;
  padding-top: 4.166rem;
  padding-bottom: 2rem;
}
.news-grid__item:nth-child(even) {
  background-color: #ebebd2;
}
@media (min-width: 64em) {
  .news-grid__item {
    width: 50vw;
    height: 100%;
    padding-top: 4.166rem;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    aspect-ratio: 1;
  }
  .news-grid__item:nth-child(even) {
    background-color: #ffffff;
  }
  .news-grid__item:nth-child(4n+2), .news-grid__item:nth-child(4n+3) {
    background-color: #ebebd2;
  }
}
@media (min-width: 120em) {
  .news-grid__item:nth-child(4n+3) {
    background-color: #ffffff;
  }
  .news-grid__item:nth-child(4n+4), .news-grid__item:nth-child(4n+6) {
    background-color: #ebebd2;
  }
}
.news-grid__item__title {
  padding-bottom: 2.3rem;
}
@media (min-width: 64em) {
  .news-grid__item__title {
    min-height: 6.7em;
    max-width: 33em;
  }
}
@media (min-width: 64em) {
  .news-grid__item__content {
    padding-right: 1em;
    max-width: 55em;
  }
}
.news-grid__item__link {
  display: block;
  padding-top: 1.17em;
}
.news-grid__item__content a {
  text-decoration: underline;
}
@media (min-width: 64em) {
  .news-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 120em) {
  .news-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .news-grid__item {
    width: 33.3333vw;
  }
}

.footer {
  clear: both;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  margin: -1px 0 0;
}
.footer a:hover {
  text-decoration: underline;
}

.footer nav {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 20px;
  margin-left: 2rem;
}

/* end .footer-links */
.footer .nav li {
  float: none;
}

.copyright {
  display: inline-block;
  vertical-align: baseline;
}

.inner-footer {
  padding: 2.4225em 0 0;
}

@media (min-width: 64em) {
  .footer__locations {
    width: 57.9025110783%;
  }
}
.footer__location {
  margin-bottom: 1.25em;
}
.footer__socials {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 64em) {
  .footer__socials {
    width: 32.6440177253%;
  }
}
.footer__socials button {
  margin-left: auto;
}
.footer__location, .footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 63.99em) {
  .footer__socials {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 2em;
  }
}
.footer__location__city {
  width: 29.0816326531%;
}
.footer__location__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70.9183673469%;
}
@media (max-width: 63.99em) {
  .footer__location__details-inner {
    margin-left: auto;
    min-width: 11em;
  }
}

.person-teaser-info {
  margin-top: 0.7em;
}

.person-teaser a {
  display: block;
  overflow: hidden;
}
.person-teaser img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.person-teaser:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 64em) {
  .person__featured {
    width: 32.6440177253%;
    margin-right: 1.0339734121%;
  }
}
@media (min-width: 64em) {
  .person__details {
    margin-left: 8.4194977843%;
    width: 49.4830132939%;
  }
}
.person__details__row {
  padding-bottom: 2em;
}
.person__details__row--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.person__details__row--first .accent-btn {
  margin-left: 0.5em;
}

.accordion__item-wrapper:nth-child(odd) {
  background-color: #ebebd2;
}
.accordion__spacer {
  height: 1.2em;
}
.accordion__spacer.bottom {
  height: 6.1em;
}
.accordion__item__heading {
  cursor: pointer;
  padding-top: 1.6em;
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 64em) {
  .accordion__item__heading {
    padding-top: 2.2em;
    padding-bottom: 2em;
  }
}
.accordion__item__heading .font-size-1 {
  padding-right: 1em;
}
.accordion__item__content {
  display: none;
}

.accordion__icon {
  display: none;
  border: 1px solid #000000;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  background-color: #000000;
  position: relative;
  -webkit-transition: border 0.2s ease, width 0.4ss ease, max-height 0.4s ease, background-color 0.4s ease;
  transition: border 0.2s ease, width 0.4ss ease, max-height 0.4s ease, background-color 0.4s ease;
}

.accordion__item-wrapper:not(.show):hover .accordion__icon {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: border 0.2s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: border 0.2s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: border 0.2s ease, transform 0.4s ease, background-color 0.4s ease;
  transition: border 0.2s ease, transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
}

.accordion__item__heading.show .accordion__icon {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: border 0.2s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: border 0.2s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: border 0.2s ease, transform 0.4s ease, background-color 0.4s ease;
  transition: border 0.2s ease, transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
}

.accordion__item-wrapper:nth-child(odd) .accordion__item__heading.show .accordion__icon {
  background-color: #ebebd2;
}

.accordion-video {
  width: 80%;
  margin: 0 auto 1em 10%;
}
@media (min-width: 64em) {
  .accordion-video {
    width: 35%;
    margin-left: 20%;
  }
}

.landing-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.landing-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.landing-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
.landing-video__desktop {
display: none;
}}

@media (min-width: 768px) {
.landing-video__mobile {
display: none;
}}

.landing-text {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 64em) {
  .landing-text {
    top: 50%;
  }
}

.m-center {
  margin: 0 auto;
}

.mt-1 {
  margin-top: 1em !important;
}

.mx-1 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mx-1 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mx-1 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mx-1 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mx-2 {
  margin-right: 2em !important;
  margin-left: 2em !important;
}

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mx-2 {
  margin-right: 2em !important;
  margin-left: 2em !important;
}

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.mx-2 {
  margin-right: 2em !important;
  margin-left: 2em !important;
}

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mx-2 {
  margin-right: 2em !important;
  margin-left: 2em !important;
}

.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mx-3 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mx-3 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.mx-3 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mx-3 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mx-4 {
  margin-right: 4em !important;
  margin-left: 4em !important;
}

.my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mx-4 {
  margin-right: 4em !important;
  margin-left: 4em !important;
}

.my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.mx-4 {
  margin-right: 4em !important;
  margin-left: 4em !important;
}

.my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mx-4 {
  margin-right: 4em !important;
  margin-left: 4em !important;
}

.my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mx-9 {
  margin-right: 9em !important;
  margin-left: 9em !important;
}

.my-9 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mx-9 {
  margin-right: 9em !important;
  margin-left: 9em !important;
}

.my-9 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.mx-9 {
  margin-right: 9em !important;
  margin-left: 9em !important;
}

.my-9 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mx-9 {
  margin-right: 9em !important;
  margin-left: 9em !important;
}

.my-9 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.mb-15 {
  margin-bottom: 1.5em;
}

.pt-1 {
  padding-top: 1em !important;
}

.px-1 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.px-1 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.px-1 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.px-1 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.px-2 {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.px-2 {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.px-2 {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.px-2 {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.px-3 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.px-3 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.px-3 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.px-3 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.py-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.px-4 {
  padding-right: 4em !important;
  padding-left: 4em !important;
}

.py-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.px-4 {
  padding-right: 4em !important;
  padding-left: 4em !important;
}

.py-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.px-4 {
  padding-right: 4em !important;
  padding-left: 4em !important;
}

.py-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.px-4 {
  padding-right: 4em !important;
  padding-left: 4em !important;
}

.py-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.px-5 {
  padding-right: 5em !important;
  padding-left: 5em !important;
}

.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.px-5 {
  padding-right: 5em !important;
  padding-left: 5em !important;
}

.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.px-5 {
  padding-right: 5em !important;
  padding-left: 5em !important;
}

.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.px-5 {
  padding-right: 5em !important;
  padding-left: 5em !important;
}

.py-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.px-6 {
  padding-right: 6em !important;
  padding-left: 6em !important;
}

.py-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.px-6 {
  padding-right: 6em !important;
  padding-left: 6em !important;
}

.py-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

.px-6 {
  padding-right: 6em !important;
  padding-left: 6em !important;
}

.py-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

.px-6 {
  padding-right: 6em !important;
  padding-left: 6em !important;
}

.py-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.pt-8 {
  padding-top: 8em !important;
}

.px-8 {
  padding-right: 8em !important;
  padding-left: 8em !important;
}

.py-8 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.pb-8 {
  padding-bottom: 8em !important;
}

.px-8 {
  padding-right: 8em !important;
  padding-left: 8em !important;
}

.py-8 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.pl-8 {
  padding-left: 8em !important;
}

.px-8 {
  padding-right: 8em !important;
  padding-left: 8em !important;
}

.py-8 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.pr-8 {
  padding-right: 8em !important;
}

.px-8 {
  padding-right: 8em !important;
  padding-left: 8em !important;
}

.py-8 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
}

.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basefont {
  font-family: "ABCFavorit-Light", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none !important;
}

.no-text-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-size-1 {
  font-size: 142%;
}
@media (min-width: 64em) {
  .font-size-1 {
    font-size: 250%;
  }
}

.white {
  color: #ffffff;
}

.w-full {
  width: 100%;
}

/*--------------------------------------------------------------
# Scrollbar Styles
--------------------------------------------------------------*/
.no-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bg-accent {
  background-color: #ebebd2;
  padding-bottom: 8.8em;
}

footer.bg-accent {
  padding-bottom: 0;
}

.content-padding {
  padding-right: 0.78em;
  padding-left: 0.78em;
}
@media (min-width: 64em) {
  .content-padding {
    padding-right: 1.3em;
    padding-left: 1.3em;
  }
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.hide-small {
  display: none;
}
@media (min-width: 64em) {
  .hide-small {
    display: block;
  }
}

.hide-large {
  display: block;
}
@media (min-width: 64em) {
  .hide-large {
    display: none;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author: 

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  html, body {
    height: 99% !important;
    overflow: visible !important;
    border: 1px solid white;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  body {
    margin: 0 0 0 0 !important;
    min-height: 0 !important;
  }
  body, h1, h2, h3, ol, ul, div {
    width: auto;
    float: none;
    position: static;
    overflow: visible;
  }
  #container {
    min-height: 1px !important;
  }
  #content {
    margin-left: 0 !important;
    display: block !important;
    padding: 20px 0 20px 0 !important;
  }
  .kite__item {
    display: inline !important;
  }
  .page-section {
    max-width: 90%;
    display: inline !important;
  }
  .sticky-helper {
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .footer {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }
  a, a:visited {
    color: #000 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
    display: none !important;
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  header, .social_links a, #lang_sel_list, .bg-image, #responsive-menu-pro-container {
    display: none !important;
  }
  img {
    position: static !important;
    opacity: 1 !important;
  }
  .entry-content img {
    margin: 0px;
    width: 60% !important;
    max-width: 100%;
    height: auto;
  }
  #logo {
    max-width: 30% !important;
  }
  #logo {
    float: none !important;
    position: static !important;
    padding: 1px;
    width: 100%;
  }
  img {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
  }
  .read-more-link {
    display: none !important;
  }
  .js_hidden {
    display: block !important;
  }
  a {
    text-decoration: none !important;
  }
}
/*# sourceMappingURL=style.css.map */