@charset "UTF-8";
/*!
Theme Name: sprint2020
Theme URI: http://underscores.me/
Author: Bengt Wennerström
Author URI: http://underscores.me/
Description: Theme for Springtime-Intellecta
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sprint2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sprint2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.is-style-ingress {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
    line-height: 1.33;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1, h2, h3, h4 {
  font-family: OktahNeueBold, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
}

h2 {
  font-size: 24px;
  line-height: 1.12;
  font-weight: normal;
}

.left_right h2, h2.is-style-small-upper {
  text-transform: uppercase;
  font-size: 18px !important;
}

.home h2 {
  font-size: 60px;
  margin-top: 8px;
}
.home h2.puff-title {
  margin-bottom: 40px !important;
}
.home h3 {
  font-size: 40px;
  line-height: 1.15;
}

.type-article .entry-header {
  max-width: 670px;
  margin: 0 auto;
}
.type-article .entry-header h1.entry-title {
  margin-top: 0;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.3;
}
.type-article .entry-header div.vinjett {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .type-article .entry-header h1.entry-title {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.2;
  }
  .type-article .entry-header div.vinjett {
    font-size: 14px;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 1em 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "Gilroy";
  src: url(gilroy/Gilroy-Regular.woff2) format("woff2"), url(gilroy/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(gilroy/Gilroy-Light.woff2) format("woff2"), url(gilroy/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(gilroy/Gilroy-Bold.woff2) format("woff2"), url(gilroy/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(gilroy/Gilroy-ExtraBold.otf) format("opentype"), url(gilroy/Gilroy-ExtraBold.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Oktah Neue Bold by Groteskly Yours
 * URL: https://www.myfonts.com/products/bold-okta-neue-531005
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@font-face {
  font-family: "OktahNeueBold";
  src: url("OktahNeueBold/oktahneuebold.woff2") format("woff2"), url("OktahNeueBold/oktahneuebold.woff") format("woff");
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}

a {
  color: #26124F;
}

blockquote {
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000000;
}
@media screen and (max-width: 767px) {
  blockquote {
    font-size: 30px;
    line-height: 1.2;
    margin: 1em 0;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.is-style-biggy {
  list-style: none;
  padding-left: 60px;
}
ul.is-style-biggy li {
  font-size: 40px;
  font-weight: 800;
  position: relative;
  padding-bottom: 8px;
}
ul.is-style-biggy li:before {
  content: "";
  position: absolute;
  color: white;
  background-image: url(img/ic-keyboard-arrow.svg);
  background-size: 10px;
  background-position: 14px 11px;
  background-repeat: no-repeat;
  background-color: #333bff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  padding: 18px;
  left: -54px;
  top: 13px;
  transform: rotate(180deg);
}
ul.is-style-biggy li a, ul.is-style-biggy li a:visited, ul.is-style-biggy li a:active {
  color: black;
}
ul.is-style-biggy li a:hover, ul.is-style-biggy li a:visited:hover, ul.is-style-biggy li a:active:hover {
  opacity: 0.4;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

#masthead {
  height: 90px;
  position: relative;
  width: 100%;
  background-color: white;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #masthead {
    height: 60px;
  }
}
#masthead #logocontainer {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #masthead #logocontainer {
    top: 20px;
    left: 18px;
    width: 240px;
  }
}
#masthead #logocontainer a {
  text-decoration: none;
}
#masthead #logocontainer img {
  width: 100%;
}

#wedoblock {
  padding-top: 0;
  height: 200vh;
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  position: relative;
  margin-top: -90px;
}
#wedoblock #biglogoimg {
  position: absolute;
  left: calc(50% - 420px);
  top: 60vh;
  width: 700px;
  opacity: 0.8;
}

#weDoContainer {
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#weDoContainer #ViContent {
  transition: 1s all ease-in;
  width: 80%;
  font-size: 40px;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin: 0 auto;
}
#weDoContainer #ViContent span {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  font-family: OktahNeueBold, sans-serif;
}
#weDoContainer #ViContent span.moved {
  opacity: 0;
}
#weDoContainer #ViContent span.movedout {
  opacity: 0;
}
#weDoContainer #ViContent.hidden {
  opacity: 1;
  transform: translateX(-200%);
}
@media screen and (min-width: 1140px) {
  #weDoContainer #ViContent {
    font-size: 45px;
  }
}

.logo {
  max-width: 154px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo {
    max-width: 124px;
  }
}

#logocontainer {
  padding-bottom: 0.5em;
}

.downarrow {
  display: none;
  margin: 0 !important;
  width: 58px !important;
  height: 58px;
  cursor: pointer;
  left: 50%;
  bottom: 20px;
  position: absolute !important;
  transform: translateX(-50%);
  text-align: center;
  transition: opacity 0.8s ease-in-out;
}
.downarrow.faded {
  opacity: 0;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -20px);
  }
  60% {
    transform: translate(-50%, -10px);
  }
}
#decoholder {
  position: sticky;
  top: 3vh;
}
@media screen and (max-width: 767px) {
  #decoholder {
    position: relative;
    height: 70%;
  }
}

#sprintbar {
  -webkit-clip-path: inset(calc(50% - 15px) calc(50% - 50px));
          clip-path: inset(calc(50% - 15px) calc(50% - 50px));
  width: 100%;
  height: 90vh;
  background-color: black;
}
@media screen and (max-width: 767px) {
  #sprintbar {
    display: none;
  }
}
#sprintbar video {
  width: 100%;
  opacity: 0;
}
#sprintbar.activated {
  background-color: white;
}
#sprintbar.activated video {
  opacity: 1;
}

.wordholder {
  font-family: OktahNeueBold, sans-serif;
  font-weight: 900;
  font-size: 140px;
  letter-spacing: -4px;
  position: absolute;
  top: calc(50% - 120px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .wordholder {
    font-size: 55px;
    letter-spacing: -1px;
    top: calc(50% - 60px);
  }
}
.wordholder.faded {
  opacity: 0;
}

#word_left {
  text-align: right;
}

#word_right {
  top: calc(50% + 120px);
}
@media screen and (max-width: 767px) {
  #word_right {
    top: calc(50% + 60px);
  }
}

#weDoContainer {
  padding: 5%;
  color: white;
}

#gallery {
  margin: 64px 0;
  width: 100%;
  max-width: 100% !important;
  overflow-x: hidden;
  position: relative;
  height: 560px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  #gallery {
    height: auto;
    overflow-y: visible;
  }
}
#gallery #gallery_image_holder {
  position: absolute;
  left: calc(50% - 512px + 324px);
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #gallery #gallery_image_holder {
    position: relative;
    width: 100%;
    display: block;
  }
}
#gallery #gallery_image_holder .oneimage {
  display: block;
  flex: 0 0 700px;
  width: 700px;
  height: auto;
  margin-right: 48px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #gallery #gallery_image_holder .oneimage {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #gallery #gallery_image_holder .oneimage.dimmed {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  #gallery #gallery_image_holder {
    left: 0;
  }
}
#gallery #gallery_control {
  position: absolute;
  top: calc(50% - 24px);
  left: 50%;
}
@media screen and (max-width: 768px) {
  #gallery #gallery_control {
    display: none;
  }
}
#gallery #gallery_control span {
  position: absolute;
  color: white;
  background-color: #26124F;
  width: 48px;
  height: 48px;
  font-size: 24px;
  border-radius: 24px;
  padding: 9px 15px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
#gallery #gallery_control span.hidden {
  opacity: 0;
}
#gallery #gallery_control span.gal_prev {
  left: calc(50% - 512px + 300px);
}
@media screen and (max-width: 768px) {
  #gallery #gallery_control span.gal_prev {
    left: 0;
    top: unset;
    bottom: 32px;
  }
}
#gallery #gallery_control span.gal_next {
  left: calc(50% - 512px + 999px);
  padding: 9px 6px 9px 19px;
}
#gallery #gallery_control span.gal_next img {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #gallery #gallery_control span.gal_next {
    left: unset;
    right: 0;
    top: unset;
    bottom: 32px;
  }
}
#gallery #gallery_control span img {
  height: 22px;
  width: auto;
}
#gallery #gallery_control span:hover {
  background-color: #26124F;
}

.wordholder {
  transition: 1s all ease-in;
}
.wordholder span {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  font-family: OktahNeueBold, sans-serif;
}
.wordholder span.moved {
  opacity: 0;
}
.wordholder span.movedout {
  opacity: 0;
}
.wordholder.hidden {
  opacity: 1;
  transform: translateX(-200%);
}

#people {
  padding-bottom: 3em;
}

#peoplebox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 64px;
}

.home .contentcolumn > div {
  width: 100%;
  position: relative;
  margin: 92px auto;
}

.home .contentcolumn > div.info-area {
  background-color: #FCF4D7;
  color: #000;
  margin: 0;
  z-index: 99;
}
.home .contentcolumn > div.info-area p {
  display: block;
  padding: 36px;
  padding-left: 75px;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
}
.home .contentcolumn > div.info-area p::before {
  content: "";
  position: absolute;
  color: white;
  background-image: url(img/alert-circle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  left: 36px;
}
.home .contentcolumn > div.info-area a {
  color: #000;
  border-color: #000;
}
.home .contentcolumn > div.info-area span.upper-case {
  text-transform: uppercase;
  letter-spacing: 4.5px;
}

#offer {
  background-color: #f9f9f9;
}
#offer > * {
  max-width: 960px;
  margin: 0 auto;
}
#offer blockquote {
  padding: 96px 0 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #offer blockquote {
    text-align: left;
    padding-top: 32px;
  }
}
#offer .offerings {
  padding: 0;
}
#offer .offerings .offercolumn, #offer .offerings .areacolumn {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #offer .offerings .offercolumn, #offer .offerings .areacolumn {
    text-align: left;
  }
}
#offer .offerings .offercolumn h4, #offer .offerings .areacolumn h4 {
  margin-bottom: 0.2em;
}
#offer .offerings .offercolumn ul, #offer .offerings .areacolumn ul {
  padding-left: 0;
  padding-bottom: 10px;
  margin-left: 0;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #offer .offerings .offercolumn ul, #offer .offerings .areacolumn ul {
    text-align: left;
  }
}
#offer .offerings .offercolumn ul li, #offer .offerings .areacolumn ul li {
  display: inline-block;
  line-height: 1.3;
}
#offer .offerings .offercolumn ul li a, #offer .offerings .offercolumn ul li a:visited, #offer .offerings .offercolumn ul li a.active, #offer .offerings .areacolumn ul li a, #offer .offerings .areacolumn ul li a:visited, #offer .offerings .areacolumn ul li a.active {
  position: relative;
  text-decoration: none;
  border: none;
  margin: 12px 12px 12px 18px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#offer .offerings .offercolumn ul li a:before, #offer .offerings .offercolumn ul li a:visited:before, #offer .offerings .offercolumn ul li a.active:before, #offer .offerings .areacolumn ul li a:before, #offer .offerings .areacolumn ul li a:visited:before, #offer .offerings .areacolumn ul li a.active:before {
  content: url(img/etikett_blue.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: -16px;
  top: 1px;
}
#offer .offerings .offercolumn ul li a:hover, #offer .offerings .areacolumn ul li a:hover {
  text-decoration: underline;
}
#offer .offerings .areacolumn {
  padding-bottom: 64px;
}

.kontaktperson_person {
  margin-bottom: 18px;
}

.herospace {
  position: relative;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 64px 0;
}
.herospace #titleblock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  text-align: center;
}
.herospace #titleblock h1 {
  color: white;
}

.decoration {
  position: fixed;
  transform: rotate(-90deg) translate(-100%, 0);
  width: 100vh;
  display: flex;
  font-size: 55%;
  transform-origin: top left;
  height: 30px;
  font-family: OktahNeueBold, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 900;
  top: 0;
}
.decoration .d_text {
  position: absolute;
  color: black;
  bottom: 6px;
  left: 6px;
}
.decoration .d_text.d_right {
  float: right;
  bottom: unset;
  left: unset;
  right: 8px;
  top: 8px;
}
.decoration.dec_right {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  right: 0;
}

.offer-template-default.single-offer .post-thumbnail {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.offer-template-default.single-offer .post-thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

a.button {
  height: 35px;
  font-family: OktahNeueBold;
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: 0.5px;
  text-align: center;
  color: #26124F;
  border-radius: 18px;
  border: 2px solid #26124F;
  padding: 11px 20px 8px;
  margin-right: 10px;
}

#workbutton, #peoplebox_opener, .colorbutton, .is-style-outline a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  border-radius: 40px;
  padding: 15px 2em 15px;
  border: 3px solid #26124F;
  font-weight: 700;
  margin-top: 2em;
  color: #000;
}
#workbutton:hover, #peoplebox_opener:hover, .colorbutton:hover, .is-style-outline a:hover {
  color: #fff !important;
  background-color: #26124F;
}
#workbutton:visited, #peoplebox_opener:visited, .colorbutton:visited, .is-style-outline a:visited {
  color: #000;
}

a#workbutton {
  border: 3px solid #FCF4D7;
  background: transparent;
}
a#workbutton:hover {
  opacity: 1;
  color: black !important;
  background: #FCF4D7;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
  background-color: #26124F;
}

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
  border: 3px solid #26124F;
  font-size: 1.25rem;
}

.tagbutton {
  height: 35px;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: 0.5px;
  text-align: center;
  color: #969696;
  position: relative;
  margin-left: 18px;
  margin-right: 10px;
  text-transform: uppercase;
}
.tagbutton:visited, .tagbutton:active, .tagbutton:hover {
  color: #969696;
}
.tagbutton:before {
  content: url(img/etikett.svg);
  position: absolute;
  width: 12px;
  height: 12px;
  left: -16px;
  top: -6px;
}

#peoplebox {
  overflow-y: hidden;
  transition: 1s all ease-in-out;
  padding: 0;
  max-width: 1044px !important;
}
#peoplebox .person_inner a, #peoplebox .person_inner a:visited, #peoplebox .person_inner a:active, #peoplebox .person_inner * {
  color: black;
  font-size: 18px;
  line-height: 1.3;
}
#peoplebox .person_inner h2 {
  margin: 10px 0 0px 0;
  line-height: 1;
}
#peoplebox .person_inner .contactinfo {
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: bold;
}
#peoplebox .person_inner .contactinfo a:hover {
  color: #26124F !important;
}

#peoplebox.hidden {
  max-height: 0;
}

#peoplequote {
  padding-bottom: 5em;
}

.peopleholder_image {
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

a.mailholder {
  overflow: hidden;
  width: 32px;
  height: 17px;
  display: inline-block;
  margin-top: 4px;
}
a.mailholder:hover:before {
  opacity: 0.6;
}

a.mailholder:before {
  content: "";
  width: 20px;
  height: 16px;
  display: block;
  background-image: url(img/envelope.svg);
  background-size: cover;
}

@media screen and (min-width: 767px) {
  .peopleholder_div {
    width: calc(25% - 20px);
    margin: 10px;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .peopleholder_div .person_inner {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-in;
    font-size: 1.5vw;
  }
  .peopleholder_div .person_inner h2 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .peopleholder_div .person_inner h2 {
    font-size: 24px;
  }
  .peopleholder_div .person_inner {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #peoplebox {
    width: 100%;
    margin: 0;
  }
  .peopleholder_div {
    width: 32%;
    padding-bottom: 32%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
  }
  .peopleholder_div .person_inner {
    font-size: 20px;
  }
  .peopleholder_div .person_inner h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .peopleholder_div {
    width: 100%;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    /*     background-size: 150%; */
    background: none !important;
    position: relative;
  }
  .person_inner {
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 4px 12px;
  }
  .person_inner h2 {
    margin: 0;
  }
  .person_inner p {
    line-height: 1.5;
  }
  .person_inner a, .person_inner a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 0 solid #fff;
  }
  #peoplebox {
    width: 100%;
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #26124F;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
a:visited {
  color: #26124F;
}
a:hover, a:focus, a:active {
  color: #26124F;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a .pufftext p {
  color: black;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav#site-navigation, nav#highlight-navigation {
  margin-top: 8px;
}

