@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700);@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 88.125rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

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

.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.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

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

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

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

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

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

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

.small-1 {
  width: 8.33333333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333333%;
}

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

.small-2 {
  width: 16.66666667%;
}

.small-push-2 {
  position: relative;
  left: 16.66666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333333%;
}

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

.small-5 {
  width: 41.66666667%;
}

.small-push-5 {
  position: relative;
  left: 41.66666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333333%;
}

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

.small-8 {
  width: 66.66666667%;
}

.small-push-8 {
  position: relative;
  left: 66.66666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333333%;
}

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

.small-11 {
  width: 91.66666667%;
}

.small-push-11 {
  position: relative;
  left: 91.66666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571429%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571429%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

.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;
  }
}

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: 1.6;
  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: "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: 88.125rem;
  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: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, 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: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

.cite-block:before, cite:before {
  content: "\2014   ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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;
    color: black !important;
    color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !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;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, 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 print, 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 print, 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 !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.clearfix::after {
  clear: both;
}

* {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body p {
  margin-bottom: 0.7em;
}

body li {
  font-size: 18px;
}

body.location-style .bigform.iswhite input[type="submit"],
body.location-style .bigform.iswhite input[type="checkbox"]:checked,
body.location-style .locationnav,
body.location-style .keymessage {
  background: #e88a34;
}

body.location-style .the-content a, body.location-style .the-content a {
  color: #e88a34;
}

body.location-style .the-content .button, body.location-style .the-content .locationnews .locationnews-single-link span, .locationnews .locationnews-single-link body.location-style .the-content span {
  color: #fefefe;
  background: #e88a34;
}

body.location-style .the-content h1 strong,
body.location-style .the-content h4,
body.location-style .the-content .h4 {
  color: #e88a34;
}

body.location-style .the-content ul li:before {
  border-color: #e88a34;
}

body,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Roboto', sans-serif;
  color: #575656;
}

body h4,
body h5,
body h6 {
  color: #004070;
}

body p {
  font-size: 15px;
}

body .smaller,
body .smaller p {
  font-size: 13px;
}

@media all and (min-width: 639px) {
  body p {
    font-size: 18px;
  }
  body .smaller,
  body .smaller p {
    font-size: 16px;
  }
}

p {
  margin-bottom: 1.5em;
}

a, a:focus {
  color: #004070;
}

h1, .h1 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0.4em;
}

h1 strong,
.h1 strong {
  font-size: 30px;
  color: #004070;
}

h2, .h2 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.5em;
  display: block;
}

h3, .h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}

h4, .h4 {
  font-size: 18px;
  font-weight: bold;
}

@media all and (min-width: 639px) {
  h1, .h1 {
    font-size: 30px;
  }
  h1 strong,
  .h1 strong {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}

tbody {
  border: 1px solid transparent;
}

tbody tr:nth-child(2n) {
  border-bottom: 0 solid transparent;
}

tbody tr, tbody th, tbody td {
  border: 0px solid transparent;
}

hr {
  margin: 2em 0 3em 0;
}

p:empty {
  display: none;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

tbody p {
  font-size: 18px;
  margin: 15px 0 0;
}

body {
  font-size: 18px;
}

.date {
  font-size: 0.8em;
  font-style: italic;
}

.visual {
  margin-bottom: 60px;
}

#hierbittehtmlcodezurpiwikoptoutwiderspruchsmglichkeiteinbinden {
  margin: 0;
}

.table-wrapper {
  overflow-x: auto;
}

.maincontent {
  margin-bottom: 1em;
}

@media all and (min-width: 640px) {
  .maincontent {
    margin-bottom: 2em;
  }
}

.the-content:after {
  content: '';
  display: table;
  clear: both;
}

.the-content .gform_wrapper .gform_heading {
  font-size: 24px;
}

.the-content .gform_wrapper li {
  padding-left: 0;
}

.the-content ul li {
  position: relative;
  padding-left: 0em;
  /*&:before{
				content: '';
				position: absolute;
				top: 0.5em;
				left: 0px;
				width: 12px;
				height: 12px;
				border: 2px solid $brand2;
				border-radius: 50%;
			}
			*/
}

.the-content ul li p:last-child {
  margin-bottom: 0em;
}

.the-content hr {
  margin: 2em 0;
}

.the-content h1,
.the-content .h2 {
  text-transform: uppercase;
}

.the-content h1 + h2,
.the-content h1 + .h2,
.the-content .h2 + h2,
.the-content .h2 + .h2 {
  margin-top: 1.7em;
}

.the-content h2,
.the-content .h2 {
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0.9em;
}

.the-content.maincontent .bloglisting-slimheadline {
  color: #575656;
  margin-bottom: 0.5em;
}

.content {
  position: relative;
}

.content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100vw;
  max-width: 1840px;
  max-height: 500px;
  min-height: 200px;
  height: 40vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #eee;
  z-index: -1;
}

@media all and (min-width: 640px) {
  .content:before {
    max-height: 400px;
    height: 28vw;
  }
}

.content .content-headline {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
  padding: 1em 0 .7em 0;
}

.content .content-headline strong {
  font-size: 30px;
}

@media all and (min-width: 639px) {
  .content .content-headline {
    text-align: center;
    font-size: 25px;
  }
  .content .content-headline strong {
    font-size: 40px;
  }
}

.content .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*@media all and (min-width: 639px){
			flex-wrap: nowrap;
		}*/
}

.content .content-header > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}

.content .content-header > .text-right a {
  position: relative;
  color: #575656;
  padding-right: calc(25px + 0.58em);
}

.content .content-header > .text-right a:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin: 0 0 -0.58em 0.5em;
  background: #575656 url("../img/arrow.svg") no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  position: absolute;
  top: 0;
  -webkit-transform: trasnlatex(-50%);
      -ms-transform: trasnlatex(-50%);
          transform: trasnlatex(-50%);
}

.header .show-for-decent {
  display: none;
}

