/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frown:before {
  content: "\f119";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-percent:before {
  content: "\f295";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-print:before {
  content: "\f02f";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-road:before {
  content: "\f018";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-strava:before {
  content: "\f428";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('webfonts/fa-brands-400.eot');
  src: url('webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('webfonts/fa-brands-400.woff2') format('woff2'), url('webfonts/fa-brands-400.woff') format('woff'), url('webfonts/fa-brands-400.ttf') format('truetype'), url('webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/fa-regular-400.eot');
  src: url('webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('webfonts/fa-regular-400.woff2') format('woff2'), url('webfonts/fa-regular-400.woff') format('woff'), url('webfonts/fa-regular-400.ttf') format('truetype'), url('webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('webfonts/fa-solid-900.eot');
  src: url('webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('webfonts/fa-solid-900.woff2') format('woff2'), url('webfonts/fa-solid-900.woff') format('woff'), url('webfonts/fa-solid-900.ttf') format('truetype'), url('webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.reset-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/*
Box shadow mixin
*/
/*
Border-radius mixin
*/
.reset-transform {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.reset-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: 'Gothic', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: 300;
  font-style: normal;
  color: #5c5c5c;
  background-color: transparent;
}
body,
body * {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
iframe {
  border: 0px;
}
iframe#google_maps {
  width: 100%;
  min-height: 200px;
}
.file-description {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: normal;
}
/* Cookie Hinweis style */
.cc_container {
  background: #707070;
  padding: 25px 15px 70px 15px;
}
.cc_container .cc_message {
  color: #ffffff;
  font-family: 'Gothic', sans-serif;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  margin-top: 0px;
  line-height: 17px;
}
.cc_container .cc_message .cc_more_info {
  background: #e3001b;
  color: #ffffff;
  padding: 10px 5px;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-left: 15px;
  font-weight: normal;
  right: auto;
  margin-top: -8px;
  line-height: 17px;
  position: absolute;
  bottom: 15px;
  left: 140px;
}
.cc_container .cc_btn {
  background: #e3001b !important;
  color: #ffffff !important;
  padding: 10px 5px !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  margin-left: 15px !important;
  font-weight: normal !important;
  font-family: 'Gothic', sans-serif !important;
  border-radius: 0;
  position: absolute;
  right: 125px;
  margin-top: -8px;
  width: auto;
  left: 15px;
  bottom: 15px;
  margin-left: 0px !important;
}
/* Cookie Hinweis style */
b,
strong {
  font-weight: 700;
  font-style: normal;
  color: #5c5c5c;
}
h1,
.h1Style {
  font-family: 'DinEng', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  line-height: 1;
  color: #e3001b;
  font-weight: 700;
}
h2,
.h2Style {
  font-family: 'DinEng', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  color: #5c5c5c;
  line-height: 1;
  font-weight: 700;
}
h3,
.h3Style {
  font-family: 'DinEng', sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #e3001b;
  line-height: 1;
  font-weight: 700;
}
h4,
h5,
.h4Style {
  font-family: 'DinEng', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}
.h1Style,
.h2Style,
.h3Style,
.h4Style {
  display: block;
}
p {
  margin: 0px 0px 20px 0px;
  margin: 0rem 0rem 1.25rem 0rem;
  line-height: 1.4;
}
a,
a:focus {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-weight: 700;
  font-style: normal;
  color: #808080;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
sup {
  display: inline-block;
  font-size: 0.6em;
  line-height: normal;
}
*:focus {
  outline: 0;
}
.noPadding {
  padding: 0;
}
#mainContainer .breadcrumb {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-right: 15px;
  margin-left: 15px;
  width: 1160px;
  width: 72.5rem;
}
#mainContainer .breadcrumb .menu-breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#mainContainer .breadcrumb .menu-breadcrumb li span {
  color: #707070;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .breadcrumb .menu-breadcrumb li a {
  text-decoration: none;
  color: #707070;
}
#mainContainer .breadcrumb .menu-breadcrumb li a span {
  color: #707070;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .breadcrumb .menu-breadcrumb li:not(:last-child)::after {
  position: relative;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  opacity: 1;
  content: ">";
  color: #707070;
}
#mainContainer .breadcrumb .menu-breadcrumb li.breadcrumb-title {
  color: #707070;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  display: inline;
  margin-right: 10px;
  margin-right: 0.625rem;
}
#mainContainer .breadcrumb .menu-breadcrumb li.breadcrumb-title:not(:last-child)::after {
  content: none;
}
.noMargin {
  margin: 0;
}
.noMarginLeft {
  margin-left: 0 !important;
}
[data-fancybox] {
  border: none !important;
  padding: 0 !important;
}
iframe {
  border: 0;
}
button,
input,
optgroup,
select,
textarea,
.button {
  font-family: 'Gothic', sans-serif;
}
.button {
  background-color: #e3001b;
  color: #ffffff;
  border: none !important;
  padding: 8px 10px 8px 10px;
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  text-decoration: none;
}
.button span {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
  font-family: 'DinEng', sans-serif;
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.button span:focus {
  text-decoration: none;
}
.button:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url('/fileadmin/images/icons/arrow-right-white.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  display: inline-block;
  margin-left: 10px;
}
#header {
  position: fixed;
  z-index: 150;
}
#header .menuContainer {
  z-index: 10;
}
.thumbnail {
  min-width: 160px;
}
footer .button {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.whiteBg .button {
  color: #111111;
}
.whiteButton {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button:focus,
.button:hover {
  background-color: #808080;
  color: #ffffff;
}
.selectedButton {
  padding: 10px 15px 10px 15px;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
}
.paddingTop {
  padding-top: 15px;
  padding-top: 0.9375rem;
}
.responsive-image img {
  width: 100%;
}
.cell,
.grid-x,
.grid-container {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.grid-container .frame-type-text {
  max-width: 1200px;
  max-width: 75rem;
  margin: auto;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.frame-type-menu_sitemap_pages ul li {
  list-style-position: inside;
}
[data-whatinput='mouse'] .btn {
  outline: 0;
}
ul,
ol {
  padding-left: 16px;
  padding-left: 1rem;
}
ul.accordion {
  padding-left: 0px;
  padding-left: 0rem;
}
ul.accordion .accordion-title {
  text-transform: uppercase;
}
table {
  border-radius: 0;
  border: 0;
}
table tr {
  border: 0;
}
table tbody,
table tfoot,
table thead {
  background: none;
  border: 0;
}
table tbody td,
table tbody th {
  padding: 15px 6px 15px 6px;
  padding: 0.9375rem 0.375rem 0.9375rem 0.375rem;
}
div.card-section {
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
.frame-space-before-extra-large {
  padding-top: 200px;
  padding-top: 12.5rem;
  margin-top: 0px;
  margin-top: 0rem;
}
.frame-space-before-extra-small {
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: 0px;
  margin-top: 0rem;
}
.frame-space-before-small {
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-top: 0px;
  margin-top: 0rem;
}
.frame-space-before-medium {
  padding-top: 80px;
  padding-top: 5rem;
  margin-top: 0px;
  margin-top: 0rem;
}
.frame-space-before-large {
  padding-top: 120px;
  padding-top: 7.5rem;
  margin-top: 0px;
  margin-top: 0rem;
}
.frame-space-after-extra-large {
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}
.frame-space-after-extra-small {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.frame-space-after-small {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.frame-space-after-medium {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.frame-space-after-large {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.defaultBgColor {
  background-color: transparent;
  position: relative;
}
.greyBgColor {
  background-color: #808080;
  position: relative;
}
.grid-container-large {
  max-width: 1280px;
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
}
#tx_cookies .alert-success {
  display: none;
}
#tx_cookies #tx_cookies_hide input {
  cursor: pointer;
}
.slick-dots {
  bottom: 95px;
  bottom: 5.9375rem;
  width: auto;
}
.slick-dots li button:before {
  color: #ffffff;
  font-size: 52px;
  font-size: 3.25rem;
  opacity: .5;
}
.slick-dots li.slick-active button:before {
  color: #111111;
}
.slick-next:before {
  content: "";
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev path#Pfad_71,
.slick-next path#Pfad_71 {
  fill: #707070;
}
.slick-prev,
.slick-next {
  top: 38%;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: transparent url(Image/arrow_down_new.svg) center center no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: .8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -50px;
  right: -3.125rem;
}
.slick-prev {
  left: -70px;
  left: -4.375rem;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: transparent url(Image/arrow_down_new.svg) center center no-repeat;
}
.slick-disabled {
  visibility: hidden;
}
.card {
  border: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  color: #111111;
}
table tr {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
table tr:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
table td {
  vertical-align: top;
}
.f3-widget-paginator {
  margin-left: 0;
  margin-bottom: 1rem;
}
.f3-widget-paginator::before,
.f3-widget-paginator::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.f3-widget-paginator::after {
  clear: both;
}
.f3-widget-paginator li {
  margin-right: 0.0625rem;
  border-radius: 0px;
  font-size: 0.875rem;
  display: none;
}
.f3-widget-paginator li:last-child,
.f3-widget-paginator li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .f3-widget-paginator li {
    display: inline-block;
  }
}
.f3-widget-paginator a,
.f3-widget-paginator button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0px;
  color: #ffffff;
}
.f3-widget-paginator a:hover,
.f3-widget-paginator button:hover {
  background: #303030;
}
.f3-widget-paginator .current {
  padding: 0.1875rem 0.625rem;
  background: #808080;
  color: #fefefe;
  cursor: default;
}
.f3-widget-paginator .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.f3-widget-paginator .disabled:hover {
  background: transparent;
}
.f3-widget-paginator .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #ffffff;
}
.f3-widget-paginator-previous a::before,
.f3-widget-paginator-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}
.f3-widget-paginator-next a::after,
.f3-widget-paginator-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}
.frame-default header {
  height: 3.75rem;
  margin-bottom: 3.75rem;
  max-width: 62.25rem;
  margin-right: auto;
  margin-left: auto;
}
.video .video-embed {
  border: 1px solid #aebe09;
}
.video .video-embed .video-embed-item {
  width: 100%;
  display: block;
}
/* 768px */
@media screen and (min-width: 48rem) {
  .button {
    padding: 13px 21px 13px 21px;
    padding: 0.8125rem 1.3125rem 0.8125rem 1.3125rem;
  }
  .button span {
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .button:after {
    width: 14px;
    height: 14px;
  }
  h3,
  .h3Style {
    font-size: 42px;
    font-size: 2.625rem;
  }
  h2,
  .h2Style {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h1,
  .h1Style {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 64rem) {
  .cc_container {
    padding: 25px 15px;
  }
  .cc_container .cc_message {
    margin-top: 0px;
    line-height: 17px;
  }
  .cc_container .cc_message .cc_more_info {
    padding: 10px 5px;
    margin-left: 15px;
    right: 15px;
    margin-top: -8px;
    bottom: auto;
    left: auto;
  }
  .cc_container .cc_btn {
    padding: 10px 5px !important;
    margin-left: 15px !important;
    right: 125px;
    margin-top: -8px;
    bottom: auto;
    left: auto;
  }
}
/* 1160px */
@media screen and (min-width: 72.5rem) {
  #mainContainer .breadcrumb {
    margin-right: auto;
    margin-left: auto;
  }
}
body header {
  border-bottom: 3px solid #aebe09;
  width: 100%;
  margin: 0px auto;
  background-color: #ffffff;
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  height: 80px;
  height: 5rem;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
body header .headerNavigation {
  height: 80px;
  height: 5rem;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
body header.small {
  height: 70px;
  height: 4.375rem;
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
}
body header.small .headerNavigation {
  height: 70px;
  height: 4.375rem;
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
}
body header .headerNavigation {
  max-width: 1920px;
  max-width: 120rem;
  width: 100%;
  margin: 0px auto;
}
body header .menuContainer {
  top: 0 !important;
  z-index: 10;
  background-color: transparent;
}
body header .menuContainer .logoWrap {
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  height: 80px;
  height: 5rem;
}
body header .menuContainer .logoWrap.small {
  height: 70px;
  height: 4.375rem;
}
body header .menuContainer .logoWrap img {
  width: auto;
  margin-left: 0px;
  margin-left: 0rem;
  padding: 8px 0px 8px 0px;
  padding: 0.5rem 0rem 0.5rem 0rem;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  height: 80px;
  height: 5rem;
}
body header .menuContainer .logoWrap img.small {
  height: 70px;
  height: 4.375rem;
}
body header .menuContainer .desktop-menu {
  display: none;
  position: relative;
}
body header .menuContainer .metro-logo-desktop {
  display: none;
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
}
body header .menuContainer .metro-logo-desktop img {
  height: 30px;
  height: 1.875rem;
  width: 160px;
  width: 10rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
body header .menuContainer .mobile-burger {
  display: block;
  padding-right: 30px;
  padding-right: 1.875rem;
  position: absolute;
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
  right: 15px;
  right: 0.9375rem;
  top: 25px;
  top: 1.5625rem;
}
body header .menuContainer .mobile-burger:hover {
  cursor: pointer;
}
body header .menuContainer .mobile-burger #nav-toggle {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
body header .menuContainer .mobile-burger #nav-toggle span {
  margin-right: 60px;
  margin-right: 3.75rem;
  transition: all 500ms ease-in-out;
  cursor: pointer;
  height: 3px;
  height: 0.1875rem;
  width: 24px;
  width: 1.5rem;
  background: #5c5c5c;
  position: absolute;
  display: block;
  content: '';
  border-radius: 5px;
  border-radius: 0.3125rem;
}
body header .menuContainer .mobile-burger #nav-toggle span:before {
  transition: all 500ms ease-in-out;
  top: 7px;
  top: 0.4375rem;
  cursor: pointer;
  height: 3px;
  height: 0.1875rem;
  width: 24px;
  width: 1.5rem;
  background: #5c5c5c;
  position: absolute;
  display: block;
  content: '';
  border-radius: 5px;
  border-radius: 0.3125rem;
}
body header .menuContainer .mobile-burger #nav-toggle span:after {
  transition: all 500ms ease-in-out;
  top: -7px;
  top: -0.4375rem;
  cursor: pointer;
  height: 3px;
  height: 0.1875rem;
  width: 24px;
  width: 1.5rem;
  background: #5c5c5c;
  position: absolute;
  display: block;
  content: '';
  border-radius: 5px;
  border-radius: 0.3125rem;
}
body header .menuContainer .mobile-burger #nav-toggle.active span {
  background: transparent;
}
body header .menuContainer .mobile-burger #nav-toggle.active span:before {
  transform: rotate(45deg);
  top: 0;
}
body header .menuContainer .mobile-burger #nav-toggle.active span:after {
  transform: rotate(-45deg);
  top: 0;
}
body header .metro-logo {
  position: absolute;
  height: 20px;
  width: auto;
  z-index: 9999999;
  display: none;
  right: 50px;
  right: 3.125rem;
  top: 40px;
  top: 2.5rem;
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
}
body header .metro-logo.small {
  top: 15px;
  top: 0.9375rem;
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
}
body header .metro-logo img {
  height: 30px;
  height: 1.875rem;
  right: 50px;
  right: 3.125rem;
  float: right;
  width: auto;
}
#mainContainer .mobile-submenu {
  background-color: #ffffff;
  height: 0px;
  height: 0rem;
  display: none;
  position: fixed;
  width: 100%;
  top: 80px;
  top: 5rem;
  z-index: 999;
  padding-left: 30px;
  padding-left: 1.875rem;
  overflow-y: scroll;
}
#mainContainer .mobile-submenu .menu-sub {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
#mainContainer .mobile-submenu .menu-sub li.has-child > span {
  color: #5c5c5c;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 60px;
  line-height: 3.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .mobile-submenu .menu-sub li.current > span {
  color: #e3001b;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .mobile-submenu .menu-sub li.current a {
  background-color: transparent;
  color: #e3001b;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .mobile-submenu .menu-sub li.current a span {
  color: #e3001b;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .mobile-submenu .menu-sub li.active {
  background-color: transparent;
}
#mainContainer .mobile-submenu .menu-sub li.active > span {
  color: #e3001b;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .mobile-submenu .menu-sub li.active a {
  background-color: transparent;
  color: #e3001b;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .mobile-submenu .menu-sub li a span {
  color: #5c5c5c;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 38px;
  line-height: 2.375rem;
  font-family: 'DinEng', sans-serif;
}
#mainContainer .mobile-submenu .menu-sub li ul.nested {
  display: none;
  background: rgba(232, 230, 220, 0.2);
  margin: 0px;
  margin-left: -60px;
  margin-left: -3.75rem;
  padding-left: 92px;
  padding-left: 5.75rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
#mainContainer .mobile-submenu .menu-sub li ul.nested li a span {
  color: #5c5c5c;
  font-family: 'DinEng', sans-serif;
}
/* 480px */
@media screen and (min-width: 480px) {
  body #mainContainer .mobile-submenu {
    padding-left: 60px;
    padding-left: 3.75rem;
  }
  body #mainContainer .mobile-submenu .menu-sub {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
    padding-top: 70px;
    padding-top: 4.375rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
  body .menuContainer .metro-logo {
    display: none;
  }
  body .menuContainer .metro-logo-desktop {
    display: none;
  }
}
/* 640px */
/* 768px */
/* 960px */
/* 1024px */
/* 1160px */
@media screen and (min-width: 72.5rem) {
  body header {
    height: 120px;
    height: 7.5rem;
    transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
  }
  body header .headerNavigation {
    height: 120px;
    height: 7.5rem;
    transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
  }
  body header .metro-logo {
    display: none;
  }
  body header .menuContainer .logoWrap {
    height: 117px;
    height: 7.3125rem;
  }
  body header .menuContainer .logoWrap img {
    margin-left: 35px;
    margin-left: 2.1875rem;
    padding: 17px 0px 17px 0px;
    padding: 1.0625rem 0rem 1.0625rem 0rem;
    transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    height: 117px;
    height: 7.3125rem;
    max-width: none;
  }
  body header .menuContainer .logoWrap img.small {
    height: 70px;
    height: 4.375rem;
  }
  body header .menuContainer .mobile-burger {
    display: none;
  }
  body header .menuContainer .desktop-menu {
    display: block;
  }
}
/* 1500px */
@media screen and (min-width: 93.75rem) {
  body .imageWrap .headlineContainer {
    width: 90%;
  }
}
@media screen and (min-width: 1580px) {
  body header .metro-logo {
    display: block;
  }
  body header .menuContainer .metro-logo-desktop {
    display: none;
  }
}
body {
  /* Layout: Main Content Bereich */
  /* Mask: Standard Text */
  /* Mask: Bild Text Container */
  /* Mask: Zitate Box */
  /* Mask: Header Image */
  /* Mask: Facts Badges */
  /* Mask: Ansprechpartner & Presse */
  /* Mask: Trennlinie/Divider */
  /* Mask: Info Box */
  /* Mask: Gelbe Textbox */
  /* Mask: Teaser */
  /* Indexed Search */
  /* Social Feed */
}
body .mainContent {
  color: #ffffff;
  position: relative;
}
body .mainContent .grid-container {
  padding: 0;
}
body #mainContainer {
  margin-top: 80px;
  margin-top: 5rem;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
}
body #mainContainer .contentWrap .default,
body #mainContainer .contentWrap .greybox,
body #mainContainer .contentWrap .bluebox {
  color: #5c5c5c;
}
body #mainContainer .contentWrap .default a.button,
body #mainContainer .contentWrap .greybox a.button,
body #mainContainer .contentWrap .bluebox a.button {
  color: #5c5c5c;
  border: 2px solid #5c5c5c;
}
body #mainContainer .contentWrap .default .card-section a.button,
body #mainContainer .contentWrap .greybox .card-section a.button,
body #mainContainer .contentWrap .bluebox .card-section a.button,
body #mainContainer .contentWrap .default .whiteBg a.button,
body #mainContainer .contentWrap .greybox .whiteBg a.button,
body #mainContainer .contentWrap .bluebox .whiteBg a.button,
body #mainContainer .contentWrap .default .whitebox a.button,
body #mainContainer .contentWrap .greybox .whitebox a.button,
body #mainContainer .contentWrap .bluebox .whitebox a.button {
  color: #000000;
  border: 2px solid #111111;
}
body #mainContainer .contentWrap .card-section h2,
body #mainContainer .contentWrap .card-section h3,
body #mainContainer .contentWrap .card-section h4,
body #mainContainer .contentWrap .card-section h5,
body #mainContainer .contentWrap .card-section p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
body #mainContainer .contentWrap .card-section p {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #5c5c5c;
}
body #mainContainer .contentWrap .topContent {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
}
body .standard-text {
  max-width: 996px;
  max-width: 62.25rem;
  width: auto;
  margin: 25px 0px;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
body .standard-text p,
body .standard-text a,
body .standard-text li,
body .standard-text span {
  font-size: 13px;
  font-size: 0.8125rem;
}
body .standard-text ul {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
body .text-image {
  max-width: 996px;
  max-width: 62.25rem;
  width: auto;
  margin: 0px 15px;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
body .text-image .text {
  font-size: 13px;
  font-size: 0.8125rem;
}
body .text-image .text ul {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
body .text-image .image {
  position: relative;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
body .text-image .image .description-container {
  position: relative;
  width: auto;
  height: auto;
}
body .text-image .image .description-container .file-description {
  right: 0;
  left: auto;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
body .text-image .image img {
  width: 100%;
}
body .text-image .image.right-side {
  text-align: right;
}
body .text-image .image.left-side .description-container .file-description {
  left: 0;
  right: auto;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body .content-quote {
  width: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
body .content-quote .in-quotes {
  color: #aebe09;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: 'DinEng', sans-serif;
}
body .content-quote .quote-subtitle {
  font-size: 10px;
  font-size: 0.625rem;
}
body .content-quote .large-3 {
  position: relative;
  display: inline-flex;
}
body .content-quote .large-3 .circular--landscape {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
body .content-quote .large-3 .circular--landscape .quote-image {
  width: auto;
  height: 100%;
  position: relative;
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
body .content-quote .cell:first-child {
  text-align: right;
}
body .content-quote .cell:last-child {
  padding-left: 0;
  padding-top: 30px;
  padding-top: 1.875rem;
}
body .header-image {
  height: 130px;
  height: 8.125rem;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  /* green background layer */
  /* header image */
}
body .header-image .image-background {
  background-color: rgba(174, 190, 9, 0.1);
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  height: 80%;
}
body .header-image .image-container {
  width: 100%;
  height: 130px;
  height: 8.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
body .header-image .image {
  width: auto;
  max-width: 1160px;
  max-width: 72.5rem;
  max-height: 100%;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  overflow: hidden;
  /* Header Title */
}
body .header-image .image .header-title {
  background-color: rgba(174, 190, 9, 0.8);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  padding-left: 20px;
  padding-left: 1.25rem;
}
body .header-image .image .header-title span {
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'DinEng', sans-serif;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
}
body .header-image-slider {
  height: 130px;
  height: 8.125rem;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin: 0px auto;
  position: relative;
  /* green background layer */
  /* header image */
}
body .header-image-slider .image-background {
  background-color: rgba(174, 190, 9, 0.1);
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  height: 80%;
}
body .header-image-slider .header-slider {
  max-width: 1160px;
  max-width: 72.5rem;
  width: 100%;
  margin: 0px auto;
  height: 130px;
  height: 8.125rem;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
body .header-image-slider .header-slider .slider-element {
  padding: 0px 15px;
  /* Header Title */
}
body .header-image-slider .header-slider .slider-element .header-title {
  background-color: rgba(174, 190, 9, 0.8);
  width: 50%;
  height: 100%;
  max-height: 320px;
  max-height: 20rem;
  position: absolute;
  top: 0px;
  padding-left: 20px;
  padding-left: 1.25rem;
}
body .header-image-slider .header-slider .slider-element .header-title span {
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'DinEng', sans-serif;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
}
body .header-image-slider .header-slider .slider-element .image-container {
  width: 100%;
  height: 130px;
  height: 8.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
body .header-image-slider .header-slider .slider-element img {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  right: 0px;
}
body .header-image-slider .header-slider .slick-dots {
  text-align: left;
  bottom: 5px;
  bottom: 0.3125rem;
  padding: 0 15px 0 33px;
}
body .header-image-slider .header-slider .slick-dots li {
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  margin-left: 2.5px;
  margin-left: 0.15625rem;
  margin-right: 2.5px;
  margin-right: 0.15625rem;
}
body .header-image-slider .header-slider .slick-dots li button {
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
}
body .header-image-slider .header-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 1px solid white;
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .header-image-slider .header-slider .slick-dots li.slick-active button:before {
  background-color: #e3001b;
}
body .facts-badge {
  max-width: 996px;
  max-width: 62.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
body .facts-badge .single-badge {
  text-align: center;
  height: 80px;
  height: 5rem;
  position: relative;
}
body .facts-badge .single-badge .badge-number {
  font-size: 30px;
  font-size: 1.875rem;
  transform: translateY(-50%);
  top: 50%;
  left: -5px;
  color: #aebe09;
  font-weight: 700;
  position: absolute;
  font-family: 'DinEng', sans-serif;
}
body .facts-badge .single-badge .badge-container {
  height: 80px;
  height: 5rem;
  width: 80px;
  width: 5rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border: 10px solid rgba(174, 190, 9, 0.1);
  border-radius: 500px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
}
body .facts-badge .single-badge .badge-container .badge-title {
  width: 80px;
  width: 5rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
  color: #e3001b;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: 'DinEng', sans-serif;
  margin-bottom: 0;
}
body .facts-badge .single-badge .badge-container .badge-icon {
  height: 25px;
  height: 1.5625rem;
  width: auto;
}
body .contact-person-container {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
}
body .contact-person-container .image-background {
  background: rgba(232, 230, 220, 0.2);
  height: 70%;
  position: absolute;
  bottom: 0px;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  z-index: -1;
}
body .contact-person-container .contact-intro {
  text-align: center;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
body .contact-person-container .grid-x {
  max-width: 1160px;
  max-width: 72.5rem;
  width: 100%;
  position: relative;
  margin: 0px auto;
}
body .contact-person-container .grid-x .contact-person {
  background: #f8fae5;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
body .contact-person-container .grid-x .contact-person.is-odd {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
body .contact-person-container .grid-x .contact-person .contact-image {
  padding-right: 5px;
  padding-right: 0.3125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-align: center;
}
body .contact-person-container .grid-x .contact-person .contact-image img {
  border-radius: 200px;
  max-width: 147px;
  max-width: 9.1875rem;
  max-height: 147px;
  max-height: 9.1875rem;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
body .contact-person-container .grid-x .contact-person .contact-text {
  padding-left: 10px;
  padding-left: 0.625rem;
  transform: translateX(-50%);
  margin-left: 50%;
}
body .contact-person-container .grid-x .contact-person .contact-text p {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
body .contact-person-container .grid-x .contact-person .contact-text a {
  color: #e3001b;
  text-decoration: none;
  font-weight: normal;
}
body .contact-person-container .grid-x .contact-person .contact-text a:hover {
  text-decoration: underline;
}
body .contact-person-container.one-contact > .grid-x {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
body .contact-person-container.one-contact .contact-person {
  background: #f8fae5;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
body .contact-person-container.one-contact .contact-person .contact-image {
  padding-right: 10px;
  padding-right: 0.625rem;
}
body .contact-person-container.one-contact .contact-person .contact-image img {
  border-radius: 200px;
  width: 147px;
  width: 9.1875rem;
  height: 147px;
  height: 9.1875rem;
  position: relative;
  right: 0px;
  right: 0rem;
}
body .contact-person-container.one-contact .contact-person .contact-text {
  padding-left: 10px;
  padding-left: 0.625rem;
}
body .contact-person-container.one-contact .contact-person .contact-text a {
  color: #e3001b;
  text-decoration: none;
  font-weight: normal;
}
body .contact-person-container.one-contact .contact-person .contact-text a:hover {
  text-decoration: underline;
}
body .contact-person-container.one-contact .contact-text-intro {
  background: #f8fae5;
  padding: 15px;
  padding: 0.9375rem;
}
body .contact-person-container.one-contact .contact-text-intro p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: 'DinEng', sans-serif;
  max-width: 100%;
  margin-bottom: 0px;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
body .divider {
  height: 2px;
  height: 0.125rem;
  width: auto;
  max-width: 960px;
  max-width: 60rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  background: #e8e6dc;
}
body .info-box {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin: 0px auto;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
body .info-box .image-background {
  position: absolute;
  height: 70%;
  width: 100%;
  bottom: 0px;
  max-width: 1280px;
  max-width: 80rem;
  z-index: -1;
  padding-top: 100px;
  padding-top: 6.25rem;
}
body .info-box .image-background .image-background-box {
  background: rgba(232, 230, 220, 0.2);
  height: 100%;
  position: relative;
  bottom: 0px;
  width: 100%;
}
body .info-box .info-intro {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  text-align: center;
}
body .info-box .grid-x {
  background: #f8fae5;
  max-width: 1160px;
  max-width: 72.5rem;
  width: auto;
  margin: 0px 15px;
}
body .info-box .grid-x .info-image {
  text-align: center;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
body .info-box .grid-x .info-image img {
  max-width: 250px;
  max-width: 15.625rem;
}
body .info-box .grid-x .info-text {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
body .info-box .grid-x .info-text .info-title {
  color: #e3001b;
}
body .info-box .grid-x .info-text ul {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
body .info-box .grid-x .info-text p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
body .yellow-container {
  max-width: 1160px;
  max-width: 72.5rem;
  width: auto;
  margin: 0px 15px;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  position: relative;
}
body .yellow-container .grid-x {
  background: #f8fae5;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
body .yellow-container .grid-x .container-image {
  position: relative;
  padding-right: 5px;
  padding-right: 0.3125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}
body .yellow-container .grid-x .container-image .description-container {
  position: relative;
  width: auto;
  height: auto;
}
body .yellow-container .grid-x .container-image .description-container .file-description {
  right: 0;
  left: auto;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
body .yellow-container .grid-x .container-image img {
  height: auto;
  width: auto;
  max-height: 150px;
  max-height: 9.375rem;
}
body .yellow-container .grid-x .container-text {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
body .yellow-container .grid-x .container-text p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
body .yellow-container .grid-x .container-text a {
  text-decoration: none;
  color: #e3001b;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
body .yellow-container .grid-x .container-text a:hover {
  text-decoration: underline;
}
body .yellow-container .grid-x .container-text ul {
  list-style-type: none;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
body .yellow-container .grid-x .container-text ul li {
  font-size: 13px;
  font-size: 0.8125rem;
}
body .yellow-container .grid-x .container-text ul li:before {
  content: "\2022";
  color: #e3001b;
  font-weight: 700;
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
body .teaser-container {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
body .teaser-container .image-background {
  background: rgba(232, 230, 220, 0.2);
  height: 80%;
  position: absolute;
  bottom: 0px;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  z-index: -1;
}
body .teaser-container .grid-x {
  max-width: 1190px;
  max-width: 74.375rem;
  margin: 0px 10px;
}
body .teaser-container .grid-x .teaser-element {
  z-index: 99;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
body .teaser-container .grid-x .teaser-element a {
  text-decoration: none;
}
body .teaser-container .grid-x .teaser-element a:focus .teaser-image,
body .teaser-container .grid-x .teaser-element a:hover .teaser-image {
  transform: scale(1.1);
  transition: all .5s;
  cursor: pointer;
}
body .teaser-container .grid-x .teaser-element .teaser-image-overflow {
  height: 100px;
  height: 6.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .teaser-container .grid-x .teaser-element .teaser-image-overflow .teaser-image {
  height: 100px;
  height: 6.25rem;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: all .5s;
}
body .teaser-container .grid-x .teaser-element .teaser-image-overflow .teaser-overlay {
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  transition: .5s ease;
  z-index: 9;
  opacity: 0.2;
}
body .teaser-container .grid-x .teaser-element .teaser-image-overflow .teaser-overlay.red-background {
  background: #e3001b;
}
body .teaser-container .grid-x .teaser-element .teaser-image-overflow .teaser-overlay.green-background {
  background: #aebe09;
}
body .teaser-container .grid-x .teaser-element .teaser-image-overflow .teaser-overlay.olive-background {
  background: #928d62;
}
body .teaser-container .grid-x .teaser-element .teaser-image-overflow .teaser-overlay.gray-background {
  background: #707070;
}
body .teaser-container .grid-x .teaser-element .teaser-box.red-background {
  background-color: #e3001b;
}
body .teaser-container .grid-x .teaser-element .teaser-box.gray-background {
  background-color: #707070;
}
body .teaser-container .grid-x .teaser-element .teaser-box.olive-background {
  background-color: #928d62;
}
body .teaser-container .grid-x .teaser-element .teaser-box.green-background {
  background-color: #aebe09;
}
body .teaser-container .grid-x .teaser-element .teaser-box .teaser-title {
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  text-align: center;
  font-family: 'DinEng', sans-serif;
  line-height: 17px;
  line-height: 1.0625rem;
  margin: 0px;
}
body .teaser-container .grid-x .teaser-element img {
  height: auto;
  width: 100%;
}
body .teaser-container .grid-x .teaser-element:hover .teaser-image-overflow .teaser-overlay {
  height: 100%;
}
body .tx-indexedsearch-searchbox {
  display: none;
}
body .tx-indexedsearch-browsebox {
  display: none;
}
body .tx-indexedsearch-res {
  background: #f8fae5;
  padding: 25px;
  padding: 1.5625rem;
  width: auto;
  max-width: 1160px;
  max-width: 72.5rem;
  margin: 50px 15px;
}
body .tx-indexedsearch-res h4 span a {
  text-decoration: none;
  color: #5c5c5c;
}
body .tx-indexedsearch-res h4 span a:hover {
  text-decoration: underline;
}
body .tx-indexedsearch-res .tx-indexedsearch-description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
body .search-word {
  padding: 0 15px;
  max-width: 1160px;
  max-width: 72.5rem;
  width: 100%;
  margin: 20px auto;
}
body .social-feed-container {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  position: relative;
}
body .social-feed-container .image-background {
  background: rgba(232, 230, 220, 0.2);
  height: 80%;
  position: absolute;
  bottom: 0;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  z-index: -1;
}
body .social-feed-container .grid-x {
  max-width: 1130px;
  max-width: 70.625rem;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
body .social-feed-container .grid-x .cell {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
/* 400px */
@media screen and (min-width: 400px) {
  body .facts-badge .single-badge {
    height: 110px;
    height: 6.875rem;
  }
  body .facts-badge .single-badge .badge-container {
    width: 110px;
    width: 6.875rem;
    height: 110px;
    height: 6.875rem;
  }
  body .facts-badge .single-badge .badge-container .badge-title {
    padding-top: 10px;
    padding-top: 0.625rem;
    margin: 0px auto;
  }
  body .facts-badge .single-badge .badge-number {
    font-size: 35px;
    font-size: 2.1875rem;
    left: -5px;
  }
}
/* 640px */
@media screen and (min-width: 40rem) {
  body {
    /* Mask: Zitate Box */
  }
  body .text-image .image {
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
  body .text-image .image img {
    width: 80%;
  }
  body .yellow-container {
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
  body .yellow-container .grid-x {
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  body .yellow-container .grid-x .container-image {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    text-align: left;
  }
  body .facts-badge .single-badge {
    height: 150px;
    height: 9.375rem;
  }
  body .facts-badge .single-badge .badge-container {
    height: 150px;
    height: 9.375rem;
    width: 150px;
    width: 9.375rem;
  }
  body .facts-badge .single-badge .badge-number span {
    font-size: 60px;
    font-size: 3.75rem;
  }
  body .contact-person-container .grid-x .contact-person {
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  body .contact-person-container .grid-x .contact-person .contact-image {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    position: relative;
    display: inline-flex;
  }
  body .contact-person-container .grid-x .contact-person .contact-text {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    margin-left: 0;
    position: relative;
  }
  body .contact-person-container .grid-x .contact-person .contact-text > div {
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  body .contact-person-container.one-contact .contact-person .contact-image img {
    position: absolute;
    right: 25px;
    right: 1.5625rem;
  }
  body .contact-person-container.one-contact .contact-text-intro {
    padding-left: 80px;
    padding-left: 5rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  body .contact-person-container.one-contact .contact-text-intro p {
    width: 60%;
    margin-left: 20%;
    max-width: 60%;
  }
  body .teaser-container {
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
  body .teaser-container .grid-x {
    margin: 0px auto;
  }
  body .teaser-container .grid-x .teaser-element a:focus .teaser-image,
  body .teaser-container .grid-x .teaser-element a:hover .teaser-image {
    transform: scale(1.1);
    transition: all .5s;
    cursor: pointer;
  }
  body .teaser-container .grid-x .teaser-element .teaser-image-overflow {
    height: 190px;
    height: 11.875rem;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  body .teaser-container .grid-x .teaser-element .teaser-image-overflow .teaser-image {
    height: 190px;
    height: 11.875rem;
  }
  body .teaser-container .grid-x .teaser-element .teaser-box .teaser-title {
    color: #ffffff;
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 17px;
    font-size: 1.0625rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    text-align: center;
    font-family: 'DinEng', sans-serif;
  }
  body .header-image {
    height: 250px;
    height: 15.625rem;
  }
  body .header-image .image {
    height: 250px;
    height: 15.625rem;
  }
  body .header-image .image-container {
    height: 250px;
    height: 15.625rem;
  }
  body .header-image-slider {
    height: 250px;
    height: 15.625rem;
  }
  body .header-image-slider .header-slider {
    height: 250px;
    height: 15.625rem;
  }
  body .header-image-slider .header-slider .slider-element .image-container {
    height: 250px;
    height: 15.625rem;
  }
  body .header-image-slider .header-slider .slick-dots {
    bottom: 35px;
    bottom: 2.1875rem;
    padding-left: 35px;
    padding-left: 2.1875rem;
  }
  body .info-box .grid-x .info-image {
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    text-align: left;
  }
  body .info-box .grid-x .info-image .description-container {
    position: relative;
    width: auto;
    height: auto;
  }
  body .info-box .grid-x .info-image .description-container .file-description {
    left: 0;
    right: auto;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  body .info-box .grid-x .info-text {
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  body .info-box .grid-x .info-text a {
    color: #e3001b;
    text-decoration: none;
    font-weight: normal;
  }
  body .info-box .grid-x .info-text a:hover {
    text-decoration: underline;
  }
  body .content-quote {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
  body .content-quote .cell:last-child {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-top: 0;
  }
  body .standard-text {
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    margin-right: auto;
    margin-left: auto;
  }
  body .tx-indexedsearch-res {
    padding: 50px;
    padding: 3.125rem;
  }
}
/* 768px */
@media screen and (min-width: 48rem) {
  body {
    /* Mask: Gelbe Textbox */
    /* Mask: Zitate Box */
    /* Mask: Info Box */
  }
  body .yellow-container .grid-x .container-text p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .yellow-container .grid-x .container-text a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .yellow-container .grid-x .container-text ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .facts-badge .single-badge {
    height: 200px;
    height: 12.5rem;
  }
  body .facts-badge .single-badge .badge-number span {
    font-size: 100px;
    font-size: 6.25rem;
  }
  body .facts-badge .single-badge .badge-container {
    border: 20px solid rgba(174, 190, 9, 0.1);
    height: 200px;
    height: 12.5rem;
    width: 200px;
    width: 12.5rem;
  }
  body .facts-badge .single-badge .badge-container .badge-title {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
    width: 120px;
    width: 7.5rem;
  }
  body .facts-badge .single-badge .badge-container .badge-icon {
    height: 70px;
    height: 4.375rem;
    width: auto;
  }
  body .contact-person-container .grid-x .contact-person .contact-text p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  body .contact-person-container.one-contact .contact-text-intro p {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
  body .standard-text p,
  body .standard-text a,
  body .standard-text li,
  body .standard-text span,
  body .standard-text strong {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #5c5c5c;
  }
  body .standard-text p > a,
  body .standard-text p > a > span {
    color: #e3001b;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
  }
  body .standard-text p > a:hover {
    text-decoration: underline;
  }
  body .text-image .text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  body .text-image .text a {
    color: #e3001b;
    text-decoration: none;
  }
  body .text-image .text a:hover {
    text-decoration: underline;
  }
  body .text-image .text p > a {
    font-size: 16px;
    color: #e3001b;
    font-weight: normal;
    text-decoration: none;
  }
  body .text-image .text p > a:hover {
    text-decoration: underline;
  }
  body .content-quote .in-quotes {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 45px;
    line-height: 2.8125rem;
  }
  body .content-quote .quote-subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
  body .header-image {
    height: 320px;
    height: 20rem;
    /* green background layer */
    /* header image */
  }
  body .header-image .image {
    height: 320px;
    height: 20rem;
    /* Header Title */
  }
  body .header-image .image .header-title {
    padding-left: 50px;
    padding-left: 3.125rem;
  }
  body .header-image .image .header-title span {
    line-height: 75px;
    line-height: 4.6875rem;
    font-size: 42px;
    font-size: 2.625rem;
  }
  body .header-image .image-container {
    height: 320px;
    height: 20rem;
  }
  body .header-image-slider {
    height: 320px;
    height: 20rem;
  }
  body .header-image-slider .header-slider {
    height: 320px;
    height: 20rem;
  }
  body .header-image-slider .header-slider .slider-element .image-container {
    height: 320px;
    height: 20rem;
  }
  body .header-image-slider .header-slider .slider-element .header-title {
    padding-left: 50px;
    padding-left: 3.125rem;
  }
  body .header-image-slider .header-slider .slider-element .header-title span {
    line-height: 75px;
    line-height: 4.6875rem;
    font-size: 42px;
    font-size: 2.625rem;
  }
  body .header-image-slider .header-slider .slick-dots {
    padding: 0 0 0 50px;
  }
  body .info-box .grid-x .info-text p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .teaser-container .grid-x .teaser-element .teaser-box .teaser-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  body .tx-indexedsearch-res .tx-indexedsearch-description {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
/* 960px */
@media screen and (min-width: 66.25rem) {
  body .divider {
    margin: 0 auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 62.25rem) {
  body .text-image {
    margin: 25px auto;
  }
  body .standard-text {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  body .facts-badge {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
}
/* 1024px */
@media screen and (min-width: 64rem) {
  body .contact-person-container .contact-person.is-odd {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  body .contact-person-container.one-contact .contact-person {
    padding-left: 0px;
    padding-left: 0rem;
  }
  body .contact-person-container.one-contact .contact-text-intro p {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
    line-height: 3.125rem;
    max-width: 320px;
    max-width: 20rem;
    width: auto;
    text-align: left;
    margin-left: 0px;
  }
}
/* 1160px */
@media screen and (min-width: 72.5rem) {
  body {
    /* Mask: Header Image */
  }
  body .info-box .grid-x {
    margin: 0 auto;
  }
  body .yellow-container {
    margin: 100px auto;
  }
  body .header-image {
    /* header image */
  }
  body .header-image .image {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  body .header-image-slider {
    /* green background layer */
    /* header image */
  }
  body .header-image-slider .header-slider .slider-element {
    padding: 0px;
  }
  body .facts-badge .single-badge {
    height: 240px;
    height: 15rem;
  }
  body .facts-badge .single-badge .badge-container {
    height: 240px;
    height: 15rem;
    width: 240px;
    width: 15rem;
  }
  body .contact-person-container.one-contact > .grid-x {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  body #mainContainer {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  body .tx-indexedsearch-res {
    padding: 50px;
    padding: 3.125rem;
    margin: 50px auto;
  }
  body .search-word {
    padding: 0;
  }
}
/* 1500px */
body footer {
  color: #5c5c5c;
  max-width: 1920px;
  max-width: 120rem;
  margin: 0px auto;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
body footer a {
  color: #5c5c5c;
}
body footer .footerText {
  background: #e8e6dc;
}
body footer .footerText .footer-container {
  max-width: 996px;
  max-width: 62.25rem;
  color: #5c5c5c;
  padding: 25px 15px 25px 15px;
  padding: 1.5625rem 0.9375rem 1.5625rem 0.9375rem;
  margin: 0px auto;
  text-align: center;
}
body footer .footerText .footer-container p {
  padding: 0px;
  margin: 0px;
  font-family: 'Gothic', sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
}
body footer .mainFooterMenu {
  padding: 25px 15px 25px 15px;
  padding: 1.5625rem 0.9375rem 1.5625rem 0.9375rem;
  background: #707070;
  height: auto;
  color: #ffffff;
  border-top: 3px solid #aebe09;
}
body footer .mainFooterMenu .grid-x {
  max-width: 1123.2px;
  max-width: 70.2rem;
  margin: 0px auto;
  height: 100%;
}
body footer .mainFooterMenu .cell:first-child .menu {
  float: left;
  text-align: center;
}
body footer .mainFooterMenu .cell:last-child .menu {
  float: right;
  text-align: center;
}
body footer .mainFooterMenu .cell .menu {
  display: inline-block;
  width: 100%;
}
body footer .mainFooterMenu .cell .menu .menu-text {
  display: inline;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  font-weight: 400;
}
body footer .mainFooterMenu .cell .menu .menu-text.copyrighttext {
  display: inline-block;
}
body footer .mainFooterMenu .cell .menu .menu-text p {
  font-family: 'Gothic', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
body footer .mainFooterMenu .cell .menu .menu-text a {
  color: #ffffff;
  font-family: 'Gothic', sans-serif;
  display: inline;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
body footer .footerLogoMenu {
  max-width: 1123.2px;
  max-width: 70.2rem;
  margin: 0px auto;
  padding: 25px 15px 25px 15px;
  padding: 1.5625rem 0.9375rem 1.5625rem 0.9375rem;
  color: #5c5c5c;
}
body footer .footerLogoMenu .cell:first-child {
  padding-right: 30px;
  padding-right: 1.875rem;
}
body footer .footerLogoMenu .cell:last-child {
  padding-left: 30px;
  padding-left: 1.875rem;
}
body footer .footerLogoMenu p {
  font-family: 'Gothic', sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
body footer .footerLogoMenu a {
  font-family: 'Gothic', sans-serif;
  color: #5c5c5c;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
}
body footer .border {
  border: 2px solid #5c5c5c;
  padding-top: 10px;
  padding-top: 0.625rem;
}
/* 640 */
@media screen and (min-width: 40rem) {
  body footer .mainFooterMenu .grid-x {
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  body footer .mainFooterMenu .grid-x .cell:first-child .menu {
    float: left;
    text-align: left;
  }
  body footer .mainFooterMenu .grid-x .cell:last-child .menu {
    float: right;
    text-align: right;
  }
  body footer .footerLogoMenu p {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 16px;
    line-height: 1rem;
  }
  body footer .footerLogoMenu a {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
/* 768 */
@media screen and (min-width: 48rem) {
  body footer .footerText .footer-container p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body footer .mainFooterMenu .cell .menu .menu-text p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body footer .mainFooterMenu .cell .menu .menu-text a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body footer .footerLogoMenu p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 63.9375rem) {
  body footer .menuBoxFooter {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 48rem) {
  body footer {
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  body footer .defaultBgColor {
    padding-top: 0px;
    padding-top: 0rem;
  }
  body footer .newsletterWrap h6.consent {
    font-size: 80%;
  }
}
@media screen and (max-width: 40rem) {
  body footer .newsletterWrap {
    padding: 10px 0px 10px 0px;
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  body footer .menuBoxFooter {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  body footer .specialHeadline h3 {
    font-size: 150%;
  }
}
#desktopMenu {
  list-style-type: none;
  display: none;
  text-align: right;
}
#desktopMenu li {
  display: inline;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}
#desktopMenu li a {
  font-family: 'DinEng', sans-serif;
  text-decoration: none;
  color: #5c5c5c;
  font-weight: 400;
}
#desktopMenu li a span {
  color: #5c5c5c;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'DinEng', sans-serif;
  font-weight: 400;
  text-decoration: none;
}
#desktopMenu li a span:hover {
  text-decoration: underline;
}
#desktopMenu li.active > a,
#desktopMenu li.current > a {
  font-family: 'DinEng', sans-serif;
}
#desktopMenu li.active > a > span,
#desktopMenu li.current > a > span {
  color: #e3001b;
  font-family: 'DinEng', sans-serif;
}
#desktopMenu li.active > a:hover,
#desktopMenu li.current > a:hover {
  color: #e3001b;
}
#desktopMenu li .subMenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  left: 0;
  width: auto;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
}
#desktopMenu li .subMenu.large {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
#desktopMenu li .subMenu.small {
  margin-top: 10px;
  margin-top: 0.625rem;
}
#desktopMenu li .subMenu li a {
  text-align: left;
  font-family: 'DinEng', sans-serif;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
#desktopMenu li .subMenu li a span {
  font-family: 'DinEng', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
#desktopMenu li .subMenu li.active a,
#desktopMenu li .subMenu li.current a {
  background: transparent;
}
#desktopMenu li .subMenu li.active a span,
#desktopMenu li .subMenu li.current a span {
  color: #e3001b;
}
#desktopMenu li .subMenu li.active a:hover,
#desktopMenu li .subMenu li.current a:hover {
  text-decoration: underline;
}
#desktopMenu li .search-icon img {
  margin-top: -4px;
}
#desktopMenu li .search-icon:hover {
  cursor: pointer;
}
.search-line {
  display: none;
  position: absolute;
  right: 50px;
  right: 3.125rem;
  background-color: #ffffff;
  width: 90%;
  top: 0px;
}
.search-line .tx-indexedsearch-form .input-group-field {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'Gothic', sans-serif;
  height: 40px;
  height: 2.5rem;
}
.search-line .tx-indexedsearch-form .input-group-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'Gothic', sans-serif;
}
.search-line .tx-indexedsearch-form .input-group-field::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'Gothic', sans-serif;
}
.search-line .tx-indexedsearch-form .input-group-field:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'Gothic', sans-serif;
}
.search-line .tx-indexedsearch-form .input-group-field:-moz-placeholder {
  /* Firefox 18- */
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'Gothic', sans-serif;
}
.search-line .tx-indexedsearch-form .input-group-field:focus,
.search-line .tx-indexedsearch-form .input-group-field:focus {
  outline: none;
}
.search-line .tx-indexedsearch-form .input-group-button {
  padding-right: 21px;
  padding-right: 1.3125rem;
  padding-left: 21px;
  padding-left: 1.3125rem;
  background-color: #e3001b;
  color: #ffffff;
  display: block;
  height: 40px;
  height: 2.5rem;
}
.search-line .tx-indexedsearch-form .input-group-button:hover {
  cursor: pointer;
}
/* 640px */
/* 768px */
@media screen and (min-width: 48rem) {
  body .search-line {
    right: 8.125rem;
    width: 80%;
  }
}
/* 960px */
/* 1024px */
/* 1160px */
@media screen and (min-width: 72.5rem) {
  body #desktopMenu {
    text-align: center;
    display: block;
  }
}
/* 1500px */
@media screen and (min-width: 1580px) {
  body #desktopMenu {
    text-align: right;
  }
  body #desktopMenu li {
    padding: 20px;
    padding: 1.25rem;
  }
  body .search-line {
    right: 50px;
    right: 3.125rem;
    width: 90%;
  }
}
/* List View News */
.news {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.news.news-single {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.news h3 {
  text-align: center;
}
.news-list-view {
  padding-top: 50px;
  padding-top: 3.125rem;
}
.news-list-view.news-list {
  padding-right: 62px;
  padding-right: 3.875rem;
  padding-left: 78px;
  padding-left: 4.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
.news-list-view.news-list .article .newsImage {
  text-align: center;
}
.news-list-view.news-list .news-list-button {
  text-align: center;
  padding-top: 50px;
  padding-top: 3.125rem;
}
.news-list-view.news-list .news-list-button .button {
  margin: 0;
}
.news-list-view .news-item .article {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
  max-width: 300px;
  max-width: 18.75rem;
  text-align: center;
  margin: 0px auto;
}
.news-list-view .news-item .article .border-left {
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  border-left: none;
}
.news-list-view .news-item .article .newsImage {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.news-list-view .news-item .article .header h4 a {
  text-decoration: none;
}
.news-list-view .news-item .article .header h4 a span {
  color: #5c5c5c;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: initial;
  line-height: 21px;
  line-height: 1.3125rem;
}
.news-list-view .news-item .article .teaser-text p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.news-list-view .news-item .article .teaser-text a.more {
  text-decoration: underline;
  color: #e3001b;
}
.news-list-view .news-item .article .teaser-text a.more:hover {
  text-decoration: none;
}
.news-list-view .news-item .article .teaser-text a.more span {
  color: #e3001b;
  font-weight: 400;
  font-family: 'DinEng', sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.news-list-view.three-event {
  background: rgba(232, 230, 220, 0.2);
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
.news-list-view.three-event > .grid-x {
  padding-top: 30px;
  padding-top: 1.875rem;
}
.news-list-view.three-event .news-item {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.news-list-view.three-event .news-item:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.news-list-view.three-event .news-item .article {
  background: #ffffff;
  margin: 0 !important;
  text-align: center;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  max-width: 100%;
}
.news-list-view.three-event .news-item .article .newsImage {
  text-align: center;
}
.news-list-view.three-event .news-backlink-wrap {
  padding-top: 50px;
  padding-top: 3.125rem;
  text-align: center;
}
.news-list-view.three-event .news-backlink-wrap .button {
  margin: 0px;
  margin: 0rem;
  text-decoration: none;
}
.news-list-view.three-event .news-backlink-wrap .button:focus {
  text-decoration: none;
}
.one-row {
  max-width: 769px;
  max-width: 48.0625rem;
  width: 100%;
  margin: 0 auto;
}
.one-row .news-item .article {
  padding: 0px;
  padding: 0rem;
  max-width: 100%;
}
.one-row .news-item .article .news-image {
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.one-row .news-item .article .news-text {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.one-row .news-item .article .news-text .header h3 {
  text-align: left;
}
.one-row .border-bottom {
  border-bottom: 2px solid #e8e6dc;
  width: 100%;
  height: 0px;
  height: 0rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.one-row .archiv-btn {
  text-align: center;
  padding-top: 100px;
  padding-top: 6.25rem;
}
.slick-slide img {
  display: inline;
}
.page-navigation {
  width: 100%;
  padding-top: 50px;
  padding-top: 3.125rem;
  text-align: center;
}
.page-navigation:first-child {
  display: none;
}
.page-navigation ul.f3-widget-paginator {
  display: inline-block;
  float: none;
  margin: auto;
}
.page-navigation ul.f3-widget-paginator li a {
  color: #e3001b;
  font-weight: bold;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0.1875rem 0.625rem;
}
.page-navigation ul.f3-widget-paginator li a:hover {
  background-color: transparent;
}
.page-navigation ul.f3-widget-paginator li.current {
  font-weight: bold;
  color: #5c5c5c;
  background-color: transparent;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0.1875rem 0.625rem;
}
.page-navigation ul.f3-widget-paginator li.next a,
.page-navigation ul.f3-widget-paginator li.previous a {
  text-decoration: none;
  padding: 0.1875rem 0.625rem;
}
.news-single {
  max-width: 996px;
  max-width: 62.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin: 0 auto;
}
.news-single .article .news-img-wrap {
  float: none;
  margin: 0;
  width: auto;
  max-width: 670px;
  max-width: 41.875rem;
}
.news-single .article .news-img-wrap img {
  width: auto;
  max-width: 670px;
  max-width: 41.875rem;
  max-height: 400px;
  max-height: 25rem;
}
.news-single .news-img-wrap {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.news-single .news-img-wrap .description-container {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
}
.news-single .news-img-wrap .description-container a {
  max-width: 100%;
}
.news-single .news-img-wrap .description-container img {
  max-width: 100%;
}
.news-single .news-img-wrap .description-container .file-description {
  right: 0;
  left: auto;
  max-width: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
.news-single .news-header .header h3 {
  text-align: left;
  font-size: 42px;
}
.news-single .news-header p .news-list-date time {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: 'DinEng', sans-serif;
}
.news-single .more-images {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
}
.news-single .more-images .news-image {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.news-single .more-images .news-image .description-container {
  position: relative;
  width: auto;
  height: 200px;
  text-align: center;
  overflow: hidden;
}
.news-single .more-images .news-image .description-container img {
  max-height: 100%;
  width: auto;
  height: auto;
}
.news-single .more-images .news-image .description-container .file-description {
  right: 0;
  left: auto;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
.news-single .social--sharing-detail {
  margin: 15px 0 30px 0;
}
.news-single .social--sharing-detail ul {
  list-style-type: none;
  padding-left: 0px;
}
.news-single .social--sharing-detail ul li {
  text-align: left;
  height: auto;
  line-height: 30px;
  width: 35px;
  display: inline-block;
}
.news-single .social--sharing-detail ul li a .fa-facebook {
  color: #3b5998;
}
.news-single .social--sharing-detail ul li a .fa-whatsapp {
  color: #5cbe4a;
}
.news-single .social--sharing-detail ul li a .fa-xing {
  color: #126567;
}
.news-single .social--sharing-detail ul li a .fa-pinterest {
  color: #bd081c;
}
.news-single .social--sharing-detail ul li a .fa-twitter {
  color: #55acee;
}
.news-single .social--sharing-detail ul li a .fa-linkedin {
  color: #0077b5;
}
.news-single .social--sharing-detail ul li a span {
  font-size: 20px;
}
.news-single .social--sharing-detail ul li a span:hover {
  color: #dd291b;
}
.news-single .news-backlink-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.news-single .news-backlink-wrap a {
  color: #e3001b;
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: 'DinEng', sans-serif;
  line-height: 27px;
  line-height: 1.6875rem;
}
/* Dreier Darstellung von allen Kategorien eine ausgeben */
.overview-list .news-item {
  text-align: center;
}
.overview-list .news-item.overview-item {
  border-left: 1px solid #9C9D9F;
}
.overview-list .news-item.overview-item .article {
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto 50px auto;
}
.overview-list .news-item.overview-item .article .header {
  text-align: center;
}
.overview-list .news-item.overview-item .article .header h4 {
  text-align: center;
}
.overview-list .news-item.overview-item:first-child {
  border-left: none;
}
.overview-list .news-item .article .border-left {
  top: 0;
}
.overview-list .news-item .article .overview-title {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.overview-list .news-item .article .newsImage {
  text-align: center;
}
.overview-list .news-item .article .teaser-text {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  text-align: center;
}
.overview-list .news-item .article .overview-button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
}
.overview-list .news-item .article .overview-button span {
  white-space: nowrap;
}
/* 640px */
@media screen and (min-width: 40rem) {
  body .news {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  body .news.news-single {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  body .news-list-view.news-list {
    padding-right: 62px;
    padding-right: 3.875rem;
    padding-left: 78px;
    padding-left: 4.875rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  body .news-list-view.news-list .article .newsImage {
    text-align: left;
  }
  body .news-list-view .news-item .article {
    text-align: left;
    margin: 0px 15px;
  }
  body .news-list-view .news-item .article .border-left {
    border-left: 2px solid #e8e6dc;
    position: absolute;
    top: 15%;
    left: 0;
    bottom: 0;
  }
  body .news-list-view.three-event {
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  body .news-list-view.three-event .news-item {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  body .overview-list .news-item .article {
    margin: 0 auto;
  }
  body .overview-list .news-item .article .teaser-text {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  body .overview-list .news-item .article .overview-title {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
/* 768px */
@media screen and (min-width: 48rem) {
  body .news-list-view .news-item .article .border-left {
    top: 0;
  }
  body .news-list-view .news-item .article .teaser-text p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  body .news-list-view .news-item .article .teaser-text .more span {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  body .news-list-view .news-item .article .header h4 a span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 34px;
  }
  body .news-list-view .news-item .article .header h3 a span {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
/* 996 */
@media screen and (min-width: 62.25rem) {
  body .news-single {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
  body .news-list-view .news-item .article {
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
}
/* 1060px */
/* 1024px */
/* 1160px */
/* 1500px */
@media screen and (min-width: 93.75rem) {
  body .news-list-view.news-list {
    padding-right: 62px;
    padding-right: 3.875rem;
    padding-left: 78px;
    padding-left: 4.875rem;
  }
}
body.extension-detail #mainContainer main > .breadcrumb {
  display: none;
}
.tx-twbeispiele .yellow-box {
  background: #f8fae5;
  padding: 15px;
  padding: 0.9375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.tx-twbeispiele .yellow-box .text .title h4 {
  color: #5c5c5c;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: none;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.tx-twbeispiele .yellow-box .text .cell:last-child p,
.tx-twbeispiele .yellow-box .text .cell:nth-last-child(2) p {
  margin-bottom: 0;
}
.tx-twbeispiele .yellow-box .text p {
  color: #5c5c5c;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.tx-twbeispiele .yellow-box .text a {
  text-decoration: none;
  color: #e3001b;
  font-weight: normal;
}
.tx-twbeispiele .yellow-box .text a:hover {
  text-decoration: underline;
}
.tx-twbeispiele .yellow-box .text a p {
  color: #e3001b;
}
.tx-twbeispiele .yellow-box .image {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
.tx-twbeispiele .yellow-box .image .description-container {
  position: relative;
  width: auto;
  height: auto;
}
.tx-twbeispiele .yellow-box .image .description-container img {
  width: 100%;
}
.tx-twbeispiele .yellow-box .image .description-container .file-description {
  left: 0;
  right: auto;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tx-twbeispiele .standard-text .text-block > h3 {
  padding-top: 60px;
  padding-top: 3.75rem;
}
.tx-twbeispiele .contact-persons {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.tx-twbeispiele .contact-persons .title {
  text-align: center;
}
.tx-twbeispiele .back-button {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.tx-twbeispiele .back-button .cell {
  text-align: center;
}
.tx-twbeispiele .teaser-container {
  padding-top: 0px;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
.tx-twbeispiele .teaser-container .teaser-header {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
.tx-twbeispiele .teaser-container .teaser-header h3 {
  text-align: center;
}
.tx-twbeispiele .teaser-container .image-background {
  height: 80%;
}
.tx-twbeispiele .teaser-container .grid-x .button-container {
  text-align: center;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
.teaser-error {
  color: #e3001b;
  padding: 30px 60px 30px 60px;
  background-color: rgba(232, 230, 220, 0.2);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
/* List View Filter */
.tx-twbeispiele .list-filter {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.tx-twbeispiele .list-filter span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.tx-twbeispiele .list-filter select {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  display: inline-block;
  border: 1px solid #cacaca;
  width: auto;
  margin-left: 20px;
  padding: 5px;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}
.tx-twbeispiele .list-filter .filter-category {
  display: none;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 15px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.tx-twbeispiele .list-filter .filter-category div.title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-bottom: 15px;
  font-family: 'Gothic', sans-serif;
}
.tx-twbeispiele .list-filter .filter-category ul {
  list-style-type: none;
}
.tx-twbeispiele .list-filter .filter-category ul li {
  font-family: 'Gothic', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.tx-twbeispiele .list-filter .filter-category ul li:before {
  content: "X";
  display: inline-block;
  width: auto;
  height: auto;
  color: #e3001b;
  margin-right: 15px;
}
.tx-twbeispiele .list-filter .filter-category ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}
.tx-twbeispiele #filter {
  max-width: 100%;
  width: 100%;
  position: relative;
  background-color: white;
  z-index: 100;
  display: block;
  margin-left: 0px;
  margin-top: 10px;
  border: 1px solid #cacaca;
}
.tx-twbeispiele #filter li.is-accordion-submenu-parent a {
  color: #e3001b;
  text-decoration: none;
  font-family: 'Gothic', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.tx-twbeispiele #filter li.is-accordion-submenu-parent ul.menu {
  padding: 5px;
}
.tx-twbeispiele #filter li.is-accordion-submenu-parent ul.menu li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.tx-twbeispiele #filter li.is-accordion-submenu-parent ul.menu li:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* 640px */
@media screen and (min-width: 40rem) {
  .tx-twbeispiele .yellow-box {
    margin-top: 100px;
    margin-top: 6.25rem;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
  .tx-twbeispiele .yellow-box .image {
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
  .tx-twbeispiele .yellow-box .image .description-container img {
    width: 200px;
  }
  .tx-twbeispiele #filter {
    max-width: 500px;
    margin-left: 20px;
    margin-top: -9px;
    display: inline-block;
    position: absolute;
    width: 70%;
  }
}
/* 768px */
@media screen and (min-width: 48rem) {
  body .tx-twbeispiele .yellow-box {
    padding: 50px;
    padding: 3.125rem;
  }
  body .tx-twbeispiele .yellow-box .text .title h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  body .tx-twbeispiele .yellow-box .text p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele .list-filter {
    padding-left: 60px;
    padding-left: 3.75rem;
  }
  body .tx-twbeispiele .list-filter span {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele .list-filter select {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele .list-filter .filter-category {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele .list-filter .filter-category div.title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele .list-filter .filter-category ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele #filter li.is-accordion-submenu-parent a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele #filter li.is-accordion-submenu-parent ul.menu li {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  body .tx-twbeispiele .teaser-error {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
/* 960px */
/* 1024px */
/* 1160px */
/* 1280px */
@media screen and (min-width: 1280px) {
  .tx-twbeispiele .yellow-box {
    background: #f8fae5;
    padding: 50px;
    padding: 3.125rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-right: 0px;
    margin-right: 0rem;
    margin-left: 0px;
    margin-left: 0rem;
  }
}
/* 1500px */
.social-feed-container .facebook-feed {
  height: 600px;
}
.social-feed-container .facebook-feed label {
  height: 100%;
  width: 100%;
}
.social-feed-container .facebook-feed .fb-page {
  height: 500px !important;
}
.social-feed-container .facebook-feed .fb-page span {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
}
.social-feed-container .facebook-feed .fb-page iframe {
  position: relative;
}
.social-feed-container .twitter-feed {
  height: 600px;
}
#opt_in_container {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #e8e6dc;
}
#opt_in_container .opt_in_text {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
#opt_in_container .opt_in_button {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
#opt_in_container .opt_in_button .button {
  float: unset;
}
#opt_in_container .opt_in_check {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
.frame-wrap .social-feed-container {
  display: none;
}
@media only screen and (min-width: 640px) {
  .social-feed-container .facebook-feed {
    height: 500px;
  }
  .social-feed-container .twitter-feed {
    height: 500px;
  }
}
.smart-diagram-container {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}
.smart-diagram-container .image-background {
  background: rgba(232, 230, 220, 0.2);
  height: 20%;
  position: absolute;
  bottom: 0px;
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  z-index: -1;
}
.diagram-container {
  background-color: #f8fae5;
  padding: 40px 0px 40px 0px;
  max-width: 1280px;
  margin: 15px;
}
.diagram-container .diagram-headline {
  font-size: 27px;
  font-family: 'DinEng', sans-serif;
  padding-bottom: 15px;
  padding-left: 15px;
}
.diagram-container .category-container {
  height: 110px;
  color: #ffffff;
  font-family: 'DinEng', sans-serif;
  cursor: pointer;
  font-size: 18px;
}
.diagram-container .category-container .icon-container {
  position: relative;
  min-height: 40px;
}
.diagram-container .category-container .link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
.diagram-container .category-container .text-container {
  margin: auto;
  padding: 10px 0 0 0;
  text-align: center;
}
.diagram-container .category-container .text-container .category-name {
  padding-bottom: 0px;
}
.diagram-container .target-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: #ffffff;
  font-family: 'DinEng', sans-serif;
  font-size: 28px;
}
.diagram-container .target-container .target {
  color: #E5132C;
}
.diagram-container .chart-container {
  position: relative;
  height: 666px;
}
.diagram-container .chart-container div.dreieck {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 40px solid #AEBF25;
  position: absolute;
  top: -6px;
  left: 98px;
}
.filterWWrap {
  margin-bottom: 1rem;
  position: relative;
}
.filterWWrap label {
  font-weight: 700;
  padding-right: 10px;
  font-size: 22px !important;
  font-family: 'DinEng', sans-serif;
}
.filterWWrap .select2-selection__rendered {
  border: 1px solid #959595;
  border-radius: 5px;
  color: #5C5C5C;
  padding: 7px;
  display: block;
  background-image: url(/typo3conf/ext/triebwerk_forms/Resources/Public/Images/dropdown.svg);
  background-size: 10px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: 96%;
}
.filterWWrap select.selectPrice {
  background-image: url(/typo3conf/ext/triebwerk_forms/Resources/Public/Images/dropdown.svg);
  background-size: 10px;
  padding-right: 25px;
  background-repeat: no-repeat;
  max-width: fit-content;
}
.filterWWrap button.resetFilter {
  cursor: pointer;
  background-color: #e3001b;
  color: #ffffff;
  border: none !important;
  padding: 8px 10px 8px 10px;
  font-weight: 300;
  text-decoration: none;
  font-family: 'DinEng', sans-serif;
  font-size: 22px;
  max-width: 410px;
  min-height: 39px;
}
.select2-results__options {
  list-style: none;
  max-height: 130px;
  overflow-y: scroll;
  padding: 0;
}
.select2-results__options .select2-results__option {
  cursor: pointer;
  padding: 3px 15px;
}
.select2-results__options .select2-results__option:hover {
  background-color: #ccc;
}
.select2-container {
  min-width: 260px;
  background: white;
  -webkit-box-shadow: 0px 1px 20px 0px #4e4e4e;
  -moz-box-shadow: 0px 1px 20px 0px #4e4e4e;
  box-shadow: 0px 1px 20px 0px #4e4e4e;
}
.my-modal {
  padding: 0px !important;
  display: none;
  width: 100%;
  min-height: 480px;
}
.my-modal .info {
  padding: 30px 30px 0px 30px;
}
.my-modal .info .category-heading {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.my-modal .table {
  padding: 10px 30px 30px 30px;
  font-size: 17px;
}
.my-modal .table .table-header {
  font-family: 'DinEng', sans-serif;
  font-size: 22px;
  border-bottom: 1px solid #AEBF25;
  color: #5C5C5C;
}
.my-modal .table .table-header .wert {
  min-width: 120px;
}
.my-modal .table .table-header .wert span {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.my-modal .table .table-header .wert span span {
  position: absolute;
  top: -17px;
  right: -5px;
  display: inline-block;
}
.my-modal .table .table-header .wert span span i {
  position: absolute;
}
.my-modal .table .table-header .wert.tablesort-desc span i.fa-sort-down {
  color: #ED2020;
}
.my-modal .table .table-header .wert.tablesort-asc span i.fa-sort-up {
  color: #ED2020;
}
.my-modal .table .table-footer {
  font-family: 'DinEng', sans-serif;
  font-size: 28px;
  background-color: #F8FAE6;
  color: #5C5C5C;
}
.my-modal .table .border-right {
  border-right: 1px solid #AEBF25;
}
.my-modal table tr:nth-of-type(even) {
  background-color: #FAFAF8 !important;
}
.my-modal table tr.d-none {
  display: none;
}
.my-modal .header {
  font-family: 'DinEng', sans-serif;
  font-size: 22px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #00B1E1;
  color: #ffffff;
  position: relative;
}
.my-modal .header .fa-stack:hover .fa-circle {
  color: #707070;
}
.my-modal .header .close-icon-stacked {
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
}
.my-modal .header .close-icon-stacked .close-icon-circle {
  color: #ffffff;
  opacity: 0.5;
}
.my-modal .header .close-icon-stacked .close-icon {
  color: #ffffff;
}
@media screen and (min-width: 100rem) {
  .my-modal {
    width: 50%;
  }
  .diagram-container {
    margin: 50px;
  }
  .diagram-container .diagram-headline {
    padding-left: unset;
  }
}
@media screen and (max-width: 63.9375rem) {
  .diagram-container .category-container {
    height: 78px;
    font-size: 22px;
  }
  .diagram-container .category-container .icon-container {
    min-height: 78px;
  }
  .diagram-container .category-container .link-icon {
    width: auto;
  }
  .diagram-container .category-container .text-container {
    text-align: left;
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .diagram-container .category-container {
    width: 11.888%;
  }
}
#startpage .button-container {
  text-align: center;
}
#startpage .button-container button {
  float: unset;
  font-family: 'DinEng', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.tx-fairquiz .button-container {
  text-align: center;
}
.tx-fairquiz .button-container a.button {
  color: #ffffff !important;
  float: unset;
  font-family: 'DinEng', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.question {
  display: none;
  background-color: #f8fae5;
  padding: 20px 30px 60px 30px;
  padding: 1.25rem 1.875rem 3.75rem 1.875rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.question .image-background {
  background: rgba(232, 230, 220, 0.2);
  height: 170px;
  height: 10.625rem;
  position: absolute;
  z-index: -1;
  min-width: 1440px;
  min-width: 90rem;
  left: -64px;
  left: -4rem;
  bottom: 12px;
  bottom: 0.75rem;
}
.question .iterator {
  font-family: 'DinEng', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
}
.question .iterator .red {
  color: #e3001b;
}
.question .iterator .grey {
  color: #5c5c5c;
}
.question .question_headline {
  color: #e3001b;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'DinEng', sans-serif;
}
.question .question_options {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.question .question_options label {
  font-weight: 700;
  color: #5c5c5c;
}
.question .button {
  font-family: 'DinEng', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.question .button.next {
  float: right;
}
.question .button.previous {
  float: left;
}
.question .button.previous:after {
  display: none;
}
.question .button.previous:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/fileadmin/images/icons/arrow-right-white.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  display: inline-block;
  margin-left: 10px;
  transform: rotate(180deg);
}
.question .button.send {
  float: right;
}
.question .errorText {
  font-family: 'DinEng', sans-serif;
  color: #e3001b;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
}
.evaluation {
  background-color: #f8fae5;
  padding: 30px 30px 30px 30px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.evaluation .evaluation-subheadline {
  font-family: 'DinEng', sans-serif;
  color: #e3001b;
  font-size: 22px;
  font-size: 1.375rem;
}
.evaluation .evaluation-range-headline {
  font-family: 'DinEng', sans-serif;
  color: #e3001b;
  font-size: 28px;
  font-size: 1.75rem;
}
.evaluation .evaluation-range-headline .grey {
  color: #5c5c5c;
}
.evaluation .button {
  float: left;
  font-family: 'DinEng', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.evaluation .range-image {
  margin-top: -30px;
  margin-top: -1.875rem;
}
.question-slider-container {
  position: relative;
  background-color: #f8fae5;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 30px 30px 30px 30px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.question-slider-container .slick-prev,
.question-slider-container .slick-next {
  background: transparent url(Image/arrow_down_new_red.svg) center center no-repeat;
}
.question-slider-container .image-background {
  background: rgba(232, 230, 220, 0.2);
  height: 40%;
  position: absolute;
  z-index: -1;
  min-width: 1440px;
  min-width: 90rem;
  left: -64px;
  left: -4rem;
  bottom: -48px;
  bottom: -3rem;
}
.question-slider-container .slick-dots {
  width: 100%;
  bottom: 0px;
  bottom: 0rem;
}
.question-slider-container .slick-dots li.slick-active button:before {
  content: url("../Css/Image/list-style-filled.svg");
}
.question-slider-container .slick-dots li button:before {
  content: url("../Css/Image/list-style-outline.svg");
}
.question-slider-container .question-slider .question-answer {
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.question-slider-container .question-slider .question-answer .question-headline {
  font-family: 'DinEng', sans-serif;
  color: #e3001b;
  font-size: 22px;
  font-size: 1.375rem;
}
.question-slider-container .question-slider .question-answer .qa-label {
  font-family: 'DinEng', sans-serif;
  color: #5c5c5c;
  font-size: 20px;
  font-size: 1.25rem;
}
.other-levels {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  margin-top: 106px;
  margin-top: 6.625rem;
  padding: 30px 30px 30px 30px;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  background: rgba(232, 230, 220, 0.2);
}
.other-levels .other-levels-headline {
  font-family: 'DinEng', sans-serif;
  color: #5c5c5c;
  font-size: 28px;
  font-size: 1.75rem;
}
.other-levels .other-levels-slick .slick-dots {
  width: 100%;
  bottom: 0px;
  bottom: 0rem;
}
.other-levels .other-levels-slick .slick-dots li.slick-active button:before {
  content: url("../Css/Image/list-style-filled.svg");
}
.other-levels .other-levels-slick .slick-dots li button:before {
  content: url("../Css/Image/list-style-outline.svg");
}
.level {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.level .level-headline {
  margin-top: 36px;
  margin-top: 2.25rem;
  font-family: 'DinEng', sans-serif;
  color: #5c5c5c;
  font-size: 28px;
  font-size: 1.75rem;
}
.level .level-text {
  color: #5c5c5c;
}
.level .range-image {
  width: 100px;
}
.headline-container {
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  display: none;
}
@media screen and (min-width: 48rem) {
  #startpage .button-container button {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .headline-container {
    padding: 60px 100px 60px 100px;
    padding: 3.75rem 6.25rem 3.75rem 6.25rem;
  }
  .evaluation {
    padding: 60px 100px 60px 100px;
    padding: 3.75rem 6.25rem 3.75rem 6.25rem;
  }
  .evaluation .button {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .evaluation .range-image {
    margin-top: -60px;
    margin-top: -3.75rem;
    margin-left: 50px;
    margin-left: 3.125rem;
  }
  .question-slider-container {
    padding: 60px 100px 60px 100px;
    padding: 3.75rem 6.25rem 3.75rem 6.25rem;
  }
  .other-levels {
    padding: 60px 100px 60px 100px;
    padding: 3.75rem 6.25rem 3.75rem 6.25rem;
  }
  .level {
    padding: 50px 50px 50px 50px;
    padding: 3.125rem 3.125rem 3.125rem 3.125rem;
  }
  .level .range-image {
    width: 200px;
  }
  .tx-fairquiz .button-container a.button {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .question {
    padding: 60px 100px 60px 100px;
    padding: 3.75rem 6.25rem 3.75rem 6.25rem;
  }
  .question .button {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .question .button.previous:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 64rem) {
  .evaluation .range-image {
    margin-top: -60px;
    margin-top: -3.75rem;
    margin-left: 50px;
    margin-left: 3.125rem;
  }
}