.main-navigation {
  display: block;
  float: right;
  /* Small menu. */
}
.main-navigation .menu-toggle {
  cursor: pointer;
  display: block;
  color: #26124F;
  background: #26124F;
  border: none;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 90px;
  width: 90px;
  text-align: right;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0px;
  right: 0px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .main-navigation .menu-toggle {
    height: 60px;
    width: 60px;
  }
}
.main-navigation .menu-toggle:focus {
  outline: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.main-navigation .menu-toggle i.material-icons {
  position: absolute;
  top: 27px;
  left: 28px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 36px;
  color: white;
}
.main-navigation .menu-toggle i.material-icons.menu_opened {
  color: white;
}
@media screen and (max-width: 767px) {
  .main-navigation .menu-toggle i.material-icons {
    top: 12px;
    left: 13px;
  }
}
.main-navigation .menu-toggle[aria-expanded=true] {
  color: black;
  z-index: 5000;
}
.main-navigation #primary-menu-container {
  position: fixed;
  top: 0;
  right: 0px;
  max-height: 0;
  overflow: hidden;
  height: 2500px;
  width: 100%;
  background-color: #26124F;
  transition: all 0.7s ease-in-out;
}
.main-navigation > div > ul {
  list-style: none;
  padding: 7%;
}
@media screen and (max-width: 540px) {
  .main-navigation > div > ul {
    right: -100%;
    width: 100%;
  }
}
.main-navigation li {
  position: relative;
  padding: 0;
  font-weight: bold;
}
.main-navigation li a {
  display: block;
  text-decoration: none;
  font-family: Gilroy;
  font-size: 80px;
  line-height: 110px;
  font-weight: 800;
  white-space: nowrap;
  color: white;
  border-bottom: 0px solid red;
}
.main-navigation li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .main-navigation li a {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 540px) {
  .main-navigation li a {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.main-navigation li .menu_opener {
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 24px;
  display: none;
  transition: all 0.7s ease-in-out;
}
.main-navigation li.menu-item-has-children > a .menu_opener {
  display: block;
}
.main-navigation li.menu-item-has-children ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.main-navigation li.menu-item-has-children.menu_opened > ul {
  max-height: 1000px;
  display: block;
}
.main-navigation li.menu-item-has-children.menu_opened > a > i {
  transform: rotate(180deg);
}
.main-navigation ul.sub-menu {
  margin-top: 10px;
}
.main-navigation ul.sub-menu li a {
  color: #777;
}
.main-navigation .menu_opened {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.main-navigation .menu_closed {
  opacity: 1;
  transition: opacity 0.7s ease-in-out;
}
.main-navigation .menu-item ul {
  padding-left: 0;
}
.main-navigation.toggled #primary-menu-container {
  max-height: 3000px;
  height: 3000px;
  top: 0;
}
.main-navigation.toggled .current-menu-item ul, .main-navigation.toggled .current-page-ancestor ul {
  display: block;
  padding-left: 0;
}
.main-navigation.toggled .menu_opened {
  opacity: 1;
}
.main-navigation.toggled .menu_closed {
  opacity: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.secondary-navigation {
  float: right;
  margin-top: 4px;
}
.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: inline-block;
  padding-right: 42px;
}
.secondary-navigation li {
  float: left;
  padding-left: 21px;
}
.secondary-navigation li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.secondary-navigation #highlight-menu {
  margin-top: 3px;
}
.secondary-navigation #highlight-menu li a, .secondary-navigation #highlight-menu li a:visited, .secondary-navigation #highlight-menu li a:active {
  color: white;
}
@media screen and (max-width: 767px) {
  .secondary-navigation #highlight-menu {
    display: none;
  }
}

