@charset "UTF-8";
/*
Theme Name: ent
Version: 1.0
Author: eat like an elephant
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

.clear {
  clear: both;
}

@font-face {
  font-family: "Intro";
  src: url("fonts/IntroRegular.woff2") format("woff2"), url("fonts/IntroRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Intro";
  src: url("fonts/IntroBold.woff2") format("woff2"), url("fonts/IntroBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Intro";
  src: url("fonts/IntroSemiBold.woff2") format("woff2"), url("fonts/IntroSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Intro", sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 48px;
}

p {
  margin-bottom: 16px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #165C7D;
  margin-bottom: 16px;
}
h2 strong {
  font-weight: 600 !important;
}

h3 {
  line-height: normal;
  color: #165C7D;
  margin-bottom: 8px;
}
h3 strong {
  font-weight: normal !important;
}

.news-date {
  font-size: 14px;
  color: #a5a5a5;
  margin-bottom: 16px;
}

.sub-header {
  font-size: 18px;
  font-weight: 600;
  color: #165C7D;
  margin-bottom: 16px;
}

.entry-content ul {
  list-style: initial;
  padding-left: 16px;
  margin-bottom: 16px;
}
.entry-content ul li {
  padding-left: 8px;
}
.entry-content p a {
  color: #165C7D;
}
.entry-content strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.job-title {
  display: none;
}

.job-title + .entry-content {
  padding-top: 8px;
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 130%;
  }

  .sub-header {
    font-size: 24px;
  }

  .job-title {
    display: inline-block;
  }

  .job-title + .entry-content {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  body {
    line-height: 28px;
  }
}
svg.icon {
  width: 24px;
  height: 24px;
}
svg.icon path {
  fill: #C82630;
}
svg.icon .white {
  fill: white;
}
svg.icon .blue {
  fill: #165C7D;
}
svg.icon .red {
  fill: #C82630;
}
svg.icon.download-icon {
  width: 32px;
  height: 32px;
}
svg.icon.logo-icon {
  width: 40px;
  height: 40px;
}
svg.icon.logo-icon .blue {
  fill: #165C7D;
}
svg.icon.logo-icon .red {
  fill: #C82630 !important;
}
svg.icon.logo-icon.logo-grey .blue {
  fill: #C6C4C4;
}
svg.icon.logo-icon.logo-grey .red {
  fill: #4C4C4C !important;
}

svg.big-icon {
  width: 72px;
  height: 72px;
}

.icon-border {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #165C7D;
  width: 48px;
  height: 48px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 36px;
}

svg.social-icon path {
  fill: white;
}

.red-ray,
.blue-bulp {
  position: absolute;
}
.red-ray svg,
.blue-bulp svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.red-ray canvas,
.blue-bulp canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}

.z-depth-1, .wp-block-image.box, table.wp-block-table, .tablepress, .card {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-2, .interactive-bill-header, .tab-menu-wrapper .indicator {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.z-depth-3, .page-wrapper-desktop .page-wrapper-inner-desktop .info-point:hover .info-point-description, .page-wrapper-desktop .page-wrapper-inner-desktop {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.z-depth-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.z-depth-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.rounded-borders, figure.progressiv-loading img {
  border-radius: 0;
}

.rounded-borders-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-borders-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(0deg, #FCFDFD 90%, white 100%);
}

html {
  background: #FCFDFD;
}
html.fixed {
  position: fixed;
}

main {
  display: block;
  width: 100%;
  max-width: 1420px;
  padding: 0 16px;
  margin: 0 auto;
  flex-grow: 1;
  padding-bottom: 32px;
  padding-top: 120px;
  min-height: calc(100% - 400px);
}

footer {
  display: block;
}

#page {
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.svg-red {
  fill: #C82630;
}

.svg-blue {
  fill: #165C7D;
}

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

.page-logo {
  display: inline-block;
  height: 48px;
  position: relative;
  top: 16px;
  margin-left: 8px;
  margin-top: -18px;
}

@media (min-width: 992px) {
  .page-logo {
    height: 80px;
    top: 24px;
    margin-top: -32px;
  }
}
.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 16px;
  border-radius: 2px;
  border: none;
  padding: 16px;
  min-height: auto;
  transition: box-shadow 0.3s ease-in-out;
}
.card:hover .card-action {
  transform: scale(1.3);
}
.card:hover .card-action path,
.card:hover .card-action polygon {
  fill: #d32159;
}
.card .card-title {
  font-size: 16px;
  color: #165C7D;
  display: inline-block;
}
.card .card-content {
  flex-grow: 1;
  text-align: center;
}
.card .card-image {
  margin: -16px;
  margin-bottom: 0;
}
.card .card-image img {
  width: 100%;
  height: auto;
}
.card .card-action {
  transition: transform 0.2s;
  /* Animation */
  align-self: flex-end;
  margin-top: 0.5em;
}

@media (min-width: 992px) {
  .card .card-title {
    font-size: 20px;
  }
}
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid > * {
  flex: 1 0 100%;
}

