.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: Arvo, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 140%;
}

a {
  color: #e7530e;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Arvo, sans-serif;
  font-weight: 400;
}

li {
  padding-bottom: 0.8em;
}

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

figcaption {
  margin-top: 5px;
  text-align: center;
}

.body {
  font-family: Arvo, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.section-header {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.header-background {
  height: 300px;
  background-color: #17296b;
}

.header-background.nav-admin-section {
  height: auto;
}

.header-background.nav-admin-section.custom {
  background-color: #fff;
}

.header-background.hero__front {
  position: relative;
  z-index: 500;
  overflow: hidden;
  height: 26vw;
}

.main-logo-container {
  width: 30%;
  margin-top: 30px;
}

.header-container {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.navbar-container {
  margin-top: 0px;
  font-family: Roboto;
  font-size: 1.2em;
  text-transform: uppercase;
}

.navbar {
  background-color: transparent;
}

.header-background-container {
  height: 300px;
}

.header-background-container.hero__container--front {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  height: 26vw;
  background-color: #17296b;
  opacity: 0.33;
}

.nav-item {
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.nav-item:hover {
  background-color: #e7530e;
  color: #fff;
}

.nav-item.w--current {
  background-color: #e7530e;
  color: #fff;
}

.nav-item.nav-admin-item {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav-item.nav-admin-item.w--current {
  background-color: #e7530e;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.nav-item.nav-admin-item.custom {
  color: #666;
  text-transform: uppercase;
}

.nav-item.nav-admin-item.custom:hover {
  background-color: transparent;
  color: #c00;
}

.header-backgorund-symbol {
  display: block;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.header-backgorund-symbol.hero__symbol--front {
  height: 26vw;
}

.section-content {
  z-index: 1000;
  background-color: #fff;
}

.heading {
  margin-top: 42px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: none;
}

.heading.heading-2 {
  margin-top: 0px;
}

.heading.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
}

.heading.heading-4 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.footer {
  display: block;
  margin-top: 50px;
  padding-bottom: 25vh;
  background-color: #d6d6d6;
}

.box {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 16px;
  border: 2px dashed #9b9999;
  border-radius: 10px;
  background-color: transparent;
}

.box.box-front-info {
  margin-top: 54px;
}

.box.box-input-info {
  border-style: solid none dotted;
  border-top-width: 0px;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #9b9999;
  border-radius: 0px;
  background-color: #fff;
}

.front-mask {
  position: absolute;
  width: 100%;
  height: 150px;
  background-color: rgba(36, 58, 138, 0.45);
}

.front-mask.front__mask--hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 250px;
}

.footer-container {
  padding-top: 26px;
}

.footer-container.custom {
  display: none;
}

.footer-address {
  display: block;
  font-family: Montserrat, sans-serif;
}

.link.link-footer {
  border-bottom: 1px dotted #000;
  color: #000;
}

.link.link-footer:hover {
  border-bottom: 1px none #000;
}

.button {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button:hover {
  background-color: #e7530e;
}

.button.submit {
  margin-top: 1em;
  background-color: #00912e;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-family: Arvo, sans-serif;
}

.button.submit:hover {
  background-color: #2dd161;
  opacity: 1;
}

.button.submit.form__button {
  font-size: 1.2rem;
}

.button.link-close-modal.color-orange {
  background-color: #e7530e;
}

.button.link-close-modal.color-green {
  margin-left: 10px;
  background-color: #00912e;
}

.form-success {
  border-style: none;
  background-color: #00912e;
  color: #fff;
  text-align: left;
}

.form-error {
  background-color: #e7530e;
  color: #fff;
}

.logo-partner {
  display: inline;
}

.nav-admin {
  background-color: transparent;
  color: transparent;
}

.nav-admin.custom {
  box-shadow: 0 4px 2px 1px #9b9999;
  text-transform: uppercase;
}

.nav-container-admin {
  color: #fff;
}

.nav-admin-menu {
  float: left;
}

.input-search {
  width: 50%;
}

.heading-2.heading {
  margin-top: 37px;
  margin-bottom: 20px;
}

.table-row.table-heading {
  margin-top: 18px;
  border-bottom: 1px solid #000;
}

.table-row.table-content {
  margin-top: 6px;
  border-bottom: 1px dashed #000;
}

.form-input {
  display: inline-block;
  width: 19%;
  margin-left: 20px;
  float: left;
}

.form-input.select-year {
  width: 12%;
}

.form-input.input-search {
  margin-left: 0px;
}

.form {
  margin-top: 1em;
}

.form.form-search {
  float: none;
  text-align: right;
}

.form-button {
  margin-bottom: 10px;
  margin-left: 16px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.form-button:hover {
  background-color: #e7530e;
}

.form-button.action-danger {
  margin-left: 16px;
  background-color: #e7530e;
}

.form-button.action-danger:hover {
  background-color: #db260d;
}

.form-button.action-good {
  background-color: #00912e;
}

.form-button.action-good:hover {
  background-color: #e7530e;
}

.table-heading {
  margin-bottom: 0px;
  font-weight: 700;
}

.table-content {
  margin-bottom: 0px;
  font-family: Arvo, sans-serif;
}

.table-content.action-col {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Arvo, sans-serif;
}

.listing-checkbox {
  float: left;
}

.icon-status {
  font-family: Aquastat, sans-serif;
  font-size: 20px;
}

.icon-status.status-pending {
  font-family: Aquastat, sans-serif;
  color: #db801d;
}

.icon-status.status-ok {
  font-family: Aquastat, sans-serif;
  color: #00912e;
}

.icon-status.status-waiting {
  font-family: Aquastat, sans-serif;
  color: #db260d;
}

.action-reminder {
  padding-right: 0px;
  padding-left: 6px;
  font-family: Aquastat, sans-serif;
  color: #4298e7;
  font-size: 24px;
}

.action-edit {
  padding-right: 6px;
  padding-left: 0px;
  font-family: Aquastat, sans-serif;
  color: #4298e7;
  font-size: 20px;
}

.icon-overview {
  font-family: Aquastat, sans-serif;
  font-weight: 400;
}

.icon-profile {
  font-family: Aquastat, sans-serif;
  font-weight: 400;
}

.icon-panel {
  font-family: Aquastat, sans-serif;
  font-weight: 400;
}

.icon-provider {
  font-family: Aquastat, sans-serif;
  font-weight: 400;
}

.icon-period {
  font-family: Aquastat, sans-serif;
  font-weight: 400;
}

.icon-reports {
  font-family: Aquastat, sans-serif;
  font-weight: 400;
}

.tabs-menu {
  font-family: Montserrat, sans-serif;
}

.tab-link {
  border-right: 1px solid #fff;
}

.tab-link.w--current {
  background-color: #e7530e;
  color: #fff;
}

.tab-link.location-locked {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  color: rgba(0, 0, 0, 0.3);
}

.tabs-content {
  margin-bottom: 2em;
  border: 1px solid #e2e2e2;
}

.tab-pane {
  margin-bottom: 5em;
  padding: 1em 1em 5em;
}

.input {
  margin-bottom: 1.5em;
  border-style: none;
  background-color: #ebebeb;
}

.input.select {
  border: 1px solid #d6d6d6;
}

.input.select.select-short {
  width: 200px;
}

.input.select.select-listing {
  width: 90%;
  float: left;
}

.input.short {
  width: 200px;
}

.input.inline {
  display: inline-block;
  width: 100px;
  margin-top: 21px;
  margin-right: 8px;
  margin-left: 8px;
}

.input.medium {
  width: 50%;
}

.input.textarea-big {
  min-height: 100px;
}

.input.input-entry {
  display: inline-block;
  width: 60%;
  float: none;
  clear: left;
  background-color: #ebebeb;
}

.input.input-entry.input-error {
  border: 1px solid #db260d;
}

.label {
  font-family: Arvo, sans-serif;
  font-weight: 400;
}

.label.inline {
  display: inline;
}

.label.space-above {
  margin-top: 30px;
}

.radio {
  margin-bottom: 0.5em;
}

.label-hide {
  display: none;
}

.icon {
  font-family: Aquastat, sans-serif;
}

.icon.close-modal {
  display: inline-block;
  font-size: 24px;
  line-height: 100%;
}

.icon.icon-nr1 {
  font-size: 24px;
}

.icon.icon-nr2 {
  font-size: 24px;
}

.icon.icon-abschluss {
  font-size: 24px;
}

.icon.icon-ok {
  color: #00912e;
}

.icon.icon-alert {
  color: #db260d;
}

.inline {
  display: inline;
}

.textarea-big {
  min-height: 200px;
}

.modal-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  height: 100%;
  padding-top: 10vh;
  background-color: rgba(0, 0, 0, 0.64);
}

.modal-window {
  display: block;
  overflow: auto;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 4px -3px #000;
}

.modal-window.modal-quittieren {
  display: none;
}

.modal-window.modal-information {
  display: none;
}

.nav-close {
  text-align: right;
}

.modal-close {
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.p-messagetext {
  padding: 16px;
  border: 1px solid #d6d6d6;
}

.overview-row.margin-bottom {
  margin-top: 0px;
  padding-bottom: 29px;
}

.icon-fullfill {
  margin-top: 8px;
  font-family: Aquastat, sans-serif;
  color: #d6d6d6;
  font-size: 50px;
}

.icon-fullfill.icon-fullfill-ok {
  color: #00912e;
}

.text-unit {
  display: inline-block;
  overflow: visible;
  width: 40%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  float: right;
}

.icon-info-label {
  font-family: Aquastat, sans-serif;
  color: #4298e7;
  font-size: 20px;
}

.icon-info-label.open-modal-info {
  cursor: pointer;
}

.icon-info-label.open-modal-info.open-modal {
  cursor: pointer;
}

.show-more-info {
  display: block;
  height: 0px;
  padding: 8px;
  border-radius: 10px;
  background-color: #ebebeb;
  opacity: 0;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.show-more-info.info1 {
  overflow: hidden;
}

.nav-title-location {
  display: inline-block;
  padding: 20px;
  font-family: Montserrat, sans-serif;
}

.nav-title-location.custom {
  color: #666;
}

.row-data-input {
  margin-bottom: 30px;
}

.more-info-link {
  display: inline-block;
  margin-bottom: 8px;
}

.dynamic-graph {
  margin-bottom: 20px;
}

.box-error1 {
  position: absolute;
  z-index: 2000;
  display: none;
  padding: 8px;
  border: 1px solid #e7530e;
  background-color: #fff;
}

.ul-overview {
  margin-bottom: 33px;
}

.text-partner {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.link-footer.link {
  margin-bottom: 10px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav__onepage {
  z-index: 1000;
}

.rte__content {
  font-family: Montserrat, sans-serif;
}

.rte__content h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 400;
  white-space: normal;
}

.rte__content p {
  margin-bottom: 30px;
  font-family: Arvo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.rte__content h2 {
  font-size: 2rem;
  line-height: 120%;
}

.rte__content h3 {
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 120%;
}

.rte__content ul {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 120%;
}

.rte__content figcaption {
  font-size: 1.2rem;
}

.rte__content a:hover {
  text-decoration: underline;
}

.section__content {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.image__hero {
  z-index: 200;
  width: 100%;
}

.list__nav--onepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.2rem;
}

.listitem__nav--onepage {
  margin-right: 0px;
  margin-left: 10px;
  padding-bottom: 0em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e7530e;
  font-size: 1.2rem;
}

.link__nav--onepage {
  display: block;
  padding: 5px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.link__nav--onepage:hover {
  background-color: #e7530e;
  color: #fff;
}

.link__withicon {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 120%;
}

.link__withicon:hover {
  text-decoration: underline;
}

.icon__link {
  position: relative;
  left: 0px;
  top: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-left: -30px;
  font-family: Aquastat, sans-serif;
  font-size: 1.8rem;
}

.icon__link:hover {
  text-decoration: none;
}

.icon__link.icon_rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.container__onepagenav {
  z-index: 1000;
  display: none;
  background-color: #fff;
}

.list__nav--language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.2rem;
}

.link__nav--language {
  display: block;
  padding: 5px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.link__nav--language:hover {
  background-color: #e7530e;
  color: #fff;
}

.cotnainer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link__logo {
  width: 48%;
  margin-bottom: 50px;
  padding-right: 2%;
}

.link__logo.link__logo--wide {
  width: 70%;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image__logo {
  max-height: 100px;
}

.header__section {
  font-size: 2rem;
  line-height: 120%;
}

.paragraph {
  margin-bottom: 0px;
}

.text__success {
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.text__error {
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.label__form {
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 400;
}

.form_textarea {
  font-size: 1.2rem;
}

.form__input {
  font-size: 1.2rem;
}

.container__faq {
  margin-top: 20px;
  margin-bottom: 50px;
}

.header__faq {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.text__faq {
  font-size: 1.5rem;
  font-weight: 400;
}

.wrapper_backtotop {
  margin-top: 50px;
  margin-bottom: 50px;
}

.form-block {
  margin-bottom: 100px;
}

/* Added by SCH 2020 */
.alert{
	position:relative;
	margin:25px auto;
	max-width:800px;
	padding:25px;
	background-color: #C0D2CD;
	font-size:15px;
}
.alert .sr-only, .alert .close{
	display:none; 
}

.question-form.autorule .do-autorule, 
.question-form.autorule .w-checkbox,
.question-form.autorule .icon-calc{
  display:none; 
}
.right label, .left label{
	padding:0;
	margin-top:30px;
	display:inline;
	position:relative; 
	top:3px;
}
.right label strong, .left label strong{
	padding:0;
	margin-top:30px;
	display:block;
}
.right form, .left form{
	margin:0;
}

/* Added by SCH 2024 */
.on-demand{
  display: none; 
}
.on-demand-show{
  display: block;
}
.on-demand-link{
  margin-left: 10px;
  padding: 25px 0;
}
.on-demand-delete:nth-child(2n) {
  display: none;
}

/* Added by SCH 2025 */
li.no-bullet{
    list-style-type: none; 
      margin-left: -15px;
}
.alert-danger{
  border: 2px solid red; 
}
a.nor{
  color: black !important; 
}
a.imp{
  color: red !important; 
}
a.black{
  color: black !important; 
}

@media (max-width: 991px) {
  a:hover {
    text-decoration: underline;
  }
  .section-header {
    position: relative;
    z-index: 1000;
  }
  .header-background.hero__front {
    z-index: 400;
    height: 30vw;
  }
  .main-logo-container {
    margin-top: 5px;
  }
  .navbar-container {
    margin-top: 10px;
  }
  .header-background-container.hero__container--front {
    height: 30vw;
  }
  .nav-item {
    text-decoration: none;
  }
  .nav-item:hover {
    text-decoration: none;
  }
  .nav-item.nav-admin-item:hover {
    text-decoration: none;
  }
  .header-backgorund-symbol.hero__symbol--front {
    height: 30vw;
  }
  .footer-address:hover {
    text-decoration: none;
  }
  .button {
    text-decoration: none;
  }
  .button:hover {
    text-decoration: none;
  }
  .button.link-close-modal:hover {
    text-decoration: none;
  }
  .icon-burger {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #000;
    font-size: 1.6em;
  }
  .button-burger {
    padding: 10px;
    background-color: transparent;
  }
  .button-burger.w--open {
    background-color: #fff;
  }
  .button-burger.admin-icon {
    float: left;
  }
  .button-burger.admin-icon.w--open {
    background-color: #17296b;
    color: #fff;
  }
  .nav-menu {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
  }
  .nav-admin {
    z-index: 50;
    display: block;
  }
  .nav-admin-menu {
    position: absolute;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #17296b;
  }
  .menu-admin-text {
    font-family: Montserrat, sans-serif;
  }
  .icon-chevron_left {
    display: inline-block;
    -webkit-transform: rotate(-29deg) rotate(-60deg);
    -ms-transform: rotate(-29deg) rotate(-60deg);
    transform: rotate(-29deg) rotate(-60deg);
    font-family: Aquastat, sans-serif;
  }
  .heading-2.heading {
    margin-top: 26px;
    margin-bottom: 9px;
  }
  .tab-link:hover {
    text-decoration: none;
  }
  .tab-link.w--current:hover {
    text-decoration: none;
  }
  .modal-background {
    padding-top: 50px;
  }
  .modal-window {
    width: 80%;
  }
  .nav__onepage {
    padding-right: 0px;
  }
  .section__content {
    margin-top: 0px;
  }
  .list__nav--onepage {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listitem__nav--onepage {
    margin-bottom: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .link__nav--onepage:hover {
    text-decoration: none;
  }
  .container__onepagenav {
    display: block;
  }
  .list__nav--language {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link__nav--language {
    font-size: 0.8rem;
  }
  .link__nav--language:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .header-background {
    height: auto;
  }
  .header-background.hero__front {
    height: 40vw;
  }
  .main-logo-container {
    width: 50%;
  }
  .header-container {
    position: relative;
    z-index: 10;
  }
  .navbar-container {
    position: relative;
    z-index: 50;
    overflow: visible;
  }
  .header-background-container {
    height: auto;
  }
  .header-background-container.hero__container--front {
    height: 40vw;
  }
  .header-backgorund-symbol {
    height: 100px;
  }
  .header-backgorund-symbol.hero__symbol--front {
    height: 40vw;
  }
  .heading {
    margin-top: 29px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 125%;
  }
  .heading.heading-3 {
    font-size: 20px;
    line-height: 125%;
  }
  .main-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .front-mask {
    height: 50px;
  }
  .logo-partner {
    margin-bottom: 18px;
  }
  .input-search {
    width: 100%;
  }
  .heading-2.heading {
    margin-top: 19px;
    margin-bottom: 8px;
  }
  .modal-background {
    padding-top: 0px;
  }
  .modal-window {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
    width: 100%;
  }
  .col-overview {
    padding-left: 34px;
  }
  .nav__onepage {
    padding-right: 5px;
    padding-left: 10px;
  }
  .rte__content p {
    font-size: 1.2rem;
  }
  .section__content {
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
  .list__nav--onepage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .listitem__nav--onepage {
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 1rem;
  }
  .link__nav--onepage {
    padding: 5px;
  }
  .link__nav--onepage.w--current {
    padding: 5px;
  }
  .list__nav--language {
    padding-left: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link__nav--language {
    padding: 5px;
  }
  .link__nav--language.w--current {
    padding: 5px;
  }
  .link__logo.link__logo--wide {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 1.4rem;
    line-height: 120%;
  }
  .header-background.hero__front {
    height: 60vw;
  }
  .main-logo-container {
    width: 70%;
    margin-top: 6px;
  }
  .header-container {
    font-size: 1.2rem;
  }
  .header-background-container.hero__container--front {
    height: 60vw;
  }
  .header-backgorund-symbol.hero__symbol--front {
    height: 60vw;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 110%;
  }
  .heading.heading-3 {
    font-size: 20px;
  }
  .heading.heading-4 {
    font-size: 16px;
  }
  .heading-2.heading {
    margin-top: 25px;
    margin-bottom: 17px;
    font-size: 20px;
  }
  .tab-pane {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-overview {
    padding-left: 40px;
  }
  .nav__onepage {
    padding-right: 2px;
  }
  .rte__content h4 {
    font-size: 1.2rem;
  }
  .rte__content p {
    font-size: 1rem;
  }
  .rte__content h2 {
    font-size: 1.4rem;
  }
  .rte__content h3 {
    font-size: 1.2rem;
  }
  .rte__content ul {
    padding-left: 20px;
    font-size: 1rem;
  }
  .rte__content figcaption {
    font-size: 0.8rem;
  }
  .rte__content img {
    width: 100%;
  }
  .section__content {
    margin-top: 0px;
  }
  .image__hero {
    width: 200%;
    max-width: 200%;
  }
  .listitem__nav--onepage {
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .link__nav--onepage {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8rem;
  }
  .link__nav--onepage.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .link__withicon {
    font-size: 1rem;
  }
  .icon__link {
    font-size: 1.6rem;
  }
  .link__nav--language {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8rem;
  }
  .link__nav--language.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .link__logo {
    width: 100%;
    padding-right: 0%;
  }
  .link__logo.link__logo--wide {
    width: 70%;
    padding-top: 50px;
  }
  .header__section {
    font-size: 1.4rem;
  }
}

@font-face {
  font-family: 'Aquastat';
  src: url('../fonts/aquastat.eot') format('embedded-opentype'), url('../fonts/aquastat.woff') format('woff'), url('../fonts/aquastat.ttf') format('truetype'), url('../fonts/aquastat.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}