#highlight-navigation {
  display: none;
  background-color: #26124F;
  color: white;
  padding: 32px;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
}
#highlight-navigation a {
  font-size: 32px;
  text-decoration: none;
  border-bottom: 0px solid red;
  margin: 0 12px;
}
#highlight-navigation a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.home.page {
  margin-bottom: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

#main > div {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
#main > div.post-thumbnail {
  max-width: 100%;
  margin-top: 64px;
}
#main #ingress p {
  max-width: 700px;
}
#main .case_content > div {
  margin: 4em 0;
}
#main .case_content > div blockquote {
  max-width: 700px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main .case_content > div blockquote {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
  }
}
#main .left_right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#main .left_right h2 {
  flex: 33.3%;
  order: 1;
  margin-top: 6px;
  font-family: OktahNeueBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.29px;
  color: #000000;
}
#main .left_right .left_right_content {
  flex: 66.6%;
  order: 2;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  #main .left_right {
    display: block;
  }
  #main .left_right .left_right_content {
    margin-left: 0px;
  }
}

.home #main #titleblock {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home #main #titleblock {
    padding: 60px 0;
  }
}

.casepuff a .pufftext p {
  font-size: 16px;
}

.casepuff a .titleblock h3 {
  margin-bottom: 0.2em;
}

