@charset "UTF-8";
/*--------------------------
pbc-color-schema
---------------------------*/
/*--------------------------
end of Variables
 --------------------------*/
/*--------------------------
site-color-schema
---------------------------*/
/*---------------------------
end of site-color-schema
----------------------------*/
/*-----------------------
pbc-fonts
-----------------------*/
/*---------------------
end of pbc-fonts
----------------------*/
/*-----------------------
pbc-html-tag-sizes
-------------------------*/
/**----------------------
end pbc-html-tag-sizes
------------------------*/
/*-----------------------
pbc-custom-ui-elem-sizes
-------------------------*/
/*-----------------------
end of pbc-custom-ui-elem-sizes
-------------------------*/
/*-----------------------
pbc-custom-ui-elem-borders
-------------------------*/
/*-----------------------
end of pbc-custom-ui-elem-borders
-------------------------*/
/*-----------------------
pbc-custom-ui-elem-margins
-------------------------*/
/*-----------------------
pbc-custom-ui-elem-margins
-------------------------*/
/*-----------------------
pbc-custom-ui-elem-padding
-------------------------*/
/*-----------------------
pbc-custom-ui-elem-padding
-------------------------*/
/*-----------------------
pbc-grid-var
-------------------------*/
/*-----------------------
end of pbc-grid-var
-------------------------*/
/*******
Examples
 */
/**
Nesting
 */
/**
end of Nesting
 */
/**
Inheritance
*/
/** model von messages */
.warning, .error, .success {
  font-family: "Graphik-Light";
  font-size: 1.6rem;
  border: 1px solid #8B97A0;
  padding: 20px;
  margin: 20px;
}

.success {
  background-color: #8B97A0;
}

.error {
  background-color: #8B97A0;
}

.warning {
  background-color: #8B97A0;
}

/**
end of Inheritance
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*, *:after, *:before {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

@font-face {
  font-family: "Graphik-Light";
  src: url("../../fonts/Graphik-Light-Web.woff") format("woff"), url("../../fonts/Graphik-Light-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik-Regular";
  src: url("../../fonts/Graphik-Regular-Web.woff") format("woff"), url("../../fonts/Graphik-Regular-Web.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Graphik-Medium";
  src: url("../../fonts/Graphik-Medium-Web.woff") format("woff"), url("../../fonts/Graphik-Medium-Web.woff2") format("woff2");
  font-weight: bold;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.container, .container-sm {
  margin: 0 auto;
  width: 100%;
}

.container-sm {
  max-width: 540px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
  margin: 0 calc(2.8571428571% / 2);
  box-sizing: border-box;
}

.col-sm-1 {
  flex: 0 0 auto;
  width: calc(25% - (2.8571428571% / 2) * 2);
}

.col-sm-2 {
  flex: 0 0 auto;
  width: calc(50% - (2.8571428571% / 2) * 4);
}

.col-sm-3 {
  flex: 0 0 auto;
  width: calc(75% - (2.8571428571% / 2) * 6);
}

.col-sm-4 {
  flex: 0 0 auto;
  width: calc(100% - (2.8571428571% / 2) * 6);
}

.col-sm-fluid {
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-fluid {
    width: unset;
  }
}

/** sm */
/** md */
/** md lg xl */
/** md lg xl */
/** sm */
@media screen and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
    width: 100%;
  }
}
/** md */
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
/** md lg xl */
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    margin: 0 calc(1.3793103448% / 2);
    box-sizing: border-box;
  }
  .col-md-1 {
    width: calc(8.3333333333% - (1.3793103448% / 2) * 2);
  }
  .col-md-2 {
    width: calc(16.6666666667% - (1.3793103448% / 2) * 2);
  }
  .col-md-3 {
    width: calc(25% - (1.3793103448% / 2) * 2);
  }
  .col-md-4 {
    width: calc(33.3333333333% - (1.3793103448% / 2) * 2);
  }
  .col-md-5 {
    width: calc(41.6666666667% - (1.3793103448% / 2) * 2);
  }
  .col-md-6 {
    width: calc(50% - (1.3793103448% / 2) * 2);
  }
  .col-md-7 {
    width: calc(58.3333333333% - (1.3793103448% / 2) * 2);
  }
  .col-md-8 {
    width: calc(66.6666666667% - (1.3793103448% / 2) * 2);
  }
  .col-md-9 {
    width: calc(75% - (1.3793103448% / 2) * 2);
  }
  .col-md-10 {
    width: calc(83.3333333333% - (1.3793103448% / 2) * 2);
  }
  .col-md-11 {
    width: calc(91.6666666667% - (1.3793103448% / 2) * 2);
  }
  .col-md-12 {
    width: calc(100% - 1.3793103448%);
  }
}
/** md lg xl */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
body {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #001422;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 5rem; /* height of sticky header */
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 12rem; /* height of sticky header */
  }
}