@media (min-width: 768px) {
  .grid {
    margin-left: -16px;
    margin-right: -16px;
  }
  .grid > * {
    flex: 1 0 50%;
    max-width: calc(50% - 32px);
    box-sizing: border-box;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .grid {
    margin-left: -16px;
    margin-right: -16px;
  }
  .grid > * {
    flex: 1 0 30%;
    max-width: calc(33.33% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}
.small-button {
  height: 38px;
  width: 38px;
  display: block;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
.small-button svg {
  height: 28px;
  width: 28px;
  margin: 5px;
}
.small-button svg polygon {
  fill: #2d2c2f;
}

button {
  background-color: transparent;
  border: none;
  display: block;
}

button.icon-button {
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.icon-button .icon {
  height: 24px;
  width: 24px;
}

a.icon-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  display: flex;
}
a.icon-link .icon {
  margin-left: 16px;
}
a.icon-link .icon path {
  fill: #165C7D;
}
a.icon-link.red .icon path {
  fill: #C82630;
}

a.social-button {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.social-button svg {
  width: 24px;
  height: 24px;
}

.tab-content {
  display: none;
}
.tab-content.tab-active {
  display: block;
}

.tab-active-menu-item {
  color: #d32159;
}

.tab-menu-item:hover {
  color: #d32159;
}

.tab-menu-item:first-child {
  margin-left: 20px;
}

.secondary-header-content {
  position: relative;
}

.tab-menu-wrapper {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.tab-menu-wrapper::-webkit-scrollbar {
  display: none;
}
.tab-menu-wrapper .indicator-left, .tab-menu-wrapper .indicator-right {
  display: none;
}

ul.tab-menu {
  display: inline-flex;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
ul.tab-menu li {
  display: inline-block;
  margin-right: 18px;
  white-space: nowrap;
}
ul.tab-menu li a {
  display: block;
  padding: 20px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ul.tab-menu li a:hover {
  background-color: white;
}
ul.tab-menu li a:active {
  background-color: #fef5f8;
}
ul.tab-menu li.current_page_item {
  color: #d32159;
  font-weight: bold;
}
ul.tab-menu li:first-child {
  margin-left: calc(3 * 16px);
}
ul.tab-menu li:last-child {
  padding-right: 16px;
}

.tab-menu-wrapper .indicator {
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: white;
  top: 0;
  z-index: 4;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
}
.tab-menu-wrapper .indicator img {
  padding: 3px;
  border-radius: 50%;
}
.tab-menu-wrapper .indicator::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: -2px;
}
.tab-menu-wrapper .indicator:hover img {
  background-color: #f2f2f2;
}

.tab-menu-wrapper .indicator-left {
  left: 0;
}

.tab-menu-wrapper .indicator-right {
  right: 0;
}

@media (min-width: 992px) {
  .tab-menu-wrapper.show-left-indicator .indicator-left {
    display: flex;
  }

  .tab-menu-wrapper.show-right-indicator .indicator-right {
    display: flex;
  }
}
ol.breadcrumb {
  color: #165C7D;
  font-size: 13px;
}
ol.breadcrumb li {
  display: inline;
}
ol.breadcrumb li span {
  white-space: nowrap;
}

div.breadcrumb-wrapper {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.breadcrumb-wrapper a.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
div.breadcrumb-wrapper a.back-button .icon {
  height: 24px;
  width: 24px;
}

.link-tile,
.list-tile {
  padding-left: 8px;
  padding-right: 4px;
  margin-bottom: 16px;
  width: 100%;
}

.link-tile {
  min-height: 64px;
}
.link-tile .card-title {
  line-height: 32px;
}

.link-tile,
.list-tile .list-tile-header,
.contact-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.link-tile > div.link-tile-image,
.list-tile .list-tile-header > div.link-tile-image,
.contact-tile > div.link-tile-image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.link-tile > div.link-tile-image img,
.list-tile .list-tile-header > div.link-tile-image img,
.contact-tile > div.link-tile-image img {
  height: 100%;
  width: 100%;
}
.link-tile > div.link-tile-leading-icon,
.list-tile .list-tile-header > div.link-tile-leading-icon,
.contact-tile > div.link-tile-leading-icon {
  flex-grow: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.link-tile > div.link-tile-leading-icon .icon path,
.list-tile .list-tile-header > div.link-tile-leading-icon .icon path,
.contact-tile > div.link-tile-leading-icon .icon path {
  fill: #165C7D;
}
.link-tile > div.link-tile-leading-icon .icon path.white,
.list-tile .list-tile-header > div.link-tile-leading-icon .icon path.white,
.contact-tile > div.link-tile-leading-icon .icon path.white {
  fill: white;
}
.link-tile > div.link-tile-content,
.list-tile .list-tile-header > div.link-tile-content,
.contact-tile > div.link-tile-content {
  flex-grow: 1;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 1;
  overflow: hidden;
}
.link-tile > div.link-tile-content h2,
.list-tile .list-tile-header > div.link-tile-content h2,
.contact-tile > div.link-tile-content h2 {
  margin-bottom: 0;
}
.link-tile > div.link-tile-content p,
.list-tile .list-tile-header > div.link-tile-content p,
.contact-tile > div.link-tile-content p {
  margin: 0;
  margin-top: 8px;
}
.link-tile > div.link-tile-content .tile-subtitle,
.list-tile .list-tile-header > div.link-tile-content .tile-subtitle,
.contact-tile > div.link-tile-content .tile-subtitle {
  font-size: 11px;
  line-height: 16px;
  color: #a5a5a5;
}
.link-tile > div.link-tile-icon,
.list-tile .list-tile-header > div.link-tile-icon,
.contact-tile > div.link-tile-icon {
  width: 24px;
  height: 24px;
}
.link-tile .link-tile-leading-logo,
.list-tile .list-tile-header .link-tile-leading-logo,
.contact-tile .link-tile-leading-logo {
  display: flex;
  margin: 0 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.link-tile .link-tile-leading-logo img,
.list-tile .list-tile-header .link-tile-leading-logo img,
.contact-tile .link-tile-leading-logo img {
  width: 80px;
  flex: 0 0 auto;
}

.list-tile .list-tile-rows {
  padding-right: 8px;
  padding-top: 16px;
}
.list-tile .list-tile-leading-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
  margin-left: 8px;
}
.list-tile .list-tile-leading-icon svg path {
  fill: #165C7D;
}
.list-tile .list-tile-leading-icon .legend-label {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #165C7D;
  border-radius: 20px;
  color: white;
  line-height: 40px;
  margin: 0 8px;
}
.list-tile .list-tile-leading-icon .history-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #165C7D;
  border-radius: 50px;
  color: white;
  margin-top: 16px;
  padding: 8px 16px;
}
.list-tile .list-tile-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-tile .list-tile-row:last-child .list-tile-content {
  border: none;
}
.list-tile .list-tile-title {
  flex-grow: 1;
  margin-right: 16px;
  font-weight: 600;
}
.list-tile .list-tile-content {
  width: 100%;
  flex-grow: 1;
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 0;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 4px;
  display: inline-block;
  word-break: keep-all;
}
.list-tile.legend-block .list-tile-leading-icon {
  width: 56px;
}
.list-tile.history-block .list-tile-rows {
  padding: 0;
}
.list-tile.history-block .list-tile-rows .list-tile-title {
  font-weight: 600;
  color: #165C7D;
  flex-grow: 0;
}
.list-tile.history-block .list-tile-row {
  flex-direction: column;
}
.list-tile.history-block .list-tile-row .list-tile-leading-icon {
  height: auto;
  width: auto;
}
.list-tile.history-block .list-tile-row .list-tile-content {
  padding-top: 8px;
}
.list-tile.history-block .list-tile-row:first-child .history-label {
  margin-top: 0;
}

.legend-reference em {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #165c7d;
  border-radius: 20px;
  color: white;
  line-height: 40px;
  margin-right: 8px;
  margin-top: 8px;
  float: left;
}
.legend-reference::after {
  content: "";
  clear: both;
  display: block;
}

.news-tile {
  padding: 0;
  display: flex;
  margin-bottom: 16px;
}
.news-tile .news-tile-image {
  width: 100%;
}
.news-tile .news-tile-image img {
  width: 100%;
  height: auto;
}
.news-tile .news-tile-content {
  padding: 16px;
  padding-top: 8px;
}
.news-tile .news-tile-date {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  color: #a5a5a5;
}

.contact-tile .link-tile-content a {
  display: block;
  font-size: 16px;
  padding: 4px 0;
}
.contact-tile .link-tile-content a[href^="mailto:"] {
  line-height: 16px;
}

.home-page-teaser {
  height: auto;
}
.home-page-teaser .card-title {
  font-weight: bold;
  font-size: 24px;
}
.home-page-teaser > div.link-tile-image {
  margin-left: 8px;
}

.text-tile {
  margin-bottom: 16px;
}

.link-tile:hover, .contact-tile:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .list-tile.history-block .list-tile-rows {
    padding: 0;
  }
  .list-tile.history-block .list-tile-row {
    flex-direction: row;
  }
  .list-tile.history-block .list-tile-row .list-tile-leading-icon {
    height: auto;
    width: auto;
  }
  .list-tile.history-block .list-tile-row .list-tile-content {
    padding: 8px 0;
    min-height: 104px;
  }
  .list-tile.history-block .list-tile-row .history-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #165C7D;
    border-radius: 50px;
    color: white;
    margin-top: 0;
    padding: 8px 16px;
    width: 64px;
    height: 64px;
  }
  .list-tile.history-block .list-tile-row:first-child .history-label {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .news-tile .news-tile-image {
    height: 300px;
    overflow: hidden;
  }
  .news-tile .news-tile-image img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .link-tile > div.link-tile-image,
.list-tile .list-tile-header > div.link-tile-image {
    margin-left: 8px;
  }
  .link-tile > div.link-tile-content,
.list-tile .list-tile-header > div.link-tile-content {
    font-size: 16px;
  }
  .link-tile > div.link-tile-icon,
.list-tile .list-tile-header > div.link-tile-icon {
    margin: 8px;
  }
}
#searchform {
  padding: 0;
  margin: 32px 0;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#searchform input[type=text] {
  border: none;
  flex-grow: 1;
  padding: 16px 32px;
  font-size: 24px;
  font-family: inherit;
  padding-left: 32px;
  padding-right: 80px;
  overflow: hidden;
  outline: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#searchform input[type=text]:focus, #searchform input[type=text]:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#searchform > div {
  width: 30px;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
#searchform .blue-bulp {
  position: absolute;
  width: 160px;
  top: 0px;
  left: -125px;
}
#searchform button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 32px;
  overflow: hidden;
  height: 100%;
}
#searchform button svg.icon {
  z-index: 10;
  position: relative;
}
#searchform button svg.icon path {
  fill: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  #searchform {
    margin: 32px 0;
  }
  #searchform input[type=text] {
    padding: 16px 32px;
    font-size: 52px;
    padding-left: 110px;
    padding-right: 180px;
  }
  #searchform > div {
    width: 90px;
  }
  #searchform .blue-bulp {
    width: 160px;
    top: 0;
    left: -70px;
  }
  #searchform button {
    padding: 0 80px;
  }
  #searchform button svg.icon {
    height: 40px;
    width: 40px;
  }
}
.warning-wrapper {
  display: none;
  position: absolute;
  top: 200px;
  will-change: contents;
  transition: top 200ms ease-in-out;
  width: 100%;
}

.warning-msgs {
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}
.warning-msgs .warning {
  margin-bottom: 16px;
}
.warning-msgs .warning-icon-wrapper {
  margin-right: 8px;
}

header.home-header.headroom--not-top .warning-button {
  transform: scale(1);
}

header.home-header .warning-button {
  transform: scale(0);
}

.warning-icon-wrapper {
  opacity: 1;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.warning-icon-wrapper svg path {
  fill: white;
}

.warnings-dialog {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #C82630;
  padding: 8px;
  padding-top: 72px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  overflow-y: auto;
}
.warnings-dialog.open {
  display: block;
}
.warnings-dialog .dialog-header {
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 130;
}
.warnings-dialog .dialog-header button {
  cursor: pointer;
}
.warnings-dialog .dialog-header path {
  fill: white;
}
.warnings-dialog .warning {
  padding: 0px;
  border-bottom: solid white 1px;
  border-radius: 0px;
}
.warnings-dialog .warning:last-child {
  border-bottom: none;
}
.warnings-dialog .warning .warning-icon-wrapper {
  margin-right: 8px;
}

.warning a {
  font-weight: 600;
  text-decoration: underline;
}

header.home-header .warning-wrapper {
  display: block;
}

header .warning-button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #C82630;
  z-index: 140;
  transform: scale(1);
  transition: transform 200ms ease-in;
  cursor: pointer;
}

header .warning-button-wrapper {
  right: 112px;
  z-index: 140;
  position: absolute;
  top: 30px;
}

header.headroom--not-top .warning-wrapper {
  z-index: 110;
  top: 28px;
}
header.headroom--not-top .warning-wrapper .warning {
  position: absolute;
  padding: 0 8px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  min-height: 40px;
  border-radius: 20px;
  right: 80px;
  cursor: pointer;
}
header.headroom--not-top .warning-wrapper .warning .warning-content-wrapper {
  opacity: 0;
}

.warning {
  transition: top 200ms ease-in-out, right 200ms ease-in-out;
  position: relative;
  width: 100%;
  max-width: 1388px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #C82630;
  border-radius: 16px;
  padding: 0 8px;
  min-height: 64px;
  color: white;
}
.warning .warning-title {
  font-weight: bold;
}
.warning .warning-content-wrapper {
  padding: 8px 0;
}
.warning p {
  margin: 0;
}