.page-template-default #content > *, .page-template-page_contact #content > *, .post #content > * {
  max-width: 1024px;
  margin: 64px auto;
}

#kontakt {
  max-width: 100% !important;
}

.vinjett {
  font-family: OktahNeueBold;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #969696;
  text-transform: uppercase;
}

#titleblock {
  padding-top: 120px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #titleblock {
    padding-top: 60px;
  }
}
#titleblock h1 {
  margin-top: 10px;
  margin-bottom: 0.4em;
  font-family: OktahNeueBold;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #000000;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #titleblock h1 {
    font-size: 40px;
    font-weight: 800;
  }
}

.case-template-default .post-thumbnail img {
  max-width: 1240px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

figure.wp-block-image img, .single-offer .post-thumbnail img {
  max-width: 1240px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.navigation.post-navigation {
  width: 90%;
  margin: 40px auto 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .navigation.post-navigation {
    display: none;
  }
}
.navigation.post-navigation .nav-links div {
  position: relative;
  left: 0;
  top: 0;
  height: 60px;
  margin-left: 84px;
  padding-top: 12px;
  width: 35%;
}
.navigation.post-navigation .nav-links div a, .navigation.post-navigation .nav-links div a:visited, .navigation.post-navigation .nav-links div a:active {
  font-size: 16px;
  font-weight: bold;
  color: #969696;
}
.navigation.post-navigation .nav-links div a:before, .navigation.post-navigation .nav-links div a:visited:before, .navigation.post-navigation .nav-links div a:active:before {
  content: url(img/ic-keyboard-arrow.svg);
  position: absolute;
  color: white;
  background-color: #26124F;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 30px;
  padding: 9px 20px;
  left: -84px;
  top: 0;
}
.navigation.post-navigation .nav-links div a:hover:before, .navigation.post-navigation .nav-links div a:visited:hover:before, .navigation.post-navigation .nav-links div a:active:hover:before {
  background-color: #26124F;
}
.navigation.post-navigation .nav-links div.nav-next {
  margin-left: unset;
  margin-right: 84px;
}
.navigation.post-navigation .nav-links div.nav-next a:before {
  left: unset;
  right: -84px;
  transform: rotate(180deg);
  padding: 9px 24px 9px 12px;
}

#kontaktperson {
  padding-bottom: 64px;
  max-width: 1024px;
  margin: 0 auto;
}

.single-article #kontaktperson {
  margin-top: 2em;
  width: 670px;
  max-width: 100%;
}
.single-article #kontaktperson .left_right_content {
  flex: 30%;
}

