/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 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: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 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;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 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 odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * 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. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #3b4351;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: .8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9rem;
  padding-right: .9rem;
  width: 100%;
}

.container.grid-xl {
  max-width: 1296px;
}

.container.grid-lg {
  max-width: 976px;
}

.container.grid-md {
  max-width: 856px;
}

.container.grid-sm {
  max-width: 616px;
}

.container.grid-xs {
  max-width: 496px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.columns {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin-left: -.9rem;
  margin-right: -.9rem;
}

.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}

.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}

.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: .9rem;
  padding-right: .9rem;
}

.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1,
.column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1680px) {
  .col-xxl-12,
  .col-xxl-11,
  .col-xxl-10,
  .col-xxl-9,
  .col-xxl-8,
  .col-xxl-7,
  .col-xxl-6,
  .col-xxl-5,
  .col-xxl-4,
  .col-xxl-3,
  .col-xxl-2,
  .col-xxl-1,
  .col-xxl-auto {
    flex: none;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}

@media (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}

@media (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}

@font-face {
  font-family: 'TTNorms Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/TTNorms-Bold.eot");
  /* IE9 Compat Modes */
  src: local("TTNorms Bold"), local("TTNorms-Bold"), url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Bold.woff") format("woff"), url("../fonts/TTNorms-Bold.ttf") format("truetype"), url("../fonts/TTNorms-Bold.svg#TTNorms-Bold") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'TTNorms Medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/TTNorms-Medium.eot");
  /* IE9 Compat Modes */
  src: local("TTNorms Medium"), local("TTNorms-Medium"), url("../fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNorms-Medium.woff") format("woff"), url("../fonts/TTNorms-Medium.ttf") format("truetype"), url("../fonts/TTNorms-Medium.svg#TTNorms-Medium") format("svg");
  /* Legacy iOS */
}

body {
  font-size: calc(16px + 8 * ((100vw - 420px) / 860));
  font-family: 'TTNorms Medium', Arial, serif;
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 24px;
  }
}

.slide-title {
  font-size: calc(22px + 24 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  .slide-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .slide-title {
    font-size: 46px;
  }
}

h1,
.h1,
.h1 p {
  font-size: calc(24px + 16 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  h1,
  .h1,
  .h1 p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  h1,
  .h1,
  .h1 p {
    font-size: 40px;
  }
}

h2,
.h2,
.h2 p {
  font-size: calc(21px + 11 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  h2,
  .h2,
  .h2 p {
    font-size: 21px;
  }
}

@media screen and (min-width: 1280px) {
  h2,
  .h2,
  .h2 p {
    font-size: 32px;
  }
}

h3,
.h3,
.h3 p {
  font-size: calc(18px + 10 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  h3,
  .h3,
  .h3 p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  h3,
  .h3,
  .h3 p {
    font-size: 28px;
  }
}

h4,
.h4,
.h4 p {
  font-size: calc(16px + 8 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  h4,
  .h4,
  .h4 p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  h4,
  .h4,
  .h4 p {
    font-size: 24px;
  }
}

h5,
.h5,
.bernhard-wolff-layout .footer p.h5 {
  font-size: calc(16px + 8 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  h5,
  .h5,
  .bernhard-wolff-layout .footer p.h5 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  h5,
  .h5,
  .bernhard-wolff-layout .footer p.h5 {
    font-size: 24px;
  }
}

h6,
.h6 {
  font-size: calc(16px + 2 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

.hero.testimonial .hero-text p {
  font-size: calc(18px + 14 * ((100vw - 420px) / 860));
  font-family: 'TTNorms Bold', Arial, serif;
  text-transform: normal;
  color: inherit;
  display: block;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
}

@media screen and (max-width: 420px) {
  .hero.testimonial .hero-text p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .hero.testimonial .hero-text p {
    font-size: 32px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'TTNorms Bold', Arial, serif;
  text-transform: none;
  color: inherit;
  display: block;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
}

.bernhard-wolff-layout h2,
.bernhard-wolff-layout h3,
.bernhard-wolff-layout h4,
.bernhard-wolff-layout h5,
.bernhard-wolff-layout h6,
.bernhard-wolff-layout .h2,
.bernhard-wolff-layout .h3,
.bernhard-wolff-layout .h4,
.bernhard-wolff-layout .h5,
.bernhard-wolff-layout .h6 {
  font-size: calc(21px + 11 * ((100vw - 420px) / 860));
  font-weight: normal;
}

@media screen and (max-width: 420px) {
  .bernhard-wolff-layout h2,
  .bernhard-wolff-layout h3,
  .bernhard-wolff-layout h4,
  .bernhard-wolff-layout h5,
  .bernhard-wolff-layout h6,
  .bernhard-wolff-layout .h2,
  .bernhard-wolff-layout .h3,
  .bernhard-wolff-layout .h4,
  .bernhard-wolff-layout .h5,
  .bernhard-wolff-layout .h6 {
    font-size: 21px;
  }
}

@media screen and (min-width: 1280px) {
  .bernhard-wolff-layout h2,
  .bernhard-wolff-layout h3,
  .bernhard-wolff-layout h4,
  .bernhard-wolff-layout h5,
  .bernhard-wolff-layout h6,
  .bernhard-wolff-layout .h2,
  .bernhard-wolff-layout .h3,
  .bernhard-wolff-layout .h4,
  .bernhard-wolff-layout .h5,
  .bernhard-wolff-layout .h6 {
    font-size: 32px;
  }
}

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6,
.text-container .h1,
.text-container .h2,
.text-container .h3,
.text-container .h4,
.text-container .h5,
.text-container .h6 {
  margin: 2rem 0 0.625rem 0;
}

.text-container h1:first-child,
.text-container h2:first-child,
.text-container h3:first-child,
.text-container h4:first-child,
.text-container h5:first-child,
.text-container h6:first-child,
.text-container .h1:first-child,
.text-container .h2:first-child,
.text-container .h3:first-child,
.text-container .h4:first-child,
.text-container .h5:first-child,
.text-container .h6:first-child {
  margin: 0px 0 0.625rem 0;
}

/* -------------------------------- 

Primary style

-------------------------------- */
.logowrap {
  position: relative;
}

.logo {
  position: relative;
  top: 18px;
  left: 0px;
  display: inline-block;
  width: 180px;
  height: 80px;
  z-index: 4;
  background-image: url(../img/logo-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-open .logo {
  background-image: url(../img/logo-mobile_invers.png);
}

@media only screen and (min-width: 640px) {
  .logo {
    background-image: url(../img/logo-mobile-zweizeiler.png);
    width: 314px;
    height: 42px;
  }
  .nav-open .logo {
    background-image: url(../img/logo-mobile-zweizeiler_invers.png);
  }
}

.cd-morph-dropdown .main-nav > ul > li.language-selection {
  padding-right: 18px;
}

.cd-morph-dropdown .main-nav > ul > li.language-selection div {
  display: flex;
  font-size: 18px;
}

.cd-morph-dropdown .main-nav > ul > li.language-selection a {
  padding: 0 14px;
  border: 1px solid #1a181b;
}

.cd-morph-dropdown .main-nav > ul > li.language-selection a.current {
  padding: 0 14px;
  border: 1px solid #1a181b;
  background-color: #1a181b;
  color: #fff;
}

@media only screen and (min-width: 1410px) {
  .logo {
    position: absolute;
    top: 24px;
    left: -53px;
    display: inline-block;
    width: 287px;
    height: 283px;
    z-index: 4;
    background-image: url(../img/logo.png);
    background-image: url(../img/logo.svg);
    background-size: cover;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 22% 100%, 22% 20%, 100% 20%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 22% 100%, 22% 20%, 100% 20%, 100% 0%);
  }
}

.logo:hover,
.logo:focus {
  text-decoration: none;
  box-shadow: none;
}

header {
  z-index: 3;
}

.main-nav-wrap {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.main-nav ul {
  margin: 0;
  padding: 0;
}

.morph-dropdown-wrapper .dropdown-list ul,
.morph-dropdown-wrapper .dropdown-list .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* -------------------------------- 

 Header

-------------------------------- */
.main-nav-wrap a,
.main-nav-wrap a:visited {
  color: #1a181b;
  display: block;
  width: 100%;
}

.main-nav-wrap .dropdown-list a {
  color: #fff;
}

.main-nav-wrap .dropdown-list a.on {
  color: #00DCFF;
}

@media only screen and (min-width: 1410px) {
  .main-nav-wrap .dropdown-list a {
    color: #1a181b;
  }
  .main-nav-wrap .dropdown-list a.on {
    color: #822E81;
  }
}

.main-nav-wrap a:hover {
  color: #822E81;
}

.cd-morph-dropdown {
  position: relative;
  height: 80px;
  background-color: #fff;
}

.cd-morph-dropdown.nav-open {
  background-color: #1a181b;
}

.cd-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
}

.cd-morph-dropdown .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: -2px;
  right: 2px;
  height: 60px;
  width: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #1a181b;
  height: 3px;
  width: 26px;
  transition: all ease-in-out .2s;
}

.cd-morph-dropdown.nav-open .nav-trigger span, .cd-morph-dropdown.nav-open .nav-trigger span::after, .cd-morph-dropdown.nav-open .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #ffffff;
  height: 3px;
  width: 26px;
}

.cd-morph-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color .3s;
}

.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  content: '';
  left: 0;
  transition: transform .3s;
}

.cd-morph-dropdown .nav-trigger span::before {
  transform: translateY(-9px);
}

.cd-morph-dropdown .nav-trigger span::after {
  transform: translateY(9px);
}

.cd-morph-dropdown.nav-open .nav-trigger span {
  background-color: transparent;
}

.cd-morph-dropdown.nav-open .nav-trigger span::before {
  transform: rotate(45deg);
}

.cd-morph-dropdown.nav-open .nav-trigger span::after {
  transform: rotate(-45deg);
}

.cd-morph-dropdown .main-nav {
  display: none;
}

.cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  background-color: #1a181b;
}

.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
}

.cd-morph-dropdown .dropdown-list .label {
  display: block;
  font-size: 120%;
  color: #fff;
  margin-top: 14px;
}

.cd-morph-dropdown .dropdown-list ul li:first-child .label {
  display: block;
  font-size: 120%;
  color: #fff;
  margin-top: 0px;
}

.cd-morph-dropdown .dropdown-list ul li:first-child .label.on {
  font-size: 120%;
  color: #822E81;
  margin-top: 0px;
}

@media only screen and (min-width: 1410px) {
  .cd-morph-dropdown .dropdown-list .label,
  .cd-morph-dropdown .dropdown-list ul li:first-child .label {
    display: none;
  }
}

.cd-morph-dropdown .content li::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 1410px) {
  .cd-morph-dropdown {
    position: absolute;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  .cd-morph-dropdown::before {
    content: 'desktop';
  }
  .cd-morph-dropdown .nav-trigger {
    display: none;
  }
  .cd-morph-dropdown .main-nav {
    margin-top: 6px;
    display: inline-block;
  }
  .cd-morph-dropdown .main-nav > ul > li {
    display: inline-block;
  }
  .cd-morph-dropdown .main-nav > ul > li > a {
    display: block;
    padding: 0 12px;
    margin: 0;
    height: 70px;
    line-height: 70px;
    color: #1a181b;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity .2s;
  }
  .cd-morph-dropdown .main-nav > ul > li > a:hover {
    color: #822E81;
    cursor: pointer;
  }
  .cd-morph-dropdown .main-nav > ul > li > a.on,
  .cd-morph-dropdown .main-nav > ul > li.active > a {
    color: #822E81;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    transform: translateZ(0);
    will-change: transform;
    transform: translateY(20px);
    transition: transform .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    transform: translateY(0);
  }
  .cd-morph-dropdown .dropdown-list {
    position: absolute;
    top: 6px;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility .3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .no-csstransitions .cd-morph-dropdown .dropdown-list {
    display: none;
  }
  .cd-morph-dropdown .dropdown-list::before {
    /* dropdown top triangle */
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #E8EEF2;
    opacity: 0;
    transition: opacity .3s;
  }
  .cd-morph-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    transition: transform .3s, width .3s, height .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  .cd-morph-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity .3s, visibility .3s;
  }
  .cd-morph-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .cd-morph-dropdown .dropdown.move-left .content {
    transform: translateX(-100px);
  }
  .cd-morph-dropdown .dropdown.move-right .content {
    transform: translateX(100px);
  }
  .cd-morph-dropdown .label {
    /* hide the label on bigger devices */
    display: none;
  }
  .cd-morph-dropdown .content ul {
    margin: 0;
    padding: 20px;
  }
  .cd-morph-dropdown .content ul li {
    display: block;
    margin-bottom: 10px;
    list-style-type: none;
    text-align: left;
    font-size: 18px;
  }
  /* you need to set a width for the .content elements because they have a position absolute */
  .cd-morph-dropdown .content {
    padding: 20px 20px 14px 20px;
  }
  .cd-morph-dropdown #bernhard-wolff .content {
    width: 212px;
  }
  .cd-morph-dropdown #keynote-speaker .content {
    width: 304px;
  }
  .cd-morph-dropdown #service .content {
    width: 203px;
  }
  .cd-morph-dropdown .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #E8EEF2;
    opacity: 0;
    transition: opacity .3s;
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition: transform .3s, opacity .3s;
  }
}

@media only screen and (min-width: 1410px) {
  .cd-main-content {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1510px) {
  .cd-morph-dropdown .main-nav > ul > li > a {
    padding: 0 20px;
  }
}

.hero {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 1410px) {
  .hero {
    width: 100%;
  }
}

.max .hero {
  padding-left: 0;
}

.slide-title {
  text-transform: none;
  display: block;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0;
}

.slide-title.bold {
  font-family: 'TTNorms Bold', Arial, serif;
}

.hero-text p.slide-title.quotes:first-of-type:before,
.hero-text h1.slide-title.quotes:first-of-type:before {
  content: '\201c';
  position: absolute;
  left: -.5em;
  top: 0.6em;
}

.hero-text p.slide-title.quotes:last-of-type:after,
.hero-text h1.slide-title.quotes:last-of-type:after {
  content: '\201d';
  position: absolute;
}

.hero-text .bw-signature {
  position: relative;
  margin: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 18px;
}

/*
TODO:
- fix fullscreen 


.hero-video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

*/
.hero-video-element {
  line-height: 0;
}

.hero-video-element .plyr--video,
.hero-video-element video#introplayer {
  width: 100% !important;
  height: auto;
}

.hero-video-text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  /*
TODO:
- added for scaling 
*/
  bottom: 0;
}

.hero-video-text {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 18px;
}

@media only screen and (min-width: 840px) {
  .hero-video-text {
    padding: 40px;
  }
}

.hero-image:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background-color: #000;
  opacity: 0.6;
}

.hero-video-element:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: " ";
  background-color: #000;
  opacity: 0.4;
}

.hero-vh {
  min-height: calc(73vh - 80px);
  max-height: calc(73vh - 80px);
}

.hero-vh.hero-video {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: auto;
  max-height: none;
  /*
TODO:
- fix fullscreen 
    min-height: calc(70vh - 80px);
    max-height: calc(70vh - 80px);
*/
}

.home-layout .hero-vh.hero-video,
.home-layout .hero-vh,
.home-layout .hero-vh .hero-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  /*
TODO:
- fix fullscreen 
    min-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
*/
}

.hero-text {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 900px;
}

.hero-text h1,
.hero-text h2 {
  font-family: 'TTNorms Medium', Arial, serif;
  text-transform: none;
}

.hero-text button span {
  font-size: 1.6rem;
}

.keynoter-layout .hero-text h1,
.keynoter-layout .hero-text h2 {
  font-family: 'TTNorms Bold', Arial, serif;
  text-transform: uppercase;
}

.hero-text h1 {
  margin-bottom: 6px;
}

.hero-text h2,
.hero-text h3 {
  margin-bottom: 16px;
}

.hero-text h1 {
  font-family: 'TTNorms Bold', Arial, serif;
}

.hero.testimonial,
.testimonial .hero-image {
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  min-height: 80vh;
  height: auto;
}

.testimonial .hero-image .hero-text {
  max-width: 82%;
  text-align: center;
}

@media (min-width: 1024px) {
  #testimonial-slider {
    background-color: transparent;
  }
  .hero.testimonial,
  .testimonial .hero-image {
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    min-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
  }
}

@media (min-width: 1180px) {
  .testimonial .hero-image .hero-text {
    max-width: 1000px;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .hero-video-text,
  .hero-image {
    padding: 90px;
  }
}

button {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
}

button a,
button a:visited,
.bw-button,
.bw-button:visited {
  display: flex;
  align-items: center;
  font-family: 'TTNorms Bold', Arial, serif;
  line-height: 1;
  padding: 0.8em 1em;
  border-radius: 2px;
  background-color: #822E81;
  color: #fff;
}

button a:hover,
button:hover,
bw-button:hover,
.bw-button:hover,
button a:focus,
button:focus,
bw-button:focus,
.bw-button:focus {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

button.w-full {
  display: block;
  width: 100%;
}

button.w-full a {
  display: block;
  width: 100%;
}

button a,
button a:visited,
.bw-button,
.bw-button:visited {
  font-family: 'TTNorms Bold', Arial, serif;
  border: none;
  background-color: #822E81;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  padding: 0.8em 1em;
  display: inline-block;
  text-transform: none;
  line-height: 1;
  outline: none;
  position: relative;
  box-shadow: none;
  transition: all 0.3s;
}

button div {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 2;
}

button a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 100%;
  border-radius: inherit;
  background-color: #671b66;
  transition: all 0.24s;
}

button a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(0px);
  background-color: inherit;
  border-radius: 2px;
  z-index: -1;
}

button a:hover:after,
button a.hover:after {
  right: 0;
}

button.button-white a:after {
  background-color: rgba(103, 27, 102, 0.2);
}

button.button-lightblue a:after {
  background-color: rgba(1, 179, 208, 0.75);
}

/*

button {
    background: $primary;
}

button:hover {
    background: mix(black, $primary, 20%); 
}
*/
.adminbar {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 1rem;
  text-align: center;
  z-index: 999;
  border-top: 1px solid #fff;
  background-color: #000;
}

#ProvenExpert_widgetbar_container {
  display: block;
  padding-bottom: 2px;
  border-top: 1px solid #E8EEF2;
  z-index: 1 !important;
}

#ProvenExpert_widgetbar_container div {
  position: relative !important;
  border-top: none !important;
  box-shadow: none !important;
}

#ProvenExpert_widgetbar_container div div {
  background: #fff !important;
}

@media (max-width: 900px) {
  .mfp-container {
    padding-left: .9rem;
    padding-right: .9rem;
  }
}

@media (max-width: 1140px) {
  #ProvenExpert_widgetbar_container {
    display: none;
  }
}

.two-columns .columns div:nth-child(even) {
  margin-left: auto;
}

/* Sticky Footer START */
html {
  height: 100%;
}

body,
.page-wrapper {
  /* disabled to popup scroll to top problem */
  display: flex;
  flex-direction: column;
}

main,
.main {
  flex: 1;
}

/* Sticky Footer END */
img {
  max-width: 100%;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 24px;
}

a {
  color: #822E81;
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover,
a:active,
a.active {
  color: #822E81;
  text-decoration: none;
}

a:visited {
  color: #822E81;
}

p {
  margin: 0 0 10px 0;
}

mark {
  background-color: #00DCFF;
}

h2,
.bernhard-wolff-layout h2,
.bernhard-wolff-layout h3,
.bernhard-wolff-layout h4,
.bernhard-wolff-layout h5,
.bernhard-wolff-layout h6,
.bernhard-wolff-layout .h2,
.bernhard-wolff-layout .h3,
.bernhard-wolff-layout .h4,
.bernhard-wolff-layout .h5,
.bernhard-wolff-layout .h6 {
  color: #00DCFF;
}

body.magnificpopupnoscroll {
  overflow-y: hidden !important;
}

.vwrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.default-layout h1 {
  display: block;
  width: 100%;
}

.default-layout main {
  padding-top: 80px;
}

.columns.multi-col div:not(.link-block) {
  padding: .9rem;
}

.main section:first-of-type > .columns > div:first-of-type {
  position: relative;
}

.container.grid-xl {
  max-width: 2000px;
}

.light-secondary {
  background-color: #E8EEF2;
}

.bw-signature {
  position: relative;
  margin: 40px 0;
}

.bw-signature p {
  margin: -20% 0 0 2%;
  font-size: 76%;
}

.bw-signature img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  margin-left: -8%;
  margin-top: 10px;
}

#contact-form p {
  font-size: 94%;
}

#contact-form .data-law input {
  margin-right: 10px;
  margin-bottom: 6px;
}

.newsletter-reg {
  background-color: #E8EEF2;
  padding: 1em;
  font-size: 80%;
}

@media (min-width: 768px) {
  #contact-form p {
    font-size: 90%;
  }
  .newsletter-reg {
    background-color: #E8EEF2;
    padding: 2em;
    font-size: 80%;
  }
}

.cta-wrap {
  padding: 30px;
  font-size: 90%;
  line-height: 1.2;
}

.cta-wrap p {
  font-family: "TTNorms Bold", Arial,serif;
  line-height: 1.3;
}

.cta-wrap.primary {
  background-color: #822E81;
  color: #fff;
}

.cta-wrap.primary a {
  color: #fff;
}

.cta-wrap.primary a:not(.cta-link):not(.inline-link) {
  display: block;
  color: #fff;
}

.cta-wrap.primary a.inline-link {
  opacity: 0.8;
}

.cta-wrap.primary a.inline-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.cta-wrap a.cta-link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #822E81;
  background-color: white;
  margin-top: 18px;
  padding: 0.5rem;
  font-family: 'TTNorms Bold', Arial, serif;
  text-align: center;
}

.cta-wrap a.cta-link:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 100%;
  border-radius: inherit;
  background-color: rgba(230, 213, 230, 0.9);
  transition: all 0.3s;
}

.cta-wrap a.cta-link:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(0px);
  background-color: inherit;
  border-radius: 2px;
  z-index: -1;
}

.cta-wrap a.cta-link div {
  position: relative;
  z-index: 2;
}

.cta-wrap a.cta-link:hover:after,
.cta-wrap a.cta-link.hover:after {
  right: 0;
}

.cta-wrap.primary span {
  display: block;
  font-size: 80%;
  margin-top: 10px;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 960px) {
  .cta-wrap.primary span.bw-phone {
    margin-top: 4px;
  }
  .cta-wrap.primary span {
    display: block;
    font-size: 80%;
    margin-top: 14px;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.5);
  }
}

.signature-cta {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
  margin-top: 8px;
  height: 100%;
}

@media only screen and (min-width: 840px) {
  .signature-cta {
    margin-top: 0px;
  }
}

.bw-form input[type="text"],
.bw-form input[type="email"],
.bw-form textarea {
  width: 100%;
  color: #000;
  border: 1px solid #b2b2ad;
  padding: 10px;
  font-size: 1rem;
}

.bw-form textarea {
  min-height: 300px;
}

.bw-form input[type="text"]:focus,
.bw-form input[type="email"]:focus,
.bw-form textarea:focus {
  width: 100%;
  color: #000;
  border: 1px solid #822E81;
  outline-width: 0px;
}

.bw-form .data-law,
.bw-form label {
  margin-top: 20px;
  display: block;
  font-size: 80%;
}

.bw-form .data-law {
  margin-bottom: 20px;
}

.form-popup {
  position: relative;
  background: #FFF;
  padding: 40px 50px;
  max-width: 768px;
  margin: 20px auto;
}

@media only screen and (min-width: 1000px) {
  .bw-signature p {
    margin: -40px 0 0 11px;
  }
}

