@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* maven-pro-regular - latin */

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* maven-pro-500 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* maven-pro-900 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slider-startseite .slick-slide div {
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

@media (max-width: 640px) {
  body.no-scroll {
    overflow: hidden;
    touch-action: none;
  }
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #F0F0F0;
  font-family: "Maven Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #484848;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-1 {
  margin-left: 4.1666666667%;
}

.small-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-offset-2 {
  margin-left: 8.3333333333%;
}

.small-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-3 {
  margin-left: 12.5%;
}

.small-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.small-offset-4 {
  margin-left: 16.6666666667%;
}

.small-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-5 {
  margin-left: 20.8333333333%;
}

.small-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.small-offset-6 {
  margin-left: 25%;
}

.small-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-7 {
  margin-left: 29.1666666667%;
}

.small-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.small-offset-8 {
  margin-left: 33.3333333333%;
}

.small-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-9 {
  margin-left: 37.5%;
}

.small-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.small-offset-10 {
  margin-left: 41.6666666667%;
}

.small-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-11 {
  margin-left: 45.8333333333%;
}

.small-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.small-offset-12 {
  margin-left: 50%;
}

.small-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.small-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.small-offset-14 {
  margin-left: 58.3333333333%;
}

.small-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-15 {
  margin-left: 62.5%;
}

.small-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.small-offset-16 {
  margin-left: 66.6666666667%;
}

.small-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.small-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.small-offset-18 {
  margin-left: 75%;
}

.small-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.small-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.small-offset-20 {
  margin-left: 83.3333333333%;
}

.small-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-21 {
  margin-left: 87.5%;
}

.small-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.small-offset-22 {
  margin-left: 91.6666666667%;
}

.small-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }

  .medium-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }

  .medium-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .medium-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }

  .medium-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }

  .medium-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .medium-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }

  .medium-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }

  .medium-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .medium-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }

  .medium-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }

  .medium-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .medium-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }

  .medium-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }

  .medium-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .medium-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }

  .medium-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }

  .medium-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .medium-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }

  .medium-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }

  .medium-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .medium-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }

  .medium-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-1 {
    margin-left: 4.1666666667%;
  }

  .large-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .large-offset-2 {
    margin-left: 8.3333333333%;
  }

  .large-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .large-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .large-offset-4 {
    margin-left: 16.6666666667%;
  }

  .large-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-5 {
    margin-left: 20.8333333333%;
  }

  .large-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .large-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-7 {
    margin-left: 29.1666666667%;
  }

  .large-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .large-offset-8 {
    margin-left: 33.3333333333%;
  }

  .large-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .large-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .large-offset-10 {
    margin-left: 41.6666666667%;
  }

  .large-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-11 {
    margin-left: 45.8333333333%;
  }

  .large-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .large-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-13 {
    margin-left: 54.1666666667%;
  }

  .large-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .large-offset-14 {
    margin-left: 58.3333333333%;
  }

  .large-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .large-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .large-offset-16 {
    margin-left: 66.6666666667%;
  }

  .large-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-17 {
    margin-left: 70.8333333333%;
  }

  .large-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .large-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-19 {
    margin-left: 79.1666666667%;
  }

  .large-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .large-offset-20 {
    margin-left: 83.3333333333%;
  }

  .large-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .large-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .large-offset-22 {
    margin-left: 91.6666666667%;
  }

  .large-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-23 {
    margin-left: 95.8333333333%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    flex-basis: auto;
  }
}

.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 4.1666666667%;
}

.grid-x > .small-2 {
  width: 8.3333333333%;
}

.grid-x > .small-3 {
  width: 12.5%;
}

.grid-x > .small-4 {
  width: 16.6666666667%;
}

.grid-x > .small-5 {
  width: 20.8333333333%;
}

.grid-x > .small-6 {
  width: 25%;
}

.grid-x > .small-7 {
  width: 29.1666666667%;
}

.grid-x > .small-8 {
  width: 33.3333333333%;
}

.grid-x > .small-9 {
  width: 37.5%;
}

.grid-x > .small-10 {
  width: 41.6666666667%;
}

.grid-x > .small-11 {
  width: 45.8333333333%;
}

.grid-x > .small-12 {
  width: 50%;
}

.grid-x > .small-13 {
  width: 54.1666666667%;
}

.grid-x > .small-14 {
  width: 58.3333333333%;
}

.grid-x > .small-15 {
  width: 62.5%;
}

.grid-x > .small-16 {
  width: 66.6666666667%;
}

.grid-x > .small-17 {
  width: 70.8333333333%;
}

.grid-x > .small-18 {
  width: 75%;
}

.grid-x > .small-19 {
  width: 79.1666666667%;
}

.grid-x > .small-20 {
  width: 83.3333333333%;
}

.grid-x > .small-21 {
  width: 87.5%;
}

.grid-x > .small-22 {
  width: 91.6666666667%;
}

.grid-x > .small-23 {
  width: 95.8333333333%;
}

.grid-x > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 4.1666666667%;
  }

  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-3 {
    width: 12.5%;
  }

  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }

  .grid-x > .medium-6 {
    width: 25%;
  }

  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }

  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-9 {
    width: 37.5%;
  }

  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }

  .grid-x > .medium-12 {
    width: 50%;
  }

  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }

  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-15 {
    width: 62.5%;
  }

  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }

  .grid-x > .medium-18 {
    width: 75%;
  }

  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }

  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-21 {
    width: 87.5%;
  }

  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }

  .grid-x > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 4.1666666667%;
  }

  .grid-x > .large-2 {
    width: 8.3333333333%;
  }

  .grid-x > .large-3 {
    width: 12.5%;
  }

  .grid-x > .large-4 {
    width: 16.6666666667%;
  }

  .grid-x > .large-5 {
    width: 20.8333333333%;
  }

  .grid-x > .large-6 {
    width: 25%;
  }

  .grid-x > .large-7 {
    width: 29.1666666667%;
  }

  .grid-x > .large-8 {
    width: 33.3333333333%;
  }

  .grid-x > .large-9 {
    width: 37.5%;
  }

  .grid-x > .large-10 {
    width: 41.6666666667%;
  }

  .grid-x > .large-11 {
    width: 45.8333333333%;
  }

  .grid-x > .large-12 {
    width: 50%;
  }

  .grid-x > .large-13 {
    width: 54.1666666667%;
  }

  .grid-x > .large-14 {
    width: 58.3333333333%;
  }

  .grid-x > .large-15 {
    width: 62.5%;
  }

  .grid-x > .large-16 {
    width: 66.6666666667%;
  }

  .grid-x > .large-17 {
    width: 70.8333333333%;
  }

  .grid-x > .large-18 {
    width: 75%;
  }

  .grid-x > .large-19 {
    width: 79.1666666667%;
  }

  .grid-x > .large-20 {
    width: 83.3333333333%;
  }

  .grid-x > .large-21 {
    width: 87.5%;
  }

  .grid-x > .large-22 {
    width: 91.6666666667%;
  }

  .grid-x > .large-23 {
    width: 95.8333333333%;
  }

  .grid-x > .large-24 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.25rem);
}

.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}

.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.25rem);
}

.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.25rem);
}

.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}

.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.25rem);
}

.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.25rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.25rem);
  }

  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-18 {
    width: calc(75% - 1.25rem);
  }

  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.25rem);
  }

  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-24 {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.25rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.25rem);
  }

  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.25rem);
  }

  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.25rem);
  }

  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(37.5% - 0.625rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-15 {
    width: calc(62.5% - 0.625rem);
  }

  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-18 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-21 {
    width: calc(87.5% - 0.625rem);
  }

  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-24 {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 0.625rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 0.625rem);
  }

  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-18 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 0.625rem);
  }

  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-24 {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(37.5% - 0.625rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-15 {
    width: calc(62.5% - 0.625rem);
  }

  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-18 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-21 {
    width: calc(87.5% - 0.625rem);
  }

  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-24 {
    width: calc(100% - 0.625rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.825rem;
  padding-left: 0.825rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 0.625rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 0.625rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 0.625rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 0.625rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 0.625rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 0.625rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 4.1666666667%;
}

.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-3 {
  width: 12.5%;
}

.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}

.small-margin-collapse > .small-6 {
  width: 25%;
}

.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}

.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-9 {
  width: 37.5%;
}

.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}

.small-margin-collapse > .small-12 {
  width: 50%;
}

.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}

.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-15 {
  width: 62.5%;
}

.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}

.small-margin-collapse > .small-18 {
  width: 75%;
}

.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}

.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-21 {
  width: 87.5%;
}

.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}

.small-margin-collapse > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }

  .small-margin-collapse > .medium-6 {
    width: 25%;
  }

  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }

  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }

  .small-margin-collapse > .medium-12 {
    width: 50%;
  }

  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }

  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }

  .small-margin-collapse > .medium-18 {
    width: 75%;
  }

  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }

  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }

  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }

  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }

  .small-margin-collapse > .large-6 {
    width: 25%;
  }

  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }

  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }

  .small-margin-collapse > .large-12 {
    width: 50%;
  }

  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }

  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }

  .small-margin-collapse > .large-18 {
    width: 75%;
  }

  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }

  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }

  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }

  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }

  .medium-margin-collapse > .small-6 {
    width: 25%;
  }

  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }

  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }

  .medium-margin-collapse > .small-12 {
    width: 50%;
  }

  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }

  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }

  .medium-margin-collapse > .small-18 {
    width: 75%;
  }

  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }

  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }

  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }

  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }

  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }

  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }

  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }

  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }

  .medium-margin-collapse > .large-6 {
    width: 25%;
  }

  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }

  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }

  .medium-margin-collapse > .large-12 {
    width: 50%;
  }

  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }

  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }

  .medium-margin-collapse > .large-18 {
    width: 75%;
  }

  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }

  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }

  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }

  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }

  .large-margin-collapse > .small-6 {
    width: 25%;
  }

  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }

  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }

  .large-margin-collapse > .small-12 {
    width: 50%;
  }

  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }

  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }

  .large-margin-collapse > .small-18 {
    width: 75%;
  }

  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }

  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }

  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }

  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }

  .large-margin-collapse > .medium-6 {
    width: 25%;
  }

  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }

  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }

  .large-margin-collapse > .medium-12 {
    width: 50%;
  }

  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }

  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }

  .large-margin-collapse > .medium-18 {
    width: 75%;
  }

  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }

  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }

  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }

  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }

  .large-margin-collapse > .large-6 {
    width: 25%;
  }

  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }

  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }

  .large-margin-collapse > .large-12 {
    width: 50%;
  }

  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }

  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }

  .large-margin-collapse > .large-18 {
    width: 75%;
  }

  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }

  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }

  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 4.1666666667%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.1666666667% + 0.625rem);
}

.small-offset-2 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-3 {
  margin-left: 12.5%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 0.625rem);
}

.small-offset-4 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-5 {
  margin-left: 20.8333333333%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.8333333333% + 0.625rem);
}

.small-offset-6 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-7 {
  margin-left: 29.1666666667%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.1666666667% + 0.625rem);
}

.small-offset-8 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-9 {
  margin-left: 37.5%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 0.625rem);
}

.small-offset-10 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-11 {
  margin-left: 45.8333333333%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.8333333333% + 0.625rem);
}

.small-offset-12 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 0.625rem);
}

.small-offset-14 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-15 {
  margin-left: 62.5%;
}

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 0.625rem);
}

.small-offset-16 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 0.625rem);
}

.small-offset-18 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 0.625rem);
}

.small-offset-20 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-21 {
  margin-left: 87.5%;
}

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 0.625rem);
}

.small-offset-22 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 0.625rem);
  }

  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 0.625rem);
  }

  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }

  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 0.625rem);
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 0.625rem);
  }

  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 0.625rem);
  }

  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 0.625rem);
  }

  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 0.625rem);
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 0.625rem);
  }

  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }

  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 0.625rem);
  }

  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 0.625rem);
  }

  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }

  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 0.625rem);
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 0.625rem);
  }

  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }

  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 0.625rem);
  }

  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 0.625rem);
  }

  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }

  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }

  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 0.625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.3125rem);
  }

  .large-offset-1 {
    margin-left: 4.1666666667%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 0.3125rem);
  }

  .large-offset-2 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 0.3125rem);
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 0.3125rem);
  }

  .large-offset-4 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 0.3125rem);
  }

  .large-offset-5 {
    margin-left: 20.8333333333%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 0.3125rem);
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 0.3125rem);
  }

  .large-offset-7 {
    margin-left: 29.1666666667%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 0.3125rem);
  }

  .large-offset-8 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 0.3125rem);
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 0.3125rem);
  }

  .large-offset-10 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 0.3125rem);
  }

  .large-offset-11 {
    margin-left: 45.8333333333%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 0.3125rem);
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 0.3125rem);
  }

  .large-offset-13 {
    margin-left: 54.1666666667%;
  }

  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 0.3125rem);
  }

  .large-offset-14 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 0.3125rem);
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 0.3125rem);
  }

  .large-offset-16 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 0.3125rem);
  }

  .large-offset-17 {
    margin-left: 70.8333333333%;
  }

  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 0.3125rem);
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 0.3125rem);
  }

  .large-offset-19 {
    margin-left: 79.1666666667%;
  }

  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 0.3125rem);
  }

  .large-offset-20 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 0.3125rem);
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 0.3125rem);
  }

  .large-offset-22 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 0.3125rem);
  }

  .large-offset-23 {
    margin-left: 95.8333333333%;
  }

  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 0.3125rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    flex-basis: auto;
  }
}

.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 4.1666666667%;
}

.grid-y > .small-2 {
  height: 8.3333333333%;
}

.grid-y > .small-3 {
  height: 12.5%;
}

.grid-y > .small-4 {
  height: 16.6666666667%;
}

.grid-y > .small-5 {
  height: 20.8333333333%;
}

.grid-y > .small-6 {
  height: 25%;
}

.grid-y > .small-7 {
  height: 29.1666666667%;
}

.grid-y > .small-8 {
  height: 33.3333333333%;
}

.grid-y > .small-9 {
  height: 37.5%;
}

.grid-y > .small-10 {
  height: 41.6666666667%;
}

.grid-y > .small-11 {
  height: 45.8333333333%;
}

.grid-y > .small-12 {
  height: 50%;
}

.grid-y > .small-13 {
  height: 54.1666666667%;
}

.grid-y > .small-14 {
  height: 58.3333333333%;
}

.grid-y > .small-15 {
  height: 62.5%;
}

.grid-y > .small-16 {
  height: 66.6666666667%;
}

.grid-y > .small-17 {
  height: 70.8333333333%;
}

.grid-y > .small-18 {
  height: 75%;
}

.grid-y > .small-19 {
  height: 79.1666666667%;
}

.grid-y > .small-20 {
  height: 83.3333333333%;
}

.grid-y > .small-21 {
  height: 87.5%;
}

.grid-y > .small-22 {
  height: 91.6666666667%;
}

.grid-y > .small-23 {
  height: 95.8333333333%;
}

.grid-y > .small-24 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 4.1666666667%;
  }

  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-3 {
    height: 12.5%;
  }

  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }

  .grid-y > .medium-6 {
    height: 25%;
  }

  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }

  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-9 {
    height: 37.5%;
  }

  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }

  .grid-y > .medium-12 {
    height: 50%;
  }

  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }

  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-15 {
    height: 62.5%;
  }

  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }

  .grid-y > .medium-18 {
    height: 75%;
  }

  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }

  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-21 {
    height: 87.5%;
  }

  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }

  .grid-y > .medium-24 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 4.1666666667%;
  }

  .grid-y > .large-2 {
    height: 8.3333333333%;
  }

  .grid-y > .large-3 {
    height: 12.5%;
  }

  .grid-y > .large-4 {
    height: 16.6666666667%;
  }

  .grid-y > .large-5 {
    height: 20.8333333333%;
  }

  .grid-y > .large-6 {
    height: 25%;
  }

  .grid-y > .large-7 {
    height: 29.1666666667%;
  }

  .grid-y > .large-8 {
    height: 33.3333333333%;
  }

  .grid-y > .large-9 {
    height: 37.5%;
  }

  .grid-y > .large-10 {
    height: 41.6666666667%;
  }

  .grid-y > .large-11 {
    height: 45.8333333333%;
  }

  .grid-y > .large-12 {
    height: 50%;
  }

  .grid-y > .large-13 {
    height: 54.1666666667%;
  }

  .grid-y > .large-14 {
    height: 58.3333333333%;
  }

  .grid-y > .large-15 {
    height: 62.5%;
  }

  .grid-y > .large-16 {
    height: 66.6666666667%;
  }

  .grid-y > .large-17 {
    height: 70.8333333333%;
  }

  .grid-y > .large-18 {
    height: 75%;
  }

  .grid-y > .large-19 {
    height: 79.1666666667%;
  }

  .grid-y > .large-20 {
    height: 83.3333333333%;
  }

  .grid-y > .large-21 {
    height: 87.5%;
  }

  .grid-y > .large-22 {
    height: 91.6666666667%;
  }

  .grid-y > .large-23 {
    height: 95.8333333333%;
  }

  .grid-y > .large-24 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}

.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}

.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}

.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}

.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}

.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}

.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-24 {
    height: calc(100% - 0.625rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}

.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}

.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}

.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}

.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}

.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}