@media screen and (min-width: 350px) {
  header.headroom--not-top .warning-wrapper .warning {
    right: 112px;
  }
}
@media (min-width: 768px) {
  .warning-wrapper {
    top: 250px;
  }

  .warning {
    padding: 0 16px;
  }
  .warning .warning-icon-wrapper {
    margin-right: 16px;
  }
  .warning .warning-content-wrapper {
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .warning-wrapper {
    top: 360px;
  }

  .warnings-dialog {
    padding: 24px;
  }
  .warnings-dialog .dialog-header {
    padding: 16px 24px;
  }
}
.pie-chart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
}
.pie-chart.small {
  max-width: 400px;
}
.pie-chart > div.chart-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pie-chart .chart-wrapper {
  height: 115px;
  width: 115px;
  margin-bottom: 16px;
}
.pie-chart h2 {
  align-self: flex-start;
  margin-bottom: 16px;
}
.pie-chart h2 .icon {
  top: 5px;
  position: relative;
  left: 4px;
}
.pie-chart .certificate {
  width: 100%;
  margin-top: 8px;
  text-align: right;
}
.pie-chart .certificate img {
  height: 32px;
}

.chart-legend {
  display: flex;
  flex-direction: column;
}
.chart-legend > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chart-legend > div .chart-label-indicator {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 16px;
}

@media (min-width: 576px) {
  .pie-chart > div.chart-content {
    justify-content: flex-start;
    flex-direction: row;
  }
  .pie-chart .chart-wrapper {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .pie-chart > div.chart-content {
    justify-content: flex-start;
    width: 470px;
    flex-direction: row;
  }
  .pie-chart.small > div.chart-content {
    width: 320px;
  }
}
.tablepress {
  background-color: white;
  display: block;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 8px;
  margin-bottom: 16px;
}
.tablepress tr {
  padding: 0 24px;
}
.tablepress td,
.tablepress th {
  padding: 0 8px;
}
.tablepress thead th,
.tablepress thead td {
  color: #165C7D;
  font-weight: bold;
  text-align: left;
}
.tablepress.preis-liste td:nth-last-child(2),
.tablepress.preis-liste td:last-child,
.tablepress.preis-liste th:nth-last-child(2),
.tablepress.preis-liste th:last-child, .tablepress.wasser-haerte td:nth-last-child(2),
.tablepress.wasser-haerte td:last-child,
.tablepress.wasser-haerte th:nth-last-child(2),
.tablepress.wasser-haerte th:last-child {
  text-align: right;
  white-space: nowrap;
}
.tablepress.preis-liste td:first-child,
.tablepress.preis-liste th:first-child, .tablepress.wasser-haerte td:first-child,
.tablepress.wasser-haerte th:first-child {
  text-align: left;
  min-width: 200px;
  width: 100%;
}
.tablepress.preis-liste td[colspan], .tablepress.wasser-haerte td[colspan] {
  padding-top: 8px;
  margin-top: 8px;
  border-top: solid 0.5px #a5a5a5;
}
.tablepress.preis-liste td[colspan] strong, .tablepress.wasser-haerte td[colspan] strong {
  display: inline-block;
}
.tablepress.preis-liste .row-1 td[colspan], .tablepress.wasser-haerte .row-1 td[colspan] {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.tablepress.preis-liste .row-1 td[colspan] strong, .tablepress.wasser-haerte .row-1 td[colspan] strong {
  display: inline-block;
}
.tablepress.preise-wasser tr.row-1 > td {
  white-space: normal;
}
.tablepress.preise-wasser tr.row-1 strong, .tablepress.preise-wasser tr.row-12 strong {
  color: #165C7D;
}

.link-tile .link-tile-icon svg {
  transition: transform 0.2s;
}
.link-tile:hover .link-tile-icon svg {
  transform: scale(1.4);
}

.google-maps-link-block .icon {
  transition: transform 0.2s;
}
.google-maps-link-block:hover .icon {
  transform: scale(1.2);
}

.page-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-not-found > article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-not-found > article > div:first-child .logo-grey {
  height: 200px;
  width: 200px;
  opacity: 0.5;
}
.page-not-found > article > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-not-found > article > div:last-child .error-number {
  font-size: 100px;
  line-height: 100px;
  display: inline-block;
  color: #a5a5a5;
}
.page-not-found > article > div:last-child .error-message {
  display: inline-block;
}

@media (min-width: 992px) {
  .page-not-found > article {
    flex-direction: row;
  }
  .page-not-found > article > div:first-child .logo-grey {
    height: 400px;
    width: 400px;
  }
  .page-not-found > article > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-not-found > article > div:last-child .error-number {
    font-size: 200px;
    line-height: 200px;
  }
}
.customer-portal-link-block,
.single-pdf-download-block,
.internal-link-block,
.contact-block,
.external-link-block {
  max-width: 440px;
  margin-bottom: 16px;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-column {
  flex-grow: 1;
  margin-bottom: 16px;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-column > p:last-child {
  margin-bottom: 0;
}

table.wp-block-table {
  background-color: white;
  width: 100%;
  margin-bottom: 16px;
}
table.wp-block-table td:first-child {
  width: 100%;
  white-space: normal !important;
}
table.wp-block-table td {
  padding: 8px 16px;
}
table.wp-block-table td:last-child,
table.wp-block-table td:nth-last-child(2) {
  white-space: nowrap;
}

table.strom-herkunft tr:first-child td {
  color: #165C7D;
}

.customer-portal-link-block {
  background: #165C7D;
  position: relative;
}
.customer-portal-link-block .card-title {
  color: white;
}
.customer-portal-link-block .link-tile-icon path {
  fill: white;
}
.customer-portal-link-block.link-tile > div.link-tile-leading-icon {
  height: 32px;
}
.customer-portal-link-block.link-tile > div.link-tile-leading-icon .icon-border {
  background-color: #165C7D;
}
.customer-portal-link-block.link-tile > div.link-tile-leading-icon .icon path {
  fill: white;
}

.contact-block .tile-subtitle {
  font-size: 11px;
  line-height: 16px;
  color: #a5a5a5;
}
.contact-block .icon {
  width: 48px !important;
  height: 48px !important;
}
.contact-block.link-tile > div.link-tile-leading-icon {
  width: 48px !important;
  height: 48px !important;
}

.single-pdf-download-block > div.link-tile-icon,
.multiple-pdf-download-block > div.link-tile-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.employee-block {
  margin-bottom: 16px;
}
.employee-block .card-image {
  flex: 0 0 auto;
  width: calc(100% + 32px);
  height: auto;
}
.employee-block .card-content {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.employee-block .card-content .employee-name {
  font-weight: bold;
}
.employee-block .card-content .employee-name .employee-function {
  word-break: keep-all;
  font-weight: normal;
}
.employee-block a[href^="mailto:"] {
  line-height: 16px;
}

.value-block {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.value-block h3 {
  font-weight: 600;
}
.value-block img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  max-width: 280px;
  margin-bottom: 16px;
  align-self: center;
}

.multiple-pdf-download-block .list-tile-leading-icon {
  display: none;
}

@media (min-width: 768px) {
  .wp-block-columns.has-2-columns {
    flex-wrap: nowrap;
  }
  .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: calc(50% - 20px);
    flex-grow: 0;
  }
  .wp-block-columns.has-2-columns .wp-block-column:nth-child(even) {
    margin-left: 40px;
  }

  .wp-block-columns.has-3-columns {
    flex-wrap: nowrap;
  }
  .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: calc(33.33% - 28px);
    flex-grow: 0;
  }
  .wp-block-columns.has-3-columns .wp-block-column:not(:first-child) {
    margin-left: 42px;
  }

  .multiple-pdf-download-block .list-tile-leading-icon {
    display: flex;
  }
}
.wp-block-image.medium {
  max-width: 440px;
}

.wp-block-image img {
  height: auto;
}

.wp-block-image.box {
  padding: 16px;
  background-color: white;
}

.gosign-googlemaps {
  margin-bottom: 16px;
}

div.gosign-googlemaps.gosign-googlemaps-ready > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(4),
div.gosign-googlemaps.gosign-googlemaps-ready > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(3),
div.gosign-googlemaps.gosign-googlemaps-ready > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) {
  top: 38px !important;
}

.wp-block-embed-youtube iframe {
  width: 100% !important;
}

.google-maps-link-block {
  background: #165C7D;
  color: white;
  display: inline-flex;
  flex-direction: row;
  padding: 8px 16px;
  padding-left: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.google-maps-link-block span {
  color: white !important;
}
.google-maps-link-block .icon {
  margin: 8px;
}
.google-maps-link-block .icon path {
  fill: white;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 100%;
    flex-grow: 1;
  }

  .wp-block-column:nth-child(even) {
    margin-left: 0;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.modern.image-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modern.image-block .img-wrapper {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.modern.image-block .img-wrapper img {
  display: block;
  width: 100%;
}
.modern.image-block .img-wrapper div.add-sign {
  display: flex;
  opacity: 0;
  will-change: opacity;
  justify-content: center;
  align-items: center;
  background-color: rgba(22, 92, 125, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modern.image-block .img-wrapper div.add-sign svg {
  max-width: 236px;
  max-height: 236px;
  width: 50%;
}

a.modern.image-block-link {
  display: block;
}
a.modern.image-block-link:hover div.add-sign {
  opacity: 1 !important;
}

.section.modern {
  margin-bottom: 80px;
}
.section.modern.wo-space-after {
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .modern.image-block.horizontal {
    flex-direction: row;
    align-items: center;
  }
  .modern.image-block.horizontal .img-wrapper {
    margin-bottom: 20px;
    width: 60%;
    flex-shrink: 0;
    margin-left: -16px;
  }
  .modern.image-block.horizontal .content-wrapper {
    padding-left: 40px;
  }
  .modern.image-block.vertical .content-wrapper {
    padding-left: 80px;
  }
}
@media (min-width: 1420px) {
  .modern.image-block.horizontal .img-wrapper {
    width: 60vw;
    margin-left: calc((100vw - 1420px) / -2 - 16px);
  }
}
@media (min-width: 2000px) {
  .modern.image-block.horizontal .img-wrapper {
    width: 1200px;
    margin-left: -306px;
  }
}
.modern.menu-block {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-top: -24px;
  margin-bottom: 24px;
}
.modern.menu-block ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0.9rem;
}
.modern.menu-block ul li {
  padding: 0;
  margin: 0;
}
.modern.menu-block ul li.active a {
  color: #165C7D;
}
.modern.menu-block ul a:hover {
  color: #165C7D;
  line-height: normal;
}

.modern.oko-map-block .img-wrapper {
  position: relative;
}
.modern.oko-map-block .img-wrapper .project-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #b0448a;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: transform 300ms;
  cursor: pointer;
}
.modern.oko-map-block .img-wrapper .project-dot:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.modern.oko-map-block .legend {
  display: none;
  margin-top: 20px;
}
.modern.oko-map-block .legend ul {
  list-style-type: none;
  display: flex;
  flex-flow: wrap column;
  max-height: 240px;
}
.modern.oko-map-block .legend ul li {
  width: 33.3%;
}
.modern.oko-map-block .legend ul li span:first-child {
  color: #C82630;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .modern.oko-map-block .legend {
    display: block;
  }
}
@media (min-width: 992px) {
  .modern.oko-map-block .legend ul {
    max-height: 170px;
  }
  .modern.oko-map-block .legend ul li {
    width: 25%;
  }
}
.modern.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  z-index: 400;
  border: solid 16px #165C7D;
}
.modern.overlay.open {
  display: block;
}
.modern.overlay .close-overlay-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-25%) scale(1);
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px black;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 300ms;
  cursor: pointer;
}
.modern.overlay .close-overlay-button svg {
  width: 60%;
}
.modern.overlay .close-overlay-button:hover {
  transform: translateX(-50%) translateY(-25%) scale(1.1);
}
.modern.overlay .overlay-content {
  padding: 8px;
  overflow-y: auto;
  height: 100%;
}
.modern.overlay .overlay-images {
  margin-bottom: 8px;
  max-width: 1000px;
}
.modern.overlay .overlay-images img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .modern.overlay .overlay-images.images-2 {
    display: flex;
    flex-direction: row;
  }
  .modern.overlay .overlay-images.images-2 img {
    width: 50%;
    margin-bottom: 8px;
  }
  .modern.overlay .overlay-images.images-2 img:first-child {
    padding-right: 4px;
  }
  .modern.overlay .overlay-images.images-2 img:last-child {
    padding-left: 4px;
  }
}
@media (min-width: 992px) {
  .modern.overlay {
    border: solid 24px #165C7D;
  }
  .modern.overlay .overlay-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
  }
  .modern.overlay .overlay-content .content {
    padding-left: 40px;
    width: 50%;
  }
  .modern.overlay .overlay-images.images-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
  .modern.overlay .overlay-images.images-2 img {
    width: 100%;
    margin-bottom: 0px;
  }
  .modern.overlay .overlay-images.images-2 img:first-child {
    padding-right: 0px;
    margin-bottom: 16px;
  }
  .modern.overlay .overlay-images.images-2 img:last-child {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .modern.overlay {
    border: solid 32px #165C7D;
  }
  .modern.overlay .overlay-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px;
  }
  .modern.overlay .overlay-content .content {
    padding-left: 40px;
    width: 40%;
  }
  .modern.overlay .overlay-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 60%;
  }
  .modern.overlay .overlay-images.images-2 {
    flex-direction: row;
  }
  .modern.overlay .overlay-images.images-2 img {
    width: 50%;
    margin-bottom: 0px;
  }
  .modern.overlay .overlay-images.images-2 img:first-child {
    padding-right: 8px;
    margin-bottom: 0px;
  }
  .modern.overlay .overlay-images.images-2 img:last-child {
    padding-left: 8px;
  }
  .modern.overlay .close-overlay-button {
    width: 56px;
    height: 56px;
  }
}
.modern.hero-block {
  margin-top: -24px;
}
.modern.hero-block .img-wrapper {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  display: flex;
}
.modern.hero-block .img-wrapper img {
  width: 100%;
}
.modern.hero-block .img-wrapper .hero-buttons {
  position: absolute;
  bottom: 0px;
  right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.modern.hero-block .img-wrapper .hero-buttons .hero-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  background-color: #165C7D;
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 1rem;
  font-size: 0.7rem;
  transform: rotate(-10deg);
  flex-shrink: 0;
  flex-grow: 0;
}
.modern.hero-block .image-title-wrapper {
  font-size: 0.9rem;
  line-height: normal;
}