.single-offer #main > .wp-block-group .wp-block-column:first-child {
  order: 2;
}

.single-offer #main > .wp-block-group .wp-block-column:nth-child(2) {
  margin-left: 0;
}

.single-offer #main > .wp-block-group:nth-child(4) .wp-block-column:first-child {
  order: 0;
}

.single-offer #kontaktperson {
  display: block;
}
.single-offer #kontaktperson h2 {
  width: 66.6%;
}
.single-offer #kontaktperson .left_right_content {
  margin-left: 0;
  width: 66.6%;
}

#main #page_content {
  max-width: 670px;
}
#main #page_content p + h2 {
  margin-top: 40px;
}

ul {
  margin-left: 0;
  padding-left: 1.15em;
}

/*Related articles stuff*/
div#related_articles {
  background-color: #f9f9f9;
  padding: 2em;
  width: 100%;
}
div#related_articles div#related_articles_inner {
  max-width: 1024px;
  margin: 0 auto;
}
div#related_articles div#related_articles_inner h2 {
  text-transform: uppercase;
  font-weight: 900;
}
div#related_articles div#related_articles_inner div.related_article {
  background-color: white;
  padding: 2em;
  color: black;
  margin: 1em 0;
}
div#related_articles div#related_articles_inner div.related_article a {
  color: #26124F;
}
div#related_articles div#related_articles_inner div.related_article a:hover {
  text-decoration: underline;
}
div#related_articles div#related_articles_inner div.related_article a h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 900;
}

