:root {
  --color__main: #003778;
  --color__secondary: #f59b00;
  --font__regular: 'TheSansPlain', Arial, Helvetica, sans-serif;
  --font__bold: 'TheSansPlain', Arial, Helvetica, sans-serif;
  --font__semilight: 'TheSansSemiLight', Arial, Helvetica, sans-serif;
}
/****************************************************************
-------------------------------------------------------------------------------
• this file is processed by grunt to: assets/css/styles.css
• this file handles all imports of less-files, the is no less-code in here
• uncomment anything not needed to decrease filesize of css-file
-------------------------------------------------------------------------------
*/
/****************************************************************
bootstrap
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/****************************************************************
Mixin-Libraries
*/
/*
 * TheSans Bold
 */
@font-face {
  font-family: 'TheSansBold';
  src: url('../fonts/TheSansB2-7_Bold.woff2') format('woff2'), url('../fonts/TheSansB2-7_Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
 * TheSans Plan
 */
@font-face {
  font-family: 'TheSansPlain';
  src: url('../fonts/TheSansB2-5_Plain.woff2') format('woff2'), url('../fonts/TheSansB2-5_Plain.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
 * TheSans SemiLight
 */
@font-face {
  font-family: 'TheSansSemiLight';
  src: url('../fonts/TheSansB2-4_SemiLight.woff2') format('woff2'), url('../fonts/TheSansB2-4_SemiLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 30%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  /* background: white; */
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*! jQuery UI - v1.12.1 - 2017-12-13
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/* FANCYBOX */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
html {
  font-size: 10px;
  line-height: 1.15;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/****************************************************************
small screens: doing mobile first... starting small and going up :)
*/
@media only screen and (max-width: 480px) {
  /* General */
  body {
    font-size: 1.6rem;
    font-family: var(--font__regular);
    color: #646464;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1 {
    font-family: var(--font__bold);
    font-size: 2.4rem;
    line-height: 3rem;
    color: var(--color__main);
    font-weight: normal;
  }
  .h1-subline {
    font-family: var(--font__semilight);
  }
  h2,
  h2 > a,
  h2 > a:hover {
    margin-bottom: 1.5rem;
    font-family: var(--font__bold);
    font-size: 2.1rem;
    line-height: 2.6rem;
    color: var(--color__main);
    font-weight: normal;
  }
  h3 {
    margin-bottom: 1.2rem;
    font-family: var(--font__bold);
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
    font-weight: normal;
  }
  h4 {
    font-family: var(--font__bold);
    font-weight: normal;
    color: var(--color__secondary);
    margin: 0 0 4px;
  }
  p {
    margin-top: 0;
    margin-bottom: 2.3rem;
    line-height: 2.4rem;
  }
  strong,
  b {
    font-family: var(--font__bold);
    width: 700;
  }
  hr {
    margin: 3rem 0;
    opacity: 0.25;
  }
  hr.margin-bottom-0 {
    margin-bottom: 0;
  }
  a {
    display: inline-block;
    color: var(--color__secondary);
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a.button {
    padding: 1.3rem 2.5rem 1.4rem;
    font-size: 1.8rem;
    line-height: 1em;
    background: var(--color__secondary);
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 200ms ease-in-out;
  }
  a.button:hover {
    background: var(--color__main);
    color: #fff;
  }
  a.button.seminar-cta-signin {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .button a {
    padding: 1.3rem 2.5rem 1.4rem;
    font-size: 1.8rem;
    line-height: 1em;
    background: var(--color__secondary);
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 200ms ease-in-out;
  }
  .button a:hover {
    background: var(--color__main);
    color: #fff;
  }
  a.pdf-icon {
    display: inline-block;
    line-height: 35px;
    background: url(../img/icon_pdf.svg) no-repeat;
    background-size: 26px 36px;
    padding-left: 33px;
    margin-bottom: 14px;
  }
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .container-max-size {
    max-width: 1368px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .post__featured-image {
    object-fit: cover;
    object-position: 50% 0;
  }
  .post__image-container {
    position: relative;
  }
  .post__image-container.compat-object-fit {
    background-size: cover;
    background-position: center center;
  }
  .post__image-container.compat-object-fit .post__featured-image {
    opacity: 0;
  }
  .post__featured-image {
    object-fit: cover;
    object-position: 50% 0;
  }
  form .form-group,
  .form-radius-search .form-group {
    position: relative;
    display: inline-block;
  }
  form .form-group > label,
  .form-radius-search .form-group > label {
    display: block;
    padding-bottom: 0.5rem;
    font-family: var(--font__semilight);
    font-size: 1.4rem;
    color: #fff;
  }
  form .form-hide,
  .form-radius-search .form-hide {
    display: none;
  }
  form input,
  .form-radius-search input {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: var(--font__semilight);
    font-size: 1.8rem;
    max-width: 100%;
  }
  form input[type='text'],
  .form-radius-search input[type='text'],
  form input[type='email'],
  .form-radius-search input[type='email'] {
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 1.4rem;
    -webkit-appearance: none;
    outline: none;
  }
  form input[type='text']::-webkit-input-placeholder,
  .form-radius-search input[type='text']::-webkit-input-placeholder,
  form input[type='email']::-webkit-input-placeholder,
  .form-radius-search input[type='email']::-webkit-input-placeholder {
    color: #c5c5c5;
  }
  form input[type='checkbox'],
  .form-radius-search input[type='checkbox'] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-appearance: checkbox;
  }
  form input[type='radio'],
  .form-radius-search input[type='radio'] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-appearance: radio;
  }
  form input[type='submit'],
  .form-radius-search input[type='submit'] {
    padding: 1.6rem 2.5rem;
    font-size: 1.8rem;
    line-height: 1em;
    border: none;
    background: var(--color__main);
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 200ms ease-in-out;
  }
  form input[type='submit']:hover,
  .form-radius-search input[type='submit']:hover {
    background: #fff;
    color: var(--color__main);
  }
  form input[name='f-suche'],
  .form-radius-search input[name='f-suche'] {
    width: 100%;
    max-width: 100%;
    padding: 1.3rem 4.5rem 1.3rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    font-size: 1.8rem;
  }
  form #pac-input:invalid,
  .form-radius-search #pac-input:invalid {
    background-color: #dc143c;
    color: white;
  }
  form .validate-pac-input,
  .form-radius-search .validate-pac-input {
    color: #dc143c;
    display: none;
  }
  form select,
  .form-radius-search select {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    font-family: var(--font__semilight);
    font-size: 1.8rem;
    cursor: pointer;
    background: #fff url('../img/arrow-down.svg') no-repeat center right 1rem;
    background-size: 2.1rem 1.2rem;
  }
  form select::-ms-expand,
  .form-radius-search select::-ms-expand {
    display: none;
  }
  form textarea,
  .form-radius-search textarea {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 1rem 1rem 1rem;
    border: 0.1rem solid #cdcdcd;
    -webkit-appearance: none;
  }
  form.newsletter input[type='text'],
  .form-radius-search.newsletter input[type='text'],
  form.newsletter input[type='email'],
  .form-radius-search.newsletter input[type='email'],
  form.newsletter input[type='tel'],
  .form-radius-search.newsletter input[type='tel'],
  form.newsletter input[type='date'],
  .form-radius-search.newsletter input[type='date'] {
    border: 0;
  }
  form.newsletter input[type='submit']:hover,
  .form-radius-search.newsletter input[type='submit']:hover {
    background: #fff;
    color: var(--color__main);
  }
  form.wpcf7-form .form-group,
  .form-radius-search.wpcf7-form .form-group,
  form.custom-form .form-group,
  .form-radius-search.custom-form .form-group {
    display: block;
    width: auto;
    margin-bottom: 1rem;
  }
  form.wpcf7-form .form-group.submit-btn,
  .form-radius-search.wpcf7-form .form-group.submit-btn,
  form.custom-form .form-group.submit-btn,
  .form-radius-search.custom-form .form-group.submit-btn {
    margin-bottom: 0;
  }
  form.wpcf7-form .form-group > label,
  .form-radius-search.wpcf7-form .form-group > label,
  form.custom-form .form-group > label,
  .form-radius-search.custom-form .form-group > label {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: var(--color__main);
  }
  form.wpcf7-form input,
  .form-radius-search.wpcf7-form input,
  form.custom-form input,
  .form-radius-search.custom-form input {
    border: 0.1rem solid #cdcdcd;
  }
  form.wpcf7-form input[type='submit'],
  .form-radius-search.wpcf7-form input[type='submit'],
  form.custom-form input[type='submit'],
  .form-radius-search.custom-form input[type='submit'] {
    width: 100%;
    background: var(--color__secondary);
    color: #fff;
    border: none;
  }
  form.wpcf7-form input[type='submit']:hover,
  .form-radius-search.wpcf7-form input[type='submit']:hover,
  form.custom-form input[type='submit']:hover,
  .form-radius-search.custom-form input[type='submit']:hover {
    background: var(--color__main);
    color: #fff;
  }
  form span.wpcf7-not-valid-tip,
  .form-radius-search span.wpcf7-not-valid-tip {
    padding-bottom: 1rem;
    color: var(--color__secondary);
  }
  form .wpcf7-recaptcha,
  .form-radius-search .wpcf7-recaptcha {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  form .wpcf7-response-output,
  .form-radius-search .wpcf7-response-output {
    margin: 0;
    padding: 1rem 1.5rem;
    border-color: var(--color__secondary);
  }
  form #rc-imageselect,
  .form-radius-search #rc-imageselect,
  form .g-recaptcha,
  .form-radius-search .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  form span.wpcf7-list-item,
  .form-radius-search span.wpcf7-list-item {
    margin: 0;
  }
  form .f-arbeitgeber-true,
  .form-radius-search .f-arbeitgeber-true {
    display: block;
    margin: 3rem 0 1rem;
  }
  form .form-arbeitgeber,
  .form-radius-search .form-arbeitgeber {
    display: none;
  }
  form .form-group.radio-buttons .wpcf7-list-item,
  .form-radius-search .form-group.radio-buttons .wpcf7-list-item {
    display: block;
    padding-bottom: 2rem;
  }
  /* Header */
  header {
    padding-bottom: 3rem;
  }
  header .navigation-area {
    padding-bottom: 2.5rem;
  }
  header .navigation-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: var(--color__secondary);
  }
  header .navigation-area .logo {
    padding-top: 3rem;
  }
  header .navigation-area .logo img {
    width: 13rem;
    height: auto;
  }
  header .navigation-wrapper {
    display: none;
    position: absolute;
    padding-top: 0.5rem;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 0;
    z-index: 11;
  }
  header .navigation-wrapper .navbar-collapse {
    height: 100% !important;
    padding: 16rem 3rem 0;
    border-top: 0;
    box-shadow: none;
    background: var(--color__secondary);
  }
  header nav {
    width: 100%;
    font-family: var(--font__regular);
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  header nav ul li {
    position: relative;
    padding: 2rem 0;
  }
  header nav ul li a {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2.1rem;
    color: #fff;
  }
  header nav ul li a:hover,
  header nav ul li a:active,
  header nav ul li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  header nav ul li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0.3rem;
    width: 1.2rem;
    height: 0.6rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul.sub-menu {
    display: none;
  }
  header nav ul.sub-menu li {
    padding: 2rem 0 1rem;
  }
  header nav ul.sub-menu li:first-child {
    padding-top: 4rem;
  }
  header nav ul.sub-menu li a {
    text-transform: inherit;
    font-size: 2.1rem;
  }
  header nav ul.sub-menu .sub-menu {
    padding-bottom: 1rem 0;
  }
  header nav ul.sub-menu .sub-menu li a {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
  header .navbar-header {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 8rem;
    height: 10rem;
    z-index: 15;
  }
  header .navbar-header .navbar-toggle {
    position: absolute;
    top: 3.9rem;
    right: 0;
    width: 4rem;
    height: 2.4rem;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
  }
  header .navbar-header .navbar-toggle span:before {
    top: -1rem;
  }
  header .navbar-header .navbar-toggle span:after {
    bottom: -1rem;
  }
  header .navbar-header .navbar-toggle span,
  header .navbar-header .navbar-toggle span:before,
  header .navbar-header .navbar-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 1px;
    height: 0.2rem;
    width: 4rem;
    background: var(--color__main);
    cursor: pointer;
    transition: all 500ms ease-in-out;
  }
  header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  header .navbar-header .navbar-toggle.active span:before,
  header .navbar-header .navbar-toggle.active span:after {
    top: 0;
    background: #fff;
  }
  header .navbar-header .navbar-toggle.active span:before {
    transform: rotate(45deg);
  }
  header .navbar-header .navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
  header .bildwelt-slider {
    height: auto;
  }
  header .bildwelt-slider.frontpage {
    margin-bottom: 3rem;
  }
  header .bildwelt-slider .carousel-cell {
    display: block;
    max-width: 100%;
    width: 100%;
    /* full width */
    height: auto;
    margin-right: 0;
  }
  header .bildwelt-slider .carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
  }
  header .bildwelt-slider .location-wrapper {
    height: 45rem;
  }
  header .bildwelt-slider .acf-map {
    height: 100%;
    width: 100%;
  }
  header .bildwelt-slider .acf-map .marker img {
    min-height: 20rem;
  }
  header .bildwelt-slider .acf-map .map-info a:hover,
  header .bildwelt-slider .acf-map .map-info a:active,
  header .bildwelt-slider .acf-map .map-info a:focus {
    color: var(--color__main);
  }
  header .bildwelt-slider .flickity-page-dots {
    display: none;
  }
  header .bildwelt-slider .flickity-prev-next-button.previous {
    background: none;
  }
  header .bildwelt-slider .flickity-prev-next-button.next {
    background: none;
  }
  header .bildwelt-slider .flickity-prev-next-button .arrow {
    fill: #fff;
  }
  header .bildwelt-slider .flickity-prev-next-button:disabled {
    display: none;
  }
  header .bildwelt-slider .container-slider {
    position: relative;
    top: 2rem;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
  header .bildwelt-slider .container-slider .inner-slider {
    top: 0;
    width: 100%;
  }
  header .bildwelt-slider .container-slider .description .first-line {
    font-family: var(--font__bold);
    font-size: 2rem;
    line-height: 2rem;
    color: var(--color__main);
  }
  header .bildwelt-slider .container-slider .description .second-line {
    font-family: var(--font__regular);
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--color__main);
  }
  header .bildwelt-slider .container-slider .description a.button {
    width: 100%;
    margin-top: 1.2rem;
  }
  .search-bar.frontpage {
    position: relative;
  }
  .search-bar form {
    padding: 2rem 3rem;
    background: var(--color__secondary);
    box-shadow: 0 0.5rem 5.4rem 0 rgba(0, 55, 120, 0.25);
    text-shadow: 0 0.5rem 5.4rem rgba(0, 55, 120, 0.25);
  }
  .search-bar.search-training-page form .form-group.employment-type {
    display: none;
  }
  header .main-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  .page-template-erfolgs-stories header {
    padding-bottom: 0;
  }
  .page-template-erfolgs-stories header .main-carousel:after {
    content: '';
  }
  .page-template-erfolgs-stories header .main-carousel .carousel-cell {
    max-width: 100%;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  .page-template-erfolgs-stories header .main-carousel .carousel-cell:last-child {
    padding-bottom: 0;
  }
  /* Content */
  section.classic-section h1 {
    margin-top: 0;
  }
  section.classic-section ul {
    padding-left: 1.7rem;
  }
  section.classic-section ul li {
    line-height: 2.4rem;
  }
  section.classic-section .text-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  section.classic-section .application-documents {
    padding-top: 3rem;
  }
  section.classic-section h2 .small {
    font-size: 2rem;
  }
  section.classic-section .contact {
    padding-top: 2rem;
  }
  section.classic-section.classic-stories {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.tiles {
    padding-bottom: 3.7rem;
  }
  section.tiles .tile .tile-inner {
    position: relative;
  }
  section.tiles .tile .tile-inner:hover a.button {
    background: var(--color__main);
    color: #fff;
  }
  section.tiles .tile img {
    max-width: 100%;
    height: auto;
  }
  section.tiles .tile a.button {
    position: absolute;
    left: 0;
    bottom: 0.4rem;
  }
  section.tiles .tile.tile-top-left,
  section.tiles .tile.tile-bottom-left,
  section.tiles .tile.tile-right {
    margin-bottom: 2rem;
  }
  section.tiles .tile.tile-right {
    height: 40rem;
    padding-top: 2rem;
  }
  section.tiles .tile.tile-right .tile-text {
    position: absolute;
    bottom: 9.5rem;
    left: 2rem;
  }
  section.tiles .tile.tile-right .tile-text .tile-headline {
    font-family: var(--font__bold);
    font-size: 3.2rem;
    line-height: 3rem;
    color: #fff;
  }
  section.tiles .tile.tile-right .tile-text .tile-subline {
    font-family: var(--font__regular);
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff;
  }
  section.tiles .tile.tile-right a.button {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
  }
  section.tiles .tile.tile-right img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
    object-position: 90% 30%;
  }
  section.jobs-overview {
    padding-bottom: 4rem;
    background: url('../img/aktuelle-stellenangebote.jpg') no-repeat;
    background-size: cover;
  }
  section.jobs-overview .intro-text {
    padding-bottom: 1rem;
  }
  section.jobs-overview .jobs-overview-inner {
    padding-top: 1rem;
  }
  section.jobs-overview .jobs-all {
    padding-bottom: 2rem;
  }
  section.jobs-overview a.button {
    width: 100%;
  }
  section .job {
    margin-bottom: 1rem;
    transition: all 200ms ease-in-out;
  }
  section .job:hover .position a {
    color: #fff;
  }
  section .job:hover .position a:after {
    content: '';
    position: absolute;
    right: 1rem;
    width: 1.2rem;
    height: 100%;
    background: url('../img/arrow-right-white.svg') no-repeat center right;
    background-size: 1.2rem 2.1rem;
  }
  section .job:hover .position,
  section .job:hover .location,
  section .job:hover .type {
    background: var(--color__secondary);
  }
  section .job:hover .position:after,
  section .job:hover .location:after {
    background: #fff;
  }
  section .job.even .position,
  section .job.even .location,
  section .job.even .type {
    background: #efefef;
  }
  section .job.even:hover .position,
  section .job.even:hover .location,
  section .job.even:hover .type {
    background: var(--color__secondary);
  }
  section .job.odd .position,
  section .job.odd .location,
  section .job.odd .type {
    background: #f7f7f7;
  }
  section .job.odd:hover .position,
  section .job.odd:hover .location,
  section .job.odd:hover .type {
    background: var(--color__secondary);
  }
  section .job .location,
  section .job .type {
    display: none;
  }
  section .position,
  section .location,
  section .type {
    display: flex;
    height: 14rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    background: rgba(255, 255, 255, 0.9);
  }
  section .position.full-height,
  section .location.full-height,
  section .type.full-height {
    height: 16rem;
  }
  section .position,
  section .location {
    position: relative;
  }
  section .position {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  section .position a {
    position: relative;
    padding-right: 3.5rem;
    text-decoration: none;
    color: #646464;
  }
  section .position a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    width: 1.2rem;
    height: 100%;
    background: url('../img/arrow-right.svg') no-repeat center right;
    background-size: 1.2rem 2.1rem;
  }
  section.job-details {
    padding-bottom: 3.5rem;
  }
  section .seminar-single .seminar-type {
    display: block;
    font-size: 1.4rem;
    line-height: 1em;
  }
  section .sidebar-wrapper,
  section .contact-persons-repeater {
    max-width: 100%;
    overflow: hidden;
  }
  section .sidebar-wrapper .image,
  section .contact-persons-repeater .image {
    background: rgba(245, 155, 0, 0.1);
  }
  section .sidebar-wrapper .image img,
  section .contact-persons-repeater .image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    z-index: -1;
  }
  section .sidebar-wrapper .description-wrapper,
  section .contact-persons-repeater .description-wrapper {
    margin-bottom: 2rem;
  }
  section .sidebar-wrapper .description-header,
  section .contact-persons-repeater .description-header {
    padding: 3rem;
    background: var(--color__secondary);
  }
  section .sidebar-wrapper .description-header h3,
  section .contact-persons-repeater .description-header h3 {
    margin: 0;
    line-height: 1em;
    color: #fff;
  }
  section .sidebar-wrapper .description,
  section .contact-persons-repeater .description {
    padding: 3rem;
    background: #fff;
    border: 0.1rem solid rgba(100, 100, 100, 0.25);
  }
  section .sidebar-wrapper .description p:last-child,
  section .contact-persons-repeater .description p:last-child {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .description h3,
  section .contact-persons-repeater .description h3 {
    margin-top: 0;
    margin-bottom: 1.7rem;
    color: #646464;
  }
  section .sidebar-wrapper .description .dozent-description,
  section .contact-persons-repeater .description .dozent-description {
    display: none;
    padding-bottom: 2rem;
  }
  section .sidebar-wrapper .description .dozent-name,
  section .contact-persons-repeater .description .dozent-name {
    color: var(--color__secondary);
    cursor: pointer;
    display: block;
    padding-bottom: 2rem;
    position: relative;
  }
  section .sidebar-wrapper .description .dozent-name::after,
  section .contact-persons-repeater .description .dozent-name::after {
    content: '>';
    display: inline-block;
    margin-left: 1rem;
    transition: transform 0.3s ease-in-out;
  }
  section .sidebar-wrapper .description .dozent-name.pressed::after,
  section .contact-persons-repeater .description .dozent-name.pressed::after {
    transform: rotate(90deg);
  }
  section .sidebar-wrapper .description .name,
  section .contact-persons-repeater .description .name {
    display: block;
    padding-bottom: 0.4rem;
    font-family: var(--font__bold);
    font-size: 1.8rem;
    min-height: 24px;
  }
  section .sidebar-wrapper .description .pos,
  section .contact-persons-repeater .description .pos {
    display: block;
    padding-bottom: 0.8rem;
    min-height: 60px;
  }
  section .sidebar-wrapper .contact-person,
  section .contact-persons-repeater .contact-person {
    margin-bottom: 2rem;
  }
  section .sidebar-wrapper .contact-person .description,
  section .contact-persons-repeater .contact-person .description {
    border-bottom: 0;
  }
  section .sidebar-wrapper .contact,
  section .contact-persons-repeater .contact {
    padding: 2rem 3rem;
    background: var(--color__secondary);
    color: #fff;
  }
  section .sidebar-wrapper .contact .phone,
  section .contact-persons-repeater .contact .phone {
    display: block;
    padding-bottom: 0.6rem;
    font-size: 2.4rem;
    color: #fff;
  }
  section .sidebar-wrapper .contact a,
  section .contact-persons-repeater .contact a,
  section .sidebar-wrapper .contact a:visited,
  section .contact-persons-repeater .contact a:visited {
    color: #fff;
  }
  section .sidebar-wrapper .contact .mail,
  section .contact-persons-repeater .contact .mail {
    display: block;
    color: #fff;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 370px;
    white-space: nowrap;
  }
  section .sidebar-wrapper .contact .mail:hover,
  section .contact-persons-repeater .contact .mail:hover {
    text-decoration: none;
  }
  section .sidebar-wrapper .cra-box,
  section .contact-persons-repeater .cra-box {
    margin-bottom: 2rem;
  }
  section .sidebar-wrapper .cra-box .description-wrapper,
  section .contact-persons-repeater .cra-box .description-wrapper {
    padding: 3rem;
    border: 0.1rem solid rgba(100, 100, 100, 0.25);
  }
  section .sidebar-wrapper .cra-box .description-wrapper h2,
  section .contact-persons-repeater .cra-box .description-wrapper h2,
  section .sidebar-wrapper .cra-box .description-wrapper h3,
  section .contact-persons-repeater .cra-box .description-wrapper h3 {
    margin-top: 0;
  }
  section .sidebar-wrapper .cra-box .description-wrapper p:last-child,
  section .contact-persons-repeater .cra-box .description-wrapper p:last-child {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox,
  section .contact-persons-repeater .textbox {
    margin-bottom: 2rem;
  }
  section .sidebar-wrapper .textbox:last-child,
  section .contact-persons-repeater .textbox:last-child {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox p:last-child,
  section .contact-persons-repeater .textbox p:last-child {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox h3.no-margin,
  section .contact-persons-repeater .textbox h3.no-margin {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox .time-wrapper,
  section .contact-persons-repeater .textbox .time-wrapper {
    padding-bottom: 2rem;
  }
  section .sidebar-wrapper .textbox .time-wrapper .start_date,
  section .contact-persons-repeater .textbox .time-wrapper .start_date {
    font-family: var(--font__bold);
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  section .sidebar-wrapper .textbox .time-wrapper .time,
  section .contact-persons-repeater .textbox .time-wrapper .time {
    font-size: 1.4rem;
  }
  section .sidebar-wrapper .pdf-file,
  section .contact-persons-repeater .pdf-file {
    display: block;
    padding-bottom: 1.5rem;
  }
  section .sidebar-wrapper .pdf-file:last-child,
  section .contact-persons-repeater .pdf-file:last-child {
    padding-bottom: 0;
  }
  section.job-slider {
    padding: 3rem 0;
    margin-bottom: 1rem;
    background: #efefef;
  }
  section.job-slider .carousel-cell {
    width: 100%;
    /* full width */
  }
  section.job-slider .carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.job-slider .flickity-prev-next-button {
    display: none;
    background: none;
  }
  section.job-slider .flickity-prev-next-button.previous {
    left: -10.4rem;
  }
  section.job-slider .flickity-prev-next-button.next {
    right: -10.4rem;
  }
  section.job-slider .flickity-prev-next-button .arrow {
    fill: var(--color__main);
  }
  section.job-slider .flickity-page-dots {
    display: none;
  }
  section.job-slider .jobs-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.dynamic-jobs-overview {
    padding: 0;
  }
  section.dynamic-jobs-overview h1 {
    margin-top: 0;
  }
  section.dynamic-jobs-overview .search-bar {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  section.dynamic-jobs-overview .pagination-wrapper {
    display: none;
    padding-top: 2.4rem;
    font-size: 1.6rem;
  }
  section.dynamic-jobs-overview .pagination-wrapper .details {
    display: block;
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination {
    display: block;
    margin: 0;
    padding: 2rem 0 0;
    list-style-type: none;
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination li {
    display: inline-block;
    padding-right: 0.6rem;
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination li a {
    padding: 0.5rem;
    color: #646464;
    border: 0.1rem solid var(--color__secondary);
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination li:hover a,
  section.dynamic-jobs-overview .pagination-wrapper .pagination li.active a {
    color: #fff;
    background: var(--color__secondary);
    text-decoration: none;
  }
  section.dynamic-jobs-overview a.button {
    width: 100%;
  }
  section.dynamic-jobs-overview .no-job h3 {
    margin-bottom: 0;
  }
  .contact-persons-repeater-section {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
  }
  .contact-persons-repeater-section:before {
    display: none;
  }
  .contact-persons-repeater-section .contact-persons-repeater .contact-person,
  .contact-persons-repeater-section .contact-persons-repeater .description-wrapper {
    margin-bottom: 0;
  }
  /* Footer */
  .location-wrapper {
    height: 45rem;
  }
  .acf-map.footer {
    height: 100%;
    width: 100%;
  }
  .acf-map.footer .marker img {
    min-height: 20rem;
  }
  .acf-map.footer .map-info a:hover,
  .acf-map.footer .map-info a:active,
  .acf-map.footer .map-info a:focus {
    color: var(--color__main);
  }
  footer {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  footer p {
    margin-bottom: 1.6rem;
  }
  footer .logo {
    padding-bottom: 2rem;
  }
  footer .logo img {
    width: 13rem;
    height: auto;
  }
  footer nav ul {
    padding: 0;
    list-style-type: none;
  }
  footer nav ul li {
    display: block;
    padding-bottom: 2rem;
  }
  footer nav ul li:before {
    content: '» ';
  }
  footer .social-media {
    margin: 0;
    padding: 0 0 3rem;
  }
  footer .social-media li {
    display: inline-block;
    padding-right: 1.5rem;
    list-style-type: none;
  }
  footer .social-media li:first-child {
    padding-left: 0;
  }
  footer .social-media img {
    width: 4rem;
    height: 4rem;
  }
  /* ---------- NEWS ----------*/
  .section-news,
  .section-news-slider {
    background: #efefef;
    padding: 8px 0 60px;
  }
  .section-news .col-section-headline,
  .section-news-slider .col-section-headline {
    margin-bottom: 20px;
  }
  .section-news .col-news-slider,
  .section-news-slider .col-news-slider {
    width: 100%;
    color: #646464;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .section-news .news-slider,
  .section-news-slider .news-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .section-news .news-img,
  .section-news-slider .news-img {
    overflow: hidden;
  }
  .section-news .news-img img,
  .section-news-slider .news-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-in-out;
  }
  .section-news .col-news-slider:hover .news-img img,
  .section-news-slider .col-news-slider:hover .news-img img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .section-news .col-news-slider:hover .news-link,
  .section-news-slider .col-news-slider:hover .news-link {
    text-decoration: underline;
  }
  .section-news .news-content,
  .section-news-slider .news-content {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-news .news-date,
  .section-news-slider .news-date {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 13px;
  }
  .section-news .news-headline,
  .section-news-slider .news-headline {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
    margin-top: 7px;
  }
  .section-news .news-text,
  .section-news-slider .news-text {
    max-width: 280px;
    margin-top: 18px;
  }
  .section-news .news-link,
  .section-news-slider .news-link {
    color: var(--color__secondary);
    margin-top: 24px;
  }
  .section-news .button,
  .section-news-slider .button {
    margin-top: 33px;
  }
  .section-news {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-news .col-news-slider {
    margin-bottom: 40px;
  }
  /* ---------- LOCATIONS TEASER ----------*/
  .section-locations-teaser {
    position: relative;
    width: 100%;
    /*height: 464px;*/
    overflow: hidden;
  }
  .section-locations-teaser .container-fluid {
    position: relative;
    height: 100%;
    z-index: 2;
  }
  .section-locations-teaser .row-lt-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .section-locations-teaser .col-content {
    padding-top: 13px;
  }
  .section-locations-teaser .locations-icon-img {
    width: 100%;
    display: block;
  }
  .section-locations-teaser .headline {
    font-family: var(--font__bold);
    color: #fff;
    font-size: 34px;
    line-height: 26px;
  }
  .section-locations-teaser .subline {
    font-family: var(--font__bold);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
  }
  .section-locations-teaser .button {
    margin-top: 23px;
  }
  .section-locations-teaser .locations-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
  }
  .section-free-content {
    margin-top: 10px;
  }
  .seperator-free-content hr {
    margin-bottom: 0;
  }
  /* ---------- DONATE BUTTON ----------*/
  .donate-button {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .donate-button img {
    display: block;
    margin-right: 20px;
  }
  .row-equal-height {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  /* ---------- CRA SEARCH FORM ----------*/
  .cra-search-form {
    position: relative;
    max-width: 438px;
  }
  .cra-search-form .cra-search-form-input {
    width: 100%;
    display: block;
    border: 1px solid #efefef;
  }
  .cra-search-form .cra-searchsubmit {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 23px;
    height: 24px;
    text-indent: -99999px;
    transform: translateY(-50%);
    background: url(../img/icon_loupe.svg) no-repeat;
    background-size: auto 100%;
    padding: 0;
    transition: transform 0.2s ease-in-out;
  }
  .cra-search-form .cra-searchsubmit:hover {
    background: url(../img/icon_loupe.svg) no-repeat;
    background-size: auto 100%;
    transform: translateY(-50%) scale3d(1.1, 1.1, 1.1);
  }
  /* ---------- FACILITIES OVERVIEW ----------*/
  .section-facilities-overview {
    margin-bottom: 30px;
  }
  .section-facilities-overview .row-facilities-overview {
    margin-top: 20px;
  }
  .section-facilities-overview .rs-headline {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
    margin-bottom: 25px;
  }
  .section-facilities-overview .form-radius-search input[type='text'],
  .section-facilities-overview .form-radius-search select {
    width: 100%;
    max-width: 292px;
    display: block;
    border: 1px solid #efefef;
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
    margin-bottom: 10px;
  }
  .section-facilities-overview .form-radius-search input[type='submit'] {
    background: var(--color__secondary);
  }
  .section-facilities-overview .form-radius-search input[type='submit']:hover {
    color: #fff;
    background: var(--color__main);
  }
  .section-facilities-overview .fo-filter {
    /* custom checkbox / radio */
  }
  .section-facilities-overview .fo-filter .label-checkbox,
  .section-facilities-overview .fo-filter .label-radio {
    display: block;
    position: relative;
    height: 32px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .section-facilities-overview .fo-filter .label-radio {
    display: inline;
  }
  .section-facilities-overview .fo-filter #cta-contact-form .label-checkbox a:before {
    line-height: 20px;
  }
  .section-facilities-overview .fo-filter .label-checkbox input,
  .section-facilities-overview .fo-filter .label-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .section-facilities-overview .fo-filter .checkmark,
  .section-facilities-overview .fo-filter .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 1px solid #efefef;
  }
  .section-facilities-overview .fo-filter .radiomark {
    border-radius: 50%;
  }
  .section-facilities-overview .fo-filter .label-checkbox:hover input ~ .checkmark,
  .section-facilities-overview .fo-filter .label-radio:hover input ~ .radiomark {
    border: 1px solid #efefef;
  }
  .section-facilities-overview .fo-filter .label-checkbox input:checked ~ .checkmark,
  .section-facilities-overview .fo-filter .label-radio input:checked ~ .radiomark {
    background-color: var(--color__secondary);
  }
  .section-facilities-overview .fo-filter .checkmark:after,
  .section-facilities-overview .fo-filter .radiomark:after {
    content: '';
    position: absolute;
    display: none;
  }
  .section-facilities-overview .fo-filter .label-checkbox input:checked ~ .checkmark:after,
  .section-facilities-overview .fo-filter .label-radio input:checked ~ .radiomark:after {
    display: block;
  }
  .section-facilities-overview .fo-filter .label-checkbox .checkmark:after {
    left: 11px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #efefef;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .section-facilities-overview .fo-filter .label-radio .radiomark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #efefef;
  }
  .section-facilities-overview .fo-filter .info-icon {
    margin-left: 10px;
  }
  .section-facilities-overview .fo-filter .info-icon + .fo-filter-info {
    position: absolute;
    width: 100%;
    height: auto;
    left: -10px;
    bottom: -20px;
    color: #fff;
    transform: translateY(100%);
    padding: 40px 40px 30px 40px;
    background: var(--color__main);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
  }
  .section-facilities-overview .fo-filter .info-icon:hover,
  .section-facilities-overview .fo-filter .info-icon:active {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .section-facilities-overview .fo-filter .info-icon:hover + .fo-filter-info,
  .section-facilities-overview .fo-filter .info-icon:active + .fo-filter-info {
    visibility: visible;
    opacity: 1;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .section-facilities-overview .fo-filter .fo-filter-info:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -30px;
    right: 26px;
    border-width: 15px;
    border-color: transparent transparent var(--color__main) transparent;
    border-style: solid;
  }
  .section-facilities-overview .fo-filter .fo-filter-info p {
    margin: 0;
  }
  .section-facilities-overview .col-radius-search-filter {
    margin-bottom: 54px;
  }
  .section-facilities-overview .col-radius-search {
    width: 100%;
    margin-bottom: 54px;
  }
  .section-facilities-overview .col-radius-filter {
    width: 100%;
  }
  .section-facilities-overview .reset-filter {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .section-facilities-overview .col-fo-content,
  .section-facilities-overview .col-fo-content:visited,
  .section-facilities-overview .col-fo-content:hover,
  .section-facilities-overview .col-fo-content:active {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
    text-decoration: none;
    margin-bottom: 20px;
    transition: transform 0.2s ease-in-out;
  }
  .section-facilities-overview .col-fo-content:hover .fo-img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .section-facilities-overview .col-fo-content:hover .fo-content {
    background: rgba(245, 155, 0, 0.1);
  }
  .section-facilities-overview .fo-img-area {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
  }
  .section-facilities-overview .fo-img {
    position: relative;
    width: 100%;
    display: block;
    transition: transform 0.2s ease-in-out;
  }
  .section-facilities-overview .fo-content {
    position: relative;
    padding: 0 9px;
    border: 1px solid #efefef;
    border-top: none;
    transition: all 0.2s ease-in-out;
  }
  .section-facilities-overview .fo-facility {
    padding: 10px 10px 0;
  }
  .section-facilities-overview hr {
    width: 100%;
    height: 1px;
    background: #efefef;
    border: none;
    margin: 13px 0 16px;
    opacity: 1;
  }
  .section-facilities-overview ul {
    margin: 0;
    padding: 0 10px 17px;
  }
  .section-facilities-overview li {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #646464;
    margin: 0 0 5px;
    padding: 0 0 0 14px;
    list-style: none;
    background: url(../img/icon_list_check.svg) no-repeat;
    background-size: 10px auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* ---------- FACILITY DETAIL ----------*/
  .col-facility-content,
  .text-wrapper {
    /* wordpress gallery */
  }
  .col-facility-content a,
  .text-wrapper a {
    display: inline-block;
  }
  .col-facility-content a.pdf-icon,
  .text-wrapper a.pdf-icon {
    display: inline-block;
  }
  .col-facility-content img,
  .text-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 32px 0 36px;
  }
  .col-facility-content .cra-facility-address,
  .text-wrapper .cra-facility-address {
    padding: 0 3rem;
  }
  .col-facility-content .gallery-bg,
  .text-wrapper .gallery-bg {
    position: relative;
    padding: 5rem 6rem;
    background: #efefef;
  }
  .col-facility-content .gallery,
  .text-wrapper .gallery {
    position: relative;
    margin: 2em 0px 2em 0px;
  }
  .col-facility-content .gallery br,
  .text-wrapper .gallery br {
    display: none;
  }
  .col-facility-content .gallery:not(.gallery-columns-1) .gallery-item,
  .text-wrapper .gallery:not(.gallery-columns-1) .gallery-item {
    margin-bottom: 20px;
  }
  .col-facility-content .gallery img,
  .text-wrapper .gallery img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .col-facility-content .gallery-columns-2 .attachment-medium,
  .text-wrapper .gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
  }
  .col-facility-content .gallery-columns-4 .attachment-thumbnail,
  .text-wrapper .gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
  }
  .col-facility-content .gallery .gallery-caption,
  .text-wrapper .gallery .gallery-caption {
    display: none;
  }
  .col-facility-content .gallery dl,
  .text-wrapper .gallery dl {
    padding: 0;
  }
  .col-facility-content .gallery dl,
  .text-wrapper .gallery dl,
  .col-facility-content .gallery dt,
  .text-wrapper .gallery dt {
    margin: 0;
    width: inherit;
  }
  .col-facility-content .gallery br + br,
  .text-wrapper .gallery br + br {
    display: none;
  }
  .col-facility-content .bx-prev,
  .text-wrapper .bx-prev,
  .col-facility-content .bx-next,
  .text-wrapper .bx-next {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .col-facility-content .bx-prev,
  .text-wrapper .bx-prev {
    left: 20px;
    width: 13px;
    height: 24px;
    display: block;
    background: url(../img/icon_prev.svg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
    text-indent: -99999px;
  }
  .col-facility-content .bx-next,
  .text-wrapper .bx-next {
    right: 20px;
    width: 13px;
    height: 24px;
    display: block;
    background: url(../img/icon_next.svg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
    text-indent: -99999px;
  }
  /* ---------- FACILITY IMPRESSIONS ----------*/
  .section-facility-impressions {
    padding: 6rem 0;
    margin-top: 5.5rem;
    margin-bottom: 1px;
    background: #efefef;
  }
  .section-facility-impressions .col-facility-impressions {
    margin-bottom: 20px;
  }
  .section-facility-impressions .facility-impressions-img {
    width: 100%;
    display: block;
  }
  .section-facility-impressions h2 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .section-news-slider + .section-facility-impressions {
    margin-top: 1px;
  }
  /* ---------- FANCYBOX ----------*/
  .fancybox-bg {
    background: var(--color__main);
  }
  .fancybox-button {
    color: #fff;
    background: none;
  }
  .fancybox-button {
    width: 54px;
    height: 54px;
  }
  .fancybox-navigation .fancybox-button {
    height: 110px;
    width: 80px;
  }
  .contact-form-info.error-contact {
    color: #dc143c;
  }
  .contact-form-info.success-contact {
    padding: 3rem 0;
    color: #008000;
  }
  /* ---------- GOOGLE BUSINESS VIEW ----------*/
  section.google-business-view iframe {
    width: 100%;
  }
  /* ---------- DOWNLOADS ----------*/
  section.classic-section .text-wrapper .download.file {
    padding-top: 2rem;
  }
  section.classic-section .text-wrapper .download.file .download-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 8rem;
    border: 1px solid #ddd;
  }
  section.classic-section .text-wrapper .download.file .download-inner img {
    float: left;
    display: block;
    width: auto;
    max-height: 5rem;
    margin: 0 2rem;
  }
  section.classic-section .text-wrapper .download.file .download-inner img.active {
    display: none;
  }
  section.classic-section .text-wrapper .download.file .download-inner .text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    color: #f59b00;
    font-size: 18px;
    border-left: 1px solid #ddd;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover {
    background: #f59b00;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover img.inactive {
    display: none;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover img.active {
    display: block;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover .text {
    text-decoration: none;
    color: #fff;
  }
  /* ---------- CONTRAST ----------*/
  .user-change {
    position: absolute;
    top: 95px;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .user-change .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 1px;
    background: var(--color__secondary);
    cursor: pointer;
  }
  .user-change img {
    width: 30px;
    height: 30px;
  }
  body.contrast_on body {
    color: #000;
  }
  body.contrast_on h1,
  body.contrast_on h2,
  body.contrast_on h3,
  body.contrast_on h4,
  body.contrast_on h5 {
    color: #000;
  }
  body.contrast_on p {
    color: #000;
  }
  body.contrast_on .user-change .icon {
    background: #000;
  }
  body.contrast_on a {
    color: #000;
  }
  body.contrast_on a.button {
    background: #000;
    color: #fff;
  }
  body.contrast_on .button a {
    background: #000;
    color: #fff;
  }
  body.contrast_on a.pdf-icon {
    background-image: url(../img/icon_pdf_black.svg);
  }
  body.contrast_on header .navigation-area:before {
    background: #000;
  }
  body.contrast_on header .navigation-wrapper .navbar-collapse {
    background: #fff;
  }
  body.contrast_on .section-news .col-news-slider,
  body.contrast_on .section-news-slider .col-news-slider {
    color: #000;
  }
  body.contrast_on .section-news .news-headline,
  body.contrast_on .section-news-slider .news-headline {
    color: #000;
  }
  body.contrast_on .section-news .news-link,
  body.contrast_on .section-news-slider .news-link {
    color: #000;
  }
  body.contrast_on header .bildwelt-slider .container-slider .description .first-line,
  body.contrast_on header .bildwelt-slider .container-slider .description .second-line {
    color: #000;
  }
  body.contrast_on .section-locations-teaser .headline,
  body.contrast_on .section-locations-teaser .subline {
    color: #000;
  }
  body.contrast_on section.tiles .tile.tile-right .tile-text .tile-headline,
  body.contrast_on section.tiles .tile.tile-right .tile-text .tile-subline {
    color: #000;
  }
  body.contrast_on section.tiles .tile .tile-inner:hover a.button {
    background: #000;
  }
  body.contrast_on .cra-search-form .cra-searchsubmit {
    background-image: url(../img/icon_loupe_black.svg);
  }
  body.contrast_on header nav ul li.menu-item-has-children > a:after {
    background-image: url(../img/down-arrow-black.svg);
  }
  body.contrast_on section .sidebar-wrapper .contact,
  body.contrast_on section .contact-persons-repeater .contact {
    background: #000;
  }
  body.contrast_on form.wpcf7-form .form-group > label,
  body.contrast_on .form-radius-search.wpcf7-form .form-group > label,
  body.contrast_on form.custom-form .form-group > label,
  body.contrast_on .form-radius-search.custom-form .form-group > label {
    color: #000;
  }
  body.contrast_on form.wpcf7-form input[type='submit'],
  body.contrast_on .form-radius-search.wpcf7-form input[type='submit'],
  body.contrast_on form.custom-form input[type='submit'],
  body.contrast_on .form-radius-search.custom-form input[type='submit'] {
    background: #000;
  }
  body.contrast_on form.wpcf7-form input[type='submit'],
  body.contrast_on .form-radius-search.wpcf7-form input[type='submit'],
  body.contrast_on form.custom-form input[type='submit'],
  body.contrast_on .form-radius-search.custom-form input[type='submit']:hover {
    background: #000;
  }
  body.contrast_on header nav ul li.current-menu-item:before,
  body.contrast_on header nav ul li.current-menu-ancestor:before,
  body.contrast_on header nav ul li.current-page-ancestor:before {
    background: #000;
  }
  body.contrast_on footer .social-media li:nth-child(1) a {
    background: url(../img/facebook_black.svg);
    background-size: 100%;
  }
  body.contrast_on footer .social-media li:nth-child(1) a img {
    display: block;
    opacity: 0;
  }
  body.contrast_on footer .social-media li:nth-child(2) a {
    background: url(../img/twitter_black.svg);
    background-size: 100%;
  }
  body.contrast_on footer .social-media li:nth-child(2) a img {
    display: block;
    opacity: 0;
  }
  body.contrast_on header nav ul li a:hover {
    color: #000;
  }
  body.contrast_on header nav ul li a:hover,
  body.contrast_on header nav ul li a:active,
  body.contrast_on header nav ul li a:focus {
    color: #000;
  }
  body.contrast_on header .navbar-header .navbar-toggle span,
  body.contrast_on header .navbar-header .navbar-toggle span:before,
  body.contrast_on header .navbar-header .navbar-toggle span:after {
    background: #000;
  }
  body.contrast_on header .navbar-header .navbar-toggle.active span:before,
  body.contrast_on header .navbar-header .navbar-toggle.active span:after {
    background: #000;
  }
  body.contrast_on footer .logo a {
    background: url(../img/auditberufundfamilie_black.jpg);
    background-size: 100%;
  }
  body.contrast_on footer .logo a img {
    display: block;
    opacity: 0;
  }
  body.contrast_on header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  body.contrast_on body.contrast_on header .navbar-header .navbar-toggle span,
  body.contrast_on body.contrast_on header .navbar-header .navbar-toggle span:before,
  body.contrast_on body.contrast_on header .navbar-header .navbar-toggle span:after {
    background: transparent;
  }
  body.contrast_on form input[type='text']::-webkit-input-placeholder,
  body.contrast_on form input[type='email']::-webkit-input-placeholder {
    color: #000;
  }
  .button--youtube {
    cursor: pointer;
  }
  #leaflet-map {
    height: 400px;
  }
  .leaflet-container a {
    font-size: 0.75rem;
    color: var(--color__secondary);
    letter-spacing: 0;
    text-transform: none;
  }
  .leaflet-container a.leaflet-popup-close-button {
    color: var(--color__secondary);
    font-weight: 500;
    padding-right: 7px;
  }
  .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
  }
}
@media only screen and (min-width: 480px) {
  /* General */
  body {
    font-size: 1.6rem;
    font-family: var(--font__regular);
    color: #646464;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1 {
    font-family: var(--font__bold);
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    color: var(--color__main);
  }
  .h1-subline {
    font-family: var(--font__semilight);
  }
  h2,
  h2 > a,
  h2 > a:hover {
    margin-bottom: 1.5rem;
    font-family: var(--font__bold);
    font-weight: normal;
    font-size: 2.1rem;
    line-height: 2.6rem;
    color: var(--color__main);
    text-decoration: none;
  }
  h3 {
    margin-bottom: 1.2rem;
    font-family: var(--font__bold);
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
  }
  h3.facility-radius-search {
    margin-top: 0;
  }
  h4 {
    font-family: var(--font__bold);
    font-weight: normal;
    color: var(--color__secondary);
    margin: 0 0 4px;
  }
  p {
    margin-top: 0;
    margin-bottom: 2.3rem;
    line-height: 2.4rem;
  }
  strong,
  b {
    font-family: var(--font__bold);
    width: 700;
    font-weight: normal;
  }
  hr {
    margin: 3rem 0;
    opacity: 0.25;
  }
  hr.margin-bottom-0 {
    margin-bottom: 0;
  }
  a {
    display: inline-block;
    color: var(--color__secondary);
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a.button {
    padding: 1.3rem 2.5rem 1.4rem;
    font-size: 1.8rem;
    line-height: 1em;
    background: var(--color__secondary);
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 200ms ease-in-out;
  }
  a.button:hover {
    background: var(--color__main);
    color: #fff;
  }
  a.button.seminar-cta-signin {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .button a {
    padding: 1.3rem 2.5rem 1.4rem;
    font-size: 1.8rem;
    line-height: 1em;
    background: var(--color__secondary);
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 200ms ease-in-out;
  }
  .button a:hover {
    background: var(--color__main);
    color: #fff;
  }
  a.pdf-icon {
    display: inline-block;
    line-height: 35px;
    background: url(../img/icon_pdf.svg) no-repeat;
    background-size: 26px 36px;
    padding-left: 33px;
    margin-bottom: 14px;
  }
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .container-max-size {
    max-width: 1368px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .post__featured-image {
    object-fit: cover;
    object-position: 90% 0;
  }
  .post__image-container {
    position: relative;
  }
  .post__image-container.compat-object-fit {
    background-size: cover;
    background-position: center center;
  }
  .post__image-container.compat-object-fit .post__featured-image {
    opacity: 0;
  }
  .post__featured-image {
    object-fit: cover;
    object-position: 90% 0;
  }
  form .form-group,
  .form-radius-search .form-group {
    position: relative;
    display: inline-block;
  }
  form .form-group > label,
  .form-radius-search .form-group > label {
    display: block;
    padding-bottom: 0.5rem;
    font-family: var(--font__semilight);
    font-size: 1.4rem;
    color: #fff;
  }
  form .form-hide,
  .form-radius-search .form-hide {
    display: none;
  }
  form input,
  .form-radius-search input {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: var(--font__semilight);
    font-size: 1.8rem;
    max-width: 100%;
  }
  form input[type='text'],
  .form-radius-search input[type='text'],
  form input[type='email'],
  .form-radius-search input[type='email'] {
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 1.4rem;
    -webkit-appearance: none;
    outline: none;
  }
  form input[type='text']::-webkit-input-placeholder,
  .form-radius-search input[type='text']::-webkit-input-placeholder,
  form input[type='email']::-webkit-input-placeholder,
  .form-radius-search input[type='email']::-webkit-input-placeholder {
    color: #c5c5c5;
  }
  form input[type='checkbox'],
  .form-radius-search input[type='checkbox'] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-appearance: checkbox;
  }
  form input[type='radio'],
  .form-radius-search input[type='radio'] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-appearance: radio;
  }
  form input[type='submit'],
  .form-radius-search input[type='submit'] {
    padding: 1.6rem 2.5rem;
    font-size: 1.8rem;
    line-height: 1em;
    border: none;
    background: var(--color__main);
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 200ms ease-in-out;
  }
  form input[type='submit']:hover,
  .form-radius-search input[type='submit']:hover {
    background: #fff;
    color: var(--color__main);
  }
  form input[name='f-suche'],
  .form-radius-search input[name='f-suche'] {
    width: 100%;
    max-width: 100%;
    padding: 1.3rem 4.5rem 1.3rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    font-size: 1.8rem;
  }
  form #pac-input:invalid,
  .form-radius-search #pac-input:invalid {
    background-color: #dc143c;
    color: white;
  }
  form .validate-pac-input,
  .form-radius-search .validate-pac-input {
    color: #dc143c;
    display: none;
  }
  form select,
  .form-radius-search select {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    font-family: var(--font__semilight);
    font-size: 1.8rem;
    cursor: pointer;
    background: #fff url('../img/arrow-down.svg') no-repeat center right 1rem;
    background-size: 2.1rem 1.2rem;
  }
  form select::-ms-expand,
  .form-radius-search select::-ms-expand {
    display: none;
  }
  form textarea,
  .form-radius-search textarea {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 1rem 1rem 1rem;
    border: 0.1rem solid #cdcdcd;
    -webkit-appearance: none;
  }
  form.newsletter input[type='text'],
  .form-radius-search.newsletter input[type='text'],
  form.newsletter input[type='email'],
  .form-radius-search.newsletter input[type='email'],
  form.newsletter input[type='tel'],
  .form-radius-search.newsletter input[type='tel'],
  form.newsletter input[type='date'],
  .form-radius-search.newsletter input[type='date'] {
    border: 0;
  }
  form.newsletter input[type='submit']:hover,
  .form-radius-search.newsletter input[type='submit']:hover {
    background: #fff;
    color: var(--color__main);
  }
  form.wpcf7-form .form-group,
  .form-radius-search.wpcf7-form .form-group,
  form.custom-form .form-group,
  .form-radius-search.custom-form .form-group {
    display: block;
    width: auto;
    margin-bottom: 1rem;
  }
  form.wpcf7-form .form-group > label,
  .form-radius-search.wpcf7-form .form-group > label,
  form.custom-form .form-group > label,
  .form-radius-search.custom-form .form-group > label {
    display: block;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: var(--color__main);
  }
  form.wpcf7-form input,
  .form-radius-search.wpcf7-form input,
  form.custom-form input,
  .form-radius-search.custom-form input {
    border: 0.1rem solid #cdcdcd;
  }
  form.wpcf7-form input[type='submit'],
  .form-radius-search.wpcf7-form input[type='submit'],
  form.custom-form input[type='submit'],
  .form-radius-search.custom-form input[type='submit'] {
    background: var(--color__secondary);
    color: #fff;
    border: none;
  }
  form.wpcf7-form input[type='submit']:hover,
  .form-radius-search.wpcf7-form input[type='submit']:hover,
  form.custom-form input[type='submit']:hover,
  .form-radius-search.custom-form input[type='submit']:hover {
    background: var(--color__main);
    color: #fff;
  }
  form span.wpcf7-not-valid-tip,
  .form-radius-search span.wpcf7-not-valid-tip {
    padding-bottom: 1rem;
    color: var(--color__secondary);
  }
  form .wpcf7-recaptcha,
  .form-radius-search .wpcf7-recaptcha {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  form .wpcf7-response-output,
  .form-radius-search .wpcf7-response-output {
    clear: both;
    margin: 0;
    padding: 1rem 1.5rem;
    border-color: var(--color__secondary);
  }
  form span.wpcf7-list-item,
  .form-radius-search span.wpcf7-list-item {
    margin: 0;
  }
  form .f-arbeitgeber-true,
  .form-radius-search .f-arbeitgeber-true {
    display: block;
    margin: 3rem 0 1rem;
  }
  form .form-arbeitgeber,
  .form-radius-search .form-arbeitgeber {
    display: none;
  }
  form .form-group.radio-buttons .wpcf7-list-item,
  .form-radius-search .form-group.radio-buttons .wpcf7-list-item {
    display: block;
    padding-bottom: 2rem;
  }
  /* Header */
  header {
    padding-bottom: 4rem;
  }
  header .navigation-area {
    padding-bottom: 3rem;
  }
  header .navigation-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: var(--color__secondary);
  }
  header .navigation-area .logo {
    padding-top: 3rem;
  }
  header .navigation-area .logo img {
    width: 100%;
    max-width: 20.8rem;
    height: auto;
  }
  header .navigation-wrapper {
    display: none;
    position: absolute;
    padding-top: 0.5rem;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 0;
    z-index: 11;
  }
  header .navigation-wrapper .navbar-collapse {
    height: 100% !important;
    min-height: 100vh;
    padding: 16rem 3rem 0;
    border-top: 0;
    box-shadow: none;
    background: var(--color__secondary);
  }
  header nav {
    width: 100%;
    font-family: var(--font__regular);
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  header nav ul li {
    position: relative;
    padding: 2rem 0;
  }
  header nav ul li a {
    position: relative;
    display: inline-block;
    padding: 0 3rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2.1rem;
    color: #fff;
  }
  header nav ul li a:hover,
  header nav ul li a:active,
  header nav ul li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  header nav ul li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0.3rem;
    width: 1.2rem;
    height: 0.6rem;
    background: url('../img/down-arrow-white.svg') center center no-repeat;
    background-size: 100%;
  }
  header nav ul.sub-menu {
    display: none;
  }
  header nav ul.sub-menu li {
    padding: 2rem 0 1rem;
  }
  header nav ul.sub-menu li:first-child {
    padding-top: 4rem;
  }
  header nav ul.sub-menu li a {
    text-transform: inherit;
    font-size: 2.1rem;
  }
  header nav ul.sub-menu .sub-menu {
    padding-bottom: 1rem 0;
  }
  header nav ul.sub-menu .sub-menu li a {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
  header .navbar-header {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 8rem;
    height: 10rem;
    z-index: 15;
  }
  header .navbar-header .navbar-toggle {
    position: absolute;
    top: 3.9rem;
    right: 0;
    width: 4rem;
    height: 2.4rem;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
  }
  header .navbar-header .navbar-toggle span:before {
    top: -1rem;
  }
  header .navbar-header .navbar-toggle span:after {
    bottom: -1rem;
  }
  header .navbar-header .navbar-toggle span,
  header .navbar-header .navbar-toggle span:before,
  header .navbar-header .navbar-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 1px;
    height: 0.2rem;
    width: 4rem;
    background: var(--color__main);
    cursor: pointer;
    transition: all 500ms ease-in-out;
  }
  header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  header .navbar-header .navbar-toggle.active span:before,
  header .navbar-header .navbar-toggle.active span:after {
    top: 0;
    background: #fff;
  }
  header .navbar-header .navbar-toggle.active span:before {
    transform: rotate(45deg);
  }
  header .navbar-header .navbar-toggle.active span:after {
    transform: rotate(-45deg);
  }
  header .bildwelt-slider {
    height: auto;
    overflow: hidden;
  }
  header .bildwelt-slider.frontpage {
    margin-bottom: 3rem;
  }
  header .bildwelt-slider .carousel-cell {
    max-width: 100%;
    width: 100%;
    /* full width */
    margin-right: 0;
  }
  header .bildwelt-slider .carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 20rem;
  }
  header .bildwelt-slider .location-wrapper {
    height: 45rem;
  }
  header .bildwelt-slider .acf-map {
    height: 100%;
    width: 100%;
  }
  header .bildwelt-slider .acf-map .marker img {
    min-height: 20rem;
  }
  header .bildwelt-slider .acf-map .map-info a:hover,
  header .bildwelt-slider .acf-map .map-info a:active,
  header .bildwelt-slider .acf-map .map-info a:focus {
    color: var(--color__main);
  }
  header .bildwelt-slider .flickity-page-dots {
    display: none;
  }
  header .bildwelt-slider .flickity-prev-next-button.previous {
    background: none;
  }
  header .bildwelt-slider .flickity-prev-next-button.next {
    background: none;
  }
  header .bildwelt-slider .flickity-prev-next-button .arrow {
    fill: #fff;
  }
  header .bildwelt-slider .flickity-prev-next-button:disabled {
    display: none;
  }
  header .bildwelt-slider .container-slider {
    position: relative;
    top: 2rem;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
  header .bildwelt-slider .container-slider .inner-slider {
    top: 0;
    width: 100%;
  }
  header .bildwelt-slider .container-slider .description .first-line {
    font-family: var(--font__bold);
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: var(--color__main);
  }
  header .bildwelt-slider .container-slider .description .second-line {
    font-family: var(--font__regular);
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
  }
  header .bildwelt-slider .container-slider .description a.button {
    width: 100%;
    margin-top: 2.4rem;
  }
  .search-bar form {
    padding: 2rem 3rem;
    background: var(--color__secondary);
    box-shadow: 0 0.5rem 5.4rem 0 rgba(0, 55, 120, 0.25);
    text-shadow: 0 0.5rem 5.4rem rgba(0, 55, 120, 0.25);
  }
  .search-bar.search-training-page form .form-group.employment-type {
    display: none;
  }
  header .main-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  .page-template-erfolgs-stories header {
    padding-bottom: 0;
  }
  .page-template-erfolgs-stories header .main-carousel:after {
    content: '';
  }
  .page-template-erfolgs-stories header .main-carousel .carousel-cell {
    max-width: 100%;
    padding-bottom: 3rem;
    overflow: hidden;
  }
  .page-template-erfolgs-stories header .main-carousel .carousel-cell:last-child {
    padding-bottom: 0;
  }
  /* Content */
  section.classic-section h1 {
    margin-top: 0;
  }
  section.classic-section ul {
    padding-left: 1.7rem;
  }
  section.classic-section ul li {
    line-height: 2.4rem;
  }
  section.classic-section .text-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  section.classic-section .application-documents {
    padding-top: 3rem;
  }
  section.classic-section h2 .small {
    font-size: 2rem;
  }
  section.classic-section.classic-stories {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  section.tiles {
    padding-bottom: 3.7rem;
  }
  section.tiles .tile .tile-inner {
    position: relative;
    overflow: hidden;
  }
  section.tiles .tile .tile-inner:hover a.button {
    background: var(--color__main);
    color: #fff;
  }
  section.tiles .tile .tile-inner:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  section.tiles .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-in-out;
  }
  section.tiles .tile a.button {
    position: absolute;
    left: 0;
    bottom: 0rem;
  }
  section.tiles .tile.tile-top-left {
    margin-bottom: 2rem;
  }
  section.tiles .tile.tile-bottom-left {
    margin-bottom: 1.6rem;
  }
  section.tiles .tile.tile-right {
    height: auto;
    padding-top: 2rem;
  }
  section.tiles .tile.tile-right .tile-text {
    position: absolute;
    bottom: 9.5rem;
    left: 2rem;
  }
  section.tiles .tile.tile-right .tile-text .tile-headline {
    font-family: var(--font__bold);
    font-size: 3.2rem;
    line-height: 3rem;
    color: #fff;
  }
  section.tiles .tile.tile-right .tile-text .tile-subline {
    font-family: var(--font__regular);
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff;
  }
  section.tiles .tile.tile-right a.button {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
  }
  section.tiles .tile.tile-right img {
    width: 100%;
    height: 40rem;
    object-fit: cover;
    object-position: 90% 30%;
  }
  section.jobs-overview {
    padding-bottom: 4rem;
    background: url('../img/aktuelle-stellenangebote.jpg') no-repeat;
    background-size: cover;
  }
  section.jobs-overview .intro-text {
    padding-bottom: 1.5rem;
  }
  section.jobs-overview .jobs-overview-inner {
    padding-top: 1rem;
  }
  section.jobs-overview .jobs-all {
    padding-bottom: 2rem;
  }
  section.jobs-overview a.button {
    width: 50%;
  }
  section .job {
    margin-bottom: 1rem;
    transition: all 200ms ease-in-out;
  }
  section .job:hover .location,
  section .job:hover .type {
    color: #fff;
  }
  section .job:hover .position a {
    color: #fff;
  }
  section .job:hover .position a:after {
    content: '';
    position: absolute;
    right: 1rem;
    width: 1.2rem;
    height: 100%;
    background: url('../img/arrow-right-white.svg') no-repeat center right;
    background-size: 1.2rem 2.1rem;
  }
  section .job:hover .position,
  section .job:hover .location,
  section .job:hover .type {
    background: var(--color__secondary);
  }
  section .job:hover .position:after,
  section .job:hover .location:after {
    background: #fff;
  }
  section .job.even .position,
  section .job.even .location,
  section .job.even .type {
    background: #efefef;
  }
  section .job.even:hover .position,
  section .job.even:hover .location,
  section .job.even:hover .type {
    background: var(--color__secondary);
  }
  section .job.odd .position,
  section .job.odd .location,
  section .job.odd .type {
    background: #f7f7f7;
  }
  section .job.odd:hover .position,
  section .job.odd:hover .location,
  section .job.odd:hover .type {
    background: var(--color__secondary);
  }
  section .job .location,
  section .job .type {
    display: none;
  }
  section .position,
  section .location,
  section .type {
    display: flex;
    height: 9rem;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 3rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    background: rgba(255, 255, 255, 0.9);
  }
  section .position.full-height,
  section .location.full-height,
  section .type.full-height {
    height: 13rem;
  }
  section .position,
  section .location {
    position: relative;
  }
  section .position:after,
  section .location:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0.1rem;
    height: 100%;
    background: #646464;
    opacity: 0.25;
  }
  section .position {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  section .position a {
    position: relative;
    padding-right: 3.5rem;
    text-decoration: none;
    color: #646464;
  }
  section .position a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    width: 1.2rem;
    height: 100%;
    background: url('../img/arrow-right.svg') no-repeat center right;
    background-size: 1.2rem 2.1rem;
  }
  section.job-details {
    padding-bottom: 3.5rem;
  }
  section .seminar-single .seminar-type {
    display: block;
    font-size: 1.4rem;
    line-height: 1em;
  }
  section .sidebar-wrapper,
  section .contact-persons-repeater {
    max-width: 43.6rem;
  }
  section .sidebar-wrapper .image,
  section .contact-persons-repeater .image {
    background: rgba(245, 155, 0, 0.1);
  }
  section .sidebar-wrapper .image img,
  section .contact-persons-repeater .image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    z-index: -1;
  }
  section .sidebar-wrapper .description-wrapper,
  section .contact-persons-repeater .description-wrapper {
    margin-bottom: 2rem;
    box-shadow: 0px 5px 54px 0px rgba(0, 55, 120, 0.25);
  }
  section .sidebar-wrapper .description-header,
  section .contact-persons-repeater .description-header {
    padding: 3rem;
    background: var(--color__secondary);
  }
  section .sidebar-wrapper .description-header h3,
  section .contact-persons-repeater .description-header h3 {
    margin: 0;
    line-height: 1em;
    color: #fff;
  }
  section .sidebar-wrapper .description,
  section .contact-persons-repeater .description {
    padding: 3rem;
    background: #fff;
  }
  section .sidebar-wrapper .description p:last-child,
  section .contact-persons-repeater .description p:last-child {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .description h3,
  section .contact-persons-repeater .description h3 {
    margin-top: 0;
    margin-bottom: 1.7rem;
    color: #646464;
    height: 6rem;
  }
  section .sidebar-wrapper .description h3.no-height-set,
  section .contact-persons-repeater .description h3.no-height-set {
    height: initial;
  }
  section .sidebar-wrapper .description .dozent-description,
  section .contact-persons-repeater .description .dozent-description {
    display: none;
    padding-bottom: 2rem;
  }
  section .sidebar-wrapper .description .dozent-name,
  section .contact-persons-repeater .description .dozent-name {
    color: var(--color__secondary);
    cursor: pointer;
    display: block;
    padding-bottom: 2rem;
    position: relative;
  }
  section .sidebar-wrapper .description .dozent-name::after,
  section .contact-persons-repeater .description .dozent-name::after {
    content: '>';
    display: inline-block;
    margin-left: 1rem;
    transition: transform 0.3s ease-in-out;
  }
  section .sidebar-wrapper .description .dozent-name.pressed::after,
  section .contact-persons-repeater .description .dozent-name.pressed::after {
    transform: rotate(90deg);
  }
  section .sidebar-wrapper .description .name,
  section .contact-persons-repeater .description .name {
    display: block;
    padding-bottom: 0.4rem;
    font-family: var(--font__bold);
    font-size: 1.8rem;
    min-height: 24px;
  }
  section .sidebar-wrapper .description .pos,
  section .contact-persons-repeater .description .pos {
    display: block;
    padding-bottom: 0.8rem;
    min-height: 60px;
  }
  section .sidebar-wrapper .contact-person,
  section .contact-persons-repeater .contact-person {
    margin-bottom: 2rem;
  }
  section .sidebar-wrapper .contact,
  section .contact-persons-repeater .contact {
    padding: 2rem 3rem;
    background: var(--color__secondary);
    color: #fff;
  }
  section .sidebar-wrapper .contact .phone,
  section .contact-persons-repeater .contact .phone {
    display: block;
    padding-bottom: 0.6rem;
    font-size: 2.4rem;
    color: #fff;
  }
  section .sidebar-wrapper .contact a,
  section .contact-persons-repeater .contact a,
  section .sidebar-wrapper .contact a:visited,
  section .contact-persons-repeater .contact a:visited {
    color: #fff;
  }
  section .sidebar-wrapper .contact .mail,
  section .contact-persons-repeater .contact .mail {
    display: block;
    color: #fff;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 370px;
    white-space: nowrap;
  }
  section .sidebar-wrapper .contact .mail:hover,
  section .contact-persons-repeater .contact .mail:hover {
    text-decoration: none;
  }
  section .sidebar-wrapper .cra-box,
  section .contact-persons-repeater .cra-box {
    margin-bottom: 2rem;
  }
  section .sidebar-wrapper .cra-box .description-wrapper,
  section .contact-persons-repeater .cra-box .description-wrapper {
    padding: 3rem;
    border: 0.1rem solid rgba(100, 100, 100, 0.25);
  }
  section .sidebar-wrapper .cra-box .description-wrapper h2,
  section .contact-persons-repeater .cra-box .description-wrapper h2,
  section .sidebar-wrapper .cra-box .description-wrapper h3,
  section .contact-persons-repeater .cra-box .description-wrapper h3 {
    margin-top: 0;
  }
  section .sidebar-wrapper .cra-box .description-wrapper p:last-child,
  section .contact-persons-repeater .cra-box .description-wrapper p:last-child {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox,
  section .contact-persons-repeater .textbox {
    margin-bottom: 2rem;
  }
  section .sidebar-wrapper .textbox:last-child,
  section .contact-persons-repeater .textbox:last-child {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox h3.no-margin,
  section .contact-persons-repeater .textbox h3.no-margin {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox .time-wrapper,
  section .contact-persons-repeater .textbox .time-wrapper {
    padding-bottom: 2rem;
  }
  section .sidebar-wrapper .textbox .time-wrapper .start_date,
  section .contact-persons-repeater .textbox .time-wrapper .start_date {
    font-family: var(--font__bold);
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  section .sidebar-wrapper .textbox .time-wrapper .time,
  section .contact-persons-repeater .textbox .time-wrapper .time {
    font-size: 1.4rem;
  }
  section .sidebar-wrapper .pdf-file,
  section .contact-persons-repeater .pdf-file {
    display: block;
    padding-bottom: 1.5rem;
  }
  section .sidebar-wrapper .pdf-file:last-child,
  section .contact-persons-repeater .pdf-file:last-child {
    padding-bottom: 0;
  }
  section.job-slider {
    padding: 4rem 0;
    margin-bottom: 1rem;
    background: #efefef;
  }
  section.job-slider .carousel-cell {
    width: 43.6rem;
    /* full width */
    margin-right: 2rem;
  }
  section.job-slider .carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
  }
  section.job-slider .flickity-prev-next-button {
    display: none;
    background: none;
  }
  section.job-slider .flickity-prev-next-button.previous {
    left: -10.4rem;
  }
  section.job-slider .flickity-prev-next-button.next {
    right: -10.4rem;
  }
  section.job-slider .flickity-prev-next-button .arrow {
    fill: var(--color__main);
  }
  section.job-slider .flickity-page-dots {
    display: none;
  }
  section.job-slider .jobs-carousel:after {
    content: 'flickity';
    display: none;
    /* hide :after */
  }
  section.dynamic-jobs-overview {
    padding: 0;
  }
  section.dynamic-jobs-overview h1 {
    margin-top: 0;
  }
  section.dynamic-jobs-overview .search-bar {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  section.dynamic-jobs-overview .pagination-wrapper {
    display: none;
    padding-top: 3.4rem;
    font-size: 1.8rem;
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination li {
    display: inline-block;
    padding-left: 0.6rem;
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination li a {
    color: #646464;
  }
  section.dynamic-jobs-overview .pagination-wrapper .pagination li.active a {
    color: var(--color__secondary);
  }
  section.dynamic-jobs-overview .no-job h3 {
    margin-bottom: 0;
  }
  .contact-persons-repeater-section {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
  }
  .contact-persons-repeater-section:before {
    display: none;
  }
  .contact-persons-repeater-section .contact-persons-repeater .contact-person,
  .contact-persons-repeater-section .contact-persons-repeater .description-wrapper {
    margin-bottom: 0;
  }
  .contact-form-info.error-contact {
    color: #dc143c;
  }
  .contact-form-info.success-contact {
    padding: 3rem 0;
    color: #008000;
  }
  /* Footer */
  .location-wrapper {
    height: 45rem;
  }
  .acf-map.footer {
    height: 100%;
    width: 100%;
  }
  .acf-map.footer .marker img {
    min-height: 20rem;
  }
  .acf-map.footer .map-info a:hover,
  .acf-map.footer .map-info a:active,
  .acf-map.footer .map-info a:focus {
    color: var(--color__main);
  }
  footer {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  footer p {
    margin-bottom: 1.6rem;
  }
  footer .logo {
    padding-bottom: 2rem;
  }
  footer .logo img {
    width: 100%;
    max-width: 13.8rem;
    height: auto;
  }
  footer nav {
    padding-top: 0.3rem;
  }
  footer nav ul {
    padding: 0;
    list-style-type: none;
  }
  footer nav ul li {
    padding-right: 1.5rem;
    hyphens: auto;
    display: flex;
  }
  footer nav ul li:before {
    content: '» ';
    color: var(--color__secondary);
    margin-right: 6px;
  }
  footer .social-media {
    margin: 0;
    padding: 3rem 0 0;
  }
  footer .social-media li {
    display: inline-block;
    padding-left: 1rem;
    list-style-type: none;
  }
  footer .social-media li:first-child {
    padding-left: 0;
  }
  footer .social-media img {
    width: 4rem;
    height: 4rem;
    transition: all 0.2s ease-in-out;
  }
  footer .social-media img:hover {
    transform: scale(1.1);
  }
  /* ---------- NEWS ----------*/
  .section-news,
  .section-news-slider {
    background: #efefef;
    padding: 8px 0 60px;
  }
  .section-news .col-section-headline,
  .section-news-slider .col-section-headline {
    margin-bottom: 20px;
  }
  .section-news .col-news-slider,
  .section-news-slider .col-news-slider {
    color: #646464;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .section-news .news-slider,
  .section-news-slider .news-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .section-news .news-img,
  .section-news-slider .news-img {
    overflow: hidden;
  }
  .section-news .news-img img,
  .section-news-slider .news-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-in-out;
  }
  .section-news .col-news-slider:hover .news-img img,
  .section-news-slider .col-news-slider:hover .news-img img {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .section-news .col-news-slider:hover .news-link,
  .section-news-slider .col-news-slider:hover .news-link {
    text-decoration: underline;
  }
  .section-news .news-content,
  .section-news-slider .news-content {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-news .news-date,
  .section-news-slider .news-date {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 13px;
  }
  .section-news .news-headline,
  .section-news-slider .news-headline {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
    margin-top: 7px;
  }
  .section-news .news-text,
  .section-news-slider .news-text {
    max-width: 280px;
    margin-top: 18px;
  }
  .section-news .news-link,
  .section-news-slider .news-link {
    color: var(--color__secondary);
    margin-top: 24px;
  }
  .section-news .button,
  .section-news-slider .button {
    margin-top: 33px;
  }
  .section-news {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-news .col-news-slider {
    margin-bottom: 40px;
  }
  /* ---------- LOCATIONS TEASER ----------*/
  .section-locations-teaser {
    position: relative;
    width: 100%;
    /*height: 464px;*/
    overflow: hidden;
  }
  .section-locations-teaser .container-fluid {
    position: relative;
    height: 100%;
    z-index: 2;
  }
  .section-locations-teaser .row-lt-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .section-locations-teaser .locations-icon-img {
    width: 100%;
    display: block;
  }
  .section-locations-teaser .headline {
    font-family: var(--font__bold);
    color: #fff;
    font-size: 34px;
    line-height: 26px;
  }
  .section-locations-teaser .subline {
    font-family: var(--font__bold);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
  }
  .section-locations-teaser .button {
    margin-top: 23px;
  }
  .section-locations-teaser .locations-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
  }
  .section-free-content {
    margin-top: 10px;
  }
  .seperator-free-content hr {
    margin-bottom: 0;
  }
  /* ---------- DONATE BUTTON ----------*/
  .donate-button {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .donate-button img {
    display: block;
    margin-right: 20px;
  }
  .row-equal-height {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  /* ---------- CRA SEARCH FORM ----------*/
  .cra-search-form {
    position: relative;
    max-width: 438px;
  }
  .cra-search-form .cra-search-form-input {
    width: 100%;
    display: block;
    border: 1px solid #efefef;
  }
  .cra-search-form .cra-searchsubmit {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 23px;
    height: 24px;
    text-indent: -99999px;
    transform: translateY(-50%);
    background: url(../img/icon_loupe.svg) no-repeat;
    background-size: auto 100%;
    padding: 0;
    transition: transform 0.2s ease-in-out;
  }
  .cra-search-form .cra-searchsubmit:hover {
    background: url(../img/icon_loupe.svg) no-repeat;
    background-size: auto 100%;
    transform: translateY(-50%) scale3d(1.1, 1.1, 1.1);
  }
  /* ---------- FACILITIES OVERVIEW ----------*/
  .section-facilities-overview {
    margin-bottom: 70px;
  }
  .section-facilities-overview .row-facilities-overview {
    margin-top: 20px;
  }
  .section-facilities-overview .rs-headline {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
    margin-bottom: 25px;
  }
  .section-facilities-overview .form-radius-search input[type='text'],
  .section-facilities-overview .form-radius-search select {
    width: 100%;
    max-width: 292px;
    display: block;
    border: 1px solid #efefef;
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
    margin-bottom: 10px;
  }
  .section-facilities-overview .form-radius-search input[type='submit'] {
    background: var(--color__secondary);
  }
  .section-facilities-overview .form-radius-search input[type='submit']:hover {
    color: #fff;
    background: var(--color__main);
  }
  .section-facilities-overview .fo-filter {
    /* custom checkbox / radio */
  }
  .section-facilities-overview .fo-filter .label-checkbox,
  .section-facilities-overview .fo-filter .label-radio {
    display: block;
    position: relative;
    height: 32px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .section-facilities-overview .fo-filter .label-radio {
    display: inline;
  }
  .section-facilities-overview .fo-filter #cta-contact-form .label-checkbox a:before {
    line-height: 20px;
  }
  .section-facilities-overview .fo-filter .label-checkbox input,
  .section-facilities-overview .fo-filter .label-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .section-facilities-overview .fo-filter .checkmark,
  .section-facilities-overview .fo-filter .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border: 1px solid #efefef;
  }
  .section-facilities-overview .fo-filter .radiomark {
    border-radius: 50%;
  }
  .section-facilities-overview .fo-filter .label-checkbox:hover input ~ .checkmark,
  .section-facilities-overview .fo-filter .label-radio:hover input ~ .radiomark {
    border: 1px solid #efefef;
  }
  .section-facilities-overview .fo-filter .label-checkbox input:checked ~ .checkmark,
  .section-facilities-overview .fo-filter .label-radio input:checked ~ .radiomark {
    background-color: var(--color__secondary);
  }
  .section-facilities-overview .fo-filter .checkmark:after,
  .section-facilities-overview .fo-filter .radiomark:after {
    content: '';
    position: absolute;
    display: none;
  }
  .section-facilities-overview .fo-filter .label-checkbox input:checked ~ .checkmark:after,
  .section-facilities-overview .fo-filter .label-radio input:checked ~ .radiomark:after {
    display: block;
  }
  .section-facilities-overview .fo-filter .label-checkbox .checkmark:after {
    left: 11px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #efefef;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .section-facilities-overview .fo-filter .label-radio .radiomark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #efefef;
  }
  .section-facilities-overview .fo-filter .info-icon {
    margin-left: 10px;
  }
  .section-facilities-overview .fo-filter .info-icon + .fo-filter-info {
    position: absolute;
    width: 100%;
    height: auto;
    left: -10px;
    bottom: -20px;
    color: #fff;
    transform: translateY(100%);
    padding: 40px 40px 30px 40px;
    background: var(--color__main);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
  }
  .section-facilities-overview .fo-filter .info-icon:hover,
  .section-facilities-overview .fo-filter .info-icon:active {
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .section-facilities-overview .fo-filter .info-icon:hover + .fo-filter-info,
  .section-facilities-overview .fo-filter .info-icon:active + .fo-filter-info {
    visibility: visible;
    opacity: 1;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .section-facilities-overview .fo-filter .fo-filter-info:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -30px;
    right: 26px;
    border-width: 15px;
    border-color: transparent transparent var(--color__main) transparent;
    border-style: solid;
  }
  .section-facilities-overview .fo-filter .fo-filter-info p {
    margin: 0;
  }
  .section-facilities-overview .col-radius-search-filter {
    margin-bottom: 54px;
  }
  .section-facilities-overview .reset-filter {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .section-facilities-overview .grid {
    display: flex;
    flex-wrap: wrap;
  }
  .section-facilities-overview .col-fo-content,
  .section-facilities-overview .col-fo-content:visited,
  .section-facilities-overview .col-fo-content:hover,
  .section-facilities-overview .col-fo-content:active {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--color__main);
    text-decoration: none;
    margin-bottom: 20px;
  }
  .section-facilities-overview .col-fo-content:hover .fo-img {
    transition: transform 0.2s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  .section-facilities-overview .col-fo-content:hover .fo-content {
    background: rgba(245, 155, 0, 0.1);
  }
  .section-facilities-overview .fo-img-area {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
  }
  .section-facilities-overview .fo-img {
    position: relative;
    width: 100%;
    display: block;
    transition: transform 0.2s ease-in-out;
  }
  .section-facilities-overview .fo-content {
    position: relative;
    padding: 0 9px;
    border: 1px solid #efefef;
    border-top: none;
    transition: all 0.2s ease-in-out;
  }
  .section-facilities-overview .fo-facility {
    padding: 10px 10px 0;
  }
  .section-facilities-overview hr {
    width: 100%;
    height: 1px;
    background: #efefef;
    border: none;
    margin: 13px 0 16px;
    opacity: 1;
  }
  .section-facilities-overview ul {
    margin: 0;
    padding: 0 10px 17px;
  }
  .section-facilities-overview ul.multiple-categories {
    columns: 2;
  }
  .section-facilities-overview li {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #646464;
    margin: 0 0 5px;
    padding: 0 0 0 14px;
    list-style: none;
    background: url(../img/icon_list_check.svg) no-repeat;
    background-size: 10px auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* ---------- PAGE TEASER ----------*/
  .section-page-teaser {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .section-page-teaser .container-fluid {
    position: relative;
    height: 100%;
    z-index: 2;
  }
  .section-page-teaser .row-pt-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .section-page-teaser .headline {
    font-family: var(--font__bold);
    color: #fff;
    font-size: 34px;
    line-height: 26px;
  }
  .section-page-teaser .subline {
    font-family: var(--font__bold);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
  }
  .section-page-teaser .button {
    margin-top: 23px;
  }
  .section-page-teaser .page-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
  }
  /* ---------- FACILITY DETAIL ----------*/
  .col-facility-content,
  .text-wrapper {
    /* wordpress gallery */
  }
  .col-facility-content a,
  .text-wrapper a {
    display: inline-block;
  }
  .col-facility-content a.pdf-icon,
  .text-wrapper a.pdf-icon {
    display: inline-block;
  }
  .col-facility-content img,
  .text-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 32px 0 36px;
  }
  .col-facility-content .cra-facility-address,
  .text-wrapper .cra-facility-address {
    padding: 0 3rem;
  }
  .col-facility-content .gallery-bg,
  .text-wrapper .gallery-bg {
    position: relative;
    padding: 5rem 6rem;
    background: #efefef;
  }
  .col-facility-content .gallery,
  .text-wrapper .gallery {
    position: relative;
    margin: 2em 0px 2em 0px;
  }
  .col-facility-content .gallery br,
  .text-wrapper .gallery br {
    display: none;
  }
  .col-facility-content .gallery:not(.gallery-columns-1) .gallery-item,
  .text-wrapper .gallery:not(.gallery-columns-1) .gallery-item {
    margin-bottom: 20px;
  }
  .col-facility-content .gallery img,
  .text-wrapper .gallery img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
  }
  .col-facility-content .gallery-columns-2 .attachment-medium,
  .text-wrapper .gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
  }
  .col-facility-content .gallery-columns-4 .attachment-thumbnail,
  .text-wrapper .gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
  }
  .col-facility-content .gallery .gallery-caption,
  .text-wrapper .gallery .gallery-caption {
    display: none;
  }
  .col-facility-content .gallery dl,
  .text-wrapper .gallery dl {
    padding: 0;
  }
  .col-facility-content .gallery dl,
  .text-wrapper .gallery dl,
  .col-facility-content .gallery dt,
  .text-wrapper .gallery dt {
    margin: 0;
    width: inherit;
  }
  .col-facility-content .gallery br + br,
  .text-wrapper .gallery br + br {
    display: none;
  }
  .col-facility-content .bx-prev,
  .text-wrapper .bx-prev,
  .col-facility-content .bx-next,
  .text-wrapper .bx-next {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .col-facility-content .bx-prev,
  .text-wrapper .bx-prev {
    left: 20px;
    width: 13px;
    height: 24px;
    display: block;
    background: url(../img/icon_prev.svg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
    text-indent: -99999px;
  }
  .col-facility-content .bx-next,
  .text-wrapper .bx-next {
    right: 20px;
    width: 13px;
    height: 24px;
    display: block;
    background: url(../img/icon_next.svg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
    text-indent: -99999px;
  }
  /* ---------- FACILITY IMPRESSIONS ----------*/
  .section-facility-impressions {
    padding: 6rem 0;
    margin-top: 5.5rem;
    margin-bottom: 1px;
    background: #efefef;
  }
  .section-facility-impressions .col-facility-impressions {
    margin-bottom: 20px;
  }
  .section-facility-impressions .facility-impressions-img {
    width: 100%;
    display: block;
  }
  .section-facility-impressions h2 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .section-news-slider + .section-facility-impressions {
    margin-top: 1px;
  }
  /* ---------- FANCYBOX ----------*/
  .fancybox-bg {
    background: var(--color__main);
  }
  .fancybox-button {
    color: #fff;
    background: none;
  }
  .fancybox-button {
    width: 54px;
    height: 54px;
  }
  .fancybox-navigation .fancybox-button {
    height: 110px;
    width: 80px;
  }
  /* ---------- GOOGLE BUSINESS VIEW ----------*/
  section.google-business-view iframe {
    width: 100%;
  }
  /* ---------- DOWNLOADS ----------*/
  section.classic-section .text-wrapper .download.file {
    padding-top: 2rem;
  }
  section.classic-section .text-wrapper .download.file .download-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 12rem;
    border: 1px solid #ddd;
  }
  section.classic-section .text-wrapper .download.file .download-inner img {
    float: left;
    display: block;
    width: auto;
    max-height: 7rem;
    margin: 0 2rem;
  }
  section.classic-section .text-wrapper .download.file .download-inner img.active {
    display: none;
  }
  section.classic-section .text-wrapper .download.file .download-inner .text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    color: #f59b00;
    font-size: 20px;
    border-left: 1px solid #ddd;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover {
    background: #f59b00;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover img.inactive {
    display: none;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover img.active {
    display: block;
  }
  section.classic-section .text-wrapper .download.file .download-inner:hover .text {
    text-decoration: none;
    color: #fff;
  }
  /* ---------- CONTRAST ----------*/
  .user-change {
    position: absolute;
    top: 121px;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .user-change .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 1px;
    background: var(--color__secondary);
    cursor: pointer;
  }
  .user-change img {
    width: 30px;
    height: 30px;
  }
  body.contrast_on body {
    color: #000;
  }
  body.contrast_on h1,
  body.contrast_on h2,
  body.contrast_on h3,
  body.contrast_on h4,
  body.contrast_on h5 {
    color: #000;
  }
  body.contrast_on p {
    color: #000;
  }
  body.contrast_on .user-change .icon {
    background: #000;
  }
  body.contrast_on a {
    color: #000;
  }
  body.contrast_on a.button {
    background: #000;
    color: #fff;
  }
  body.contrast_on .button a {
    background: #000;
    color: #fff;
  }
  body.contrast_on a.pdf-icon {
    background-image: url(../img/icon_pdf_black.svg);
  }
  body.contrast_on header .navigation-area:before {
    background: #000;
  }
  body.contrast_on header .navigation-wrapper .navbar-collapse {
    background: #fff;
  }
  body.contrast_on .section-news .col-news-slider,
  body.contrast_on .section-news-slider .col-news-slider {
    color: #000;
  }
  body.contrast_on .section-news .news-headline,
  body.contrast_on .section-news-slider .news-headline {
    color: #000;
  }
  body.contrast_on .section-news .news-link,
  body.contrast_on .section-news-slider .news-link {
    color: #000;
  }
  body.contrast_on header .bildwelt-slider .container-slider .description .first-line,
  body.contrast_on header .bildwelt-slider .container-slider .description .second-line {
    color: #000;
  }
  body.contrast_on .section-locations-teaser .headline,
  body.contrast_on .section-locations-teaser .subline {
    color: #000;
  }
  body.contrast_on section.tiles .tile.tile-right .tile-text .tile-headline,
  body.contrast_on section.tiles .tile.tile-right .tile-text .tile-subline {
    color: #000;
  }
  body.contrast_on section.tiles .tile .tile-inner:hover a.button {
    background: #000;
  }
  body.contrast_on .cra-search-form .cra-searchsubmit {
    background-image: url(../img/icon_loupe_black.svg);
  }
  body.contrast_on header nav ul li.menu-item-has-children > a:after {
    background-image: url(../img/down-arrow-black.svg);
  }
  body.contrast_on section .sidebar-wrapper .contact,
  body.contrast_on section .contact-persons-repeater .contact {
    background: #000;
  }
  body.contrast_on form.wpcf7-form .form-group > label,
  body.contrast_on .form-radius-search.wpcf7-form .form-group > label,
  body.contrast_on form.custom-form .form-group > label,
  body.contrast_on .form-radius-search.custom-form .form-group > label {
    color: #000;
  }
  body.contrast_on form.wpcf7-form input[type='submit'],
  body.contrast_on .form-radius-search.wpcf7-form input[type='submit'],
  body.contrast_on form.custom-form input[type='submit'],
  body.contrast_on .form-radius-search.custom-form input[type='submit'] {
    background: #000;
  }
  body.contrast_on form.wpcf7-form input[type='submit'],
  body.contrast_on .form-radius-search.wpcf7-form input[type='submit'],
  body.contrast_on form.custom-form input[type='submit'],
  body.contrast_on .form-radius-search.custom-form input[type='submit']:hover {
    background: #000;
  }
  body.contrast_on header nav ul li.current-menu-item:before,
  body.contrast_on header nav ul li.current-menu-ancestor:before,
  body.contrast_on header nav ul li.current-page-ancestor:before {
    background: #000;
  }
  body.contrast_on footer .social-media li:nth-child(1) a {
    background: url(../img/facebook_black.svg);
    background-size: 100%;
  }
  body.contrast_on footer .social-media li:nth-child(1) a img {
    display: block;
    opacity: 0;
  }
  body.contrast_on footer .social-media li:nth-child(2) a {
    background: url(../img/twitter_black.svg);
    background-size: 100%;
  }
  body.contrast_on footer .social-media li:nth-child(2) a img {
    display: block;
    opacity: 0;
  }
  body.contrast_on header nav ul li a:hover {
    color: #000;
  }
  body.contrast_on header nav ul li a:hover,
  body.contrast_on header nav ul li a:active,
  body.contrast_on header nav ul li a:focus {
    color: #000;
  }
  body.contrast_on header .navbar-header .navbar-toggle span,
  body.contrast_on header .navbar-header .navbar-toggle span:before,
  body.contrast_on header .navbar-header .navbar-toggle span:after {
    background: #000;
  }
  body.contrast_on header .navbar-header .navbar-toggle.active span:before,
  body.contrast_on header .navbar-header .navbar-toggle.active span:after {
    background: #000;
  }
  body.contrast_on footer .logo a {
    background: url(../img/auditberufundfamilie_black.jpg);
    background-size: 100%;
  }
  body.contrast_on footer .logo a img {
    display: block;
    opacity: 0;
  }
  body.contrast_on header .navbar-header .navbar-toggle.active span {
    background: transparent;
  }
  body.contrast_on body.contrast_on header .navbar-header .navbar-toggle span,
  body.contrast_on body.contrast_on header .navbar-header .navbar-toggle span:before,
  body.contrast_on body.contrast_on header .navbar-header .navbar-toggle span:after {
    background: transparent;
  }
  body.contrast_on form input[type='text']::-webkit-input-placeholder,
  body.contrast_on form input[type='email']::-webkit-input-placeholder {
    color: #000;
  }
  .button--youtube {
    cursor: pointer;
  }
  #leaflet-map {
    height: 400px;
  }
  .leaflet-container a {
    font-size: 0.75rem;
    color: var(--color__secondary);
    letter-spacing: 0;
    text-transform: none;
  }
  .leaflet-container a.leaflet-popup-close-button {
    color: var(--color__secondary);
    font-weight: 500;
    padding-right: 7px;
  }
  .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
  }
}
@media only screen and (min-width: 768px) {
  /* General */
  h1 {
    font-size: 2.7rem;
    line-height: 3.4rem;
  }
  h2,
  h2 > a,
  h2 > a:hover {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  h3 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  hr {
    margin: 3.5rem 0;
  }
  a.button.seminar-cta-signin {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  /* Header */
  header {
    padding-bottom: 5rem;
  }
  header .bildwelt-slider {
    margin-bottom: 0;
  }
  header .bildwelt-slider.frontpage {
    margin-bottom: 0;
  }
  header .bildwelt-slider .carousel-cell img {
    min-height: 25rem;
  }
  header .bildwelt-slider .location-wrapper {
    height: 52rem;
  }
  header .bildwelt-slider .container-slider {
    position: absolute;
    top: 0;
    height: 100%;
    margin-bottom: 0;
  }
  header .bildwelt-slider .container-slider .inner-slider {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  header .bildwelt-slider .container-slider .description .first-line {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
  }
  header .bildwelt-slider .container-slider .description .second-line {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #fff;
  }
  header .bildwelt-slider .container-slider .description a.button {
    margin-top: 1.8rem;
  }
  .search-bar.frontpage {
    position: relative;
    top: -3rem;
    margin-bottom: -3rem;
  }
  .search-bar form {
    padding: 2rem 3rem;
  }
  .search-bar.search-training-page form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
  .search-bar.search-training-page form .form-group {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .search-bar.search-training-page form .form-group.last {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .page-template-erfolgs-stories header .main-carousel .carousel-cell {
    padding-bottom: 0;
  }
  /* Content */
  section.tiles {
    padding-bottom: 4.7rem;
  }
  section.tiles .tile.tile-right {
    height: 100%;
    padding-top: 0;
  }
  section.tiles .tile.tile-right img {
    height: 100%;
  }
  section.tiles .tile.tile-top-left img,
  section.tiles .tile.tile-top-center img {
    width: 100%;
    height: auto;
  }
  section.jobs-overview {
    padding-bottom: 5rem;
  }
  section.jobs-overview .intro-text {
    padding-bottom: 3rem;
  }
  section.jobs-overview .jobs-overview-inner {
    padding-top: 2rem;
  }
  section.jobs-overview a.button {
    width: 100%;
  }
  section .job .location,
  section .job .type {
    display: flex;
  }
  section .position,
  section .location,
  section .type {
    height: 11rem;
    padding-left: 2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  section .position.full-height,
  section .location.full-height,
  section .type.full-height {
    height: 18rem;
  }
  section .position {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  section.job-details {
    padding-bottom: 4.5rem;
  }
  section .sidebar-wrapper .textbox h3.no-margin {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox .time-wrapper .start_date {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  section.dynamic-jobs-overview {
    padding-bottom: 1rem;
  }
  section.dynamic-jobs-overview .search-bar {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  section.job-slider {
    margin-bottom: 2rem;
    padding: 5rem 0;
  }
  .sidebar-wrapper .contact-persons-repeater-section {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 5rem;
  }
  .sidebar-wrapper .contact-persons-repeater-section .contact-persons-repeater {
    height: 100%;
  }
  /* Footer */
  .location-wrapper {
    height: 52rem;
  }
  footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  footer p {
    margin-bottom: 2.3rem;
  }
  footer .logo {
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
  footer nav ul {
    margin: 0;
  }
  /* ---------- LOCATIONS TEASER ----------*/
  .section-locations-teaser {
    height: 464px;
  }
  .section-locations-teaser .row-lt-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-locations-teaser .headline {
    font-size: 38px;
    line-height: 30px;
  }
  .section-locations-teaser .subline {
    font-size: 28px;
    line-height: 30px;
  }
  /* ---------- PAGE TEASER ----------*/
  .section-page-teaser {
    height: 464px;
  }
  .section-page-teaser .row-pt-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-page-teaser .headline {
    font-size: 38px;
    line-height: 30px;
  }
  .section-page-teaser .subline {
    font-size: 28px;
    line-height: 30px;
  }
  /* ---------- FACILITIES OVERVIEW ----------*/
  .section-facilities-overview .fo-filter-area {
    margin-top: 55px;
  }
  .section-facilities-overview .col-radius-search-filter {
    margin-bottom: 0;
  }
  /* ---------- GOOGLE BUSINESS VIEW ----------*/
  section.google-business-view iframe {
    height: 550px;
  }
  .flickity-prev-next-button {
    top: 50%;
  }
  #leaflet-map {
    height: 400px;
  }
  .leaflet-container a {
    font-size: 0.75rem;
    color: var(--color__secondary);
    letter-spacing: 0;
    text-transform: none;
  }
  .leaflet-container a.leaflet-popup-close-button {
    color: var(--color__secondary);
    font-weight: 500;
    padding-right: 7px;
  }
  .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1100px) {
  .sidebar-wrapper .contact-persons-repeater-section {
    position: absolute;
    right: -44rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .sidebar-wrapper .contact-persons-repeater-section {
    right: -90rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .sidebar-wrapper .contact-persons-repeater-section {
    right: -75rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .sidebar-wrapper .contact-persons-repeater-section {
    right: -60rem;
  }
}
@media only screen and (min-width: 992px) {
  /* General */
  h1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  h2,
  h2 > a,
  h2 > a:hover {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  hr {
    margin: 4rem 0;
  }
  a.button.seminar-cta-signin {
    margin-top: 4rem;
    margin-bottom: 0;
  }
  /* Header */
  header {
    padding-bottom: 6rem;
  }
  header .navbar-header {
    right: 1rem;
  }
  header .bildwelt-slider .location-wrapper {
    height: 56rem;
  }
  header .bildwelt-slider .container-slider .description .first-line {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  header .bildwelt-slider .container-slider .description .second-line {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  header .bildwelt-slider .container-slider .description a.button {
    margin-top: 2rem;
  }
  .search-bar.frontpage {
    position: relative;
    top: -3rem;
    margin-bottom: -3rem;
  }
  .search-bar form {
    height: 11rem;
    padding: 0 3rem;
  }
  .search-bar.search-training-page form {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .search-bar.search-training-page form .form-group {
    width: 100%;
    padding: 1rem 0;
  }
  .search-bar.search-training-page form .form-group.job-title {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .search-bar.search-training-page form .form-group.last {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .search-bar.search-training-page form .form-group.last input {
    margin-top: 2.1rem;
  }
  .search-bar.search-weiterbildung form {
    height: auto;
    padding: 2rem 3rem;
  }
  .search-bar.search-weiterbildung form .form-group {
    width: calc(50% - 1.8rem);
  }
  .search-bar.search-weiterbildung form .form-group:nth-child(2n + 2) {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  /* Content */
  section.classic-section.classic-stories {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  section.tiles {
    padding-bottom: 5.7rem;
  }
  section.tiles .tile.tile-right {
    padding-top: 0;
  }
  section.tiles .tile.tile-right .tile-text {
    bottom: 11.5rem;
    left: 4rem;
  }
  section.tiles .tile.tile-right .tile-text .tile-headline {
    font-size: 4.2rem;
    line-height: 4rem;
  }
  section.tiles .tile.tile-right .tile-text .tile-subline {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  section.tiles .tile.tile-right a.button {
    left: 4rem;
    bottom: 4rem;
  }
  section.jobs-overview {
    padding-bottom: 6rem;
  }
  section.jobs-overview .jobs-overview-inner {
    padding-top: 3rem;
  }
  section .position,
  section .location,
  section .type {
    padding-left: 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  section .position.full-height,
  section .location.full-height,
  section .type.full-height {
    height: 13rem;
  }
  section .position {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  section.dynamic-jobs-overview .search-bar {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
  section.job-details {
    padding-bottom: 5.5rem;
  }
  section .sidebar-wrapper .textbox h3.no-margin {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox .time-wrapper .start_date {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  section .contact-persons-repeater {
    max-width: 436px;
  }
  section.job-slider {
    padding: 6rem 0;
    margin-bottom: 3rem;
  }
  .contact-persons-repeater-section {
    padding-bottom: 6rem;
  }
  /* Footer */
  .location-wrapper {
    height: 56rem;
  }
  footer {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  footer nav {
    float: left;
  }
  footer .social-media {
    float: right;
    padding: 0;
  }
  /* ---------- LOCATIONS TEASER ----------*/
  .section-locations-teaser .headline {
    font-size: 48px;
    line-height: 40px;
  }
  .section-locations-teaser .subline {
    font-size: 32px;
    line-height: 40px;
  }
  /* ---------- PAGE TEASER ----------*/
  .section-page-teaser .headline {
    font-size: 48px;
    line-height: 40px;
  }
  .section-page-teaser .subline {
    font-size: 32px;
    line-height: 40px;
  }
  /* ---------- GOOGLE BUSINESS VIEW ----------*/
  section.google-business-view iframe {
    height: 600px;
  }
  .flickity-prev-next-button {
    top: 50%;
  }
  #leaflet-map {
    height: 500px;
  }
  .leaflet-container a {
    font-size: 0.75rem;
    color: var(--color__secondary);
    letter-spacing: 0;
    text-transform: none;
  }
  .leaflet-container a.leaflet-popup-close-button {
    color: var(--color__secondary);
    font-weight: 500;
    padding-right: 7px;
  }
  .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  /* General */
  h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  h2,
  h2 > a,
  h2 > a:hover {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  /* Header */
  header .navbar-header {
    display: none;
  }
  header .navigation-wrapper {
    position: relative;
    display: block !important;
    height: auto !important;
  }
  header .navigation-wrapper .navbar-collapse {
    padding: 0;
    background: inherit;
    min-height: auto;
  }
  header nav > ul > li > a {
    height: 8.2rem;
  }
  header nav ul {
    position: relative;
    float: right;
    text-align: right;
  }
  header nav ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1rem;
    height: 8.2rem;
    background: var(--color__main);
    opacity: 0.25;
  }
  header nav ul li {
    position: relative;
    float: left;
    display: block;
    padding: 0;
    text-align: left;
  }
  header nav ul li.unclickable > a:hover {
    cursor: default;
  }
  header nav ul li a {
    position: relative;
    display: flex;
    /*max-width: 18rem;*/
    min-height: 8.2rem;
    justify-content: flex-end;
    flex-direction: column;
    padding: 2.8rem 1rem 1.2rem;
    text-transform: inherit;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 2.1rem;
    color: var(--color__main);
  }
  header nav ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0.1rem;
    height: 8.2rem;
    background: var(--color__main);
    opacity: 0.25;
  }
  header nav ul li a:hover,
  header nav ul li a:active,
  header nav ul li a:focus {
    color: #fff;
    background: var(--color__main);
    text-decoration: none;
  }
  header nav ul li.menu-item-has-children a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0.1rem;
    height: 8.2rem;
    background: var(--color__main);
    opacity: 0.25;
  }
  header nav ul li.menu-item-has-children > a {
    padding: 1.2rem 1.5rem;
  }
  header nav ul li.menu-item-has-children > a.active {
    background: var(--color__main);
    color: #fff;
    text-decoration: none;
  }
  header nav ul li.menu-item-has-children > a.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0.1rem;
    height: 8.2rem;
    background: var(--color__main);
    opacity: 0.25;
  }
  header nav ul li.menu-item-has-children > a:before {
    position: absolute;
    content: '';
    top: 8.1rem;
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    height: 0.1rem;
    background: #fff;
    opacity: 0.25;
    z-index: 2;
  }
  header nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  header nav ul li.menu-item-has-children:hover > a {
    background: var(--color__main);
    color: #fff;
    text-decoration: none;
  }
  header nav ul li.menu-item-has-children.current-menu-item > a {
    text-decoration: none;
  }
  header nav ul li.current-menu-item:before,
  header nav ul li.current-menu-ancestor:before,
  header nav ul li.current-page-ancestor:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: var(--color__main);
    opacity: 1;
  }
  header nav ul.sub-menu {
    position: absolute;
    width: auto;
    min-width: 20rem;
    background: var(--color__main);
    z-index: 10;
  }
  header nav ul.sub-menu li {
    display: block;
    width: 100%;
    padding: 0 0;
    position: relative;
  }
  header nav ul.sub-menu li:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  header nav ul.sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  header nav ul.sub-menu li a {
    width: 100%;
    min-height: auto;
    max-width: inherit;
    padding: 1.2rem 1.5rem;
    text-transform: inherit;
    font-family: var(--font__regular);
    font-size: 1.7rem;
    line-height: 2.1em;
    color: #fff;
    white-space: nowrap;
  }
  header nav ul.sub-menu li a:before,
  header nav ul.sub-menu li a:after {
    content: '';
    display: none;
  }
  header nav ul.sub-menu li:hover,
  header nav ul.sub-menu li.current-menu-item {
    background: var(--color__main);
  }
  header nav ul.sub-menu li:hover a,
  header nav ul.sub-menu li.current-menu-item a {
    display: block;
    text-decoration: none;
    color: var(--color__secondary);
  }
  header nav ul.sub-menu li:first-child a {
    padding-top: 2rem;
  }
  header nav ul.sub-menu li:last-child a {
    padding-bottom: 2rem;
  }
  header .bildwelt-slider .carousel-cell {
    max-width: 100%;
    width: 100%;
    /* full width */
    margin-right: 0;
  }
  header .bildwelt-slider .carousel-cell img {
    width: 100%;
    height: auto;
  }
  header .bildwelt-slider .location-wrapper {
    height: 62rem;
  }
  header .bildwelt-slider .flickity-page-dots {
    display: none;
  }
  header .bildwelt-slider .flickity-prev-next-button {
    top: 50%;
  }
  header .bildwelt-slider .flickity-prev-next-button.previous {
    background: none;
  }
  header .bildwelt-slider .flickity-prev-next-button.next {
    background: none;
  }
  header .bildwelt-slider .flickity-prev-next-button .arrow {
    fill: #fff;
  }
  header .bildwelt-slider .flickity-prev-next-button:disabled {
    display: none;
  }
  header .bildwelt-slider .container-slider .description .first-line {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
  header .bildwelt-slider .container-slider .description .second-line {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  header .bildwelt-slider .container-slider .description a.button {
    width: 100%;
    margin-top: 2.4rem;
  }
  /* Content */
  section.classic-section.classic-stories {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  section.dynamic-jobs-overview .no-job h3 {
    margin-top: 1rem;
  }
  section.job-slider .flickity-prev-next-button.previous {
    left: -10.4rem;
  }
  section.job-slider .flickity-prev-next-button.next {
    right: -10.4rem;
  }
  section .sidebar-wrapper .textbox h3.no-margin {
    margin-bottom: 0;
  }
  section .sidebar-wrapper .textbox .time-wrapper .start_date {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .contact-persons-repeater-section {
    grid-template-columns: repeat(3, 1fr);
  }
  /* ---------- GOOGLE BUSINESS VIEW ----------*/
  section.google-business-view iframe {
    height: 700px;
  }
  /* Footer */
  .location-wrapper {
    height: 62rem;
  }
  footer {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
  /* ---------- CONTRAST ----------*/
  .user-change {
    top: 121px;
  }
  body.contrast_on header nav ul:before {
    background: #000;
  }
  body.contrast_on header nav ul li.menu-item-has-children a:after {
    background: #000;
  }
  body.contrast_on header nav ul li.menu-item-has-children > a.active:after {
    background: #000;
  }
  body.contrast_on header nav ul li.menu-item-has-children:hover > a {
    background: #000;
  }
  body.contrast_on header nav ul li a:hover,
  body.contrast_on header nav ul li a:active,
  body.contrast_on header nav ul li a:focus {
    color: #fff;
    background: #000;
  }
  body.contrast_on header nav ul.sub-menu {
    background: #000;
  }
  body.contrast_on header nav ul.sub-menu a:hover {
    background: #fff;
    color: #000;
  }
  /* ---------- DONATE BUTTON ----------*/
  .donate-button {
    margin-top: 0px;
  }
  /* ---------- OSM ----------*/
  #leaflet-map {
    height: 623px;
  }
  .leaflet-container a {
    font-size: 0.75rem;
    color: var(--color__secondary);
    letter-spacing: 0;
    text-transform: none;
  }
  .leaflet-container a.leaflet-popup-close-button {
    color: var(--color__secondary);
    font-weight: 500;
    padding-right: 7px;
  }
  .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
  }
}
@media only screen and (min-width: 1300px) {
  header nav ul li a {
    padding: 2.8rem 2rem 1.2rem;
  }
  header nav ul li.menu-item-has-children > a {
    padding: 1.2rem 2rem;
  }
  header nav ul.sub-menu li a {
    padding: 1.2rem 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  section.job-slider .flickity-prev-next-button {
    display: block;
  }
}
.page-template-highlights {
  background-image: url(../img/linktree_bg.png);
  background-repeat: repeat;
}
.page-template-highlights header,
.page-template-highlights footer,
.page-template-highlights .user-change,
.page-template-highlights .grecaptcha-badge {
  display: none;
}
.page-template-highlights img {
  height: 100%;
  width: 100%;
}
.page-template-highlights .content {
  margin: 0 auto;
  max-width: 768px;
  text-align: center;
}
.page-template-highlights .buttons {
  margin: 65px 0 150px;
  padding: 0 2rem;
}
.page-template-highlights .buttons > * + * {
  margin-top: 30px;
}
.page-template-highlights .header {
  position: relative;
}
.page-template-highlights .header__headline {
  color: white;
  font-size: 2rem;
  letter-spacing: 3px;
  margin-top: 20px;
  padding: 0 2rem;
  text-transform: uppercase;
}
.page-template-highlights .header__img {
  margin-top: 10px;
  padding: 0 2rem;
}
.page-template-highlights .header__img img {
  width: 80%;
}
.page-template-highlights .header__banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
.arrow {
  align-items: center;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  min-height: 78rem;
  padding-top: 2rem;
  margin-top: 19.5rem;
  margin-bottom: 6rem;
}
@media (min-width: 1400px) {
  .arrow {
    background-image: url(../img/arrow.gif);
    background-size: 100%;
    flex-direction: row;
    min-height: 24.1rem;
    padding-left: 2rem;
    padding-top: 0;
  }
}
.arrow-box {
  background-color: var(--color__secondary);
  bottom: 205%;
  color: #fff;
  display: none;
  padding: 2rem;
  position: absolute;
  transform: translateX(calc(-44.3%));
  width: 29rem;
}
.arrow-box h3 {
  font-size: 1.8rem;
  margin: 0;
}
.arrow-box .triangle {
  background-color: var(--color__secondary);
  bottom: -2.4rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  height: 2.4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.4rem;
}
.arrow-number {
  align-items: center;
  background-color: var(--color__main);
  border-radius: 100vh;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 3.8rem;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  width: 3.8rem;
}
.arrow-number:hover,
.arrow-number.hovered {
  transform: scale(1.5);
}
.arrow-number:hover ~ .arrow-box,
.arrow-number.hovered ~ .arrow-box {
  display: block;
}
.arrow-wrapper {
  position: relative;
  margin-left: 0.2rem;
}
.arrow-wrapper .main-content .inactive {
  display: none;
}
@media (min-width: 1400px) {
  .arrow-wrapper {
    margin-bottom: 0.2rem;
  }
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
.accordion-wrapper__repeater {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 6rem 0;
}
.accordion-wrapper__repeater--item {
  background-color: #efefef;
  border-left: 5px solid var(--color__secondary);
  cursor: pointer;
}
.accordion-wrapper__repeater--item:first-child .accordion-content {
  display: block;
}
.accordion-wrapper__repeater--item.active .accordion-title__text::after {
  content: '-';
}
.accordion-wrapper__after {
  max-width: 77.8rem;
}
.accordion-title {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 2rem 0;
}
.accordion-title__number {
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 4rem;
  font-weight: 600;
  grid-column: 2;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .accordion-title__number {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .accordion-title__number {
    font-size: 8rem;
  }
}
.accordion-title__text {
  align-items: center;
  color: var(--color__main);
  display: flex;
  font-size: 2rem;
  grid-column: 4 / span 9;
  justify-content: space-between;
}
.accordion-title__text::after {
  background-color: var(--color__secondary);
  border-radius: 100vh;
  content: '+';
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin-right: 1rem;
  width: 3.4rem;
}
@media (min-width: 768px) {
  .accordion-title__text {
    font-size: 2rem;
  }
  .accordion-title__text::after {
    align-items: center;
    display: flex;
    font-size: 4rem;
    justify-content: center;
    margin-right: 2.2rem;
    height: 5rem;
    width: 5rem;
  }
}
@media (min-width: 1200px) {
  .accordion-title__text {
    font-size: 2.5rem;
  }
}
.accordion-content {
  display: none;
  padding: 1rem;
}
.accordion-content strong,
.accordion-content b {
  color: var(--color__secondary);
}
@media (min-width: 768px) {
  .accordion-content {
    padding: 0 0 4rem;
  }
  .accordion-content .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .accordion-content__text {
    grid-column: 4 / span 9;
    font-size: 1.8rem;
    padding-right: 2rem;
  }
  .accordion-content p {
    margin-bottom: 1.8rem;
  }
  .accordion-content strong,
  .accordion-content b {
    font-size: 2.5rem;
  }
  .accordion-content ul {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .accordion-content strong,
  .accordion-content b {
    font-size: 3rem;
  }
}
.search-bar__wrapper {
  background: green;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 480px) {
  .search-bar__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .search-bar__wrapper {
    grid-template-columns: 2fr 2fr 2fr 1fr 2fr;
  }
}
.search-bar__field {
  width: 100%;
}
@media (min-width: 480px) {
  .search-bar__field:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 992px) {
  .search-bar__field:last-child {
    grid-column-start: inherit;
    grid-column-end: inherit;
  }
}
@media (min-width: 992px) {
  .search-bar__label {
    position: absolute;
    top: -2rem;
  }
}
.search-bar__submit {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .search-bar__submit {
    margin-top: 0;
  }
}
.search-bar input[type="number"] {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 1.3rem 1.5rem 1.4rem;
  font-family: 'TheSansSemiLight', Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
}
._brlbs-embed {
  width: 100%;
  height: 500px;
}
._brlbs-thumbnail {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=./assets/css/styles.css.map */