/* imports */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v16-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('../fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg');
  /* Legacy iOS */
}
.font-main {
  font-family: 'Roboto Condensed', sans-serif;
}
/*
	font-weight: 400,700
*/
.font-special {
  font-family: 'Roboto Condensed', sans-serif;
}
/* Spaces and Paddings */
/* Header */
/* left */
/* mainNav */
/* home-nav-big */
/* shaddows */
.boxShaddow-small {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
}
.boxShaddow-small-bright {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
}
.boxShaddow-default {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
}
.boxShaddow-big-dark {
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 17px;
  -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 17px;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 17px;
}
.boxShaddow-big {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
}
.boxShaddow-big-bright {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
}
.boxShaddow-inside {
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.boxShaddow-inside-bright {
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.boxShaddow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.textShaddow-default {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.35);
}
.textShaddow-default-dark {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
/* borderRadius */
.borderRadius-smaller {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.borderRadius-small {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.borderRadius-default {
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}
.borderRadius-big {
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}
/* transitions */
.transition-quick {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.transition-default {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.transition-slow {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.clear {
  clear: both;
  display: block;
}
/* smilieys */
.fa-smile-o {
  color: #7ED321;
}
.fa-meh-o {
  color: #F5A623;
}
.fa-frown-o {
  color: #FF0039;
}
.fa-lock {
  color: #FF0039;
}
.fa-unlock {
  color: #7ED321;
}
/* options */
.fa-trash,
.fa-minus-circle {
  color: #FF0039;
}
.fa-copy {
  color: #5d5d5d;
}
.fa-mail-reply {
  color: #7ED321;
}
.fa-check-circle,
.fa-check-circle-o {
  color: #7ED321;
}
.fa-times-circle,
.fa-times-circle-o {
  color: #FF0039;
}
/* colors */
.color-system-ok {
  color: #7ED321;
}
.color-system-notok {
  color: #FF0039;
}
.color-system-warning {
  color: #F5A623;
}
/* hintergruende */
.noBG {
  background-image: none !important;
}
.bg-white {
  background-color: #fff !important;
}
/* mix */
.blankList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
.hidden {
  display: none;
}
.hide-mobile {
  display: none;
}
.inactive {
  opacity: 0.5;
}
.error {
  color: #FF0039 !important;
}
.ok {
  color: #7ED321 !important;
}
.fullsize-img {
  width: 100%;
  margin-bottom: -5px;
}
.boxSizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-row {
  margin-right: 10px;
}
.grid-item {
  display: inline-block;
  float: left;
  margin: 10px 0px 0px 10px;
}
/* exception */
.grid-item-noMarginBottom {
  margin-bottom: 0px;
}
.grid-item-noMarginLeft {
  margin-left: 0px;
}
/* items */
.grid-size-1-1 {
  float: none;
  display: block;
}
.grid-size-1-2 {
  width: calc(50% - 10px);
}
.grid-size-1-3 {
  width: calc(33.333% - 10px);
}
.grid-size-1-4 {
  width: calc(25% - 10px);
}
.grid-size-3-4 {
  width: calc(75% - 10px);
}
.grid-size-1-5 {
  width: calc(20% - 10px);
}
.grid-size-2-5 {
  width: calc(40% - 10px);
}
.grid-size-4-5 {
  width: calc(80% - 10px);
}
.grid-size-2-3 {
  width: calc(66.666% - 10px);
}
/* ######################################################## */
/* responsive */
/* ######################################################## */
@media (max-width: 650px) {
  .grid-row .grid-row .grid-item {
    width: auto !important;
    display: block !important;
    float: none !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 500px) {
  .grid-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .grid-row .grid-row {
    margin-left: 10px;
    margin-right: 10px;
  }
  .grid-item {
    width: auto;
    display: block;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
}
html {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 100%;
  line-height: 1.4em;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ee1c25;
  outline: none;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
input:-moz-placeholder {
  color: #fff;
  font-style: italic;
}
h1 {
  color: #000;
  font-size: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  word-wrap: break-word;
}
h2 {
  color: #000;
  font-size: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 20px 0px 20px 0px;
  word-wrap: break-word;
}
h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  padding: 30px 0px 15px 0px;
  margin: 0px;
  line-height: 22px;
  word-wrap: break-word;
}
h4 {
  color: #000;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  line-height: 1.4em;
  word-wrap: break-word;
}
h5 {
  color: #000;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  line-height: 1.4em;
}
p {
  color: #5d5d5d;
  font-size: 1rem;
  padding: 0px 0px 20px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
p:last-child {
  padding-bottom: 0px;
}
strong {
  font-weight: bold;
}
nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
/* ######################################################## */
/* cookie */
/* ######################################################## */
#cookie-bar {
  background-color: #fff;
  height: auto;
  text-align: center;
  padding: 0px;
  color: #000;
}
#cookie-bar.fixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
}
#cookie-bar p {
  margin: 0;
  padding: 10px 0px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
#cookie-bar a {
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding: 2px 5px;
  margin-left: 5px;
  font-weight: 700;
}
#cookie-bar .cb-enable {
  background-color: #000;
  color: #fff;
  border-radius: 44px;
}
#cookie-bar .cb-enable:hover {
  color: #000;
  background-color: #fff;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* ######################################################## */
/* .mfp-content */
/* ######################################################## */
.templateID-16 .mfp-content {
  vertical-align: top !important;
}
.modal {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 44px;
  display: none;
  /* backdrop-filter: blur(5px) brightness(110%); */
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.65);
}
.modal .modal-container {
  background-color: #fff;
  margin: 60px auto 0px auto;
  max-width: 450px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.modal.registerModal .modal-container {
  max-width: 900px;
}
.modal.portfolio-modal .modal-container {
  max-width: 800px;
  padding: 0px;
  position: relative;
}
.modal.portfolio-modal .modal-container .description {
  color: #000;
  background: #e6e6e6;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #c0c0c0;
  margin: 1px;
}
.modal.portfolio-modal .modal-container .portfolio-image {
  width: 100%;
  margin-bottom: -6px;
}
.modal .modal-container .waiting {
  background-color: #F5A623;
  color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.modal .modal-container .waiting .fa {
  display: block;
  font-size: 20px;
  padding-bottom: 5px;
}
.modal .modal-container .waiting small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.modal .modal-container .header-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
}
.modal .modal-container .header-image img {
  width: 100%;
}
.modal .modal-container > p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  color: #5d5d5d;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 400;
}
.modal .modal-container > h3 {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  font-size: 35px;
  line-height: 1.2em;
  text-align: center;
  color: #000;
  font-weight: 300;
}
.modal .modal-container > h3 > small {
  display: block;
  margin: 0px auto;
  padding: 0px;
  font-size: 15px;
  line-height: 15px;
  color: #5d5d5d;
  padding-bottom: 5px;
}
.modal .modal-container > h3 > small i {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 40px;
  font-size: 15px;
  line-height: 15px;
  color: #5d5d5d;
  background-color: #e6e6e6;
  margin: 5px 1px;
}
.modal .modal-container p:first-child {
  padding-top: 0px;
}
.modal .modal-container p:last-child {
  padding-bottom: 11px;
}
.modal .close {
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background-color: #000;
  left: 50%;
  margin-left: -25px;
  top: 5px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 35px;
  color: #FFFFFF;
  border-radius: 100%;
}
.modal .contenttyp-link .linkPresenter {
  margin: 5px 0px;
  border: 1px dashed #fff;
  padding: 10px;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 14px;
  word-wrap: break-word;
  position: relative;
}
.modal .contenttyp-link .linkPresenter .label {
  display: block;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: -10px;
  font-size: 10px;
  line-height: 10px;
  padding: 5px;
  z-index: 1;
  text-transform: uppercase;
}
.modal a.checkin-count {
  display: block;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  background-color: #7ED321;
  font-weight: 300;
  color: #fff;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 100%;
}
.modal a.checkin-count:last-child {
  margin-bottom: 30px;
}
.modal .bigPresenter {
  margin: -5px 0px 5px 0px;
  border: 1px dashed #fff;
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 20px;
}
.modal .contenttyp-link a.smallCTA {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 7px;
  background-color: #000;
  color: #FFFFFF;
  margin: 10px 0px 0px 0px;
}
/* form */
.modal.registerModal .modal-container form {
  display: flex;
  flex-wrap: wrap;
}
.modal.registerModal .modal-container form .form-group {
  width: 50% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 920px) {
  .modal.registerModal .modal-container form .form-group {
    width: 100% !important;
  }
}
.modal.registerModal .modal-container form .form-group.agreement {
  width: 100% !important;
}
.modal.registerModal .modal-container form .form-group.agreement label {
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  padding-left: 25px;
}
.modal.registerModal .modal-container form .form-group.agreement label a {
  color: #ee1c25;
}
.modal.registerModal .modal-container form .form-group.agreement input {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 1;
}
.modal.registerModal .modal-container form .form-buttons {
  width: 100%;
}
.modal > .modal-container a.modal-button,
.modal > .modal-container button.modal-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background-color: #000 !important;
  color: #FFFFFF !important;
  font-size: 24px !important;
  line-height: 24px !important;
  padding: 10px 5px !important;
  text-align: center !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  height: auto !important;
  box-sizing: border-box !important;
  display: block !important;
  font-weight: 300 !important;
  margin: 0px !important;
  margin-top: 10px !important;
  border-radius: 0px !important;
}
.modal > .modal-container a.modal-button:hover,
.modal > .modal-container button.modal-button:hover {
  background-color: #000 !important;
}
/* button types */
.modal > .modal-container a.modal-button.modal-button-notImportant,
.modal > .modal-container button.modal-button.modal-button-notImportant {
  background-color: #5d5d5d !important;
}
.modal > .modal-container a.modal-button.modal-button-notImportant:hover,
.modal > .modal-container button.modal-button.modal-button-notImportant:hover {
  background-color: #000 !important;
}
.modal > .modal-container a.modal-button.modal-button-beCarefull,
.modal > .modal-container button.modal-button.modal-button-beCarefull {
  background-color: #FF0039 !important;
}
.modal > .modal-container a.modal-button.modal-button-notImportant:hover,
.modal > .modal-container button.modal-button.modal-button-notImportant:hover {
  background-color: #000 !important;
}
.modal > .modal-container a.modal-button.modal-button-doThis,
.modal > .modal-container button.modal-button.modal-button-doThis {
  background-color: #7ED321 !important;
}
.modal > .modal-container a.modal-button.modal-button-doThis:hover,
.modal > .modal-container button.modal-button.modal-button-doThis:hover {
  background-color: #000 !important;
}
.modal-button-nearlyInvincible {
  display: block;
  padding: 5px;
  color: #5d5d5d;
  margin-top: 10px;
  font-size: 14px;
}
.modal .selectFromList {
  padding: 15px 0px 15px 0px;
}
.modal .selectFromList > p {
  display: block;
  margin: 0px;
  padding: 5px 0px 10px 0px;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 400;
  color: #5d5d5d;
}
.modal .selectFromList > a.itemToSelect {
  display: block;
  background-color: #e6e6e6;
  position: relative;
  z-index: 1;
  line-height: 50px;
  text-align: left;
  margin-bottom: 5px;
}
.modal .selectFromList > a.itemToSelect:hover {
  background-color: #d9d9d9;
  color: #000;
}
.modal .selectFromList > a.itemToSelect:after {
  display: block;
  position: absolute;
  color: #000;
  font-family: 'FontAwesome';
  content: '\f101';
  z-index: 2;
  right: 5px;
  top: 0px;
  font-size: 35px;
  line-height: 50px;
}
.modal .selectFromList > a.itemToSelect .image {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 5px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #5d5d5d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .selectFromList > a.itemToSelect .image img {
  width: 100%;
}
.modal-form .form-group {
  padding: 10px 0px 15px 0px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-form .form-group-holder {
  position: relative;
  margin-bottom: 10px;
}
.modal-form .form-group-holder > small {
  display: block;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
  color: #fff;
}
.modal-form .form-group.form-group-1-2 {
  width: calc(50% - 5px);
  display: inline-block;
  float: left;
}
.modal-form .form-group.form-group-1-2:last-child {
  margin-left: 10px;
}
.modal-form .form-group-headerInside {
  padding-top: 20px;
}
.modal-form .form-group-headerInside h4 {
  margin: 0px;
  padding: 0px;
  color: #5d5d5d;
  font-size: 20px;
  line-height: 20px;
}
.modal-form .form-group-headerInside p {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 13px;
}
.modal-form .form-group label {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}
.modal-form .form-group label small.fa {
  font-size: 14px;
}
.modal-form .form-group .error-msg {
  display: none;
}
.modal-form .form-group .goodToKnow {
  display: block;
  margin: 0px;
  padding: 5px 0px 10px 0px;
  color: #5d5d5d;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
/* reporting-list */
.reporting-list {
  padding: 10px;
  margin: 10px 0px 0px 0px;
}
.reporting-list label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: left	;
  padding-left: 35px;
}
.reporting-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
.reporting-list ul li {
  padding: 5px 10px;
  background-color: #e6e6e6;
  margin-bottom: 3px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  color: #5d5d5d;
}
.reporting-list ul li i {
  display: inline-block;
  width: 20px;
}
/* file */
.modal-form .form-group .fileHolder {
  position: relative;
}
.modal-form .form-group .fileHolder .downloadItem {
  position: relative;
  margin-bottom: 5px;
}
.modal-form .form-group .fileHolder .downloadItem .downloadLink {
  display: block;
  margin-right: 40px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 20px;
  background-color: #e6e6e6;
  color: #fff;
  padding: 0px 10px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.modal-form .form-group .fileHolder .downloadItem .deleteLink {
  display: block;
  right: 0px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #FF0039;
  color: #fff !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  position: absolute;
  top: 0px;
  overflow: hidden;
  cursor: pointer;
}
.modal-form .form-group .fileHolder .downloadItem.newFile a {
  display: block;
  /* margin-right: 40px; */
  font-size: 14px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #7ED321;
  color: #7ED321;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
/* /file */
.modal-form .form-group .inputHolder {
  position: relative;
}
.modal-form .form-group .inputHolder > i.fa {
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 35px;
  top: 0px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 24px;
}
.modal-form .form-group.error label {
  color: #FF0039;
}
.modal-form .form-group.error .error-msg {
  display: none;
}
.modal-form .form-group.error .error-msg {
  display: block;
  font-size: 13px;
  padding: 5px 0px 0px 0px;
  text-align: center;
}
.modal-form .form-group.error input {
  border-color: #FF0039;
  color: #FF0039;
}
.modal-form .form-group.error .inputHolder > i.fa {
  color: #FF0039;
}
.modal-form .form-group input {
  color: #000;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0px;
  padding: 10px 5px 10px 30px;
  background-color: #e6e6e6;
  outline: none;
}
.modal-form .form-group input[type=checkbox] {
  color: #000;
  border: 1px solid #000;
  font-size: 30px;
  font-weight: 400;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0px;
  padding: 10px 5px 10px 30px;
  background-color: #e6e6e6;
  outline: none;
  /*transform: scale(1.5);*/
}
.modal-form .form-group textarea {
  color: #000;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0px;
  padding: 10px 5px 10px 50px;
  background-color: #e6e6e6;
  outline: none;
}
.modal-form .form-group .muchText textarea {
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 10px 5px 10px 30px;
  background-color: #e6e6e6;
  text-align: left;
  outline: none;
  line-height: 16px;
}
.modal-form .form-group .muchText i.fa {
  font-size: 18px;
  line-height: 40px;
}
.form-group .radioHolder {
  position: relative;
  text-align: center;
}
.form-group .radioHolder a.radioOption-onOff {
  font-size: 30px;
}
.modal-form .form-group .optionHolder {
  position: relative;
  text-align: center;
}
.modal-form .form-group .optionHolder .option {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin: 0px 5px;
  font-size: 25px;
  cursor: pointer;
}
.modal-form .form-group .optionHolder .option small {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-form .form-group .optionHolder .option:hover {
  background-color: #d9d9d9;
}
.modal-form .form-group .optionHolder .option.selected {
  background-color: #000;
  color: #FFFFFF;
}
/* special for Voting */
.modal-form .form-group .optionHolder.voting-special .option.selected i {
  color: #fff;
}
.modal-form .form-group .optionHolder.voting-special .option.selected.fa-frown-o {
  background-color: #FF0039;
}
.modal-form .form-group .optionHolder.voting-special .option.selected.fa-meh-o {
  background-color: #F5A623;
}
.modal-form .form-group .optionHolder.voting-special .option.selected.fa-smile-o {
  background-color: #7ED321;
}
/* lockedSpecial */
.modal-form .form-group .optionHolder.lockedSpecial .option.selected i {
  color: #fff;
}
.modal-form .form-group .optionHolder.lockedSpecial .option.selected.fa-lock {
  background-color: #FF0039;
}
.modal-form .form-group .optionHolder.lockedSpecial .option.selected.fa-unlock {
  background-color: #7ED321;
}
.modal-form .form-group select {
  /* -webkit-appearance: none;
	-moz-appearance: none; */
  appearance: none;
  border: none;
  border-radius: 0px;
  color: #000;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0px;
  padding: 10px 30px 10px 5px;
  background-color: #e6e6e6;
  outline: none;
  position: relative;
  z-index: 1;
}
.modal-form .form-group .inputHolder.select > i.fa {
  left: auto;
  right: 5px;
}
.modal-form .form-group .tagHolder .tag {
  display: inline-block;
  white-space: nowrap;
  padding: 5px;
  line-height: 1em;
  font-size: 14px;
  margin: 5px;
  cursor: pointer;
  position: relative;
  background-color: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-right: 20px;
  color: #5d5d5d;
}
.modal-form .form-group .tagHolder .tag:hover {
  background-color: #d9d9d9;
}
.modal-form .form-group .tagHolder .tag:after {
  display: block;
  position: absolute;
  color: #000;
  font-family: 'FontAwesome';
  content: '\f055';
  z-index: 2;
  right: 4px;
  top: 4px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
.modal-form .form-group .tagHolder .tag.selected {
  background-color: #000;
  color: #FFFFFF;
}
.modal-form .form-group .tagHolder .tag.selected:after {
  color: #ee1c25;
  content: '\f056';
}
/* modal-fieldset */
.modal-fieldset {
  padding: 10px 0px;
  margin: 0px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  color: #5d5d5d;
}
.modal-fieldset a {
  color: #000;
}
.modal-fieldset:last-child {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.modal-fieldset .fieldset-legend {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.modal-fieldset .image,
.modal-fieldset.contenttype-fileImage a.image {
  display: block;
  width: 160px;
  height: 80px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  overflow: hidden;
  margin: 0px auto;
  position: relative;
}
.modal-fieldset .image:after,
.modal-fieldset.contenttype-fileImage a.image:after {
  font-family: 'FontAwesome';
  content: '\f00e';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}
.modal-fieldset .image img,
.modal-fieldset.contenttype-fileImage a.image img {
  width: 100%;
  height: auto;
  margin-top: -40px;
  display: block;
}
.modal-fieldset .fieldset-content .tag {
  display: inline-block;
  padding: 2px 5px;
  margin: 2px;
  background-color: #e6e6e6;
  border-radius: 5px;
  font-size: 12px;
}
/* accountSwitcher */
.accountSwitcher {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  height: 60px;
  color: #000;
  margin-bottom: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accountSwitcher .icon {
  line-height: 60px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  font-size: 24px;
  text-align: center;
}
.accountSwitcher .title {
  display: block;
  padding: 10px 0px 5px 60px;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
}
.accountSwitcher .legend {
  display: block;
  padding: 0px 0px 5px 60px;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
/* - - - */
.accountSwitcher.addAgency {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #7ED321;
  height: 70px;
  color: #7ED321;
  margin-bottom: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accountSwitcher.addAgency .icon {
  line-height: 70px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  font-size: 24px;
  text-align: center;
}
.accountSwitcher.addAgency .title {
  display: block;
  padding: 10px 0px 5px 60px;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
}
.accountSwitcher.addAgency .legend {
  display: block;
  padding: 0px 60px 5px 60px;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  position: relative;
}
.accountSwitcher.addAgency .legend input {
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  font-size: 15px;
  color: #000;
  text-align: left;
  outline: none;
  border: 1px solid #fff;
}
.accountSwitcher.addAgency .legend button {
  display: block;
  padding: 3px 0px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  font-size: 22px;
  color: #000;
  text-align: left;
  outline: none;
  border: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 10px;
}
.modal .contenttype-checkboxList .label {
  text-align: left !important;
}
/* error messages */
.modal-message {
  padding: 15px;
  border: 3px solid #5d5d5d;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  margin: 10px 0px;
}
.modal-message.message-warning {
  border-color: #F5A623;
}
.modal-message.message-error {
  border-color: #FF0039;
}
.modal-message h4 {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0px;
  background-color: #5d5d5d;
  color: #fff;
  display: none;
}
.modal-message.message-warning h4 {
  background-color: #F5A623;
}
.modal-message.message-error h4 {
  background-color: #FF0039;
}
.modal-message p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 10px 0px 10px 0px;
}
.modal-message.message-warning p {
  color: #F5A623;
}
.modal-message.message-error p {
  color: #FF0039;
}
.modal-message .message {
  padding: 10px;
  background-color: #e6e6e6;
  color: #5d5d5d;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
}
.modal-message.message-error .message {
  background-color: rgba(255, 0, 57, 0.1);
}
.modal-message.message-warning .message {
  background-color: rgba(245, 166, 35, 0.1);
}
.modal-message .message strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  padding: 7px 0px;
  color: #5d5d5d;
}
.modal-message.message-error strong {
  color: #FF0039;
}
.modal-message.message-warning strong {
  color: #F5A623;
}
.modal-form p.disclaimer {
  font-size: 15px;
  line-height: 18px;
  background-color: #e6e6e6;
  padding: 10px;
  text-align: left !important;
}
.modal-form .error {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
body {
  background-color: #e6e6e6;
  background-color: #fff;
}
.showMobile {
  display: none !important;
}
#page {
  /*width: 1040px;
	width: calc(~"100% - " @space * 2);
	width: calc(~"100% - 100px");*/
  max-width: 1440px !important;
  margin: 0px auto;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
}
.borderTop:after {
  position: absolute;
  left: 30px;
  right: 30px;
  height: 20px;
  top: -10px;
  background-color: #000;
  z-index: 9;
  content: '';
}
/* Newsletter */
.contentHTML form table h2 {
  font-size: 26px;
  line-height: 30px;
  text-align: left !important;
  margin: 0px;
  padding: 40px 0px 10px 0px;
}
.contentHTML form table td {
  font-size: 18px;
  display: block;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contentHTML form table td label {
  font-size: 14px;
  line-height: 14px;
}
.contentHTML form table td input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid #000;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  border-radius: 0px;
}
.contentHTML form table td select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid #000;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  border-radius: 0px !important;
}
.contentHTML form table td button {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  padding: 15px 10px;
  border: 1px solid #ee1c25 !important;
  background-color: #ee1c25 !important;
  color: #FFFFFF !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  border-radius: 0px !important;
}
@media only screen and (min-width: 1441px) {
  #page {
    margin: 0px auto;
  }
}
@media only screen and (min-width: 981px) {
  /* ******************************** */
  /* Header */
  /* ******************************** */
  #header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 99;
  }
  #responsiveMenueSwitcher {
    display: none;
  }
  #logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 360px;
    height: 150px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  }
  #logo img {
    width: 100%;
    height: auto;
    margin-bottom: -6px;
  }
  .backIcon {
    display: none;
  }
  /* mainNav */
  #mainNav {
    display: block;
    z-index: 1;
    width: calc(100% - 360px);
    position: absolute;
    background-color: #000;
    right: 0px;
    top: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  }
  #mainNav > ul ul ul {
    display: none;
  }
  #mainNav > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
  }
  #mainNav > ul > li {
    margin-right: 30px;
    position: relative;
  }
  #mainNav > ul > li > a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
  }
  .context-web-ja #mainNav > ul > li > a {
    font-size: 15px;
  }
  #mainNav > ul > li > a:hover,
  #mainNav > ul > li.active > a {
    color: #ee1c25;
  }
  #mainNav > ul > li > ul {
    display: none;
  }
  /* hover */
  #mainNav > ul > li:hover > ul {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -125px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    width: 250px;
    padding: 10px 0px;
  }
  #mainNav > ul > li:last-child:hover > ul {
    left: auto;
    right: -10px;
    margin-left: 0px;
    width: 250px;
    padding: 10px 0px;
  }
  /*
	#mainNav > ul > li:hover > ul:after {
		display: block;
		position: absolute;
		top: -10px;
		left: 0px;
		height: 10px;
		background: transparent url(../img/mainNav-bg.png) no-repeat bottom 10px center;
		right: 0px;
		content: '';
	} */
  #mainNav > ul > li:hover > ul:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 8px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 118px;
  }
  #mainNav > ul > li:last-child:hover > ul:after {
    left: auto;
    right: 35px;
  }
  #mainNav > ul > li:hover > ul li {
    margin: 0px 10px;
    border-bottom: 2px solid #000;
    padding: 0px;
  }
  #mainNav > ul > li:hover > ul li:last-child {
    border-bottom: none;
  }
  #mainNav > ul > li:hover > ul li a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
  }
  #mainNav > ul > li:hover > ul li.active a,
  #mainNav > ul > li:hover > ul li a:hover {
    color: #ee1c25;
  }
  #mainNav > ul {
    margin-right: 45px;
  }
  /* searchIcon */
  a.searchIcon {
    position: absolute;
    right: 30px;
    display: block;
    top: 0px;
    color: #fff;
    line-height: 50px;
    font-size: 22px;
    z-index: 1;
  }
  a.searchIcon span {
    text-indent: -999999;
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
  /* userEdit */
  a.userEdit {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 20px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0px 10px;
  }
  a.userEdit:hover {
    background-color: #ee1c25;
    color: #fff;
  }
  /* language Switcher */
  .languageSwitcher {
    position: absolute;
    right: 0px;
    padding-right: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0px;
    width: calc(100% - 360px);
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: right;
    height: 20px;
  }
  .languageSwitcher ul {
    display: inline-block;
  }
  .languageSwitcher ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right: 15px;
  }
  .languageSwitcher a {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    line-height: 20px;
  }
  .languageSwitcher li.active a,
  .languageSwitcher a:hover {
    color: #ee1c25;
  }
  .languageSwitcher .fa {
    position: absolute;
    right: 180px;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  /* has been scrolled */
  .hasBeenScrolled #header .languageSwitcher {
    background: #5d5d5d;
    width: 100%;
  }
  .hasBeenScrolled #header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .hasBeenScrolled #mainNav {
    width: auto;
    left: 0px;
    top: 20px;
  }
  .hasBeenScrolled #logo {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 180px !important;
    height: 80px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  }
  .hasBeenScrolled #logo img {
    width: 180px !important;
    height: 75px !important;
    padding-top: 2px !important;
  }
}
/* ******************************** */
/* INTRO */
/* ******************************** */
#intro {
  background: #ee1c25;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 90px;
}
#intro header {
  display: block;
  width: 50%;
  background-color: rgba(238, 28, 37, 0.75);
  backdrop-filter: blur(7px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px 30px 30px;
}
#intro.detailPageIntro {
  padding-bottom: 0px;
  padding-top: 200px;
}
#intro.detailPageIntro header {
  padding-top: 30px;
}
#intro.detailPageIntro h1 {
  padding-bottom: 10px;
  position: relative;
  padding-top: 30px;
  word-wrap: break-word;
}
#intro.detailPageIntro h1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  width: calc(50% - 30px);
  background-color: #FFFFFF;
  content: '';
}
#intro.detailPageIntro .headerBacklink {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: -30px;
}
#intro.detailPageIntro .headerBacklink i {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 18px;
}
#intro h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  word-wrap: break-word;
}
#intro h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  line-height: 35px;
  color: #FFFFFF;
  padding-top: 5px;
  text-transform: uppercase;
  word-wrap: break-word;
}
#intro p.introtext {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #000;
  margin: 0px;
  padding: 0px;
  padding-top: 40px;
  position: relative;
  word-wrap: break-word;
}
#intro p.introtext a {
  color: #fff;
}
#intro p.introtext a:hover {
  color: #000;
}
#intro p.introtext:after {
  position: absolute;
  left: 0px;
  top: 20px;
  height: 10px;
  width: calc(50% - 30px);
  background-color: #FFFFFF;
  content: '';
}
/* ******************************** */
/* mainWrapper */
/* ******************************** */
.mainWrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #fff;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  background-color: #e6e6e6;
}
/* ******************************** */
/* content */
/* ******************************** */
#content {
  /*display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-items: flex-start;*/
}
/* ******************************** */
/* contentSection */
/* ******************************** */
.contentSection {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/section-bg-left.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.contentSection.hasSubSection {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contentSection.containsBigTeaser {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contentSection.isDetailPage {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contentSection > h5 {
  font-weight: 700;
  width: 100%;
  font-size: 16px !important;
  line-height: 15px !important;
  color: #5d5d5d;
  text-transform: uppercase;
  padding: 30px;
  margin: 0px;
}
.contentSection .goToSectionLink {
  display: block;
  text-transform: uppercase;
  color: #ee1c25;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  font-weight: 400;
}
.contentSection .goToSectionLink:after {
  content: '  \f101';
  font-family: 'FontAwesome';
  font-size: 15px;
}
/* width and bg-color */
.csw-50 {
  width: 50%;
}
.csw-75 {
  width: 75%;
}
.csw-25 {
  width: 25%;
}
.csw-100 {
  width: 100%;
}
.csbg-grey {
  background-color: #e6e6e6;
}
/* header */
.contentSection header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px 0px 30px;
}
.contentSection header h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}
.contentSection header h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.contentSection header p.introtext {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  position: relative;
}
.contentSection p a {
  color: #ee1c25;
}
.contentSection p a:hover {
  color: #000;
}
.contentSection header > p.introtext:after {
  position: absolute;
  left: 0px;
  top: -20px;
  height: 10px;
  width: calc(50% - 30px);
  background-color: #000;
  content: '';
}
.contentSection.highlight header h3,
.contentSection.highlight header h2 {
  color: #ee1c25;
}
.contentSection.highlight header p.introtext:after {
  background-color: #ee1c25;
  content: '';
}
/* ******************************** */
/* detailPage */
/* ******************************** */
.isDetailPage {
  /* siehe contentsection ^^ */
}
.isDetailPage header p.introtext {
  color: #000;
}
.isDetailPage .introbox {
  background-color: #e6e6e6;
  padding: 0px;
  margin: 40px 0px -20px 0px;
}
.isDetailPage .introbox .detailRow {
  background-color: #e6e6e6;
  color: #000;
  position: relative;
  font-size: 20px;
  display: block;
  padding: 10px;
  margin: 0px;
  margin-bottom: 0px;
  border-bottom: 5px solid #fff;
  line-height: 30px;
  padding-left: 100px;
}
.isDetailPage .introbox .detailRow i.fa {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  left: 0px;
  top: 10px;
}
.isDetailPage .introbox .detailRow p {
  padding: 0px;
  padding-bottom: 10px;
  margin: 0px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
.isDetailPage .introbox .expiredPage {
  background-color: #FF0039;
  color: #fff;
  padding: 10px;
  margin: 0px;
  border-bottom: 5px solid #fff;
}
.isDetailPage .introbox .expiredPage h3 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
}
.isDetailPage .introbox .expiredPage a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}
a.registerCta {
  background-color: #7ED321;
  color: #fff;
  position: relative;
  font-size: 20px;
  display: block;
  padding: 0px 10px;
  margin: 0px;
  border-bottom: 5px solid #fff;
  line-height: 80px;
  padding-left: 100px;
}
a.registerCta:hover {
  background-color: #000;
}
a.registerCta i.fa {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 50px;
  line-height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-right: 1px dashed #fff;
}
.isDetailPage .images {
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
}
.isDetailPage .images img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.isDetailPage .images .caption {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #5d5d5d;
  text-align: center;
  margin-bottom: 20px;
}
.isDetailPage .textinfos {
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.isDetailPage .textinfos.galerieView {
  width: 100%;
}
.isDetailPage .textinfos .section-mainContent h3 {
  margin: 0px !important;
  padding: 30px 0px 15px 0px !important;
}
.isDetailPage .textinfos .section-mainContent h4 {
  margin: 0px !important;
  padding: 20px 0px 10px 0px !important;
}
.isDetailPage .textinfos .section-mainContent h5 {
  margin: 0px !important;
  padding: 20px 0px 10px 0px !important;
}
.isDetailPage .textinfos .section-mainContent p {
  margin: 0px !important;
  padding: 10px 0px !important;
}
.isDetailPage .textinfos .section-mainContent .seperator-info {
  padding: 0px !important;
  margin: 0px 20px 10px 20px !important;
}
.section-mainContent a {
  color: #ee1c25;
}
.section-mainContent a:hover {
  color: #5d5d5d;
}
/* ******************************** */
/* galleryInline */
/* ******************************** */
.galleryInline {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -5px;
  margin-right: -5px;
}
.galleryInline li {
  width: 33.33%;
}
.textinfos.galerieView .galleryInline li {
  width: 25%;
  background-color: #fff;
}
.galleryInline li > a {
  display: block;
  margin: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  overflow: hidden;
}
.galleryInline > li a img {
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}
.galleryInline .description {
  background-color: #e6e6e6;
  color: #000;
  padding-bottom: 10px;
  word-wrap: break-word;
}
.galleryInline .description h6 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  padding: 10px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
  word-wrap: break-word;
}
.galleryInline .description > p {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #5d5d5d;
  font-weight: 400;
  margin: 0px !important;
  padding: 5px 10px 0px 10px !important;
  word-wrap: break-word;
}
.isDetailPage .textinfos .section-mainContent .galleryInline .description > p {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #5d5d5d;
  font-weight: 400;
  margin: 0px !important;
  padding: 5px 10px 0px 10px !important;
  word-wrap: break-word;
}
/* ******************************** */
/* bigTeaser */
/* ******************************** */
.bigTeaser {
  width: 100%;
  padding-top: 135px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
}
.bigTeaser.hasVideo:after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 35px / 2;
  width: 100px;
  height: 100px;
  overflow: hidden;
  line-height: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(238, 28, 37, 0.75);
  color: #FFFFFF;
  font-size: 40px;
  content: '\f04b';
  font-family: 'FontAwesome';
  z-index: 2;
}
.sideBySide .bigTeaser {
  width: 50%;
}
.bigTeaser:hover {
  z-index: 6;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
}
.bigTeaser header {
  padding: 30px 30px 25px 30px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  backdrop-filter: blur(7px) grayscale(100%);
  /* mix-blend-mode: multiply; */
  position: relative;
}
.bigTeaser header:after {
  content: '\f054';
  font-family: 'FontAwesome';
  display: block;
  line-height: 26px;
  font-size: 26px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 30px;
  color: #fff;
}
.bigTeaser header .category {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
.bigTeaser header h3 {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}
.bigTeaser header h3 a {
  color: #fff;
}
.contentSection .bigTeaser header p.introtext {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  position: relative;
}
.contentSection .bigTeaser header > p.introtext:after {
  position: absolute;
  left: 0px;
  top: -20px;
  height: 10px;
  width: calc(50% - 30px);
  background-color: #fff;
  content: '';
}
/* important */
.bigTeaser.important header:after {
  color: #ee1c25;
}
.bigTeaser.important header .category {
  color: #ee1c25;
}
.bigTeaser.important header h3 {
  color: #ee1c25;
}
.bigTeaser.important header h3 a {
  color: #ee1c25;
}
.contentSection .bigTeaser.important header > p.introtext:after {
  background-color: #ee1c25;
}
/* ******************************** */
/* overview-subnav */
/* ******************************** */
.overview-subnav {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}
.overview-subnav > ul > li {
  border-bottom: 1px solid #e6e6e6;
  padding: 0px;
  margin: 0px;
}
.overview-subnav > ul > li > a {
  background-color: #f1f1f1;
  color: #000;
  display: block;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  padding: 26px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.overview-subnav > ul > li:first-child > a {
  padding-top: 36px;
}
.overview-subnav > ul > li:first-child > a:after {
  top: 10px;
}
.overview-subnav > ul > li > a:after {
  color: #000;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 78px;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '\f054';
  font-family: 'FontAwesome';
}
.overview-subnav > ul > li > a:hover {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.overview-subnav > ul > li.active > a {
  background-color: #fff;
  color: #ee1c25;
  z-index: 3;
}
.overview-subnav > ul > li.active > a:after {
  color: #ee1c25;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 78px;
  position: absolute;
  left: 0px;
  top: 0px;
  content: '\f053';
  font-family: 'FontAwesome';
}
.overview-subnav > ul > li.active:first-child > a:after {
  top: 10px;
}
.overview-subnav > ul > li > a[rel="logout"] {
  background-color: #ee1c25 !important;
  color: #fff !important;
}
.overview-subnav > ul > li > a[rel="logout"]:after {
  display: none;
}
/* 2 */
.overview-subnav > ul > li ul {
  display: none;
}
.overview-subnav > ul > li.active ul {
  display: block;
  background-color: #fff;
  padding-bottom: 26px;
}
.overview-subnav > ul > li ul li a {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.overview-subnav > ul > li ul li.active a {
  color: #ee1c25;
}
/* section-mainContent */
.section-mainContent {
  margin: 30px 30px 60px 30px;
}
.section-mainContent.noHeader {
  margin-top: 40px;
}
/* ******************************** */
/* smallTeaserListing-right */
/* ******************************** */
.smallTeaserListing-right {
  display: block;
  padding: 0px;
  margin: 20px;
  width: calc(100% - 40px);
}
.smallTeaserListing-right > h5 {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 15px !important;
  color: #5d5d5d;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
  margin: 0px;
}
.smallTeaserListing-right article {
  width: 100%;
  padding-top: 80px;
  background-color: #5d5d5d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 20px;
  position: relative;
}
.smallTeaserListing-right article:hover {
  width: 100%;
  z-index: 6;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.smallTeaserListing-right article.hasVideo:after {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 20px / 2;
  width: 60px;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(238, 28, 37, 0.75);
  color: #FFFFFF;
  font-size: 30px;
  content: '\f04b';
  font-family: 'FontAwesome';
  z-index: 2;
}
.smallTeaserListing-right article header {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  backdrop-filter: blur(7px);
  position: relative;
}
.smallTeaserListing-right article header:after {
  content: '\f054';
  font-family: 'FontAwesome';
  display: block;
  line-height: 26px;
  font-size: 26px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
.smallTeaserListing-right article header h3 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
}
/* ******************************** */
/* sectionListing-01 */
/* ******************************** */
.sectionListing-01 {
  display: block;
  padding: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  padding-right: 45px;
}
.sectionListing-01:after {
  content: '\f054';
  font-family: 'FontAwesome';
  display: block;
  line-height: 26px;
  font-size: 26px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #ee1c25;
}
.sectionListing-01:nth-child(2n) {
  background-color: #f7f6f6;
  /* background-color: transparent; */
}
.sectionListing-01:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sectionListing-01 p.introtext {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.sectionListing-01 h3 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-bottom: 3px;
}
.sectionListing-01 h3 a {
  color: #000;
}
.sectionListing-01 h4 {
  color: #ee1c25;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.sectionListing-01 h4 .fa {
  font-size: 15px;
}
/* important */
.sectionListing-01.important {
  background-color: #ee1c25;
}
.sectionListing-01.important:after {
  content: '\f054';
  font-family: 'FontAwesome';
  display: block;
  line-height: 26px;
  font-size: 26px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFFFFF;
}
.sectionListing-01.important h3 a {
  color: #fff;
}
.sectionListing-01.important h4 {
  color: #dfdddd;
}
.sectionListing-01.important p {
  color: #000;
}
/* hasImage */
.sectionListing-01.hasImage {
  padding-left: 90px;
  min-height: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sectionListing-01 .article-image {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 90px;
  height: 85px;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  overflow: hidden;
}
.sectionListing-01 .article-image img {
  width: 90px;
  height: 85px;
  margin-bottom: 0px;
}
/* pagination paging */
.pagination {
  list-style: none;
  list-style-image: none;
  display: flex;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
.pagination li {
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
}
.pagination li a {
  display: block;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  background-color: #000;
  color: #FFFFFF;
}
.pagination li a:hover,
.pagination li a.active {
  background-color: #ee1c25;
  color: #FFFFFF;
}
/* ******************************** */
/* sitemap */
/* ******************************** */
ul.sitemap {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.sitemap > li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
ul.sitemap > li > a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  padding: 5px 0px;
}
/* 2 */
ul.sitemap > li > ul {
  margin-left: 20px;
}
ul.sitemap > li > ul > li > a {
  display: block;
  padding: 5px 0px;
  font-size: 18px;
  line-height: 18px;
}
/* 3 */
ul.sitemap > li > ul > li > ul {
  margin-left: 20px;
}
ul.sitemap > li > ul > li > ul > li > a {
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  line-height: 16px;
}
/* ******************************** */
/* downloads */
/* ******************************** */
ul.downloads {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 30px;
}
ul.downloads > li {
  padding: 0px;
}
ul.downloads > li a {
  display: block;
  line-height: 18px;
  font-size: 15px;
  color: #000;
  padding: 15px 15px 15px 50px;
  position: relative;
  background-color: #f3f3f3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  border-radius: 7px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.downloads > li a:hover {
  display: block;
  background-color: #ee1c25;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.downloads > li a strong {
  display: block;
  font-size: 18px;
  color: #ee1c25;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.downloads > li a:hover strong {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.downloads > li a span {
  display: block;
  padding-top: 3px;
}
ul.downloads > li a:before {
  content: '\f0ed';
  font-family: 'FontAwesome';
  display: block;
  line-height: 18px;
  font-size: 22px;
  text-align: left;
  position: absolute;
  left: 0px;
  top: 15px;
  width: 50px;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.downloads > li a:hover:before {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* ******************************** */
/* gallerieListing */
/* ******************************** */
.gallerieListing {
  margin-left: -40px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.gallerieListing .imagePrev {
  width: calc(33.33% - 20px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 20px 20px;
}
.gallerieListing .imagePrev img {
  width: 100%;
  margin-bottom: -6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
}
/* ******************************** */
/* cardView */
/* ******************************** */
#content h3.teaserHeadline {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 25px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
#content h3.teaserHeadline .hinterlegung {
  display: inline-block;
  padding: 5px 0px;
  text-transform: uppercase;
  line-height: 20px;
  background-color: #fff;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 20px 0 0 rgba(255, 255, 255, 0.75), -20px 0 0 rgba(255, 255, 255, 0.75);
}
.cardView {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0px 0px 0px -20px;
}
.cardView article {
  background-color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  width: calc(50% - 40px / 2);
  margin: 0px 0px 40px / 2 40px / 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cardView article:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #ee1c25;
  /*
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	*/
}
.cardView article header {
  padding: 20px;
}
.cardView article header .contentTyp {
  color: #ee1c25;
  font-size: 15px;
  line-height: 15px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.cardView article header h1 {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.cardView article header h1 a {
  color: #FFFFFF;
  display: block;
}
.cardView article header p.introtext {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  margin-top: 30px;
}
.cardView article header p.introtext:after {
  background-color: #fff;
}
.cardView article .image {
  background-color: #fff;
  margin-bottom: 20px;
}
.cardView article .image img {
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}
/* ******************************** */
/* Foerderer */
/* ******************************** */
.showFoerderer #foerderer {
  z-index: 10;
  position: fixed;
  padding: 20px 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  background-color: #fff;
}
.showFoerderer #foerderer:after {
  display: none !important;
}
#foerderer h4 {
  font-weight: 400;
  color: #ee1c25;
  font-size: 25px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#foerderer {
  z-index: 8;
  position: relative;
  padding: 40px 0px;
}
/* ******************************** */
/* job-details */
/* ******************************** */
.job-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.job-details > .key {
  width: 150px;
  border-bottom: 2px solid #e6e6e6;
  font-size: 13px;
  line-height: 17px;
  color: #5d5d5d;
  padding: 25px 0px 5px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.job-details > .value {
  width: calc(100% - 150px);
  padding: 25px 0px 5px 20px;
  border-bottom: 2px solid #e6e6e6;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.job-details > .value .fa {
  display: inline-block;
  width: 26px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #a6a6a6;
  margin-bottom: 5px;
}
.job-details > .value .moreLines {
  display: flex;
}
.job-details > .value .moreLines .fa {
  display: block;
  width: 26px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #a6a6a6;
  margin-bottom: 5px;
}
.job-details > .value .moreLines .valueContent {
  display: block;
  width: calc(100% - 25px);
}
.job-details > .value .categorieName {
  display: block;
  padding-top: 5px;
  padding-left: 26px;
  position: relative;
}
.job-details > .value .categorieName:before {
  content: '\f02b';
  font-family: 'FontAwesome';
  display: block;
  width: 26px;
  padding-right: 5px;
  position: absolute;
  left: 0px;
  top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #a6a6a6;
}
.job-details > .value .categorieName.arbeitsgruppe:before {
  content: '\f0c0';
}
.job-details > .value:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 6px;
  background-color: #e6e6e6;
}
.job-details > .value.important,
.job-details > .key.important {
  border-color: #000;
}
.job-details > .value.important:after {
  background-color: #000;
}
.chiffreBox {
  background-color: #e6e6e6;
  padding: 0px;
}
.chiffreBox .value {
  font-size: 26px;
  padding: 0px 20px 20px 20px;
}
.chiffreBox .value.smallValue {
  font-size: 20px;
  padding-bottom: 15px;
}
.chiffreBox .key {
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 20px 5px 20px;
}
.chiffreBox .key.smallKey {
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 20px 5px 20px;
  border-top: 1px dashed #000;
}
.chiffreBox small {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #000;
}
.chifreBox-subtitle {
  display: block;
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
  color: #5d5d5d;
  text-align: left;
  margin: 0px 20px;
}
/* sectionListing-jobs */
.sectionListing-jobs {
  display: block;
  padding: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  padding-right: 45px;
}
.sectionListing-jobs:after {
  content: '\f05a';
  font-family: 'FontAwesome';
  display: block;
  line-height: 26px;
  font-size: 26px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #ee1c25;
}
.sectionListing-jobs:nth-child(2n) {
  background-color: #f7f6f6;
  /* background-color: transparent; */
}
.sectionListing-jobs:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sectionListing-jobs .companyLogo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100px;
  height: 50px;
  overflow: hidden;
}
.sectionListing-jobs .companyLogo img {
  width: 100px;
  height: 50px;
}
.sectionListing-jobs p.introtext {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.sectionListing-jobs h3 {
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.sectionListing-jobs h3 a {
  color: #000;
}
.sectionListing-jobs h4 {
  color: #ee1c25;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.sectionListing-jobs h4 .fa {
  font-size: 15px;
}
.sectionListing-jobs .dateFrom,
.sectionListing-jobs .chiffre {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #000;
  margin-right: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}
.sectionListing-jobs .categorieName {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #000;
  margin-right: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}
.sectionListing-jobs .categorieName:last-child {
  padding-right: 0px;
}
.sectionListing-jobs .categorieName:before {
  content: '\f02b';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 15px;
  color: #e6e6e6;
}
.sectionListing-jobs .categorieName.arbeitsgruppe:before {
  content: '\f0c0';
  font-family: 'FontAwesome';
  padding-right: 5px;
}
/* filter-header */
.filter-header {
  display: flex;
  margin: 0px -10px;
  flex-wrap: wrap;
  margin-top: -10px;
}
.filter-header .fhw-50 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  padding: 0px 10px;
  margin-top: 10px;
}
.filter-header .fhw-30 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  position: relative;
  padding: 0px 10px;
  margin-top: 10px;
}
.filter-header .fhw-10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  position: relative;
  padding: 0px 10px;
  margin-top: 10px;
}
.filter-header .fhw-100 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 0px 10px;
  margin-top: 10px;
}
.filter-header .searchfield {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 20px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.filter-header .searchfieldIcon .searchfield {
  padding-right: 40px;
}
.filter-header .searchfield::-webkit-input-placeholder {
  color: #e6e6e6;
}
.filter-header .searchfield::-moz-placeholder {
  color: #e6e6e6;
}
.filter-header .searchfield:-ms-input-placeholder {
  color: #e6e6e6;
}
.filter-header .searchfieldIcon:after {
  display: block;
  content: '\f002';
  font-family: 'FontAwesome';
  width: 40px;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  position: absolute;
  right: 11px;
  top: 0px;
  color: #5d5d5d;
}
.filter-header select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  font-size: 20px;
  background-color: #e6e6e6;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  background: #e6e6e6 !important;
  outline: none;
}
.filter-header button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  background-color: #000;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  background: #000 !important;
  color: #FFFFFF;
  outline: none;
}
.filter-header button:hover {
  background-color: #ee1c25;
  background: #ee1c25 !important;
}
/* ******************************** */
/* author */
/* ******************************** */
.author {
  border-top: 1px dashed #5d5d5d;
  padding-top: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.author .authorImage {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 7px;
  border: 4px solid #e6e6e6;
  z-index: 1;
  margin-right: 10px;
  border-radius: 100%;
}
.author .authorImage img {
  width: 84px;
  height: 84px;
}
.author .authorName {
  padding-top: 38px;
  line-height: 22px;
  font-size: 18px;
  padding-left: 140px;
}
/* ******************************** */
/* login-inline */
/* ******************************** */
.login-inline {
  background-color: #e6e6e6;
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  margin-bottom: 60px;
}
.login-inline h4 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  color: #ee1c25;
  font-size: 36px;
}
.login-inline p {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.login-inline form p {
  margin: 0px;
  padding: 20px 0px 10px 0px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.login-inline fieldset {
  display: block;
  margin: 20px 0px;
  border: none;
  padding: 0px;
}
.login-inline fieldset legend {
  display: none;
}
.login-inline fieldset label {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.login-inline fieldset label input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid #000;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
}
.login-inline fieldset .loginLoginButton,
.login-inline fieldset .loginFPButton {
  display: block;
  padding-top: 10px;
}
.login-inline fieldset .loginLoginButton input,
.login-inline fieldset .loginFPButton input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  padding: 15px 10px;
  background-color: #000;
  color: #FFFFFF;
  border: 1px solid #000;
  text-align: left;
}
.login-inline fieldset .loginLoginButton input:hover,
.login-inline fieldset .loginFPButton input:hover {
  background-color: #ee1c25;
  border: 1px solid #ee1c25;
}
.login-inline .loginMessage p {
  padding: 20px 0px 0px 0px;
}
.login-inline fieldset label.loginFPUsernameLabel {
  display: none;
}
.loginFPFieldset p {
  display: none;
}
/* ******************************** */
/* update-profile */
/* ******************************** */
.successMessage {
  margin: 0px 10px 10px 10px;
  padding: 10px;
  background-color: #7ED321;
  color: #fff;
  text-align: center;
}
.infoMessage {
  margin: 0px 10px 10px 10px;
  padding: 10px;
  background-color: #e6e6e6;
  color: #ee1c25;
  text-align: center;
}
.update-profile {
  margin: 50px 20px;
}
.update-profile form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.update-profile .formGroup {
  margin-bottom: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  position: relative;
}
.update-profile .formGroup.w-100 {
  width: 100%;
}
.update-profile .formGroup .fillForm,
.update-profile .formGroup .fillFormText {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  background-color: #000;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}
.update-profile .formGroup.width-100 {
  width: 100%;
}
.update-profile .formGroup label,
.update-profile .formGroup .label {
  display: block;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}
.update-profile .formGroup .value {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 3px;
  border-bottom: 2px solid #e6e6e6;
}
.update-profile .formGroup input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
}
.update-profile .formGroup textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.35);
  margin-bottom: 10px;
}
.update-profile .formGroup select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  margin-bottom: 10px;
}
.update-profile button,
.update-profile .buttonlike {
  display: block;
  width: calc(100% - 20px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  padding: 15px 10px;
  margin: 0px 10px;
  background-color: #000;
  color: #FFFFFF;
  border: 1px solid #000;
  text-align: center;
}
.update-profile button:hover {
  background-color: #ee1c25;
  border: 1px solid #ee1c25;
}
/* ******************************** */
/* footer */
/* ******************************** */
#footer {
  background-color: #ee1c25;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  z-index: 9;
}
#footer .box {
  width: 25%;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .box h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
#footer .box p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  padding-top: 25px;
}
#footer .box a {
  color: #fff;
}
#footer .box a:hover {
  color: #000;
}
#footer .box a.footer-cta {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  display: block;
  background-color: #000;
  margin: 0px;
  padding: 0px 10px;
  text-transform: uppercase;
  margin-top: 25px;
}

#footer .socialMediaLinks {
  width: 270px;
}

#footer .socialMediaLinks a {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  width: 40px;
  text-align: center;
  background-color: #000;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
}
#footer .box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  padding-top: 25px;
}
#footer .box ul li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
#footer .box ul li a {
  display: block;
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
#footer .box ul li:after {
  position: absolute;
  left: 0px;
  color: #FFFFFF;
  top: 0px;
  content: '\f101';
  font-family: 'FontAwesome';
}
/* ******************************** */
/* userMenue */
/* ******************************** */
#userMenue {
  position: absolute;
  top: 0px;
  right: 290px;
  z-index: 99999999;
}
#userMenue a {
  display: inline-block;
  line-height: 14px;
  background-color: rgba(238, 28, 37, 0.5);
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px 5px;
  border-radius: 20px;
}
/* ******************************** */
/* basics */
/* ******************************** */
a.cta-backlink {
  display: block;
  padding: 0px 10px;
  line-height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #ee1c25;
  color: #FFFFFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
}
a.cta-backlink:hover {
  background-color: #000;
  color: #FFFFFF;
}
a.topLink {
  position: fixed;
  right: 16px;
  width: 33px;
  height: 33px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  bottom: -50px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9;
}
.showToplink a.topLink {
  bottom: 16px;
  top: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.editLink {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2px 0px;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
}
/* simple Search */
.sisea-search-form {
  display: block;
  border: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.sisea-search-form fieldset {
  display: block;
  border: none;
  padding: 0px;
  margin: 0px;
}
.sisea-search-form fieldset label {
  display: none;
}
.sisea-search-form fieldset input[type=text] {
  width: calc(100% - 60px);
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 10px 0px;
  border: 1px solid #000;
  color: #000;
  background-color: #FFFFFF;
  border-radius: 3px;
  -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
  font-size: 22px;
}
.sisea-search-form fieldset input[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0px;
  border: none;
  background-color: #000;
  color: #FFFFFF;
  padding: 10px;
  font-size: 22px;
  border: 1px solid #000;
  width: 50px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 1;
}
.sisea-search-form fieldset input[type=submit]:hover {
  background-color: #ee1c25;
  color: #FFFFFF;
  border-color: #ee1c25;
}
.sisea-highlight {
  display: inline-block;
  background-color: yellow;
  padding: 0px 2px;
}
.sisea-result {
  background-color: #e6e6e6;
  padding: 10px;
  margin: 10px 0px 0px 0px;
}
.contentSection .textinfos .section-mainContent div.sisea-result > h3 {
  background-color: #e6e6e6;
  padding: 10px 0px 15px 0px !important;
  margin: 0px !important;
  font-weight: 400;
  font-size: 20px;
}
.contentSection .textinfos .section-mainContent div.sisea-result .parent a {
  color: #5d5d5d;
}
.contentSection .textinfos .section-mainContent div.sisea-result .extract > p {
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 400px;
  font-size: 14px;
}
.sisea-paging {
  display: flex;
  padding: 10px 0px;
  margin: 0px;
}
.sisea-paging .sisea-result-pages {
  display: none;
}
.sisea-paging .sisea-page a {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  line-height: 44px;
  background-color: #000;
}
.sisea-paging .sisea-page a:hover {
  background-color: #ee1c25;
  color: #FFFFFF;
}
.sisea-paging .sisea-page {
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  display: block;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
}
.sisea-paging .sisea-page.sisea-current-page {
  background-color: #ee1c25;
  color: #FFFFFF;
}
/* magnific PopUp */
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: transparent !important;
}
.pageEditLink {
  display: block;
  background-color: #000;
  color: #FFFFFF;
  padding: 0px 20px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-top: 5px solid #fff;
  margin-bottom: 10px;
}
.pageEditLink:hover {
  background-color: #ee1c25;
  color: #FFFFFF;
}
.updprof-error {
  background-color: #FF0039;
  color: #fff;
  padding: 10px;
  margin: 10px;
}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
  #logo {
    width: 280px;
    height: 150px;
  }
  #logo img {
    width: 280px;
    height: 117px;
    margin-bottom: 0px;
    padding-top: 10px;
  }
  #mainNav {
    width: calc(100% - 280px);
  }
  .languageSwitcher {
    width: calc(100% - 280px);
  }
}
@media only screen and (min-width: 981px) and (max-width: 1135px) {
  #logo {
    width: 180px;
    height: 110px;
  }
  #logo img {
    width: 180px;
    height: 75px;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  #mainNav {
    width: calc(100% - 180px);
  }
  .languageSwitcher {
    width: calc(100% - 180px);
  }
  #mainNav > ul > li {
    margin-right: 25px;
  }
  #mainNav > ul > li > a {
    font-size: 17px;
  }
  #intro {
    padding-top: 98px;
    /* original 128 bei 150px logo höhe */
  }
  #intro.detailPageIntro {
    padding-top: 160px;
    /* original 200 bei 150px logo höhe */
  }
}
@media only screen and (max-width: 980px) {
  #page {
    margin: 0px !important;
  }
  #leftSide .box.special {
    margin-top: 40px;
  }
  /* ******************************** */
  /* Header */
  /* ******************************** */
  #header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 11;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    height: 70px;
    background-image: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  }
  #logo {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    width: 168px;
    left: 50%;
    margin-left: -84px;
    text-align: right;
  }
  #logo img {
    width: 168px;
    height: 70px;
    margin-bottom: -6px;
  }
  a.userEdit {
    position: absolute;
    z-index: 2;
    right: 70px;
    top: 0px;
    color: #ee1c25;
    line-height: 70px;
    width: 40px;
    font-size: 28px;
    text-align: center;
  }
  a.userEdit span {
    display: none;
  }
  a.backIcon {
    display: block;
    position: absolute;
    left: 0px;
    line-height: 70px;
    width: 70px;
    font-size: 35px;
    text-align: center;
    color: #ee1c25;
  }
  #responsiveMenueSwitcher {
    display: block;
    position: fixed;
    right: 0px;
    top: 0px;
    text-align: center;
    color: #000;
    line-height: 70px;
    width: 70px;
    font-size: 35px;
    cursor: pointer;
    z-index: 999999999999999999;
  }
  #responsiveMenueSwitcher .fa-close {
    display: none;
  }
  .showMenue #responsiveMenueSwitcher {
    color: #FFFFFF;
  }
  .showMenue #responsiveMenueSwitcher .fa-bars {
    display: none;
  }
  .showMenue #responsiveMenueSwitcher .fa-close {
    display: block;
    line-height: 70px;
    background: transparent;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
  }
  #mainNav {
    display: none;
  }
  .showMenue #mainNav {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(7px);
    z-index: 9999;
    display: block;
    padding-top: 100px;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  #mainNav > ul {
    margin: 0px 40px / 2;
  }
  #mainNav > ul > li {
    margin-bottom: 40px / 2;
    background-color: #f2f5f5;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    padding: 20px;
    padding-left: 20px;
  }
  #mainNav > ul > li > a {
    display: block;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 26px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  #mainNav > ul > li.active > a {
    color: #ee1c25;
  }
  #mainNav > ul > li > ul {
    margin: 0px 0px 0px 0px;
  }
  #mainNav > ul > li > ul > li > a {
    display: block;
    line-height: 40px;
    border-top: 2px solid #000;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  #mainNav > ul > li > ul li ul {
    padding-bottom: 10px;
  }
  #mainNav > ul > li > ul li ul a {
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #5d5d5d;
  }
  #mainNav > ul > li > ul li.active > a {
    color: #ee1c25;
  }
  /* searchIcon */
  a.searchIcon {
    display: block;
    background-color: #FFFFFF;
    color: #000;
    line-height: 50px;
    font-size: 26px;
    z-index: 1;
    margin: 0px 40px / 2;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
  }
  a.searchIcon span {
    font-size: 26px;
    line-height: 50px;
    display: inline-block;
    padding-left: 5px;
  }
  /* languageSwitcher */
  .languageSwitcher {
    display: none;
  }
  .showMenue .languageSwitcher {
    z-index: 999999;
    position: absolute;
    left: 50%;
    top: 16px;
    display: block;
    margin-left: -100px;
    width: 200px;
    padding: 4px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 44px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  }
  .showMenue .languageSwitcher > i.fa {
    z-index: 999999;
    position: absolute;
    left: 0px;
    top: 4px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #c0c0c0;
  }
  .showMenue .languageSwitcher ul {
    display: flex;
    width: 166px;
  }
  .showMenue .languageSwitcher li {
    width: 50%;
    text-align: center;
  }
  .showMenue .languageSwitcher a {
    color: #000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
  }
  .showMenue .languageSwitcher li.active a {
    color: #FFFFFF;
    background-color: #ee1c25;
    border-radius: 44px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  }
  /* ******************************** */
  /* INTRO */
  /* ******************************** */
  #intro {
    padding: 250px 0px 40px 0px;
  }
  /* ******************************** */
  /* content-submenue-wrapper */
  /* ******************************** */
  .content-submenue-wrapper {
    display: block;
  }
  /* ******************************** */
  /* content */
  /* ******************************** */
  #content {
    margin-left: 0px;
  }
  /* ******************************** */
  /* leftSide */
  /* ******************************** */
  #leftSide .teaserBoxen {
    width: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -40px;
  }
  #leftSide .teaserBoxen article {
    margin: 0px 0px 40px 40px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    width: calc(50% - 40px);
  }
  #leftSide .teaserBoxen article:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  #leftSide .teaserBoxen article header {
    padding-top: 40px;
  }
  #leftSide .teaserBoxen article header .contentTyp {
    color: #ee1c25;
    font-size: 14px;
    line-height: 14px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 5px;
    background-color: #ee1c25;
    color: #FFFFFF;
  }
  #leftSide .teaserBoxen article header h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    display: block;
    padding-bottom: 20px;
  }
  #leftSide .teaserBoxen article header h3 a {
    color: #FFFFFF;
    background-color: #000;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 5px;
  }
  /* box */
  #leftSide .box {
    width: auto;
    background-color: #f2f5f5;
    background-image: url(../img/leftSide-bg.png);
    background-position: 0px top;
    background-repeat: repeat-y;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #leftSide .box.special {
    background-color: #f2f5f5;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
  }
  #leftSide .box.specialBack {
    background-color: #ee1c25;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 17px;
    background-image: none;
    padding-bottom: 40px;
  }
  #leftSide .box.specialBack h3 a {
    color: #FFFFFF;
  }
  #leftSide h3.teaserHeadline {
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding-top: 40px;
    text-transform: uppercase;
    position: relative;
  }
  #leftSide h3.teaserHeadline a {
    color: #ee1c25;
  }
  #leftSide h3.teaserHeadline .icon {
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 40px;
  }
  #subNav > ul {
    margin-bottom: 20px;
  }
  #subNav > ul > li {
    padding-left: 40px;
    position: relative;
    margin-top: 20px;
  }
  #subNav > ul > li a {
    display: block;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #subNav > ul > li > ul a {
    color: #000;
  }
  #subNav > ul > li a:hover,
  #subNav li.active > a {
    color: #ee1c25 !important;
  }
  #subNav > ul > li > a .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    text-align: center;
    line-height: 25px;
  }
  #subNav > ul > li > a .sub {
    display: none;
  }
  .product-tables {
    overflow-x: scroll;
  }
  #footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #footer .box {
    width: 50%;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* width */
  .csw-50 {
    width: 50%;
  }
  .csw-75 {
    width: 60%;
  }
  .csw-25 {
    width: 40%;
  }
  .csw-100 {
    width: 100%;
  }
  .isDetailPage.csw-75 {
    width: 100%;
  }
  .isDetailPage.csw-25 {
    width: 100%;
  }
  .isDetailPage .textinfos {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .isDetailPage .images {
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* width */
  .csw-50 {
    width: 100%;
  }
  .sideBySide .bigTeaser {
    width: 100%;
  }
  .csw-75 {
    width: 100%;
  }
  .csw-25 {
    width: 100%;
  }
  .csw-100 {
    width: 100%;
  }
  .hideMobile {
    display: none !important;
  }
  .showMobile {
    display: block !important;
  }
  .borderTop:after {
    display: none;
  }
  /* ******************************** */
  /* INTRO */
  /* ******************************** */
  #intro {
    background: #fff;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 272px;
    padding-bottom: 0px;
  }
  #intro header {
    display: block;
    width: auto;
    margin-right: 20px;
    background-color: rgba(238, 28, 37, 0.85);
    backdrop-filter: blur(7px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 20px 20px;
  }
  #intro.detailPageIntro {
    padding-bottom: 0px;
    padding-top: 272px;
  }
  #intro.detailPageIntro header {
    padding-top: 30px;
  }
  #intro.detailPageIntro h1 {
    padding-bottom: 10px;
    position: relative;
    padding-top: 30px;
  }
  #intro.detailPageIntro h1:after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: calc(50% - 30px);
    background-color: #FFFFFF;
    content: '';
  }
  #intro.detailPageIntro .headerBacklink {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-left: 0px;
  }
  #intro.detailPageIntro .headerBacklink i {
    display: none;
  }
  #intro h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  #intro h2 {
    font-size: 25px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    color: #FFFFFF;
    padding-top: 5px;
    text-transform: uppercase;
  }
  #intro p.introtext {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400 !important;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    position: relative;
  }
  #intro p.introtext:after {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 10px;
    width: calc(50% - 30px);
    background-color: #FFFFFF;
    content: '';
  }
}
@media only screen and (max-width: 695px) {
  .sectionListing-jobs .companyLogo {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
  }
  .sectionListing-jobs {
    padding-right: 10px;
  }
  .sectionListing-jobs:after {
    display: none;
  }
  .section-mainContent.iFrame {
    margin: 30px 10px 60px 10px;
  }
  .job-details > .key {
    width: 90px;
  }
  .job-details > .value {
    width: calc(100% - 90px);
  }
  .cardView {
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .cardView article {
    width: 100%;
    margin: 0px 0px 40px / 2 0px;
  }
  #footer .box {
    width: 100%;
    padding: 40px 30px 10px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* width */
  .csw-50 {
    width: 100%;
  }
  .sideBySide .bigTeaser {
    width: 100%;
  }
  .csw-75 {
    width: 100%;
  }
  .csw-25 {
    width: 100%;
  }
  .csw-100 {
    width: 100%;
  }
  .isDetailPage .textinfos {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    order: 2;
  }
  .isDetailPage .images {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    order: 1;
  }
  .isDetailPage.isDetailIframe .textinfos {
    order: 2;
  }
  .isDetailPage.isDetailIframe .images {
    order: 1;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .hideMobile {
    display: none !important;
  }
  .borderTop:after {
    display: none;
  }
  #footer {
    position: relative;
    z-index: 0;
  }
  /* ******************************** */
  /* INTRO */
  /* ******************************** */
  #intro {
    background: #fff;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 272px;
    padding-bottom: 0px;
  }
  #intro header {
    display: block;
    width: auto;
    margin-right: 20px;
    background-color: rgba(238, 28, 37, 0.85);
    backdrop-filter: blur(7px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 20px 20px;
  }
  #intro.detailPageIntro {
    padding-bottom: 0px;
    padding-top: 272px;
  }
  #intro.detailPageIntro header {
    padding-top: 30px;
  }
  #intro.detailPageIntro h1 {
    padding-bottom: 10px;
    position: relative;
    padding-top: 30px;
  }
  #intro.detailPageIntro h1:after {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: calc(50% - 30px);
    background-color: #FFFFFF;
    content: '';
  }
  #intro.detailPageIntro .headerBacklink {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-left: 0px;
  }
  #intro.detailPageIntro .headerBacklink i {
    display: none;
  }
  #intro h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  #intro h2 {
    font-size: 25px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    color: #FFFFFF;
    padding-top: 5px;
    text-transform: uppercase;
  }
  #intro p.introtext {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400 !important;
    color: #000;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    position: relative;
  }
  #intro p.introtext:after {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 10px;
    width: calc(50% - 30px);
    background-color: #FFFFFF;
    content: '';
  }
  .galleryInline li {
    width: 50%;
  }
  .textinfos.galerieView .galleryInline li {
    width: 33%;
  }
  /* filter-header */
  .filter-header .searchfield {
    font-size: 18px;
    height: 50px;
  }
  .filter-header .searchfieldIcon:after {
    font-size: 22px;
    line-height: 50px;
  }
  .filter-header select {
    font-size: 18px;
    height: 50px;
  }
  .filter-header button {
    font-size: 18px;
    height: 50px;
  }
  a.registerCta {
    font-size: 18px;
    line-height: 50px;
  }
  a.registerCta i.fa {
    width: 50px;
    font-size: 30px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 625px) {
  /* filter-header */
  .filter-header {
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .filter-header .fhw-50 {
    width: 100%;
    margin-top: 10px;
  }
  .update-profile .formGroup {
    width: 100%;
  }
  .filter-header .fhw-30,
  .filter-header .fhw-10 {
    width: 50%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #page {
    width: auto;
    margin: 0px 20px;
  }
  .galleryInline li {
    width: 50%;
  }
  .textinfos.galerieView .galleryInline li {
    width: 50%;
  }
  .filter-header .fhw-30,
  .filter-header .fhw-10 {
    width: 100%;
  }
}
@media print {
  #header {
    display: block;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  #logo img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  h1,
  p,
  li,
  td {
    color: #000 !important;
  }
  #intro h1 {
    font-size: 25px;
    line-height: 28px;
    padding-left: 50px;
  }
  .contentSection header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .menueToggler,
  #mainNav,
  .userEdit,
  .languageSwitcher,
  .filter-header,
  .contentSection.containsBigTeaser,
  .contentSection.csw-25,
  #foerderer,
  #footer,
  .borderTop:after,
  #cookie-bar,
  .registerCta.modal-open,
  .text a.headerBacklink,
  #intro.detailPageIntro h1:after,
  .backIcon,
  .contentSection header > p.introtext:after {
    display: none !important;
  }
  .contentSection header p.introtext {
    margin-top: 10px;
  }
  .contentSection.csw-50 {
    width: 100%;
    margin: 0px;
  }
  .isDetailPage .introbox .detailRow {
    background-color: transparent;
  }
  #intro header,
  #intro,
  #intro.detailPageIntro,
  .contentSection header {
    margin: 0px !important;
    display: block;
    width: auto;
    padding: 0px !important;
  }
  .section-mainContent {
    margin: 0px !important;
    display: block;
    width: auto;
    padding: 0px !important;
    padding-top: 10px !important;
  }
  .contentSection.csw-75 {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .boxShaddow-big {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .contentSection,
  #intro.detailPageIntro h1,
  #intro.detailPageIntro,
  .mainWrapper {
    display: block !important;
    padding: 0px !important;
    margin: 0px !important;
    width: auto !important;
  }
  .contentSection .textinfos {
    width: auto;
    display: block;
  }
  .contentSection .images {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .isDetailPage .images img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px 10px 10px 0px;
    max-width: 100px;
    height: auto;
  }
}
/* ##### */
/* MAP WRAPPER */
/* ##### */
.map-wrapper {
  display: flex;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: center;
  padding: 40px 10px;
}
@media (max-width: 800px) {
  .map-wrapper {
    display: block;
  }
}
/* ##### */
/* MAP */
/* ##### */
.map-wrapper .map {
  position: relative;
  z-index: 1;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map-wrapper .map .image-container {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.map-wrapper .map .image-container img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  opacity: 0.35;
}
/* ##### */
/* MAP ITEM */
/* ##### */
.map-wrapper .map .map-item {
  position: absolute;
  width: 25%;
  height: 25%;
  z-index: 1;
  box-sizing: border-box;
}
.map-wrapper .map .map-item.row-1 {
  top: 0%;
}
.map-wrapper .map .map-item.row-2 {
  top: 25%;
}
.map-wrapper .map .map-item.row-3 {
  top: 50%;
}
.map-wrapper .map .map-item.row-4 {
  top: 75%;
}
.map-wrapper .map .map-item.col-1 {
  left: 0%;
}
.map-wrapper .map .map-item.col-2 {
  left: 25%;
}
.map-wrapper .map .map-item.col-3 {
  left: 50%;
}
.map-wrapper .map .map-item.col-4 {
  left: 75%;
}
/* ##### */
/* MAP ITEM CONTENT */
/* ##### */
.map-wrapper .map .item-content {
  position: absolute;
  z-index: 2;
  height: 50%;
  display: flex;
  box-sizing: border-box;
}
.map-wrapper .map .item-content.row-1 {
  top: 0%;
}
.map-wrapper .map .item-content.row-2 {
  top: 50%;
}
.map-wrapper .map .item-content.col-1 {
  left: 0%;
}
.map-wrapper .map .item-content.col-2 {
  left: 50%;
}
.map-wrapper .map .item-content.row-1 {
  top: 0%;
}
.map-wrapper .map .item-content.row-1.valign-bottom {
  top: auto;
  bottom: 50%;
}
.map-wrapper .map .item-content.row-2 {
  top: 50%;
}
.map-wrapper .map .item-content.row-2.valign-bottom {
  top: auto;
  bottom: 0%;
}
.map-wrapper .map .item-content.col-1 {
  left: 0%;
}
.map-wrapper .map .item-content.col-1.align-right {
  left: auto;
  right: 50%;
}
.map-wrapper .map .item-content.col-2 {
  left: 50%;
}
.map-wrapper .map .item-content.col-2.align-right {
  left: auto;
  right: 0px;
}
/* image */
.map-wrapper .map .item-content.type-image {
  width: 50%;
  align-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .map-wrapper .map .item-content.type-image {
    padding: 5px;
  }
}
.map-wrapper .map .item-content.type-image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
/* text */
.map-wrapper .map .item-content.type-text {
  white-space: nowrap;
  padding: 10px;
}
@media (max-width: 800px) {
  .map-wrapper .map .item-content.type-text {
    padding: 5px;
  }
}
.map-wrapper .map .item-content.type-text p {
  margin: 0px;
  padding: 0px;
}
.map-wrapper .map .item-content.type-text .hinterleger {
  position: relative;
  background: #ee1c25;
  padding: 2px;
  color: #FFFFFF;
  line-height: 1.6;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 14px;
  /*background: #222;
  color: white;*/
  padding: 0.3em 0.7em 0.2em 0.4em;
  display: inline;
  line-height: 160%;
}
/* align / valign */
.item-content.align-left {
  text-align: left;
  justify-content: flex-start;
}
.map-wrapper .map .item-content.align-left p {
  text-align: left;
}
.item-content.align-center {
  text-align: center;
  justify-content: center;
}
.map-wrapper .map .item-content.align-center p {
  text-align: center;
}
.item-content.align-right {
  text-align: right;
  justify-content: flex-end;
}
.map-wrapper .map .item-content.align-right p {
  text-align: right;
}
.item-content.valign-top {
  align-items: flex-start;
}
.item-content.valign-center {
  align-items: center;
}
.item-content.valign-bottom {
  align-items: flex-end;
}
.item-content.width-auto {
  width: auto;
}
.item-content.width-01 {
  width: 50%;
  white-space: normal;
}
.item-content.width-02 {
  width: 100%;
  white-space: normal;
}
.item-content.width-03 {
  width: 150%;
  white-space: normal;
}
.item-content.width-04 {
  width: 200%;
  white-space: normal;
}
.item-content.width-05 {
  width: 250%;
  white-space: normal;
}
.item-content.width-06 {
  width: 300%;
  white-space: normal;
}
.item-content.width-07 {
  width: 350%;
  white-space: normal;
}
.item-content.width-08 {
  width: 400%;
  white-space: normal;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* NEU */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* @import "../js/libs/swipebox/src/css/swipebox.less"; */
/* ======================================================= 
 *
 *    Media boxes   
 *    Version: 3.2
 *    By castlecode
 *
 *    Contact: http://codecanyon.net/user/castlecode
 *    Created: March 11, 2014
 *
 *    Copyright (c) 2013, castlecode. All rights reserved.
 *    Available only in http://codecanyon.net/
 *    
 *    ---------------------------------
 *    CONTENTS
 *    ---------------------------------
 *    
 *    (1) GRAPHIC STYLE (Play around in this section)
 *
 *      [1] MEDIA BOX CONTENT
 *      [2] LOAD MORE
 *      [3] FILTER BAR
 *      [4] SEARCH FILTER
 *      [5] DROP DOWN MENU
 *      [6] THUMBNAIL OVERLAY EFFECT
 *      [7] MAGNIFIC POPUP
 *      [8] SOCIAL FOR MAGNIFIC POPUP
 *
 *    (2) NEEDED STYLE (Don't play here)
 *
 *      [1] SETUP
 *      [2] MEDIA BOX THUMBNAIL
 *      [3] MEDIA BOX CONTENT
 *      [4] THUMBNAIL OVERLAY EFFECT
 *      [5] MAGNIFIC POPUP
 *    
 * ======================================================= */
/*
	//This is optional, but you need it for a full width gallery 
  	body{
      margin:0;
      min-height: 1000px;
      overflow-y: scroll; 
   	}
  */
/*
	//This is for preventing that the content of your page shifts to the right when magnific popup is activated
   	html {
    	margin-right: 0 !important;
    	overflow: visible !important;
	}
  */
/* ********************************************************************
  (1) GRAPHIC STYLE (Play around in this section)
********************************************************************* */
/* GLOBAL FONT */
.mfp-container,
.media-box,
.media-boxes-load-more-button,
.media-boxes-filter,
.media-boxes-drop-down-menu > li > a,
.media-boxes-drop-down-header,
.media-boxes-search {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
/* ====================================================================== *
      [1] MEDIA BOX CONTENT
 * ====================================================================== */
.media-box {
  font-size: 13px;
}
.media-box iframe {
  display: block;
  margin: 0 !important;
}
.media-box-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
         -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
            box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    */
}
.media-box-content {
  padding: 20px;
  position: relative;
  background: white;
  color: #333333;
  line-height: 17px;
}
.thumbnail-overlay-animated {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.thumbnail-overlay-animated[data-from="top"] {
  top: -20px;
}
.thumbnail-overlay-animated[data-from="bottom"] {
  top: 20px;
}
.thumbnail-overlay-animated[data-from="left"] {
  left: -20px;
}
.thumbnail-overlay-animated[data-from="right"] {
  left: 20px;
}
/* desktop */
@media only screen and (min-width: 768px) {
  .thumbnail-overlay:hover .thumbnail-overlay-animated {
    opacity: 1;
    left: 0;
    top: 0;
  }
}
/* mobile */
@media only screen and (max-width: 768px) {
  .media-box-image:hover .thumbnail-overlay-animated {
    opacity: 1;
    left: 0;
    top: 0;
  }
}
.thumbnail-overlay-button {
  display: inline-block;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 10px 14px;
  margin: 3px 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.thumbnail-overlay-button:hover {
  background: rgba(255, 255, 255, 0.4);
}
.thumbnail-overlay-caption {
  display: inline-block;
  color: white;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 6px;
  margin: 3px 0;
}
.media-box-title {
  letter-spacing: 0px;
  line-height: normal;
  font-weight: 600;
  color: #333333;
  font-size: 18px;
}
.media-box-title small {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.media-box-year {
  color: gray;
  font-size: 11px;
  margin-bottom: 3px;
}
.media-box-author {
  font-size: 11px;
  margin: 3px 0 0px 0 !important;
}
.media-box-categories {
  font-size: 11px;
  line-height: 15px;
  color: #e54e53;
  margin-top: 5px;
}
.media-box-categories span {
  color: #333333;
  font-weight: 600;
}
.media-box-date {
  font-size: 11px;
  line-height: 15px;
  color: #e54e53;
  margin-top: 5px;
}
.media-box-date span {
  color: #333333;
  font-weight: 600;
}
.media-box-big-icon {
  margin-bottom: 12px;
}
.media-box-big-icon .fa {
  font-size: 55px !important;
  color: white !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.media-box-text {
  color: #777777;
  font-size: 14px;
  line-height: 26.6px;
  margin: 13px 0px 13px 0 !important;
}
.media-box-quote {
  padding: 30px;
  background: #e54e53;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.media-box-quote span {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}
.media-box-subscribe {
  padding: 30px;
  background: #2C393F;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.media-box-subscribe p {
  color: #fff;
}
.media-box-subscribe input {
  border-radius: 0px;
  border: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.media-box-subscribe .btn {
  border: 0;
  color: #fff;
  background: #86979F;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  min-width: 120px;
  font-size: 12px;
  padding: 12px;
}
.media-box-view-image {
  margin: 12px 0 0 0;
}
.media-box-more a,
.media-box-view-image a {
  text-decoration: none !important;
  color: inherit;
  padding: 0;
  margin: 0;
  color: #e54e53;
  font-weight: 600;
  font-size: 11px;
}
.media-box-more a:hover,
.media-box-view-image a:hover {
  color: #333333;
}
a.media-box-read-more-link {
  background: #e54e53;
  color: #fff;
  padding: 0 4px;
}
a.media-box-read-more-link:hover {
  background: #333333;
  text-decoration: none;
}
.media-box-footer {
  background: #F1F1F1;
  padding: 20px;
}
.media-box-social-buttons {
  text-align: center;
}
.media-box-social-buttons i {
  font-size: 15px;
  color: #C7C7C7;
  margin: 0 7px;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -ms-transition: color 0.1s;
  transition: color 0.1s;
}
.media-box-social-buttons i:hover {
  color: #333;
}
.media-box-play-button {
  background: #1cbac8 !important;
  color: #fff !important;
  padding-left: 3px;
}
.media-box-sound-button {
  background: #1cbac8 !important;
  color: #fff !important;
  padding-left: 1px;
}
.media-box-logo {
  text-align: center;
  font-size: 80px;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -ms-transition: color 0.1s;
  transition: color 0.1s;
}
.media-box-logo:hover {
  color: #ffffff;
}
.media-box-price {
  font-size: 16px;
  color: #e54e53;
  margin-top: 10px;
}
.media-box-price del {
  font-size: 12px;
  color: #A4A4A4;
}
.media-box-sale {
  color: #fff;
  background: #e54e53;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  font-weight: 100;
  font-size: 12px;
  top: -10px;
  right: 10px;
  z-index: 99;
}
/* ====================================================================== *
      [2] LOAD MORE
 * ====================================================================== */
.media-boxes-load-more-button {
  cursor: pointer;
  width: 150px;
  text-align: center;
  color: white;
  background-color: #333333;
  font-size: 14px !important;
  height: 15px;
  padding: 10px 15px 10px 15px;
  margin: 0px auto;
  line-height: 15px;
  /*
    -webkit-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
       -moz-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
         -o-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
        -ms-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
            box-shadow: 0 1px 1px rgba(34,25,25,0.2);
    */
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.media-boxes-no-more-entries {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
/* ====================================================================== *
      [3] FILTER BAR
 * ====================================================================== */
.filters-container {
  margin-bottom: 15px;
}
.filters-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .filters-container > * {
    float: left !important;
    display: block;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
  }
  .filters-container .media-boxes-filter {
    margin-top: -5px !important;
  }
  .filters-container .media-boxes-filter > li {
    margin-top: 5px !important;
  }
}
.media-boxes-filter {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0px;
  text-align: left;
}
.media-boxes-filter > li {
  display: inline-block;
  line-height: 16px;
  margin: 0 8px 0 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.media-boxes-filter > li:last-child {
  background: none;
}
.media-boxes-filter > li a {
  border: 1px solid #EBEBEB;
  display: block;
  cursor: pointer;
  color: #676767;
  font-size: 12px;
  text-decoration: none;
  margin: 0 0px 0px 0;
  padding: 11px 14px;
  background-color: white;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  transition: background-color 0.1s;
  /*
    -webkit-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
       -moz-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
         -o-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
        -ms-box-shadow: 0 1px 1px rgba(34,25,25,0.2);
            box-shadow: 0 1px 1px rgba(34,25,25,0.2);
    */
}
.media-boxes-filter > li a:hover {
  text-decoration: none;
  background: #333333;
  color: #fff;
}
.media-boxes-filter > li a.selected {
  background: #e54e53 !important;
  color: #fff !important;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
}
/* ====================================================================== *
      [4] SEARCH FILTER
 * ====================================================================== */
.media-boxes-search {
  padding: 10px 14px 10px 14px;
  font-size: 12px;
  margin: 0;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 1px;
  /*
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
              box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
      */
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.media-boxes-search:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* ====================================================================== *
      [5] DROP DOWN MENU
 * ====================================================================== */
.media-boxes-drop-down,
.media-boxes-drop-down-header,
.media-boxes-drop-down-menu,
.media-boxes-drop-down-menu > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.media-boxes-drop-down {
  width: 140px;
  margin: 0;
  position: relative;
}
.media-boxes-drop-down-header {
  background-color: white;
  cursor: pointer;
  border: 1px solid #EBEBEB;
}
.media-boxes-drop-down-header .fa {
  float: right;
}
.media-boxes-drop-down-menu {
  margin: 0 !important;
  padding: 0 !important;
  z-index: 99999;
  position: absolute;
  width: 100%;
  display: none;
  border: 1px solid #EBEBEB;
  border-top: 0 !important;
}
.media-boxes-drop-down-menu > li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.media-boxes-drop-down-header,
.media-boxes-drop-down-menu > li > a {
  font-size: 12px;
  margin: 0 !important;
  display: block;
  padding: 10px 14px !important;
  text-decoration: none;
  background-color: white;
  color: #676767;
}
.media-boxes-drop-down-menu > li > a {
  color: #999999;
}
.media-boxes-drop-down-menu > li > a:hover,
.media-boxes-drop-down-menu > li > a:focus {
  color: #000;
}
.media-boxes-drop-down-menu > li.selected > a,
.media-boxes-drop-down-menu > li > a.selected {
  color: #e54e53;
}
/* ====================================================================== *
      [6] THUMBNAIL OVERLAY EFFECT
 * ====================================================================== */
.thumbnail-overlay {
  background: black;
  /* fallback for IE8 */
  background-color: rgba(229, 78, 83, 0.9);
  color: #333333;
}
/* The style for centering the caption (vertically and horizontally) */
.thumbnail-overlay > div.aligment {
  height: 100%;
  width: 100%;
  display: table !important;
}
.thumbnail-overlay > div.aligment > div.aligment {
  padding: 10px;
  display: table-cell !important;
  vertical-align: middle;
  /* FOR VERTICAL ALIGN */
  text-align: center;
  /* FOR HORIZONTAL ALIGN */
}
.overlay-title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 16px;
  margin-bottom: 5px;
}
.overlay-description {
  font-size: 12px;
  display: block;
  line-height: 16px;
}
.thumbnail-overlay i.fa,
.media-box-play-button,
.media-box-sound-button {
  background: #fff;
  color: #e54e53;
  text-align: center;
  display: inline-block;
  margin: 3px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 50%;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 50%;
  /* Firefox 1-3.6 */
  border-radius: 50%;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.media-box-play-button,
.media-box-sound-button {
  font-size: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.thumbnail-overlay i.fa:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
}
.mb-play-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('icons/blank.gif');
  /* IE hack, since IE doesn't recognize the hover state in places where there's nothing */
}
.mb-play-container .fa {
  border: 2px solid #fff;
  padding: 14px 15px 13px 17px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 50%;
  /* Firefox 1-3.6 */
  border-radius: 50%;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s;
  -o-transition: background-color 0.2s, -o-transform 0.2s;
  -ms-transition: background-color 0.2s, -ms-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
}
.mb-play-container:hover .fa {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* ====================================================================== *
      [7] MAGNIFIC POPUP
 * ====================================================================== */
.mb-open-popup {
  cursor: pointer;
}
.mfp-arrow.mfp-arrow:before,
.mfp-arrow.mfp-arrow:after {
  border: none !important;
}
.mfp-arrow.mfp-arrow-left {
  background: url('icons/icon-arrow-left.png') 50% 50% no-repeat !important;
}
.mfp-arrow.mfp-arrow-right {
  background: url('icons/icon-arrow-right.png') 50% 50% no-repeat !important;
}
.mfp-close {
  background: url('icons/icon-close.png') right no-repeat !important;
}
/* Just some example in how to add a loder image (gif) to the popup
  .mfp-preloader {
    width: 24px;
    height: 24px;
    margin: auto;
    color: transparent;
    background-image: url('icons/loading-image.gif');
  }
  */
.iframe-on-grid {
  cursor: pointer;
}
.iframe-on-grid-container,
.iframe-on-grid-container iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
  display: none;
}
.iframe-on-grid-container {
  display: block;
}
/* ====================================================================== *
      [8] SOCIAL FOR MAGNIFIC POPUP
 * ====================================================================== */
.media-boxes-social-container {
  float: right;
  margin-right: 10px;
  font-size: 18px;
}
.media-boxes-social-container > * {
  margin-right: 5px;
}
/* 
 * 
 *
 * 
 * 
 *  BRIDGE (Unless you know what you are doing don't scroll down) ========>
 * 
 *
 * 
 *
 */
/* ********************************************************************
  (2) NEEDED STYLE (Don't play here)
********************************************************************* */
/* ====================================================================== *
      [1] SETUP 
 * ====================================================================== */
.media-box {
  /* Box-model */
  display: none;
  /* hidden by default, the plugin will take care of showing it */
  float: left;
  /* hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.media-box-hidden,
.not-loaded-before-search {
  display: none;
  /* hide the hidden boxes */
}
.media-boxes-container {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.media-box-loaded {
  display: block;
  /* class to show the boxes once the plugin has been initialized */
}
/* ====================================================================== *
    [2] MEDIA BOX THUMBNAIL
 * ====================================================================== */
.media-box-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* Hack to center the image */
.media-box-image div[data-width][data-height] {
  position: relative;
  overflow: hidden;
}
.media-box-image div[data-width][data-height] img {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
}
/* End Hack */
.media-box .media-box-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.media-box img {
  max-width: 100%;
  -webkit-transform: translate3D(0, 0, 0);
  -moz-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
/* Invert position */
.media-box .media-box-fill-height[data-width][data-height] img {
  top: 0 !important;
  left: -100% !important;
  right: -100% !important;
  bottom: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: 100%;
}
/* Loading and broken thumbnail effects */
.media-box-image div[data-thumbnail],
.media-box-image div[data-popup] {
  background-position: center center;
  background-repeat: no-repeat;
}
.image-with-dimensions {
  background-color: black;
  background-image: url('icons/loading-image.gif');
}
.broken-image-here {
  background-color: #BE3730;
  background-image: url('icons/broken-image.png');
}
.broken-image-here:not([data-height]) {
  min-height: 150px;
}
/* ====================================================================== *
    [3] MEDIA BOX CONTENT
 * ====================================================================== */
.media-box-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.media-box-container:hover {
  z-index: 2;
  /* bring the hover media box to the front */
}
/* ====================================================================== *
    [4] THUMBNAIL OVERLAY EFFECT
 * ====================================================================== */
.thumbnail-overlay {
  position: absolute;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
/* REVEAL EFFECT */
.position-reveal-effect .media-box-thumbnail-container {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.position-reveal-effect .thumbnail-overlay {
  z-index: 1;
  position: absolute;
  left: 0;
}
.overlay-always-visible {
  display: block !important;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.overlay-text-left > .aligment > .aligment {
  text-align: left !important;
}
.overlay-text-right > .aligment > .aligment {
  text-align: right !important;
}
/* ====================================================================== *
    [5] MAGNIFIC POPUP
 * ====================================================================== */
.mfp-arrow:focus {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.mfp-arrow:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/* at start */
.my-mfp-slide-bottom .mfp-figure {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-content {
  vertical-align: top;
}
.mfp-iframe-scaler {
  padding-top: calc(100% - 50px);
}
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  background: #fff;
}
.mfp-bottom-bar .mfp-title {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  color: #fff !important;
}
.mfp-bottom-bar .mfp-counter {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  color: #fff !important;
}
/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