/*--------------------------------------------------------------
## Special page settings for Aubout us page
--------------------------------------------------------------*/
.page-template-default.page-id-675 #titleblock, .page-template-default.page-id-675 .entry-header, .page-template-default.page-id-1512 #titleblock, .page-template-default.page-id-1512 .entry-header {
  display: none;
}
.page-template-default.page-id-675 #content .wp-block-cover, .page-template-default.page-id-1512 #content .wp-block-cover {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}
.page-template-default.page-id-675 #content .wp-block-cover h1, .page-template-default.page-id-1512 #content .wp-block-cover h1 {
  font-size: 8rem;
  line-height: 107%;
  max-width: 1000px;
  margin: 3rem auto;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .page-template-default.page-id-675 #content .wp-block-cover h1, .page-template-default.page-id-1512 #content .wp-block-cover h1 {
    font-size: 6rem;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 600px) {
  .page-template-default.page-id-675 #content .wp-block-cover h1, .page-template-default.page-id-1512 #content .wp-block-cover h1 {
    font-size: 2.5rem;
    margin: 1rem auto;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#kontakt, .page-template-page_contact #content #kontakt {
  color: #fff;
  background-color: #26124F;
  text-align: left;
  float: left;
  height: auto;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
}
#kontakt a, #kontakt a:visited, #kontakt a:active, .page-template-page_contact #content #kontakt a, .page-template-page_contact #content #kontakt a:visited, .page-template-page_contact #content #kontakt a:active {
  color: #fff;
}
#kontakt .contentblock_inner, .page-template-page_contact #content #kontakt .contentblock_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
#kontakt .contentblock_inner > div, .page-template-page_contact #content #kontakt .contentblock_inner > div {
  width: 30%;
  float: left;
  padding: 90px 36px 24px 36px;
}
#kontakt .contentblock_inner > div:nth-child(2), .page-template-page_contact #content #kontakt .contentblock_inner > div:nth-child(2) {
  width: 40%;
}
#kontakt .contentblock_inner h2, .page-template-page_contact #content #kontakt .contentblock_inner h2 {
  margin-top: 0.15em;
  text-transform: none;
  font-size: 25px;
}
#kontakt .contentblock_inner .hall-of-fame, .page-template-page_contact #content #kontakt .contentblock_inner .hall-of-fame {
  max-width: 150px;
  margin-top: 3rem;
}