h1, h2, h3, h4 {
  font-family: "Graphik-Medium";
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
}

ul {
  margin: 0;
  padding: 0;
}

.subtitle {
  font-size: 1.7rem;
  font-family: "Graphik-Medium";
  margin: 0.67rem 0;
}

.order-sm-0 {
  order: 0;
}

.order-sm-1 {
  order: 1;
}

.order-sm-2 {
  order: 2;
}

.order-sm-3 {
  order: 3;
}

.order-sm-4 {
  order: 4;
}

@media (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
}
@media (min-width: 992px) {
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
}
.font-medium {
  font-family: "Graphik-Medium" !important;
}

.font-regular {
  font-family: "Graphik-Regular" !important;
}

.font-light {
  font-family: "Graphik-Light" !important;
}

.txt-regular {
  font-family: "Graphik Regular", sans-serif;
}

.txt-bold {
  font-family: "Graphik Medium", sans-serif;
}

.txt-medium {
  font-family: "Graphik TT Medium";
}

.self-txt-alg-center {
  display: flex;
  justify-content: left;
}
@media (min-width: 576px) {
  .self-txt-alg-center {
    justify-content: center;
  }
}

.txt-clr-primary {
  color: #001422;
}

.txt-clr-secondary {
  color: #00D2F9;
}

.txt-clr-white {
  color: #ffffff;
}

._badge {
  background-color: #00D2F9;
  color: #ffffff;
  padding: 1.3rem 3rem;
}

._display-md-4, ._display-md-2, ._display-md-1, ._display-sm-4, ._display-sm-1 {
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  font-family: "Graphik-Medium", sans-serif;
}

._badge {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 95%;
}
@media (min-width: 576px) {
  ._badge {
    border-radius: 30px;
    width: 100%;
  }
}

._display-sm-1 {
  font-size: 3.6rem;
  line-height: 1.11111116;
}

._display-sm-4 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  ._display-md-1 {
    font-size: 5rem;
    line-height: 1.12;
  }
}

@media (min-width: 768px) {
  ._display-md-2 {
    font-size: 3.6rem;
  }
}

@media (min-width: 768px) {
  ._display-md-4 {
    font-size: 2.8rem;
  }
}

._d-flex {
  display: flex;
  gap: 2rem;
}

.z-idx-5 {
  z-index: 5;
  position: relative;
}

._gradient-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 103, 116, 0.8) 0%, rgba(25, 131, 142, 0.5) 20%, rgba(0, 0, 0, 0) 35%);
}

.m-5 {
  margin-bottom: 3rem;
}

.mt-sec-1 {
  margin-top: 5rem;
}

.mt-sec-2 {
  margin-top: 10rem;
}

