/*
 * Site dependent styles
 *
 * @package ext_directory()
 * @path /_Styles.scss
 */
/**
 * Brics - A Starter Sass-Kit which embraces OOCSS, BEM and the Atomic Design-Approach.
 * @version 1.3.2
 * @see https://inkdpixels.github.io/Brics/
 */
/**
 * Declarations which should be put at the top of the document e.g. @font-face declarations and CSS viewports.
 */
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=4ce75872-4656-431a-afcb-859c3ab533ca");
@font-face {
  font-family: "OfficinaSansITCW01-Book_734509";
  src: url("../fonts/e4f88d1f-2f5e-49a0-9361-9fcdc5bfc795.eot?#iefix");
  src: url("../fonts/e4f88d1f-2f5e-49a0-9361-9fcdc5bfc795.eot?#iefix") format("eot"), url("../fonts/7d11886e-59e1-4ecc-a1ec-52ab827a48e3.woff2") format("woff2"), url("../fonts/60567f88-1ef5-4f2c-9951-3ce3845f9967.woff") format("woff"), url("../fonts/ec8c3086-5408-4f25-97d0-f1f4c7014668.ttf") format("truetype"), url("../fonts/d29fed54-ae01-49ef-94e2-3e3fb9df3f70.svg#d29fed54-ae01-49ef-94e2-3e3fb9df3f70") format("svg"); }

@font-face {
  font-family: "OfficinaSansITCW01-Medi_734521";
  src: url("../fonts/e474d956-ffd6-470b-83c1-c02f503790e9.eot?#iefix");
  src: url("../fonts/e474d956-ffd6-470b-83c1-c02f503790e9.eot?#iefix") format("eot"), url("../fonts/d6637fe5-6b88-4e4b-bc56-9094850d259c.woff2") format("woff2"), url("../fonts/219dbf96-faba-452f-a6b9-ce7bb2bac564.woff") format("woff"), url("../fonts/83766dc4-631e-4da8-81e2-fcf2fc18dc35.ttf") format("truetype"), url("../fonts/2afc3ec0-76b8-4007-a7da-1a77f954f71a.svg#2afc3ec0-76b8-4007-a7da-1a77f954f71a") format("svg"); }

@font-face {
  font-family: "OfficinaSansITCW01-Bold";
  src: url("../fonts/2f0ec777-1dee-443a-8545-9f7f99463c7c.eot?#iefix");
  src: url("../fonts/2f0ec777-1dee-443a-8545-9f7f99463c7c.eot?#iefix") format("eot"), url("../fonts/4c974bce-c42a-4b12-a377-e28bb0ec34de.woff2") format("woff2"), url("../fonts/de07363b-ce31-46ce-aea6-f035147ac203.woff") format("woff"), url("../fonts/c2aa6294-4649-4459-8985-3ea6c56ca7a9.ttf") format("truetype"), url("../fonts/d6cda294-df79-4dd0-9a04-87653b44cb98.svg#d6cda294-df79-4dd0-9a04-87653b44cb98") format("svg"); }

@font-face {
  font-family: "ITCOfficinaSansW01-Disp_921268";
  src: url("../fonts/82171e9f-adc1-40bf-a135-730ccca5361f.eot?#iefix");
  src: url("../fonts/82171e9f-adc1-40bf-a135-730ccca5361f.eot?#iefix") format("eot"), url("../fonts/63d53bbf-8d61-4e92-9489-35ee454126f3.woff2") format("woff2"), url("../fonts/52b29426-731e-4b42-a509-796519389519.woff") format("woff"), url("../fonts/a4f9bcc9-9f35-48a6-9bd6-0582d70ff5e1.ttf") format("truetype"), url("../fonts/6e608fea-25ca-445f-8212-83091a75e23f.svg#6e608fea-25ca-445f-8212-83091a75e23f") format("svg"); }

/*
 * Global border-box
 */
html {
  box-sizing: border-box; }

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

/**
 * Normalize
 *
 * A cut-down version of normalize.css
 * @author Nicolas Gallagher
 * @link http://necolas.github.com/normalize.css/
 */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

[hidden] {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  /* 2 */ }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

optgroup {
  font-weight: bold; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

/**
 * Collection of CSS3 Keyframe Animations.
 */
/*
 * Scales the element up to it's initial proportions and fades it into the viewport.
 */
@keyframes ScaledUpFadeIn {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.u-aniScaledUpFadeIn {
  animation: ScaledUpFadeIn 0.3s both; }

/*
 * Moves the element from the top into the users viewport.
 */
@keyframes FlyDown {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.u-aniFlyDown {
  animation: FlyDown 0.3s both; }

/*
 * Moves the element from the bottom out of the users viewport.
 */
@keyframes FlyUpOut {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(-20px);
    opacity: 0; } }

.u-aniFlyUpOut {
  pointer-events: none;
  animation: FlyUpOut 0.3s both; }

/*
 * Pulsates(fade out and in) an element.
 */
@keyframes Pulsate {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.u-aniPulsate {
  animation: Pulsate 0.3s infinite both; }

/**
 * Helper classes for brand related stylings.
 */
/*
 * Brand text styles.
 */
.u-brand {
  font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif;
  color: #7c8f3f; }

/*
 * Brand color helpers.
 */
.u-brandColor-primary {
  color: #7c8f3f; }

.u-brandColor-secondary {
  color: #96AAD2; }

.u-brandColor-tertiary {
  color: #f68b1f; }

/*
 * Brand font-family helper.
 */
.u-brandFace {
  font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }

/*
 * Brand logos.
 */
.u-brandLogo {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat; }

.u-brandLogo--default {
  width: 200px;
  height: 100px;
  background-image: url(../Images/BrandLogo.svg); }

/**
 * Display utilities
 */
/*
 * Display the target as an block element.
 */
.u-isBlock {
  display: block !important; }

/*
 * Hide from both screenreaders and browsers: http://www.h5bp.com/u
 */
.u-isHidden {
  display: none !important;
  visibility: hidden; }

.u-wisHidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide visually and from screenreaders, but maintain layout.
 */
.u-isInvisible {
  visibility: hidden; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../../Public/Images/Fancybox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../../Public/Images/Fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-color: #7c8f3f; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../../Public/Images/Fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: -70px; }

.fancybox-next {
  right: -75px; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(124, 143, 63, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: relative;
  bottom: 0;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: block;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(150, 170, 210, 0.8);
  color: #FFFFFF;
  line-height: 24px; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url(../../Public/Images/Fancybox/fancybox_sprite@2x.png);
      background-size: 44px 152px;
    }
  */
  #fancybox-loading div {
    background-image: url(../../Public/Images/Fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/**
 * Layout utilities
 */
/*
 * Floats the element to the right boundary.
 */
.u-floatRight {
  float: right; }

/*
 * Floats the element to the left boundary.
 */
.u-floatLeft {
  float: left; }

/*
 * Clearfix for floated elements.
 */
.u-cf:before, .u-cf:after,
.u-clearfix:before,
.u-clearfix:after {
  content: '';
  display: table; }

.u-cf:after,
.u-clearfix:after {
  clear: both; }

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

/**
 * Typographic utilities
 */
/*
 * Centers the text.
 */
.u-alignCenter {
  text-align: center; }

/*
 * Aligns the text to the right boundary.
 */
.u-alignRight {
  text-align: right; }

/*
 * Aligns the text to the left boundary.
 */
.u-alignLeft {
  text-align: left; }

/*
 * Justify the text
 */
.u-alignJustify {
  text-align: justify; }

/*
 * Reduces the font-size to the smallest value.
 */
.u-tinyText {
  font-size: 0.83333rem; }

/*
 * Enlarges the font-size to the smallest value.
 */
.u-largeText {
  font-size: 1.33333rem; }

/*
 * Break strings/text if it exceeds the boundaries of their container.
 */
.u-textBreak {
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

/*
 * Inverts the text on the element and it's siblings.
 */
.u-invertText,
.u-invertText h1, .u-invertText h2, .u-invertText h3,
.u-invertText h4, .u-invertText h5, .u-invertText h6 {
  color: white; }

/*
 * Removes all standard stylings for a list element and it's siblings.
 */
.u-resetList {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/*
 * Removes all standard stylings for an anchor/link element.
 */
.u-linkReset {
  color: currentColor; }
  .u-linkReset:hover, .u-linkReset:active, .u-linkReset:focus {
    text-decoration: none; }
  p .u-linkReset {
    padding: 0;
    margin: 0; }

/**
 * Sizes which are used in conjunction with other objects and abstractions like the grid system.
 */
.u-wauto {
  width: auto; }

.u-w1\/1 {
  width: 100%; }

.u-w1\/2 {
  width: 50%; }

.u-w1\/3 {
  width: 33.333%; }

.u-w2\/3 {
  width: 66.666%; }

.u-w1\/4 {
  width: 25%; }

.u-w2\/4 {
  width: 50%; }

.u-w3\/4 {
  width: 75%; }

.u-w1\/5 {
  width: 20%; }

.u-w2\/5 {
  width: 40%; }

.u-w3\/5 {
  width: 60%; }

.u-w4\/5 {
  width: 80%; }

.u-w1\/6 {
  width: 16.666%; }

.u-w2\/6 {
  width: 33.333%; }

.u-w3\/6 {
  width: 50%; }

.u-w4\/6 {
  width: 66.666%; }

.u-w5\/6 {
  width: 83.333%; }

.u-w1\/7 {
  width: 14.285%; }

.u-w2\/7 {
  width: 28.571%; }

.u-w3\/7 {
  width: 42.857%; }

.u-w4\/7 {
  width: 57.142%; }

.u-w5\/7 {
  width: 71.428%; }

.u-w1\/8 {
  width: 12.5%; }

.u-w2\/8 {
  width: 25%; }

.u-w3\/8 {
  width: 37.5%; }

.u-w4\/8 {
  width: 50%; }

.u-w5\/8 {
  width: 62.5%; }

.u-w6\/8 {
  width: 75%; }

.u-w7\/8 {
  width: 87.5%; }

.u-w1\/10 {
  width: 10%; }

.u-w2\/10 {
  width: 20%; }

.u-w3\/10 {
  width: 30%; }

.u-w4\/10 {
  width: 40%; }

.u-w5\/10 {
  width: 50%; }

.u-w6\/10 {
  width: 60%; }

.u-w7\/10 {
  width: 70%; }

.u-w8\/10 {
  width: 80%; }

.u-w9\/10 {
  width: 90%; }

.u-w1\/12 {
  width: 8.333%; }

.u-w2\/12 {
  width: 16.666%; }

.u-w3\/12 {
  width: 25%; }

.u-w4\/12 {
  width: 33.333%; }

.u-w5\/12 {
  width: 41.666%; }

.u-w6\/12 {
  width: 50%; }

.u-w7\/12 {
  width: 58.333%; }

.u-w8\/12 {
  width: 66.666%; }

.u-w9\/12 {
  width: 75%; }

.u-w10\/12 {
  width: 83.3%; }

.u-w11\/12 {
  width: 91.666%; }

@media screen and (min-width: 320px) {
  .u-wsauto {
    width: auto; }
  .u-ws1\/1 {
    width: 100%; }
  .u-ws1\/2 {
    width: 50%; }
  .u-ws1\/3 {
    width: 33.333%; }
  .u-ws2\/3 {
    width: 66.666%; }
  .u-ws1\/4 {
    width: 25%; }
  .u-ws2\/4 {
    width: 50%; }
  .u-ws3\/4 {
    width: 75%; }
  .u-ws1\/5 {
    width: 20%; }
  .u-ws2\/5 {
    width: 40%; }
  .u-ws3\/5 {
    width: 60%; }
  .u-ws4\/5 {
    width: 80%; }
  .u-ws1\/6 {
    width: 16.666%; }
  .u-ws2\/6 {
    width: 33.333%; }
  .u-ws3\/6 {
    width: 50%; }
  .u-ws4\/6 {
    width: 66.666%; }
  .u-ws5\/6 {
    width: 83.333%; }
  .u-ws1\/7 {
    width: 14.285%; }
  .u-ws2\/7 {
    width: 28.571%; }
  .u-ws3\/7 {
    width: 42.857%; }
  .u-ws4\/7 {
    width: 57.142%; }
  .u-ws5\/7 {
    width: 71.428%; }
  .u-ws1\/8 {
    width: 12.5%; }
  .u-ws2\/8 {
    width: 25%; }
  .u-ws3\/8 {
    width: 37.5%; }
  .u-ws4\/8 {
    width: 50%; }
  .u-ws5\/8 {
    width: 62.5%; }
  .u-ws6\/8 {
    width: 75%; }
  .u-ws7\/8 {
    width: 87.5%; }
  .u-ws1\/10 {
    width: 10%; }
  .u-ws2\/10 {
    width: 20%; }
  .u-ws3\/10 {
    width: 30%; }
  .u-ws4\/10 {
    width: 40%; }
  .u-ws5\/10 {
    width: 50%; }
  .u-ws6\/10 {
    width: 60%; }
  .u-ws7\/10 {
    width: 70%; }
  .u-ws8\/10 {
    width: 80%; }
  .u-ws9\/10 {
    width: 90%; }
  .u-ws1\/12 {
    width: 8.333%; }
  .u-ws2\/12 {
    width: 16.666%; }
  .u-ws3\/12 {
    width: 25%; }
  .u-ws4\/12 {
    width: 33.333%; }
  .u-ws5\/12 {
    width: 41.666%; }
  .u-ws6\/12 {
    width: 50%; }
  .u-ws7\/12 {
    width: 58.333%; }
  .u-ws8\/12 {
    width: 66.666%; }
  .u-ws9\/12 {
    width: 75%; }
  .u-ws10\/12 {
    width: 83.3%; }
  .u-ws11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 600px) {
  .u-wmauto {
    width: auto; }
  .u-wm1\/1 {
    width: 100%; }
  .u-wm1\/2 {
    width: 50%; }
  .u-wm1\/3 {
    width: 33.333%; }
  .u-wm2\/3 {
    width: 66.666%; }
  .u-wm1\/4 {
    width: 25%; }
  .u-wm2\/4 {
    width: 50%; }
  .u-wm3\/4 {
    width: 75%; }
  .u-wm1\/5 {
    width: 20%; }
  .u-wm2\/5 {
    width: 40%; }
  .u-wm3\/5 {
    width: 60%; }
  .u-wm4\/5 {
    width: 80%; }
  .u-wm1\/6 {
    width: 16.666%; }
  .u-wm2\/6 {
    width: 33.333%; }
  .u-wm3\/6 {
    width: 50%; }
  .u-wm4\/6 {
    width: 66.666%; }
  .u-wm5\/6 {
    width: 83.333%; }
  .u-wm1\/7 {
    width: 14.285%; }
  .u-wm2\/7 {
    width: 28.571%; }
  .u-wm3\/7 {
    width: 42.857%; }
  .u-wm4\/7 {
    width: 57.142%; }
  .u-wm5\/7 {
    width: 71.428%; }
  .u-wm1\/8 {
    width: 12.5%; }
  .u-wm2\/8 {
    width: 25%; }
  .u-wm3\/8 {
    width: 37.5%; }
  .u-wm4\/8 {
    width: 50%; }
  .u-wm5\/8 {
    width: 62.5%; }
  .u-wm6\/8 {
    width: 75%; }
  .u-wm7\/8 {
    width: 87.5%; }
  .u-wm1\/10 {
    width: 10%; }
  .u-wm2\/10 {
    width: 20%; }
  .u-wm3\/10 {
    width: 30%; }
  .u-wm4\/10 {
    width: 40%; }
  .u-wm5\/10 {
    width: 50%; }
  .u-wm6\/10 {
    width: 60%; }
  .u-wm7\/10 {
    width: 70%; }
  .u-wm8\/10 {
    width: 80%; }
  .u-wm9\/10 {
    width: 90%; }
  .u-wm1\/12 {
    width: 8.333%; }
  .u-wm2\/12 {
    width: 16.666%; }
  .u-wm3\/12 {
    width: 25%; }
  .u-wm4\/12 {
    width: 33.333%; }
  .u-wm5\/12 {
    width: 41.666%; }
  .u-wm6\/12 {
    width: 50%; }
  .u-wm7\/12 {
    width: 58.333%; }
  .u-wm8\/12 {
    width: 66.666%; }
  .u-wm9\/12 {
    width: 75%; }
  .u-wm10\/12 {
    width: 83.3%; }
  .u-wm11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 740px) {
  .u-wpauto {
    width: auto; }
  .u-wp1\/1 {
    width: 100%; }
  .u-wp1\/2 {
    width: 50%; }
  .u-wp1\/3 {
    width: 33.333%; }
  .u-wp2\/3 {
    width: 66.666%; }
  .u-wp1\/4 {
    width: 25%; }
  .u-wp2\/4 {
    width: 50%; }
  .u-wp3\/4 {
    width: 75%; }
  .u-wp1\/5 {
    width: 20%; }
  .u-wp2\/5 {
    width: 40%; }
  .u-wp3\/5 {
    width: 60%; }
  .u-wp4\/5 {
    width: 80%; }
  .u-wp1\/6 {
    width: 16.666%; }
  .u-wp2\/6 {
    width: 33.333%; }
  .u-wp3\/6 {
    width: 50%; }
  .u-wp4\/6 {
    width: 66.666%; }
  .u-wp5\/6 {
    width: 83.333%; }
  .u-wp1\/7 {
    width: 14.285%; }
  .u-wp2\/7 {
    width: 28.571%; }
  .u-wp3\/7 {
    width: 42.857%; }
  .u-wp4\/7 {
    width: 57.142%; }
  .u-wp5\/7 {
    width: 71.428%; }
  .u-wp1\/8 {
    width: 12.5%; }
  .u-wp2\/8 {
    width: 25%; }
  .u-wp3\/8 {
    width: 37.5%; }
  .u-wp4\/8 {
    width: 50%; }
  .u-wp5\/8 {
    width: 62.5%; }
  .u-wp6\/8 {
    width: 75%; }
  .u-wp7\/8 {
    width: 87.5%; }
  .u-wp1\/10 {
    width: 10%; }
  .u-wp2\/10 {
    width: 20%; }
  .u-wp3\/10 {
    width: 30%; }
  .u-wp4\/10 {
    width: 40%; }
  .u-wp5\/10 {
    width: 50%; }
  .u-wp6\/10 {
    width: 60%; }
  .u-wp7\/10 {
    width: 70%; }
  .u-wp8\/10 {
    width: 80%; }
  .u-wp9\/10 {
    width: 90%; }
  .u-wp1\/12 {
    width: 8.333%; }
  .u-wp2\/12 {
    width: 16.666%; }
  .u-wp3\/12 {
    width: 25%; }
  .u-wp4\/12 {
    width: 33.333%; }
  .u-wp5\/12 {
    width: 41.666%; }
  .u-wp6\/12 {
    width: 50%; }
  .u-wp7\/12 {
    width: 58.333%; }
  .u-wp8\/12 {
    width: 66.666%; }
  .u-wp9\/12 {
    width: 75%; }
  .u-wp10\/12 {
    width: 83.3%; }
  .u-wp11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 1024px) {
  .u-wlauto {
    width: auto; }
  .u-wl1\/1 {
    width: 100%; }
  .u-wl1\/2 {
    width: 50%; }
  .u-wl1\/3 {
    width: 33.333%; }
  .u-wl2\/3 {
    width: 66.666%; }
  .u-wl1\/4 {
    width: 25%; }
  .u-wl2\/4 {
    width: 50%; }
  .u-wl3\/4 {
    width: 75%; }
  .u-wl1\/5 {
    width: 20%; }
  .u-wl2\/5 {
    width: 40%; }
  .u-wl3\/5 {
    width: 60%; }
  .u-wl4\/5 {
    width: 80%; }
  .u-wl1\/6 {
    width: 16.666%; }
  .u-wl2\/6 {
    width: 33.333%; }
  .u-wl3\/6 {
    width: 50%; }
  .u-wl4\/6 {
    width: 66.666%; }
  .u-wl5\/6 {
    width: 83.333%; }
  .u-wl1\/7 {
    width: 14.285%; }
  .u-wl2\/7 {
    width: 28.571%; }
  .u-wl3\/7 {
    width: 42.857%; }
  .u-wl4\/7 {
    width: 57.142%; }
  .u-wl5\/7 {
    width: 71.428%; }
  .u-wl1\/8 {
    width: 12.5%; }
  .u-wl2\/8 {
    width: 25%; }
  .u-wl3\/8 {
    width: 37.5%; }
  .u-wl4\/8 {
    width: 50%; }
  .u-wl5\/8 {
    width: 62.5%; }
  .u-wl6\/8 {
    width: 75%; }
  .u-wl7\/8 {
    width: 87.5%; }
  .u-wl1\/10 {
    width: 10%; }
  .u-wl2\/10 {
    width: 20%; }
  .u-wl3\/10 {
    width: 30%; }
  .u-wl4\/10 {
    width: 40%; }
  .u-wl5\/10 {
    width: 50%; }
  .u-wl6\/10 {
    width: 60%; }
  .u-wl7\/10 {
    width: 70%; }
  .u-wl8\/10 {
    width: 80%; }
  .u-wl9\/10 {
    width: 90%; }
  .u-wl1\/12 {
    width: 8.333%; }
  .u-wl2\/12 {
    width: 16.666%; }
  .u-wl3\/12 {
    width: 25%; }
  .u-wl4\/12 {
    width: 33.333%; }
  .u-wl5\/12 {
    width: 41.666%; }
  .u-wl6\/12 {
    width: 50%; }
  .u-wl7\/12 {
    width: 58.333%; }
  .u-wl8\/12 {
    width: 66.666%; }
  .u-wl9\/12 {
    width: 75%; }
  .u-wl10\/12 {
    width: 83.3%; }
  .u-wl11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 1920px) {
  .u-wxlauto {
    width: auto; }
  .u-wxl1\/1 {
    width: 100%; }
  .u-wxl1\/2 {
    width: 50%; }
  .u-wxl1\/3 {
    width: 33.333%; }
  .u-wxl2\/3 {
    width: 66.666%; }
  .u-wxl1\/4 {
    width: 25%; }
  .u-wxl2\/4 {
    width: 50%; }
  .u-wxl3\/4 {
    width: 75%; }
  .u-wxl1\/5 {
    width: 20%; }
  .u-wxl2\/5 {
    width: 40%; }
  .u-wxl3\/5 {
    width: 60%; }
  .u-wxl4\/5 {
    width: 80%; }
  .u-wxl1\/6 {
    width: 16.666%; }
  .u-wxl2\/6 {
    width: 33.333%; }
  .u-wxl3\/6 {
    width: 50%; }
  .u-wxl4\/6 {
    width: 66.666%; }
  .u-wxl5\/6 {
    width: 83.333%; }
  .u-wxl1\/7 {
    width: 14.285%; }
  .u-wxl2\/7 {
    width: 28.571%; }
  .u-wxl3\/7 {
    width: 42.857%; }
  .u-wxl4\/7 {
    width: 57.142%; }
  .u-wxl5\/7 {
    width: 71.428%; }
  .u-wxl1\/8 {
    width: 12.5%; }
  .u-wxl2\/8 {
    width: 25%; }
  .u-wxl3\/8 {
    width: 37.5%; }
  .u-wxl4\/8 {
    width: 50%; }
  .u-wxl5\/8 {
    width: 62.5%; }
  .u-wxl6\/8 {
    width: 75%; }
  .u-wxl7\/8 {
    width: 87.5%; }
  .u-wxl1\/10 {
    width: 10%; }
  .u-wxl2\/10 {
    width: 20%; }
  .u-wxl3\/10 {
    width: 30%; }
  .u-wxl4\/10 {
    width: 40%; }
  .u-wxl5\/10 {
    width: 50%; }
  .u-wxl6\/10 {
    width: 60%; }
  .u-wxl7\/10 {
    width: 70%; }
  .u-wxl8\/10 {
    width: 80%; }
  .u-wxl9\/10 {
    width: 90%; }
  .u-wxl1\/12 {
    width: 8.333%; }
  .u-wxl2\/12 {
    width: 16.666%; }
  .u-wxl3\/12 {
    width: 25%; }
  .u-wxl4\/12 {
    width: 33.333%; }
  .u-wxl5\/12 {
    width: 41.666%; }
  .u-wxl6\/12 {
    width: 50%; }
  .u-wxl7\/12 {
    width: 58.333%; }
  .u-wxl8\/12 {
    width: 66.666%; }
  .u-wxl9\/12 {
    width: 75%; }
  .u-wxl10\/12 {
    width: 83.3%; }
  .u-wxl11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 2000px) {
  .u-wxxlauto {
    width: auto; }
  .u-wxxl1\/1 {
    width: 100%; }
  .u-wxxl1\/2 {
    width: 50%; }
  .u-wxxl1\/3 {
    width: 33.333%; }
  .u-wxxl2\/3 {
    width: 66.666%; }
  .u-wxxl1\/4 {
    width: 25%; }
  .u-wxxl2\/4 {
    width: 50%; }
  .u-wxxl3\/4 {
    width: 75%; }
  .u-wxxl1\/5 {
    width: 20%; }
  .u-wxxl2\/5 {
    width: 40%; }
  .u-wxxl3\/5 {
    width: 60%; }
  .u-wxxl4\/5 {
    width: 80%; }
  .u-wxxl1\/6 {
    width: 16.666%; }
  .u-wxxl2\/6 {
    width: 33.333%; }
  .u-wxxl3\/6 {
    width: 50%; }
  .u-wxxl4\/6 {
    width: 66.666%; }
  .u-wxxl5\/6 {
    width: 83.333%; }
  .u-wxxl1\/7 {
    width: 14.285%; }
  .u-wxxl2\/7 {
    width: 28.571%; }
  .u-wxxl3\/7 {
    width: 42.857%; }
  .u-wxxl4\/7 {
    width: 57.142%; }
  .u-wxxl5\/7 {
    width: 71.428%; }
  .u-wxxl1\/8 {
    width: 12.5%; }
  .u-wxxl2\/8 {
    width: 25%; }
  .u-wxxl3\/8 {
    width: 37.5%; }
  .u-wxxl4\/8 {
    width: 50%; }
  .u-wxxl5\/8 {
    width: 62.5%; }
  .u-wxxl6\/8 {
    width: 75%; }
  .u-wxxl7\/8 {
    width: 87.5%; }
  .u-wxxl1\/10 {
    width: 10%; }
  .u-wxxl2\/10 {
    width: 20%; }
  .u-wxxl3\/10 {
    width: 30%; }
  .u-wxxl4\/10 {
    width: 40%; }
  .u-wxxl5\/10 {
    width: 50%; }
  .u-wxxl6\/10 {
    width: 60%; }
  .u-wxxl7\/10 {
    width: 70%; }
  .u-wxxl8\/10 {
    width: 80%; }
  .u-wxxl9\/10 {
    width: 90%; }
  .u-wxxl1\/12 {
    width: 8.333%; }
  .u-wxxl2\/12 {
    width: 16.666%; }
  .u-wxxl3\/12 {
    width: 25%; }
  .u-wxxl4\/12 {
    width: 33.333%; }
  .u-wxxl5\/12 {
    width: 41.666%; }
  .u-wxxl6\/12 {
    width: 50%; }
  .u-wxxl7\/12 {
    width: 58.333%; }
  .u-wxxl8\/12 {
    width: 66.666%; }
  .u-wxxl9\/12 {
    width: 75%; }
  .u-wxxl10\/12 {
    width: 83.3%; }
  .u-wxxl11\/12 {
    width: 91.666%; } }

/**
 * Alert
*/
/*
 * The base class for all alerts.
 */
.alert {
  padding: 0.66667em;
  margin-bottom: 1.33333em;
  border-radius: 2px;
  background-color: #7c8f3f;
  color: white; }
  .alert :last-child {
    margin-bottom: 0; }

/*
 * Display a positive / success alert to the user.
 */
.alert--success {
  background-color: #8CD700;
  color: white; }

/*
 * Display a negative / failure alert to the user.
 */
.alert--failure {
  background-color: #D75200;
  color: white; }

/**
 * Base and high-level wrapper elements
 */
body {
  margin: 0;
  font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.33333;
  text-align: left;
  color: #51585e;
  background: #fff;
  position: relative;
  overflow: hidden; }

.siteWrapper {
  position: relative;
  width: 90%;
  max-width: 66.66667em;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .siteWrapper {
      width: 80%; } }

.siteWrapper--mainnavi {
  width: 100%; }
  @media screen and (min-width: 600px) {
    .siteWrapper--mainnavi {
      width: 80%; } }

/**
 * Buttons
*/
/*
 * The base class for all buttons.
 */
.btn {
  display: inline-block;
  padding: .8em 1.5em;
  border: 1px solid currentColor;
  background-color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  color: #96AAD2;
  vertical-align: top;
  transition: all 0.3s ease; }
  .btn, .btn:hover {
    text-decoration: none; }
  .btn:hover {
    background: #96AAD2;
    border-color: #96AAD2;
    color: #FFFFFF; }

/*
 * Set the button width to the width of it's parent element.
 */
.btn--full {
  display: block;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

/*
 * Set the button width to the width of it's parent element.
 */
.btn--invert {
  color: white;
  background-color: #96AAD2;
  border-color: #96AAD2; }
  .btn--invert:hover {
    background: white;
    border-color: #96AAD2;
    color: #96AAD2; }

/*
 * Visualize the disabled state of the button.
 */
.btn--disabled,
.btn[disabled] {
  color: #51585e;
  pointer-events: none;
  opacity: .5; }

/*
 * Visualize the positive purpose/action of the button.
 */
.btn--positive {
  color: #8CD700; }
  .btn--positive:hover {
    background: #8CD700;
    border-color: #8CD700; }

/*
 * Visualize the negative purpose/action of the button.
 */
.btn--negative {
  color: #D75200; }
  .btn--negative:hover {
    background: #D75200;
    border-color: #D75200; }

.blue {
  background-color: #1a3c77; }
  .blue:hover {
    background-color: #fff;
    border-color: #1a3c77;
    color: #1a3c77; }

.shadow {
  text-shadow: #51585e 0px 3px 10px; }

.scroll-btn {
  display: none;
  width: 30px;
  line-height: 28px;
  position: absolute;
  left: 50%;
  z-index: 2;
  margin-left: -15px;
  text-align: center;
  transition: border 0.35s ease;
  font-size: 2em;
  padding-top: 5px;
  color: #FFFFFF;
  animation: beat 1.2s infinite alternate;
  animation-delay: 2s;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .scroll-btn {
      display: none;
      top: 320px; } }

@keyframes beat {
  0% {
    padding-top: 5px; }
  /* 0ms initial values */
  25% {
    padding-top: 5px; }
  /* 2150ms still at half of animation */
  75% {
    padding-top: 5px; }
  /* 2300ms back to initial */
  100% {
    padding-top: 10px; }
  /* 6300ms still at initial */ }

.semicircle {
  height: 40px;
  width: 80px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 80px 80px 0 0px;
  bottom: 0;
  left: 50%;
  margin-left: -40px; }

.button {
  display: inline-block;
  padding: .8em 1.5em;
  border: 1px solid currentColor;
  background-color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  color: #96AAD2;
  vertical-align: top;
  transition: all 0.3s ease;
  margin: auto; }
  .button, .button:hover {
    text-decoration: none; }
  .button:hover {
    background: #96AAD2;
    border-color: #96AAD2;
    color: #FFFFFF; }

.button--invert {
  display: inline-block;
  padding: .8em 1.5em;
  border: 1px solid currentColor;
  background-color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  color: #96AAD2;
  vertical-align: top;
  transition: all 0.3s ease;
  margin: auto;
  color: white;
  background-color: #96AAD2;
  border-color: #96AAD2; }
  .button--invert, .button--invert:hover {
    text-decoration: none; }
  .button--invert:hover {
    background: #96AAD2;
    border-color: #96AAD2;
    color: #FFFFFF; }
  .button--invert:hover {
    background: white;
    border-color: #96AAD2;
    color: #96AAD2; }

/* FlexTeam */
.ctawithicon {
  background: #96AAD2;
  color: #fff;
  border: 1px solid currentColor;
  text-decoration: none;
  padding: 7px 10px 7px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease; }
  .ctawithicon:hover {
    background: #fff;
    color: #96AAD2; }
  .ctawithicon .fas,
  .ctawithicon .fab {
    width: 30px;
    line-height: 30px; }

.ctawithicononly {
  min-width: 100%;
  margin: 0 0 10px 0; }

@media screen and (min-width: 768px) {
  .ctawithicononly {
    min-width: 150px;
    margin: 0 10px 10px 0; } }

@media screen and (min-width: 1024px) {
  .ctawithicononly {
    min-width: 170px;
    margin: 0 10px 10px 0; } }

/**
 * Code & pre-formatted text elements
 */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: .8em; }

code {
  background: #f2f2f2;
  padding: .3em .5em;
  border-radius: 2px; }
  pre code {
    padding: 0; }

pre {
  white-space: pre-wrap;
  margin: 0 0 1.33333em; }

/**
 * Form
 */
/*
 * Form wrapper elements
 */
form {
  margin: 0; }

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

/**
 * Headings
 */
/*
 * The base class for all headings.
 */
.h, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: .3em;
  font-weight: 100;
  text-rendering: optimizeLegibility; }

/*
 * Heading modifiers
 * Styles the heading without changing it's importance for SEO robots etc.
 */
h1, .h1 {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 2em; }

h2, .h2 {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 1.66667em; }

h3, .h3 {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 1.33333em; }

h4, .h4 {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 1.11111em;
  font-weight: 200; }

h5, .h5 {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 0.88889em;
  font-weight: 400; }

h6, .h6 {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 0.77778em;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  margin: 0px;
  padding: 0px 0px 10px 0px; }

h3 {
  margin: 0px;
  padding: 0 15px 10px 0;
  color: #51585E; }
  h3.divider {
    border-bottom: 2px solid #93866d;
    color: #93866d;
    float: left;
    width: 100%;
    padding: 0 0 5px 0px;
    margin-bottom: 15px; }

.pageHeadline h1,
.pageHeadline span {
  display: block;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 0.77778em;
  text-align: center;
  padding: 15px 0px 15px 0px;
  margin: 0; }
  @media screen and (min-width: 600px) {
    .pageHeadline h1,
    .pageHeadline span {
      font-size: 1.05556em; } }
  @media screen and (min-width: 1024px) {
    .pageHeadline h1,
    .pageHeadline span {
      font-size: 1.77778em;
      padding: 15px 50px 15px 50px; } }

h1.pageHeadline {
  display: none;
  color: #96AAD2;
  font-size: 2.22222em;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  margin: 0 0 25px 0; }
  h1.pageHeadline i {
    display: none; }
  @media screen and (min-width: 1024px) {
    h1.pageHeadline {
      display: inline-block; }
      h1.pageHeadline i {
        display: inline; } }

/**
 * Form inputs
 */
/*
 * Base styling for form input fields.
 */
textarea {
  height: auto;
  min-height: 72px;
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

input::-webkit-datetime-edit {
  margin-top: -.17em;
  margin-bottom: -.17em; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: .35em;
  cursor: pointer; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font: 400 112.5%/1.33333 "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }

input:-moz-placeholder, textarea:-moz-placeholder {
  font: 400 112.5%/1.33333 "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }

input::-moz-placeholder, textarea::-moz-placeholder {
  font: 400 112.5%/1.33333 "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font: 400 112.5%/1.33333 "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }

input:placeholder, textarea:placeholder {
  font: 400 112.5%/1.33333 "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }

/*
 * The base class for all textInputs.
 */
.textInput {
  height: 36px;
  padding: .2em .5em;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(230, 230, 230, 0.4);
  font-size: 0.77778rem;
  color: #5d656c; }

/*
 * Disabled state for inputs.
 */
.textInput[disabled],
.textInput--disabled {
  opacity: .5;
  pointer-events: none; }

/*
 * Positive validated state for inputs.
 */
.textInput--success {
  border-color: #8CD700; }

/*
 * Negative validated state for inputs.
 */
.textInput--failure {
  border-color: #D75200; }

/**
 * Form elements
 */
/*
 * Base styling for all labels.
 */
label {
  display: block;
  font-weight: 400;
  font-size: 0.77778rem; }
  label[for] {
    cursor: pointer; }

/*
 * Base styling for all legends.
 */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.33333em;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.22222rem; }

/**
 * Anchors
 */
/*
 * Base styling for all anchors/links.
 */
a {
  color: #96AAD2;
  text-decoration: underline;
  background: transparent; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a:active, a:hover {
    outline: 0; }
  p a {
    position: relative;
    margin: -.33em;
    padding: .33em; }

/**
 * Lists
 */
menu,
ol,
ul {
  padding: 0 0 0 2.22222em;
  margin: 0 0 1.33333em; }

li > ul,
li > ol {
  margin-bottom: 0; }

.tx-seminars-pi1 ul,
.schwerpunkte ul,
.csc-textpic-text ul,
.csc-text ul,
.ce-textpic ul,
.ce-text ul {
  list-style: none; }
  .tx-seminars-pi1 ul li:before,
  .schwerpunkte ul li:before,
  .csc-textpic-text ul li:before,
  .csc-text ul li:before,
  .ce-textpic ul li:before,
  .ce-text ul li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
    margin-left: -1.5em; }

/**
 * Definitions
 */
dl {
  margin: 0 0 1.33333em; }

/*
 * Displays the definition element in a horizontal order.
 */
.dl--horizontal:before, .dl--horizontal:after {
  content: '';
  display: table; }

.dl--horizontal:after {
  clear: both; }

.dl--horizontal dt {
  width: 19%;
  float: left;
  overflow: hidden;
  clear: left;
  text-align: right;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.dl--horizontal dd {
  margin-left: 21%; }

/**
 * Media elements
 */
embed,
iframe,
img {
  max-width: 100%;
  border: 0; }

img {
  font-style: italic;
  vertical-align: middle; }
  img[height] {
    height: auto; }

figure {
  margin: 0; }

figcaption {
  font-size: 0.88889rem; }

audio,
video,
iframe {
  margin: 0 0 1.33333em; }

audio {
  min-width: 65%; }
  audio:not([controls]) {
    display: none;
    height: 0; }

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

/**
 * Quotes
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote {
  margin: 0 0 1.33333em; }

/**
 * Rulers
 */
hr {
  box-sizing: content-box;
  display: block;
  height: 0;
  padding: 0;
  margin: 2.66667em 0 2.66667em;
  border: 0;
  border-top: 1px solid #cccccc; }

/**
 * Tables
 */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left;
  vertical-align: bottom; }

td {
  vertical-align: top; }

.contenttable td, .contenttable tr {
  border: 1px solid #f1f1f1;
  padding: 10px;
  min-width: 120px;
  word-break: break-word; }

/**
 * Typographic elements
 */
p {
  margin: 0 0 0.5em 0; }

b,
strong {
  font-weight: normal;
  font-family: 'OfficinaSansITCW01-Book_734509', Arial, Helvetica, sans-serif; }

small {
  font-size: 80%; }

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

mark {
  padding-left: .2em;
  padding-right: .2em;
  background: #7c8f3f;
  color: white; }

dfn {
  font-style: italic; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

#babygallery .header {
  float: left;
  width: 100%;
  font-size: initial;
  margin: 0;
  padding: 5px 10px;
  height: initial;
  background: #96AAD2;
  color: #fff; }
  #babygallery .header a {
    background: none;
    float: right;
    color: #fff; }

#babygallery .element {
  padding: 0; }
  #babygallery .element .bild {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    margin: 0;
    padding: 5px;
    box-sizing: border-box; }
  #babygallery .element .bild2 {
    background-size: contain !important;
    background-position: top left !important;
    min-height: 220px;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    box-sizing: border-box; }
  #babygallery .element .datum {
    font-size: initial;
    padding-left: 5px; }
  #babygallery .element .fullname {
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    top: -40px; }
    #babygallery .element .fullname .geschlecht {
      width: 33px;
      margin: 0px;
      padding: 0px 10px 0px 10px; }
    #babygallery .element .fullname .name {
      width: initial;
      display: inline-block; }

#babygallery .pagebrowser {
  float: left; }
  #babygallery .pagebrowser .zuruck,
  #babygallery .pagebrowser .weiter {
    margin-right: 5px;
    margin-top: 15px;
    display: inline-block; }
  #babygallery .pagebrowser .page.btn {
    margin-right: 5px; }

@media screen and (min-width: 1024px) {
  #babygallery .element .bild2 {
    min-height: 180px; } }

.f3-widget-paginator {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .f3-widget-paginator li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid currentColor;
    border-color: #fff;
    border-radius: 2px;
    font-weight: 400;
    margin-bottom: 20px; }
    .f3-widget-paginator li.current {
      background-color: #fff;
      color: #96AAD2;
      border: 1px solid currentColor;
      padding: .8em 1.5em; }
    .f3-widget-paginator li a {
      padding: .8em 1.5em;
      background-color: #96AAD2;
      text-decoration: none;
      transition: all .3s ease;
      color: #fff;
      border: 1px solid #96AAD2; }
      .f3-widget-paginator li a:hover {
        color: #96AAD2;
        background-color: #fff;
        border: 1px solid #96AAD2; }

/**
 * Button group
 * Displays a set of buttons in a group.
 */
.btnGroup:before, .btnGroup:after {
  content: '';
  display: table; }

.btnGroup:after {
  clear: both; }

.btnGroup__btn {
  float: left;
  border-radius: 0;
  border-right: 0; }
  .btnGroup__btn:first-child {
    border-radius: 2px 0 0 2px; }
  .btnGroup__btn:last-child {
    border-radius: 0 2px 2px 0;
    border-right: 1px solid; }

.bodymap {
  position: relative; }
  .bodymap figcaption div.poi {
    position: absolute;
    display: block; }
    .bodymap figcaption div.poi .bodymapTooltip {
      display: block;
      visibility: hidden;
      opacity: 0;
      left: 100%;
      margin-left: 10%;
      width: 160px;
      padding: .5em;
      background-color: #96AAD2;
      position: absolute;
      z-index: 1;
      top: 0;
      color: white;
      transition: 0.3s; }
      .bodymap figcaption div.poi .bodymapTooltip h3 {
        color: #FFFFFF; }
      .bodymap figcaption div.poi .bodymapTooltip a {
        color: #FFFFFF;
        text-decoration: underline; }
    .bodymap figcaption div.poi.active .bodymapTooltip {
      visibility: visible;
      opacity: 1; }
  .bodymap #elbow {
    width: 9%;
    height: 7%;
    top: 32%;
    left: 58%; }
  .bodymap #foot {
    width: 9%;
    height: 7%;
    bottom: 6%;
    left: 49%; }
  .bodymap #hand {
    width: 9%;
    height: 7%;
    top: 45%;
    left: 25%; }
  .bodymap #hip {
    width: 9%;
    height: 7%;
    top: 44%;
    left: 51%; }
  .bodymap #knee {
    width: 9%;
    height: 7%;
    top: 62%;
    left: 39%; }
  .bodymap #shoulder {
    width: 9%;
    height: 7%;
    top: 18%;
    left: 34%; }
  .bodymap #backbone {
    width: 11%;
    height: 8%;
    top: 30%;
    left: 43%; }
  .bodymap .blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #000;
    margin: 10px;
    height: 20px;
    width: 20px;
    transform: scale(1);
    opacity: .75; }
    .bodymap .blob.red {
      background: #ff5252;
      box-shadow: 0 0 0 0 #ff5252;
      animation: pulse 2s infinite; }
    .bodymap .blob:hover {
      opacity: 1; }
    .bodymap .blob.inactive {
      opacity: .5; }

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

/* Box Slider */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
ul.bxslider {
  margin: 0;
  padding: 0; }

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block; }
  .bx-wrapper figure.slide {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center; }
    @media screen and (min-width: 600px) {
      .bx-wrapper figure.slide {
        height: 500px; } }
    @media screen and (min-width: 1024px) {
      .bx-wrapper figure.slide {
        height: 600px; } }
  .bx-wrapper figcaption {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 10px;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0px; }
    .bx-wrapper figcaption.light {
      background: rgba(255, 255, 255, 0.6);
      color: #7c8f3f; }
    .bx-wrapper figcaption.dark {
      background: rgba(0, 0, 0, 0.6);
      color: #FFFFFF; }
    @media screen and (min-width: 600px) {
      .bx-wrapper figcaption {
        padding: 17px 10px 15px 10px;
        height: 55px;
        font-size: 100%; } }
    @media screen and (min-width: 1024px) {
      .bx-wrapper figcaption {
        padding: 10px 10px 35px 10px; } }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #FFFFFF;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Images/Boxslider/bx_loader.gif) center center no-repeat #FFFFFF;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: 0px;
  z-index: 1; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-pager.bx-default-pager {
  display: none; }

@media screen and (min-width: 1024px) {
  .bx-pager.bx-default-pager {
    display: block; } }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFFFFF;
  text-indent: -9999px;
  display: none;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border-radius: 6px;
  border: 2px solid #7c8f3f; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7c8f3f; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 15px; }
  @media screen and (min-width: 600px) {
    .bx-wrapper .bx-prev {
      left: 25px; } }

.bx-wrapper .bx-next {
  right: 15px; }
  @media screen and (min-width: 600px) {
    .bx-wrapper .bx-next {
      right: 25px; } }

.bx-wrapper .bx-controls-direction {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 50px;
  bottom: inherit;
  height: 40px; }
  @media screen and (min-width: 600px) {
    .bx-wrapper .bx-controls-direction {
      bottom: 0;
      top: inherit;
      height: 60px; } }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  outline: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.11111em;
  text-decoration: none; }
  .bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus {
    color: white; }
  @media screen and (min-width: 320px) {
    .bx-wrapper .bx-controls-direction a {
      bottom: -3em;
      font-size: 1.77778em; } }
  @media screen and (min-width: 600px) {
    .bx-wrapper .bx-controls-direction a {
      bottom: 4em;
      font-size: 1.77778em; } }
  @media screen and (min-width: 1024px) {
    .bx-wrapper .bx-controls-direction a {
      bottom: 7em;
      font-size: 1.77778em; } }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Images/Boxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Images/Boxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #FFFFFF;
  display: block;
  font-size: .85em;
  padding: 10px; }

#concludis_gfo-online_stellenangebote .preloader {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  padding-top: 50px;
  background: transparent url(../Images/Boxslider/bx_loader.gif) no-repeat top center; }

#concludis_gfo-online_stellenangebote .concludis-nav-item .subscriptionbutton:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  content: "\f0e0"; }

#concludis_gfo-online_stellenangebote .resdiv {
  width: 100%; }
  #concludis_gfo-online_stellenangebote .resdiv table .headtd {
    padding: 0 !important; }
  #concludis_gfo-online_stellenangebote .resdiv .rsp_filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    background: #96AAD2 !important; }
    #concludis_gfo-online_stellenangebote .resdiv .rsp_filter .rsp_filter_item {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      width: 25%;
      padding: 10px;
      background: #96AAD2;
      color: #fff; }
      #concludis_gfo-online_stellenangebote .resdiv .rsp_filter .rsp_filter_item .rsp_filter_headline {
        width: 100%; }
      #concludis_gfo-online_stellenangebote .resdiv .rsp_filter .rsp_filter_item .rsp_filter_dropdown {
        width: 100%; }
        #concludis_gfo-online_stellenangebote .resdiv .rsp_filter .rsp_filter_item .rsp_filter_dropdown button {
          width: 100% !important; }

#concludis_gfo-online_stellenangebote .stellenlst .stellenlsthead {
  margin-bottom: 10px; }
  #concludis_gfo-online_stellenangebote .stellenlst .stellenlsthead .stellensum {
    text-align: right; }

#concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0,
#concludis_gfo-online_stellenangebote .stellenlst .stellen .line_1 {
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px; }
  #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0 .stellenlink,
  #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_1 .stellenlink {
    display: block;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 2px;
    color: #96AAD2; }
    #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0 .stellenlink:before,
    #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_1 .stellenlink:before {
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      margin-right: 5px;
      content: "\f054"; }
  #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0 .kurzb,
  #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_1 .kurzb {
    display: block;
    margin-left: 25px; }
    #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0 .kurzb br,
    #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_1 .kurzb br {
      display: none; }
  #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0:hover,
  #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_1:hover {
    background-color: #96AAD2;
    color: #fff; }
    #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0:hover .headerlink,
    #concludis_gfo-online_stellenangebote .stellenlst .stellen .line_1:hover .headerlink {
      color: #fff; }

#concludis_gfo-online_stellenangebote .stellenlst .stellen .line_0 {
  background: #fff; }

#concludis .wrapper {
  box-shadow: none !important; }
  #concludis .wrapper .content {
    font-size: 112.5%;
    width: 80%;
    padding: 0 !important;
    margin-top: 20px !important; }
    #concludis .wrapper .content .title {
      margin-top: 20px; }
      #concludis .wrapper .content .title h1 {
        line-height: 1.25; }
    #concludis .wrapper .content .undertitle {
      font-size: 24px;
      font-weight: bold;
      margin-top: -10px;
      margin-bottom: 20px; }

#concludis .apply a {
  color: #96AAD2 !important;
  border-color: #96AAD2 !important; }
  #concludis .apply a:hover {
    color: #fff !important;
    background-color: #96AAD2 !important;
    border-color: #96AAD2 !important; }

#concludis_application_form .preloader {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  padding-top: 50px;
  background: transparent url(../Images/Boxslider/bx_loader.gif) no-repeat top center; }