.socialicon {
  padding-right: 15px;
}
.socialicon a {
  text-decoration: none;
  border-bottom: 0px solid red;
}

.footerlogo, .page-template-page_contact #content .footerlogo {
  padding: 0;
  margin: 0;
  background-color: #FCF4D7;
  position: static !important;
  width: 100%;
  max-width: 100%;
  margin: 0 auto !important;
}
.footerlogo .footerlogoholder, .page-template-page_contact #content .footerlogo .footerlogoholder {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12px 36px;
}
.footerlogo .footerlogoholder img, .page-template-page_contact #content .footerlogo .footerlogoholder img {
  max-width: 154px;
  padding-top: 36px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-group {
  width: 100%;
  position: relative;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.wp-block-group .wp-block-group__inner-container h2 {
  font-size: 24px;
  text-align: left;
}
.wp-block-group.has-background a, .wp-block-group.has-background a:visited, .wp-block-group.has-background a:active {
  color: #26124F;
  border-bottom: 0px solid #26124F;
}

.type-article .wp-block-group .wp-block-group__inner-container {
  width: 670px;
  max-width: 100%;
}

.home .wp-block-group {
  margin: 64px auto;
  padding: 4em 0;
}
.home .wp-block-group .wp-block-group__inner-container {
  padding-top: 70px;
  padding-bottom: 0;
}
.home .wp-block-group#whatweare {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .home .wp-block-group#whatweare {
    padding-top: 0;
  }
  .home .wp-block-group#whatweare .wp-block-group__inner-container {
    padding-top: 0;
  }
}

.home .contentcolumn > div.wp-block-cover {
  margin: 0 auto;
  padding: 80px 36px;
}
.home .contentcolumn > div.wp-block-cover .wp-block-cover__inner-container {
  display: flex;
  justify-content: center;
}
.home .contentcolumn > div.wp-block-cover h1 {
  max-width: 1000px;
  line-height: 107%;
  font-size: 8rem;
}
@media screen and (max-width: 960px) {
  .home .contentcolumn > div.wp-block-cover h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .home .contentcolumn > div.wp-block-cover h1 {
    font-size: 2.5rem;
  }
}

.wp-block-image {
  margin-bottom: 64px;
}

.advgb-accordion-header.ui-accordion-header.ui-state-default {
  padding: 1.5em 60px 1.5em 30px !important;
}

/*--------------------------------------------------------------
# Case
--------------------------------------------------------------*/
.caselista h2 {
  text-transform: none;
}
.caselista a.colorbutton, .caselista a.colorbutton:visited, .caselista a.colorbutton:active {
  color: #000;
}