@media all and (min-width: 450px) {
  .header .show-for-decent {
    display: initial;
  }
}

@media all and (max-width: 879px) {
  .header {
    padding-top: 1.7em;
  }
  .header:after {
    display: table;
    clear: both;
    content: '';
  }
  .header .header-item {
    padding-left: 15px;
    float: left;
    margin-bottom: 0.7em;
  }
  .header .header-item.isleft {
    margin-top: -1.5em;
    margin-bottom: 0;
    padding-left: 0;
  }
  .header .header-item:not(.isleft) {
    float: right;
  }
  .header .header-item:not(.isleft) > * {
    float: right;
  }
  .header .header-item:last-child {
    clear: right;
  }
}

@media all and (min-width: 880px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .header-item {
    padding-left: 0;
    margin-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 30px;
  }
  .header .header-item.isleft {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0;
  }
  .header .header-item.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .header-item.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header .header-item.order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header .header-item.order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header .header-item.order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.keymessage {
  background: #a3ccee;
  color: #fefefe;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 15px;
  text-transform: uppercase;
  margin-bottom: 1em;
  border-radius: 5px;
}

.bx-wrapper.location {
  position: relative;
  margin-bottom: 2em;
}

.bx-wrapper.location .bx-controls {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.bx-wrapper.location .bx-controls .bx-controls-direction {
  position: relative;
}

.bx-wrapper.location .bx-controls .bx-controls-direction .bx-prev,
.bx-wrapper.location .bx-controls .bx-controls-direction .bx-next {
  content: '';
  color: transparent;
  background-size: 100%;
  height: 4em;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
}

.bx-wrapper.location .bx-controls .bx-controls-direction .bx-prev {
  background-image: url("../img/arrow-dark-left.svg");
  left: 10px;
}

.bx-wrapper.location .bx-controls .bx-controls-direction .bx-next {
  right: 10px;
  background-image: url("../img/arrow-dark.svg");
}

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

.bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0 5px;
}

.bx-pager .bx-pager-item a {
  color: transparent;
  text-indent: -9999px;
  font-size: 0.0001px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  display: block;
}

.bx-pager .bx-pager-item a.active {
  background: #c3c3c3;
}

.fbo-slider {
  margin-bottom: 2em;
}

.fbo-slider .slide-title {
  color: #fff;
  font-size: 3em;
  display: inline-block;
}

.galleryslider img {
  width: 100%;
}

.galleryslider .galleryslider-single:first-child img, .galleryslider .galleryslider-single:nth-child(3n+4) img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.galleryslider .galleryslider-single:nth-child(3) img, .galleryslider .galleryslider-single:nth-child(3n+6) img {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bx-viewport .slide {
  min-height: 1px;
  min-width: 1px;
}

.section {
  position: relative;
  float: left;
  width: 100%;
  margin: 1em 0 2em;
  padding: 1em 0 1em;
}

.section:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  width: 100vw;
  max-width: 1840px;
  height: 100%;
  background: #eee;
  z-index: -1;
}

.gform_confirmation_message {
  color: #d30000;
  font-weight: 800;
  font-size: 2rem;
}

.gform_wrapper .ginput_container_checkbox {
  margin-top: 0 !important;
}

.gform_wrapper .ginput_container_checkbox ul li input {
  position: absolute;
  top: 5px;
}

.gform_wrapper .ginput_container_checkbox ul li label {
  padding-left: 30px;
}

.gform_wrapper select {
  padding-right: 30px !important;
}

.gform_wrapper input[type="checkbox"] {
  margin: 0 !important;
}

.bigform input {
  color: #575656;
}

.bigform input[type="text"], .bigform input[type="email"], .bigform input[type="number"], .bigform input[type="submit"] {
  height: 60px;
  width: 100%;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 1em;
}

.bigform input[type="text"] {
  background: #fefefe;
}

.bigform input[type="submit"] {
  background: #a3ccee;
  color: #fefefe;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.bigform input[type="submit"]:focus, .bigform input[type="submit"]:hover {
  color: #fefefe;
  background: #004070;
}

.bigform input[type="checkbox"] {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}

.bigform input[type="checkbox"]:checked {
  border: 1px solid #fefefe;
  background: #004070;
}

.bigform input[type="checkbox"]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bigform input[type="email"] {
  text-transform: none;
}

.bigform .checkwrap {
  position: relative;
  padding-left: 28px;
}

.bigform .checkwrap input {
  position: absolute;
  left: 0;
  top: 2px;
}

.bigform label {
  cursor: pointer;
}

.bigform a:hover {
  text-decoration: underline;
  color: inherit;
}

.bigform.iswhite input {
  color: #fefefe;
}

.bigform.iswhite input[type="text"], .bigform.iswhite input[type="email"], .bigform.iswhite input[type="number"] {
  background: #575656;
}

.bigform.iswhite input[type="submit"] {
  background: #004070;
}

.bigform.iswhite input[type="checkbox"] {
  border: 1px solid #575656;
}

.bigform.iswhite input[type="checkbox"]:checked {
  border: none;
}

.bg-blue {
  background-color: #004070;
}

.bg-blue *:not(textarea):not(input):not(select) {
  color: #fefefe;
}

.gform_wrapper .bg-blue .gfield_required {
  color: #fefefe;
}

.bg-blue .hide-label .gfield_required {
  color: #004070;
}

.bg-blue .button, .bg-blue .locationnews .locationnews-single-link span, .locationnews .locationnews-single-link .bg-blue span {
  background-color: #fefefe;
  border-color: #fefefe;
  color: #004070;
}

.bg-blue .button:hover, .bg-blue .locationnews .locationnews-single-link span:hover, .locationnews .locationnews-single-link .bg-blue span:hover {
  background-color: #004070;
}

#gform_18 {
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

#gform_18 h3 {
  display: none;
}

@media (min-width: 1024px) {
  #gform_18 {
    position: relative;
  }
  #gform_18 .gform_footer {
    position: absolute;
    bottom: 2em;
    right: 0;
    text-align: right;
    padding-right: 2em;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  #gform_18 .gform_body ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#gform_18 label {
  text-transform: uppercase;
}

#gform_18 input,
#gform_18 select,
#gform_18 textarea {
  border-radius: 3px;
}

#gform_18 .button, #gform_18 .locationnews .locationnews-single-link span, .locationnews .locationnews-single-link #gform_18 span {
  margin-right: 0;
  width: 100%;
}

#gform_18 input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  width: 1em !important;
  height: 1em;
  vertical-align: top;
  background-color: #fff;
}

#gform_18 input[type="checkbox"] + label {
  padding-left: 15px;
}

#gform_18 input[type="checkbox"]::before {
  content: "";
  background-image: url("../img/x-mark-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  font-size: 1.2em;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 0.85em;
  height: 0.9em;
}

#gform_18 input[type="checkbox"]:checked::before {
  visibility: visible;
}

@media (min-width: 1024px) {
  div.gform_wrapper .top_label .w-12 {
    width: 100%;
  }
  div.gform_wrapper .top_label .w-11 {
    width: 91.66666667%;
  }
  div.gform_wrapper .top_label .w-10 {
    width: 83.33333333%;
  }
  div.gform_wrapper .top_label .w-9 {
    width: 75%;
  }
  div.gform_wrapper .top_label .w-8 {
    width: 66.66666667%;
  }
  div.gform_wrapper .top_label .w-7 {
    width: 58.33333333%;
  }
  div.gform_wrapper .top_label .w-6 {
    width: 50%;
  }
  div.gform_wrapper .top_label .w-5 {
    width: 41.66666667%;
  }
  div.gform_wrapper .top_label .w-4 {
    width: 33.33333333%;
  }
  div.gform_wrapper .top_label .w-3 {
    width: 25%;
  }
  div.gform_wrapper .top_label .w-2 {
    width: 16.66666667%;
  }
  div.gform_wrapper .top_label .w-1 {
    width: 8.33333333%;
  }
}

.pagewrapper {
  overflow: hidden;
}

.page-clear .content {
  padding-top: 3em;
  border-top: 1px solid #eee;
}

.page-clear .content:before {
  display: none;
}

.header .show-for-decent {
  display: none;
}

@media all and (min-width: 450px) {
  .header .show-for-decent {
    display: initial;
  }
}

@media all and (max-width: 879px) {
  .header {
    padding-top: 1.7em;
  }
  .header:after {
    display: table;
    clear: both;
    content: '';
  }
  .header .header-item {
    padding-left: 15px;
    float: left;
    margin-bottom: 0.7em;
  }
  .header .header-item.isleft {
    margin-top: -1.5em;
    margin-bottom: 0;
    padding-left: 0;
  }
  .header .header-item:not(.isleft) {
    float: right;
  }
  .header .header-item:not(.isleft) > * {
    float: right;
  }
  .header .header-item:last-child {
    clear: right;
  }
}

@media all and (min-width: 880px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .header-item {
    padding-left: 0;
    margin-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 30px;
  }
  .header .header-item.isleft {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0;
  }
  .header .header-item.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .header-item.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header .header-item.order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header .header-item.order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header .header-item.order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.logo {
  display: block;
  width: 112px;
  height: 61px;
  background: url("../img/logo.svg") no-repeat;
  margin: 1.6em 0 1em 0;
}

.logo span {
  display: none;
}

@media all and (min-width: 450px) {
  .logo {
    margin: 1em 0;
    width: 155px;
    height: 84px;
  }
}

@media all and (min-width: 830px) {
  .logo {
    width: 202px;
    height: 110px;
  }
}

.modal-box_wrapper {
  background: #ffffffdb;
  display: none;
  inset: 0;
  padding: 2em;
  position: fixed;
  overflow-y: scroll;
  z-index: 10000;
}

.modal-box-header {
  font-weight: bold;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em;
  position: relative;
}

.modal-box-header_title {
  font-weight: bold;
}

.close-modal-box {
  position: absolute;
  top: 2em;
  right: 2em;
}

.close-modal-box::before {
  background-image: url("../img/x-mark-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 2em;
  width: 2em;
}

.topbaritem .topbaritem-toggle {
  color: #575656;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  cursor: pointer;
}

.topbaritem .topbaritem-modal {
  display: none;
  background: #575656;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 99999;
  color: #fefefe;
}

.topbaritem .topbaritem-modal .topbaritem-moda-close {
  display: block;
  width: 35px;
  height: 35px;
  background: url("../img/navclose.svg");
  float: right;
  margin-right: 0.9375rem;
  margin-top: 50px;
  margin-bottom: 20px;
  cursor: pointer;
}

@media all and (min-width: 640px) {
  .topbaritem .topbaritem-modal .topbaritem-moda-close {
    margin-bottom: 50px;
  }
}

.topbaritem .topbaritem-modal > .row {
  margin: 0 auto;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.topbaritem .topbaritem-modal.active > .row {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.search .search-toggle {
  padding-right: 35px;
}

.search .search-toggle:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  content: '';
  width: 25px;
  height: 25px;
  background: url("../img/lupe.svg") no-repeat;
}

.search .search-form input {
  font-size: 20px;
}

.search .search-form input[type="submit"] {
  text-align: center;
}

#searchloadmore {
  background-color: #a3ccee;
  margin-top: 50px;
  font-size: 20px;
}

.searchnavigation {
  margin-bottom: 0;
}

.navigation.pagination .nav-links .next, .navigation.pagination .nav-links .prev {
  padding: 0;
}

.navigation.pagination .nav-links .next span, .navigation.pagination .nav-links .prev span {
  margin-bottom: -12.5px;
}

.navigation.pagination .nav-links .next.page-numbers, .navigation.pagination .nav-links .prev.page-numbers {
  background-color: transparent;
}

.navigation.pagination .nav-links .prev {
  margin-right: 15px;
}

.navigation.pagination .nav-links .prev .screen-reader-text.button.issmall.islink, .navigation.pagination .nav-links .prev .locationnews .locationnews-single-link span.screen-reader-text, .locationnews .locationnews-single-link .navigation.pagination .nav-links .prev span.screen-reader-text {
  padding: 9px 15px 8px 35px;
}

.navigation.pagination .nav-links .prev .screen-reader-text.button.issmall.islink:after, .navigation.pagination .nav-links .prev .locationnews .locationnews-single-link span.screen-reader-text:after, .locationnews .locationnews-single-link .navigation.pagination .nav-links .prev span.screen-reader-text:after {
  left: 10px;
  top: 0%;
  -webkit-transform: rotate(180deg) translateY(-50%);
      -ms-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

.navigation.pagination .nav-links .next {
  margin-left: 15px;
}

.navigation.pagination .page-numbers {
  background-color: #a3ccee;
  padding: 5px 10px;
  color: #fff;
}

.navigation.pagination .page-numbers.current {
  background-color: #004070;
}

.menu .menu-toggle {
  padding-right: 44px;
}

.menu .menu-toggle:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  content: '';
  width: 33px;
  height: 28px;
  background: url("../img/menu.svg") no-repeat;
}

.menu .menu-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
}

.menu .menu-list,
.menu .menu-list ul {
  list-style-type: none;
  text-align: center;
  font-size: 24px;
}

.menu .menu-list a {
  color: #fefefe;
}

.menu .menu-list > li:not(:first-child) {
  border-top: 1px solid #797878;
}

.menu .menu-list > li > a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 0.4em 0 0.2em;
}

@media all and (min-width: 640px) {
  .menu .menu-list > li > a {
    font-size: 30px;
  }
}

.menu .menu-list ul {
  margin: -0.2em 0 1em 0;
  display: none;
  font-size: 18px;
}

@media all and (min-width: 640px) {
  .menu .menu-list ul {
    font-size: 24px;
  }
}

.menu .menu-list ul li {
  display: inline;
}

.menu .menu-list ul li:not(:first-child) {
  border-left: 1px solid #797878;
  padding-left: 10px;
  margin-left: 10px;
}

.menu .menu-list ul li a {
  display: inline-block;
  font-weight: 300;
}

.childnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -30px;
}

.childnav.col-1 .childnav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.childnav.col-2 .childnav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media all and (min-width: 640px) {
  .childnav.col-2 .childnav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 30px);
            flex: 0 1 calc(50% - 30px);
  }
}

.childnav.col-3 .childnav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media all and (min-width: 640px) {
  .childnav.col-3 .childnav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 30px);
            flex: 0 1 calc(50% - 30px);
  }
}

@media all and (min-width: 1250px) {
  .childnav.col-3 .childnav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333% - 30px);
            flex: 0 1 calc(33.33333% - 30px);
  }
}

.childnav.col-4 .childnav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media all and (min-width: 640px) {
  .childnav.col-4 .childnav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 30px);
            flex: 0 1 calc(50% - 30px);
  }
}

@media all and (min-width: 1250px) {
  .childnav.col-4 .childnav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 30px);
            flex: 0 1 calc(25% - 30px);
  }
}

.childnav .childnav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-right: 70px;
  margin: 1em 0 0 30px;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  position: relative;
}

.childnav .childnav-item h2 {
  margin: 0 0 0.2em 0;
}

.childnav .childnav-item .button, .childnav .childnav-item .locationnews .locationnews-single-link span, .locationnews .locationnews-single-link .childnav .childnav-item span {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-up-link {
  display: inline-block;
}

.page-up-link .page-up {
  width: 30px;
  height: 30px;
  position: fixed;
  background-color: #575656;
  border-radius: 50%;
  bottom: 5%;
  right: 0.9375rem;
}

.page-up-link .page-up:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../img/arrow.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
      -ms-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
  background-position: center;
}

.bloglisting {
  margin-top: 3em;
}

.bloglisting .bloglisting-slimheadline {
  color: #ffffff;
  margin-bottom: 0.5em;
}

.bloglisting .bloglisting-linksection .bloglisting-linked h3 {
  font-size: 1em;
}

.bloglisting .bloglisting-linksection .bloglisting-linked strong {
  padding-bottom: 10px;
  display: inline-block;
}

.frontpage-mainnews .column, .frontpage-mainnews .columns {
  padding: 0;
}

.frontpage-mainnews .column:last-of-type, .frontpage-mainnews .columns:last-of-type {
  margin-top: 1em;
}

.frontpage-mainnews .column .articleteaser, .frontpage-mainnews .columns .articleteaser {
  padding: 20px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 0em;
}

.frontpage-mainnews .column .articleteaser:before, .frontpage-mainnews .columns .articleteaser:before {
  content: '';
  display: block;
  clear: both;
  background: #fefefe;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.frontpage-mainnews .column .articleteaser > *, .frontpage-mainnews .columns .articleteaser > * {
  position: relative;
}

@media all and (min-width: 1024px) {
  .frontpage-mainnews .column .articleteaser, .frontpage-mainnews .columns .articleteaser {
    padding: 35px;
  }
}

@media all and (min-width: 1200px) {
  .frontpage-mainnews .column .articleteaser, .frontpage-mainnews .columns .articleteaser {
    padding-right: 50%;
  }
  .frontpage-mainnews .column .articleteaser:before, .frontpage-mainnews .columns .articleteaser:before {
    width: calc(50% + 25px);
  }
}

.articleteaser {
  padding: 20px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 0em;
}

.articleteaser:before {
  content: '';
  display: block;
  clear: both;
  background: #fefefe;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.articleteaser > * {
  position: relative;
}

@media all and (min-width: 1024px) {
  .articleteaser {
    padding: 35px;
  }
}

@media all and (min-width: 1200px) {
  .articleteaser {
    padding-right: 50%;
  }
  .articleteaser:before {
    width: calc(50% + 25px);
  }
}

.keyvisual {
  margin-bottom: 2em;
  border-radius: 5px;
}

.button, .locationnews .locationnews-single-link span {
  padding: 12px 15px 12px 15px;
  font-weight: bold;
  background: #004070;
  color: #fefefe;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  display: inline-block;
}

.button:before, .locationnews .locationnews-single-link span:before {
  content: '';
  display: block;
  height: 200%;
  width: 40px;
  background: #fff;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(10deg);
      -ms-transform: translateY(-50%) rotate(10deg);
          transform: translateY(-50%) rotate(10deg);
  opacity: 0.1;
  left: -50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button:hover, .locationnews .locationnews-single-link span:hover {
  color: #fefefe;
}

.button:hover:before, .locationnews .locationnews-single-link span:hover:before {
  left: calc(100% + 30px);
}

.button.islink, .locationnews .locationnews-single-link span {
  padding: 12px 50px 12px 15px;
}

.button.islink:after, .locationnews .locationnews-single-link span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 16px;
  height: 28px;
  background: url("../img/arrow.svg") no-repeat;
}

.button.islink.issmall, .locationnews .locationnews-single-link span {
  padding: 9px 35px 8px 15px;
}

.button.islink.issmall:after, .locationnews .locationnews-single-link span:after {
  width: 11px;
  height: 20px;
}

.button.islink.issmaller, .locationnews .locationnews-single-link span.issmaller {
  padding: 7px 20px 6px 9px;
}

.button.islink.issmaller:after, .locationnews .locationnews-single-link span.issmaller:after {
  right: 6px;
  width: 9px;
  height: 17px;
}

.button.issmall, .locationnews .locationnews-single-link span.issmall {
  font-size: 14px;
  padding: 9px 15px 8px 15px;
  font-weight: 400;
}

.button.issmaller, .locationnews .locationnews-single-link span.issmaller {
  font-size: 12px;
  padding: 7px 8px 6px 9px;
  font-weight: 400;
}

.button.isgrey, .locationnews .locationnews-single-link span {
  background: #575656;
}

.button.isinline, .locationnews .locationnews-single-link span.isinline {
  display: inline-block;
  margin-right: 1em;
}

.newsletter {
  background: #575656;
  padding: 20px;
}

.newsletter,
.newsletter * {
  color: #fefefe;
}

