@charset "UTF-8";
:root {
  --button-width: 110%;
  --button-height: 300px;
}

/*************************************************
* Font
*************************************************/
/*************************************************
* Colors
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Fonts
*************************************************/
/*************************************************
* Arrow
*************************************************/
/*************************************************
* Forms
*************************************************/
/*************************************************
* Animations
*************************************************/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*************************************************
* Hover animations
*************************************************/
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * 1. Correct the line height in all browsers.
 * 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: 500;
}

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

/*************************************************
* Imports
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Buttons
*************************************************/
/*************************************************
* Basel Grotesk
*************************************************/
@font-face {
  font-family: "Basel Grotesk";
  src: url("../Fonts/Basel-Grotesk-Regular.woff2") format("woff2"), url("../Fonts/Basel-Grotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Basel Grotesk";
  src: url("../Fonts/Basel-Grotesk-Medium.woff2") format("woff2"), url("../Fonts/Basel-Grotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Basel Grotesk";
  src: url("../Fonts/Basel-Grotesk-Italic.woff2") format("woff2"), url("../Fonts/Basel-Grotesk-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Basel Grotesk";
  src: url("../Fonts/Basel-Grotesk-Medium-Italic.woff2") format("woff2"), url("../Fonts/Basel-Grotesk-Medium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
/*************************************************
* 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%;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Font Definitions
*************************************************/
html {
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-feature-settings: "ss12" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.8px;
  color: #00172f;
}

h1 {
  font-size: 2.56rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 1.1rem;
  }
}

h5 {
  font-size: 1.11rem;
  font-weight: 500;
  line-height: 1.4em;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 500;
}

/*************************************************
* Inline Style
*************************************************/
p.inline--h1 {
  font-size: 2.56rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media screen and (max-width: 576px) {
  p.inline--h1 {
    font-size: 2rem;
  }
}
p.inline--h1 strong {
  font-weight: 500;
}
p.inline--h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  p.inline--h2 {
    font-size: 1.6rem;
  }
}
p.inline--h2 strong {
  font-weight: 500;
}
p.inline--h3 {
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  p.inline--h3 {
    font-size: 1.25rem;
  }
}
p.inline--h3 strong {
  font-weight: 500;
}
p.inline--h4 {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media screen and (max-width: 576px) {
  p.inline--h4 {
    font-size: 1.1rem;
  }
}
p.inline--h4 strong {
  font-weight: 500;
}
p.inline--h5 {
  font-size: 1.11rem;
  font-weight: 500;
  line-height: 1.4em;
}
p.inline--h5 strong {
  font-weight: 500;
}
p.inline--h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45em;
}
p.inline--h6 strong {
  font-weight: 500;
}
p.paragraph--large {
  font-size: 1.22rem;
  line-height: 1.45em;
}
p.paragraph--medium {
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-feature-settings: "ss12" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.8px;
}
p.paragraph--small {
  font-size: 0.89rem;
  line-height: 1.56em;
}

/*************************************************
* Buttons
*************************************************/
.page .button--ocean {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .page .button--ocean {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.page .button--ocean {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.page .button--ocean:hover {
  background: transparent;
  color: #00172f;
}
.page .button--oceanOutline {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .page .button--oceanOutline {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.page .button--oceanOutline {
  background: transparent;
  color: #00172f;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.page .button--oceanOutline:hover {
  background: #96d5ea;
}
.page .button--white {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .page .button--white {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.page .button--white {
  background: #fff;
  color: #00172f;
}
.page .button--white:hover {
  background: #96d5ea;
}

p + p:has(> a) {
  margin-top: 0.3rem;
}

/*************************************************
* Links
*************************************************/
a {
  color: #96d5ea;
  text-decoration: none;
}
a:hover, a.active, a:focus {
  color: #00172f;
  text-decoration: none;
}

/*************************************************
* Text Spacing
*************************************************/
h1 + p,
h1 + ul,
h1 + .ce-bodytext,
.heading--h1 + p,
.heading--h1 + ul,
.heading--h1 + .ce-bodytext {
  margin-top: 0.667rem;
}
h1 + h2,
h1 .heading--h2,
.heading--h1 + h2,
.heading--h1 .heading--h2 {
  margin-top: 0.444rem;
}

h2 + p,
h2 + ul,
h2 + ol,
h2 + table,
h2 + .ce-bodytext,
.heading--h2 + p,
.heading--h2 + ul,
.heading--h2 + ol,
.heading--h2 + table,
.heading--h2 + .ce-bodytext {
  margin-top: 0.556rem;
}
h2 + h3,
h2 .heading--h3,
.heading--h2 + h3,
.heading--h2 .heading--h3 {
  margin-top: 0.444rem;
}

h3 + p,
h3 + ul,
h3 + ol,
h3 + table,
h3 + .ce-bodytext,
.heading--h3 + p,
.heading--h3 + ul,
.heading--h3 + ol,
.heading--h3 + table,
.heading--h3 + .ce-bodytext {
  margin-top: 0.444rem;
}
h3 + h4,
.heading--h3 + h4 {
  margin-top: 0.333rem;
}

h4 + p,
h4 + ul,
h4 + ol,
h4 + table,
h5 + p,
h5 + ul,
h5 + ol,
h5 + table,
h6 + p,
h6 + ul,
h6 + ol,
h6 + table {
  margin-top: 0.444rem;
}

.inline--h1 + p,
.inline--h2 + p,
.inline--h3 + p {
  margin-top: 0.22rem;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .heading--h1,
p + .heading--h2,
p + .heading--h3 {
  margin-top: 1.67rem;
}
p + p,
p + ul,
p + ol,
p + table {
  margin-top: 1.6rem;
}

ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + .heading--h1,
ul + .heading--h2,
ul + .heading--h3 {
  margin-top: 1.56rem;
}
ul + p {
  margin-top: 1.6rem;
}

.image-caption {
  font-size: 0.89rem;
  line-height: 1.56em;
  margin-top: 0.33rem;
}

/*************************************************
* Lists
*************************************************/
.content ul {
  list-style: none;
  padding: 0;
}
.content ul li {
  display: block;
  list-style: none;
  margin: 0 0 0 1.12rem;
  position: relative;
}
.content ul li:before {
  color: #00172f;
  content: "•";
  display: inline-block;
  font-size: 1.3rem;
  left: -0.85rem;
  position: absolute;
  top: 0rem;
}
.content ul li a {
  color: #00172f;
}
.content ul li a:hover {
  color: #96d5ea;
}

/*************************************************
* Hr
*************************************************/
.contentElement hr {
  border-top: 1px solid #9b9b9b;
  width: 100%;
  margin: 20px 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.center {
  padding-top: 20px;
  margin-top: 131px;
  min-height: 900px;
}

.hero + .center {
  margin-top: -131px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .center {
    margin-top: 81px;
  }
}
@media screen and (max-width: 576px) {
  .hero + .center {
    margin-top: -141px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Header
*************************************************/
.header {
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #00172f;
  position: fixed;
}

/*************************************************
* Überschrift
*************************************************/
.content .header,
.contactbar .header {
  background-color: transparent;
  z-index: 1;
  position: unset;
}
.content .header .header__inner,
.contactbar .header .header__inner {
  width: 65%;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .content .header .header__inner,
  .contactbar .header .header__inner {
    width: 85%;
    height: auto;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Hero
*************************************************/
.hero {
  margin-top: 128px;
}
.hero__image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  max-width: none;
}
.hero__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 550px;
  object-fit: cover;
  object-position: center;
}
.hero__vimeo-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 550px;
  overflow: hidden;
}
.hero__vimeo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  width: calc(100vw + 4px);
  height: calc((100vw + 4px) * 0.5625);
  min-width: calc(100% + 4px);
  min-height: calc(100% + 4px);
  transform: translate(-50%, -50%);
  border: 0;
}
.hero__video {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero__content {
  transform: translateY(-125px);
  z-index: 2;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .hero__vimeo {
    height: 100vh;
    min-height: 451px;
    width: 801.7777777778px;
    min-width: 801.7777777778px;
  }
  .hero__vimeo-wrapper, .hero__poster, .hero__image, .hero__video {
    height: 450px;
  }
}
@media screen and (max-width: 576px) {
  .hero__vimeo {
    height: 100vh;
    min-height: 351px;
    width: 624px;
    min-width: 624px;
  }
  .hero__vimeo-wrapper, .hero__poster, .hero__image, .hero__video {
    height: 350px;
  }
}
@media screen and (max-width: 320px) {
  .hero__vimeo-wrapper, .hero__poster, .hero__image, .hero__video {
    height: 350px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.footer {
  background-color: #00172f;
  color: #fff;
}
.footer p {
  font-size: 16px;
  line-height: 24px;
}
.footer a {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}
.footer a:hover {
  color: #96d5ea;
}
.footer .footer__top__left {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.footer__claim {
  padding-bottom: 20px;
}
.footer__claim p {
  font-size: 1.56rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 90%;
}
.footer__address {
  margin: 0;
}
.footer__center {
  width: 40%;
}
.footer__nav li {
  list-style-type: none;
}
.footer__nav li:nth-of-type(2) {
  margin-bottom: 14px;
}
.footer__nav li:nth-of-type(4) {
  margin-bottom: 14px;
}
.footer__nav .active.current a,
.footer__nav .active a {
  color: #96d5ea;
}
.footer__ccmbutton {
  padding-left: 40px;
}
.footer__right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: auto;
}
.footer__right .footer__goldPartner {
  margin-bottom: 20px;
}
.footer__right .footer__goldPartner img {
  width: 200px;
  height: auto;
}
.footer__right .footer__certificates img {
  height: auto;
  width: 105px;
}
.footer__right .footer__certificates .ce-inner,
.footer__right .footer__certificates .ce-row {
  display: flex;
  gap: 4px;
}
.footer__copyright {
  margin-left: auto;
  padding-top: 19px;
}
.footer__socialMedia {
  width: 30%;
}
.footer__socialMedia > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.footer__socialMedia img {
  height: 36px;
  width: auto;
}
.footer__socialMedia .ce-inner,
.footer__socialMedia .ce-row {
  display: flex;
  gap: 10px;
}

/*************************************************
* Footer Top & Bottom
*************************************************/
.footer__top .footer__top__inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  padding: 30px 80px 10px 80px;
}

.footer__bottom .footer__bottom__inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  padding: 0px 80px 30px 80px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .footer__top .footer__top__inner {
    padding: 30px 40px 15px 40px;
  }
  .footer__bottom .footer__bottom__inner {
    padding: 0px 40px 30px 40px;
  }
}
@media screen and (max-width: 992px) {
  .footer__top {
    margin-bottom: 20px;
  }
  .footer__top__inner {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer__top__left {
    width: 100%;
    flex: 0 0 100%;
  }
  .footer__center {
    width: 100%;
  }
  .footer__center ul {
    padding: 0;
  }
  .footer__ccmbutton {
    padding: 0;
  }
  .footer__right {
    width: 100%;
    align-items: flex-start;
  }
  .footer__right .footer__certificates img {
    width: 100px;
    margin-left: -6px;
  }
}
@media screen and (max-width: 576px) {
  .footer__top .footer__top__inner {
    padding: 20px 20px 0px 20px;
  }
  .footer__bottom .footer__bottom__inner {
    padding: 0px 20px 30px 20px;
    flex-wrap: wrap;
  }
  .footer__socialMedia {
    width: 100%;
  }
  .footer__copyright {
    width: 100%;
    text-align: left;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.tx-powermail h3,
.tx-powermail .powermail_legend {
  display: none;
}
.tx-powermail fieldset {
  padding: 0;
  border: none;
}
.tx-powermail .powermail_fieldwrap {
  width: 100%;
}
.tx-powermail .powermail_fieldwrap:first-child {
  margin-block-start: 1.5rem;
}

/*************************************************
* Fields
*************************************************/
.form-label {
  display: block;
  margin-bottom: 4px;
}

.powermail_fieldwrap_type_input input,
.powermail_fieldwrap_type_select select {
  border: 0px;
  border-bottom: 2px solid #00172f;
  padding: 0 10px 0 0;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  font-size: 0.89rem;
  display: block;
  width: 100%;
  min-height: 34px;
  background-color: transparent;
  color: #00172f;
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.powermail_fieldwrap_type_input input:focus,
.powermail_fieldwrap_type_select select:focus {
  outline: none;
}
.powermail_fieldwrap_type_input input.parsley-error,
.powermail_fieldwrap_type_select select.parsley-error {
  border: 1px solid #00172f !important;
}

.powermail_fieldwrap_type_textarea textarea {
  border: 0px;
  border-bottom: 2px solid #00172f;
  padding: 0 10px 0 0;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  font-size: 0.89rem;
  display: block;
  width: 100%;
  min-height: 34px;
  background-color: transparent;
  color: #00172f;
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 80px;
  line-height: 24px;
  padding-top: 6px;
}
.powermail_fieldwrap_type_textarea textarea:focus {
  outline: none;
}
.powermail_fieldwrap_type_textarea textarea.parsley-error {
  border: 1px solid #00172f !important;
}

.powermail_fieldwrap_type_check .form-check {
  display: inline-block;
}
.powermail_fieldwrap_type_check .form-check input[type=checkbox] {
  opacity: 0 !important;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 28px;
  width: 28px;
  z-index: 99;
}
.powermail_fieldwrap_type_check .form-check label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.powermail_fieldwrap_type_check .form-check label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #00172f;
  border-radius: 50%;
  background-color: transparent;
  transition: border-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
}
.powermail_fieldwrap_type_check .form-check label.checked:after {
  content: "\f00c";
  color: #00172f;
}
.powermail_fieldwrap_type_check .form-check input {
  position: relative;
  top: 1px;
}
.powermail_fieldwrap_type_check .form-check:last-child {
  margin: 0;
}
.powermail_fieldwrap_type_check .form-check a {
  color: #00172f;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}
.powermail_fieldwrap_type_check .form-check a:hover {
  color: #96d5ea;
}
.powermail_fieldwrap_type_check .form-check label {
  margin-bottom: 0;
}
.powermail_fieldwrap_type_check .powermail_label {
  display: none;
}

.powermail_fieldwrap_type_radio .powermail_radiowrap {
  display: block;
}
.powermail_fieldwrap_type_radio label {
  margin-bottom: 0;
}
.powermail_fieldwrap_type_radio .powermail_label {
  display: none;
}
.powermail_fieldwrap_type_radio .form-check {
  margin-top: 4px;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.powermail_fieldwrap_type_radio .form-check input.form-check-input {
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  z-index: 99;
}
.powermail_fieldwrap_type_radio .form-check label.form-check-label {
  position: relative;
  padding-left: 36px;
  line-height: 34px;
  user-select: none;
}
.powermail_fieldwrap_type_radio .form-check label.form-check-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  border: 2px solid #00172f;
  border-radius: 50%;
  background-color: transparent;
  transition: border-color 0.3s;
}
.powermail_fieldwrap_type_radio .form-check label.form-check-label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 20px;
  height: 20px;
  background-color: #00172f;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.powermail_fieldwrap_type_radio .form-check input.form-check-input:checked + label.form-check-label:after {
  opacity: 1;
}

.powermail_fieldwrap_type_submit {
  position: relative;
}
.powermail_fieldwrap_type_submit .btn {
  display: block;
  width: 100%;
  max-width: 180px;
  margin-top: 0 !important;
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .powermail_fieldwrap_type_submit .btn {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.powermail_fieldwrap_type_submit .btn {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.powermail_fieldwrap_type_submit .btn:hover {
  background: transparent;
  color: #00172f;
}
.powermail_fieldwrap_type_submit .powermail__sending {
  position: absolute;
  width: 50px;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  visibility: hidden;
}
.powermail_fieldwrap_type_submit .powermail__sending.show {
  visibility: visible;
}

/*************************************************
* Layout Event
*************************************************/
.powermail_pi1.layout--1 .powermail_legend {
  display: block;
  padding: 20px 8px 0 8px;
  margin: 0;
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  .powermail_pi1.layout--1 .powermail_legend {
    font-size: 1.25rem;
  }
}
.powermail_pi1.layout--1 .powermail_fieldset:first-of-type {
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  .powermail_pi1.layout--1 .powermail_fieldset:first-of-type {
    font-size: 1.25rem;
  }
}
.powermail_pi1.layout--1 .powermail_fieldset:first-of-type .powermail_legend {
  display: none;
}
.powermail_pi1.layout--1 .powermail_fieldset::nth-of-type(2) {
  padding-bottom: 100px;
}
.powermail_pi1.layout--1 .powermail_fieldset:last-of-type .powermail_legend {
  display: none;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_event_aufmerksam {
  margin-bottom: 30px;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_event_aufmerksam .form-check.radio-with-input {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_event_aufmerksam .powermail_field__other {
  width: 46.5%;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_event_aufmerksam .form-check.radio-with-input .input-next-to-radio {
  position: absolute;
  top: -8px;
  left: 36px;
  padding: 0;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_event_aufmerksam .form-check.radio-with-input .input-next-to-radio .powermail_input {
  height: 38px;
}
.powermail_pi1.layout--1 .buttonCompanions {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .powermail_pi1.layout--1 .buttonCompanions {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.powermail_pi1.layout--1 .buttonCompanions {
  background: transparent;
  color: #00172f;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.powermail_pi1.layout--1 .buttonCompanions:hover {
  background: #96d5ea;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_01 .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_02 .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_03 .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_04 .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_01 .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_02 .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_03 .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_04 .powermail_label {
  display: block;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_01 .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_02 .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_03 .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_04 .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_01 .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_02 .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_03 .powermail_field, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_04 .powermail_field {
  display: flex;
  gap: 30px;
}
.powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_01 .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_02 .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_03 .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_apero_04 .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_01 .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_02 .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_03 .powermail_field .powermail_label, .powermail_pi1.layout--1 .powermail_fieldwrap_type_radio.powermail_fieldwrap_anrede_04 .powermail_field .powermail_label {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 12px;
}

/*************************************************
* Error
*************************************************/
.powermail_field_error {
  background-color: transparent;
}
.powermail_field_error:focus-visible {
  box-shadow: none;
  border-bottom: 2px solid rgb(124, 28, 28);
}

ul.powermail-errors-list {
  margin-top: 6px;
}
ul.powermail-errors-list li {
  margin: 0;
  padding-left: 1.5rem;
  color: rgb(124, 28, 28);
  font-size: 16px;
}
ul.powermail-errors-list li:before {
  content: "\f06a";
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 1rem;
  color: rgb(124, 28, 28);
  left: 0;
  top: -1px;
}

.tx-powermail textarea:user-invalid,
.tx-powermail textarea.powermail_field_error {
  background-image: none;
}

.tx-powermail input:not([type=checkbox],
[type=radio],
[type=submit],
[type=reset],
[type=range],
[type=hidden]).powermail_field_error {
  background-image: none;
}

.powermail_form_2.powermail_form_error li {
  padding-left: 0px;
  margin-right: 10px;
}
.powermail_form_2.powermail_form_error li::marker {
  content: none;
}

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

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

@media screen and (max-width: 992px) {
  .powermail_pi1.layout--1 .powermail_fieldwrap_event_aufmerksam .powermail_field__other {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 576px) {
  .powermail_pi1.layout--1 .powermail_fieldwrap_event_aufmerksam .powermail_field__other {
    width: calc(100% - 40px);
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
 * Content Search (ke_search)
 *************************************************/
.content .tx-kesearch-pi1 .search {
  display: flex;
  flex-wrap: wrap;
}
.content .tx-kesearch-pi1 .search__input {
  border: 0px;
  border-bottom: 2px solid #00172f;
  padding: 0 10px 0 0;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  font-size: 0.89rem;
  display: block;
  width: 100%;
  min-height: 34px;
  background-color: transparent;
  color: #00172f;
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  height: 34px;
  margin: 0;
  width: calc(100% - 200px - 12px);
  margin-right: 12px;
  margin-top: 16px;
  font-size: 1rem;
}
.content .tx-kesearch-pi1 .search__input:focus {
  outline: none;
}
.content .tx-kesearch-pi1 .search__input.parsley-error {
  border: 1px solid #00172f !important;
}
.content .tx-kesearch-pi1 .search__input::placeholder {
  color: #00172f;
}
.content .tx-kesearch-pi1 .search__submit {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .content .tx-kesearch-pi1 .search__submit {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.content .tx-kesearch-pi1 .search__submit {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.content .tx-kesearch-pi1 .search__submit:hover {
  background: transparent;
  color: #00172f;
}
.content .tx-kesearch-pi1 .search__submit {
  width: 200px;
}
.content .tx-kesearch-pi1 .search__icon {
  display: none;
}
.content .tx-kesearch-pi1 #kesearch_num_results,
.content .tx-kesearch-pi1 .messsage {
  margin-top: 16px;
}
.content .tx-kesearch-pi1 #kesearch_results {
  margin: 16px 0;
}
.content .tx-kesearch-pi1 .result-list-item {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0 20px 44px;
}
.content .tx-kesearch-pi1 .result-list-item:after {
  content: "\f15c";
  font-family: "FontAwesome";
  font-size: 22px;
  position: absolute;
  left: 2px;
  top: 22px;
}
.content .tx-kesearch-pi1 .result-list-item.result-list-item-type-file:after {
  content: "\f1c1";
}
.content .tx-kesearch-pi1 .result-list-item.result-list-item-type-news:after {
  content: "\f1ea";
}
.content .tx-kesearch-pi1 .result-title a {
  color: #00172f;
}
.content .tx-kesearch-pi1 .result-title a:hover {
  color: #96d5ea;
}
.content .tx-kesearch-pi1 .result-title a .hit {
  background-color: rgba(150, 213, 234, 0.5019607843);
  padding: 1px 2px;
}
.content .tx-kesearch-pi1 .result-teaser .hit {
  background-color: rgba(150, 213, 234, 0.5019607843);
  padding: 1px 2px;
}
.content .tx-kesearch-pi1 .result-title {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media screen and (max-width: 576px) {
  .content .tx-kesearch-pi1 .result-title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 992px) {
  .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: 576px) {
  .content .tx-kesearch-pi1 .search__filter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .content .tx-kesearch-pi1 .search__submit {
    width: 100%;
  }
}

/*************************************************
 * Pagination
 *************************************************/
.kesearch_pagebrowser ul.pagination {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0;
}
.kesearch_pagebrowser ul.pagination li.page-item {
  margin: 0;
}
.kesearch_pagebrowser ul.pagination li.page-item::before {
  content: unset;
}
.kesearch_pagebrowser ul.pagination li.page-item .page-link {
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.kesearch_pagebrowser ul.pagination li.page-item .page-link:hover {
  color: #96d5ea;
}
.kesearch_pagebrowser ul.pagination li.page-item.active .page-link {
  color: #96d5ea;
  font-weight: bold;
}
.kesearch_pagebrowser ul.pagination .page-link.next {
  font-size: 0;
  position: relative;
  width: 1.5rem;
  height: 1.3rem;
  display: inline-block;
}
.kesearch_pagebrowser ul.pagination .page-link.next::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease;
}
.kesearch_pagebrowser ul.pagination .page-link.next:hover::after {
  color: #96d5ea;
}
.kesearch_pagebrowser ul.pagination .page-link.prev {
  font-size: 0;
  position: relative;
  width: 1.5rem;
  height: 1.3rem;
  display: inline-block;
}
.kesearch_pagebrowser ul.pagination .page-link.prev::after {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease;
}
.kesearch_pagebrowser ul.pagination .page-link.prev:hover::after {
  color: #96d5ea;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Schriften
*************************************************/
@media (max-width: 669px) {
  abacusjobportal {
    margin: 0 !important;
  }
}
#portalcontent .system-input-color {
  color: #00172f;
}
#portalcontent .system-font1,
#portalcontent .system-font2,
#portalcontent .system-font3,
#portalcontent .system-font4,
#portalcontent .system-font5,
#portalcontent .system-font6 {
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-feature-settings: "ss12" on;
}
#portalcontent .system-font4 {
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-feature-settings: "ss12" on;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.8px;
}
#portalcontent strong {
  font-weight: 500;
}
#portalcontent .system-error-color {
  color: rgb(124, 28, 28) !important;
}
#portalcontent .bg-system-error-color {
  opacity: 0.2;
  background-color: rgb(124, 28, 28) !important;
}
#portalcontent .system-error-border {
  border: 1px solid rgb(124, 28, 28) !important;
}
#portalcontent .formkit-message {
  color: rgb(124, 28, 28);
  margin: 0;
}

/*************************************************
* Buttons
*************************************************/
#portalcontent .btn-system1 {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  #portalcontent .btn-system1 {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
#portalcontent .btn-system1 {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
#portalcontent .btn-system1:hover {
  background: transparent;
  color: #00172f;
}
#portalcontent .btn-system1:hover {
  color: #00172f !important;
}
#portalcontent .btn-system2 {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  #portalcontent .btn-system2 {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
#portalcontent .btn-system2 {
  background: transparent;
  color: #00172f;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
#portalcontent .btn-system2:hover {
  background: #96d5ea;
}
#portalcontent .btn-system2 {
  outline-width: 0px;
}
#portalcontent .btn-system2.hide {
  display: none !important;
}

/*************************************************
* Offene Jobs
*************************************************/
#portalcontent #job-advertisement-search-parent {
  column-gap: 2rem;
  row-gap: 2rem;
}
#portalcontent #job-advertisement-search-parent .card {
  border: 0px solid;
  padding: 0px;
  width: 350px;
  gap: 0.3rem;
}
#portalcontent #job-advertisement-search-parent a.system-font6 {
  text-decoration: none;
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  #portalcontent #job-advertisement-search-parent a.system-font6 {
    font-size: 1.25rem;
  }
}
#portalcontent #job-advertisement-search-parent a.system-font6:hover {
  color: #96d5ea;
}
#portalcontent #job-advertisement-search-parent .link a.system-font6 {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  #portalcontent #job-advertisement-search-parent .link a.system-font6 {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
#portalcontent #job-advertisement-search-parent .link a.system-font6 {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
#portalcontent #job-advertisement-search-parent .link a.system-font6:hover {
  background: transparent;
  color: #00172f;
}

/*************************************************
* Jobseite
*************************************************/
#portalcontent #JobTitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  #portalcontent #JobTitle {
    font-size: 1.6rem;
  }
}

/*************************************************
* Bewerben (Tabs)
*************************************************/
#portalcontent .wizard-tabs {
  gap: 20px;
}
#portalcontent .wizard-tab {
  background: transparent;
  border: 2px solid #00172f;
  border-radius: 33px;
  padding: 12px 32px;
}
#portalcontent .wizard-tab:before {
  border: 2px solid;
  color: #00172f;
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
}
#portalcontent .wizard-tab.active {
  background: #00172f;
}
#portalcontent .wizard-tab.active p {
  color: #fff;
}
#portalcontent .wizard-tab.active:before {
  background-color: #fff;
}
#portalcontent .wizard-tab.completed::before {
  background-color: transparent;
}

@media screen and (max-width: 900px) {
  #portalcontent .wizard-tab {
    margin-bottom: 12px;
  }
}
/*************************************************
* Personalien
*************************************************/
#portalcontent .formkit-wrapper .formkit-label {
  font-family: "Basel Grotesk", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}
#portalcontent .formkit-wrapper .formkit-inner {
  border-bottom: 2px solid #00172f !important;
  border-radius: 0px;
  font-size: 16px;
}
#portalcontent .formkit-wrapper .formkit-inner.inner-layout {
  border: 0px;
}
#portalcontent .formkit-wrapper .formkit-inner input,
#portalcontent .formkit-wrapper .formkit-inner select {
  padding: 8px 10px 8px 0;
}
#portalcontent .formkit-wrapper .formkit-inner input[type=checkbox],
#portalcontent .formkit-wrapper .formkit-inner input[type=radio] {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  #portalcontent #i39dfj {
    max-width: 100%;
  }
}
/*************************************************
* Werdegang
*************************************************/
#portalcontent .footer {
  background-color: #fff;
}
#portalcontent .formkit-icon {
  color: #00172f;
}
#portalcontent .education {
  margin: 0 0 0.5rem 0;
}
#portalcontent .education dt.system-font4 {
  font-weight: 500;
}
#portalcontent #Berufserfahrung dt.system-font4 {
  font-weight: 500;
}
#portalcontent #Berufserfahrung .section {
  margin-top: 10px;
}
#portalcontent #Berufserfahrung .space {
  height: 0em;
}
#portalcontent #Kompetenzen h3.system-font4 {
  font-weight: 500;
}
#portalcontent #Kompetenzen .skill-container[data-v-476d8985]:nth-child(2n) {
  margin-left: 0;
}
#portalcontent #Kompetenzen .section {
  row-gap: 2rem;
  column-gap: 2rem;
  margin-top: 10px;
}
#portalcontent #Kompetenzen .skill-container {
  width: 47.9%;
  row-gap: 1rem;
}
#portalcontent #Kompetenzen .skill {
  background: rgb(241, 242, 243);
  padding: 8px 16px;
  border-radius: 8px;
}
#portalcontent #Kompetenzen .skill .actions .description dt {
  font-weight: 500;
}
#portalcontent #Kompetenzen .badge {
  background-color: rgba(150, 213, 234, 0.3137254902);
}