#concludis_application_form #mobile_body {
  font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif !important;
  background: none; }
  #concludis_application_form #mobile_body h1, #concludis_application_form #mobile_body h3 {
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif !important;
    color: inherit; }
    #concludis_application_form #mobile_body h1 .h1_sub, #concludis_application_form #mobile_body h3 .h1_sub {
      color: #96AAD2 !important; }

#concludis_application_form #formapply-container {
  font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }
  #concludis_application_form #formapply-container .idealsteps-nav {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0; }
  #concludis_application_form #formapply-container form.idealforms button {
    background: #fff;
    color: #96AAD2 !important;
    border: 1px solid #96AAD2 !important;
    border-bottom-color: #919191;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 12px 20px 12px 20px;
    cursor: pointer; }
    #concludis_application_form #formapply-container form.idealforms button:hover {
      background-color: #96AAD2 !important;
      color: #fff !important; }
  #concludis_application_form #formapply-container form.idealforms .field input,
  #concludis_application_form #formapply-container form.idealforms .field textarea,
  #concludis_application_form #formapply-container form.idealforms .field select,
  #concludis_application_form #formapply-container form.idealforms .field .group,
  #concludis_application_form #formapply-container form.idealforms .field .bootstrap-select > button {
    color: #444 !important;
    border: 1px solid #f1f1f1 !important;
    border-bottom-color: #96AAD2 !important;
    box-shadow: none !important;
    border-radius: 0 !important; }
  #concludis_application_form #formapply-container form.idealforms .field.valid input,
  #concludis_application_form #formapply-container form.idealforms .field.valid textarea,
  #concludis_application_form #formapply-container form.idealforms .field.valid .group,
  #concludis_application_form #formapply-container form.idealforms .field.valid .bootstrap-select > button, #concludis_application_form #formapply-container form.idealforms .field.invalid input,
  #concludis_application_form #formapply-container form.idealforms .field.invalid textarea,
  #concludis_application_form #formapply-container form.idealforms .field.invalid .group,
  #concludis_application_form #formapply-container form.idealforms .field.invalid .bootstrap-select > button {
    color: #444 !important;
    border: 1px solid #f1f1f1 !important;
    border-bottom-color: #96AAD2 !important;
    box-shadow: none !important;
    border-radius: 0 !important; }
  #concludis_application_form #formapply-container form.idealforms .field.valid .concludisicon:before, #concludis_application_form #formapply-container form.idealforms .field.invalid .concludisicon:before {
    color: #7c8f3f !important; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link,
.cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.banner-fullscreen .cc-window {
  height: 100vh;
  padding: 40vh 1.8em;
  -ms-flex-direction: column;
  flex-direction: column; }

.banner-fullscreen .cc-message {
  -ms-flex: 0;
  flex: 0;
  margin-bottom: 2em; }

