@font-face {
  font-family: 'DIN Next LT';
  src: url('../Fonts/DIN-Next-LT-Regular.eot?#iefix');
  src: url('../Fonts/DIN-Next-LT-Regular.eot?#iefix') format('eot'),
    url('../Fonts/DIN-Next-LT-Regular.woff2') format('woff2'),
    url('../Fonts/DIN-Next-LT-Regular.woff') format('woff'),
    url('../Fonts/DIN-Next-LT-Regular.ttf') format('truetype'),
    url('../Fonts/DIN-Next-LT-Regular.svg#603bbbe6-a6ab-4b2e-9096-4803341f9a41') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'DIN Next LT';
  src: url('../Fonts/DIN-Next-LT-Bold.eot?#iefix');
  src: url('../Fonts/DIN-Next-LT-Bold.eot?#iefix') format('eot'),
    url('../Fonts/DIN-Next-LT-Bold.woff2') format('woff2'),
    url('../Fonts/DIN-Next-LT-Bold.woff') format('woff'),
    url('../Fonts/DIN-Next-LT-Bold.ttf') format('truetype'),
    url('../Fonts/DIN-Next-LT-Bold.svg#36ae914b-b535-47cd-b3d2-8c43073d8634') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'DIN Next LT';
  src: url('../Fonts/DIN-Next-LT-Condensed.eot?#iefix');
  src: url('../Fonts/DIN-Next-LT-Condensed.eot?#iefix') format('eot'),
    url('../Fonts/DIN-Next-LT-Condensed.woff2') format('woff2'),
    url('../Fonts/DIN-Next-LT-Condensed.woff') format('woff'),
    url('../Fonts/DIN-Next-LT-Condensed.ttf') format('truetype'),
    url('../Fonts/DIN-Next-LT-Condensed.svg#b2be45ad-0169-4c84-9fc9-66a0e9ebff0a') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'DIN Next LT';
  src: url('../Fonts/DIN-Next-LT-CondensedBold.eot?#iefix');
  src: url('../Fonts/DIN-Next-LT-CondensedBold.eot?#iefix') format('eot'),
    url('../Fonts/DIN-Next-LT-CondensedBold.woff2') format('woff2'),
    url('../Fonts/DIN-Next-LT-CondensedBold.woff') format('woff'),
    url('../Fonts/DIN-Next-LT-CondensedBold.ttf') format('truetype'),
    url('../Fonts/DIN-Next-LT-CondensedBold.svg#aabfdee7-da54-4fae-93d3-afae95449faa') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'DIN Next LT';
  src: url('../Fonts/DIN-Next-LT-BlackItalic.eot?#iefix');
  src: url('../Fonts/DIN-Next-LT-BlackItalic.eot?#iefix') format('eot'),
    url('../Fonts/DIN-Next-LT-BlackItalic.woff2') format('woff2'),
    url('../Fonts/DIN-Next-LT-BlackItalic.woff') format('woff'),
    url('../Fonts/DIN-Next-LT-BlackItalic.ttf') format('truetype');
  font-weight: 900;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: 'DIN Next LT', sans-serif;
  background: #f9f9f9;
  background: linear-gradient(135deg, #f9f9f9 0%, #d9dada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d9dada',GradientType=1 );
  color: #444867;
  font-size: 18px;
  /*min-height: 100vh;*/
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.BodyLogo {
  content: '';
  position: absolute;
  width: 820px;
  height: 820px;
  background-image: url('../Images/signet.svg');
  background-position: 150px 150px;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 65px;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}

.BodyLogo.is-active {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  body {
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}

ol {
  padding-left: 20px;
  list-style: none;
  counter-reset: li;
}

ol li {
  counter-increment: li;
}

ol li::before {
  content: counter(li);
  color: #0d72a7;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  font-weight: bold;
}

ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

ul li::before {
  content: '';
  display: block;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  background: #ffffff;
  border: 2px solid #0d72a7;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 0.45em;
}

a,
a:active,
a:focus {
  text-decoration: none;
  color: #0d72a7;
}

.Back {
  margin: 50px 0;
  display: inline-block;
  font-size: 22px;
}

.Back::before {
  border-top: 5px solid #0d72a7;
  border-right: 5px solid #0d72a7;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  display: inline-block;
}

a:hover {
  text-decoration: none;
  color: #c30f09;
}

a[href$='.pdf']::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('../Images/icons/pdf-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
  margin-right: 5px;
}

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

section {
  padding: 35px 0;
}

/* Highlight */
section.highlight-white {
  background: #ffffff;
  padding: 40px 50px;
  margin-top: 20px;
}

section.highlight-grey {
  background-color: #3d4040;
  color: #ffffff;
  padding: 30px 40px;
  margin: 10px 0;
}

section.highlight-grey li {
  margin-bottom: 15px;
}

section.highlight-grey h1,
.highlight-grey h2 {
  margin-bottom: 20px;
}

section.highlight-grey li::before {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-image: url('../Images/icons/Check.svg');
  background-size: auto;
  max-width: none;
  max-height: none;
  border: none;
  background-color: transparent;
  margin-top: 0;
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  section.highlight-white,
  section.highlight-grey {
    padding: 15px;
  }
}

/* ========== BUTTON ========== */
.Button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  background: #0d72a7;
  color: #ffffff;
  outline: 2px solid #ffffff;
  outline-offset: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.Button:hover,
.Button:active,
.Button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
  color: #ffffff;
  text-decoration: none;
  background: #a0123f;
}

/* ========== HEADINGS ========== */
h1,
h2 {
  font-size: 28px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
}

h1::after,
h2::after {
  content: '';
  display: block;
  height: 6px;
  width: 0;
  background: #bdd4df;
  bottom: 0;
  -webkit-transition: width 500ms ease-in 1s;
  transition: width 500ms ease-in 1s;
}

.scrolled h1::after,
.scrolled h2::after {
  width: 85px;
}

h3 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 10px;
  color: #3d4040;
}

h4 {
  font-size: 20px;
  font-stretch: condensed;
  font-weight: 400;
  color: #0d72a7;
  margin: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 24px;
  }
}