.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-24 {
    height: calc(100% - 0.625rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0.625rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0.625rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 20px;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Maven Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 20px;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 20px;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

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

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

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

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

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

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

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

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

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

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

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

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

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

* {
  outline: none;
}

.relative {
  position: relative;
}

.profile {
  max-width: 400px;
  margin: 100px auto;
}

.cookie {
  background-color: #154D60;
  color: #ffffff;
  font-size: 13px;
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 99;
  padding: 10px;
  display: none;
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cookie:hover {
  opacity: 1;
}

.cookie a {
  color: #8CD2EF;
  font-weight: 700;
}

.cookie a:hover {
  color: #ffffff;
}

.cookie .close-cookie-layer {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url("/themes/ehrensache/images/icon-close-lightblue.svg");
  background-size: 15px;
  background-repeat: no-repeat;
}

a {
  color: #16708D;
}

a:hover, a:focus, a:active {
  color: #154D60;
}

body, html, section, main {
  position: relative;
}

body.is-front header {
  background: none;
  filter: none;
  height: 115px;
}

body.is-front main {
  padding-top: 0;
}

body.node-type-news-uebersicht header, body.node-type-news header, body.node-type-textseite header, body.node-type-service header, body.node-type-nettiquette header, body.node-type-freiwilliger header, body.node-type-ehrenamt header, body.page-freiwilligehtml header, body.page-ehrenaemterhtml header, body.page-aktuelles-landkreisehtml header, body.page-feedbackhtml header, body.page-user header, body.node-type-inserat-anlegen header, body.node-type-inserat-loeschen header, body.node-type-inhaltsseite header, body.node-type-feedbackform-institution header, body.node-type-feedbackform-freiwilliger header, body.node-type-einfache-seite header, body.node-type-inserat-status header, body.node-type-presse header {
  height: 130px;
}

body.page-aktuelleslandkreisehtml main, body.node-type-news-uebersicht main, body.node-type-news main, body.node-type-textseite main, body.node-type-service main, body.node-type-nettiquette main, body.node-type-freiwilliger main, body.node-type-ehrenamt main, body.page-freiwilligehtml main, body.page-ehrenaemterhtml main, body.page-aktuelles-landkreisehtml main, body.page-feedbackhtml main, body.page-user main, body.node-type-inserat-anlegen main, body.node-type-inserat-loeschen main, body.node-type-inhaltsseite main, body.node-type-feedbackform-freiwilliger main, body.node-type-einfache-seite main, body.node-type-inserat-status main, body.node-type-presse main {
  padding-top: 170px;
}

body.node-type-feedbackform-institution main {
  padding-top: 130px;
}

@media (max-width: 640px) {
  body.node-type-news-uebersicht main, body.node-type-news main, body.node-type-textseite main, body.node-type-service main, body.node-type-nettiquette main, body.node-type-freiwilliger main, body.node-type-ehrenamt main, body.page-freiwilligehtml main, body.page-ehrenaemterhtml main, body.page-aktuelles-landkreisehtml main, body.page-feedbackhtml main, body.page-user main, body.node-type-inserat-anlegen main, body.node-type-inserat-loeschen main, body.node-type-inhaltsseite main, body.node-type-feedbackform-institution main, body.node-type-feedbackform-freiwilliger main, body.node-type-einfache-seite main, body.node-type-inserat-status main, body.node-type-presse main {
    padding-top: 50px;
  }
}

body.node-type-404-seite main {
  padding-top: 160px;
}

@media (max-width: 640px) {
  body.node-type-404-seite main {
    padding-top: 90px;
  }
}

#user-login-form {
  margin: 0 auto 100px;
  max-width: 420px;
  background-color: #ffffff;
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

p {
  font-size: 14px;
}

h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 47px;
  color: #ffffff;
}

h1.filter-freiwillige {
  padding-left: 80px;
  background-image: url("/themes/ehrensache/images/icon-thumb.svg");
  background-size: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}

h1.filter-institution {
  padding-left: 80px;
  background-image: url("/themes/ehrensache/images/icon-zeigefinger.svg");
  background-size: 48px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}

@media (max-width: 640px) {
  h1.filter-freiwillige, h1.filter-institution {
    background-size: 40px;
  }
}

.contact-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 245px;
  /*200px;*/
  left: -140px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-flag .text {
  width: 135px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*12px;*/
  line-height: 16px;
}

.contact-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.contact-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-sprechblase.svg");
  background-size: 20px 18px;
  /*30px 26px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-flag:hover {
  left: 0;
}

.feedback-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 290px;
  /*245px; */
  /*392px;*/
  left: -140px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feedback-flag .text {
  width: 135px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.feedback-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.feedback-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-feedback.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.feedback-flag:hover {
  left: 0;
}

.facebook-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 335px;
  /*245px; */
  /*392px;*/
  left: -95px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.facebook-flag .text {
  width: 90px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.facebook-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.facebook-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-social-facebook-white.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.facebook-flag:hover {
  left: 0;
}

.instagram-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 380px;
  /*245px; */
  /*392px;*/
  left: -95px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.instagram-flag .text {
  width: 90px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.instagram-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.instagram-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-social-instagram-white.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.instagram-flag:hover {
  left: 0;
}

.wasist-flag {
  background-color: #F7A806;
  /* $c-darkblue;*/
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 200px;
  /*245px;*/
  left: -185px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wasist-flag .text {
  width: 180px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.wasist-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #ffffff;
  /*#89D2F1;*/
}

.wasist-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-wasist-krone.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.wasist-flag:hover {
  left: 0;
}

.open-menu-corner {
  width: 100px;
  /*180px;*/
  height: 100px;
  /*180px;*/
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  /*background-image: url("/themes/ehrensache/images/icon-menu-ecke.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;*/
}

@media (max-width: 1023px) {
  .open-menu-corner {
    display: none;
  }
}

.menu-button {
  display: block;
  width: 36px;
  height: 25px;
  position: fixed;
  right: 32px;
  top: 41px;
  z-index: 99;
}

.menu-button .burger-icon {
  /*@include burger(35px, 3px, 4px, $c-white);*/
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-button .burger-icon, .menu-button .burger-icon::before, .menu-button .burger-icon::after {
  display: block;
  width: 36px;
  height: 3px;
  background-color: #16708D;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-button .burger-icon, .menu-button .burger-icon::before, .menu-button .burger-icon::after {
  position: absolute;
  content: "";
}

.menu-button .burger-icon::before {
  top: -7px;
}

.menu-button .burger-icon::after {
  top: 7px;
}

.menu-button .text {
  display: none !important;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}

.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.menu-button-mobile {
  background-color: #16708D;
  width: 56px;
  /*35px;*/
  height: 56px;
  position: fixed;
  bottom: 0px;
  right: 0;
  /*100px;*/
  z-index: 99;
}

.menu-button-mobile .burger-icon {
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  margin-left: 7px;
  /*9px;*/
  top:12px;
  left: 9px;
}

.menu-button-mobile .burger-icon, .menu-button-mobile .burger-icon::before, .menu-button-mobile .burger-icon::after {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-button-mobile .burger-icon, .menu-button-mobile .burger-icon::before, .menu-button-mobile .burger-icon::after {
  position: absolute;
  content: "";
}

.menu-button-mobile .burger-icon::before {
  top: -8px;
}

.menu-button-mobile .burger-icon::after {
  top: 8px;
}

.menu-button-mobile.is-active .burger-icon {
  background-color: transparent;
}

.menu-button-mobile.is-active .burger-icon::before {
  -webkit-transform: translateY(4px) rotate(45deg);
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.menu-button-mobile.is-active .burger-icon::after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.menu-container {
  /*background-color: $c-blue;*/
  background: #16708d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #16708d 0%, #104d61 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #16708d 0%, #104d61 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #16708d 0%, #104d61 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16708d', endColorstr='#104d61', GradientType=0);
  position: fixed;
  right: 100vw;
  top: 0;
  bottom: 0;
  z-index: 98;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-container .inner {
  display: block;
  position: relative;
  min-height: 100vh;
  width: 100vw;
  padding-top: 88px;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-container .inner .border-left {
  display: none;
}

.menu-container .inner .main-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-container .inner .main-links ul li {
  display: block;
  margin-bottom: 10px;
}

.menu-container .inner .main-links ul li a {
  display: inline-block;
  color: #8CD2EF;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #F7A806;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  padding: 12px 20px;
}

.menu-container .inner .main-links ul li a .people-count {
  display: inline-block;
  line-height: 24px;
  height: 28px;
  min-width: 28px;
  padding: 0 3px;
  border: 2px solid #F7A806;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  color: #F7A806;
  margin-top: -4px;
  margin-left: 15px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .menu-container .inner .main-links ul li a {
    font-size: 18px;
    padding: 10px 20px;
  }
}

.menu-container .inner .main-links ul li a.icon--einsatzstelle-inserieren {
  border: none;
  display: block;
  color: #8CD2EF;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 32px;
  background-image: url("/themes/ehrensache/images/icon-einsatzstellen_inserieren.svg");
}

.menu-container .inner .sub-links {
  margin-top: 50px;
}

.menu-container .inner .sub-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-container .inner .sub-links ul li {
  display: block;
  line-height: 28px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8CD2EF;
}

.menu-container .inner .sub-links ul li a {
  display: block;
  color: #8CD2EF;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 52px;
}

.menu-container .inner .sub-links ul li a.icon--sprechblase {
  background-image: url("/themes/ehrensache/images/icon-sprechblase-blue.svg");
  background-size: 30px;
}

.menu-container .inner .sub-links ul li a.icon--news {
  background-image: url("/themes/ehrensache/images/icon-news-blue.svg");
  background-size: contain;
}

.menu-container .inner .sub-links ul li a.icon--add-inserat {
  background-image: url("/themes/ehrensache/images/icon-add-inserat-blue.svg");
  background-size: 30px;
}

.menu-container .inner .sub-links ul li a.icon--police {
  background-image: url("/themes/ehrensache/images/icon-police-blue.svg");
}

.menu-container .inner .sub-links ul li a.icon--fingerprint {
  background-image: url("/themes/ehrensache/images/icon-fingerprint-blue.svg");
}

.menu-container .inner .sub-links ul li a.icon--court {
  background-image: url("/themes/ehrensache/images/icon-court-blue.svg");
}

.menu-container .inner .sub-links ul li a.icon--wasist {
  background-image: url("/themes/ehrensache/images/icon-wasist-blue.svg");
  background-size: 17px;
}

.menu-container .inner .sub-links ul li a.icon--compass {
  background-image: url("/themes/ehrensache/images/icon-compass-blue.svg");
  background-size: 30px;
}

.menu-container .inner .bottom-info {
  position: absolute;
  /*border-top: 2px solid $c-white;*/
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  bottom: 20px;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-container .inner .bottom-info p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-container .inner .bottom-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 50px;
}

.menu-container .inner .bottom-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.menu-container .inner .bottom-info ul li a {
  color: #8CD2EF;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
}

.menu-container .inner .bottom-info ul li:last-child {
  margin-right: 0;
}

@media (max-height: 665px) {
  .menu-container .inner .bottom-info .dresden {
    width: 72px;
    height: 30px;
  }

  .menu-container .inner .bottom-info .buergerstiftung {
    width: 118px;
    height: 30px;
  }
}

.menu-container.is-active {
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .menu-container {
    /*right: -635px;
        top: 0;*/
    /*right: -842px;
        top: -439px;*/
    right: -100vw;
    top: 0;
    bottom: 0;
    height: 100vh;
    /*-webkit-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        transform: rotate(-55deg);*/
    width: 100%;
  }

  .menu-container .menu-bg-image {
    display: block !important;
    position: absolute;
    z-index: 99;
    max-width: 40%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-container .inner {
    padding-top: 140px;
    /*width: 465px;*/
    max-width: 562px;
    float: right;
    margin-right: 100px;
  }

  .menu-container .inner .border-left {
    display: none;
    /*block;*/
    position: absolute;
    right: 100%;
    top: 0;
    width: 170px;
    height: 100vh;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #16708d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #16708d 0%, #104d61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #16708d 0%, #104d61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #16708d 0%, #104d61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16708d', endColorstr='#104d61', GradientType=0);
  }

  .menu-container .inner .sub-links {
    margin-top: 80px;
  }

  .menu-container .inner .sub-links ul li {
    padding-bottom: 30px;
    border-bottom: 1px solid #8CD2EF;
  }

  .menu-container .inner .bottom-info {
    bottom: auto;
    left: auto;
    right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-top: 20px;
  }

  .menu-container .inner .bottom-info p {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .menu-container .inner .bottom-info ul li {
    display: block;
    margin-bottom: 10px;
  }

  .menu-container .inner .bottom-info ul li a {
    font-size: 20px;
    line-height: 24px;
  }

  .menu-container.is-active {
    right: 0;
  }
}

@media (max-height: 820px) {
  .menu-container .inner {
    padding-top: 100px;
  }

  .menu-container .inner .bottom-info {
    bottom: 30px;
  }
}

@media (max-height: 665px) {
  .menu-container .inner {
    padding-top: 70px;
    min-height: 570px;
  }

  .menu-container .inner .sub-links {
    margin-top: 40px;
  }

  .menu-container .inner .bottom-info {
    bottom: 20px;
  }
}

.site-overlay {
  background-color: rgba(255, 255, 255, 0.83);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 97;
  display: none;
}

@media (max-width: 1023px) {
  .site-overlay {
    bottom: 100%;
    right: 100%;
    width: 0;
    height: 0;
  }
}
.colored-bar {
  background: #f7b400;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f7b400 0%, #d89301 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f7b400 0%, #d89301 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f7b400 0%, #d89301 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b400', endColorstr='#d89301', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 420px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

body.node-type-service .colored-bar {
  height: 489px;
}

body.node-type-nettiquette .colored-bar {
  height: 100%;
}

body.node-807 .colored-bar, body.node-2871 .colored-bar {
  height: 300px;
}

body.node-type-feedbackform-institution .colored-bar{
  height: 270px;
  position: absolute;
}

@media (max-width: 640px) {
  body.node-type-service .colored-bar {
    height: 405px;
  }
  body.node-type-feedbackform-institution .colored-bar{
    height: 155px;
  }
}

header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 96;
}

header .logo-link {
  display: inline-block;
  margin-top: -30px;
}

header .logo-link img {
  width: 380px;
  height: 148px;
}

header .nav-bubble {
  display: block;
  border: 2px solid #16708D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 21px;
  padding-top: 7px;
  padding-bottom: 8px;
  color: #ffffff !important;
  position: relative;
  background-color: #16708D;
  border-color: #16708D;
  /*&::after {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            content: "";
            width: 16px;
            height: 10px;
            background-color: $c-yellow;
            -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
            clip-path: polygon(100% 0, 0 0, 50% 50%);
        }*/
}

header .nav-bubble .icon-freiwillige {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

header .nav-bubble .icon-ehrenamt {
  width: 16px;
  height: 15px;
  margin-right: 4px;
}

header .nav-bubble.active {
  border: 2px solid #ffffff;
  background-color: transparent;
}

header .nav-bubble i {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

header .nav-bubble i.freiwillige {
  background-color: #e9a603;
}

header .nav-bubble i.ehrenamt {
  background-color: #e5a000;
}

header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  font-weight: 900;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1023px) {
  header {
    position: fixed;
    height: 56px !important;
    background-color: #ffffff !important;
    bottom: 0;
    top: auto;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.35);
  }

  header .mobile-header .logo-link {
    display: block;
    margin-top: 14px;
    margin-left: 12px;
    /*23px;*/
    width: 200px;
  }

  header .mobile-header .logo-link img {
    width: 190px;
    height: 31px;
  }
}

.header-bottom-border {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 100vw 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 98;
}

footer {
  position: relative;
  padding-top: 5px;
}

footer .footer-top {
  padding: 32px 0;
  background-color: #F0F0F0;
}

footer .footer-top .container {
  min-height: 100px;
  border-right: 1px solid #DADADA;
}

footer .footer-top .container .grid-x {
  min-height: 100px;
}

footer .footer-top .text-headline {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer .footer-top .text-headline a {
  color: #16708D;
}

footer .footer-top .text {
  font-size: 16px;
  /*line-height: 30px;*/
  line-height: 18px;
  font-weight: 500;
  color: #9D9D9C;
  text-transform: uppercase;
}

footer .footer-top .text a {
  color: inherit;
  text-transform: none;
}

footer .footer-top .icon-questionmark {
  margin-left: 20px;
  max-width: 46px;
  max-height: 46px;
}

footer .footer-top .icon-phone {
  margin-left: 10px;
  max-width: 46px;
  max-height: 46px;
}

footer .footer-top .icon-plane {
  margin-left: 10px;
  max-width: 46px;
  max-height: 46px;
}

footer .footer-bottom {
  background-color: #16708D;
  padding-top: 32px;
  padding-bottom: 20px;
  /*height: 182px;

        .grid-container {
            height: 182px;
        }
        .grid-x {
            height: 182px;
        }
        */
}

footer .footer-bottom .inhalt {
  padding-top: 70px;
}

footer .footer-bottom .text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

footer .footer-bottom ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* space-between; */
  gap: 70px;
}

footer .footer-bottom ul.menu li {
  /*display: inline-block;*/
  margin: 0;
  padding: 0;
}

footer .footer-bottom ul.menu li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}

footer .footer-bottom ul.menu.clearfix::after {
  display: none;
}

@media (max-width: 1023px) {
  footer .footer-top {
    padding-left: 26px;
    padding-right: 26px;
  }

  footer .footer-top .container {
    border-right: none;
    border-bottom: 2px solid #DADADA;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  footer .footer-top .text-headline {
    font-size: 16px;
    line-height: 17px;
  }

  footer .footer-top .text {
    font-size: 12px;
    line-height: 23px;
  }

  footer .footer-top .icon-questionmark {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 30px;
    max-height: 30px;
  }

  footer .footer-top .icon-phone {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 30px;
    max-height: 30px;
  }

  footer .footer-top .icon-plane {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 30px;
    max-height: 30px;
  }

  footer .footer-bottom {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer .footer-bottom .grid-container {
    height: auto;
  }

  footer .footer-bottom .grid-x {
    height: auto;
  }

  footer .footer-bottom .inhalt {
    padding-top: 10px;
  }

  footer .footer-bottom .inhalt .line {
    height: 2px;
    background-color: #ffffff;
    width: calc(100vw - 72px);
    margin-left: 36px;
    margin-bottom: 20px;
  }

  footer .footer-bottom .text {
    text-align: center;
    margin-bottom: 30px;
  }

  footer .footer-bottom ul.menu {
    display: block;
    text-align: center;
    width: calc(100vw - 72px);
    margin-left: 26px;
  }

  footer .footer-bottom ul.menu li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8CD2EF;
  }

  footer .footer-bottom ul.menu li a {
    color: #8CD2EF;
    padding: 20px 0;
    display: block;
  }

  footer .footer-bottom ul.menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.node-type-einfache-seite .modul--video .content-bg.newselem {
  padding: 0;
  border-radius: 0;
  background-color: unset !important;
}

.node-type-einfache-seite .modul--video .content-bg.newselem {
  padding: 0;
}

@media (max-width: 640px) {
  .node-type-einfache-seite .modul--video .content-bg.newselem {
    padding: 0;
  }
  .node-type-einfache-seite .modul--video .content-bg.newselem .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-einfache-seite .modul--video .newscolbg {
    height: 60vw !important;
  }
}

.node-type-einfache-seite section.modul--news-overview .content-bg h2 {
  font-size: 26px;
  line-height: 28px;
  padding-top: 30px;
}

.node-type-einfache-seite .modul--video .newscolbg {
  height: 270px;
  margin: 0;
  border-radius: 15px 15px 0 0;
}

.modul--video .newselem {
  background-color: #F9F9F9 !important;
}

.modul--video .newselem .line {
  right: auto !important;
  left: -30px !important;
}

.modul--video .newselem h2 {
  padding-bottom: 15px;
  padding-top: 0px;
  margin-top: 0px;
}

.modul--video .arrow {
  transform: translate(0%, -50%) !important;
  left: 0px !important;
  text-align: center;
  font-weight: bold;
  color: #16708D;
  width: 100% !important;
}

.modul--video .newscolbg {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 640px) {
  .modul--video .newscol3 {
    margin-top: 0px !important;
  }
}

@media (max-width: 640px) {
  .modul--video .newscolbg {
    height: 100% !important;
  }
}

div.galerie {
  position: relative;
}

.galoverlay {
  position: absolute;
  left: 0px;
  bottom: 55px;
  width: 100%;
}

div.galeriecontainer {
  margin-bottom: 60px;
}

div.galeriecontainer a.gallerielink {
  display: block;
  margin-bottom: calc(0.3125rem * 2);
}

div.galeriecontainer a.gallerielink img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.button, #edit-submit {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #16708D;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 18px 0;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.button.form, #edit-submit.form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}

.button.upper, #edit-submit.upper {
  text-transform: uppercase;
}

.button.find-region-offers-link, #edit-submit.find-region-offers-link {
  padding-left: 14px;
  padding-right: 48px;
  display: inline-block;
}

.button:hover, .button:focus, .button:active, #edit-submit:hover, #edit-submit:focus, #edit-submit:active {
  color: #ffffff;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
  background-color: #154D60;
}

.button:hover.form, .button:focus.form, .button:active.form, #edit-submit:hover.form, #edit-submit:focus.form, #edit-submit:active.form {
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);*/
}

.button.simple, #edit-submit.simple {
  background-color: #ffffff;
  border: 2px solid #16708D;
  color: #154D60;
}

.button.simple:hover, .button.simple:focus, .button.simple:active, #edit-submit.simple:hover, #edit-submit.simple:focus, #edit-submit.simple:active {
  background-color: #154D60;
  border-color: #154D60;
  color: #ffffff;
}

.button.floating-fixed, #edit-submit.floating-fixed {
  position: fixed;
  right: 38px;
  bottom: 38px;
  padding-left: 42px;
  padding-right: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url("/themes/ehrensache/images/icon-einsatzstellen_inserieren-white.svg");
}


@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* maven-pro-regular - latin */

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-regular.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* maven-pro-500 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-500.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-700.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* maven-pro-900 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.eot?#iefix") format("embedded-opentype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.woff2") format("woff2"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.woff") format("woff"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.ttf") format("truetype"), url("/themes/ehrensache/fonts/maven-pro-v32-latin-900.svg#MavenPro") format("svg");
  /* Legacy iOS */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slider-startseite .slick-slide div {
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #F0F0F0;
  font-family: "Maven Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #484848;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-1 {
  margin-left: 4.1666666667%;
}

.small-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-offset-2 {
  margin-left: 8.3333333333%;
}

.small-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-3 {
  margin-left: 12.5%;
}

.small-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.small-offset-4 {
  margin-left: 16.6666666667%;
}

.small-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-5 {
  margin-left: 20.8333333333%;
}

.small-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.small-offset-6 {
  margin-left: 25%;
}

.small-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-7 {
  margin-left: 29.1666666667%;
}

.small-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.small-offset-8 {
  margin-left: 33.3333333333%;
}

.small-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-9 {
  margin-left: 37.5%;
}

.small-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.small-offset-10 {
  margin-left: 41.6666666667%;
}

.small-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-11 {
  margin-left: 45.8333333333%;
}

.small-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.small-offset-12 {
  margin-left: 50%;
}

.small-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.small-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.small-offset-14 {
  margin-left: 58.3333333333%;
}

.small-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-15 {
  margin-left: 62.5%;
}

.small-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.small-offset-16 {
  margin-left: 66.6666666667%;
}

.small-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.small-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.small-offset-18 {
  margin-left: 75%;
}

.small-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.small-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.small-offset-20 {
  margin-left: 83.3333333333%;
}

.small-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-21 {
  margin-left: 87.5%;
}

.small-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.small-offset-22 {
  margin-left: 91.6666666667%;
}

.small-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }

  .medium-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }

  .medium-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .medium-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }

  .medium-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }

  .medium-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .medium-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }

  .medium-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }

  .medium-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .medium-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }

  .medium-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }

  .medium-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .medium-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }

  .medium-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }

  .medium-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .medium-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }

  .medium-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }

  .medium-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .medium-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }

  .medium-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }

  .medium-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .medium-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }

  .medium-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-1 {
    margin-left: 4.1666666667%;
  }

  .large-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .large-offset-2 {
    margin-left: 8.3333333333%;
  }

  .large-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .large-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .large-offset-4 {
    margin-left: 16.6666666667%;
  }

  .large-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-5 {
    margin-left: 20.8333333333%;
  }

  .large-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .large-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-7 {
    margin-left: 29.1666666667%;
  }

  .large-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .large-offset-8 {
    margin-left: 33.3333333333%;
  }

  .large-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .large-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .large-offset-10 {
    margin-left: 41.6666666667%;
  }

  .large-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-11 {
    margin-left: 45.8333333333%;
  }

  .large-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .large-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-13 {
    margin-left: 54.1666666667%;
  }

  .large-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .large-offset-14 {
    margin-left: 58.3333333333%;
  }

  .large-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .large-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .large-offset-16 {
    margin-left: 66.6666666667%;
  }

  .large-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-17 {
    margin-left: 70.8333333333%;
  }

  .large-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .large-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-19 {
    margin-left: 79.1666666667%;
  }

  .large-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .large-offset-20 {
    margin-left: 83.3333333333%;
  }

  .large-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .large-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .large-offset-22 {
    margin-left: 91.6666666667%;
  }

  .large-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-23 {
    margin-left: 95.8333333333%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    flex-basis: auto;
  }
}

.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 4.1666666667%;
}

.grid-x > .small-2 {
  width: 8.3333333333%;
}

.grid-x > .small-3 {
  width: 12.5%;
}

.grid-x > .small-4 {
  width: 16.6666666667%;
}

.grid-x > .small-5 {
  width: 20.8333333333%;
}

.grid-x > .small-6 {
  width: 25%;
}

.grid-x > .small-7 {
  width: 29.1666666667%;
}

.grid-x > .small-8 {
  width: 33.3333333333%;
}

.grid-x > .small-9 {
  width: 37.5%;
}

.grid-x > .small-10 {
  width: 41.6666666667%;
}

.grid-x > .small-11 {
  width: 45.8333333333%;
}

.grid-x > .small-12 {
  width: 50%;
}

.grid-x > .small-13 {
  width: 54.1666666667%;
}

.grid-x > .small-14 {
  width: 58.3333333333%;
}

.grid-x > .small-15 {
  width: 62.5%;
}

.grid-x > .small-16 {
  width: 66.6666666667%;
}

.grid-x > .small-17 {
  width: 70.8333333333%;
}

.grid-x > .small-18 {
  width: 75%;
}

.grid-x > .small-19 {
  width: 79.1666666667%;
}

.grid-x > .small-20 {
  width: 83.3333333333%;
}

.grid-x > .small-21 {
  width: 87.5%;
}

.grid-x > .small-22 {
  width: 91.6666666667%;
}

.grid-x > .small-23 {
  width: 95.8333333333%;
}

.grid-x > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 4.1666666667%;
  }

  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-3 {
    width: 12.5%;
  }

  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }

  .grid-x > .medium-6 {
    width: 25%;
  }

  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }

  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-9 {
    width: 37.5%;
  }

  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }

  .grid-x > .medium-12 {
    width: 50%;
  }

  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }

  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-15 {
    width: 62.5%;
  }

  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }

  .grid-x > .medium-18 {
    width: 75%;
  }

  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }

  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-21 {
    width: 87.5%;
  }

  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }

  .grid-x > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 4.1666666667%;
  }

  .grid-x > .large-2 {
    width: 8.3333333333%;
  }

  .grid-x > .large-3 {
    width: 12.5%;
  }

  .grid-x > .large-4 {
    width: 16.6666666667%;
  }

  .grid-x > .large-5 {
    width: 20.8333333333%;
  }

  .grid-x > .large-6 {
    width: 25%;
  }

  .grid-x > .large-7 {
    width: 29.1666666667%;
  }

  .grid-x > .large-8 {
    width: 33.3333333333%;
  }

  .grid-x > .large-9 {
    width: 37.5%;
  }

  .grid-x > .large-10 {
    width: 41.6666666667%;
  }

  .grid-x > .large-11 {
    width: 45.8333333333%;
  }

  .grid-x > .large-12 {
    width: 50%;
  }

  .grid-x > .large-13 {
    width: 54.1666666667%;
  }

  .grid-x > .large-14 {
    width: 58.3333333333%;
  }

  .grid-x > .large-15 {
    width: 62.5%;
  }

  .grid-x > .large-16 {
    width: 66.6666666667%;
  }

  .grid-x > .large-17 {
    width: 70.8333333333%;
  }

  .grid-x > .large-18 {
    width: 75%;
  }

  .grid-x > .large-19 {
    width: 79.1666666667%;
  }

  .grid-x > .large-20 {
    width: 83.3333333333%;
  }

  .grid-x > .large-21 {
    width: 87.5%;
  }

  .grid-x > .large-22 {
    width: 91.6666666667%;
  }

  .grid-x > .large-23 {
    width: 95.8333333333%;
  }

  .grid-x > .large-24 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.25rem);
}

.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}

.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.25rem);
}

.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.25rem);
}

.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}

.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.25rem);
}