.banner-fullscreen .cc-btn.cc-allow {
  color: white;
  border-color: #96AAD2;
  background-color: #96AAD2; }

.banner-fullscreen .cc-btn.cc-deny {
  color: white;
  border-color: white;
  background-color: transparent; }

.divisions {
  position: relative;
  background: #fff; }
  .divisions .elements {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .divisions .elements > li {
      margin-top: 0.66667rem;
      margin-bottom: 0.66667rem; }
      .divisions .elements > li > div {
        position: relative;
        background-color: #93866d;
        color: #fff;
        padding: 30px 15px 15px 15px;
        min-height: 250px; }
        .divisions .elements > li > div.colour1 {
          background-color: #93866d; }
        .divisions .elements > li > div.colour2 {
          background-color: #7C8F1A; }
        .divisions .elements > li > div.colour3 {
          background-color: #b00d15; }
        .divisions .elements > li > div.colour4 {
          background-color: #f68b1f; }
        .divisions .elements > li > div.colour5 {
          background-color: #8ca2d2; }
        .divisions .elements > li > div.colour6 {
          background-color: #b4b479; }
        .divisions .elements > li > div .title {
          font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
          margin-bottom: 15px; }
        .divisions .elements > li > div ul {
          padding-left: 1em; }
          .divisions .elements > li > div ul li {
            font-size: 100%;
            transition: all 0.3s ease; }
            .divisions .elements > li > div ul li:before {
              content: '\f054';
              margin-left: -1em; }
            .divisions .elements > li > div ul li a {
              display: block;
              color: #fff;
              text-decoration: none;
              margin-bottom: 5px; }
            .divisions .elements > li > div ul li:hover {
              margin-left: 5px; }
          @media screen and (min-width: 1024px) {
            .divisions .elements > li > div ul {
              padding-left: 1em; }
              .divisions .elements > li > div ul li a {
                padding: 0;
                margin-bottom: 0;
                background: transparent; } }
        .divisions .elements > li > div:after {
          left: 50%;
          top: 15px;
          margin-left: -15px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-width: 15px;
          margin-top: -15px;
          border-top-color: #FFF;
          border-bottom-color: transparent; }
      @media screen and (min-width: 1024px) {
        .divisions .elements > li > div {
          min-height: 230px; } }

.home.cluster .csc-hinweis h1, .home.cluster .csc-hinweis h2, .home.cluster .csc-hinweis h3,
.home.cluster .frame-custom-1 h1,
.home.cluster .frame-custom-1 h2,
.home.cluster .frame-custom-1 h3 {
  background-color: #1a3c77;
  font-size: 1.22222em; }

.home.cluster .csc-hinweis .icon-li,
.home.cluster .frame-custom-1 .icon-li {
  color: #1a3c77; }

.home.cluster .csc-hinweis .icons-ul,
.home.cluster .frame-custom-1 .icons-ul {
  margin-left: 0; }

.meta02 .csc-teaserbutton-spezial {
  background: #7c8f3f;
  border: 1px solid #7c8f3f;
  color: #FFFFFF;
  margin: 0 0 12px 0; }

.csc-teaserbutton-spezial h3 {
  margin: 0 0 0 5px;
  padding: 10px 5px 10px 28px; }

.csc-teaserbutton-spezial h3 a {
  color: #FFFFFF;
  font-size: 0.77778em;
  font-weight: bold;
  text-decoration: none; }

.csc-teaserstatic h1,
.csc-teaserstatic h2,
.csc-teaserstatic h3 {
  color: #93866d;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 125%; }

div.ce-textpic .ce-gallery img,
div.ce-image .ce-gallery img,
div.csc-textpic .csc-textpic-imagewrap img {
  width: 100%;
  border: 2px solid #f1f1f1;
  padding: 10px;
  background-color: #FFFFFF; }

.csc-frame-rulerAfter,
.frame-indent {
  border-bottom: 2px solid #f1f1f1;
  margin: 0 0 15px 0; }

.csc-teaserbutton1, .csc-teaserbutton2 {
  border: 1px solid #7c8f3f;
  color: #FFFFFF;
  padding: 10px 8px 10px 8px;
  margin: 0 0 12px;
  border-radius: 10px;
  background: rgba(124, 143, 63, 0.8); }

.meta02 .csc-teaserbutton2 a {
  color: #FFFFFF;
  font-size: 0.61111em;
  text-decoration: none; }

.meta02 .csc-teaserstatic {
  border: 1px solid #7C8F3F; }

.csc-teaserstatic {
  border: 1px solid #93866D;
  padding: 10px 12px 10px 10px;
  margin: 0 0 12px;
  border-radius: 10px; }

.csc-teaserstatic .csc-textpic-image img {
  width: 100%; }

div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
  display: inherit; }

div.csc-textpic-left .csc-textpic-imagewrap,
div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner {
  width: 100%; }

div.csc-textpic div.csc-textpic-imagecolumn {
  float: none; }

.csc-teaserbutton3,
.frame-custom-100 {
  background-color: #96AAD2;
  padding: 20px;
  margin-bottom: 20px;
  color: #FFFFFF; }
  .csc-teaserbutton3 a,
  .frame-custom-100 a {
    color: #FFFFFF; }
  .csc-teaserbutton3 h1, .csc-teaserbutton3 h2, .csc-teaserbutton3 h3,
  .frame-custom-100 h1,
  .frame-custom-100 h2,
  .frame-custom-100 h3 {
    color: #FFFFFF; }

.ce-textpic.ce-right .ce-gallery {
  float: right;
  margin-left: 10px; }

.ce-textpic .ce-column figure {
  margin-bottom: 10px; }

/*
 * Set custom buttons. JZG / SHU :)
 */
/*
a.download {
  @include btn();
}
*/
.csc-teaserbutton3 a.download,
.frame-custom-100 a.download {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #96AAD2; }
  .csc-teaserbutton3 a.download:hover,
  .frame-custom-100 a.download:hover {
    background-color: #FFFFFF;
    color: #96AAD2; }

#teaser .csc-default {
  margin-bottom: 20px; }

#maincontent .frame-default,
#maincontent .csc-default {
  margin-bottom: 20px; }

#maincontent .ka-panel .frame-default,
#maincontent .ka-panel .csc-default {
  margin-bottom: 0; }

.csc-teaserbutton3 [class^="icon-"]:before,
.csc-teaserbutton3 [class*=" icon-"]:before,
.frame-custom-100 [class^="icon-"]:before,
.frame-custom-100 [class*=" icon-"]:before {
  float: left;
  margin-right: 10px; }

.csc-hinweis,
.frame-custom-1 {
  border: 2px solid #7c8f3f;
  margin-bottom: 25px;
  background-color: #FFFFFF; }
  .csc-hinweis .csc-textpic-text,
  .csc-hinweis .csc-text,
  .csc-hinweis .ce-textpic,
  .csc-hinweis .ce-text,
  .frame-custom-1 .csc-textpic-text,
  .frame-custom-1 .csc-text,
  .frame-custom-1 .ce-textpic,
  .frame-custom-1 .ce-text {
    padding: 10px 10px 0 10px; }
  .csc-hinweis h1, .csc-hinweis h2, .csc-hinweis h3,
  .frame-custom-1 h1,
  .frame-custom-1 h2,
  .frame-custom-1 h3 {
    background-color: #7c8f3f;
    color: #FFFFFF;
    padding: 10px;
    font-size: 1.11111em; }

#teaser .csc-hinweis,
#teaser .frame-custom-1 {
  border-color: #96AAD2; }

ul.csc-menu,
ul.ce-menu {
  padding: 0; }
  ul.csc-menu li,
  ul.ce-menu li {
    list-style: none; }
    @media screen and (min-width: 1024px) {
      ul.csc-menu li,
      ul.ce-menu li {
        display: inline-block; } }
    ul.csc-menu li a,
    ul.ce-menu li a {
      text-decoration: none;
      display: block;
      width: 100%;
      float: left;
      padding: 3px 10px;
      background-color: #f1f1f1;
      color: #7c8f3f;
      margin: 0 7px 7px 0;
      border-radius: 3px;
      transition: all .3s ease; }
      ul.csc-menu li a:hover,
      ul.ce-menu li a:hover {
        background-color: #FFFFFF; }
      @media screen and (min-width: 600px) {
        ul.csc-menu li a,
        ul.ce-menu li a {
          width: inherit; } }
      @media screen and (min-width: 1024px) {
        ul.csc-menu li a,
        ul.ce-menu li a {
          margin-bottom: 0; } }

figcaption.csc-textpic-caption {
  display: inherit; }

.csc-textpic-caption {
  margin-bottom: 0.5em;
  font-style: italic; }

.fancybox-overlay .ytIframe {
  min-width: initial;
  width: 100%;
  height: auto;
  min-height: auto; }
  @media screen and (min-width: 600px) {
    .fancybox-overlay .ytIframe {
      width: 480px;
      height: 240px;
      min-width: 240px; } }
  @media screen and (min-width: 1024px) {
    .fancybox-overlay .ytIframe {
      width: 800px;
      height: 500px;
      min-width: 800px; } }

.ytIframe {
  min-width: initial;
  width: 100%;
  min-height: 300px; }
  @media screen and (min-width: 1024px) {
    .ytIframe {
      min-height: 500px; } }

.csc-header-alignment-center,
.ce-headline-center {
  text-align: center; }

/* Fluid Styled Content */
.frame-type-image,
.frame-type-textpic {
  overflow: hidden; }

.frame-layout-0 figure.textpic-imagegallery {
  margin-bottom: 10px;
  width: 100%; }

.frame-layout-10 figure.textpic-imagegallery {
  margin-bottom: 10px; }

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 3em; }

.frame-space-before-large {
  margin-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 5em; }

.frame-space-after-extra-small {
  margin-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 3em; }

.frame-space-after-large {
  margin-bottom: 4em; }

.frame-space-after-extra-large {
  margin-bottom: 5em; }

.factTeaser {
  margin-bottom: 50px; }
  .factTeaser .teaserItem {
    text-align: center;
    margin-bottom: 40px;
    min-height: 185px;
    position: relative;
    transition: all .3s ease; }
    .factTeaser .teaserItem .iconTeaser__teaser__tile__icon {
      font-size: 200%;
      width: 1.25em; }
    .factTeaser .teaserItem .icon {
      background-color: #fff;
      display: inline-block;
      padding: 30px;
      border-radius: 60px;
      color: #7c8f3f;
      margin-bottom: 10px;
      transition: all .3s ease;
      border: 10px solid rgba(124, 143, 63, 0.25); }
      .factTeaser .teaserItem .icon .stroke {
        /*-webkit-text-stroke: 1px #96AAD2;
        color: #fffcf9;*/ }
      .factTeaser .teaserItem .icon img {
        width: 45px;
        height: auto; }
    .factTeaser .teaserItem strong {
      color: #7c8f3f;
      display: inline-block;
      min-height: 60px; }
      @media screen and (min-width: 1024px) {
        .factTeaser .teaserItem strong {
          min-height: 80px; } }
    .factTeaser .teaserItem:hover .icon {
      transform: scale(1.05); }
    .factTeaser .teaserItem .description {
      background-color: #fff;
      position: absolute;
      border: 1px solid rgba(124, 143, 63, 0.25);
      border-radius: 5px;
      padding: 10px;
      font-size: 90%;
      min-width: 100%;
      top: 110px;
      left: 0;
      z-index: 1; }
      .factTeaser .teaserItem .description:after, .factTeaser .teaserItem .description:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .factTeaser .teaserItem .description:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 20px;
        margin-left: -20px; }
      .factTeaser .teaserItem .description:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: rgba(124, 143, 63, 0.25);
        border-width: 22px;
        margin-left: -22px; }

@media screen and (min-width: 1024px) {
  .siteHeader #searchwidget.preload .lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 45px;
    right: 190px; }
    .siteHeader #searchwidget.preload .lds-dual-ring:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #f1f1f1;
      border-color: #f1f1f1 transparent #f1f1f1 transparent;
      animation: lds-dual-ring 2s linear infinite; }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } } }

.siteHeader .sms-search {
  opacity: 0;
  position: absolute;
  right: 50%;
  left: 50%;
  text-align: left;
  margin-left: -150px;
  margin-top: 140px;
  transition: opacity .6s ease; }
  .siteHeader .sms-search .sms-search-input {
    float: left; }
  .siteHeader .sms-search form fieldset {
    border: none;
    padding: 0; }
  .siteHeader .sms-search .fuzzyOnEmptyButton {
    left: inherit;
    right: 10px; }
  .siteHeader .sms-search form button {
    position: absolute;
    right: 10px;
    top: 9px;
    background: transparent;
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: -1px 0 0 0;
    color: #7c8f3f;
    font-size: 1.33333em; }
  @media screen and (min-width: 600px) {
    .siteHeader .sms-search {
      margin-top: 200px;
      margin-left: -218px; } }
  @media screen and (min-width: 1024px) {
    .siteHeader .sms-search {
      display: block;
      opacity: 1;
      left: inherit;
      right: 0;
      margin-top: 43px;
      margin-left: inherit; } }
  .siteHeader .sms-search.active {
    opacity: 1;
    margin-left: -150px;
    margin-top: 140px;
    transition: opacity .6s ease;
    background-color: transparent;
    right: 15px; }
    .siteHeader .sms-search.active:before {
      width: 1100px;
      background-color: #7c8f3f;
      opacity: 0.8; }
    @media screen and (min-width: 600px) {
      .siteHeader .sms-search.active {
        margin-top: 200px;
        margin-left: -218px; }
        .siteHeader .sms-search.active:before {
          top: -25px; } }
    @media screen and (min-width: 600px) and (min-width: 1024px) {
      .siteHeader .sms-search.active:before {
        background-color: transparent; } }
    @media screen and (min-width: 1024px) {
      .siteHeader .sms-search.active {
        margin-top: 43px; } }
  .siteHeader .sms-search:before {
    content: '';
    background-color: #f68b1f;
    opacity: 0;
    position: absolute;
    height: 840px;
    left: -280px;
    top: -7px;
    transition: all .6s ease;
    width: 0;
    z-index: -1; }
    @media screen and (min-width: 320px) {
      .siteHeader .sms-search:before {
        min-height: 3732px; } }
    @media screen and (min-width: 600px) {
      .siteHeader .sms-search:before {
        min-height: 2107px;
        top: -25px; } }

.searchField,
.accessibility {
  display: none; }

#fmSearch {
  float: left;
  position: relative; }
  #fmSearch fieldset {
    padding: 0;
    border-color: transparent; }

input.typeahead,
input.searchkey {
  width: 300px;
  padding: 13px 40px 15px 20px;
  border: 2px solid #f1f1f1;
  color: #93866D;
  font-size: 0.77778em;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }
  input.typeahead:focus,
  input.searchkey:focus {
    /*border-color: #990033;*/ }
  @media screen and (min-width: 600px) {
    input.typeahead,
    input.searchkey {
      width: 435px;
      font-size: 1em; } }

.tt-hint,
strong.tt-highlight {
  color: #7c8f3f !important;
  font-weight: normal; }

.tt-dataset-category1,
.tt-dataset-category2,
.tt-dataset-category3,
.tt-dataset-category4 {
  background-image: none; }

.tt-dataset-category1,
.tt-dataset-category2,
.tt-dataset-category3,
.tt-dataset-category4 {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 10px 14px;
  padding-top: 3px; }

.results ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.tt-menu,
.tt-dropdown-menu {
  position: relative !important;
  z-index: 1;
  top: 15px !important;
  background: #fff;
  color: #024b99;
  border: 2px solid #f1f1f1;
  width: 300px;
  margin-top: 15px;
  padding-bottom: 15px;
  overflow: auto; }
  @media screen and (min-width: 600px) {
    .tt-menu,
    .tt-dropdown-menu {
      width: 435px; } }

.tt-menu:after,
.tt-dropdown-menu:after,
.tt-menu:before,
.tt-dropdown-menu:before {
  bottom: 100%;
  left: 150px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
  @media screen and (min-width: 600px) {
    .tt-menu:after,
    .tt-dropdown-menu:after,
    .tt-menu:before,
    .tt-dropdown-menu:before {
      left: 217px; } }

.tt-menu:after,
.tt-dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.tt-menu:before,
.tt-dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f1f1f1;
  border-width: 13px;
  margin-left: -13px; }

.tt-suggestion {
  border-bottom: 0px dashed #ccc; }

.suggestionhead {
  display: block;
  padding-left: 15px;
  margin: 15px 0 5px 0;
  color: #7c8f3f; }

.tt-suggestion.tt-name {
  /*border: 1px solid #ff0000;*/
  color: #043f7e;
  display: block;
  cursor: pointer;
  padding-left: 20px; }

.tt-suggestion.tt-name a {
  text-decoration: none;
  color: #93866D; }
  .tt-suggestion.tt-name a .image {
    max-width: 40px;
    margin: 0 5px 5px 0; }

.tt-suggestion.tt-cursor {
  background-color: #efefef; }

.tt-suggestion .tt-name:last-child {
  border: none; }

.tt-suggestion .tt-name[data-href] {
  cursor: pointer; }

.tt-suggestion .tt-name strong {
  font-weight: normal;
  color: #999; }

.sms-search-input .tt-menu,
.sms-search-input .tt-dropdown-menu {
  max-height: 650px;
  /*overflow-y: auto;*/ }

.typeahead::-webkit-input-placeholder,
.searchkey::-webkit-input-placeholder {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }

.typeahead:-ms-input-placeholder,
.searchkey:-ms-input-placeholder {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }

.typeahead:-moz-placeholder,
.searchkey:-moz-placeholder {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }

.typeahead::-moz-placeholder,
.searchkey::-moz-placeholder {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-weight: bold;
  font-style: italic; }

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 20px; }
  .tx-indexedsearch .tx-indexedsearch-browsebox li {
    display: inline;
    margin-right: 5px; }

.tx-indexedsearch .btn {
  padding: .4em 1.2em; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number {
  background-color: #96AAD2;
  color: #FFFFFF;
  padding: 5px 10px;
  width: 35px;
  float: left;
  margin: 0 15px 15px 0; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
  margin-bottom: 10px;
  background-color: #FFFFFF; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a {
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
    text-decoration: none; }

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
  font-style: normal;
  background-color: #FFFFFF; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {
  padding: 10px; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    background-color: #f1f1f1;
    color: inherit; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  font-size: 0.77778em;
  padding: 10px;
  background: #eeeeee;
  float: left;
  width: 100%; }

.tx-indexedsearch .tx-indexedsearch-res {
  margin-bottom: 25px;
  float: left; }
  .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-header {
    background: #fff;
    float: left;
    position: relative; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-header .tx-indexedsearch-description {
      padding: 10px; }
  .tx-indexedsearch .tx-indexedsearch-res:after {
    content: '';
    clear: both; }

.indexedsearch-meter {
  width: 20%;
  height: 10px;
  /* Can be anything */
  display: inline-block;
  position: relative;
  margin: 0 0 10px 0;
  /* Just for demo spacing */
  background: #f1f1f1;
  border-radius: 25px;
  padding: 0; }

.indexedsearch-meter > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  position: relative;
  overflow: hidden; }

.indexedsearch-meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.orange > span {
  background-color: #96AAD2; }

.nostripes > span > span,
.nostripes > span:after {
  -webkit-animation: none;
  -moz-animation: none;
  background-image: none; }

/*
  Feedback form with range slider and animated
*/
#feedback-form input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%; }

#feedback-form input[type=range]:focus {
  outline: none; }

#feedback-form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101; }

#feedback-form input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px; }

#feedback-form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd; }

#feedback-form input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101; }

#feedback-form input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

#feedback-form input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent; }

#feedback-form input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

#feedback-form input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

#feedback-form input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

#feedback-form input[type=range]:focus::-ms-fill-lower {
  background: #3071a9; }

#feedback-form input[type=range]:focus::-ms-fill-upper {
  background: #367ebd; }

#feedback-form .smileys {
  width: 220px;
  height: 250px;
  margin: auto; }
  #feedback-form .smileys div {
    opacity: 0;
    position: absolute; }
  #feedback-form .smileys p {
    text-align: center; }
  @media screen and (min-width: 600px) {
    #feedback-form .smileys {
      height: 220px; }
      #feedback-form .smileys p {
        display: none; } }

#feedback-form #rating {
  width: 86%;
  margin-left: 7%; }

#feedback-form .step-label {
  margin-bottom: 20px; }
  #feedback-form .step-label label {
    text-align: center;
    display: none; }
  @media screen and (min-width: 600px) {
    #feedback-form .step-label label {
      display: inherit; } }

/**
 * Flag - Displays text like content vertically centered besides an image.
 */
/*
 * The base class for the Flag wrapper.
 */
.flag {
  display: table;
  width: 100%; }

/*
 * The image wrapper cell.
 */
.flag__image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px; }
  .flag__image > img {
    display: block;
    max-width: none; }

.flag__image--rev {
  padding-right: 0;
  padding-left: 10px; }

/*
 * The content wrapper cell.
 */
.flag__body {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .flag__body,
  .flag__body > :last-child {
    margin-bottom: 0; }

/**
 * Embed a external iframe or media file with a fluid width/height ratio.
 */
/*
 * The base class for all embed containers.
 */
.flexibleEmbed {
  position: relative;
  display: block;
  overflow: hidden; }

/*
 * The class for the embedded content.
 */
.flexibleEmbed__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * The class for the desired width/height ratio. Default ratio is 1:1.
 */
.flexibleEmbed__ratio {
  display: block;
  width: 100%;
  padding-bottom: 100%; }

.flexibleEmbed__ratio--16\/9 {
  padding-bottom: 56.25%; }

.flexibleEmbed__ratio--3\/1 {
  padding-bottom: 33.333%; }

.flexibleEmbed__ratio--2\/1 {
  padding-bottom: 50%; }

.flexibleEmbed__ratio--4\/3 {
  padding-bottom: 75%; }

/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .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: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: a 2s infinite linear; }

.fa-pulse {
  animation: a 1s infinite steps(8); }

@keyframes a {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.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: scaleX(-1); }

.fa-flip-vertical {
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  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: #fff; }

.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-allergies:before {
  content: "\f461"; }

.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-angry:before {
  content: "\f556"; }

.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-archway:before {
  content: "\f557"; }

.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-atlas:before {
  content: "\f558"; }

.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-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.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-bezier-curve:before {
  content: "\f55b"; }

.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-blender:before {
  content: "\f517"; }

.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-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.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-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.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-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.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-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.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-double:before {
  content: "\f560"; }

.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-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.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-cocktail:before {
  content: "\f561"; }

.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-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.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-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.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-equals:before {
  content: "\f52c"; }

.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-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.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-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.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-flushed:before {
  content: "\f579"; }

.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-font-awesome-logo-full:before {
  content: "\f4e6"; }

.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-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.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-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.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-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.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-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.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-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.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-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.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-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.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-id-card-alt:before {
  content: "\f47f"; }

.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-infinity:before {
  content: "\f534"; }

.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-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.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-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.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-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.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-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.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-marker:before {
  content: "\f5a1"; }

.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-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.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-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.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:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.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-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.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-old-republic:before {
  content: "\f510"; }

.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-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.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:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.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-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.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-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.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-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.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-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.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-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.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-seedling:before {
  content: "\f4d8"; }

.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-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.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-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.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-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.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-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.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-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.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-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.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-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.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-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.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-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tshirt:before {
  content: "\f553"; }

.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-umbrella-beach:before {
  content: "\f5ca"; }

.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-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.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-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.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-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.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-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.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-x-ray:before {
  content: "\f497"; }

.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-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-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-weight: 400; }

@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"); }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

.fa, .fas {
  font-weight: 900; }

/**
 * Form
 */
/*
 * The base class for all forms.
 */
.form {
  margin-bottom: 1.33333rem; }

.form__item {
  margin-bottom: 0.66667rem; }

/*
 * Display a `<form>` and all it's content in a horizontal order.
 */
.form--inline label,
.form--inline button,
.form--inline input,
.form--inline select,
.form--inline textarea,
.form--inline .form__item {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form--inline .form__item {
  margin-right: 1em; }

.form--inline label {
  margin-right: .3em; }

/*
 * adapt old forms
 */
form {
  font-size: 100%; }
  form fieldset {
    border: 1px solid #f1f1f1;
    padding: 20px; }
    form fieldset legend {
      padding: 3px;
      width: inherit;
      border: 1px solid #f1f1f1; }
  form label {
    font-size: 100%;
    display: inline-block; }
  form input,
  form textarea {
    border: 1px solid #f1f1f1;
    border-bottom-color: #96AAD2;
    background: #FFFFFF;
    font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 5px;
    color: #96AAD2; }
    form input.error.text,
    form textarea.error.text {
      background-color: rgba(150, 170, 210, 0.2); }
  form textarea {
    min-height: 150px; }
  form button[type=submit],
  form input[type=submit] {
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }
  form div.error {
    color: #F1A907; }
  form dt {
    margin-bottom: 2px; }
  form dd {
    margin-bottom: 15px; }
  form dt label {
    cursor: pointer;
    font-weight: bold;
    font-size: 100%; }
  form form p {
    clear: left;
    margin-bottom: 0;
    padding: 5px 0;
    width: 100%; }
  form dl.inline dt {
    clear: both;
    float: left;
    text-align: left; }
  form dl.inline dt label {
    margin-right: 12px; }
  form dl.inline dd {
    float: left;
    margin: 0 0 15px; }
  form .tx-srfreecap-pi1-cant-read {
    display: block; }

.add-on.inline {
  width: initial; }

.input.checkbox.mb15 {
  margin-bottom: 0; }

.tx-srfeuserregister-pi1 form select,
form select.formselect {
  border: 1px solid #f1f1f1;
  border-bottom-color: #96AAD2;
  background: #FFFFFF;
  font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 5px;
  color: #96AAD2;
  -webkit-border-radius: 0px; }
  .tx-srfeuserregister-pi1 form select.error.text,
  form select.formselect.error.text {
    background-color: rgba(150, 170, 210, 0.2); }

.check-group {
  background: #fff;
  border-right: 5px solid #fffcf9;
  margin-bottom: 5px; }

.check-group input[type="checkbox"] {
  width: initial; }

.radio-group {
  display: inline-block;
  text-align: center;
  border-right: 5px solid #fffcf9;
  margin-right: 10px; }

.radio-group label {
  display: inline-block; }

.radio-group input[type="radio"] {
  width: 100%;
  margin-right: 0; }

h3.divider {
  margin-bottom: 25px;
  margin-top: 15px;
  border-color: #96AAD2;
  color: #96AAD2; }

hr.divider {
  float: left;
  width: 100%;
  margin: 1em 0 1.5em 0; }

.tx-onetimeaccount-pi1 label.required:after {
  color: #f1a907;
  content: ' *';
  display: inline; }

#quizBalthasar h2 {
  display: none; }

#quizBalthasar p {
  color: #96AAD2;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 20px; }

#quizBalthasar button,
#quizBalthasar button[type=submit],
#quizBalthasar input[type=submit] {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }

#quizBalthasar .btn.btn--full {
  width: 100%;
  display: inline-block;
  padding: .8em 1.5em; }

#quizBalthasar .radio-group {
  display: block;
  text-align: left; }
  #quizBalthasar .radio-group .form-check-label {
    width: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 0; }
    #quizBalthasar .radio-group .form-check-label:hover {
      background-color: #efefef; }

#quizBalthasar input[type="radio"]:checked + label {
  font-weight: bold; }

#satisfactionForm105 label {
  font-weight: normal; }
  #satisfactionForm105 label strong {
    font-weight: normal;
    font-family: inherit; }

#satisfactionForm105 .form-group {
  margin-bottom: 10px; }

#satisfactionForm105 .radio-group {
  border: 0;
  width: 40%; }
  @media screen and (min-width: 1024px) {
    #satisfactionForm105 .radio-group {
      width: 14%; } }
  #satisfactionForm105 .radio-group input[type='radio'] {
    opacity: 0;
    position: absolute; }
  #satisfactionForm105 .radio-group input[type='radio'],
  #satisfactionForm105 .radio-group label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer; }
  #satisfactionForm105 .radio-group label {
    position: relative; }
  #satisfactionForm105 .radio-group label:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    line-height: 150%;
    font-size: 150%;
    font-weight: 900; }
  #satisfactionForm105 .radio-group input[type='radio']:checked + label:before {
    content: "\f00c";
    color: #fff;
    background: #7c8f3f; }
  #satisfactionForm105 .radio-group input[type='radio']:hover + label:before {
    content: "\f00c";
    color: #bbb; }
  #satisfactionForm105 .radio-group input[type='radio']:active + label:before,
  #satisfactionForm105 .radio-group input[type='radio']:focus + label:before {
    content: "\f00c";
    color: #fff;
    background: #7c8f3f; }
  #satisfactionForm105 .radio-group label {
    transition: all .3s ease;
    margin-right: 5px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 90%;
    padding: 5px 0; }
    #satisfactionForm105 .radio-group label span {
      font-family: 'OfficinaSansITCW01-Book_734509', Arial, Helvetica, sans-serif;
      display: block;
      margin-top: 10px;
      min-height: 40px; }

#satisfactionForm105 .form-navigation .progress-bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #efefef; }
  #satisfactionForm105 .form-navigation .progress-bar .step {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 10px;
    background-color: #7c8f3f; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-0 {
      background-color: #fffcf9;
      width: 100%; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-1 {
      animation: increase0 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-2 {
      animation: increase5 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-3 {
      animation: increase10 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-4 {
      animation: increase15 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-5 {
      animation: increase20 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-6 {
      animation: increase25 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-7 {
      animation: increase30 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-8 {
      animation: increase35 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-9 {
      animation: increase40 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-10 {
      animation: increase45 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-11 {
      animation: increase50 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-12 {
      animation: increase55 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-13 {
      animation: increase60 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-14 {
      animation: increase65 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-15 {
      animation: increase70 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-16 {
      animation: increase75 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-17 {
      animation: increase80 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-18 {
      animation: increase85 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-19 {
      animation: increase90 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-20 {
      animation: increase95 1s ease-in forwards; }
    #satisfactionForm105 .form-navigation .progress-bar .step.step-21 {
      animation: increase100 1s ease-in forwards; }

@keyframes increase5 {
  0% {
    width: 0%; }
  100% {
    width: 5%; } }

@keyframes increase10 {
  0% {
    width: 5%; }
  100% {
    width: 10%; } }

@keyframes increase15 {
  0% {
    width: 10%; }
  100% {
    width: 15%; } }

@keyframes increase20 {
  0% {
    width: 15%; }
  100% {
    width: 20%; } }

@keyframes increase25 {
  0% {
    width: 20%; }
  100% {
    width: 25%; } }

@keyframes increase30 {
  0% {
    width: 25%; }
  100% {
    width: 30%; } }

@keyframes increase35 {
  0% {
    width: 30%; }
  100% {
    width: 35%; } }

@keyframes increase40 {
  0% {
    width: 35%; }
  100% {
    width: 40%; } }

@keyframes increase45 {
  0% {
    width: 40%; }
  100% {
    width: 45%; } }

@keyframes increase50 {
  0% {
    width: 45%; }
  100% {
    width: 50%; } }

@keyframes increase55 {
  0% {
    width: 50%; }
  100% {
    width: 55%; } }

@keyframes increase60 {
  0% {
    width: 55%; }
  100% {
    width: 60%; } }

@keyframes increase65 {
  0% {
    width: 60%; }
  100% {
    width: 65%; } }

@keyframes increase70 {
  0% {
    width: 65%; }
  100% {
    width: 70%; } }

@keyframes increase75 {
  0% {
    width: 70%; }
  100% {
    width: 75%; } }

@keyframes increase80 {
  0% {
    width: 75%; }
  100% {
    width: 80%; } }

@keyframes increase85 {
  0% {
    width: 80%; }
  100% {
    width: 85%; } }

@keyframes increase90 {
  0% {
    width: 85%; }
  100% {
    width: 90%; } }

@keyframes increase95 {
  0% {
    width: 90%; }
  100% {
    width: 95%; } }

@keyframes increase100 {
  0% {
    width: 95%; }
  100% {
    width: 100%; } }

/**
 * Google Maps InfoWindow
 * Displays a infoWindow with Text, Logo, Direction Controls
 */
.infowindow {
  font-size: 1em;
  color: #000; }

.infowindow .header {
  margin: 0 0 5px 0;
  padding: 0px;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.11111em; }

.infowindow .zweispalten:after {
  display: block;
  content: '';
  clear: both; }

.infowindow .left {
  float: left;
  margin: 0px;
  padding: 0px; }

.infowindow .right {
  float: right;
  margin: 0 0 0 20px;
  padding: 0px;
  width: 145px; }

.infowindow .left p {
  margin: 0px;
  padding: 7px 0px; }

.right .gm-style img {
  max-width: 100% !important; }

#gp_wegbeschreibung {
  margin-top: 10px;
  height: 40px; }

#gp_wegbeschreibung_2 input.text {
  border: 1px solid #333; }

.greetingcards {
  float: none;
  margin-left: 25%; }
  .greetingcards p {
    margin-top: -55px;
    margin-bottom: 25px;
    font-size: 16px; }
    @media screen and (max-width: 640px) {
      .greetingcards p {
        margin-top: -50px; } }
  .greetingcards label {
    display: inline;
    float: none;
    width: 100px; }
  .greetingcards input {
    float: none;
    width: 30%;
    position: relative; }
    @media screen and (max-width: 480px) {
      .greetingcards input {
        visibility: hidden; } }

.greetingcard {
  margin-bottom: 15px; }
  .greetingcard input[type="radio"]:checked + label {
    clear: both; }
    .greetingcard input[type="radio"]:checked + label img {
      border: 4px solid #96AAD2; }

/**
 * Grids
 */
/*
 * Grid object which is based on the util width classes.
 */
.g,
.grid {
  margin-left: -10px;
  margin-right: -10px; }
  .g:before, .g:after,
  .grid:before,
  .grid:after {
    content: '';
    display: table; }
  .g:after,
  .grid:after {
    clear: both; }

/*
 * Grid item, floats itself into the grid and depends on the u-w#/# util classes.
 */
.gi,
.grid__item {
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.iconTeaser {
  margin-bottom: 50px; }
  .iconTeaser .teaserItem {
    text-align: center;
    margin-bottom: 40px;
    min-height: 185px;
    position: relative;
    transition: all .3s ease; }
    .iconTeaser .teaserItem .iconTeaser__teaser__tile__icon {
      font-size: 200%;
      width: 1.25em; }
    .iconTeaser .teaserItem .icon {
      background-color: #fff;
      display: inline-block;
      padding: 30px;
      border-radius: 60px;
      color: #96AAD2;
      margin-bottom: 10px;
      transition: all .3s ease;
      border: 10px solid rgba(150, 170, 210, 0.25); }
      .iconTeaser .teaserItem .icon .stroke {
        /*-webkit-text-stroke: 1px #96AAD2;
        color: #fffcf9;*/ }
    .iconTeaser .teaserItem strong {
      color: #96AAD2; }
    .iconTeaser .teaserItem:hover .icon {
      transform: scale(1.05); }
    .iconTeaser .teaserItem .description {
      background-color: #fff;
      position: absolute;
      border: 1px solid rgba(150, 170, 210, 0.25);
      border-radius: 5px;
      padding: 10px;
      font-size: 90%;
      min-width: 100%;
      top: 110px;
      left: 0;
      z-index: 1; }
      .iconTeaser .teaserItem .description:after, .iconTeaser .teaserItem .description:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .iconTeaser .teaserItem .description:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 20px;
        margin-left: -20px; }
      .iconTeaser .teaserItem .description:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: rgba(150, 170, 210, 0.25);
        border-width: 22px;
        margin-left: -22px; }

.sms-imagegallery {
  position: relative;
  margin-bottom: 25px;
  /* Add a pointer when hovering over the thumbnail images */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
  /* Container for image text */
  /* Six columns side by side */
  /* Add a transparency effect for thumnbail images */ }
  .sms-imagegallery .slideWrapper {
    position: relative;
    /* Hide the images by default */ }
    .sms-imagegallery .slideWrapper .imageSlides {
      position: relative;
      display: none;
      transition: all .3s ease; }
      .sms-imagegallery .slideWrapper .imageSlides .poster {
        width: 100%; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .sms-imagegallery .slideWrapper .imageSlides.fadeIn {
        display: block;
        animation: fadeIn 1s; }
  .sms-imagegallery .cursor {
    cursor: pointer; }
  .sms-imagegallery .prev,
  .sms-imagegallery .next {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    background-color: rgba(150, 170, 210, 0.25);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
  .sms-imagegallery .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .sms-imagegallery .prev:hover,
  .sms-imagegallery .next:hover {
    background-color: rgba(150, 170, 210, 0.75); }
  .sms-imagegallery .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0; }
  .sms-imagegallery .caption-container {
    text-align: center;
    background-color: #96AAD2;
    padding: 2px 16px;
    color: white; }
    .sms-imagegallery .caption-container p {
      margin: 0; }
  .sms-imagegallery .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .sms-imagegallery .column {
    margin: 10px 5px 0 5px;
    width: calc(100% * (1/3) - 10px); }
    @media screen and (min-width: 600px) {
      .sms-imagegallery .column {
        width: calc(100% * (1/6) - 10px); } }
  .sms-imagegallery .show {
    opacity: 0.6;
    transition: all .3s ease; }
  .sms-imagegallery .active,
  .sms-imagegallery .show:hover {
    opacity: 1; }

#tx_smsjobboerse .list tbody td {
  font-size: inherit !important; }
  #tx_smsjobboerse .list tbody td thead th {
    font-size: inherit !important; }

#tx_smsjobboerse_tabs {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  #tx_smsjobboerse_tabs ul {
    margin: 0;
    padding: 0;
    height: 39px;
    list-style: none; }
    #tx_smsjobboerse_tabs ul li {
      margin: 7px 0px 0px 0px;
      padding: 5px 15px;
      float: left;
      display: block;
      cursor: pointer;
      border: 1px solid #dddddd; }
    #tx_smsjobboerse_tabs ul li.sfhover {
      border: 1px solid #96AAD2; }
    #tx_smsjobboerse_tabs ul li.active {
      border: 1px solid #96AAD2;
      color: #fff;
      background-color: #96AAD2; }
    #tx_smsjobboerse_tabs ul li span {
      height: 32px;
      line-height: 32px;
      margin: 0px;
      padding: 0px 13px;
      float: left;
      display: block;
      color: #96AAD2;
      font-size: 100%; }
    #tx_smsjobboerse_tabs ul li.active span {
      color: #fff; }

#tx_smsjobboerse_tabs_inhalt {
  margin: 0;
  padding: 0; }
  #tx_smsjobboerse_tabs_inhalt .inhalt {
    display: none;
    margin: 0px;
    padding: 0px; }
    #tx_smsjobboerse_tabs_inhalt .inhalt .inner {
      padding: 15px; }
      #tx_smsjobboerse_tabs_inhalt .inhalt .inner.filter {
        background-color: #96AAD2;
        margin-bottom: 20px; }
      #tx_smsjobboerse_tabs_inhalt .inhalt .inner .top {
        display: none; }
    #tx_smsjobboerse_tabs_inhalt .inhalt .facilitylogo {
      max-width: 250px;
      float: right; }
  #tx_smsjobboerse_tabs_inhalt .active {
    display: block;
    margin-bottom: 10px; }
  #tx_smsjobboerse_tabs_inhalt .filters-group {
    margin-bottom: 20px; }
  #tx_smsjobboerse_tabs_inhalt .btn {
    display: block;
    font-size: 100%; }
    @media screen and (min-width: 768px) {
      #tx_smsjobboerse_tabs_inhalt .btn {
        display: inline-block; } }
    #tx_smsjobboerse_tabs_inhalt .btn.active {
      background-color: #96AAD2;
      border-color: #96AAD2;
      color: white;
      margin-bottom: 0; }

#tx_smsjobboerse #shuffler-message {
  display: none;
  margin-top: 10px; }
  #tx_smsjobboerse #shuffler-message.active {
    display: block; }

#tx_smsjobboerse .caption {
  font-size: 0.55556em; }

#tx_smsjobboerse fieldset {
  border: none;
  padding: 0; }

#tx_smsjobboerse .filter {
  padding: 0px; }
  #tx_smsjobboerse .filter select {
    border: 1px solid #dddddd;
    margin: 0px;
    padding: 12px;
    color: #51585e;
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
    border-radius: 0; }