/* ========== PAGE WRAPPER / CONTENT ========== */
.PageWrapper {
  position: relative;
  z-index: 2;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 80px;
  -webkit-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
  min-height: 100vh;
}

.Sidebar-wrapper.is-active + main {
  margin-left: 280px;
}

.Content {
  margin: 25px auto;
  padding: 0 150px;
  max-width: 1700px;
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.has-bubble .Content > .neos-contentcollection > *:nth-of-type(1) {
  margin-right: calc(700px - (100vw - 1400px) / 2);
}

.has-bubble
  .Sidebar-wrapper.is-active
  + main
  .Content
  > .neos-contentcollection
  > *:nth-of-type(1) {
  margin-right: calc(840px - (100vw - 1400px) / 2);
}

@media screen and (max-width: 1850px) {
  .has-bubble
    .Sidebar-wrapper.is-active
    + main
    .Content
    > .neos-contentcollection
    > *:nth-of-type(1) {
    margin-right: 0;
  }
  .has-bubble .Sidebar-wrapper.is-active + main .Masthead-bubble {
    height: auto;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    background-size: 490px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 40px 50px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out 0.2s;
    transition: all 600ms ease-in-out 0.2s;
    max-width: 100%;
  }

  .has-bubble .Sidebar-wrapper.is-active + main .Masthead-bubble::before {
    display: none;
  }

  .has-bubble .Sidebar-wrapper.is-active + main .Masthead-title {
    left: 25px;
    bottom: 25px;
    max-width: calc(100% - 50px);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: calc(100% - 500px - 50px);
  }
}

@media screen and (max-width: 1650px) {
  .has-bubble
    .Sidebar-wrapper.is-active
    + main
    .Content
    > .neos-contentcollection
    > *:nth-of-type(1) {
    margin-right: 0;
  }
  .has-bubble .Content > .neos-contentcollection > *:nth-of-type(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .Content {
    padding: 0 30px;
  }
}

@media screen and (max-width: 992px) {
  .Sidebar-wrapper.is-active + main {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  main {
    margin-left: 0;
  }
}

/* ========== LANGUAGE SWITCHER ========== */
.LanguageSwitcher-country {
  position: relative;
  padding-left: 20px;
}

.LanguageSwitcher-country.current::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url('../Images/icons/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}

.LanguageSwitcher-country.normal {
  opacity: 0.4;
}

/* ========== SIDEBAR ========== */
.Sidebar-wrapper {
  width: 80px;
  background: #3d4040;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.Sidebar-wrapper.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 280px;
}

.Sidebar-wrapper::before {
  content: '';
  position: absolute;
  display: block;
  height: 5px;
  left: 0;
  width: 0;
  background: #d9dada;
  bottom: 80px;
  -webkit-transition: width 500ms ease-in;
  transition: width 500ms ease-in;
}

.Sidebar-wrapper::after {
  content: '';
  position: absolute;
  display: block;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d72a7;
}

.Sidebar-wrapper.scroll-led::before {
  width: 100%;
}

.Sidebar-activeLine {
  background: #0d72a7;
  width: 5px;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.Sidebar-wrapper:not(.is-active) .Sidebar-activeLine {
  height: 0 !important;
}

.Sidebar {
  padding: 0 25px;
  width: 280px;
  min-width: 280px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.Sidebar-wrapper.is-active .Sidebar {
  opacity: 1;
  pointer-events: all;
}

.Sidebar-toggle {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: none;
  border: none;
  outline: none;
}

.Sidebar-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #0d72a7;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.Sidebar-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.Sidebar-toggle span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.Sidebar-toggle span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.is-active .Sidebar-toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}

.is-active .Sidebar-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.is-active .Sidebar-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
  left: 5px;
}

.Sidebar-navigation {
  list-style: none;
  font-stretch: condensed;
}

.Sidebar-navigationItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.Sidebar-navigationItem::before {
  content: '';
  display: block;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 4px;
}

.Sidebar-navigationLink {
  color: #ffffff;
  font-size: 26px;
  display: block;
  width: 100%;
}

.Sidebar-navigationItem--current::before,
.Sidebar-navigationItem:hover::before {
  border: 2px solid #0d72a7;
}

.Sidebar-navigationItem--current .Sidebar-navigationLink,
.Sidebar-navigationLink:hover {
  color: #0d72a7;
  text-decoration: none;
}

.Sidebar-contact {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  padding: 0 0 0 15px;
  margin-top: 50px;
}

.Sidebar-wrapper .Sidebar-contact::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 6px;
  background-color: #0d72a7;
  height: 0;
  -webkit-transition: all 700ms ease-in 500ms;
  transition: all 700ms ease-in 500ms;
}

.Sidebar-wrapper.is-active .Sidebar-contact::before {
  height: 100%;
}

@media screen and (max-width: 650px) {
  .Sidebar-wrapper:not(.is-active) {
    background: none;
    pointer-events: none;
  }
  .Sidebar-toggle {
    margin: 35px auto;
    pointer-events: all;
  }
  .Sidebar-wrapper::before,
  .Sidebar-wrapper::after {
    display: none;
  }
}

/* ========== SOCIAL ========== */
.Social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
}

.Social-icon {
  width: 40px;
  margin: 8px;
}

/* ========== HEADER ========== */
.Header {
  width: 100%;
  background: #ffffff;
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Header-languageSwitcher {
  margin-right: auto;
}

.Header-logo {
  height: 65px;
  width: auto;
  margin-left: 15px;
}

.Header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d4040;
  list-style: none;
}

.Header-navigationLink {
  font-size: 18px;
  color: #3d4040;
  padding: 5px;
  margin: 0 10px;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.Header-navigationLink:hover {
  color: #0d72a7;
}

.Header-navigationItem--current .Header-navigationLink {
  color: #0d72a7;
}

@media screen and (max-width: 992px) {
  .Header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
  .Header-navigation {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .Header-navigation {
    display: block;
    text-align: center;
  }

  .Header-languageSwitcher {
    position: absolute;
    right: 15px;
  }

  .Header-logo {
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .Header-logo {
    margin-top: 80px;
  }
}
/* ========== FOOTER ========== */
.Footer {
  height: 75px;
  background: #0d72a7;
  position: relative;
}

.Footer::before {
  content: '';
  position: absolute;
  display: block;
  height: 5px;
  width: 0;
  left: 0;
  background: #3d4040;
  top: -10px;
  -webkit-transition: width 500ms ease-in 500ms;
  transition: width 500ms ease-in 500ms;
}

.Footer.scroll-led::before {
  width: 100%;
}

.Footer-navigation {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.Footer-navigationLink {
  color: #ffffff;
  font-size: 18px;
  padding: 5px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  position: relative;
}

.Footer-navigationLink::after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 0;
  background: #ffffff;
  -webkit-transition: width 300ms linear;
  transition: width 300ms linear;
}

.Footer-navigationLink:hover::after {
  width: 100%;
}

.Footer-navigationLink:hover {
  color: #ffffff;
}

@media screen and (max-width: 650px) {
  .Footer {
    height: auto;
  }
  .Footer-navigation {
    display: block;
    text-align: center;
  }
}

/* ========== MASTHEAD ========== */
.Masthead {
  display: block;
  width: 100%;
  position: relative;
}

.Masthead-image {
  height: 570px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.Masthead-video {
  height: 570px;
  width: 100%;
  overflow: hidden;
}

.Masthead-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.Masthead-title {
  position: absolute;
  bottom: 50px;
  left: 130px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 15px 30px;
  font-size: 75px;
  font-weight: 700;
  font-stretch: condensed;
  z-index: 1;
  /* max-width: 460px; */
  line-height: 1;
  text-transform: uppercase;
}

.Masthead-title--red {
  color: #0d72a7;
}

.Masthead-bubble {
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: 0;
  right: 145px;
  -webkit-transform: translateY(66%);
  transform: translateY(66%);
  background: url('../Images/signet-transparent.svg');
  background-color: rgba(255, 255, 255, 0.91);
  background-size: 490px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 100px 70px;
  font-size: 24px;
  font-stretch: condensed;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 600ms ease-in-out 0.2s;
  transition: all 600ms ease-in-out 0.2s;
}

.Masthead-bubble > ul li {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.Masthead-bubble.animation-start > ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Masthead-bubble > h2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

.Masthead-bubble.animation-start > h2 {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Masthead-bubble.animation-start {
  opacity: 1 !important;
}

.Masthead-bubble h2 {
  font-size: 34px;
  font-stretch: condensed;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
  color: #0d72a7;
  line-height: 36px;
}

@media screen and (max-width: 1650px) {
  .Masthead-bubble {
    height: auto;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    background-size: 490px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 40px 50px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out 0.2s;
    transition: all 600ms ease-in-out 0.2s;
    max-width: 100%;
  }

  .Masthead-title {
    left: 25px;
    bottom: 25px;
    max-width: calc(100% - 50px);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: calc(100% - 500px - 50px);
  }
}

@media screen and (max-width: 1400px) {
  .Masthead-title {
    position: relative;
    left: 0;
    bottom: auto;
    top: 0;
    min-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    border-top: 2px solid #444868;
    z-index: 2;
    background: #ffffff;
  }
  .Masthead-image,
  .Masthead-video {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .Masthead-bubble {
    padding: 15px;
    font-size: 20px;
  }
  .Masthead-title {
    font-size: 42px;
    padding: 20px 15px 15px 15px;
  }
  .Masthead-bubble h2 {
    font-size: 26px;
    line-height: 28px;
  }
}

/* ========== TEXT WITH IMAGE ========== */
.TextWithImage {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TextWithImage + .TextWithImage {
  margin-top: 50px;
}

.TextWithImage--dark {
  background: #3d4040;
  color: #ffffff;
}

.TextWithImage-title {
  position: relative;
}

.TextWithImage-link {
  display: block;
  width: 330px;
  text-align: center;
  padding: 15px;
  background: #0d72a7;
  color: #ffffff;
  outline: 2px solid #ffffff;
  outline-offset: 5px;
  margin-top: 50px;
  margin-left: auto;
  font-weight: 700;
  text-transform: uppercase;
}

.TextWithImage-link:hover,
.TextWithImage-link:active,
.TextWithImage-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
  color: #ffffff;
  text-decoration: none;
  background: #a0123f;
}

.TextWithImage-title::after {
  content: '';
  display: block;
  height: 6px;
  width: 85px;
  background: #bdd4df;
  bottom: 0;
}

.TextWithImage--dark .TextWithImage-title {
  color: #ffffff;
}

.TextWithImage-content {
  padding: 40px 40px 25px 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.TextWithImage-image {
  min-width: 430px;
  background-size: cover;
  min-height: 280px;
}

.TextWithImage-image--contained {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .TextWithImage {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .TextWithImage-content {
    padding: 40px 40px 25px 40px;
    min-width: 100%;
  }

  .TextWithImage-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    min-width: 100%;
  }

  .TextWithImage-link {
    width: 100%;
    margin-left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 992px) {
  .TextWithImage-content {
    padding: 20px;
  }

  .TextWithImage-image {
    min-height: 200px;
  }
}
/* ========== DOWNLOAD ========== */
.Downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}

.Download {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  padding: 25px 40px 40px 40px;
  margin: 15px;
  font-weight: 600;
  background: white;
}

.Download-line {
  background: #bbd2df;
  width: 90px;
  height: 5px;
  margin: 10px 0 20px -40px;
}

.Download-icon {
  margin-right: 15px;
  min-height: 55px;
  min-width: 50px;
  max-height: 55px;
  max-width: 50px;
}

.Download-link {
  color: #0d72a7;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

a.Download-link::before {
  height: 55px;
  width: 65px;
}

.Download-link:hover,
.Download-link:active,
.Download-link:focus {
  color: #0d72a7;
}

.Download-linkText {
  width: 100%;
}

/* ========== LINKS MIT ICON ========== */
.Links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

.Link {
  background: #ffffff;
  margin: 15px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 380px;
  flex: 1 0 380px;
  padding: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.Link:hover,
.Link:focus,
.Link:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.Link-icon {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-size: cover;
}

.Link-title {
  font-size: 18px;
  margin-top: 15px;
  color: #0d72a7;
  display: block;
  font-weight: 700;
}

.Link-title::after {
  content: '';
  display: block;
  background: #bbd2df;
  height: 6px;
  width: 50px;
  margin: 10px auto 0 auto;
}

/* ================= QUOTE ================== */
blockquote {
  position: relative;
  color: #0d72a7;
  padding: 25px 40px;
  margin: 20px 15%;
}

blockquote::before,
blockquote::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url('../Images/icons/quote.svg');
}

blockquote::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
}

blockquote::after {
  top: 0;
  right: 0;
}

blockquote cite {
  color: #0d72a7;
  margin-top: 10px;
  display: block;
  text-align: right;
}

blockquote cite::before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #0d72a7;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  blockquote {
    position: relative;
    color: #0d72a7;
    padding: 25px 40px;
    margin: 20px 0;
  }
}

/* ================= FEATURE BUTTONS ================== */
.FeatureButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
  position: relative;
}

.neos-backend .FeatureButtons > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.FeatureButton {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.FeatureButton:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.FeatureButton-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.FeatureButton-link {
  background: #ffffff;
  display: block;
  padding: 15px;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.FeatureButton-link img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: auto;
}

.FeatureButton--pdf .FeatureButton-link::before {
  display: none;
}

/* ================= OVERLAY CONTENT ================== */
.OverlayContent {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 800px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.975);
  padding: 25px;
  z-index: 999;
  outline: 3px solid #0d72a7;
  outline-offset: 5px;
  max-width: calc(100% - 50px);
  max-height: 0;
  overflow: hidden;
}

.OverlayContent h1::after,
.OverlayContent h2::after {
  width: 85px;
}

.OverlayContent video {
  max-width: 100%;
  height: auto;
}

.OverlayContent .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.OverlayContent .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.OverlayContent.is-open {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: calc(100vh - 50px);
  overflow: auto;
}

.OverlayContent-close {
  display: block;
  width: 15px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  margin: 0 auto 10px auto;
}

/* Section Animation */
.Content > .neos-contentcollection > section.neos-contentcollection {
  opacity: 0;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Content > .neos-contentcollection > section.neos-contentcollection.scrolled {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Content {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (max-width: 1280px) {
  .FeatureButtons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .FeatureButton {
    margin: 15px;
    min-width: calc(100% / 2 - 30px);
    max-width: calc(100% / 2 - 30px);
  }
}

@media screen and (max-width: 1000px) {
  .FeatureButtons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }

  .FeatureButton {
    margin: 15px;
    min-width: calc(100% / 1 - 30px);
    max-width: calc(100% / 1 - 30px);
  }
}

/* ================= SLIDER ================== */
.Slider {
  margin-top: 40px;
}

.Slider-image {
  height: 280px;
  display: block;
  background-position: center;
  background-size: cover;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230d72a7'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230d72a7'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0d72a7;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

/* ================= GALLERY ================== */
.Gallery-images {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Gallery-image {
  width: calc(100% / 5 - 20px);
  margin: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.Gallery-image:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 992px) {
  .Gallery-image {
    width: calc(100% / 4 - 20px);
  }
}

@media screen and (max-width: 768px) {
  .Gallery-image {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 400px) {
  .Gallery-image {
    width: calc(100% / 2 - 20px);
  }
}

/* ================== CERTIFICATES ====================== */
.Certificate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin: -15px;
}

.Certificate-element-wrapper {
  max-width: calc(100% / 4 - 30px);
  width: 100%;
  margin: 15px;
}

.Certificate {
  position: relative;
  margin-bottom: 60px;
  height: auto;
}

.Certificate-title {
  font-size: 18px;
  max-width: 85%;
  font-weight: 900;
  word-break: break-word;
  margin-bottom: 13px;
  font-style: italic;
}

.Certificate-info {
  position: absolute;
  right: 0;
  top: -5px;
  height: 35px;
  width: 35px;
  background: transparent;
  border: none;
}

.Certificate-imageWrapper {
  position: relative;
  background: #ffffff;
  padding: 20px;
  height: 400px;
  text-align: center;
}

.Certificate-image {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}

.Certificate-link {
  position: absolute;
  left: 50%;
  bottom: -37.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  width: 75px;
  border: none;
  border-radius: 50px;
  background-color: #0d72a7;
}

a.Certificate-link::before {
  display: none;
}

.Certificate-linkIcon {
  height: auto;
  width: 37px;
}

.Certificate-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.975);
  position: absolute;
  padding: 10px 30px 30px;
  width: 550px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 3px solid #0d72a7;
  outline-offset: 5px;
}

.Certificate-overlay--is-Open {
  display: block;
}

.Certificate-overlay-close {
  text-align: center;
  font-size: 35px;
  color: #0d72a7;
  cursor: pointer;
}

.Certificate-overlay-text {
  font-weight: 400;
  margin-top: 25px;
}

@media screen and (max-width: 1400px) {
  .Certificate-element-wrapper {
    max-width: calc(100% / 2 - 30px);
  }
}

@media screen and (max-width: 1085px) {
  .Certificate-element-wrapper {
    max-width: 100%;
  }
}

/* ======================== CONTACT PERSON =========================== */
.ContactPersons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.ContactPerson {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 275px;
  flex: 1 0 100%;
  max-width: calc(100% / 2 - 20px);
  margin: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  min-height: 250px;
}

.ContactPerson-name {
  margin: 0;
  margin-top: auto;
}

.ContactPerson-position {
  margin: 0;
  margin-bottom: 10px;
}

h4.ContactPerson-position::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: #bdd4df;
  bottom: 0;
  -webkit-transition: width 500ms ease-in 1s;
  transition: width 500ms ease-in 1s;
}

.scrolled h4.ContactPerson-position::after {
  width: 100%;
}

.ContactPerson-image {
  display: block;
  width: 280px;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}

.ContactPerson-data {
  padding: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ContactPerson-image--noImage {
  background-image: url('../Images/signet-transparent.svg');
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}

.ContactPerson-contact {
  font-size: 20px;
  font-stretch: condensed;
  min-height: 90px;
}

@media screen and (max-width: 1680px) {
  .ContactPerson-image {
    width: 200px;
  }
  .ContactPerson {
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 550px) {
  .ContactPerson {
    display: block;
  }
  .ContactPerson-image {
    width: 100%;
    padding-top: 100%;
  }
}

/* ======================== REFERENCES =========================== */
.Reference {
  display: block;
  width: calc(100% / 3 * 1 - 31px);
  margin: 15px;
}

.Reference-image {
  position: relative;
  height: 385px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.Reference--big {
  width: calc(100% / 3 * 2 - 31px);
}

.References {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

.Reference-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  width: 100%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.Reference--big .Reference-content {
  width: auto;
}

.Reference-title {
  font-size: 60px;
  font-weight: 700;
  font-stretch: condensed;
  font-style: normal;
  color: #0d72a7;
  margin-bottom: 0;
  line-height: 60px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.Reference-subtitle {
  font-weight: 900;
  font-style: italic;
  color: #3d4040;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .Reference {
    width: calc(100% / 2 * 1 - 30px);
  }

  .Reference--big {
    width: calc(100% / 2 * 2 - 30px);
  }
}

@media screen and (max-width: 800px) {
  .Reference {
    width: calc(100% - 30px);
  }

  .Reference--big {
    width: calc(100% - 30px);
  }

  .Reference-content {
    width: auto;
  }
  .Reference-title {
    font-size: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 600px) {
  .Reference-content {
    width: auto;
  }
}

/* ======================== STEPS =========================== */
.Steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin: -25px;
}

.Steps-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 25px;
}

.Steps-number {
  top: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 21px;
  font-weight: 900;
  font-style: italic;
  background: #0d72a7;
  color: #ffffff;
}

.Steps-image {
  max-width: 100%;
  height: auto;
}

.Steps-text {
  max-width: 100%;
  margin-top: 15px;
  font-size: 15px;
}

.on-over {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .Steps {
    display: block;
    margin: -25px 0;
  }

  .Steps-box {
    min-width: 100%;
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .Steps-image {
    max-width: 250px;
    height: auto;
  }

  .Steps-text {
    margin-top: 0;
    margin-left: 15px;
  }
}

@media screen and (max-width: 600px) {
  .Steps-box {
    min-width: 100%;
    margin: 25px 0;
    display: block;
  }

  .Steps-image {
    max-width: 100%;
    height: auto;
  }

  .Steps-text {
    margin: 0;
    margin-top: 10px;
  }
}

/* ======================== TIMELINE =========================== */
.Timeline {
  width: 100%;
  height: 100%;
}

.Timeline::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: #0d72a7;
  position: absolute;
  bottom: 100px;
}

.Timeline-year {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 65px;
  text-align: center;
  color: #0d72a7;
}

.Timeline-year::before {
  content: '';
  display: block;
  width: 3px;
  height: 30px;
  background: #0d72a7;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.Timeline .swiper-slide {
  text-align: center;
  font-size: 18px;
}

.Timeline-item {
  width: 100%;
  height: 285px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Timeline-item img {
  width: 100%;
  height: auto;
}

/* ======================== GOOGLE MAP =========================== */
.Map-wrapper {
  height: auto;
  position: relative;
  padding: 7px;
  border: 3px solid #ffffff;
}

#Map-container {
  height: 500px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Map-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 7px;
  bottom: 7px;
  min-width: 250px;
  border-right: 5px solid #0d72a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Map-contact {
  padding: 30px;
  min-width: 100%;
}

@media screen and (max-width: 992px) {
  .Map-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Map-overlay {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 768px) {
  .Map-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Map-overlay {
    border: none;
    width: 100%;
    min-width: 100%;
  }

  .Map-contact {
    padding: 20px;
  }
}

.Elevator {
  font-family: 'NeuzeitOfficeRound';
  font-weight: 300;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  right: 50px;
  bottom: 50px;
  font-size: 16px;
  width: 70px;
  height: 70px;
  padding: 15px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 5px solid #ffffff;
  background: #0d72a7;
  color: #ffffff;
  z-index: 999999;
}

.Elevator-arrow {
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 8px;
}

@media screen and (max-width: 1300px) {
  .Elevator {
    display: none;
  }
}

/* ========== CLEVERREACH ========== */
.error {
  display: block;
  color: #0d72a7;
}

input:not([type='checkbox']):not([type='submit']),
textarea {
  font-family: 'DIN Next LT', sans-serif;
  display: block;
  width: 100%;
  padding: 10px;
  color: #6c6c6c;
  margin: 10px 0;
  border: 1px solid #404040;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
}

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

textarea {
  resize: none;
  height: 110px;
}

input[type='submit'],
button[type='submit'] {
  position: relative;
  -webkit-appearance: none;
  background: #0d72a7;
  padding: 9px 25px;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 18px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  input {
    width: 100%;
    overflow: hidden;
  }
}

/* ========== FORM ELEMENTS ========== */
form ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

form ul li::before {
  display: none;
}

fieldset {
  border: none;
  padding: 0;
  max-width: 100%;
}

.input input:not([type='checkbox']),
.input textarea,
select {
  display: block;
  width: 100%;
  padding: 10px;
  color: #6c6c6c;
  margin: 10px 0;
  border: 1px solid #404040;
  font-size: 16px;
  border-radius: 0;
}

.input [type='checkbox'] {
  margin-bottom: 20px;
}