.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.25rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.25rem);
  }

  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-18 {
    width: calc(75% - 1.25rem);
  }

  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.25rem);
  }

  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-x > .small-24 {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.25rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.25rem);
  }

  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.25rem);
  }

  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.25rem);
  }

  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(37.5% - 0.625rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-15 {
    width: calc(62.5% - 0.625rem);
  }

  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-18 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-x > .small-21 {
    width: calc(87.5% - 0.625rem);
  }

  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-x > .small-24 {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 0.625rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 0.625rem);
  }

  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-18 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 0.625rem);
  }

  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-x > .medium-24 {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(37.5% - 0.625rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-15 {
    width: calc(62.5% - 0.625rem);
  }

  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-18 {
    width: calc(75% - 0.625rem);
  }

  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-x > .large-21 {
    width: calc(87.5% - 0.625rem);
  }

  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-x > .large-24 {
    width: calc(100% - 0.625rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.825rem;
  padding-left: 0.825rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 0.625rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 0.625rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 0.625rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 0.625rem);
  }

  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 0.625rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 0.625rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 0.625rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 0.625rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 0.625rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 0.625rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 4.1666666667%;
}

.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-3 {
  width: 12.5%;
}

.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}

.small-margin-collapse > .small-6 {
  width: 25%;
}

.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}

.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-9 {
  width: 37.5%;
}

.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}

.small-margin-collapse > .small-12 {
  width: 50%;
}

.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}

.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-15 {
  width: 62.5%;
}

.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}

.small-margin-collapse > .small-18 {
  width: 75%;
}

.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}

.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-21 {
  width: 87.5%;
}

.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}

.small-margin-collapse > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }

  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }

  .small-margin-collapse > .medium-6 {
    width: 25%;
  }

  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }

  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }

  .small-margin-collapse > .medium-12 {
    width: 50%;
  }

  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }

  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }

  .small-margin-collapse > .medium-18 {
    width: 75%;
  }

  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }

  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }

  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }

  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }

  .small-margin-collapse > .large-6 {
    width: 25%;
  }

  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }

  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }

  .small-margin-collapse > .large-12 {
    width: 50%;
  }

  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }

  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }

  .small-margin-collapse > .large-18 {
    width: 75%;
  }

  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }

  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }

  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }

  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }

  .medium-margin-collapse > .small-6 {
    width: 25%;
  }

  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }

  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }

  .medium-margin-collapse > .small-12 {
    width: 50%;
  }

  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }

  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }

  .medium-margin-collapse > .small-18 {
    width: 75%;
  }

  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }

  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }

  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }

  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }

  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }

  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }

  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }

  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }

  .medium-margin-collapse > .large-6 {
    width: 25%;
  }

  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }

  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }

  .medium-margin-collapse > .large-12 {
    width: 50%;
  }

  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }

  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }

  .medium-margin-collapse > .large-18 {
    width: 75%;
  }

  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }

  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }

  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }

  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }

  .large-margin-collapse > .small-6 {
    width: 25%;
  }

  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }

  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }

  .large-margin-collapse > .small-12 {
    width: 50%;
  }

  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }

  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }

  .large-margin-collapse > .small-18 {
    width: 75%;
  }

  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }

  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }

  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }

  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }

  .large-margin-collapse > .medium-6 {
    width: 25%;
  }

  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }

  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }

  .large-margin-collapse > .medium-12 {
    width: 50%;
  }

  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }

  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }

  .large-margin-collapse > .medium-18 {
    width: 75%;
  }

  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }

  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }

  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }

  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }

  .large-margin-collapse > .large-6 {
    width: 25%;
  }

  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }

  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }

  .large-margin-collapse > .large-12 {
    width: 50%;
  }

  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }

  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }

  .large-margin-collapse > .large-18 {
    width: 75%;
  }

  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }

  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }

  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 4.1666666667%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.1666666667% + 0.625rem);
}

.small-offset-2 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-3 {
  margin-left: 12.5%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 0.625rem);
}

.small-offset-4 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-5 {
  margin-left: 20.8333333333%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.8333333333% + 0.625rem);
}

.small-offset-6 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-7 {
  margin-left: 29.1666666667%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.1666666667% + 0.625rem);
}

.small-offset-8 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-9 {
  margin-left: 37.5%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 0.625rem);
}

.small-offset-10 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-11 {
  margin-left: 45.8333333333%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.8333333333% + 0.625rem);
}

.small-offset-12 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 0.625rem);
}

.small-offset-14 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-15 {
  margin-left: 62.5%;
}

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 0.625rem);
}

.small-offset-16 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 0.625rem);
}

.small-offset-18 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 0.625rem);
}

.small-offset-20 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-21 {
  margin-left: 87.5%;
}

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 0.625rem);
}

.small-offset-22 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.625rem);
  }

  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 0.625rem);
  }

  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 0.625rem);
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 0.625rem);
  }

  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 0.625rem);
  }

  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 0.625rem);
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 0.625rem);
  }

  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 0.625rem);
  }

  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 0.625rem);
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 0.625rem);
  }

  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 0.625rem);
  }

  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 0.625rem);
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 0.625rem);
  }

  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }

  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 0.625rem);
  }

  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 0.625rem);
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 0.625rem);
  }

  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 0.625rem);
  }

  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }

  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 0.625rem);
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 0.625rem);
  }

  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }

  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 0.625rem);
  }

  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 0.625rem);
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 0.625rem);
  }

  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 0.625rem);
  }

  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }

  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 0.625rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.3125rem);
  }

  .large-offset-1 {
    margin-left: 4.1666666667%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 0.3125rem);
  }

  .large-offset-2 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 0.3125rem);
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 0.3125rem);
  }

  .large-offset-4 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 0.3125rem);
  }

  .large-offset-5 {
    margin-left: 20.8333333333%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 0.3125rem);
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 0.3125rem);
  }

  .large-offset-7 {
    margin-left: 29.1666666667%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 0.3125rem);
  }

  .large-offset-8 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 0.3125rem);
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 0.3125rem);
  }

  .large-offset-10 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 0.3125rem);
  }

  .large-offset-11 {
    margin-left: 45.8333333333%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 0.3125rem);
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 0.3125rem);
  }

  .large-offset-13 {
    margin-left: 54.1666666667%;
  }

  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 0.3125rem);
  }

  .large-offset-14 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 0.3125rem);
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 0.3125rem);
  }

  .large-offset-16 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 0.3125rem);
  }

  .large-offset-17 {
    margin-left: 70.8333333333%;
  }

  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 0.3125rem);
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 0.3125rem);
  }

  .large-offset-19 {
    margin-left: 79.1666666667%;
  }

  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 0.3125rem);
  }

  .large-offset-20 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 0.3125rem);
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 0.3125rem);
  }

  .large-offset-22 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 0.3125rem);
  }

  .large-offset-23 {
    margin-left: 95.8333333333%;
  }

  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 0.3125rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    flex-basis: auto;
  }
}

.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 4.1666666667%;
}

.grid-y > .small-2 {
  height: 8.3333333333%;
}

.grid-y > .small-3 {
  height: 12.5%;
}

.grid-y > .small-4 {
  height: 16.6666666667%;
}

.grid-y > .small-5 {
  height: 20.8333333333%;
}

.grid-y > .small-6 {
  height: 25%;
}

.grid-y > .small-7 {
  height: 29.1666666667%;
}

.grid-y > .small-8 {
  height: 33.3333333333%;
}

.grid-y > .small-9 {
  height: 37.5%;
}

.grid-y > .small-10 {
  height: 41.6666666667%;
}

.grid-y > .small-11 {
  height: 45.8333333333%;
}

.grid-y > .small-12 {
  height: 50%;
}

.grid-y > .small-13 {
  height: 54.1666666667%;
}

.grid-y > .small-14 {
  height: 58.3333333333%;
}

.grid-y > .small-15 {
  height: 62.5%;
}

.grid-y > .small-16 {
  height: 66.6666666667%;
}

.grid-y > .small-17 {
  height: 70.8333333333%;
}

.grid-y > .small-18 {
  height: 75%;
}

.grid-y > .small-19 {
  height: 79.1666666667%;
}

.grid-y > .small-20 {
  height: 83.3333333333%;
}

.grid-y > .small-21 {
  height: 87.5%;
}

.grid-y > .small-22 {
  height: 91.6666666667%;
}

.grid-y > .small-23 {
  height: 95.8333333333%;
}

.grid-y > .small-24 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 4.1666666667%;
  }

  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-3 {
    height: 12.5%;
  }

  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }

  .grid-y > .medium-6 {
    height: 25%;
  }

  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }

  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-9 {
    height: 37.5%;
  }

  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }

  .grid-y > .medium-12 {
    height: 50%;
  }

  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }

  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-15 {
    height: 62.5%;
  }

  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }

  .grid-y > .medium-18 {
    height: 75%;
  }

  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }

  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-21 {
    height: 87.5%;
  }

  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }

  .grid-y > .medium-24 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 4.1666666667%;
  }

  .grid-y > .large-2 {
    height: 8.3333333333%;
  }

  .grid-y > .large-3 {
    height: 12.5%;
  }

  .grid-y > .large-4 {
    height: 16.6666666667%;
  }

  .grid-y > .large-5 {
    height: 20.8333333333%;
  }

  .grid-y > .large-6 {
    height: 25%;
  }

  .grid-y > .large-7 {
    height: 29.1666666667%;
  }

  .grid-y > .large-8 {
    height: 33.3333333333%;
  }

  .grid-y > .large-9 {
    height: 37.5%;
  }

  .grid-y > .large-10 {
    height: 41.6666666667%;
  }

  .grid-y > .large-11 {
    height: 45.8333333333%;
  }

  .grid-y > .large-12 {
    height: 50%;
  }

  .grid-y > .large-13 {
    height: 54.1666666667%;
  }

  .grid-y > .large-14 {
    height: 58.3333333333%;
  }

  .grid-y > .large-15 {
    height: 62.5%;
  }

  .grid-y > .large-16 {
    height: 66.6666666667%;
  }

  .grid-y > .large-17 {
    height: 70.8333333333%;
  }

  .grid-y > .large-18 {
    height: 75%;
  }

  .grid-y > .large-19 {
    height: 79.1666666667%;
  }

  .grid-y > .large-20 {
    height: 83.3333333333%;
  }

  .grid-y > .large-21 {
    height: 87.5%;
  }

  .grid-y > .large-22 {
    height: 91.6666666667%;
  }

  .grid-y > .large-23 {
    height: 95.8333333333%;
  }

  .grid-y > .large-24 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}

.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}

.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}

.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}

.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}

.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}

.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-24 {
    height: calc(100% - 0.625rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}

.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}

.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}

.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}

.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}

.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}