#tx_smsjobboerse form label {
  display: none; }

#shuffler div.job-item {
  width: 100%; }
  #shuffler div.job-item.odd {
    background-color: #f1f1f1; }

#tx_smsjobboerse_googlemap {
  height: 400px; }
  #tx_smsjobboerse_googlemap .infowindow {
    font-size: 112.5%;
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
    font-weight: normal; }
    #tx_smsjobboerse_googlemap .infowindow strong {
      font-weight: bold; }
    #tx_smsjobboerse_googlemap .infowindow a {
      text-decoration: none; }
      #tx_smsjobboerse_googlemap .infowindow a:hover {
        text-decoration: underline; }

#tx_smsjobboerse .list {
  width: 100%;
  margin: 0px 0px 30px 0px; }

#tx_smsjobboerse .list thead th {
  color: #000;
  font-size: 11pt;
  background: #fff;
  font-weight: normal;
  padding: 10px 10px 10px 10px; }

#tx_smsjobboerse .list div {
  position: relative;
  float: left; }

#tx_smsjobboerse .list div span {
  display: block;
  margin: 0px;
  padding: 0px 40px 0px 0px; }

#tx_smsjobboerse .list div a {
  position: absolute; }

#tx_smsjobboerse .list div a {
  display: block;
  width: 11px;
  height: 6px;
  overflow: hidden;
  margin: 6px 0px 0px 0px;
  padding: 0px;
  _display: inline; }

#tx_smsjobboerse .list div a.desc {
  background: url(/typo3conf/ext/sms_jobboerse_fe/res/img/sorting_desc.gif) no-repeat left top;
  right: 1px;
  top: 0px; }

#tx_smsjobboerse .list div a.desc:hover,
#tx_smsjobboerse .list div a.desc:active,
#tx_smsjobboerse .list div a.desc:focus,
#tx_smsjobboerse .list div a.descactive {
  background-position: left bottom !important; }

#tx_smsjobboerse .list div a.asc {
  background: url(/typo3conf/ext/sms_jobboerse_fe/res/img/sorting_asc.gif) no-repeat left top;
  right: 15px;
  top: 0px; }

#tx_smsjobboerse .list div a.asc:hover,
#tx_smsjobboerse .list div a.asc:active,
#tx_smsjobboerse .list div a.asc:focus,
#tx_smsjobboerse .list div a.ascactive {
  background-position: left bottom !important; }

#tx_smsjobboerse .list div a span {
  display: none; }

#tx_smsjobboerse .pagebrowser {
  margin-top: 25px; }
  #tx_smsjobboerse .pagebrowser a {
    color: #51585e;
    margin: 0 2px; }
  #tx_smsjobboerse .pagebrowser .zuruck {
    display: none; }
  #tx_smsjobboerse .pagebrowser .weiter {
    display: none; }
  #tx_smsjobboerse .pagebrowser .btn:hover {
    color: #fff; }
  #tx_smsjobboerse .pagebrowser .btn--invert:hover {
    color: #51585e;
    cursor: default; }

#tx_smsjobboerse fieldset input.text,
#tx_smsjobboerse fieldset select,
#tx_smsjobboerse fieldset input.text {
  width: 100%;
  border-radius: 0;
  border-bottom: 0;
  font-size: 90%;
  background-color: #FFFFFF; }

#tx_smsjobboerse fieldset textarea.text,
#tx_smsjobboerse fieldset input.text {
  border: 1px solid #f1f1f1;
  border-bottom-color: #96AAD2;
  background: #FFF;
  font-family: ITCOfficinaSansW01-Disp_921268,Arial,Helvetica,sans-serif;
  width: 100%;
  padding: 12px;
  color: #96AAD2; }

#tx_smsjobboerse fieldset input[type=submit] {
  border-color: inherit;
  font-size: 90%;
  margin-bottom: 15px; }

#tx_smsjobboerse .back_0 {
  background: #f1f1f1; }

#tx_smsjobboerse .back_1 {
  background: #fff; }

#tx_smsjobboerse .cell {
  padding: 5px 10px; }
  #tx_smsjobboerse .cell a {
    text-decoration: none; }

#tx_smsjobboerse .list tbody a {
  display: block;
  text-decoration: none; }

#tx_smsjobboerse .inhaltbuttonrow {
  margin: 0px;
  padding: 2px 16px 0px 0px;
  height: 55px; }

#tx_smsjobboerse .inhalt .inner .kontakt .right,
#tx_smsjobboerse .inhalt .inner .bild {
  float: right;
  margin: 0px 0px 10px 10px; }

#tx_smsjobboerse .inhalt .inner .top img {
  width: 100%;
  height: 89px; }

.jobdetail_left {
  float: left;
  width: 430px; }

.jobdetail_right {
  float: right;
  width: 200px; }

.jobdetail_title h2 {
  color: #fff;
  padding-left: 25px; }

.jobdetail_title h3 {
  color: #ccc;
  padding-left: 25px; }

#tx_smsjobboerse span.select {
  margin: 0px;
  padding: 0px !important;
  overflow: hidden;
  display: block; }

.breakall {
  word-break: break-all; }

.breakword {
  word-break: break-word; }

div.headline {
  color: #93866D;
  font-weight: normal;
  font-size: 125%;
  margin-bottom: 15px;
  padding: 0 9px 0 0;
  display: block; }

.jobdetail_arbeitgeber {
  margin-bottom: 15px;
  padding: 0 9px 0 25px; }

.jobdetail_title {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0 10px 0; }

.jobdetail_kontakt {
  width: 100%;
  background-color: #f1f1f1;
  color: #51585e;
  margin-bottom: 15px;
  padding: 0; }

.jobdetail_kontakt .details {
  padding: 15px 10px 15px 25px;
  text-align: left; }

.jobdetail_title h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 20pt;
  padding: 0; }

.jobdetail_title h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 16pt;
  padding: 0; }

h4.subline {
  font-weight: normal;
  border-bottom: 4px dotted;
  font-size: 125%;
  margin: 15px 0 15px 0;
  padding: 0 0px 5px 25px;
  border-bottom: 4px dotted;
  display: inline-block; }