@media all and (min-width: 639px) {
  .newsletter {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media all and (min-width: 1024px) {
  .newsletter {
    padding: 35px;
  }
}

.newsletter.iswhite {
  background: #fefefe;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.newsletter.iswhite,
.newsletter.iswhite * {
  color: #575656;
}

.newsletter .bigform input[type="text"], .newsletter .bigform input[type="email"], .newsletter .bigform input[type="number"], .newsletter .bigform input[type="submit"] {
  height: 40px;
}

.newsletter p {
  margin: 0;
}

.newsletter form {
  margin-top: 1rem;
}

@media all and (min-width: 640px) {
  .newsletter form {
    margin-top: 0;
  }
}

.newsletter-wrap {
  margin-bottom: 2em;
}

footer {
  border-top: 1px solid #eee;
  margin-top: 3em;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

footer p {
  color: #979797;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

footer p a {
  color: inherit;
  text-decoration: underline;
}

footer p a:hover {
  color: #004070;
}

footer .footer__left {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 1024px) {
  footer .footer__left {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

footer .footer__right {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #979797;
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

@media screen and (min-width: 1024px) {
  footer .footer__right {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  footer .footer__right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

footer .footer__right .footer__social-info {
  white-space: nowrap;
  margin-top: 6px;
}

footer .footer__right .footer__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

footer .footer__right a.social-youtube svg {
  fill: #575656;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

footer .footer__right a.social-youtube svg:hover {
  fill: red;
}

footer .footer__right svg {
  max-height: 30px;
  min-width: 30px;
}

.sidebar {
  margin-bottom: 2em;
  position: relative;
  border-radius: 3px;
}

@media all and (min-width: 1024px) {
  .sidebar {
    top: -100px;
    padding: 20px;
    margin-right: 35px;
  }
}

@media all and (min-width: 1200px) {
  .sidebar {
    padding: 35px;
  }
}

.team {
  margin-left: -30px;
}

.team:after {
  content: '';
  clear: both;
  display: table;
}

.team .team-single {
  text-align: center;
  float: left;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 1em;
}

.team .team-single strong {
  font-size: 1.1em;
}

.team .team-single .team-single-img {
  width: 80%;
  margin: 0 auto 1em auto;
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.team .team-single .team-single-img img {
  min-width: 100%;
}

@media all and (min-width: 480px) {
  .team .team-single {
    width: 50%;
  }
}

@media all and (min-width: 639px) {
  .team .team-single {
    width: 33.333333%;
  }
  .team .team-single:nth-child(3n+4) {
    clear: left;
  }
}

@media all and (min-width: 1024px) {
  .team .team-single {
    width: 25%;
  }
  .team .team-single p {
    font-size: 0.8em;
  }
  .team .team-single:nth-child(3n+4) {
    clear: none;
  }
  .team .team-single:nth-child(4n+5) {
    clear: left;
  }
  .team .team-single .team-single-img {
    width: 100%;
  }
}

.single-mitarbeiter .visual {
  display: none;
}

@media screen and (min-width: 640px) {
  .single-mitarbeiter .visual {
    display: block;
  }
}

.team-thumbnail {
  height: 400px;
  width: auto;
  margin: 0 auto;
  display: block;
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.team-single {
  margin-top: 0px;
}

.team-single .team-image {
  text-align: center;
  margin-bottom: 50px;
}

.team-single .team-image img {
  max-height: 400px;
  width: auto;
}

@media screen and (min-width: 640px) {
  .team-single .team-image {
    text-align: left;
    margin-bottom: 0;
  }
}

/* @media screen and (min-width: 1024px) {
  .team-single {
    margin-top: 100px;
  }
} */

@media screen and (min-width: 1024px) {
  .team-single {
    margin-top: 0x;
  }
}

.accordeon {
  margin-top: 1em;
  margin-bottom: 2em;
}

.accordeon > br {
  display: none;
}

.accordeon .accordeon-item {
  margin-top: 3px;
}

.accordeon .accordeon-item:first-child {
  margin-top: 0;
}

.accordeon .accordeon-item:not(.isopen) .accordeon-item-content {
  padding-top: 0px;
  max-height: 0px;
  padding-bottom: 0px;
}

.accordeon .accordeon-item:not(.isopen) .accordeon-item-header:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.accordeon .accordeon-item-header,
.accordeon .accordeon-item-content {
  padding: 1em;
}

.accordeon .accordeon-item-header {
  background: #575656;
  color: #fefefe;
  cursor: pointer;
  position: relative;
  padding-right: 3em;
}

.accordeon .accordeon-item-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 16px;
  height: 30px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.accordeon .accordeon-item-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  overflow-x: auto;
}

.accordeon .accordeon-item-content > *:last-child {
  margin-bottom: 0;
}

.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 30px);
          flex: 1 1 calc(100% - 30px);
  max-width: calc(100% - 30px);
  position: relative;
  margin: 15px;
  overflow: hidden;
  width: 100%;
  /*&.no-background {
			background-color: $brand2; //rgba($primary-color, 0.8);
			.box-title {
				color: $white;
			}
		}*/
  /*.box-background {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			height: 100%;
			width: auto;
			max-width: unset;
			opacity: 0.8;
			& ~ .box-title {
				color: $primary-color;
			}
		}*/
}

.boxes .box.box-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}

.boxes .box p {
  font-size: 16px;
}

.boxes .box a.object-fit-polyfill {
  height: 215px;
}

@media all and (min-width: 640px) {
  .boxes .box.box-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media all and (min-width: 1024px) {
  .boxes .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: calc(100% - 30px);
  }
}

.boxes .box .box-excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.boxes .box .more-link {
  margin-top: 15px;
  margin-bottom: 0;
}

.boxes .box .more-link a {
  margin-bottom: 0;
}

.boxes .box .wp-post-image {
  margin-bottom: 15px;
  /*height: 200px;
			width: auto;
			max-width: unset;*/
  /*left: 50%;
			transform: translateX(-50%);
			position: relative;*/
  height: 200px;
  width: 100%;
  /* height: auto; */
  /* max-width: unset; */
  /* max-height: 200px; */
  -o-object-fit: cover;
     object-fit: cover;
}

.boxes .box .box-title {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.cookie-notice__content {
  background-color: #004070 !important;
}

.locationpick {
  position: relative;
}

.locationpick .locationpick-toggle {
  text-transform: uppercase;
  padding: 7px 10px 5px 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
  border: 1px solid #575656;
  color: #575656;
  position: relative;
  cursor: pointer;
  display: block;
  font-weight: 300;
}

.locationpick .locationpick-toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 23px;
  background: url("../img/location.svg") no-repeat;
}

.locationpick .locationpick-menu {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: calc(100vw - 30px);
  background: #fefefe;
  position: absolute;
  top: 100%;
  right: 0px;
  margin: 0px;
  list-style-type: none;
  -webkit-box-shadow: 0px 0px 5px -2px #000;
          box-shadow: 0px 0px 5px -2px #000;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 10000;
}

@media all and (min-width: 740px) {
  .locationpick .locationpick-menu {
    width: 350px;
    left: 0px;
    right: auto;
  }
}

.locationpick .locationpick-menu svg {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  width: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 26px;
}

.locationpick .locationpick-menu li {
  position: relative;
}

.locationpick .locationpick-menu li:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}

.locationpick .locationpick-menu a {
  font-size: 0.8em;
  padding: 14px 25px 10px 20px;
  line-height: 1.2;
  color: #575656;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 300;
}

.locationpick .locationpick-menu a strong {
  font-size: 1.2em;
  text-transform: uppercase;
}

.locationpick .locationpick-menu a:hover {
  padding-left: 20px;
}

.locationpick .locationpick-menu a:hover svg {
  right: 5px;
}

.locationpick.is-active .locationpick-toggle {
  background: #575656;
  color: #fefefe;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.locationpick.is-active .locationpick-toggle:before {
  background-image: url("../img/location-white.svg");
}

.locationpick.is-active .locationpick-menu {
  max-height: 900px;
}

.locationnav {
  background: #004070;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.locationnav .locationnav-toggle {
  text-align: center;
  display: block;
  padding: 12px 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fefefe;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.locationnav .locationnav-toggle:before {
  content: '';
  display: inline-block;
  background: url("../img/menu-white.svg") no-repeat no-repeat;
  width: 29px;
  height: 30px;
  margin: 0 0.5em -0.58em;
}

@media all and (min-width: 1080px) {
  .locationnav .locationnav-toggle {
    display: none;
  }
}

.locationnav.active > ul {
  max-height: 600px;
}

.locationnav > ul {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  list-style-type: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}

@media all and (min-width: 1080px) {
  .locationnav > ul {
    max-height: none !important;
    overflow: visible;
  }
}

.locationnav > ul > li {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  border-top: 1px solid #fefefe;
}

.locationnav > ul > li:first-child {
  width: 100%;
}

.locationnav > ul > li:hover {
  background: #575656;
}

.locationnav > ul > li:hover > ul {
  max-height: 600px;
}

@media all and (min-width: 1080px) {
  .locationnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .locationnav > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-top: none;
  }
  .locationnav > ul > li:not(:first-child) {
    border-left: 1px solid #fefefe;
  }
}

.locationnav > ul a {
  display: inline-block;
  padding: 12px 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #fefefe;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
}

.locationnav > ul ul {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px;
  list-style-type: none;
  background: #004070;
  width: 100%;
}

.locationnav > ul ul li {
  border-top: 1px dashed #fefefe;
}

.locationnav > ul ul li a {
  font-weight: 300;
  font-size: 18px;
}

@media all and (min-width: 940px) {
  .locationnav > ul ul {
    max-height: 0px;
    overflow: hidden;
    background: #575656 !important;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 9999;
  }
  .locationnav > ul ul li {
    border-color: #797878;
  }
}

.locationnews {
  margin-bottom: 2em;
}

.locationnews .locationnews-single {
  position: relative;
  padding: 2em 0 0.5em 0px;
  border-top: 1px solid #e8e8e8;
}

@media all and (min-width: 639px) {
  .locationnews .locationnews-single {
    padding: 2em 40px 0.5em 0px;
  }
}

.locationnews .locationnews-single:first-child {
  padding-top: 0px;
  border-top: 0px;
}

.locationnews .locationnews-single:after {
  content: '';
  display: table;
  clear: both;
}

.locationnews .locationnews-single-image {
  width: 100%;
  margin-bottom: 24px;
}

@media all and (min-width: 639px) {
  .locationnews .locationnews-single-image {
    float: left;
    width: 40%;
    margin-right: 30px;
    border-radius: 3px;
    margin-bottom: 0;
  }
  .locationnews .locationnews-single-content {
    width: calc(60% - 30px);
    float: left;
  }
}

@media all and (min-width: 639px) {
  .locationnews .locationnews-single-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 30px;
    background: url("../img/arrow-dark.svg") no-repeat;
    background-size: 30px auto;
    background-position: right center;
  }
  .locationnews .locationnews-single-link span {
    display: none;
  }
  .locationnews .locationnews-single-link:hover {
    width: 40px;
    right: -10px;
  }
}

.locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.locations__sidebar {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media all and (min-width: 1024px) {
  .locations__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

.locations__menu {
  list-style: none;
  margin: 0 0 2rem 0;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .locations__menu {
    margin: 0 2rem 0 0;
  }
}

.locations__map {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .locations__map {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}

.location__entry {
  border-bottom: 1px solid #e6e6e6;
}

.location__entry:first-child {
  border-top: 1px solid #e6e6e6;
}

.location__link {
  background: url("../img/arrow-dark.svg") right center no-repeat;
  background-size: 16px 38px;
  color: #555;
  display: block;
  padding: 10px 20px 10px 0;
}

.location__title {
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.location__subtitle {
  font-size: 1rem;
}

.location__map__city {
  position: absolute;
}

.location__map__city:hover {
  z-index: 10;
}

.location__map__city--trier {
  left: 20.7%;
  top: 12.7%;
}

.location__map__city--merzig {
  left: 26.7%;
  top: 33%;
}

.location__map__city--dillingen {
  left: 35.4%;
  top: 43%;
}

.location__map__city--saarlouis {
  left: 43%;
  top: 52.6%;
}

.location__map__city--saarbruecken {
  left: 56.5%;
  top: 66.4%;
}

.location__map__city--st-ingbert {
  left: 70%;
  top: 59.7%;
}

.location__map__city--neunkirchen {
  left: 73.9%;
  top: 48.3%;
}

.location__map__spots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.location__map__spot {
  margin-left: 0em;
  position: relative;
}

.location__map__pin {
  display: block;
  height: 100%;
}

.location__map__pin:hover {
  z-index: 100;
}

.location__map__pin:hover .location__map__pin__img {
  top: -.25em;
}

.location__map__pin:hover .location__map__content {
  bottom: 100%;
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 1em;
}

.location__map__pin::before {
  background-color: #fefefe;
  border: 1px solid #666;
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  position: absolute;
  height: 15px;
  width: 15px;
  z-index: -1;
}

.location__map__pin__img {
  height: 37px;
  max-width: inherit;
  position: relative;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  top: 0;
  width: 26px;
}

.location__map__content {
  background-color: #1779ba;
  border-radius: 2px;
  bottom: 120%;
  color: #fefefe;
  font-size: 1rem;
  left: 50%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .2s, bottom .2s;
  -o-transition: opacity .2s, bottom .2s;
  transition: opacity .2s, bottom .2s;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  width: 200px;
  z-index: 10;
}

.location__map__content::before {
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: 0.5rem solid #1779ba;
  content: '';
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.locations_frontpage {
  display: none;
}

.locations_frontpage_mobil {
  display: block;
}

@media all and (min-width: 800px) {
  .locations_frontpage {
    display: block;
  }
  .locations_frontpage_mobil {
    display: none;
  }
}

.locations_frontpage .location__map__spot {
  margin-left: 0;
  width: auto;
}

.locations_frontpage .location__map__content {
  z-index: 9999;
}

.location__map__city {
  display: block;
  width: 50px;
  height: 50px;
  height: 18%;
  width: auto;
  max-height: 50px;
  min-height: 50px;
}

.locations_frontpage .location__map__spots {
  margin-left: 0;
  width: auto;
  height: 100%;
  width: 75%;
}

.locations_frontpage .location__map__pin {
  width: auto;
}

.locations_frontpage .location__map__pin__img {
  height: 100%;
  width: 100%;
  min-width: 30px;
}

.locations_frontpage .location__map__pin:hover .location__map__content {
  bottom: 0;
}

.locations_frontpage .location__map__city--trier {
  left: 18.5%;
  top: 21%;
}

.locations_frontpage .location__map__city--merzig {
  left: 22%;
  top: 40%;
}

.locations_frontpage .location__map__city--dillingen {
  left: 28.1%;
  top: 47%;
}

.locations_frontpage .location__map__city--saarlouis {
  left: 34.4%;
  top: 51.6%;
}

.locations_frontpage .location__map__city--saarlouis .location__map__spots .location__map__spot:nth-child(2) {
  top: 19.6%;
}

.locations_frontpage .location__map__city--saarbruecken {
  left: 51.5%;
  top: 62.4%;
}

.locations_frontpage .location__map__city--st-ingbert {
  left: 62.5%;
  top: 55.7%;
}

.locations_frontpage .location__map__city--neunkirchen {
  left: 59%;
  top: 38.3%;
}

.locations_frontpage .location__map__city--neunkirchen div:nth-child(2) {
  top: 5px;
}

.locations_frontpage .location__map__city--wittlich {
  left: 32.3%;
  top: 7.3%;
}

.locations_frontpage .location__map__city--trier-mitte {
  left: 15%;
  top: 25.3%;
}

.breadcrumbs {
  display: none;
}

.breadcrumbs span {
  color: #ddd;
  font-weight: 200;
}

.breadcrumbs span a {
  color: #ddd;
  font-weight: 200;
}

@media all and (min-width: 640px) {
  .breadcrumbs {
    display: block;
  }
}

.clickable-tabs-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  overflow: auto;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.clickable-tabs-container .clickable-tabs-link {
  border-right: 2px solid white;
}

.clickable-tabs-container .clickable-tabs-link:last-of-type {
  border-right: none;
}

.clickable-tabs-container .clickable-tabs-item {
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.clickable-tabs-container .clickable-tabs-item .clickable-tabs-image img {
  max-width: unset;
}

.clickable-tabs-container .clickable-tabs-item .clickable-tabs-headline {
  max-width: 345px;
}

.clickable-tabs-container .clickable-tabs-item .clickable-tabs-headline .arrow {
  display: none;
}

.clickable-tabs-container .clickable-tabs-item.tab1 .clickable-tabs-headline .arrow {
  display: block;
}

.clickable-tabs-container .clickable-tabs-item .clickable-tabs-headline {
  background-color: #004070;
  color: #fff;
  border-top: 2px solid #fff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal;
}

.clickable-tabs-container .clickable-tabs-item .clickable-tabs-headline .arrow {
  content: '';
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #004070;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.clickable-tabs-content-container p {
  margin: 15px 0;
}

.clickable-tabs-content-container .clickable-tabs-content {
  background-color: #eee;
  padding: 15px;
  display: none;
}

.clickable-tabs-content-container .clickable-tabs-content.tab1-content {
  display: block;
}

.clickable-tabs-contrainer-wrapper {
  position: relative;
}

.clickable-tabs-contrainer-wrapper .prev {
  background-color: rgba(0, 64, 112, 0.7);
  padding: 10px;
  position: absolute;
  height: 50px;
  left: 0;
  top: 60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.clickable-tabs-contrainer-wrapper .next {
  background-color: rgba(0, 64, 112, 0.7);
  padding: 10px;
  position: absolute;
  height: 50px;
  right: 0;
  top: 60px;
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  left: 50%;
  color: #575656;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  width: 600px;
  font-family: "DINCondensed-Light", arial, sans-serif;
  cursor: default;
  margin: 60px 0;
  max-width: 100%;
  padding: 30px 0;
}

@media screen and (min-width: 680px) {
  .overlay {
    width: 700px;
  }
}

.overlay__logo {
  background-color: #1f598d;
  padding: 10px 40px;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(315deg, #ffffff 0%, #ffffff 70%, #1f598d 30%, #1f598d 100%);
  background: -o-linear-gradient(315deg, #ffffff 0%, #ffffff 70%, #1f598d 30%, #1f598d 100%);
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 70%, #1f598d 30%, #1f598d 100%);
  margin-bottom: 50px;
  min-width: 200px;
}

@media screen and (min-width: 1024px) {
  .overlay__logo {
    background: -webkit-linear-gradient(315deg, #ffffff 0%, #ffffff 50%, #1f598d 30%, #1f598d 100%);
    background: -o-linear-gradient(315deg, #ffffff 0%, #ffffff 50%, #1f598d 30%, #1f598d 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #1f598d 30%, #1f598d 100%);
  }
}

.overlay__logo a {
  padding: 10px 40px;
  background-size: 80%;
  background-position: center;
  max-height: 80px;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .overlay__logo a {
    margin: 1em 0;
  }
}

.overlay__wrapper {
  position: fixed;
  /* display: none; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow: scroll;
  overflow: auto;
}

.overlay__content > * {
  padding-left: 40px;
  padding-right: 40px;
}

.overlay h2 {
  font-size: 1.2em;
  margin-top: 0;
  color: #575656;
}

@media screen and (min-width: 680px) {
  .overlay h2 {
    font-size: 2em;
  }
}

.overlay p {
  font-size: 1em;
  line-height: 1.3em;
  color: #575656;
}

.overlay ul {
  padding: 1.5em;
  margin: 0;
  padding-left: calc(1.5em + 40px);
  padding-right: calc(1.5em + 40px);
  margin: 15px 0;
}

.overlay .blue {
  background-color: #1f598d;
  color: #fff;
}

.overlay__buttons {
  margin-top: 2em;
}

.row.content-aktuelles {
  margin: 0;
}

.row.content-aktuelles .column, .row.content-aktuelles .columns {
  padding: 0;
  border: 5px solid transparent;
  float: left;
}

.row.content-aktuelles .column .articleteaser:before, .row.content-aktuelles .columns .articleteaser:before {
  width: 100%;
}

.icon {
  display: inline-block;
  height: 20px;
  width: auto;
  margin-right: 5px;
}

.icon-mail {
  width: 18px;
  margin-bottom: -3px;
  margin-right: 7px;
}

.jobs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(380px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-gap: 1em;
  margin-bottom: 2em;
}

.jobs-grid-item {
  background-color: #575656;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  background-size: 1.3em;
}

.jobs-grid-item a {
  display: inline-block;
  color: #fefefe;
  height: 100%;
  padding: 1em 2em 1em 1em;
  width: 100%;
}

body .paging_simple .paginate_button.next:after, body .paging_simple .paginate_button.previous:before {
  color: #004070;
}

body .tablepress tfoot th, body .tablepress thead th {
  background-color: #004070;
  color: #fff;
}

body .tablepress .sorting:hover, body .tablepress .sorting_asc, body .tablepress .sorting_desc {
  background-color: #575656;
}