@media only screen and (min-width: 1410px) {
  .main section:not(.df):first-of-type .columns:first-child {
    width: calc(100% - 76px);
    margin-left: 76px;
  }
  div.container {
    padding-left: 0;
    padding-right: 0;
  }
  div.container > .columns {
    width: calc(100% - 152px);
    margin-left: 76px;
  }
  div.container div.grid-wrap {
    width: calc(100% - 152px);
    margin-left: 76px;
    position: relative;
  }
  div.container > .columns.plr-0 {
    max-width: 100%;
    width: calc(100% - 114px);
    margin-left: 58px;
  }
  div.container > .columns.bwnav,
  div.container > .columns.bwslide {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}

div.container.full {
  padding-left: 0;
  padding-right: 0;
}

div.container .columns.max {
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
}

.column.nl-img {
  line-height: 0;
}

.footer {
  background-color: #E8EEF2;
  padding: 40px 0;
}

.footer ul {
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.social-links ul li span {
  margin-right: 4px;
  line-height: 1.2;
}

.footer ul li a,
.footer ul li a:visited {
  line-height: 1;
  font-size: 90%;
  color: #1a181b;
}

.footer p.h5 {
  color: #3b4351;
  margin: 0 0 0.5em 0;
}

.footer .newsletter p:not(.h5) {
  font-size: 90%;
  color: #1a181b;
}

.footer ul li a:hover {
  color: #822E81;
}

.ptb90 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
  .footer .columns .column {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .ptb90 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .ptb40 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

/* spectre override end */
.slider-wrap {
  padding-top: 76px;
}

@media only screen and (min-width: 1410px) {
  .slider-wrap {
    max-width: 100%;
    width: calc(100% - 152px);
    margin-left: 76px;
    padding-top: 76px;
  }
}

.link-block a {
  display: block;
}

.bw-grid .columns .grid-container:last-child {
  margin-bottom: 0;
}

.services-item-text button {
  margin-top: 20px;
}

.services-item-content {
  background-color: #e8eef2;
  padding: .9rem;
}

.services-item-content h4 {
  color: #00f58e;
}

.container.bw-grid > .columns:first-child {
  padding-left: .9rem;
  padding-right: .9rem;
}

.grid-container.even,
.grid-container {
  background-color: #fff;
  display: block;
  margin-bottom: 60px;
  padding: .9rem;
}

.grid-container p {
  margin-top: 0;
}

.services-item-bg {
  display: none;
}

.services-item-media {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  margin-bottom: 20px;
}

.services-item-media div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.services-item-media div.play-btn {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 80px solid #fff;
  border-bottom: 50px solid transparent;
}

.services-item-media div:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: #822e81;
  opacity: 0.2;
  transition: all 200ms ease-in-out;
}

.services-item-media div:hover:before {
  opacity: 0.8;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 8px;
  width: auto;
  max-width: 1400px;
  margin: 20px auto;
}

.mfp-close-btn-in .mfp-close {
  background-color: #822E81;
  top: 8px;
  right: 8px;
  color: #fff;
}

.services-item-text button {
  display: inline-block;
  text-align: center;
}

.services-item-text button a {
  justify-content: center;
}

.services-item-text button.extra {
  margin-left: 18px;
}

.services-item-text button.extra a {
  background-color: #00DCFF;
}

.services-item-media a.video-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .services-item-content {
    padding: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) {
  .services-item-text button {
    min-width: 170px;
  }
  .grid-container,
  .grid-container.even {
    background-color: transparent;
  }
  .container.bw-grid > .columns:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 40px 1fr 40px 80px 1fr;
    grid-template-columns: 40px 40px 1fr 40px 80px 1fr;
    -ms-grid-rows: 40px 40px 1fr 40px;
    grid-template-rows: 40px 40px 1fr 40px;
    margin: 0 0 180px 0;
    font-size: 20px;
  }
  .grid-container p {
    margin-top: 0;
  }
  .services-item-content {
    background-color: #fff;
  }
  .services-item-bg {
    display: -ms-grid;
    display: grid;
    background-color: #fff;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .services-item-media {
    position: relative;
    background-color: #999;
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 5;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
  }
  .services-item-text {
    -ms-grid-column: 6;
    grid-column-start: 6;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 5;
  }
  .grid-container.even {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 40px 1fr 40px 40px;
    grid-template-columns: 1fr 80px 40px 1fr 40px 40px;
    -ms-grid-rows: 40px 40px 1fr 40px;
    grid-template-rows: 40px 40px 1fr 40px;
    font-size: 20px;
  }
  .grid-container.even .services-item-text {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 5;
  }
  .grid-container.even .services-item-bg {
    background-color: #fff;
    -ms-grid-column: 4;
    grid-column-start: 4;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .grid-container.even .services-item-media {
    position: relative;
    background-color: #999;
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 6;
    background-size: cover;
    background-position: center center;
  }
  /* reverse */
  .grid-container.even {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 40px 1fr 40px 40px;
    grid-template-columns: 1fr 80px 40px 1fr 40px 40px;
    -ms-grid-rows: 40px 40px 1fr 40px;
    grid-template-rows: 40px 40px 1fr 40px;
    font-size: 20px;
    margin: 0 0 180px 0;
  }
  .grid-container.even .services-item-text {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 5;
  }
  .grid-container.even .services-item-bg {
    background-color: #fff;
    -ms-grid-column: 4;
    grid-column-start: 4;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .grid-container.even .services-item-media {
    position: relative;
    background-color: #999;
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 6;
    background-size: cover;
    background-position: center center;
  }
}

@media only screen and (min-width: 1410px) {
  .grid-container.even,
  .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  .services-item-content {
    padding: 40px;
  }
}

/*# sourceMappingURL=bernhard-wolff.css.map */