@media (min-width: 1420px) {
  .modern.hero-block .img-wrapper {
    width: 100vw;
    margin-left: calc((100vw - 1420px) / -2 - 16px);
    margin-right: calc((100vw - 1420px) / -2 - 16px);
  }
}
@media (min-width: 576px) {
  .modern.hero-block .img-wrapper .hero-buttons {
    padding: 16px 0;
  }
  .modern.hero-block .img-wrapper .hero-buttons .hero-button {
    width: 104px;
    height: 104px;
    line-height: 1rem;
    font-size: 0.85rem;
    margin-top: 8px;
    transition: transform 400ms;
  }
  .modern.hero-block .img-wrapper .hero-buttons .hero-button:hover {
    transform: rotate(-10deg) scale(1.1);
  }
}
@media (min-width: 768px) {
  .modern.hero-block .img-wrapper .hero-buttons .hero-button {
    width: 128px;
    height: 128px;
    line-height: 1rem;
    font-size: 0.9rem;
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .modern.hero-block .img-wrapper .hero-buttons {
    right: 24px;
    padding: 24px 0;
  }
  .modern.hero-block .img-wrapper .hero-buttons .hero-button {
    width: 168px;
    height: 168px;
    padding: 16px;
    line-height: 1.3rem;
    font-size: 1.1rem;
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .modern.hero-block .img-wrapper .hero-buttons {
    right: 80px;
    padding: 24px 0;
  }
  .modern.hero-block .img-wrapper .hero-buttons .hero-button {
    width: 250px;
    height: 250px;
    padding: 16px;
    line-height: 1.8rem;
    font-size: 1.6rem;
    margin-top: 24px;
    font-weight: 800;
  }
}
@media (min-width: 2000px) {
  .modern.hero-block .img-wrapper {
    width: calc((1420px) + 612px);
    margin-left: -306px;
    margin-right: -306px;
  }
}
.modern p {
  font-size: 1rem;
}
.modern h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-top: 21px;
  position: relative;
  margin-bottom: 24px !important;
}
.modern h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 60px;
  background-color: #165C7D;
}
.modern h2.wo-line::before {
  display: none;
}
.modern h2.paragraph-title {
  color: #323333 !important;
  text-transform: none;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.modern h2.paragraph-title::before {
  background-color: black;
}
.modern .tagline,
.modern .testimonial {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .modern .tagline,
.modern .testimonial {
    font-size: 1.6rem;
  }

  h2.paragraph-title {
    font-size: 1.6rem;
  }

  .section.modern {
    margin-bottom: 160px;
  }
}
@media (min-width: 2000px) {
  .modern h2 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .modern h2.paragraph-title {
    font-size: 2rem;
  }
  .modern .tagline,
.modern .testimonial {
    font-size: 2rem;
  }
}
.modern.cta-block {
  margin-bottom: 80px;
}
.modern.cta-block.wo-space-after {
  margin-bottom: 40px !important;
}

.modern-cta {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  background: #165C7D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white !important;
  font-weight: 800 !important;
  border-radius: 12px;
  transform: scale(1);
  transition: all 200ms;
}
.modern-cta:hover {
  transform: scale(1.05);
  background: #1a6c93;
}

.modern.accordion-block .moden-accordion {
  border-top: solid 1px #2d2c2f;
  border-bottom: solid 1px #2d2c2f;
}
.modern.accordion-block .moden-accordion .accordion-item {
  border-bottom: solid 1px #2d2c2f;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 72px;
  justify-content: space-between;
  padding-right: 4px;
  cursor: pointer;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header h3 {
  margin: 0 !important;
  font-size: 16px;
  font-weight: bold;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header svg {
  transition: transform 200ms;
  transform: scale(1);
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header .add {
  display: flex;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header .minus {
  display: none;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header .add,
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header .minus {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-header:hover {
  background: #e4f3fa;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-body {
  height: 0px;
  overflow-y: hidden;
  transition: height 200ms;
  font-size: 1rem;
  line-height: inherit;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-body .tagline {
  margin-top: 4px !important;
}
.modern.accordion-block .moden-accordion .accordion-item .accordion-item-body .cta-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 24px;
  padding-bottom: 16px;
}
.modern.accordion-block .moden-accordion .accordion-item.open .accordion-item-header .add {
  display: none;
}
.modern.accordion-block .moden-accordion .accordion-item.open .accordion-item-header .minus {
  display: flex;
}
.modern.accordion-block .moden-accordion .accordion-item:last-child {
  border-bottom: none;
}

.modern .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.modern .embed-container iframe,
.modern .embed-container object,
.modern .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modern ul.grid-layout {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 !important;
  margin-top: 16px;
}
.modern ul.grid-layout > li {
  display: block;
  padding: 0 8px;
  position: relative;
}
.modern ul.grid-layout > li .grid-layout-content {
  position: relative;
  padding-top: 48px;
  height: 184px;
  display: flex;
  flex-direction: column;
}
.modern ul.grid-layout > li .grid-layout-content > div {
  flex-grow: 1;
}
.modern ul.grid-layout > li .grid-layout-content > div p,
.modern ul.grid-layout > li .grid-layout-content > div h3 {
  font-weight: bold;
  font-size: 1rem !important;
  color: #165C7D;
  margin: 0;
}
.modern ul.grid-layout > li .grid-layout-content:hover svg {
  transform: translateX(16px);
}
.modern ul.grid-layout > li .grid-layout-content svg {
  transition: all 200ms;
  transform: translateX(0);
}
.modern ul.grid-layout > li .grid-layout-content::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  height: 5px;
  width: 60px;
  background-color: #165C7D;
}
.modern ul.grid-layout > li::after {
  content: "";
  height: calc(100% - 32px);
  border-right: solid 1px #a5a5a5;
  position: absolute;
  top: 16px;
  right: 0;
}
.modern ul.grid-layout > li::before {
  content: "";
  width: calc(100% - 16px);
  border-bottom: solid 1px #a5a5a5;
  position: absolute;
  top: 0;
  left: 8px;
}
.modern ul.grid-layout > li a, .modern ul.grid-layout > li > div {
  display: block;
  padding-bottom: 16px;
  padding-top: 16px;
  cursor: pointer;
}
.modern ul.grid-layout > li:nth-child(-n+2)::before {
  display: none;
}
.modern ul.grid-layout > li:nth-child(2n)::after, .modern ul.grid-layout > li:last-child::after {
  display: none;
}

.modern ul.grid-layout.expandable-grid-layout .grid-item {
  position: relative;
}
.modern ul.grid-layout.expandable-grid-layout .grid-item .expandable-content {
  display: none;
}
.modern ul.grid-layout.expandable-grid-layout .grid-item.open .expandable-content {
  display: block;
}
.modern ul.grid-layout.expandable-grid-layout .grid-item .expandable-content {
  z-index: 10;
  min-height: 280px;
  background-color: #FCFDFD;
  position: absolute;
  top: 72px;
}
.modern ul.grid-layout.expandable-grid-layout .grid-item .expandable-content ul {
  list-style: none;
  margin: 0 !important;
  padding-left: 4px;
  line-height: 1.3;
}
.modern ul.grid-layout.expandable-grid-layout .grid-item .expandable-content ul li {
  margin-bottom: 8px;
}
.modern ul.grid-layout.expandable-grid-layout .grid-item .expandable-content ul li::before {
  content: "•";
  color: #165C7D;
  display: inline-block;
  width: 0.7em;
  margin-left: -0.7em;
}

@media (min-width: 768px) {
  .modern ul.grid-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .modern ul.grid-layout > li::before {
    display: block !important;
  }
  .modern ul.grid-layout > li::after {
    display: block !important;
  }
  .modern ul.grid-layout > li:nth-child(-n+3)::before {
    display: none !important;
  }
  .modern ul.grid-layout > li:nth-child(3n)::after, .modern ul.grid-layout > li:last-child::after {
    display: none !important;
  }
}
.modern .moden-employees {
  margin-top: 40px;
}
.modern .moden-employees .modern-employee {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.modern .moden-employees .modern-employee img {
  width: 160px;
  height: auto;
}
.modern .moden-employees .modern-employee .employee-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 16px;
}
.modern .moden-employees .modern-employee .employee-content h3 {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
  color: black;
  margin: 0;
}
.modern .moden-employees .modern-employee .employee-content .mail-button {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .modern .moden-employees .modern-employee {
    flex-direction: row;
  }
  .modern .moden-employees .modern-employee img {
    width: auto;
  }
  .modern .moden-employees .employee-content {
    padding-left: 16px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .modern .layout-col-75 {
    margin: 0 auto;
    padding: 0 2em;
    width: 75%;
  }
}
header {
  margin: 0;
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  height: 120px;
  z-index: 90;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 30%);
}
header .header-content > .red-ray {
  position: absolute;
  width: 320px;
  transform: rotate(180deg);
  right: -220px;
  top: -42px;
  z-index: 100;
}
header .logo-wrapper {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  padding: 0 16px;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5 all;
}
header .custom-logo-link {
  top: 0px;
  left: 24px;
  width: 160px;
  margin-top: 24px;
  transition: all 200ms ease-in-out;
  display: block;
  position: absolute;
  z-index: 100;
}
header .custom-logo-link .custom-logo {
  width: 100%;
}
header .customer-portal-desktop {
  z-index: 100;
}
header.home-header:not(.toggled):not(.headroom--not-top) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%);
  height: 230px;
}
header.home-header:not(.toggled):not(.headroom--not-top) .logo-wrapper {
  max-width: 1420px;
}
header.home-header:not(.toggled):not(.headroom--not-top) .custom-logo-link {
  width: 250px;
  margin-top: 104px;
  left: calc(50% - 125px);
}
header .header-content {
  height: 100%;
  padding-top: 24px;
}
header .header-content nav {
  display: flex;
  justify-content: flex-end;
}
header .header-content nav button.menu-toggle {
  margin-right: 20px;
  z-index: 110;
}

.skip-link {
  display: none;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

@media (min-width: 768px) {
  header.home-header:not(.toggled):not(.headroom--not-top) .custom-logo-link {
    width: 400px;
    margin-top: 104px;
    left: calc(50% - 200px);
  }
}
@media (min-width: 992px) {
  header .header-content .main-header-content {
    height: 102px;
  }
  header.home-header:not(.toggled):not(.headroom--not-top) {
    height: 350px;
  }
  header.home-header:not(.toggled):not(.headroom--not-top) .custom-logo-link {
    width: 570px;
    margin-top: 144px;
    left: 16px;
  }
}
footer,
.footer-in-menu {
  height: 400px;
  overflow: hidden;
  line-height: 20px;
}
footer .footer-content,
.footer-in-menu .footer-content {
  position: relative;
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 80;
}
footer svg,
.footer-in-menu svg {
  position: absolute;
}
footer .red-ray,
.footer-in-menu .red-ray {
  left: -320px;
  bottom: 80px;
  width: 680px;
  transform: rotate(3deg);
}
footer .blue-bulp,
.footer-in-menu .blue-bulp {
  width: 200px;
  bottom: -60px;
  right: -10px;
}
footer .footer-left,
.footer-in-menu .footer-left {
  position: absolute;
  left: 0;
  z-index: 110;
  display: flex;
  width: 480px;
  align-items: flex-start;
  padding: 24px;
  flex-direction: row;
  bottom: 124px;
  font-size: 12px;
  height: 155px;
}
footer .footer-left .footer-address,
.footer-in-menu .footer-left .footer-address {
  white-space: nowrap;
  margin-right: 32px;
  color: white;
}
footer .footer-left .footer-address p,
.footer-in-menu .footer-left .footer-address p {
  margin: 0;
}
footer .footer-left .footer-address strong,
.footer-in-menu .footer-left .footer-address strong {
  font-weight: 600;
}
footer .footer-left .footer-contact,
.footer-in-menu .footer-left .footer-contact {
  display: flex;
  flex-direction: column;
  color: white;
}
footer .footer-right,
.footer-in-menu .footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 110;
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  flex-direction: column;
  font-size: 12px;
  padding-bottom: 16px;
}
footer .footer-right .social-icons,
.footer-in-menu .footer-right .social-icons {
  max-width: 160px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
footer .footer-right .footer-menu > ul,
.footer-in-menu .footer-right .footer-menu > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
footer .footer-right .footer-menu > ul > li a,
.footer-in-menu .footer-right .footer-menu > ul > li a {
  padding: 16px;
  color: white;
  font-weight: 600;
}

footer {
  background-color: #FCFDFD;
}

@media (min-width: 992px) {
  footer .red-ray,
.footer-in-menu .red-ray {
    left: -500px;
    bottom: -150px;
    width: 1100px;
  }
  footer .blue-bulp,
.footer-in-menu .blue-bulp {
    width: 480px;
    bottom: -250px;
    right: -70px;
  }
  footer .footer-right,
.footer-in-menu .footer-right {
    width: 360px;
    padding-bottom: 100px;
    font-size: 16px;
  }
  footer .footer-left,
.footer-in-menu .footer-left {
    width: 180px;
    padding-bottom: 48px;
    left: 188px;
    font-size: 16px;
    bottom: 0;
    height: auto;
  }
}
@media (min-width: 2000px) {
  footer .red-ray,
.footer-in-menu .red-ray {
    left: -820px;
    bottom: -170px;
    width: 1300px;
  }
  footer .blue-bulp,
.footer-in-menu .blue-bulp {
    width: 570px;
  }
  footer .footer-right,
.footer-in-menu .footer-right {
    width: 430px;
    padding-bottom: 80px;
  }
  footer .footer-left,
.footer-in-menu .footer-left {
    width: 180px;
    padding-bottom: 80px;
    left: 0;
  }
}
#site-navigation #primary-menu {
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 90;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 0px;
  transition: height 0.1s ease-out;
  overflow-y: hidden;
  font-size: 26px;
  line-height: 60px;
  color: #165C7D;
}
#site-navigation #primary-menu > div:first-child {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 16px;
  min-height: calc(100% - 400px);
}
#site-navigation #primary-menu .footer-in-menu {
  opacity: 0;
}
#site-navigation #primary-menu ul.nav-menu {
  position: relative;
}
#site-navigation #primary-menu ul.nav-menu a {
  display: inline-block;
}
#site-navigation #primary-menu ul.nav-menu > li {
  font-weight: bold;
}
#site-navigation #primary-menu ul.nav-menu ul.children,
#site-navigation #primary-menu ul.nav-menu ul.sub-menu {
  display: none;
  font-weight: 400;
  font-size: 24px;
}
#site-navigation #primary-menu .mobile-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#site-navigation > a.customer-portal-desktop, #site-navigation > a.search-desktop {
  display: none;
}

