@charset "UTF-8";
:root {
  --swiper-theme-color: #fff;
  --swiper-pagination-bottom: 0;
  --swiper-navigation-size: 30px;
  --swiper-navigation-sides-offset: 20px;
  --swiper-pagination-color: #de323c;
  --swiper-pagination-progressbar-bg-color: rgba(40, 40, 40, 0.5);
  --swiper-pagination-progressbar-size: 5px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Fonts
*************************************************/
/*************************************************
* Arrow
*************************************************/
/*************************************************
* Forms
*************************************************/
/*************************************************
* Icon Style
*************************************************/
/*************************************************
* Prevent Transition On Resize
*************************************************/
.resizeAnimationStopper * {
  animation: none !important;
  transition: none !important;
}

/*************************************************
* Hover animations
*************************************************/
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
/*************************************************
* Test animation
*************************************************/
/*************************************************
* Hero Animation
*************************************************/
.hero__title__main:after {
  opacity: 0;
  transform: translateY(-25px);
}

@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.jsLoaded .hero__title .hero__title__main:after {
  animation: fadeInFromTop 0.7s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Variables
*************************************************/
:root {
  --button-width: 110%;
  --button-height: 300px;
}

/*************************************************
* Buttons
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Classes for 1/12 to 12/12 
*************************************************/
.grid-1of12,
.grid-2of12,
.grid-3of12,
.grid-4of12,
.grid-5of12,
.grid-6of12,
.grid-7of12,
.grid-8of12,
.grid-9of12,
.grid-10of12,
.grid-11of12,
.grid-12of12 {
  margin: auto;
}

.grid-1of12 {
  max-width: 106.6666666667px;
}

.grid-2of12 {
  max-width: 213.3333333333px;
}

.grid-3of12 {
  max-width: 320px;
}

.grid-4of12 {
  max-width: 426.6666666667px;
}

.grid-5of12 {
  max-width: 533.3333333333px;
}

.grid-6of12 {
  max-width: 640px;
}

.grid-7of12 {
  max-width: 746.6666666667px;
}

.grid-8of12 {
  max-width: 853.3333333333px;
}

.grid-9of12 {
  max-width: 960px;
}

.grid-10of12 {
  max-width: 1066.6666666667px;
}

.grid-11of12 {
  max-width: 1173.3333333333px;
}

.grid-12of12 {
  max-width: 1280px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Custom Page Utility Classes
*************************************************/
.page.utility--bcGrey .breadcrumb {
  background: #f4f4f4;
}

.page--disabledNav.utility--logoWhite .header {
  position: absolute !important;
}
.page--disabledNav.utility--logoWhite .header__logo a {
  background-image: url(../Images/logo_white.svg);
  background-size: contain;
}
.page--disabledNav.utility--logoWhite .header__logo img {
  opacity: 0;
}

.page--disabledNav.utility--logoBlack .header {
  position: absolute !important;
}
.page--disabledNav.utility--logoBlack .header__logo a {
  background-image: url(../Images/logo_black.svg);
  background-size: contain;
}
.page--disabledNav.utility--logoBlack .header__logo img {
  opacity: 0;
}

.page.utility--noRedDot .hero__title__main:after {
  content: none;
}

.page.utility--disableLangNav .metaNav__langSelect,
.page.utility--disableLangNav .header__mButton {
  display: none;
}

/*************************************************
* Landingpage Layout 4 
*************************************************/
.grid-1of12 {
  max-width: 111.6666666667px;
}

.grid-2of12 {
  max-width: 223.3333333333px;
}

.grid-3of12 {
  max-width: 335px;
}

.grid-4of12 {
  max-width: 446.6666666667px;
}

.grid-5of12 {
  max-width: 558.3333333333px;
}

.grid-6of12 {
  max-width: 670px;
}

.grid-7of12 {
  max-width: 781.6666666667px;
}

.grid-8of12 {
  max-width: 893.3333333333px;
}

.grid-9of12 {
  max-width: 1005px;
}

.grid-10of12 {
  max-width: 1116.6666666667px;
}

.grid-11of12 {
  max-width: 1228.3333333333px;
}

.grid-12of12 {
  max-width: 1340px;
}

.landingpage.layout--4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  hyphens: manual;
  color: #282828;
}
.landingpage.layout--4 .section__inner {
  max-width: 1400px;
}
@media screen and (max-width: 1040px) {
  .landingpage.layout--4 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage.layout--4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.landingpage.layout--4 h1,
.landingpage.layout--4 h2,
.landingpage.layout--4 h3,
.landingpage.layout--4 h4,
.landingpage.layout--4 p {
  font-weight: 400;
  letter-spacing: 0px;
}
.landingpage.layout--4 h1 {
  font-size: 70px;
  line-height: 84px;
}
.landingpage.layout--4 h1 + p {
  font-size: 24px;
  line-height: 34px;
  padding-top: 10px;
}
.landingpage.layout--4 h2 {
  font-size: 48px;
  line-height: 58px;
}
.landingpage.layout--4 h2 + p {
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
}
.landingpage.layout--4 h3 {
  font-size: 36px;
  line-height: 44px;
}
@media screen and (max-width: 1040px) {
  .landingpage.layout--4 h1 {
    font-size: 56px;
    line-height: 64px;
  }
  .landingpage.layout--4 h1 + p {
    font-size: 22px;
    line-height: 32px;
    padding-top: 10px;
  }
  .landingpage.layout--4 h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .landingpage.layout--4 h2 + p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
  }
  .landingpage.layout--4 h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage.layout--4 h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .landingpage.layout--4 h1 + p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 5px;
  }
  .landingpage.layout--4 h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .landingpage.layout--4 h2 + p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }
  .landingpage.layout--4 h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

.landingpage.layout--4 .header {
  position: fixed !important;
  top: 20px;
}
.landingpage.layout--4 .header__inner {
  max-width: 740px;
  border-radius: 40px;
  padding: 0 18px;
  box-shadow: 0px 1px 1px 0px #dcdcdc !important;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.8509803922);
}
.landingpage.layout--4 .header__logo {
  padding-left: 0px;
  margin: 18px 0;
}
.landingpage.layout--4 .metaNav__inner {
  padding-right: 0px;
}
.landingpage.layout--4 .metaNav__langSelect .metaNav__langSelect__inner {
  height: 32px;
}
.landingpage.layout--4 .metaNav__langSelect .metaNav__langSelect__inner p {
  line-height: 36px;
}
.landingpage.layout--4 .anchormenu__cta a {
  min-width: 120px;
}
.landingpage.layout--4 .anchormenu__navigation ul {
  gap: 35px;
}
.landingpage.layout--4 .header__mButton {
  padding: 18px 9px 18px 18px;
}
@media screen and (max-width: 989px) {
  .landingpage.layout--4 .header {
    padding: 0 30px;
  }
  .landingpage.layout--4 .header__nav {
    border-radius: 40px;
    border: 1px solid #dcdcdc;
    height: calc(var(--vh, 1vh) * 100 - 68px - 20px - 10px - 20px);
    margin-top: 10px;
  }
  .landingpage.layout--4 .metaNav__langSelect__inner p {
    line-height: 28px !important;
    font-weight: 700;
    letter-spacing: 1.1px;
  }
  .landingpage.layout--4 .anchormenu__cta a:hover {
    background: #f4f4f4;
    color: #de323c;
  }
}
@media screen and (max-width: 550px) {
  .landingpage.layout--4 .header {
    padding: 0 20px;
  }
  .landingpage.layout--4 .header__mButton {
    padding-right: 9px !important;
  }
}
@media screen and (max-width: 350px) {
  .landingpage.layout--4 .header {
    top: 10px;
  }
}

.landingpage.layout--4 .button--red,
.landingpage.layout--4 .button--redOutline,
.landingpage.layout--4 .button--black,
.landingpage.layout--4 .button--blackOutline,
.landingpage.layout--4 .button--white .button--whiteOutline {
  padding: 10px 20px;
  border-radius: 80px;
  min-width: 120px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .landingpage.layout--4 .button--red,
  .landingpage.layout--4 .button--redOutline,
  .landingpage.layout--4 .button--black,
  .landingpage.layout--4 .button--blackOutline,
  .landingpage.layout--4 .button--white .button--whiteOutline {
    font-size: 16px;
    line-height: 24px;
  }
}

.landingpage.layout--4 .section:has(.tx-powermail) .section__inner {
  max-width: 745px;
  background-color: white;
  padding: 48px 32px;
  border-radius: 24px;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail {
  color: #626262;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail a {
  text-decoration: underline;
  color: #626262;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail .powermail_fieldwrap_type_input label,
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail .powermail_fieldwrap_type_textarea label {
  display: none;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail .powermail_fieldwrap {
  margin-bottom: 32px;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail .powermail_fieldwrap_type_check {
  margin: 20px 0 10px 0;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail .powermail_fieldwrap_type_check + .powermail_fieldwrap_type_check {
  margin-top: 10px;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail input:not(.powermail_submit),
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail textarea {
  background: #efefef;
  border-radius: 12px;
  padding: 14px 18px;
  min-height: 56px;
  font-size: 18px;
  line-height: 26px;
}
.landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail textarea {
  min-height: 220px;
}
.landingpage.layout--4 .section:has(.tx-powermail) .powermail_fieldwrap_type_submit {
  display: flex;
  justify-content: center;
  margin: 26px 0 0 0 !important;
}
.landingpage.layout--4 .section:has(.tx-powermail) .powermail_fieldwrap_type_submit .powermail_field {
  display: flex;
  min-height: 54px;
  background: radial-gradient(circle, #282828 0%, #000 200%);
  border-radius: 80px;
}
.landingpage.layout--4 .section:has(.tx-powermail) .powermail_fieldwrap_type_submit .powermail_field:hover {
  background: #3a3a3a;
}
.landingpage.layout--4 .section:has(.tx-powermail) .powermail_fieldwrap_type_submit input {
  padding: 8px 53px 8px 18px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
}
.landingpage.layout--4 .section:has(.tx-powermail) .powermail_fieldwrap_type_submit .powermail_field::before {
  z-index: -1;
}
.landingpage.layout--4 .section:has(.tx-powermail) .powermail_fieldwrap_type_submit .powermail_field::after {
  background-image: url("../Images/landingpages/thp_Book-Icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  width: 34px;
  height: 34px;
  background-color: white;
  opacity: 1 !important;
  transform: scale(1) !important;
}
.landingpage.layout--4 .section:has(.tx-powermail) .powermail_create {
  text-align: center;
  padding: 40px 0px 60px 0;
}
@media screen and (max-width: 800px) {
  .landingpage.layout--4 .section:has(.tx-powermail) .section__inner {
    margin: 0 30px;
    padding: 48px 16px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail input:not(.powermail_submit),
  .landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail textarea {
    font-size: 16px;
    line-height: 24px;
  }
  .landingpage.layout--4 .section:has(.tx-powermail) .tx-powermail .powermail_fieldwrap_type_submit input {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 550px) {
  .landingpage.layout--4 .section:has(.tx-powermail) .section__inner {
    margin: 0 20px;
  }
  .landingpage.layout--4 .section:has(.tx-powermail) .type--text {
    text-align: center !important;
  }
}

.landingpage.layout--4 .type--accordion.layout--1 {
  border-top: 0px;
}
.landingpage.layout--4 .type--accordion.layout--1 .accordion__title {
  padding: 24px 44px 24px 0px;
}
.landingpage.layout--4 .type--accordion.layout--1 .accordion__title h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1040px) {
  .landingpage.layout--4 .type--accordion.layout--1 .accordion__title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage.layout--4 .type--accordion.layout--1 .accordion__title h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.landingpage.layout--4 .type--accordion.layout--1 .accordion__content {
  padding: 10px 54px 25px 0px;
}
.landingpage.layout--4 .type--accordion.layout--1 .cross .horizontal {
  width: 23px;
  transform: translate(-10px, 0);
}
.landingpage.layout--4 .type--accordion.layout--1 .cross .vertical {
  height: 23px;
  transform: translate(0, -10px);
}
.landingpage.layout--4 .type--accordion.layout--1.open .cross .vertical {
  transform: translate(0, -10px) rotate(90deg) translate3d(0, 0, 0);
  background-color: #282828;
}
.landingpage.layout--4 .type--accordion.layout--1.open .cross .horizontal {
  transform: translate(-10px, 0) rotate(90deg) translate3d(0, 0, 0);
  opacity: 0;
  background-color: #282828;
}
.landingpage.layout--4 .type--accordion.layout--0 {
  border-top: 0px;
}
.landingpage.layout--4 .type--accordion.layout--0 .accordion__title {
  padding: 24px 0px 24px 44px;
}
.landingpage.layout--4 .type--accordion.layout--0 .accordion__title h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1040px) {
  .landingpage.layout--4 .type--accordion.layout--0 .accordion__title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage.layout--4 .type--accordion.layout--0 .accordion__title h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.landingpage.layout--4 .type--accordion.layout--0 .accordion__title:before {
  top: 22px;
}
.landingpage.layout--4 .accordionList .accordion__title {
  padding: 24px 0 24px 44px;
}
.landingpage.layout--4 .accordionList .accordion__title h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1040px) {
  .landingpage.layout--4 .accordionList .accordion__title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .landingpage.layout--4 .accordionList .accordion__title h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.landingpage.layout--4 .accordionList .accordion__title::after {
  top: 22px;
}

.landingpage.layout--4 footer {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
}
.landingpage.layout--4 footer .footer__top__inner,
.landingpage.layout--4 footer .footer__bottom__inner {
  max-width: 1400px;
}
.landingpage.layout--4 footer p {
  font-weight: 300;
  letter-spacing: 1px;
}

/**
 * 1. Correct the line height in all browsers. test
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 400;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

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

p {
  margin: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*************************************************
* Europa
*************************************************/
@font-face {
  font-family: "Europa";
  src: url("../Fonts/europa/europa-bold-webfont.woff2") format("woff2"), url("../Fonts/europa/europa-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/europa/europa-light-webfont.woff2") format("woff2"), url("../Fonts/europa/europa-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/europa/europa-regular-webfont.woff2") format("woff2"), url("../Fonts/europa/europa-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/europa/europa-bolditalic-webfont.woff2") format("woff2"), url("../Fonts/europa/europa-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/europa/europa-lightitalic-webfont.woff2") format("woff2"), url("../Fonts/europa/europa-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/europa/europa-regularitalic-webfont.woff2") format("woff2"), url("../Fonts/europa/europa-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
/*************************************************
* Kernel
*************************************************/
@font-face {
  font-family: "Kernel";
  font-weight: 300;
  font-style: normal;
  font-display: block;
  src: url("../Fonts/kernel/kernel-light.woff2") format("woff2"), url("../Fonts/kernel/kernel-light.woff") format("woff");
}
@font-face {
  font-family: "Kernel";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("../Fonts/kernel/kernel-regular.woff2") format("woff2"), url("../Fonts/kernel/kernel-regular.woff") format("woff");
}
@font-face {
  font-family: "Kernel";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("../Fonts/kernel/kernel-bold.woff2") format("woff2"), url("../Fonts/kernel/kernel-bold.woff") format("woff");
}
/*************************************************
* Black Tie
*************************************************/
@font-face {
  font-family: "BlackTie";
  src: url("../Fonts/blacktie/blacktie-regular-webfont.woff2") format("woff2"), url("../Fonts/blacktie/blacktie-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*************************************************
* Roboto
*************************************************/
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/roboto/roboto-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/roboto/roboto-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/roboto/roboto-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/roboto/roboto-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/roboto/roboto-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
/*************************************************
* Prometo
*************************************************/
@font-face {
  font-family: "Prometo";
  src: url("../Fonts/prometo/Prometo.woff2") format("woff2"), url("../Fonts/prometo/Prometo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Prometo";
  src: url("../Fonts/prometo/Prometo-Light.woff2") format("woff2"), url("../Fonts/prometo/Prometo-Light.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
}
/*************************************************
* Font Awesome
*************************************************/
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 300;
  src: url("../Fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url("../Fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: url("../Fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Page
*************************************************/
body {
  background-color: #fff;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}

.page__inner {
  width: 100%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*************************************************
* Center
*************************************************/
.centerWrapper {
  min-height: calc(100vh - 797px);
}

/*************************************************
* Page Layouts
*************************************************/
.eventDetail .page .hero__image {
  max-height: 700px;
  height: calc(100vh - 129px);
}

.eventDetail .hero__image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.ce-bullets {
  list-style: none;
  padding: 0;
}
.ce-bullets li {
  list-style: none;
  background-image: url("../Images/bullet.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding: 0 0 0 30px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Font Definitions
*************************************************/
body {
  font-family: "Europa", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  color: #282828;
  hyphens: auto;
}

h1, h2 {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
  margin: 0;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}

h5 {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}

h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 400;
}

h1 + p,
h2 + p,
.news .teaser-text {
  font-size: 22px;
  line-height: 1.455em;
  letter-spacing: 1px;
  font-weight: 300;
}

span.heading--h2, p.heading--h2 {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
}
span.heading--h3, p.heading--h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}
span.heading--h4, p.heading--h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}
span.paragraph--large, p.paragraph--large {
  font-size: 22px;
  line-height: 1.455em;
  letter-spacing: 1px;
  font-weight: 300;
}
span.paragraph--medium, p.paragraph--medium {
  font-family: "Europa", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
}
span.paragraph--small, p.paragraph--small {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 25px;
}
span.paragraph--extraLarge, p.paragraph--extraLarge {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4em;
}
span.paragraph--extraLarge strong, p.paragraph--extraLarge strong {
  font-weight: 700;
}

.h3,
#kesearch_results .result-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}

.text--indent {
  padding-left: 30px;
}

/*************************************************
* Buttons
*************************************************/
.page .page__inner .button--red {
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .page .page__inner .button--red {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .page__inner .button--red:focus {
  outline: none;
}
.page .page__inner .button--red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .page__inner .button--red::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .page__inner .button--red:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page .page__inner .button--red::after {
  background: #c20936;
}
.page .page__inner .button--white {
  background: #fff;
  color: #282828;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .page .page__inner .button--white {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .page__inner .button--white:focus {
  outline: none;
}
.page .page__inner .button--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .page__inner .button--white::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .page__inner .button--white:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page .page__inner .button--white::after {
  background: #f4f4f4;
}
.page .page__inner .button--black {
  background: radial-gradient(circle, #282828 0%, #000 200%);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .page .page__inner .button--black {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .page__inner .button--black:focus {
  outline: none;
}
.page .page__inner .button--black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .page__inner .button--black::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .page__inner .button--black:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page .page__inner .button--black::after {
  background: #3a3a3a;
  border-color: #3a3a3a;
}
.page .page__inner .button--whiteOutline {
  background: transparent;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .page .page__inner .button--whiteOutline {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .page__inner .button--whiteOutline:focus {
  outline: none;
}
.page .page__inner .button--whiteOutline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .page__inner .button--whiteOutline::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .page__inner .button--whiteOutline:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page .page__inner .button--whiteOutline::after {
  background: rgba(255, 255, 255, 0.0823529412);
}
.page .page__inner .button--redOutline {
  background: transparent;
  color: #de323c;
  padding: 15px 40px;
  border: 1px solid #de323c;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .page .page__inner .button--redOutline {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .page__inner .button--redOutline:focus {
  outline: none;
}
.page .page__inner .button--redOutline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .page__inner .button--redOutline::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .page__inner .button--redOutline:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page .page__inner .button--redOutline::after {
  background: rgba(222, 50, 60, 0.0823529412);
}
.page .page__inner .button--blackOutline {
  background: transparent;
  color: #000;
  padding: 15px 40px;
  border: 1px solid #000;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .page .page__inner .button--blackOutline {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .page__inner .button--blackOutline:focus {
  outline: none;
}
.page .page__inner .button--blackOutline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .page__inner .button--blackOutline::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .page__inner .button--blackOutline:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page .page__inner .button--blackOutline::after {
  background: rgba(0, 0, 0, 0.0823529412);
}

p + p .button--red,
p + p .button--white,
p + p .button--black,
p + p .button--whiteOutline,
p + p .button--redOutline,
p + p .button--blackOutline,
ul + p .button--red,
ul + p .button--white,
ul + p .button--black,
ul + p .button--whiteOutline,
ul + p .button--redOutline,
ul + p .button--blackOutline {
  margin-top: 20px;
}

/*************************************************
* Links
*************************************************/
a {
  color: #de323c;
  text-decoration: none;
}
a:hover, a.active, a:focus {
  color: #c20936;
  text-decoration: none;
}

/*************************************************
* Text Spacing
*************************************************/
h1 + p, h1 + ul, h2 + p, h2 + ul {
  margin-top: 12px;
}
h1 + h3, h2 + h3 {
  margin-top: 8px;
}

h3 + p, h3 + ul {
  margin-top: 8px;
}
h3 + h4 {
  margin-top: 6px;
}

h4 + p, h4 + ul {
  margin-top: 8px;
}
h4 + h5 {
  margin-top: 6px;
}

h5 + p, h5 + ul {
  margin-top: 6px;
}
h5 + h6 {
  margin-top: 4px;
}

h6 + p, h6 + ul {
  margin-top: 4px;
}

p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 34px;
}
p + p {
  margin-top: 1.6rem;
}
p + ul {
  margin-top: 1.6rem;
}

p.text--big + p,
.type--shortcut .type--textpic p:has(.heading--h2) + p {
  margin-top: 0.2rem;
}

ul + h3, ul + h4 {
  margin-top: 28px;
}
ul + p {
  margin-top: 1.6rem;
}

.image-caption {
  margin-top: 4px;
}

/*************************************************
* Lists (Red Bullets)
*************************************************/
.content ul,
.article ul {
  list-style: none;
  padding: 0;
}
.content ul li,
.article ul li {
  display: block;
  list-style: none;
  margin: 0 0 0 1.1225em;
  position: relative;
}
.content ul li:before,
.article ul li:before {
  color: #de323c;
  content: "•";
  display: inline-block;
  font-size: 1.3em;
  left: -0.85em;
  position: absolute;
  top: 0em;
}
.content ul li a,
.article ul li a {
  color: #282828;
}
.content ul li a:hover,
.article ul li a:hover {
  color: #de323c;
}

.content > .background--red ul li:before,
.content > .background--patternRed ul li:before,
.content > .background--petrol ul li:before {
  color: #fff;
}

/*************************************************
* Hr
*************************************************/
.contentElement hr {
  border-top: 1px solid #282828;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 1000px) {
  h1, h2, span.text--big, p.text--big, .news--detail .headline h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  h1, h2, span.text--big, p.text--big, .news--detail .headline h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  h1, h2, span.text--big, p.text--big, .news--detail .headline h1 {
    font-size: 24px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 550px) {
  h3,
  .h3,
  #kesearch_results .result-title,
  span.text--medium {
    font-size: 21px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 550px) {
  span.text--extraBig, p.text--extraBig {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  h2 + p,
  .news .teaser-text,
  h1 + p,
  p.paragraph--big {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  h2 + p,
  .news .teaser-text,
  h1 + p,
  p.paragraph--big {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  h2 + p,
  .news .teaser-text,
  h1 + p,
  p.paragraph--big {
    font-size: 19px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 550px) {
  h1 + p, h1 + ul, h2 + p, h2 + ul {
    margin-top: 8px;
  }
  h3 + p, h3 + ul {
    margin-top: 6px;
  }
  h4 + p, h4 + ul {
    margin-top: 4px;
  }
  h5 + p, h5 + ul {
    margin-top: 4px;
  }
  h5 + h6 {
    margin-top: 4px;
  }
  h6 + p, h6 + ul {
    margin-top: 4px;
  }
  p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 20px;
  }
  p + p {
    margin-top: 1.2rem;
  }
  p + ul {
    margin-top: 0.4rem;
  }
  ul + h3, ul + h4 {
    margin-top: 20px;
  }
  ul + p {
    margin-top: 1.2rem;
  }
}
/*************************************************
* !!! Deprecated
*************************************************/
span.text--extraBig, p.text--extraBig {
  font-size: 54px;
  font-weight: 700 !important;
  line-height: 1.4em;
}
span.text--extraBig strong, p.text--extraBig strong {
  font-weight: 700;
}
span.text--big, p.text--big {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
}
span.text--medium, p.text--medium {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}
span.text--small, p.text--small {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Swiper
*************************************************/
.swiper-wrapper,
.swiper-slide {
  user-select: none;
}

/*************************************************
* LightSlider
*************************************************/
.lSPager li:before {
  content: none !important;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 15px 0 0 !important;
}
.lSSlideOuter .lSPager.lSpg > li {
  margin: 0;
  padding: 0 8px;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  height: 14px;
  width: 14px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background: #dcdcdc;
  height: 14px;
  width: 14px;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background: #de323c;
}

.lSAction > a {
  width: 40px;
  height: 40px;
  background-position: 0 !important;
  top: calc(50% - 21px);
  margin-top: 0;
  opacity: 0.7;
}
.lSAction .lSPrev {
  background-image: url("../Images/chevron_grey.svg");
  transform: rotate(180deg);
  left: 10px;
}
.lSAction .lSNext {
  background-image: url("../Images/chevron_grey.svg");
  right: 10px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Header
*************************************************/
.header {
  height: auto;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.18s linear;
  transition: all 0.18s linear;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header + .hero,
.header + .blogHero,
.header + .centerWrapper {
  margin-top: 130px;
}

.header__logo {
  max-height: 32px;
  position: absolute;
  max-width: 1280px;
  width: 100%;
  left: calc(50% - 640px);
  margin: 20px 0;
}
.header__logo img {
  width: auto;
  height: 32px;
  max-width: 185px;
  display: block;
}
.header__logo a {
  outline: none !important;
  position: relative;
  display: inline-block;
}
.header__logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header__inner {
  padding: 0;
  align-items: center;
}

/*************************************************
* Sticky Header
*************************************************/
.header--shadow {
  box-shadow: 0px 0px 6px #979797;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1340px) {
  .header__logo {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 989px) {
  .header + .blogHero {
    margin-top: 68px;
  }
}
@media screen and (max-width: 550px) {
  .header__logo {
    left: 20px;
    width: calc(100% - 40px);
  }
  .header__mButton {
    padding-right: 20px !important;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Meta Navigation
*************************************************/
@media (min-width: 990px) {
  .metaNav {
    display: flex;
    height: 72px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .metaNav .metaNav__inner {
    margin-left: auto;
    display: flex;
  }
  .metaNav .metaNav__nav {
    margin-right: 280px;
  }
  .metaNav .metaNav__nav .level--1 {
    height: 100%;
  }
  .metaNav .metaNav__nav .level--1 > ul {
    height: 72px;
  }
  .metaNav .metaNav__nav .level--1 > ul > li {
    margin-right: 25px;
    position: relative;
    height: 100%;
  }
  .metaNav .metaNav__nav .level--1 > ul > li:last-child {
    margin-right: 14px;
  }
  .metaNav .metaNav__nav .level--1 > ul > li > a {
    font-size: 13px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .metaNav .metaNav__nav .level--1 > ul > li.hasChild:hover > a:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #282828;
    left: calc(50% - 5px);
    bottom: -26px;
    transform: rotate(45deg);
  }
  .metaNav .metaNav__nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .metaNav .metaNav__nav li {
    display: inline-block;
  }
  .metaNav .metaNav__nav .level--2 {
    display: none;
    position: absolute;
    background: #282828;
    padding: 18px 20px;
    left: -20px;
    top: 70px;
    min-width: 216px;
    border-radius: 5px;
    z-index: 99;
  }
  .metaNav .metaNav__nav .level--2 li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav .metaNav__nav .level--2 li:last-child {
    margin-bottom: 0;
  }
  .metaNav .metaNav__nav .level--2 a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  .metaNav .metaNav__nav .level--2 a:hover {
    color: #ccc;
  }
  .metaNav .metaNav__nav li.hasChild:hover .level--2 {
    display: inherit;
  }
}
/*************************************************
* Language Navigation
*************************************************/
@media (min-width: 990px) {
  .metaNav__langSelect {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 26px;
  }
  .metaNav__langSelect .metaNav__langSelect__desc {
    display: none;
  }
  .metaNav__langSelect .metaNav__langSelect__inner {
    margin: 0;
    padding: 0;
    height: 28px;
  }
  .metaNav__langSelect ul {
    padding: 0;
  }
  .metaNav__langSelect p {
    display: inline-block;
    font-size: 13px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: default;
    line-height: 16px;
    border-left: 1px solid #dcdcdc;
    padding-left: 14px;
  }
  .metaNav__langSelect li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav__langSelect li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  .metaNav__langSelect:hover .level--2 {
    display: block;
  }
  .metaNav__langSelect:before {
    content: "";
    background-image: url(../Images/language.svg);
    height: 18px;
    width: 18px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 28px;
  }
  .metaNav__langSelect .level--2 {
    display: none;
    position: absolute;
    background: #282828;
    padding: 18px 20px;
    left: -4px;
    top: 72px;
    width: 60px;
    border-radius: 5px;
    z-index: 99;
  }
  .metaNav__langSelect .level--2.empty {
    display: none !important;
  }
  .metaNav__langSelect .level--2 ul {
    display: block;
  }
  .metaNav__langSelect .level--2 li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav__langSelect .level--2 li:last-child {
    margin-bottom: 0;
  }
  .metaNav__langSelect .level--2 li.active, .metaNav__langSelect .level--2 li.text-muted {
    display: none;
  }
  .metaNav__langSelect .level--2 a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  .metaNav__langSelect .level--2 a:hover {
    color: #ccc;
  }
  .metaNav__langSelect .level--2:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #282828;
    left: 24px;
    top: -4px;
    transform: rotate(45deg);
  }
}
/*************************************************
* Main Navigation
*************************************************/
.mainNav {
  flex-basis: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 990px) {
  .mainNav {
    border-top: #dcdcdc 1px solid;
  }
  .mainNav .mainNav__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .mainNav a {
    text-decoration: none;
  }
  .mainNav li {
    list-style: none;
  }
  .mainNav .level--1 > ul {
    padding: 0;
    z-index: 99;
    margin: 0;
  }
  .mainNav .level--1 > ul > li {
    margin: 0px;
    display: inline-block;
  }
  .mainNav .level--1 > ul > li:hover > .level--2 {
    display: inherit;
  }
  .mainNav .level--1 > ul > li.first > a {
    padding-left: 0;
  }
  .mainNav .level--1 > ul > li.last a {
    padding-right: 0;
  }
  .mainNav .level--1 > ul > li > a {
    display: block;
    padding: 14px 25px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
  }
  .mainNav .level--1 > ul > li > a:hover {
    color: #de323c;
  }
  .mainNav .level--1 > ul > li.current > a {
    color: #de323c !important;
  }
  .mainNav .level--1 > ul > li.hasChild:hover > a:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #de323c;
    left: calc(50% - 5px);
    bottom: -4px;
    transform: rotate(45deg);
  }
  .mainNav .level--1 > ul > li.hasChild.first:hover > a:after {
    left: calc(50% - 17.5px);
  }
  .mainNav .level--1 > ul > li.hasChild.last:hover > a:after {
    right: calc(50% - 17.5px);
    left: auto;
  }
  .mainNav .level--2 {
    width: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
    border-top: 2px solid #de323c;
    box-shadow: 0 2px 20px -20px #000;
    padding: 18px 0;
    min-height: 150px;
  }
  .mainNav .level--2 > ul {
    max-width: 1340px;
    margin: 0 auto;
    display: flex !important;
    flex-wrap: wrap;
    padding: 2px 30px;
  }
  .mainNav .level--2 > ul > li {
    display: block;
    z-index: 1;
    width: 23%;
    margin-right: 2.6667%;
    min-height: 100px;
  }
  .mainNav .level--2 > ul > li.first .level--3 ul {
    padding: 0;
  }
  .mainNav .level--2 > ul > li.current > a {
    color: #de323c !important;
  }
  .mainNav .level--2 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .mainNav .level--2 > ul > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .mainNav .level--2 > ul > li > a {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 0px 13px 0;
    display: block;
    color: #000;
    line-height: 24px;
    font-weight: 400;
  }
  .mainNav .level--2 > ul > li > a:hover {
    color: #de323c;
  }
  .mainNav .level--3 {
    padding: 14px 0 16px 0;
  }
  .mainNav .level--3 ul {
    padding: 0;
  }
  .mainNav .level--3 ul li.current > a, .mainNav .level--3 ul li.active > a {
    color: #de323c !important;
  }
  .mainNav .level--3 ul a {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 3px 0;
  }
  .mainNav .level--3 ul a:hover {
    color: #de323c;
  }
  .mainNav .level--4 {
    display: none;
  }
  .mainNav .mainNav {
    display: flex !important;
  }
  .mainNav .mainNav > .nav__inner {
    margin-left: auto;
  }
  .mainNav .first .level--2 > ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 15px;
  }
  .mainNav .first .level--2 > ul > li {
    width: 100%;
  }
  .mainNav .first .level--2 > ul > li:nth-child(1) {
    grid-column: span 1;
  }
  .mainNav .first .level--2 > ul > li:nth-child(2) {
    grid-column: span 1;
  }
  .mainNav .first .level--2 > ul > li:nth-child(3) {
    grid-column: span 1;
  }
  .mainNav .first .level--2 > ul > li:nth-child(4) {
    grid-column: span 1;
  }
  .mainNav .first .level--2 > ul > .last {
    position: relative;
    grid-column: 3;
    grid-row: 1/span 2;
    background: #f4f4f4;
    padding: 4px 26px 20px 26px;
    border-radius: 8px;
    transform: translateY(-4px);
    margin: 0;
  }
  .mainNav .first .level--2 > ul > .last > a {
    border-bottom: 1px solid #999;
  }
  .mainNav .first .level--2 > ul > .last::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 20px;
    height: 20px;
    width: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path fill="%23282828" d="M322.3 268c9.4 2.6 19.3 4 29.7 4c60.5 0 109.8-48 111.9-108l-25.3 25.3c-12 12-28.3 18.7-45.3 18.7L368 208c-35.3 0-64-28.7-64-64l0-25.4c0-17 6.7-33.3 18.7-45.3c0 0 0 0 0 0L348 48.1C288 50.1 240 99.5 240 160c0 10.3 1.4 20.3 4 29.7c4.6 16.6-.2 34.4-12.4 46.6L57.1 410.7c-5.9 5.8-9.1 13.8-9.1 22.1C48 450 62 464 79.2 464c8.3 0 16.2-3.3 22.1-9.1L275.7 280.4c12.2-12.2 30-16.9 46.6-12.4zM424.6 39.4l-67.9 67.9c-3 3-4.7 7.1-4.7 11.3l0 25.4c0 8.8 7.2 16 16 16l25.4 0c4.2 0 8.3-1.7 11.3-4.7l67.9-67.9c7.2-7.2 19.3-5.9 23.7 3.3c10.1 21 15.7 44.5 15.7 69.3c0 88.4-71.6 160-160 160c-14.7 0-28.9-2-42.3-5.7L135.2 488.8c-14.9 14.9-35 23.2-56 23.2C35.5 512 0 476.5 0 432.8c0-21 8.3-41.1 23.2-56L197.7 202.3C194 188.9 192 174.7 192 160C192 71.6 263.6 0 352 0c24.8 0 48.3 5.7 69.3 15.7c9.2 4.4 10.5 16.5 3.3 23.7zM88 408a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"/></svg>') no-repeat center;
    background-size: contain;
  }
}
/*************************************************
* Mobile Button
*************************************************/
@media (min-width: 990px) {
  .header__mButton {
    display: none;
  }
}
.header__mButton {
  width: 30px;
  height: 19px;
  cursor: pointer;
  padding: 18px 30px 18px 18px;
  box-sizing: content-box;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

.header__mButton__inner,
.header__mButton__inner:after,
.header__mButton__inner:before {
  width: 30px;
  height: 3px;
}

.header__mButton__inner {
  position: relative;
  transform: translateY(8px);
  background: rgb(33, 43, 54);
  transition: all 0ms 300ms;
}
.header__mButton__inner.animate {
  background: rgba(33, 43, 54, 0);
}
.header__mButton__inner.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner:before, .header__mButton__inner:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgb(33, 43, 54);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner:before {
  bottom: 8px;
}
.header__mButton__inner:after {
  top: 8px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 989px) {
  body.noscroll {
    overflow: hidden;
  }
  .layout--subnav .page--disabledNav .header__mButton {
    display: block;
  }
  .page .hero {
    margin-top: 68px;
  }
  header.header {
    position: fixed;
  }
  .header__logo {
    height: auto;
    width: auto;
    margin: 0;
  }
  .header__inner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 68px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
  }
  .header__nav {
    padding: 0;
    position: absolute;
    top: 68px;
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
    background: #fff;
    width: 100%;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
  }
  .header__nav .level--1 > ul > li {
    margin-bottom: 2px;
  }
  .header__nav .level--1 > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
  }
  .header__nav .level--2 > ul > li {
    border-bottom: 2px solid #f4f4f4;
  }
  .header__nav .level--2 > ul > li:last-child {
    border-bottom: none;
  }
  .header__nav .level--2 > ul > li > a {
    letter-spacing: 1.1px;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 30px;
  }
  .header__nav .level--3 > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 30px 12px 40px;
  }
  .header__nav .level--4 > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 4px 30px 4px 52px;
  }
  .header__nav .last > .level--4 > ul {
    padding-bottom: 8px;
  }
  .header__nav .metaNav__langSelect > ul > .active {
    display: none;
  }
  .header__nav .metaNav__langSelect > ul > li:before {
    content: "";
    background-image: url(../Images/language.svg);
    height: 18px;
    width: 18px;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 19px;
  }
  .header__nav .metaNav__langSelect .metaNav__langSelect__desc {
    padding-left: 60px;
  }
  .header__nav .metaNav__langSelect p, .header__nav .metaNav__langSelect a {
    margin-bottom: 3px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
    width: 100%;
    font-weight: 700;
  }
  .header__nav .metaNav__langSelect p.active a, .header__nav .metaNav__langSelect a.active a {
    color: #de323c;
  }
  .header__nav .metaNav__langSelect .level--2 li {
    border-bottom: 2px solid #f4f4f4 !important;
  }
  .header__nav .metaNav__langSelect .level--2 a {
    font-weight: 400;
    padding: 14px 30px 14px 30px;
    background: #fff;
  }
  .header__nav .metaNav {
    order: 2;
    width: 100%;
  }
  .header__nav .mainNav {
    order: 1;
  }
  .header__nav ul {
    list-style: none;
    padding: 0;
  }
  .header__nav ul li ul {
    display: none;
  }
  .header__nav li {
    position: relative;
  }
  .header__nav li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .header__nav li.current > a {
    color: #de323c;
  }
  .header__nav .arrow {
    position: absolute;
    right: 9px;
    top: 0;
    background-image: url(../Images/chevron_black.svg);
    height: 60px;
    width: 60px;
    background-size: 33px 33px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    cursor: pointer;
  }
  .header__nav .open > .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 11px;
  }
  .header__nav .level--2 > ul > li > .arrow {
    top: -2px;
  }
  .header__nav .level--3 > ul > li > .arrow {
    top: -4px;
  }
  .header__nav a {
    color: #000;
  }
  .header__nav__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .subNav {
    padding: 0;
    position: fixed;
    top: 68px;
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
    background: #fff;
    width: 100%;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
  }
  .subNav .level--1 {
    width: 100%;
  }
  .subNav .level--1 > ul > li {
    margin-bottom: 2px;
  }
  .subNav .level--1 > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
  }
  .subNav ul {
    list-style: none;
    padding: 0;
  }
  .subNav ul li ul {
    display: none;
  }
  .subNav li {
    position: relative;
  }
  .subNav li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .subNav li.current > a {
    color: #de323c;
  }
  .subNav .arrow {
    position: absolute;
    right: 9px;
    top: 0;
    background-image: url(../Images/chevron_black.svg);
    height: 60px;
    width: 60px;
    background-size: 33px 33px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    cursor: pointer;
  }
  .subNav .open > .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 11px;
  }
  .subNav a {
    color: #000;
  }
  .subNav__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .metaNav__langSelect {
    width: 100%;
  }
  .metaNav__langSelect > ul > .active {
    display: none;
  }
  .metaNav__langSelect > ul > li:before {
    content: "";
    background-image: url(../Images/language.svg);
    height: 18px;
    width: 18px;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 19px;
  }
  .metaNav__langSelect .metaNav__langSelect__desc {
    padding-left: 60px;
  }
  .metaNav__langSelect p, .metaNav__langSelect a {
    margin-bottom: 3px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
    width: 100%;
    font-weight: 700;
  }
  .metaNav__langSelect p.active a, .metaNav__langSelect a.active a {
    color: #de323c;
  }
  .metaNav__langSelect .level--2 li {
    border-bottom: 2px solid #f4f4f4 !important;
  }
  .metaNav__langSelect .level--2 a {
    font-weight: 400;
    padding: 14px 30px 14px 30px;
    background: #fff;
  }
}
@media screen and (max-width: 550px) {
  .header__nav {
    line-height: 28px !important;
  }
  .header__nav .arrow {
    right: 2px;
  }
  .header__nav .open .arrow {
    right: 4px;
  }
  .header__nav .level--1 > ul > li > a,
  .header__nav .level--2 > ul > li > a,
  .header__nav .metaNav__langSelect > ul > li > a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header__nav .level--3 > ul > li > a {
    padding-left: 30px;
  }
  .header__nav .level--4 > ul > li > a {
    padding-left: 38px;
  }
  .header__nav .metaNav__langSelect > ul > li:before {
    left: 22px;
  }
  .header__nav .metaNav__langSelect .metaNav__langSelect__desc {
    padding-left: 50px;
  }
  .header__nav .metaNav__langSelect .level--2 a {
    padding-left: 22px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Hero
*************************************************/
.hero {
  margin: 0 auto;
}
.hero .hero__inner {
  position: relative;
}
.hero img {
  width: 100%;
  height: auto;
}

.hero__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  min-height: 200px;
}

/*************************************************
* Hero Title (DCE)
*************************************************/
.hero__title__main {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 1.1em;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #000;
}
.hero__title__main:after {
  content: "";
  background: #de323c;
  height: 0.38em;
  display: inline-block;
  width: 0.38em;
  border-radius: 50%;
  margin-left: 0.06em;
  position: absolute;
  bottom: 0.19em;
}

.hero__title__description {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.417em;
  display: block;
  margin-top: 12px;
  color: #000;
}

.hero__title .hero__title__button {
  margin-top: 28px;
}
.hero__title .hero__title__button.layout--0 {
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .hero__title .hero__title__button.layout--0 {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.hero__title .hero__title__button.layout--0:focus {
  outline: none;
}
.hero__title .hero__title__button.layout--0::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__title .hero__title__button.layout--0::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.hero__title .hero__title__button.layout--0:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hero__title .hero__title__button.layout--0::after {
  background: #c20936;
}
.hero__title .hero__title__button.layout--1 {
  background: #fff;
  color: #282828;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .hero__title .hero__title__button.layout--1 {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.hero__title .hero__title__button.layout--1:focus {
  outline: none;
}
.hero__title .hero__title__button.layout--1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__title .hero__title__button.layout--1::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.hero__title .hero__title__button.layout--1:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hero__title .hero__title__button.layout--1::after {
  background: #f4f4f4;
}
.hero__title .hero__title__button.layout--2 {
  background: transparent;
  color: #de323c;
  padding: 15px 40px;
  border: 1px solid #de323c;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .hero__title .hero__title__button.layout--2 {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.hero__title .hero__title__button.layout--2:focus {
  outline: none;
}
.hero__title .hero__title__button.layout--2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__title .hero__title__button.layout--2::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.hero__title .hero__title__button.layout--2:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hero__title .hero__title__button.layout--2::after {
  background: rgba(222, 50, 60, 0.0823529412);
}
.hero__title .hero__title__button.layout--3 {
  background: transparent;
  color: #fff;
  padding: 15px 40px;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .hero__title .hero__title__button.layout--3 {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.hero__title .hero__title__button.layout--3:focus {
  outline: none;
}
.hero__title .hero__title__button.layout--3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__title .hero__title__button.layout--3::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.hero__title .hero__title__button.layout--3:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hero__title .hero__title__button.layout--3::after {
  background: rgba(255, 255, 255, 0.0823529412);
}
.hero__title .hero__title__button.layout--4 {
  background: transparent;
  color: #000;
  padding: 15px 40px;
  border: 1px solid #000;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .hero__title .hero__title__button.layout--4 {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.hero__title .hero__title__button.layout--4:focus {
  outline: none;
}
.hero__title .hero__title__button.layout--4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__title .hero__title__button.layout--4::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.hero__title .hero__title__button.layout--4:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hero__title .hero__title__button.layout--4::after {
  background: rgba(0, 0, 0, 0.0823529412);
}
.hero__title .hero__title__button.layout--5 {
  background: radial-gradient(circle, #282828 0%, #000 200%);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .hero__title .hero__title__button.layout--5 {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.hero__title .hero__title__button.layout--5:focus {
  outline: none;
}
.hero__title .hero__title__button.layout--5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__title .hero__title__button.layout--5::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.hero__title .hero__title__button.layout--5:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hero__title .hero__title__button.layout--5::after {
  background: #3a3a3a;
  border-color: #3a3a3a;
}

.hero__title {
  max-width: 1340px;
  padding: 100px 30px;
  margin: 0 auto;
  width: 100%;
}
.hero__title.linked {
  padding: 90px 30px;
}
.hero__title.position--right {
  margin-left: calc(50% - 640px + 500px);
}
.hero__title.position--bottom {
  margin-top: auto;
}
.hero__title.color--black h1 {
  color: #000;
}
.hero__title.color--white .hero__title__main,
.hero__title.color--white .hero__title__description {
  color: #fff;
}
.hero__title.dotColor--white .hero__title__main:after {
  background: #fff;
}

.hero .type--text {
  max-width: 1340px !important;
  padding: 100px 30px;
  margin: 0 auto;
  width: 100%;
}
.hero .type--text.linked {
  padding: 90px 30px;
}

/*************************************************
* Hero Layouts
*************************************************/
.page.layout--1 .hero__image, .page.layout--2 .hero__image {
  min-height: 700px;
  background-position-y: 30%;
}
.page.layout--1 .hero__title__main, .page.layout--2 .hero__title__main {
  font-size: 84px;
}
.page.layout--1 .hero__title__description, .page.layout--2 .hero__title__description {
  font-size: 30px;
}
.page.layout--1 .hero__image {
  background-position-y: 40%;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (min-width: 1800px) {
  .hero__title.position--right {
    margin-left: 50% !important;
  }
}
@media screen and (max-width: 1500px) {
  .hero__title.position--right {
    margin-left: calc(85% - 640px);
  }
}
@media screen and (min-width: 1340px) {
  .hero__title__main {
    hyphens: none;
  }
}
@media screen and (max-width: 1340px) {
  .hero__title {
    margin: 0 !important;
  }
  .hero__title__description br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page.layout--2 .hero__title {
    position: absolute;
    top: 5%;
    padding: 0 30px;
    transform: none;
  }
}
@media screen and (max-width: 550px) {
  .hero__title {
    padding-right: 30px !important;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 700px) {
  .hero__image {
    min-height: 280px;
  }
  .hero__image .hero__title {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 550px) {
  .hero__image {
    min-height: 200px;
  }
  .hero__image .hero__title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1340px) {
  .page.layout--1 .hero__image {
    min-height: 500px;
    background-position-y: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page.layout--1 .hero__image {
    min-height: 320px;
  }
}
@media screen and (max-width: 700px) {
  .page.layout--1 .hero__image {
    min-height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .page.layout--1 .hero__image {
    min-height: 240px;
  }
}

@media screen and (max-width: 1800px) {
  .layout--2.page .hero__image {
    max-height: 650px;
  }
}
@media screen and (max-width: 1500px) {
  .layout--2.page .hero__image {
    max-height: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .layout--2.page .hero__image {
    max-height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .layout--2.page .hero__image {
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .layout--2.page .hero__image {
    max-height: none;
    height: calc(100vh - 68px);
    background-position-y: 80%;
  }
}
@media screen and (max-width: 768px) and (max-height: 1000px) {
  .layout--2.page .hero__image {
    background-position: 28% 30%;
  }
}

@media screen and (max-width: 850px) {
  .hero__title__main {
    font-size: 60px;
  }
  .hero__title__description {
    font-size: 23px;
  }
}
@media screen and (max-width: 700px) {
  .hero__title__main {
    font-size: 50px;
  }
  .hero__title__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .hero__title__main {
    font-size: 34px;
    letter-spacing: 0.8px;
  }
  .hero__title__description {
    font-size: 19px;
    letter-spacing: 0.8px;
    line-height: 1.35em;
    margin-top: 6px;
  }
}
@media screen and (max-width: 1340px) {
  .page.layout--1 .hero__title__main {
    font-size: 70px;
  }
  .page.layout--1 .hero__title__description {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .page.layout--1 .hero__title__main {
    font-size: 64px;
  }
  .page.layout--1 .hero__title__description {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) {
  .page.layout--1 .hero__title__main {
    font-size: 60px;
  }
  .page.layout--1 .hero__title__description {
    font-size: 23px;
  }
}
@media screen and (max-width: 700px) {
  .page.layout--1 .hero__title__main {
    font-size: 50px;
  }
  .page.layout--1 .hero__title__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .page.layout--1 .hero__title__main {
    font-size: 34px;
    letter-spacing: 0.8px;
  }
  .page.layout--1 .hero__title__description {
    font-size: 19px;
    letter-spacing: 0.8px;
    line-height: 1.35em;
    margin-top: 6px;
  }
}

@media screen and (min-width: 1500px) {
  .page.layout--2 .hero__title__main {
    font-size: 84px;
  }
  .page.layout--2 .hero__title__description {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .page.layout--2 .hero__title__main {
    font-size: 80px;
  }
  .page.layout--2 .hero__title__description {
    font-size: 29px;
  }
}
@media screen and (max-width: 940px) {
  .page.layout--2 .hero__title__main {
    font-size: 76px;
  }
  .page.layout--2 .hero__title__description {
    font-size: 28px;
  }
}
@media screen and (max-width: 850px) {
  .page.layout--2 .hero__title__main {
    font-size: 72px;
  }
  .page.layout--2 .hero__title__description {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .page.layout--2 .hero__title__main {
    font-size: 60px;
  }
  .page.layout--2 .hero__title__description {
    font-size: 23px;
  }
}
@media screen and (max-width: 400px) {
  .page.layout--2 .hero__title__main {
    font-size: 50px;
  }
  .page.layout--2 .hero__title__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .page.layout--2 .hero__title__main {
    font-size: 42px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.breadcrumb {
  padding-top: 15px;
}
.breadcrumb .breadcrumb__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
.breadcrumb .active span {
  color: #de323c;
}
.breadcrumb ul {
  padding: 0;
}
.breadcrumb li {
  font-size: 14px;
  list-style: none;
  display: inline-block;
}
.breadcrumb a, .breadcrumb span {
  color: #000;
  hyphens: none;
}
.breadcrumb a:hover, .breadcrumb span:hover {
  color: #de323c;
}
.breadcrumb .arrow {
  display: inline-block;
  background-image: url(../Images/chevron_black.svg);
  height: 16px;
  width: 16px;
  transform: translateY(3px);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
  opacity: 0.8;
}
.breadcrumb li:last-child .arrow {
  display: none;
}

.breadcrumb__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .breadcrumb .breadcrumb__inner {
    padding: 0 20px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .breadcrumb .arrow {
    margin: 0 4px;
    height: 12px;
    width: 12px;
    background-size: 18px;
    transform: translate(0);
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Subnav
*************************************************/
@media (min-width: 990px) {
  .subNav {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
  }
  .subNav .subNav__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px 0 30px;
  }
  .subNav ul {
    padding: 0;
  }
  .subNav li {
    list-style: none;
    display: inline-block;
    padding-right: 60px;
  }
  .subNav li.last {
    padding-right: 0;
  }
  .subNav a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    padding: 16px 0;
    display: block;
    margin-bottom: -1px;
  }
  .subNav a:hover {
    color: #de323c;
  }
  .subNav li.current a,
  .subNav li.active a {
    color: #de323c;
    border-bottom: 1px solid #de323c;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.footer__top {
  background-color: #282828;
  color: #fff;
}
.footer__top .footer__top__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 38px 30px 14px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__top .footer__address {
  width: 30%;
  margin-bottom: 0;
}
.footer__top .footer__address p {
  font-size: 14px;
}
.footer__top .footer__address a {
  color: #fff;
  text-decoration: none;
}
.footer__top .footer__address strong {
  font-weight: 700;
}
.footer__top .footer__nav {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.footer__top .footer__nav ul {
  padding: 0;
}
.footer__top .footer__nav li {
  list-style-type: none;
}
.footer__top .footer__nav li li a {
  font-weight: 400;
  letter-spacing: 1px;
}
.footer__top .footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer__top .footer__cookieman {
  width: 100%;
  margin-top: 28px;
}
.footer__top .footer__cookieman button {
  font-size: 14px;
  letter-spacing: 1px;
  background: none;
  border: none;
  padding: 0;
}

.footer__bottom {
  background-color: #202020;
  color: #fff;
}
.footer__bottom .footer__bottom__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}
.footer__bottom .footer__socialMedia {
  width: 30%;
}
.footer__bottom .footer__socialMedia > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.footer__bottom .footer__socialMedia img {
  height: 36px;
  width: auto;
}
.footer__bottom .footer__socialMedia .ce-inner {
  display: flex;
}
.footer__bottom .footer__socialMedia .ce-row {
  margin-right: 12px;
}
.footer__bottom .footer__socialMedia .ce-row:last-child {
  margin-right: 0;
}
.footer__bottom .footer__swissMadeSoftware {
  display: flex;
  align-items: center;
}
.footer__bottom .footer__swissMadeSoftware img {
  height: 27px;
  width: auto;
}
.footer__bottom .footer__copyright {
  margin-left: auto;
}
.footer__bottom .footer__copyright p {
  padding: 14px 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1000px) {
  .footer__top .footer__top__inner {
    flex-wrap: wrap;
  }
  .footer__top .footer__nav, .footer__top .footer__address {
    width: 100%;
  }
  .footer__top .footer__address {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__top .footer__nav {
    flex-wrap: wrap;
  }
  .footer__top .footer__nav > div {
    width: 50%;
  }
  .footer__top .footer__nav > :first-child, .footer__top .footer__nav > :nth-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .footer__top .footer__top__inner {
    padding: 30px 20px 14px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__bottom__inner {
    justify-content: space-between;
  }
  .footer__bottom__inner .footer__socialMedia {
    width: auto;
  }
  .footer__bottom__inner .footer__copyright {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer__bottom__inner {
    flex-wrap: wrap;
    padding-top: 18px !important;
    padding-bottom: 12px !important;
  }
  .footer__bottom__inner .footer__socialMedia {
    width: auto;
  }
  .footer__bottom__inner .footer__copyright {
    text-align: left;
    width: 100%;
    margin-top: 16px;
  }
  .footer__bottom__inner .footer__copyright p {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .footer__bottom__inner {
    padding: 14px 20px 12px 20px !important;
  }
}
@media screen and (max-width: 500px) {
  .footer__bottom__inner .footer__swissMadeSoftware {
    width: 100%;
    margin-top: 16px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Fields
*************************************************/
.tx-powermail {
  color: #000;
  line-height: 24px;
}
.tx-powermail .powermail_legend {
  display: none;
}
.tx-powermail fieldset {
  padding: 0;
  border: none;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 12px;
  width: 100%;
}

label {
  margin-bottom: 4px;
  display: block;
}

.tx-powermail input:not(.powermail_submit),
.tx-powermail textarea,
.tx-powermail select {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 6px;
}
.tx-powermail input:not(.powermail_submit):focus,
.tx-powermail textarea:focus,
.tx-powermail select:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.tx-powermail input:not(.powermail_submit).parsley-error,
.tx-powermail textarea.parsley-error,
.tx-powermail select.parsley-error {
  border: 1px solid #282828 !important;
}

.powermail_fieldwrap_type_check {
  margin: 40px 0 0 0;
}
.powermail_fieldwrap_type_check .powermail_label {
  display: none;
}

input.powermail_checkbox {
  width: auto;
  min-height: auto;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  padding: 0 !important;
}

.tx-powermail .checkbox {
  display: inline-block;
}
.tx-powermail .checkbox input[type=checkbox] {
  opacity: 0 !important;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 24px;
  width: 24px;
  z-index: 99;
}
.tx-powermail .checkbox label {
  padding-left: 28px;
}
.tx-powermail .checkbox label:after {
  content: "\f08b";
  display: inline-block;
  color: #000;
  font-family: "BlackTie";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.tx-powermail .checkbox label.checked:after {
  content: "\f014";
}
.tx-powermail .checkbox input {
  position: relative;
  top: 1px;
}
.tx-powermail .checkbox:last-child {
  margin: 0;
}

.tx-powermail .radio {
  margin-right: 16px;
}
.tx-powermail .radio input {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  top: 3px;
  position: relative;
  -webkit-appearance: radio;
  min-height: auto;
  display: inline-block;
}
.tx-powermail .radio:last-child {
  margin: 0;
}

.powermail_fieldwrap_type_submit .powermail_field {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.powermail_fieldwrap_type_submit .powermail_field:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.powermail_fieldwrap_type_submit input {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  padding: 16px 44px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  width: 100%;
  z-index: 1;
  position: relative;
  background: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.powermail_fieldwrap_type_submit .powermail_field::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
}
.powermail_fieldwrap_type_submit .powermail_field::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: 0;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
  background: #c20936;
}

.powermail_fieldwrap_type_submit {
  position: relative;
}
.powermail_fieldwrap_type_submit .powermail__sending {
  position: absolute;
  width: 50px;
  left: calc(50% - 25px);
  visibility: hidden;
  top: 5px;
  z-index: 3;
}
.powermail_fieldwrap_type_submit .powermail__sending.show {
  visibility: visible;
}

.tx-powermail .powermail_field_error {
  border: 1px solid #000 !important;
}
.tx-powermail .powermail_fieldwrap_type_check .powermail_field_error {
  border: none !important;
  text-decoration: underline;
}
.tx-powermail .powermail-errors-list {
  display: none;
}

/*************************************************
* Layout
*************************************************/
.tx-powermail .layout--0 .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
}
.tx-powermail .layout--0 .powermail_fieldset .powermail_fieldwrap_type_check {
  margin: 24px 0 0 0;
}
.tx-powermail .layout--0 .powermail_fieldset .powermail_fieldwrap_type_submit {
  margin: 24px 0 0 0;
}
.tx-powermail .layout--0 .powermail_fieldset .powermail_fieldwrap {
  padding: 0 8px;
}
.tx-powermail .layout--0 .powermail_fieldset .layout--25 {
  width: 25%;
}
.tx-powermail .layout--0 .powermail_fieldset .layout--33 {
  width: 33.3333%;
}
.tx-powermail .layout--0 .powermail_fieldset .layout--50 {
  width: 50%;
}
.tx-powermail .layout--0 .powermail_fieldset .layout--66 {
  width: 66.6666%;
}
.tx-powermail .layout--0 .powermail_fieldset .layout--100 {
  width: 100%;
}

.type--powermail_pi1.layout--2 .powermail_field::before {
  background: radial-gradient(circle, #282828 0%, #000 200%);
}
.type--powermail_pi1.layout--2 .powermail_field::after {
  background: #3a3a3a;
}
.type--powermail_pi1.layout--3 .powermail_field::before {
  background: #fff;
}
.type--powermail_pi1.layout--3 .powermail_field input {
  color: #282828;
}
.type--powermail_pi1.layout--3 .powermail_field::after {
  background: #f4f4f4;
}

/*************************************************
* Default Configuration With Pages As Columns
*************************************************/
.tx-powermail .layout--1.powermail_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tx-powermail .layout--1.powermail_form > div:first-child {
  display: none;
}
.tx-powermail .layout--1 .powermail_fieldset:nth-child(2) {
  width: calc(33.33% - 8px);
}
.tx-powermail .layout--1 .powermail_fieldset:nth-child(2) .powermail_fieldwrap:last-child {
  margin: 0;
}
.tx-powermail .layout--1 .powermail_fieldset:nth-child(3) {
  width: calc(66.66% - 8px);
}
.tx-powermail .layout--1 .powermail_fieldset:nth-child(4) {
  width: 32.5%;
  margin-top: 44px;
}

/*************************************************
* Backgrounds
*************************************************/
.background--black .tx-powermail label,
.background--petrol .tx-powermail label,
.background--patternBlack .tx-powermail label {
  color: #fff;
}
.background--black .tx-powermail input:not(.powermail_submit),
.background--petrol .tx-powermail input:not(.powermail_submit),
.background--patternBlack .tx-powermail input:not(.powermail_submit) {
  background: #fff;
  border: 1px solid #fff;
}

.background--patternRed .tx-powermail label,
.background--red .tx-powermail label {
  color: #fff;
}
.background--patternRed .tx-powermail input:not(.powermail_submit),
.background--red .tx-powermail input:not(.powermail_submit) {
  background: #fff;
  border: 1px solid #000;
}
.background--patternRed .tx-powermail .powermail_field_error,
.background--red .tx-powermail .powermail_field_error {
  border: 2px solid #000 !important;
}
.background--patternRed .tx-powermail .powermail_submit,
.background--red .tx-powermail .powermail_submit {
  color: #282828 !important;
}

.background--grey .tx-powermail input:not(.powermail_submit),
.background--grey .tx-powermail select,
.background--grey .tx-powermail textarea,
.background--patternGrey .tx-powermail input:not(.powermail_submit),
.background--patternGrey .tx-powermail select,
.background--patternGrey .tx-powermail textarea {
  background: #fff;
  border: 1px solid #fff;
}
.background--grey .tx-powermail input:not(.powermail_submit):focus,
.background--grey .tx-powermail select:focus,
.background--grey .tx-powermail textarea:focus,
.background--patternGrey .tx-powermail input:not(.powermail_submit):focus,
.background--patternGrey .tx-powermail select:focus,
.background--patternGrey .tx-powermail textarea:focus {
  border: 1px solid #000;
}

/*************************************************
* Reponsive
*************************************************/
@media screen and (max-width: 1000px) {
  .tx-powermail .layout--0 .powermail_fieldset .layout--25 {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .tx-powermail .layout--0 .powermail_fieldset .layout--33 {
    width: 100%;
  }
  .tx-powermail .layout--0 .powermail_fieldset .layout--66 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .tx-powermail .layout--0 .powermail_fieldset .layout--50,
  .tx-powermail .layout--0 .powermail_fieldset .layout--25 {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .tx-powermail .layout--1 .powermail_fieldset {
    width: 100% !important;
  }
  .tx-powermail .layout--1 .powermail_fieldset:nth-child(3) {
    margin-top: 12px;
  }
  .tx-powermail .layout--1 .powermail_fieldset:nth-child(4) {
    margin-top: 10px;
  }
  .tx-powermail .layout--1 .powermail_fieldwrap_type_check {
    margin-top: 20px;
  }
}

/*************************************************
* Lead Form
*************************************************/
.tx-powermail .powermail_form_29 {
  display: flex;
  flex-wrap: wrap;
}
.tx-powermail .powermail_form_29 .powermail_fieldwrap_vp {
  display: none;
}
.tx-powermail .powermail_form_29 .showYes .powermail_fieldwrap_vp {
  display: block;
}
.tx-powermail .powermail_form_29 .showYes .powermail_fieldwrap_software {
  display: none;
}
.tx-powermail .powermail_form_29 .powermail_fieldset_100 {
  position: relative;
  cursor: pointer;
}
.tx-powermail .powermail_form_29 .powermail_fieldset_100 .powermail_field {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 6px;
}
.tx-powermail .powermail_form_29 .powermail_fieldset_100:after {
  content: "";
  background-image: url("../Images/chevron_black.svg");
  height: 34px;
  width: 34px;
  position: absolute;
  top: -4px;
  right: 0;
  transition: transform 0.2s ease-out;
}
.tx-powermail .powermail_form_29 .powermail_fieldset_100.open:after {
  transform: rotate(90deg);
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(3),
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(4),
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(5) {
  width: calc(33.33% - 10px);
  margin: 0;
  display: none;
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(3) .powermail_fieldwrap_type_check,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(4) .powermail_fieldwrap_type_check,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(5) .powermail_fieldwrap_type_check {
  margin-top: 20px !important;
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(3) .powermail_fieldwrap_type_check:first-child,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(4) .powermail_fieldwrap_type_check:first-child,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(5) .powermail_fieldwrap_type_check:first-child {
  margin: 0;
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(3) .powermail_fieldwrap_type_check .powermail_label,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(4) .powermail_fieldwrap_type_check .powermail_label,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(5) .powermail_fieldwrap_type_check .powermail_label {
  display: block;
  font-weight: 400;
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(3) .powermail_fieldwrap_type_check .checkbox,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(4) .powermail_fieldwrap_type_check .checkbox,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(5) .powermail_fieldwrap_type_check .checkbox {
  display: block;
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(3) {
  margin-left: -6px;
}
.tx-powermail .powermail_form_29 .powermail_fieldset_101 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.tx-powermail .powermail_form_29 .powermail_fieldset_101 .powermail_field {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 6px;
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(2),
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(6) {
  width: calc(100% + 16px);
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(2) .powermail_field,
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(6) .powermail_field {
  color: #282828;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}
.tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(8) {
  width: calc(100% + 16px);
}
@media screen and (max-width: 800px) {
  .tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(3), .tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(4), .tx-powermail .powermail_form_29 .powermail_fieldset:nth-child(5) {
    width: 100%;
  }
}

/*************************************************
* Lead Form IT
*************************************************/
.tx-powermail .powermail_form_154 .powermail_fieldset_505 {
  display: none;
}
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(3),
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(4),
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(5) {
  display: none;
}
.tx-powermail .powermail_form_154 .powermail_fieldset_509 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.tx-powermail .powermail_form_154 .powermail_fieldset_509 .powermail_field {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 6px;
}
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(2),
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(6) {
  width: calc(100% + 16px);
}
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(2) .powermail_field,
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(6) .powermail_field {
  color: #282828;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}
.tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(8) {
  width: calc(100% + 16px);
}
@media screen and (max-width: 800px) {
  .tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(3), .tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(4), .tx-powermail .powermail_form_154 .powermail_fieldset:nth-child(5) {
    width: 100%;
  }
}

/*************************************************
* HR-Power 
*************************************************/
.tx-powermail .layout--0 .powermail_fieldset_595 {
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 100px;
}
.tx-powermail .layout--0 .powermail_fieldset_595 .powermail_fieldwrap_type_check .powermail_label {
  display: block;
  font-weight: 400;
}
.tx-powermail .layout--0 .powermail_fieldset_595 .powermail_fieldwrap_type_check .powermail_field .checkbox {
  display: block;
}
.tx-powermail .layout--0 .powermail_fieldset_596 .powermail_legend,
.tx-powermail .layout--0 .powermail_fieldset_595 .powermail_legend {
  display: block;
  font-weight: 400;
  font-size: 21px;
  padding: 0 8px 6px;
  border-bottom: 1px solid #dcdcdc;
}
.tx-powermail .layout--0 .powermail_fieldset_596 .powermail_legend {
  margin-bottom: 32px;
}

@media screen and (max-width: 1280px) {
  .tx-powermail .layout--0 .powermail_fieldset_595 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .tx-powermail .layout--0 .powermail_fieldset_595 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .tx-powermail .layout--0 .powermail_fieldset_595 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .tx-powermail .layout--0 .powermail_fieldset_595 .powermail_legend,
  .tx-powermail .layout--0 .powermail_fieldset_596 .powermail_legend {
    font-size: 18px;
  }
}
/*************************************************
* Messe Lead Form
*************************************************/
/*.tx-powermail {
	.powermail_form_44 {
		display: flex;
		flex-wrap: wrap;
		// Titles
		.powermail_fieldset:nth-child(2),
		.powermail_fieldset:nth-child(6),
		.powermail_fieldset:nth-child(9),
		.powermail_fieldset:nth-child(12) {
			width: 100%;
			margin-bottom: 10px;
			.powermail_field {
				color: $abaBlack;
				font-size: 24px;
				font-weight: 400;
				letter-spacing: 0.8px;
				line-height: 1.292em;
				margin: 0;
			}
		}
		.powermail_fieldset:nth-child(6),
		.powermail_fieldset:nth-child(9),
		.powermail_fieldset:nth-child(12) {
			margin-top: 50px;
		}
		// Checkboxes 
		.powermail_fieldset:nth-child(3),
		.powermail_fieldset:nth-child(4), 
		.powermail_fieldset:nth-child(5) {
			width: calc(33.33% - 10px);
			margin: 0;
			.powermail_fieldwrap_type_check {
				margin-top: 20px !important;
				&:first-child {
					margin: 0;
				}
				.powermail_label {
					display: block;
					font-weight: 400;
				}
				.checkbox {
					display: block;
				}
			}
		}

		// Fields
		.powermail_fieldset:nth-child(7),
		.powermail_fieldset:nth-child(8),
		.powermail_fieldset:nth-child(10),
		.powermail_fieldset:nth-child(11),
		.powermail_fieldset:nth-child(13),
		.powermail_fieldset:nth-child(14)  {
			width: calc(50% - 8px);
		}

		// Submit
		.powermail_fieldset:nth-child(15) {
			margin-top: 28px;
			width: calc(50% - 8px);
		}

		// Textarea
		.powermail_fieldwrap_type_textarea {
			height: 188px;
		}

		// File
		.powermail_fieldwrap_type_file input {
			padding: 14px 17px;
		}

		// Select 
		.powermail_fieldset:nth-child(13) {
			&.showYes {
				.powermail_fieldwrap:nth-child(3) {
					display: block;
				}
				.powermail_fieldwrap:nth-child(2) {
					display: none;
				}
			}
			.powermail_fieldwrap:nth-child(3) {
				display: none;
			}
		}
	}
}*/
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.content .tx-kesearch-pi1 {
  margin-top: 40px;
}

/*************************************************
* Search Header
*************************************************/
.header__search {
  max-width: 1280px;
  position: absolute;
  right: calc(50% - 1280px / 2 + 72px);
  top: 22px;
  z-index: 1;
  width: 260px;
}
.header__search .header__search__inner {
  position: relative;
}
.header__search .search__icon {
  background-image: url("../Images/search_black.svg");
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: -4px;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 98;
  border: 5px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  padding: 0;
  font-size: 0;
}
.header__search .search__submit {
  font-size: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  z-index: 101;
  cursor: pointer;
}
.header__search .search__input {
  background: #f4f4f4;
  height: 30px;
  padding: 0 50px 0 14px;
  width: 100%;
  border: 0;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  border-radius: 50px;
}
.header__search .search__input::placeholder {
  color: #dcdcdc;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.header__search .search__input:focus {
  outline: none;
  border: none;
}

/*************************************************
* Search Content Element
*************************************************/
.content .tx-kesearch-pi1 .search {
  display: flex;
  flex-wrap: wrap;
}
.content .tx-kesearch-pi1 .search__input {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 6px;
  height: auto;
  margin: 0;
  width: calc(100% - 500px - 16px);
  margin-right: 8px;
}
.content .tx-kesearch-pi1 .search__input:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.content .tx-kesearch-pi1 .search__input.parsley-error {
  border: 1px solid #282828 !important;
}
.content .tx-kesearch-pi1 .search__submit {
  background-color: #de323c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  width: 250px;
  transition: all 0.2s ease;
  padding: 16px 44px;
}
.content .tx-kesearch-pi1 .search__submit:hover {
  background-color: #c20936;
}

.message {
  margin: 20px 0px;
}

.search__filter {
  margin-right: 8px;
}
.search__filter select {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 6px;
  border-radius: 0;
  width: 250px;
}
.search__filter select:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.search__filter select.parsley-error {
  border: 1px solid #282828 !important;
}
.search__filter option {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.search__resultSorting {
  display: flex;
  justify-content: space-between;
}

#kesearch_ordering {
  display: none;
}
#kesearch_ordering.showOrdering {
  display: block;
}
#kesearch_ordering .ordering {
  display: flex;
}
#kesearch_ordering .ordering ul {
  margin-top: 0;
  margin-left: 20px;
}
#kesearch_ordering .ordering li {
  display: inline-block;
}
#kesearch_ordering .ordering li:before {
  content: none;
}
#kesearch_ordering .ordering li a {
  text-decoration: none;
}
#kesearch_ordering .ordering .sortlink {
  position: relative;
  margin-left: 0px;
}
#kesearch_ordering .ordering .sortlink.up, #kesearch_ordering .ordering .sortlink.down {
  font-weight: 400;
}
#kesearch_ordering .ordering .sortlink a {
  padding-right: 30px;
  position: relative;
  z-index: 1;
  color: #000;
}
#kesearch_ordering .ordering .sortlink span {
  content: "";
  background-image: url("../Images/chevron_black.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  transform: rotate(90deg);
  top: 2px;
  right: 4px;
}
#kesearch_ordering .ordering .sortlink span.up {
  transform: rotate(-90deg);
}
#kesearch_ordering .ordering .sortlink span.down {
  transform: rotate(90deg);
}

.resultsHeader {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

#kesearch_results .result-list-item {
  border-bottom: 1px solid #f4f4f4;
  padding: 18px 0;
  position: relative;
}
#kesearch_results .result-list-item:last-child {
  border-bottom: 0;
}
#kesearch_results .overlay a {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 0;
  top: 0;
}
#kesearch_results .resultType {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 2px;
}
#kesearch_results .result-title {
  margin: 0 0 10px 0;
  word-break: break-all;
  width: 100%;
}
#kesearch_results .result-title a {
  text-decoration: none;
  color: #282828;
}
#kesearch_results .result-title .hit {
  color: #282828;
}
#kesearch_results .hit {
  color: #de323c;
}
#kesearch_results.showDate .add-info {
  display: block;
}
#kesearch_results .add-info {
  position: absolute;
  right: 20px;
  top: 18px;
  display: none;
}
#kesearch_results .add-info p {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 2px;
}

#kesearch_pagebrowser_bottom {
  text-align: right;
}
#kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px solid #f4f4f4;
  padding-top: 18px;
}
#kesearch_pagebrowser_bottom .disabled {
  opacity: 0.3;
}
#kesearch_pagebrowser_bottom .result_txt {
  display: none;
}
#kesearch_pagebrowser_bottom .prev, #kesearch_pagebrowser_bottom .next {
  font-size: 0;
  background-image: url("../Images/chevron_black.svg");
  width: 28px;
  height: 28px;
  background-size: 100%;
  transform: translate(0px, -7px);
  display: block;
}
#kesearch_pagebrowser_bottom .prev {
  transform: rotate(180deg) translate(0px, 7px);
}
#kesearch_pagebrowser_bottom ul li {
  display: inline-block;
}
#kesearch_pagebrowser_bottom ul li.active .page-link {
  color: #de323c;
}
#kesearch_pagebrowser_bottom ul li a {
  text-decoration: none;
  color: #000;
}
#kesearch_pagebrowser_bottom ul li a:hover {
  color: #de323c;
}
#kesearch_pagebrowser_bottom ul li:before {
  content: none;
}

/*************************************************
* Responsive Header Search
*************************************************/
@media screen and (max-width: 1340px) {
  .header__search {
    right: 100px;
  }
}
@media screen and (max-width: 989px) {
  .header__search {
    top: 19px;
    right: 76px;
  }
}

@media screen and (max-width: 600px) {
  .header__search {
    transition: width 0.25s ease-out;
    width: 20px;
  }
  .header__search .search__icon {
    background-color: #f4f4f4;
  }
  .header__search .search__input {
    width: 0;
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    transition: width 0.15s linear;
  }
  .header__search .search__submit {
    display: none;
  }
  .header__logo {
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
  }
  .show .header__logo {
    opacity: 0;
    z-index: 1;
  }
  .show .search__input {
    width: 100%;
    opacity: 1;
  }
  .show .search__submit {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .header__search {
    right: 66px;
    width: calc(100% - 86px);
  }
}
/*************************************************
* Responsive Content Search
*************************************************/
@media screen and (max-width: 990px) {
  .content .tx-kesearch-pi1 .search__input {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .content .tx-kesearch-pi1 .search__filter {
    width: calc(50% - 4px);
  }
  .content .tx-kesearch-pi1 .search__filter select {
    width: 100%;
  }
  .content .tx-kesearch-pi1 .search__submit {
    width: calc(50% - 4px);
    min-width: auto;
  }
}
@media screen and (max-width: 550px) {
  .content .tx-kesearch-pi1 .search__filter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .content .tx-kesearch-pi1 .search__submit {
    width: 100%;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Blog Hero
*************************************************/
.blogHero {
  position: relative;
}
.blogHero .hero__image {
  max-height: 550px;
  height: calc(100vh - 129px);
  background-position-y: 30%;
}
.blogHero .hero__teaser {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.blogHero .hero__teaser__inner {
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  max-width: 1340px;
}
.blogHero .hero__teaser h1 {
  font-weight: 400;
  font-size: 31px;
  margin: 0 0 20px 0;
  line-height: 1.3226em;
}
.blogHero .hero__teaser h1, .blogHero .hero__teaser p {
  color: #fff;
  max-width: 900px;
}
.blogHero .hero__teaser .button--red {
  margin-top: 40px;
}

/*************************************************
* Blog Filter
*************************************************/
ul.categoryFilter {
  margin-top: 60px;
  margin-bottom: 55px;
}
ul.categoryFilter li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 0;
  margin-top: 8px;
}
ul.categoryFilter li:before {
  content: none !important;
}
ul.categoryFilter li:last-child {
  margin-right: 0;
}
ul.categoryFilter a {
  background: #f4f4f4;
  padding: 4px 44px;
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease-out;
  display: block;
}
ul.categoryFilter a:hover, ul.categoryFilter a.active {
  background: #9b9b9b;
  color: #fff !important;
}

/*************************************************
* Blog List
*************************************************/
.news--list .news--list__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}
.news--list .news-clear {
  display: none;
}
.news--list .article {
  padding: 0;
  border: 1px solid #dcdcdc;
  border-top: none;
  position: relative;
  border-radius: 8px;
}
.news--list .article:after {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: 40px;
  left: 40px;
}
.news--list .article:hover:after {
  animation: moveArrow 0.3s ease-in-out 1;
}
.news--list .article__image {
  height: 300px;
  width: calc(100% + 2px);
  background-size: cover;
  transform: translateX(-1px);
  background-position: center;
  border-radius: 8px 8px 0 0;
}
.news--list .date {
  margin-bottom: 12px;
  position: relative;
  color: #9b9b9b;
  font-size: 16px;
}
.news--list .title {
  margin-bottom: 20px;
}
.news--list .title h3 {
  color: #282828;
}
.news--list .teaserText {
  padding: 40px 40px 100px 40px;
  position: relative;
  border-top: none;
}
.news--list .teaserText a {
  text-decoration: none;
  color: #000;
}
.news--list .article:hover > .teaserText:after {
  left: 68px;
}
.news--list .more {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.news--list .f3-widget-paginator {
  margin-top: 25px;
}

/*************************************************
* Blog Categories in List
*************************************************/
.categories {
  position: absolute;
  right: 14px;
  top: 14px;
  width: calc(100% - 28px);
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.categories .category {
  font-size: 11px;
  letter-spacing: 0.6px;
  background: #282828;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 6px 6px;
  min-width: 50px;
  text-align: center;
  line-height: 24px;
}
.categories .category:last-child {
  margin-right: 0;
}

/*************************************************
* Blog Article Layout
*************************************************/
.articleWrapper {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 30px;
}

.articleContent {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}

.articleSidebar {
  position: absolute;
  right: 30px;
  top: 60px;
  width: 340px;
}
.articleSidebar .contentElement {
  transition: none;
}

/*************************************************
* Blog Article Sidebar
*************************************************/
.articleSidebar .type--text {
  text-align: center;
}
.articleSidebar .type--textpic:first-child {
  background: #f4f4f4;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
}
.articleSidebar .type--textpic:first-child .ce-textpic {
  display: flex;
  flex-wrap: wrap;
}
.articleSidebar .type--textpic:first-child .ce-gallery {
  order: 2;
  border-top: 1px solid #dcdcdc;
  margin-top: 40px;
  padding-top: 40px;
  width: 100%;
}
.articleSidebar .type--textpic:first-child .ce-outer {
  display: flex;
}
.articleSidebar .type--textpic:first-child .ce-inner {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.articleSidebar .type--textpic:first-child .ce-inner img {
  max-width: 20px;
  height: 20px;
  width: 100%;
}
.articleSidebar .type--textpic:first-child .ce-row {
  margin: 0 14px;
}
.articleSidebar .type--textpic:first-child p {
  font-size: 16px;
}
.articleSidebar .type--textpic:first-child .button--outlineRed {
  width: 100%;
  padding: 17px 20px;
}
.articleSidebar .type--textpic + .type--text {
  margin-top: 50px;
}
.articleSidebar .type--text h3 {
  margin-bottom: 20px;
  text-align: center;
}
.articleSidebar .type--list + .type--text {
  margin-top: 20px;
}
.articleSidebar .article {
  padding: 0;
  border: 1px solid #dcdcdc;
  position: relative;
  padding: 40px 40px 90px 40px;
  border-radius: 8px;
}
.articleSidebar .article a.more {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
}
.articleSidebar .article:after {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: 40px;
  left: 40px;
}
.articleSidebar .article + .article {
  margin-top: 16px;
}
.articleSidebar .date, .articleSidebar .edition {
  margin-bottom: 4px;
  position: relative;
  color: #9b9b9b;
  font-size: 15px;
}
.articleSidebar .title {
  margin-bottom: 20px;
}
.articleSidebar .title h3 {
  color: #282828;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}

/*************************************************
* Blog Article Detail
*************************************************/
.news--detail > .article {
  min-height: 1600px;
  max-width: calc(100% - 340px);
  width: 100%;
  padding-right: 100px;
  position: relative;
}
.news--detail .headline {
  margin-bottom: 36px;
}
.news--detail .subline {
  margin-top: 4px;
  font-size: 15px;
}
.news--detail .article {
  width: 100%;
}
.news--detail .img {
  margin: 45px 0;
}
.news--detail .img img {
  max-width: none;
  width: 100%;
}
.news--detail .type--textpic {
  margin: 45px 0;
}
.news--detail .type--textpic .ce-gallery {
  margin-bottom: 30px;
}
.news--detail .type--text {
  margin: 45px 0;
}
.news--detail .news-img-caption {
  margin-top: 20px;
}
.news--detail .teaser {
  font-weight: 700;
}
.news--detail .teaser + .text {
  margin-top: 20px;
}
.news--detail hr {
  margin: 45px 0;
  border-top: 1px solid #dcdcdc;
}
.news--detail blockquote {
  margin: 50px 0;
  padding: 60px 70px;
  background: #f4f4f4;
}
.news--detail .backlink {
  position: relative;
  margin-top: 45px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9b9b9b;
}
.news--detail .backlink a {
  display: block;
  width: 28px;
  padding: 20px 20px;
  box-sizing: content-box;
  margin-left: -20px;
}
.news--detail .backlink a:hover .arrow {
  transform: rotate(180deg) translateX(6px);
}
.news--detail .backlink .arrow {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transform: rotate(180deg);
  position: static;
}
.news--detail .share__text {
  margin-bottom: 36px;
}
.news--detail .slider > div {
  padding: 0;
}
.news--detail .video {
  margin: 20px 0;
}
.news--detail .news-text-wrap + .type--text {
  margin-top: 1rem;
}

.news--detail h1 strong, .news--detail h2 strong, .news--detail h3 strong, .news--detail h4 strong {
  font-weight: 400;
}
.news--detail h1 {
  margin: 0;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
  color: #de323c;
  padding-right: 40px;
}
.news--detail h2 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}
.news--detail h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}
.news--detail h2 ~ p {
  font-size: 18px;
}
.news--detail p + h2,
.news--detail ul + h2 {
  margin-top: 34px;
}
.news--detail h2 + h3 {
  margin-top: 10px;
}
.news--detail p + h3,
.news--detail ul + h3 {
  margin-top: 30px;
}
.news--detail h3 + p {
  margin-top: 6px;
}
.news--detail p + h4,
.news--detail ul + h4 {
  margin-top: 20px;
}
.news--detail p + table {
  margin-top: 20px;
}
.news--detail table + p {
  margin-top: 20px;
}
.news--detail p + ul {
  margin-top: 1rem;
}

/*************************************************
* Blog Article Related
*************************************************/
.news--related {
  margin-top: 100px;
}
.news--related h3 {
  margin-bottom: 40px;
}

.news--related__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}
.news--related__list .news-clear {
  display: none;
}
.news--related__list .article {
  padding: 0;
  border: 1px solid #dcdcdc;
  border-top: none;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.news--related__list .article:after {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: 40px;
  left: 40px;
}
.news--related__list .article__image {
  height: 300px;
  width: calc(100% + 2px);
  background-size: cover;
  transform: translateX(-1px);
}
.news--related__list .date {
  margin-bottom: 12px;
  position: relative;
  color: #9b9b9b;
  font-size: 16px;
}
.news--related__list .title {
  margin-bottom: 20px;
}
.news--related__list .title h3 {
  color: #282828;
}
.news--related__list .teaserText {
  padding: 40px 40px 100px 40px;
  position: relative;
  border-top: none;
}
.news--related__list .teaserText a {
  text-decoration: none;
  color: #000;
}
.news--related__list .article:hover > .teaserText:after {
  left: 68px;
}
.news--related__list .more {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*************************************************
* Blog Share
*************************************************/
.news .shariff li a {
  height: 24px;
  width: 24px;
  background-size: contain;
  background-color: unset !important;
  background-position: center;
  background-repeat: no-repeat;
}
.news .shariff li {
  min-width: auto !important;
  flex: none !important;
  margin-right: 30px;
  margin-bottom: 0;
}
.news .shariff li:first-child {
  margin-left: 0;
}
.news .shariff span {
  display: none !important;
}
.news .shariff .facebook a {
  background-image: url("../Images/social_media/facebook_black.svg");
}
.news .shariff .linkedin a {
  background-image: url("../Images/social_media/linkedin_black.svg");
}
.news .shariff .xing a {
  background-image: url("../Images/social_media/xing_black.svg");
}
.news .shariff .whatsapp a {
  background-image: url("../Images/social_media/whatsapp_black.svg");
}
.news .shariff .twitter a {
  background-image: url("../Images/social_media/x_twitter_black.svg");
}

.news .socialShareHeader {
  position: absolute;
  right: 100px;
  top: 8px;
  z-index: 1;
}
.news .socialShareHeader .share {
  background-image: url("../Images/share.svg");
  height: 24px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.news .socialShareHeader .shariff.open {
  opacity: 1;
  pointer-events: all;
}
.news .socialShareHeader .shariff {
  position: absolute;
  opacity: 0;
  transition: opacity ease-out 0.05s;
  right: -22px;
  top: 40px;
  background-color: #dcdcdc;
  border-radius: 20px;
  padding: 7px 9px;
  pointer-events: none;
}
.news .socialShareHeader .shariff:before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: -5px;
  right: 28px;
  transform: rotate(45deg);
  background: #dcdcdc;
}
.news .socialShareHeader .shariff ul {
  flex-wrap: nowrap;
}
.news .socialShareHeader .shariff li {
  margin: 0 8px 0 0;
  height: auto;
}
.news .socialShareHeader .shariff li:last-child {
  margin: 0;
}
.news .socialShareHeader .shariff li a {
  height: 22px;
  width: 22px;
}
.news .socialShareHeader .shariff .facebook a {
  background-image: url("../Images/social_media/facebook_white.svg");
}
.news .socialShareHeader .shariff .linkedin a {
  background-image: url("../Images/social_media/linkedin_white.svg");
}
.news .socialShareHeader .shariff .xing a {
  background-image: url("../Images/social_media/xing_white.svg");
}
.news .socialShareHeader .shariff .whatsapp a {
  background-image: url("../Images/social_media/whatsapp_white.svg");
}
.news .socialShareHeader .shariff .twitter a {
  background-image: url("../Images/social_media/x_twitter_white.svg");
}

/*************************************************
* Page Navigation
*************************************************/
.news--list .f3-widget-paginator,
.pressRelease--list .f3-widget-paginator {
  text-align: right;
}
.news--list .f3-widget-paginator > p, .news--list .f3-widget-paginator:first-child,
.pressRelease--list .f3-widget-paginator > p,
.pressRelease--list .f3-widget-paginator:first-child {
  display: none;
}
.news--list .f3-widget-paginator .previous, .news--list .f3-widget-paginator .next,
.pressRelease--list .f3-widget-paginator .previous,
.pressRelease--list .f3-widget-paginator .next {
  font-size: 0;
  background-image: url("../Images/chevron_black.svg");
  width: 28px;
  height: 28px;
  background-size: 100%;
  transform: translate(0px, -7px);
}
.news--list .f3-widget-paginator .previous a, .news--list .f3-widget-paginator .next a,
.pressRelease--list .f3-widget-paginator .previous a,
.pressRelease--list .f3-widget-paginator .next a {
  display: block;
  width: 100%;
  height: 100%;
}
.news--list .f3-widget-paginator .previous,
.pressRelease--list .f3-widget-paginator .previous {
  transform: rotate(180deg) translate(0px, 7px);
  margin-right: 10px;
}
.news--list .f3-widget-paginator .next,
.pressRelease--list .f3-widget-paginator .next {
  margin-left: 10px;
}
.news--list .f3-widget-paginator .previous + li,
.pressRelease--list .f3-widget-paginator .previous + li {
  margin: 0;
}
.news--list .f3-widget-paginator li,
.pressRelease--list .f3-widget-paginator li {
  display: inline-block;
}
.news--list .f3-widget-paginator li a,
.pressRelease--list .f3-widget-paginator li a {
  text-decoration: none;
  color: #000;
}
.news--list .f3-widget-paginator li a:hover,
.pressRelease--list .f3-widget-paginator li a:hover {
  color: #de323c;
}
.news--list .f3-widget-paginator li:first-child,
.pressRelease--list .f3-widget-paginator li:first-child {
  margin-left: 0;
}
.news--list .f3-widget-paginator li.current, .news--list .f3-widget-paginator li.current a,
.pressRelease--list .f3-widget-paginator li.current,
.pressRelease--list .f3-widget-paginator li.current a {
  color: #de323c;
}
.news--list .f3-widget-paginator li:before,
.pressRelease--list .f3-widget-paginator li:before {
  content: none;
}

/*************************************************
* Press Release
*************************************************/
.pressRelease--list .article {
  position: relative;
  border-top: 1px solid #dcdcdc;
  padding: 30px 200px 30px 42px;
}
.pressRelease--list .article:before {
  content: "";
  background-image: url(../Images/download_black.svg);
  position: absolute;
  top: 32px;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: contain;
}
.pressRelease--list .article:last {
  border-bottom: 1px solid #dcdcdc;
}
.pressRelease--list .more {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.pressRelease--list .date {
  position: absolute;
  right: 0;
  top: 30px;
}
.pressRelease--list .title {
  margin-bottom: 18px;
}
.pressRelease--list .page-navigation {
  border-top: 1px solid #dcdcdc;
  padding-top: 24px;
}

/*************************************************
* Temporary News Style UBS
*************************************************/
.news--single #c1052,
.news--single #c8416 {
  margin: 30px 0 30px 0;
}
.news--single #c1052 > div,
.news--single #c8416 > div {
  display: flex;
  flex-wrap: wrap;
}
.news--single #c1052 .ce-gallery,
.news--single #c8416 .ce-gallery {
  width: 300px;
}
.news--single #c1052 .ce-gallery figcaption,
.news--single #c8416 .ce-gallery figcaption {
  text-align: center;
  padding: 6px 12px 0 12px;
  font-size: 16px;
  color: #9b9b9b;
  letter-spacing: 0.5px;
  line-height: 24px;
  position: absolute;
  width: 300px;
}
.news--single #c1052 .ce-bodytext,
.news--single #c8416 .ce-bodytext {
  width: calc(100% - 300px);
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.news--single #c1052 .ce-bodytext p,
.news--single #c8416 .ce-bodytext p {
  color: #9b9b9b;
}
.news--single #c1052 .ce-bodytext > div,
.news--single #c8416 .ce-bodytext > div {
  transform: translateY(-8px);
}
@media screen and (max-width: 640px) {
  .news--single #c1052,
  .news--single #c8416 {
    margin: 40px 0;
  }
  .news--single #c1052 .ce-bodytext,
  .news--single #c8416 .ce-bodytext {
    width: 100%;
    padding: 0;
    order: 1;
  }
  .news--single #c1052 .ce-bodytext > div,
  .news--single #c8416 .ce-bodytext > div {
    transform: none;
  }
  .news--single #c1052 .ce-gallery,
  .news--single #c8416 .ce-gallery {
    order: 2;
    margin-top: 20px;
  }
  .news--single #c1052 .ce-gallery figcaption,
  .news--single #c8416 .ce-gallery figcaption {
    position: static;
  }
}

/*************************************************
* News Table
*************************************************/
.news--detail table {
  width: 100%;
}
.news--detail table {
  width: 100%;
}
.news--detail tr {
  border-bottom: 1px solid #9b9b9b;
  padding: 10px;
}
.news--detail tr:last-child {
  border: 0px;
}
.news--detail th, .news--detail td {
  padding: 10px 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .news--detail h3 {
    font-size: 18px;
  }
  .news--detail p + h3, .news--detail ul + h3 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .articleContent {
    padding: 50px 0;
  }
  .articleSidebar {
    top: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .articleSidebar {
    position: static;
    width: 100%;
    padding-bottom: 50px;
  }
  .news--related {
    margin-top: 70px;
  }
}
@media screen and (max-width: 989px) {
  .blogArticle .centerWrapper {
    padding-top: 68px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1300px) {
  .news--detail > .article {
    padding-right: 70px;
  }
  .news--detail .socialShareHeader {
    right: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .news--detail > .article {
    padding-right: 50px;
  }
  .news--detail .socialShareHeader {
    right: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .news--detail > .article {
    max-width: 100%;
    padding-right: 0;
    min-height: auto;
  }
  .news--detail .socialShareHeader {
    right: 0;
  }
  .news--detail .img,
  .news--detail .news__gallery,
  .news--detail .news__infobox,
  .news--detail .type--text,
  .news--detail .news__textpic,
  .news--detail .news__columns--3,
  .news--detail .news__quote,
  .news--detail .news__video,
  .news--detail hr {
    margin: 40px 0;
  }
  .news--detail .backlink {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .news--detail .news__gallery,
  .news--detail .news__infobox,
  .news--detail .type--text,
  .news--detail .news__textpic,
  .news--detail .news__columns--3,
  .news--detail .news__quote,
  .news--detail .news__video,
  .news--detail hr {
    margin: 30px 0;
  }
  .news--detail .backlink {
    margin-top: 30px;
  }
  .news--detail tr:first-child {
    margin: 0;
  }
  .news--detail td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .news--detail h1 {
    padding-right: 0;
  }
  .news--detail .headline {
    margin-bottom: 20px;
  }
  .news--detail .img {
    margin: 14px 0;
  }
  .articleWrapper {
    padding: 0 20px;
  }
  .socialShareHeader {
    display: none;
  }
  .articleContent {
    padding: 36px 0;
  }
}
@media screen and (max-width: 1050px) {
  .news--related__list {
    grid-template-columns: 1fr 1fr;
  }
  .news--related__list .article:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .news--related__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 989px) {
  .blogHero .hero__image {
    max-height: 550px;
    min-height: 500px;
    height: calc(100vh - 68px);
  }
}
@media screen and (max-width: 550px) {
  .blogHero .hero__teaser__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .blogHero .hero__image {
    max-height: 650px;
  }
}

@media screen and (max-width: 1050px) {
  .news--list .news--list__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .news--list .news--list__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .news--list .news--list__inner .article__image {
    height: 250px;
  }
}

@media screen and (max-width: 800px) {
  ul.categoryFilter a {
    padding: 4px 30px;
  }
}
@media screen and (max-width: 600px) {
  ul.categoryFilter {
    margin: 40px 0 40px 0;
  }
  ul.categoryFilter a {
    padding: 4px 20px;
  }
}
@media screen and (max-width: 450px) {
  ul.categoryFilter li {
    margin-right: 4px;
    margin-top: 4px;
  }
  ul.categoryFilter a {
    padding: 2px 12px;
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 980px) {
  .pressRelease--list div.article {
    padding-right: 0;
    padding-left: 0;
  }
  .pressRelease--list .title {
    padding-left: 40px;
    padding-right: 140px;
  }
  .pressRelease--list .description {
    padding-left: 40px;
  }
}
@media screen and (max-width: 780px) {
  .pressRelease--list .title {
    padding: 0;
    margin-top: 50px;
  }
  .pressRelease--list .description {
    padding: 0;
  }
  .pressRelease--list .date {
    left: 0;
  }
  .pressRelease--list .article:before {
    right: 0;
    top: 30px;
    left: auto;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Cookieman
*************************************************/
.modal-header {
  margin-bottom: 4px;
  padding: 20px 15px;
  border-bottom: 1px solid #dcdcdc;
}

.modal-content {
  border-radius: 0;
}
.modal-content .modal-body > p a {
  display: block;
  margin-top: 10px;
}
.modal-content .modal-body > p a:last-child {
  margin-top: 0;
}
.modal-content .modal-body > p br {
  display: none;
}

.modal-dialog-centered {
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
}

.cookieman__settings {
  margin-top: 30px;
}

.card {
  position: relative;
}
.card .card__header {
  background: #f4f4f4;
  padding: 20px 15px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  position: relative;
}
.card .card__header:after {
  content: none;
}
.card .card__header a {
  color: #000;
  pointer-events: none;
}
.card .card__header .plus {
  left: auto;
  right: 25px;
  top: 34px;
}
.card .card__checkbox input {
  z-index: 99;
  position: absolute;
  right: 50px;
  top: 28px;
  height: 15px;
  width: 15px;
}
.card:last-child .card__header,
.card:last-child .card__content {
  border: 1px solid #dcdcdc;
}
.card:last-child .card__content {
  border-top: none;
}
.card .card__content {
  display: none;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  padding: 20px;
}
.card .card__content .card__explanation {
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 26px;
}
.card .card__content .card__explanation a.link {
  display: block;
  margin-top: 10px;
}
.card .card__content .card__explanation a.link + .link {
  margin-top: 0;
}
.card .card__table__inner {
  word-break: break-word;
  border-top: 1px solid #dcdcdc;
  margin-top: 30px;
}
.card .card__table__inner thead {
  border-bottom: 1px solid #dcdcdc;
}
.card .card__table__inner th,
.card .card__table__inner td {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 6px 0px;
  padding-right: 1%;
}
.card .card__table__inner th:last-child,
.card .card__table__inner td:last-child {
  padding-right: 0;
}
.card .card__table__inner th {
  font-weight: 400;
}
.card .card__table__inner tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.card .card__table__inner tbody tr:last-child {
  border-bottom: none;
}
.card .card__table__inner tbody tr:last-child th {
  border-bottom: 0;
}
.card .card__table__inner .name {
  width: 10%;
}
.card .card__table__inner .provider {
  width: 10%;
}
.card .card__table__inner .duration {
  width: 8%;
}
.card .card__table__inner .function {
  width: 25%;
}
.card .card__table__inner .country {
  width: 17%;
}
.card .card__table__inner .source {
  width: 25%;
}

.modal-footer {
  border: none;
}

.button__all {
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .button__all {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.button__all:focus {
  outline: none;
}
.button__all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.button__all::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.button__all:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.button__all::after {
  background: #c20936;
}

.button__save {
  background: #f4f4f4;
  color: #000 !important;
  border: 1px solid #9b9b9b;
  background: transparent;
  color: #000;
  padding: 15px 40px;
  border: 1px solid #000;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .button__save {
    min-width: auto;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 22px;
  }
}
.button__save:focus {
  outline: none;
}
.button__save::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.button__save::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.button__save:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.button__save::after {
  background: rgba(0, 0, 0, 0.0823529412);
}
.button__save:hover {
  background: #dcdcdc;
  color: #000;
  border: 1px solid #000;
}

.plus {
  left: -26px;
  top: 11px;
  position: absolute;
}
.plus > div {
  position: absolute;
  background-color: #000;
  left: 50%;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  top: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.plus .horizontal {
  width: 13px;
  height: 1px;
  opacity: 1;
  transform: translate(-6px, 0);
}
.plus .vertical {
  width: 1px;
  height: 13px;
  transform: translate(0, -6px);
}

.open .plus {
  opacity: 1;
}
.open .plus .vertical {
  transition: all 0.5s ease-in-out;
  transform: translate(0, -5px) rotate(90deg) translate3d(0, 0, 0);
  background-color: #de323c;
}
.open .plus .horizontal {
  transition: all 0.5s ease-in-out;
  transform: translate(-5px, 0) rotate(90deg) translate3d(0, 0, 0);
  opacity: 0;
  background-color: #de323c;
}
.open .indexText p {
  color: #de323c;
}

/*************************************************
* Finder Trust
*************************************************/
.tx-nexttrust-map__pois-list .pois-list {
  grid-auto-rows: auto;
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
  .tx-nexttrust-map__pois-list .pois-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Accordion
*************************************************/
.type--accordion {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.type--accordion + .type--accordion {
  border-top: none;
}
.type--accordion .accordion__title {
  border-top: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.type--accordion .accordion__content {
  display: none;
}
.type--accordion .accordion__content h4 {
  margin: 0;
}
.type--accordion .accordion__content p + h4 {
  margin-top: 20px;
}

.frame--borderTop + .type--accordion,
.frame--borderBottom + .type--accordion,
.frame--borderBoth + .type--accordion {
  border-top: none;
}

/*************************************************
* Layout
*************************************************/
.type--accordion.layout--0 .accordion__title, .type--accordion.layout-- .accordion__title {
  padding: 12px 54px 12px 45px;
}
.type--accordion.layout--0 .accordion__title h3, .type--accordion.layout-- .accordion__title h3 {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin: 0;
}
.type--accordion.layout--0 .accordion__title:before, .type--accordion.layout-- .accordion__title:before {
  content: "";
  background-image: url(../Images/chevron_black.svg);
  height: 35px;
  width: 35px;
  position: absolute;
  left: 0;
  background-size: 100%;
  top: 8px;
  transition: all 0.2s ease-out;
}
.type--accordion.layout--0 .accordion__content, .type--accordion.layout-- .accordion__content {
  padding: 10px 18px 24px 45px;
}
.type--accordion.layout--0 .accordion__content h1, .type--accordion.layout--0 .accordion__content h2, .type--accordion.layout--0 .accordion__content h3, .type--accordion.layout--0 .accordion__content h4, .type--accordion.layout--0 .accordion__content h5, .type--accordion.layout--0 .accordion__content h6, .type--accordion.layout-- .accordion__content h1, .type--accordion.layout-- .accordion__content h2, .type--accordion.layout-- .accordion__content h3, .type--accordion.layout-- .accordion__content h4, .type--accordion.layout-- .accordion__content h5, .type--accordion.layout-- .accordion__content h6 {
  font-size: 18px;
}
.type--accordion.layout--0.open .accordion__title:before, .type--accordion.layout--.open .accordion__title:before {
  transform: rotate(90deg);
}
.type--accordion.layout--1 .accordion__title {
  padding: 25px 34px 25px 0px;
  position: relative;
}
.type--accordion.layout--1 .accordion__content {
  padding: 10px 0 25px 0;
}
.type--accordion.layout--1 .accordion__content h1, .type--accordion.layout--1 .accordion__content h2, .type--accordion.layout--1 .accordion__content h3, .type--accordion.layout--1 .accordion__content h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}
.type--accordion.layout--1 .accordion__content h5, .type--accordion.layout--1 .accordion__content h6 {
  font-size: 18px;
}
.type--accordion.layout--1 .cross {
  right: 16px;
  top: 50%;
  position: absolute;
  transform: translateY(-1px);
}
.type--accordion.layout--1 .cross > div {
  position: absolute;
  background-color: #000;
  left: 50%;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  top: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.type--accordion.layout--1 .cross .horizontal {
  width: 23px;
  height: 2px;
  opacity: 1;
  transform: translate(-10px, 0);
}
.type--accordion.layout--1 .cross .vertical {
  width: 2px;
  height: 23px;
  transform: translate(0, -10px);
}
.type--accordion.layout--1.open .cross {
  opacity: 1;
}
.type--accordion.layout--1.open .cross .vertical {
  transition: all 0.5s ease-in-out;
  transform: translate(0, -10px) rotate(90deg) translate3d(0, 0, 0);
  background-color: #de323c;
}
.type--accordion.layout--1.open .cross .horizontal {
  transition: all 0.5s ease-in-out;
  transform: translate(-10px, 0) rotate(90deg) translate3d(0, 0, 0);
  opacity: 0;
  background-color: #de323c;
}

/*************************************************
* Backgrounds
*************************************************/
.background--black .type--accordion.layout--0 .accordion__title:before,
.background--red .type--accordion.layout--0 .accordion__title:before,
.background--petrol .type--accordion.layout--0 .accordion__title:before,
.background--patternRed .type--accordion.layout--0 .accordion__title:before,
.background--patternBlack .type--accordion.layout--0 .accordion__title:before {
  background-image: url("../Images/chevron_white.svg");
}
.background--black .type--accordion.layout--1 .cross > div,
.background--red .type--accordion.layout--1 .cross > div,
.background--petrol .type--accordion.layout--1 .cross > div,
.background--patternRed .type--accordion.layout--1 .cross > div,
.background--patternBlack .type--accordion.layout--1 .cross > div {
  background-color: #fff;
}

.background--red .type--accordion.layout--1.open .cross .vertical,
.background--patternRed .type--accordion.layout--1.open .cross .vertical {
  background-color: #fff;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .type--accordion.layout--1 .accordion__title {
    padding: 16px 32px 16px 0px;
  }
  .type--accordion.layout--1 .cross .horizontal {
    width: 18px;
    transform: translate(-8px, 0);
  }
  .type--accordion.layout--1 .cross .vertical {
    height: 18px;
    transform: translate(0, -8px);
  }
  .type--accordion.layout--1.open .cross {
    opacity: 1;
  }
  .type--accordion.layout--1.open .cross .vertical {
    transform: translate(0, -8px) rotate(90deg) translate3d(0, 0, 0);
  }
  .type--accordion.layout--1.open .cross .horizontal {
    transform: translate(-8px, 0) rotate(90deg) translate3d(0, 0, 0);
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Address
*************************************************/
.address {
  background: #f4f4f4;
  padding: 30px;
  position: relative;
  border-radius: 8px;
}
.address .address__contact {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  font-size: 16px;
  position: relative;
  z-index: 99;
}
.address .address__contact a:hover {
  color: #c20936;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Event
*************************************************/
.event {
  position: relative;
  display: grid;
  grid-template-columns: 450px 1fr;
  grid-gap: 50px;
  margin-bottom: 30px;
}
.event:hover .event__location:after {
  animation: moveArrow 0.3s ease-in-out 1;
}
.event:hover .event__image {
  opacity: 0.85;
}

.event__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event__info__inner {
  position: relative;
}

.event__image {
  position: relative;
  padding-left: 56px;
  transition: opacity 0.2s ease-out;
}

.event__date {
  position: absolute;
  left: 0;
  background: #fff;
  padding: 20px 30px;
  top: calc(50% - 56px);
  box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.event__month {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.event__day {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  line-height: 46px;
  text-align: center;
}

.event__title h3 {
  font-size: 28px;
  font-weight: 400;
}

.event__type {
  font-size: 22px;
  margin-top: 2px;
}

.event__location {
  margin-top: 20px;
  font-size: 22px;
  color: #1f5858;
  position: relative;
  padding-left: 26px;
  padding-bottom: 50px;
}
.event__location:before {
  content: "";
  background-image: url(../Images/location_petrol.svg);
  height: 20px;
  width: 14px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3px;
}
.event__location:after {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  left: 0;
  bottom: 0;
}

.event__link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 1;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1000px) {
  .event {
    grid-gap: 30px;
    grid-template-columns: 400px 1fr;
  }
  .event__title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .event {
    grid-template-columns: 1fr;
    grid-gap: 0;
    row-gap: 20px;
  }
  .event__image {
    padding-left: 0;
    padding-right: 56px;
  }
  .event__image img {
    max-width: none;
    width: 100%;
  }
  .event__date {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  .event__title h3 {
    font-size: 21px;
  }
  .event__type {
    font-size: 18px;
  }
  .event__location {
    font-size: 18px;
    margin-top: 12px;
    padding-bottom: 36px;
  }
  .event__location p {
    line-height: 28px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* info
*************************************************/
.info {
  position: relative;
  padding: 16px 0;
}

.info__inner {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
}

.info__link {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.info__icon {
  margin-right: 30px;
}
.info__icon img {
  max-width: 32px;
  max-height: 30px;
  width: 38px;
  height: 100%;
}
.info__icon figure {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.info__text {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  transform: translateY(2px);
}

.info__close {
  content: "";
  background-image: url(../Images/close_white.svg);
  height: 30px;
  width: 30px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 99;
  cursor: pointer;
  background-size: 100%;
}

/*************************************************
* Backgrounds
*************************************************/
.info {
  transition: background-color 0.2s ease-in-out;
}
.info.background--grey {
  background-color: #f4f4f4;
}
.info.background--grey .info__icon {
  display: flex;
  align-items: center;
}
.info.background--grey img {
  max-width: 38px;
  max-height: 36px;
}
.info.background--grey figure {
  width: auto;
  height: auto;
  background-color: unset;
}
.info.background--red {
  background-color: #de323c;
  color: #fff;
}
.info.background--black {
  background-color: #282828;
  color: #fff;
}
.info.background--petrol {
  background-color: #1f5858;
  color: #fff;
}

/*************************************************
* Layouts
*************************************************/
.info.layout--0 h1, .info.layout--0 h2, .info.layout--0 h3, .info.layout--0 h4, .info.layout--0 h5, .info.layout--0 h6, .info.layout--2 h1, .info.layout--2 h2, .info.layout--2 h3, .info.layout--2 h4, .info.layout--2 h5, .info.layout--2 h6 {
  font-size: 18px;
}
.info.layout--0 h1 + p, .info.layout--0 h2 + p, .info.layout--0 h3 + p, .info.layout--0 h4 + p, .info.layout--0 h5 + p, .info.layout--0 h6 + p, .info.layout--2 h1 + p, .info.layout--2 h2 + p, .info.layout--2 h3 + p, .info.layout--2 h4 + p, .info.layout--2 h5 + p, .info.layout--2 h6 + p {
  margin-top: 0;
}
.info.layout--0.linked:hover.background--grey, .info.layout--2.linked:hover.background--grey {
  background-color: #eeeeee;
}
.info.layout--0.linked:hover.background--red, .info.layout--2.linked:hover.background--red {
  background-color: #c82d36;
}
.info.layout--0.linked:hover.background--petrol, .info.layout--2.linked:hover.background--petrol {
  background-color: #1c4f4f;
}
.info.layout--0.linked:hover.background--black, .info.layout--2.linked:hover.background--black {
  background-color: #333;
}
.info.layout--2 {
  margin-top: 130px;
}
.info.layout--2.background--grey {
  border-top: 1px solid #dcdcdc;
}
.info.layout--3 .info__icon, .info.layout--4 .info__icon {
  margin-bottom: 20px;
}
.info.layout--3 .info__text, .info.layout--4 .info__text {
  display: block;
  position: relative;
  transform: none;
}
.info.layout--3.linked .info__link:after, .info.layout--4.linked .info__link:after {
  content: "";
  background-image: url("../Images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: 0;
  left: 0;
}
.info.layout--3.linked .info__link:hover:after, .info.layout--4.linked .info__link:hover:after {
  animation: moveArrow 0.3s ease-in-out 1;
}
.info.layout--3.linked .info__text, .info.layout--4.linked .info__text {
  padding-bottom: 44px;
}
.info.layout--3 {
  border: none !important;
  position: fixed;
  width: 480px;
  right: 20px;
  bottom: 20px;
  padding: 34px 60px 34px 30px;
  z-index: 998;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.info.layout--3 h1, .info.layout--3 h2, .info.layout--3 h3, .info.layout--3 h4, .info.layout--3 h5, .info.layout--3 h6 {
  font-size: 20px;
}
.info.layout--3 h1 + p, .info.layout--3 h2 + p, .info.layout--3 h3 + p, .info.layout--3 h4 + p, .info.layout--3 h5 + p, .info.layout--3 h6 + p {
  margin-top: 8px;
}
.info.layout--3 p {
  font-size: 16px;
  line-height: 26px;
}
.info.layout--3 .info__inner {
  display: block;
  padding: 0;
}
.info.layout--3.closed {
  display: none;
}
.info.layout--3 .info__link:after {
  bottom: 34px !important;
  left: 30px !important;
}
.info.layout--3.background--grey .info__close {
  background-image: url(../Images/close_black.svg);
}
.info.layout--3.background--grey.linked .info__link:after {
  background-image: url(../Images/arrow_black.svg) !important;
}
.info.layout--4 {
  position: fixed;
  z-index: 998;
  right: 0;
  top: 40%;
  transition: all 400ms ease-out;
  padding: 0;
  background: none;
}
.info.layout--4.open {
  right: 500px;
}
.info.layout--4 .info__close {
  display: none;
}
.info.layout--4 .info__inner {
  position: absolute;
  background-color: #282828;
  width: 500px;
  top: 0;
  left: 76px;
  padding: 30px 40px;
  display: block;
  border-radius: 0 0 0 8px;
}
.info.layout--4 .info__flap {
  background-image: url(../Images/info_white.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 76px;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
}
.info.layout--4 img {
  width: 50px;
  max-height: 36px;
}
.info.layout--4 figure {
  width: 60px;
  height: 60px;
}
.info.layout--4 .info__link:after {
  bottom: 30px !important;
  left: 40px !important;
}
.info.layout--4.background--grey .info__flap {
  background-color: #9b9b9b;
}
.info.layout--4.background--grey .info__text {
  color: #fff;
}
.info.layout--4.background--grey figure {
  background: #fff;
}
.info.layout--4.background--red .info__flap {
  background-color: #de323c;
}
.info.layout--4.background--black .info__flap {
  background-color: #282828;
}
.info.layout--4.background--petrol .info__flap {
  background-color: #1f5858;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 900px) {
  .info.layout--0 .info__icon, .info.layout--2 .info__icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .info.layout--0 .info__inner, .info.layout--2 .info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .info.layout--0 .info__text, .info.layout--2 .info__text {
    font-size: 14px;
    line-height: 22px;
    transform: none;
  }
  .info.layout--0 .info__icon, .info.layout--2 .info__icon {
    display: none;
  }
}
@media screen and (max-width: 989px) {
  .info.layout--2 {
    margin-top: 68px;
  }
  .info.layout--2 + .hero {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .info.layout--3 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .info.layout--4 h3 {
    font-size: 20px;
  }
  .info.layout--4 .info__inner {
    width: calc(100% - 28px);
    top: auto;
    left: 14px;
    bottom: -50vh;
    position: fixed;
    padding-left: 30px;
    padding-right: 42px;
    opacity: 0;
    transition: all 0.4s ease-out;
  }
  .info.layout--4 .info__flap {
    position: fixed;
    z-index: 998;
    bottom: 14px;
    right: 14px;
    transition: opacity 0.4s ease-out;
    width: 54px;
    height: 54px;
    background-size: 30px;
  }
  .info.layout--4.open .info__close {
    display: block;
  }
  .info.layout--4.open .info__inner {
    opacity: 1;
    bottom: 14px;
  }
  .info.layout--4.open .info__flap {
    opacity: 0;
  }
  .info.layout--4.linked .info__link:after {
    left: 30px !important;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Newsletter
*************************************************/
.newsletter {
  padding: 30px 200px 30px 54px;
  border-top: 1px solid #dcdcdc;
  position: relative;
}
.newsletter > a {
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.newsletter:before {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  left: 0;
  top: 34px;
}
.newsletter h3 {
  margin-bottom: 12px;
}
.newsletter .newsletter__date {
  position: absolute;
  right: 0;
  top: 30px;
}
.newsletter:hover:before {
  animation: moveArrow 0.3s ease-in-out 1;
}
.newsletter:last-child {
  border-bottom: 1px solid #dcdcdc;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Pages
*************************************************/
.pages {
  position: relative;
  position: relative;
  padding: 30px 200px 30px 42px;
  border-top: 1px solid #dcdcdc;
}
.pages:before {
  content: "";
  background-image: url(../Images/download_black.svg);
  position: absolute;
  top: 32px;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: contain;
}
.pages > a {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
}
.pages .pages__indexText {
  position: relative;
  padding: 20px 0 0 24px;
  cursor: pointer;
}
.pages .pages__indexText:before {
  content: "";
  background-image: url(../Images/chevron_black.svg);
  position: absolute;
  top: 20px;
  left: -10px;
  width: 26px;
  height: 26px;
  background-size: contain;
  transition: transform 0.4s ease-out;
}
.pages .pages__index {
  display: none;
  margin-top: 30px;
}
.pages .pages__index a {
  color: #000;
}
.pages.open .pages__indexText:before {
  transform: rotate(90deg);
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Partner Event
*************************************************/
.partnerEvent {
  position: relative;
  display: grid;
  grid-template-columns: 65px 1fr;
  column-gap: 32px;
  margin-bottom: 22px;
}
.partnerEvent .link {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.partnerEvent__date {
  padding-bottom: 22px;
  border-bottom: 1px solid #1f5858;
}

.partnerEvent__content {
  padding-bottom: 22px;
  border-bottom: 1px solid #1f5858;
}

.partnerEvent__day {
  font-size: 52px;
  color: #1f5858;
  font-weight: 700;
  line-height: 46px;
}

.partnerEvent__month {
  line-height: 40px;
  margin: 8px 0 0 0;
  font-size: 34px;
  text-transform: uppercase;
}

.partnerEvent__title h3 {
  font-size: 21px;
  color: #1f5858;
}

.partnerEvent__presenter,
.partnerEvent__locationTime {
  font-weight: 400;
  margin-top: 4px;
}

.partnerEvent__locationTime {
  position: relative;
  padding-left: 22px;
}
.partnerEvent__locationTime:before {
  content: "";
  background-image: url(../Images/location_petrol.svg);
  height: 17px;
  width: 12px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .partnerEvent {
    column-gap: 16px;
  }
  .partnerEvent__locationTime:before {
    top: 2px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.tabs__inner {
  width: 100%;
  position: relative;
}

.tabs__content {
  opacity: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 60% 40%;
  grid-gap: 16px;
}

.tabs__content.active {
  opacity: 1;
}
.tabs__content.active + .active {
  display: none;
}

.tabs__nav {
  display: flex;
  margin-bottom: 50px;
  position: relative;
  /*
  &:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid $abaMidGrey;
    bottom: -8px;
    left: 0;
  }*/
}

.tabs__nav__label {
  cursor: pointer;
  margin: 0 20px;
}
.tabs__nav__label:hover {
  color: #de323c;
}
.tabs__nav__label:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  bottom: -8px;
  left: 0;
}
.tabs__nav__label.active {
  color: #de323c;
  position: relative;
}
.tabs__nav__label:first-child {
  margin-left: 0;
}
.tabs__nav__label:last-child {
  margin-right: 0;
}

.tabs__content__text {
  margin-right: 60px;
  min-width: 480px;
  display: flex;
  justify-content: center;
}

.tabs__content__text li a:not(.button--red) {
  color: #282828;
  position: relative;
}
.tabs__content__text li a:not(.button--red):after {
  content: "";
  background-image: url("../Images/arrowangle_black.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: -22px;
}
.tabs__content__text li a:not(.button--red)[href$=".pdf"]:after {
  background-image: url("../Images/download_black.svg");
}
.tabs__content__text li a:not(.button--red)[href*=youtube]:after, .tabs__content__text li a:not(.button--red)[href*="youtu.be"]:after {
  background-image: url("../Images/media_black.svg");
  width: 15px;
  height: 15px;
  bottom: 3px;
  right: -22px;
}

.jsLoaded .tabs__content {
  position: absolute;
  width: 100%;
}

/*************************************************
* Layout
*************************************************/
/*************************************************
* Animation
*************************************************/
.tabs__content {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tabs__content.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
  z-index: 1;
}

.tabs__nav.position--1 {
  justify-content: center;
}

.tabs__nav__label {
  transition: color 0.25s ease-out;
}

.tabs__nav__label:after {
  transform: translateY(10px) scale(0.6);
  transition: all 0.25s ease-out;
  opacity: 0;
  color: #dcdcdc;
}

.tabs__nav__label.active:after {
  transform: translateY(0) scale(1);
  opacity: 1;
  border-color: #de323c;
}

.tabs__content__text {
  transform: translateX(-20px);
  transition: transform 0.3s ease-in-out;
  position: relative;
}

.tabs__content.active .tabs__content__text {
  transition-delay: 0.3s;
  transform: translateX(0);
}

.tabs__content .overlay {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.tabs__content .overlay + .tabs__content__text__inner {
  padding-bottom: 50px;
}
.tabs__content .overlay + .tabs__content__text__inner:after {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: 0;
}
.tabs__content .overlay:hover + .tabs__content__text__inner:after {
  animation: moveArrow 0.3s ease-in-out 1;
}

.tabs__content__image {
  transform: scale(0.98);
  transition: transform 0.3s ease-in-out;
}

.tabs__content.active .tabs__content__image {
  transition-delay: 0.3s;
  transform: scale(1);
}

/*************************************************
* Backgrounds
*************************************************/
.content > .background--black .type--tabs .tabs__nav__label.active,
.content > .background--petrol .type--tabs .tabs__nav__label.active,
.content > .background--red .type--tabs .tabs__nav__label.active,
.content > .background--patternBlack .type--tabs .tabs__nav__label.active,
.content > .background--patternRed .type--tabs .tabs__nav__label.active {
  color: #fff;
}
.content > .background--black .type--tabs .tabs__nav__label.active:after,
.content > .background--petrol .type--tabs .tabs__nav__label.active:after,
.content > .background--red .type--tabs .tabs__nav__label.active:after,
.content > .background--patternBlack .type--tabs .tabs__nav__label.active:after,
.content > .background--patternRed .type--tabs .tabs__nav__label.active:after {
  border-color: #fff;
}
.content > .background--black .type--tabs .tabs__content .overlay + .tabs__content__text__inner:after,
.content > .background--petrol .type--tabs .tabs__content .overlay + .tabs__content__text__inner:after,
.content > .background--red .type--tabs .tabs__content .overlay + .tabs__content__text__inner:after,
.content > .background--patternBlack .type--tabs .tabs__content .overlay + .tabs__content__text__inner:after,
.content > .background--patternRed .type--tabs .tabs__content .overlay + .tabs__content__text__inner:after {
  content: "";
  background-image: url("../Images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.content > .background--black .type--tabs .tabs__content__text li a:not(.button--red),
.content > .background--petrol .type--tabs .tabs__content__text li a:not(.button--red),
.content > .background--red .type--tabs .tabs__content__text li a:not(.button--red),
.content > .background--patternBlack .type--tabs .tabs__content__text li a:not(.button--red),
.content > .background--patternRed .type--tabs .tabs__content__text li a:not(.button--red) {
  color: #fff;
}
.content > .background--black .type--tabs .tabs__content__text li a:not(.button--red):after,
.content > .background--petrol .type--tabs .tabs__content__text li a:not(.button--red):after,
.content > .background--red .type--tabs .tabs__content__text li a:not(.button--red):after,
.content > .background--patternBlack .type--tabs .tabs__content__text li a:not(.button--red):after,
.content > .background--patternRed .type--tabs .tabs__content__text li a:not(.button--red):after {
  background-image: url("../Images/arrowangle_white.svg");
}
.content > .background--black .type--tabs .tabs__content__text li a:not(.button--red)[href$=".pdf"]:after,
.content > .background--petrol .type--tabs .tabs__content__text li a:not(.button--red)[href$=".pdf"]:after,
.content > .background--red .type--tabs .tabs__content__text li a:not(.button--red)[href$=".pdf"]:after,
.content > .background--patternBlack .type--tabs .tabs__content__text li a:not(.button--red)[href$=".pdf"]:after,
.content > .background--patternRed .type--tabs .tabs__content__text li a:not(.button--red)[href$=".pdf"]:after {
  background-image: url("../Images/download_white.svg");
}
.content > .background--black .type--tabs .tabs__content__text li a:not(.button--red)[href*=youtube]:after, .content > .background--black .type--tabs .tabs__content__text li a:not(.button--red)[href*="youtu.be"]:after,
.content > .background--petrol .type--tabs .tabs__content__text li a:not(.button--red)[href*=youtube]:after,
.content > .background--petrol .type--tabs .tabs__content__text li a:not(.button--red)[href*="youtu.be"]:after,
.content > .background--red .type--tabs .tabs__content__text li a:not(.button--red)[href*=youtube]:after,
.content > .background--red .type--tabs .tabs__content__text li a:not(.button--red)[href*="youtu.be"]:after,
.content > .background--patternBlack .type--tabs .tabs__content__text li a:not(.button--red)[href*=youtube]:after,
.content > .background--patternBlack .type--tabs .tabs__content__text li a:not(.button--red)[href*="youtu.be"]:after,
.content > .background--patternRed .type--tabs .tabs__content__text li a:not(.button--red)[href*=youtube]:after,
.content > .background--patternRed .type--tabs .tabs__content__text li a:not(.button--red)[href*="youtu.be"]:after {
  background-image: url("../Images/media_white.svg");
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1100px) {
  .tabs__nav__label {
    margin: 0 12px;
  }
}
@media screen and (max-width: 900px) {
  .tabs__nav__label {
    font-size: 16px;
    margin: 0 8px;
  }
}
@media screen and (max-width: 800px) {
  .tabs__inner {
    height: auto !important;
  }
  .tabs__nav {
    display: none;
  }
  .tabs__content {
    grid-template-columns: 1fr;
    position: relative !important;
    display: block !important;
    opacity: 1;
    transition: none;
  }
  .tabs__content + .tabs__content {
    margin-top: 30px;
  }
  .tabs__content__text {
    margin-right: 0;
    transform: none;
    justify-content: normal;
    min-width: auto;
  }
  .tabs__content__image {
    margin-top: 20px;
    transform: none;
    width: 100%;
    max-width: 600px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Testimonial
*************************************************/
.testimonial {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.testimonial .testimonial__text {
  display: flex;
  align-items: center;
  padding: 50px 70px;
  background-color: #fff;
}
.testimonial .testimonial__text .testimonial__person {
  margin-top: 50px;
}
.testimonial .testimonial__text .testimonial__person p {
  font-weight: 400;
}
.testimonial .testimonial__image img {
  object-fit: cover;
  height: 100%;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1100px) {
  .testimonial .testimonial__text {
    padding: 40px;
  }
  .testimonial .testimonial__text .testimonial__person {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .testimonial {
    grid-template-columns: 320px 1fr;
  }
}
@media screen and (max-width: 750px) {
  .testimonial {
    display: block;
  }
  .testimonial .testimonial__image {
    height: 500px;
  }
  .testimonial .testimonial__image img {
    width: 100%;
    object-position: 0 30%;
  }
}
@media screen and (max-width: 550px) {
  .testimonial .testimonial__text {
    padding: 24px;
  }
}

@media screen and (max-width: 750px) {
  .background--greyHalf .testimonial {
    position: relative;
    z-index: 1;
  }
  .background--greyHalf .testimonial:after {
    content: "";
    width: calc(100% + 2 * 30px);
    background: #f4f4f4;
    height: 85%;
    position: absolute;
    left: -30px;
    top: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 550px) {
  .background--greyHalf .testimonial:after {
    content: "";
    width: calc(100% + 2 * 20px);
    left: -20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Title Pic 
*************************************************/
.titlePic {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.titlePic__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.titlePic__title {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 12px 20px;
}

.titlePic__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 99;
}

.titlePic__link:hover + .titlePic__image img {
  opacity: 0.85;
  transform: scale(1.1);
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Video
*************************************************/
.video {
  width: 100%;
  background: #f4f4f4;
}
.video .video__player {
  position: relative;
  cursor: pointer;
}
.video .video__player.played {
  cursor: initial;
}
.video .video__player.played .playButton {
  visibility: hidden;
  transition: all 0.1s linear;
}
.video .playButton {
  background-image: url("../Images/playbutton.svg");
  position: absolute;
  height: 80px;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-size: cover;
}
.video .video__description {
  padding: 40px 30px;
}
.video video {
  display: block;
}
.video video:focus {
  outline: none;
}
.video .video__caption {
  font-weight: 400;
  margin-top: 8px;
}
.video.fullWidth--1 {
  max-width: 1040px;
  margin: 0 auto;
}

/*************************************************
* Backgrounds
*************************************************/
.background--black .video__description,
.background--grey .video__description,
.background--red .video__description,
.background--petrol .video__description,
.background--patternRed .video__description,
.background--patternBlack .video__description {
  background: #fff;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic 
*************************************************/
.partnerList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}
.partnerList h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}
.partnerList .partnerList__partner {
  background-color: #f4f4f4;
  padding: 30px;
  position: relative;
  min-height: 160px;
  transition: all 0.2s ease;
}
.partnerList .partnerList__partner:hover {
  background-color: #282828;
  color: #fff;
}
.partnerList .partner__name {
  margin-bottom: 12px;
}
.partnerList .partner__website {
  position: absolute;
  font-size: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section + .partnerList {
  margin-top: 64px;
}

/*************************************************
* Responsive 
*************************************************/
@media screen and (max-width: 1000px) {
  .partnerList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .partnerList {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .partnerList {
    grid-template-columns: 1fr;
  }
  .partnerList .partnerList__partner {
    min-height: auto;
  }
  .section + .partnerList {
    margin-top: 30px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Accordions
*************************************************/
.news-text-wrap + .news__accordions {
  margin-top: 45px;
}

.accordion + .accordion {
  border-top: 1px solid #dcdcdc;
}

.news__accordions .accordion__title {
  padding: 12px 54px 12px 45px;
  cursor: pointer;
  position: relative;
}
.news__accordions .accordion__title h3 {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin: 0;
}
.news__accordions .accordion__title:after {
  content: "";
  background-image: url("../Images/chevron_black.svg");
  height: 35px;
  width: 35px;
  position: absolute;
  left: 0;
  background-size: 100%;
  top: 8px;
  transition: all 0.2s ease-out;
}
.news__accordions .accordion__content {
  display: none;
  padding: 10px 18px 30px 45px;
}
.news__accordions .accordion__content h4 {
  letter-spacing: 0.8px;
  margin: 0 0 8px 0;
}
.news__accordions .accordion__content p + h4,
.news__accordions .accordion__content ul + h4 {
  margin: 26px 0px 8px 0;
}
.news__accordions .accordion.open .accordion__title:after {
  transform: rotate(90deg);
}
.news__accordions + .accordion {
  margin-top: 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Columns
*************************************************/
.news__columns--3 {
  text-align: center;
  margin: 45px 0;
}
.news__columns--3 .columns--3__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.news__columns--3 .column__image {
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
.news__columns--3 .column__image img {
  margin: 0 auto;
  height: auto;
  width: 70px;
  max-height: 60px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 800px) {
  .news__columns--3 .columns--3__inner {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Directory
*************************************************/
.news__directory {
  margin: 45px 0;
  padding: 40px 0;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
.news__directory .number {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  color: #de323c;
  margin-right: 0px;
  width: 60px;
  display: block;
}
.news__directory a {
  display: block;
  width: calc(100% - 60px);
  color: #000;
  margin-top: 1px;
}
.news__directory a:hover {
  color: #c20936;
}
.news__directory li {
  margin-left: 0 !important;
  display: flex !important;
}
.news__directory li + li {
  margin-top: 20px;
}
.news__directory li:before {
  content: none !important;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Downloads
*************************************************/
.news__downloads {
  margin: 45px 0;
}
.news__downloads h2 {
  color: #de323c;
}
.news__downloads .downloads__link + .downloads__link {
  margin-top: 6px;
  border-top: 1px solid #dcdcdc;
}
.news__downloads a {
  padding: 16px 0 16px 45px;
  position: relative;
  display: block;
  color: #000;
  font-weight: 400;
}
.news__downloads a:after {
  content: "";
  background: url(../Images/download_black.svg);
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 14px;
  background-size: 100%;
  background-repeat: no-repeat;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Gallery
*************************************************/
.news__gallery {
  width: 100%;
  position: relative;
  margin: 45px 0;
}
.news__gallery img {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 0 8px 8px;
}
.news__gallery figcaption {
  margin-top: 8px;
  width: calc(100% - 90px);
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .news__gallery .gallery__description .caption {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Infobox
*************************************************/
.news__infobox {
  margin: 45px 0 0 0;
  padding: 45px;
  background: #f4f4f4;
  border-radius: 8px;
}
.news__infobox.background--black {
  background: #282828;
  color: #fff;
}
.news__infobox.background--black p, .news__infobox.background--black h2, .news__infobox.background--black h3, .news__infobox.background--black h4, .news__infobox.background--black li {
  color: #fff;
}
.news__infobox .infobox__image {
  margin-top: 40px;
}
.news__infobox .infobox__image img {
  height: auto;
  width: auto;
  max-height: 90px;
  max-width: 300px;
}

.news__infobox + .news__infobox {
  margin-top: 16px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .news__infobox {
    padding: 30px 20px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Numbers
*************************************************/
.news__numbers {
  margin: 45px 0;
  padding: 60px 0;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
.news__numbers .containerWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__numbers .numbers__container {
  padding: 40px;
  background: #f4f4f4;
  margin-top: 16px;
  width: calc(50% - 8px);
  flex-grow: 1;
}
.news__numbers .numbers__container:nth-child(odd) {
  margin-right: 16px;
}
.news__numbers .numbers__container:last-child {
  margin-right: 0;
}
.news__numbers .numbers__number {
  margin-bottom: 30px;
}
.news__numbers .numbers__number p {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1em;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .news__numbers .numbers__container {
    padding: 34px 30px;
  }
  .news__numbers .numbers__number p {
    font-size: 40px;
  }
}
@media screen and (max-width: 550px) {
  .news__numbers {
    padding: 20px 0;
    margin: 30px 0;
  }
  .news__numbers .numbers__container {
    width: 100%;
    margin: 8px 0 0 0 !important;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Person
*************************************************/
.news__person {
  display: flex;
  margin: 45px 0;
  padding: 40px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.news__person .person__image {
  width: 300px;
}
.news__person .person__text {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.news__person .person__details {
  margin-top: 30px;
}
.news__person .person__details p {
  font-size: 14px;
  font-weight: 400;
}
.news__person img {
  border-radius: 50%;
}
.news__person.position--right .person__image {
  order: 2;
}
.news__person.position--right .person__text {
  padding-left: 0;
  padding-right: 40px;
}

.news__person + .news__person {
  border-top: none;
  margin-top: 40px;
  padding-top: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 750px) {
  .news__person .person__text {
    width: calc(100% - 180px);
  }
  .news__person .person__image {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .news__person {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .news__person + .news__person {
    margin-top: 30px;
  }
  .news__person .person__image {
    width: 250px;
    margin: 0 auto 30px auto;
    order: 0 !important;
  }
  .news__person .person__text {
    width: 100%;
    padding: 0 !important;
  }
  .news__person .person__text .person__text__inner > p {
    font-size: 18px;
  }
  .news__person .person__person {
    margin-top: 20px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Quote
*************************************************/
.news__quote {
  display: flex;
  margin: 45px 0;
  padding: 40px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.news__quote h2, .news__quote h3 {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
}
.news__quote .quote__text p {
  font-size: 26px;
  line-height: 1.455em;
  letter-spacing: 1px;
  font-weight: 400;
}
.news__quote .quote__image {
  width: 300px;
}
.news__quote .quote__text {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.news__quote .quote__person {
  margin-top: 30px;
}
.news__quote .quote__person p {
  font-size: 14px;
  font-weight: 400;
}
.news__quote img {
  border-radius: 50%;
}
.news__quote.quote--simple {
  margin: 45px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 30px;
}
.news__quote.quote--simple .quote__text {
  width: 100%;
  padding: 0;
}
.news__quote.quote--simple.color--red {
  border-top: 1px solid #de323c;
  border-bottom: 1px solid #de323c;
}
.news__quote.quote--simple.color--red h2, .news__quote.quote--simple.color--red h3 {
  color: #de323c;
}
.news__quote.quote--simple.position--right {
  text-align: right;
}
.news__quote.quote--simple.position--right .quote__text {
  padding: 0;
}
.news__quote.color--red {
  color: #de323c;
}
.news__quote.color--red h2, .news__quote.color--red h3 {
  color: #de323c;
}
.news__quote.position--right .quote__image {
  order: 2;
}
.news__quote.position--right .quote__text {
  padding-left: 0;
  padding-right: 40px;
}

.news__quote + .news__quote {
  border-top: none;
  margin-top: 40px;
  padding-top: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 750px) {
  .news__quote .quote__text {
    width: calc(100% - 180px);
  }
  .news__quote .quote__image {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .news__quote {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .news__quote + .news__quote {
    margin-top: 30px;
  }
  .news__quote.quote--simple {
    padding: 20px 0;
  }
  .news__quote .quote__image {
    width: 250px;
    margin: 0 auto 30px auto;
    order: 0 !important;
  }
  .news__quote .quote__text {
    width: 100%;
    padding: 0 !important;
  }
  .news__quote .quote__text .quote__text__inner > p {
    font-size: 21px;
  }
  .news__quote .quote__person {
    margin-top: 20px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Textpic
*************************************************/
.news__textpic {
  display: grid;
  column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text img";
  margin: 45px 0;
}
.news__textpic .textpic__text {
  grid-area: text;
  padding: 60px 45px 100px 45px;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  position: relative;
}
.news__textpic img {
  grid-area: img;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news__textpic .more {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.news__textpic .arrow {
  bottom: 45px;
}
.news__textpic.position--left {
  grid-template-areas: "img text";
}
.news__textpic.backgroundColor--black h2, .news__textpic.backgroundColor--black h3, .news__textpic.backgroundColor--black p, .news__textpic.backgroundColor--black li, .news__textpic.backgroundColor--black a {
  color: #fff;
}
.news__textpic.backgroundColor--black .textpic__text {
  background: #282828;
}
.news__textpic.backgroundColor--black .arrow {
  content: "";
  background-image: url("../Images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.news__textpic.backgroundColor--grey .arrow {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.news__textpic.backgroundColor--petrol {
  color: #fff;
}
.news__textpic.backgroundColor--petrol .textpic__text {
  background: #1f5858;
}
.news__textpic.backgroundColor--petrol .arrow {
  content: "";
  background-image: url("../Images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.news__textpic.backgroundColor--white .textpic__text {
  background: #fff;
}
.news__textpic.backgroundColor--white .arrow {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.news__textpic.backgroundColor--red .textpic__text {
  background: #de323c;
  color: #fff;
}
.news__textpic.backgroundColor--red .arrow {
  content: "";
  background-image: url("../Images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 700px) {
  .news__textpic {
    row-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "img";
  }
  .news__textpic.position--left {
    grid-template-areas: "img" "text";
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Video
*************************************************/
.news--detail .news__video {
  margin: 45px 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Accordions
*************************************************/
.news-text-wrap + .accordionList {
  margin-top: 45px;
}

.accordion + .accordion {
  border-top: 1px solid #dcdcdc;
}

.accordionList .accordion__title {
  padding: 12px 54px 12px 45px;
  cursor: pointer;
  position: relative;
}
.accordionList .accordion__title h3 {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin: 0;
}
.accordionList .accordion__title:after {
  content: "";
  background-image: url("../Images/chevron_black.svg");
  height: 35px;
  width: 35px;
  position: absolute;
  left: 0;
  background-size: 100%;
  top: 8px;
  transition: all 0.2s ease-out;
}
.accordionList .accordion__content {
  display: none;
  padding: 10px 18px 30px 45px;
}
.accordionList .accordion__content h4 {
  letter-spacing: 0.8px;
  margin: 0 0 8px 0;
}
.accordionList .accordion__content p + h4,
.accordionList .accordion__content ul + h4 {
  margin: 26px 0px 8px 0;
}
.accordionList .accordion.open .accordion__title:after {
  transform: rotate(90deg);
}
.accordionList + .accordion {
  margin-top: 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.featurecard {
  border-radius: 16px;
  overflow: hidden;
}
.featurecard__inner {
  display: grid;
  grid-template-columns: 1fr 58%;
  align-items: center;
}
.featurecard__content {
  order: 1;
  padding: 38px 58px 38px 88px;
}
.featurecard__content img {
  margin-bottom: 25px;
}
.featurecard__media {
  order: 2;
}
.featurecard__media img {
  overflow: hidden;
  width: 100%;
}

.position--right .featurecard__inner {
  grid-template-columns: 58% 1fr;
}
.position--right .featurecard__content {
  order: 2;
  padding: 38px 88px 38px 58px;
}
.position--right .featurecard__media {
  order: 1;
}

/*************************************************
* Color
*************************************************/
.featurecard.color--lightgrey {
  color: #282828;
  background-color: #f4f4f4;
}
.featurecard.color--lightgrey p {
  color: rgba(40, 40, 40, 0.8);
}
.featurecard.color--whiteborder {
  color: #282828;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}
.featurecard.color--whiteborder p {
  color: rgba(40, 40, 40, 0.8);
}
.featurecard.color--white {
  color: #282828;
  background-color: #ffffff;
}
.featurecard.color--white p {
  color: rgba(40, 40, 40, 0.8);
}
.featurecard.color--black {
  color: #ffffff;
  background-color: #282828;
}
.featurecard.color--black p {
  color: rgba(255, 255, 255, 0.8);
}
.featurecard.color--red {
  color: #ffffff;
  background-color: #de323c;
}
.featurecard.color--red p {
  color: rgba(255, 255, 255, 0.8);
}
.featurecard.color--petrol {
  color: #ffffff;
  background-color: #1f5858;
}
.featurecard.color--petrol p {
  color: rgba(255, 255, 255, 0.8);
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1400px) {
  /* Standard Layout, Position Right */
  .featurecard__inner {
    grid-template-columns: 1fr 1fr;
  }
  .featurecard__content {
    padding: 35px 45px 35px 65px;
  }
  .featurecard__content img {
    margin-bottom: 25px;
  }
  /* Position Left */
  .position--right .featurecard__inner {
    grid-template-columns: 1fr 1fr;
  }
  .position--right .featurecard__content {
    padding: 35px 65px 35px 45px;
  }
}
@media screen and (max-width: 1200px) {
  .featurecard__content,
  .position--right .featurecard__content {
    padding: 32px;
  }
}
@media screen and (max-width: 1120px) {
  .featurecard__media {
    display: none;
  }
  .featurecard {
    margin-bottom: 32px;
  }
  .featurecard__content img {
    margin-bottom: 20px;
  }
  .featurecard__inner,
  .position--right .featurecard__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .featurecard__content,
  .position--right .featurecard__content {
    padding: 24px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.pricecard {
  min-height: 350px;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.pricecard__icon, .pricecard__title, .pricecard__pricesubtitle {
  margin-bottom: 25px;
}
.pricecard__price {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
}
.pricecard__label {
  position: absolute;
  top: 95px;
  right: -22px;
  transform: rotate(45deg);
  transform-origin: top right;
  min-width: 166px;
  min-height: 28px;
  text-align: center;
  font-size: 18px;
}
.pricecard .pricecard__text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 25px;
}
.pricecard .pricecard__text ul li {
  padding-left: 10px;
}
.pricecard .pricecard__text ul li::before {
  content: url("../Images/check_black.svg");
}

.color--black .pricecard__text ul li:before,
.color--red .pricecard__text ul li:before,
.color--petrol .pricecard__text ul li:before {
  content: url("../Images/check_white.svg");
}

/*************************************************
* Color
*************************************************/
.pricecard.color--lightgrey,
.pricecard .labelcolor--lightgrey {
  background-color: #f4f4f4;
  color: #282828;
}
.pricecard.color--whiteborder {
  color: #282828;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}
.pricecard.color--white {
  background-color: #ffffff;
  color: #282828;
}
.pricecard .labelcolor--white {
  background-color: #ffffff;
  color: #282828;
}
.pricecard.color--black,
.pricecard .labelcolor--black {
  background-color: #282828;
  color: #ffffff;
}
.pricecard.color--black a {
  color: #ffffff;
}
.pricecard.color--black a:hover {
  color: #de323c;
}
.pricecard.color--red,
.pricecard .labelcolor--red {
  background-color: #de323c;
  color: #ffffff;
}
.pricecard.color--red a {
  color: #ffffff;
}
.pricecard.color--red a:hover {
  color: #282828;
}
.pricecard.color--petrol,
.pricecard .labelcolor--petrol {
  background-color: #1f5858;
  color: #ffffff;
}
.pricecard.color--petrol a {
  color: #ffffff;
}
.pricecard.color--petrol a:hover {
  color: #de323c;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 768px) {
  .pricecard {
    min-height: 300px;
  }
  .pricecard__label {
    padding-top: 2px;
    font-size: 16px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.benefitcard {
  min-height: 385px;
  border-radius: 16px;
}
.benefitcard__content {
  padding: 48px 32px;
}
.benefitcard__icon {
  padding-bottom: 40px;
}

/*************************************************
* Color
*************************************************/
.benefitcard.color--lightgrey {
  color: #282828;
  background-color: #f4f4f4;
}
.benefitcard.color--lightgrey p {
  color: rgba(40, 40, 40, 0.8);
}
.benefitcard.color--whiteborder {
  color: #282828;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}
.benefitcard.color--whiteborder p {
  color: rgba(40, 40, 40, 0.8);
}
.benefitcard.color--white {
  color: #282828;
  background-color: #ffffff;
}
.benefitcard.color--white p {
  color: rgba(40, 40, 40, 0.8);
}
.benefitcard.color--black {
  color: #ffffff;
  background-color: #282828;
}
.benefitcard.color--black p {
  color: rgba(255, 255, 255, 0.8);
}
.benefitcard.color--red {
  color: #ffffff;
  background-color: #de323c;
}
.benefitcard.color--red p {
  color: rgba(255, 255, 255, 0.8);
}
.benefitcard.color--petrol {
  color: #ffffff;
  background-color: #1f5858;
}
.benefitcard.color--petrol p {
  color: rgba(255, 255, 255, 0.8);
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1300px) {
  .section .section.spaceAfter--extra-small:has(.benefitcard) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .benefitcard {
    min-height: 280px;
  }
  .benefitcard__content {
    padding: 48px 32px;
  }
  .benefitcard__icon {
    padding-bottom: 30px;
    width: 76px;
  }
}
@media screen and (max-width: 650px) {
  .benefitcard {
    min-height: 0px;
  }
  .benefitcard__icon {
    padding-bottom: 20px;
    width: 64px;
  }
  .benefitcard__content {
    padding: 32px;
  }
  .section .section.spaceAfter--extra-small:has(.benefitcard) {
    margin-bottom: 24px;
  }
  .twoCols.layout--0 .section__inner:has(.benefitcard) {
    row-gap: 24px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.pricecardtabs {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #dcdcdc;
}
.pricecardtabs hr {
  margin: 14px 0;
  border-color: #dcdcdc;
}
.pricecardtabs__header {
  display: flex;
  gap: 16px;
}
.pricecardtabs__icon img {
  max-width: 60px;
  height: auto;
}
.pricecardtabs__title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  display: flex;
  align-items: center;
}
.pricecardtabs__nav {
  display: flex;
  margin-top: 30px;
}
.pricecardtabs__nav-item {
  background: none;
  border: none;
  padding: 10px 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  color: #9b9b9b;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  position: relative;
}
.pricecardtabs__nav-item i {
  flex-shrink: 0;
  margin-top: 2px;
}
.pricecardtabs__nav-item .nav-text {
  flex: 1;
  word-break: auto-phrase;
}
.pricecardtabs__nav-item:hover {
  background-color: #f4f4f4;
}
.pricecardtabs__nav-item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #9b9b9b;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  left: 0;
}
.pricecardtabs__nav-item.active {
  color: #282828;
}
.pricecardtabs__nav-item.active:after {
  background-color: #282828;
}
.pricecardtabs__tab {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.pricecardtabs__tab.active {
  display: block;
}
.pricecardtabs__tab-title {
  display: none;
}
.pricecardtabs__tab-title i {
  margin-right: 8px;
}
.pricecardtabs__pricesection {
  margin: 32px 0;
}
.pricecardtabs__price {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
}
.pricecardtabs__period {
  font-weight: 400;
  font-size: 21px;
}
.pricecardtabs__content ul li {
  margin: 0 0 0 1.6em;
}
.pricecardtabs__content ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  left: -2em;
}

/*************************************************
* Color Variants
*************************************************/
.pricecardtabs.color--lightgrey {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.pricecardtabs.color--lightgrey .pricecardtabs__title,
.pricecardtabs.color--lightgrey .pricecardtabs__price,
.pricecardtabs.color--lightgrey .pricecardtabs__period {
  color: #282828;
}
.pricecardtabs.color--lightgrey .pricecardtabs__nav-item {
  color: #9b9b9b;
}
.pricecardtabs.color--lightgrey .pricecardtabs__nav-item:after {
  background-color: #9b9b9b;
}
.pricecardtabs.color--lightgrey .pricecardtabs__nav-item.active {
  color: #282828;
}
.pricecardtabs.color--lightgrey .pricecardtabs__nav-item.active:after {
  background-color: #282828;
}
.pricecardtabs.color--lightgrey .pricecardtabs__nav-item:hover {
  background-color: #e0e0e0;
}
.pricecardtabs.color--lightgrey .pricecardtabs__content ul li:before {
  color: #282828;
}

.pricecardtabs.color--white {
  background: #fff;
  border: 1px solid #fff;
}
.pricecardtabs.color--white .pricecardtabs__title,
.pricecardtabs.color--white .pricecardtabs__price,
.pricecardtabs.color--white .pricecardtabs__period {
  color: #282828;
}
.pricecardtabs.color--white .pricecardtabs__nav-item {
  color: #9b9b9b;
}
.pricecardtabs.color--white .pricecardtabs__nav-item:after {
  background-color: #dcdcdc;
}
.pricecardtabs.color--white .pricecardtabs__nav-item.active {
  color: #282828;
}
.pricecardtabs.color--white .pricecardtabs__nav-item.active:after {
  background-color: #282828;
}
.pricecardtabs.color--white .pricecardtabs__nav-item:hover {
  background-color: #f5f5f5;
}
.pricecardtabs.color--white .pricecardtabs__content ul li:before {
  color: #282828;
}

.pricecardtabs.color--black {
  background: #282828;
  border: 1px solid #282828;
  color: #fff;
}
.pricecardtabs.color--black .pricecardtabs__title,
.pricecardtabs.color--black .pricecardtabs__price,
.pricecardtabs.color--black .pricecardtabs__period {
  color: #fff;
}
.pricecardtabs.color--black .pricecardtabs__nav-item {
  color: #fff;
}
.pricecardtabs.color--black .pricecardtabs__nav-item:after {
  background-color: #999;
}
.pricecardtabs.color--black .pricecardtabs__nav-item.active {
  color: #fff;
}
.pricecardtabs.color--black .pricecardtabs__nav-item.active:after {
  background-color: #fff;
}
.pricecardtabs.color--black .pricecardtabs__nav-item:hover {
  background-color: #666;
}
.pricecardtabs.color--black .pricecardtabs__content ul li:before {
  color: #de323c;
}

.pricecardtabs.color--petrol {
  background: #1f5858;
  border: 1px solid #1f5858;
  color: #fff;
}
.pricecardtabs.color--petrol .pricecardtabs__title,
.pricecardtabs.color--petrol .pricecardtabs__price,
.pricecardtabs.color--petrol .pricecardtabs__period {
  color: #fff;
}
.pricecardtabs.color--petrol .pricecardtabs__nav-item {
  color: rgba(255, 255, 255, 0.6);
}
.pricecardtabs.color--petrol .pricecardtabs__nav-item:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.pricecardtabs.color--petrol .pricecardtabs__nav-item.active {
  color: #fff;
}
.pricecardtabs.color--petrol .pricecardtabs__nav-item.active:after {
  background-color: #fff;
}
.pricecardtabs.color--petrol .pricecardtabs__nav-item:hover {
  background-color: rgb(24.3571428571, 69.1428571429, 69.1428571429);
}
.pricecardtabs.color--petrol .pricecardtabs__content ul li:before {
  color: #fff;
}

.pricecardtabs.color--red {
  background: #de323c;
  border: 1px solid #de323c;
  color: #fff;
}
.pricecardtabs.color--red .pricecardtabs__title,
.pricecardtabs.color--red .pricecardtabs__price,
.pricecardtabs.color--red .pricecardtabs__period {
  color: #fff;
}
.pricecardtabs.color--red .pricecardtabs__nav-item {
  color: #fff;
}
.pricecardtabs.color--red .pricecardtabs__nav-item:after {
  background-color: #fff;
}
.pricecardtabs.color--red .pricecardtabs__nav-item.active {
  color: #fff;
}
.pricecardtabs.color--red .pricecardtabs__nav-item.active:after {
  background-color: #fff;
}
.pricecardtabs.color--red .pricecardtabs__nav-item:hover {
  background-color: rgb(212.3214285714, 34.1785714286, 44.5357142857);
}
.pricecardtabs.color--red .pricecardtabs__content ul li:before {
  color: #fff;
}

/*************************************************
* Animations
*************************************************/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .pricecardtabs__nav-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .pricecardtabs {
    padding: 20px;
  }
  .pricecardtabs__header {
    margin-bottom: 30px;
  }
  .pricecardtabs__nav {
    display: none;
  }
  .pricecardtabs__tab {
    display: block !important;
    margin-bottom: 20px;
    animation: none;
  }
  .pricecardtabs__tab:last-child {
    margin-bottom: 0;
  }
  .pricecardtabs__tab:not(:last-child) {
    padding-bottom: 20px;
  }
  .pricecardtabs__tab-title {
    display: flex;
    align-items: center;
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #282828;
  }
  .pricecardtabs__tab-title i {
    margin-right: 8px;
    font-size: 16px;
  }
}
/*************************************************
* Layout
*************************************************/
@media screen and (max-width: 992px) {
  .twoCols .section__inner:has(.pricecardtabs) {
    grid-template-columns: 1fr;
  }
}
/*************************************************
* Layout Options
*************************************************/
.contentBlock {
  width: 100%;
}
.contentBlock.spaceBefore--extra-small {
  margin-top: 8px;
}
.contentBlock.spaceBefore--extra-small.frame--borderTop, .contentBlock.spaceBefore--extra-small.frame--borderBoth {
  padding-top: 8px;
}
.contentBlock.spaceBefore--small {
  margin-top: 16px;
}
.contentBlock.spaceBefore--small.frame--borderTop, .contentBlock.spaceBefore--small.frame--borderBoth {
  padding-top: 16px;
}
.contentBlock.spaceBefore--medium {
  margin-top: 32px;
}
.contentBlock.spaceBefore--medium.frame--borderTop, .contentBlock.spaceBefore--medium.frame--borderBoth {
  padding-top: 32px;
}
.contentBlock.spaceBefore--large {
  margin-top: 50px;
}
.contentBlock.spaceBefore--large.frame--borderTop, .contentBlock.spaceBefore--large.frame--borderBoth {
  padding-top: 50px;
}
.contentBlock.spaceBefore--extra-large {
  margin-top: 80px;
}
.contentBlock.spaceBefore--extra-large.frame--borderTop, .contentBlock.spaceBefore--extra-large.frame--borderBoth {
  padding-top: 80px;
}
.contentBlock.spaceBefore--none {
  margin-top: 0;
}
.contentBlock.spaceAfter--extra-small {
  margin-bottom: 8px;
}
.contentBlock.spaceAfter--extra-small.frame--borderBottom, .contentBlock.spaceAfter--extra-small.frame--borderBoth {
  padding-bottom: 8px;
}
.contentBlock.spaceAfter--small {
  margin-bottom: 16px;
}
.contentBlock.spaceAfter--small.frame--borderBottom, .contentBlock.spaceAfter--small.frame--borderBoth {
  padding-bottom: 16px;
}
.contentBlock.spaceAfter--medium {
  margin-bottom: 32px;
}
.contentBlock.spaceAfter--medium.frame--borderBottom, .contentBlock.spaceAfter--medium.frame--borderBoth {
  padding-bottom: 32px;
}
.contentBlock.spaceAfter--large {
  margin-bottom: 50px;
}
.contentBlock.spaceAfter--large.frame--borderBottom, .contentBlock.spaceAfter--large.frame--borderBoth {
  padding-bottom: 50px;
}
.contentBlock.spaceAfter--extra-large {
  margin-bottom: 80px;
}
.contentBlock.spaceAfter--extra-large.frame--borderBottom, .contentBlock.spaceAfter--extra-large.frame--borderBoth {
  padding-bottom: 80px;
}
.contentBlock.spaceAfter--none {
  margin-bottom: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .contentBlock.spaceBefore--small {
    margin-top: 11.4285714286px;
  }
  .contentBlock.spaceBefore--small.frame--borderTop, .contentBlock.spaceBefore--small.frame--borderBoth {
    padding-top: 11.4285714286px;
  }
  .contentBlock.spaceBefore--medium {
    margin-top: 22.8571428571px;
  }
  .contentBlock.spaceBefore--medium.frame--borderTop, .contentBlock.spaceBefore--medium.frame--borderBoth {
    padding-top: 22.8571428571px;
  }
  .contentBlock.spaceBefore--large {
    margin-top: 35.7142857143px;
  }
  .contentBlock.spaceBefore--large.frame--borderTop, .contentBlock.spaceBefore--large.frame--borderBoth {
    padding-top: 35.7142857143px;
  }
  .contentBlock.spaceBefore--extra-large {
    margin-top: 57.1428571429px;
  }
  .contentBlock.spaceBefore--extra-large.frame--borderTop, .contentBlock.spaceBefore--extra-large.frame--borderBoth {
    padding-top: 57.1428571429px;
  }
  .contentBlock.spaceAfter--small {
    margin-bottom: 11.4285714286px;
  }
  .contentBlock.spaceAfter--small.frame--borderBottom, .contentBlock.spaceAfter--small.frame--borderBoth {
    padding-bottom: 11.4285714286px;
  }
  .contentBlock.spaceAfter--medium {
    margin-bottom: 22.8571428571px;
  }
  .contentBlock.spaceAfter--medium.frame--borderBottom, .contentBlock.spaceAfter--medium.frame--borderBoth {
    padding-bottom: 22.8571428571px;
  }
  .contentBlock.spaceAfter--large {
    margin-bottom: 35.7142857143px;
  }
  .contentBlock.spaceAfter--large.frame--borderBottom, .contentBlock.spaceAfter--large.frame--borderBoth {
    padding-bottom: 35.7142857143px;
  }
  .contentBlock.spaceAfter--extra-large {
    margin-bottom: 57.1428571429px;
  }
  .contentBlock.spaceAfter--extra-large.frame--borderBottom, .contentBlock.spaceAfter--extra-large.frame--borderBoth {
    padding-bottom: 57.1428571429px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Images
*************************************************/
.type--textpic [data-ce-columns="2"] .ce-row,
.type--textpic [data-ce-columns="3"] .ce-row,
.type--textpic [data-ce-columns="4"] .ce-row,
.type--textpic [data-ce-columns="5"] .ce-row,
.type--textpic [data-ce-columns="6"] .ce-row,
.type--textpic [data-ce-columns="7"] .ce-row,
.type--textpic [data-ce-columns="8"] .ce-row,
.type--image [data-ce-columns="2"] .ce-row,
.type--image [data-ce-columns="3"] .ce-row,
.type--image [data-ce-columns="4"] .ce-row,
.type--image [data-ce-columns="5"] .ce-row,
.type--image [data-ce-columns="6"] .ce-row,
.type--image [data-ce-columns="7"] .ce-row,
.type--image [data-ce-columns="8"] .ce-row {
  display: flex;
}

/*************************************************
* Lightbox
*************************************************/
.lightbox {
  position: relative;
  display: inline-block;
}
.lightbox:after {
  content: "";
  background-image: url("../Images/expand_white.svg");
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 30px;
  width: 30px;
  background-size: contain;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.2s ease-out;
}
.lightbox:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.lightbox img {
  transition: filter 0.25s ease-in-out;
}
.lightbox:hover:after {
  opacity: 1;
  transform: scale(1);
}
.lightbox:hover:before {
  opacity: 1;
}

.fslightbox-source {
  min-width: 900px;
  height: auto !important;
  background-color: #fff;
}
@media screen and (max-width: 989px) {
  .fslightbox-source {
    margin: 30px;
    min-width: auto;
    width: calc(100vw - 60px) !important;
  }
}
@media screen and (max-width: 550px) {
  .fslightbox-source {
    margin: 20px;
    width: calc(100vw - 40px) !important;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic Style
*************************************************/
.type--textpic .ce-above .ce-gallery {
  margin-bottom: 32px;
}
.type--textpic .ce-below .ce-gallery {
  margin-top: 32px;
}
.type--textpic .ce-left {
  display: flex;
}
.type--textpic .ce-left .ce-gallery {
  margin-right: 32px;
  flex-shrink: 0;
}
.type--textpic .ce-left .ce-bodytext {
  display: flex;
  align-items: center;
}
.type--textpic .ce-right {
  display: flex;
}
.type--textpic .ce-right .ce-gallery {
  flex-shrink: 0;
  order: 2;
  margin-left: 32px;
}
.type--textpic .ce-right .ce-bodytext {
  display: flex;
  align-items: center;
}

.type--textpic.layout--1 figure {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
}
.type--textpic.layout--1 img {
  height: auto;
  width: auto;
  max-width: 70px;
  max-height: 70px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 550px) {
  .type--textpic .ce-left, .type--textpic .ce-right {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .type--textpic .ce-left .ce-gallery, .type--textpic .ce-right .ce-gallery {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .type--textpic .ce-above .ce-gallery {
    margin-bottom: 16px;
  }
  .type--textpic .ce-below .ce-gallery {
    margin-top: 16px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Shortcut
*************************************************/
.type--shortcut figure {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
}
.type--shortcut img {
  height: auto;
  width: auto;
  max-width: 70px;
  max-height: 70px;
}

/*************************************************
* Divider
*************************************************/
.divider.section {
  padding: 0;
}
.divider hr {
  margin: 0;
  border-top: 1px solid #dcdcdc;
}

/*************************************************
* Sitemap
*************************************************/
.type--menu_sitemap_pages a {
  color: #000;
}
.type--menu_sitemap_pages a:hover {
  color: #de323c;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Video
*************************************************/
.type--textmedia {
  width: 100%;
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 8px;
}
.type--textmedia .video.controls--0.loop--0 {
  position: relative;
  cursor: pointer;
}
.type--textmedia .video.controls--0.loop--0.played {
  cursor: initial;
}
.type--textmedia .video.controls--0.loop--0.played .playButton {
  opacity: 0;
}
.type--textmedia .video-embed {
  position: relative;
}
.type--textmedia video {
  display: block;
}
.type--textmedia video:focus {
  outline: none;
}
.type--textmedia .playButton {
  background-image: url("../Images/playbutton.svg");
  position: absolute;
  height: 80px;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-size: cover;
  transition: 0.08s linear all;
  opacity: 1;
}
.type--textmedia figcaption {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 10px 30px;
}
.type--textmedia .ce-bodytext {
  padding: 40px 30px;
}
.type--textmedia iframe {
  border: none;
  display: block;
}
.type--textmedia .ce-gallery[data-ce-columns="2"] .ce-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.type--textmedia .ce-gallery[data-ce-columns="3"] .ce-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.type--textmedia .ce-gallery[data-ce-columns="3"] .ce-row figcaption {
  padding: 0 10px;
}

/*************************************************
* Layouts
*************************************************/
.type--textmedia.layout--1 .playButton {
  background-image: url("../Images/playbutton_outline.svg");
  height: 50px;
  width: 38px;
  left: calc(50% - 20px);
  top: calc(50% - 35px);
}

/*************************************************
* Backgrounds
*************************************************/
.background--black .type--textmedia,
.background--grey .type--textmedia,
.background--red .type--textmedia,
.background--petrol .type--textmedia,
.background--patternRed .type--textmedia,
.background--patternBlack .type--textmedia {
  background: #fff;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1100px) {
  .type--textmedia .ce-gallery[data-ce-columns="3"] .ce-row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .type--textmedia .ce-gallery[data-ce-columns="2"] .ce-row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .type--textmedia .playButton {
    background-image: url("../Images/playbutton.svg");
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .type--textmedia.layout--1 .playButton {
    height: 41px;
    width: 31px;
    left: calc(50% - 17px);
    top: calc(50% - 27px);
  }
}
/*************************************************
* General
*************************************************/
.type--text,
.type--textpic,
.type--shortcut {
  position: relative;
}

figure {
  margin: 0;
}

::selection {
  background: #c20936;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

label {
  position: relative;
}

/*************************************************
* Layout Options
*************************************************/
.contentElement {
  width: 100%;
}
.contentElement.frame--borderBottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.contentElement.frame--borderTop {
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
  margin-top: 16px;
}
.contentElement.frame--borderBoth {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 16px;
  margin-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.contentElement.frame--borderBottom + .contentElement.frame--borderTop,
.contentElement.frame--borderBottom + .contentElement.frame--borderBoth, .contentElement.frame--borderBoth + .contentElement.frame--borderTop,
.contentElement.frame--borderBoth + .contentElement.frame--borderBoth {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.contentElement.fullWidth--0.type--text, .contentElement.fullWidth--0.type--textpic {
  max-width: 1000px;
}
.contentElement.align--leftCenter, .contentElement.align--leftBottom, .contentElement.align--centerCenter, .contentElement.align--centerBottom, .contentElement.align--rightCenter, .contentElement.align--rightBottom {
  display: flex;
  flex-wrap: wrap;
}
.contentElement.align--leftCenter {
  align-items: center;
}
.contentElement.align--leftCenter .ce-left, .contentElement.align--leftCenter .ce-right {
  align-items: center;
}
.contentElement.align--leftBottom {
  align-items: end;
}
.contentElement.align--centerTop, .contentElement.align--centerCenter, .contentElement.align--centerBottom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.contentElement.align--centerTop figure, .contentElement.align--centerCenter figure, .contentElement.align--centerBottom figure {
  margin: 0 auto;
}
.contentElement.align--centerTop img, .contentElement.align--centerCenter img, .contentElement.align--centerBottom img {
  margin: 0 auto;
}
.contentElement.align--centerTop.isLinked .ce-bodytext__inner:after, .contentElement.align--centerCenter.isLinked .ce-bodytext__inner:after, .contentElement.align--centerBottom.isLinked .ce-bodytext__inner:after {
  left: calc(50% - 16px);
}
.contentElement.align--centerCenter {
  align-items: center;
}
.contentElement.align--centerCenter .ce-left, .contentElement.align--centerCenter .ce-right {
  align-items: center;
}
.contentElement.align--centerBottom {
  align-items: end;
}
.contentElement.align--rightTop, .contentElement.align--rightCenter, .contentElement.align--rightBottom {
  text-align: right;
  justify-content: right;
  margin-left: auto;
}
.contentElement.align--rightTop figure, .contentElement.align--rightCenter figure, .contentElement.align--rightBottom figure {
  margin-left: auto;
}
.contentElement.align--rightTop img, .contentElement.align--rightCenter img, .contentElement.align--rightBottom img {
  margin-left: auto;
}
.contentElement.align--rightTop.type--textpic figure, .contentElement.align--rightTop.type--textpic img, .contentElement.align--rightCenter.type--textpic figure, .contentElement.align--rightCenter.type--textpic img, .contentElement.align--rightBottom.type--textpic figure, .contentElement.align--rightBottom.type--textpic img {
  margin: 0;
}
.contentElement.align--rightCenter {
  align-items: center;
}
.contentElement.align--rightCenter .ce-left, .contentElement.align--rightCenter .ce-right {
  align-items: center;
}
.contentElement.align--rightBottom {
  align-items: end;
}
.contentElement a.ceLink {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.contentElement.isLinked > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contentElement.isLinked > div > .ce-bodytext {
  flex-grow: 1;
}
.contentElement.isLinked .ce-bodytext__inner,
.contentElement.isLinked .type--text__inner {
  position: relative;
  height: 100%;
  padding-bottom: 60px !important;
}
.contentElement.isLinked .ce-bodytext__inner:after,
.contentElement.isLinked .type--text__inner:after {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  left: 0;
  bottom: 0;
}
.contentElement.isLinked:hover .ce-bodytext__inner:after,
.contentElement.isLinked:hover .type--text__inner:after {
  animation: moveArrow 0.3s ease-in-out 1;
}
.contentElement.spaceBefore--extra-small {
  margin-top: 8px;
}
.contentElement.spaceBefore--extra-small.frame--borderTop, .contentElement.spaceBefore--extra-small.frame--borderBoth {
  padding-top: 8px;
}
.contentElement.spaceBefore--small {
  margin-top: 16px;
}
.contentElement.spaceBefore--small.frame--borderTop, .contentElement.spaceBefore--small.frame--borderBoth {
  padding-top: 16px;
}
.contentElement.spaceBefore--medium {
  margin-top: 32px;
}
.contentElement.spaceBefore--medium.frame--borderTop, .contentElement.spaceBefore--medium.frame--borderBoth {
  padding-top: 32px;
}
.contentElement.spaceBefore--large {
  margin-top: 50px;
}
.contentElement.spaceBefore--large.frame--borderTop, .contentElement.spaceBefore--large.frame--borderBoth {
  padding-top: 50px;
}
.contentElement.spaceBefore--extra-large {
  margin-top: 80px;
}
.contentElement.spaceBefore--extra-large.frame--borderTop, .contentElement.spaceBefore--extra-large.frame--borderBoth {
  padding-top: 80px;
}
.contentElement.spaceBefore--none {
  margin-top: 0;
}
.contentElement.spaceAfter--extra-small {
  margin-bottom: 8px;
}
.contentElement.spaceAfter--extra-small.frame--borderBottom, .contentElement.spaceAfter--extra-small.frame--borderBoth {
  padding-bottom: 8px;
}
.contentElement.spaceAfter--small {
  margin-bottom: 16px;
}
.contentElement.spaceAfter--small.frame--borderBottom, .contentElement.spaceAfter--small.frame--borderBoth {
  padding-bottom: 16px;
}
.contentElement.spaceAfter--medium {
  margin-bottom: 32px;
}
.contentElement.spaceAfter--medium.frame--borderBottom, .contentElement.spaceAfter--medium.frame--borderBoth {
  padding-bottom: 32px;
}
.contentElement.spaceAfter--large {
  margin-bottom: 50px;
}
.contentElement.spaceAfter--large.frame--borderBottom, .contentElement.spaceAfter--large.frame--borderBoth {
  padding-bottom: 50px;
}
.contentElement.spaceAfter--extra-large {
  margin-bottom: 80px;
}
.contentElement.spaceAfter--extra-large.frame--borderBottom, .contentElement.spaceAfter--extra-large.frame--borderBoth {
  padding-bottom: 80px;
}
.contentElement.spaceAfter--none {
  margin-bottom: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 989px) {
  .contentElement.align--rightTop, .contentElement.align--rightCenter, .contentElement.align--rightBottom {
    margin: 0 !important;
    text-align: left !important;
    justify-content: left !important;
  }
}
@media screen and (max-width: 550px) {
  .contentElement.spaceBefore--small {
    margin-top: 11.4285714286px;
  }
  .contentElement.spaceBefore--small.frame--borderTop, .contentElement.spaceBefore--small.frame--borderBoth {
    padding-top: 11.4285714286px;
  }
  .contentElement.spaceBefore--medium {
    margin-top: 22.8571428571px;
  }
  .contentElement.spaceBefore--medium.frame--borderTop, .contentElement.spaceBefore--medium.frame--borderBoth {
    padding-top: 22.8571428571px;
  }
  .contentElement.spaceBefore--large {
    margin-top: 35.7142857143px;
  }
  .contentElement.spaceBefore--large.frame--borderTop, .contentElement.spaceBefore--large.frame--borderBoth {
    padding-top: 35.7142857143px;
  }
  .contentElement.spaceBefore--extra-large {
    margin-top: 57.1428571429px;
  }
  .contentElement.spaceBefore--extra-large.frame--borderTop, .contentElement.spaceBefore--extra-large.frame--borderBoth {
    padding-top: 57.1428571429px;
  }
  .contentElement.spaceAfter--small {
    margin-bottom: 11.4285714286px;
  }
  .contentElement.spaceAfter--small.frame--borderBottom, .contentElement.spaceAfter--small.frame--borderBoth {
    padding-bottom: 11.4285714286px;
  }
  .contentElement.spaceAfter--medium {
    margin-bottom: 22.8571428571px;
  }
  .contentElement.spaceAfter--medium.frame--borderBottom, .contentElement.spaceAfter--medium.frame--borderBoth {
    padding-bottom: 22.8571428571px;
  }
  .contentElement.spaceAfter--large {
    margin-bottom: 35.7142857143px;
  }
  .contentElement.spaceAfter--large.frame--borderBottom, .contentElement.spaceAfter--large.frame--borderBoth {
    padding-bottom: 35.7142857143px;
  }
  .contentElement.spaceAfter--extra-large {
    margin-bottom: 57.1428571429px;
  }
  .contentElement.spaceAfter--extra-large.frame--borderBottom, .contentElement.spaceAfter--extra-large.frame--borderBoth {
    padding-bottom: 57.1428571429px;
  }
}

/*************************************************
* Import
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.section .section,
.section__inner .section__inner {
  padding: 0;
}

.section .section.background--default, .section .section.background--grey, .section .section.background--red, .section .section.background--black, .section .section.background--petrol, .section .section.background--patternBlack, .section .section.background--patternGrey, .section .section.background--patternRed {
  background: none !important;
}

/*************************************************
* TwoCols
*************************************************/
.twoCols .section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}
.twoCols.columnRatio--1 .section__inner, .twoCols.columnRatio--2 .section__inner {
  grid-template-columns: 1fr 1fr 1fr;
}
.twoCols.columnRatio--1 .section__inner > div:first-child {
  grid-column: 1/3;
}
.twoCols.columnRatio--1 .section__inner > div:last-child {
  grid-column: 3/4;
}
.twoCols.columnRatio--2 .section__inner > div:first-child {
  grid-column: 1/2;
}
.twoCols.columnRatio--2 .section__inner > div:last-child {
  grid-column: 2/4;
}

/*************************************************
* ThreeCols
*************************************************/
.threeCols .section__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}

/*************************************************
* FourCols
*************************************************/
.fourCols .section__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}

/*************************************************
* Default Layout 1 box: Standard
*************************************************/
.standard.layout--1 {
  background: none !important;
  padding-left: 30px;
  padding-right: 30px;
}
.standard.layout--1 > .section__inner {
  max-width: 1280px;
  padding: 60px;
  border-radius: 8px;
}
.standard.layout--1.background--default > .section__inner {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.standard.layout--1.background--grey > .section__inner {
  background-color: #f4f4f4;
}
.standard.layout--1.background--black > .section__inner {
  background-color: #282828;
}
.standard.layout--1.background--red > .section__inner {
  background-color: #de323c;
}
.standard.layout--1.background--petrol > .section__inner {
  background-color: #1f5858;
}
.standard.layout--1.background--greyHalf > .section__inner {
  background: linear-gradient(180deg, #f4f4f4 50%, #fff 50%);
}
.standard.layout--1.background--patternGrey > .section__inner {
  background-image: url(../Images/backgrounds/grey.jpg);
  background-size: cover;
}
.standard.layout--1.background--patternBlack > .section__inner {
  background-image: url(../Images/backgrounds/black.jpg);
  background-size: cover;
}
.standard.layout--1.background--patternRed > .section__inner {
  background-image: url(../Images/backgrounds/red.jpg);
  background-size: cover;
}
.standard.layout--2 .section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

/*************************************************
* Default Layout 1 box: TwoCols, ThreeCols, FourCols
*************************************************/
.twoCols.layout--1 .section__inner > .contentElement,
.threeCols.layout--1 .section__inner > .contentElement,
.fourCols.layout--1 .section__inner > .contentElement {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.twoCols.layout--1 .section__inner > .contentElement.type--text, .twoCols.layout--1 .section__inner > .contentElement.type--shortcut,
.threeCols.layout--1 .section__inner > .contentElement.type--text,
.threeCols.layout--1 .section__inner > .contentElement.type--shortcut,
.fourCols.layout--1 .section__inner > .contentElement.type--text,
.fourCols.layout--1 .section__inner > .contentElement.type--shortcut {
  padding: 32px 32px 40px 32px;
}
.twoCols.layout--1 .section__inner > .contentElement.type--image *,
.threeCols.layout--1 .section__inner > .contentElement.type--image *,
.fourCols.layout--1 .section__inner > .contentElement.type--image * {
  height: 100%;
}
.twoCols.layout--1 .section__inner > .contentElement.type--image img,
.threeCols.layout--1 .section__inner > .contentElement.type--image img,
.fourCols.layout--1 .section__inner > .contentElement.type--image img {
  width: 100%;
  object-fit: cover;
}
.twoCols.layout--1 .section__inner > .contentElement.type--textpic .ce-gallery,
.threeCols.layout--1 .section__inner > .contentElement.type--textpic .ce-gallery,
.fourCols.layout--1 .section__inner > .contentElement.type--textpic .ce-gallery {
  margin: 0;
}
.twoCols.layout--1 .section__inner > .contentElement.type--textpic .ce-bodytext,
.threeCols.layout--1 .section__inner > .contentElement.type--textpic .ce-bodytext,
.fourCols.layout--1 .section__inner > .contentElement.type--textpic .ce-bodytext {
  padding: 32px 32px 40px 32px;
}
.twoCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-textpic,
.threeCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-textpic,
.fourCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-textpic {
  padding: 32px 32px 40px 32px;
}
.twoCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-bodytext,
.threeCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-bodytext,
.fourCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-bodytext {
  padding: 0;
}
.twoCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-above .ce-bodytext,
.threeCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-above .ce-bodytext,
.fourCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-above .ce-bodytext {
  margin-top: 40px;
}
.twoCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-below .ce-gallery,
.threeCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-below .ce-gallery,
.fourCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-below .ce-gallery {
  margin-top: 30px;
}

.twoCols.layout--1 .section__inner > .contentElement.type--text {
  padding: 42px 42px 50px 42px;
}
.twoCols.layout--1 .section__inner > .contentElement.type--textpic.layout--1 .ce-textpic {
  padding: 46px 42px 46px 42px;
}

/*************************************************
* Layout 2: TwoCols
*************************************************/
.twoCols.layout--2 .section__inner > .contentElement {
  background-color: #f4f4f4;
  position: relative;
  color: #000;
  padding: 70px 42px 50px 42px;
  border-radius: 8px;
}
.twoCols.layout--2 .section__inner > .contentElement.type--textpic, .twoCols.layout--2 .section__inner > .contentElement.type--shortcut {
  margin-top: 50px;
}
.twoCols.layout--2 .section__inner > .contentElement .ce-textpic {
  display: block;
  position: relative;
}
.twoCols.layout--2 .section__inner > .contentElement .ce-gallery {
  position: absolute;
  right: 0;
  top: -120px;
  margin: 0;
}
.twoCols.layout--2 .section__inner > .contentElement figure {
  box-shadow: 0px -4px 8px -4px rgba(0, 0, 0, 0.1);
}
.twoCols.layout--2 .section__inner > .contentElement figure {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.twoCols.layout--2 .section__inner > .contentElement img {
  height: auto;
  width: auto;
  max-width: 60px;
  max-height: 60px;
}

/*************************************************
* Default Layout 3: TwoCols
*************************************************/
@media screen and (max-width: 1200px) {
  .twoCols.layout--3.columnRatio--1 .section__inner {
    display: block;
  }
  .twoCols.layout--3.columnRatio--1 .section__inner > div:last-child {
    display: block;
    text-align: left;
    margin-left: 132px !important;
    margin-top: 30px !important;
    width: auto;
  }
  .twoCols.layout--3.columnRatio--1 .ce-left {
    align-items: flex-start;
  }
}
@media screen and (max-width: 550px) {
  .twoCols.layout--3.columnRatio--1 .section__inner > div:last-child {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}
.twoCols.layout--3 .type--textpic.layout--1 figure {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.twoCols.layout--3 .type--textpic.layout--1 img {
  height: auto;
  width: auto;
  max-width: 60px;
  max-height: 60px;
}

/*************************************************
* Background Layout 0 (Parent)
*************************************************/
.content > .background--petrol.twoCols.layout--0 .type--textpic.layout--1 figure, .content > .background--petrol.threeCols.layout--0 .type--textpic.layout--1 figure, .content > .background--petrol.fourCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--black.twoCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--black.threeCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--black.fourCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--red.twoCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--red.threeCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--red.fourCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternBlack.twoCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternBlack.threeCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternBlack.fourCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternRed.twoCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternRed.threeCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternRed.fourCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternGrey.twoCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternGrey.threeCols.layout--0 .type--textpic.layout--1 figure,
.content > .background--patternGrey.fourCols.layout--0 .type--textpic.layout--1 figure {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content > .background--petrol.twoCols.layout--0 .type--textpic.layout--1 img, .content > .background--petrol.threeCols.layout--0 .type--textpic.layout--1 img, .content > .background--petrol.fourCols.layout--0 .type--textpic.layout--1 img,
.content > .background--black.twoCols.layout--0 .type--textpic.layout--1 img,
.content > .background--black.threeCols.layout--0 .type--textpic.layout--1 img,
.content > .background--black.fourCols.layout--0 .type--textpic.layout--1 img,
.content > .background--red.twoCols.layout--0 .type--textpic.layout--1 img,
.content > .background--red.threeCols.layout--0 .type--textpic.layout--1 img,
.content > .background--red.fourCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternBlack.twoCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternBlack.threeCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternBlack.fourCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternRed.twoCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternRed.threeCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternRed.fourCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternGrey.twoCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternGrey.threeCols.layout--0 .type--textpic.layout--1 img,
.content > .background--patternGrey.fourCols.layout--0 .type--textpic.layout--1 img {
  height: auto;
  width: auto;
  max-width: 60px;
  max-height: 60px;
}
.content > .background--petrol.twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--petrol.twoCols.layout--0 .contentElement.isLinked .type--text__inner:after, .content > .background--petrol.threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--petrol.threeCols.layout--0 .contentElement.isLinked .type--text__inner:after, .content > .background--petrol.fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--petrol.fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--black.twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--black.twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--black.threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--black.threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--black.fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--black.fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--red.twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--red.twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--red.threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--red.threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--red.fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--red.fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternBlack.twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternBlack.twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternBlack.threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternBlack.threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternBlack.fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternBlack.fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternRed.twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternRed.twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternRed.threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternRed.threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternRed.fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternRed.fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternGrey.twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternGrey.twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternGrey.threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternGrey.threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.content > .background--patternGrey.fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.content > .background--patternGrey.fourCols.layout--0 .contentElement.isLinked .type--text__inner:after {
  background-image: url(../Images/arrow_white.svg);
}

/*************************************************
* Background Layout 1 box (Parent)
*************************************************/
.content > .twoCols.layout--1 .section__inner > .contentElement,
.content > .threeCols.layout--1 .section__inner > .contentElement,
.content > .fourCols.layout--1 .section__inner > .contentElement {
  background: #fff;
  color: #000;
}
.content > .twoCols.background--default.layout--1 .section__inner > .contentElement,
.content > .threeCols.background--default.layout--1 .section__inner > .contentElement,
.content > .fourCols.background--default.layout--1 .section__inner > .contentElement {
  background: #f4f4f4;
}

/*************************************************
* Background Layout 0 (Child)
*************************************************/
.section .section.background--greyHalf {
  background: none !important;
}
.section .section.background--greyHalf .contentElement {
  background: #f4f4f4 !important;
}

.background--petrol .twoCols.layout--0 .type--textpic.layout--1 figure,
.background--petrol .threeCols.layout--0 .type--textpic.layout--1 figure,
.background--petrol .fourCols.layout--0 .type--textpic.layout--1 figure,
.background--black .twoCols.layout--0 .type--textpic.layout--1 figure,
.background--black .threeCols.layout--0 .type--textpic.layout--1 figure,
.background--black .fourCols.layout--0 .type--textpic.layout--1 figure,
.background--red .twoCols.layout--0 .type--textpic.layout--1 figure,
.background--red .threeCols.layout--0 .type--textpic.layout--1 figure,
.background--red .fourCols.layout--0 .type--textpic.layout--1 figure,
.background--patternBlack .twoCols.layout--0 .type--textpic.layout--1 figure,
.background--patternBlack .threeCols.layout--0 .type--textpic.layout--1 figure,
.background--patternBlack .fourCols.layout--0 .type--textpic.layout--1 figure,
.background--patternRed .twoCols.layout--0 .type--textpic.layout--1 figure,
.background--patternRed .threeCols.layout--0 .type--textpic.layout--1 figure,
.background--patternRed .fourCols.layout--0 .type--textpic.layout--1 figure,
.background--patternGrey .twoCols.layout--0 .type--textpic.layout--1 figure,
.background--patternGrey .threeCols.layout--0 .type--textpic.layout--1 figure,
.background--patternGrey .fourCols.layout--0 .type--textpic.layout--1 figure {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background--petrol .twoCols.layout--0 .type--textpic.layout--1 img,
.background--petrol .threeCols.layout--0 .type--textpic.layout--1 img,
.background--petrol .fourCols.layout--0 .type--textpic.layout--1 img,
.background--black .twoCols.layout--0 .type--textpic.layout--1 img,
.background--black .threeCols.layout--0 .type--textpic.layout--1 img,
.background--black .fourCols.layout--0 .type--textpic.layout--1 img,
.background--red .twoCols.layout--0 .type--textpic.layout--1 img,
.background--red .threeCols.layout--0 .type--textpic.layout--1 img,
.background--red .fourCols.layout--0 .type--textpic.layout--1 img,
.background--patternBlack .twoCols.layout--0 .type--textpic.layout--1 img,
.background--patternBlack .threeCols.layout--0 .type--textpic.layout--1 img,
.background--patternBlack .fourCols.layout--0 .type--textpic.layout--1 img,
.background--patternRed .twoCols.layout--0 .type--textpic.layout--1 img,
.background--patternRed .threeCols.layout--0 .type--textpic.layout--1 img,
.background--patternRed .fourCols.layout--0 .type--textpic.layout--1 img,
.background--patternGrey .twoCols.layout--0 .type--textpic.layout--1 img,
.background--patternGrey .threeCols.layout--0 .type--textpic.layout--1 img,
.background--patternGrey .fourCols.layout--0 .type--textpic.layout--1 img {
  height: auto;
  width: auto;
  max-width: 60px;
  max-height: 60px;
}
.background--petrol .twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--petrol .twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--petrol .threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--petrol .threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--petrol .fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--petrol .fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--black .twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--black .twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--black .threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--black .threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--black .fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--black .fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--red .twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--red .twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--red .threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--red .threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--red .fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--red .fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternBlack .twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternBlack .twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternBlack .threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternBlack .threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternBlack .fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternBlack .fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternRed .twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternRed .twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternRed .threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternRed .threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternRed .fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternRed .fourCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternGrey .twoCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternGrey .twoCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternGrey .threeCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternGrey .threeCols.layout--0 .contentElement.isLinked .type--text__inner:after,
.background--patternGrey .fourCols.layout--0 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternGrey .fourCols.layout--0 .contentElement.isLinked .type--text__inner:after {
  background-image: url(../Images/arrow_white.svg);
}

/*************************************************
* Background Layout 1 Box (Child)
*************************************************/
.background--grey .twoCols.layout--1 .contentElement,
.background--grey .threeCols.layout--1 .contentElement,
.background--grey .fourCols.layout--1 .contentElement,
.background--petrol .twoCols.layout--1 .contentElement,
.background--petrol .threeCols.layout--1 .contentElement,
.background--petrol .fourCols.layout--1 .contentElement,
.background--black .twoCols.layout--1 .contentElement,
.background--black .threeCols.layout--1 .contentElement,
.background--black .fourCols.layout--1 .contentElement,
.background--red .twoCols.layout--1 .contentElement,
.background--red .threeCols.layout--1 .contentElement,
.background--red .fourCols.layout--1 .contentElement,
.background--patternBlack .twoCols.layout--1 .contentElement,
.background--patternBlack .threeCols.layout--1 .contentElement,
.background--patternBlack .fourCols.layout--1 .contentElement,
.background--patternRed .twoCols.layout--1 .contentElement,
.background--patternRed .threeCols.layout--1 .contentElement,
.background--patternRed .fourCols.layout--1 .contentElement,
.background--patternGrey .twoCols.layout--1 .contentElement,
.background--patternGrey .threeCols.layout--1 .contentElement,
.background--patternGrey .fourCols.layout--1 .contentElement {
  background-color: #fff;
  color: #282828;
}
.background--grey .twoCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--grey .twoCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--grey .threeCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--grey .threeCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--grey .fourCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--grey .fourCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--petrol .twoCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--petrol .twoCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--petrol .threeCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--petrol .threeCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--petrol .fourCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--petrol .fourCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--black .twoCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--black .twoCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--black .threeCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--black .threeCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--black .fourCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--black .fourCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--red .twoCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--red .twoCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--red .threeCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--red .threeCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--red .fourCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--red .fourCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternBlack .twoCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternBlack .twoCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternBlack .threeCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternBlack .threeCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternBlack .fourCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternBlack .fourCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternRed .twoCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternRed .twoCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternRed .threeCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternRed .threeCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternRed .fourCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternRed .fourCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternGrey .twoCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternGrey .twoCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternGrey .threeCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternGrey .threeCols.layout--1 .contentElement.isLinked .type--text__inner:after,
.background--patternGrey .fourCols.layout--1 .contentElement.isLinked .ce-bodytext__inner:after,
.background--patternGrey .fourCols.layout--1 .contentElement.isLinked .type--text__inner:after {
  background-image: url(../Images/arrow_black.svg);
}

.background--grey .twoCols.layout--1 .contentElement,
.background--grey .threeCols.layout--1 .contentElement,
.background--grey .fourCols.layout--1 .contentElement {
  border: 1px solid #dcdcdc;
}

.standard.background--default .twoCols.layout--1.background--petrol .type--textpic.layout--1 figure, .standard.background--default .twoCols.layout--1.background--black .type--textpic.layout--1 figure, .standard.background--default .twoCols.layout--1.background--red .type--textpic.layout--1 figure, .standard.background--default .twoCols.layout--1.background--patternBlack .type--textpic.layout--1 figure, .standard.background--default .twoCols.layout--1.background--patternRed .type--textpic.layout--1 figure,
.standard.background--default .threeCols.layout--1.background--petrol .type--textpic.layout--1 figure,
.standard.background--default .threeCols.layout--1.background--black .type--textpic.layout--1 figure,
.standard.background--default .threeCols.layout--1.background--red .type--textpic.layout--1 figure,
.standard.background--default .threeCols.layout--1.background--patternBlack .type--textpic.layout--1 figure,
.standard.background--default .threeCols.layout--1.background--patternRed .type--textpic.layout--1 figure,
.standard.background--default .fourCols.layout--1.background--petrol .type--textpic.layout--1 figure,
.standard.background--default .fourCols.layout--1.background--black .type--textpic.layout--1 figure,
.standard.background--default .fourCols.layout--1.background--red .type--textpic.layout--1 figure,
.standard.background--default .fourCols.layout--1.background--patternBlack .type--textpic.layout--1 figure,
.standard.background--default .fourCols.layout--1.background--patternRed .type--textpic.layout--1 figure {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.standard.background--default .twoCols.layout--1.background--petrol .type--textpic.layout--1 img, .standard.background--default .twoCols.layout--1.background--black .type--textpic.layout--1 img, .standard.background--default .twoCols.layout--1.background--red .type--textpic.layout--1 img, .standard.background--default .twoCols.layout--1.background--patternBlack .type--textpic.layout--1 img, .standard.background--default .twoCols.layout--1.background--patternRed .type--textpic.layout--1 img,
.standard.background--default .threeCols.layout--1.background--petrol .type--textpic.layout--1 img,
.standard.background--default .threeCols.layout--1.background--black .type--textpic.layout--1 img,
.standard.background--default .threeCols.layout--1.background--red .type--textpic.layout--1 img,
.standard.background--default .threeCols.layout--1.background--patternBlack .type--textpic.layout--1 img,
.standard.background--default .threeCols.layout--1.background--patternRed .type--textpic.layout--1 img,
.standard.background--default .fourCols.layout--1.background--petrol .type--textpic.layout--1 img,
.standard.background--default .fourCols.layout--1.background--black .type--textpic.layout--1 img,
.standard.background--default .fourCols.layout--1.background--red .type--textpic.layout--1 img,
.standard.background--default .fourCols.layout--1.background--patternBlack .type--textpic.layout--1 img,
.standard.background--default .fourCols.layout--1.background--patternRed .type--textpic.layout--1 img {
  height: auto;
  width: auto;
  max-width: 60px;
  max-height: 60px;
}
.standard.background--default .twoCols.layout--1.background--petrol .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--1.background--petrol .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--1.background--black .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--1.background--black .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--1.background--red .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--1.background--red .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--1.background--patternBlack .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--1.background--patternBlack .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--1.background--patternRed .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--1.background--patternRed .contentElement.isLinked .type--text__inner:after,
.standard.background--default .threeCols.layout--1.background--petrol .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .threeCols.layout--1.background--petrol .contentElement.isLinked .type--text__inner:after,
.standard.background--default .threeCols.layout--1.background--black .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .threeCols.layout--1.background--black .contentElement.isLinked .type--text__inner:after,
.standard.background--default .threeCols.layout--1.background--red .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .threeCols.layout--1.background--red .contentElement.isLinked .type--text__inner:after,
.standard.background--default .threeCols.layout--1.background--patternBlack .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .threeCols.layout--1.background--patternBlack .contentElement.isLinked .type--text__inner:after,
.standard.background--default .threeCols.layout--1.background--patternRed .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .threeCols.layout--1.background--patternRed .contentElement.isLinked .type--text__inner:after,
.standard.background--default .fourCols.layout--1.background--petrol .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .fourCols.layout--1.background--petrol .contentElement.isLinked .type--text__inner:after,
.standard.background--default .fourCols.layout--1.background--black .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .fourCols.layout--1.background--black .contentElement.isLinked .type--text__inner:after,
.standard.background--default .fourCols.layout--1.background--red .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .fourCols.layout--1.background--red .contentElement.isLinked .type--text__inner:after,
.standard.background--default .fourCols.layout--1.background--patternBlack .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .fourCols.layout--1.background--patternBlack .contentElement.isLinked .type--text__inner:after,
.standard.background--default .fourCols.layout--1.background--patternRed .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .fourCols.layout--1.background--patternRed .contentElement.isLinked .type--text__inner:after {
  background-image: url(../Images/arrow_white.svg);
}
.standard.background--default .twoCols.layout--1.background--default .contentElement, .standard.background--default .twoCols.layout--1.background--grey .contentElement,
.standard.background--default .threeCols.layout--1.background--default .contentElement,
.standard.background--default .threeCols.layout--1.background--grey .contentElement,
.standard.background--default .fourCols.layout--1.background--default .contentElement,
.standard.background--default .fourCols.layout--1.background--grey .contentElement {
  background: #f4f4f4;
}
.standard.background--default .twoCols.layout--1.background--black .contentElement,
.standard.background--default .threeCols.layout--1.background--black .contentElement,
.standard.background--default .fourCols.layout--1.background--black .contentElement {
  background: #282828;
  color: #fff;
}
.standard.background--default .twoCols.layout--1.background--red .contentElement,
.standard.background--default .threeCols.layout--1.background--red .contentElement,
.standard.background--default .fourCols.layout--1.background--red .contentElement {
  background: #de323c;
  color: #fff;
}
.standard.background--default .twoCols.layout--1.background--petrol .contentElement,
.standard.background--default .threeCols.layout--1.background--petrol .contentElement,
.standard.background--default .fourCols.layout--1.background--petrol .contentElement {
  background: #1f5858;
  color: #fff;
}
.standard.background--default .twoCols.layout--1.background--patternRed .contentElement,
.standard.background--default .threeCols.layout--1.background--patternRed .contentElement,
.standard.background--default .fourCols.layout--1.background--patternRed .contentElement {
  background-image: url(../Images/backgrounds/red.jpg);
  background-position: right;
  background-size: 250%;
  color: #fff;
}
.standard.background--default .twoCols.layout--1.background--patternBlack .contentElement,
.standard.background--default .threeCols.layout--1.background--patternBlack .contentElement,
.standard.background--default .fourCols.layout--1.background--patternBlack .contentElement {
  background-image: url(../Images/backgrounds/black.jpg);
  background-position: right;
  background-size: 250%;
  color: #fff;
}
.standard.background--default .twoCols.layout--1.background--patternGrey .contentElement,
.standard.background--default .threeCols.layout--1.background--patternGrey .contentElement,
.standard.background--default .fourCols.layout--1.background--patternGrey .contentElement {
  background: #f4f4f4;
}

/*************************************************
* Background Layout 2 box (Parent): TwoCols
*************************************************/
.twoCols.background--grey.layout--2 .section__inner > .contentElement {
  background: #fff;
}

/*************************************************
* Background Layout 2 box (Child): TwoCols
*************************************************/
.background--grey .twoCols.layout--2 .section__inner > .contentElement {
  background: #fff;
}

.standard.background--default .twoCols.layout--2.background--petrol .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--2.background--petrol .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--2.background--black .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--2.background--black .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--2.background--red .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--2.background--red .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--2.background--patternBlack .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--2.background--patternBlack .contentElement.isLinked .type--text__inner:after, .standard.background--default .twoCols.layout--2.background--patternRed .contentElement.isLinked .ce-bodytext__inner:after,
.standard.background--default .twoCols.layout--2.background--patternRed .contentElement.isLinked .type--text__inner:after {
  background-image: url(../Images/arrow_white.svg);
}
.standard.background--default .twoCols.layout--2.background--default .contentElement, .standard.background--default .twoCols.layout--2.background--grey .contentElement {
  background: #f4f4f4;
}
.standard.background--default .twoCols.layout--2.background--black .contentElement {
  background: #282828;
  color: #fff;
}
.standard.background--default .twoCols.layout--2.background--red .contentElement {
  background: #de323c;
  color: #fff;
}
.standard.background--default .twoCols.layout--2.background--petrol .contentElement {
  background: #1f5858;
  color: #fff;
}
.standard.background--default .twoCols.layout--2.background--patternRed .contentElement {
  background-image: url(../Images/backgrounds/red.jpg);
  background-position: right;
  background-size: 250%;
  color: #fff;
}
.standard.background--default .twoCols.layout--2.background--patternBlack .contentElement {
  background-image: url(../Images/backgrounds/black.jpg);
  background-position: right;
  background-size: 250%;
  color: #fff;
}
.standard.background--default .twoCols.layout--2.background--patternGrey .contentElement {
  background: #f4f4f4;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1300px) {
  .fourCols .section__inner {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
  }
  .fourCols.layout--0 .section__inner {
    row-gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .standard.layout--2 .section__inner {
    grid-template-columns: 1fr;
  }
  .twoCols.columnRatio--1 .section__inner, .twoCols.columnRatio--2 .section__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .twoCols.columnRatio--1 .section__inner > div, .twoCols.columnRatio--2 .section__inner > div {
    grid-column: none !important;
  }
  .standard.layout--1 .section__inner {
    padding: 40px;
  }
  .threeCols .section__inner {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .threeCols.layout--0 .section__inner {
    row-gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .twoCols.layout--2 .section__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 650px) {
  .fourCols .section__inner,
  .twoCols .section__inner {
    grid-template-columns: 1fr;
  }
  .twoCols .section__inner {
    row-gap: 16px;
  }
  .twoCols.layout--0 .section__inner {
    row-gap: 40px;
  }
  .twoCols.layout--1 .section__inner > .contentElement.type--text {
    padding: 36px 28px 40px 28px;
  }
  .twoCols.layout--1 .ceLink:after, .twoCols.layout--2 .ceLink:after {
    left: 30px;
    bottom: 30px;
  }
  .twoCols.layout--2 .section__inner > .contentElement {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 550px) {
  .standard > .section__inner > .contentElement {
    text-align: left !important;
  }
  .standard.layout--1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .standard.layout--1 .section__inner {
    padding: 24px;
  }
  .twoCols.layout--1 .section__inner,
  .threeCols.layout--1 .section__inner,
  .fourCols.layout--1 .section__inner {
    row-gap: 8px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.introduction__teaser:after {
  content: "";
  display: block;
  margin: 40px 0;
  width: 300px;
  border-bottom: 1px solid #dcdcdc;
}

.introduction__image {
  display: grid;
  grid-template-columns: 750px 1fr;
  align-items: center;
  transform: translateX(-120px);
}
.introduction__image > .type--image, .introduction__image > .type--textmedia, .introduction__image > .video {
  width: 750px;
  margin: 60px 0;
}
.introduction__image img, .introduction__image video {
  width: 100%;
}

.introduction__info {
  transform: translateX(-180px);
  width: calc(100% + 100px);
}
.introduction__info .contentElement {
  margin: 30px 0px;
  background: #1f5858;
  padding: 50px 60px 50px 40px;
  position: relative;
  border-radius: 8px;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.02);
  /*
  &:after {
    content: "";
    background: url("../Images/info_white.svg");
    width: 40px;
    height: 40px;
    background-size: 100%;
    position: absolute;
    right: 24px;
    top: 24px;
  }*/
}
.introduction__info .contentElement p, .introduction__info .contentElement h2, .introduction__info .contentElement h3, .introduction__info .contentElement h4 {
  color: #fff;
}

/*************************************************
* Layouts
*************************************************/
.introduction.layout--1 .introduction__info .contentElement {
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  /*
  &:after {
  	background-image: url("../Images/info_black.svg");
  }*/
}
.introduction.layout--1 .introduction__info .contentElement p, .introduction.layout--1 .introduction__info .contentElement h2, .introduction.layout--1 .introduction__info .contentElement h3, .introduction.layout--1 .introduction__info .contentElement h4 {
  color: #282828;
}
.introduction.layout--2 .introduction__info .contentElement {
  background-color: #de323c;
}
.introduction.layout--3 .introduction__info .contentElement {
  background-color: #282828;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1850px) {
  .introduction__image {
    transform: none;
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .introduction__image {
    position: relative;
  }
  .introduction__info {
    transform: none;
    width: auto;
    max-width: 60%;
    min-width: 50%;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .introduction__image {
    display: block;
    margin: 30px 0;
  }
  .introduction__image .type--image, .introduction__image .type--textmedia, .introduction__image > .video {
    width: 100%;
    margin: 0;
  }
  .introduction__info {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    min-width: none;
  }
  .introduction__info .contentElement {
    border: none;
    margin: 16px 0 30px 0;
  }
}
@media screen and (max-width: 550px) {
  .introduction__image {
    margin: 20px 0;
  }
  .introduction__info .contentElement {
    padding: 30px 40px 30px 30px;
  }
  .introduction__info:after {
    width: 30px;
    height: 30px;
    right: 16px;
    top: 16px;
  }
  .introduction__teaser:after {
    margin: 16px 0;
    width: 180px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.bigPicture .contentElement {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 auto;
  padding-bottom: 70px;
  margin-bottom: 70px;
  max-width: none !important;
}
.bigPicture .contentElement .ce-bodytext li a:not(.button--red) {
  color: #282828;
  position: relative;
}
.bigPicture .contentElement .ce-bodytext li a:not(.button--red):after {
  content: "";
  background-image: url("../Images/arrowangle_black.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: -22px;
}
.bigPicture .contentElement .ce-bodytext li a:not(.button--red)[href$=".pdf"]:after {
  background-image: url("../Images/download_black.svg");
}
.bigPicture .contentElement .ce-bodytext li a:not(.button--red)[href*=youtube]:after, .bigPicture .contentElement .ce-bodytext li a:not(.button--red)[href*="youtu.be"]:after {
  background-image: url("../Images/media_black.svg");
  width: 15px;
  height: 15px;
  bottom: 3px;
  right: -22px;
}
.bigPicture .contentElement:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bigPicture .contentElement:nth-child(even) .ce-gallery {
  order: 2;
}
.bigPicture .contentElement:nth-child(even) .ce-bodytext {
  order: 1;
}
.bigPicture .contentElement.isLinked .ce-bodytext__inner,
.bigPicture .contentElement.isLinked .type--text__inner {
  height: auto;
}
.bigPicture .ce-gallery {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}
.bigPicture .ce-textpic {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: unset !important;
}
.bigPicture .ce-textpic .ce-bodytext {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 106.6666666667px;
  padding-right: 106.6666666667px;
}

/*************************************************
* Backgrounds
*************************************************/
.background--black.bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--black .bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--petrol.bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--petrol .bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--red.bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--red .bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--patternBlack.bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--patternBlack .bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--patternRed.bigPicture .contentElement .ce-bodytext a:not(.button--red),
.background--patternRed .bigPicture .contentElement .ce-bodytext a:not(.button--red) {
  color: #fff;
}
.background--black.bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--black .bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--petrol.bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--petrol .bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--red.bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--red .bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--patternBlack.bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--patternBlack .bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--patternRed.bigPicture .contentElement .ce-bodytext a:not(.button--red):after,
.background--patternRed .bigPicture .contentElement .ce-bodytext a:not(.button--red):after {
  background-image: url("../Images/arrowangle_white.svg");
}
.background--black.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--black .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--petrol.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--petrol .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--red.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--red .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--patternBlack.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--patternBlack .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--patternRed.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after,
.background--patternRed .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href$=".pdf"]:after {
  background-image: url("../Images/download_white.svg");
}
.background--black.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after, .background--black.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--black .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--black .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--petrol.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--petrol.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--petrol .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--petrol .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--red.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--red.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--red .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--red .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--patternBlack.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--patternBlack.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--patternBlack .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--patternBlack .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--patternRed.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--patternRed.bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after,
.background--patternRed .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*=youtube]:after,
.background--patternRed .bigPicture .contentElement .ce-bodytext a:not(.button--red)[href*="youtu.be"]:after {
  background-image: url("../Images/media_white.svg");
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 950px) {
  .bigPicture .contentElement:nth-child(even) .ce-bodytext {
    padding-left: 0;
  }
  .bigPicture .contentElement:nth-child(odd) .ce-bodytext {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media screen and (max-width: 680px) {
  .bigPicture .contentElement .ce-bodytext {
    width: 100%;
    padding: 0 !important;
  }
  .bigPicture .contentElement .ce-gallery {
    order: 0 !important;
    width: 100%;
    max-width: 420px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 550px) {
  .bigPicture .contentElement {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}

/*************************************************
* Basics
*************************************************/
.downloads .contentElement {
  padding-left: 54px;
}
.downloads .contentElement + .contentElement {
  margin-top: 30px;
}
.downloads .contentElement a:after {
  content: "";
  background: url(../Images/download_black.svg);
  height: 34px;
  width: 34px;
  position: absolute;
  left: 0;
  top: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.downloads .contentElement a.media:after {
  background-image: url(../Images/media_black.svg);
}
.downloads .contentElement .type--text__inner {
  padding: 0 !important;
}
.downloads .contentElement .type--text__inner:after {
  content: none;
}

/*************************************************
* Layout
*************************************************/
.downloads.layout--1 .section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  column-gap: 20px;
}
.downloads.layout--1 .contentElement {
  margin: 0 !important;
}

/*************************************************
* Backgrounds
*************************************************/
.background--petrol .downloads,
.background--black .downloads,
.background--red .downloads,
.background--patternBlack .downloads,
.background--patternRed .downloads {
  color: #fff;
}
.background--petrol .downloads .contentElement > a:after,
.background--black .downloads .contentElement > a:after,
.background--red .downloads .contentElement > a:after,
.background--patternBlack .downloads .contentElement > a:after,
.background--patternRed .downloads .contentElement > a:after {
  background-image: url(../Images/download_white.svg);
}
.background--petrol .downloads .contentElement > a.media:after,
.background--black .downloads .contentElement > a.media:after,
.background--red .downloads .contentElement > a.media:after,
.background--patternBlack .downloads .contentElement > a.media:after,
.background--patternRed .downloads .contentElement > a.media:after {
  background-image: url(../Images/media_white.svg);
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 750px) {
  .downloads.layout--1 .section__inner {
    grid-template-columns: 100%;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.textImage .section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
.textImage .textImage__background {
  position: absolute;
}
.textImage .textImage__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 40px;
  border-radius: 8px 0 0 8px;
}
.textImage .textImage__image {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.textImage.position--reverse .textImage__text {
  order: 2;
  padding: 0 0 0 40px;
  border-radius: 0 8px 8px 0;
}
.textImage.position--reverse .textImage__image {
  border-radius: 8px 0 0 8px;
}
.textImage.background--default .textImage__image {
  border-radius: 8px;
}

/*************************************************
* Icons Shortcut
*************************************************/
.textImage .type--shortcut .type--textpic .ce-textpic {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 40px;
}
.textImage .type--shortcut .type--textpic .ce-textpic .ce-bodytext {
  display: flex;
  align-items: center;
}
.textImage.background--petrol .type--shortcut .type--textpic figure, .textImage.background--black .type--shortcut .type--textpic figure, .textImage.background--red .type--shortcut .type--textpic figure {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.textImage.background--petrol .type--shortcut .type--textpic img, .textImage.background--black .type--shortcut .type--textpic img, .textImage.background--red .type--shortcut .type--textpic img {
  height: auto;
  width: auto;
  max-width: 60px;
  max-height: 60px;
}
.textImage.background--petrol .type--shortcut .type--textpic .ce-textpic, .textImage.background--black .type--shortcut .type--textpic .ce-textpic, .textImage.background--red .type--shortcut .type--textpic .ce-textpic {
  grid-template-columns: 100px 1fr;
}

/*************************************************
* Layouts
*************************************************/
.textImage.layout--1, .textImage.layout--2, .textImage.layout--3 {
  background: none !important;
}
.textImage.layout--1 .textImage__image .type--image, .textImage.layout--1 .textImage__image .type--image *,
.textImage.layout--1 .textImage__image .video, .textImage.layout--1 .textImage__image .video__player, .textImage.layout--1 .textImage__image video, .textImage.layout--2 .textImage__image .type--image, .textImage.layout--2 .textImage__image .type--image *,
.textImage.layout--2 .textImage__image .video, .textImage.layout--2 .textImage__image .video__player, .textImage.layout--2 .textImage__image video, .textImage.layout--3 .textImage__image .type--image, .textImage.layout--3 .textImage__image .type--image *,
.textImage.layout--3 .textImage__image .video, .textImage.layout--3 .textImage__image .video__player, .textImage.layout--3 .textImage__image video {
  height: 100%;
}
.textImage.layout--1 .textImage__image img, .textImage.layout--1 .textImage__image video, .textImage.layout--2 .textImage__image img, .textImage.layout--2 .textImage__image video, .textImage.layout--3 .textImage__image img, .textImage.layout--3 .textImage__image video {
  object-fit: cover;
  width: 100%;
}
.textImage.layout--1.background--default:not(.position--reverse) .textImage__text, .textImage.layout--2.background--default:not(.position--reverse) .textImage__text, .textImage.layout--3.background--default:not(.position--reverse) .textImage__text {
  padding: 24px 24px 24px 0;
}
.textImage.layout--1.background--grey .textImage__text, .textImage.layout--2.background--grey .textImage__text, .textImage.layout--3.background--grey .textImage__text {
  background: #f4f4f4;
}
.textImage.layout--1.background--red .textImage__text, .textImage.layout--2.background--red .textImage__text, .textImage.layout--3.background--red .textImage__text {
  background: #de323c;
}
.textImage.layout--1.background--petrol .textImage__text, .textImage.layout--2.background--petrol .textImage__text, .textImage.layout--3.background--petrol .textImage__text {
  background: #1f5858;
}
.textImage.layout--1.background--black .textImage__text, .textImage.layout--2.background--black .textImage__text, .textImage.layout--3.background--black .textImage__text {
  background: #282828;
}
.textImage.layout--2, .textImage.layout--3, .textImage.layout--4 {
  overflow: hidden;
}
.textImage.layout--2 .textImage__text, .textImage.layout--3 .textImage__text, .textImage.layout--4 .textImage__text {
  position: relative;
  padding: 70px 70px 70px 0;
}
.textImage.layout--2 .textImage__background, .textImage.layout--3 .textImage__background, .textImage.layout--4 .textImage__background {
  height: 100%;
  width: 50vw;
  position: absolute;
  right: 0;
  border-radius: 8px;
}
.textImage.layout--2.position--reverse .textImage__text, .textImage.layout--3.position--reverse .textImage__text, .textImage.layout--4.position--reverse .textImage__text {
  padding: 70px 0 70px 70px;
}
.textImage.layout--2.position--reverse .textImage__background, .textImage.layout--3.position--reverse .textImage__background, .textImage.layout--4.position--reverse .textImage__background {
  left: 0;
  right: auto;
}
.textImage.layout--2.background--grey .textImage__background, .textImage.layout--3.background--grey .textImage__background, .textImage.layout--4.background--grey .textImage__background {
  background: #f4f4f4;
}
.textImage.layout--2.background--red .textImage__background, .textImage.layout--3.background--red .textImage__background, .textImage.layout--4.background--red .textImage__background {
  background: #de323c;
}
.textImage.layout--2.background--petrol .textImage__background, .textImage.layout--3.background--petrol .textImage__background, .textImage.layout--4.background--petrol .textImage__background {
  background: #1f5858;
}
.textImage.layout--2.background--black .textImage__background, .textImage.layout--3.background--black .textImage__background, .textImage.layout--4.background--black .textImage__background {
  background: #282828;
}
.textImage.layout--1 .textImage__text {
  padding: 50px 60px;
}
.textImage.layout--3 .section__inner {
  grid-template-columns: 1fr 1fr 1fr;
}
.textImage.layout--3 .textImage__text {
  grid-column: 1/3;
}
.textImage.layout--3 .textImage__background {
  width: 100vw;
}
.textImage.layout--3.position--reverse .textImage__text {
  grid-column: 2/4;
}
.textImage.layout--3.position--reverse .textImage__image {
  grid-column: 1/2;
}
.textImage.layout--4 {
  background: none !important;
}
.textImage.layout--4 .section__inner {
  padding-top: 90px;
}
.textImage.layout--4 .textImage__image {
  z-index: 1;
  margin-top: 150px;
  transform: translateY(-240px);
  border-radius: 0;
  overflow: hidden;
}
.textImage.layout--4 .textImage__background {
  width: 100vw;
  right: calc(-33.333% - 5px);
  border-radius: 0;
}
.textImage.layout--4.position--reverse .textImage__background {
  left: calc(-33.333% - 5px);
  right: 0;
}
.textImage.layout--5 .textImage__text {
  align-items: end;
  padding-top: 220px;
  padding-right: 50px;
}
.textImage.layout--5.position--reverse .textImage__text {
  padding-left: 80px;
  padding-right: 0;
}
.textImage.layout--5 .textImage__image {
  border-radius: 0 !important;
}
.textImage.layout--5.background--grey {
  background: linear-gradient(180deg, #fff 100px, #f4f4f4 0);
}
.textImage.layout--5.background--red {
  background: linear-gradient(180deg, #fff 100px, #de323c 0);
}
.textImage.layout--5.background--petrol {
  background: linear-gradient(180deg, #fff 100px, #1f5858 0);
}
.textImage.layout--5.background--black {
  background: linear-gradient(180deg, #fff 100px, #282828 0);
}
.textImage.layout--5.section {
  padding-top: 0;
  margin-top: 80px;
}
.textImage.layout--5.spaceBefore--extra-small {
  margin-top: 16px;
}
.textImage.layout--5.spaceBefore--small {
  margin-top: 32px;
}
.textImage.layout--5.spaceBefore--medium {
  margin-top: 64px;
}
.textImage.layout--5.spaceBefore--large {
  margin-top: 100px;
}
.textImage.layout--5.spaceBefore--extra-large {
  margin-top: 140px;
}
.textImage.layout--5.spaceBefore--none {
  margin-top: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1000px) {
  .textImage.layout--0 {
    column-gap: unset;
  }
  .textImage.layout--0.position--reverse .textImage__text {
    padding: 0;
  }
  .textImage.layout--0 .section__inner {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .textImage.layout--1 .textImage__text {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .textImage.layout--1 .section__inner {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .textImage.layout--1 .textImage__text {
    padding: 40px;
    order: 2;
    border-radius: 0 0 8px 8px;
  }
  .textImage.layout--1 .textImage__image {
    border-radius: 8px 8px 0 0;
  }
  .textImage.layout--1.background--default .textImage__text {
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 550px) {
  .textImage.layout--1 .textImage__text {
    padding: 24px;
  }
  .textImage.layout--1 .section__inner {
    row-gap: 8px;
  }
}

@media screen and (max-width: 1100px) {
  .textImage.layout--2 .textImage__text {
    padding: 40px !important;
  }
}
@media screen and (max-width: 900px) {
  .textImage.layout--2 .section__inner {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .textImage.layout--2 .textImage__text {
    border-radius: 0 0 8px 8px;
  }
  .textImage.layout--2 .textImage__image {
    border-radius: 8px 8px 0 0;
  }
  .textImage.layout--2.background--default .textImage__text {
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 550px) {
  .textImage.layout--2 .textImage__text {
    padding: 24px !important;
  }
  .textImage.layout--2 .section__inner {
    row-gap: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .textImage.layout--3 .textImage__text {
    padding: 40px 40px 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .textImage.layout--3 .section__inner {
    grid-template-columns: 1fr;
    row-gap: 16px;
    column-gap: unset;
  }
  .textImage.layout--3.background--default .textImage__text {
    padding: 10px 0 0 0;
  }
  .textImage.layout--3 .textImage__image {
    border-radius: 8px 8px 0 0;
    grid-column: auto !important;
  }
  .textImage.layout--3 .textImage__text {
    padding: 40px !important;
    border-radius: 0 0 8px 8px;
    grid-column: auto !important;
    order: 2;
  }
  .textImage.layout--3 .textImage__background {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .textImage.layout--3 .section__inner {
    row-gap: 8px;
  }
  .textImage.layout--3 .textImage__text {
    padding: 24px !important;
  }
}

@media screen and (max-width: 1340px) {
  .textImage.layout--4 .textImage__text {
    padding-right: 30px;
  }
  .textImage.layout--4.position--reverse .textImage__text {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .textImage.layout--4 .section__inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 16px;
    padding-top: 0;
  }
  .textImage.layout--4 .textImage__background {
    left: 0 !important;
    right: auto !important;
    width: 100%;
    border-radius: 0 0 8px 8px !important;
  }
  .textImage.layout--4 .textImage__image {
    margin: 0;
    transform: none;
    border-radius: 8px 8px 0 0 !important;
  }
  .textImage.layout--4 .textImage__image img, .textImage.layout--4 .textImage__image video {
    max-width: none;
    width: 100%;
  }
  .textImage.layout--4 .textImage__text {
    padding: 40px !important;
    order: 2;
  }
}
@media screen and (max-width: 550px) {
  .textImage.layout--4 .section__inner {
    row-gap: 8px;
  }
  .textImage.layout--4 .textImage__text {
    padding: 24px !important;
  }
}

@media screen and (max-width: 1100px) {
  .textImage.layout--5 .textImage__text {
    padding-top: 180px;
    padding-right: 20px;
  }
  .textImage.layout--5.position--reverse .textImage__text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .textImage.layout--5 .section__inner {
    grid-template-columns: 1fr;
  }
  .textImage.layout--5 .textImage__text {
    order: 2;
    margin-top: 50px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .textImage.layout--5 .textImage__text {
    margin-top: 30px;
  }
  .textImage.layout--5.section {
    padding-top: 0;
    margin-top: 40px;
  }
  .textImage.layout--5.spaceBefore--extra-small {
    margin-top: 8px;
  }
  .textImage.layout--5.spaceBefore--small {
    margin-top: 16px;
  }
  .textImage.layout--5.spaceBefore--medium {
    margin-top: 32px;
  }
  .textImage.layout--5.spaceBefore--large {
    margin-top: 50px;
  }
  .textImage.layout--5.spaceBefore--extra-large {
    margin-top: 70px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Layouts
*************************************************/
.process.layout--1 .process__inner {
  padding-left: 120px;
  position: relative;
}
.process.layout--1 .process__inner:before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0 0, rgba(255, 255, 255, 0) 50px 100%), url("../Images/pattern_arrow.png");
  position: absolute;
  left: 0;
  height: 100%;
  width: 70px;
  top: 6px;
  background-size: 100%;
}

/*************************************************
* Backgrounds
*************************************************/
.background--grey.process.layout--1 .process__inner:before,
.background--grey .process.layout--1 .process__inner:before {
  background: linear-gradient(0deg, #f4f4f4 0 0, rgba(255, 255, 255, 0) 50px 100%), url("../Images/pattern_arrow_dark.png");
  background-size: 100%;
}

.background--black.process.layout--1 .process__inner:before,
.background--black .process.layout--1 .process__inner:before {
  background: linear-gradient(0deg, #282828 0 0, rgba(255, 255, 255, 0) 50px 100%), url("../Images/pattern_arrow.png");
  background-size: 100%;
}

.background--petrol.process.layout--1 .process__inner:before,
.background--petrol .process.layout--1 .process__inner:before {
  background: linear-gradient(0deg, #1f5858 0 0, rgba(255, 255, 255, 0) 50px 100%), url("../Images/pattern_arrow.png");
  background-size: 100%;
}

.background--red.process.layout--1 .process__inner:before,
.background--red .process.layout--1 .process__inner:before {
  background: linear-gradient(0deg, #de323c 0 0, rgba(255, 255, 255, 0) 50px 100%), url("../Images/pattern_arrow.png");
  background-size: 100%;
}

.background--patternRed.process.layout--1 .process__inner:before,
.background--patternRed .process.layout--1 .process__inner:before,
.background--patternBlack.process.layout--1 .process__inner:before,
.background--patternBlack .process.layout--1 .process__inner:before {
  background: url("../Images/pattern_arrow.png");
  background-size: 100%;
}

.background--patternGrey.process.layout--1 .process__inner:before,
.background--patternGrey .process.layout--1 .process__inner:before {
  background: url("../Images/pattern_arrow_dark.png");
  background-size: 100%;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .process.layout--1 .process__inner {
    padding-left: 90px;
  }
  .process.layout--1 .process__inner:before {
    width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .process.layout--1 .process__inner {
    padding-left: 80px;
  }
  .process.layout--1 .process__inner:before {
    width: 50px;
  }
}
@media screen and (max-width: 550px) {
  .process.layout--1 .process__inner {
    padding-left: 60px;
  }
  .process.layout--1 .process__inner:before {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  .process.layout--1 .process__inner {
    padding-left: 50px;
  }
  .process.layout--1 .process__inner:before {
    width: 30px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Base styles
*************************************************/
.slider .swiper-wrapper {
  padding-bottom: 60px;
}
.slider .swiper-pagination-bullet {
  background-color: #9b9b9b;
  height: 14px;
  width: 14px;
  z-index: 99;
  transition: all 0.3s linear;
}
.slider .swiper-pagination-bullet-active {
  background-color: #de323c;
}
.slider .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

/*************************************************
* Appearance
*************************************************/
.section {
  width: 100%;
  padding: 80px 0 82px 0;
}

.section__inner {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.border--top {
  padding-top: 20px !important;
}
.border--top .section__inner {
  border-top: 1px solid #dcdcdc;
  padding: 80px 0 0 0;
  max-width: 1280px;
}

/*************************************************
* Options
*************************************************/
.standard.fullWidth--1 .section__inner {
  max-width: none;
}

/*************************************************
* Background
*************************************************/
.content > .background--grey {
  background-color: #f4f4f4;
  color: #000;
}
.content > .background--black {
  background-color: #282828;
}
.content > .background--red {
  background-color: #de323c;
}
.content > .background--petrol {
  background-color: #1f5858;
}
.content > .background--greyHalf {
  background: linear-gradient(180deg, #f4f4f4 50%, #fff 50%);
}
.content > .background--patternGrey {
  background-image: url(../Images/backgrounds/grey.jpg);
  background-size: cover;
}
.content > .background--patternBlack {
  background-image: url(../Images/backgrounds/black.jpg);
}
.content > .background--patternRed {
  background-image: url(../Images/backgrounds/red.jpg);
}
.content > .background--patternGrey, .content > .background--patternRed, .content > .background--patternBlack {
  background-size: cover;
  background-position: right;
}
.content > .background--black, .content > .background--petrol, .content > .background--patternBlack {
  color: #fff;
}
.content > .background--black a, .content > .background--petrol a, .content > .background--patternBlack a {
  font-weight: 400;
}
.content > .background--red, .content > .background--patternRed {
  color: #fff;
}
.content > .background--red a, .content > .background--patternRed a {
  color: #fff;
  font-weight: 400;
}

/*************************************************
* Spacing
*************************************************/
.contentElement + .section {
  margin-top: 50px;
}

.section.spaceBefore--extra-small {
  padding-top: 16px;
}
.section.spaceBefore--small {
  padding-top: 32px;
}
.section.spaceBefore--medium {
  padding-top: 64px;
}
.section.spaceBefore--large {
  padding-top: 100px;
}
.section.spaceBefore--extra-large {
  padding-top: 140px;
}
.section.spaceBefore--none {
  padding-top: 0;
}
.section.spaceAfter--extra-small {
  padding-bottom: 16px;
}
.section.spaceAfter--small {
  padding-bottom: 32px;
}
.section.spaceAfter--medium {
  padding-bottom: 64px;
}
.section.spaceAfter--large {
  padding-bottom: 100px;
}
.section.spaceAfter--extra-large {
  padding-bottom: 140px;
}
.section.spaceAfter--none {
  padding-bottom: 0;
}

.section .section.spaceBefore--extra-small {
  padding-top: 0;
  margin-top: 16px;
}
.section .section.spaceBefore--small {
  padding-top: 0;
  margin-top: 32px;
}
.section .section.spaceBefore--medium {
  padding-top: 0;
  margin-top: 64px;
}
.section .section.spaceBefore--large {
  padding-top: 0;
  margin-top: 100px;
}
.section .section.spaceBefore--extra-large {
  padding-top: 0;
  margin-top: 140px;
}
.section .section.spaceBefore--none {
  padding-top: 0;
  margin-top: 0;
}
.section .section.spaceAfter--extra-small {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.section .section.spaceAfter--small {
  margin-bottom: 32px;
  padding-bottom: 0;
}
.section .section.spaceAfter--medium {
  margin-bottom: 64px;
  padding-bottom: 0;
}
.section .section.spaceAfter--large {
  margin-bottom: 100px;
  padding-bottom: 0;
}
.section .section.spaceAfter--extra-large {
  margin-bottom: 140px;
  padding-bottom: 0;
}
.section .section.spaceAfter--none {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1300px) {
  .section.spaceBefore--extra-small {
    padding-top: 14.4px;
  }
  .section.spaceBefore--small {
    padding-top: 28.8px;
  }
  .section.spaceBefore--medium {
    padding-top: 57.6px;
  }
  .section.spaceBefore--large {
    padding-top: 90px;
  }
  .section.spaceBefore--extra-large {
    padding-top: 126px;
  }
  .section.spaceAfter--extra-small {
    padding-bottom: 14.4px;
  }
  .section.spaceAfter--small {
    padding-bottom: 28.8px;
  }
  .section.spaceAfter--medium {
    padding-bottom: 57.6px;
  }
  .section.spaceAfter--large {
    padding-bottom: 90px;
  }
  .section.spaceAfter--extra-large {
    padding-bottom: 126px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .section.spaceBefore--extra-small {
    padding-top: 12.8px;
  }
  .section.spaceBefore--small {
    padding-top: 25.6px;
  }
  .section.spaceBefore--medium {
    padding-top: 51.2px;
  }
  .section.spaceBefore--large {
    padding-top: 80px;
  }
  .section.spaceBefore--extra-large {
    padding-top: 112px;
  }
  .section.spaceAfter--extra-small {
    padding-bottom: 12.8px;
  }
  .section.spaceAfter--small {
    padding-bottom: 25.6px;
  }
  .section.spaceAfter--medium {
    padding-bottom: 51.2px;
  }
  .section.spaceAfter--large {
    padding-bottom: 80px;
  }
  .section.spaceAfter--extra-large {
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 900px) {
  .section.spaceBefore--extra-small {
    padding-top: 11.2px;
  }
  .section.spaceBefore--small {
    padding-top: 22.4px;
  }
  .section.spaceBefore--medium {
    padding-top: 44.8px;
  }
  .section.spaceBefore--large {
    padding-top: 70px;
  }
  .section.spaceBefore--extra-large {
    padding-top: 98px;
  }
  .section.spaceAfter--extra-small {
    padding-bottom: 11.2px;
  }
  .section.spaceAfter--small {
    padding-bottom: 22.4px;
  }
  .section.spaceAfter--medium {
    padding-bottom: 44.8px;
  }
  .section.spaceAfter--large {
    padding-bottom: 70px;
  }
  .section.spaceAfter--extra-large {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 1300px) {
  .section .section.spaceBefore--extra-small {
    margin-top: 8px;
  }
  .section .section.spaceBefore--small {
    margin-top: 16px;
  }
  .section .section.spaceBefore--medium {
    margin-top: 32px;
  }
  .section .section.spaceBefore--large {
    margin-top: 50px;
  }
  .section .section.spaceBefore--extra-large {
    margin-top: 70px;
  }
  .section .section.spaceAfter--extra-small {
    margin-bottom: 8px;
  }
  .section .section.spaceAfter--small {
    margin-bottom: 16px;
  }
  .section .section.spaceAfter--medium {
    margin-bottom: 32px;
  }
  .section .section.spaceAfter--large {
    margin-bottom: 50px;
  }
  .section .section.spaceAfter--extra-large {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .section {
    padding: 70px 0;
  }
  .contentElement + .section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .section {
    padding: 60px 0;
  }
  .contentElement + .section {
    margin-top: 32px;
  }
}
@media screen and (max-width: 550px) {
  .section__inner {
    padding: 0 20px;
  }
  .section {
    padding: 40px 0;
  }
  .section.spaceBefore--extra-small {
    padding-top: 8px;
  }
  .section.spaceBefore--small {
    padding-top: 16px;
  }
  .section.spaceBefore--medium {
    padding-top: 32px;
  }
  .section.spaceBefore--large {
    padding-top: 50px;
  }
  .section.spaceBefore--extra-large {
    padding-top: 70px;
  }
  .section.spaceAfter--extra-small {
    padding-bottom: 8px;
  }
  .section.spaceAfter--small {
    padding-bottom: 16px;
  }
  .section.spaceAfter--medium {
    padding-bottom: 32px;
  }
  .section.spaceAfter--large {
    padding-bottom: 50px;
  }
  .section.spaceAfter--extra-large {
    padding-bottom: 70px;
  }
  .section .section.spaceBefore--extra-small {
    margin-top: 8px;
  }
  .section .section.spaceBefore--small {
    margin-top: 16px;
  }
  .section .section.spaceBefore--medium {
    margin-top: 32px;
  }
  .section .section.spaceBefore--large {
    margin-top: 50px;
  }
  .section .section.spaceBefore--extra-large {
    margin-top: 70px;
  }
  .section .section.spaceAfter--extra-small {
    margin-bottom: 8px;
  }
  .section .section.spaceAfter--small {
    margin-bottom: 16px;
  }
  .section .section.spaceAfter--medium {
    margin-bottom: 32px;
  }
  .section .section.spaceAfter--large {
    margin-bottom: 50px;
  }
  .section .section.spaceAfter--extra-large {
    margin-bottom: 70px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* AbaWeb Abos
*************************************************/
#c21565 .threeCols h3 + p {
  min-height: 160px;
}

/*************************************************
* Portrait
*************************************************/
@media screen and (max-width: 550px) {
  #c17145 .threeCols .section__inner, #c17135 .threeCols .section__inner, #c17129 .threeCols .section__inner,
  #c17215 .threeCols .section__inner, #c17205 .threeCols .section__inner, #c17199 .threeCols .section__inner,
  #c17251 .threeCols .section__inner, #c17241 .threeCols .section__inner, #c17235 .threeCols .section__inner,
  #c17179 .threeCols .section__inner, #c17169 .threeCols .section__inner, #c17163 .threeCols .section__inner {
    row-gap: 8px;
  }
  #c17145 .threeCols .section__inner .contentElement, #c17135 .threeCols .section__inner .contentElement, #c17129 .threeCols .section__inner .contentElement,
  #c17215 .threeCols .section__inner .contentElement, #c17205 .threeCols .section__inner .contentElement, #c17199 .threeCols .section__inner .contentElement,
  #c17251 .threeCols .section__inner .contentElement, #c17241 .threeCols .section__inner .contentElement, #c17235 .threeCols .section__inner .contentElement,
  #c17179 .threeCols .section__inner .contentElement, #c17169 .threeCols .section__inner .contentElement, #c17163 .threeCols .section__inner .contentElement {
    padding-bottom: 8px;
  }
}

/*************************************************
* Tools Product Page Link
*************************************************/
.ce--tools:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  height: 20px;
  width: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path fill="%23282828" d="M322.3 268c9.4 2.6 19.3 4 29.7 4c60.5 0 109.8-48 111.9-108l-25.3 25.3c-12 12-28.3 18.7-45.3 18.7L368 208c-35.3 0-64-28.7-64-64l0-25.4c0-17 6.7-33.3 18.7-45.3c0 0 0 0 0 0L348 48.1C288 50.1 240 99.5 240 160c0 10.3 1.4 20.3 4 29.7c4.6 16.6-.2 34.4-12.4 46.6L57.1 410.7c-5.9 5.8-9.1 13.8-9.1 22.1C48 450 62 464 79.2 464c8.3 0 16.2-3.3 22.1-9.1L275.7 280.4c12.2-12.2 30-16.9 46.6-12.4zM424.6 39.4l-67.9 67.9c-3 3-4.7 7.1-4.7 11.3l0 25.4c0 8.8 7.2 16 16 16l25.4 0c4.2 0 8.3-1.7 11.3-4.7l67.9-67.9c7.2-7.2 19.3-5.9 23.7 3.3c10.1 21 15.7 44.5 15.7 69.3c0 88.4-71.6 160-160 160c-14.7 0-28.9-2-42.3-5.7L135.2 488.8c-14.9 14.9-35 23.2-56 23.2C35.5 512 0 476.5 0 432.8c0-21 8.3-41.1 23.2-56L197.7 202.3C194 188.9 192 174.7 192 160C192 71.6 263.6 0 352 0c24.8 0 48.3 5.7 69.3 15.7c9.2 4.4 10.5 16.5 3.3 23.7zM88 408a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"/></svg>') no-repeat center;
  background-size: contain;
}

/*************************************************
* Newsletter Form (HTML)
*************************************************/
.newsletterForm .field_container {
  position: relative;
}
.newsletterForm .newsletterForm__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsletterForm .newsletterForm__fields div.field_errors input:required {
  border: 1px solid #282828 !important;
}
.newsletterForm .newsletterForm__fields div.field_errors li {
  display: block;
  position: absolute;
  right: 0;
  bottom: 104px;
  background-color: #282828;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}
.newsletterForm .newsletterForm__fields div.field_errors li::before {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  height: 10px;
  width: 10px;
  background: #282828;
  left: 20px;
  bottom: -5px;
  transform: rotate(45deg);
}
.newsletterForm .newsletterForm__fields .field_container {
  width: calc(25% - 12px);
}
.newsletterForm .newsletterForm__fields input, .newsletterForm .newsletterForm__fields select {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 6px;
  background-color: #fff;
}
.newsletterForm .newsletterForm__fields input:focus, .newsletterForm .newsletterForm__fields select:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.newsletterForm .newsletterForm__fields input.parsley-error, .newsletterForm .newsletterForm__fields select.parsley-error {
  border: 1px solid #282828 !important;
}
.newsletterForm .newsletterForm__submit {
  margin-top: 30px;
}
.newsletterForm .newsletterForm__submit div.field_errors ul.field_errors {
  display: none;
}
.newsletterForm .newsletterForm__submit div.field_errors .choice_item:not(.checked):after {
  color: #de323c;
}
.newsletterForm .newsletterForm__submit .choice_item {
  position: relative;
  top: 1px;
}
.newsletterForm .newsletterForm__submit .choice_item input {
  position: absolute;
  opacity: 0 !important;
  left: -2px;
  top: -2px;
  height: 24px;
  width: 24px;
  z-index: 99;
}
.newsletterForm .newsletterForm__submit .choice_item.checked:after {
  content: "\f014";
}
.newsletterForm .newsletterForm__submit .choice_item:after {
  content: "\f08b";
  display: inline-block;
  color: #000;
  font-family: "BlackTie";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.newsletterForm .newsletterForm__submit .choice_item label {
  margin-left: 36px;
}
.newsletterForm .submit_container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 6px;
  width: calc(25% - 12px);
  margin-top: 30px;
}
.newsletterForm .submit_container:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.newsletterForm .submit_container input {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  padding: 17px 44px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  width: 100%;
  z-index: 1;
  position: relative;
  background: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.newsletterForm .submit_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
}
.newsletterForm .submit_container::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: 0;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
  background: #c20936;
}

@media screen and (max-width: 1000px) {
  .newsletterForm .newsletterForm__fields {
    display: unset;
  }
  .newsletterForm .newsletterForm__fields .field_container {
    width: 100%;
    margin-bottom: 12px;
  }
  .newsletterForm .newsletterForm__submit {
    display: unset;
  }
  .newsletterForm .newsletterForm__submit .field_container {
    margin-top: 20px;
    width: 100%;
  }
  .newsletterForm .newsletterForm__submit .submit_container {
    width: 100%;
    margin-top: 20px;
  }
  .newsletterForm .newsletterForm__submit .submit_container .submit_button {
    max-width: none;
    width: 100%;
  }
  .newsletterForm .newsletterForm__submit .submit_container input {
    max-width: 250px;
  }
}
@media screen and (max-width: 800px) {
  .newsletterForm .newsletterForm__submit .submit_container {
    width: 100%;
    margin-top: 20px;
  }
  .newsletterForm .newsletterForm__submit .submit_container input {
    max-width: 100%;
  }
}

/*************************************************
* PAGES Timeline
*************************************************/
.type--text.timeline {
  margin: 30px 0;
}
.type--text.timeline :first-child {
  margin-top: 0;
}
.type--text.timeline:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -36px;
  width: 1px;
  height: calc(100% - 64px);
  background: #dcdcdc;
}
.type--text.timeline:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #dcdcdc;
  left: -40px;
  top: 82px;
}
.type--text.timeline .text--extraBig {
  margin-left: -55px;
  font-weight: 300 !important;
}
.type--text.timeline h2 {
  margin: 0;
}

.type--image.timeline {
  position: relative;
}
.type--image.timeline:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -36px;
  width: 1px;
  height: calc(100% + 50px);
  background: #dcdcdc;
}

.news-text-wrap + .type--text.timeline {
  margin-top: 50px;
}

@media screen and (max-width: 1500px) {
  .news-text-wrap + .type--text.timeline {
    margin-top: 30px;
  }
  .type--text.timeline {
    margin-left: 34px;
    width: calc(100% - 34px);
  }
  .type--text.timeline .text--extraBig {
    margin-left: -36px;
  }
  .type--text.timeline:after {
    left: -34px;
  }
  .type--text.timeline:before {
    left: -30px;
  }
  .type--image.timeline {
    margin-left: 34px;
    width: calc(100% - 34px);
  }
  .type--image.timeline:before {
    left: -30px;
  }
}
@media screen and (max-width: 550px) {
  .type--text.timeline:after {
    top: 66px;
  }
  .type--text.timeline:before {
    bottom: -8px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Home
*************************************************/
.home .hero .title h1, .home .hero .title h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1em;
}

.home .hero .sliderElement .textBox p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.417em;
}

.home .hero .sliderElement {
  height: calc(100vh - 72px - 56px) !important;
  max-height: calc(100vh - 72px - 56px - 488px);
  background-size: cover;
  position: relative;
  background-position: 0 30%;
}
@media screen and (max-height: 1250px) {
  .home .hero .sliderElement {
    max-height: 700px;
  }
}
.home .hero .sliderElement img {
  display: none;
}
.home .hero .sliderElement .textBox {
  position: absolute;
  display: none;
  left: calc(50% - 640px);
  top: 10%;
  max-width: 1200px;
  z-index: 3;
}
.home .hero .sliderElement .title {
  position: relative;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding-right: 30px;
}
.home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
  margin: 0;
}
.home .hero .sliderElement .title h1:after, .home .hero .sliderElement .title h2:after {
  content: "";
  background: #de323c;
  height: 0.38em;
  display: inline-block;
  width: 0.38em;
  border-radius: 50%;
  margin-left: 0.06em;
  position: absolute;
  bottom: 0.143em;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.home .hero .sliderElement .subtitle {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  max-width: 750px;
  margin-top: 24px;
}
.home .hero .lSPager {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 22px;
  z-index: 2;
  margin: 0 !important;
}
.home .hero .lSPager li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
}
.home .hero .lSPager li a {
  background: #f4f4f4;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.home .hero .lSPager li.active a {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}
.home .overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 99999;
  width: 100%;
}
.home .home__news .title h3 {
  margin-bottom: 18px;
}
.home .home__news .lSPager {
  text-align: left;
}
.home .home__news .lSPager li {
  padding: 0 6px !important;
}
.home .home__news .lSPager li:first-child {
  padding-left: 0 !important;
}
.home .home__news .lSPager li a {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  margin-bottom: 2.2px;
}
.home .home__news .lSPager li.active a {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}
.home .home__row--1 {
  display: flex;
  margin-top: 8px;
  padding: 0 !important;
  flex-wrap: wrap;
}
@media screen and (max-height: 1250px) {
  .home .home__row--1 {
    height: auto;
  }
}
.home .home__row--1 .home__news {
  width: 50%;
  background: #f4f4f4;
}
.home .home__row--1 .home__news > div {
  margin-left: calc(100% - 640px);
  padding: 60px 60px 50px 0;
  width: auto;
}
.home .home__row--1 .home__news .lightSlider {
  height: 292px !important;
}
.home .home__row--1 .home__image {
  width: 50%;
  position: relative;
}
.home .home__row--1 .home__image img {
  object-fit: cover;
  height: 480px;
  width: 100%;
}
.home .home__row--1 .home__image .type--textpic {
  position: static;
  max-width: none;
}
.home .home__row--1 .home__image .ce-gallery {
  margin: 0;
}
.home .home__row--1 .home__image .ce-bodytext {
  position: absolute;
  left: 70px;
  bottom: 70px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: #282828;
  color: #fff;
  text-align: center;
  transform: rotate(-9deg);
  display: flex;
  align-items: center;
}
.home .home__row--1 .home__image .ce-bodytext .ce-bodytext__inner {
  padding: 0 20px !important;
  height: auto;
}
.home .home__row--1 .home__image .ce-bodytext .ce-bodytext__inner::after {
  content: none;
}
.home .home__row--1 .home__image .ce-bodytext p {
  font-size: 16px;
  line-height: 26px;
}
.home .home__row--1 .article {
  position: relative;
  padding-bottom: 52px;
}
.home .home__row--1 .article:hover:after {
  animation: moveArrow 0.3s ease-in-out 1;
}
.home .home__row--1 .article:after {
  content: "";
  background-image: url("../Images/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 18px;
  width: 28px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: 0px;
}
.home .home__row--1 .description a {
  text-decoration: none;
  color: #000;
}
.home .home__row--1 .more {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .home__row--1 .date {
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1.5px solid #de323c;
  width: fit-content;
  padding-right: 50px;
  padding-bottom: 2px;
}
.home .home__row--1 .title h3 {
  color: #282828;
}
.home .home__row--1 .lSPager {
  text-align: left;
  margin-top: 50px !important;
}
.home .article {
  position: relative;
}
.home .news .more {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#c19255 .contentElement:last-child {
  background: #282828;
  color: #fff;
}
#c19255 .contentElement:last-child .type--text__inner:after {
  background-image: url("../Images/arrow_white.svg");
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1800px) {
  .home .home__row--1 .home__image {
    background-position: 0 75%;
  }
  .home .home__row--1 .home__image .ce-bodytext {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1340px) {
  .home .home__row--1 .hero__image {
    background-position: center 75%;
  }
}
@media screen and (max-width: 990px) {
  .home .home__row--1 .home__news,
  .home .home__row--1 .home__image {
    width: 100%;
  }
  .home .home__row--1 .home__image img {
    height: 420px;
  }
}
@media screen and (max-width: 550px) {
  .home .home__row--1 .home__image img {
    height: 340px;
  }
  .home .home__row--1 .home__image .ce-bodytext {
    height: 160px;
    width: 160px;
    left: 20px;
    bottom: 20px;
  }
  .home .home__row--1 .home__image .ce-bodytext p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 1100px) {
  .home .hero .lSPager {
    top: auto;
    bottom: 30px;
    transform: none;
  }
  .home .hero .lSPager li {
    padding: 4px 8px;
  }
  .home .hero .lSPager li a {
    height: 11px;
    width: 11px;
  }
  .home .hero .lSPager li.active a {
    height: 15px;
    width: 15px;
  }
}
@media screen and (max-width: 500px) {
  .home .hero .lSPager {
    right: 12px;
  }
}
@media screen and (max-width: 991px) {
  .home .hero .sliderElement {
    height: calc(100vh - 68px) !important;
    max-height: 700px;
    background-position: 35% 20%;
  }
}
@media screen and (max-width: 730px) {
  .home .hero .sliderElement {
    height: calc(100vh - 68px) !important;
    max-height: 700px;
    background-position: 55% 20%;
  }
}
@media screen and (max-width: 450px) {
  .home .hero .sliderElement {
    height: 700px !important;
  }
}
@media screen and (max-height: 450px) {
  .home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
    font-size: 50px !important;
  }
  .home .hero .sliderElement .subtitle {
    font-size: 20px !important;
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 650px) {
  .home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
    font-size: 70px;
  }
  .home .hero .sliderElement .subtitle {
    margin-top: 18px;
  }
  .home .hero .sliderElement .subtitle p {
    font-size: 27px;
  }
}
@media screen and (max-width: 560px) {
  .home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
    font-size: 60px;
  }
  .home .hero .sliderElement .subtitle p {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
    font-size: 55px;
  }
  .home .hero .sliderElement .subtitle p {
    font-size: 22px;
  }
}
@media screen and (max-width: 430px) {
  .home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
    font-size: 50px;
  }
  .home .hero .sliderElement .subtitle {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 410px) {
  .home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 360px) {
  .home .hero .sliderElement .title h1, .home .hero .sliderElement .title h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1340px) {
  .home.page .hero .sliderElement .textBox {
    width: calc(100% - 60px);
    left: 30px;
  }
  .home.page .home__news > div {
    margin-left: 0;
    padding: 40px 30px 40px 30px;
  }
}
@media screen and (max-width: 550px) {
  .home.page .home__news > div {
    padding: 30px 20px 30px 20px;
  }
  .home.page .home__currentTopics > div,
  .home.page .home__focusTopics > div {
    padding: 30px 20px 110px 20px;
  }
  .home.page .hero .sliderElement .textBox {
    width: calc(100% - 40px);
    left: 20px;
  }
}
/*************************************************
* Page Options
*************************************************/
.page--disabledNav .header__search,
.page--disabledNav .mainNav,
.page--disabledNav .mainNav_special,
.page--disabledNav .metaNav__nav {
  display: none;
}
.page--disabledNav .header {
  background-color: transparent !important;
  position: static !important;
  box-shadow: none !important;
}
.page--disabledNav .header + .hero,
.page--disabledNav .header + .centerWrapper,
.page--disabledNav .header + .info {
  margin-top: 0;
}
.page--disabledNav .metaNav__langSelect p {
  border: none;
}
.page--disabledNav .header__inner {
  box-shadow: none !important;
}
.page--disabledNav .footer__nav {
  display: none;
}

.page--disabledHero .header {
  box-shadow: 0px -2px 6px #979797;
}

/*************************************************
* Pages
*************************************************/
.blogArticle header.header {
  box-shadow: 0px -2px 6px #979797;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* PAGES
*************************************************/
.pagesMagazine .blogHero {
  background: no-repeat;
  background-size: cover;
  background-position: center;
}
.pagesMagazine .blogHero .type--textpic {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  padding: 190px 30px;
  margin: 0 auto;
}
.pagesMagazine .blogHero .type--textpic .ce-bodytext {
  margin-top: 25px;
}
.pagesMagazine .blogHero .type--textpic .ce-bodytext h1 {
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}
.pagesMagazine .blogHero .type--textpic .ce-bodytext a.button--red {
  margin-top: 30px;
}
.pagesMagazine .blogHero .type--textpic img {
  width: 300px;
  height: auto;
}
.pagesMagazine .news--list .edition {
  margin-bottom: 12px;
  position: relative;
  color: #9b9b9b;
  font-size: 16px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* List
*************************************************/
.marketplace--item {
  position: relative;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 30px;
  border-radius: 12px;
  transition: all 0.1s ease-out;
}

.marketplace--item__header {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.marketplace--item__title {
  display: flex;
  align-items: center;
}
.marketplace--item__title h3 {
  color: #1f5858;
  text-transform: uppercase;
}

.marketplace--item__logo {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
.marketplace--item__logo img {
  width: 50px;
  height: auto;
}

.marketplace--item__teaser {
  margin-top: 20px;
}

.marketplace--item__applications {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #1f5858;
}
.marketplace--item__applications h4 {
  text-transform: uppercase;
  color: #1f5858;
  display: flex;
  align-items: center;
}

/*************************************************
* Detail
*************************************************/
.marketplace--detail__header {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 25px;
  margin-bottom: 30px;
}
.marketplace--detail__header .marketplace--detail__title {
  display: flex;
  align-items: center;
}
.marketplace--detail__header h1 {
  color: #1f5858;
}
.marketplace--detail__header p {
  margin-top: 2px;
  font-family: "Europa", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
}

.marketplace--detail__logo {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
.marketplace--detail__logo .img img {
  max-width: 50px;
  height: auto;
}

.marketplace--detail__main {
  padding: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}

.marketplace--detail__contentElements .type--textpic [data-ce-columns="2"] .ce-row,
.marketplace--detail__contentElements .type--textpic [data-ce-columns="3"] .ce-row,
.marketplace--detail__contentElements .type--textpic [data-ce-columns="4"] .ce-row,
.marketplace--detail__contentElements .type--textpic [data-ce-columns="5"] .ce-row,
.marketplace--detail__contentElements .type--textpic [data-ce-columns="6"] .ce-row,
.marketplace--detail__contentElements .type--textpic [data-ce-columns="7"] .ce-row,
.marketplace--detail__contentElements .type--textpic [data-ce-columns="8"] .ce-row, .marketplace--detail__contentElements .type--image [data-ce-columns="2"] .ce-row,
.marketplace--detail__contentElements .type--image [data-ce-columns="3"] .ce-row,
.marketplace--detail__contentElements .type--image [data-ce-columns="4"] .ce-row,
.marketplace--detail__contentElements .type--image [data-ce-columns="5"] .ce-row,
.marketplace--detail__contentElements .type--image [data-ce-columns="6"] .ce-row,
.marketplace--detail__contentElements .type--image [data-ce-columns="7"] .ce-row,
.marketplace--detail__contentElements .type--image [data-ce-columns="8"] .ce-row {
  display: flex;
  gap: 20px;
}

.marketplace--detail__main + .marketplace--detail__contentElements {
  margin-top: 40px;
}

.marketplace--detail .backlink {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid #9b9b9b;
}
.marketplace--detail .backlink a {
  width: auto;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-column-gap: 15px;
  color: #282828;
}
.marketplace--detail .backlink .arrow {
  top: 3px;
  position: relative;
}

/*************************************************
* Hover
*************************************************/
.marketplace--item:hover {
  border: 1px solid #1f5858;
}
.marketplace--item:hover .marketplace--item__logo {
  transform: scale(1.07);
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Event: Studi legali 4.0
*************************************************/
.page.layout--1.event--studilegali .hero__image {
  align-items: baseline;
  background-position-y: 50%;
}
.page.layout--1.event--studilegali .hero__image .hero__title.linked {
  padding: 120px 30px;
}
@media screen and (max-width: 1000px) {
  .page.layout--1.event--studilegali .hero__image {
    background-position-y: 40%;
  }
  .page.layout--1.event--studilegali .hero__image .hero__title.linked {
    padding: 70px 30px 140px 30px;
  }
}
@media screen and (max-width: 800px) {
  .page.layout--1.event--studilegali .hero__image {
    background-position-y: 0%;
  }
  .page.layout--1.event--studilegali .hero__image .hero__title.linked {
    padding: 50px 30px 100px 30px;
  }
}
@media screen and (max-width: 400px) {
  .page.layout--1.event--studilegali .hero__image .hero__title.linked {
    padding: 40px 30px 60px 30px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.blog--abamenu {
  font-family: "Roboto", sans-serif !important;
}
.blog--abamenu .section {
  padding: 0;
}
.blog--abamenu .section__inner {
  padding: 0;
}
.blog--abamenu h3 {
  font-size: 21px;
  letter-spacing: normal;
}
.blog--abamenu .article:after {
  bottom: 30px;
}
.blog--abamenu .news--list .title {
  margin-bottom: 6px;
}
.blog--abamenu .teaserText p {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 22px;
}
.blog--abamenu .news--list .teaserText {
  padding: 30px 24px 80px 24px;
  min-height: 360px;
  flex-shrink: 0;
}
.blog--abamenu .news--list .article:after {
  left: 24px;
}
.blog--abamenu .news--list .article__image {
  border-radius: 8px 8px 0 0;
  background-color: #ccc;
  flex-grow: 1;
}
.blog--abamenu .news--list .article {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.blog--abamenu .header,
.blog--abamenu .categories,
.blog--abamenu .blogHero,
.blog--abamenu .footer,
.blog--abamenu .f3-widget-paginator {
  display: none;
}
.blog--abamenu .article.small h3 {
  font-size: 18px;
}
.blog--abamenu .article.small:after {
  bottom: 20px;
  left: 24px;
}
.blog--abamenu .article.small .teaserText {
  padding: 20px 24px 70px 24px;
  min-height: 290px;
}

/*************************************************
* Themes
*************************************************/
.blog--abamenu.theme-dark {
  background-color: #282828;
  color: white;
}
.blog--abamenu.theme-dark h3 {
  color: #fff;
}
.blog--abamenu.theme-dark .article:after {
  background-image: url("../Images/arrow_white.svg");
}
.blog--abamenu.theme-high_contrast {
  color: #000;
}
.blog--abamenu.theme-high_contrast h3 {
  color: #000;
}
.blog--abamenu.theme-high_contrast .news--list .date {
  color: #282828;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Header & Navigation
*************************************************/
.landingpage .header__inner {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 184px 1fr;
  gap: 30px;
  max-width: 1340px;
}
.landingpage .header__logo {
  position: static;
  padding: 0 30px;
}
.landingpage .header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.landingpage .metaNav {
  margin: 0;
  padding: 0;
}
.landingpage .metaNav__inner {
  padding-right: 30px;
}
.landingpage .metaNav__langSelect p {
  padding-left: 20px;
}
@media screen and (max-width: 989px) {
  .landingpage .hero {
    margin-top: 0px;
  }
  .landingpage .header__nav {
    display: none;
  }
  .landingpage .anchormenu__inner {
    display: block;
  }
  .landingpage .anchormenu__navigation ul {
    display: block;
  }
  .landingpage .anchormenu__navigation ul > li {
    margin-bottom: 2px;
  }
  .landingpage .anchormenu__navigation ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
  }
  .landingpage .anchormenu__cta a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
    margin-bottom: 2px;
    display: block;
    border-radius: 0px;
    text-align: left;
    color: #282828;
  }
  .landingpage .metaNav__inner {
    padding-right: 0px;
  }
}
@media screen and (max-width: 550px) {
  .landingpage .header__logo {
    padding-left: 20px;
  }
  .landingpage .header__nav .arrow {
    right: 0px;
  }
}
@media screen and (max-width: 350px) {
  .landingpage .header__inner {
    grid-template-columns: 160px 1fr;
  }
  .landingpage .header__logo img {
    max-width: 160px;
  }
}

/*************************************************
* Footer
*************************************************/
.landingpage .footer__top__inner,
.landingpage .footer__bottom__inner {
  max-width: 1340px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Treuhand Event Ticino
*************************************************/
.futuro-digitale {
  hyphens: none !important;
}
.futuro-digitale .header__logo img {
  opacity: 0;
}
.futuro-digitale .header__logo a:after {
  content: "";
  height: 32px;
  width: 182px;
  background-image: url(../img/logo_black.svg);
  background-size: contain;
}
.futuro-digitale .hero__title {
  transform: translateY(20px);
}
.futuro-digitale .hero__title__main::after {
  content: none !important;
}
.futuro-digitale .hero__title__inner {
  max-width: 900px;
}
.futuro-digitale .header {
  background-color: transparent !important;
  position: absolute !important;
  box-shadow: none !important;
  top: 0 !important;
}
.futuro-digitale .header__inner {
  box-shadow: none !important;
}
.futuro-digitale .hero {
  margin-top: 0 !important;
}
.futuro-digitale .footer__nav {
  display: none;
}
.futuro-digitale .header .metaNav__langSelect {
  display: none;
}
.futuro-digitale .hero__image {
  max-height: none !important;
  height: 900px !important;
}
.futuro-digitale .powermail_fieldwrap_privacy a {
  color: #282828 !important;
  text-decoration: underline;
}
.futuro-digitale .powermail_submit {
  background-color: #282828 !important;
  border-color: #282828 !important;
}
.futuro-digitale .powermail_submit:hover {
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.futuro-digitale #c33528 .contentElement {
  text-align: center !important;
}
@media screen and (max-width: 1340px) {
  .futuro-digitale .hero__image {
    height: 700px !important;
  }
  .futuro-digitale .hero__title {
    max-width: 70%;
  }
}
@media screen and (max-width: 850px) {
  .futuro-digitale .hero__title {
    max-width: 80%;
  }
  .futuro-digitale .hero__image {
    height: 600px !important;
    background-position-x: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .futuro-digitale .hero__title {
    max-width: 90%;
  }
  .futuro-digitale #c33528 .ce-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .futuro-digitale #c33528 .ce-row .ce-column {
    width: 33.33%;
  }
  .futuro-digitale #c33528 .ce-row .ce-column:nth-child(4), .futuro-digitale #c33528 .ce-row .ce-column:nth-child(5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .futuro-digitale .hero__title {
    max-width: 95%;
  }
  .futuro-digitale .hero__image {
    height: 420px !important;
  }
}
@media screen and (max-width: 420px) {
  .futuro-digitale .hero__title {
    max-width: 100%;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Font Faces
*************************************************/
@font-face {
  font-family: "Prometo";
  src: url("../Fonts/prometo/Prometo.woff2") format("woff2"), url("../Fonts/prometo/Prometo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Prometo";
  src: url("../Fonts/prometo/Prometo-Light.woff2") format("woff2"), url("../Fonts/prometo/Prometo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/*************************************************
* Fonts
*************************************************/
.ai-hub {
  hyphens: none !important;
  font-family: "Prometo", sans-serif !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.ai-hub ::selection {
  background: #c812e3;
  color: #fff;
}
.ai-hub label {
  font-size: 18px;
}
.ai-hub h1 {
  font-size: 70px;
  line-height: 84px;
  letter-spacing: 0.64px;
  max-width: 900px;
}
.ai-hub h2 {
  font-size: 40px;
  line-height: 48px;
}
.ai-hub h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.ai-hub h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: hsl(0, 0%, 46%);
}
.ai-hub .paragraph--small {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 989px) {
  .ai-hub {
    font-size: 20px;
    line-height: 30px;
  }
  .ai-hub label {
    font-size: 17px;
  }
  .ai-hub h1 {
    font-size: 56px;
    line-height: 68px;
  }
  .ai-hub h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .ai-hub h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .ai-hub h4 {
    font-size: 19px;
    line-height: 28px;
  }
  .ai-hub .paragraph--small {
    font-size: 19px;
    line-height: 28px;
  }
}
@media screen and (max-width: 550px) {
  .ai-hub {
    font-size: 18px;
    line-height: 26px;
  }
  .ai-hub label {
    font-size: 16px;
  }
  .ai-hub h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ai-hub h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .ai-hub h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .ai-hub h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .ai-hub .paragraph--small {
    font-size: 18px;
    line-height: 26px;
  }
}

/*************************************************
* Header Logo
*************************************************/
.ai-hub .header {
  position: absolute !important;
}
.ai-hub .header__logo a {
  background-image: url(../Images/landingpages/aihub.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  pointer-events: none;
  margin-top: 20px;
}
.ai-hub .header__logo img {
  opacity: 0;
}
@media screen and (max-width: 550px) {
  .ai-hub .header .header__logo {
    left: 30px;
  }
}

/*************************************************
* Hero
*************************************************/
.ai-hub .hero {
  color: #ffffff;
}
.ai-hub .hero .button {
  min-width: 250px;
  margin-top: 50px;
}
.ai-hub .hero h1 {
  margin-top: 50px;
}
.ai-hub .hero .button--black {
  background: radial-gradient(circle, #c812e3 0%, #7a0d8f 200%);
  margin-left: 20px;
}
.ai-hub .hero .button--black::after {
  background: #c812e3;
  border-color: #c812e3;
}
@media screen and (max-width: 989px) {
  .ai-hub .hero .button {
    margin-top: 40px;
  }
  .ai-hub .hero h1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 598px) {
  .ai-hub .hero p + p {
    margin-top: 20px;
  }
  .ai-hub .hero .button {
    min-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .ai-hub .hero .button {
    margin-top: 10px;
    min-width: 100%;
  }
  .ai-hub .hero .button--black {
    margin-left: 0px;
  }
}

/*************************************************
* Image Carousel
*************************************************/
.ai-hub .imageCarousel {
  height: 40px;
}

/*************************************************
* Text Image
*************************************************/
.ai-hub h3 + h4 {
  margin-top: 0px;
}
.ai-hub .textImage * {
  border-radius: 0 !important;
}
.ai-hub .textImage__text {
  align-items: flex-start;
}
.ai-hub .textImage .section__inner {
  column-gap: 0;
  row-gap: 0;
}

.ai-hub__location {
  position: relative !important;
}
.ai-hub__location .textImage__text {
  align-items: center;
}
.ai-hub__location .textImage__image {
  width: 50vw;
  height: 500px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1150px) {
  .ai-hub__location .textImage__image {
    height: 440px;
  }
}
@media screen and (max-width: 900px) {
  .ai-hub__location .textImage__image {
    right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .ai-hub__location .textImage__image {
    position: static;
    width: 100%;
    max-height: 345px;
    margin-top: 20px;
  }
}

/*************************************************
* Contacform
*************************************************/
.ai-hub .tx-powermail a {
  color: inherit;
  text-decoration: underline;
}
.ai-hub .tx-powermail .powermail_fieldwrap_type_submit .powermail_field::before {
  background: radial-gradient(circle, #c812e3 0%, #7a0d8f 200%);
}
.ai-hub .tx-powermail .powermail_fieldwrap_type_submit .powermail_field::after {
  background: #c812e3;
  border-color: #c812e3;
}

/*************************************************
* Footer
*************************************************/
.aihub_footer {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
  transform: translateY(46px);
}
.aihub_footer ul {
  display: flex;
  gap: 15px;
}
.aihub_footer ul li::before {
  content: "";
}
.aihub_footer ul li a {
  color: #626262;
}
.aihub_footer ul li a:hover {
  color: #c812e3;
}
@media screen and (max-width: 990px) {
  .aihub_footer {
    transform: translateY(80px);
    left: 0px;
  }
  .aihub_footer ul li {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .aihub_footer {
    transform: translateY(100px);
    left: 0px;
  }
  .aihub_footer.type--textpic .ce-right .ce-gallery {
    margin: 0px 0px 8px 0px;
  }
  .aihub_footer.type--textpic .ce-right {
    display: block !important;
  }
  .aihub_footer ul {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 550px) {
  .aihub_footer {
    transform: translateY(90px);
  }
}

.ai-hub .footer__top, .ai-hub .footer__socialMedia, .ai-hub .footer__swissMadeSoftware, .ai-hub .footer__copyright {
  display: none !important;
}
.ai-hub .footer__bottom {
  background-color: #f4f4f4;
  position: relative;
  height: 60px;
  font-size: 14px;
}
.ai-hub .footer__bottom::before {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 60px;
  color: #626262;
  font-weight: 400;
  pointer-events: none;
  content: "2025 AiHUB ©";
}
@media screen and (max-width: 990px) {
  .ai-hub .footer .footer__bottom {
    height: 100px;
  }
  .ai-hub .footer .footer__bottom::before {
    left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .ai-hub .footer .footer__bottom {
    height: 200px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 550px) {
  .ai-hub .footer .footer__bottom::before {
    left: 0px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Abacus Intelligence
*************************************************/
.page.abacus-intelligence .hero__image {
  display: block;
  min-height: 850px;
  background-position: bottom;
}
.page.abacus-intelligence .hero__title {
  padding-top: 150px;
}
.page.abacus-intelligence .hero__title__main:after {
  display: none;
}
.page.abacus-intelligence .hero__title__main,
.page.abacus-intelligence .hero__title__description {
  font-family: "Kernel", "Europa", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
.page.abacus-intelligence .hero__title__main {
  font-size: 80px;
}
.page.abacus-intelligence .hero__title__description {
  font-size: 56px;
  color: #c9dce1;
  margin-top: 0;
}
@media screen and (min-width: 2000px) {
  .page.abacus-intelligence .hero__image {
    background-position: 0 65%;
  }
}
@media screen and (max-width: 1000px) {
  .page.abacus-intelligence .hero__title {
    padding-top: 100px;
  }
}
@media screen and (max-width: 950px) {
  .page.abacus-intelligence .hero__image {
    min-height: 600px;
    background-position: 70% 0%;
  }
  .page.abacus-intelligence .hero__title__main {
    font-size: 64px;
  }
  .page.abacus-intelligence .hero__title__description {
    font-size: 44px;
  }
}
@media screen and (max-width: 750px) {
  .page.abacus-intelligence .hero__image {
    min-height: 380px;
  }
  .page.abacus-intelligence .hero__title {
    padding-top: 80px;
  }
  .page.abacus-intelligence .hero__title__main {
    font-size: 40px;
  }
  .page.abacus-intelligence .hero__title__description {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .page.abacus-intelligence .hero__image {
    min-height: 280px;
  }
  .page.abacus-intelligence .hero__title {
    padding-top: 50px;
  }
  .page.abacus-intelligence .hero__title__main {
    font-size: 32px;
  }
  .page.abacus-intelligence .hero__title__description {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .page.abacus-intelligence .hero__image {
    min-height: 260px;
  }
  .page.abacus-intelligence .hero__title {
    padding-top: 40px;
  }
  .page.abacus-intelligence .hero__title__main {
    font-size: 28px;
  }
  .page.abacus-intelligence .hero__title__description {
    font-size: 19px;
  }
}
.page.abacus-intelligence .introduction__image {
  transform: none;
}
.page.abacus-intelligence .introduction__image .video {
  margin-bottom: 0;
}
.page.abacus-intelligence .bigPicture .type--textmedia {
  background: none;
  overflow: unset;
}
.page.abacus-intelligence .bigPicture .section__inner > .contentElement:nth-child(odd) .ce-bodytext {
  padding: 0 100px 0 50px;
}
.page.abacus-intelligence .bigPicture .section__inner > .contentElement:nth-child(even) .ce-bodytext {
  padding: 0 50px 0 100px;
}
.page.abacus-intelligence .bigPicture .ce-gallery {
  max-width: none;
}
.page.abacus-intelligence .bigPicture figure.video {
  background-color: unset;
}
.page.abacus-intelligence .bigPicture video {
  border-radius: 14px;
  box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1000px) {
  .page.abacus-intelligence .bigPicture .section__inner > .contentElement:nth-child(odd) .ce-bodytext {
    padding-left: 0;
    padding-right: 50px;
  }
  .page.abacus-intelligence .bigPicture .section__inner > .contentElement:nth-child(even) .ce-bodytext {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media screen and (max-width: 850px) {
  .page.abacus-intelligence .bigPicture .contentElement .ce-bodytext {
    width: 100%;
    padding: 0 !important;
  }
  .page.abacus-intelligence .bigPicture .contentElement .ce-gallery {
    order: 0 !important;
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }
}
.page.abacus-intelligence .threeCols .contentElement {
  border-radius: 14px;
  border: 1px solid #dcdcdc;
}
.page.abacus-intelligence .bigPicture .contentElement:nth-child(odd) .ce-gallery {
  order: 1;
}
.page.abacus-intelligence .abaclik-ai-banner {
  background: linear-gradient(180deg, #fff 270px, #f4f4f4 0);
}
.page.abacus-intelligence .abaclik-ai-banner .textImage__text {
  margin-top: 270px;
  padding-top: 80px;
}
.page.abacus-intelligence .abaclik-ai-banner .section__inner {
  grid-template-columns: 300px 1fr;
  row-gap: 16px;
}
@media screen and (max-width: 1340px) {
  .page.abacus-intelligence .abaclik-ai-banner {
    background: linear-gradient(180deg, #fff 100px, #f4f4f4 0);
  }
  .page.abacus-intelligence .abaclik-ai-banner .textImage__text {
    margin-top: 100px;
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 900px) {
  .page.abacus-intelligence .abaclik-ai-banner .section__inner {
    grid-template-columns: 1fr;
  }
  .page.abacus-intelligence .abaclik-ai-banner .section__inner .textImage__text {
    margin-top: 0;
    padding-left: 0 !important;
  }
  .page.abacus-intelligence .abaclik-ai-banner .section__inner .textImage__image {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .page.abacus-intelligence .abaclik-ai-banner .section__inner .textImage__image {
    max-width: 200px;
  }
}
.page.abacus-intelligence .news--list .article {
  border-radius: 14px;
}
.page.abacus-intelligence .news--list .article__image {
  border-radius: 14px 14px 0 0;
}
.page.abacus-intelligence .button--red {
  border-radius: 8px;
}
.page.abacus-intelligence .background--petrol {
  background: linear-gradient(60deg, #3f5057 5%, #406671 95%);
}
.page.abacus-intelligence .ai-icon img {
  max-height: 60px !important;
}
@media screen and (max-width: 900px) {
  .page.abacus-intelligence .cta-ai .align--rightCenter {
    padding: 20px 0 0 130px;
  }
}
@media screen and (max-width: 550px) {
  .page.abacus-intelligence .cta-ai .align--rightCenter {
    padding: 0;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Landingpage Ora in Ticino
*************************************************/
.ora-ticino {
  hyphens: none;
}
.ora-ticino .header {
  background-color: transparent !important;
  position: absolute !important;
  box-shadow: none !important;
  top: 0 !important;
}
.ora-ticino .header__inner {
  box-shadow: none !important;
}
.ora-ticino .hero {
  margin-top: 0 !important;
}
.ora-ticino .hero__image {
  max-height: 100vh !important;
  height: 1000px !important;
  background-position: 50% 50% !important;
}
.ora-ticino .hero__title__inner {
  max-width: 700px;
}
.ora-ticino .hero__title__main {
  font-weight: 300;
  font-size: 84px !important;
}
.ora-ticino .hero__title__main::after {
  content: none !important;
}
.ora-ticino .hero__title__description {
  font-weight: 300;
  margin-top: 30px;
  font-size: 24px !important;
}
.ora-ticino .hero__title__button {
  background-color: #282828 !important;
  border-color: #282828 !important;
  color: #fff !important;
  margin-top: 60px !important;
}
.ora-ticino .info.layout--4 {
  top: 14%;
  border-radius: 50% 0 0 50%;
}
.ora-ticino .info.layout--4 .info__flap {
  background-image: url(../img/phone_white.svg);
  background-size: 26px;
  background-position: 30px;
  border-radius: 50% 0 0 50%;
}
.ora-ticino .header__logo img {
  opacity: 0;
}
.ora-ticino .header__logo a:after {
  content: "";
  height: 32px;
  width: 182px;
  background-size: contain;
}
.ora-ticino .footer__nav {
  display: none;
}
.ora-ticino .threeCols#c32497 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1300px) {
  .ora-ticino #c32497 .section__inner {
    row-gap: 0;
    column-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .ora-ticino .hero__image {
    background-position: 80% 0% !important;
  }
}
@media screen and (max-width: 1000px) {
  .ora-ticino .textImage .section__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ora-ticino .hero__image {
    background-position: 0% 60% !important;
    height: 100vh !important;
  }
  .ora-ticino .hero__title {
    top: auto !important;
    bottom: 60px;
  }
  .ora-ticino .hero__title__main {
    font-size: 64px !important;
    word-break: keep-all;
  }
  .ora-ticino .hero__title__description {
    font-size: 20px !important;
    margin-top: 20px !important;
  }
  .ora-ticino .hero__title__button {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .ora-ticino .textImage .section__inner {
    grid-template-columns: 1fr;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Coloful Font Class
*************************************************/
.thpColorFont h2 {
  display: inline-block;
  background: linear-gradient(269.97deg, #FF5C0B 27.25%, #FF48C2 50.02%, #00AADE 74.37%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*************************************************
* Basic
*************************************************/
.page.thp {
  font-size: 22px;
  line-height: 32px;
  hyphens: manual;
  margin-top: 10px;
  overflow-x: hidden;
}
.page.thp .header__logo {
  max-width: 1540px;
  left: calc(50% - 770px);
}
.page.thp .metaNav__inner {
  font-size: 18px;
  line-height: 28px;
}
.page.thp .standard .type--text, .page.thp .standard .type--textpic {
  max-width: 900px;
}
.page.thp .standard h1 {
  max-width: 1000px;
  margin: 0 auto;
}
.page.thp .section__inner {
  max-width: 1600px;
}
.page.thp strong {
  font-weight: 700;
}
.page.thp h2 {
  font-size: 48px;
  line-height: 54px;
}
.page.thp h2 + p {
  font-size: 24px;
  line-height: 1.455em;
  letter-spacing: 1px;
}
.page.thp h3 {
  font-size: 48px;
  line-height: 58px;
  margin-top: 16px;
  padding-bottom: 8px;
}
@media (min-width: 990px) {
  .page.thp .metaNav {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1600px) {
  .page.thp .header__logo {
    left: 30px !important;
    width: calc(100% - 60px) !important;
  }
}
@media screen and (max-width: 1440px) {
  .page.thp .standard h1 {
    max-width: 900px;
  }
  .page.thp h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .page.thp h3 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 12px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .page.thp {
    font-size: 20px;
    line-height: 30px;
  }
  .page.thp .standard .type--text, .page.thp .standard .type--textpic {
    max-width: 800px;
  }
  .page.thp .standard h1 {
    max-width: 800px;
  }
  .page.thp h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .page.thp h2 + p {
    font-size: 20px;
    line-height: 30px;
  }
  .page.thp h3 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .page.thp {
    font-size: 18px;
    line-height: 26px;
  }
  .page.thp .standard .type--text, .page.thp .standard .type--textpic {
    max-width: 700px;
    margin: 0 auto;
  }
  .page.thp .standard h1 {
    max-width: 700px;
    margin: 0 auto;
  }
  .page.thp h2 {
    font-size: 31px;
    line-height: 41px;
  }
  .page.thp h2 + p {
    font-size: 18px;
    line-height: 26px;
  }
  .page.thp h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

/*************************************************
* Button Navigation (Element: Standard)
*************************************************/
.thp .thp--buttonNav {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
.thp .thp--buttonNav .contentElement {
  position: absolute;
  z-index: 3;
  top: -61px;
  right: 100px;
  width: auto;
}
.thp .thp--buttonNav .button--blackOutline {
  padding: 12px 36px;
  min-width: 160px;
}
@media screen and (max-width: 768px) {
  .thp .thp--buttonNav .contentElement {
    top: -53px;
    right: 88px;
  }
  .thp .thp--buttonNav .button--blackOutline {
    padding: 6px 18px;
    min-width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .thp .thp--buttonNav .contentElement {
    top: -50px;
    right: 78px;
  }
  .thp .thp--buttonNav .button--blackOutline {
    padding: 4px 8px;
    min-width: 100px;
  }
}
@media screen and (max-width: 550px) {
  .thp .thp--buttonNav .contentElement {
    right: 68px;
  }
}
@media screen and (max-width: 450px) {
  .thp .thp--buttonNav .contentElement {
    background-image: url("../Images/landingpages/thp_Contact-Icon-Mobile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 26px;
    z-index: 99;
    top: -54px;
    padding: 0;
  }
  .thp .thp--buttonNav .contentElement a {
    font-size: 0;
    border: 0;
    min-width: 26px;
  }
  .thp .thp--buttonNav .button--blackOutline::after, .thp .thp--buttonNav .button--blackOutline::before {
    content: none;
  }
}

/*************************************************
* Header (Element: Standard)
*************************************************/
.thp .thp--header p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.thp .thp--header .type--html {
  margin-bottom: 64px;
}
.thp .thp--header h1 {
  font-weight: 300;
  font-size: 80px;
  line-height: 84px;
  text-align: center;
}
.thp .thp--header h1 span {
  display: inline-block;
  background: linear-gradient(269.97deg, #FF5C0B 27.25%, #FF48C2 50.02%, #00AADE 74.37%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.thp .thp--header .type--image {
  margin-top: 72px;
}
.thp .thp--header img {
  border-radius: 72px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .thp .thp--header p {
    margin-bottom: 16px;
  }
  .thp .thp--header .type--html {
    margin-bottom: 64px;
  }
  .thp .thp--header h1 {
    font-size: 72px;
    line-height: 76px;
  }
}
@media screen and (max-width: 1280px) {
  .thp .thp--header p {
    margin-bottom: 14px;
  }
  .thp .thp--header h1 {
    font-size: 66px;
    line-height: 70px;
  }
  .thp .thp--header img {
    border-radius: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .thp .thp--header h1 {
    font-size: 58px;
    line-height: 62px;
  }
  .thp .thp--header .type--html {
    margin-bottom: 54px;
  }
  .thp .thp--header .type--image {
    margin-top: 62px;
  }
  .thp .thp--header img {
    border-radius: 44px;
  }
}
@media screen and (max-width: 768px) {
  .thp .thp--header h1 {
    font-size: 52px;
    line-height: 56px;
  }
  .thp .thp--header .type--html {
    margin-bottom: 44px;
  }
  .thp .thp--header .type--image {
    margin-top: 52px;
  }
  .thp .thp--header img {
    border-radius: 36px;
  }
}
@media screen and (max-width: 640px) {
  .thp .thp--header h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .thp .thp--header img {
    border-radius: 28px;
  }
}
@media screen and (max-width: 576px) {
  .thp .thp--header h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .thp .thp--header img {
    border-radius: 22px;
  }
}
@media screen and (max-width: 550px) {
  .thp .thp--header .contentElement {
    text-align: center !important;
  }
}
@media screen and (max-width: 450px) {
  .thp .thp--header img {
    border-radius: 18px;
  }
}

/*************************************************
* Intro (Element: Standard)
*************************************************/
.thp .thp--intro .ce-bodytext h2 {
  font-size: 31px;
  line-height: 41px;
}
.thp .thp--intro .type--image {
  margin-top: 52px;
}
@media screen and (max-width: 1280px) {
  .thp .thp--intro .type--textpic img {
    max-height: 126px;
  }
  .thp .thp--intro .type--image img {
    max-height: 520px;
  }
  .thp .thp--intro .type--textpic .ce-above .ce-gallery {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .thp .thp--intro .ce-bodytext h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .thp .thp--intro .type--textpic img {
    max-height: 106px;
  }
}
@media screen and (max-width: 768px) {
  .thp .thp--intro .ce-bodytext h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 576px) {
  .thp .thp--intro .type--textpic img {
    max-height: 86px;
  }
}
@media screen and (max-width: 550px) {
  .thp .thp--intro .contentElement {
    text-align: center !important;
  }
}

/*************************************************
* Main (Element: Big Picture)
*************************************************/
.thp .thp--main .type--textmedia {
  background: none;
}
.thp .thp--main .section__inner > .contentElement {
  padding-bottom: 100px;
  margin: 0;
  border: 0;
}
.thp .thp--main .section__inner > .contentElement:last-child {
  padding-bottom: 0;
}
.thp .thp--main .section__inner > .contentElement:nth-child(odd) .ce-bodytext, .thp .thp--main .section__inner > .contentElement:nth-child(even) .ce-bodytext {
  padding: 0 50px;
  width: 43%;
}
.thp .thp--main .section__inner > .contentElement .ce-gallery {
  max-width: none;
  width: 57%;
}
.thp .thp--main .section__inner > .contentElement .ce-gallery img {
  border-radius: 30px;
  width: 100%;
}
.thp .thp--main .section__inner > .contentElement strong:first-child {
  display: inline-block;
  padding: 4px 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
  border-radius: 4px;
  background-color: rgba(222, 50, 60, 0.1254901961);
  color: #de323c;
}
.thp .thp--main .section__inner > .contentElement .thp--tagGrey strong:first-child {
  background-color: rgba(155, 155, 155, 0.1254901961);
  color: #9b9b9b;
}
@media screen and (max-width: 1280px) {
  .thp .thp--main .section__inner > .contentElement:nth-child(odd) .ce-bodytext {
    padding: 0 0 0 30px;
  }
  .thp .thp--main .section__inner > .contentElement:nth-child(even) .ce-bodytext {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .thp .thp--main .ce-textpic {
    flex-direction: column !important;
  }
  .thp .thp--main .section__inner > .contentElement {
    padding-bottom: 80px;
  }
  .thp .thp--main .section__inner > .contentElement .ce-bodytext {
    padding: 0 !important;
    width: 80% !important;
    text-align: center;
    margin: 0 auto;
  }
  .thp .thp--main .section__inner > .contentElement .ce-gallery {
    order: 0 !important;
    width: 100%;
    max-width: 576px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .thp .thp--main .section__inner > .contentElement .ce-bodytext {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .thp .thp--main .section__inner > .contentElement {
    padding-bottom: 65px;
  }
  .thp .thp--main .section__inner > .contentElement .ce-bodytext {
    text-align: left !important;
  }
}

/*************************************************
* Banner (Element: Standard, Three Cols)
*************************************************/
.thp .thp--banner {
  background-color: #de323c;
  color: #fff;
  padding: 140px 0;
}
.thp .thp--banner .type--textpic p {
  font-size: 24px;
  line-height: 41px;
}
.thp .thp--banner .threeCols {
  padding-top: 20px;
  padding-bottom: 0px;
}
.thp .thp--banner .threeCols .section__inner {
  padding: 0;
}
.thp .thp--banner p {
  font-size: 18px;
  line-height: 28px;
}
.thp .thp--banner strong {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}
@media screen and (max-width: 1440px) {
  .thp .thp--banner {
    padding: 120px 0;
  }
  .thp .thp--banner strong {
    font-size: 42px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .thp .thp--banner strong {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .thp .thp--banner {
    padding: 100px 0;
  }
  .thp .thp--banner strong {
    font-size: 31px;
    line-height: 41px;
  }
}
@media screen and (max-width: 900px) {
  .thp .thp--banner .threeCols .section__inner {
    row-gap: 50px;
  }
}
@media screen and (max-width: 550px) {
  .thp .thp--banner .contentElement {
    text-align: center !important;
  }
}

/*************************************************
* Vorteile/Advantages (Element: Standard)
*************************************************/
.thp .thp--advantages > .section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 220px;
  align-items: stretch;
  max-width: 1280px;
}
.thp .thp--advantages > .section__inner > .contentElement {
  grid-column: 1/-1;
  max-width: 740px;
  margin: 0;
  padding-bottom: 26px;
}
.thp .thp--advantages .standard .type--textpic {
  padding-top: 60px;
  min-height: 380px;
}
.thp .thp--advantages .standard .type--textpic .ce-gallery {
  margin-bottom: 16px;
}
.thp .thp--advantages .standard .section__inner {
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .thp .thp--advantages > .section__inner {
    column-gap: 180px;
  }
  .thp .thp--advantages > .section__inner > .contentElement {
    max-width: 640px;
  }
}
@media screen and (max-width: 1280px) {
  .thp .thp--advantages > .section__inner {
    column-gap: 140px;
  }
  .thp .thp--advantages > .section__inner > .contentElement {
    max-width: 540px;
  }
  .thp .thp--advantages .standard .type--textpic {
    min-height: 340px;
  }
}
@media screen and (max-width: 1180px) {
  .thp .thp--advantages > .section__inner {
    column-gap: 100px;
  }
  .thp .thp--advantages > .section__inner > .contentElement {
    max-width: 440px;
  }
}
@media screen and (max-width: 1080px) {
  .thp .thp--advantages .standard .type--textpic {
    min-height: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .thp .thp--advantages > .section__inner {
    column-gap: 50px;
  }
  .thp .thp--advantages .standard .type--textpic {
    min-height: 340px;
  }
}
@media screen and (max-width: 940px) {
  .thp .thp--advantages .standard .type--textpic {
    min-height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .thp .thp--advantages > .section__inner {
    grid-template-columns: 1fr;
  }
  .thp .thp--advantages > .section__inner > .contentElement {
    padding-bottom: 20px;
  }
  .thp .thp--advantages .standard .type--textpic {
    padding-top: 40px;
    min-height: 240px;
  }
}

/*************************************************
* Partner (Element: Standard)
*************************************************/
.thp .thp--partner h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 41px;
}
@media screen and (max-width: 1280px) {
  .thp .thp--partner h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .thp .thp--partner h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .thp .thp--partner h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.thp .thp--partner .imageCarousel {
  padding-top: 40px;
}
@media screen and (max-width: 550px) {
  .thp .thp--partner .contentElement {
    text-align: center !important;
  }
}

/*************************************************
* Box KI (Element: Standard)
*************************************************/
.thp .thp--boxKI .contentElement {
  min-height: 780px;
  background-image: url("../Images/landingpages/thp_Grafic-Robot.png");
  background-color: #f4f4f4;
  background-size: auto 98%;
  background-position: right 62px bottom;
  background-repeat: no-repeat;
  border-radius: 40px;
  display: flex;
  align-items: center;
  max-width: 1600px !important;
}
.thp .thp--boxKI .type--text__inner {
  width: 50%;
  padding-left: 120px;
}
.thp .thp--boxKI .type--text__inner p:first-child {
  display: inline-block;
  font-family: "Kernel", "Europa", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  background: linear-gradient(269.97deg, #ff5c0b 27.25%, #ff48c2 50.02%, #00aade 74.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.thp .thp--boxKI .type--text__inner h2 {
  margin-bottom: 20px;
}
.thp .thp--boxKI .type--text__inner p + h2 {
  margin-top: 14px;
}
@media screen and (max-width: 1440px) {
  .thp .thp--boxKI .contentElement {
    background-position: right 32px bottom;
    background-size: auto 95%;
  }
}
@media screen and (max-width: 1280px) {
  .thp .thp--boxKI .type--text__inner {
    padding-left: 80px;
  }
  .thp .thp--boxKI .contentElement {
    background-size: auto 90%;
  }
}
@media screen and (max-width: 1180px) {
  .thp .thp--boxKI .contentElement {
    min-height: 680px;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 1024px) {
  .thp .thp--boxKI .type--text__inner {
    background-position: right 20px bottom;
    padding-left: 40px;
  }
  .thp .thp--boxKI .contentElement {
    background-size: auto 80%;
  }
}
@media screen and (max-width: 920px) {
  .thp .thp--boxKI .type--text__inner {
    width: 100%;
    padding: 40px 40px 0px 40px;
  }
  .thp .thp--boxKI .contentElement {
    padding-bottom: 350px;
    background-size: auto 60%;
  }
}
@media screen and (max-width: 768px) {
  .thp .thp--boxKI .contentElement {
    background-position: right 20px bottom -80px;
  }
}
@media screen and (max-width: 640px) {
  .thp .thp--boxKI .contentElement {
    padding-bottom: 400px;
    background-size: auto 55%;
  }
}
@media screen and (max-width: 576px) {
  .thp .thp--boxKI .contentElement {
    padding-bottom: 375px;
    background-size: auto 50%;
  }
  .thp .thp--boxKI .type--text__inner {
    padding: 40px 30px 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .thp .thp--boxKI .contentElement {
    padding-bottom: 362px;
    background-size: auto 47%;
  }
}
@media screen and (max-width: 450px) {
  .thp .thp--boxKI .contentElement {
    padding-bottom: 350px;
    background-size: auto 45%;
  }
}
@media screen and (max-width: 400px) {
  .thp .thp--boxKI .contentElement {
    padding-bottom: 300px;
    background-size: auto 40%;
  }
}
@media screen and (max-width: 350px) {
  .thp .thp--boxKI .contentElement {
    background-position: right 20px bottom -50px;
    background-size: auto 35%;
  }
}

/*************************************************
* Formular (Element: Standard)
*************************************************/
.thp .thp--formular .tx-powermail {
  padding-top: 70px;
  max-width: 1000px;
  margin: 0 auto;
}
.thp .thp--formular .tx-powermail .powermail_fieldwrap_type_submit {
  margin-top: 60px;
}
.thp .thp--formular .tx-powermail .powermail_create {
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thp .thp--formular .tx-powermail {
    padding-top: 40px;
  }
  .thp .thp--formular .tx-powermail .powermail_fieldwrap_type_submit {
    margin-top: 42px;
  }
}
@media screen and (max-width: 576px) {
  .thp .thp--formular h2 {
    text-align: left;
  }
  .thp .thp--formular .tx-powermail .powermail_fieldwrap_type_submit {
    margin-top: 28px;
  }
}

/*************************************************
* Anpassung Pricecard
*************************************************/
.thp .twoCols .section__inner:has(.pricecard) {
  max-width: 800px;
  margin: 0 auto;
}

.thp .pricecard {
  min-width: 350px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Banner Treuhand
*************************************************/
.page .page__inner .thpBannerV2 {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.page .page__inner .thpBannerV2 p + p .button--black {
  margin-top: 5px;
}
.page .page__inner .thpBannerV2 .button--black {
  min-width: 155px;
  font-weight: 400;
  padding: 7px 14px;
}

/*************************************************
* Booster 
*************************************************/
.thpBooserV2 {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  animation: pulse-glow 3s ease-in-out infinite, float 4s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 30px rgba(222, 50, 60, 0.3);
  }
  50% {
    box-shadow: 0 0 60px rgba(222, 50, 60, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .thpBooserV2 {
    width: 120px;
    height: 120px;
  }
}

/*************************************************
* Basic
*************************************************/
.page.thpV2 {
  margin-top: 70px;
}
.page.thpV2 h2 {
  font-size: 56px;
  line-height: 67px;
}
.page.thpV2 h2 + p {
  font-size: 20px;
  line-height: 30px;
  color: #626262;
  padding-top: 10px;
}
.page.thpV2 h3 {
  font-size: 48px;
  line-height: 58px;
}
.page.thpV2 h4 {
  font-size: 40px;
  line-height: 48px;
}
.page.thpV2 h3 + p,
.page.thpV2 h4 + p {
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
}
.page.thpV2 .button--blackOutline {
  padding: 10px;
  border-radius: 80px;
  min-width: 210px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
}
@media screen and (max-width: 1040px) {
  .page.thpV2 h2 {
    font-size: 46px;
    line-height: 57px;
  }
  .page.thpV2 h2 + p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
  }
  .page.thpV2 h3 {
    font-size: 38px;
    line-height: 48px;
  }
  .page.thpV2 h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .page.thpV2 h3 + p,
  .page.thpV2 h4 + p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page.thpV2 h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .page.thpV2 h2 + p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }
  .page.thpV2 h3 {
    font-size: 28px;
    line-height: 33px;
  }
  .page.thpV2 h4 {
    font-size: 24px;
    line-height: 29px;
  }
  .page.thpV2 h3 + p,
  .page.thpV2 h4 + p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }
  .page.thpV2 .button--blackOutline {
    padding: 8px;
    min-width: 200px;
    font-size: 16px;
    line-height: 24px;
  }
}

/*************************************************
* Header
*************************************************/
@media screen and (max-width: 550px) {
  .thpV2 .thpV2--header .type--text {
    text-align: center !important;
  }
}
/*************************************************
* Main
*************************************************/
@media screen and (max-width: 1340px) {
  .thpV2 .featurecard.spaceAfter--large {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .thpV2 .featurecard.spaceAfter--large {
    margin-bottom: 20px;
  }
}

.thpV2 .thpV2--main .section__inner h2 + p {
  max-width: 700px;
  margin: 0 auto;
}
.thpV2 .thpV2--main .featurecard:nth-child(2) {
  color: #4d4158;
  background-color: #e6e2e9;
}
.thpV2 .thpV2--main .featurecard:nth-child(2) p {
  color: rgba(77, 65, 88, 0.6980392157);
}
.thpV2 .thpV2--main .featurecard:nth-child(3) {
  color: #7a4e43;
  background-color: #efe4dc;
}
.thpV2 .thpV2--main .featurecard:nth-child(3) p {
  color: rgba(122, 78, 67, 0.6980392157);
}
.thpV2 .thpV2--main .featurecard:nth-child(4) {
  color: #366348;
  background-color: #e3e8e5;
}
.thpV2 .thpV2--main .featurecard:nth-child(4) p {
  color: rgba(54, 99, 72, 0.6980392157);
}
.thpV2 .thpV2--main .featurecard:nth-child(5) {
  color: #5b443e;
  background-color: #e8e4e3;
}
.thpV2 .thpV2--main .featurecard:nth-child(5) p {
  color: rgba(91, 68, 62, 0.6980392157);
}
.thpV2 .thpV2--main .featurecard:nth-child(6) {
  color: #3e465b;
  background-color: #e3e4e8;
}
.thpV2 .thpV2--main .featurecard:nth-child(6) p {
  color: rgba(62, 70, 91, 0.6980392157);
}
@media screen and (max-width: 550px) {
  .thpV2 .thpV2--main .type--text {
    text-align: center !important;
  }
}

/*************************************************
* Video
*************************************************/
.thpV2 .thpV2--video .section__inner {
  max-width: 1130px;
}
@media screen and (max-width: 550px) {
  .thpV2 .thpV2--video .type--text {
    text-align: center !important;
  }
}

/*************************************************
* Benefit
*************************************************/
.thpV2 .thpV2--benefit .section__inner {
  max-width: 1130px;
}
.thpV2 .thpV2--benefit .twoCols:nth-child(2) {
  /* Orange */
  /* Purple */
}
.thpV2 .thpV2--benefit .twoCols:nth-child(2) .benefitcard:nth-child(1) {
  color: #7a4e43;
  background-color: #efe4dc;
}
.thpV2 .thpV2--benefit .twoCols:nth-child(2) .benefitcard:nth-child(2) {
  color: #4d4158;
  background-color: #e6e2e9;
}
.thpV2 .thpV2--benefit .twoCols:nth-child(3) {
  /* Green */
  /* Brown */
}
.thpV2 .thpV2--benefit .twoCols:nth-child(3) .benefitcard:nth-child(1) {
  color: #366348;
  background-color: #e3e8e5;
}
.thpV2 .thpV2--benefit .twoCols:nth-child(3) .benefitcard:nth-child(2) {
  color: #5b443e;
  background-color: #e8e4e3;
}
@media screen and (max-width: 550px) {
  .thpV2 .thpV2--benefit .type--text {
    text-align: center !important;
  }
}

/*************************************************
* Quotes
*************************************************/
.thpV2 .thpV2--quotes .threeCols .section__inner {
  gap: 24px;
}
.thpV2 .thpV2--quotes .threeCols .contentElement {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 56px 40px;
}
.thpV2 .thpV2--quotes .threeCols .contentElement p:nth-child(1) {
  font-size: 24px;
  line-height: 34px;
  min-height: 350px;
}
.thpV2 .thpV2--quotes .threeCols .contentElement p:nth-child(2) {
  font-size: 20px;
  line-height: 30px;
  color: #626262;
}
.thpV2 .thpV2--quotes .threeCols .contentElement p:nth-child(3) {
  margin-top: 0em;
  font-size: 20px;
  line-height: 30px;
  color: #9b9b9b;
}
@media screen and (max-width: 1100px) {
  .thpV2 .thpV2--quotes .threeCols .section__inner {
    grid-template-columns: 1fr;
  }
  .thpV2 .thpV2--quotes .threeCols .contentElement {
    min-height: 300px;
  }
  .thpV2 .thpV2--quotes .threeCols .contentElement p:nth-child(1) {
    min-height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .thpV2 .thpV2--quotes .threeCols .contentElement {
    min-height: 0px;
    padding: 48px 32px;
  }
  .thpV2 .thpV2--quotes .threeCols .contentElement p:nth-child(1) {
    font-size: 18px;
    line-height: 26px;
  }
  .thpV2 .thpV2--quotes .threeCols .contentElement p:nth-child(2),
  .thpV2 .thpV2--quotes .threeCols .contentElement p:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 550px) {
  .thpV2 .thpV2--quotes .type--text h2 {
    text-align: center !important;
  }
  .thpV2 .thpV2--quotes .threeCols .contentElement {
    padding: 24px;
  }
}

/*************************************************
* Form
*************************************************/
.thpV2 .thpV2--form {
  background: linear-gradient(180deg, #e5e1e8 0%, #e3e4e8 37.86%, #e8e4e3 58.48%, #ece4e0 87.5%, #efe4dc 100%);
}
.thpV2 .thpV2--form .section__inner {
  max-width: 745px;
  background-color: white;
  padding: 48px 32px;
  border-radius: 24px;
}
.thpV2 .thpV2--form .tx-powermail {
  color: #626262;
}
.thpV2 .thpV2--form .tx-powermail a {
  text-decoration: underline;
  color: #626262;
}
.thpV2 .thpV2--form .tx-powermail .powermail_fieldwrap_type_input label,
.thpV2 .thpV2--form .tx-powermail .powermail_fieldwrap_type_textarea label {
  display: none;
}
.thpV2 .thpV2--form .tx-powermail .powermail_fieldwrap {
  margin-bottom: 32px;
}
.thpV2 .thpV2--form .tx-powermail .powermail_fieldwrap_type_check {
  margin: 0;
}
.thpV2 .thpV2--form .tx-powermail input:not(.powermail_submit),
.thpV2 .thpV2--form .tx-powermail textarea {
  background: #efefef;
  border-radius: 12px;
  padding: 14px 18px;
  min-height: 56px;
  font-size: 18px;
  line-height: 26px;
}
.thpV2 .thpV2--form .tx-powermail textarea {
  min-height: 220px;
}
.thpV2 .thpV2--form .powermail_fieldwrap_type_submit {
  display: flex;
  justify-content: center;
  margin: 32px 0 0 0 !important;
}
.thpV2 .thpV2--form .powermail_fieldwrap_type_submit .powermail_field {
  display: flex;
  min-height: 54px;
  background: radial-gradient(circle, #282828 0%, #000 200%);
  border-radius: 80px;
}
.thpV2 .thpV2--form .powermail_fieldwrap_type_submit .powermail_field:hover {
  background: #3a3a3a;
}
.thpV2 .thpV2--form .powermail_fieldwrap_type_submit input {
  padding: 8px 53px 8px 18px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
}
.thpV2 .thpV2--form .powermail_fieldwrap_type_submit .powermail_field::before {
  z-index: -1;
}
.thpV2 .thpV2--form .powermail_fieldwrap_type_submit .powermail_field::after {
  background-image: url("../Images/landingpages/thp_Book-Icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  width: 34px;
  height: 34px;
  background-color: white;
  opacity: 1 !important;
  transform: scale(1) !important;
}
.thpV2 .thpV2--form .powermail_create {
  text-align: center;
  padding: 40px 0px 60px 0;
}
@media screen and (max-width: 800px) {
  .thpV2 .thpV2--form .section__inner {
    margin: 0 30px;
    padding: 48px 16px;
  }
}
@media screen and (max-width: 768px) {
  .thpV2 .thpV2--form .tx-powermail input:not(.powermail_submit),
  .thpV2 .thpV2--form .tx-powermail textarea {
    font-size: 16px;
    line-height: 24px;
  }
  .thpV2 .thpV2--form .tx-powermail .powermail_fieldwrap_type_submit input {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 550px) {
  .thpV2 .thpV2--form .section__inner {
    margin: 0 20px;
  }
  .thpV2 .thpV2--form .type--text {
    text-align: center !important;
  }
}

/*************************************************
* Faq
*************************************************/
.thpV2 .thpV2--faq .type--accordion.layout--1 {
  border-top: 0px;
  border-bottom: 1px solid #dedede;
}
.thpV2 .thpV2--faq .type--accordion.layout--1 .accordion__title {
  padding: 24px 44px 24px 0px;
}
.thpV2 .thpV2--faq .type--accordion.layout--1 .accordion__title h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 1040px) {
  .thpV2 .thpV2--faq .type--accordion.layout--1 .accordion__title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .thpV2 .thpV2--faq .type--accordion.layout--1 .accordion__title h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.thpV2 .thpV2--faq .type--accordion.layout--1 .cross .horizontal {
  width: 18px;
  height: 2px;
  opacity: 1;
  transform: translate(-8px, 0);
}
.thpV2 .thpV2--faq .type--accordion.layout--1 .cross .vertical {
  width: 2px;
  height: 18px;
  transform: translate(0, -8px);
}
.thpV2 .thpV2--faq .type--accordion.layout--1.open .cross {
  opacity: 1;
}
.thpV2 .thpV2--faq .type--accordion.layout--1.open .cross .vertical {
  transition: all 0.5s ease-in-out;
  transform: translate(0, -10px) rotate(90deg) translate3d(0, 0, 0);
  background-color: #282828;
}
.thpV2 .thpV2--faq .type--accordion.layout--1.open .cross .horizontal {
  transition: all 0.5s ease-in-out;
  transform: translate(-10px, 0) rotate(90deg) translate3d(0, 0, 0);
  opacity: 0;
  background-color: #282828;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.ababridge {
  hyphens: none;
}
.ababridge .header {
  top: 8px;
}
.ababridge .ababridge--buttonNav {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0;
  z-index: 999;
}
@media screen and (max-width: 990px) {
  .ababridge .ababridge--buttonNav {
    display: none;
  }
}
.ababridge .ababridge--buttonNav .button--whiteOutline {
  padding: 12px 36px;
  min-width: 160px;
}
.ababridge .bigPicture .type--textpic img {
  border-radius: 25px;
  width: 100%;
  height: auto;
}
.ababridge .bigPicture .ce-gallery {
  max-width: none;
}
.ababridge .ababridge--bg .section__inner {
  background-image: url("../Images/landingpages/ababridge_test_bg.png");
  color: #fff;
}
.ababridge .ababridge--bg .ce-column + .ce-column {
  margin-left: 30px;
}
.ababridge .footer__nav {
  display: block;
}
.ababridge .footer__nav .level--1:first-child .navItem:first-child, .ababridge .footer__nav .level--1:first-child .navItem:last-child {
  display: none;
}
.ababridge .footer__nav .level--1:nth-child(n+2) {
  display: none;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Header
*************************************************/
.lawlite .header {
  top: 60px !important;
}
@media screen and (max-width: 989px) {
  .lawlite .header {
    top: 30px !important;
  }
}
@media screen and (max-width: 550px) {
  .lawlite .header {
    top: 20px !important;
  }
}

.lawlite .lawlite--video {
  padding: 0;
  position: relative;
}
.lawlite .lawlite--video .section__inner {
  max-width: none;
  padding: 0;
}
.lawlite .lawlite--video .type--textmedia {
  border-radius: 0;
}
.lawlite .lawlite--video .ce-bodytext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  max-width: 670px;
}
.lawlite .lawlite--video .video-embed {
  height: 100vh;
  min-height: 700px;
  max-height: 1000px;
}
.lawlite .lawlite--video .video-embed video {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lawlite .lawlite--video .video-embed {
    max-height: 700px;
  }
}

/*************************************************
* Feature Cards
*************************************************/
@media screen and (max-width: 1340px) {
  .lawlite .featurecard.spaceAfter--large {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .lawlite .featurecard.spaceAfter--large {
    margin-bottom: 20px;
  }
}

/*************************************************
* Security Platform
*************************************************/
.lawlite .lawlite--security.background--grey .twoCols.layout--1 .contentElement {
  border: none;
  border-radius: 16px;
}
.lawlite .lawlite--security.background--grey .twoCols.layout--1 .contentElement .ce-textpic {
  padding: 56px 76px;
}
.lawlite .lawlite--security.background--grey .twoCols.layout--1 .contentElement .ce-textpic .ce-gallery {
  padding-bottom: 36px;
}
.lawlite .lawlite--security.background--grey .twoCols.layout--1 .contentElement .ce-textpic .ce-bodytext {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .lawlite .lawlite--security.background--grey .twoCols.layout--1 .contentElement {
    margin-bottom: 8px;
  }
}
.lawlite .lawlite--security.background--grey .standard.layout--1 {
  padding: 0;
  border-radius: 16px;
}
.lawlite .lawlite--security.background--grey .standard.layout--1 .section__inner {
  box-shadow: none;
  background-color: white;
  padding: 56px 120px;
}
@media screen and (max-width: 650px) {
  .lawlite .lawlite--security.background--grey .twoCols .section__inner {
    row-gap: 8px;
  }
}
@media screen and (max-width: 550px) {
  .lawlite .lawlite--security.background--grey .standard.layout--1 .section__inner {
    padding: 56px;
  }
  .lawlite .lawlite--security.background--grey .standard.layout--1 .section__inner .type--textpic {
    text-align: center !important;
  }
  .lawlite .lawlite--security.background--grey .twoCols.layout--1 .contentElement .ce-textpic {
    padding: 56px;
  }
}

/*************************************************
* Price
*************************************************/
@media screen and (max-width: 550px) {
  .lawlite .lawlite--price .type--text {
    text-align: center !important;
  }
}
/*************************************************
* Integration
*************************************************/
.lawlite .lawlite--integration .twoCols.layout--1 .contentElement {
  border: none;
  border-radius: 16px;
}
.lawlite .lawlite--integration .twoCols.layout--1 .contentElement .ce-textpic {
  padding: 56px 32px;
}
.lawlite .lawlite--integration .twoCols.layout--1 .contentElement .ce-textpic .ce-gallery {
  padding-bottom: 36px;
}
.lawlite .lawlite--integration .twoCols.layout--1 .contentElement .ce-textpic .ce-bodytext {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .lawlite .lawlite--integration .twoCols.layout--1 .contentElement {
    margin-bottom: 8px;
  }
}
.lawlite .lawlite--integration .standard.layout--1 {
  padding: 0;
}
.lawlite .lawlite--integration .standard.layout--1 .section__inner {
  box-shadow: none;
  background-color: white;
  padding: 56px 120px;
  border-radius: 16px;
}
@media screen and (max-width: 650px) {
  .lawlite .lawlite--integration .twoCols .section__inner {
    row-gap: 8px;
  }
  .lawlite .lawlite--integration .standard.layout--1 .section__inner {
    padding: 56px 32px;
  }
  .lawlite .lawlite--integration .standard.layout--1 .section__inner .contentElement {
    text-align: left;
  }
  .lawlite .lawlite--integration .standard.layout--1 .section__inner .contentElement img {
    margin: unset;
  }
}

/*************************************************
* Four Cols
*************************************************/
.lawlite .type--textpic.layout--1 img {
  max-height: 72px;
}

@media screen and (max-width: 550px) {
  .lawlite .fourCols .section__inner {
    row-gap: 16px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.erpnrone h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
}
.erpnrone h2:after {
  content: "";
  background: #de323c;
  height: 0.38em;
  display: inline-block;
  width: 0.38em;
  border-radius: 50%;
  margin-left: 0.06em;
  position: absolute;
  bottom: 0.19em;
}

.erp40 .type--textmedia {
  border-radius: 0;
}
.erp40.page .hero .hero__image {
  height: 100vh;
  max-height: 900px;
}
.erp40 .hero__title {
  position: absolute;
  z-index: 9;
  left: calc(50% - 670px);
}
@media screen and (max-width: 1340px) {
  .erp40 .hero__title {
    left: 30px;
    width: calc(100% - 60px);
  }
}

/*# sourceMappingURL=style.css.map */