.mt-sec-5 {
  margin-top: 5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.my-sec-sm-1 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-sec-sm-2 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-sec-sm-3 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

@media (min-width: 992px) {
  .my-sec-md-0-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .my-sec-md-1 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .my-sec-md-2 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media (min-width: 992px) {
  .my-sec-md-3 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}

@media (min-width: 992px) {
  .my-sec-md-4 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}

@media (min-width: 992px) {
  .mt-sec-md-3 {
    margin-top: 10rem;
  }
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.py-sec-2 {
  padding-bottom: 10rem;
  padding-top: 10rem;
}

@media (min-width: 768px) {
  .pty-sec-md-3 {
    padding-top: 10rem;
    margin-bottom: 15rem;
  }
}

.display_none_sm {
  display: none;
}
@media (min-width: 576px) {
  .display_none_sm {
    display: inline-block;
  }
}

.display_none_md {
  display: none;
}
@media (min-width: 768px) {
  .display_none_md {
    display: inline-block;
  }
}

.nav-btn {
  z-index: 6;
  position: absolute;
  right: 17px;
  bottom: 17px;
}

.nav--logo_line_text {
  height: 30px;
  line-height: 40px;
  vertical-align: center;
  horiz-align: center;
  color: white;
  font-size: 1.2rem;
  padding-right: 1.5rem;
}

.nav--logo_line_city-logo {
  margin-right: 2rem;
  height: 40px;
  line-height: 40px;
  width: auto;
}

.nav--logo_line_powered_by_pbc {
  height: 30px;
  line-height: 40px;
  width: auto;
}

.nav-logo-wrapper {
  display: flex;
  background-color: #00D2F9;
  align-items: center;
}
@media (min-width: 992px) {
  .nav-logo-wrapper {
    padding: 0 0.6896551724%;
    background-color: white;
  }
}

.nav--logo_line {
  position: absolute;
  top: calc(100vh - 110px);
  left: var(--percent-side-mobile);
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100vw - 2 * var(--percent-side-mobile));
}

#main_nav_logo path {
  fill: #ffffff;
}
@media (min-width: 992px) {
  #main_nav_logo path {
    fill: #00D2F9;
  }
}

/**********/
.navbar > ul {
  display: flex;
  padding-left: 0;
  flex-direction: column;
  /*margin: -110rem 0 0 0;*/
  position: relative;
  bottom: -100vh;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0.6896551724%;
  width: 91.4285714287%;
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
    width: unset;
  }
}

.header {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #00D2F9;
}
@media (min-width: 992px) {
  .header {
    position: fixed;
    background: #ffffff;
    top: 0;
    bottom: unset;
  }
}

.header-clicked {
  background-color: #ffffff;
}
.header-clicked .nav-logo-wrapper {
  background-color: #ffffff;
}
.header-clicked #main_nav_logo path {
  fill: #00D2F9;
}
.header-clicked .bar1, .header-clicked .bar2 {
  background-color: #00D2F9;
}

.nav-md-menu {
  visibility: hidden;
  display: none;
}
@media (min-width: 992px) {
  .nav-md-menu {
    visibility: visible;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.navbar-sm .nav-sm-menu-item, .nav-md-menu-item {
  font-family: "Graphik-Medium";
  list-style: none;
}

.nav-md-menu-item {
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .nav-md-menu-item {
    padding-right: 4em;
  }
}

#navMob {
  display: block;
  cursor: pointer;
  width: 30px;
}
@media (min-width: 992px) {
  #navMob {
    display: none;
  }
}

.bar1, .bar2 {
  width: 22px;
  height: 2px;
  margin: 5px 0;
  background-color: #EBFEFF;
  transition: 0.4s;
}

.nav-sm-menu {
  width: 100%;
}

.navbar-sm {
  background: linear-gradient(#00ABE5, #30CDEA);
  bottom: calc(-100vh + 70px);
  font-size: 3.6rem;
  height: calc(100vh - 70px);
  left: 0;
  position: absolute;
  padding-left: 2rem;
  padding-right: 2rem;
  transform: translate3d(0, 100vh, 0);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s 0.5s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  visibility: hidden;
  width: 100%;
  z-index: 3333;
}
@media (min-width: 992px) {
  .navbar-sm {
    display: none;
    visibility: hidden;
  }
}
.navbar-sm .nav-sm-menu-item {
  margin: 1.5rem 0;
}

.navbar-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: column;
  height: 100%;
}

.nav-sm-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}

.open-nav-sm-menu {
  overflow: hidden;
}
.open-nav-sm-menu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 5px);
  transform: rotate(-45deg) translate(2px, 5px);
}
.open-nav-sm-menu .bar2 {
  -webkit-transform: rotate(45deg) translate(0, 4px);
  transform: rotate(45deg) translate(0, -7px);
}
.open-nav-sm-menu .navbar-sm {
  display: flex;
  visibility: visible;
  transform: translate3d(0, -100vh, 0);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s 0s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.nav-sm-menu-link {
  color: #EBFEFF;
}

.menu-md-link {
  color: #001422;
}

.menu-sm-link {
  color: #ffffff;
}

.nav-sm-bg_logo {
  position: absolute;
  top: -7.5vh;
  left: -25vw;
}

.nav-sm-pbc_logo {
  display: block;
  width: 33%;
}
@media (min-width: 992px) {
  .nav-sm-pbc_logo {
    display: none;
  }
}

.nav-sm-city_wrapper {
  display: flex;
  width: 67%;
}

.city-sm-logo-img {
  padding: 0 9px;
  width: 50px;
  height: auto;
  object-fit: contain;
}

/*-----------------------
ACCORDION
-----------------------*/
.acc-button {
  padding: 1.5rem 0 1rem 0;
  display: flex;
  justify-content: space-between;
}

.acc-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.acc-header {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .acc-header {
    font-size: 1.8rem;
  }
}

.acc-content {
  font-family: var(--pbc-font-light);
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.acc-icon-hide {
  display: none;
}

.acc-icon path {
  fill: #8B97A0;
}
.acc-icon rect {
  fill: #001422;
}
.acc-icon svg {
  width: 15px;
}

.acc-item {
  border-bottom: 0.1rem solid #8B97A0;
}

@media (min-width: 992px) {
  .acc_body_mt {
    margin-top: 5rem;
  }
}

/*-----------------------
END OF ACCORDION
-----------------------*/
.link-white, a, .btn-link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #001422;
}

.link-white {
  color: #ffffff;
}

/*
 todo: btn wo überall ist pbc-bnt eingebaut
 */
.btn {
  font-family: var(--pbc-font-medium);
  font-size: inherit;
  background-color: #30CDEA;
  color: white;
  border-radius: 30px;
  padding: 0.4rem 2rem 0.4rem;
  transition: padding 200ms ease-in;
}

.pbc-btn:hover {
  padding-left: 35px;
  padding-right: 35px;
}

.pbc-btn_hover-arrow:hover {
  padding-left: 25px;
  padding-right: 45px;
}

.pbc-btn_hover-arrow:hover::after {
  opacity: 1;
  right: 20px;
}

.pbc-btn_hover-arrow:after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 25px;
  transition: all 300ms linear;
}

/*
end of btn
 */
._btn, .secondary_btn, .primary_btn {
  font-family: "Graphik-Medium";
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 0.4rem 2rem 0.4rem;
  position: relative;
  transition: padding 200ms ease-in;
}

._btn-font-sm {
  font-size: 1.4rem;
  padding: 0.875rem 2.875rem;
}

._btn:hover, .secondary_btn:hover, .primary_btn:hover {
  padding-left: 35px;
  padding-right: 35px;
}

._btn:hover, .secondary_btn:hover, .primary_btn:hover {
  padding-left: 25px;
  padding-right: 45px;
}

._btn:hover::after, .secondary_btn:hover::after, .primary_btn:hover::after {
  opacity: 1;
  right: 20px;
}

._btn:after, .secondary_btn:after, .primary_btn:after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: 25px;
  transition: all 300ms linear;
}

.primary_btn {
  background-color: #001422;
  color: #ffffff;
}

.secondary_btn {
  background-color: #00D2F9;
  color: #ffffff;
}

/*-----------------------
CARD
-----------------------*/
.cards-wrapper {
  display: flex;
  gap: 3.5rem;
  margin: 3rem 0 3rem 0.5rem;
}
@media (min-width: 768px) {
  .cards-wrapper {
    margin: 3rem;
  }
}

.card {
  border-radius: 20px;
  height: 410px;
  width: 280px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
  position: relative;
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  .card {
    height: 410px;
  }
}

.card-img-body {
  width: 100%;
  z-index: 1;
  position: relative;
  max-height: 68.292682926%;
}

.card-img {
  z-index: 1;
  position: absolute;
  max-height: 290px;
  min-height: 290px;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.card__state-pos {
  display: flex;
  position: absolute;
  Bottom: 10%;
}

.card__state-pos p {
  align-items: center;
}

.card-content-body {
  position: relative;
  padding: 1.5rem 1.8rem 1.8rem;
  height: 130px;
  max-height: 31.707317073%;
  z-index: 1;
}
.card-content-body h4 {
  margin: 0.5rem 0;
  padding: 0;
}
.card-content-body p {
  margin: 0.5rem 0;
  padding: 0;
  display: inline-block;
}

.progress-wrapper {
  display: inline-block;
}

.circle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #00D2F9;
}

/*-----------------------
END OF CARD
-----------------------*/
/*-----------------------
# HERO
------------------------*/
#hero {
  position: relative;
}

.pbc-bg-cover {
  background: url("../img/hero-bg.jpg") var(--pbc-mint-green);
  background-size: cover;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero-img:before {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  bottom: 0;
  right: 30%;
  position: absolute;
}

.bg-grand1 {
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(white, transparent);
  background-image: -moz-linear-gradient(white, transparent);
  background-image: -o-linear-gradient(white, transparent);
  background-image: -webkit-linear-gradient(white, transparent);
}

.hero__img {
  min-height: var(--pagesize-mobile);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  height: calc(100vh - 70px);
}
@media (min-width: 992px) {
  .hero__img {
    height: 100vh;
  }
}

.city-logo-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .city-logo-wrapper {
    display: flex;
  }
}
.city-logo-wrapper .city-logo-text {
  display: block;
  height: 50px;
  line-height: 56px;
  font-size: 1.6rem;
  margin-right: 1rem;
  font-family: var(--pbc-font-light);
}
.city-logo-wrapper .city-logo-img {
  padding: 0 9px;
  width: 185px;
  padding-top: 9px;
  height: auto;
  object-fit: contain;
}

.hero__pbc-and-partner {
  display: flex;
  justify-content: flex-end;
  padding: 7rem 3rem 3.7rem;
}

.mobile-disappear {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in-out;
  display: none;
}
@media (min-width: 992px) {
  .mobile-disappear {
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

/*-----------------------
# END OF HERO
------------------------*/
/*-----------------------
SECTION
-----------------------*/
/*---------------------
END OF SECTION
----------------------*/
/*-----------------------
CONTACT
-----------------------*/
.add-margin {
  margin-bottom: 6.87rem;
}

#contact-page {
  display: none;
}
@media (min-width: 992px) {
  #contact-page {
    display: flex;
  }
}

.contact-section {
  background: #00D2F9;
  color: #ffffff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 2.5rem 1rem 1rem;
  z-index: 999;
  width: 100%;
  position: fixed;
  bottom: -100px;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s 0.4s, -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  visibility: hidden;
}
@media (min-width: 576px) {
  .contact-section {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .contact-section {
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .contact-section {
    padding: 4.5rem 0 1rem;
    bottom: 0;
  }
}

.contact-section-open {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility 0s 0s, -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  bottom: 0;
}

.contact-link-clr {
  color: #ffffff !important;
}

.contact-elem {
  padding-bottom: 2rem;
}
.contact-elem h1, .contact-elem h4, .contact-elem p {
  margin: 0;
  letter-spacing: 0;
}

/*-----------------------
END OF CONTACT
-----------------------*/
.project__content {
  font-family: "Graphik-Light";
}

.open {
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.7s ease-in-out, height 0.5s ease-in-out;
  opacity: 1;
}

.project__more {
  color: #707070;
  font-size: 1.4rem;
}

#project__page {
  overflow-y: auto;
}

.project__img {
  margin-top: 2.67rem;
  object-fit: contain;
  width: 100%;
}

.project__icon-wrapper {
  display: flex;
  justify-content: right;
  border-bottom: var(--pbc-blue) 1px solid;
  width: 100%;
}

.project__description {
  padding-right: var(--percent-side-desktop);
  order: 1;
}

#pContent {
  display: block;
  opacity: 1;
}