header.level-2 #site-navigation #primary-menu ul.nav-menu > li > a {
  transform: translateX(-500px);
  display: none;
}
header.level-2 #site-navigation #primary-menu ul.nav-menu > li.show-children > ul.children {
  display: block;
}
header.level-2 #site-navigation #primary-menu ul.nav-menu > li.show-children > ul.sub-menu {
  display: block !important;
}
header.level-2 #site-navigation #primary-menu #navigate-back {
  display: block;
}

#navigate-back {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: -8px;
  display: none;
}
#navigate-back svg {
  width: 24px;
  height: 24px;
}
#navigate-back svg path {
  fill: #C82630;
}

header.toggled {
  background-color: white;
}
header.toggled #site-navigation #primary-menu {
  height: calc(100vh - 120px);
  overflow: auto;
  top: 120px;
}
header.toggled #site-navigation #primary-menu .footer-in-menu {
  opacity: 1;
  transition: 0.8s opacity;
}
header.toggled #site-navigation #primary-menu > div {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  #site-navigation #primary-menu {
    line-height: 40px;
  }
  #site-navigation #primary-menu .mobile-buttons {
    display: none;
  }
  #site-navigation #primary-menu ul.nav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #site-navigation #primary-menu ul.nav-menu > li {
    flex-shrink: 0;
    margin: 32px;
  }
  #site-navigation #primary-menu ul.nav-menu ul.children,
#site-navigation #primary-menu ul.nav-menu ul.sub-menu {
    position: relative;
    display: inline;
    font-size: 16px;
  }
  #site-navigation > a.customer-portal-desktop {
    display: flex;
    margin-right: 220px;
    position: relative;
    color: white;
  }
  #site-navigation > a.customer-portal-desktop svg.icon path {
    fill: white;
  }
  #site-navigation > a.customer-portal-desktop .blue-bulp {
    width: 700px;
    position: absolute;
    z-index: -1;
    top: -640px;
    left: -295px;
  }
  #site-navigation > a.search-desktop {
    display: flex;
    z-index: 101;
    margin-right: 150px;
  }
  #site-navigation > a.search-desktop svg path {
    fill: rgba(0, 0, 0, 0.8);
  }

  header.level-2 #site-navigation #primary-menu .menu > ul > li > a {
    transform: translateX(0);
  }
  header.level-2 #site-navigation #primary-menu #navigate-back {
    display: none;
  }
}
@media (min-width: 1200px) {
  #site-navigation > a.search-desktop {
    margin-right: 200px;
  }
  #site-navigation > a.customer-portal-desktop {
    margin-right: 300px;
  }
}
.hamburger {
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  overflow: visible;
  right: 1.5em;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: white;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

header.toggled #site-navigation .hamburger--squeeze .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.toggled #site-navigation .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
header.toggled #site-navigation .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  width: 54px;
  height: 54px;
  border-radius: 27px;
}

.hamburger-box {
  width: 30px;
  height: 30px;
  top: 3px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
}

figure.progressiv-loading {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 2em 0;
}
figure.progressiv-loading figcaption {
  padding: 1em;
}
figure.progressiv-loading img {
  position: absolute;
  top: 0;
  left: 0;
}
figure.progressiv-loading img.full-sized {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
}
figure.progressiv-loading img.tiny {
  width: 100%;
  z-index: 2;
  filter: blur(10px);
  transition: opacity 0.5s;
}
figure.progressiv-loading div.tiny {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
figure.progressiv-loading.loaded img.tiny {
  opacity: 0;
}

#hero-image-wrapper {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#hero-image-wrapper #hero-image {
  height: 100%;
  width: 100%;
  background-position: right 0px;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(15px);
  transform: scale(1.1);
  transition: 0.5s filter ease-in-out, 0.2s transform ease-in-out;
}
#hero-image-wrapper #hero-image.loaded {
  transition: 0.5s filter ease-in-out, 0.2s transform ease-in-out;
  filter: blur(0);
  transform: scale(1);
}

main.front-page {
  position: relative;
  padding-top: 0;
  margin-top: -60vh;
}

.front-page-teaser {
  margin-bottom: 80px;
}