/*************************************************
* Unterlagen
*************************************************/
#portalcontent #id20j .formkit-inner {
  border: 2px solid #00172f !important;
  border-radius: 33px;
}
#portalcontent #id20j .formkit-wrapper .formkit-inner.inner-layout {
  border: 0px !important;
}
#portalcontent #id20j .formkit-wrapper .formkit-inner.inner-layout.btn-system2 {
  border: 2px solid #00172f !important;
  border-radius: 36px;
}

/*************************************************
* Erfolgreiche Bewerbung
*************************************************/
#portalcontent #ipd12 {
  padding: 5px 13px;
  max-width: 140px;
  border-radius: 20px;
  color: #00172f !important;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Content Styles
*************************************************/
.contactbar a {
  color: #00172f;
}
.contactbar a:hover {
  color: #fff;
}
.contactbar__icon {
  width: 60px;
  height: 60px;
  background: url("../Images/kontakt.svg") no-repeat center/contain;
  position: fixed;
  top: 151px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease, transform 0.5s ease;
}
.contactbar__icon:hover {
  transform: scale(1.1);
}
.contactbar__icon.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1150px) {
  .contactbar__icon {
    top: 101px;
  }
}
.contactbar__content {
  position: fixed;
  top: 151px;
  right: 0;
  background: #96d5ea;
  padding: 20px;
  max-width: 480px;
  z-index: 9999;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.6s ease;
  overflow-y: auto;
  max-height: 80vh;
  -webkit-overflow-scrolling: touch;
}
.contactbar__content.open {
  transform: translateX(0);
  opacity: 1;
}
.contactbar__noscroll {
  overflow: hidden;
}
.contactbar .powermail_create {
  padding-top: 15px;
  border-top: 1px solid #00172f;
  margin-top: 20px;
}
.contactbar__close {
  border: 2px solid #00172f;
  color: #00172f;
  background: #96d5ea;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.33rem;
  line-height: 1.35em;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.contactbar__close:hover {
  background-color: #00172f;
  color: #96d5ea;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .contactbar__icon {
    top: 101px;
  }
  .contactbar__content {
    top: 101px;
  }
}
@media screen and (max-width: 576px) {
  .contactbar__icon {
    width: 54px;
    height: 54px;
  }
  .contactbar__content {
    margin: 20px;
    top: 80px;
    max-width: calc(100% - 40px);
    max-height: 100vh;
  }
  .contactbar__content.open {
    transform: translateY(0);
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.updatebanner {
  position: fixed;
  top: 400px;
  right: 0;
  background: #ece2d7;
  padding: 20px 72px 20px 20px;
  max-width: 380px;
  min-height: 350px;
  max-height: 80vh;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
}
.updatebanner.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.updatebanner.closing {
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
}
.updatebanner__close {
  border: 2px solid #00172f;
  background-color: #00172f;
  color: #ece2d7;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.33rem;
  line-height: 24px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}
.updatebanner__close:hover {
  color: #00172f;
  background: #ece2d7;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .updatebanner {
    top: 280px;
    max-width: 380px;
  }
}
@media screen and (max-width: 576px) {
  .updatebanner {
    top: 80px;
    margin: 20px;
    max-width: 100%;
    padding: 0;
    display: block;
  }
  .updatebanner__close {
    position: sticky;
    top: 20px;
    right: 20px;
    float: right;
    margin: 20px 20px 0 0;
  }
  .updatebanner .textpic__inner {
    clear: both;
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.center.modalactive,
.hero.modalactive,
.updatebanner.modalactive,
.contactbar__icon.modalactive {
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
  transition: filter 0.4s ease;
}

body.modalopen {
  overflow: hidden;
}

.contentmodal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #96d5ea;
  padding: 40px;
  max-width: 800px;
  min-height: 350px;
  max-height: 90vh;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.contentmodal.open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.contentmodal__close {
  border: 2px solid #00172f;
  background-color: #00172f;
  color: #96d5ea;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.33rem;
  line-height: 24px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}
.contentmodal__close:hover {
  color: #00172f;
  background: #96d5ea;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .contentmodal {
    top: 160px;
    transform: translate(-50%, 0);
    width: calc(100% - 80px);
    padding: 40px;
    max-height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 992px) {
  .contentmodal {
    top: 120px;
  }
}
@media screen and (max-width: 576px) {
  .contentmodal {
    top: 100px;
    transform: translate(-50%, 0);
    width: calc(100% - 40px);
    padding: 20px;
    max-height: calc(100vh - 120px);
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.breadcrumb__inner {
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
}
.breadcrumb__item {
  font-size: 0.78rem;
  display: inline-block;
}
.breadcrumb__item.active .breadcrumb__text {
  color: #96d5ea;
}
.breadcrumb__link {
  color: #00172f;
}
.breadcrumb__link:hover {
  color: #96d5ea;
}
.breadcrumb i {
  font-size: 13px;
  margin: 0 10px;
  color: #00172f;
}
.breadcrumb i:last-child {
  display: none;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .breadcrumb {
    padding-bottom: 20px;
  }
  .breadcrumb__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding-bottom: 0;
  }
  .breadcrumb__inner {
    padding: 0 20px;
  }
  .breadcrumb i {
    margin: 0 5px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Logo
*************************************************/
.header__logo {
  max-height: 53px;
  z-index: 2;
}
.header__logo img {
  width: auto;
  height: 53px;
}

/*************************************************
* Login
*************************************************/
.header__login {
  position: absolute;
  right: calc(50% - 600px);
  top: 20px;
}
.header__login__inner i {
  cursor: pointer;
  z-index: 98;
  background-color: #fff;
  border: 2px solid #00172f;
  border-radius: 50%;
  font-size: 16px;
  padding: 6px;
  color: #00172f;
  transition: all 0.25s ease;
}
.header__login__inner i:hover {
  background-color: #96d5ea;
  color: #fff;
  border-color: #96d5ea;
}

/*************************************************
* Search
*************************************************/
.header__search {
  position: absolute;
  right: calc(50% - 554px);
  top: 21px;
}
.header__search .header__search__inner {
  position: relative;
}
.header__search .search__icon {
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  z-index: 98;
  background-color: #fff;
  border: 2px solid #00172f;
  border-radius: 50%;
  font-size: 16px;
  padding: 6px;
}
.header__search .search__input {
  display: block;
  opacity: 0;
  width: 0;
  padding: 0;
  pointer-events: none;
  background: #96d5ea;
  border: 0;
  font-size: 0.89rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.header__search .search__input::placeholder {
  color: #00172f;
  font-size: 13px;
}
.header__search .search__input:focus {
  outline: none;
  border: none;
}
.header__search .search__submit {
  display: none;
}
.header__search.show .search__input,
.header__search .search__input.active {
  width: 240px;
  opacity: 1;
  padding: 0 50px 3px 14px;
  pointer-events: auto;
}

/*************************************************
* Main Navigation
*************************************************/
@media screen and (min-width: 1380px) {
  .header__top {
    height: 52px;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .header__bottom {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .header__bottom__inner {
    display: grid;
    gap: 20px;
    grid-template-columns: 250px 1fr;
  }
}
@media (min-width: 1150px) {
  .header__nav__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .header__nav li {
    list-style: none;
  }
  .header__nav .arrow {
    display: none;
  }
  .header__nav .level--1 > ul {
    display: flex;
    gap: 50px;
    z-index: 99;
    margin: 0;
    padding: 0;
  }
  .header__nav .level--1 > ul > li a {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .header__nav .level--1 > ul > li a:hover {
    color: #96d5ea;
  }
  .header__nav .level--1 > ul > li.current > a, .header__nav .level--1 > ul > li.active > a {
    color: #96d5ea;
  }
  .header__nav:hover .level--2 {
    display: flex;
    padding-bottom: 20px;
  }
  .header__nav .level--2 {
    display: none;
  }
  .header__nav .level--2 > ul {
    padding: 0;
  }
  .header__nav .level--2 > ul > li > a {
    font-size: 14px;
    padding: 4px 0;
    display: block;
    color: #fff;
    line-height: 20px;
    max-width: 280px;
  }
  .header__nav .level--2 > ul > li > a:hover {
    color: #96d5ea;
  }
  .header__nav .level--2 > ul > li.current > a, .header__nav .level--2 > ul > li.active > a {
    color: #96d5ea;
  }
  .header__nav .level--3,
  .header__nav .level--4 {
    display: none !important;
  }
  .header__mButton {
    display: none;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1380px) {
  .header__top {
    order: 2;
    padding: 0 40px;
    height: 54px;
  }
  .header__bottom {
    order: 1;
    padding: 0 40px;
  }
  .header__login {
    right: 40px;
  }
  .header__search {
    right: 80px;
  }
  .header__logo {
    position: absolute;
    top: 18px;
    max-height: 44px;
  }
  .header__logo img {
    height: 44px;
  }
}
@media screen and (max-width: 1150px) {
  .header__login {
    right: 90px;
    top: 25px;
  }
  .header__search {
    right: 130px;
    top: 25px;
  }
  body.noscroll {
    overflow: hidden;
  }
  .page .hero {
    margin-top: 80px;
  }
  .header__inner {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .header__nav {
    position: absolute;
    top: 80px;
    height: calc(var(--vh, 1vh) * 100 - 80px);
    border-top: 1px solid #fff;
    background: #00172f;
    width: 100%;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0;
  }
  .header__nav .level--1 > ul > li.active > a {
    color: #96d5ea;
  }
  .header__nav .level--1 > ul > li > a {
    font-size: 0.89rem;
    letter-spacing: 1.1px;
    border-bottom: 1px solid #00172f;
    background: #fff;
    color: #00172f;
    padding: 16px 30px;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  .header__nav .level--1 > ul > li > a:hover {
    color: #96d5ea;
  }
  .header__nav .level--2 > ul > li {
    border-bottom: 1px solid #fff;
  }
  .header__nav .level--2 > ul > li:last-child {
    border-bottom: none;
  }
  .header__nav .level--2 > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    padding: 14px 30px;
  }
  .header__nav .level--2 > ul > li > a:hover {
    color: #96d5ea;
  }
  .header__nav .level--3,
  .header__nav .level--4 {
    display: none !important;
  }
  .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: #96d5ea;
  }
  .header__nav .arrow {
    position: absolute;
    right: 9px;
    top: 5px;
    height: 52px;
    width: 52px;
    display: grid;
    font-size: 1rem;
    align-items: center;
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    cursor: pointer;
    color: #00172f;
  }
  .header__nav .open > .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 10px;
    color: #00172f;
  }
  .header__nav .level--2 > ul > li > .arrow {
    top: 3px;
  }
  .header__nav a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header__search {
    transition: width 0.25s ease-out;
    width: calc(100% - 170px);
  }
  .header__search .search__input {
    width: 0;
    margin-left: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease-in-out, 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;
    pointer-events: none;
  }
  .show .header__search .search__input {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    padding: 0 50px 3px 14px;
  }
}
@media screen and (max-width: 576px) {
  .header__login {
    right: 68px;
  }
  .header__search {
    right: 108px;
    width: calc(100% - 130px);
  }
  .header__bottom {
    padding: 0 20px;
  }
  .header__nav {
    line-height: 28px !important;
  }
  .header__nav .arrow {
    right: 2px;
  }
  .header__nav .open > .arrow {
    right: 3px;
  }
  .header__nav .level--1 > ul > li > a,
  .header__nav .level--2 > ul > li > a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .show .header__search .search__input {
    padding: 3px 50px 2px 14px;
  }
}
@media screen and (max-width: 400px) {
  .header__login {
    right: 64px;
  }
  .header__login__inner i {
    font-size: 12px;
    padding: 6px;
  }
  .header__search {
    right: 100px;
    top: 26px;
  }
  .header__search .search__icon {
    font-size: 12px;
    padding: 6px;
  }
  .show .header__search .search__input {
    padding: 1px 50px 1px 14px;
  }
  .header__logo {
    position: absolute;
    top: 20px;
    max-height: 36px;
  }
  .header__logo img {
    height: 36px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Mobile Button
*************************************************/
@media (min-width: 1150px) {
  .header__mButton {
    display: none;
  }
}
.header__mButton {
  width: 30px;
  height: 19px;
  cursor: pointer;
  padding: 18px 80px 18px 18px;
  box-sizing: content-box;
  position: absolute;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 1150px) {
  .header__mButton {
    padding: 18px 40px 18px 18px;
  }
}
@media screen and (max-width: 576px) {
  .header__mButton {
    padding: 18px 20px 18px 18px;
  }
}

.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(255, 255, 255);
  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(255, 255, 255);
  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;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.container .container .container__inner, .container__inner .container .container__inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*************************************************
* Container Space After & Space Before
*************************************************/
.container {
  padding: 25px 0;
}
.container .container {
  padding: 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.two_columns .container__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*************************************************
* Layout
*************************************************/
.two_columns.layout--1 .container__inner {
  grid-gap: 16px;
}

/*************************************************
* Column Ratio
*************************************************/
.two_columns.ratio--1 .container__inner {
  grid-template-columns: 2fr 1fr;
}
.two_columns.ratio--2 .container__inner {
  grid-template-columns: 1fr 2fr;
}
.two_columns.ratio--3 .container__inner {
  grid-template-columns: 3fr 2fr;
}
.two_columns.ratio--4 .container__inner {
  grid-template-columns: 2fr 3fr;
}
.two_columns.ratio--5 .container__inner {
  grid-template-columns: 4fr 1fr;
}
.two_columns.ratio--6 .container__inner {
  grid-template-columns: 1fr 4fr;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .two_columns.ratio--1 .container__inner, .two_columns.ratio--2 .container__inner {
    grid-template-columns: 1fr;
  }
  .two_columns.ratio--3 .container__inner, .two_columns.ratio--4 .container__inner, .two_columns.ratio--5 .container__inner, .two_columns.ratio--6 .container__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .two_columns .container__inner {
    grid-template-columns: 1fr;
  }
  .two_columns.ratio--3 .container__inner, .two_columns.ratio--4 .container__inner, .two_columns.ratio--5 .container__inner, .two_columns.ratio--6 .container__inner {
    grid-template-columns: 1fr;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.three_columns .container__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

/*************************************************
* Layout
*************************************************/
.three_columns.layout--1 .container__inner {
  grid-gap: 16px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .three_columns .container__inner {
    grid-template-columns: 1fr;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.four_columns .container__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*************************************************
* Layout
*************************************************/
.four_columns.layout--1 .container__inner {
  grid-gap: 16px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .four_columns .container__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .four_columns .container__inner {
    grid-template-columns: 1fr;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.text,
.textpic,
.shortcut {
  position: relative;
}

figure {
  margin: 0;
}

::selection {
  background: #96d5ea;
  color: #fff;
}

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

video {
  width: 100%;
}

label {
  position: relative;
}

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

/*************************************************
* Lightbox
*************************************************/
.lightbox {
  position: relative;
}
.lightbox:after {
  content: "\f424";
  font-family: "FontAwesome";
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background-size: contain;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.1s ease-out, transform 0.3s ease-out;
}
.lightbox img {
  transition: filter 0.25s ease-in-out;
}
.lightbox:hover:after {
  opacity: 1;
  transform: scale(1);
}
.lightbox:hover img {
  filter: brightness(50%);
}

@media screen and (max-width: 992px) {
  .fslightbox-source {
    padding: 80px;
  }
}
@media screen and (max-width: 576px) {
  .fslightbox-source {
    padding: 20px;
  }
}

/*************************************************
* Linked
*************************************************/
.contentElement,
.contentBlock {
  width: 100%;
}
.contentElement a.ceLink,
.contentBlock a.ceLink {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.text.isLinked > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px;
}
.text.isLinked > div:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform;
  left: 0;
  bottom: 0;
}
.text.isLinked:hover > div:after {
  animation: moveArrow 0.4s ease-in-out 1;
}

/*************************************************
* Modifiers
*************************************************/
.text.layout--1 {
  border-radius: 18px;
  padding: 34px;
}

.text.layout--1 {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.text.layout--1.background--0, .text.layout--1.background--1, .text.layout--1.background--2, .text.layout--1.background--3 {
  border: 0;
  box-shadow: none;
}
.text.layout--1.background--4 {
  border: 3px solid #00172f;
}

.text.alignment--1, .text.alignment--2, .text.alignment--3, .text.alignment--4, .text.alignment--5 {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .text.alignment--1, .text.alignment--2, .text.alignment--3, .text.alignment--4, .text.alignment--5 {
    text-align: left !important;
  }
}
.text.alignment--1 {
  text-align: center;
}
.text.alignment--1.isLinked > div:after {
  left: calc(50% - 11px);
}
.text.alignment--2 {
  text-align: right;
}
.text.alignment--2.isLinked > div:after {
  left: calc(100% - 22px);
}
.text.alignment--3 {
  text-align: left;
  display: flex;
  align-items: center;
}
.text.alignment--3.isLinked > div:after {
  left: 0;
}
.text.alignment--4 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text.alignment--4.isLinked > div:after {
  left: calc(50% - 11px);
}
.text.alignment--5 {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.text.alignment--5.isLinked > div:after {
  left: calc(100% - 22px);
}

.text.full_width--0 {
  max-width: 1000px;
}
/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .text.layout--1 {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.textpic {
  height: 100%;
}
.textpic .ce-gallery {
  margin-bottom: 20px;
}

/*************************************************
* Modifiers
*************************************************/
.textpic.layout--1 {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.textpic.layout--1 .ce-gallery {
  margin-bottom: 0;
  overflow: hidden;
}
.textpic.layout--1 .ce-gallery img {
  display: block;
  width: 100%;
  min-height: 160px;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.textpic.layout--1 .textpic__text {
  padding: 34px;
}
.textpic.layout--1.isLinked {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s ease;
}
.textpic.layout--1.isLinked:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: scale(1.02) translateY(-4px);
}
.textpic.layout--1.isLinked:hover .ce-gallery img {
  transform: scale(1.05);
}

.textpic.layout--1 {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.textpic.layout--1.background--0, .textpic.layout--1.background--1, .textpic.layout--1.background--2, .textpic.layout--1.background--3 {
  border: 0;
  box-shadow: none;
}
.textpic.layout--1.background--4 {
  border: 3px solid #00172f;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .textpic.layout--1 .textpic__text {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.uploads ul li {
  margin: 0;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.uploads ul li:before {
  font-family: "FontAwesome";
  content: "\f33d";
  font-weight: 300;
  color: #00172f;
  font-size: 21px;
  top: 11px;
  left: 2px;
  transition: all 0.1s ease;
}
.uploads ul li:hover:before {
  color: #96d5ea;
}
.uploads a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.uploads a:hover ~ * {
  color: #96d5ea;
  transition: all 0.1s ease;
}
.uploads .ce-uploads-description {
  font-size: 16px;
}
.uploads .ce-uploads li.has-extension {
  gap: 20px;
  padding: 15px 0;
  border-bottom: none;
}
.uploads .ce-uploads li.has-extension::before {
  display: none;
}
.uploads .ce-uploads li.has-extension a:hover {
  color: #96d5ea;
}
.uploads .ce-uploads li.has-extension .ce-uploads-fileName {
  max-width: 60px;
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  .uploads .ce-uploads li.has-extension .ce-uploads-fileName {
    font-size: 1.25rem;
  }
}
.uploads .ce-uploads li.has-extension .ce-uploads-extension {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .uploads .ce-uploads li.has-extension .ce-uploads-extension {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.uploads .ce-uploads li.has-extension .ce-uploads-extension {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.uploads .ce-uploads li.has-extension .ce-uploads-extension:hover {
  background: transparent;
  color: #00172f;
}
.uploads .ce-uploads li.has-extension .ce-uploads-extension {
  max-height: 36px;
  margin-top: 0px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.uploads .ce-uploads li.has-extension:hover .ce-uploads-extension {
  background-color: #96d5ea;
  color: #00172f;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.table table,
.text table,
.textpic table,
.textmedia table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}
.table td,
.table th,
.text td,
.text th,
.textpic td,
.textpic th,
.textmedia td,
.textmedia th {
  empty-cells: show;
  padding: 12px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.table tr:last-child td,
.text tr:last-child td,
.textpic tr:last-child td,
.textmedia tr:last-child td {
  border-bottom: 0;
}
.table th,
.text th,
.textpic th,
.textmedia th {
  font-weight: 500;
}
.table caption,
.text caption,
.textpic caption,
.textmedia caption {
  margin-top: 10px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.content .image header {
  margin-bottom: 10px;
}
.content .image img {
  width: 100%;
}
.content .image .ce-gallery .ce-row + .ce-row {
  margin-top: 16px;
}
.content .image .ce-gallery .ce-column + .ce-column {
  margin-top: 16px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Video
*************************************************/
.textmedia {
  width: 100%;
  overflow: hidden;
}
.textmedia__text {
  padding-top: 20px;
}
.textmedia figcaption {
  font-size: 0.89rem;
  line-height: 1.56em;
  margin-top: 4px;
}
.textmedia.isLinked .textmedia__text {
  position: relative;
}
.textmedia.isLinked .textmedia__text:hover .ce-bodytext:after {
  animation: moveArrow 0.4s ease-in-out 1;
}
.textmedia.isLinked .ce-bodytext {
  position: relative;
  padding-bottom: 60px;
}
.textmedia.isLinked .ce-bodytext:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform;
  left: 0;
  bottom: 0;
}
.textmedia .video.controls--0.autoplay--0.loop--0 {
  position: relative;
  cursor: pointer;
}
.textmedia .video.controls--0.autoplay--0.loop--0.played {
  cursor: initial;
}
.textmedia .video.controls--0.autoplay--0.loop--0.played .playButton {
  opacity: 0;
}
.textmedia .video-embed {
  position: relative;
}
.textmedia video {
  display: block;
}
.textmedia video:focus {
  outline: none;
}
.textmedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.textmedia .playButton {
  position: absolute;
  background-color: #96d5ea;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.08s linear all;
  opacity: 1;
}
.textmedia .playButton i {
  color: #fff;
  transform: translateX(2px);
}
.textmedia .youtube {
  padding-top: 56.25%;
}
.textmedia .youtube .playButton {
  display: none;
}
.textmedia .vimeo {
  padding-top: 51.2%;
}

/*************************************************
* Modifiers
*************************************************/
.textmedia.layout--1 {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.textmedia.layout--1.background--0, .textmedia.layout--1.background--1, .textmedia.layout--1.background--2, .textmedia.layout--1.background--3 {
  border: 0;
  box-shadow: none;
}
.textmedia.layout--1.background--4 {
  border: 3px solid #00172f;
}

.textmedia.layout--1 .ce-gallery {
  margin-bottom: 0;
}
.textmedia.layout--1 .textmedia__text {
  padding: 34px;
  border-radius: 0;
}

.textmedia.layout--1.background--0 .textmedia__text {
  border: 3px solid #00172f;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .textmedia .playButton {
    height: 60px;
    width: 60px;
    font-size: 22px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .textmedia.layout--1 .textmedia__text {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.bullets dl.ce-bullets dt {
  position: relative;
  padding-left: 1.4em;
}
.bullets dl.ce-bullets dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../Images/check.svg");
}
.bullets ol.ce-bullets {
  margin: 0;
  list-style-type: decimal;
  list-style-position: outside;
  padding-inline-start: 1.1em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.headline {
  color: #00172f;
  background-color: #fff;
  padding: 34px;
  max-width: 800px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.headline h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media screen and (max-width: 576px) {
  .headline h1 {
    font-size: 1.6rem;
  }
}

.headline__sub {
  display: block;
  margin-top: 12px;
  font-weight: 400 !important;
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media screen and (max-width: 576px) {
  .headline__sub {
    font-size: 1.1rem;
  }
}

.headline__button.button {
  margin-top: 28px;
}

.headline__button i {
  margin-right: 6px;
}

/*************************************************
* Modifiers
*************************************************/
.headline.layout--0 {
  color: #96d5ea;
}
.headline.layout--1 {
  color: #00172f;
}
.headline.layout--2 {
  color: #ece2d7;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .headline {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.texticon {
  position: relative;
  height: 100%;
}
.texticon .texticon__icon {
  margin-bottom: 22px;
}
.texticon .texticon__icon img {
  max-height: 75px;
  width: auto;
}
.texticon.isLinked .texticon__text {
  height: calc(100% - 84px);
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px;
}
.texticon.isLinked .texticon__text:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform;
  left: 0;
  bottom: 0;
}
.texticon.isLinked:hover > div:after {
  animation: moveArrow 0.4s ease-in-out 1;
}

/*************************************************
* Modifiers
*************************************************/
.texticon.layout--1 {
  padding: 34px;
}

.texticon.background-- {
  transition: background-color 0.2s ease-in-out;
}

.texticon.alignment--1 {
  text-align: center;
}
.texticon.alignment--1 .texticon__icon img {
  margin: 0 auto;
}
.texticon.alignment--2 {
  text-align: right;
}
.texticon.alignment--2 .texticon__icon img {
  margin-left: auto;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .texticon.layout--1 {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.accordionlist .accordion__title {
  padding: 12px 54px 12px 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.1s ease;
}
.accordionlist h3 {
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin: 0;
}
.accordionlist .accordion__content {
  display: none;
  padding: 10px 0 30px 40px;
}

.accordionlist .accordion__title i {
  font-size: 1rem;
  width: auto;
  position: absolute;
  left: 2px;
  top: 16px;
  transition: all 0.1s ease;
}

.accordionlist .accordion.open .accordion__title i {
  transform: rotate(90deg);
}

.accordion__title:hover i,
.accordion__title:hover {
  color: #96d5ea;
}

header + .accordion {
  margin-top: 8px;
}

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

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .accordionlist .accordion__title {
    padding: 10px 35px 10px 30px;
  }
  .accordionlist .accordion__title i {
    font-size: 16px;
    top: 15px;
  }
  .accordionlist .accordion__content {
    padding: 0 0 20px 30px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.linkcard {
  background-color: white;
  background-image: radial-gradient(circle, #96d5ea 1.5px, transparent 1.6px), radial-gradient(circle, #96d5ea 1.4px, transparent 1.6px);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  cursor: pointer;
  border: 3px solid #00172f;
  min-height: 180px;
  border-radius: 18px;
  padding: 40px 60px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}
.linkcard .linkcard__icon {
  border-radius: 50%;
  background-color: #00172f;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.linkcard .linkcard__icon i {
  font-size: 26px;
}
.linkcard .linkcard__text {
  color: #00172f;
}
.linkcard:hover {
  background-color: #00172f;
  background-image: none;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 23, 47, 0.2), 0 8px 16px rgba(0, 23, 47, 0.15);
  border-color: #96d5ea;
}
.linkcard:hover .linkcard__text {
  color: #96d5ea;
}
.linkcard:hover .linkcard__icon {
  background-color: #96d5ea;
}
.linkcard:hover .linkcard__icon i {
  color: #00172f;
}

/*************************************************
* Modifiers
*************************************************/
.linkcard.alignment--0 {
  text-align: left;
}
.linkcard.alignment--1 {
  text-align: center;
}
.linkcard.alignment--1 .linkcard__icon {
  margin: 0 auto;
  margin-bottom: 20px;
}
.linkcard.alignment--2 {
  text-align: right;
}
.linkcard.alignment--2 .linkcard__icon {
  margin-left: auto;
  margin-bottom: 20px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.logoslider.swiper {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.logoslider .swiper-wrapper {
  max-width: 200px;
}
.logoslider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.logoslider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 88px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.banner.background--1, .banner.background--2, .banner.background--3, .banner.background--4 {
  padding: 20px;
}
@media screen and (max-width: 1150px) {
  .banner.background--1, .banner.background--2, .banner.background--3, .banner.background--4 {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .banner.background--1, .banner.background--2, .banner.background--3, .banner.background--4 {
    padding: 10px;
  }
}

@media screen and (max-width: 992px) {
  .bannerContact.ratio--6 .container__inner {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 768px) {
  .bannerContact.ratio--6 .container__inner {
    grid-template-columns: 1fr 2fr;
  }
  .bannerContact.ratio--6 .container__inner .button--ocean,
  .bannerContact.ratio--6 .container__inner .button--oceanOutline,
  .bannerContact.ratio--6 .container__inner .button--white {
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
  .bannerContact.ratio--6 .container__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bannerContact.ratio--6 .container__inner img {
    width: 50%;
    margin: 0 auto;
  }
  .bannerContact.ratio--6 .container__inner .text__inner {
    text-align: center;
  }
  .bannerContact.ratio--6 .container__inner .button--ocean,
  .bannerContact.ratio--6 .container__inner .button--oceanOutline,
  .bannerContact.ratio--6 .container__inner .button--white {
    text-align: center;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Filter
*************************************************/
.personlist__category-filter button {
  margin-right: 4px;
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .personlist__category-filter button {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.personlist__category-filter button {
  background: transparent;
  color: #00172f;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.personlist__category-filter button:hover {
  background: #96d5ea;
}
.personlist__category-filter button.is-active {
  background-color: #00172f;
  color: #fff;
}
.personlist__category-filter button:last-child {
  margin-bottom: 30px;
}

/*************************************************
* List
*************************************************/
.personlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.personlist .personlist__item {
  width: calc(25% - 12px);
  margin-bottom: 30px;
}
.personlist .personlist__content a {
  color: #00172f !important;
}
.personlist .personlist__content a:hover {
  color: #96d5ea !important;
}
.personlist .personlist__image {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  width: 100%;
}
.personlist .personlist__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.6s ease-in-out;
}
.personlist .personlist__image.has-hover:hover .personlist__image--hover {
  opacity: 1;
}
.personlist .personlist__image.has-hover:hover .personlist__image--default {
  opacity: 0;
}
.personlist .personlist__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/*************************************************
* Modifiers
*************************************************/
.personlist .fontstyle--name {
  font-weight: 500;
}
.personlist .fontstyle--title {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media screen and (max-width: 576px) {
  .personlist .fontstyle--title {
    font-size: 1.1rem;
  }
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .personlist .personlist__item {
    width: calc(33.333% - 12px);
  }
}
@media screen and (max-width: 700px) {
  .personlist .personlist__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 360px) {
  .personlist .personlist__item {
    width: 100%;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Layout / Grid
*************************************************/
.keyfacts__item {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}
@media (min-width: 768px) {
  .keyfacts__item {
    gap: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1280px) {
  .keyfacts__item {
    gap: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
  }
}

/*************************************************
* Fact Detail Tiles
*************************************************/
.keyfacts__detail {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  aspect-ratio: 1/2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .keyfacts__detail {
    aspect-ratio: 4/5;
  }
}
@media (min-width: 1280px) {
  .keyfacts__detail {
    aspect-ratio: 1/2;
  }
}
.keyfacts__detail .keyfacts__boost {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  isolation: isolate;
}
.keyfacts__detail .keyfacts__boost::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../Images/background_beigedotted.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: scaleY(1);
  transform-origin: 0 100%;
  transition: transform var(--animation-duration, 2000ms) ease-in-out;
  z-index: -1;
}
.keyfacts__detail .keyfacts__fact,
.keyfacts__detail .keyfacts__boost {
  position: relative;
  z-index: 1;
}
.keyfacts__detail .keyfacts__fact {
  text-align: center;
  line-height: 1;
  opacity: 1;
  transform: translateY(0);
  transition: transform var(--animation-duration, 2000ms) ease-in-out, opacity var(--animation-duration, 2000ms) ease-in-out;
}
.keyfacts__detail.before-animation .keyfacts__fact {
  opacity: 0;
  transform: translateY(160px);
}
.keyfacts__detail.before-animation.size--small .keyfacts__fact {
  transform: translateY(180px);
}
.keyfacts__detail.before-animation.size--large .keyfacts__fact {
  transform: translateY(130px);
}
.keyfacts__detail.before-animation .keyfacts__boost::after {
  transform: scaleY(0);
  transition-duration: 0ms;
}
.keyfacts__detail.is-visible .keyfacts__fact {
  opacity: 1;
  transform: translateY(0);
}
.keyfacts__detail.is-visible .keyfacts__boost::after {
  transform: scaleY(1);
}
@media (min-width: 1280px) {
  .keyfacts__detail.before-animation .keyfacts__fact {
    transform: translateY(340px);
  }
  .keyfacts__detail.before-animation.size--small .keyfacts__fact {
    transform: translateY(380px);
  }
  .keyfacts__detail.before-animation.size--large .keyfacts__fact {
    transform: translateY(270px);
  }
}

/*************************************************
* Font Sizes
*************************************************/
.keyfacts .size--default .keyfacts__fact {
  font-size: min(9vw, 124px);
  padding-bottom: 5px;
}
.keyfacts .size--large .keyfacts__fact {
  font-size: min(14vw, 210px);
}
.keyfacts .size--small .keyfacts__fact {
  font-size: min(6vw, 80px);
  padding-bottom: 10px;
}

/*************************************************
* Label
*************************************************/
.keyfacts__label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 768px) {
  .keyfacts__label {
    font-size: 1.56rem;
    line-height: 30px;
  }
}

/*************************************************
* Bottom Helper
*************************************************/
.keyfacts__bottom {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.wordcloud {
  width: 100%;
  position: relative;
  min-height: 400px;
}
.wordcloud__title {
  font-size: 2rem;
  font-weight: 400;
  animation: fadeInUp 1s ease forwards;
  position: absolute;
  top: 150px;
  max-width: 420px;
}
.wordcloud__item {
  position: absolute;
  font-size: 2rem;
  padding: 15px 25px;
  border-radius: 50px;
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  animation: popIn 0.9s ease-out forwards;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  white-space: nowrap;
}
.wordcloud__item:hover {
  transform: scale(1.5) translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/*************************************************
* Keyframes
*************************************************/
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  70% {
    opacity: 0.9;
    transform: scale(1.05) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*************************************************
* Modifiers
*************************************************/
.wordcloud .color--lavender {
  background-color: #dec5df;
  color: #432854;
}
.wordcloud .color--purple {
  background-color: #432854;
  color: #dec5df;
}
.wordcloud .color--darkgreen {
  background-color: #064923;
  color: #ece2d8;
}
.wordcloud .color--lightcyan {
  background-color: #97d4e9;
  color: #432854;
}
.wordcloud .color--deepmahogany {
  background-color: #42120e;
  color: #ece2d8;
}
.wordcloud .color--lightbeige {
  background-color: #ece2d8;
  color: #064923;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 800px) {
  .wordcloud {
    min-height: 500px;
  }
  .wordcloud__title {
    font-size: 1.6rem;
    top: 0px;
    max-width: 400px;
  }
  .wordcloud__item {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.frame--borderBottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.889rem;
  margin-bottom: 0.889rem;
}
.frame--borderTop {
  border-top: 1px solid #dcdcdc;
  padding-top: 0.889rem;
  margin-top: 0.889rem;
}
.frame--borderBoth {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 0.889rem;
  margin-top: 0.889rem;
  padding-bottom: 0.889rem;
  margin-bottom: 0.889rem;
}

.frame--borderBottom + .contentElement.frame--borderTop,
.frame--borderBottom + .contentElement.frame--borderBoth,
.frame--borderBoth + .contentElement.frame--borderTop,
.frame--borderBoth + .contentElement.frame--borderBoth {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Spacing
*************************************************/
.container.spaceBefore--extra-small {
  padding-top: 8px;
}
.container.spaceBefore--extra-small.frame--borderTop, .container.spaceBefore--extra-small.frame--borderBoth {
  padding-top: 8px;
}
.container.spaceBefore--small {
  padding-top: 16px;
}
.container.spaceBefore--small.frame--borderTop, .container.spaceBefore--small.frame--borderBoth {
  padding-top: 16px;
}
.container.spaceBefore--medium {
  padding-top: 32px;
}
.container.spaceBefore--medium.frame--borderTop, .container.spaceBefore--medium.frame--borderBoth {
  padding-top: 32px;
}
.container.spaceBefore--large {
  padding-top: 48px;
}
.container.spaceBefore--large.frame--borderTop, .container.spaceBefore--large.frame--borderBoth {
  padding-top: 48px;
}
.container.spaceBefore--extra-large {
  padding-top: 62px;
}
.container.spaceBefore--extra-large.frame--borderTop, .container.spaceBefore--extra-large.frame--borderBoth {
  padding-top: 62px;
}
.container.spaceBefore--none {
  padding-top: 0;
}

.container.spaceAfter--extra-small {
  padding-bottom: 8px;
}
.container.spaceAfter--extra-small.frame--borderBottom, .container.spaceAfter--extra-small.frame--borderBoth {
  padding-bottom: 8px;
}
.container.spaceAfter--small {
  padding-bottom: 16px;
}
.container.spaceAfter--small.frame--borderBottom, .container.spaceAfter--small.frame--borderBoth {
  padding-bottom: 16px;
}
.container.spaceAfter--medium {
  padding-bottom: 32px;
}
.container.spaceAfter--medium.frame--borderBottom, .container.spaceAfter--medium.frame--borderBoth {
  padding-bottom: 32px;
}
.container.spaceAfter--large {
  padding-bottom: 48px;
}
.container.spaceAfter--large.frame--borderBottom, .container.spaceAfter--large.frame--borderBoth {
  padding-bottom: 48px;
}
.container.spaceAfter--extra-large {
  padding-bottom: 62px;
}
.container.spaceAfter--extra-large.frame--borderBottom, .container.spaceAfter--extra-large.frame--borderBoth {
  padding-bottom: 62px;
}
.container.spaceAfter--none {
  padding-bottom: 0;
}

.contentBlock.spaceBefore--extra-small,
.contentElement.spaceBefore--extra-small {
  margin-top: 8px;
}
.contentBlock.spaceBefore--extra-small.frame--borderTop, .contentBlock.spaceBefore--extra-small.frame--borderBoth,
.contentElement.spaceBefore--extra-small.frame--borderTop,
.contentElement.spaceBefore--extra-small.frame--borderBoth {
  padding-top: 8px;
}
.contentBlock.spaceBefore--small,
.contentElement.spaceBefore--small {
  margin-top: 16px;
}
.contentBlock.spaceBefore--small.frame--borderTop, .contentBlock.spaceBefore--small.frame--borderBoth,
.contentElement.spaceBefore--small.frame--borderTop,
.contentElement.spaceBefore--small.frame--borderBoth {
  padding-top: 16px;
}
.contentBlock.spaceBefore--medium,
.contentElement.spaceBefore--medium {
  margin-top: 32px;
}
.contentBlock.spaceBefore--medium.frame--borderTop, .contentBlock.spaceBefore--medium.frame--borderBoth,
.contentElement.spaceBefore--medium.frame--borderTop,
.contentElement.spaceBefore--medium.frame--borderBoth {
  padding-top: 32px;
}
.contentBlock.spaceBefore--large,
.contentElement.spaceBefore--large {
  margin-top: 48px;
}
.contentBlock.spaceBefore--large.frame--borderTop, .contentBlock.spaceBefore--large.frame--borderBoth,
.contentElement.spaceBefore--large.frame--borderTop,
.contentElement.spaceBefore--large.frame--borderBoth {
  padding-top: 48px;
}
.contentBlock.spaceBefore--extra-large,
.contentElement.spaceBefore--extra-large {
  margin-top: 62px;
}
.contentBlock.spaceBefore--extra-large.frame--borderTop, .contentBlock.spaceBefore--extra-large.frame--borderBoth,
.contentElement.spaceBefore--extra-large.frame--borderTop,
.contentElement.spaceBefore--extra-large.frame--borderBoth {
  padding-top: 62px;
}
.contentBlock.spaceBefore--none,
.contentElement.spaceBefore--none {
  margin-top: 0;
}

.contentBlock.spaceAfter--extra-small,
.contentElement.spaceAfter--extra-small {
  margin-bottom: 8px;
}
.contentBlock.spaceAfter--extra-small.frame--borderBottom, .contentBlock.spaceAfter--extra-small.frame--borderBoth,
.contentElement.spaceAfter--extra-small.frame--borderBottom,
.contentElement.spaceAfter--extra-small.frame--borderBoth {
  padding-bottom: 8px;
}
.contentBlock.spaceAfter--small,
.contentElement.spaceAfter--small {
  margin-bottom: 16px;
}
.contentBlock.spaceAfter--small.frame--borderBottom, .contentBlock.spaceAfter--small.frame--borderBoth,
.contentElement.spaceAfter--small.frame--borderBottom,
.contentElement.spaceAfter--small.frame--borderBoth {
  padding-bottom: 16px;
}
.contentBlock.spaceAfter--medium,
.contentElement.spaceAfter--medium {
  margin-bottom: 32px;
}
.contentBlock.spaceAfter--medium.frame--borderBottom, .contentBlock.spaceAfter--medium.frame--borderBoth,
.contentElement.spaceAfter--medium.frame--borderBottom,
.contentElement.spaceAfter--medium.frame--borderBoth {
  padding-bottom: 32px;
}
.contentBlock.spaceAfter--large,
.contentElement.spaceAfter--large {
  margin-bottom: 48px;
}
.contentBlock.spaceAfter--large.frame--borderBottom, .contentBlock.spaceAfter--large.frame--borderBoth,
.contentElement.spaceAfter--large.frame--borderBottom,
.contentElement.spaceAfter--large.frame--borderBoth {
  padding-bottom: 48px;
}
.contentBlock.spaceAfter--extra-large,
.contentElement.spaceAfter--extra-large {
  margin-bottom: 62px;
}
.contentBlock.spaceAfter--extra-large.frame--borderBottom, .contentBlock.spaceAfter--extra-large.frame--borderBoth,
.contentElement.spaceAfter--extra-large.frame--borderBottom,
.contentElement.spaceAfter--extra-large.frame--borderBoth {
  padding-bottom: 62px;
}
.contentBlock.spaceAfter--none,
.contentElement.spaceAfter--none {
  margin-bottom: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 768px) {
  .container.spaceBefore--extra-small {
    padding-top: 6px;
  }
  .container.spaceBefore--extra-small.frame--borderTop, .container.spaceBefore--extra-small.frame--borderBoth {
    padding-top: 6px;
  }
  .container.spaceBefore--small {
    padding-top: 12px;
  }
  .container.spaceBefore--small.frame--borderTop, .container.spaceBefore--small.frame--borderBoth {
    padding-top: 12px;
  }
  .container.spaceBefore--medium {
    padding-top: 22px;
  }
  .container.spaceBefore--medium.frame--borderTop, .container.spaceBefore--medium.frame--borderBoth {
    padding-top: 22px;
  }
  .container.spaceBefore--large {
    padding-top: 34px;
  }
  .container.spaceBefore--large.frame--borderTop, .container.spaceBefore--large.frame--borderBoth {
    padding-top: 34px;
  }
  .container.spaceBefore--extra-large {
    padding-top: 43px;
  }
  .container.spaceBefore--extra-large.frame--borderTop, .container.spaceBefore--extra-large.frame--borderBoth {
    padding-top: 43px;
  }
  .container.spaceBefore--none {
    padding-top: 0;
  }
  .container.spaceAfter--extra-small {
    padding-bottom: 6px;
  }
  .container.spaceAfter--extra-small.frame--borderBottom, .container.spaceAfter--extra-small.frame--borderBoth {
    padding-bottom: 6px;
  }
  .container.spaceAfter--small {
    padding-bottom: 12px;
  }
  .container.spaceAfter--small.frame--borderBottom, .container.spaceAfter--small.frame--borderBoth {
    padding-bottom: 12px;
  }
  .container.spaceAfter--medium {
    padding-bottom: 22px;
  }
  .container.spaceAfter--medium.frame--borderBottom, .container.spaceAfter--medium.frame--borderBoth {
    padding-bottom: 22px;
  }
  .container.spaceAfter--large {
    padding-bottom: 34px;
  }
  .container.spaceAfter--large.frame--borderBottom, .container.spaceAfter--large.frame--borderBoth {
    padding-bottom: 34px;
  }
  .container.spaceAfter--extra-large {
    padding-bottom: 43px;
  }
  .container.spaceAfter--extra-large.frame--borderBottom, .container.spaceAfter--extra-large.frame--borderBoth {
    padding-bottom: 43px;
  }
  .container.spaceAfter--none {
    padding-bottom: 0;
  }
  .contentBlock.spaceBefore--extra-small,
  .contentElement.spaceBefore--extra-small {
    margin-top: 6px;
  }
  .contentBlock.spaceBefore--extra-small.frame--borderTop, .contentBlock.spaceBefore--extra-small.frame--borderBoth,
  .contentElement.spaceBefore--extra-small.frame--borderTop,
  .contentElement.spaceBefore--extra-small.frame--borderBoth {
    padding-top: 6px;
  }
  .contentBlock.spaceBefore--small,
  .contentElement.spaceBefore--small {
    margin-top: 12px;
  }
  .contentBlock.spaceBefore--small.frame--borderTop, .contentBlock.spaceBefore--small.frame--borderBoth,
  .contentElement.spaceBefore--small.frame--borderTop,
  .contentElement.spaceBefore--small.frame--borderBoth {
    padding-top: 12px;
  }
  .contentBlock.spaceBefore--medium,
  .contentElement.spaceBefore--medium {
    margin-top: 22px;
  }
  .contentBlock.spaceBefore--medium.frame--borderTop, .contentBlock.spaceBefore--medium.frame--borderBoth,
  .contentElement.spaceBefore--medium.frame--borderTop,
  .contentElement.spaceBefore--medium.frame--borderBoth {
    padding-top: 22px;
  }
  .contentBlock.spaceBefore--large,
  .contentElement.spaceBefore--large {
    margin-top: 34px;
  }
  .contentBlock.spaceBefore--large.frame--borderTop, .contentBlock.spaceBefore--large.frame--borderBoth,
  .contentElement.spaceBefore--large.frame--borderTop,
  .contentElement.spaceBefore--large.frame--borderBoth {
    padding-top: 34px;
  }
  .contentBlock.spaceBefore--extra-large,
  .contentElement.spaceBefore--extra-large {
    margin-top: 43px;
  }
  .contentBlock.spaceBefore--extra-large.frame--borderTop, .contentBlock.spaceBefore--extra-large.frame--borderBoth,
  .contentElement.spaceBefore--extra-large.frame--borderTop,
  .contentElement.spaceBefore--extra-large.frame--borderBoth {
    padding-top: 43px;
  }
  .contentBlock.spaceBefore--none,
  .contentElement.spaceBefore--none {
    margin-top: 0;
  }
  .contentBlock.spaceAfter--extra-small,
  .contentElement.spaceAfter--extra-small {
    margin-bottom: 6px;
  }
  .contentBlock.spaceAfter--extra-small.frame--borderBottom, .contentBlock.spaceAfter--extra-small.frame--borderBoth,
  .contentElement.spaceAfter--extra-small.frame--borderBottom,
  .contentElement.spaceAfter--extra-small.frame--borderBoth {
    padding-bottom: 6px;
  }
  .contentBlock.spaceAfter--small,
  .contentElement.spaceAfter--small {
    margin-bottom: 12px;
  }
  .contentBlock.spaceAfter--small.frame--borderBottom, .contentBlock.spaceAfter--small.frame--borderBoth,
  .contentElement.spaceAfter--small.frame--borderBottom,
  .contentElement.spaceAfter--small.frame--borderBoth {
    padding-bottom: 12px;
  }
  .contentBlock.spaceAfter--medium,
  .contentElement.spaceAfter--medium {
    margin-bottom: 22px;
  }
  .contentBlock.spaceAfter--medium.frame--borderBottom, .contentBlock.spaceAfter--medium.frame--borderBoth,
  .contentElement.spaceAfter--medium.frame--borderBottom,
  .contentElement.spaceAfter--medium.frame--borderBoth {
    padding-bottom: 22px;
  }
  .contentBlock.spaceAfter--large,
  .contentElement.spaceAfter--large {
    margin-bottom: 34px;
  }
  .contentBlock.spaceAfter--large.frame--borderBottom, .contentBlock.spaceAfter--large.frame--borderBoth,
  .contentElement.spaceAfter--large.frame--borderBottom,
  .contentElement.spaceAfter--large.frame--borderBoth {
    padding-bottom: 34px;
  }
  .contentBlock.spaceAfter--extra-large,
  .contentElement.spaceAfter--extra-large {
    margin-bottom: 43px;
  }
  .contentBlock.spaceAfter--extra-large.frame--borderBottom, .contentBlock.spaceAfter--extra-large.frame--borderBoth,
  .contentElement.spaceAfter--extra-large.frame--borderBottom,
  .contentElement.spaceAfter--extra-large.frame--borderBoth {
    padding-bottom: 43px;
  }
  .contentBlock.spaceAfter--none,
  .contentElement.spaceAfter--none {
    margin-bottom: 0;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.background--1 {
  background-color: #96d5ea;
}
.background--2 {
  background-color: #00172f;
  color: #96d5ea;
}
.background--3 {
  background-color: #ece2d7;
}
.background--4 {
  background-image: url("../Images/background_skydotted.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.background--4 .container__inner {
  padding-left: 0;
  padding-right: 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.container--default .container__inner {
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .container--default .container__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .container--default .container__inner {
    padding: 0 20px;
  }
}
.container--wider .container__inner {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .container--wider .container__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .container--wider .container__inner {
    padding: 0 20px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Grid Gap
*************************************************/
.container.gap-- .container__inner {
  grid-gap: 16px;
}
.container.gap--small .container__inner {
  grid-gap: 16px;
}
.container.gap--medium .container__inner {
  grid-gap: 32px;
}
.container.gap--large .container__inner {
  grid-gap: 48px;
}
.container.gap--extra-large .container__inner {
  grid-gap: 62px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 768px) {
  .container.gap-- .container__inner {
    grid-gap: 12px;
  }
  .container.gap--small .container__inner {
    grid-gap: 12px;
  }
  .container.gap--medium .container__inner {
    grid-gap: 22px;
  }
  .container.gap--large .container__inner {
    grid-gap: 34px;
  }
  .container.gap--extra-large .container__inner {
    grid-gap: 43px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.news_categorylist {
  margin-bottom: 40px;
}
.news_categorylist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.6rem;
}
.news_categorylist ul li {
  margin: 0;
}
.news_categorylist ul li:before {
  content: unset;
}
.news_categorylist .filter-button {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .news_categorylist .filter-button {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.news_categorylist .filter-button {
  background: transparent;
  color: #00172f;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.news_categorylist .filter-button:hover {
  background: #96d5ea;
}
.news_categorylist .filter-button:hover {
  background-color: #96d5ea;
  color: #00172f;
}
.news_categorylist .filter-button.active {
  background-color: #00172f;
  color: #fff;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.news .news-list-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.news .news-list-view .article {
  padding: 0px;
  margin: 0px;
}
.news .news-list-view .article .news-img-wrap {
  width: 100%;
  margin-bottom: 14px;
}
.news .news-list-view .article .news-img-wrap a {
  padding: 0;
  border: none;
  width: 100%;
}
.news .news-list-view .article .news-img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.news .news-list-view .article h4 a {
  color: #00172f;
}
.news .news-list-view .article .teaser-text {
  margin-top: 14px;
}
.news .news-list-view .article .more {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .news .news-list-view .article .more {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.news .news-list-view .article .more {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.news .news-list-view .article .more:hover {
  background: transparent;
  color: #00172f;
}

.news .no-news-found {
  color: #00172f !important;
  font-style: normal !important;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .news .news-list-view {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .news .news-list-view {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .news .news-list-view .article .news-img-wrap img {
    height: 200px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
.news_newsdetail .header {
  padding: 25px 80px;
  max-width: 1360px;
  margin: 0 auto;
}
.news_newsdetail .news-img-wrap {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto 30px !important;
  width: 100% !important;
  float: none !important;
}
.news_newsdetail .news-img-wrap .outer,
.news_newsdetail .news-img-wrap .mediaelement {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_newsdetail .news-img-wrap img.news-detail-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
.news_newsdetail .news-text {
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
  width: 100%;
}
.news_newsdetail .news-content-element .contentElement {
  margin-top: 1.6rem !important;
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
  width: 100%;
}
.news_newsdetail .news-content-element .contentBlock {
  margin-top: 1.6rem;
}
.news_newsdetail .news-content-element .contentBlock.banner {
  padding: 0px;
}
.news_newsdetail .news-content-element .contentBlock.banner .banner__text {
  max-width: 1360px;
  padding: 20px 80px;
  margin: 0 auto;
  width: 100%;
}
.news_newsdetail .news-backlink-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.news_newsdetail .news-backlink-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  right: 80px;
  height: 1px;
  background-color: #00172f;
}
.news_newsdetail .news-backlink-wrap a {
  display: inline-block;
  min-width: 76px;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 0.89rem;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 33px;
  margin-top: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 576px) {
  .news_newsdetail .news-backlink-wrap a {
    padding: 4px 12px;
    margin-top: 12px;
  }
}
.news_newsdetail .news-backlink-wrap a {
  background: #00172f;
  color: #fff;
  border: 2px solid #00172f;
  padding: 4px 16px;
}
.news_newsdetail .news-backlink-wrap a:hover {
  background: transparent;
  color: #00172f;
}
.news_newsdetail .news-backlink-wrap a {
  margin: 0 80px;
}

.news .share__text {
  max-width: 1360px;
  padding: 40px 80px 30px;
  margin: 0 auto;
}
.news .shariff {
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto 40px;
}
.news .shariff li {
  margin: 0;
  min-width: 60px !important;
  max-width: 70px !important;
}
.news .shariff li a {
  background-color: transparent;
}
.news .shariff li a .fa-linkedin-in,
.news .shariff li a .fa-envelope,
.news .shariff li a .fa-facebook-f,
.news .shariff li a .fa-whatsapp {
  font-size: 30px;
}
.news .shariff li a .share_text {
  display: none !important;
}
.news .shariff li a:hover {
  background-color: transparent;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1150px) {
  .news_newsdetail .header {
    padding: 0 40px 25px;
  }
}
@media screen and (max-width: 768px) {
  .news_newsdetail .header {
    padding: 0 40px 25px;
  }
  .news_newsdetail .news-text {
    padding: 0 40px;
  }
  .news_newsdetail .news-content-element .contentElement {
    padding: 0 40px;
  }
  .news_newsdetail .news-content-element .contentBlock.banner .banner__text {
    padding: 20px 40px;
  }
  .news_newsdetail .news-backlink-wrap::after {
    left: 40px;
    right: 40px;
  }
  .news_newsdetail .news-backlink-wrap a {
    margin: 0 40px;
  }
  .news .share__text {
    padding: 40px 40px 30px;
  }
  .news .shariff {
    padding: 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .news_newsdetail .header {
    padding: 0 20px 20px;
  }
  .news_newsdetail .news-img-wrap {
    padding: 0 20px;
  }
  .news_newsdetail .news-text {
    padding: 0 20px;
  }
  .news_newsdetail .news-content-element .contentElement {
    padding: 0 20px;
  }
  .news_newsdetail .news-content-element .contentBlock.banner .banner__text {
    padding: 20px 20px;
  }
  .news_newsdetail .news-backlink-wrap::after {
    left: 20px;
    right: 20px;
  }
  .news_newsdetail .news-backlink-wrap a {
    margin: 0 20px;
  }
  .news .share__text {
    padding: 40px 20px 30px;
  }
  .news .shariff {
    padding: 0 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basic
*************************************************/
ul.f3-widget-paginator {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem 0;
}
ul.f3-widget-paginator:first-child {
  display: none;
}
ul.f3-widget-paginator li {
  position: unset;
  margin: 0;
}
ul.f3-widget-paginator li a {
  padding: 0.25rem 0.5rem;
  transition: color 0.2s ease;
}
ul.f3-widget-paginator li a:hover {
  color: #96d5ea;
}
ul.f3-widget-paginator li.current a {
  color: #96d5ea;
  font-weight: bold;
}
ul.f3-widget-paginator .next a {
  font-size: 0;
  position: relative;
  width: 1.5rem;
  height: 1.3rem;
  display: inline-block;
}
ul.f3-widget-paginator .next a::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease;
}
ul.f3-widget-paginator .next a:hover::after {
  color: #96d5ea;
}
ul.f3-widget-paginator .previous a {
  font-size: 0;
  position: relative;
  width: 1.5rem;
  height: 1.3rem;
  display: inline-block;
}
ul.f3-widget-paginator .previous a::after {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease;
}
ul.f3-widget-paginator .previous a:hover::after {
  color: #96d5ea;
}

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