.meta01 h4.subline {
  color: #1a3c77;
  border-color: #1a3c77; }

.meta01 .jobdetail_title {
  background-color: #1a3c77; }

.meta02 h4.subline {
  color: #7C8F3F;
  border-color: #7C8F3F; }

.meta02 .jobdetail_title {
  background-color: #7C8F3F; }

.meta03 h4.subline {
  color: #b00d15;
  border-color: #b00d15; }

.meta03 .jobdetail_title {
  background-color: #b00d15; }

.meta05 h4.subline {
  color: #F68B1F;
  border-color: #F68B1F; }

.meta05 .jobdetail_title {
  background-color: #F68B1F; }

#sms_jobmarket.rebrush .phonetic {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.5em;
  color: #000;
  margin-top: 30px;
  margin-bottom: 50px; }

#sms_jobmarket.rebrush h1 {
  color: #93866d;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #sms_jobmarket.rebrush h1 strong {
    font-weight: bold; }

ul.langmenu {
  padding: 0;
  position: absolute;
  right: 0;
  margin: 5px 0 0 0; }
  @media screen and (min-width: 600px) {
    ul.langmenu {
      margin: 13px 0 0 0; } }
  ul.langmenu li.flag {
    display: inline; }
    ul.langmenu li.flag.de a {
      background-image: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Images/Flags/de.svg); }
    ul.langmenu li.flag.gb a {
      background-image: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Images/Flags/gb.svg); }
    ul.langmenu li.flag.tr a {
      background-image: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Images/Flags/tr.svg); }
    ul.langmenu li.flag.ru a {
      background-image: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Images/Flags/ru.svg); }
    ul.langmenu li.flag.active a {
      border: 2px solid #7c8f3f; }
    ul.langmenu li.flag a {
      display: inline-block;
      color: transparent;
      text-decoration: none;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      margin-bottom: 3px;
      margin-left: 5px;
      border: 2px solid #f1f1f1;
      box-sizing: content-box;
      width: 20px;
      height: 15px; }
      @media screen and (min-width: 600px) {
        ul.langmenu li.flag a {
          width: 28px;
          height: 21px; } }
      ul.langmenu li.flag a:hover {
        border: 2px solid #7c8f3f; }

/**
 * Media
 */
/*
 * The base class for all media elements.
 */
.media {
  display: block; }
  .media:before, .media:after {
    content: '';
    display: table; }
  .media:after {
    clear: both; }

/*
 * The class for the floated media element.
 */
.media__img {
  float: left;
  margin-right: 1.33333em; }
  .media__img > img {
    display: block; }

/*
 * Reverts the order of the elements.
 */
.media__img--rev {
  float: right;
  margin-left: 1.33333em;
  margin-right: 0; }

.media__img--compact {
  margin-right: 0.66667em; }
  .media__img--compact.media__img--rev {
    margin-left: 0.66667em;
    margin-right: 0; }

/*
 * The class for the content beside the media element.
 */
.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

/* tx_mmcguestbook form */
.tx-mmc-guestbook .form-row label {
  display: block; }

.tx-mmc-guestbook .form-row.error label {
  color: #D00; }

.tx-mmc-guestbook .form-row.error input,
.tx-mmc-guestbook .form-row.error textarea {
  color: #D00;
  border-bottom: 1px dotted #D00; }

.tx-mmc-guestbook input.h {
  display: none; }

.tx-mmc-guestbook div.pager > ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .tx-mmc-guestbook div.pager > ul span {
    display: inline-block;
    margin-right: 2px;
    border: 1px solid transparent;
    padding: .8em .3em;
    border-radius: 2px;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    transition: all .3s ease; }
  .tx-mmc-guestbook div.pager > ul li {
    float: none;
    display: inline-block;
    background-color: transparent;
    margin: 0 2px;
    border: 1px solid currentColor;
    border-color: #fff;
    border-radius: 2px;
    font-weight: 400;
    padding: initial;
    margin-bottom: 20px;
    margin-right: 0; }
    .tx-mmc-guestbook div.pager > ul li:hover a {
      color: #fff; }
    .tx-mmc-guestbook div.pager > ul li.act {
      padding: .8em 1.5em;
      background-color: #96AAD2;
      color: #fff;
      border: 1px solid #96AAD2; }
      .tx-mmc-guestbook div.pager > ul li.act a:hover {
        color: #fff;
        background-color: #96AAD2; }
    .tx-mmc-guestbook div.pager > ul li a {
      padding: .8em 1.5em;
      background-color: #fff;
      text-decoration: none;
      transition: all .3s ease;
      color: #96AAD2;
      border: 1px solid #96AAD2; }
      .tx-mmc-guestbook div.pager > ul li a:hover {
        color: #fff;
        background-color: #96AAD2; }

/* tx_mmcguestbook list pager */
.tx-mmc-guestbook div.pager > div {
  clear: both; }

.tx-mmc-guestbook div.pager {
  margin: 10px 0 18px 0; }

.tx-mmc-guestbook div.pager li.act {
  font-weight: bold; }

/* tx_mmcguestbook list list */
.tx-mmc-guestbook div.list div.entry {
  margin-bottom: 24px; }

.tx-mmc-guestbook div.list div.entry > div.title {
  font-weight: bold; }

.tx-mmc-guestbook div.list div.entry > div.contact {
  margin-top: 2px; }

.tx-mmc-guestbook div.list div.entry > div.comment {
  margin-top: 12px;
  font-style: italic; }

/***
 * GENERAL DISPLAY OPTION
 ***/
table.tx-mmforum-table {
  border: 0px none;
  border-collapse: collapse; }

td.tx-mmforum-td,
th.tx-mmforum-th {
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse;
  padding: 5px;
  color: #545353;
  border: 1px solid #dddddd !important; }

td.tx-mmforum-td2 {
  padding: 5px;
  color: #545353; }

th.tx-mmforum-th {
  background: #7c8f3f;
  color: #FFFFFF;
  padding: 5px;
  text-align: left;
  font-size: 110%; }

div.tx-mmforum-th {
  background: #7c8f3f;
  color: #FFFFFF;
  padding: 5px;
  text-align: left;
  font-size: 110%;
  border: 1px solid #dddddd;
  font-weight: bold; }

.tx-mmforum-tdtext {
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  padding: 4px; }

.tx-mmforum-tdtext-noborder {
  padding: 4px; }

div.tx-mmforum-rootline {
  color: #666666;
  margin: 4px 0px;
  padding: 2px; }

div.tx-mmforum-rootline a {
  color: #666666;
  text-decoration: none; }

div.tx-mmforum-pagenav {
  text-align: right;
  font-size: 90%;
  margin: 2px 0px 8px 0; }

td.tx-mmforum-text {
  padding: 15px; }

td.tx-mmforum-smalltext {
  padding: 3px; }

td.tx-mmforum-subth2 {
  color: #7c8f3f;
  text-align: center;
  padding: 5px;
  background-color: #fff; }

.tx-mmforum-desc {
  color: #666666;
  margin-left: 30px;
  line-height: 12px; }

.tx-mmforum-smalldesc {
  font-size: 90%;
  color: #666666; }

div.tx-mmforum-error {
  border: 3px solid #7c8f3f;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin: 4px 0px; }

div.tx-mmforum-success {
  border: 3px solid #008000;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin: 4px 0px; }

a.tx-mmforum-buttonsmall {
  margin: 5px 0px 5px 5px;
  background-color: white;
  border: 1px solid #7c8f3f;
  color: #7c8f3f !important;
  font-weight: bold;
  vertical-align: middle;
  font-size: smaller;
  padding: 2px; }

a.tx-mmforum-button {
  margin: 5px 0px 5px 5px;
  background-color: white;
  border: 1px solid #7c8f3f;
  color: #7c8f3f !important;
  font-weight: bold;
  vertical-align: middle;
  padding: 4px; }

a.tx-mmforum-button:hover {
  text-decoration: none; }

/***
 * POST LISTING
 ***/
div.tx-mmforum-pi1-listpost-date {
  float: left;
  padding: 5px;
  font-size: 70%;
  color: #333333; }

div.tx-mmforum-pi1-listpost-options {
  text-align: right; }

td.tx-mmforum-pi1-listpost-user {
  width: 120px;
  padding: 5px; }

td.tx-mmforum-pi1-listpost-text {
  padding: 15px;
  min-height: 50px;
  width: auto; }

div.tx-mmforum-pi1-codeboxnote {
  text-align: left;
  border: 1px solid #d5d5d5;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #444444;
  line-height: 125%;
  background-color: #fafafa;
  padding: 10px; }

/***
 * POST TEXTS
 ***/
.tx-mmforum-pi1-pt-quote {
  text-align: left;
  border: 1px solid #d5d5d5;
  color: #444444;
  line-height: 125%;
  background-color: #fafafa;
  padding: 10px; }

.tx-mmforum-pi1-pt-code {
  border: 1px solid #d5d5d5;
  font-family: Courier, 'Courier New', sans-serif;
  color: #5a5a5a;
  background-color: #fafafa;
  margin-left: 40px;
  padding: 5px; }

.tx-mmforum-pi1-highlight {
  background-color: yellow; }

/***
 * TOPIC LISTING
 ***/
.tx-mmforum-pi1-listtopic-newtopic {
  margin-bottom: 8px; }

.tx-mmforum-pi1-listtopic-topic {
  font-size: 90%;
  text-align: left !important;
  border-style: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse; }

.tx-mmforum-pi1-listtopic-replies {
  width: 60px;
  text-align: center;
  font-size: 90%;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse; }

.tx-mmforum-pi1-listtopic-rating {
  width: 60px;
  text-align: center !important;
  font-size: 90%;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse; }

.tx-mmforum-pi1-listtopic-author {
  width: 120px;
  text-align: center;
  font-size: 90%;
  border-style: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse; }

.tx-mmforum-pi1-listtopic-lastpost {
  width: 150px;
  text-align: center;
  font-size: 90%;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse; }

.tx-mmforum-pi1-listtopic-image {
  float: left;
  margin-right: 8px;
  margin-left: 4px; }

.tx-mmforum-pi1-listtopic-topicname {
  font-weight: bold; }

.tx-mmforum-pi1-listtopic-prefix {
  color: blue; }

.tx-mmforum-pi1-listtopic-pages {
  padding-left: 30px;
  font-size: 70%; }

.tx-mmforum-pi1-listtopic-pages a {
  text-decoration: none; }

.tx-mmforum-pi1-listtopic-location {
  padding-left: 30px;
  color: #888888;
  font-size: 70%;
  font-weight: normal; }

/***
 * BOARD LISTING
 ***/
.tx-mmforum-pi1-listforum-forum {
  text-align: left !important; }

.tx-mmforum-pi1-listforum-topics {
  width: 60px;
  text-align: center; }

.tx-mmforum-pi1-listforum-posts {
  width: 60px;
  text-align: center; }

.tx-mmforum-pi1-listforum-lastpost {
  width: 150px;
  text-align: center;
  font-size: 90%; }

/***
 * TOPIC CREATION
 ***/
td.tx-mmforum-pi1-newpost-left {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse;
  width: 150px;
  text-align: left;
  padding: 10px; }

td.tx-mmforum-pi1-newpost-middle {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse;
  text-align: center;
  padding: 10px; }

td.tx-mmforum-pi1-newpost-right {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  text-align: right;
  padding: 10px; }

/***
 * POST ALERTION
 ***/
.tx-mmforum-pi1-tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #dddddd; }

.tx-mmforum-pi1-tooltip-header {
  background: #7c8f3f;
  color: #FFFFFF;
  padding: 5px;
  text-align: left;
  font-size: 110%;
  border-bottom: 1px solid #dddddd;
  font-weight: bold; }

.tx-mmforum-pi1-tooltip-text {
  padding: 5px; }

.tx-mmforum-pi1-postalert-error {
  color: #7c8f3f;
  font-weight: bold;
  text-align: left;
  padding-top: 8px; }

/***
 * USER DETAILS
 ***/
.tx-mmforum-pi1-userdetail-fieldname {
  text-align: right;
  padding: 3px; }

.tx-mmforum-pi1-userdetail-fieldvalue {
  text-align: left;
  padding: 3px; }

.tx-mmforum-pi1-moderator {
  color: #0D71A4;
  font-weight: bold; }

.tx-mmforum-pi1-administrator {
  color: #7c8f3f;
  font-weight: bold; }

/***
 * PRIVATE MESSENGING
 ***/
.tx-mmforum-pi3-pminbox-item {
  padding: 5px;
  text-align: center; }

.tx-mmforum-pi3-pminbox-item a {
  font-weight: normal !important; }

.tx-mmforum-pi3-pminbox-unread {
  font-weight: bold; }

.tx-mmforum-pi3-message-text {
  border: 1px solid #DDDDDD;
  padding: 5px;
  margin: 5px;
  background: #EEEEEE; }

.tx-mmforum-pi3-newposts {
  float: right; }

#tx_mmforum_pi3_get-stats {
  /*position: relative;*/ }

#tx_mmforum_pi3_quicksearch {
  position: absolute;
  /*top: 0px;
    left: 0px;*/
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 143px; }

#tx_mmforum_pi3_quicksearch ul,
#tx_mmforum_pi3_quicksearch li {
  margin: 0;
  padding: 0;
  list-style: none; }

.tx-mmforum-pi3-quicksearch_item {
  display: block;
  border: 0;
  font: normal 10px Tahoma;
  padding: 3px 10px !important;
  color: #000000 !important;
  text-decoration: none; }

.tx-mmforum-pi3-quicksearch_itemHover {
  display: block;
  border: 0;
  font: normal 10px Tahoma;
  padding: 3px 10px !important;
  color: #ffffff !important;
  background: #7c8f3f;
  cursor: pointer;
  text-decoration: none; }

/***
 * FORM FIELDS
 ***/
.tx-mmforum-input {
  border: 1px solid #AAAAAA !important;
  padding: 2px;
  vertical-align: middle; }

select.tx-mmforum-select {
  border: 1px solid #AAAAAA; }

select.tx-mmforum-select option,
option.tx-mmforum-option2 {
  border-top: 1px solid #DCDDDE;
  color: #666666; }

select.tx-mmforum-select optgroup,
option.tx-mmforum-option1 {
  font-weight: bold;
  font-style: normal;
  color: #666666; }

input.tx-mmforum-button {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-weight: bold;
  font-size: 110%;
  margin-top: 10px;
  padding: 4px 5px 4px 5px;
  width: 140px;
  vertical-align: middle;
  margin: 5px 0px 5px 5px;
  background-position: 0 0;
  background-color: #7c8f3f;
  /* border:1px solid map-get($brand-colors,primary)*/
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: middle; }

input.tx-mmforum-button:hover {
  box-shadow: 0 0 3px #999999;
  -moz-box-shadow: 0 0 3px #999999;
  -webkit-box-shadow: 0 0 3px #999999; }

/***
 * User Registration
 ***/
.tx-mmforum-pi2-fliesstext_rot2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #7c8f3f;
  padding-left: 10px;
  padding-top: 5px; }

.tx-mmforum-pi2-container {
  border: 1px solid #7c8f3f; }

DIV.tx-mmforum-pi2-container p label {
  float: left;
  width: 130px;
  padding-left: 10px; }

.tx-mmforum-pi1 span.error,
.tx-mmforum-pi1 div.error {
  color: red;
  font-weight: bold; }

/***
 * PORTAL INFO
 ***/
.tx-mmforum-pi6-container {
  border: 1px solid #7c8f3f;
  padding: 0px;
  margin: 0px 25px 10px 25px;
  color: #aaaaaa;
  font-size: 90%;
  text-align: left; }

.tx-mmforum-pi6-container h3 {
  color: #9b9a9a;
  margin: 0px;
  padding: 0px; }

.tx-mmforum-pi6-container a {
  color: #aaaaaa; }

.tx-mmforum-pi6-us {
  padding: 3px 0px 3px 5px;
  background-color: #7c8f3f;
  border-bottom: 1px solid #7c8f3f; }

.tx-mmforum-pi6-content {
  padding: 5px 10px 10px 10px; }

.tx-mmforum-pi6-strong {
  color: #7c8f3f;
  font-weight: bold; }

a.tx-mmforum-pi6-admin {
  color: #7c8f3f !important;
  font-weight: bold; }

a.tx-mmforum-pi6-mod {
  font-weight: bold;
  color: #7c8f3f !important; }

/**
* CSS for search
**/
.tx-mmforum-pi4-search_options {
  padding: 10px 0px 10px 0px; }

.tx-mmforum-pi4-search_options_header {
  font-size: 110%;
  font-weight: bold;
  color: #FFFFFF;
  background: #7c8f3f;
  padding: 2px 0px 2px 5px; }

.tx-mmforum-pi4-search_options_details {
  border: 1px solid #DDDDDD;
  padding: 0px; }

.tx-mmforum-pi4-suche-abstand {
  margin-top: 2px;
  margin-right: 7px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 10px;
  float: left; }

.tx-mmforum-pi4-suche-details-abstand {
  margin-top: 10px; }

.tx-mmforum-pi4-suche-details-sort select {
  width: 200px; }

.tx-mmforum-pi4-suche-details-abstand-check {
  width: 100px;
  margin-top: 5px;
  border: 1px solid red;
  float: left; }

.tx-mmforum-pi4-geloest {
  padding-top: 1px;
  padding-right: 5px;
  float: left; }

.tx-mmforum-pi4-suche-abstand input {
  width: 200px; }

.tx-mmforum-pi4-suche-box {
  padding: 10px;
  background-color: #7c8f3f;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }

.tx-mmforum-pi4-suche-starten-abstand {
  padding-top: 10px; }

.tx-mmforum-pi4-abstand-bottom {
  height: 10px;
  width: 100px; }

/* INFO BOX */
.tx-mmforum-pi4-info-box {
  position: absolute;
  visibility: hidden;
  z-index: 9999;
  width: 600px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  margin-left: 20px; }

.tx-mmforum-pi4-infoBoxHeader {
  color: #FFFFFF;
  width: 600px;
  height: 20px;
  background: #7c8f3f;
  font-weight: bold; }

.tx-mmforum-pi4-infoBoxHeader a {
  color: #FFFFFF; }

.tx-mmforum-pi4-infoBoxHeader a:hover {
  color: #FFFFFF; }

.tx-mmforum-pi4-infoBoxContent {
  clear: both; }

.tx-mmforum-pi4-kurzanleitung {
  padding: 5px 0px 5px 10px; }

#dasx a {
  color: #FFFFFF; }

#dasx a:hover {
  color: #FFFFFF; }

.tx-mmforum-pi4-regeln li {
  border-bottom: 1px solid #7c8f3f;
  border-top: 1px solid #7c8f3f;
  margin-bottom: 20px;
  padding: 5px 10px 10px 10px;
  background-color: #7c8f3f; }

.tx-mmforum-pi4-search_infobox {
  margin-left: 5px;
  margin-right: 10px;
  width: 150px;
  font-size: 90%;
  color: #616161;
  border: 1px solid #DDDDDD;
  background-color: #eeeded; }

.tx-mmforum-pi4-search_info {
  line-height: 12px;
  font-size: 90%;
  color: #aaaaaa;
  background: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  padding: 2px 0px 2px 5px; }

.tx-mmforum-pi4-infobox-titel {
  padding-left: 5px; }

.tx-mmforum-pi4-search-box-aussen {
  border: 1px solid #eceded;
  width: 100%;
  float: left;
  background-repeat: no-repeat; }

.tx-mmforum-pi4-search-box-rechts {
  width: 170px;
  height: 100px;
  margin-top: 10px;
  float: right; }

.tx-mmforum-pi4-search-box-links {
  width: 70%;
  padding: 5px;
  float: left; }

.tx-mmforum-pi4-search-box-links a {
  font-weight: bold; }

.tx-mmforum-pi4-search-box-unten {
  width: 100%;
  text-align: right;
  float: left; }

.tx-mmforum-pi4-search_title {
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #dddddd;
  font-size: 115%;
  font-weight: bold;
  width: 100%;
  float: left;
  border-top: 1px solid #eceded;
  border-left: 1px solid #eceded;
  border-right: 1px solid #eceded; }

.tx-mmforum-pi4-search-link {
  text-align: left;
  float: left;
  padding-left: 8px;
  padding-bottom: 2px;
  color: #7c8f3f; }

.tx-mmforum-pi4-search-link a {
  font-weight: bold; }

/***
 * USER CONFIGURATION
 ***/
.tx-mmforum-pi5-configleft {
  text-align: right; }

/***
 * USER CONTROL CENTER
 ***/
.tx-mmforum-pi1-user {
  width: 100%; }

.tx-mmforum-pi1-user-menu {
  text-align: right;
  border: 1px solid #dddddd;
  border-bottom: 0px;
  border-top: 0px;
  display: block;
  margin: 0;
  padding: 4px; }

.tx-mmforum-pi1-user-content {
  border: 1px solid #dddddd;
  padding: 8px; }

/***
 * CODE HIGHLIGHTING
 ***/
.tx-mmforum-pi1-codeheader {
  border-top: 1px solid #BCBEC0;
  border-left: 1px solid #BCBEC0;
  border-right: 1px solid #BCBEC0;
  background: #ddd;
  font-weight: bold;
  padding: 5px; }

.tx-mmforum-pi1-codeblock {
  border: 1px solid #BCBEC0;
  background-color: #F6F6F6;
  overflow: auto;
  padding-left: 7px;
  line-height: 15px;
  padding-top: 4px;
  padding-bottom: 4px; }

.tx-mmforum-pi1-codeblock a {
  text-decoration: none; }

.tx-mmforum-pi1-codeblock a:hover {
  text-decoration: none;
  background-color: yellow; }

.tx-mmforum-pi1-codeblock a:visited {
  text-decoration: none; }

.tx-mmforum-pi1-linenumbering {
  float: left;
  background: #ddd;
  color: #000;
  border-top: 1px solid #ddd;
  border-left: 1px solid #BCBEC0;
  border-bottom: 1px solid #BCBEC0;
  padding: 4px;
  line-height: 15px;
  text-align: right; }

.tx-mmforum-pi1 a {
  color: #7c8f3f !important; }

.tx-mmforum-pi1 a:hover {
  color: #7c8f3f !important;
  background: none !important; }

.tx-mmforum-pi3 a {
  color: #7c8f3f; }

.tx-mmforum-pi3 a:hover {
  color: #7c8f3f; }

.listforum {
  border-collapse: collapse; }

.listforum tr,
.listforum td {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: normal;
  border: 1px solid #DDDDDD; }

div#tx-mmforum-footer {
  font-size: 90%;
  color: #999999;
  text-align: center; }

.tx-mmforum-pi1-attachmentlabel {
  font-weight: bold; }

.tx-mmforum-pi1-attachment {
  padding-left: 16px; }

.tx-mmforum-poll-question {
  font-weight: bold; }

.tx-mmforum-poll-expireson {
  font-size: 90%;
  color: #aaaaaa;
  margin-top: 8px; }

.tx-mmforum-pi4-title {
  color: #666666; }

.tx-mmforum-pi4-title a {
  color: #666666;
  font-weight: bold; }

.tx-mmforum-pi4-title a:hover {
  color: #7c8f3f; }

.tx-mmforum-pi4-content a {
  color: #666666; }

.tx-mmforum-pi4-content a:hover {
  color: #7c8f3f; }

th.tx-mmforum-th a {
  color: white !important; }

.tx-mmforum-pi1-listposts-prefix {
  color: black !important; }

.tx-mmforum-poll-icon {
  float: left;
  margin-right: 8px; }

.tx-mmforum-pi3-pminbox-icon {
  float: left;
  margin-right: 8px; }

.tx-mmforum-textbutton {
  float: left;
  padding: 3px;
  margin: 0px 4px 3px 0px;
  text-decoration: none;
  background-position: 0 -26px;
  border: 1px solid #7c8f3f;
  color: #7c8f3f;
  white-space: nowrap;
  border-radius: 10px; }

div.tx-mmforum-textbutton:hover {
  box-shadow: 0 0 3px #999999;
  -moz-box-shadow: 0 0 3px #999999;
  -webkit-box-shadow: 0 0 3px #999999; }

.tx-mmforum-pi1 .tx-mmforum-textbutton a {
  text-decoration: none;
  font-size: 110%;
  font-weight: bold !important;
  color: #7c8f3f !important;
  padding: 0 15px !important;
  line-height: 1.5em !important; }

.tx-mmforum-pi3 a,
.tx-mmforum-pi3 .tx-mmforum-textbutton a {
  text-decoration: none;
  font-size: 110%;
  color: #7c8f3f !important;
  padding: 0 15px;
  line-height: 1.5em; }

.tx-mmforum-pi3 .tx-mmforum-textbutton a {
  font-weight: bold !important; }

.tx-mmforum-pi3 td a {
  color: #7c8f3f !important;
  text-decoration: underline;
  line-height: 1em;
  padding: 0 10px; }

.tx-mmforum-pi3 a:hover {
  background: none !important;
  color: #7c8f3f !important; }

.tx-mmforum-textbutton img {
  vertical-align: middle;
  margin-right: 8px;
  display: none; }

.tx-mmforum-pi1-listpost-topicicon {
  float: left;
  margin-right: 16px; }

.tx-mmforum-pi3-buttons {
  margin: 8px 0px; }

.tx-mmforum-pi1-listpost-options .tx-mmforum-textbutton {
  float: right; }

.tx-mmforum-pi2-textbutton img {
  vertical-align: middle;
  margin-right: 8px; }

.tx-mmforum-pi1 img {
  margin-right: 5px; }

td.tx-mmforum-optth {
  color: #7c8f3f;
  padding: 2px 4px;
  background-color: #eeeeee;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse; }

td.tx-mmforum-optth-disabled {
  color: #666666;
  padding: 2px;
  background-color: #eeeeee;
  border-style: hidden !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-collapse: collapse; }

.tx-mmforum-pi1-listpost-rating {
  float: left; }

.tx-mmforum-pagenav .tx-pagebrowse {
  text-align: right !important;
  padding: 0 15px 0 0 !important; }

.tx-mmforum-pagenav .tx-pagebrowse li {
  background: none !important; }

.tx-mmforum-pi1 .markItUp {
  width: 100%; }

/**
 * Navigations
 */
/*
 * Throws a list into horizontal mode.
 */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav > li {
    display: inline-block; }
    .nav > li > a {
      display: block; }

/*
 * Throws a list into vertical mode.
 */
.nav--stacked > li {
  display: list-item; }

/*
 * Forces a list to occupy 100% of the available width of it's parent.
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }

/*
 * Horizontal submenu on subpages - to be migrated into scss structure
 */
ul.submenu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 600px) {
    ul.submenu {
      display: block; } }
  @media screen and (min-width: 1024px) {
    ul.submenu {
      display: block; } }
  ul.submenu li {
    display: block;
    margin-bottom: 20px; }
    @media screen and (min-width: 600px) {
      ul.submenu li {
        display: inline-block; } }
    @media screen and (min-width: 1024px) {
      ul.submenu li {
        display: inline-block; } }
    ul.submenu li a {
      text-decoration: none;
      display: block;
      position: relative;
      overflow: hidden;
      height: 200px;
      border: 2px solid #f1f1f1;
      color: #96AAD2; }
      ul.submenu li a:hover {
        border: 2px solid #96AAD2; }
      ul.submenu li a .image {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        height: 100%;
        position: relative; }
      ul.submenu li a .titles {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px 15px;
        background-color: #96AAD2;
        color: #FFFFFF; }
        ul.submenu li a .titles:after {
          bottom: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: #96AAD2;
          border-width: 15px;
          margin-left: -15px; }
        ul.submenu li a .titles h3 {
          color: #FFFFFF;
          font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
          font-size: 0.88889em;
          padding-bottom: 0; }
        ul.submenu li a .titles span {
          font-size: 0.88889em; }
    ul.submenu li ul.second {
      display: none;
      position: absolute;
      z-index: 1;
      margin: -2px 0 0 0;
      padding: 0;
      left: 0;
      background-color: #FFFFFF;
      border: 2px solid #96AAD2; }
      ul.submenu li ul.second li a {
        border: none; }

ul.submenu__static {
  display: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    ul.submenu__static {
      display: block; } }
  ul.submenu__static li {
    width: 100%;
    display: block; }
    ul.submenu__static li a {
      z-index: 2;
      text-decoration: none;
      display: block;
      overflow: auto;
      padding: 5px 15px;
      border: 2px solid #f1f1f1;
      color: #7c8f3f;
      background-color: #FFFFFF;
      font-size: 1em;
      font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
      margin-bottom: 10px; }
      ul.submenu__static li a:hover {
        border-color: #7c8f3f; }
      ul.submenu__static li a.active {
        background-color: #7c8f3f;
        color: #FFFFFF;
        border-color: #7c8f3f; }
    ul.submenu__static li ul.second {
      display: block;
      padding: 0;
      margin: 0;
      border: 0; }
      ul.submenu__static li ul.second li a {
        display: inline-block;
        border: none;
        color: #51585e;
        width: 100%;
        background-color: #efefef;
        margin-bottom: 7px;
        font-size: 0.88889em;
        border-radius: 5px; }
        ul.submenu__static li ul.second li a:hover {
          color: #7c8f3f; }
        ul.submenu__static li ul.second li a.active {
          color: #7c8f3f; }

.nav.meta li a {
  background-color: transparent;
  padding: 5px 20px;
  font-size: 15px;
  color: transparent;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  transition: all .6s ease; }
  .nav.meta li a:hover {
    background-color: #FFFFFF;
    text-decoration: none; }

.nav.meta li:last-child a,
.nav.meta li:last-child a:hover {
  background-color: #93866d;
  color: #FFFFFF !important;
  text-decoration: none; }

.nav.cluster li a {
  padding: 5px 20px;
  font-size: 0.83333em;
  color: #f1f1f1;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #FFFFFF; }
  .nav.cluster li a:hover {
    border-bottom: 2px solid #f1f1f1;
    text-decoration: none; }
  .nav.cluster li a.active {
    color: #7c8f3f;
    border-bottom: 2px solid #7c8f3f; }

.rootlineBar {
  position: relative;
  display: none;
  background-color: #96AAD2; }
  @media screen and (min-width: 600px) {
    .rootlineBar {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .rootlineBar {
      display: block; } }

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 0.72222em;
  padding: 0;
  margin: 0 0 1.5rem 0;
  background-color: #96AAD2; }
  .breadcrumb li {
    float: left;
    background-color: #FFFFFF; }
    .breadcrumb li a {
      color: white;
      text-decoration: none;
      padding: 5px 10px 5px 30px;
      background: #96AAD2;
      position: relative;
      display: block;
      float: left; }
      .breadcrumb li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        /* Go big on the size, and let overflow hide */
        border-bottom: 14px solid transparent;
        border-left: 14px solid #96AAD2;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 100%;
        z-index: 1; }
      .breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        /* Go big on the size, and let overflow hide */
        border-bottom: 14px solid transparent;
        border-left: 14px solid white;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 100%;
        z-index: 1; }
  .breadcrumb:after {
    content: ''; }

ul.submenu__horizontal {
  display: none;
  position: relative;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 600px) {
    ul.submenu__horizontal {
      display: block; } }
  @media screen and (min-width: 1024px) {
    ul.submenu__horizontal {
      display: block; } }
  ul.submenu__horizontal li {
    display: block;
    margin-bottom: 10px; }
    @media screen and (min-width: 600px) {
      ul.submenu__horizontal li {
        display: inline-block; } }
    @media screen and (min-width: 1024px) {
      ul.submenu__horizontal li {
        display: inline-block; } }
    ul.submenu__horizontal li:hover a {
      border: 2px solid #7c8f3f;
      color: #7c8f3f;
      position: relative;
      z-index: 2; }
    ul.submenu__horizontal li:hover span {
      background: #FFFFFF;
      display: block;
      height: 2px;
      margin-top: -2px;
      margin-right: 10px;
      position: relative;
      z-index: 2;
      top: 0;
      border-left: 2px solid #7c8f3f;
      border-right: 2px solid #7c8f3f; }
    ul.submenu__horizontal li:hover ul.second {
      display: block;
      width: 100%;
      padding: 10px; }
      ul.submenu__horizontal li:hover ul.second li {
        margin-bottom: 0px; }
        ul.submenu__horizontal li:hover ul.second li a {
          display: inline-block;
          border: none;
          color: #51585e;
          width: 100%;
          background-color: #efefef;
          margin-bottom: 7px;
          font-size: 1em;
          border-radius: 5px; }
          ul.submenu__horizontal li:hover ul.second li a.active {
            color: #7c8f3f;
            border-bottom-color: #FFFFFF; }
          ul.submenu__horizontal li:hover ul.second li a:hover {
            color: #FFFFFF;
            background-color: #7c8f3f; }
    ul.submenu__horizontal li:hover ul.third {
      display: none;
      margin: 0;
      padding: 0; }
      ul.submenu__horizontal li:hover ul.third li a {
        border: none;
        color: #93866D;
        background: #FFFFFF;
        margin-bottom: -1px;
        padding-left: 35px;
        font-size: 13px; }
        ul.submenu__horizontal li:hover ul.third li a.active {
          color: #FFFFFF;
          background: #7c8f3f; }
    ul.submenu__horizontal li a {
      text-decoration: none;
      display: block;
      padding: 5px 15px;
      margin-right: 10px;
      border: 2px solid #f1f1f1;
      color: #7c8f3f;
      font-size: 1em;
      font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
      background-color: #FFFFFF; }
      ul.submenu__horizontal li a.active {
        background-color: #7c8f3f;
        color: #FFFFFF;
        border-color: #7c8f3f; }
    ul.submenu__horizontal li ul.second {
      display: none;
      position: absolute;
      z-index: 1;
      margin: -2px 0 0 0;
      padding: 0;
      left: 0;
      background-color: #FFFFFF;
      border: 2px solid #7c8f3f; }
      ul.submenu__horizontal li ul.second li a {
        border: none; }

/******************************
* Subnavigation for microsite *
******************************/
.micrositeSubnavigation ul.submenu__horizontal {
  margin-top: 1.5rem; }
  .micrositeSubnavigation ul.submenu__horizontal li a {
    border-color: #7c8f3f; }
    .micrositeSubnavigation ul.submenu__horizontal li a.active {
      color: #FFFFFF;
      background-color: #7c8f3f; }
  .micrositeSubnavigation ul.submenu__horizontal li:hover a {
    color: #FFFFFF;
    border-color: #7c8f3f;
    background-color: #7c8f3f; }
  .micrositeSubnavigation ul.submenu__horizontal li:hover span {
    background-color: #7c8f3f; }
  .micrositeSubnavigation ul.submenu__horizontal li:hover ul.second {
    background-color: #7c8f3f; }
    .micrositeSubnavigation ul.submenu__horizontal li:hover ul.second li a.active, .micrositeSubnavigation ul.submenu__horizontal li:hover ul.second li a:hover {
      color: #51585e;
      background-color: #FFFFFF; }

.breadcrumb li:first-child a {
  padding-left: 15px; }

.breadcrumb li:nth-child(2) a {
  background: rgba(150, 170, 210, 0.8); }

.breadcrumb li:nth-child(2) a:after {
  border-left-color: rgba(150, 170, 210, 0.8); }

.breadcrumb li:nth-child(3) a {
  background: rgba(150, 170, 210, 0.7); }

.breadcrumb li:nth-child(3) a:after {
  border-left-color: rgba(150, 170, 210, 0.7); }

.breadcrumb li:nth-child(4) a {
  background: rgba(150, 170, 210, 0.6); }

.breadcrumb li:nth-child(4) a:after {
  border-left-color: rgba(150, 170, 210, 0.6); }

.breadcrumb li:nth-child(5) a {
  background: rgba(150, 170, 210, 0.5); }

.breadcrumb li:nth-child(5) a:after {
  border-left-color: rgba(150, 170, 210, 0.5); }

.breadcrumb li:last-child a {
  background: #f1f1f1 !important;
  color: #51585e;
  pointer-events: none;
  cursor: default;
  padding-right: 15px; }

.breadcrumb li:last-child a:after {
  border: none !important; }

.breadcrumb li:last-child a:before {
  border-left-color: #f1f1f1; }

.breadcrumb li a:hover {
  background: #96AAD2; }

.breadcrumb li a:hover:after {
  border-left-color: #96AAD2 !important; }

.news-latest-container {
  padding: 10px; }
  .news-latest-container a:hover {
    text-decoration: none; }
    .news-latest-container a:hover .even .newstext {
      top: -210px;
      height: 250px;
      color: #FFFFFF; }
      .news-latest-container a:hover .even .newstext:before {
        bottom: 0;
        height: 25px; }
    .news-latest-container a:hover .even .image {
      top: -210px; }
    .news-latest-container a:hover .odd .newstext {
      top: 0px;
      height: 250px;
      color: #FFFFFF; }
    .news-latest-container a:hover .odd .image {
      bottom: -110px; }
  .news-latest-container .item {
    margin-bottom: 20px;
    overflow: hidden;
    height: 320px;
    position: relative; }
    .news-latest-container .item:after {
      content: " ";
      display: block;
      background-color: #96AAD2;
      height: 10px; }
  .news-latest-container .even .newstext {
    top: -75px;
    transition: all .3s ease; }
  .news-latest-container .even .image {
    top: 0;
    transition: all .3s ease; }
  .news-latest-container .odd .newstext {
    top: 0px;
    transition: all .3s ease; }
  .news-latest-container .odd .image {
    bottom: 0;
    transition: all .3s ease; }
  .news-latest-container .newstext {
    position: relative;
    height: 120px;
    padding: 20px;
    background-color: #96AAD2;
    color: #FFFFFF; }
    .news-latest-container .newstext > div {
      transition: all .3s ease; }
    .news-latest-container .newstext .date {
      font-size: 0.88889em; }
    .news-latest-container .newstext h3 {
      color: #FFFFFF;
      font-size: 0.88889em;
      padding: 5px 0 5px 0;
      min-height: 80px; }
      .news-latest-container .newstext h3:before {
        content: " ";
        display: block; }
      .news-latest-container .newstext h3:after {
        content: " ";
        display: block;
        padding-top: 10px;
        margin-bottom: 10px; }
    .news-latest-container .newstext:after, .news-latest-container .newstext:before {
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
  .news-latest-container .odd .newstext:after,
  .news-latest-container .odd .newstext:before {
    top: 100%; }
  .news-latest-container .even .newstext:after,
  .news-latest-container .even .newstext:before {
    bottom: 100%; }
  .news-latest-container .odd .newstext:after {
    border-color: rgba(150, 170, 210, 0);
    border-width: 20px;
    margin-left: -20px; }
  .news-latest-container .odd .newstext:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 26px;
    margin-left: -26px;
    border-top-color: #96AAD2;
    z-index: 1; }
  .news-latest-container .even .newstext:after {
    border-color: rgba(124, 143, 63, 0);
    border-width: 20px;
    margin-left: -20px;
    border-bottom-color: #96AAD2; }
  .news-latest-container .even .newstext:before {
    background: linear-gradient(to bottom, rgba(150, 170, 210, 0.01) 0%, #96aad2 100%);
    height: 15px;
    width: 100%;
    bottom: 5px;
    left: 0;
    border: 0; }
  .news-latest-container .image {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 280px;
    position: relative; }
  @media screen and (min-width: 1024px) {
    .news-latest-container .newstext h3 {
      font-size: 20px; } }

.news-single-container .news-single-img {
  float: left;
  margin: 0px; }
  .news-single-container .news-single-img img {
    width: 100%;
    border: 2px solid #f1f1f1;
    padding: 10px; }

.news-single-container .news-single-imgcaption {
  font-size: 0.77778em; }

.news-single-container .news-single-files dt,
.news-single-container .news-single-links dt {
  margin: 0px;
  padding: 0 15px 10px 0;
  font-size: 24px;
  color: #444;
  font-family: 'OfficinaSansITCW01-Book_734509', Arial, Helvetica, sans-serif; }

.news-single-container .news-single-files dd,
.news-single-container .news-single-links dd {
  margin-left: 0; }
  .news-single-container .news-single-files dd a,
  .news-single-container .news-single-links dd a {
    margin: 0 10px 0 5px; }

.news-single-container .news-single-pager {
  float: left;
  width: 100%;
  margin: 25px 0 25px 0;
  background-color: #96AAD2;
  color: #FFFFFF; }
  .news-single-container .news-single-pager a {
    color: #FFFFFF;
    text-decoration: none; }

.news-header-list-container {
  padding-bottom: 1em; }
  .news-header-list-container div {
    display: inline; }

.news-short-list-view a.more {
  margin-bottom: 10px;
  text-decoration: none;
  color: #51585e; }
  @media screen and (min-width: 740px) {
    .news-short-list-view a.more {
      display: -ms-flexbox;
      display: flex; } }
  .news-short-list-view a.more .image {
    background-size: cover;
    height: 180px; }
    @media screen and (min-width: 740px) {
      .news-short-list-view a.more .image {
        min-width: 150px;
        max-width: 150px;
        margin-right: 10px;
        height: 100px; } }
    @media screen and (min-width: 1024px) {
      .news-short-list-view a.more .image {
        min-width: 200px;
        max-width: 200px;
        height: 150px; } }
  .news-short-list-view a.more > div .headline {
    font-size: 1.33333em;
    margin-bottom: 30px; }
  .news-short-list-view a.more > div .dateitem {
    display: block; }

.newsListContainer .newsListItem {
  margin-bottom: 30px; }
  .newsListContainer .newsListItem h3 {
    padding-bottom: 0; }
    .newsListContainer .newsListItem h3 a {
      color: inherit;
      text-decoration: none; }

.newsListContainer .news-list-browse {
  font-size: inherit; }

.newsAmenuContainer ul.submenu__horizontal {
  display: block; }
  .newsAmenuContainer ul.submenu__horizontal li {
    display: inline-block; }
    .newsAmenuContainer ul.submenu__horizontal li.activNaviGWB:hover a {
      color: #FFFFFF; }
    .newsAmenuContainer ul.submenu__horizontal li.activNaviGWB a {
      background-color: #7c8f3f;
      color: #FFFFFF;
      border-color: #7c8f3f; }

.calendar-table {
  padding: 1em;
  width: 100%; }

.calendar-table a {
  text-decoration: underline; }

.calendar-table TD, .calendar-table TH {
  padding: 3px;
  text-align: center; }

.calendar-table caption {
  font-size: 200%;
  text-transform: uppercase; }

.linked_today {
  padding: 2px;
  color: #FFFFFF;
  background-color: #96AAD2;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #FFFFFF; }

.linked_today_nolink {
  padding: 2px;
  background: #eee; }

.linked_day {
  padding: 2px;
  text-decoration: none;
  cursor: default;
  border: 1px solid #fff;
  color: #fff;
  background: #7c8f3f; }

.catID70,
.catID71 {
  backgound-repeat: repeat-x; }

/* News-Kategorie intern */
.catID70 {
  background-position: 0 0; }

/* News-Kategorie extern */
.catID71 {
  background-position: 0 -37px; }

/* News-Kategorie intern und extern */
.catID70.catID71 {
  background-position: 0 -74px; }

/* List view CSS */
.newsCalendar_listHeader {
  font-size: 1.5em;
  font-weight: bold;
  color: #333333; }

.newsCalendar_listItem {
  display: table;
  padding-bottom: 1em; }

.newsCalendar_listItem_image {
  display: table;
  float: left;
  padding: 3px;
  border: 1px solid #CCC;
  margin-top: 3px;
  margin-right: 3px; }

.newsCalendar_listItemHeader {
  font-weight: bold;
  padding-top: 1em;
  font-size: 1.25em; }

td.columPrevious,
td.columYear,
td.columNext {
  background-color: #96AAD2;
  vertical-align: middle; }

.calendar-table td.columPrevious {
  border: none; }

.calendar-table td.columNext {
  border: none; }

.calendar-table td.columYear {
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  border: none; }

.calendar-table th {
  background: #898361;
  /* Old browsers */
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff; }

.calendar-table td {
  border: 1px solid #cccccc;
  height: 70px; }

/**
CANVAS
http://forge.typo3.org/issues/35236
*/
.newscalendar-canvas {
  left: 0px; }

/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  color: #000;
  line-height: normal; }

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */ }

/**
 * Content related
 */
.newscalendarTooltip {
  display: none; }

.newscalendarTooltipHeader {
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #7c8f3f; }

.newscalendarTooltipItemContainer {
  font-size: 12px;
  padding: 0;
  margin: 0; }

.newscalendar-tip {
  /* for IE */
  /* filter:alpha(opacity=90);*/
  /* CSS3 standard */
  /* opacity:0.9;*/ }

.newscalendar-tip-selector {
  background: #7c8f3f;
  color: #fff;
  font-weight: bold; }

/*
 * Render item related
 */
.newsCalendar_calendarItem {
  display: table;
  font-size: 150%;
  padding-top: 5px; }

.newsCalendar_calendarItem a {
  font-weight: bold; }

.newsCalendar_calendarItem_image {
  display: none;
  float: left;
  padding: 3px;
  border: 1px solid #CCC;
  margin-top: 3px;
  margin-right: 3px; }

.calendar-table .today {
  background-color: #efefef; }

.calendar-table .columPrevious a,
.calendar-table .columNext a {
  color: #fff; }

.calendar-table a.tooltip {
  position: relative;
  text-decoration: none;
  color: #fff; }
  .calendar-table a.tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #96AAD2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    opacity: 0;
    left: 30%;
    bottom: 90%; }
  .calendar-table a.tooltip:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 20%;
    background: #96AAD2;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; }
  .calendar-table a.tooltip:hover:after {
    bottom: 100%; }
  .calendar-table a.tooltip:hover:before {
    bottom: 70%; }
  .calendar-table a.tooltip:hover:after, .calendar-table a.tooltip:hover:before {
    opacity: 1; }

#paxbank-iframe {
  width: 100%;
  height: 1800px; }

form.Profispende fieldset {
  padding: 0 0 20px 0;
  border: 2px solid #7c8f3f; }
  form.Profispende fieldset:first-of-type {
    display: none; }

form.Profispende legend {
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 1.22222em;
  margin-bottom: 0;
  font-weight: 100;
  text-rendering: optimizeLegibility;
  background-color: #7c8f3f;
  color: #FFFFFF;
  outline: 2px solid #7c8f3f;
  width: 100%;
  border: none;
  padding: 10px; }

form.Profispende ol {
  list-style-type: none;
  margin: 0;
  padding: 0 10px; }

form.Profispende label {
  margin-top: 10px; }

form.Profispende input, form.Profispende textarea {
  border-bottom-color: #96AAD2;
  color: #96AAD2; }

form.Profispende #AnredeGroup {
  margin-bottom: 10px; }

form.Profispende input[name="anrede_sonstiges"] {
  width: 58%; }

form.Profispende input[name="plz"] {
  width: 30%; }

form.Profispende input[name="ort"] {
  width: 67%; }

form.Profispende input[name="spenden_intervall"] {
  width: inherit; }

form.Profispende input[name="betrag"] {
  width: 90%; }

form.Profispende input[name="spendenquittung"] {
  width: 100%; }

form.Profispende input[type="submit"] {
  display: block;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  padding: .8em 1.5em;
  border: 1px solid currentColor;
  background: #96AAD2;
  border-color: #96AAD2;
  color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  transition: all 0.3s ease; }
  form.Profispende input[type="submit"]:hover {
    background: #FFFFFF;
    color: #96AAD2; }

.siteHeader #phonewidget {
  display: none;
  color: #fff;
  text-align: center;
  margin-top: 140px;
  position: absolute;
  left: 0;
  right: 0; }
  .siteHeader #phonewidget.active {
    display: block; }
    .siteHeader #phonewidget.active:before {
      content: '';
      position: absolute;
      left: -280px;
      top: -7px;
      width: 1100px;
      height: 840px;
      z-index: -1;
      background-color: #7c8f3f;
      opacity: 0.8; }
  @media screen and (min-width: 1024px) {
    .siteHeader #phonewidget {
      display: none !important; } }

/*
 * Main Navigation Desktop & OffCanvas Mobile with Burger / Accordion
 */
body.no-scroll-x {
  overflow: hidden;
  position: fixed; }
  @media screen and (min-width: 320px) {
    body.no-scroll-x {
      position: absolute; } }

@media screen and (max-width: 1023px) {
  /* Main Navigation OffCanvas */
  .mainNavMobile {
    padding: 0px;
    margin: 0px;
    margin-top: 156px; }
    .mainNavMobile ul {
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
    .mainNavMobile > li {
      margin: 0;
      /* fontstyle for menuitems */
      /* general */
      /* first-level */
      /* second level */
      /* third level and below */ }
      .mainNavMobile > li > ul > li {
        background-color: rgba(124, 143, 63, 0.1);
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .mainNavMobile > li > ul > li:last-child {
          border-bottom: 0; }
        .mainNavMobile > li > ul > li a span.toggle {
          background-color: #999; }
        .mainNavMobile > li > ul > li a .navItem--secondLevel__image img {
          display: none; }
        .mainNavMobile > li > ul > li > ul > li {
          background-color: rgba(124, 143, 63, 0.2); }
      .mainNavMobile > li a {
        font-size: 0.88889em;
        text-decoration: none;
        padding: 15px 20px 12px 15px;
        line-height: 1.1em;
        border-bottom: 1px solid rgba(124, 143, 63, 0.5);
        background-color: #FFFFFF; }
        .mainNavMobile > li a:hover {
          text-decoration: none; }
        .mainNavMobile > li a.ishome {
          background-color: transparent;
          color: #FFFFFF; }
      .mainNavMobile > li > a {
        font-size: 1em; }
      .mainNavMobile > li > ul > li {
        background-color: #FFFFFF; }
      .mainNavMobile > li > ul > li > a {
        font-size: 1em;
        padding-top: 18px;
        padding-left: 32px;
        background-color: rgba(124, 143, 63, 0.1); }
      .mainNavMobile > li > ul > li ul li {
        background-color: #FFFFFF; }
      .mainNavMobile > li > ul > li ul li a {
        padding-left: 48px;
        background-color: rgba(124, 143, 63, 0.2); }
      .mainNavMobile > li > ul > li > ul > li > ul > li a {
        padding-left: 56px;
        background-color: rgba(124, 143, 63, 0.3); }
        .mainNavMobile > li > ul > li > ul > li > ul > li a > ul > li > ul > li > ul > li {
          background-color: #FFFFFF; }
    .mainNavMobile li {
      list-style-type: none;
      /* Plus Icon */ }
      .mainNavMobile li a {
        color: #51585e;
        display: block;
        outline: none;
        font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }
      .mainNavMobile li a:hover,
      .mainNavMobile li.current > a {
        text-decoration: none; }
      .mainNavMobile li > a > span {
        float: right;
        width: 36px;
        height: 36px;
        background: #7c8f3f;
        margin-top: -10px;
        text-align: center;
        font-size: 1.33333em;
        line-height: 1.6em;
        margin-left: 21px;
        color: #FFFFFF; }
        .mainNavMobile li > a > span:after {
          content: '\002B'; }
      .mainNavMobile li.open > a > span:after {
        content: '\002D'; }
  .toggleButtonWrapper {
    display: inline-block;
    background-color: transparent;
    float: right;
    /*position: absolute;
    right: 0;
    top: 15px;
    */
    /*
    .toggleButtonWrapper__label {
        padding-top: 6px;
        padding-left: 10px;
        font-size: 1.3em;
        display: none;

        @include mq(large) {
            display: inline-block;
        }
    }
    */ }
  .offCanvasWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    left: -100%;
    transition: all 400ms;
    top: 0; }
    .offCanvasWrapper.expanded {
      left: 0; }
      .offCanvasWrapper.expanded:before, .offCanvasWrapper.expanded:after {
        content: '';
        background-color: rgba(124, 143, 63, 0.8);
        width: 100%;
        height: 100%;
        position: fixed; }
      .offCanvasWrapper.expanded:before {
        height: 147px; }
  /* close Button */
  .close {
    padding-top: 10px;
    height: 40px;
    width: 96%;
    color: #FFFFFF;
    text-align: right;
    margin-right: 10px;
    background-color: #32312f; }
  .close:after {
    content: '\0078';
    font-size: 1.66667em; }
  /* Menu Button */
  .toggleButton {
    display: inline-block;
    height: 34px;
    overflow: hidden;
    padding: 0;
    width: 1.5em;
    border: none;
    color: transparent;
    background: transparent;
    float: left;
    position: relative;
    z-index: 10;
    outline: none; }
  .buttonLine {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0px;
    border-top: 4px solid #7c8f3f;
    width: 100%;
    transition: 0.55s; }
  .buttonLine--top {
    top: 6px; }
    .buttonLine--top.buttonLine--top--click {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      top: 15px;
      transform: rotate(50deg);
      transition: 0.55s 0.5s;
      border-color: #FFFFFF; }
  .buttonLine--middle {
    top: 15px; }
    .buttonLine--middle.buttonLine--middle--click {
      opacity: 0; }
  .buttonLine--bottom {
    top: 24px; }
    .buttonLine--bottom.buttonLine--bottom--click {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      top: 15px;
      transform: rotate(-410deg);
      transition: 0.55s 0.5s;
      border-color: #FFFFFF; } }

@media screen and (max-width: 599px) {
  .mainNavMobile {
    margin-top: 114px; }
  .offCanvasWrapper.expanded:before {
    height: 112px; } }

.mainNaviBar {
  position: relative;
  top: 5px;
  z-index: 3; }
  .mainNaviBar.active {
    color: red; }
  @media screen and (min-width: 1024px) {
    .mainNaviBar {
      position: static;
      background-color: rgba(124, 143, 63, 0.9); } }

/*
 * Forces a list to occupy 100% of the available width of it's parent.
 */
@media screen and (min-width: 1024px) {
  .mainNavDesktop {
    margin-bottom: 0; }
    .mainNavDesktop.stackedMenu > li a.active {
      background-color: rgba(255, 255, 255, 0.25); }
    .mainNavDesktop.stackedMenu > li .second {
      padding: 20px 10px 10px 10px;
      background-color: rgba(255, 255, 255, 0.9); }
      .mainNavDesktop.stackedMenu > li .second li.u-wl1\/6 {
        width: 33.333%; }
        .mainNavDesktop.stackedMenu > li .second li.u-wl1\/6 a {
          font-size: 100%;
          font-weight: bold;
          color: #fff;
          margin-bottom: 30px;
          background-color: transparent; }
          .mainNavDesktop.stackedMenu > li .second li.u-wl1\/6 a .navItem--secondLevel__image img {
            display: none; }
          .mainNavDesktop.stackedMenu > li .second li.u-wl1\/6 a .navItem--secondLevel__image span {
            color: rgba(124, 143, 63, 0.9);
            background-color: transparent; }
          .mainNavDesktop.stackedMenu > li .second li.u-wl1\/6 a .navItem--secondLevel__image:hover {
            color: #fff; }
          .mainNavDesktop.stackedMenu > li .second li.u-wl1\/6 a:hover {
            background-color: #fff; }
    .mainNavDesktop.stackedMenu .third {
      display: none !important;
      margin-left: 0;
      padding: 0;
      margin-bottom: 15px; }
      .mainNavDesktop.stackedMenu .third li {
        list-style-type: none; }
        .mainNavDesktop.stackedMenu .third li a {
          font-size: 80% !important;
          font-weight: normal;
          font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif;
          color: #7c8f3f !important;
          padding: 2px 0 2px 5px;
          margin-bottom: 0 !important; } }

@media screen and (min-width: 1024px) {
  .toggleButtonWrapper {
    display: none; }
  .mainNavDesktop {
    padding: 0;
    z-index: 4;
    width: 100%; }
    .mainNavDesktop > li {
      width: initial;
      display: table-cell;
      vertical-align: middle; }
      .mainNavDesktop > li:hover a {
        background-color: #FFFFFF;
        color: #7c8f3f; }
      .mainNavDesktop > li:hover a.active {
        background-color: #FFFFFF;
        color: #7c8f3f; }
      .mainNavDesktop > li:hover ul.second {
        display: block !important; }
      .mainNavDesktop > li > a {
        color: #FFFFFF;
        font-size: 1.16667em;
        text-decoration: none;
        padding: 12px 18px 12px 18px;
        display: inherit;
        border-bottom: none; }
        .mainNavDesktop > li > a:hover {
          background-color: #FFFFFF;
          color: #7c8f3f; }
        .mainNavDesktop > li > a.active {
          background-color: #7c8f3f;
          color: #FFFFFF;
          font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }
          .mainNavDesktop > li > a.active:hover {
            background-color: #FFFFFF;
            color: #7c8f3f; }
        .mainNavDesktop > li > a.ishome {
          color: #FFFFFF; }
          .mainNavDesktop > li > a.ishome:hover {
            color: #7c8f3f; }
    .mainNavDesktop .second {
      display: none !important;
      top: 51px;
      position: absolute;
      z-index: 100;
      background-color: #FFFFFF;
      left: 10px;
      width: 100%;
      padding: 20px 0 0 0;
      list-style-type: none; }
      .mainNavDesktop .second li {
        vertical-align: top; }
        .mainNavDesktop .second li:hover a {
          background: transparent; }
        .mainNavDesktop .second li a {
          text-transform: none;
          text-decoration: none;
          display: inline-block;
          font-size: 0.88889em;
          margin-bottom: 40px;
          box-sizing: border-box;
          width: 100%;
          font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }
          .mainNavDesktop .second li a .navItem--secondLevel__image {
            background-color: #f1f1f1;
            position: relative; }
            .mainNavDesktop .second li a .navItem--secondLevel__image:hover {
              background-color: #7c8f3f;
              color: #FFFFFF; }
            .mainNavDesktop .second li a .navItem--secondLevel__image span {
              display: block;
              padding: 2px 0 2px 5px;
              background-color: #f1f1f1;
              position: absolute;
              width: 100%;
              z-index: 1;
              bottom: -25px; }
            .mainNavDesktop .second li a .navItem--secondLevel__image:hover {
              color: #7c8f3f; }
          .mainNavDesktop .second li a:hover {
            color: #7c8f3f; }
    .mainNavDesktop .third {
      display: none; }
      .mainNavDesktop .third li a {
        text-transform: none;
        display: block;
        font-size: 0.77778em;
        color: #ccc;
        padding: 0 0 3px 15px;
        border-bottom: 0;
        margin-bottom: 0; }
        .mainNavDesktop .third li a ul li a {
          font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; } }

/*
 * Forces a sticky header when the user scrolls.
 */
.siteHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

@media screen and (min-width: 320px) {
  body.no-scroll-x {
    position: fixed;
    overscroll-behavior-y: none; } }

@media screen and (min-width: 1024px) {
  .siteHeader.sticky {
    position: absolute;
    top: 0;
    width: 100%; }
  .siteHeader.sticky .mainNaviBar {
    position: fixed;
    top: 0;
    width: 100%; }
  .siteHeader .mainNaviBar.sticky {
    position: fixed;
    top: 0;
    width: 100%; } }

div.tx-seminars-pi1-selectorwidget.csc-hinweis {
  padding: 10px 10px 10px 10px;
  border: 2px solid #96AAD2;
  background-color: transparent;
  margin-bottom: 25px; }

.tx-seminars-pi1-listrow th,
.tx-seminars-pi1 .single_table td.label {
  background-color: #96AAD2;
  font-weight: normal; }

.tx-seminars-pi1-listrow th a {
  color: #FFFFFF;
  text-decoration: none; }

select#tx_seminars_pi1-categories {
  width: 100%;
  border-color: #96AAD2;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  font-family: "ITCOfficinaSansW01-Disp_921268", Arial, Helvetica, sans-serif; }

.tx-seminars-pi1-uid {
  font-size: 75%; }

.tx-seminars-pi1-listrow .listrow-odd,
.tx-seminars-pi1-listrow .listrow-odd:hover {
  background-color: rgba(150, 170, 210, 0.1); }

.tx-seminars-pi1-listrow tr:hover {
  background-color: inherit; }

td.tx-seminars-pi1-title a {
  text-decoration: none;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  word-break: break-all; }

td.tx-seminars-pi1-title a:before {
  content: "\f05a";
  font-family: FontAwesome, Monaco, Consolas, "Courier New", monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 0.5em; }

@media screen and (min-width: 1024px) {
  .tx-seminars-pi1-vacancies {
    text-align: right; } }

.tx-seminars-pi1-vacancies-available .tx-seminars-pi1-square {
  background-color: transparent; }

.tx-seminars-pi1-vacancies-available .tx-seminars-pi1-square:after {
  color: green;
  content: "\f14a";
  font-family: FontAwesome, Monaco, Consolas, "Courier New", monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.tx-seminars-pi1-vacancies-2 .tx-seminars-pi1-square,
.tx-seminars-pi1-vacancies-1 .tx-seminars-pi1-square {
  background-color: transparent; }

.tx-seminars-pi1-vacancies-2 .tx-seminars-pi1-square:after,
.tx-seminars-pi1-vacancies-1 .tx-seminars-pi1-square:after {
  color: orange;
  content: "\f071";
  font-family: FontAwesome, Monaco, Consolas, "Courier New", monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.tx-seminars-pi1-vacancies-0 .tx-seminars-pi1-square {
  background-color: transparent; }

.tx-seminars-pi1-vacancies-0 .tx-seminars-pi1-square:after {
  color: red;
  content: "\f023";
  font-family: FontAwesome, Monaco, Consolas, "Courier New", monospace;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

.tx-seminars-pi1-listrow .register a {
  display: inline-block;
  padding: .8em 1.5em;
  border: 1px solid currentColor;
  background-color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  color: #96AAD2;
  vertical-align: top;
  transition: all 0.3s ease; }
  .tx-seminars-pi1-listrow .register a, .tx-seminars-pi1-listrow .register a:hover {
    text-decoration: none; }
  .tx-seminars-pi1-listrow .register a:hover {
    background: #96AAD2;
    border-color: #96AAD2;
    color: #FFFFFF; }

.tx-seminars-pi1 .single_table td.label {
  background-color: #96AAD2;
  color: #FFFFFF; }

.tx-seminars-pi1-listrow table {
  width: 100%; }

.tx-seminars-pi1-listrow table,
.tx-seminars-pi1 .single_table td {
  border: 1px solid #96AAD2;
  padding: 5px; }

.tx-seminars-pi1-listrow table,
.tx-seminars-pi1 .single_table td {
  border-color: #96AAD2;
  background-color: #FFFFFF; }

.tx-seminars-pi1-listrow th a {
  color: #FFFFFF;
  text-decoration: none; }

.tx-seminars-pi1-listrow td {
  padding: 5px; }
  @media screen and (min-width: 1024px) {
    .tx-seminars-pi1-listrow td {
      padding: 10px; } }

.tx-seminars-pi1 .single_table td.label {
  border-bottom: 1px solid #FFFFFF; }

.tx-seminars-pi1 .single_table td.label.last {
  border-bottom: 1px solid #96AAD2; }

.tx-seminars-pi1 .single_table td.transparent {
  border: none;
  background-color: transparent; }

.tx-seminars-pi1 td dd {
  padding: 0;
  margin: 0; }

.tx-seminars-pi1 .register_button a {
  float: right;
  display: inline-block;
  padding: .8em 1.5em;
  margin-right: -5px;
  border: 1px solid currentColor;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  transition: all 0.3s ease;
  text-decoration: none; }
  .tx-seminars-pi1 .register_button a:hover {
    background-color: #FFFFFF;
    color: #96AAD2; }

#tx-seminars-pi1-registration-form .tx-seminars-pi1-submit input {
  background-color: #96AAD2;
  color: #FFFFFF; }

#tx-seminars-pi1-registration-form #tx_seminars_pi1_registration_editor_button_back {
  color: #96AAD2;
  background-color: #FFFFFF;
  border-color: #96AAD2;
  margin-bottom: 20px;
  width: 99%; }

#tx_seminars_pi1_registration_editor_terms {
  width: auto; }

.tx-seminars-pi1 fieldset {
  border-color: #e6e6e6; }
  .tx-seminars-pi1 fieldset legend {
    background-color: #96AAD2;
    border-color: #96AAD2;
    color: #FFFFFF;
    text-align: right; }

.tx-seminars-pi1 ul#tx_seminars_pi1_registration_editor_name_template,
.tx-seminars-pi1 ul#tx_seminars_pi1_registration_editor_separate_names {
  list-style-image: none;
  padding: 0; }
  .tx-seminars-pi1 ul#tx_seminars_pi1_registration_editor_name_template li:before,
  .tx-seminars-pi1 ul#tx_seminars_pi1_registration_editor_separate_names li:before {
    content: ''; }

.polaroid {
  width: 100%;
  height: auto !important;
  border: 2px solid #f1f1f1;
  padding: 0 !important;
  background-size: cover;
  background-color: #ccc;
  background-position: center center;
  background-image: url(/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Icons/tags.svg); }
  .polaroid .placeholder {
    width: 260px;
    height: 160px; }
  .polaroid figcaption {
    background-color: #96AAD2;
    color: #FFFFFF;
    padding: 5px; }

.tx-seminars-pi1 input.datepicker {
  display: none; }

/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
div.sexybookmarks-bg-german {
  padding: 35px 0 0 20px !important;
  background: transparent url("/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Icons/share-german.png") no-repeat !important;
  position: relative;
  left: 50%;
  width: 200px;
  margin: 50px 0 70px -100px; }

div.sexybookmarks ul.socials li {
  background-color: transparent !important;
  background-image: url("/typo3conf/ext/sms_gfo_boilerplate/Resources/Public/Icons/sexy-sprite.png") !important;
  background-repeat: no-repeat !important;
  border: 0 none !important;
  clear: none !important;
  cursor: pointer !important;
  display: inline !important;
  float: left !important;
  height: 29px !important;
  list-style-type: none !important;
  margin: 3px 0 0 !important;
  outline: 0 none !important;
  padding: 0 !important;
  width: 60px !important; }

li.sexy-facebook {
  background-position: -1330px bottom !important; }

li.sexy-youtube {
  background-position: -6510px bottom !important; }

li.sexy-facebook:hover {
  background-position: -1330px top !important; }

li.sexy-youtube:hover {
  background-position: -6510px top !important; }

div.sexybookmarks ul.socials a, div.sexybookmarks ul.socials a:hover {
  display: block !important;
  width: 60px !important;
  height: 29px !important;
  text-indent: -9999px !important;
  background-color: transparent !important;
  text-decoration: none !important;
  border: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 none !important; }

/*!
 * shariff - v1.24.0 - 29.06.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff::after, .shariff::before {
  content: " ";
  display: table; }

.shariff::after {
  clear: both; }

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden; }

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box; }

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px; }

.shariff li .fa {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle; }

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px; }

.shariff .orientation-horizontal {
  display: -webkit-box; }

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1; }

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0; }

.shariff .orientation-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shariff .orientation-horizontal li {
  float: left;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px; }

.shariff .orientation-horizontal li:last-child {
  margin-right: 0; }

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px; }

.shariff .orientation-horizontal li .share_count {
  display: none; }

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0; }

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333; }

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd; }

.shariff .theme-white .shariff-button a {
  background-color: #fff; }

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee; }

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999; }

.shariff .orientation-vertical {
  min-width: 110px; }

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0; }

.shariff .orientation-vertical li .share_count {
  width: 24px;
  text-align: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
    min-width: 80px;
    width: auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .shariff .orientation-horizontal li .share_count {
    display: block; }
  .shariff .orientation-horizontal.col-1 li, .shariff .orientation-horizontal.col-2 li {
    min-width: 110px;
    max-width: 160px; }
  .shariff .orientation-horizontal.col-1 li .share_text, .shariff .orientation-horizontal.col-2 li .share_text {
    text-indent: 0;
    display: inline; }
  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    -ms-flex: none;
    flex: none; } }

@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.col-3 li {
    min-width: 110px;
    max-width: 160px; }
  .shariff .orientation-horizontal.col-3 li .share_text {
    text-indent: 0;
    display: inline; } }

@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
    min-width: 110px;
    max-width: 160px; }
  .shariff .orientation-horizontal li .share_text {
    text-indent: 0;
    display: inline; }
  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; } }

@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px; }
  .shariff li a {
    height: 30px; }
  .shariff li .fa {
    width: 30px;
    line-height: 30px; }
  .shariff li .share_count, .shariff li .share_text {
    line-height: 30px; }
  .shariff li .share_count {
    height: 28px; } }

.shariff .addthis a {
  background-color: #f8694d; }

.shariff .addthis a:hover {
  background-color: #f75b44; }

.shariff .addthis .fa-plus {
  font-size: 14px; }

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0; }

.shariff .theme-white .addthis a {
  color: #f8694d; }

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px; } }

.shariff .diaspora a {
  background-color: #999; }

.shariff .diaspora a:hover {
  background-color: #b3b3b3; }

.shariff .diaspora .fa-times-circle {
  font-size: 17px; }

.shariff .theme-white .diaspora a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px; } }

.shariff .facebook a {
  background-color: #3b5998; }

.shariff .facebook a:hover {
  background-color: #4273c8; }

.shariff .facebook .fa-facebook {
  font-size: 22px; }

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px; } }

.shariff .flattr a {
  background-color: #7ea352; }

.shariff .flattr a:hover {
  background-color: #F67C1A; }

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c; }

.shariff .flattr .fa-money {
  font-size: 22px; }

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893; }

.shariff .theme-white .flattr a {
  color: #F67C1A; }

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money {
    font-size: 19px; } }

.shariff .googleplus a {
  background-color: #d34836; }

.shariff .googleplus a:hover {
  background-color: #f75b44; }

.shariff .googleplus .fa-google-plus {
  font-size: 22px; }

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .googleplus a {
  color: #d34836; }

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 19px; } }

.shariff .info {
  border: 1px solid #ccc; }

.shariff .info a {
  color: #666;
  background-color: #fff; }

.shariff .info a:hover {
  background-color: #efefef; }

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px; }

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important; }

.shariff .theme-grey .info a {
  background-color: #fff; }

.shariff .theme-grey .info a:hover {
  background-color: #efefef; }

.shariff .orientation-vertical .info {
  width: 35px;
  float: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important; } }

@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px; }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important; }
  .shariff .orientation-vertical .info {
    width: 25px; } }

.shariff .linkedin a {
  background-color: #0077b5; }

.shariff .linkedin a:hover {
  background-color: #0369a0; }

.shariff .linkedin .fa-linkedin {
  font-size: 22px; }

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8; }

.shariff .theme-white .linkedin a {
  color: #0077b5; }

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin {
    font-size: 19px; } }

.shariff .mail a {
  background-color: #999; }

.shariff .mail a:hover {
  background-color: #a8a8a8; }

.shariff .mail .fa-envelope {
  font-size: 21px; }

.shariff .theme-white .mail a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px; } }

.shariff .pinterest a {
  background-color: #bd081c; }

.shariff .pinterest a:hover {
  background-color: #d50920; }

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px; }

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .pinterest a {
  color: #bd081c; }

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px; } }

.shariff .reddit a {
  background-color: #ff4500; }

.shariff .reddit a:hover {
  background-color: #ff6a33; }

.shariff .reddit .fa-reddit {
  font-size: 17px; }

.shariff .theme-white .reddit a {
  color: #ff4500; }

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px; } }

.shariff .stumbleupon a {
  background-color: #eb4924; }

.shariff .stumbleupon a:hover {
  background-color: #ef7053; }

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px; }

.shariff .theme-white .stumbleupon a {
  color: #eb4924; }

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px; } }

.shariff .twitter a {
  background-color: #55acee; }

.shariff .twitter a:hover {
  background-color: #32bbf5; }

.shariff .twitter .fa-twitter {
  font-size: 28px; }

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE; }

.shariff .theme-white .twitter a {
  color: #55acee; }

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px; } }

.shariff .whatsapp a {
  background-color: #5cbe4a; }

.shariff .whatsapp a:hover {
  background-color: #34af23; }

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px; }

.shariff .theme-white .whatsapp a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px; } }

.shariff .xing a {
  background-color: #126567; }

.shariff .xing a:hover {
  background-color: #29888a; }

.shariff .xing .fa-xing {
  font-size: 22px; }

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7; }

.shariff .theme-white .xing a {
  color: #126567; }

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px; } }

.shariff .tumblr a {
  background-color: #36465D; }

.shariff .tumblr a:hover {
  background-color: #44546B; }

.shariff .tumblr .fa-tumblr {
  font-size: 28px; }

.shariff .theme-white .tumblr a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px; } }

.shariff .threema a {
  background-color: #333; }

.shariff .threema a:hover {
  background-color: #1f1f1f; }

.shariff .threema .fa-lock {
  font-size: 28px; }

.shariff .theme-white .threema a {
  color: #333; }

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px; } }

.shariff .weibo a {
  background-color: #F56770; }

.shariff .weibo a:hover {
  background-color: #FA7F8A; }

.shariff .weibo .fa-weibo {
  font-size: 28px; }

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #F56770; }

.shariff .theme-white .weibo a {
  color: #F56770; }

@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px; } }

.shariff .tencent-weibo a {
  background-color: #26ACE0; }

.shariff .tencent-weibo a:hover {
  background-color: #38BBEB; }

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px; }

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ACE0; }

.shariff .theme-white .tencent-weibo a {
  color: #26ACE0; }

@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px; } }

.shariff .qzone a {
  background-color: #2B82D9; }

.shariff .qzone a:hover {
  background-color: #398FE6; }

.shariff .qzone .fa-qq {
  font-size: 28px; }

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2B82D9; }

.shariff .theme-white .qzone a {
  color: #2B82D9; }

@media only screen and (min-width: 600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px; } }

.teaser {
  margin: 0px 0px 12px 0px;
  padding: 0px;
  background: #FFFFFF;
  position: relative; }

.teaser img {
  width: 100%;
  max-width: 100%;
  height: inherit;
  margin-bottom: 10px; }

#teaser h2,
#teaser h3 {
  background-color: #96AAD2;
  padding: 8px 12px 5px 12px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 1em;
  position: relative; }

#content .teaser-content h2,
#content .teaser-content h3 {
  color: #FFFFFF; }

.teaser .inner {
  border: 2px solid #96AAD2;
  padding: 10px; }

.teaser .bottom {
  display: none; }

#tx_smsgedenkecke li a {
  background: url("/typo3conf/ext/sms_gedenkecke/res/img/gedenkecke_background.jpg"); }
  #tx_smsgedenkecke li a div.image {
    width: 170px;
    height: 150px;
    margin: auto; }
  #tx_smsgedenkecke li a .gedenksymbol_0, #tx_smsgedenkecke li a .gedenksymbol_1 {
    background: url("/typo3conf/ext/sms_gedenkecke/res/img/carousel_gs_1.png") no-repeat;
    background-position: 15px 10px; }
  #tx_smsgedenkecke li a .gedenksymbol_2 {
    background: url("/typo3conf/ext/sms_gedenkecke/res/img/carousel_gs_2.png") no-repeat; }
  #tx_smsgedenkecke li a .gedenksymbol_3 {
    background: url("/typo3conf/ext/sms_gedenkecke/res/img/carousel_gs_3.png") no-repeat;
    background-position: 30px 20px; }
  #tx_smsgedenkecke li a .gedenksymbol_4 {
    background: url("/typo3conf/ext/sms_gedenkecke/res/img/carousel_gs_4.png") no-repeat;
    background-position: -129px 10px; }
  #tx_smsgedenkecke li a .gedenksymbol_5 {
    background: url("/typo3conf/ext/sms_gedenkecke/res/img/carousel_gs_5.png") no-repeat;
    background-position: 25px 7px; }
  #tx_smsgedenkecke li a:hover .gedenksymbol_0, #tx_smsgedenkecke li a:hover .gedenksymbol_1 {
    background-position: -159px 10px; }
  #tx_smsgedenkecke li a:hover .gedenksymbol_2 {
    background-position: -169px; }
  #tx_smsgedenkecke li a:hover .gedenksymbol_3 {
    background-position: -142px 20px; }
  #tx_smsgedenkecke li a:hover .gedenksymbol_4 {
    background-position: 20px 10px; }
  #tx_smsgedenkecke li a:hover .gedenksymbol_5 {
    background-position: -123px 7px; }

.tx_smsgedenkecke_gedenken {
  max-width: 600px; }
  .tx_smsgedenkecke_gedenken img {
    width: 100%; }
  .tx_smsgedenkecke_gedenken .text {
    margin-right: 38px; }

body.status {
  background: #000 url(../../Public/Images/bg_status.jpg) no-repeat fixed;
  background-size: cover; }

.status .siteContent {
  margin-top: 25px; }

.status #tx_smsvisitenkarten_pi1 .green {
  color: green; }

.status #tx_smsvisitenkarten_pi1 .red {
  color: red; }

.status #tx_smsvisitenkarten_pi1 .preview .visitenkarte {
  background: rgba(255, 255, 0, 0.3); }

.status #tx_smsvisitenkarten_pi1 .online .visitenkarte {
  background: rgba(0, 128, 0, 0.7); }

.status #tx_smsvisitenkarten_pi1 .visitenkarte {
  background-color: rgba(255, 0, 0, 0.5);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all .5s; }
  .status #tx_smsvisitenkarten_pi1 .visitenkarte span.logo {
    top: 0px;
    bottom: inherit;
    width: 100%;
    padding: 10px 0;
    background: #FFFFFF;
    max-width: inherit; }
    .status #tx_smsvisitenkarten_pi1 .visitenkarte span.logo:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 16px;
      margin-left: -16px; }
    .status #tx_smsvisitenkarten_pi1 .visitenkarte span.logo img {
      width: 200px; }
  .status #tx_smsvisitenkarten_pi1 .visitenkarte:hover {
    filter: blur(0px);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3); }

.status #tx_smsvisitenkarten_pi1 .question {
  font-size: 85%;
  padding: 1px 0 1px 15px;
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: 0 1px 2px #999; }

.status #tx_smsvisitenkarten_pi1 .visitenkarte .bild {
  background: none !important;
  height: 67px; }

.status #tx_smsvisitenkarten_pi1 .preview .visitenkarte .bild {
  filter: grayscale(0); }

.status input[type="radio"] {
  display: none; }

.status label {
  width: 8%;
  float: left;
  text-align: center;
  background: #ffffff;
  color: #222222;
  padding: 0.5%;
  margin: 0.5%;
  margin-bottom: 30px;
  cursor: pointer; }

.status input[type="radio"][id="g1"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g1"]:checked ~ .g2,
.status input[type="radio"][id="g1"]:checked ~ .g3,
.status input[type="radio"][id="g1"]:checked ~ .g4,
.status input[type="radio"][id="g1"]:checked ~ .g5,
.status input[type="radio"][id="g1"]:checked ~ .g6,
.status input[type="radio"][id="g1"]:checked ~ .g7,
.status input[type="radio"][id="g1"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="g2"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g2"]:checked ~ .g1,
.status input[type="radio"][id="g2"]:checked ~ .g3,
.status input[type="radio"][id="g2"]:checked ~ .g4,
.status input[type="radio"][id="g2"]:checked ~ .g5,
.status input[type="radio"][id="g2"]:checked ~ .g6,
.status input[type="radio"][id="g2"]:checked ~ .g7,
.status input[type="radio"][id="g2"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="g3"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g3"]:checked ~ .g1,
.status input[type="radio"][id="g3"]:checked ~ .g2,
.status input[type="radio"][id="g3"]:checked ~ .g4,
.status input[type="radio"][id="g3"]:checked ~ .g5,
.status input[type="radio"][id="g3"]:checked ~ .g6,
.status input[type="radio"][id="g3"]:checked ~ .g7,
.status input[type="radio"][id="g3"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="g4"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g4"]:checked ~ .g1,
.status input[type="radio"][id="g4"]:checked ~ .g2,
.status input[type="radio"][id="g4"]:checked ~ .g3,
.status input[type="radio"][id="g4"]:checked ~ .g5,
.status input[type="radio"][id="g4"]:checked ~ .g6,
.status input[type="radio"][id="g4"]:checked ~ .g7,
.status input[type="radio"][id="g4"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="g5"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g5"]:checked ~ .g1,
.status input[type="radio"][id="g5"]:checked ~ .g2,
.status input[type="radio"][id="g5"]:checked ~ .g3,
.status input[type="radio"][id="g5"]:checked ~ .g4,
.status input[type="radio"][id="g5"]:checked ~ .g6,
.status input[type="radio"][id="g5"]:checked ~ .g7,
.status input[type="radio"][id="g5"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="g6"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g6"]:checked ~ .g1,
.status input[type="radio"][id="g6"]:checked ~ .g2,
.status input[type="radio"][id="g6"]:checked ~ .g3,
.status input[type="radio"][id="g6"]:checked ~ .g4,
.status input[type="radio"][id="g6"]:checked ~ .g5,
.status input[type="radio"][id="g6"]:checked ~ .g7,
.status input[type="radio"][id="g6"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="g7"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g7"]:checked ~ .g1,
.status input[type="radio"][id="g7"]:checked ~ .g2,
.status input[type="radio"][id="g7"]:checked ~ .g3,
.status input[type="radio"][id="g7"]:checked ~ .g4,
.status input[type="radio"][id="g7"]:checked ~ .g5,
.status input[type="radio"][id="g7"]:checked ~ .g6,
.status input[type="radio"][id="g7"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="g8"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="g8"]:checked ~ .g1,
.status input[type="radio"][id="g8"]:checked ~ .g2,
.status input[type="radio"][id="g8"]:checked ~ .g3,
.status input[type="radio"][id="g8"]:checked ~ .g4,
.status input[type="radio"][id="g8"]:checked ~ .g5,
.status input[type="radio"][id="g8"]:checked ~ .g6,
.status input[type="radio"][id="g8"]:checked ~ .g7 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="preview"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="preview"]:checked ~ .g1,
.status input[type="radio"][id="preview"]:checked ~ .g2,
.status input[type="radio"][id="preview"]:checked ~ .g3,
.status input[type="radio"][id="preview"]:checked ~ .g4,
.status input[type="radio"][id="preview"]:checked ~ .g5,
.status input[type="radio"][id="preview"]:checked ~ .g6,
.status input[type="radio"][id="preview"]:checked ~ .g7,
.status input[type="radio"][id="preview"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="online"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status input[type="radio"][id="online"]:checked ~ .g1,
.status input[type="radio"][id="online"]:checked ~ .g2,
.status input[type="radio"][id="online"]:checked ~ .g3,
.status input[type="radio"][id="online"]:checked ~ .g4,
.status input[type="radio"][id="online"]:checked ~ .g5,
.status input[type="radio"][id="online"]:checked ~ .g6,
.status input[type="radio"][id="online"]:checked ~ .g7,
.status input[type="radio"][id="online"]:checked ~ .g8 {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0; }

.status input[type="radio"][id="preview"]:checked ~ .g1.preview,
.status input[type="radio"][id="preview"]:checked ~ .g2.preview,
.status input[type="radio"][id="preview"]:checked ~ .g3.preview,
.status input[type="radio"][id="preview"]:checked ~ .g4.preview,
.status input[type="radio"][id="preview"]:checked ~ .g5.preview,
.status input[type="radio"][id="preview"]:checked ~ .g6.preview,
.status input[type="radio"][id="preview"]:checked ~ .g7.preview,
.status input[type="radio"][id="preview"]:checked ~ .g8.preview {
  opacity: 1;
  width: 25%;
  height: 280px;
  padding-left: 10px;
  padding-right: 10px; }

.status input[type="radio"][id="online"]:checked ~ .g1.online,
.status input[type="radio"][id="online"]:checked ~ .g2.online,
.status input[type="radio"][id="online"]:checked ~ .g3.online,
.status input[type="radio"][id="online"]:checked ~ .g4.online,
.status input[type="radio"][id="online"]:checked ~ .g5.online,
.status input[type="radio"][id="online"]:checked ~ .g6.online,
.status input[type="radio"][id="online"]:checked ~ .g7.online,
.status input[type="radio"][id="online"]:checked ~ .g8.online {
  opacity: 1;
  width: 25%;
  height: 280px;
  padding-left: 10px;
  padding-right: 10px; }

.status input[type="radio"][id="reset"]:checked + label {
  background: #93866D;
  color: #FFFFFF; }

.status .tile {
  transition: all 1s; }

#tx_smsvisitenkarten_pi1 {
  margin: 0;
  padding: 0; }

#tx_smsvisitenkarten_pi1 .visitenkarte {
  display: block;
  margin: 5px 0px 0px 0px;
  padding: 5px 14px 14px 10px;
  width: 190px;
  background: #FFFFFF;
  background: url(/typo3conf/ext/sms_visitenkarten/res/img/visitenkarte.gif) no-repeat right top;
  border: 1px solid #93866D;
  color: #93866D;
  height: 115px;
  text-decoration: none;
  float: left;
  border-radius: 12px;
  position: relative; }

.submeta02 #tx_smsvisitenkarten_pi1 .visitenkarte {
  color: #7C8F3F; }

.submeta03 #tx_smsvisitenkarten_pi1 .visitenkarte,
.micro01 #tx_smsvisitenkarten_pi1 .visitenkarte {
  color: #B00D15; }

.submeta05 #tx_smsvisitenkarten_pi1 .visitenkarte {
  color: #F68B1F; }

.submeta06 #tx_smsvisitenkarten_pi1 .visitenkarte {
  color: #8CA2D2; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.header1 {
  margin: 0;
  padding: 0;
  font-size: 0.66667em;
  display: block; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.header2 {
  margin: 0;
  padding: 0;
  font-size: 0.77778em;
  display: block; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.header3 {
  margin: 0;
  padding: 0;
  font-size: 0.61111em;
  display: block;
  color: #93866D; }

#tx_smsvisitenkarten_pi1 .visitenkarte2 {
  margin-left: 5px;
  margin-right: 5px; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.logo {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 13px; }

.visitenkarte_overlay {
  width: 800px;
  margin: 0px; }

.visitenkarte_overlay .header1 {
  margin: 0 0 15px 0;
  padding: 10px;
  font-size: 1.22222em;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #93866D; }

.visitenkarte_overlay .kontakt {
  margin: 0px;
  padding: 10px 0px 0px 0px; }

.visitenkarte_overlay .telfax {
  margin: 0;
  padding: 17px 0px 0px 0px; }

.visitenkarte_overlay .bild {
  margin: 0;
  padding: 0;
  width: 100%; }

.visitenkarte_overlay .bild img {
  display: block;
  width: 100%; }

.visitenkarte_overlay .bild .caption {
  text-align: center;
  margin: 0;
  padding: 2px 0;
  color: #FFFFFF; }

.visitenkarte_overlay .beschreibung {
  float: left;
  margin: 15px 0px 0px 0px;
  padding: 0; }

.visitenkarte_overlay .left {
  float: left;
  margin: 0;
  width: 260px; }

.visitenkarte_overlay .buttons {
  margin: 0;
  padding: 10px 0 0 0; }

.visitenkarte_overlay .buttons a {
  display: block;
  margin: 0px 0px 2px 0px;
  text-decoration: none; }

.visitenkarte_overlay .schwerpunkt a {
  display: block;
  color: #333333;
  padding: 0;
  text-decoration: underline; }

#fancybox-title {
  display: none !important; }

#tx_smsvisitenkarten_pi1 ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#tx_smsvisitenkarten_pi1 li {
  margin: 16px 0px 0px 0px; }

#tx_smsvisitenkarten_pi1 .visitenkarte {
  display: block;
  margin: 0px;
  padding: 0px 0 14px 0px;
  color: #FFFFFF;
  width: 100%;
  height: 280px;
  text-decoration: none;
  float: left;
  position: relative;
  border-radius: 0;
  border: 0;
  background: #93866D; }

#uid148 #tx_smsvisitenkarten_pi1 .visitenkarte {
  background: #7c8f3f; }

#uid148 #tx_smsvisitenkarten_pi1 .visitenkarte:after {
  border-bottom-color: #7c8f3f; }

#uid148 .visitenkarte_overlay .header1 {
  background: #7c8f3f; }

#uid148 .fancybox-close {
  background-color: #7c8f3f; }

#uid148 .fancybox-title-float-wrap .child {
  display: none; }

#uid149 #tx_smsvisitenkarten_pi1 .visitenkarte {
  background: #b00d15; }

#uid149 #tx_smsvisitenkarten_pi1 .visitenkarte:after {
  border-bottom-color: #b00d15; }

#uid149 .visitenkarte_overlay .header1 {
  background: #b00d15; }

#uid151 #tx_smsvisitenkarten_pi1 .visitenkarte {
  background: #f68b1f; }

#uid151 #tx_smsvisitenkarten_pi1 .visitenkarte:after {
  border-bottom-color: #f68b1f; }

#uid151 .visitenkarte_overlay .header1,
#uid151 .fancybox-close {
  background-color: #f68b1f; }

#uid151 .fancybox-title-float-wrap .child {
  display: none; }

#uid154 #tx_smsvisitenkarten_pi1 .visitenkarte {
  background: #8ca2d2; }

#uid154 #tx_smsvisitenkarten_pi1 .visitenkarte:after {
  border-bottom-color: #8ca2d2; }

#uid154 .visitenkarte_overlay .header1 {
  background: #8ca2d2; }

.meta04 #tx_smsvisitenkarten_pi1 .visitenkarte {
  background: #8ca2d2; }

#tx_smsvisitenkarten_pi1 .visitenkarte:hover .bild {
  background-position: center 5px !important; }

#tx_smsvisitenkarten_pi1 .visitenkarte:after {
  bottom: 30%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(124, 143, 63, 0);
  border-width: 20px;
  margin-left: -20px; }

#tx_smsvisitenkarten_pi1 .visitenkarte .bild {
  display: block;
  height: 188px;
  overflow: hidden;
  transition: all .3s ease; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.logo {
  top: 20px; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.header1 {
  padding: 15px 15px 0 15px !important;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 1.05556em !important;
  line-height: 110% !important; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.header2 {
  color: #FFFFFF !important;
  padding: 0px 0 0 15px !important; }

#tx_smsvisitenkarten_pi1 .visitenkarte span.header3 {
  color: #FFFFFF !important;
  padding: 10px 0px 0 15px !important;
  right: 40px;
  bottom: 10px;
  position: absolute;
  font-size: 0.77778em !important; }

#tx_smsvisitenkarten_pi1 .icon {
  fill: #FFFFFF;
  width: 35px;
  height: 15px;
  padding-left: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px; }

.specialTeaser {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .specialTeaser {
      bottom: 11%; } }
  #uid148 .specialTeaser,
  #uid151 .specialTeaser,
  #uid154 .specialTeaser,
  #uid3031 .specialTeaser {
    display: none; }
  .panoView .specialTeaser {
    left: 0;
    bottom: -65px;
    transform: translateY(-50%);
    width: auto; }
    @media screen and (min-width: 600px) {
      .panoView .specialTeaser {
        bottom: -55px; } }
    @media screen and (min-width: 1024px) {
      .panoView .specialTeaser {
        bottom: -55px; } }

.stageonly {
  width: 100%;
  height: 380px; }
  @media screen and (min-width: 600px) {
    .stageonly {
      height: 600px; } }
  @media screen and (min-width: 2000px) {
    .stageonly {
      background-size: contain !important;
      background-position-x: center !important;
      height: 900px; } }
  .stageonly .specialTeaser {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%; }
    @media screen and (min-width: 600px) {
      .stageonly .specialTeaser {
        width: auto;
        bottom: 25%;
        right: 0;
        left: initial;
        transform: none; } }
    .stageonly .specialTeaser .specialTeaser__teaser {
      width: 46%;
      display: inline-block; }
      @media screen and (min-width: 600px) {
        .stageonly .specialTeaser .specialTeaser__teaser {
          display: block;
          width: 100%;
          max-width: 250px; } }
    .stageonly .specialTeaser a.specialTeaser__teaser__tile {
      width: initial;
      transform: none;
      padding: 10px 14px 10px 10px; }
      @media screen and (min-width: 600px) {
        .stageonly .specialTeaser a.specialTeaser__teaser__tile {
          margin-bottom: 2px; } }
      .stageonly .specialTeaser a.specialTeaser__teaser__tile .specialTeaser__teaser__tile__contents {
        position: static;
        transform: none;
        text-align: left; }
        .stageonly .specialTeaser a.specialTeaser__teaser__tile .specialTeaser__teaser__tile__contents .specialTeaser__teaser__tile__title {
          font-size: 16px; }

.specialTeaser__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.specialTeaser__teaser {
  display: inline-block;
  text-align: left;
  width: 46%; }
  @media screen and (min-width: 600px) {
    .specialTeaser__teaser {
      text-align: center;
      width: 12%;
      max-width: 160px; } }
  @media screen and (min-width: 740px) {
    .specialTeaser__teaser {
      text-align: center;
      width: 10%;
      max-width: 160px; } }
  @media screen and (min-width: 1024px) {
    .specialTeaser__teaser {
      text-align: center;
      width: 9%;
      max-width: 160px; } }
  @media screen and (min-width: 1290px) {
    .specialTeaser__teaser {
      text-align: center;
      width: 7%;
      max-width: 160px; } }
  .panoView .specialTeaser__teaser {
    width: 160px;
    display: block; }
  .specialTeaser__teaser.specialTeaser__teaser--first {
    width: 93%; }
    @media screen and (min-width: 600px) {
      .specialTeaser__teaser.specialTeaser__teaser--first {
        width: 12%;
        max-width: 160px; } }
    @media screen and (min-width: 740px) {
      .specialTeaser__teaser.specialTeaser__teaser--first {
        width: 10%;
        max-width: 160px; } }
    @media screen and (min-width: 1024px) {
      .specialTeaser__teaser.specialTeaser__teaser--first {
        width: 9%;
        max-width: 160px; } }
    @media screen and (min-width: 1290px) {
      .specialTeaser__teaser.specialTeaser__teaser--first {
        width: 7%;
        max-width: 160px; } }
    .specialTeaser__teaser.specialTeaser__teaser--first .specialTeaser__teaser__tile {
      padding-bottom: 10%; }
      @media screen and (min-width: 600px) {
        .specialTeaser__teaser.specialTeaser__teaser--first .specialTeaser__teaser__tile {
          padding-bottom: 100%; } }

a.specialTeaser__teaser__tile {
  position: relative;
  display: block;
  padding-bottom: 20%;
  text-decoration: none;
  overflow: hidden;
  background: rgba(150, 170, 210, 0.8);
  color: #FFFFFF; }
  @media screen and (min-width: 600px) {
    a.specialTeaser__teaser__tile {
      padding-bottom: 100%; } }
  a.specialTeaser__teaser__tile:hover {
    background: #96AAD2; }
  .panoView a.specialTeaser__teaser__tile {
    width: 200px;
    padding: 7px !important;
    margin-bottom: 2px;
    transform: translateX(-160px);
    transition: all .5s ease; }
    .panoView a.specialTeaser__teaser__tile:hover {
      transform: translateX(0); }
    @media screen and (min-width: 1024px) {
      .panoView a.specialTeaser__teaser__tile {
        padding: 12px !important; } }

a.specialTeaser__teaser__tile--highlight {
  background: rgba(246, 139, 31, 0.8); }
  a.specialTeaser__teaser__tile--highlight:hover {
    background: #f68b1f; }

.specialTeaser__teaser__tile--white {
  background-color: rgba(255, 255, 255, 0.9); }
  .specialTeaser__teaser__tile--white:hover {
    background-color: white; }

.specialTeaser__teaser__tile--large,
.specialTeaser__teaser__tile--large img {
  width: 75%; }

.specialTeaser__teaser__tile__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  line-height: 1.1; }
  .panoView .specialTeaser__teaser__tile__contents {
    position: static;
    transform: none;
    text-align: left; }

.specialTeaser__teaser__tile__icon {
  display: inline;
  width: 100%;
  font-size: 5vw;
  margin-bottom: 3px;
  margin-left: 10px; }
  @media screen and (min-width: 600px) {
    .specialTeaser__teaser__tile__icon {
      display: inline-block !important;
      font-size: 32px;
      margin-left: 0; } }
  .panoView .specialTeaser__teaser__tile__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 20px;
    font-size: 22px;
    text-align: center; }

.specialTeaser__teaser__tile__title {
  display: inline-block;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
  font-size: 5vw; }
  @media screen and (min-width: 600px) {
    .specialTeaser__teaser__tile__title {
      display: block;
      font-size: 11px; } }
  @media screen and (min-width: 740px) {
    .specialTeaser__teaser__tile__title {
      display: block;
      font-size: 12px; } }
  @media screen and (min-width: 1024px) {
    .specialTeaser__teaser__tile__title {
      display: block;
      font-size: 13px; } }
  @media screen and (min-width: 1400px) {
    .specialTeaser__teaser__tile__title {
      font-size: 14px; } }
  .panoView .specialTeaser__teaser__tile__title {
    font-size: 16px; }

.meta01.home .specialTeaser__teaser__tile__icon {
  display: none; }

.meta01.home .specialTeaser__teaser__tile__title {
  margin-left: 5px; }

.meta01 .specialTeaser__teaser--second a {
  background: rgba(124, 143, 63, 0.8); }
  .meta01 .specialTeaser__teaser--second a:hover {
    background: #7c8f3f; }

.meta01 .specialTeaser__teaser--third a {
  background: rgba(176, 13, 21, 0.8); }
  .meta01 .specialTeaser__teaser--third a:hover {
    background: #b00d15; }

.meta01 .specialTeaser__teaser--fourth a {
  background: rgba(246, 139, 31, 0.8); }
  .meta01 .specialTeaser__teaser--fourth a:hover {
    background: #f68b1f; }

.meta01 .specialTeaser__teaser--fifth a {
  background: rgba(140, 162, 210, 0.8); }
  .meta01 .specialTeaser__teaser--fifth a:hover {
    background: #8ca2d2; }

/**
 * Themes for facelift of the homepage (mask)
 */
.specialTeaser__teaser--gray a {
  background: rgba(147, 134, 109, 0.8); }
  .specialTeaser__teaser--gray a:hover {
    background: #93866d; }

.specialTeaser__teaser--green a {
  background: rgba(124, 143, 63, 0.8); }
  .specialTeaser__teaser--green a:hover {
    background: #7c8f3f; }

.specialTeaser__teaser--red a {
  background: rgba(176, 13, 21, 0.8); }
  .specialTeaser__teaser--red a:hover {
    background: #b00d15; }

.specialTeaser__teaser--orange a {
  background: rgba(246, 139, 31, 0.8); }
  .specialTeaser__teaser--orange a:hover {
    background: #f68b1f; }

.specialTeaser__teaser--blue a {
  background: rgba(140, 162, 210, 0.8); }
  .specialTeaser__teaser--blue a:hover {
    background: #8ca2d2; }

.sms-social-share {
  text-align: center;
  margin: 20px 0 20px 0; }
  .sms-social-share ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0; }
    .sms-social-share ul li {
      display: inline-block;
      margin: 0 2px 0 2px; }
      .sms-social-share ul li img {
        width: 40px; }
      .sms-social-share ul li a {
        display: inline-block;
        text-decoration: none;
        transition: all .3s ease;
        border-radius: 40px;
        border: 3px solid #fff; }
        .sms-social-share ul li a:hover {
          border: 3px solid rgba(124, 143, 63, 0.75); }

/**
 * Spinner (Displays a loading animation)
 */
.spinner {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 7px;
  vertical-align: middle;
  text-align: center; }

.spinner__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: top;
  border-radius: 50%;
  background: #cccccc;
  animation: Pulsate 1s infinite ease-in-out; }
  .spinner__dot:first-child {
    animation-delay: -0.16s; }
  .spinner__dot:last-child {
    animation-delay: .16s; }
  .spinner--invert > .spinner__dot {
    background: white; }

/**
 * Table
 */
/*
 * Base class for all table-styles.
 */
.table {
  width: 100%;
  margin-bottom: 1.33333em; }
  .table td, .table th {
    padding: 0.5em;
    font-size: 90%; }
  .table th {
    font-weight: 400; }

/*
 * Adds a border around the table and in between the rows and cells.
 */
.table--bordered {
  border: 1px solid #e6e6e6;
  border-collapse: separate;
  border-radius: 2px; }
  .table--bordered td, .table--bordered th {
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .table--bordered td:first-child, .table--bordered th:first-child {
      border-left: 0; }
  .table--bordered tr:last-child > td {
    border-bottom: 0; }

/*
 * Adds a border below each row.
 */
.table--striped td, .table--striped th {
  border-bottom: 1px solid #e6e6e6; }

.table--striped th {
  padding-top: 0;
  box-shadow: 0 1px 0 rgba(231, 231, 236, 0.7), 0 3px 0 rgba(231, 231, 236, 0.3); }

/*
 * Reduces the visual gap between each table row.
 */
.table--condensed td, .table--condensed th {
  padding: 0.25em 0.5em 0.25em; }

/*
 * Displays each odd/even row with a changing background to enhance the visual difference between each row element.
 */
.table--zebra tbody tr:nth-child(even) {
  background: #fff; }

.table--zebra tbody tr:nth-child(odd) {
  background: #f2f2f2; }

.summary .table td, .summary .table th {
  padding: 0.5em 0;
  font-size: 100%;
  background: #fff;
  border-bottom: 2px solid #fffcf9; }

#tagcloud {
  background-color: #FFFFFF;
  margin: 0;
  border: 2px solid #96AAD2; }

#tagcloud h4 {
  background-color: #96AAD2;
  padding: 8px 12px 5px 12px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 1.11111em;
  position: relative; }

#tagcloud ul {
  list-style-type: none;
  padding: 20px 10px;
  margin: 0;
  text-align: center; }

#tagcloud ul li {
  background: none;
  display: inline-block;
  border: 0; }

#tagcloud ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #51585E;
  background: none;
  display: inline-block; }

#tagcloud a {
  font-size: 1.22222em;
  line-height: normal;
  display: inline;
  padding: 0 3px 1px 0;
  margin: 0px; }

#tagcloud a:hover {
  text-decoration: underline; }

#tagcloud a.weight1 {
  font-size: 1.44444em;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }

#tagcloud a.weight2 {
  font-size: 1.11111em;
  font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif; }

#tagcloud a.weight3 {
  font-size: 1em; }

#tagcloud a.weight4 {
  font-size: 0.88889em; }

#tagcloud a.weight5 {
  font-size: 0.77778em; }

/* Override global BoxSlider Styles */
.teamquotesliderWrapper .bx-wrapper .bx-viewport {
  background: none; }

.teamquotesliderWrapper .bx-wrapper .bx-controls-direction {
  top: 0px;
  bottom: inherit;
  height: 0px; }
  @media screen and (min-width: 600px) {
    .teamquotesliderWrapper .bx-wrapper .bx-controls-direction {
      bottom: inherit;
      top: 0px;
      height: 0px; } }

.teamquotesliderWrapper .bx-wrapper .bx-prev {
  left: 0px; }
  @media screen and (min-width: 600px) {
    .teamquotesliderWrapper .bx-wrapper .bx-prev {
      left: 0px; } }

.teamquotesliderWrapper .bx-wrapper .bx-next {
  right: 0px; }
  @media screen and (min-width: 600px) {
    .teamquotesliderWrapper .bx-wrapper .bx-next {
      right: 0px; } }

.teamquotesliderWrapper .bx-wrapper .bx-controls-direction a {
  color: #cccccc;
  bottom: -2.5em; }
  .teamquotesliderWrapper .bx-wrapper .bx-controls-direction a:hover {
    color: #96aad2; }
  .teamquotesliderWrapper .bx-wrapper .bx-controls-direction a:focus {
    color: #cccccc; }
    .teamquotesliderWrapper .bx-wrapper .bx-controls-direction a:focus:hover {
      color: #96aad2; }

/* Basic teamquoteslider */
@media screen and (min-width: 600px) {
  .teamquotesliderSingleWrapper {
    padding: 0 45px; } }

ul.teamquoteslider {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center; }

ul.teamquoteslider a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #51585e; }
  @media screen and (min-width: 600px) {
    ul.teamquoteslider a {
      float: left; } }

ul.teamquoteslider figure {
  position: relative; }
  @media screen and (min-width: 600px) {
    ul.teamquoteslider figure {
      margin-right: 25px; } }

ul.teamquoteslider div.caption {
  font-size: 90%;
  margin-top: 25px; }

ul.teamquoteslider div.caption span {
  font-size: 80%; }

ul.teamquoteslider img.rounded {
  width: 100px;
  height: 100px;
  border-radius: 50px; }

ul.teamquoteslider figure span {
  position: relative; }

ul.teamquoteslider figure span.quarter:after {
  content: '';
  display: block;
  border-radius: 0 0 0 100px;
  border-width: 0 0 5px 5px;
  border-color: #cccccc;
  border-style: solid;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 13px;
  left: -10px;
  transition: all .6s ease; }

ul.teamquoteslider figure span.quarter:hover:after {
  border-color: #96AAD2;
  transition: all .6s ease; }

ul.teamquoteslider img {
  width: 100%;
  display: inline-block; }

ul.teamquoteslider div.quote {
  margin-top: 10px; }
  @media screen and (min-width: 600px) {
    ul.teamquoteslider div.quote {
      margin-top: 0;
      text-align: left; } }

ul.teamquoteslider div.quote span {
  font-style: italic; }

/* Override global BoxSlider Styles */
/*
 * workaround by JZG
 * because the css seems to disable the default responisve css of the bxslider
 */
.teamsliderWrapper {
  margin-bottom: 0px; }

.teamsliderWrapper .bx-wrapper .bx-clone {
  overflow: hidden; }

@media screen and (min-width: 320px) {
  .teamsliderWrapper .bx-wrapper {
    width: 280px; } }

@media screen and (min-width: 420px) {
  .teamsliderWrapper .bx-wrapper {
    width: 295px; } }

@media screen and (min-width: 480px) {
  .teamsliderWrapper .bx-wrapper {
    width: 460px; } }

@media screen and (min-width: 600px) {
  .teamsliderWrapper .bx-wrapper {
    width: 230px; } }

@media screen and (min-width: 740px) {
  .teamsliderWrapper .bx-wrapper {
    width: 320px; } }

@media screen and (min-width: 1024px) {
  .teamsliderWrapper .bx-wrapper {
    width: 470px; } }

@media screen and (min-width: 1280px) {
  .teamsliderWrapper .bx-wrapper {
    width: 591px; } }

.teamsliderWrapper .bx-wrapper .bx-viewport {
  background: none; }

.teamsliderWrapper .bx-wrapper .bx-controls-direction {
  top: 0px;
  bottom: inherit;
  height: 0px; }
  @media screen and (min-width: 600px) {
    .teamsliderWrapper .bx-wrapper .bx-controls-direction {
      bottom: inherit;
      top: 0px; } }

.teamsliderWrapper .bx-wrapper .bx-prev {
  left: 0px; }
  @media screen and (min-width: 600px) {
    .teamsliderWrapper .bx-wrapper .bx-prev {
      left: 0px; } }
  @media screen and (min-width: 420px) {
    .teamsliderWrapper .bx-wrapper .bx-prev {
      left: -60px; } }
  @media screen and (min-width: 480px) {
    .teamsliderWrapper .bx-wrapper .bx-prev {
      left: 0px; } }

.teamsliderWrapper .bx-wrapper .bx-next {
  right: 0px; }
  @media screen and (min-width: 600px) {
    .teamsliderWrapper .bx-wrapper .bx-next {
      right: 0px; } }
  @media screen and (min-width: 420px) {
    .teamsliderWrapper .bx-wrapper .bx-next {
      right: -60px; } }
  @media screen and (min-width: 480px) {
    .teamsliderWrapper .bx-wrapper .bx-next {
      right: 0px; } }

.teamsliderWrapper .bx-wrapper .bx-controls-direction a {
  bottom: -2.5em;
  color: #cccccc; }
  .teamsliderWrapper .bx-wrapper .bx-controls-direction a:hover {
    color: #96aad2; }
  .teamsliderWrapper .bx-wrapper .bx-controls-direction a:focus {
    color: #cccccc; }
    .teamsliderWrapper .bx-wrapper .bx-controls-direction a:focus:hover {
      color: #96aad2; }

/* Basic Teamslider */
ul.teamslider {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center; }

ul.teamslider li {
  /*
   * workaround by JZG
   * because the css seems to disable the default responisve css of the bxslider
   */
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 320px) {
    ul.teamslider li figure {
      padding-left: 90px; } }
  @media screen and (min-width: 420px) {
    ul.teamslider li {
      width: 150px !important; }
      ul.teamslider li figure {
        padding-left: 5px; } }
  @media screen and (min-width: 480px) {
    ul.teamslider li figure {
      padding-left: 15px; } }
  @media screen and (min-width: 600px) {
    ul.teamslider li {
      width: 197px !important; }
      ul.teamslider li figure {
        padding-left: 40px; } }
  @media screen and (min-width: 740px) {
    ul.teamslider li {
      width: 150px !important; }
      ul.teamslider li figure {
        padding-left: 25px; } }
  @media screen and (min-width: 1024px) {
    ul.teamslider li {
      width: 150px !important; }
      ul.teamslider li figure {
        padding-right: 5px; } }
  @media screen and (min-width: 1280px) {
    ul.teamslider li {
      width: 197px !important; } }

ul.teamslider a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #51585e; }

ul.teamslider figure {
  position: relative; }

ul.teamslider div.caption {
  font-size: 90%;
  margin-top: 25px; }

ul.teamslider div.caption span {
  font-size: 80%; }

ul.teamslider img.rounded {
  width: 100px;
  height: 100px;
  border-radius: 50px; }

ul.teamslider figure span {
  position: relative; }

ul.teamslider figure span.quarter:after {
  content: '';
  display: block;
  border-radius: 0 0 0 100px;
  border-width: 0 0 5px 5px;
  border-color: #cccccc;
  border-style: solid;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 13px;
  left: -10px;
  transition: all .6s ease; }

ul.teamslider figure span.quarter:hover:after {
  border-color: #96AAD2;
  transition: all .6s ease; }

ul.teamslider img {
  width: 100%;
  display: inline-block; }

.textpic-imagegallery.gi:nth-child(2n+1) {
  clear: both; }

@media screen and (min-width: 1024px) {
  .textpic-imagegallery.gi:nth-child(2n+1) {
    clear: none; }
  .textpic-imagegallery.gi:nth-child(3n+1):not(.singlerow) {
    clear: both; } }

.textpic-imagegallery.gi.intrinsic img {
  width: initial;
  max-width: 100%; }

.tx-typo3forum-pi1 .nav.nav-pills.nav-pills-condensed li a {
  text-decoration: none; }
  .tx-typo3forum-pi1 .nav.nav-pills.nav-pills-condensed li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f07c';
    margin-right: 5px; }

.tx-typo3forum-pi1 .nav.nav-pills.nav-pills-condensed li:first-child a:before {
  font-weight: 900; }

/* Accordion CSS */
.ka-panel {
  cursor: pointer;
  position: relative; }
  .ka-panel i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
    text-align: right;
    width: 100%;
    padding: 12px;
    color: #FFFFFF; }
    .ka-panel i:before {
      transform: rotate(180deg);
      transition: all .3s ease;
      position: absolute;
      right: 15px; }
  .ka-panel .frame-default,
  .ka-panel .csc-default {
    padding: 0; }
    .ka-panel .frame-default h1, .ka-panel .frame-default h2, .ka-panel .frame-default h3,
    .ka-panel .csc-default h1,
    .ka-panel .csc-default h2,
    .ka-panel .csc-default h3 {
      position: relative;
      font-size: 1.11111em;
      padding: 8px 12px 8px 12px;
      color: #FFFFFF;
      background-color: #96AAD2; }
  .ka-panel .ce-text,
  .ka-panel .ce-textpic,
  .ka-panel .csc-text,
  .ka-panel .csc-textpic {
    overflow: auto;
    padding: 10px;
    max-height: 400px;
    transition: all .75s ease;
    border: 2px solid #96AAD2;
    border-top: 0;
    cursor: default; }
  .ka-panel.panelClose i:before {
    transform: rotate(0deg);
    transition: all .3s ease; }
  .ka-panel.panelClose h1, .ka-panel.panelClose h2, .ka-panel.panelClose h3 {
    border-bottom: 1px solid #FFFFFF; }
  .ka-panel.panelClose .ce-text,
  .ka-panel.panelClose .ce-textpic,
  .ka-panel.panelClose .csc-text,
  .ka-panel.panelClose .csc-textpic {
    max-height: 0;
    margin-top: -22px;
    transition: all .75s ease; }

/* Fachabteilungen */
.department .ce-text ul li:before {
  display: none; }

.ka-panel.department {
  margin-bottom: 7px; }
  .ka-panel.department i {
    height: 45px; }
  .ka-panel.department h3 {
    border: 2px solid #96AAD2;
    padding: 6px 12px 6px 25px; }
  .ka-panel.department .ce-text {
    padding: 10px 25px; }
    .ka-panel.department .ce-text ul {
      padding-left: 15px; }
  .ka-panel.department .csc-default h4 {
    position: relative;
    font-size: 100%;
    padding: initial;
    color: #96AAD2;
    background-color: transparent; }
  .ka-panel.department .csc-text {
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    max-height: 200em;
    overflow: hidden; }
    .ka-panel.department .csc-text ul {
      margin: 0;
      padding: 0; }
  .ka-panel.department .directions {
    width: 100%;
    height: 240px;
    background-position: center center;
    margin-top: 20px; }
  .ka-panel.department .caption {
    color: #93866D; }
  .ka-panel.department .btn:hover {
    background-color: #63752a !important;
    border-color: #63752a !important;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .ka-panel.department .btn {
      width: 100%; } }
  .ka-panel.department .ctawithicononly {
    display: block;
    margin-left: 0;
    text-decoration: none; }
  .ka-panel.department.panelClose .csc-text {
    max-height: 0; }
  .ka-panel.department.panelClose .ce-text {
    margin-top: -24px; }
  .ka-panel.department.panelClose h3 {
    border-bottom: 2px solid #96AAD2;
    margin-bottom: 2px; }
  .ka-panel.department .location {
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #96AAD2;
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .ka-panel.department .ctawithicononly {
      display: inline; }
    .ka-panel.department .directions {
      margin-top: 0; } }

/*
 * Site Header
 */
.siteHeader {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  box-shadow: 0 0 3px #000; }
  @media screen and (min-width: 600px) {
    .siteHeader {
      position: absolute;
      top: 0;
      z-index: 3;
      height: inherit;
      box-shadow: none; } }
  @media screen and (min-width: 320px) {
    .siteHeader {
      position: absolute; } }

.metaNaviBar {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 1;
  background: #f1f1f1;
  margin-top: -71px;
  transition: all .6s ease; }
  @media screen and (min-width: 600px) {
    .metaNaviBar {
      margin-top: -38px; } }
  @media screen and (min-width: 1024px) {
    .metaNaviBar {
      margin-top: -30px; }
      .metaNaviBar:before {
        content: ' ';
        height: 30px;
        display: block; } }
  .metaNaviBar .siteWrapper {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .metaNaviBar .siteWrapper {
        width: 80%; } }
  .metaNaviBar .gi {
    padding-top: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px; }
    @media screen and (min-width: 1024px) {
      .metaNaviBar .gi {
        padding-top: 0px;
        width: inherit;
        float: none;
        padding-left: 0px;
        padding-right: 0px; } }
  .metaNaviBar .toggle {
    cursor: default;
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
    padding-left: 0;
    padding-right: 3.5px; }
  .metaNaviBar.active {
    margin-top: 0;
    z-index: 15;
    background: rgba(255, 255, 255, 0.8); }
    @media screen and (min-width: 1024px) {
      .metaNaviBar.active {
        margin-top: -30px; } }
    .metaNaviBar.active .nav.meta li a {
      top: 0; }
    .metaNaviBar.active .nav.meta li.toggle .toggle-icon i.fa-chevron-down {
      top: -14px; }
    .metaNaviBar.active .nav.meta li.toggle .toggle-icon i.fa-chevron-up {
      top: 1px; }
    .metaNaviBar.active:after {
      content: '';
      width: 100%;
      height: 14px;
      display: block; }
      @media screen and (min-width: 600px) {
        .metaNaviBar.active:after {
          height: 50px; } }
      @media screen and (min-width: 1024px) {
        .metaNaviBar.active:after {
          height: 0; } }
  .metaNaviBar .nav.meta li a,
  .metaNaviBar .nav.meta li .toggleWrapper {
    background-color: #f1f1f1;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px;
    font-size: 0.77778em;
    color: #999; }
    .metaNaviBar .nav.meta li a:hover,
    .metaNaviBar .nav.meta li .toggleWrapper:hover {
      background-color: #FFFFFF; }
    @media screen and (min-width: 1024px) {
      .metaNaviBar .nav.meta li a,
      .metaNaviBar .nav.meta li .toggleWrapper {
        padding: 5px 10px;
        background-color: transparent;
        display: inline-block; } }
    .metaNaviBar .nav.meta li a .toggle-icon,
    .metaNaviBar .nav.meta li .toggleWrapper .toggle-icon {
      position: relative;
      display: inline-block;
      width: 14px;
      height: 14px;
      overflow: hidden; }
      .metaNaviBar .nav.meta li a .toggle-icon i,
      .metaNaviBar .nav.meta li .toggleWrapper .toggle-icon i {
        position: absolute;
        left: 0px;
        transition: .6s ease; }
        .metaNaviBar .nav.meta li a .toggle-icon i.fa-chevron-down,
        .metaNaviBar .nav.meta li .toggleWrapper .toggle-icon i.fa-chevron-down {
          top: 1px; }
    .metaNaviBar .nav.meta li a.meta01,
    .metaNaviBar .nav.meta li .toggleWrapper.meta01 {
      background-color: #93866D;
      color: #FFFFFF; }
    .metaNaviBar .nav.meta li a.meta02,
    .metaNaviBar .nav.meta li .toggleWrapper.meta02 {
      background-color: #7c8f3f;
      color: #FFFFFF; }
    .metaNaviBar .nav.meta li a.meta03,
    .metaNaviBar .nav.meta li .toggleWrapper.meta03 {
      background-color: #b00d15;
      color: #FFFFFF; }
    .metaNaviBar .nav.meta li a.meta05,
    .metaNaviBar .nav.meta li .toggleWrapper.meta05 {
      background-color: #f68b1f;
      color: #FFFFFF; }
    .metaNaviBar .nav.meta li a.meta06,
    .metaNaviBar .nav.meta li .toggleWrapper.meta06 {
      background-color: #8ca2d2;
      color: #FFFFFF; }
  .metaNaviBar .nav.meta li a {
    text-align: left;
    padding: 5px 0 5px 9px;
    position: relative;
    top: -30px; }
    @media screen and (min-width: 600px) {
      .metaNaviBar .nav.meta li a {
        padding: 5px 0px 5px 9px; } }
    @media screen and (min-width: 1024px) {
      .metaNaviBar .nav.meta li a {
        padding: 5px 10px; } }
  .metaNaviBar .nav.meta li.toggle .toggleWrapper {
    background-color: #93866D;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px; }
    .metaNaviBar .nav.meta li.toggle .toggleWrapper i.fa-chevron-up {
      top: 14px; }
  .metaNaviBar:after {
    content: '';
    width: 100%;
    height: 0px;
    background: none;
    display: block;
    transition: all .6s ease; }

.siteWrapper--logo {
  margin-top: 28px; }

.siteHeader .logo {
  margin-top: 15px;
  max-width: 264px;
  max-height: 70px;
  background-size: contain !important;
  transition: all .6s ease; }
  @media screen and (min-width: 600px) {
    .siteHeader .logo {
      max-height: 90px;
      margin-bottom: 15px; } }
  @media screen and (min-width: 1024px) {
    .siteHeader .logo {
      max-height: 105px; } }
  .siteHeader .logo img {
    height: 105px; }

.mobileControls {
  margin-top: 30px; }
  @media screen and (min-width: 600px) {
    .mobileControls {
      margin-top: 45px; } }

.callButton,
.searchButton {
  display: inline-block;
  float: right;
  color: #7c8f3f;
  font-size: 150%;
  margin-right: 15px; }
  .callButton a,
  .searchButton a {
    text-decoration: none;
    color: #7c8f3f; }

.stageWrapper {
  position: relative; }

.mainStage {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 0; }
  @media screen and (min-width: 600px) {
    .mainStage {
      margin-bottom: 25px; } }
  .mainStage > div {
    position: relative;
    height: 100%; }
  body.home .mainStage {
    position: relative;
    z-index: inherit; }
    @media screen and (min-width: 600px) {
      body.home .mainStage {
        padding-top: 145px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      body.home .mainStage {
        padding-top: 150px; } }

.hide {
  display: none; }

@media screen and (min-width: 1024px) {
  .hide {
    display: block !important; } }

.mainStage .csc-textpic,
.mainStage .csc-textpic-imagewrap,
.mainStage .csc-textpic-center-outer,
.mainStage .csc-textpic-center-inner,
.mainStage .csc-textpic-image,
.mainStage .csc-textpic-image img {
  position: static !important;
  overflow: visible !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.mainStage .csc-textpic img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  max-width: none !important; }

.home .stageInfo {
  top: 0; }
  @media screen and (min-width: 600px) {
    .home .stageInfo {
      top: 172px; } }
  @media screen and (min-width: 1024px) {
    .home .stageInfo {
      display: none; } }

.stageInfo {
  position: absolute;
  top: 113px;
  right: 0;
  width: 100%;
  display: block;
  height: inherit;
  bottom: inherit; }
  @media screen and (min-width: 600px) {
    .stageInfo {
      top: 148px; } }
  @media screen and (min-width: 1024px) {
    .stageInfo {
      z-index: inherit; } }
  .stageInfo .pageHeadline {
    background-color: rgba(124, 143, 63, 0.8);
    color: #FFFFFF;
    position: relative;
    right: inherit;
    top: 0; }
    .stageInfo .pageHeadline i {
      display: none; }
    @media screen and (min-width: 600px) {
      .stageInfo .pageHeadline {
        bottom: inherit;
        top: 0px;
        z-index: 2; } }
    @media screen and (min-width: 1024px) {
      .stageInfo .pageHeadline {
        position: absolute;
        bottom: 0;
        top: inherit; } }

.stageInfo .pageHeadline {
  display: block; }

@media screen and (min-width: 1024px) {
  .stageInfo .pageHeadline {
    display: none; }
  .home .stageInfo .pageHeadline {
    display: block; } }

.welcomeHeadline {
  background-color: rgba(150, 170, 210, 0.8);
  color: #FFFFFF;
  position: absolute;
  font-size: 1.55556em;
  left: -70px;
  padding: 10px 20px;
  min-width: 210px;
  display: none;
  bottom: 72px; }

@media screen and (min-width: 1024px) {
  .callButton,
  .searchButton {
    display: none; }
  .home .pageHeadline {
    text-align: center; }
  .home .stageInfo {
    top: inherit; }
  .home.cluster .stageInfo {
    display: none;
    bottom: 270px;
    right: inherit;
    left: inherit; }
    .home.cluster .stageInfo .pageHeadline {
      left: 20%;
      right: inherit; } }

@media screen and (min-width: 1024px) {
  .stageInfo {
    top: inherit;
    bottom: 300px; }
  .welcomeHeadline {
    display: block; } }

.panoView {
  position: relative;
  width: 100%;
  z-index: 2;
  max-width: 100%;
  margin-top: 379px;
  transition: all .6s ease; }
  @media screen and (min-width: 600px) {
    .panoView {
      margin-top: 418px; } }
  @media screen and (min-width: 1024px) {
    .panoView {
      margin-top: 700px; } }
  .panoView:before {
    content: '';
    background: url(../Images/bg_image-filter.png) repeat-x bottom center;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 218px; }
    @media screen and (min-width: 600px) {
      .panoView:before {
        height: 215px; } }
    @media screen and (min-width: 1024px) {
      .panoView:before {
        height: 300px; } }

@media screen and (min-width: 1024px) {
  .microsite .panoView {
    margin-top: 700px; }
  .microsite .mainStage {
    position: absolute;
    top: 125px; }
  .microsite .news-latest-container {
    margin-top: 0;
    padding: 0; }
  .microsite .news-latest-container .item {
    height: 280px; }
  .microsite .news-latest-container .newstext {
    height: 75px; } }

.panoImage {
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top; }
  @media screen and (min-width: 600px) {
    .panoImage {
      height: 440px; } }
  @media screen and (min-width: 1024px) {
    .panoImage {
      height: 700px; } }

.micrositeHeadlineWrapper {
  background-color: #7c8f3f; }
  .micrositeHeadlineWrapper .micrositeHeadline {
    display: none;
    color: #FFFFFF;
    top: -60px;
    z-index: 2;
    padding: 0 20px 0 20px;
    font-family: "OfficinaSansITCW01-Book_734509", Arial, Helvetica, sans-serif;
    font-size: 1.77778em; }
    @media screen and (min-width: 1024px) {
      .micrositeHeadlineWrapper .micrositeHeadline {
        display: block; } }

.meta08 .metaNaviBar {
  background-color: transparent; }
  .meta08 .metaNaviBar.active {
    background-color: transparent; }
  .meta08 .metaNaviBar .nav.meta li.toggle .toggleWrapper {
    background-color: #fff;
    color: #93866D; }

.meta09 .metaNaviBar {
  background-color: transparent; }
  .meta09 .metaNaviBar.active {
    background-color: transparent; }
  .meta09 .metaNaviBar .nav.meta li.toggle .toggleWrapper {
    background-color: #fff;
    color: #93866D; }

/**
 * Site Footer
 */
.siteFooter {
  background-color: #7c8f3f;
  color: #FFFFFF; }
  .siteFooter a {
    color: #FFFFFF;
    text-decoration: none; }
    .siteFooter a img {
      width: 100%;
      height: 100%; }
  .siteFooter .box {
    font-style: normal; }
  .siteFooter .mapstatic {
    height: 430px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1024px) {
      .siteFooter .mapstatic {
        min-height: 300px; } }
  .siteFooter h3, .siteFooter h4 {
    margin-top: 20px;
    color: #FFFFFF; }
  .siteFooter .tagcloud a {
    display: block;
    float: left;
    font-size: 0.83333em;
    text-decoration: none;
    padding: 3px 10px;
    background-color: #FFFFFF;
    color: #96AAD2;
    margin: 0 7px 7px 0;
    border-radius: 3px;
    transition: all .3s ease; }
    .siteFooter .tagcloud a:hover {
      color: white;
      background-color: #96AAD2;
      text-decoration: none; }

.copyrightBar {
  padding: 20px 0 75px 0;
  background: #6d7d37;
  color: #FFFFFF; }
  .copyrightBar p {
    font-size: 0.88889em; }
  .copyrightBar .nav a {
    font-size: 0.88889em;
    padding-left: 10px; }
  .copyrightBar a {
    color: #FFFFFF; }

.status .siteContent {
  margin-top: 85px;
  background-color: transparent; }

.home .siteContent {
  margin-top: 113px; }
  @media screen and (min-width: 600px) {
    .home .siteContent {
      margin-top: -24px; } }
  @media screen and (min-width: 1024px) {
    .home .siteContent {
      margin-top: 113px; } }

.siteContent {
  margin-top: 0;
  background-color: #fffcf9; }
  .siteContent.disabled {
    transition: all .3s ease; }
    .siteContent.disabled:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      visibility: visible; }
  .siteContent.noHeader {
    margin-top: 125px; }
  @media screen and (min-width: 1024px) {
    .siteContent {
      padding-bottom: 35px;
      margin-top: -24px; }
      .siteContent.noHeader {
        margin-top: 215px; } }
  .siteContent:after {
    content: '';
    visibility: hidden;
    transition: all .2s ease; }

/**
 * Print styles - Inlined to avoid another HTTP connection.
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  @page {
    margin: 0.5cm; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  
  .print-hidden {
    display: none; } }

/**
 * Spacing utilities
 */
.u-m0 {
  margin: 0; }

.u-ml0 {
  margin-left: 0; }

.u-mr0 {
  margin-right: 0; }

.u-mb0 {
  margin-bottom: 0; }

.u-mt0 {
  margin-top: 0; }

.u-pl0 {
  padding-left: 0; }

.u-pr0 {
  padding-right: 0; }

.u-pb0 {
  padding-bottom: 0; }

.u-pt0 {
  padding-top: 0; }

.u-m1\/1 {
  margin: 1.33333rem; }

.u-ml1\/1 {
  margin-left: 1.33333rem; }

.u-mr1\/1 {
  margin-right: 1.33333rem; }

.u-mb1\/1 {
  margin-bottom: 1.33333rem; }

.u-mt1\/1 {
  margin-top: 1.33333rem; }

.u-p1\/1 {
  padding: 1.33333rem; }

.u-pl1\/1 {
  padding-left: 1.33333rem; }

.u-pr1\/1 {
  padding-right: 1.33333rem; }

.u-pb1\/1 {
  padding-bottom: 1.33333rem; }

.u-pt1\/1 {
  padding-top: 1.33333rem; }

.u-m1\/2 {
  margin: 0.66667rem; }

.u-ml1\/2 {
  margin-left: 0.66667rem; }

.u-mr1\/2 {
  margin-right: 0.66667rem; }

.u-mb1\/2 {
  margin-bottom: 0.66667rem; }

.u-mt1\/2 {
  margin-top: 0.66667rem; }

.u-p1\/2 {
  padding: 0.66667rem; }

.u-pl1\/2 {
  padding-left: 0.66667rem; }

.u-pr1\/2 {
  padding-right: 0.66667rem; }

.u-pb1\/2 {
  padding-bottom: 0.66667rem; }

.u-pt1\/2 {
  padding-top: 0.66667rem; }

@media screen and (min-width: 320px) {
  .u-ms0 {
    margin: 0; }
  .u-mls0 {
    margin-left: 0; }
  .u-mrs0 {
    margin-right: 0; }
  .u-mbs0 {
    margin-bottom: 0; }
  .u-mts0 {
    margin-top: 0; }
  .u-pls0 {
    padding-left: 0; }
  .u-prs0 {
    padding-right: 0; }
  .u-pbs0 {
    padding-bottom: 0; }
  .u-pts0 {
    padding-top: 0; }
  .u-ms1\/1 {
    margin: 1.33333rem; }
  .u-mls1\/1 {
    margin-left: 1.33333rem; }
  .u-mrs1\/1 {
    margin-right: 1.33333rem; }
  .u-mbs1\/1 {
    margin-bottom: 1.33333rem; }
  .u-mts1\/1 {
    margin-top: 1.33333rem; }
  .u-ps1\/1 {
    padding: 1.33333rem; }
  .u-pls1\/1 {
    padding-left: 1.33333rem; }
  .u-prs1\/1 {
    padding-right: 1.33333rem; }
  .u-pbs1\/1 {
    padding-bottom: 1.33333rem; }
  .u-pts1\/1 {
    padding-top: 1.33333rem; }
  .u-ms1\/2 {
    margin: 0.66667rem; }
  .u-mls1\/2 {
    margin-left: 0.66667rem; }
  .u-mrs1\/2 {
    margin-right: 0.66667rem; }
  .u-mbs1\/2 {
    margin-bottom: 0.66667rem; }
  .u-mts1\/2 {
    margin-top: 0.66667rem; }
  .u-ps1\/2 {
    padding: 0.66667rem; }
  .u-pls1\/2 {
    padding-left: 0.66667rem; }
  .u-prs1\/2 {
    padding-right: 0.66667rem; }
  .u-pbs1\/2 {
    padding-bottom: 0.66667rem; }
  .u-pts1\/2 {
    padding-top: 0.66667rem; } }

@media screen and (min-width: 600px) {
  .u-mm0 {
    margin: 0; }
  .u-mlm0 {
    margin-left: 0; }
  .u-mrm0 {
    margin-right: 0; }
  .u-mbm0 {
    margin-bottom: 0; }
  .u-mtm0 {
    margin-top: 0; }
  .u-plm0 {
    padding-left: 0; }
  .u-prm0 {
    padding-right: 0; }
  .u-pbm0 {
    padding-bottom: 0; }
  .u-ptm0 {
    padding-top: 0; }
  .u-mm1\/1 {
    margin: 1.33333rem; }
  .u-mlm1\/1 {
    margin-left: 1.33333rem; }
  .u-mrm1\/1 {
    margin-right: 1.33333rem; }
  .u-mbm1\/1 {
    margin-bottom: 1.33333rem; }
  .u-mtm1\/1 {
    margin-top: 1.33333rem; }
  .u-pm1\/1 {
    padding: 1.33333rem; }
  .u-plm1\/1 {
    padding-left: 1.33333rem; }
  .u-prm1\/1 {
    padding-right: 1.33333rem; }
  .u-pbm1\/1 {
    padding-bottom: 1.33333rem; }
  .u-ptm1\/1 {
    padding-top: 1.33333rem; }
  .u-mm1\/2 {
    margin: 0.66667rem; }
  .u-mlm1\/2 {
    margin-left: 0.66667rem; }
  .u-mrm1\/2 {
    margin-right: 0.66667rem; }
  .u-mbm1\/2 {
    margin-bottom: 0.66667rem; }
  .u-mtm1\/2 {
    margin-top: 0.66667rem; }
  .u-pm1\/2 {
    padding: 0.66667rem; }
  .u-plm1\/2 {
    padding-left: 0.66667rem; }
  .u-prm1\/2 {
    padding-right: 0.66667rem; }
  .u-pbm1\/2 {
    padding-bottom: 0.66667rem; }
  .u-ptm1\/2 {
    padding-top: 0.66667rem; } }

@media screen and (min-width: 740px) {
  .u-mp0 {
    margin: 0; }
  .u-mlp0 {
    margin-left: 0; }
  .u-mrp0 {
    margin-right: 0; }
  .u-mbp0 {
    margin-bottom: 0; }
  .u-mtp0 {
    margin-top: 0; }
  .u-plp0 {
    padding-left: 0; }
  .u-prp0 {
    padding-right: 0; }
  .u-pbp0 {
    padding-bottom: 0; }
  .u-ptp0 {
    padding-top: 0; }
  .u-mp1\/1 {
    margin: 1.33333rem; }
  .u-mlp1\/1 {
    margin-left: 1.33333rem; }
  .u-mrp1\/1 {
    margin-right: 1.33333rem; }
  .u-mbp1\/1 {
    margin-bottom: 1.33333rem; }
  .u-mtp1\/1 {
    margin-top: 1.33333rem; }
  .u-pp1\/1 {
    padding: 1.33333rem; }
  .u-plp1\/1 {
    padding-left: 1.33333rem; }
  .u-prp1\/1 {
    padding-right: 1.33333rem; }
  .u-pbp1\/1 {
    padding-bottom: 1.33333rem; }
  .u-ptp1\/1 {
    padding-top: 1.33333rem; }
  .u-mp1\/2 {
    margin: 0.66667rem; }
  .u-mlp1\/2 {
    margin-left: 0.66667rem; }
  .u-mrp1\/2 {
    margin-right: 0.66667rem; }
  .u-mbp1\/2 {
    margin-bottom: 0.66667rem; }
  .u-mtp1\/2 {
    margin-top: 0.66667rem; }
  .u-pp1\/2 {
    padding: 0.66667rem; }
  .u-plp1\/2 {
    padding-left: 0.66667rem; }
  .u-prp1\/2 {
    padding-right: 0.66667rem; }
  .u-pbp1\/2 {
    padding-bottom: 0.66667rem; }
  .u-ptp1\/2 {
    padding-top: 0.66667rem; } }

@media screen and (min-width: 1024px) {
  .u-ml0 {
    margin: 0; }
  .u-mll0 {
    margin-left: 0; }
  .u-mrl0 {
    margin-right: 0; }
  .u-mbl0 {
    margin-bottom: 0; }
  .u-mtl0 {
    margin-top: 0; }
  .u-pll0 {
    padding-left: 0; }
  .u-prl0 {
    padding-right: 0; }
  .u-pbl0 {
    padding-bottom: 0; }
  .u-ptl0 {
    padding-top: 0; }
  .u-ml1\/1 {
    margin: 1.33333rem; }
  .u-mll1\/1 {
    margin-left: 1.33333rem; }
  .u-mrl1\/1 {
    margin-right: 1.33333rem; }
  .u-mbl1\/1 {
    margin-bottom: 1.33333rem; }
  .u-mtl1\/1 {
    margin-top: 1.33333rem; }
  .u-pl1\/1 {
    padding: 1.33333rem; }
  .u-pll1\/1 {
    padding-left: 1.33333rem; }
  .u-prl1\/1 {
    padding-right: 1.33333rem; }
  .u-pbl1\/1 {
    padding-bottom: 1.33333rem; }
  .u-ptl1\/1 {
    padding-top: 1.33333rem; }
  .u-ml1\/2 {
    margin: 0.66667rem; }
  .u-mll1\/2 {
    margin-left: 0.66667rem; }
  .u-mrl1\/2 {
    margin-right: 0.66667rem; }
  .u-mbl1\/2 {
    margin-bottom: 0.66667rem; }
  .u-mtl1\/2 {
    margin-top: 0.66667rem; }
  .u-pl1\/2 {
    padding: 0.66667rem; }
  .u-pll1\/2 {
    padding-left: 0.66667rem; }
  .u-prl1\/2 {
    padding-right: 0.66667rem; }
  .u-pbl1\/2 {
    padding-bottom: 0.66667rem; }
  .u-ptl1\/2 {
    padding-top: 0.66667rem; } }

@media screen and (min-width: 1920px) {
  .u-mxl0 {
    margin: 0; }
  .u-mlxl0 {
    margin-left: 0; }
  .u-mrxl0 {
    margin-right: 0; }
  .u-mbxl0 {
    margin-bottom: 0; }
  .u-mtxl0 {
    margin-top: 0; }
  .u-plxl0 {
    padding-left: 0; }
  .u-prxl0 {
    padding-right: 0; }
  .u-pbxl0 {
    padding-bottom: 0; }
  .u-ptxl0 {
    padding-top: 0; }
  .u-mxl1\/1 {
    margin: 1.33333rem; }
  .u-mlxl1\/1 {
    margin-left: 1.33333rem; }
  .u-mrxl1\/1 {
    margin-right: 1.33333rem; }
  .u-mbxl1\/1 {
    margin-bottom: 1.33333rem; }
  .u-mtxl1\/1 {
    margin-top: 1.33333rem; }
  .u-pxl1\/1 {
    padding: 1.33333rem; }
  .u-plxl1\/1 {
    padding-left: 1.33333rem; }
  .u-prxl1\/1 {
    padding-right: 1.33333rem; }
  .u-pbxl1\/1 {
    padding-bottom: 1.33333rem; }
  .u-ptxl1\/1 {
    padding-top: 1.33333rem; }
  .u-mxl1\/2 {
    margin: 0.66667rem; }
  .u-mlxl1\/2 {
    margin-left: 0.66667rem; }
  .u-mrxl1\/2 {
    margin-right: 0.66667rem; }
  .u-mbxl1\/2 {
    margin-bottom: 0.66667rem; }
  .u-mtxl1\/2 {
    margin-top: 0.66667rem; }
  .u-pxl1\/2 {
    padding: 0.66667rem; }
  .u-plxl1\/2 {
    padding-left: 0.66667rem; }
  .u-prxl1\/2 {
    padding-right: 0.66667rem; }
  .u-pbxl1\/2 {
    padding-bottom: 0.66667rem; }
  .u-ptxl1\/2 {
    padding-top: 0.66667rem; } }

@media screen and (min-width: 2000px) {
  .u-mxxl0 {
    margin: 0; }
  .u-mlxxl0 {
    margin-left: 0; }
  .u-mrxxl0 {
    margin-right: 0; }
  .u-mbxxl0 {
    margin-bottom: 0; }
  .u-mtxxl0 {
    margin-top: 0; }
  .u-plxxl0 {
    padding-left: 0; }
  .u-prxxl0 {
    padding-right: 0; }
  .u-pbxxl0 {
    padding-bottom: 0; }
  .u-ptxxl0 {
    padding-top: 0; }
  .u-mxxl1\/1 {
    margin: 1.33333rem; }
  .u-mlxxl1\/1 {
    margin-left: 1.33333rem; }
  .u-mrxxl1\/1 {
    margin-right: 1.33333rem; }
  .u-mbxxl1\/1 {
    margin-bottom: 1.33333rem; }
  .u-mtxxl1\/1 {
    margin-top: 1.33333rem; }
  .u-pxxl1\/1 {
    padding: 1.33333rem; }
  .u-plxxl1\/1 {
    padding-left: 1.33333rem; }
  .u-prxxl1\/1 {
    padding-right: 1.33333rem; }
  .u-pbxxl1\/1 {
    padding-bottom: 1.33333rem; }
  .u-ptxxl1\/1 {
    padding-top: 1.33333rem; }
  .u-mxxl1\/2 {
    margin: 0.66667rem; }
  .u-mlxxl1\/2 {
    margin-left: 0.66667rem; }
  .u-mrxxl1\/2 {
    margin-right: 0.66667rem; }
  .u-mbxxl1\/2 {
    margin-bottom: 0.66667rem; }
  .u-mtxxl1\/2 {
    margin-top: 0.66667rem; }
  .u-pxxl1\/2 {
    padding: 0.66667rem; }
  .u-plxxl1\/2 {
    padding-left: 0.66667rem; }
  .u-prxxl1\/2 {
    padding-right: 0.66667rem; }
  .u-pbxxl1\/2 {
    padding-bottom: 0.66667rem; }
  .u-ptxxl1\/2 {
    padding-top: 0.66667rem; } }

.m0 {
  margin: 0px !important; }

.mb5 {
  margin-bottom: 5px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb50 {
  margin-bottom: 50px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pt5 {
  padding-top: 5px; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }
