html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

address, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  font-style: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  display: inline-block;
  font-size: 0.8em;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
  transition: all 0.15s ease-in-out 0s;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.5rem #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.4rem;
  height: 4.4rem;
}

@media (max-width: 748px) {
  .flickity-prev-next-button {
    display: none;
  }
}

.flickity-prev-next-button.previous {
  left: 1rem;
}

.flickity-prev-next-button.next {
  right: 1rem;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 1rem;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 1rem;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -4rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.8rem;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.cookieBar {
  display: none;
  position: fixed;
  z-index: 9999;
  justify-content: center;
  width: 100%;
}

@media (max-width: 748px) {
  .cookieBar {
    bottom: 0;
  }
}

@media (min-width: 749px) {
  .cookieBar {
    bottom: 2vh;
  }
}

.cookieBar .message {
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 748px) {
  .cookieBar .message {
    font-size: 0.9em;
    bottom: 0;
    padding: 2rem 2rem 3rem;
  }
}

@media (min-width: 749px) {
  .cookieBar .message {
    font-size: 0.9em;
    bottom: 2vh;
    padding: 1rem 2rem;
  }
}

.cookieBar .message .text a {
  color: #429C26;
  text-decoration: underline;
}

.cookieBar .message .cookieCloseButton {
  margin-left: 2rem;
  color: #429C26;
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 748px) {
  .cookieBar .message .cookieCloseButton {
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 749px) {
  .cookieBar .message .cookieCloseButton {
    width: 2rem;
    height: 2rem;
  }
}

.cookieBar .message .cookieCloseButton:hover {
  opacity: 1;
}

.cookieBar .message .cookieCloseButton svg {
  width: 100%;
  height: 100%;
}

.widget-top-title {
  padding: 10px;
  font-family: 'vag-rundschrift-d', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.widget-top {
  display: flex;
  padding: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #55BCCB;
  color: #FFFFFF;
}

.widget-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.widget-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: 'vag-rundschrift-d', 'Arial', sans-serif;
  font-size: 24px;
  padding: 22px;
  font-weight: 400;
  color: #55BCCB;
}

.widget {
  color: #606060;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  z-index: 999;
  margin: auto;
}

.widget-btn {
  white-space: nowrap;
}

.widget-btn a {
  text-decoration: none !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  padding: 14px 18px;
  border-radius: 5px;
  border: 1.5px solid #FFFFFF;
  background-color: #E9636F;
  font-family: 'Nunito Sans', 'Arial', sans-serif;
  font-weight: 800;
}

.widget-btn a:hover {
  background-color: #e33645;
}

.widget-content-lines svg {
  color: #55BCCB;
  padding-top: 16px;
  width: 30px;
  min-width: 30px;
  height: 60px;
  min-height: 60px;
}

.widget-lines {
  display: flex;
  flex-direction: row;
}

.widget-content-lines div {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-lines strong {
  color: #55BCCB;
}

@media screen and (max-width: 364px) {
  .widget-content-lines svg {
    padding-top: 35px;
  }
}

@media screen and (max-width: 597px) {
  .widget-content-lines svg {
    padding-top: 25px;
  }
}

@font-face {
  font-family: "Schulbuch";
  src: url("/fonts/SchulbuchNord/SchulbuchNord-Fett.woff2") format("woff2"), url("/fonts/SchulbuchNord/SchulbuchNord-Fett.woff") format("woff"), url("/fonts/SchulbuchNord/SchulbuchNord-Fett.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #4d4d4d;
  background: white;
  overflow-x: hidden;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a, button, .button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

video {
  width: 100%;
  height: auto;
}

iframe {
  border: none;
}

hr {
  border: none;
  border-top: 1px solid #e6e6e6;
}

hr:before, hr:after {
  content: " ";
  display: table;
}

hr:after {
  clear: both;
}

@media (max-width: 748px) {
  hr {
    margin: 1.5rem 0;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  hr {
    margin: 2rem 0;
  }
}

@media (min-width: 961px) {
  hr {
    margin: 2.5rem 0;
  }
}

table {
  width: 100%;
  max-width: 100%;
}

table thead > tr > th,
table thead > tr > td,
table tbody > tr > th,
table tbody > tr > td,
table tfoot > tr > th,
table tfoot > tr > td {
  padding: 1rem 1rem 1rem 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}

table thead > tr > th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th, table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #e6e6e6;
}

.container {
  position: relative;
  margin: auto;
  max-width: 130rem;
}

@media (max-width: 748px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 350px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1101px) {
  .container {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.blocks-2 {
  display: flex;
  flex-wrap: wrap;
}

.blocks-2 .block {
  margin-bottom: 3rem;
}

@media (max-width: 748px) {
  .blocks-2 .block {
    margin-right: 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .blocks-2 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .blocks-2 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 1101px) {
  .blocks-2 .block {
    margin-right: 4rem;
  }
}

@media (max-width: 748px) {
  .blocks-2 .block {
    width: calc((6 * (100% - (11 * 2rem)) / 12) + 10rem);
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .blocks-2 .block {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .blocks-2 .block {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 1101px) {
  .blocks-2 .block {
    width: calc((6 * (100% - (11 * 4rem)) / 12) + 20rem);
  }
}

.blocks-2 .block:nth-child(2n+2) {
  margin-right: 0;
}

.blocks-3 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 748px) {
  .blocks-3 .block {
    margin-bottom: 3rem;
    width: 100%;
  }
}

@media (min-width: 749px) {
  .blocks-3 .block {
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .blocks-3 .block {
    margin-right: 2rem;
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .blocks-3 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .blocks-3 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .blocks-3 .block {
    margin-right: 4rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .blocks-3 .block {
    width: calc((4 * (100% - (11 * 2rem)) / 12) + 6rem);
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .blocks-3 .block {
    width: calc((4 * (100% - (11 * 3rem)) / 12) + 9rem);
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .blocks-3 .block {
    width: calc((4 * (100% - (11 * 3rem)) / 12) + 9rem);
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .blocks-3 .block {
    width: calc((4 * (100% - (11 * 4rem)) / 12) + 12rem);
  }
}

@media (min-width: 749px) {
  .blocks-3 .block:nth-child(3n+3) {
    margin-right: 0;
  }
}

.blocks-4 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 748px) {
  .blocks-4 .block {
    margin-bottom: 3rem;
    width: 100%;
  }
}

@media (min-width: 749px) {
  .blocks-4 .block {
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .blocks-4 .block {
    margin-right: 2rem;
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .blocks-4 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .blocks-4 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .blocks-4 .block {
    margin-right: 4rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .blocks-4 .block {
    width: calc((3 * (100% - (11 * 2rem)) / 12) + 4rem);
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .blocks-4 .block {
    width: calc((3 * (100% - (11 * 3rem)) / 12) + 6rem);
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .blocks-4 .block {
    width: calc((3 * (100% - (11 * 3rem)) / 12) + 6rem);
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .blocks-4 .block {
    width: calc((3 * (100% - (11 * 4rem)) / 12) + 8rem);
  }
}

@media (min-width: 749px) {
  .blocks-4 .block:nth-child(4n+4) {
    margin-right: 0;
  }
}

.blocks-6 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 748px) {
  .blocks-6 .block {
    margin-bottom: 3rem;
    width: 100%;
  }
}

@media (min-width: 749px) {
  .blocks-6 .block {
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .blocks-6 .block {
    margin-right: 2rem;
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .blocks-6 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .blocks-6 .block {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .blocks-6 .block {
    margin-right: 4rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .blocks-6 .block {
    width: calc((2 * (100% - (11 * 2rem)) / 12) + 2rem);
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .blocks-6 .block {
    width: calc((2 * (100% - (11 * 3rem)) / 12) + 3rem);
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .blocks-6 .block {
    width: calc((2 * (100% - (11 * 3rem)) / 12) + 3rem);
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .blocks-6 .block {
    width: calc((2 * (100% - (11 * 4rem)) / 12) + 4rem);
  }
}

@media (min-width: 749px) {
  .blocks-6 .block:nth-child(6n+6) {
    margin-right: 0;
  }
}

h1, .h1 {
  margin: 0;
  font-family: "Schulbuch", Arial, sans-serif;
  font-weight: 700;
}

@media (max-width: 748px) {
  h1, .h1 {
    margin-bottom: 2rem;
    margin-left: -0.2rem;
    letter-spacing: -0.07rem;
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  h1, .h1 {
    margin-bottom: 3rem;
    margin-left: -0.3rem;
    letter-spacing: -0.07rem;
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  h1, .h1 {
    margin-bottom: 3vh;
    margin-left: -0.3rem;
    letter-spacing: -0.08rem;
    font-size: 7rem;
    line-height: 1;
  }
}

@media (min-width: 1101px) {
  h1, .h1 {
    margin-bottom: 3vh;
    margin-left: -0.3rem;
    letter-spacing: -0.09rem;
    font-size: 7.5rem;
    line-height: 1;
  }
}

h1:last-child, .h1:last-child {
  margin-bottom: 0 !important;
}

h2, .h2 {
  margin: 0;
  font-family: "Schulbuch", Arial, sans-serif;
  font-weight: 700;
}

@media (max-width: 748px) {
  h2, .h2 {
    margin-bottom: 0.3em;
    letter-spacing: -0.05rem;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  h2, .h2 {
    margin-bottom: 0.3em;
    margin-left: -0.2rem;
    letter-spacing: -0.05rem;
    font-size: 3.3rem;
    line-height: 1.2;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  h2, .h2 {
    margin-bottom: 0.3em;
    margin-left: -0.2rem;
    letter-spacing: -0.05rem;
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 1101px) {
  h2, .h2 {
    margin-bottom: 0.3em;
    margin-left: -0.2rem;
    letter-spacing: -0.05rem;
    font-size: 3.8rem;
    line-height: 1.2;
  }
}

h3, .h3 {
  margin: 0;
  font-family: "Schulbuch", Arial, sans-serif;
  letter-spacing: -0.05rem;
  font-weight: 700;
}

@media (max-width: 748px) {
  h3, .h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  h3, .h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  h3, .h3 {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

@media (min-width: 1101px) {
  h3, .h3 {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "Schulbuch", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
}

p {
  margin: 0;
  margin-bottom: 2rem;
}

strong, b {
  font-weight: 700;
}

a:not(.button) {
  color: inherit;
  text-decoration: none;
  outline: none;
}

input,
textarea {
  display: block;
  width: 100%;
  border: 0.2rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem 1.2rem;
  border-radius: 0.4rem;
  background-image: linear-gradient(to bottom, #fafafa 0%, white 100%);
  transition: border-color 0.15s ease-in-out 0s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

input:hover, input:focus,
textarea:hover,
textarea:focus {
  outline: none;
  border-color: #b3b3b3;
}

input[disabled], input[readonly],
textarea[disabled],
textarea[readonly] {
  background: #f2f2f2 !important;
  font-style: italic;
  color: #999999;
}

input[disabled]:hover, input[disabled]:focus, input[readonly]:hover, input[readonly]:focus,
textarea[disabled]:hover,
textarea[disabled]:focus,
textarea[readonly]:hover,
textarea[readonly]:focus {
  outline: none;
  border-color: #e6e6e6;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], textarea {
  -webkit-appearance: none;
}

@media (max-width: 960px) {
  input[type="date"] {
    height: 4rem;
  }
}

label.radiobutton {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0.8rem 0 !important;
}

label.radiobutton:hover .indicator, label.radiobutton:focus .indicator {
  background: #f2f2f2;
}

label.radiobutton.inline {
  display: inline-block !important;
  margin-right: 2rem;
}

label.radiobutton input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

label.radiobutton input:checked ~ .indicator {
  background: white;
}

label.radiobutton input:checked ~ .indicator:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

label.radiobutton input:disabled ~ .indicator {
  background: #f2f2f2 !important;
  opacity: 0.4;
  cursor: not-allowed;
}

label.radiobutton input:disabled ~ .text {
  opacity: 0.4;
  cursor: not-allowed;
}

label.radiobutton .indicator {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
  border: 1px solid gray;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  border-radius: 50%;
  transition: all 0.15s ease-in-out 0s;
}

label.radiobutton .indicator:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.2rem;
  width: 1.2rem;
  background: #429C26;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  border-radius: 50%;
  transition: all 0.15s ease-in-out 0s;
}

label.radiobutton .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

label.checkbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0.8rem 0 !important;
}

label.checkbox:hover .indicator {
  background: #f2f2f2;
}

label.checkbox input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

label.checkbox input:checked ~ .indicator {
  background: #429C26;
  border-color: #429C26;
}

label.checkbox input:checked ~ .indicator:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(0, -50%) scale(1);
          transform: rotate(45deg) translate(0, -50%) scale(1);
}

label.checkbox input:disabled ~ .indicator {
  background: #f2f2f2 !important;
  opacity: 0.4;
  cursor: not-allowed;
}

label.checkbox input:disabled ~ .text {
  opacity: 0.4;
  cursor: not-allowed;
}

label.checkbox .indicator {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
  border: 1px solid gray;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  border-radius: 0.2rem;
  transition: all 0.15s ease-in-out 0s;
}

label.checkbox .indicator:after {
  content: "";
  position: absolute;
  left: 12%;
  top: 30%;
  width: 0.7rem;
  height: 1.2rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg) translate(0, -50%) scale(0.5);
          transform: rotate(45deg) translate(0, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
}

label.checkbox .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.customSelect {
  position: relative;
}

.customSelect select {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 1.1rem 1.5rem 1.2rem;
  cursor: pointer;
  background-image: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  transition: all 0.15s ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.customSelect select::-ms-expand {
  display: none;
}

.customSelect select:hover, .customSelect select:focus {
  outline: none;
  border-color: #b3b3b3;
}

.customSelect:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 42%;
  width: 1rem;
  height: 1rem;
  border: solid #999999;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg) translate(0, -50%) scale(1);
          transform: rotate(45deg) translate(0, -50%) scale(1);
  pointer-events: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}

.customSelect:hover:after {
  border-color: #1a1a1a;
}

.fileUpload {
  background: #f7f7f7;
  padding: 2rem 3rem 2.3rem;
  text-indent: -0.5rem;
}

.parsleyForm ul.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 !important;
}

.parsleyForm ul.parsley-errors-list li {
  display: block;
  color: #FD4239;
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  align-items: flex-start;
  justify-content: center;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.popup.js-show {
  display: flex;
}

.popup.js-animate {
  background: rgba(0, 0, 0, 0.5);
}

.popup.js-animate .window {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.popup .window {
  position: relative;
  z-index: 888;
  width: auto;
  min-width: 30rem;
  max-width: 50rem;
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  max-width: 40rem;
  text-align: left;
  background: white;
  border-radius: 0.6rem;
  box-shadow: 0 0 7rem rgba(0, 0, 0, 0.4);
  transition: all 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media (max-width: 748px) {
  .popup .window .popupContents {
    padding: 0 2rem 3rem;
  }
}

@media (min-width: 749px) {
  .popup .window .popupContents {
    padding: 0 3rem 3rem;
  }
}

.popup .window .popupContents p, .popup .window .popupContents small {
  line-height: 1.3;
}

.popup .window .popupContents .locationButton {
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem;
  font-weight: 500;
}

.popup .window .popupContents .locationButton svg {
  position: relative;
  top: auto;
  right: auto;
  order: 1;
  margin-right: 0.5em;
  color: #0097D6;
  width: 1.5rem;
  height: 1.5rem;
}

.popup .window .popupContents .locationButton span {
  color: #0097D6;
}

.popup .window .popupContents .buttons {
  text-align: center;
  margin-top: 2rem;
}

.popup .window .popupContents .buttons .button.large {
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}

.popup .window .popupContents .locationButtons .button {
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 500;
}

.popup .window .popupContents .form {
  margin-bottom: 2rem;
}

.popup .window .popupContents .form form {
  position: relative;
  display: block;
}

.popup .window .popupContents .form form input {
  letter-spacing: 0.3rem;
  font-size: 3rem;
  line-height: 1;
}

.popup .window .popupContents .form form .button {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
}

.popup .window .popupContents .form form .parsley-errors-list {
  text-align: center;
}

.popup .window .popupContents .notification {
  color: #FD4239;
}

.popup .window .header {
  position: relative;
  height: 5rem;
}

.popup .window .header .closeButton {
  color: #4d4d4d;
}

.arabic {
  text-align: right;
  direction: rtl;
}

.noticeBar {
  display: block;
  width: 100%;
  position: relative;
  background: #FD4239;
  color: white;
  overflow: hidden;
  opacity: 0;
}

.noticeBar .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.noticeBar .text {
  white-space: nowrap;
  line-height: 1;
  padding: 0.5rem 2rem 0.8rem;
  text-align: center;
}

@media (max-width: 748px) {
  .noticeBar .text {
    font-size: 0.9em;
    width: 200%;
    position: relative;
    left: 100%;
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%);
    -webkit-animation-name: "textscroll";
            animation-name: "textscroll";
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@media (min-width: 749px) and (max-width: 1100px) {
  .noticeBar .text {
    font-size: 0.8em;
  }
}

@media (min-width: 1101px) {
  .noticeBar .text {
    font-size: 0.9em;
  }
}

.noticeBar .text a {
  text-decoration: underline;
}

.emergencyBanner {
  text-align: center;
}

@media (max-width: 748px) {
  .emergencyBanner {
    padding: 2rem;
    background: #FD4239;
    color: white;
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) {
  .emergencyBanner {
    font-size: 1.1em;
    padding: 2.5rem 3rem;
    background: #FD4239;
    color: white;
    margin-bottom: 5rem;
  }
}

.emergencyBanner a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}

.backgroundGray {
  background: #F3F2EA;
}

.backgroundSoftblue {
  background: #EDF2F6;
}

@media (max-width: 748px) {
  .backgroundBlueGray {
    background: #F3F2EA;
  }
}

@media (min-width: 749px) {
  .backgroundBlueGray {
    background: linear-gradient(to right, #0097D6 50%, #F3F2EA 50%);
  }
}

@media (max-width: 748px) {
  .backgroundGrayBlue {
    background: #F3F2EA;
  }
}

@media (min-width: 749px) {
  .backgroundGrayBlue {
    background: linear-gradient(to right, #F3F2EA 50%, #0097D6 50%);
  }
}

.js-dropdown {
  display: inline-block;
  position: relative;
}

.js-dropdown.is-active .js-button + .js-panel {
  display: block;
}

.js-dropdown .js-panel {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: auto;
  background: white;
  color: #4d4d4d;
  overflow: hidden;
  width: 100vw;
  line-height: 1.2;
  font-size: 1.4rem;
  line-height: 1.3;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 748px) {
  .js-dropdown .js-panel {
    max-width: 17rem;
    padding: 1.5rem 1.5rem 2rem;
  }
}

@media (min-width: 749px) and (max-width: 1100px) {
  .js-dropdown .js-panel {
    max-width: 20rem;
    padding: 1.5rem 2.5rem 2rem;
  }
}

.js-dropdown .js-panel.left {
  right: 0;
}

.js-dropdown .js-panel.right {
  left: 0;
}

.js-dropdown .js-panel.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.js-dropdown .js-panel:hover {
  display: block;
}

.js-dropdown .js-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.js-revealMe {
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.js-revealMe.js-revealed {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-toggle .more {
  display: block;
}

.js-toggle .less {
  display: none;
}

.js-toggle.active .more {
  display: none;
}

.js-toggle.active .less {
  display: block;
}

.js-toggleMe {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-in-out 0s;
}

.js-toggleMe.show {
  max-height: 200rem;
  margin: inherit;
  transition: max-height 0.5s ease-in-out 0s;
}

.tabContainer:before, .tabContainer:after {
  content: " ";
  display: table;
}

.tabContainer:after {
  clear: both;
}

.tabContainer .tabs:before, .tabContainer .tabs:after {
  content: " ";
  display: table;
}

.tabContainer .tabs:after {
  clear: both;
}

.tabContainer .tabs a {
  display: block;
  position: relative;
  float: left;
  color: black;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 1rem 2rem;
  margin-right: -1px;
  text-decoration: none !important;
  transition: all 0.15s ease-in-out 0s;
}

.tabContainer .tabs a:hover {
  background: #fafafa;
}

.tabContainer .tabs a.js-active {
  background: #f2f2f2;
}

.tabContainer .tabs a.js-active:before {
  width: 0rem;
  height: 0rem;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1px;
  content: '';
}

.tabContainer .tabs a.js-active:after {
  width: 0rem;
  height: 0rem;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #f2f2f2 transparent transparent transparent;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1px;
  content: '';
}

.tabContainer .panels {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border: 1px solid #e6e6e6;
  margin-top: -1px;
}

.tabContainer .panels .panel {
  display: none;
  padding: 3rem;
}

.tabContainer .panels .panel.js-active {
  display: block;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (max-width: 748px) {
  .breadcrumb {
    margin: 0 0 2rem -1rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .breadcrumb {
    margin: 0 0 2rem -1rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .breadcrumb {
    margin: 0 0 2rem -1rem;
  }
}

@media (min-width: 1101px) {
  .breadcrumb {
    margin: 0 0 2rem -1rem;
  }
}

.breadcrumb li a {
  position: relative;
  display: block;
  color: #999999;
  padding: 0 1rem;
  transition: all 0.15s ease-in-out 0s;
}

.breadcrumb li a:hover {
  color: black;
  text-decoration: underline;
}

.button {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none !important;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  font-weight: 400;
  transition: all 0.15s ease-in-out 0s;
  border: 0.2rem solid transparent;
  border-radius: 0.6rem;
  line-height: 1.2 !important;
  text-align: left;
}

.button:focus {
  outline-width: 0;
  outline: none;
}

.button span {
  order: 2;
}

.button span.nowrap {
  white-space: nowrap;
}

.button:disabled {
  pointer-events: none;
  background: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #b3b3b3 !important;
}

.button.has-icon {
  padding-right: 2.3em !important;
}

.button.has-icon svg {
  position: absolute;
  order: 3;
  right: 1em;
  width: 0.8em;
  height: 0.8em;
}

.button.has-arrowIcon {
  padding-right: 3.5em !important;
}

.button.has-arrowIcon .arrowIcon {
  position: absolute;
  order: 3;
  right: 1.1rem;
  margin-top: 0.1rem;
}

.button.has-arrowIcon .arrowIcon svg {
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 748px) {
  .button.mini {
    font-size: 1.6rem !important;
    padding: 0.3rem 1.5rem 0.6rem;
  }
}

@media (min-width: 749px) {
  .button.mini {
    padding: 0.3rem 1.5rem 0.6rem;
    font-size: 1.8rem !important;
  }
}

.button.small {
  padding: 0.8rem 1.5rem 0.9rem;
  font-size: 1.5rem !important;
}

.button.medium {
  padding: 1.1rem 2rem 1.2rem;
  font-size: 1.8rem !important;
}

.button.large {
  padding: 1.4rem 2rem 1.6rem;
}

@media (max-width: 748px) {
  .button.large {
    width: 100%;
    font-size: 2rem !important;
  }
}

@media (min-width: 749px) {
  .button.large {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 748px) {
  .button.xlarge {
    padding: 1.8rem 2.5rem 2.4rem;
    font-size: 1.4em !important;
  }
}

@media (min-width: 749px) {
  .button.xlarge {
    padding: 2.2rem 4rem 2.6rem;
    font-size: 1.6em !important;
  }
}

.button.full.white {
  background: white;
  border-color: white;
  color: #0097D6;
  opacity: 1;
}

@media (min-width: 1101px) {
  .button.full.white:hover {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: white;
  }
}

@media (max-width: 1100px) {
  .button.full.white:active {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: white;
  }
}

@media (min-width: 1101px) {
  .button.full.white:active {
    background: black !important;
    border-color: black !important;
    color: white;
  }
}

.button.full.gray {
  background: #F3F2EA;
  border-color: #F3F2EA;
  color: #4d4d4d;
}

@media (min-width: 1101px) {
  .button.full.gray:hover {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: white;
  }
}

@media (max-width: 1100px) {
  .button.full.gray:active {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: white;
  }
}

@media (min-width: 1101px) {
  .button.full.gray:active {
    background: black !important;
    border-color: black !important;
    color: white;
  }
}

.button.full.transparent {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

@media (min-width: 1101px) {
  .button.full.transparent:hover {
    background: rgba(0, 0, 0, 0.8);
    color: white;
  }
}

@media (max-width: 1100px) {
  .button.full.transparent:active {
    background: rgba(0, 0, 0, 0.8);
    color: white;
  }
}

@media (min-width: 1101px) {
  .button.full.transparent:active {
    background: rgba(0, 0, 0, 0.8);
    color: white;
  }
}

.button.full.softblue {
  background: #EDF2F6;
  border-color: transparent;
  color: #4d4d4d !important;
}

@media (min-width: 1101px) {
  .button.full.softblue:hover {
    background: rgba(129, 155, 170, 0.25);
  }
}

.button.full.softblue:active {
  background: rgba(129, 155, 170, 0.4);
}

.button.full.redfill {
  background: #FD4239;
  border-color: transparent;
  color: white !important;
}

.button.full.redfill.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}

@media (min-width: 1101px) {
  .button.full.redfill:hover {
    background: #fc1207;
  }
}

.button.full.redfill:active {
  background: rgba(253, 66, 57, 0.9);
}

.button.full.blue {
  background: #0097D6;
  border-color: #0097D6;
  color: white !important;
}

@media (min-width: 1101px) {
  .button.full.blue:hover {
    background: #006DA8;
    border-color: #006DA8;
  }
}

@media (max-width: 1100px) {
  .button.full.blue:active {
    background: #006DA8;
    border-color: #006DA8;
  }
}

@media (min-width: 1101px) {
  .button.full.blue:active {
    background: black !important;
    border-color: black !important;
  }
}

.button.full.green {
  background: #429C26;
  border-color: #429C26;
  color: white;
}

@media (min-width: 1101px) {
  .button.full.green:hover {
    background: #398721;
    border-color: #398721;
  }
}

@media (max-width: 1100px) {
  .button.full.green:active {
    background: #398721;
    border-color: #398721;
  }
}

@media (min-width: 1101px) {
  .button.full.green:active {
    background: black !important;
    border-color: black !important;
  }
}

.button.full.red {
  background: white;
  border-color: white;
  color: #FD4239;
  font-weight: 500;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.button.full.red .arrowIcon svg {
  fill: #FD4239;
}

@media (min-width: 1101px) {
  .button.full.red:hover {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
  }
  .button.full.red:hover .arrowIcon {
    background: #FD4239;
  }
  .button.full.red:hover .arrowIcon svg {
    fill: white;
  }
}

@media (max-width: 1100px) {
  .button.full.red:active {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
  }
  .button.full.red:active .arrowIcon {
    background: #FD4239;
  }
  .button.full.red:active .arrowIcon svg {
    fill: white;
  }
}

@media (min-width: 1101px) {
  .button.full.red:active {
    background: black !important;
    border-color: black !important;
  }
}

.button.ghost.softblue {
  background: white;
  border-color: #EDF2F6;
  color: #4d4d4d;
}

.button.ghost.blue {
  background: white;
  border-color: #0097D6;
  color: #0097D6;
}

@media (min-width: 1101px) {
  .button.ghost.blue:hover {
    border-color: #006DA8;
    color: #006DA8;
  }
}

@media (max-width: 1100px) {
  .button.ghost.blue:active {
    border-color: #006DA8;
    color: #006DA8;
  }
}

@media (min-width: 1101px) {
  .button.ghost.blue:active {
    border-color: black !important;
    color: black !important;
  }
}

.button.ghost.white {
  background: transparent;
  border-color: white;
  color: white;
}

.button.ghost.red {
  background: white;
  border-color: #FD4239;
  color: #FD4239;
}

@media (min-width: 1101px) {
  .button.ghost.red:hover {
    border-color: #FD4239;
    color: #FD4239;
  }
}

@media (max-width: 1100px) {
  .button.ghost.red:active {
    border-color: #FD4239;
    color: #FD4239;
  }
}

@media (min-width: 1101px) {
  .button.ghost.red:active {
    border-color: black !important;
    color: black !important;
  }
}

.button.ghost.green {
  background: white;
  border-color: #429C26;
  color: #429C26;
}

@media (min-width: 1101px) {
  .button.ghost.green:hover {
    border-color: #398721;
    color: #398721;
  }
}

@media (max-width: 1100px) {
  .button.ghost.green:active {
    border-color: #398721;
    color: #398721;
  }
}

@media (min-width: 1101px) {
  .button.ghost.green:active {
    border-color: black !important;
    color: black !important;
  }
}

.closeButton {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: white;
  background: transparent;
  margin-left: auto;
  height: 100%;
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}

.closeButton .text {
  margin: 0 1rem 0 1.5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

.closeButton .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.closeButton .icon svg {
  width: 100%;
  height: 100%;
}

[class^="icon-"], [class*=" icon-"] {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.arrowIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #F3F2EA;
  color: #0097D6;
  border-radius: 50%;
  transition: all 0.15s ease-in-out 0s;
}

.arrowIcon svg {
  width: 40%;
  height: 40%;
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 960px) {
  .contentColumns {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 961px) {
  .contentColumns {
    display: flex;
    justify-content: center;
  }
}

.contentColumns.oneColumn .asideColumn {
  display: none !important;
}

@media (max-width: 960px) {
  .contentColumns.oneColumn .mainColumn {
    width: 100%;
  }
}

@media (min-width: 961px) and (max-width: 1100px) and (max-width: 748px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 2rem)) / 12) + 14rem);
  }
}

@media (min-width: 961px) and (max-width: 1100px) and (min-width: 749px) and (max-width: 960px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (max-width: 1100px) and (min-width: 961px) and (max-width: 1100px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (max-width: 1100px) and (min-width: 1101px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 4rem)) / 12) + 28rem);
  }
}

@media (min-width: 1101px) {
  .contentColumns.oneColumn .mainColumn {
    max-width: 75rem;
  }
}

@media (min-width: 1101px) and (max-width: 748px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 2rem)) / 12) + 14rem);
  }
}

@media (min-width: 1101px) and (min-width: 749px) and (max-width: 960px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 1101px) and (min-width: 961px) and (max-width: 1100px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 1101px) and (min-width: 1101px) {
  .contentColumns.oneColumn .mainColumn {
    width: calc((8 * (100% - (11 * 4rem)) / 12) + 28rem);
  }
}

@media (max-width: 960px) {
  .contentColumns.asideLeft .asideColumn {
    order: 1;
  }
}

@media (min-width: 961px) {
  .contentColumns.asideLeft .asideColumn {
    order: 1;
    margin-right: auto;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .contentColumns.asideLeft .asideColumn {
    width: calc((4 * (100% - (11 * 2rem)) / 12) + 6rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .contentColumns.asideLeft .asideColumn {
    width: calc((4 * (100% - (11 * 3rem)) / 12) + 9rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .contentColumns.asideLeft .asideColumn {
    width: calc((4 * (100% - (11 * 3rem)) / 12) + 9rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .contentColumns.asideLeft .asideColumn {
    width: calc((4 * (100% - (11 * 4rem)) / 12) + 12rem);
  }
}

@media (max-width: 960px) {
  .contentColumns.asideLeft .mainColumn {
    order: 2;
  }
}

@media (min-width: 961px) {
  .contentColumns.asideLeft .mainColumn {
    order: 2;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .contentColumns.asideLeft .mainColumn {
    width: calc((8 * (100% - (11 * 2rem)) / 12) + 14rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .contentColumns.asideLeft .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .contentColumns.asideLeft .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .contentColumns.asideLeft .mainColumn {
    width: calc((8 * (100% - (11 * 4rem)) / 12) + 28rem);
  }
}

.contentColumns.asideLeft .mainColumn .textBlock h2, .contentColumns.asideLeft .mainColumn .textBlock h3, .contentColumns.asideLeft .mainColumn .textBlock h4, .contentColumns.asideLeft .mainColumn .textBlock p, .contentColumns.asideLeft .mainColumn .textBlock ul, .contentColumns.asideLeft .mainColumn .textBlock ol, .contentColumns.asideLeft .mainColumn .textBlock table {
  max-width: 75rem;
}

@media (max-width: 960px) {
  .contentColumns.asideRight .asideColumn {
    order: 2;
  }
}

@media (min-width: 961px) {
  .contentColumns.asideRight .asideColumn {
    order: 2;
    margin-left: auto;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .contentColumns.asideRight .asideColumn {
    width: calc((4 * (100% - (11 * 2rem)) / 12) + 6rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .contentColumns.asideRight .asideColumn {
    width: calc((4 * (100% - (11 * 3rem)) / 12) + 9rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .contentColumns.asideRight .asideColumn {
    width: calc((4 * (100% - (11 * 3rem)) / 12) + 9rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .contentColumns.asideRight .asideColumn {
    width: calc((4 * (100% - (11 * 4rem)) / 12) + 12rem);
  }
}

@media (max-width: 960px) {
  .contentColumns.asideRight .mainColumn {
    order: 1;
  }
}

@media (min-width: 961px) {
  .contentColumns.asideRight .mainColumn {
    order: 1;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .contentColumns.asideRight .mainColumn {
    width: calc((8 * (100% - (11 * 2rem)) / 12) + 14rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .contentColumns.asideRight .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .contentColumns.asideRight .mainColumn {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .contentColumns.asideRight .mainColumn {
    width: calc((8 * (100% - (11 * 4rem)) / 12) + 28rem);
  }
}

.contentColumns.asideRight .mainColumn .textBlock h2, .contentColumns.asideRight .mainColumn .textBlock h3, .contentColumns.asideRight .mainColumn .textBlock h4, .contentColumns.asideRight .mainColumn .textBlock p, .contentColumns.asideRight .mainColumn .textBlock ul, .contentColumns.asideRight .mainColumn .textBlock ol, .contentColumns.asideRight .mainColumn .textBlock table {
  max-width: 80rem;
}

.contentColumns .asideColumn {
  display: flex;
  flex-direction: column;
}

@media (max-width: 960px) {
  .contentColumns .asideColumn {
    width: 100%;
  }
}

.contentColumns .asideColumn .stickyArea {
  height: 100%;
}

@media (max-width: 960px) {
  .contentColumns .asideColumn .stickyArea {
    order: 2;
  }
}

.contentColumns .asideColumn .stickyArea .asideBlock,
.contentColumns .asideColumn .stickyArea .navigationBlock {
  align-self: flex-start;
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentColumns .asideColumn .stickyArea .asideBlock,
.contentColumns .asideColumn .stickyArea .navigationBlock {
    position: -webkit-sticky;
    position: sticky;
    top: 13rem;
  }
}

@media (min-width: 1101px) {
  .contentColumns .asideColumn .stickyArea .asideBlock,
.contentColumns .asideColumn .stickyArea .navigationBlock {
    position: -webkit-sticky;
    position: sticky;
    top: 14rem;
  }
}

.contentColumns .asideColumn .fixedBottom {
  margin-top: auto;
  margin-bottom: 0 !important;
}

@media (max-width: 960px) {
  .contentColumns .asideColumn .fixedBottom {
    order: 1;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentColumns .asideColumn .fixedBottom {
    padding-top: 3rem;
  }
}

@media (min-width: 1101px) {
  .contentColumns .asideColumn .fixedBottom {
    padding-top: 4rem;
  }
}

@media (max-width: 748px) {
  .contentColumns .mainColumn > div {
    margin-bottom: 4rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentColumns .mainColumn > div {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentColumns .mainColumn > div {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 1101px) {
  .contentColumns .mainColumn > div {
    margin-bottom: 6rem;
  }
}

.contentColumns .mainColumn > div:last-of-type {
  margin-bottom: 0 !important;
}

.contentBlocks a:not(.button) {
  text-decoration: underline;
}

.contentBlocks ol {
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 2.5rem;
}

.contentBlocks ul {
  position: relative;
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contentBlocks ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.8rem;
}

.contentBlocks ul li:before {
  position: absolute;
  left: 0;
  top: 0.3rem;
  display: block;
  height: 2rem;
  width: 2rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 20 20'%3E%3Cpath d='M9.03448276,12.3074738 L4.00143554,7.27442653 C3.54357947,6.81657047 2.80124812,6.81657047 2.34339205,7.27442653 C1.88553598,7.7322826 1.88553598,8.47461395 2.34339205,8.93247002 L9.03448276,15.6235607 L18.656608,6.00143554 C19.114464,5.54357947 19.114464,4.80124812 18.656608,4.34339205 C18.1987519,3.88553598 17.4564205,3.88553598 16.9985645,4.34339205 L9.03448276,12.3074738 Z' fill='%230097D6'%3E%3C/path%3E%3C/svg%3E");
}

.contentBlocks table {
  margin-bottom: 2rem;
}

.contentBlocks .asideBlock {
  background: #F3F2EA;
}

@media (max-width: 748px) {
  .contentBlocks .asideBlock {
    padding: 2rem;
    margin-top: 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .asideBlock {
    padding: 3rem;
    margin-top: 3rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentBlocks .asideBlock {
    padding: 3rem 3rem 4rem;
  }
}

@media (min-width: 1101px) {
  .contentBlocks .asideBlock {
    padding: 3rem 4rem 4rem;
  }
}

.contentBlocks .asideBlock .button {
  margin: 0 1rem 1rem 0;
}

.contentBlocks .asideBlock .contactCard {
  display: flex;
  align-items: center;
}

.contentBlocks .asideBlock .contactCard .image {
  width: 35%;
  max-width: 20rem;
  margin-left: -1rem;
}

.contentBlocks .asideBlock .contactCard .image img {
  border-radius: 50%;
}

.contentBlocks .asideBlock .contactCard .text {
  width: 65%;
  padding-left: 5%;
  font-size: 0.9em;
}

.contentBlocks .asideBlock .contactCard .text .name {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 700;
}

.contentBlocks .asideBlock .contactCard .text .role {
  font-size: 0.9em;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

.contentBlocks .asideBlock .contactCard .text .email {
  color: #0097D6;
}

.contentBlocks .asideBlock .contactCard .text .phone {
  display: inline-block;
  margin-top: 0.5rem;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 748px) {
  .contentBlocks .navigationBlock {
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .navigationBlock {
    margin-bottom: 4rem;
  }
}

@media (max-width: 960px) {
  .contentBlocks .navigationBlock br {
    display: none;
  }
}

.contentBlocks .navigationBlock .button {
  text-align: left;
}

@media (max-width: 960px) {
  .contentBlocks .navigationBlock .button {
    padding: 0.8rem 1.5rem 0.9rem;
    font-size: 0.8em !important;
    margin: 0 0 0.8rem 0;
    font-weight: 500;
  }
}

@media (min-width: 749px) {
  .contentBlocks .navigationBlock .button {
    margin: 0 1rem 1rem 0;
  }
}

.contentBlocks .textBlock h2:not(:first-child),
.contentBlocks .textBlock h3:not(:first-child),
.contentBlocks .textBlock h4:not(:first-child) {
  margin-top: 3rem;
}

@media (max-width: 748px) {
  .contentBlocks .buttonBlock {
    text-align: center;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .buttonBlock {
    margin-top: -1.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentBlocks .buttonBlock {
    margin-top: -1.5rem;
  }
}

@media (min-width: 1101px) {
  .contentBlocks .buttonBlock {
    margin-top: -2rem;
  }
}

.contentBlocks .buttonBlock .button {
  margin: 0 1rem 1rem 0;
}

@media (max-width: 748px) {
  .contentBlocks .textImageBlock {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 749px) {
  .contentBlocks .textImageBlock {
    display: flex;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .contentBlocks .textImageBlock {
    max-width: 126rem;
  }
}

@media (min-width: 749px) and (max-width: 350px) {
  .contentBlocks .textImageBlock {
    max-width: 127rem;
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .textImageBlock {
    max-width: 124rem;
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .contentBlocks .textImageBlock {
    max-width: 124rem;
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .contentBlocks .textImageBlock {
    max-width: 118rem;
  }
}

@media (max-width: 748px) {
  .oneColumn .textImageBlock.hasImageLeft .collumn:nth-child(1) {
    order: 2;
    align-items: flex-start;
  }
  .oneColumn .textImageBlock.hasImageLeft .collumn:nth-child(2) {
    order: 1;
    align-items: flex-end;
  }
  .oneColumn .textImageBlock.hasImageRight .collumn:nth-child(1) {
    order: 1;
    align-items: flex-end;
  }
  .oneColumn .textImageBlock.hasImageRight .collumn:nth-child(2) {
    order: 2;
  }
}

@media (min-width: 961px) {
  .oneColumn .textImageBlock {
    position: relative;
    left: 50%;
    display: flex;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .oneColumn .textImageBlock.hasImageLeft .collumn:nth-child(1) {
    order: 2;
    align-items: flex-start;
  }
  .oneColumn .textImageBlock.hasImageLeft .collumn:nth-child(2) {
    order: 1;
    align-items: flex-end;
  }
  .oneColumn .textImageBlock.hasImageRight .collumn:nth-child(1) {
    order: 1;
    align-items: flex-end;
  }
  .oneColumn .textImageBlock.hasImageRight .collumn:nth-child(2) {
    order: 2;
  }
  .oneColumn .textImageBlock .textBlock {
    width: 95%;
  }
}

.contentBlocks .textImageBlock .collumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 748px) {
  .contentBlocks .textImageBlock .collumn {
    width: 100%;
  }
}

@media (min-width: 749px) {
  .contentBlocks .textImageBlock .collumn {
    width: 50%;
  }
}

.contentBlocks .textImageBlock .collumn .textBlock {
  max-width: 70rem;
}

@media (max-width: 748px) {
  .contentBlocks .textImageBlock .collumn .textBlock {
    padding: 4rem 1em;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .textImageBlock .collumn .textBlock {
    padding: 3rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentBlocks .textImageBlock .collumn .textBlock {
    padding: 3rem;
  }
}

@media (min-width: 1101px) {
  .contentBlocks .textImageBlock .collumn .textBlock {
    padding: 4rem;
  }
}

.contentBlocks .textImageBlock .collumn .image {
  height: 100%;
  width: 100%;
  max-width: 80rem;
}

.contentBlocks .textImageBlock .collumn .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 0.6rem;
  font-family: 'object-fit: cover';
}

.contentBlocks .imageBlock .singleImage:not(last-of-type) {
  margin-bottom: 2rem;
}

.contentBlocks .imageBlock .singleImage .caption {
  font-size: 0.9em;
  font-style: italic;
  max-width: 75rem;
  margin: 1.5rem auto 4rem;
}

.contentBlocks .imageBlock .interactiveImage:not(last-of-type) {
  margin-bottom: 2rem;
}

@media (min-width: 961px) {
  .oneColumn .interactiveMap {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: calc(130rem - 35%);
  }
}

.contentBlocks .interactiveMap svg {
  width: 100%;
  height: auto;
}

.contentBlocks .interactiveMap svg #kaarten #rotterdam-noord,
.contentBlocks .interactiveMap svg #kaarten #rotterdam-zuid,
.contentBlocks .interactiveMap svg #kaarten #ijsselland,
.contentBlocks .interactiveMap svg #kaarten #spijkenisse {
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
}

.contentBlocks .interactiveMap svg #kaarten #rotterdam-noord:hover,
.contentBlocks .interactiveMap svg #kaarten #rotterdam-zuid:hover,
.contentBlocks .interactiveMap svg #kaarten #ijsselland:hover,
.contentBlocks .interactiveMap svg #kaarten #spijkenisse:hover {
  opacity: 1;
}

.contentBlocks .interactiveMap svg #lijnen,
.contentBlocks .interactiveMap svg #wegen_namen_steden {
  pointer-events: none;
}

@media (min-width: 961px) {
  .oneColumn .videoBlock {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 75rem;
  }
}

.contentBlocks .videoBlock .video {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 0.6rem;
  overflow: hidden;
}

.contentBlocks .videoBlock .video iframe {
  width: 100%;
  height: 100%;
}

.contentBlocks .bannerBlock {
  text-align: center;
}

@media (max-width: 748px) {
  .contentBlocks .bannerBlock {
    padding: 4rem 2rem 6rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .bannerBlock {
    padding: 5rem 6rem 7rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentBlocks .bannerBlock {
    padding: 5rem 3rem 7rem;
  }
}

@media (min-width: 1101px) {
  .contentBlocks .bannerBlock {
    padding: 6rem 4rem 8rem;
  }
}

@media (max-width: 748px) {
  .contentBlocks .digihapBlock {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .digihapBlock {
    display: flex;
    align-items: center;
    padding: 5rem 6rem 7rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentBlocks .digihapBlock {
    display: flex;
    align-items: center;
    padding: 5rem 6rem 7rem;
  }
}

@media (min-width: 1101px) {
  .contentBlocks .digihapBlock {
    display: flex;
    align-items: center;
    padding: 6rem 6rem 8rem;
  }
}

@media (max-width: 748px) {
  .contentBlocks .digihapBlock .image {
    margin-bottom: 2rem;
  }
}

@media (min-width: 749px) {
  .contentBlocks .digihapBlock .image {
    width: 35%;
  }
}

.contentBlocks .digihapBlock .image img {
  margin: auto;
}

@media (max-width: 748px) {
  .contentBlocks .digihapBlock .image img {
    width: 75%;
  }
}

@media (min-width: 749px) {
  .contentBlocks .digihapBlock .image img {
    max-width: 30rem;
  }
}

@media (min-width: 749px) {
  .contentBlocks .digihapBlock .textBlock {
    width: 65%;
    padding-left: 6rem;
  }
}

.contentBlocks .digihapBlock .textBlock .h3 {
  color: #FD4239;
  margin-bottom: 1rem;
}

.contentBlocks .digihapBlock .textBlock h2 {
  margin-top: 0;
}

.contentBlocks .digihapBlock .textBlock p {
  max-width: 65rem;
}

.contentBlocks .faqBlock {
  max-width: none;
  margin-bottom: 0 !important;
}

.contentBlocks .iconBlock {
  text-align: center;
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock {
    padding: 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .iconBlock {
    padding: 3rem;
    margin-top: 3rem;
  }
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock.backgroundGray {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .iconBlock.backgroundGray {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .contentBlocks .iconBlock.backgroundGray {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 1101px) {
  .contentBlocks .iconBlock.backgroundGray {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 961px) {
  .oneColumn .iconBlock {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
}

.contentBlocks .iconBlock .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 130rem;
  margin: auto;
}

@media (min-width: 961px) {
  .contentBlocks .iconBlock .wrapper {
    padding: 0 4rem;
  }
}

.contentBlocks .iconBlock .wrapper .text {
  max-width: 75rem;
}

.contentBlocks .iconBlock .wrapper .text h2 {
  color: inherit;
}

.contentBlocks .iconBlock .wrapper .icons {
  width: 100%;
  margin-top: 3rem;
}

@media (min-width: 749px) {
  .contentBlocks .iconBlock .wrapper .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contentBlocks .iconBlock .wrapper .icons .icon {
  display: flex;
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock .wrapper .icons .icon {
    text-align: left;
    align-items: center;
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .contentBlocks .iconBlock .wrapper .icons .icon {
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3);
    padding: 0 2rem 3rem;
  }
}

@media (min-width: 961px) {
  .contentBlocks .iconBlock .wrapper .icons .icon {
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3);
    padding: 0 5% 5%;
  }
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock .wrapper .icons .icon img {
    width: 15%;
  }
}

@media (min-width: 749px) {
  .contentBlocks .iconBlock .wrapper .icons .icon img {
    width: 40%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock .wrapper .icons .icon .textual {
    padding-left: 2rem;
    width: 75%;
  }
}

.contentBlocks .iconBlock .wrapper .icons .icon .textual .title {
  color: #0097D6;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock .wrapper .icons .icon .textual .title {
    font-size: 1.1em;
  }
}

@media (min-width: 749px) {
  .contentBlocks .iconBlock .wrapper .icons .icon .textual .title {
    font-size: 1.2em;
  }
}

.contentBlocks .iconBlock .wrapper .icons .icon .textual .sub {
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 748px) {
  .contentBlocks .iconBlock .wrapper .icons .icon .textual .sub {
    font-size: 0.9em;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

@media (min-width: 749px) {
  .onlyMini {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .onlyMiniSmall {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .onlyMiniSmallMedium {
    display: none !important;
  }
}

@media (max-width: 748px) {
  .onlySmall {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .onlySmall {
    display: none !important;
  }
}

@media (max-width: 748px) {
  .onlySmallMedium {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .onlySmallMedium {
    display: none !important;
  }
}

@media (max-width: 748px) {
  .onlySmallMediumLarge {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .onlyMedium {
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .onlyMedium {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .onlyMediumLarge {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .onlyLarge {
    display: none !important;
  }
}

@media (max-width: 748px) {
  .spacingTiny {
    height: 0.2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .spacingTiny {
    height: 0.3rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .spacingTiny {
    height: 0.5rem;
  }
}

@media (min-width: 1101px) {
  .spacingTiny {
    height: 0.7rem;
  }
}

@media (max-width: 748px) {
  .spacingMini {
    height: 0.5rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .spacingMini {
    height: 0.6rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .spacingMini {
    height: 1rem;
  }
}

@media (min-width: 1101px) {
  .spacingMini {
    height: 1.4rem;
  }
}

@media (max-width: 748px) {
  .spacingSmall {
    height: 1rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .spacingSmall {
    height: 1.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .spacingSmall {
    height: 2rem;
  }
}

@media (min-width: 1101px) {
  .spacingSmall {
    height: 2.5rem;
  }
}

@media (max-width: 748px) {
  .spacingMedium {
    height: 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .spacingMedium {
    height: 2.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .spacingMedium {
    height: 3rem;
  }
}

@media (min-width: 1101px) {
  .spacingMedium {
    height: 3.5rem;
  }
}

@media (max-width: 748px) {
  .spacingLarge {
    height: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .spacingLarge {
    height: 3.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .spacingLarge {
    height: 4rem;
  }
}

@media (min-width: 1101px) {
  .spacingLarge {
    height: 4.5rem;
  }
}

@media (max-width: 748px) {
  .spacingXLarge {
    height: 4.5rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .spacingXLarge {
    height: 5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .spacingXLarge {
    height: 6rem;
  }
}

@media (min-width: 1101px) {
  .spacingXLarge {
    height: 7rem;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes textscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%);
  }
}

@keyframes textscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-175%);
            transform: translateX(-175%);
  }
}

header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  background: white;
}

header .noticeBar {
  opacity: 1;
}

header .emergencyNumber {
  background-color: #FD4239;
  color: white;
  line-height: 1.1;
  text-align: center;
  padding: 0.5em 1em;
}

@media (max-width: 748px) {
  header .emergencyNumber {
    font-size: 0.8em;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  header .emergencyNumber {
    font-size: 0.7em;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  header .emergencyNumber {
    font-size: 0.8em;
  }
}

@media (min-width: 1101px) {
  header .emergencyNumber {
    font-size: 0.9em;
  }
}

header .emergencyNumber em {
  font-style: normal;
  font-weight: 700;
}

header .container {
  display: flex;
  align-items: center;
}

@media (max-width: 748px) {
  header .container {
    padding: 0.8em 3vw;
  }
}

header .container .brand {
  height: 100%;
}

@media (max-width: 748px) {
  header .container .brand {
    width: 45%;
    max-width: 20rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  header .container .brand {
    width: 18rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  header .container .brand {
    width: 22rem;
  }
}

@media (min-width: 1101px) {
  header .container .brand {
    width: 22rem;
  }
}

header .container .brand a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}

header .container .navWrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  margin-left: auto;
}

@media (max-width: 748px) {
  header .container .navWrapper {
    display: none;
  }
}

header .container .navWrapper nav.secNav {
  display: flex;
  margin-top: 1rem;
}

header .container .navWrapper nav.secNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: auto;
}

header .container .navWrapper nav.secNav ul li:last-child {
  margin-right: -1rem;
}

header .container .navWrapper nav.secNav ul li a {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  text-underline-offset: 0.2em;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  transition: all 0.15s ease-in-out 0s;
}

header .container .navWrapper nav.secNav ul li a:hover {
  text-decoration: underline;
}

header .container .navWrapper nav.mainNav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

header .container .navWrapper nav.mainNav > ul li.mainItem {
  position: relative;
}

@media (min-width: 749px) and (max-width: 960px) {
  header .container .navWrapper nav.mainNav > ul li.mainItem:last-child {
    margin-right: -1rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  header .container .navWrapper nav.mainNav > ul li.mainItem:last-child {
    margin-right: -1.5rem;
  }
}

@media (min-width: 1101px) {
  header .container .navWrapper nav.mainNav > ul li.mainItem:last-child {
    margin-right: -2rem;
  }
}

header .container .navWrapper nav.mainNav > ul li.mainItem > a,
header .container .navWrapper nav.mainNav > ul li.mainItem > button {
  display: block;
  position: relative;
  font-family: "Schulbuch", Arial, sans-serif;
  letter-spacing: -0.04rem;
  white-space: nowrap;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  font-weight: 700;
}

@media (min-width: 749px) and (max-width: 960px) {
  header .container .navWrapper nav.mainNav > ul li.mainItem > a,
header .container .navWrapper nav.mainNav > ul li.mainItem > button {
    padding: 0 1rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  header .container .navWrapper nav.mainNav > ul li.mainItem > a,
header .container .navWrapper nav.mainNav > ul li.mainItem > button {
    padding: 0 1.5rem;
    font-size: 1.7rem;
    line-height: 1;
  }
}

@media (min-width: 1101px) {
  header .container .navWrapper nav.mainNav > ul li.mainItem > a,
header .container .navWrapper nav.mainNav > ul li.mainItem > button {
    padding: 0 2rem;
    font-size: 1.8rem;
    line-height: 1;
  }
}

header .container .navWrapper nav.mainNav > ul li.mainItem > a span,
header .container .navWrapper nav.mainNav > ul li.mainItem > button span {
  display: block;
  border-bottom: 0.4rem solid transparent;
  padding: 1rem 0 1.5rem;
  transition: color 0.15s ease-in-out 0s;
}

header .container .navWrapper nav.mainNav > ul li.mainItem > button {
  cursor: default;
}

header .container .navWrapper nav.mainNav > ul li.mainItem:hover > button span,
header .container .navWrapper nav.mainNav > ul li.mainItem:hover > a span {
  color: #FD4239;
}

header .container .navWrapper nav.mainNav > ul li.mainItem:hover .subNav {
  opacity: 1;
  pointer-events: auto;
}

header .container .navWrapper nav.mainNav > ul li.mainItem.is-active > button span,
header .container .navWrapper nav.mainNav > ul li.mainItem.is-active > a span {
  color: #FD4239;
  border-color: #FD4239;
}

header .container .navWrapper nav.mainNav > ul li .subNav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  background: white;
  margin-top: -0.4rem;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 1rem 0;
  transition: all 0.15s ease-in-out 0s;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

header .container .navWrapper nav.mainNav > ul li .subNav li.subItem.is-highlight {
  border-top: 0.1em solid rgba(0, 0, 0, 0.1);
  color: #0097D6;
  padding-top: 0.2em;
}

header .container .navWrapper nav.mainNav > ul li .subNav li.subItem a {
  display: block;
  white-space: nowrap;
  font-weight: 500;
}

@media (min-width: 749px) and (max-width: 960px) {
  header .container .navWrapper nav.mainNav > ul li .subNav li.subItem a {
    padding: 0.9rem 1rem;
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  header .container .navWrapper nav.mainNav > ul li .subNav li.subItem a {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
    line-height: 1;
  }
}

@media (min-width: 1101px) {
  header .container .navWrapper nav.mainNav > ul li .subNav li.subItem a {
    padding: 1.2rem 2.5rem;
    font-size: 1.6rem;
    line-height: 1;
  }
}

header .container .navWrapper nav.mainNav > ul li .subNav li.subItem a:hover {
  text-decoration: underline;
}

header .container .navWrapper nav.mainNav > ul li .subNav li.is-active > a {
  color: #FD4239;
  text-decoration: none !important;
}

header .container .languageButton {
  margin-left: auto;
}

@media (min-width: 749px) {
  header .container .languageButton {
    display: none;
  }
}

header .container .menuButton {
  margin-left: 0.5em;
}

@media (min-width: 749px) {
  header .container .menuButton {
    display: none;
  }
}

@media (max-width: 748px) {
  header,
main,
.mobileNav {
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .js-showNav header, .js-showNav main, .js-showNav .mobileNav {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

.mobileNav {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 1500;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  height: 100vh;
  background: #262626;
  padding-bottom: 18rem;
}

.mobileNav .header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 6.5rem;
}

.mobileNav .header .closeButton .text {
  text-shadow: 0 0 1rem black;
}

.mobileNav a:active,
.mobileNav button:active {
  color: #FD4239 !important;
}

.mobileNav a:active svg,
.mobileNav button:active svg {
  fill: #FD4239;
}

.mobileNav nav.mainNav {
  margin-bottom: 4rem;
}

.mobileNav nav.mainNav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobileNav nav.mainNav > ul li.mainItem {
  position: relative;
}

.mobileNav nav.mainNav > ul li.mainItem > a,
.mobileNav nav.mainNav > ul li.mainItem > button,
.mobileNav nav.mainNav > ul li.mainItem > div {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Schulbuch", Arial, sans-serif;
  letter-spacing: -0.02rem;
  white-space: nowrap;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  padding: 1.3rem 2rem 1.3rem 3rem;
  color: white;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}

.mobileNav nav.mainNav > ul li.mainItem > a.is-open,
.mobileNav nav.mainNav > ul li.mainItem > button.is-open,
.mobileNav nav.mainNav > ul li.mainItem > div.is-open {
  color: #0097D6;
}

.mobileNav nav.mainNav > ul li.mainItem > a.is-open .arrow svg,
.mobileNav nav.mainNav > ul li.mainItem > button.is-open .arrow svg,
.mobileNav nav.mainNav > ul li.mainItem > div.is-open .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobileNav nav.mainNav > ul li.mainItem > a.is-open ~ .subNav,
.mobileNav nav.mainNav > ul li.mainItem > button.is-open ~ .subNav,
.mobileNav nav.mainNav > ul li.mainItem > div.is-open ~ .subNav {
  max-height: 40rem;
  margin-bottom: 2rem;
}

.mobileNav nav.mainNav > ul li.mainItem > a .arrow,
.mobileNav nav.mainNav > ul li.mainItem > button .arrow,
.mobileNav nav.mainNav > ul li.mainItem > div .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #F3F2EA;
  color: #0097D6;
  border-radius: 50%;
  margin-left: 1.5rem;
}

.mobileNav nav.mainNav > ul li.mainItem > a .arrow svg,
.mobileNav nav.mainNav > ul li.mainItem > button .arrow svg,
.mobileNav nav.mainNav > ul li.mainItem > div .arrow svg {
  width: 60%;
  height: 60%;
  transition: all 0.15s ease-in-out 0s;
}

.mobileNav nav.mainNav > ul li.mainItem.is-active > a,
.mobileNav nav.mainNav > ul li.mainItem.is-active > button {
  color: #FD4239;
}

.mobileNav nav.mainNav > ul li .subNav {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.15s ease-in-out 0s;
}

.mobileNav nav.mainNav > ul li .subNav li.subItem a {
  display: block;
  padding: 1rem 2rem 1rem 5rem;
  color: white;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

.mobileNav nav.mainNav > ul li .subNav li.is-active > a {
  color: #FD4239;
}

.mobileNav nav.language ul,
.mobileNav nav.huisartsen ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobileNav nav.language ul li a,
.mobileNav nav.huisartsen ul li a {
  display: block;
  letter-spacing: -0.01rem;
  white-space: nowrap;
  padding: 0.8rem 2rem 0.8rem 3rem;
  color: gray;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}

.mobileNav nav.language ul li.is-active > a,
.mobileNav nav.huisartsen ul li.is-active > a {
  color: #FD4239;
}

.mobileNav nav.huisartsen {
  margin-top: 3rem;
}

.mobileNav nav.huisartsen ul li a {
  color: white;
}

footer {
  background: #262626;
  padding-bottom: 12rem;
}

footer .footerBanner {
  color: #4d4d4d;
}

@media (max-width: 748px) {
  footer .footerBanner {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  footer .footerBanner {
    display: flex;
    align-items: center;
    padding: 5rem 6rem 7rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  footer .footerBanner {
    display: flex;
    align-items: center;
    padding: 5rem 6rem 7rem;
  }
}

@media (min-width: 1101px) {
  footer .footerBanner {
    display: flex;
    align-items: center;
    padding: 8rem 6rem 10rem;
  }
}

@media (max-width: 748px) {
  footer .footerBanner .image {
    margin-bottom: 2rem;
  }
}

@media (min-width: 749px) {
  footer .footerBanner .image {
    width: 35%;
  }
}

footer .footerBanner .image img {
  margin: auto;
}

@media (max-width: 748px) {
  footer .footerBanner .image img {
    width: 50%;
  }
}

@media (min-width: 749px) {
  footer .footerBanner .image img {
    max-width: 50rem;
  }
}

@media (min-width: 749px) {
  footer .footerBanner .textBlock {
    width: 65%;
    padding-left: 6rem;
  }
}

footer .footerBanner .textBlock .h3 {
  color: #FD4239;
  margin-bottom: 1rem;
}

footer .footerBanner .textBlock h2 {
  margin-top: 0;
}

footer .footerBanner .textBlock p {
  max-width: 65rem;
}

footer .digihapBlock {
  color: #4d4d4d;
  background: #F3F2EA;
}

@media (max-width: 748px) {
  footer .digihapBlock {
    margin-top: 3rem;
    padding: 3rem 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  footer .digihapBlock {
    display: flex;
    align-items: center;
    padding: 5rem 6rem 7rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  footer .digihapBlock {
    display: flex;
    align-items: center;
    padding: 5rem 6rem 7rem;
  }
}

@media (min-width: 1101px) {
  footer .digihapBlock {
    display: flex;
    align-items: center;
    padding: 6rem 6rem 8rem;
  }
}

@media (max-width: 748px) {
  footer .digihapBlock .image {
    margin-bottom: 2rem;
  }
}

@media (min-width: 749px) {
  footer .digihapBlock .image {
    width: 35%;
  }
}

footer .digihapBlock .image img {
  margin: auto;
}

@media (max-width: 748px) {
  footer .digihapBlock .image img {
    width: 75%;
  }
}

@media (min-width: 749px) {
  footer .digihapBlock .image img {
    max-width: 30rem;
  }
}

@media (min-width: 749px) {
  footer .digihapBlock .textBlock {
    width: 65%;
    padding-left: 6rem;
  }
}

footer .digihapBlock .textBlock .h3 {
  color: #FD4239;
  margin-bottom: 1rem;
}

footer .digihapBlock .textBlock h2 {
  margin-top: 0;
}

footer .digihapBlock .textBlock p {
  max-width: 65rem;
}

footer .container .logoBar {
  display: flex;
  align-items: center;
}

@media (max-width: 748px) {
  footer .container .logoBar {
    padding: 3rem 0;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  footer .container .logoBar {
    padding: 3rem 0;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  footer .container .logoBar {
    padding: 3rem 0;
  }
}

@media (min-width: 1101px) {
  footer .container .logoBar {
    padding: 4rem 0;
  }
}

footer .container .logoBar .brand {
  margin-right: auto;
}

@media (max-width: 748px) {
  footer .container .logoBar .brand {
    width: 40vw;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  footer .container .logoBar .brand {
    width: 16rem;
  }
}

@media (min-width: 961px) {
  footer .container .logoBar .brand {
    width: 18rem;
  }
}

@media (max-width: 748px) {
  footer .container .logoBar .iso,
footer .container .logoBar .nen {
    margin-left: 1rem;
    width: 5rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  footer .container .logoBar .iso,
footer .container .logoBar .nen {
    margin-left: 2rem;
    width: 6rem;
  }
}

@media (min-width: 961px) {
  footer .container .logoBar .iso,
footer .container .logoBar .nen {
    margin-left: 2rem;
    width: 6rem;
  }
}

footer .container .logoBar .iso span,
footer .container .logoBar .nen span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8em;
  margin-top: 0.5em;
  text-align: center;
}

@media (max-width: 748px) {
  footer .container .logoBar .iso span,
footer .container .logoBar .nen span {
    font-size: 0.6em;
  }
}

footer .container .columnWrapper {
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 3em;
  color: white;
}

@media (min-width: 749px) {
  footer .container .columnWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
}

@media (max-width: 748px) {
  footer .container .columnWrapper nav {
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  footer .container .columnWrapper nav {
    width: calc(50% - 5%);
    margin-bottom: 3rem;
  }
}

footer .container .columnWrapper nav:nth-child(1) .link {
  white-space: nowrap;
  width: 15rem;
}

footer .container .columnWrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 748px) {
  footer .container .columnWrapper nav ul li {
    padding: 0.5rem 0;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  footer .container .columnWrapper nav ul li {
    padding: 0.5rem 0;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  footer .container .columnWrapper nav ul li {
    padding: 0.5rem 0;
  }
}

@media (min-width: 1101px) {
  footer .container .columnWrapper nav ul li {
    padding: 0.5rem 0;
  }
}

footer .container .columnWrapper nav ul li a {
  display: inline-block;
}

footer .container .columnWrapper nav ul li .heading {
  color: #FD4239;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

footer .container .columnWrapper nav ul li .link:hover {
  text-decoration: underline;
}

footer .container .columnWrapper nav ul li .smallLink {
  font-size: 0.8em;
}

footer .container .columnWrapper nav ul li .smallLink:hover {
  text-decoration: underline;
}

footer .container .columnWrapper nav ul li .phone {
  margin-left: auto;
  padding-left: 1rem;
}

footer .container .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
  color: white;
  margin-bottom: 3em;
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 748px) {
  footer .container .socials {
    font-size: 0.8em;
  }
}

footer .container .socials a {
  display: flex;
  align-items: center;
}

footer .container .socials a:hover span {
  opacity: 1;
}

footer .container .socials a svg {
  width: 2em;
  height: 2em;
  margin-right: 0.25em;
}

footer .container .socials a span {
  opacity: 0.7;
  transition: all 0.15s ease-in-out 0s;
}

footer .container .language {
  display: flex;
  justify-content: center;
  color: white;
}

footer .container .language ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
}

footer .container .language ul li a {
  font-size: 0.8em;
  font-weight: 700;
}

@media (max-width: 748px) {
  footer .container .language ul li a {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 749px) {
  footer .container .language ul li a {
    padding: 0.5rem 3rem;
  }
}

footer .container .language ul li a:hover {
  text-decoration: underline;
}

footer .container .legal {
  color: white;
  margin-top: 3rem;
  text-align: center;
  font-size: 0.7em;
  opacity: 0.5;
}

footer .container .legal a {
  text-decoration: underline;
  margin-inline: 0.5em;
}

.ctaHero {
  background: #EDF2F6;
}

@media (max-width: 748px) {
  .ctaHero {
    padding-top: 11.5rem;
    font-size: clamp(1.3rem, 4vw, 2rem);
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .ctaHero {
    padding-top: 10.5rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .ctaHero {
    padding-top: 11rem;
    font-size: clamp(1.6rem, 1.5vw, 2rem);
  }
}

@media (min-width: 1101px) {
  .ctaHero {
    padding-top: 11.5rem;
    font-size: clamp(1.6rem, 1.5vw, 2rem);
  }
}

.ctaHero .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.5em;
  padding-block: 1.5em;
}

.ctaHero .container .ctaBlock {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 749px) {
  .ctaHero .container .ctaBlock {
    width: 50%;
  }
}

@media (max-width: 748px) {
  .ctaHero .container .ctaBlock .heading {
    text-align: center;
  }
}

.ctaHero .container .ctaBlock .heading h1 {
  font-size: 2.2em;
  margin-bottom: 0.3em;
}

.ctaHero .container .ctaBlock .heading h1 span {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 0.8em;
  display: block;
  font-weight: 400;
}

.ctaHero .container .ctaBlock .heading h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #FD4239;
  font-size: 1.3em;
  margin-bottom: 0.3em;
  font-weight: 400;
}

.ctaHero .container .ctaBlock .block {
  background: white;
  border-radius: 0.6rem;
}

@media (max-width: 748px) {
  .ctaHero .container .ctaBlock .block {
    margin-top: 1em;
    padding: 1em;
  }
}

@media (min-width: 749px) {
  .ctaHero .container .ctaBlock .block {
    margin-top: 1em;
    padding: 1em 1.5em;
  }
}

.ctaHero .container .ctaBlock .block h3 {
  display: flex;
  align-items: center;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.ctaHero .container .ctaBlock .block h3 img {
  width: 1.4em;
  margin-right: 0.4em;
}

.ctaHero .container .ctaBlock .block h3 em {
  display: inline;
  font-style: normal;
  font-weight: 600;
}

.ctaHero .container .ctaBlock .block .message {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.ctaHero .container .ctaBlock .block .message p {
  font-size: 0.9em;
  line-height: 1.3;
  margin-right: auto;
  margin-bottom: 0;
  padding-right: 0.5em;
  color: rgba(77, 77, 77, 0.8);
}

.ctaHero .container .ctaBlock .block .message p strong {
  color: #4d4d4d;
}

.ctaHero .container .ctaBlock .block .message .status {
  font-size: 0.65em;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 500;
}

.ctaHero .container .ctaBlock .block .message .status.red {
  color: #FD4239;
  opacity: 1;
}

.ctaHero .container .ctaBlock .block .button {
  justify-content: center;
  width: 100%;
  margin-bottom: 0.2em;
  padding-right: 2rem !important;
}

.ctaHero .container .ctaBlock .block .button:after {
  opacity: 0;
  content: ">";
}

.ctaHero .container .ctaBlock .block .button svg {
  position: static;
  margin-left: 0.5em;
}

.ctaHero .container .ctaBlock .block .button div[data-minddclass] {
  font-family: inherit;
  text-align: center;
  font-size: inherit !important;
  transition: none;
}

.ctaHero .container .ctaBlock .block .button.softblue {
  color: #0097D6 !important;
  font-weight: 500;
}

@media (min-width: 749px) and (max-width: 960px) {
  .ctaHero .container .ctaBlock .block .button.redfill {
    font-size: 1.8rem !important;
  }
}

.ctaHero .container .ctaBlock .block .moreInfo {
  text-underline-offset: 0.3em;
  text-decoration: underline;
  color: #819BAA;
  transition: all 0.15s ease-in-out 0s;
}

@media (min-width: 749px) and (max-width: 960px) {
  .ctaHero .container .ctaBlock .block .moreInfo {
    font-size: 1.4rem;
  }
}

@media (min-width: 961px) {
  .ctaHero .container .ctaBlock .block .moreInfo {
    font-size: 1.6rem;
  }
}

.ctaHero .container .ctaBlock .block .moreInfo:hover {
  color: #666666;
}

.ctaHero .container .imageBlock {
  position: relative;
  display: flex;
}

@media (max-width: 748px) {
  .ctaHero .container .imageBlock {
    display: none;
  }
}

@media (min-width: 749px) {
  .ctaHero .container .imageBlock {
    width: 50%;
  }
}

.ctaHero .container .imageBlock img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.6rem;
}

.hero {
  position: relative;
  width: 100%;
}

.hero.hasNoBottomMargin {
  margin-bottom: 0 !important;
}

@media (max-width: 748px) {
  .hero.hasTextLeftOnMobile .container {
    text-align: left !important;
  }
}

.hero.mindd {
  padding-top: 3vh;
  padding-bottom: 0;
}

@media (max-width: 748px) {
  .hero.mindd {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.hero.blue {
  background: #0097D6;
  color: white;
  background-image: linear-gradient(to bottom, #0097D6 0%, rgba(0, 109, 168, 0.6) 100%);
}

@media (max-width: 748px) {
  .hero.blue {
    margin-bottom: 3rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .hero.blue {
    margin-bottom: 3rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .hero.blue {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1101px) {
  .hero.blue {
    margin-bottom: 5rem;
  }
}

.hero .text {
  position: relative;
  z-index: 2;
}

@media (max-width: 748px) {
  .hero .text {
    padding-top: 7.5rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .hero .text {
    padding-top: 9.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .hero .text {
    padding-top: 9.5rem;
  }
}

@media (min-width: 1101px) {
  .hero .text {
    padding-top: 10rem;
  }
}

.hero .text .container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
}

@media (max-width: 748px) {
  .hero .text .container {
    padding-top: 3vh;
    padding-bottom: 5vh;
    align-items: flex-start;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .hero .text .container {
    padding-top: 5vh;
    padding-bottom: 4vh;
    align-items: center;
  }
}

@media (min-width: 961px) {
  .hero .text .container {
    padding-top: 6vh;
    padding-bottom: 4vh;
    align-items: center;
  }
}

.hero .text .container .button.ghost.small {
  align-self: center;
}

.hero .text .container .preTitle {
  letter-spacing: -0.05rem;
  font-family: "Schulbuch", Arial, sans-serif;
  opacity: 0.8;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 748px) {
  .hero .text .container .preTitle {
    margin: 0 0 1rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .hero .text .container .preTitle {
    margin: 0 0 1rem;
  }
}

@media (min-width: 961px) {
  .hero .text .container .preTitle {
    margin: 0 0 1rem;
  }
}

.hero .text .container .preTitle span {
  font-family: "Fira Sans", Arial, sans-serif;
  display: inline-block;
  font-size: 0.8em;
  color: gray;
  letter-spacing: 0;
  font-weight: 400;
}

.hero .text .container h1, .hero .text .container .subTitle {
  width: 100%;
  max-width: 80rem;
}

.hero .text .container .subTitle {
  letter-spacing: -0.05rem;
  font-family: "Schulbuch", Arial, sans-serif;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media (min-width: 749px) {
  .hero .text .container .subTitle br {
    display: none;
  }
}

.hero .text .container .subTitle .clear {
  width: 100%;
  height: 1px;
}

.hero .text .container .subTitle .button {
  margin-top: 1rem;
}

.hero .text .container .date {
  width: 100%;
  color: #0097D6;
  font-weight: 500;
}

@media (max-width: 748px) {
  .hero .text .container .buttons {
    margin-top: 2rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3vh;
    max-width: 70rem;
    transition: all 0.15s ease-in-out 0s;
  }
}

@media (min-width: 1101px) {
  .hero .text .container .buttons:hover .button {
    opacity: 0.6;
  }
  .hero .text .container .buttons:hover .button:hover {
    opacity: 1;
  }
}

@media (max-width: 748px) {
  .hero .text .container .buttons .button {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .buttons .button {
    width: calc(50% - 2rem);
    margin: 1rem;
    white-space: nowrap;
  }
}

.hero .text .container .postsBlock {
  width: 100%;
  margin: auto;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock {
    margin-top: -7rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .postsBlock {
    margin-top: -10rem;
  }
}

.hero .text .container .postsBlock .postItem {
  margin-bottom: 0.5rem;
  border: 0.2rem solid #EDF2F6;
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock .postItem {
    font-size: 0.9em;
  }
}

.hero .text .container .postsBlock .postItem.is-active .postLocation {
  border-radius: 0.5rem 0.5rem 0 0;
}

.hero .text .container .postsBlock .postItem.is-active .postLocation .button {
  opacity: 1;
  pointer-events: auto;
}

.hero .text .container .postsBlock .postItem.is-active .postLocation .icons .plus {
  display: none;
}

.hero .text .container .postsBlock .postItem.is-active .postLocation .icons .min {
  display: flex;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock .postItem.is-active .postDetails {
    display: block;
  }
}

@media (min-width: 749px) {
  .hero .text .container .postsBlock .postItem.is-active .postDetails {
    max-height: 75rem;
  }
}

.hero .text .container .postsBlock .postItem .postLocation {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
  line-height: 1.3;
  background: white;
  border-radius: 0.5rem;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock .postItem .postLocation {
    width: 100%;
    padding: 1.1rem 2rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .postsBlock .postItem .postLocation {
    width: 100%;
    padding: 2rem 3rem;
  }
}

.hero .text .container .postsBlock .postItem .postLocation h3 {
  margin: 0 3rem 0 0;
}

.hero .text .container .postsBlock .postItem .postLocation .button {
  position: relative;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock .postItem .postLocation .button {
    display: none;
  }
}

.hero .text .container .postsBlock .postItem .postLocation .icons {
  margin-left: auto;
}

.hero .text .container .postsBlock .postItem .postLocation .icons > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0097D6;
  background: #EDF2F6;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.hero .text .container .postsBlock .postItem .postLocation .icons > div svg {
  width: 60%;
  height: 60%;
}

.hero .text .container .postsBlock .postItem .postLocation .icons .min {
  display: none;
}

.hero .text .container .postsBlock .postItem .postDetails {
  overflow: hidden;
  background: white;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #4d4d4d;
  text-align: left;
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock .postItem .postDetails {
    display: none;
  }
}

@media (min-width: 749px) {
  .hero .text .container .postsBlock .postItem .postDetails {
    display: flex;
    max-height: 0;
  }
}

.hero .text .container .postsBlock .postItem .postDetails .textual {
  border-top: 2px solid #F3F2EA;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock .postItem .postDetails .textual {
    padding: 2rem 2rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .postsBlock .postItem .postDetails .textual {
    padding: 2rem 3rem;
    font-size: 0.9em;
    width: 50%;
  }
}

.hero .text .container .postsBlock .postItem .postDetails .textual a {
  color: #0097D6;
  text-decoration: underline;
}

.hero .text .container .postsBlock .postItem .postDetails .textual .button {
  margin-top: 0.5rem;
}

@media (max-width: 748px) {
  .hero .text .container .postsBlock .postItem .postDetails .map {
    width: 100%;
    height: 30rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .postsBlock .postItem .postDetails .map {
    width: 50%;
  }
}

.hero .text .container .postsBlock .postItem .postDetails .map iframe {
  width: 100%;
  height: 100%;
}

.hero .text .container .location {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  line-height: 1.1 !important;
  font-weight: 400;
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 748px) {
  .hero .text .container .location {
    margin: 2.5rem auto 1rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .location {
    margin-top: 3vh;
  }
}

.hero .text .container .location .icon {
  position: relative;
  margin-right: 1.5rem;
}

.hero .text .container .location .icon svg {
  -webkit-transform: translate(0.2rem, 0.2rem);
          transform: translate(0.2rem, 0.2rem);
}

.hero .text .container .location .icon .pulsar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-left: -2rem;
  margin-top: -2rem;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation-name: "pulse";
          animation-name: "pulse";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.hero .text .container .location span {
  text-decoration: underline;
}

.hero .text .container .businessHours {
  line-height: 1.2;
  text-align: left;
}

@media (min-width: 749px) {
  .hero .text .container .businessHours {
    display: flex;
    justify-content: center;
    font-size: 1.1em;
    margin-bottom: 1vh;
  }
}

.hero .text .container .businessHours .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  flex: 0 0 auto;
}

.hero .text .container .businessHours .icon svg {
  width: 50%;
  height: 50%;
  -webkit-transform: rotate(-45deg) translate(6%, 6%);
          transform: rotate(-45deg) translate(6%, 6%);
}

.hero .text .container .businessHours .icon.green {
  background: #429C26;
}

.hero .text .container .businessHours .icon.red {
  background: #FD4239;
}

.hero .text .container .businessHours .icon.orange {
  background: #F5A623;
}

.hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
  display: flex;
  align-items: center;
}

@media (max-width: 748px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    margin-top: 1rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    margin-right: 2rem;
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    margin-right: 4rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    width: calc((6 * (100% - (11 * 2rem)) / 12) + 10rem);
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .hero .text .container .businessHours .isOpen,
.hero .text .container .businessHours .isClosed,
.hero .text .container .businessHours .emmergency {
    width: calc((6 * (100% - (11 * 4rem)) / 12) + 20rem);
  }
}

@media (min-width: 749px) {
  .hero .text .container .businessHours .isOpen:nth-child(2n+2),
.hero .text .container .businessHours .isClosed:nth-child(2n+2),
.hero .text .container .businessHours .emmergency:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 749px) {
  .hero .text .container .businessHours .isOpen {
    justify-content: flex-end;
  }
}

.hero .text .container .businessHours .isOpen span {
  color: #429C26;
  font-weight: 700;
}

@media (min-width: 749px) {
  .hero .text .container .businessHours .isClosed {
    width: 100%;
    margin-right: 0;
  }
}

.hero .text .container .businessHours .isClosed span {
  color: #FD4239;
  font-weight: 700;
}

.hero .text .container .phone112 {
  color: #429C26;
  text-decoration: underline;
}

.hero .text .container .singleButton {
  width: 100%;
}

@media (max-width: 748px) {
  .hero .text .container .singleButton {
    margin-top: 3rem;
    text-align: center;
  }
}

@media (min-width: 749px) {
  .hero .text .container .singleButton {
    margin-top: 3vh;
  }
}

@media (max-width: 748px) {
  .hero .text .container .singleButton .button.xlarge {
    width: 100%;
  }
}

.hero .text .container #mindd_widget_embedded {
  width: 100%;
  background: #0097D6;
  border-radius: 0.5rem;
}

@media (max-width: 748px) {
  .hero .text .container #mindd_widget_embedded {
    padding: 0 1.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 350px) {
  .hero .text .container #mindd_widget_embedded {
    padding: 0 .5rem;
    line-height: 1.2;
  }
}

@media (min-width: 749px) {
  .hero .text .container #mindd_widget_embedded {
    max-width: 75rem;
    padding: 0 2rem;
  }
}

.hero .text .container #mindd_widget_embedded div {
  border-radius: 1rem;
}

@media (min-width: 749px) {
  .hero .text .container #mindd_widget_embedded div {
    text-align: center !important;
    justify-content: center;
  }
}

@media (max-width: 748px) {
  .hero .text .container #mindd_widget_embedded span {
    font-size: 0.8em;
  }
}

@media (max-width: 748px) {
  .hero .text .container #mindd_widget_embedded [data-minddclass="activityactions"] {
    margin-top: 3rem;
  }
}

.hero .text .container #mindd_widget_embedded .Activity-wryc0d-0 {
  margin-top: 0.5rem;
}

.hero .text .container #mindd_widget_embedded .hxzfJy {
  margin-top: 1rem;
}

.hero .text .container .vacatureSpecs {
  background: #F3F2EA;
}

@media (max-width: 748px) {
  .hero .text .container .vacatureSpecs {
    width: 100%;
    padding: 2rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .vacatureSpecs {
    display: flex;
    align-items: center;
  }
}

.hero .text .container .vacatureSpecs .spec {
  display: flex;
  align-items: center;
}

@media (max-width: 748px) {
  .hero .text .container .vacatureSpecs .spec {
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 749px) {
  .hero .text .container .vacatureSpecs .spec {
    margin: 4rem;
  }
}

@media (max-width: 748px) {
  .hero .text .container .vacatureSpecs .spec svg {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
}

@media (min-width: 749px) {
  .hero .text .container .vacatureSpecs .spec svg {
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
  }
}

.hero .visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

@media (max-width: 748px) {
  .hero .visual {
    height: 70vh;
    max-height: calc(100vh - 11rem);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.hero .visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: 'object-fit: cover';
}

.parsleyForm {
  display: block;
}

.parsleyForm:before, .parsleyForm:after {
  content: " ";
  display: table;
}

.parsleyForm:after {
  clear: both;
}

.parsleyForm .group {
  position: relative;
  margin-bottom: 1.5rem;
}

.parsleyForm .group:before, .parsleyForm .group:after {
  content: " ";
  display: table;
}

.parsleyForm .group:after {
  clear: both;
}

.parsleyForm .group .button {
  margin-right: 1rem;
}

.parsleyForm .group label {
  display: block;
  margin-bottom: 0.5rem;
}

.parsleyForm .group label span {
  color: #FD4239;
  margin-left: 0.5rem;
}

.parsleyForm .group label .text {
  display: inline-block;
}

.parsleyForm .group > div {
  margin-bottom: 1rem;
}

.parsleyForm .group > div.full {
  width: calc(100% - 1rem);
}

.parsleyForm .group > div.threeQuarters {
  width: 75%;
}

.parsleyForm .group > div.threeQuarters.inline {
  float: left;
  margin-right: 1rem;
  width: calc(75% - 1rem);
}

.parsleyForm .group > div.half {
  width: 50%;
}

.parsleyForm .group > div.half.inline {
  float: left;
  margin-right: 1rem;
  width: calc(50% - 1rem);
}

.parsleyForm .group > div.quarter {
  width: 25%;
}

.parsleyForm .group > div.quarter.inline {
  float: left;
  margin-right: 1rem;
  width: calc(25% - 1rem);
}

@media (max-width: 748px) {
  .parsleyForm .group > div {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
}

.faqBlock {
  max-width: 75rem;
  margin: auto;
}

@media (max-width: 748px) {
  .faqBlock {
    margin: 0 -1rem;
  }
}

.faqBlock .faqItem {
  border: 0.2rem solid #EDF2F6;
  margin-bottom: 0.5rem;
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 748px) {
  .faqBlock .faqItem {
    font-size: 0.9em;
  }
}

.faqBlock .faqItem.is-active {
  background: rgba(237, 242, 246, 0.5);
}

.faqBlock .faqItem.is-active .faqQuestion {
  letter-spacing: -0.005rem;
  font-weight: 600;
}

.faqBlock .faqItem.is-active .faqQuestion .icons .plus {
  display: none;
}

.faqBlock .faqItem.is-active .faqQuestion .icons .min {
  display: block;
}

.faqBlock .faqItem.is-active .faqAnswer {
  max-height: 75rem;
}

.faqBlock .faqItem .faqQuestion {
  position: relative;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
  line-height: 1.3;
  background: transparent;
}

@media (max-width: 748px) {
  .faqBlock .faqItem .faqQuestion {
    width: 100%;
    padding: 1.1rem 4rem 1.2rem 1rem;
  }
}

@media (min-width: 749px) {
  .faqBlock .faqItem .faqQuestion {
    width: 100%;
    padding: 2rem 5rem 2rem 2rem;
  }
}

.faqBlock .faqItem .faqQuestion .icons {
  position: absolute;
  color: #0097D6;
}

@media (max-width: 748px) {
  .faqBlock .faqItem .faqQuestion .icons {
    top: 1.2rem;
    right: 1.2rem;
  }
}

@media (min-width: 749px) {
  .faqBlock .faqItem .faqQuestion .icons {
    top: 2rem;
    right: 1.5rem;
  }
}

.faqBlock .faqItem .faqQuestion .icons .min {
  display: none;
}

.faqBlock .faqItem .faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.15s ease-in-out 0s;
}

@media (max-width: 748px) {
  .faqBlock .faqItem .faqAnswer .text {
    padding: 0 1rem;
  }
}

@media (min-width: 749px) {
  .faqBlock .faqItem .faqAnswer .text {
    padding: 0 2rem;
  }
}

.faqBlock .faqItem .faqAnswer .text a {
  color: #FD4239;
  text-decoration: underline;
}

@media (max-width: 748px) {
  .preCallBlock .preCallItem {
    font-size: 0.9em;
  }
}

.preCallBlock .preCallItem.is-active .preCallTitle {
  letter-spacing: -0.005rem;
  font-weight: 600;
}

.preCallBlock .preCallItem.is-active .preCallTitle .icons .plus {
  display: none;
}

.preCallBlock .preCallItem.is-active .preCallTitle .icons .min {
  display: flex;
}

.preCallBlock .preCallItem.is-active .preCallSummary {
  max-height: 75rem;
}

.preCallBlock .preCallItem .preCallTitle {
  position: relative;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
  line-height: 1.3;
  background: transparent;
}

@media (max-width: 748px) {
  .preCallBlock .preCallItem .preCallTitle {
    width: 100%;
    padding: 1rem 4rem 1.2rem 0;
  }
}

@media (min-width: 749px) {
  .preCallBlock .preCallItem .preCallTitle {
    width: 100%;
    padding: 1rem 5rem 1rem 0;
  }
}

.preCallBlock .preCallItem .preCallTitle .icons {
  position: absolute;
}

@media (max-width: 748px) {
  .preCallBlock .preCallItem .preCallTitle .icons {
    top: 0.5rem;
    right: 0;
  }
}

@media (min-width: 749px) {
  .preCallBlock .preCallItem .preCallTitle .icons {
    top: 0.7rem;
    right: 0;
  }
}

.preCallBlock .preCallItem .preCallTitle .icons > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0097D6;
  background: white;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.preCallBlock .preCallItem .preCallTitle .icons > div svg {
  width: 60%;
  height: 60%;
}

.preCallBlock .preCallItem .preCallTitle .icons .min {
  display: none;
}

.preCallBlock .preCallItem .preCallSummary {
  max-height: 0;
  overflow: hidden;
}

.preCallBlock .preCallItem .preCallSummary .text {
  border-left: 0.2rem solid rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  text-align: left;
}

@media (max-width: 748px) {
  .preCallBlock .preCallItem .preCallSummary .text {
    padding: 0.5rem 4rem 0.8rem 1rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .preCallBlock .preCallItem .preCallSummary .text {
    margin: 0 1.5rem;
    padding: 0.5rem 3rem 0.8rem 1.5rem;
  }
}

@media (min-width: 961px) {
  .preCallBlock .preCallItem .preCallSummary .text {
    margin: 0 1.5rem;
    padding: 0.5rem 25% 0.8rem 1.5rem;
  }
}

.preCallBlock .preCallItem .preCallSummary .text a {
  color: #FD4239;
  text-decoration: underline;
}

.cards {
  display: flex;
  flex-wrap: wrap;
}

.cards .card {
  margin-bottom: 3rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 748px) {
  .cards .card {
    width: 100%;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .cards .card {
    margin-right: 2rem;
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .cards .card {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .cards .card {
    margin-right: 3rem;
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .cards .card {
    margin-right: 4rem;
  }
}

@media (min-width: 749px) and (max-width: 748px) {
  .cards .card {
    width: calc((6 * (100% - (11 * 2rem)) / 12) + 10rem);
  }
}

@media (min-width: 749px) and (min-width: 749px) and (max-width: 960px) {
  .cards .card {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 749px) and (min-width: 961px) and (max-width: 1100px) {
  .cards .card {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 749px) and (min-width: 1101px) {
  .cards .card {
    width: calc((6 * (100% - (11 * 4rem)) / 12) + 20rem);
  }
}

@media (min-width: 749px) {
  .cards .card:nth-child(2n+2) {
    margin-right: 0;
  }
}

.cards .card .image.icon img {
  width: 25%;
  margin: 2rem auto 0;
  height: auto;
}

.cards .card .text {
  padding: 3rem;
}

.cards .card .text .role {
  color: gray;
  font-size: 0.9em;
  margin-bottom: 1rem;
}

.cards .card .text .quote {
  margin: 0;
}

.cards .card .text .link {
  color: #429C26;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards .card .text .button {
  margin-bottom: 0.5rem;
}

@media (min-width: 749px) {
  .vacatures.smallBlocks {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 749px) {
  .vacatures.smallBlocks .vacature {
    width: 32%;
  }
}

.vacatures .vacature {
  border: 0.2rem solid #F3F2EA;
}

@media (max-width: 748px) {
  .vacatures .vacature {
    padding: 2rem;
    margin: 0 -1rem 1rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .vacatures .vacature {
    padding: 3rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .vacatures .vacature {
    padding: 3rem 3rem 4rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1101px) {
  .vacatures .vacature {
    padding: 3rem 4rem 4rem;
    margin-bottom: 1rem;
  }
}

.vacatures .vacature .title {
  color: inherit;
  text-decoration: none;
}

.vacatures .vacature .link {
  color: #429C26;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 961px) {
  .news.highlights {
    display: flex;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .news.highlights .largeItem {
    margin-right: 2rem;
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .news.highlights .largeItem {
    margin-right: 3rem;
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .news.highlights .largeItem {
    margin-right: 3rem;
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .news.highlights .largeItem {
    margin-right: 4rem;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .news.highlights .largeItem {
    width: calc((6 * (100% - (11 * 2rem)) / 12) + 10rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .news.highlights .largeItem {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .news.highlights .largeItem {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .news.highlights .largeItem {
    width: calc((6 * (100% - (11 * 4rem)) / 12) + 20rem);
  }
}

@media (min-width: 961px) {
  .news.highlights .largeItem .newsItem {
    display: block;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .news.highlights .smallItems {
    width: calc((6 * (100% - (11 * 2rem)) / 12) + 10rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .news.highlights .smallItems {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .news.highlights .smallItems {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .news.highlights .smallItems {
    width: calc((6 * (100% - (11 * 4rem)) / 12) + 20rem);
  }
}

@media (min-width: 961px) {
  .news.highlights .smallItems .newsItem {
    display: flex;
  }
  .news.highlights .smallItems .newsItem .text {
    padding-left: 2rem;
    margin-top: 0;
    width: 50%;
  }
  .news.highlights .smallItems .newsItem .text span {
    padding: 0;
  }
  .news.highlights .smallItems .newsItem .text .arrowIcon {
    position: relative;
  }
  .news.highlights .smallItems .newsItem .image {
    width: 50%;
  }
}

@media (min-width: 961px) {
  .news.overview .largeItem {
    display: flex;
  }
  .news.overview .largeItem .newsItem {
    margin: 0 auto 5%;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .news.overview .largeItem .newsItem {
    width: calc((8 * (100% - (11 * 2rem)) / 12) + 14rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .news.overview .largeItem .newsItem {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .news.overview .largeItem .newsItem {
    width: calc((8 * (100% - (11 * 3rem)) / 12) + 21rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .news.overview .largeItem .newsItem {
    width: calc((8 * (100% - (11 * 4rem)) / 12) + 28rem);
  }
}

@media (min-width: 961px) {
  .news.overview .smallItems {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .news.overview .smallItems .newsItem {
    margin-right: 2rem;
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .news.overview .smallItems .newsItem {
    margin-right: 3rem;
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .news.overview .smallItems .newsItem {
    margin-right: 3rem;
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .news.overview .smallItems .newsItem {
    margin-right: 4rem;
  }
}

@media (min-width: 961px) and (max-width: 748px) {
  .news.overview .smallItems .newsItem {
    width: calc((6 * (100% - (11 * 2rem)) / 12) + 10rem);
  }
}

@media (min-width: 961px) and (min-width: 749px) and (max-width: 960px) {
  .news.overview .smallItems .newsItem {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 961px) and (min-width: 961px) and (max-width: 1100px) {
  .news.overview .smallItems .newsItem {
    width: calc((6 * (100% - (11 * 3rem)) / 12) + 15rem);
  }
}

@media (min-width: 961px) and (min-width: 1101px) {
  .news.overview .smallItems .newsItem {
    width: calc((6 * (100% - (11 * 4rem)) / 12) + 20rem);
  }
}

@media (min-width: 961px) {
  .news.overview .smallItems .newsItem:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .news .newsItem {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 2rem;
  }
}

@media (min-width: 961px) {
  .news .newsItem {
    margin-bottom: 5%;
  }
}

.news .newsItem:hover .arrowIcon {
  background: #0097D6;
  color: white;
}

.news .newsItem .text {
  position: relative;
  padding: 0;
}

@media (max-width: 748px) {
  .news .newsItem .text {
    width: 65%;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .news .newsItem .text {
    width: 75%;
  }
}

@media (min-width: 961px) {
  .news .newsItem .text {
    margin-top: 2rem;
    width: 100%;
  }
}

.news .newsItem .text span {
  display: block;
}

@media (max-width: 748px) {
  .news .newsItem .text span {
    padding-left: 2rem;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .news .newsItem .text span {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 961px) {
  .news .newsItem .text span {
    margin-bottom: 1rem;
    padding-right: 6rem;
  }
}

.news .newsItem .text .arrowIcon {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 960px) {
  .news .newsItem .text .arrowIcon {
    display: none;
  }
}

.news .newsItem .image {
  width: 100%;
  background: #0097D6;
  overflow: hidden;
}

@media (max-width: 748px) {
  .news .newsItem .image {
    width: 35%;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .news .newsItem .image {
    width: 25%;
  }
}

@media (min-width: 961px) {
  .news .newsItem .image {
    width: 100%;
  }
}

.news .newsItem .image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.digiHapNotice {
  max-width: 60rem;
}

@media (max-width: 748px) {
  .digiHapNotice {
    font-size: 0.8em;
    margin: 2rem auto 2rem;
  }
}

@media (min-width: 749px) {
  .digiHapNotice {
    margin: 2rem auto 2rem;
  }
}

.digiHapNotice a {
  color: #FD4239;
  text-decoration: underline;
}

.digiHapNotice small {
  opacity: 0.7;
}

@media (min-width: 749px) {
  .hapAddress {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4rem;
  }
}

.hapAddress #map {
  display: block;
  width: 100%;
  background: #F3F2EA;
}

@media (max-width: 748px) {
  .hapAddress #map {
    height: 75vh;
  }
}

@media (min-width: 749px) {
  .hapAddress #map {
    height: 100%;
  }
}

.hapAddress .route {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 960px) {
  .hapAddress .route {
    bottom: 2.5rem;
  }
}

@media (min-width: 961px) {
  .hapAddress .route {
    bottom: 4rem;
  }
}

.hapAddress .route .button {
  pointer-events: auto;
}

.hapAddress .maps {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}

@media (max-width: 748px) {
  .hapAddress .maps {
    height: 75vh;
  }
}

@media (min-width: 749px) {
  .hapAddress .maps {
    height: 35vh;
  }
}

.hapAddress .collumn {
  position: relative;
  display: flex;
}

@media (max-width: 748px) {
  .hapAddress .collumn {
    width: 100%;
  }
}

@media (min-width: 749px) {
  .hapAddress .collumn {
    display: flex;
    width: calc(50% - 2rem);
  }
}

.hapAddress .collumn .emergency strong {
  color: #FD4239;
}

.hapAddress .collumn .emergency a {
  color: #FD4239 !important;
}

.hapAddress .collumn:nth-child(odd) {
  justify-content: flex-end;
}

@media (max-width: 748px) {
  .hapAddress .collumn:nth-child(odd) .text {
    padding-top: 3rem;
    width: 100%;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .hapAddress .collumn:nth-child(odd) .text {
    padding-right: 3rem;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .hapAddress .collumn:nth-child(odd) .text {
    padding-right: 3rem;
  }
}

@media (min-width: 1101px) {
  .hapAddress .collumn:nth-child(odd) .text {
    padding-right: 4rem;
  }
}

.hapAddress .collumn:nth-child(even) {
  justify-content: flex-start;
}

.hapAddress .collumn .text .goodToKnow {
  font-style: italic;
  font-size: 0.9em;
  color: gray;
}

.hapAddress .collumn .text .postButtons .button {
  margin-right: 1em;
}

.hapAddress .collumn .text .postButtons a {
  white-space: nowrap;
  margin-bottom: 1em;
}

.hapAddress .collumn .text a:not(.button) {
  color: #0097D6;
  text-decoration: underline;
}

.offline {
  height: 100%;
}

.offline body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: white;
}

.offline .message {
  text-align: center;
  border-radius: 1rem;
}

@media (max-width: 748px) {
  .offline .message {
    padding: 3rem;
    width: 90%;
  }
}

@media (min-width: 749px) and (max-width: 960px) {
  .offline .message {
    padding: 4rem;
    width: 50rem;
  }
}

@media (min-width: 961px) {
  .offline .message {
    padding: 4rem;
    width: 50rem;
  }
}

.offline .message img {
  display: inline-block;
  width: 80%;
}