.additional-news-wrapper {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-page-news {
  margin-bottom: 40px;
  width: 100%;
}

.front-page-menu {
  display: none;
}

.front-page-teaser .link-tile {
  min-height: 84px !important;
}

.home-page-teaser:hover {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  main.front-page {
    margin-top: max(-50vh, calc(-100vh + 360px));
  }

  .additional-news-wrapper {
    flex: 1;
    max-width: initial;
  }
}
@media (min-width: 992px) {
  .front-page-teaser .link-tile {
    min-height: 128px !important;
  }

  .front-page-menu {
    display: block;
    margin-bottom: 104px;
  }
  .front-page-menu > ul.menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .front-page-menu > ul.menu > li {
    flex-shrink: 0;
  }
  .front-page-menu > ul.menu ul.children,
.front-page-menu > ul.menu ul.sub-menu {
    position: relative;
    display: inline;
    font-size: 16px;
  }
  .front-page-menu > ul.menu > li {
    font-weight: bold;
  }
  .front-page-menu > ul.menu ul.sub-menu {
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .front-page-teaser {
    margin-bottom: 144px;
  }
}
.contact a.maps-link {
  display: inline-block;
  height: 24px;
  width: 24px;
  transition: transform 0.2s;
  /* Animation */
}
.contact a.maps-link svg path {
  fill: #d32159;
}
.contact a.maps-link:hover {
  transform: scale(1.3);
}
.contact .card-content p:nth-child(2) {
  margin-top: 1em;
  margin-bottom: 1em;
}
.contact a:hover {
  color: #d32159;
}

.cc-window.cc-banner, .cc-window.cc-floating {
  background-color: #C82630;
  font-family: "Intro", sans-serif;
  color: white;
  border-radius: 16px;
  margin: 0 16px;
  width: calc(100% - 2 * 16px);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 32px;
}
.cc-window.cc-banner .cc-btn.cc-allow, .cc-window.cc-floating .cc-btn.cc-allow {
  border: none;
  color: #C82630;
  background-color: white;
  border-radius: 2px;
}
.cc-window.cc-banner .cc-link, .cc-window.cc-floating .cc-link {
  color: white;
}

body.full-screen {
  width: 100vw;
  height: 100vh;
}
body.full-screen #page {
  width: 100%;
  height: 100%;
}

.interactive-bill-header {
  height: 56px;
  width: 100vw;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  background-color: white;
}
.interactive-bill-header h1 {
  margin-bottom: 0;
  color: #165C7D;
  font-size: 20px;
}
.interactive-bill-header a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.interactive-bill-image-wrapper {
  width: 100%;
  top: 56px;
  height: calc(100% - 72px);
  max-width: 100vw;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.interactive-bill-image-wrapper .interactive-bill-image-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1241px;
  height: 1762.5px;
}
.interactive-bill-image-wrapper .page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.interactive-bill-image-wrapper .page-wrapper.active {
  z-index: 10;
}
.interactive-bill-image-wrapper .info-point {
  position: absolute;
  width: 28px;
  height: 28px;
  text-align: center;
  color: white;
  background-color: #C82630;
  border-radius: 28px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive-bill-image-wrapper .info-point span {
  line-height: 28px;
  display: inline-block;
  height: 28px;
  margin-bottom: -4px;
}

.interactive-bill-info-slider {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  box-shadow: 0px -3px 4px #00000029;
  background-color: white;
  z-index: 20;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content {
  padding-top: 10px;
  flex-grow: 1;
  overflow: hidden;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .interactive-bill-slider-elements .info-slider-element {
  display: none;
  flex-direction: column;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .interactive-bill-slider-elements .info-slider-element p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .interactive-bill-slider-elements .info-slider-element.active {
  display: flex;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .interactive-bill-slider-pages {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 4px 0;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .interactive-bill-slider-pages a {
  display: block;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  margin: 0 4px;
  border: solid 1px #165C7D;
  color: #165C7D;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .interactive-bill-slider-pages a.active {
  background-color: #165C7D;
  color: white;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .info-point-slider-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .info-point-slider-title h2 {
  margin: 0;
  margin-left: 8px;
  font-size: 16px;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .info-point-slider-title .slider-info-point {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: white;
  background-color: #C82630;
  border-radius: 40px;
  font-size: 16px;
  flex-shrink: 0;
}
.interactive-bill-info-slider .interactive-bill-info-slider-content .info-point-slider-title .slider-info-point span {
  line-height: 24px;
  display: inline-block;
  height: 24px;
  top: 2px;
  position: relative;
}
.interactive-bill-info-slider .info-slider-nav-btn {
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 4px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive-bill-info-slider .info-slider-nav-btn:last-child {
  padding-left: 10px;
  padding-right: 4px;
}

.interactive-bill-desktop {
  display: none;
  overflow: hidden;
}

.page-wrapper-desktop {
  width: 100%;
  float: left;
}
.page-wrapper-desktop .page-wrapper-inner-desktop {
  position: relative;
  transform-origin: left top;
  display: inline-block;
  border: solid 1px grey;
  margin: 0 auto;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point {
  position: absolute;
  width: 28px;
  height: 28px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point .info-point-bubble {
  width: 28px;
  height: 28px;
  text-align: center;
  color: white;
  background-color: #C82630;
  border-radius: 28px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point .info-point-bubble span {
  line-height: 28px;
  display: inline-block;
  height: 28px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point .info-drop {
  width: 28px;
  top: 19px;
  position: absolute;
  transform: scaleY(0);
  transition: transform 0.3s;
  transform-origin: center top;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point .info-drop svg {
  width: 28px;
  transition: height 0.3s;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point .info-point-description {
  transform-origin: left top;
  display: none;
  border: solid #C82630 2px;
  background-color: white;
  color: rgba(0, 0, 0, 0.8);
  padding: 16px;
  position: absolute;
  color: black;
  left: 11px;
  z-index: 10;
  width: 50vw;
  max-width: 600px;
  transition: top 0.3s, opacity 0.3s, height 0s;
  box-sizing: border-box;
  overflow: hidden;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point .info-point-description h2 {
  color: rgba(0, 0, 0, 0.8);
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point.left .info-point-description {
  transform-origin: right top;
  left: auto;
  right: 14px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point.top .info-drop {
  bottom: -28px;
  top: auto;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point.top .info-point-bubble {
  transition: all 0.3s;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point:hover {
  z-index: 30;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point:hover .info-point-description {
  display: block;
  z-index: 30;
  top: 52px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point:hover .info-point-description p {
  margin: 0;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point:hover .info-point-description h2 {
  margin-bottom: 4px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point:hover .info-point-bubble {
  z-index: 40;
  top: 39px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point:hover .info-drop {
  top: 19px;
  transform: scaleY(1);
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point.top:hover .info-point-description {
  top: auto;
  bottom: 56px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point.top:hover .info-point-bubble {
  z-index: 40;
  top: -39px;
}
.page-wrapper-desktop .page-wrapper-inner-desktop .info-point.top:hover .info-drop {
  top: auto;
  transform: scale(1, -1);
}
.interactive-bill-block {
  max-width: 440px;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 4px;
}
.interactive-bill-block .card-content {
  color: #165C7D;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
}
.interactive-bill-block .card-content span {
  margin-left: 64px;
}
.interactive-bill-block img {
  width: 60%;
  margin: 0 auto;
}
.interactive-bill-block .interactive-bill-thumbnail-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.interactive-bill-block .interactive-bill-thumbnail-wrapper span {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(200, 38, 48, 0.8);
  border-radius: 40px;
}
.interactive-bill-block .interactive-bill-thumbnail-wrapper span svg path {
  fill: white;
}

@media (min-width: 992px) {
  .interactive-bill-block {
    display: none;
  }

  .interactive-bill-desktop {
    display: block;
  }
}
div.nf-form-layout {
  background-color: white;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
div.nf-form-layout div.nf-mp-body {
  padding: 16px !important;
}
div.nf-form-layout input[type=button][value=submit] {
  border: none;
  background: #C82630;
  font-family: inherit;
  color: white;
  border-radius: 8px;
  height: 40px;
  padding: 0 8px;
  font-size: 16px;
}

.nf-field-element textarea {
  padding: 16px !important;
  font-family: inherit !important;
  min-height: 160px;
}

div.nf-mp-header {
  background-color: #C82630;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 0 !important;
  padding: 13px 16px 16px 16px !important;
}
div.nf-mp-header div.nf-progress-container {
  margin: 0 !important;
  margin-bottom: 8px !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.3);
  height: 3px;
  border-radius: 2px;
}
div.nf-mp-header div.nf-progress-container .nf-progress {
  height: 100%;
  border-radius: 2px;
  background-color: white;
}
div.nf-mp-header ul.nf-breadcrumbs {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.nf-mp-header ul.nf-breadcrumbs li {
  display: none;
  color: white;
  font-size: 16px;
}
div.nf-mp-header ul.nf-breadcrumbs li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 !important;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: normal !important;
  padding: 0 4px !important;
  padding-right: 16px !important;
  border-radius: 20px;
}
div.nf-mp-header ul.nf-breadcrumbs li a::before {
  color: #C82630;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
div.nf-mp-header ul.nf-breadcrumbs li.active {
  display: block;
}

.without-side div.nf-mp-header {
  display: none !important;
}

.submit-wrap .nf-field-element {
  position: relative !important;
}
.submit-wrap .nf-field-element input[type=button],
.submit-wrap .nf-field-element input[type=submit] {
  background-color: #C82630;
  color: white;
  border: none;
  height: 40px !important;
  border-radius: 8px;
  font-size: 16px;
  padding-right: 46px !important;
  cursor: pointer;
}
.submit-wrap .nf-field-element::after {
  content: url(icons/arrow_right_white.svg);
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: transform 200ms;
}
.submit-wrap .nf-field-element:hover::after {
  transform: scale(1.2);
}

div.nf-mp-footer {
  padding: 16px;
}
div.nf-mp-footer .nf-next-previous {
  margin: 0 !important;
}
div.nf-mp-footer .nf-next-previous input[type=button] {
  color: #C82630;
  background: none;
  border: none;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 8px;
  display: block;
  cursor: pointer;
}
div.nf-mp-footer .nf-next-previous input[type=button].nf-next {
  padding-right: 46px;
}
div.nf-mp-footer .nf-next-previous input[type=button].nf-previous {
  padding-left: 46px;
}
div.nf-mp-footer .nf-next-previous .nf-previous-item,
div.nf-mp-footer .nf-next-previous .nf-next-item {
  position: relative;
}
div.nf-mp-footer .nf-next-previous .nf-previous-item::after,
div.nf-mp-footer .nf-next-previous .nf-next-item::after {
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: transform 200ms;
}
div.nf-mp-footer .nf-next-previous .nf-previous-item:hover::after,
div.nf-mp-footer .nf-next-previous .nf-next-item:hover::after {
  transform: scale(1.2);
}
div.nf-mp-footer .nf-next-previous .nf-next-item::after {
  content: url(icons/arrow_right.svg);
  right: 8px;
  margin-left: 8px;
}
div.nf-mp-footer .nf-next-previous .nf-previous-item::after {
  content: url(icons/arrow_left.svg);
  left: 8px;
  margin-right: 8px;
}

.nf-form-fields-required,
.nf-after-form-content {
  display: none;
}

.nf-field-container {
  margin-bottom: 16px !important;
}

div.nf-field .field-wrap {
  position: relative;
}
div.nf-field .field-wrap div.nf-field-element input,
div.nf-field .field-wrap div.nf-field-element textarea,
div.nf-field .field-wrap div.nf-field-element select {
  border-color: rgba(0, 0, 0, 0.3);
  border-width: 1px;
  height: 48px;
  border-radius: 8px;
  padding: 8px 16px;
  outline: none;
}
div.nf-field .field-wrap div.nf-field-element input:active, div.nf-field .field-wrap div.nf-field-element input:focus,
div.nf-field .field-wrap div.nf-field-element textarea:active,
div.nf-field .field-wrap div.nf-field-element textarea:focus,
div.nf-field .field-wrap div.nf-field-element select:active,
div.nf-field .field-wrap div.nf-field-element select:focus {
  border: solid 2px #165C7D;
}
div.nf-field .field-wrap .nf-field-label {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 10;
  transition: top 150ms ease-in-out;
  pointer-events: none;
}
div.nf-field .field-wrap .nf-field-label label {
  font-size: 16px;
  font-weight: normal;
  color: black;
  background-color: white;
  padding: 0 4px;
  transition: font-size 150ms ease-in-out;
}
div.nf-field .field-wrap .nf-field-description {
  order: 20;
  padding-left: 16px;
  line-height: 1.3;
  margin-top: 4px;
}
div.nf-field .field-wrap.active .nf-field-label, div.nf-field .field-wrap.filled .nf-field-label {
  top: -13px;
}
div.nf-field .field-wrap.active .nf-field-label label, div.nf-field .field-wrap.filled .nf-field-label label {
  font-size: 13px;
}
div.nf-field .field-wrap.active .nf-field-label label {
  color: #165C7D;
}
div.nf-field .field-wrap.nf-error div.nf-field-element input {
  border-color: #C82630;
}
div.nf-field .field-wrap.nf-error .nf-field-label label {
  color: #C82630;
}
div.nf-field .field-wrap.checkbox-wrap .nf-field-label {
  position: relative;
  top: 0;
  left: 0;
  pointer-events: all;
  padding-left: 8px;
}
div.nf-field .field-wrap.checkbox-wrap .nf-field-label label {
  cursor: pointer;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.nf-field .field-wrap.checkbox-wrap .nf-field-element {
  width: auto;
  display: flex;
  justify-content: center;
}
div.nf-field .field-wrap.checkbox-wrap .nf-field-element input[type=checkbox] {
  accent-color: #165C7D;
}
div.nf-field .field-wrap.checkbox-wrap label a {
  text-decoration: underline !important;
  color: #165C7D;
}
div.nf-field .field-wrap.list-checkbox-wrap .nf-field-label {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
div.nf-field .field-wrap.list-checkbox-wrap .nf-field-label label {
  padding: 0;
  color: black !important;
}
div.nf-field .field-wrap.list-checkbox-wrap ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  margin: 0 !important;
}
div.nf-field .field-wrap.list-checkbox-wrap ul li label {
  margin: 0;
  padding-left: 8px;
  cursor: pointer;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.nf-field .field-wrap.list-checkbox-wrap ul li input {
  margin: 0;
  accent-color: #165C7D;
}

div.nf-after-field {
  padding-left: 16px;
}
div.nf-after-field .nf-input-limit {
  margin: 0 !important;
}

.html-wrap .nf-field-element h3 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 24px;
  color: #165C7D;
  line-height: initial;
}
.html-wrap .nf-field-element a {
  color: #165C7D;
  text-decoration: underline;
}

.nf-form-content {
  position: relative;
}
.nf-form-content .submit-container {
  position: absolute;
  margin: 0 !important;
  right: 16px;
  bottom: 16px;
  z-index: 100;
}

div.listradio-container div.listradio-wrap .nf-field-label {
  position: relative;
  top: 0 !important;
  left: 0;
  margin: 0;
}
div.listradio-container div.listradio-wrap .nf-field-label label {
  padding: 0;
  color: black;
}
div.listradio-container div.listradio-wrap .nf-field-description {
  padding: 0 !important;
  order: 10 !important;
  line-height: initial;
  margin-bottom: 16px;
}
div.listradio-container div.listradio-wrap div.nf-field-element li {
  position: relative;
  margin: 0 0 16px !important;
}
div.listradio-container div.listradio-wrap div.nf-field-element li input[type=radio] {
  opacity: 0.01;
  position: absolute;
}
div.listradio-container div.listradio-wrap div.nf-field-element li input[type=radio]::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
div.listradio-container div.listradio-wrap div.nf-field-element li input[type=radio]:checked + label {
  border-color: #165C7D;
  color: #165C7D;
}
div.listradio-container div.listradio-wrap div.nf-field-element li input[type=radio]:checked + label::before {
  border-color: #165C7D;
}
div.listradio-container div.listradio-wrap div.nf-field-element li input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #165C7D;
}
div.listradio-container div.listradio-wrap div.nf-field-element li label {
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 8px;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  margin: 0 !important;
  line-height: initial;
  position: relative;
  cursor: pointer;
  height: 100%;
  justify-content: center;
}
div.listradio-container div.listradio-wrap div.nf-field-element li label > span {
  font-size: 14px;
  color: grey;
  margin-top: 4px;
}
div.listradio-container div.listradio-wrap div.nf-field-element li label:hover {
  border-color: #165C7D;
}
div.listradio-container div.listradio-wrap div.nf-field-element li label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: solid 1px rgba(0, 0, 0, 0.3);
}
div.listradio-container div.listradio-wrap.nf-error .nf-field-element label {
  border-color: #C82630 !important;
}
div.listradio-container div.listradio-wrap.nf-error .nf-field-element label::before {
  border-color: #C82630 !important;
}
div.listradio-container div.listradio-wrap.nf-error .nf-field-label label {
  color: #C82630 !important;
}

.nf-field-container.large-label .nf-field-label > * {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 16px !important;
  font-size: 24px !important;
  color: #165C7D !important;
  line-height: initial !important;
  font-weight: normal;
  display: inline-block;
}

.html-container .nf-field-element p {
  margin-bottom: 4px !important;
}
.html-container .nf-field-element ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.html-container .nf-field-element ul {
  list-style-type: disc;
  padding-left: 20px;
}
.html-container .nf-field-element b {
  font-weight: bold;
}
.html-container .nf-field-element i {
  font-style: italic;
}

.listimage-wrap.list-wrap .nf-field-label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.listimage-wrap.list-wrap .entry-content ul {
  padding: 0 !important;
  margin: 0 !important;
}

.listimage-wrap li label.nf-checked-label {
  border-color: #165C7D !important;
  position: relative;
}
.listimage-wrap li label.nf-checked-label::after {
  content: "✓";
  color: white;
  display: block;
  background-color: #165C7D;
  width: 32px;
  height: 32px;
  border-bottom-left-radius: 8px;
  left: -2px;
  bottom: -2px;
  text-align: center;
  line-height: 32px;
  position: absolute;
}

.listimage-wrap li label {
  border-radius: 8px;
  cursor: pointer;
}
.listimage-wrap li label:hover {
  border-color: #165C7D !important;
}

div.nf-field .field-wrap.file_upload-wrap .nf-field-label {
  position: relative;
  top: 0;
  left: 0;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element {
  padding: 8px;
  border-radius: 8px;
  border: solid 1px #a5a5a5;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element button {
  border: none;
  background: #C82630;
  font-family: inherit;
  color: white;
  border-radius: 8px;
  height: 40px;
  padding: 0 8px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0px;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element button:hover {
  opacity: 0.8;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element .files_uploaded p {
  margin-bottom: 4px;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element .files_uploaded p:last-child {
  margin-bottom: 0px;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element .files_uploaded a.delete {
  display: inline-block;
  color: #C82630;
  margin-left: 16px;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress {
  box-shadow: none;
  height: 8px;
}
div.nf-field .field-wrap.file_upload-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar {
  background-color: #165C7D;
  opacity: 0.7;
}

ul.nf-breadcrumbs li:nth-child(1) a::before {
  content: "1";
}
ul.nf-breadcrumbs li:nth-child(2) a::before {
  content: "2";
}
ul.nf-breadcrumbs li:nth-child(3) a::before {
  content: "3";
}
ul.nf-breadcrumbs li:nth-child(4) a::before {
  content: "4";
}
ul.nf-breadcrumbs li:nth-child(5) a::before {
  content: "5";
}
ul.nf-breadcrumbs li:nth-child(6) a::before {
  content: "6";
}
ul.nf-breadcrumbs li:nth-child(7) a::before {
  content: "7";
}
ul.nf-breadcrumbs li:nth-child(8) a::before {
  content: "8";
}
ul.nf-breadcrumbs li:nth-child(9) a::before {
  content: "9";
}
ul.nf-breadcrumbs li:nth-child(10) a::before {
  content: "10";
}

.neuzuzug-icons ul.nf-breadcrumbs li a::before {
  border-radius: 0px !important;
  background-color: transparent !important;
  margin-top: 8px !important;
}
.neuzuzug-icons ul.nf-breadcrumbs li:nth-child(1) a::before {
  content: url(icons/personal_information.svg);
}
.neuzuzug-icons ul.nf-breadcrumbs li:nth-child(2) a::before {
  content: url(icons/current_address.svg);
}
.neuzuzug-icons ul.nf-breadcrumbs li:nth-child(3) a::before {
  content: url(icons/new_address.svg);
}
.neuzuzug-icons ul.nf-breadcrumbs li:nth-child(4) a::before {
  content: url(icons/date_selection.svg);
}
.neuzuzug-icons ul.nf-breadcrumbs li:nth-child(5) a::before {
  content: url(icons/product_selection.svg);
}
.neuzuzug-icons ul.nf-breadcrumbs li:nth-child(6) a::before {
  content: url(icons/bill.svg);
}
.neuzuzug-icons ul.nf-breadcrumbs li:nth-child(7) a::before {
  content: url(icons/comment.svg);
}

.umzug-icons ul.nf-breadcrumbs li a::before {
  border-radius: 0px !important;
  background-color: transparent !important;
  margin-top: 8px !important;
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(1) a::before {
  content: url(icons/personal_information.svg);
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(2) a::before {
  content: url(icons/current_address.svg);
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(3) a::before {
  content: url(icons/date_selection.svg);
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(4) a::before {
  content: url(icons/new_address.svg);
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(5) a::before {
  content: url(icons/date_selection.svg);
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(6) a::before {
  content: url(icons/product_selection.svg);
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(7) a::before {
  content: url(icons/bill.svg);
}
.umzug-icons ul.nf-breadcrumbs li:nth-child(8) a::before {
  content: url(icons/comment.svg);
}

@media (min-width: 992px) {
  .nf-form-content > div {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .nf-form-content > div div.nf-mp-body {
    flex-grow: 1;
    padding: 24px !important;
    padding-bottom: 96px !important;
  }
  .nf-form-content > div div.nf-mp-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 330px);
  }

  div.nf-mp-header {
    padding: 24px !important;
    width: 330px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
    flex-shrink: 0;
  }
  div.nf-mp-header div.nf-progress-container {
    display: none;
  }
  div.nf-mp-header ul.nf-breadcrumbs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  div.nf-mp-header ul.nf-breadcrumbs li {
    display: block;
    margin-bottom: 24px !important;
    position: relative;
    opacity: 0.5;
  }
  div.nf-mp-header ul.nf-breadcrumbs li.active {
    opacity: 1;
  }
  div.nf-mp-header ul.nf-breadcrumbs li.active a {
    background-color: rgba(255, 255, 255, 0.2);
  }
  div.nf-mp-header ul.nf-breadcrumbs li::after {
    content: "";
    display: block;
    height: 12px;
    width: 1px;
    background-color: white;
    position: absolute;
    bottom: -18px;
    left: 18px;
  }
  div.nf-mp-header ul.nf-breadcrumbs li:last-child {
    margin-bottom: 0 !important;
  }
  div.nf-mp-header ul.nf-breadcrumbs li:last-child::after {
    display: none;
  }
  div.nf-mp-header ul.nf-breadcrumbs li a {
    background: none;
  }

  div.listradio-container.lg4 div.nf-field-element ul {
    display: flex;
    flex-direction: row;
    margin: -8px !important;
  }
  div.listradio-container.lg4 div.nf-field-element ul li {
    width: 25%;
    padding: 8px !important;
    margin: 0 !important;
  }
  div.listradio-container.lg3 div.nf-field-element ul {
    display: flex;
    flex-direction: row;
    margin: -8px !important;
  }
  div.listradio-container.lg3 div.nf-field-element ul li {
    width: 33.3333%;
    padding: 8px !important;
    margin: 0 !important;
  }
  div.listradio-container.lg2 div.nf-field-element ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px !important;
  }
  div.listradio-container.lg2 div.nf-field-element ul li {
    width: 50%;
    padding: 8px !important;
    margin: 0 !important;
  }
}
.nf-error-msg {
  color: #C82630 !important;
}