.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.25rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.25rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.25rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.25rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.25rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.25rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.25rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.25rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.25rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 0.625rem);
  }

  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(12.5% - 0.625rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(25% - 0.625rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(37.5% - 0.625rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(50% - 0.625rem);
  }

  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-15 {
    height: calc(62.5% - 0.625rem);
  }

  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-18 {
    height: calc(75% - 0.625rem);
  }

  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 0.625rem);
  }

  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 0.625rem);
  }

  .grid-margin-y > .large-21 {
    height: calc(87.5% - 0.625rem);
  }

  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 0.625rem);
  }

  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 0.625rem);
  }

  .grid-margin-y > .large-24 {
    height: calc(100% - 0.625rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 0.625rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 0.625rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 20px;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Maven Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 20px;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 20px;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

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

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

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

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

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

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

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

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

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

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

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

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

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

* {
  outline: none;
}

.relative {
  position: relative;
}

.profile {
  max-width: 400px;
  margin: 100px auto;
}

.cookie {
  background-color: #154D60;
  color: #ffffff;
  font-size: 13px;
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 99;
  padding: 10px;
  display: none;
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cookie:hover {
  opacity: 1;
}

.cookie a {
  color: #8CD2EF;
  font-weight: 700;
}

.cookie a:hover {
  color: #ffffff;
}

.cookie .close-cookie-layer {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url("/themes/ehrensache/images/icon-close-lightblue.svg");
  background-size: 15px;
  background-repeat: no-repeat;
}

a {
  color: #16708D;
}

a:hover, a:focus, a:active {
  color: #154D60;
}

body, html, section, main {
  position: relative;
}

body.is-front header {
  background: none;
  filter: none;
  height: 115px;
}

body.is-front main {
  padding-top: 0;
}

body.node-type-news-uebersicht header, body.node-type-news header, body.node-type-textseite header, body.node-type-service header, body.node-type-nettiquette header, body.node-type-freiwilliger header, body.node-type-ehrenamt header, body.page-freiwilligehtml header, body.page-ehrenaemterhtml header, body.page-aktuelles-landkreisehtml header, body.page-feedbackhtml header, body.page-user header, body.node-type-inserat-anlegen header, body.node-type-inserat-loeschen header, body.node-type-inhaltsseite header, body.node-type-feedbackform-institution header, body.node-type-feedbackform-freiwilliger header, body.node-type-einfache-seite header, body.node-type-inserat-status header, body.node-type-presse header {
  height: 130px;
}

body.page-aktuelleslandkreisehtml main, body.node-type-news-uebersicht main, body.node-type-news main, body.node-type-textseite main, body.node-type-service main, body.node-type-nettiquette main, body.node-type-freiwilliger main, body.node-type-ehrenamt main, body.page-freiwilligehtml main, body.page-ehrenaemterhtml main, body.page-aktuelles-landkreisehtml main, body.page-feedbackhtml main, body.page-user main, body.node-type-inserat-anlegen main, body.node-type-inserat-loeschen main, body.node-type-inhaltsseite main, body.node-type-feedbackform-freiwilliger main, body.node-type-einfache-seite main, body.node-type-inserat-status main, body.node-type-presse main {
  padding-top: 170px;
}

body.node-type-feedbackform-institution main {
  padding-top: 130px;
}

@media (max-width: 640px) {
  body.node-type-news-uebersicht main, body.node-type-news main, body.node-type-textseite main, body.node-type-service main, body.node-type-nettiquette main, body.node-type-freiwilliger main, body.node-type-ehrenamt main, body.page-freiwilligehtml main, body.page-ehrenaemterhtml main, body.page-aktuelles-landkreisehtml main, body.page-feedbackhtml main, body.page-user main, body.node-type-inserat-anlegen main, body.node-type-inserat-loeschen main, body.node-type-inhaltsseite main, body.node-type-feedbackform-institution main, body.node-type-feedbackform-freiwilliger main, body.node-type-einfache-seite main, body.node-type-inserat-status main, body.node-type-presse main {
    padding-top: 50px;
  }
}

body.node-type-404-seite main {
  padding-top: 160px;
}

@media (max-width: 640px) {
  body.node-type-404-seite main {
    padding-top: 90px;
  }
}

#user-login-form {
  margin: 0 auto 100px;
  max-width: 420px;
  background-color: #ffffff;
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

p {
  font-size: 14px;
}

h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 47px;
  color: #ffffff;
}

h1.filter-freiwillige {
  padding-left: 80px;
  background-image: url("/themes/ehrensache/images/icon-thumb.svg");
  background-size: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}

h1.filter-institution {
  padding-left: 80px;
  background-image: url("/themes/ehrensache/images/icon-zeigefinger.svg");
  background-size: 48px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
}

@media (max-width: 640px) {
  h1.filter-freiwillige, h1.filter-institution {
    background-size: 40px;
  }
}

.contact-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 245px;
  /*200px;*/
  left: -140px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-flag .text {
  width: 135px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*12px;*/
  line-height: 16px;
}

.contact-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.contact-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-sprechblase.svg");
  background-size: 20px 18px;
  /*30px 26px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-flag:hover {
  left: 0;
}

.feedback-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 290px;
  /*245px; */
  /*392px;*/
  left: -140px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feedback-flag .text {
  width: 135px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.feedback-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.feedback-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-feedback.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.feedback-flag:hover {
  left: 0;
}

.facebook-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 335px;
  /*245px; */
  /*392px;*/
  left: -95px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.facebook-flag .text {
  width: 90px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.facebook-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.facebook-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-social-facebook-white.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.facebook-flag:hover {
  left: 0;
}

.instagram-flag {
  background-color: #154D60;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 380px;
  /*245px; */
  /*392px;*/
  left: -95px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.instagram-flag .text {
  width: 90px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.instagram-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #89D2F1;
}

.instagram-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-social-instagram-white.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.instagram-flag:hover {
  left: 0;
}

.wasist-flag {
  background-color: #F7A806;
  /* $c-darkblue;*/
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: fixed;
  top: 200px;
  /*245px;*/
  left: -185px;
  height: 40px;
  /*62px;*/
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wasist-flag .text {
  width: 180px;
  height: 40px;
  /*62px;*/
  float: left;
  padding-left: 12px;
  padding-top: 11px;
  /*15px;*/
  line-height: 16px;
}

.wasist-flag .text a {
  display: inline-block;
  font-size: 12px;
  /*14px;*/
  line-height: 14px;
  /*18px;*/
  font-weight: 900;
  color: #ffffff;
  /*#89D2F1;*/
}

.wasist-flag .icon {
  width: 40px;
  /*68px;*/
  height: 40px;
  /*62px;*/
  float: left;
  background-image: url("/themes/ehrensache/images/icon-wasist-krone.svg");
  background-size: 20px 20px;
  /*27px 27px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.wasist-flag:hover {
  left: 0;
}

.open-menu-corner {
  width: 100px;
  /*180px;*/
  height: 100px;
  /*180px;*/
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  /*background-image: url("/themes/ehrensache/images/icon-menu-ecke.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;*/
}

@media (max-width: 1023px) {
  .open-menu-corner {
    display: none;
  }
}

.menu-button {
  display: block;
  width: 36px;
  height: 25px;
  position: fixed;
  right: 32px;
  top: 41px;
  z-index: 99;
}

.menu-button .burger-icon {
  /*@include burger(35px, 3px, 4px, $c-white);*/
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-button .burger-icon, .menu-button .burger-icon::before, .menu-button .burger-icon::after {
  display: block;
  width: 36px;
  height: 3px;
  background-color: #16708D;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-button .burger-icon, .menu-button .burger-icon::before, .menu-button .burger-icon::after {
  position: absolute;
  content: "";
}

.menu-button .burger-icon::before {
  top: -7px;
}

.menu-button .burger-icon::after {
  top: 7px;
}

.menu-button .text {
  display: none !important;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}

.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.menu-button-mobile {
  background-color: #16708D;
  width: 56px;
  /*35px;*/
  height: 56px;
  position: fixed;
  bottom: 0px;
  right: 0;
  /*100px;*/
  z-index: 99;
}

.menu-button-mobile .burger-icon {
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  margin-left: 7px;
  /*9px;*/
  top:12px;
  left: 9px;
}

.menu-button-mobile .burger-icon, .menu-button-mobile .burger-icon::before, .menu-button-mobile .burger-icon::after {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu-button-mobile .burger-icon, .menu-button-mobile .burger-icon::before, .menu-button-mobile .burger-icon::after {
  position: absolute;
  content: "";
}

.menu-button-mobile .burger-icon::before {
  top: -8px;
}

.menu-button-mobile .burger-icon::after {
  top: 8px;
}

.menu-button-mobile.is-active .burger-icon {
  background-color: transparent;
}

.menu-button-mobile.is-active .burger-icon::before {
  -webkit-transform: translateY(4px) rotate(45deg);
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.menu-button-mobile.is-active .burger-icon::after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.menu-container {
  /*background-color: $c-blue;*/
  background: #16708d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #16708d 0%, #104d61 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #16708d 0%, #104d61 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #16708d 0%, #104d61 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16708d', endColorstr='#104d61', GradientType=0);
  position: fixed;
  right: 100vw;
  top: 0;
  bottom: 0;
  z-index: 98;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-container .inner {
  display: block;
  position: relative;
  min-height: 100vh;
  width: 100vw;
  padding-top: 88px;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-container .inner .border-left {
  display: none;
}

.menu-container .inner .main-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-container .inner .main-links ul li {
  display: block;
  margin-bottom: 10px;
}

.menu-container .inner .main-links ul li a {
  display: inline-block;
  color: #8CD2EF;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #F7A806;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  padding: 12px 20px;
}

.menu-container .inner .main-links ul li a .people-count {
  display: inline-block;
  line-height: 24px;
  height: 28px;
  min-width: 28px;
  padding: 0 3px;
  border: 2px solid #F7A806;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  color: #F7A806;
  margin-top: -4px;
  margin-left: 15px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .menu-container .inner .main-links ul li a {
    font-size: 24px;
    padding: 10px 20px;
  }
}

.menu-container .inner .main-links ul li a.icon--einsatzstelle-inserieren {
  border: none;
  display: block;
  color: #8CD2EF;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 32px;
  background-image: url("/themes/ehrensache/images/icon-einsatzstellen_inserieren.svg");
}

.menu-container .inner .sub-links {
  margin-top: 50px;
}

.menu-container .inner .sub-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-container .inner .sub-links ul li {
  display: block;
  line-height: 28px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8CD2EF;
}

.menu-container .inner .sub-links ul li a {
  display: block;
  color: #8CD2EF;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 52px;
}

.menu-container .inner .sub-links ul li a.icon--sprechblase {
  background-image: url("/themes/ehrensache/images/icon-sprechblase-blue.svg");
  background-size: 30px;
}

.menu-container .inner .sub-links ul li a.icon--news {
  background-image: url("/themes/ehrensache/images/icon-news-blue.svg");
  background-size: contain;
}

.menu-container .inner .sub-links ul li a.icon--add-inserat {
  background-image: url("/themes/ehrensache/images/icon-add-inserat-blue.svg");
  background-size: 30px;
}

.menu-container .inner .sub-links ul li a.icon--police {
  background-image: url("/themes/ehrensache/images/icon-police-blue.svg");
}

.menu-container .inner .sub-links ul li a.icon--fingerprint {
  background-image: url("/themes/ehrensache/images/icon-fingerprint-blue.svg");
}

.menu-container .inner .sub-links ul li a.icon--court {
  background-image: url("/themes/ehrensache/images/icon-court-blue.svg");
}

.menu-container .inner .sub-links ul li a.icon--wasist {
  background-image: url("/themes/ehrensache/images/icon-wasist-blue.svg");
  background-size: 17px;
}

.menu-container .inner .sub-links ul li a.icon--compass {
  background-image: url("/themes/ehrensache/images/icon-compass-blue.svg");
  background-size: 30px;
}

.menu-container .inner .bottom-info {
  position: absolute;
  /*border-top: 2px solid $c-white;*/
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  bottom: 20px;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-container .inner .bottom-info p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-container .inner .bottom-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 50px;
}

.menu-container .inner .bottom-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.menu-container .inner .bottom-info ul li a {
  color: #8CD2EF;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
}

.menu-container .inner .bottom-info ul li:last-child {
  margin-right: 0;
}

@media (max-height: 665px) {
  .menu-container .inner .bottom-info .dresden {
    width: 72px;
    height: 30px;
  }

  .menu-container .inner .bottom-info .buergerstiftung {
    width: 118px;
    height: 30px;
  }
}

.menu-container.is-active {
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .menu-container {
    /*right: -635px;
        top: 0;*/
    /*right: -842px;
        top: -439px;*/
    right: -100vw;
    top: 0;
    bottom: 0;
    height: 100vh;
    /*-webkit-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
        transform: rotate(-55deg);*/
    width: 100%;
  }

  .menu-container .menu-bg-image {
    display: block !important;
    position: absolute;
    z-index: 99;
    max-width: 40%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-container .inner {
    padding-top: 140px;
    /*width: 465px;*/
    max-width: 562px;
    float: right;
    margin-right: 100px;
  }

  .menu-container .inner .border-left {
    display: none;
    /*block;*/
    position: absolute;
    right: 100%;
    top: 0;
    width: 170px;
    height: 100vh;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #16708d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #16708d 0%, #104d61 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #16708d 0%, #104d61 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #16708d 0%, #104d61 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16708d', endColorstr='#104d61', GradientType=0);
  }

  .menu-container .inner .sub-links {
    margin-top: 80px;
  }

  .menu-container .inner .sub-links ul li {
    padding-bottom: 30px;
    border-bottom: 1px solid #8CD2EF;
  }

  .menu-container .inner .bottom-info {
    bottom: auto;
    left: auto;
    right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-top: 20px;
  }

  .menu-container .inner .bottom-info p {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .menu-container .inner .bottom-info ul li {
    display: block;
    margin-bottom: 10px;
  }

  .menu-container .inner .bottom-info ul li a {
    font-size: 20px;
    line-height: 24px;
  }

  .menu-container.is-active {
    right: 0;
  }
}

@media (max-height: 820px) {
  .menu-container .inner {
    padding-top: 100px;
  }

  .menu-container .inner .bottom-info {
    bottom: 30px;
  }
}

@media (max-height: 665px) {
  .menu-container .inner {
    padding-top: 70px;
    min-height: 570px;
  }

  .menu-container .inner .sub-links {
    margin-top: 40px;
  }

  .menu-container .inner .bottom-info {
    bottom: 20px;
  }
}

.site-overlay {
  background-color: rgba(255, 255, 255, 0.83);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 97;
  display: none;
}

@media (max-width: 1023px) {
  .site-overlay {
    bottom: 100%;
    right: 100%;
    width: 0;
    height: 0;
  }
}
.colored-bar {
  background: #f7b400;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f7b400 0%, #d89301 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f7b400 0%, #d89301 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f7b400 0%, #d89301 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b400', endColorstr='#d89301', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 420px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

body.node-type-service .colored-bar {
  height: 489px;
}

body.node-type-nettiquette .colored-bar {
  height: 100%;
}

body.node-807 .colored-bar, body.node-2871 .colored-bar {
  height: 300px;
}

body.node-type-feedbackform-institution .colored-bar{
  height: 270px;
  position: absolute;
}

@media (max-width: 640px) {
  body.node-type-service .colored-bar {
    height: 405px;
  }
  body.node-type-feedbackform-institution .colored-bar{
    height: 155px;
  }
}

header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 96;
}

header .logo-link {
  display: inline-block;
  margin-top: -30px;
}

header .logo-link img {
  width: 380px;
  height: 148px;
}

header .nav-bubble {
  display: block;
  border: 2px solid #16708D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 21px;
  padding-top: 7px;
  padding-bottom: 8px;
  color: #ffffff !important;
  position: relative;
  background-color: #16708D;
  border-color: #16708D;
  /*&::after {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            content: "";
            width: 16px;
            height: 10px;
            background-color: $c-yellow;
            -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
            clip-path: polygon(100% 0, 0 0, 50% 50%);
        }*/
}

header .nav-bubble .icon-freiwillige {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

header .nav-bubble .icon-ehrenamt {
  width: 16px;
  height: 15px;
  margin-right: 4px;
}

header .nav-bubble.active {
  border: 2px solid #ffffff;
  background-color: transparent;
}

header .nav-bubble i {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

header .nav-bubble i.freiwillige {
  background-color: #e9a603;
}

header .nav-bubble i.ehrenamt {
  background-color: #e5a000;
}

header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  font-weight: 900;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1023px) {
  header {
    position: fixed;
    height: 56px !important;
    background-color: #ffffff !important;
    bottom: 0;
    top: auto;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.35);
  }

  header .mobile-header .logo-link {
    display: block;
    margin-top: 14px;
    margin-left: 12px;
    /*23px;*/
    width: 200px;
  }

  header .mobile-header .logo-link img {
    width: 190px;
    height: 31px;
  }
}

.header-bottom-border {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 100vw 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 98;
}

footer {
  position: relative;
  padding-top: 5px;
}

footer .footer-top {
  padding: 32px 0;
  background-color: #F0F0F0;
}

footer .footer-top .container {
  min-height: 100px;
  border-right: 1px solid #DADADA;
}

footer .footer-top .container .grid-x {
  min-height: 100px;
}

footer .footer-top .text-headline {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer .footer-top .text-headline a {
  color: #16708D;
}

footer .footer-top .text {
  font-size: 16px;
  /*line-height: 30px;*/
  line-height: 18px;
  font-weight: 500;
  color: #9D9D9C;
  text-transform: uppercase;
}

footer .footer-top .text a {
  color: inherit;
  text-transform: none;
}

footer .footer-top .icon-questionmark {
  margin-left: 20px;
  max-width: 46px;
  max-height: 46px;
}

footer .footer-top .icon-phone {
  margin-left: 10px;
  max-width: 46px;
  max-height: 46px;
}

footer .footer-top .icon-plane {
  margin-left: 10px;
  max-width: 46px;
  max-height: 46px;
}

footer .footer-bottom {
  background-color: #16708D;
  padding-top: 32px;
  padding-bottom: 20px;
  /*height: 182px;

        .grid-container {
            height: 182px;
        }
        .grid-x {
            height: 182px;
        }
        */
}

footer .footer-bottom .inhalt {
  padding-top: 70px;
}

footer .footer-bottom .text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

footer .footer-bottom ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* space-between; */
  gap: 70px;
}

footer .footer-bottom ul.menu li {
  /*display: inline-block;*/
  margin: 0;
  padding: 0;
}

footer .footer-bottom ul.menu li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}

footer .footer-bottom ul.menu.clearfix::after {
  display: none;
}

@media (max-width: 1023px) {
  footer .footer-top {
    padding-left: 26px;
    padding-right: 26px;
  }

  footer .footer-top .container {
    border-right: none;
    border-bottom: 2px solid #DADADA;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  footer .footer-top .text-headline {
    font-size: 16px;
    line-height: 17px;
  }

  footer .footer-top .text {
    font-size: 12px;
    line-height: 23px;
  }

  footer .footer-top .icon-questionmark {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 30px;
    max-height: 30px;
  }

  footer .footer-top .icon-phone {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 30px;
    max-height: 30px;
  }

  footer .footer-top .icon-plane {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 30px;
    max-height: 30px;
  }

  footer .footer-bottom {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer .footer-bottom .grid-container {
    height: auto;
  }

  footer .footer-bottom .grid-x {
    height: auto;
  }

  footer .footer-bottom .inhalt {
    padding-top: 10px;
  }

  footer .footer-bottom .inhalt .line {
    height: 2px;
    background-color: #ffffff;
    width: calc(100vw - 72px);
    margin-left: 36px;
    margin-bottom: 20px;
  }

  footer .footer-bottom .text {
    text-align: center;
    margin-bottom: 30px;
  }

  footer .footer-bottom ul.menu {
    display: block;
    text-align: center;
    width: calc(100vw - 72px);
    margin-left: 26px;
  }

  footer .footer-bottom ul.menu li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8CD2EF;
  }

  footer .footer-bottom ul.menu li a {
    color: #8CD2EF;
    padding: 20px 0;
    display: block;
  }

  footer .footer-bottom ul.menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.node-type-einfache-seite .modul--video .content-bg.newselem {
  padding: 0;
  border-radius: 0;
  background-color: unset !important;
}

.node-type-einfache-seite .modul--video .content-bg.newselem {
  padding: 0;
}

@media (max-width: 640px) {
  .node-type-einfache-seite .modul--video .content-bg.newselem {
    padding: 0;
  }
  .node-type-einfache-seite .modul--video .content-bg.newselem .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .node-type-einfache-seite .modul--video .newscolbg {
    height: 60vw !important;
  }
}

.node-type-einfache-seite section.modul--news-overview .content-bg h2 {
  font-size: 26px;
  line-height: 28px;
  padding-top: 30px;
}

.node-type-einfache-seite .modul--video .newscolbg {
  height: 270px;
  margin: 0;
  border-radius: 15px 15px 0 0;
}

.modul--video .newselem {
  background-color: #F9F9F9 !important;
}

.modul--video .newselem .line {
  right: auto !important;
  left: -30px !important;
}

.modul--video .newselem h2 {
  padding-bottom: 15px;
  padding-top: 0px;
  margin-top: 0px;
}

.modul--video .arrow {
  transform: translate(0%, -50%) !important;
  left: 0px !important;
  text-align: center;
  font-weight: bold;
  color: #16708D;
  width: 100% !important;
}

.modul--video .newscolbg {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 640px) {
  .modul--video .newscol3 {
    margin-top: 0px !important;
  }
}

@media (max-width: 640px) {
  .modul--video .newscolbg {
    height: 100% !important;
  }
}

div.galerie {
  position: relative;
}

.galoverlay {
  position: absolute;
  left: 0px;
  bottom: 55px;
  width: 100%;
}

div.galeriecontainer {
  margin-bottom: 60px;
}

div.galeriecontainer a.gallerielink {
  display: block;
  margin-bottom: calc(0.3125rem * 2);
}

div.galeriecontainer a.gallerielink img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.button, #edit-submit {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #16708D;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 18px 0;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.button.form, #edit-submit.form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}

.button.upper, #edit-submit.upper {
  text-transform: uppercase;
}

.button.find-region-offers-link, #edit-submit.find-region-offers-link {
  padding-left: 14px;
  padding-right: 48px;
  display: inline-block;
}

.button:hover, .button:focus, .button:active, #edit-submit:hover, #edit-submit:focus, #edit-submit:active {
  color: #ffffff;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
  background-color: #154D60;
}

.button:hover.form, .button:focus.form, .button:active.form, #edit-submit:hover.form, #edit-submit:focus.form, #edit-submit:active.form {
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);*/
}

.button.simple, #edit-submit.simple {
  background-color: #ffffff;
  border: 2px solid #16708D;
  color: #154D60;
}

.button.simple:hover, .button.simple:focus, .button.simple:active, #edit-submit.simple:hover, #edit-submit.simple:focus, #edit-submit.simple:active {
  background-color: #154D60;
  border-color: #154D60;
  color: #ffffff;
}

.button.floating-fixed, #edit-submit.floating-fixed {
  position: fixed;
  right: 38px;
  bottom: 38px;
  padding-left: 42px;
  padding-right: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url("/themes/ehrensache/images/icon-einsatzstellen_inserieren-white.svg");
}


@media (max-width: 640px) {
  .button.with-icon, #edit-submit.with-icon {
    text-align: left;
    padding-left: 100px;
    padding-right: 30px;
  }

  .button.with-icon br, #edit-submit.with-icon br {
    content: "";
  }

  .button.floating-fixed, #edit-submit.floating-fixed {
    padding-left: 20px;
    right: 12px;
    bottom: 14px;
  }

  .button.floating-fixed span, #edit-submit.floating-fixed span {
    display: none;
  }
}

#edit-submit {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}

section.modul--startseite {
  position: relative;
  /*height: 820px;*/
}

section.modul--startseite .slider-container {
  height: auto;
  position: relative;
}

section.modul--startseite .slider-container .slider-startseite {
  height: 640px;
}

section.modul--startseite .slider-container .slider-startseite .slick-list {
  height: inherit;
}

section.modul--startseite .slider-container .slider-startseite .slick-list .slick-track {
  height: inherit;
}

section.modul--startseite .slider-container .slider-startseite .slick-list .slick-track .slider-element {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.modul--startseite .slider-startseite-video {
  height: 100vh;
  /*640px;*/
  position: relative;
  overflow: hidden;
}

section.modul--startseite .slider-startseite-video video {
  object-fit: cover;
  height: 100%;
}

section.modul--startseite .color-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(-45deg, rgba(247, 180, 0, 0.6) 0%, rgba(216, 147, 1, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(247, 180, 0, 0.6) 0%, rgba(216, 147, 1, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(247, 180, 0, 0.6) 0%, rgba(216, 147, 1, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf7b400', endColorstr='#ccd89301', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

section.modul--startseite .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 49px;
  font-weight: 900;
  text-align: center;
  width: 100%;
}

section.modul--startseite .text .zaehler {
  display: block;
  color: #ffffff;
  line-height: inherit;
  font-size: 37px;
  margin-bottom: 14px;
}

section.modul--startseite .text .highlight {
  display: inline-block;
  line-height: inherit;
  font-size: 20px;
  color: #F7A806;
  background-color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
}

section.modul--startseite .boxen {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

section.modul--startseite .boxen .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--startseite .boxen .box .container-left {
  background-color: #F0F0F0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 35px 0 0 40px;
  position: relative;
}

section.modul--startseite .boxen .box .container-left .titelbild {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  width: 100%;
  max-width: 265px;
}

section.modul--startseite .boxen .box .container-right {
  background-color: #ffffff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 35px 50px 40px 55px;
}

section.modul--startseite .boxen .box .headline {
  font-size: 25px;
  font-weight: 900;
  line-height: 29px;
  color: #F7A806;
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  section.modul--startseite {
    height: auto;
  }

  section.modul--startseite .slider-container {
    height: 640px;
  }

  section.modul--startseite .slider-container .slider-startseite {
    height: 640px;
  }

  section.modul--startseite .color-layer {
    height: 640px;
  }

  section.modul--startseite .text {
    line-height: 23px;
    width: 100%;
    top: 150px;
    transform: translate(-50%, 0);
  }

  section.modul--startseite .text .zaehler {
    font-size: 18px;
    margin-bottom: 6px;
  }

  section.modul--startseite .text .highlight {
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 20px;
  }

  section.modul--startseite .boxen {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -123px;
  }

  section.modul--startseite .boxen .box {
    margin-bottom: 10px;
  }

  section.modul--startseite .boxen .box .container-left {
    height: 84px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }

  section.modul--startseite .boxen .box .container-left .titelbild {
    max-width: 180px;
    min-height: 130px;
    top: 10px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  section.modul--startseite .boxen .box .container-right {
    height: auto;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    padding: 50px 18px 18px 18px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  section.modul--startseite {
    height: auto;
  }

  section.modul--startseite .slider-container {
    height: 1000px;
  }

  section.modul--startseite .slider-container .slider-startseite {
    height: 1000px;
  }

  section.modul--startseite .color-layer {
    height: 100%;
  }
}

section.modul--startseite .text-container {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}

section.modul--startseite .text-container h1, section.modul--startseite .text-container p {
  color: #ffffff;
}

section.modul--startseite .text-container h1 {
  font-size: 80px;
  line-height: 86px;
  margin-bottom: 20px;
}

section.modul--startseite .text-container p {
  max-width: 90%;
  font-size: 16px;
  line-height: 22px;
}

section.modul--startseite .text-container .linkbox {
  display: flex;
  gap: 32px;
  align-items: center;
  padding-left: 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

section.modul--startseite .text-container .linkbox.blue {
  background-color: #16708D;
  color: #ffffff;
  margin-bottom: 20px;
}

section.modul--startseite .text-container .linkbox.white {
  background-color: #ffffff;
  color: #16708D;
}

section.modul--startseite .text-container .linkbox .text-box {
  flex: 0 0 200px;
}

section.modul--startseite .text-container .linkbox .text-box .top-headline {
  display: block;
  margin-bottom: 8px;
  width: 200px;
}

section.modul--startseite .text-container .linkbox .text-box .headline {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

section.modul--startseite .text-container .linkbox .icon-box {
  flex: 0 0 50px;
}

section.modul--startseite .text-container .linkbox .icon-box img {
  width: inherit;
}

section.modul--startseite .text-container .linkbox .teaser-image {
  margin-left: -70px;
  max-width: 280px;
  max-height: 140px;
}

section.modul--startseite .text-container .arrows-down {
  width: 30px;
  margin-top: 30px;
}

section.modul--startseite .text-container .small-linkbox-container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  section.modul--startseite .text-container {
    bottom: 50px;
  }

  section.modul--startseite .text-container h1 {
    font-size: 50px;
    line-height: 54px;
  }

  section.modul--startseite .text-container p {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  section.modul--startseite .text-container .linkbox {
    gap: 18px;
    padding-left: 18px;
  }

  section.modul--startseite .text-container .linkbox .icon-box {
    flex: 0 0 35px;
  }

  section.modul--startseite .text-container .linkbox .text-box {
    flex: 0 0 195px;
  }

  section.modul--startseite .text-container .linkbox .text-box .top-headline {
    width: 195px;
  }

  section.modul--startseite .text-container .linkbox .teaser-image {
    margin-left: -68px;
    max-width: 180px;
    max-height: 120px;
  }
}

@media (max-width: 640px) {
  section.modul--startseite .text-container {
    bottom: 30px;
  }

  section.modul--startseite .text-container h1 {
    margin-bottom: 100px;
  }

  section.modul--startseite .text-container p {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  section.modul--startseite .text-container .linkbox {
    display: inline-block;
    padding-left: 0;
    text-align: center;
    padding-bottom: 15px;
  }

  section.modul--startseite .text-container .linkbox.white {
    margin-top: 30px;
  }

  section.modul--startseite .text-container .linkbox .text-box {
    flex: auto;
  }

  section.modul--startseite .text-container .linkbox .text-box .top-headline {
    width: auto;
  }

  section.modul--startseite .text-container .linkbox .text-box .headline {
    display: block;
    margin-bottom: 10px;
  }

  section.modul--startseite .text-container .linkbox .icon-box {
    flex: auto;
  }

  section.modul--startseite .text-container .linkbox .icon-box img {
    width: 34px;
  }

  section.modul--startseite .text-container .linkbox .teaser-image {
    margin-left: 0;
    margin-top: -60px;
    max-width: 100%;
    max-height: fit-content;
  }

  section.modul--startseite .text-container .arrows-down {
    margin-bottom: 50px;
  }
}

section.modul--landkreise-teaser {
  padding-top: 125px;
  padding-bottom: 200px;
  background: #e8e8e8;
  background: -moz-linear-gradient(0deg, #e8e8e8 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #e8e8e8 0%, white 100%);
  background: linear-gradient(0deg, #e8e8e8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#ffffff", GradientType=1);
}

@media (max-width: 640px) {
  section.modul--landkreise-teaser {
    padding-top: 48px;
    padding-bottom: 30px;
  }
}

section.modul--landkreise-teaser h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 49px;
  color: #16708D;
  margin-bottom: 22px;
}

@media (max-width: 640px) {
  section.modul--landkreise-teaser h2 {
    margin-bottom: 52px;
  }
}

section.modul--landkreise-teaser .teaser-box {
  margin-bottom: 20px;
}

section.modul--landkreise-teaser .teaser-link {
  display: block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

section.modul--landkreise-teaser .teaser-link img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--landkreise-teaser .teaser-link .overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  /*cover;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-repeat: no-repeat;
}

section.modul--landkreise-teaser .teaser-box.modern {
  padding-top: 77px;
}

section.modul--landkreise-teaser .teaser-box.modern .teaser-box-top {
  text-align: center;
  background: #34869f;
  background: -moz-linear-gradient(0deg, #34869f 0%, #67b5ce 100%);
  background: -webkit-linear-gradient(0deg, #34869f 0%, #67b5ce 100%);
  background: linear-gradient(0deg, #34869f 0%, #67b5ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34869f", endColorstr="#67b5ce", GradientType=1);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

section.modul--landkreise-teaser .teaser-box.modern .teaser-box-top .overlay-image {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  background-size: initial;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  margin-top: -77px;
  max-width: 80%;
  height: 170px;
}

section.modul--landkreise-teaser .teaser-box.modern .teaser-box-bottom {
  background-color: #ffffff;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  color: #16708D;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 32px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 640px) {
  section.modul--landkreise-teaser .teaser-box.modern {
    padding-top: 50px;
    margin-bottom: 40px;
  }

  section.modul--landkreise-teaser .teaser-box.modern .teaser-box-top {
    margin-top: -50px;
    max-width: 100%;
  }

  section.modul--landkreise-teaser .teaser-box.modern .teaser-box-bottom {
    padding-top: 14px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.modul--startseite-wochenstunden {
  background-color: #16708D;
  padding-top: 170px;
  padding-bottom: 120px;
}

section.modul--startseite-wochenstunden p {
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
}

section.modul--startseite-wochenstunden p strong {
  font-weight: 700;
}

section.modul--startseite-wochenstunden .erfolg-button {
  display: inline-block;
  margin-top: 35px;
  padding: 16px 20px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

section.modul--startseite-wochenstunden .arrows-down {
  margin-top: 70px;
}

@media (max-width: 640px) {
  section.modul--startseite-wochenstunden p {
    font-size: 25px;
    line-height: 32px;
  }

  section.modul--startseite-wochenstunden .erfolg-button {
    font-size: 16px;
    line-height: 32px;
  }
}

section.modul--sprungmarkenheadline {
  padding-top: 40px;
}

section.modul--sprungmarkenheadline h2 {
  font-size: 31px;
  line-height: 37px;
  font-weight: 900;
  color: #16708D;
  margin-bottom: 36px;
}

@media (max-width: 640px) {
  section.modul--sprungmarkenheadline {
    padding-top: 30px;
  }

  section.modul--sprungmarkenheadline h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 30px;
  }
}

section.modul--headline {
  margin-bottom: 47px;
}

body.node-type-feedbackform-institution section.modul--headline {
  margin-bottom: 75px;
}

body.node-type-feedbackform-institution{
  background: linear-gradient(#fff 200px, #F0F0F0);
}

body.node-type-feedbackform-institution footer .footer-top {
  background: #fff;
}

section.modul--headline h1 {
  line-height: 60px;
}

section.modul--headline.service h1 {
  margin-bottom: 86px;
}

section.modul--headline.service h3 {
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 19px;
}

section.modul--headline.service .button {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
  section.modul--headline h1 {
    font-size: 30px;
    line-height: 34px;
  }

  section.modul--headline h1.filter-freiwillige, section.modul--headline h1.filter-institution {
    padding-left: 0;
    padding-top: 50px;
    text-align: center;
    background-position: top center;
    background-size: 40px;
  }

  section.modul--headline.service h1 {
    margin-bottom: 35px;
  }
}

@media (max-width: 640px) {

  section.modul--headline {
    margin-bottom: 35px;
  }

  section.modul--headline h1 {
    //font-size: 56px;
    //line-height: 66px;
    font-size: 36px;
    line-height: 42px;
    text-align:left;
  }

  section.modul--headline h1.filter-institution {
    font-size: 27px;
    line-height: 33px;
  }

  section.modul--headline.service h1,
  body.node-807 .modul--headline h1,
  body.node-63 .modul--headline h1,
  body.node-685 .modul--headline h1,
  body.node-34 .modul--headline h1 {
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 10px;
  }

  section.modul--headline.service h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}

section.modul--news-overview .newscolbg {
  margin: -50px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-size: cover;
  background-position: center center;
  height: calc(100% + 100px);
}

@media (max-width: 640px) {
  section.modul--news-overview .newscolbg {
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
  }
}

@media (max-width: 640px) {
  section.modul--news-overview .newscol1 {
    display: none;
  }
}

@media (max-width: 640px) {
  section.modul--news-overview .newscol3 {
    margin-top: 100px;
  }
}

section.modul--news-overview .content-bg {
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.modul--news-overview .content-bg:hover {
  opacity: 0.9;
}

section.modul--news-overview .content-bg .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  section.modul--news-overview .content-bg .arrow {
    display: none;
  }
}

section.modul--news-overview .content-bg h2 {
  color: #16708D;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 0px;
}

@media (max-width: 640px) {
  section.modul--news-overview .content-bg h2 {
    margin-bottom: 0px;
  }
}

section.modul--news-overview .content-bg span.date {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #9D9D9C;
}

section.modul--news-overview .content-bg .line {
  background-color: #F0F0F0;
  width: 2px;
  position: absolute;
  top: -20px;
  bottom: -35px;
  right: -30px;
}

@media (max-width: 1023px) {
  section.modul--news-overview .content-bg .line {
    right: 10px;
  }
}

@media (max-width: 768px) {
  section.modul--news-overview .content-bg .line {
    display: none;
    right: 6px;
  }
}

@media (max-width: 640px) {
  section.modul--news-overview .content-bg .line {
    right: 0;
    left: 0;
    top: auto;
    bottom: 15px;
    height: 2px;
    width: 100%;
  }
}

section.modul--news-overview .content-bg span.title {
  background-color: #F7A806;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
}

section.modul--news img.header {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 35px;
}

section.modul--news img.inline-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 23px;
  margin-bottom: 23px;
  max-width: calc(50% - 23px);
  float: left;
}

section.modul--news .yellow {
  background-color: #F7A806;
  color: #ffffff;
  display: inline-block;
  padding: 4px 9px;
  margin-right: 5px;
  font-weight: 900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--news .blue {
  background-color: #16708D;
  color: #ffffff;
  display: inline-block;
  padding: 4px 9px;
  margin-right: 5px;
  font-weight: 900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--news .date {
  color: #9D9D9C;
  font-weight: 700;
}

section.modul--news .back {
  color: #16708D;
  font-weight: 700;
}

section.modul--news .back:before {
  content: url("/themes/ehrensache/images/icon-zurueck.svg");
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
  margin-right: 11px;
}

@media (max-width: 768px) {
  section.modul--news img.inline-image {
    margin-right: 0;
    max-width: 100%;
    float: none;
  }
}

section.modul--text .content-bg {
  background-color: #ffffff;
  padding: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--text .content-bg.with-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  section.modul--text .content-bg.with-shadow {
    padding: 25px;
  }
}

section.modul--text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #F7A806;
  margin-bottom: 30px;
}

section.modul--text p {
  font-size: 16px;
  line-height: 24px;
}

section.modul--text p:last-child {
  margin-bottom: 0;
}

section.modul--text .textcontainer {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section.modul--text .textcontainer a {
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  display: block;
}

section.modul--text .textcontainer a::before {
  content: "";
  position: absolute;
  background-image: url("/themes/ehrensache/images/icon-arrow-link-square-blue.svg");
  background-size: 24px 22px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
}

section.modul--text hr {
  border: none;
  border-top: 2px solid #F0F0F0;
  margin-top: 45px;
  margin-bottom: 45px;
}

section.modul--text ul {
  list-style-type: none;
  margin-left: 0;
}

section.modul--text ul li {
  position: relative;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
}

section.modul--text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/themes/ehrensache/images/icon-li.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 6px;
}

section.modul--text ul li:last-child {
  border-bottom: none;
}

section.modul--text.viernullvier-seite {
  margin-bottom: 40px;
}

section.modul--text.viernullvier-seite h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #154D60;
  margin-bottom: 0;
}

section.modul--text.viernullvier-seite .info-icon {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

section.modul--text.viernullvier-seite .content-bg {
  padding-top: 100px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  section.modul--text.viernullvier-seite .content-bg {
    padding-top: 80px;
  }

  section.modul--text.viernullvier-seite .content-bg .info-icon {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}

section.modul--infobox {
  background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 0;
  margin-bottom: 15px;
}

@media (max-width: 640px) {
  section.modul--infobox {
    padding: 40px 10px;
  }
}

section.modul--infobox h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #F7A806;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}

section.modul--infobox h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 77px;
  height: 2px;
  background-color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--infobox h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

section.modul--infobox .info {
  line-height: 30px;
}

section.modul--infobox .info .infoicon {
  vertical-align: top;
}

section.modul--infobox .info .infoicon .icon.phone {
  width: 14px;
  height: 21px;
}

section.modul--infobox .info .infoicon .icon.plane {
  width: 22px;
  height: 22px;
}

section.modul--infobox .info .infoicon .icon.home {
  width: 18px;
  height: 18px;
}

section.modul--infobox .info .infoicon .icon.map-pin {
  width: 19px;
  height: 22px;
}

section.modul--infobox .info .infotext {
  display: inline-block;
  vertical-align: top;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section.modul--infobox .info .infotext a {
  font-weight: 700;
}

section.modul--infobox .info .infotext a[href^="mailto:"] {
  color: #484848;
  font-weight: 400;
}

section.modul--infobox .border-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #DADADA;
}

@media (max-width: 640px) {
  section.modul--infobox .border-right {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 1px;
    margin: 20px auto;
  }
}
body.node-type-nettiquette main section.modul--accordeon .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.node-type-nettiquette main section.modul--accordeon .acc-container .acc-element {
  background-color: #fff;
  border-radius: 15px;
}


body.node-type-nettiquette main section.modul--accordeon .first-column,
body.node-type-nettiquette main section.modul--accordeon .second-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  body.node-type-nettiquette main section.modul--accordeon .grid-wrapper {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
  body.node-type-nettiquette main section.modul--accordeon .acc-element {
    grid-column: span 1;
  }
}
body.node-type-nettiquette main section.modul--accordeon .acc-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.node-type-nettiquette main section.modul--accordeon .acc-container .acc-element .acc-content {
  border: 0;
  color: #16708D;
}
body.node-type-nettiquette main section.modul--accordeon .acc-container .acc-element .acc-content-inner {
  border: 0;
  padding: 2px 20px 11px;
  border-radius: 15px;
}
section.modul--accordeon .acc-container {
  width: 100%;
  overflow: hidden;
}

section.modul--accordeon .acc-container .acc-element {
  background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

section.modul--accordeon .acc-container .acc-element .acc-btn {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-right: 55px;
  cursor: pointer;
  position: relative;
  line-height: 24px;
  color: #16708D;
  text-align: left;
  display: block;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.modul--accordeon .acc-container .acc-element .acc-btn::after {
  content: "";
  width: 28px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("/themes/ehrensache/images/icon-arrow-link-round-blue.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

section.modul--accordeon .acc-container .acc-element .acc-btn.selected::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.modul--accordeon .acc-container .acc-element .acc-content {
  height: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-left: 5px solid #F0F0F0;
  border-right: 5px solid #F0F0F0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

section.modul--accordeon .acc-container .acc-element .acc-content.selected {
  height: auto;
}

section.modul--accordeon .acc-container .acc-element .acc-content .acc-content-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  background-color: #ffffff;
  padding: 20px;
  border-bottom: 10px solid #F0F0F0;
}

section.modul--accordeon .acc-container .acc-element .acc-content .acc-content-inner a {
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  display: block;
}

section.modul--accordeon .acc-container .acc-element .acc-content .acc-content-inner a::before {
  content: "";
  position: absolute;
  background-image: url("/themes/ehrensache/images/icon-arrow-link-square-blue.svg");
  background-size: 24px 22px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
}

section.modul--accordeon .acc-container .acc-element .acc-content .acc-content-inner div:last-child a {
  margin-bottom: 0;
}

section.modul--accordeon .acc-container .acc-element.pressedokumente .acc-content .acc-content-inner .inner {
  display: block;
  border: 1px solid #F0F0F0;
  padding: 15px;
  margin: 15px;
}

section.modul--accordeon .acc-container .acc-element.pressedokumente .acc-content .acc-content-inner .inner a {
  position: relative;
  display: block;
  padding-left: 0;
  color: #484848;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.modul--accordeon .acc-container .acc-element.pressedokumente .acc-content .acc-content-inner .inner a::before {
  display: none;
}

section.modul--accordeon .acc-container .acc-element.pressedokumente .acc-content .acc-content-inner .inner a.download-link {
  padding-right: 30px;
  background-image: url("/themes/ehrensache/images/pressebereich-download.svg");
  background-position: top right;
  background-size: 20px;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  section.modul--accordeon .acc-container .acc-element.pressedokumente .acc-content .acc-content-inner .inner a.download-image {
    min-height: 120px;
  }
}

section.modul--accordeon .acc-container .acc-element.pressedokumente .acc-content .acc-content-inner .inner a img {
  margin-bottom: 10px;
}

section.modul--accordeon .acc-container .acc-element.pressedokumente .acc-content .acc-content-inner .inner a img.pdf {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

section.modul--downloads .download-container {
  padding-top: 30px;
}

section.modul--downloads .download-container .element {
  background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  /*&:last-child {
                margin-bottom: 50px;
            }*/
}

section.modul--downloads .download-container .element .download-icon {
  background-color: #16708D;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}

section.modul--downloads .download-container .element .download-icon .icon-download {
  width: 34px;
  height: 37px;
}

@media (max-width: 640px) {
  section.modul--downloads .download-container .element .download-icon .icon-download {
    width: 20px;
    height: 22px;
  }
}

section.modul--downloads .download-container .element .download-info .download-file-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #16708D;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  section.modul--downloads .download-container .element .download-info .download-file-link {
    font-size: 14px;
    line-height: 16px;
  }
}

section.modul--downloads .download-container .element .download-info .download-size {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 640px) {
  section.modul--downloads .download-container .element .download-info .download-size {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 640px) {
  section.modul--downloads .download-container {
    padding-top: 20px;
  }

  section.modul--downloads .download-container .element:last-child {
    margin-bottom: 20px;
  }
}

section.modul--split-intro {
  margin-bottom: 15px;
}

section.modul--split-intro .intro-container {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

section.modul--split-intro .intro-container .bg-left {
  background-color: #F0F0F0;
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 640px) {
  section.modul--split-intro .intro-container .bg-left {
    right: 0;
    bottom: auto;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
}

section.modul--split-intro .intro-container .bg-right {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 640px) {
  section.modul--split-intro .intro-container .bg-right {
    left: 0;
    top: auto;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
  }
}

section.modul--split-intro .intro-container .content-container {
  position: relative;
}

section.modul--split-intro .intro-container .content-container .icon {
  max-width: 40px;
  max-height: 48px;
}

section.modul--split-intro .intro-container .content-container h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--split-intro .intro-container .content-container h2 {
    font-size: 18px;
    line-height: 21px;
  }

  section.modul--split-intro .intro-container .content-container h2 br {
    display: none;
    content: ' ';
  }
}

section.modul--split-intro .intro-container .content-container p {
  font-size: 16px;
  line-height: 24px;
}

section.modul--split-intro .intro-container .content-container p:last-child {
  margin: 0;
}

@media (max-width: 640px) {
  section.modul--split-intro .intro-container .content-container .text-container {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  section.modul--split-intro .intro-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section.modul--netiquette .content-bg {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
}

@media (max-width: 640px) {
  section.modul--netiquette .content-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section.modul--netiquette .content-bg .number-container {
  position: relative;
  height: 100%;
}

section.modul--netiquette .content-bg .number-container .number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #F7A806;
  color: #ffffff;
  width: 42px;
  height: 42px;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

@media (max-width: 640px) {
  section.modul--netiquette .content-bg .number-container .number {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    margin-bottom: 40px;
  }
}

section.modul--netiquette .content-bg .number-container .line {
  background-color: #F0F0F0;
  width: 2px;
  position: absolute;
  top: -20px;
  bottom: -35px;
  right: 20px;
}

@media (max-width: 1023px) {
  section.modul--netiquette .content-bg .number-container .line {
    right: 10px;
  }
}

@media (max-width: 768px) {
  section.modul--netiquette .content-bg .number-container .line {
    right: 6px;
  }
}

@media (max-width: 640px) {
  section.modul--netiquette .content-bg .number-container .line {
    right: 0;
    left: 0;
    top: auto;
    bottom: 15px;
    height: 2px;
    width: 100%;
  }
}

section.modul--netiquette .content-bg h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #16708D;
  margin-bottom: 18px;
}

section.modul--netiquette .content-bg p {
  font-size: 16px;
  line-height: 24px;
}

section.modul--netiquette .content-bg p:last-child {
  margin: 0;
}

section.modul--kontakt-personen .kontakt-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 40px;
}

section.modul--kontakt-personen .kontakt-container .bg-grau {
  background-color: #F0F0F0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
}

section.modul--kontakt-personen .kontakt-container .foto-container {
  height: 280px;
  position: relative;
  padding-top: 25px;
}

section.modul--kontakt-personen .kontakt-container .foto-container .ort-region-headline {
  color: #16708D;
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  padding: 0 30px;
}

section.modul--kontakt-personen .kontakt-container .foto-container .foto {
  position: absolute;
  width: 133px;
  height: 133px;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.modul--kontakt-personen .kontakt-container .icon-person {
  width: 19px;
  height: 19px;
}

section.modul--kontakt-personen .kontakt-container .icon-phone {
  width: 19px;
  height: 19px;
}

section.modul--kontakt-personen .kontakt-container .icon-plane {
  width: 19px;
  height: 19px;
}

section.modul--kontakt-personen .kontakt-container .name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

section.modul--kontakt-personen .kontakt-container .telefon {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

section.modul--kontakt-personen .kontakt-container .email {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #484848;
}

section.modul--kontakt-personen .kontakt-container .distance {
  margin-bottom: 20px;
}

section.modul--kontakt-personen .kontakt-container .landkreise-link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #484848;
  text-decoration: underline;
}

section.modul--kontakt-formular input.smiley-input {
  display: none; /* Hide the default radio buttons */
}

section.modul--kontakt-formular .smiley-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  padding: 0;
}

section.modul--kontakt-formular .smiley-icon {
  width: 40px; /* Adjust the size of the icon */
  height: 40px;
  margin-right: 10px;
  transition: transform 0.2s ease;
}
section.modul--kontakt-formular input.smiley-input:checked + .smiley-label {
  background: none;
}
section.modul--kontakt-formular input.smiley-input:checked + .smiley-label .smiley-icon {
  transform: scale(1.5); /* Increase the size or change appearance on select */
}

/* Optional: add additional styling for hover or focus */
section.modul--kontakt-formular .smiley-label:hover .smiley-icon {
  transform: scale(1.3);
}

section.modul--kontakt-formular .bg-color-yellow, section.modul--kontakt-formular .bg-color-blue {
  background-color: #F7A806;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 8px;
}

.select-freiwillige,section.modul--kontakt-formular .select-freiwillige-nein {
  display: none;
}

section.modul--kontakt-formular .bg-color-yellow .icon, section.modul--kontakt-formular .bg-color-blue .icon {
  width: 45px;
  height: 45px;
}

section.modul--kontakt-formular .bg-color-yellow .line, section.modul--kontakt-formular .bg-color-blue .line {
  height: 70px;
  width: 2px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 18px;
  display: inline-block;
}

section.modul--kontakt-formular .bg-color-yellow h2, section.modul--kontakt-formular .bg-color-blue h2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
  color: #ffffff;
}

section.modul--kontakt-formular .bg-color-yellow .bg-color-white, section.modul--kontakt-formular .bg-color-blue .bg-color-white {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.modul--kontakt-formular .bg-color-yellow .bg-color-white .text, section.modul--kontakt-formular .bg-color-blue .bg-color-white .text {
  margin-bottom: 50px;
}

section.modul--kontakt-formular .bg-color-yellow .bg-color-white .text p, section.modul--kontakt-formular .bg-color-blue .bg-color-white .text p {
  font-size: 16px;
  line-height: 24px;
}

section.modul--kontakt-formular .bg-color-yellow .bg-color-white .text p:last-child, section.modul--kontakt-formular .bg-color-blue .bg-color-white .text p:last-child {
  margin: 0;
}

section.modul--kontakt-formular .bg-color-yellow .bg-color-white .distance, section.modul--kontakt-formular .bg-color-blue .bg-color-white .distance {
  margin-bottom: 15px;
}

section.modul--kontakt-formular .bg-color-blue {
  background-color: #16708D;
}

section.modul--kontakt-formular .bg-color-blue .relative {
  position: relative;
}

section.modul--kontakt-formular .bg-color-blue .trennlinie {
  margin-top: 43px;
  margin-bottom: 40px;
  height: 2px;
  background-color: #F0F0F0;
}

section.modul--kontakt-formular .bg-color-blue .distance {
  margin-bottom: 45px;
}

section.modul--kontakt-formular .bg-color-blue .distance-small {
  margin-bottom: 20px;
}

section.modul--kontakt-formular .bg-color-blue .number {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 48px;
  border: 3px solid #16708D;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #16708D;
}

section.modul--kontakt-formular .pflichtfelder-hinweis {
  padding-top: 20px;
}

section.modul--kontakt-formular .pflichtfelder-hinweis p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 640px) {
  section.modul--kontakt-formular .pflichtfelder-hinweis {
    padding-bottom: 20px;
  }
}

section.modul--adresse-karte .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--adresse-karte .inner {
  padding-top: 50px;
  padding-bottom: 45px;
}

section.modul--adresse-karte .inner h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #F7A806;
  position: relative;
  margin-bottom: 90px;
  text-transform: uppercase;
}

section.modul--adresse-karte .inner h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 77px;
  height: 2px;
  background-color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--adresse-karte .inner h4 {
    margin-bottom: 58px;
  }

  section.modul--adresse-karte .inner h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

section.modul--adresse-karte .inner .icon-buergerstiftung {
  width: 190px;
  height: 48px;
  margin-bottom: 62px;
}

@media (max-width: 640px) {
  section.modul--adresse-karte .inner .icon-buergerstiftung {
    margin-bottom: 46px;
  }
}

section.modul--adresse-karte .inner .icon {
  max-width: 19px;
  height: 19px;
}

section.modul--adresse-karte .inner .adresse, section.modul--adresse-karte .inner .telefon, section.modul--adresse-karte .inner .email {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #484848;
}

section.modul--adresse-karte .inner .distance {
  margin-bottom: 20px;
}

section.modul--adresse-karte .map {
  width: 100%;
  min-height: 680px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

section.modul--detail-intro .back-link {
  display: inline-block;
  padding-left: 20px;
  background-image: url("/themes/ehrensache/images/icon-arrow-left-blue.svg");
  background-position: left center;
  background-repeat: no-repeat;
  color: #16708D;
  font-size: 18px;
  font-weight: 900;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  section.modul--detail-intro .back-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
}

section.modul--detail-intro .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

section.modul--detail-intro .bg-color .icon {
  width: 40px;
  height: 40px;
}

section.modul--detail-intro .bg-color .line {
  height: 60px;
  width: 2px;
  background-color: #F0F0F0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

section.modul--detail-intro .bg-color .line-horizontal {
  height: 2px;
  width: 100%;
  background-color: #F0F0F0;
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
}

section.modul--detail-intro .bg-color h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #16708D;
  margin-bottom: 0;
}

section.modul--detail-intro .bg-color h2 span.yellow {
  color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--detail-intro .bg-color h2 {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 640px) {
  section.modul--detail-intro .bg-color {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section.modul--detail .show-route {
  line-height: 28px;
  padding: 0 10px;
  background-color: #F2F2F2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}

section.modul--detail .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 40px;
}

section.modul--detail .bg-color h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #F7A806;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
}

section.modul--detail .bg-color h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 77px;
  height: 2px;
  background-color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--detail .bg-color h4 {
    margin-bottom: 40px;
    text-align: center;
  }

  section.modul--detail .bg-color h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

section.modul--detail .bg-color .text {
  margin-bottom: 70px;
}

section.modul--detail .bg-color .text p {
  font-size: 16px;
  line-height: 24px;
}

section.modul--detail .bg-color .text p:last-child {
  margin-bottom: 0;
}

section.modul--detail .bg-color .handlungsfelder {
  margin-bottom: 30px;
}

section.modul--detail .bg-color .handlungsfelder .handlungsfeld {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(16, 78, 98, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--detail .bg-color .handlungsfelder .handlungsfeld:last-child {
  margin-right: 0;
}

@media (max-width: 640px) {
  section.modul--detail .bg-color .handlungsfelder .handlungsfeld {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.modul--detail .bg-color .foto {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
}

section.modul--detail .bg-color .inserat-no-picture {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #16708D;
  position: relative;
  height: 230px;
}

section.modul--detail .bg-color .inserat-no-picture .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

section.modul--detail .bg-color .inserat-no-picture .icon.female {
  width: 110px;
  height: 98px;
}

section.modul--detail .bg-color .inserat-no-picture .icon.male {
  width: 100px;
  height: 100px;
}

section.modul--detail .bg-color .inserat-no-picture .icon.divers {
  width: 60px;
  height: 105px;
}

section.modul--detail .bg-color .inserat-no-picture .icon.institution {
  width: 80px;
  height: 72px;
}

section.modul--detail .bg-color .icon {
  max-height: 19px;
  max-width: 19px;
}

section.modul--detail .bg-color .distance {
  margin-bottom: 10px;
}

section.modul--detail.modul--inserieren-details .bg-color .distance {
  margin-bottom: 25px;
}
section.modul--detail.modul--inserieren-details .bg-color label {
  padding-bottom: 25px;
}

section.modul--detail.modul--inserieren-details .bg-color {
  box-shadow: none;
}

section.modul--detail .bg-color .info-container {
  margin-bottom: 30px;
}

section.modul--detail .bg-color .institution-website, section.modul--detail .bg-color .jump-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #16708D;
  cursor: pointer;
}

section.modul--detail .bg-color .download-container {
  padding-top: 60px;
}

section.modul--detail .bg-color .download-container .element {
  background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

section.modul--detail .bg-color .download-container .element .download-icon {
  background-color: #16708D;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}

section.modul--detail .bg-color .download-container .element .download-icon .icon-download {
  width: 34px;
  height: 37px;
}

@media (max-width: 640px) {
  section.modul--detail .bg-color .download-container .element .download-icon .icon-download {
    width: 20px;
    height: 22px;
  }
}

section.modul--detail .bg-color .download-container .element .download-info .download-file-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #16708D;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  section.modul--detail .bg-color .download-container .element .download-info .download-file-link {
    font-size: 14px;
    line-height: 16px;
  }
}

section.modul--detail .bg-color .download-container .element .download-info .download-size {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 640px) {
  section.modul--detail .bg-color .download-container .element .download-info .download-size {
    font-size: 14px;
    line-height: 20px;
  }
}

section.modul--detail .bg-color .download-container .element:last-child {
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  section.modul--detail .bg-color .download-container {
    padding-top: 20px;
  }

  section.modul--detail .bg-color .download-container .element:last-child {
    margin-bottom: 20px;
  }
}

section.modul--filter-intro .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 15px;
  /*padding-bottom: 35px;*/
  position: relative;
}

@media (max-width: 1023px) {
  section.modul--filter-intro .bg-color {
    padding-bottom: 30px;
  }
}

section.modul--filter-intro .bg-color h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 23px;
  margin-bottom: 0;
  color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--filter-intro .bg-color h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
  }
}

section.modul--filter-intro .bg-color.startseite {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  section.modul--filter-intro .bg-color.startseite p:last-child {
    margin-bottom: 0;
  }
}

section.modul--filter-intro .bg-left {
  background-color: #F0F0F0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(25% - 0.625rem);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

section.modul--filter-intro .bg-left.white {
  background-color: #ffffff;
  border-right: 1px solid #F0F0F0;
}

@media (max-width: 1023px) {
  section.modul--filter-intro .bg-left {
    bottom: auto;
    right: 0;
    height: 115px;
    width: 100%;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 640px) {
  section.modul--filter-intro .bg-left {
    height: 67px;
  }
}

section.modul--filter-intro .content-container {
  position: relative;
}

section.modul--filter-intro .icon-intro {
  width: 100%;
}

@media (max-width: 1023px) {
  section.modul--filter-intro .icon-intro {
    height: 230px;
    width: auto;
  }
}

@media (max-width: 640px) {
  section.modul--filter-intro .icon-intro {
    height: 134px;
    width: auto;
  }
}

section.modul--filter-intro .icon {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 10px;
}

@media (max-width: 640px) {
  section.modul--filter-intro .icon {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

section.modul--filter-intro h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 29px;
  margin-bottom: 25px;
  color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--filter-intro h2 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
}

.view-map {
  margin-top: -85px;
  height: 600px;
  display: none;
}

.view-map #resultsmap {
  height: 100%;
  width: 100%;
}

.gm-style-iw-t {
  width: 190px;
}

.gm-style-iw-t::after {
  display: none;
}

.gm-style-iw-t .gm-style-iw {
  width: 190px;
  padding: 0 !important;
  background-color: transparent;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: unset !important;
}

.gm-style-iw-t .gm-style-iw button.gm-ui-hover-effect {
  top: 0 !important;
  right: auto !important;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/themes/ehrensache/images/icon-close-map-layer.svg") !important;
  background-size: 11px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

.gm-style-iw-t .gm-style-iw button.gm-ui-hover-effect img {
  display: none !important;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d, .gm-style-iw-t .gm-style-iw .gm-style-iw-c {
  overflow: unset !important;
  background-color: transparent;
  box-shadow: none;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div {
  width: 190px;
  margin: 0 !important;
  overflow: unset !important;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup {
  background-color: #ffffff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #16708D;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .image-container, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .image-container {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  min-height: 150px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .image-container img, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .image-container img {
  max-width: 100% !important;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .image-container img.gender-institution, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .image-container img.gender-institution {
  width: 50px;
  margin-top: 40px;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .image-container .color-layer, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .image-container .color-layer {
  background-color: rgba(22, 112, 141, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .image-container .gender-age, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .image-container .gender-age {
  padding-bottom: 22px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .image-container .gender-age .gender, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .image-container .gender-age .gender {
  font-weight: 700;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .info, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .info {
  padding: 22px 0;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  color: #16708D;
  font-size: 15px;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .pfeil, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .pfeil {
  width: 28px;
  height: 28px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div .map-popup .large-pin, .gm-style-iw-t .gm-style-iw .gm-style-iw-c > div .map-popup .large-pin {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

section.modul--filter .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  /*padding-bottom: 35px;*/
  position: relative;
}

section.modul--filter .filter-intro-text {
  border-bottom: 2px solid #F0F0F0;
  padding-top: 37px;
  padding-bottom: 0;
  /*40px;*/
}

section.modul--filter .filter-intro-text h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 29px;
  margin-bottom: 25px;
  color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--filter .filter-intro-text h2 {
    font-size: 18px;
    line-height: 21px;
  }
}

section.modul--filter .filter-intro-text p strong {
  color: #16708D;
}

section.modul--filter .filter-intro-text p:last-child {
  margin-bottom: 0;
}

section.modul--filter #filter_view_equalize {
  opacity: 0;
}

section.modul--filter .show-hide-filter {
  background-color: #16708D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  padding: 27px 23px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 0.825rem;
  margin-left: 0.825rem;
  margin-bottom: 0.825rem;
  margin-top: -0.225rem;
  width: 100%;
}
@media (max-width: 640px) {
  section.modul--filter .show-hide-filter.fixed, section.modul--filter .region-sidebar-second.fixed {
    position: fixed;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 99;
    width: auto;
  }

  section.modul--filter .region-sidebar-second.fixed {
    top: 100px;
    margin-right: 0.825rem;
    margin-left: 0.825rem;
    z-index: 100;
    overflow-y: auto;
    padding-bottom: 100px;
    -webkit-overflow-scrolling: touch;
  }
}

section.modul--filter .show-hide-filter::after {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 6px;
  background-image: url("/themes/ehrensache/images/icon-arrow-down.svg");
  background-size: 13px 6px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.modul--filter .show-hide-filter.open {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

section.modul--filter .show-hide-filter.open::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.modul--filter .region-sidebar-second {
  padding: 50px 25px;
  height: 100%;
  position: relative;
}

@media (max-width: 640px) {
  section.modul--filter .region-sidebar-second {
    padding: 27px 23px;
    background-color: #16708D;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
}

section.modul--filter .region-sidebar-second h2,
section.modul--filter .region-sidebar-second legend,
section.modul--filter .region-sidebar-second .form-type-textfield label {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #F7A806;
  text-transform: uppercase;
  margin-bottom: 25px !important;
}

section.modul--filter .region-sidebar-second h2, section.modul--filter .region-sidebar-second .form-checkboxes .form-item {
  margin: 0;
}


section.modul--filter .region-sidebar-second label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  padding-top: 11px;
  padding-bottom: 10px;
}

section.modul--filter .region-sidebar-second .facet-item label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  font-weight: 300;
  padding-bottom: 5px;
}

.page-ehrenaemterhtml section.modul--filter .region-sidebar-first .form-item-sort-bef-combine,
.page-ehrenaemterhtml section.modul--filter .region-sidebar-first .form-item-field-tageseinsatz-value,
.page-ehrenaemterhtml section.modul--filter .region-sidebar-first .form-wrapper,
.page-ehrenaemterhtml section.modul--filter .region-sidebar-first .form-item-field-pd-plz-value,
.page-ehrenaemterhtml section.modul--filter .region-sidebar-second .button,
.page-ehrenaemterhtml section.modul--filter .region-sidebar-second .facets-widget-checkbox-keys,
.page-ehrenaemterhtml section.modul--filter .region-sidebar-second .form-item-sort-bef-combine {
  display: none;
}

.page-ehrenaemterhtml section.modul--filter .region-sidebar-first .form-wrapper:last-child {
  display: inline-block;
  margin: 0;
}

section.modul--filter .region-sidebar-second .block-facets {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

section.modul--filter .region-sidebar-second .block-facets.block-facet-blockbarrierefreiheit {
  margin-bottom: 0;
  padding-bottom: 0;
}

section.modul--filter .region-sidebar-second .block-facets.block-facet-blockbarrierefreiheit::after {
  display: none;
}

section.modul--filter .region-sidebar-second .facets-widget-checkbox .facets-soft-limit-link {
  color: #16708D;
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-top: 15px;
}

section.modul--filter .region-sidebar-second .facets-widget-searchbox_checkbox ul,
section.modul--filter .region-sidebar-second .facets-widget-checkbox ul{
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

section.modul--filter .region-sidebar-second .facets-widget-searchbox_checkbox ul li {
  display: none;
}

section.modul--filter .region-sidebar-second .facets-widget-searchbox_checkbox ul.facetapi-facet-field-pd-plz li.leaf.first.last {
  display: list-item;
}

section.modul--filter .region-sidebar-second .facets-widget-searchbox_checkbox ul.facetapi-facet-field-pd-plz + .facets-soft-limit-link {
  display: none;
}

section.modul--filter .region-sidebar-second .facets-widget-checkbox ul li {
  position: relative;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
}

section.modul--filter .region-sidebar-second .facets-widget-checkbox ul li a {
  position: relative;
  padding-left: 0;
  color: #484848;
  display: inline-block;
}

@media (max-width: 640px) {

  section.modul--filter .region-sidebar-second .facets-widget-checkbox label,
  section.modul--filter .region-sidebar-second .facet-item label {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
  }
}

section.modul--filter .region-sidebar-second .facets-widget-checkbox ul li.active {
  font-weight: 500;
}

section.modul--filter .region-sidebar-second .facets-widget-checkbox input[type="text"] {
  width: 90%;
}

@media (max-width: 640px) {
  section.modul--filter .region-sidebar-second .facets-widget-checkbox input[type="text"] {
    background-color: rgba(255, 255, 255, 0.26);
    color: #ffffff;
  }

  section.modul--filter .region-sidebar-second .facets-widget-checkbox input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8);
  }

  section.modul--filter .region-sidebar-second .facets-widget-checkbox input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8);
  }

  section.modul--filter .region-sidebar-second .facets-widget-checkbox input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8);
  }

  section.modul--filter .region-sidebar-second .facets-widget-checkbox input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8);
  }
}

.page-ehrenaemterhtml section.modul--filter .region-sidebar-second .fieldset-wrapper {
  max-height: 300px;
  overflow: auto;
  width: 250px;
}

section.modul--filter .region-sidebar-second ul.facetapi-facet-field-pd-plz li {
  display: none;
}

section.modul--filter .region-sidebar-second ul.facetapi-facet-field-pd-plz li:first-child:last-child {
  display: list-item;
}

section.modul--filter .region-sidebar-second ul.facetapi-facet-field-pd-plz + .facets-soft-limit-link {
  display: none;
}

section.modul--filter .region-sidebar-second .block-facets::after,
section.modul--filter .region-sidebar-second .facets-widget-checkbox-field-pd-plz-value::after,
section.modul--filter .region-sidebar-second .facets-widget-checkbox-field-tageseinsatz-value::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: #F0F0F0;
}

section.modul--filter .region-sidebar-second .block-facets.form-item:last-child::after {
  display: none;
}

section.modul--filter .region-sidebar-second .block-facets.form-item,
section.modul--filter .region-sidebar-second .form-type-textfield,
section.modul--filter .region-sidebar-second .facets-widget-checkbox-field-tageseinsatz-value {
  position: relative;
  width: 100%;
}

section.modul--filter .region-sidebar-second::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 15px;
  -webkit-box-shadow: inset 15px 0px 24px -20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 15px 0px 24px -20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 15px 0px 24px -20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
  section.modul--filter .region-sidebar-second::after {
    display: none;
  }
  #filter_equalizer_global .grid-padding-x > .large-6.cell {
    height: 100%;
  }
}

section.modul--filter.filter-aktuelles .region-sidebar-second {
  padding-bottom: 0;
  padding-left: 50px;
  height: auto !important;
}

section.modul--filter.filter-aktuelles .region-sidebar-second::after {
  display: none;
}

section.modul--filter.filter-aktuelles .region-sidebar-second .region-content {
  padding: 0;
}

section.modul--filter.filter-aktuelles .text {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  section.modul--filter.filter-aktuelles .text {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
}

section.modul--filter .element-invisible {
  display: none;
}

section.modul--filter .region-content {
  padding-bottom: 50px;
}

@media (max-width: 640px) {
  section.modul--filter .region-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section.modul--filter .region-content .no-result {
  text-align: center;
}

section.modul--filter .region-content .no-result p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 70px 0 20px;
  color: #16708D;
}

section.modul--filter .region-content .view-header .active-filter-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 23px;
  display: none;
}

section.modul--filter .region-content .view-header .active-filter-container .filter-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
  color: #9D9D9C;
  text-transform: uppercase;
}

section.modul--filter .region-content .view-header .active-filter-container .active-filter-buttons .active-filter {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #F0F0F0;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 17px;
}

section.modul--filter .region-content .view-header .active-filter-container .active-filter-buttons .active-filter .remove-filter {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  cursor: pointer;
}

section.modul--filter .region-content .view-header .active-filter-container .trennlinie {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #F0F0F0;
}

@media (max-width: 640px) {
  section.modul--filter .region-content .view-header .active-filter-container {
    padding-top: 0;
  }
}

section.modul--filter .region-content .view-header .form-item-reihenfolge {
  margin-top: 2em;
  margin-bottom: 2em;
  float: left;
}

section.modul--filter .region-content .view-header .form-item-reihenfolge label {
  display: none;
}

section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-random-desc, section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-random-desc, section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-asc {
  display: none;
}

section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-desc {
  display: inline-block;
  /*margin-left: 20px;*/
}

section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-random-desc a span, section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-asc a span {
  display: inline-block;
}

section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-random-desc a span.active, section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-asc a span.active {
  font-weight: 700;
  pointer-events: none;
}

section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-random-desc a span:first-child, section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-asc a span:first-child {
  margin-right: 17px;
}

section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-random-desc a span:last-child, section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-asc a span:last-child {
  margin-left: 17px;
}

section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-random-desc a span img, section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-asc a span img {
  display: inline-block;
}

section.modul--filter .region-content .view-header .show-hide-map {
  float: right;
  margin-top: 27px;
  /*1em;*/
  margin-bottom: 1em;
  line-height: 28px;
  padding: 0;
  cursor: pointer;
  color: #16708D;
}

section.modul--filter .region-content .view-header .show-hide-map .show-map {
  margin-left: 17px;
  display: inline-block;
  cursor: pointer;
}

section.modul--filter .region-content .view-header .show-hide-map .show-map.active {
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

section.modul--filter .region-content .view-header .show-hide-map .show-tiles {
  /*margin-left: 5px;
                    width: 11px;
                    height: 11px;*/
  display: inline-block;
  margin-right: 15px;
  vertical-align: baseline;
  cursor: pointer;
}

section.modul--filter .region-content .view-header .show-hide-map .show-tiles.active {
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

section.modul--filter .region-content .view-header .result-count {
  text-align: left;
  padding-top: 22px;
  padding-bottom: 28px;
  font-size: 16px;
  line-height: 18px;
  clear: both;
  text-align: center;
  border-top: 1px solid #DADADA;
}

@media (max-width: 640px) {
  section.modul--filter .region-content .view-header {
    /*display: none;*/
  }

  section.modul--filter .region-content .view-header .form-item-reihenfolge {
    display: block;
  }

  section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-desc {
    margin-left: 0;
  }

  section.modul--filter .region-content .view-header .form-item-reihenfolge .form-item-edit-reihenfolge-search-api-id-asc {
    margin-left: 0;
  }

  section.modul--filter .region-content .view-header .show-hide-map {
    display: none;
  }

  section.modul--filter .region-content .view-header .result-count {
    padding-top: 0;
  }
}

section.modul--filter .region-content .views-field {
  background-color: #F0F0F0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

section.modul--filter .region-content .views-field .field-content {
  display: block;
}

section.modul--filter .region-content .views-field .field-content a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--filter .region-content .views-field .field-content a .image-container {
  position: relative;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  min-height: 170px;
}

section.modul--filter .region-content .views-field .field-content a .image-container img {
  width: 100%;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

section.modul--filter .region-content .views-field .field-content a .image-container img.gender-female {
  position: absolute;
  left: 50%;
  top: 27px;
  transform: translateX(-50%);
  width: 71px;
  height: 63px;
}

section.modul--filter .region-content .views-field .field-content a .image-container img.gender-male {
  position: absolute;
  left: 50%;
  top: 27px;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
}

section.modul--filter .region-content .views-field .field-content a .image-container img.gender-divers {
  position: absolute;
  left: 50%;
  top: 27px;
  transform: translateX(-50%);
  width: 40px;
  height: 70px;
}

section.modul--filter .region-content .views-field .field-content a .image-container img.gender-institution {
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  width: 52px;
  height: 46px;
}

@media (max-width: 640px) {
  section.modul--filter .region-content .views-field .field-content a .image-container img.gender-female {
    width: 40px;
    height: 36px;
    top: 15px;
  }

  section.modul--filter .region-content .views-field .field-content a .image-container img.gender-male {
    width: 40px;
    height: 40px;
    top: 15px;
  }

  section.modul--filter .region-content .views-field .field-content a .image-container img.gender-divers {
    width: 20px;
    height: 35px;
    top: 15px;
  }

  section.modul--filter .region-content .views-field .field-content a .image-container img.gender-institution {
    width: 40px;
    height: 36px;
    top: 15px;
  }
}

section.modul--filter .region-content .views-field .field-content a .image-container .color-layer {
  background-color: rgba(22, 112, 141, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

section.modul--filter .region-content .views-field .field-content a .image-container .tageseinsatz {
  background-color: #F7A806;
  color: #ffffff;
  z-index: 99;
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 2px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}

section.modul--filter .region-content .views-field .field-content a .image-container .tageseinsatz img {
  width: 14px;
  height: 16px;
  vertical-align: text-top;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 3px;
}

section.modul--filter .region-content .views-field .field-content a .image-container .gender-age {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

section.modul--filter .region-content .views-field .field-content a .image-container .gender-age .gender {
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
}

section.modul--filter .region-content .views-field .field-content a .image-container .gender-age .age {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #ffffff;
  hyphens: auto;
  -moz-hyphens: auto;
}

@media (max-width: 640px) {
  section.modul--filter .region-content .views-field .field-content a .image-container .gender-age .gender {
    font-size: 11px;
    line-height: 13px;
  }

  section.modul--filter .region-content .views-field .field-content a .image-container .gender-age .age {
    font-size: 11px;
    line-height: 13px;
  }
}

@media (max-width: 640px) {
  section.modul--filter .region-content .views-field .field-content a .image-container {
    min-height: 120px;
  }
}

section.modul--filter .region-content .views-field .field-content a .info {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 18px;
  color: #154D60;
  hyphens: auto;
  -moz-hyphens: auto;
}

@media (max-width: 640px) {
  section.modul--filter .region-content .views-field .field-content a .info {
    font-size: 12px;
    line-height: 15px;
  }
}

section.modul--filter .region-content .views-field .field-content a .target-container {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 18px;
  margin-right: 18px;
  border-top: 2px solid #DBDBDB;
  text-align: center;
}

section.modul--filter .region-content .views-field .field-content a .target-container .icon-target {
  display: block;
  margin: 0 auto;
  width: 29px;
  height: 29px;
}

section.modul--filter .region-content .views-field .field-content a .target-container .region {
  color: #8D8D8D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

section.modul--filter .region-content .views-field .adressen {
  display: none;
}

section.modul--feedback-header h2 {
  color: #16708D;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 40px;
}

section.modul--feedback-header .feedback-container {
  display: flex;
  width: 100%;
  gap: 20px; /* Padding between boxes */
  padding-bottom: 40px;
}

section.modul--feedback-header .feedback-box {
  flex: 1;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  user-select: none;
  font-weight: bold;
  color: #16708D;
  font-size: 20px;
}

section.modul--feedback-header .feedback-box.active {
  background-color: #16708D;
  border-color: #007bff;
  color: white;
}

section.modul--feedback-header .feedback-box:hover {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1); /* Slightly stronger shadow on hover */
}

section.modul--inserieren-intro .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}

@media (max-width: 1023px) {
  section.modul--inserieren-intro .bg-color {
    padding-bottom: 25px;
  }
}

@media (max-width: 640px) {

  section.modul--inserieren-intro .bg-color {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  section.modul--feedback-header .feedback-container {
    display: block;
    padding-bottom: 20px;
  }

  section.modul--feedback-header .feedback-box {
    padding: 10px;
  }
  section.modul--feedback-header .feedback-box:first-child {
    margin-bottom: 10px;
  }
}

section.modul--inserieren-intro h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #F7A806;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

section.modul--inserieren-intro h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 77px;
  height: 2px;
  background-color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--inserieren-intro h2 {
    margin-bottom: 40px;
  }
}

section.modul--inserieren-intro.text p {
  font-size: 16px;
}

section.modul--inserieren-intro.text p:last-child {
  margin-bottom: 0;
}

.abschlusstext p {
  font-size: 16px;
}

.abschlusstext h2 {
  color: #FAAA00 !important;
}

section.modul--inserieren-details h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #16708D;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

section.modul--inserieren-details h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77px;
  height: 2px;
  background-color: #16708D;
}

section.modul--inserieren-details .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

section.modul--inserieren-details .bg-color .headline-bg {
  background-color: #F0F0F0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  padding-top: 38px;
  padding-bottom: 38px;
}

@media (max-width: 640px) {
  section.modul--inserieren-details .bg-color .headline-bg {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

section.modul--inserieren-details .bg-color .headline-bg h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #F7A806;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

section.modul--inserieren-details .bg-color .headline-bg h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 77px;
  height: 2px;
  background-color: #F7A806;
}

@media (max-width: 640px) {
  section.modul--inserieren-details .bg-color .headline-bg h3 {
    margin-bottom: 40px;
  }
}

section.modul--inserieren-details .bg-color .headline-bg.yellow {
  background-color: #F7A806;
}

section.modul--inserieren-details .bg-color .headline-bg.yellow h3 {
  color: #ffffff;
}

section.modul--inserieren-details .bg-color .headline-bg.yellow h3::after {
  background-color: #ffffff;
}

section.modul--inserieren-details .bg-color .headline-bg.blue {
  background-color: #16708D;
}

section.modul--inserieren-details .bg-color .headline-bg.blue h3 {
  color: #ffffff;
}

section.modul--inserieren-details .bg-color .headline-bg.blue h3::after {
  background-color: #ffffff;
}

section.modul--inserieren-details .bg-color .headline-bg.inner {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  margin-left: -4.7%;
  width: calc(100% + 9.4%);
  padding-left: 4.7%;
  padding-right: 4.7%;
  margin-bottom: 30px;
}

section.modul--inserieren-details .bg-color .content-bg {
  padding-top: 30px;
  position: relative;
}

section.modul--inserieren-details .bg-color .content-bg .vertical-line {
  position: absolute;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
  bottom: 38px;
  background-color: #F0F0F0;
}

section.modul--inserieren-details .bg-color .content-bg .distance {
  margin-bottom: 45px;
}

section.modul--inserieren-details .bg-color .content-bg .distance-small {
  margin-bottom: 20px;
}

section.modul--inserieren-details .bg-color .content-bg p {
  font-size: 16px;
  line-height: 24px;
}

section.modul--inserieren-details .bg-color .content-bg .horizontal-line-container {
  padding: 20px 0;
}

section.modul--inserieren-details .bg-color .content-bg .horizontal-line-container .horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #F0F0F0;
}

section.modul--inserieren-details .bg-color .content-bg .horizontal-line-container.large {
  padding-bottom: 35px;
}

section.modul--inserieren-details .bg-color .content-bg .upload-description p {
  margin: 0;
}

section.modul--inserieren-details .bg-color .content-bg .upload-description strong {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 700;
  color: #16708D;
}

section.modul--inserieren-details .bg-color .content-bg .upload-description .description-container {
  background-color: rgba(241, 241, 241, 0.73);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
  position: relative;
}

section.modul--inserieren-details .bg-color .content-bg .upload-description .description-container p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

section.modul--inserieren-details .show-for-institution {
  display: none;
}

section.modul--inserieren-details .alternative-address {
  display: none;
}

section.modul--link-kacheln .bg-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 22px;
  padding-bottom: 12px;
}

section.modul--link-kacheln .bg-color h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 49px;
  color: #16708D;
  margin-bottom: 22px;
}

section.modul--link-kacheln .bg-color .kachel {
  display: flex;
  align-items: center;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 35px;
  padding-right: 50px;
  min-height: 135px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}

section.modul--link-kacheln .bg-color .kachel::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}

section.modul--link-kacheln .bg-color .kachel.intern {
  background-color: #16708D;
}

section.modul--link-kacheln .bg-color .kachel.intern::after {
  background-image: url("/themes/ehrensache/images/icon-arrow-link-round.svg");
  background-size: 28px;
  width: 28px;
  height: 28px;
}

section.modul--link-kacheln .bg-color .kachel.extern {
  background-color: #154D60;
}

section.modul--link-kacheln .bg-color .kachel.extern::after {
  background-image: url("/themes/ehrensache/images/icon-arrow-link-square.svg");
  background-size: 24px 22px;
  width: 24px;
  height: 22px;
}

section.modul--link-kacheln .bg-color .kachel.party {
  padding-right: 80px;
}

section.modul--link-kacheln .bg-color .kachel.party::after {
  background-image: url("/themes/ehrensache/images/icon-party.svg");
  background-size: 40px 43px;
  width: 40px;
  height: 43px;
}

section.modul--link-kacheln .bg-color .kachel.siegel {
  padding-right: 110px;
}

section.modul--link-kacheln .bg-color .kachel.siegel::after {
  background-image: url("/themes/ehrensache/images/icon-siegel.svg");
  background-size: 67px 70px;
  width: 67px;
  height: 70px;
}

section.modul--link-kacheln .bg-color .kachel .subline {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding-top: 11px;
  padding-bottom: 10px;
}

label a {
  color: #154D60;
  font-weight: 700;
}

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"] {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  height: 39px;
  border: 1px solid rgba(16, 78, 98, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

input[type="text"]#field_tageseinsatz_datum, input[type="text"]#field_datum_start, input[type="text"]#field_datum_ende {
  background-image: url("/themes/ehrensache/images/icon-tageseinsatz-kalender-black.svg");
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: 9px;
  background-color: rgba(206, 206, 206, 0.26);
  padding-left: 30px;
  color: #484848;
  font-weight: 500;
}

input[type="date"] {
  line-height: 31px;
}

textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  height: 39px;
  border: 1px solid rgba(16, 78, 98, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  resize: none;
  padding: 12px;
}

textarea.kontakt_nachricht {
  height: 108px;
  margin-bottom: 50px;
}

textarea.anfrage_nachricht {
  height: 216px;
  margin-bottom: 50px;
}

textarea.anfrage_institution_nachricht {
  height: 162px;
  margin-bottom: 50px;
}

textarea#field_detail_beschreibung {
  height: 160px;
}

input[type="checkbox"]:not(.facetapi-checkbox) {
  display: none;
}

input[type="checkbox"][required], input[type="radio"] {
  display: block;
  position: absolute;
  z-index: -1;
}

input[type="checkbox"].facetapi-checkbox, input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/themes/ehrensache/images/checkbox_inactive.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}

input[type="checkbox"].facetapi-checkbox:checked, input[type="radio"]:checked {
  background-image: url(/themes/ehrensache/images/checkbox_active.svg);
}

input[type="checkbox"] + label, input[type="radio"] + label {
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 400;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("/themes/ehrensache/images/checkbox_inactive.svg");
  background-size: 16px 16px;
  background-position: left 13px;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-image: url("/themes/ehrensache/images/checkbox_active.svg");
  font-weight: 500;
}

/*
   Spezific styling for salvattore
   Feel free to edit it as you like
   More info at http://salvattore.com
 */
[data-columns]::before {
  position: absolute;
  right: 9999em;
  bottom: 9999em;
  visibility: hidden;
}

/* Base styles */
.salv-column {
  float: left;
  max-width: 100%;
  /*padding-right: 10px;*/
}

.size-1of4 {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.size-1of3 {
  width: 33.333%;
  padding-left: 5px;
  padding-right: 5px;
}

.size-1of2 {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

/* Configurate salvattore with media queries */
@media screen and (max-width: 860px) {
  #filter_view_equalize[data-columns]::before {
    content: '2 .salv-column.size-1of2';
  }
}

@media screen and (min-width: 861px) and (max-width: 1023px) {
  #filter_view_equalize[data-columns]::before {
    content: '3 .salv-column.size-1of3';
  }
}

@media screen and (min-width: 1024px) {
  #filter_view_equalize[data-columns]::before {
    content: '4 .salv-column.size-1of4';
  }
}

/* Volltextsuche */
.exposed-container {
  background-color: #F4F4F4;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
}

.exposed-container .views-exposed-form {
  display: block;
  background-color: #16708D;
  border: 2px solid #16708D;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 91.6666666667%;
  margin: 0 auto;
  position: relative;
  /* Zum Zeitpunkt des initialen Ladens der Seite dürfen die Filter nicht sichtbar sein */
}


.exposed-container .views-exposed-form .views-widget-sort-sort_bef_combine {
  display: none;
}

.exposed-container .views-exposed-form .views-reset-button {
  position: absolute;
  z-index: -999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.exposed-container .views-exposed-form .form-type-textfield {
  display: inline-block;
  padding: 0;
  width: calc(100% - 40px);
  float: none;
  text-align: left;
  margin: 0;
  position: relative;
}

@media (max-width: 640px) {
  .exposed-container .views-exposed-form .form-type-textfield {
    width: 100%;
  }
}

.exposed-container .views-exposed-form label {
  display: inline-block;
  padding-left: 10px;
  /*15px;*/
  padding-right: 10px;
  color: #ffffff;
  width: 22%;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .exposed-container .views-exposed-form label {
    width: 26%;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .exposed-container .views-exposed-form label {
    width: 100%;
    font-size: 16px;
  }
  .exposed-container .views-exposed-form .form-item-search-api-fulltext label {
    display: none;
  }
}

.exposed-container .views-exposed-form .form-text {
  display: inline-block;
  width: 77%;
}

@media (max-width: 1023px) {
  .exposed-container .views-exposed-form .form-text {
    width: 73%;
  }
}

@media (max-width: 640px) {
  .exposed-container .views-exposed-form .form-text {
    width: 86%;
  }
}

.exposed-container .views-exposed-form input[type="text"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*390px;*/
}

@media (max-width: 640px) {
  .exposed-container .views-exposed-form input[type="text"] {
    height: 42px;
    width: 86%;
    margin-left: 40px;
    border: 2px solid #16708D;
    border-radius: 4px;
  }
  .exposed-container .views-exposed-form {
    background-color: transparent;
    border: none;
  }
}

.exposed-container .views-exposed-form .form-actions {
  display: inline-block;
  padding: 0;
  float: right;
  width: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.exposed-container .views-exposed-form input#edit-reset {
  display: none !important;
}

.exposed-container .views-exposed-form input.form-submit {
  margin: 0;
  background-color: transparent;
  color: transparent;
  border: none;
  background-image: url("/themes/ehrensache/images/icon-lupe.svg");
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 16px;
  margin-right: 11px;
  cursor: pointer;
}

@media (max-width: 640px) {
  .exposed-container .views-exposed-form input.form-submit {
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url("/themes/ehrensache/images/icon-lupe-blue.svg");
    width: 30px;
    background-size: 26px;
  }
}

.exposed-container .views-exposed-form .form-item-sort-bef-combine {
  display: none;
}

/* Sumoselect */
.SumoSelect {
  width: 100%;
}

.SelectBox {
  padding: 8px 8px;
}

.SumoSelect > .CaptionCont {
  border: 1px solid rgba(16, 76, 98, 0.26);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(206, 206, 206, 0.26);
  cursor: pointer;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: rgba(16, 76, 98, 0.5);
}

.SumoSelect > .CaptionCont > span {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0 0;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  padding: 8px 12px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 21px !important;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(206, 206, 206, 0.26);
}

.SumoSelect > .CaptionCont > label {
  cursor: pointer;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("/themes/ehrensache/images/icon-arrow-down-blue.svg");
  background-size: 12px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.SumoSelect.open > .CaptionCont > label > i {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.SumoSelect.open > .optWrapper {
  top: 39px;
}

/* Magnific Popup */
.layer {
  text-align: center;
}

.layer .headline {
  background-color: #F0F0F0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
  color: #F7A806;
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
}

.layer .headline span {
  color: #16708D;
}

@media (max-width: 640px) {
  .layer .headline span {
    display: block;
  }
}

.layer .headline::before {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.layer .headline.anfrage::before {
  background-image: url("/themes/ehrensache/images/icon-layer-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 56px;
}

.layer .headline.inserat::before {
  background-image: url("/themes/ehrensache/images/icon-layer-headline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 61px;
  height: 59px;
}

.layer .headline.auswahl {
  height: 150px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.layer .headline.auswahl img {
  margin-top: -90px;
  width: 300px;
  height: auto;
}

.layer .headline.auswahl.jahreswechsel img {
  margin-top: -50px;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .layer .headline {
    font-size: 26px;
    line-height: 30px;
  }
}

.layer-inner.inner-feedback_benoetigt_loeschen h2,
.layer-inner.inner-feedback_benoetigt_verlaengern h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #16708D;
  margin-bottom: 18px;
}

.layer .find-region-offers-headline {
  color: #16708D;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}

.layer .text {
  background-color: #ffffff;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 60px;
  padding-bottom: 50px;
}

.layer .text.border {
  border-left: 10px solid #F0F0F0;
  border-right: 10px solid #F0F0F0;
  border-bottom: 10px solid #F0F0F0;
}

.layer .text p {
  font-size: 16px;
  line-height: 24px;
}

.layer .text p strong {
  color: #1A8B05;
}

.layer .text .button-container {
  padding-top: 70px;
}

.layer .text .button-container.small {
  padding-top: 30px;
}

.layer .text .button-container .button {
  margin-bottom: 10px;
}

.layer .text .button-container .button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 640px) {
  .layer .text .button-container {
    padding-top: 30px;
  }
}

.layer .landkreise-liste {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #F0F0F0;
}

.layer .landkreise-liste ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.layer .landkreise-liste ul li {
  display: inline-block;
  margin-bottom: 10px;
  width: 20%;
  margin-right: 2%;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 768px) {
  .layer .landkreise-liste ul li {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .layer .landkreise-liste ul li {
    width: 100%;
    margin-right: 0;
  }
}

.mfp-bg {
  background: #F0F0F0;
  opacity: 1;
}

.mfp-arrow-left {
  background-repeat: no-repeat !important;
  background-image: url("/themes/ehrensache/images/arrow-l.svg") !important;
  background-position: center center !important;
}

.mfp-arrow-left:after, .mfp-arrow-left:before {
  display: none;
}

.mfp-figure {
  text-align: center;
}

.mfp-close {
  background-repeat: no-repeat !important;
  background-image: url("/themes/ehrensache/images/close.svg") !important;
  background-position: center center !important;
  position: absolute;
  top: -40px;
  background-size: 50px !important;
}

.mfp-close:active {
  top: -40px;
}

.mfp-arrow-right {
  background-repeat: no-repeat !important;
  background-image: url("/themes/ehrensache/images/arrow-r.svg") !important;
  background-position: center center !important;
}

.mfp-arrow-right:after, .mfp-arrow-right:before {
  display: none;
}

section.modul--startseite-news {
  padding-top: 50px;
}

section.modul--startseite-news .newselem {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

section.modul--startseite-news img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 640px) {
  section.modul--startseite-news img {
    margin-bottom: 30px;
  }
}

section.modul--startseite-news h2 {
  color: #F7A806;
}

.mfp-iframe-scaler iframe {
  margin-top: 20px;
}

/**
 * Trumbowyg v2.18.0 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}

#trumbowyg-icons svg {
  height: 0;
  width: 0;
}

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

.trumbowyg-box svg,
.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #222;
}

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  border: 1px solid #DDD;
  width: 100%;
  min-height: 300px;
  margin: 17px auto;
}

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important;
}

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto;
  user-select: text;
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
  transition: height 300ms ease-out;
}

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333;
}

@media screen and (min-width: 0 \0
) {
  .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}

@supports (-ms-accelerator: true) {
  .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}

.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2;
}

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  font-size: 14px;
  font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  line-height: 18px;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none;
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none;
}

.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: #ecf0f1;
  border-bottom: 1px solid #d7e0e2;
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  backface-visibility: hidden;
  z-index: 11;
}

.trumbowyg-button-pane::after {
  content: " ";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d7e0e2;
}

.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
  content: " ";
  display: inline-block;
  width: 1px;
  background: #d7e0e2;
  margin: 0 5px;
  height: 35px;
  vertical-align: top;
}

.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
  content: none;
}

.trumbowyg-button-pane button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 1px 6px !important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none;
  vertical-align: middle;
  transition: background-color 150ms, opacity 150ms;
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px;
  user-select: none;
}

.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-button-pane button.trumbowyg-disable, .trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
  opacity: 0.2;
  cursor: default;
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before, .trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
  background: #e3e9eb;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #FFF;
  outline: none;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
  top: 17px;
  right: 7px;
}

.trumbowyg-button-pane .trumbowyg-right {
  float: right;
}

.trumbowyg-dropdown {
  max-width: 300px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 12;
}

.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #FFF;
  padding: 0 20px 0 10px;
  color: #333 !important;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms;
}

.trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
  background: #ecf0f1;
}

.trumbowyg-dropdown button svg {
  float: left;
  margin-right: 14px;
}

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
  backface-visibility: hidden;
}

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  backface-visibility: hidden;
}

.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #333;
  background: #fbfcfc;
}

.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 58px;
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2BC06A;
  width: 0;
  height: 100%;
  transition: width 150ms linear;
}

.trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  transition: all 150ms;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
  display: block;
  color: #69878f;
  background-color: #fbfcfc;
  border: 1px solid #DEDEDE;
  padding: 0 7px;
  width: 150px;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border: 1px solid #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  margin-top: -27px;
}

.trumbowyg-modal-box label input {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  border: 1px solid #DEDEDE;
  background: #fff;
  font-size: 14px;
  max-width: 330px;
  width: 70%;
  padding: 0 7px;
  transition: all 150ms;
}

.trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
  outline: none;
  border: 1px solid #95a5a6;
}

.trumbowyg-modal-box label input:focus {
  background: #fbfcfc;
}

.trumbowyg-modal-box label input[type="checkbox"] {
  left: 6px;
  top: 6px;
  right: auto;
  height: 16px;
  width: 16px;
}

.trumbowyg-modal-box label input[type="checkbox"] + .trumbowyg-input-infos span {
  width: auto;
  padding-left: 25px;
}

.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: red;
}

.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #333;
  border: none;
  cursor: pointer;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  transition: all 150ms;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #2bc06a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  background: #40d47e;
  outline: none;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #25a25a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #e6e6e6;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  background: #fbfbfb;
  outline: none;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #d5d5d5;
}

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10;
}

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden;
}

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}

.trumbowyg-fullscreen.trumbowyg-box,
.trumbowyg-fullscreen .trumbowyg-editor {
  border: none;
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
  height: calc(100% - 37px) !important;
  overflow: auto;
}

.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100% !important;
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #222;
  fill: transparent;
}

.trumbowyg-editor {
  /*
     * lset for resetCss option
     */
}

.trumbowyg-editor object,
.trumbowyg-editor embed,
.trumbowyg-editor video,
.trumbowyg-editor img {
  max-width: 100%;
}

.trumbowyg-editor video,
.trumbowyg-editor img {
  height: auto;
}

.trumbowyg-editor img {
  cursor: move;
}

.trumbowyg-editor.trumbowyg-reset-css {
  background: #FEFEFE !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45em !important;
  color: #333;
}

.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c !important;
  text-decoration: underline !important;
}

.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  line-height: 1.4em !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  border: none;
}

.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object,
.trumbowyg-editor.trumbowyg-reset-css hr {
  margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px !important;
  font-style: italic !important;
  color: #555;
}

.trumbowyg-editor.trumbowyg-reset-css ul {
  list-style: disc;
}

.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol {
  padding-left: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css ul ul,
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul {
  border: none;
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 24px !important;
}

.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #CCC;
}

.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 7px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 7px !important;
}

/*
 * Dark theme
 */
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd;
}

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
  background: #111;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
  text-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 0 \0
) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}

@supports (-ms-accelerator: true) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}

.trumbowyg-dark .trumbowyg-box svg {
  fill: #ecf0f1;
  color: #ecf0f1;
}

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane::after {
  background: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
  background-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
  background-color: #2a2a2a;
}

.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
  background-color: #333;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  border-top-color: #fff;
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent;
}

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.trumbowyg-dark .trumbowyg-dropdown button {
  background: #333;
  color: #fff !important;
}

.trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
  background: #222;
}

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
  border-bottom: 1px solid #555;
  color: #fff;
  background: #3c3c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
  color: #eee;
  background-color: #2f2f2f;
  border-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border-color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label input {
  border-color: #222;
  color: #eee;
  background: #333;
}

.trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
  border-color: #626262;
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
  background-color: #2f2f2f;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  background: #1b7943;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  background: #25a25a;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #176437;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  background: #333;
  color: #ccc;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  background: #444;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #111;
}

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6);
}

.inner-detail-map .close-detail-map {
  color: transparent;
  background-image: url("/themes/ehrensache/images/icon-close-blue.svg");
  background-position: center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

.inner-detail-map .name {
  font-weight: 700;
}

.inner-detail-map .adresse {
  margin-bottom: 40px;
}

.inner-ehrenamtauswahl .close-auswahl-layer, .inner-freiwilligenauswahl .close-auswahl-layer, .inner-jahreswechsel .close-auswahl-layer {
  color: transparent;
  background-image: url("/themes/ehrensache/images/icon-close-blue.svg");
  background-position: center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.inner-ehrenamtauswahl h3, .inner-freiwilligenauswahl h3, .inner-jahreswechsel h3 {
  color: #F7A806;
  font-weight: 900;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 10px;
  text-align: left;
}

.inner-ehrenamtauswahl p, .inner-freiwilligenauswahl p, .inner-jahreswechsel p {
  text-align: left;
}

.inner-ehrenamtauswahl .landkreise ul, .inner-freiwilligenauswahl .landkreise ul, .inner-jahreswechsel .landkreise ul {
  margin: 0;
  list-style: none;
  text-align: left;
}

.inner-jahreswechsel {
  max-width: 800px;
  margin: 0 auto;
}

.inner-cookie {
  max-width: 700px;
  margin: 0 auto;
}

.inner-cookie .headline {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}

.inner-cookie .accept {
  border: 1px solid #16708D;
}

.inner-cookie .accept:hover {
  border-color: #154D60;
}

@media (max-width: 640px) {
  .inner-cookie .accept {
    margin-bottom: 10px;
  }
}

.inner-cookie .decline {
  background-color: transparent;
  color: #16708D;
  border: 1px solid #16708D;
}

.node-type-startseite .mfp-bg {
  background: rgba(247, 168, 6, 0.64);
}

body.yellow .mfp-bg {
  background: rgba(247, 168, 6, 0.64);
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: transparent;
}

section.modul--region-teaser {
  margin-bottom: 20px;
}

section.modul--region-teaser .content-bg {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--region-teaser .content-bg.with-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  section.modul--region-teaser .content-bg.with-shadow {
    padding: 0;
  }
}

section.modul--region-teaser .bg-container {
  background-size: cover;
  background-position: center center;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.modul--region-teaser .bg-container .overlay-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 640px) {
  section.modul--region-teaser .bg-container {
    height: 160px;
  }
}

section.modul--region-teaser .text-container {
  padding: 50px;
  padding-left: 35px;
}

section.modul--region-teaser .text-container h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #F7A806;
  margin-bottom: 50px;
}

section.modul--region-teaser .text-container .text {
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  section.modul--region-teaser .text-container {
    padding: 30px 25px;
  }
}

section.filter-aktuelles-view .element-container {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

section.filter-aktuelles-view .element-container .inner {
  padding: 32px 0;
}

section.filter-aktuelles-view .element-container .inner h2 {
  color: #16708D;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 0px;
}

section.filter-aktuelles-view .element-container .inner .yellow {
  background-color: #F7A806;
  color: #ffffff;
  display: inline-block;
  padding: 4px 9px;
  margin-right: 5px;
  font-weight: 900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.filter-aktuelles-view .element-container .inner .blue {
  background-color: #16708D;
  color: #ffffff;
  display: inline-block;
  padding: 4px 9px;
  margin-right: 5px;
  font-weight: 900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.filter-aktuelles-view .element-container .inner .date {
  margin-left: 20px;
  color: #9D9D9C;
  font-weight: 700;
}

@media (max-width: 640px) {
  section.filter-aktuelles-view .element-container .inner {
    padding: 20px;
  }

  section.filter-aktuelles-view .element-container .inner .yellow, section.filter-aktuelles-view .element-container .inner .blue {
    margin-bottom: 5px;
  }

  section.filter-aktuelles-view .element-container .inner .date {
    display: block;
    margin-left: 0;
  }
}

section.filter-aktuelles-view .element-container .with-bg-image {
  background-size: cover;
  background-position: center center;
  height: 100%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

section.filter-aktuelles-view .element-container .bg-image {
  display: none;
}

@media (max-width: 640px) {
  section.filter-aktuelles-view .element-container .with-bg-image {
    background-image: none !important;
  }

  section.filter-aktuelles-view .element-container .bg-image {
    display: block;
    max-width: 100%;
  }
}

section.modul--inserat-status .inserat-info-bar {
  border-bottom: 2px solid #F0F0F0;
  padding-bottom: 33px;
}

section.modul--inserat-status .inserat-info-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

section.modul--inserat-status .inserat-info-bar ul li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  border-right: 1px solid #707070;
  font-size: 16px;
  font-weight: 700;
  color: #16708D;
  border-bottom: none;
}

section.modul--inserat-status .inserat-info-bar ul li::before {
  display: none;
}

section.modul--inserat-status .inserat-info-bar ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

section.modul--inserat-status .inserat-status-inner {
  padding-top: 82px;
  padding-bottom: 82px;
}

section.modul--inserat-status .inserat-status-inner .inner-info-top {
  border-bottom: 2px solid #F0F0F0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 28px;
}

section.modul--inserat-status .inserat-status-inner .inner-info-top .status-text-large {
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
}

section.modul--inserat-status .inserat-status-inner .inner-info-top .status-text-large.active {
  color: #1F8D1E;
}

section.modul--inserat-status .inserat-status-inner .inner-info-top .status-text-large.review {
  color: #DB9E27;
}

section.modul--inserat-status .inserat-status-inner .inner-info-top .status-text-large.inactive {
  color: #B22D2D;
}

section.modul--inserat-status .inserat-status-inner .large-button {
  text-align: center !important;
  padding: 10px;
  height: 100%;
  position: relative;
  min-height: 150px;
}

section.modul--inserat-status .inserat-status-inner .large-button .btn-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

section.modul--inserat-status .inserat-status-inner .large-button .btn-inner img {
  display: block;
  margin: 0 auto;
  border-radius: none;
}

@media (max-width: 640px) {
  section.modul--inserat-status .inserat-status-inner .large-button {
    margin-top: 10px;
  }
}

section.modul--inserat-status .inserat-status-inner .button {
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

section.modul--inserat-status .inserat-status-inner .button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  background-size: cover;
}

section.modul--inserat-status .inserat-status-inner .button.verlaengern::after {
  background-image: url("/themes/ehrensache/images/icon-status-clock.svg");
  width: 16px;
  height: 16px;
}

section.modul--inserat-status .inserat-status-inner .button.loeschen::after {
  background-image: url("/themes/ehrensache/images/icon-status-delete.svg");
  width: 22px;
  height: 18px;
}

section.modul--inserat-status .inserat-status-inner .button.feedback {
  margin-bottom: 0;
}

section.modul--inserat-status .inserat-status-inner .button.feedback::after {
  background-image: url("/themes/ehrensache/images/icon-status-feedback.svg");
  width: 20px;
  height: 20px;
}

section.modul--inserat-status .inserat-status-inner .button.inactive, section.modul--inserat-status .inserat-status-inner .button.review {
  pointer-events: none;
  opacity: 0.5;
}

section.modul--inserat-status .inserat-status-inner .inserat-loeschen-container {
  display: none;
}

section.modul--inserat-status .inserat-status-inner .inner-info-bottom {
  padding-top: 20px;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner {
  background-color: #F2F2F2;
  padding: 45px;
  border-radius: 4px;
  margin-top: 50px;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner h2 {
  color: #16708D;
  margin-bottom: 5px;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #9D9D9C;
  display: block;
  margin-bottom: 40px;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner .icon {
  width: 20px;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner .info-row {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner .info-row a {
  color: #484848;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner .ansprechpartner-detail {
  margin-bottom: 30px;
}

section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner .ansprechpartner-detail:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner {
    padding: 25px;
  }

  section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner h2 {
    font-size: 20px;
    line-height: 24px;
  }

  section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner span {
    font-size: 16px;
    line-height: 20px;
  }

  section.modul--inserat-status .inserat-status-inner .inner-ansprechpartner .info-row a {
    hyphens: auto;
  }
}

.font-medium {
  font-weight: 500;
}

.editlink {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  padding: 5px 10px;
  background-color: #F7A806;
}

.editlink a {
  color: #ffffff;
}

section.modul--video-mit-text {
  margin-bottom: 20px;
}

section.modul--video-mit-text .content-bg {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--video-mit-text .content-bg.with-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  section.modul--video-mit-text .content-bg.with-shadow {
    padding: 0;
  }
}

section.modul--video-mit-text .video-container {
  padding-bottom: 56.25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

section.modul--video-mit-text .video-container video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}

section.modul--video-mit-text .video-container iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
  section.modul--video-mit-text .video-container {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
  }

  section.modul--video-mit-text .video-container iframe {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
  }
}

section.modul--video-mit-text .text-container {
  padding: 50px;
  padding-left: 35px;
}

section.modul--video-mit-text .text-container h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #16708D;
  margin-bottom: 50px;
}

section.modul--video-mit-text .text-container strong, section.modul--video-mit-text .text-container b {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #F7A806;
  margin-bottom: 30px;
}

section.modul--video-mit-text .text-container .text {
  margin-bottom: 30px;
}

section.modul--video-mit-text .text-container .text p {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 640px) {
  section.modul--video-mit-text .text-container {
    padding: 30px 25px;
  }
}

section.modul--drei-videos {
  padding-top: 0 !important;
  margin-top: -1px;
}

section.modul--drei-videos .element-container .content {
  padding-right: 20px;
  border-right: 2px solid rgba(23, 112, 141, 0.25);
  /*
            .titel {
                font-size: 32px !important;
                font-weight: 900 !important;
                line-height: 36px !important;
            }
            */
}

@media (max-width: 1023px) {
  section.modul--drei-videos .element-container .content .titel {
    font-size: 20px !important;
    line-height: 27px !important;
    margin-bottom: 32px !important;
  }
}

@media (max-width: 640px) {
  section.modul--drei-videos .element-container {
    padding-bottom: 0;
  }

  section.modul--drei-videos .element-container .bg-image, section.modul--drei-videos .element-container .image {
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-right-radius: 0 !important;
  }

  section.modul--drei-videos .element-container .content {
    border-right: none;
  }
}

section.modul--jubelticker-beitrag, section.modul--drei-videos {
  margin-bottom: 16px;
}
section.modul--jubelticker-beitrag {
  display: none;
}

.node-type-startseite section.modul--jubelticker-beitrag {
  display: block !important;
}

section.modul--jubelticker-beitrag .element-container, section.modul--drei-videos .element-container {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  /*padding: 16px;*/
}

section.modul--jubelticker-beitrag .element-container .image, section.modul--drei-videos .element-container .image {
  width: 100%;
  height: auto;
  opacity: 0;
}
.page-feedbackhtml section.modul--jubelticker-beitrag .element-container .image {
  border-radius: 15px;
  margin-top: 15px;
}
.page-feedbackhtml section.modul--jubelticker-beitrag .element-container h2 {
  font-size: 26px;
  line-height: 28px;
  padding-top: 10px;
  color: #16708D;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-feedbackhtml section.modul--jubelticker-beitrag .element-container .autor {
  color: #5c5c5c;
}

.page-feedbackhtml section.modul--jubelticker-beitrag .element-container .zitat {
  margin-bottom: 0;
}

.page-feedbackhtml section.modul--jubelticker-beitrag .element-container p {
  color: #16708D;
  font-weight: 400;
}

section.modul--jubelticker-beitrag .element-container .bg-image, section.modul--drei-videos .element-container .bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}

section.modul--jubelticker-beitrag .element-container .quotes, section.modul--drei-videos .element-container .quotes {
  position: absolute;
  top: 40%;
  right: -60px;
  transform: translateY(-50%);
}

section.modul--jubelticker-beitrag .element-container .quotes img, section.modul--drei-videos .element-container .quotes img {
  display: inline-block;
}

section.modul--jubelticker-beitrag .element-container .quotes.liste, section.modul--drei-videos .element-container .quotes.liste {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
}

section.modul--jubelticker-beitrag .element-container .zitat, section.modul--drei-videos .element-container .zitat {
  color: #16708D;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 50px;
}

section.modul--jubelticker-beitrag .element-container .zitat *, section.modul--drei-videos .element-container .zitat * {
  font-size: 18px;
  line-height: 26px;
}

section.modul--jubelticker-beitrag .element-container .zitat.liste, section.modul--drei-videos .element-container .zitat.liste {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 20px;
  padding-right: 20px;
}

section.modul--jubelticker-beitrag .element-container .zitat.liste *, section.modul--drei-videos .element-container .zitat.liste * {
  font-size: 16px;
  line-height: 26px;
}

section.modul--jubelticker-beitrag .element-container .autor, section.modul--drei-videos .element-container .autor {
  color: #9D9D9C;
  font-weight: 700;
  font-size: 14px;
}

section.modul--jubelticker-beitrag .element-container .autor.liste, section.modul--drei-videos .element-container .autor.liste {
  padding-bottom: 20px;
}

section.modul--jubelticker-beitrag .element-container .content, section.modul--drei-videos .element-container .content {
  padding-top: 43px;
  padding-bottom: 46px;
}

section.modul--jubelticker-beitrag .element-container .content .titel, section.modul--drei-videos .element-container .content .titel {
  color: #16708D;
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 32px;
}

section.modul--jubelticker-beitrag .element-container .content .text, section.modul--drei-videos .element-container .content .text {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.video-grid-element {
  margin-bottom: 20px;
  display:none;
}
.load-more-container {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.video-grid-button, .jubelticker-grid-button {
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
  color: #16708D;
  cursor: pointer;
}
.video-grid-element section.modul--text.modul--news-overview.modul--video{
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  margin-top: 0 !important;
  padding-bottom: 10px;
}
section.modul--text.modul--news-overview.modul--video .laenge {
  padding-top: 10px;
}
section.modul--text.modul--news-overview.modul--video .laenge,
section.modul--jubelticker-beitrag .element-container .video-verlinkung .laenge,
section.modul--drei-videos .element-container .video-verlinkung .laenge {
  font-size: 14px;
  font-weight: 700;
  color: #16708D;
}
section.modul--text.modul--news-overview.modul--video .laenge img,
section.modul--jubelticker-beitrag .element-container .video-verlinkung .laenge img,
section.modul--drei-videos .element-container .video-verlinkung .laenge img {
  margin-right: 6px;
}

@media (max-width: 640px) {
  section.modul--jubelticker-beitrag .element-container, section.modul--drei-videos .element-container {
    padding-bottom: 30px;
  }

  section.modul--jubelticker-beitrag .element-container .image, section.modul--drei-videos .element-container .image {
    opacity: 1;
  }

  section.modul--jubelticker-beitrag .element-container .bg-image, section.modul--drei-videos .element-container .bg-image {
    background-image: none !important;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    height: auto;
  }

  section.modul--jubelticker-beitrag .element-container .bg-image img, section.modul--drei-videos .element-container .bg-image img {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
  }

  section.modul--jubelticker-beitrag .element-container .quotes, section.modul--drei-videos .element-container .quotes {
    top: auto;
    bottom: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  section.modul--jubelticker-beitrag .element-container .zitat, section.modul--drei-videos .element-container .zitat {
    text-align: center;
    margin-bottom: 30px;
  }

  section.modul--jubelticker-beitrag .element-container .autor, section.modul--drei-videos .element-container .autor {
    text-align: center;
  }

  section.modul--jubelticker-beitrag .element-container .content, section.modul--drei-videos .element-container .content {
    padding-bottom: 0;
    border-right: none;
  }

  section.modul--jubelticker-beitrag .element-container .video-verlinkung, section.modul--drei-videos .element-container .video-verlinkung {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-top: 2px solid rgba(23, 112, 141, 0.25);
    margin-top: -1px;
  }

  section.modul--jubelticker-beitrag .element-container .video-verlinkung .ytlink, section.modul--drei-videos .element-container .video-verlinkung .ytlink {
    display: flex;
    width: 60px;
    margin-top: 10px;
  }

  section.modul--text.modul--news-overview.modul--video .laenge,
  section.modul--jubelticker-beitrag .element-container .video-verlinkung .laenge,
  section.modul--drei-videos .element-container .video-verlinkung .laenge {
    display: flex;
  }

  section.modul--text.modul--news-overview.modul--video .laenge img,
  section.modul--jubelticker-beitrag .element-container .video-verlinkung .laenge img,
  section.modul--drei-videos .element-container .video-verlinkung .laenge img {
    max-width: 15px;
  }
}

section.modul--news-teaser {
  padding-top: 134px;
  padding-bottom: 134px;
  background: #e8e8e8;
  background: -moz-linear-gradient(0deg, #e8e8e8 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #e8e8e8 0%, white 100%);
  background: linear-gradient(0deg, #e8e8e8 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#ffffff", GradientType=1);
}

@media (max-width: 640px) {
  section.modul--news-teaser {
    padding-top: 48px;
    padding-bottom: 46px;
  }
}

section.modul--news-teaser h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 29px;
  color: #16708D;
  margin-top: 40px;
}

@media (max-width: 640px) {
  section.modul--news-teaser h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

section.modul--news-teaser .newsteraser-link {
  text-decoration: underline;
  color: #16708D;
  line-height: 20px;
  font-weight: 700;
}

@media (max-width: 640px) {
  section.modul--news-teaser .newsteraser-link {
    position: absolute;
    left: 0.625rem;
    top: 100%;
  }
}

section.modul--news-teaser .news-slider .news-element {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

section.modul--news-teaser .news-slider .news-element .image-container {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

section.modul--news-teaser .news-slider .news-element .content {
  padding: 30px;
}

section.modul--news-teaser .news-slider .news-element .content .top-line {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
}

section.modul--news-teaser .news-slider .news-element .content .top-line .region {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
}

section.modul--news-teaser .news-slider .news-element .content .top-line .region.yellow {
  background-color: #F7A806;
}

section.modul--news-teaser .news-slider .news-element .content .top-line .region.blue {
  background-color: #16708D;
}

section.modul--news-teaser .news-slider .news-element .content .top-line .date {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #9D9D9C;
}

section.modul--news-teaser .news-slider .news-element .content h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-top: 0;
}

section.modul--news-teaser .news-slider .news-element .content a.link {
  text-decoration: underline;
  color: #16708D;
  line-height: 20px;
  font-weight: 700;
}

section.modul--news-teaser .news-slider .slick-dots {
  margin: 0;
  text-align: right;
}

section.modul--news-teaser .news-slider .slick-dots li {
  display: inline-block;
}

section.modul--news-teaser .news-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  /*$c-grey;*/
  margin: 5px;
  font-size: 0px;
  color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--news-teaser .news-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  /*$c-blue;*/
}

@media (min-width: 641px) {
  section.modul--news-teaser .news-slider {
    display: flex;
    gap: 0.625rem;
  }

  section.modul--news-teaser .news-slider .news-element {
    flex: 1 1 0px;
  }
}

@media (max-width: 640px) {
  section.modul--news-teaser .news-slider .slick-list {
    margin: 0 -10px;
    padding-bottom: 16px;
    /*padding:0 20% 0 0 !important;*/
  }

  section.modul--news-teaser .news-slider .slick-slide {
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .page-feedbackhtml section.modul--jubelticker-beitrag .element-container {
    padding-bottom: 0;
  }
}
.page-feedbackhtml .views-exposed-form {
  display: none;
}
.view-jubelticker-bersicht .view-filters .form--inline .form-type-select {
  text-align: right;
  width: 100%
}

.view-jubelticker-bersicht .form-select.bef-links {
  display: inline-block;
}

.view-jubelticker-bersicht .view-filters .form--inline label {
  display: none;
}

.view-jubelticker-bersicht .view-filters .form--inline .form-item-sort-bef-combine .form-select .form-item-edit-reihenfolge-random-asc
.form-item-edit-reihenfolge-random-desc,
.view-jubelticker-bersicht .form-select.bef-links ul li a span:first-child {
  margin-right: 17px;
}

.view-jubelticker-bersicht .form-select.bef-links ul li a img {
  border: 0;
}

.view-jubelticker-bersicht .form-select.bef-links ul li a span:last-child {
  margin-left: 17px;
}

.view-jubelticker-bersicht .form-select.bef-links ul li a span.active {
  font-weight: 700;
  pointer-events: none;
}

.view-jubelticker-bersicht .form-select.bef-links ul li a:hover {
  color: #16708D;
}

.view-jubelticker-bersicht .form-select.bef-links ul li:last-child, .view-jubelticker-bersicht .form-select.bef-links ul li:first-child {
  display: none;
}

.view-jubelticker-bersicht .form-select.bef-links ul {
  margin: 0;
  list-style-type: none;
}

.view-jubelticker-bersicht .form-submit {
  display: none;
}

section.modul--jubelticker-teaser {
  padding-top: 150px;
  padding-bottom: 95px;
  background-color: #F7A806;
}

section.modul--jubelticker-teaser h2 {
  font-size: 25px;
  font-weight: 900;
  line-height: 29px;
  color: #ffffff;
  margin-top: 40px;
}

section.modul--jubelticker-teaser .jubelteaser-link {
  text-decoration: underline;
  color: #ffffff;
  line-height: 20px;
  font-weight: 700;
}

section.modul--jubelticker-teaser .jubelteaser-link:active, section.modul--jubelticker-teaser .jubelteaser-link:hover, section.modul--jubelticker-teaser .jubelteaser-link:visited {
  color: #ffffff;
}

section.modul--jubelticker-teaser .jubelticker-slider, section.modul--jubelticker-teaser .drei-videos-slider {
  margin-bottom: 40px;
}

section.modul--jubelticker-teaser .jubelticker-slider .slick-dots, section.modul--jubelticker-teaser .drei-videos-slider .slick-dots {
  margin: 0;
  text-align: center;
}

section.modul--jubelticker-teaser .jubelticker-slider .slick-dots li, section.modul--jubelticker-teaser .drei-videos-slider .slick-dots li {
  display: inline-block;
}

section.modul--jubelticker-teaser .jubelticker-slider .slick-dots li button, section.modul--jubelticker-teaser .drei-videos-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  /*$c-grey;*/
  margin: 5px;
  font-size: 0px;
  color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

section.modul--jubelticker-teaser .jubelticker-slider .slick-dots li.slick-active button, section.modul--jubelticker-teaser .drei-videos-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  /*$c-blue;*/
}

@media (max-width: 1024px) {
  section.modul--jubelticker-teaser {
    padding-bottom: 70px;
  }
}

@media (max-width: 640px) {
  section.modul--jubelticker-teaser {
    padding-top: 63px;
    padding-bottom: 50px;
  }

  section.modul--jubelticker-teaser h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  section.modul--jubelticker-teaser .jubelticker-slider, section.modul--jubelticker-teaser .drei-videos-slider {
    margin-bottom: 0;
  }

  section.modul--jubelticker-teaser .jubelticker-slider .slick-dots, section.modul--jubelticker-teaser .drei-videos-slider .slick-dots {
    text-align: right;
  }

  section.modul--jubelticker-teaser .jubelteaser-link {
    position: absolute;
    left: 0.625rem;
    bottom: 0;
  }
}

section.modul--regionen-uebersicht-karte {
  padding-top: 40px;
  padding-bottom: 60px;
}

section.modul--regionen-uebersicht-karte h2 {
  font-size: 33px;
  line-height: 39px;
  font-weight: 900;
  color: #16708D;
  margin-bottom: 36px;
}

section.modul--regionen-uebersicht-karte svg.regionen-uebersicht-karte {
  max-width: 100%;
  height: auto;
}

section.modul--regionen-uebersicht-karte svg.regionen-uebersicht-karte .landkreis-link {
  display: flex;
}

section.modul--regionen-uebersicht-karte svg.regionen-uebersicht-karte .landkreis-link path.landkreis, section.modul--regionen-uebersicht-karte svg.regionen-uebersicht-karte .landkreis-link path.bezeichnung {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

section.modul--regionen-uebersicht-karte svg.regionen-uebersicht-karte .landkreis-link:hover path.landkreis {
  fill: #F7A806 !important;
}

section.modul--regionen-uebersicht-karte svg.regionen-uebersicht-karte .landkreis-link:hover path.bezeichnung {
  fill: #ffffff !important;
}
section.modul--regionen-uebersicht-karte .list-container {
  margin-right: 30px;
}

section.modul--regionen-uebersicht-karte .list-container a {
  /*margin-bottom: 15px;*/
  margin: 18px 10px;
  padding-bottom: 15px;
  display:block;
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
  color: #17708D;
  border-bottom: 1px solid #17708D;
  position: relative;
}

section.modul--regionen-uebersicht-karte .list-container a::after {
  content: '›';
  font-size: 46px;
  color: #17708D;
  position: absolute;
  right: 0;
  top: -2px;
  font-weight: 100;
}

@media (max-width: 640px) {
  section.modul--regionen-uebersicht-karte {
    padding-top: 56px;
    padding-bottom: 160px;
    background-color: #ffffff;
  }

  section.modul--regionen-uebersicht-karte h2 {
    font-size: 21px;
    line-height: 24px;
  }
}

section.modul--regionen-uebersicht--kacheln {
  padding-top: 150px;
  padding-bottom: 135px;
  background: -moz-linear-gradient(top, #16708d 0%, #104d61 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #16708d 0%, #104d61 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #16708d 0%, #104d61 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16708d', endColorstr='#104d61', GradientType=0);
}

section.modul--regionen-uebersicht--kacheln h2 {
  font-size: 43px;
  line-height: 50px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 75px;
}

section.modul--regionen-uebersicht--kacheln .kachel {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
}

section.modul--regionen-uebersicht--kacheln .kachel .kachel-top {
  background-color: #F0F0F0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 56px;
  padding-right: 56px;
}

section.modul--regionen-uebersicht--kacheln .kachel .kachel-top img {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.modul--regionen-uebersicht--kacheln .kachel .content-container {
  padding: 50px 56px 55px 56px;
}

section.modul--regionen-uebersicht--kacheln .kachel .content-container .kachel-headline {
  margin-bottom: 23px;
}

section.modul--regionen-uebersicht--kacheln .kachel .content-container .kachel-headline h3 {
  color: #16708D;
  font-size: 31px;
  line-height: 35px;
  font-weight: 900;
  margin: 0;
}

section.modul--regionen-uebersicht--kacheln .kachel .content-container .kachel-content {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

section.modul--regionen-uebersicht--kacheln .kachel .content-container .kachel-content p {
  margin: 0;
  padding: 0;
}

section.modul--regionen-uebersicht--kacheln .kachel .content-container a.link {
  text-decoration: none;
  color: #16708D;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  border-bottom: 3px solid #16708D;
}

@media (max-width: 640px) {
  section.modul--regionen-uebersicht--kacheln {
    padding-top: 36px;
    padding-bottom: 83px;
  }

  section.modul--regionen-uebersicht--kacheln h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 47px;
  }

  section.modul--regionen-uebersicht--kacheln .kachel .kachel-top {
    padding-left: 37px;
    padding-right: 37px;
  }

  section.modul--regionen-uebersicht--kacheln .kachel .kachel-top img {
    max-height: 60px;
  }

  section.modul--regionen-uebersicht--kacheln .kachel .content-container {
    padding: 33px 37px 60px 37px;
  }

  section.modul--regionen-uebersicht--kacheln .kachel .content-container .kachel-headline {
    margin-bottom: 20px;
  }

  section.modul--regionen-uebersicht--kacheln .kachel .content-container .kachel-headline h3 {
    font-size: 20px;
    line-height: 23px;
  }

  section.modul--regionen-uebersicht--kacheln .kachel .content-container a.link {
    font-size: 16px;
    line-height: 16px;
  }
}
.contact-flag .icon, .feedback-flag .icon, .wasist-flag .icon, .facebook-flag .icon, .instagram-flag .icon {
  position: relative;
}

.mobile-only-link {
  display: none;
}

@media (max-width: 640px) {
  .contact-flag, .feedback-flag, .wasist-flag, .facebook-flag, .instagram-flag {
    left: auto !important;
    right: -135px;
    /* Remove right-side border radius on mobile */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* Add left-side border radius on mobile */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .contact-flag .text, .feedback-flag .text, .wasist-flag .text, .facebook-flag .text, .instagram-flag .text {
    float: right;
  }

  .contact-flag .icon, .feedback-flag .icon, .wasist-flag .icon, .facebook-flag .icon, .instagram-flag .icon {
    float: right;
    width: 33px;
    height: 33px;
    background-size: 18px 18px;
  }

  /* Adjust flag height for smaller icons */
  .contact-flag, .feedback-flag, .wasist-flag, .facebook-flag, .instagram-flag {
    height: 33px;
  }

  /* Adjust text container for smaller icons */
  .contact-flag .text, .feedback-flag .text, .wasist-flag .text, .facebook-flag .text, .instagram-flag .text {
    height: 33px;
    padding-top: 5px; /* Adjusted for vertical centering */
  }

  /* Adjust vertical positioning on mobile */
  .wasist-flag {
    right: -180px;
    top: 170px;
  }

  .contact-flag {
    top: 210px;
  }

  .feedback-flag {
    right: -135px;
    top: 250px;
  }

  .facebook-flag {
    top: 290px;
  }

  .instagram-flag {
    top: 330px;
  }

  .facebook-flag, .instagram-flag {
    right: -90px;
  }

  /* Remove hover on mobile since we'll use click instead */
  .contact-flag:hover, .feedback-flag:hover, .wasist-flag:hover,
  .facebook-flag:hover, .instagram-flag:hover {
    left: auto !important;
    /* right: 0; */ /* Commented out to prevent hover behavior on mobile */
  }

  .mobile-only-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    display: block;
  }

  /* Add styles for menu burger icon fix */
  .menu-button-mobile.is-active .burger-icon::before,
  .menu-button-mobile.is-active .burger-icon::after {
    top: 0;
  }

  .menu-button-mobile.is-active .burger-icon::before {
    transform: rotate(45deg);
  }

  .menu-button-mobile.is-active .burger-icon::after {
    transform: rotate(-45deg);
  }

  section.modul--kontakt-personen .kontakt-container .foto-container {
    height: 165px;
  }
  section.modul--kontakt-personen .kontakt-container .bg-grau {
    height: 90px;
  }
  section.modul--kontakt-personen .kontakt-container {
    padding-bottom: 20px;
  }
}