#pContent.open {
  animation: reveal 0.5s forwards var(--d);
}

@keyframes reveal {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 992px) {
  #footer {
    border-top: 0.1rem solid #8B97A0;
  }
}

hr {
  border: 0.1rem solid #8B97A0;
}
@media (min-width: 992px) {
  hr {
    display: none;
  }
}

.involvement__copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .involvement__copyright-wrapper {
    justify-content: flex-start;
    gap: 3.3rem;
    margin-top: 2rem;
    margin-bottom: 10rem;
  }
}

.involvement__copyright-wrapper li {
  list-style-type: none;
  color: #8B97A0;
}

.involvement__copyright-wrapper li a {
  color: #8B97A0;
}

.involvement__details-row {
  justify-content: left;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 75rem;
}

@media (min-width: 992px) {
  .involvement__details-content-header-lg {
    position: fixed;
    width: 50rem;
  }
}

.involvement__details-backlink {
  font-size: 15px;
}

.involvement__details-backlink-dart {
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.involvement__details-header {
  font-size: 4.2rem;
}

.involvement__details-date {
  font-size: 1.7rem;
}

.involvement__details-img {
  width: 100%;
  max-height: 40rem;
  object-fit: cover;
  object-position: 50% 50%;
}

.involvement__details-text {
  margin-bottom: 10rem;
}

#involvement--page {
  scroll-behavior: smooth;
}

.pass {
  display: none;
}

@media (min-width: 992px) {
  .col-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .involvement__btn-left {
    display: flex;
    width: 5rem;
    height: 5rem;
    border-radius: 45px;
    background-color: #00D2F9;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .involvement__btn-right {
    display: flex;
    width: 5rem;
    height: 5rem;
    border-radius: 45px;
    background-color: #00D2F9;
    align-items: center;
    justify-content: center;
  }
}

.involvement__btn-left:hover {
  cursor: pointer;
}

.involvement__btn-right:hover {
  cursor: pointer;
}

.involvement_state_starts_in {
  opacity: 0.5;
}

.involvement_state_finished {
  color: #ffffff;
  background-color: #00D2F9;
}

.card-icon_pos {
  position: relative;
  top: 0.5rem;
  margin-right: 1rem;
}

.progress-circle {
  position: relative;
  top: 0.7rem;
  margin-right: 1rem;
  display: inline-flex;
  width: 21.3px;
  height: 21.3px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #ffffff 67%, transparent 50% 60%), conic-gradient(#00D2F9 var(--progress), rgba(0, 210, 249, 0.3) 0%);
}

@media (min-width: 576px) {
  .involvement__btn-solution {
    margin-top: 2.1rem;
    margin-bottom: 0.8rem;
  }
}

#faq--page {
  background-color: #F5F5F7;
}

.involvement__faq-sec {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .involvement__faq-sec {
    padding-bottom: 7.9rem;
    padding-top: 8.9rem;
  }
}

.involvement__faq-title {
  font-size: 3rem;
  justify-content: left;
}
@media (min-width: 768px) {
  .involvement__faq-title {
    justify-content: left;
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .involvement__faq-title {
    margin-left: 0.5rem;
  }
}

.involvement__faq-subtitle {
  font-family: "Graphik-Medium";
  font-size: 1.6rem;
  margin-bottom: -2.5rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .involvement__faq-subtitle {
    font-family: "Graphik-Regular";
    font-size: 2.8rem;
  }
}

.involvement__faq-subheader {
  margin-top: 5rem;
  margin-bottom: 0.5rem;
  padding-top: 1.5rem;
  font-size: 1.8rem;
}

.involvement__faq-subheader-display {
  justify-content: left;
}
@media (min-width: 992px) {
  .involvement__faq-subheader-display {
    justify-content: center;
  }
}

.no__margin-left {
  margin-left: 0;
}
@media (min-width: 992px) {
  .no__margin-left {
    margin-left: 0.5rem;
  }
}

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