.caselista_holder {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.casepuff {
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
  margin: 64px 0;
  transition: all 0.5s ease-in-out;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.casepuff:first-child {
  margin-top: 120px;
}
.casepuff.show {
  opacity: 1;
  transform: translate(0, 0);
}

.page #content .caselista,
.archive #content .caselista {
  max-width: 1240px;
  margin: 64px auto 64px auto;
}
.page #content .caselista a:hover *,
.archive #content .caselista a:hover * {
  opacity: 0.95;
}
.page #content .caselista h2,
.archive #content .caselista h2 {
  max-width: 1024px;
  margin: 0 auto;
}
.page #content .caselista a h3, .page #content .caselista a:visited h3,
.archive #content .caselista a h3,
.archive #content .caselista a:visited h3 {
  color: black;
}
.page #content .caselista a .titleblock, .page #content .caselista a:visited .titleblock,
.archive #content .caselista a .titleblock,
.archive #content .caselista a:visited .titleblock {
  padding-top: 8px;
}
.page #content .caselista a:hover h3,
.archive #content .caselista a:hover h3 {
  color: #26124F;
}
.page #content .caselista .vinjett,
.archive #content .caselista .vinjett {
  font-family: OktahNeueBold;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.78px;
  color: #969696;
  text-transform: uppercase;
}
.page #content .caselista h3,
.archive #content .caselista h3 {
  font-size: 40px;
  line-height: 46px;
  font-family: OktahNeueBold;
  font-size: 40px;
  font-weight: normal;
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1240px) {
  .site-main {
    width: 90%;
    margin: 0 auto;
  }
  .home .wp-block-group, .home .caselista, .home #offer {
    padding-left: 5%;
    padding-right: 5%;
  }
  .home #content.contentcolumn {
    margin: 0 auto;
  }
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, #titleblock {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  #kontakt .contentblock_inner {
    width: 80%;
    margin: 0 auto;
  }
  #kontakt .contentblock_inner > div {
    padding-top: 40px;
    width: 48%;
  }
  #kontakt .contentblock_inner .hall-of-fame {
    max-width: 150px;
    margin: 0;
    margin-top: 3rem;
    padding: 0;
  }
  #kontakt .contentblock_inner > div:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .introholder > div.leftintro, .introholder > div.rightintro {
    font-size: 3vw;
    width: 48%;
  }
  #ViContent, #weQuote {
    font-size: 6.5vw;
  }
  #wedoblock {
    height: 90vh;
    margin-top: 0;
  }
  #peoplebox {
    width: 100%;
    margin: 0;
  }
  .peopleholder_div {
    width: calc(33% - 20px);
    padding-bottom: 32%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .peopleholder_div .person_inner {
    font-size: 20px;
  }
  .peopleholder_div .person_inner h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  /*
  	#wedoblock {
  		height:100vh;
  		overflow:hidden;
  	}
  */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .middlestreck {
    width: 50px;
    height: 15px;
    background-color: black;
    top: calc(50% - 5px);
    left: calc(50% - 25px);
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .page #content .caselista h3, .archive #content .caselista h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .caselista_holder {
    -moz-column-count: unset;
         column-count: unset;
  }
}
@media screen and (max-width: 767px) {
  h2.sectionh2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .introholder > div.leftintro, .introholder > div.rightintro {
    float: none;
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home .introholder > div.leftintro, .home .introholder > div.rightintro {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .downarrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contentblock {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sectioncontent {
    position: relative;
    top: auto;
    left: auto;
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  #ViContent, #weQuote {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #peoplequote {
    padding: 4em 0 4em 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .peopleholder_div {
    width: 100%;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    /*     background-size: 150%; */
    background: none !important;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .person_inner {
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 767px) {
  .person_inner h2 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .person_inner p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .person_inner a, .person_inner a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 0 solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .footerleft, .footerright {
    width: 100%;
    float: none;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #kontakt .contentblock_inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #peoplebox {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #kontakt .contentblock_inner div {
    width: 100% !important;
    float: none;
    margin: 0 auto;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  #titleblock h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .is-style-ingress {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .left_right h2, h2.is-style-small-upper {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  #kontaktperson {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 640px) {
  .decoration {
    display: none;
  }
  h2.sectionh2 {
    font-size: 14px;
    text-align: center;
  }
  #ViContent, #weQuote {
    font-size: 3rem;
  }
  #wedoblock .sectioncontent {
    transform: translate(-50%, 0%);
    position: absolute;
    top: 35%;
    left: 50%;
    width: 80%;
    padding: 0;
  }
  #kontakt .contentblock_inner div {
    width: 100%;
    float: left;
    padding: 24px;
  }
  .decoration {
    width: 90vh;
  }
}
