@charset "UTF-8";
/* CSS Document */
/* Variables */
/* Colors */
/* grey */
/* green */
/* light green */
/* yellow */
/* red */
/* blue */
/* neon green */
/* petrol */
/* orange */
/* green */
/* blue */
/* purple */
/* black */
/* grey */
/* middle grey */
/* light grey */
/* black */
/* red */
/* dark grey */
/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

.ce-align-center {
  text-align: center; }

.ce-align-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-table {
  width: 100%; }

.ce-table tr {
  border-bottom: 1px solid #ccc; }

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.sb-responsive-gallery .ce-column {
  float: none;
  display: inline-block; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-center img {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 34em) {
  .ce-center .ce-column {
    width: 100%; } }
.ce-gallery figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid black;
  padding: 0px; }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px; }

.ce-intext.ce-right .ce-gallery {
  margin-left: 50px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 50px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }

.ce-column:last-child {
  margin-right: 0; }

.ce-row {
  margin-bottom: 10px; }

.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/* default styles for extension "tx_felogin_pi1" */
.tx-felogin-pi1 label {
  display: block; }

/* default styles for extension "tx-kesearch-pi1" */
.tx-kesearch-pi1 {
  font-family: arial,sans-serif;
  font-size: 14px; }

/* Clearer */
.tx-kesearch-pi1 .clearer {
  display: block;
  height: 1px;
  line-height: 1px;
  clear: both; }

/* formElements */
.tx-kesearch-pi1 form {
  border: 0 none;
  margin: 0 0 20px 0; }

.tx-kesearch-pi1 form fieldset {
  margin: 0;
  padding: 0; }

.tx-kesearch-pi1 .kesearch_searchbox {
  border: none; }

.tx-kesearch-pi1 input[type="text"],
.tx-kesearch-pi1 select,
.tx-kesearch-pi1 textarea {
  padding: 0.3em 0.3em 0.3em 0.4em;
  background: white;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2b2b2b; }

.tx-kesearch-pi1 input[type="text"]:focus,
.tx-kesearch-pi1 input[type="text"]:hover,
.tx-kesearch-pi1 select:focus,
.tx-kesearch-pi1 select:hover,
.tx-kesearch-pi1 textarea:focus,
.tx-kesearch-pi1 textarea:hover {
  box-shadow: 0 0 3px #bbbbbb;
  border: 1px solid #b2b2b2;
  color: #000; }

/* Buttons */
a.kesGreyButt,
span.resetbutt a,
span.submitbutt input,
input.kesGreyButt,
span.kesGreyButt {
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: block;
  cursor: pointer;
  min-width: 70px;
  max-width: 140px;
  -moz-user-select: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top, #f6f6f6, #f0f0f0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #444;
  cursor: default;
  font-family: arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none; }

/* fix firefox button size (line-height is not working in firefox submit button)*/
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"] {
  min-width: 169px;
  max-width: 220px; }

span.resetbutt {
  float: left; }

span.resetbutt a:hover,
span.submitbutt input:hover,
input.kesGreyButt:hover,
span.kesGreyButt:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: #d1d1d1;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222; }

span.kesGreyButt a {
  text-decoration: none;
  color: #444;
  text-shadow: 0px 1px 0px #ffffff; }

span.kesGreyButt a:hover {
  text-decoration: none;
  color: #000;
  text-shadow: 0px -1px 0px #ffffff; }

/* buttFixes */
#kesearch_filters .list li.checkboxButton,
#kesearch_filters .list li.checkboxButtonSubmit {
  text-decoration: none !important;
  padding-bottom: 5px; }

#kesearch_filters .list li.checkboxButtonSubmit {
  margin-bottom: 1px; }

#kesearch_filters .list li.checkboxButtonSubmit {
  padding-bottom: 0; }

/* SearchBox */
div.kesearchbox {
  position: relative;
  height: 35px;
  margin: 0 0 10px 0; }

#ke_search_sword {
  position: absolute;
  top: 1px;
  width: 220px;
  height: auto;
  padding: 8px 40px 7px 9px;
  margin: 0;
  display: inline; }

#kesearch_submit {
  position: absolute;
  top: 3px;
  left: 237px;
  height: 28px;
  width: 28px;
  border: 0 none;
  padding: 0; }

#kesearch_submit:focus,
#kesearch_submit:hover {
  box-shadow: 0 0 0 white;
  border: 0 none;
  cursor: pointer; }

/* Filters */
#kesearch_filters div.textlinks {
  margin: 0 0 20px 0; }

#kesearch_filters select {
  min-width: 180px;
  max-width: 270px;
  margin: 0 0 10px 0; }

#kesearch_filters .list {
  margin-bottom: 10px; }

#kesearch_filters .list .head {
  display: block;
  border: 1px solid #CFCFCF;
  padding: 5px; }

#kesearch_filters .list ul {
  padding: 10px;
  margin: 0;
  border: 1px solid #cfcfcf;
  border-top: 0 none;
  list-style-type: none; }

#kesearch_filters .list ul.expanded {
  display: block; }

#kesearch_filters .list ul.closed {
  display: none; }

#kesearch_filters .list li {
  display: block;
  list-style-type: none;
  margin: 0 0 10px 0;
  line-height: 16px;
  color: #444; }

#kesearch_filters .list li a {
  color: #444; }

#kesearch_filters .list li:hover,
#kesearch_filters .list li a:hover {
  text-decoration: none;
  color: #444;
  cursor: pointer; }

#kesearch_filters .list li.selected {
  font-weight: bold; }

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.level0 {
  margin-left: 14px; }

#kesearch_filters .list li.parent1,
#kesearch_filters .list li.level1 {
  margin-left: 21px; }

#kesearch_filters .list li.parent2,
#kesearch_filters .list li.level2 {
  margin-left: 28px; }

#kesearch_filters .list li.parent3,
#kesearch_filters .list li.level3 {
  margin-left: 35px; }

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.parent3 {
  font-weight: bold;
  list-style-position: outside; }

/* Checkboxes */
#kesearch_filters .list ul.checkboxList {
  padding-bottom: 1px; }

#kesearch_filters .list li.optionCheckBox {
  float: left;
  width: 200px;
  text-decoration: none;
  margin-bottom: 4px; }

#kesearch_filters .list li.optionCheckBox input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0; }

#kesearch_filters .list li.clearer {
  font-size: 0;
  line-height: 0;
  float: none;
  margin: 0 !important; }

#kesearch_filters label {
  display: block;
  font-weight: bold;
  color: #353535;
  margin: 0 0 4px 0; }

#kesearch_filters .list li.region {
  font-weight: bold;
  margin-top: 5px; }

#kesearch_filters .list li.noclick {
  cursor: default !important; }

#kesearch_filters .list li.country {
  margin-left: 7px; }

/* SPECIAL CSS CLASS */
#kesearch_filters .small {
  display: block;
  height: 65px;
  max-height: 65px;
  overflow-y: auto;
  overflow-x: hidden; }

#kesearch_filters .larger {
  display: block;
  height: 130px;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden; }

/* multiselectPage */
.tx-kesearch-pi1 .multiselect .multi-option {
  float: left;
  width: 200px;
  margin: 0 0 5px 0; }

.tx-kesearch-pi1 .multiselect .multi-option input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0; }

.tx-kesearch-pi1 .multiselect label {
  font-weight: normal;
  padding: 0 10px 0 0;
  float: left; }

.tx-kesearch-pi1 .multiselect .multiselectButtons {
  padding: 10px 0 0 0; }

.tx-kesearch-pi1 .multiselect .last {
  /* ???? */ }

/* Results */
#kesearch_num_results {
  color: #898989;
  max-width: 150px;
  float: left; }

#kesearch_results .result-list-item {
  clear: both;
  margin: 20px 0 30px 0;
  padding: 0; }

#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
  font-size: 18px; }

#kesearch_results {
  clear: both;
  margin-top: 20px; }

#kesearch_results .result-list-item .result-teaser {
  color: #707070; }

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  float: left;
  margin-top: 2px;
  margin-right: 5px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: red;
  font-weight: bold; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
  border: 1px solid #D3D3D3;
  display: block;
  float: right;
  height: 10px;
  width: 48px; }

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
  background-color: #D3D3D3;
  border: 1px solid #898989;
  display: block;
  height: 10px;
  margin: -1px 0 0 -1px; }

/* Query time */
.tx-kesearch-pi1 #kesearch_query_time {
  font-style: italic;
  text-align: center;
  font-size: 80%; }

/* Searchbox */
.tx-kesearch-pi1 .searchbox {
  margin-bottom: 5px; }

.tx-kesearch-pi1 .searchbox input {
  margin-left: 0;
  width: 145px; }

.tx-kesearch-pi1 .searchbox input.submit {
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  vertical-align: middle; }

.tx-kesearch-pi1 form.static .searchbox input.submit {
  margin-top: -16px; }

.tx-kesearch-pi1 form.ajax .searchbox input.submit {
  margin-top: -4px; }

.tx-kesearch-pi1 .searchbox .search_input {
  float: left;
  margin-right: 5px; }

/* General Message */
.tx-kesearch-pi1 .general-message {
  padding: 5px; }

.tx-kesearch-pi1 .general-message .image {
  float: left;
  vertical-align: middle;
  margin-right: 10px; }

/* Pagebrowser */
.kesearch_pagebrowser ul {
  display: inline;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

.kesearch_pagebrowser ul li {
  list-style-type: none;
  display: inline;
  margin: 0; }

#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
  text-align: center;
  word-wrap: break-word;
  font-size: 12px;
  color: #707070; }

#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
  padding: 8px 0;
  background: #fff;
  margin-bottom: 15px; }

#kesearch_pagebrowser_top .pages_total {
  border-bottom: 1px dashed #707070; }

#kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px dashed #707070; }

#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt {
  margin: 0 0 5px 0; }

#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
  margin: 0 auto 0; }

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
  padding: 3px; }

#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover {
  cursor: pointer; }

#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
  font-weight: bold;
  color: #000;
  text-decoration: none; }

#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser {
  border: 1px solid; }

.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none;
  overflow: hidden; }

.tx-kesearch-pi1 .next {
  background: transparent url("img/arrow-next.gif") no-repeat left 0; }

.tx-kesearch-pi1 .prev {
  background: transparent url("img/arrow-prev.gif") no-repeat right 0; }

.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 0 -10px 0; }

/* Ordering */
.tx-kesearch-pi1 #kesearch_ordering span.down {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #FF0000 transparent;
  border-style: solid solid none;
  border-width: 4px 4px 0; }

.tx-kesearch-pi1 #kesearch_ordering span.up {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent #FF0000;
  border-style: none solid solid;
  border-width: 0 4px 4px; }

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
  float: right;
  max-width: 300px; }

.tx-kesearch-pi1 #kesearch_ordering ul {
  display: inline-block;
  height: 20px;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0; }

.tx-kesearch-pi1 #kesearch_ordering ul li {
  float: left;
  margin-right: 10px; }

.tx-kesearch-pi1 #kesearch_ordering div.clearer {
  clear: left; }

/* needed for autocomplete */
ul.ui-autocomplete li a {
  font-size: 12px; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.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; }

/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  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 {
  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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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-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"; }

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, .container-mp-menu, .scroller {
  height: 100%; }

.scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1050; }

.scroller,
.scroller-inner {
  position: relative; }

.container-mp-menu {
  position: relative;
  overflow: hidden;
  background: #fff; }

/*.menu-trigger {
	position: relative;
	padding-left: 60px;
	font-size: 0.9em;
}*/
/*.menu-trigger:before {  
	position: absolute;
	top: 2px;
	left: 0;
	width: 40px;
	height: 6px;
	background: #000;
	box-shadow: 0 6px #fff, 0 12px #000, 0 18px #fff, 0 24px #000;
	content: '';
}*/
.mp-pusher {
  position: relative;
  left: 0;
  /*height: 100%;        */ }

.mp-pushed {
  z-index: 1080;
  position: fixed; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1080;
  width: 300px;
  height: 100%;
  border-right: 1px solid #cfcfcf;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: height 0.1s 0.3s, opacity 0.3s, width 0.1s 0.3s;
  -moz-transition: height 0.1s 0.3s, opacity 0.3s, width 0.1s 0.3s;
  transition: height 0.1s 0.3s, opacity 0.3s, width 0.1s 0.3s; }

.mp-pusher::after {
  z-index: 1060; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99; }

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: #3e3e3e;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-family: "open_sanslight", sans-serif;
  font-size: 2em; }

.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif;
  font-size: 1em; }

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.mp-menu ul li > a {
  display: block;
  padding: 0.7em 1em 0.7em 1.8em;
  outline: none;
  box-shadow: inset 0 -1px #cfcfcf;
  text-shadow: 0 0 1px #cfcfcf;
  font-size: 1.0em;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  white-space: normal; }

.mp-menu ul li > a[target="_blank"]:after {
  content: '\f08e';
  font-family: 'FontAwesome';
  color: #cfcfcf;
  position: relative;
  margin-left: 0.5rem; }

.mp-menu ul li.active > a {
  background: #acacac; }

.mp-menu ul li::before {
  position: absolute;
  right: 10px;
  z-index: 0;
  color: #cfcfcf;
  line-height: 3.0; }

.mp-menu ul li.active::before {
  color: black; }

.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px #cfcfcf, inset 0 1px #cfcfcf; }

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px #cfcfcf; }

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: #cfcfcf;
  outline: none;
  color: #363636;
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

/*.mp-back::after {
	font-family: 'linecons';
	position: absolute;
	content: "\e037";
	right: 10px;
	font-size: 1.3em;
	color: rgba(0,0,0,0.3);
}*/
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 300px; }

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block; }

#concludis_scheidtbachmann_stellenangebote {
  /* FILTER */
  /* STELLENBOERSE */
  /* Formularbewerbung */ }
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_headline {
    clear: left; }
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_item {
    width: 50% !important;
    float: left;
    margin: 10px 0; }
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_dropdown select, #concludis_scheidtbachmann_stellenangebote .rsp_filter_dropdown button {
    width: 95% !important;
    border-radius: 0.25rem; }
  #concludis_scheidtbachmann_stellenangebote #body_jb.button.ui-multiselect {
    padding-left: 13px;
    padding-right: 10px;
    height: 42px;
    cursor: pointer;
    background-color: #fff; }
  #concludis_scheidtbachmann_stellenangebote .ui-multiselect-menu {
    margin-top: -3px; }
  #concludis_scheidtbachmann_stellenangebote .ui-widget-header {
    background: #EEE url(); }
  #concludis_scheidtbachmann_stellenangebote .ui-widget-content .ui-state-hover,
  #concludis_scheidtbachmann_stellenangebote .ui-widget-header .ui-state-hover,
  #concludis_scheidtbachmann_stellenangebote .ui-state-focus,
  #concludis_scheidtbachmann_stellenangebote .ui-widget-content .ui-state-focus,
  #concludis_scheidtbachmann_stellenangebote .ui-widget-header .ui-state-focus {
    border: 1px solid #FFF;
    background: #EEE url();
    cursor: pointer; }
  #concludis_scheidtbachmann_stellenangebote .ui-corner-all {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0; }
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_dropdown .ui-state-default,
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_dropdown .ui-widget-content .ui-state-default,
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_dropdown .ui-widget-header .ui-state-default,
  #concludis_scheidtbachmann_stellenangebote #umkreis_zip, #concludis_scheidtbachmann_stellenangebote #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote #umkreis_resetbtn {
    height: 42px;
    display: block;
    cursor: pointer; }
  #concludis_scheidtbachmann_stellenangebote .ui-multiselect span:last-of-type {
    position: relative;
    line-height: 39px; }
  #concludis_scheidtbachmann_stellenangebote .ui-multiselect span.ui-icon {
    margin: 10px 0; }
  #concludis_scheidtbachmann_stellenangebote .shw {
    width: 792px;
    margin-right: auto;
    margin-left: auto; }
  #concludis_scheidtbachmann_stellenangebote #headline {
    margin-bottom: 7px; }
  #concludis_scheidtbachmann_stellenangebote #proall {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2); }
  #concludis_scheidtbachmann_stellenangebote td.headtd, #concludis_scheidtbachmann_stellenangebote .headerlink, #concludis_scheidtbachmann_stellenangebote .stellensum, #concludis_scheidtbachmann_stellenangebote div.line_0, #concludis_scheidtbachmann_stellenangebote div.line_0_hover, #concludis_scheidtbachmann_stellenangebote div.line_1, #concludis_scheidtbachmann_stellenangebote div.line_1_hover {
    font-size: 1rem; }
  #concludis_scheidtbachmann_stellenangebote div.line_0, #concludis_scheidtbachmann_stellenangebote div.line_0_hover, #concludis_scheidtbachmann_stellenangebote div.line_1, #concludis_scheidtbachmann_stellenangebote div.line_1_hover {
    background: transparent;
    padding: 1rem 0;
    border-bottom: 1px solid #cfcfcf;
    min-height: 25px;
    margin: 0.5rem 0;
    cursor: pointer; }
  #concludis_scheidtbachmann_stellenangebote div.line_0_hover, #concludis_scheidtbachmann_stellenangebote div.line_1_hover {
    background: transparent;
    cursor: pointer; }
  #concludis_scheidtbachmann_stellenangebote .subscriptionbutton {
    cursor: pointer; }
  #concludis_scheidtbachmann_stellenangebote #volltxt_search {
    border: 1px solid #cfcfcf;
    border-radius: 0.25rem;
    width: 100%;
    padding: 0.5rem;
    font-size: 0.8rem;
    margin: 0 0 2rem 0; }
  #concludis_scheidtbachmann_stellenangebote .headerlink {
    font-family: "open_sanslight", sans-serif;
    font-size: 2.0rem;
    line-height: 3.0rem;
    letter-spacing: 0.05rem; }
  #concludis_scheidtbachmann_stellenangebote .headerlink:hover, #concludis_scheidtbachmann_stellenangebote div:hover > .headerlink {
    color: #707070;
    text-decoration: underline; }
  #concludis_scheidtbachmann_stellenangebote td.headtd {
    background: transparent;
    padding: 0 !important; }
  #concludis_scheidtbachmann_stellenangebote td.headtd td {
    text-align: left;
    vertical-align: bottom; }
  #concludis_scheidtbachmann_stellenangebote .stellensum {
    padding-left: 0px; }
  #concludis_scheidtbachmann_stellenangebote .stellenlsthead {
    margin: 25px 0 10px 0; }
  #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .subscriptionbutton {
    margin: 0 !important; }
  #concludis_scheidtbachmann_stellenangebote #probew_div {
    width: 770px;
    text-align: center; }
  #concludis_scheidtbachmann_stellenangebote #share {
    width: 100%;
    top: 12px;
    padding-bottom: 20px;
    border: 0 !important; }
  #concludis_scheidtbachmann_stellenangebote #share, #concludis_scheidtbachmann_stellenangebote #emailsubscription {
    padding-left: 20px; }
  #concludis_scheidtbachmann_stellenangebote #emailsubscription {
    display: none; }
  #concludis_scheidtbachmann_stellenangebote .sharetitle, #concludis_scheidtbachmann_stellenangebote .subscriptiontitle {
    text-align: left; }
  #concludis_scheidtbachmann_stellenangebote #datenschutz {
    padding: 155px 0px 10px !important; }
  #concludis_scheidtbachmann_stellenangebote #titel {
    text-transform: uppercase;
    font-family: "open_sansbold", sans-serif; }
  #concludis_scheidtbachmann_stellenangebote #protxt ul {
    list-style: square outside none;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 17px; }
  #concludis_scheidtbachmann_stellenangebote #protxt li {
    padding-bottom: 5px; }
  #concludis_scheidtbachmann_stellenangebote .intranet .lst .resdiv {
    background: #FFF url("/images/sb_mappe_header.jpg") no-repeat right top;
    padding-top: 114px;
    margin-top: 0px; }
  #concludis_scheidtbachmann_stellenangebote #mobile_body #main_wrapper {
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2); }
  #concludis_scheidtbachmann_stellenangebote #mobile_body #mobile_header_inner img {
    width: 100%;
    height: auto; }
  #concludis_scheidtbachmann_stellenangebote #mobile_body #content_wrapper {
    margin: 0;
    padding: 0 20px 40px 20px; }
  #concludis_scheidtbachmann_stellenangebote #mobile_body h1 {
    color: #FFF;
    background-color: #949599;
    margin: 0 -20px 20px -20px;
    padding: 20px; }
  #concludis_scheidtbachmann_stellenangebote #mobile_body .h1_sub {
    font-family: "open_sansbold", sans-serif; }
  #concludis_scheidtbachmann_stellenangebote #mobile_body #mobile_footer_wrapper {
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5) inset;
    -khtml-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5) inset;
    font-size: 1rem;
    color: #FFF;
    background-color: #949599;
    padding: 7px 10px 5px 10px; }
  #concludis_scheidtbachmann_stellenangebote #mobile_body #mobile_footer_wrapper a {
    color: #FFF; }
  @media (max-width: 34em) {
    #concludis_scheidtbachmann_stellenangebote .rsp_filter_item, #concludis_scheidtbachmann_stellenangebote .rsp_filter_dropdown select, #concludis_scheidtbachmann_stellenangebote .rsp_filter_dropdown button {
      width: 100% !important; } }
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.fulltextsearch {
    display: block;
    width: 100% !important; }
    #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.fulltextsearch input {
      border: 1px solid #cfcfcf;
      border-radius: 0.25rem;
      font-size: 0.8rem;
      margin: 0 0 0rem;
      padding: 0.5rem; }
  #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis {
    display: block;
    width: 100% !important; }
    #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_zip {
      width: 15% !important;
      float: left;
      margin-right: 2.5%; }
    #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .rsp_filter_umkreis button {
      width: 57.5% !important;
      float: left;
      margin: 0 2.5% 0 0; }
    #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_resetbtn {
      display: none; }
    #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn {
      width: 20%;
      float: left;
      margin: 0 2.5% 0 0 !important;
      border-radius: 0.438rem 0.438rem 0.438rem 0.438rem !important; }
    #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:after {
      /*@extend .more:after;*/ }

#workdiv {
  z-index: 9999 !important; }

#concludis_application_form .idealsteps-nav ul li {
  padding: 0; }
  #concludis_application_form .idealsteps-nav ul li:before {
    content: ''; }
#concludis_application_form form.idealforms input, #concludis_application_form form.idealforms textarea, #concludis_application_form form.idealforms select, #concludis_application_form form.idealforms button.ui-multiselect, #concludis_application_form .selectize-control.multi .selectize-input, #concludis_application_form form.idealforms .field .group {
  border: 1px solid #cfcfcf;
  box-shadow: none;
  -webkit-box-shadow: none; }
#concludis_application_form .block_divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
#concludis_application_form form.idealforms .field .concludisicon {
  font-size: 0.5rem; }

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans/OpenSans-Light-webfont.eot");
  src: url("../fonts/opensans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans/OpenSans-Semibold-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-Semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/opensans/OpenSans-ExtraBold-webfont.woff") format("woff"), url("../fonts/opensans/OpenSans-ExtraBold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* CSS Document */
.animatedParent:first-child, .animatedParent:nth-child(2), .animatedParent.active {
  transform: translateY(0);
  opacity: 1;
  transition: 1s all ease; }

.animatedParent {
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s all ease; }

/****************
* bounceInRight *
****************/
.bounceInRight {
  opacity: 0;
  transform: translateX(400px); }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animatedParent.active .bounceInRight {
  animation-name: bounceInRight;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

/* CSS Document */
.cr_body {
  box-shadow: none !important; }

.cr_body, .cr_font {
  font-family: "open_sansregular", sans-serif !important;
  font-weight: normal !important;
  font-size: 1rem !important;
  line-height: 1.6rem !important;
  color: black !important; }

.cr_body label, .cr_body .label {
  font-weight: normal !important;
  font-family: "open_sansregular", sans-serif !important; }

.cr_ipe_item label {
  font-size: 1rem !important; }

.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox {
  margin-right: 0.5rem; }

/* Global Styles */
body {
  font-family: "open_sansregular", sans-serif;
  font-size: 1.0rem;
  line-height: 1.6rem;
  color: black;
  background: #fff; }

a, .btn-link {
  color: #607b79; }

a:hover, a:focus {
  color: black;
  outline: none;
  text-decoration: none; }

@media (max-width: 62em) {
  .ce-gallery {
    width: 100%; } }

@media (max-width: 62em) {
  .ce-bodytext {
    width: 100%; } }
.ce-bodytext a {
  text-decoration: none;
  /*text-decoration-style: dotted;
  -webkit-text-decoration-style: dotted;
  -moz-text-decoration-style: dotted;*/ }
  .ce-bodytext a:hover {
    text-decoration: underline; }
  .ce-bodytext a.more, .ce-bodytext #concludis_scheidtbachmann_stellenangebote a.button, #concludis_scheidtbachmann_stellenangebote .ce-bodytext a.button, .ce-bodytext #concludis_scheidtbachmann_stellenangebote a.subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .ce-bodytext a.subscriptionbutton, .ce-bodytext #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis a#umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .ce-bodytext a#umkreis_filterbtn, .ce-bodytext a.more-dark, .ce-bodytext .tx-powermail .powermail_fieldwrap a.powermail_submit, .tx-powermail .powermail_fieldwrap .ce-bodytext a.powermail_submit, .ce-bodytext .tx-powermail .powermail_fieldwrap a.btn-primary, .tx-powermail .powermail_fieldwrap .ce-bodytext a.btn-primary, .ce-bodytext body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .ce-bodytext a, .ce-bodytext body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .ce-bodytext a, .ce-bodytext body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .ce-bodytext a, .ce-bodytext body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .ce-bodytext a, .ce-bodytext body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .ce-bodytext a {
    text-decoration: none; }
  .ce-bodytext a.more:hover, .ce-bodytext #concludis_scheidtbachmann_stellenangebote a.button:hover, #concludis_scheidtbachmann_stellenangebote .ce-bodytext a.button:hover, .ce-bodytext #concludis_scheidtbachmann_stellenangebote a.subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote .ce-bodytext a.subscriptionbutton:hover, .ce-bodytext #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis a#umkreis_filterbtn:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .ce-bodytext a#umkreis_filterbtn:hover, .ce-bodytext a.more-dark:hover, .ce-bodytext .tx-powermail .powermail_fieldwrap a.powermail_submit:hover, .tx-powermail .powermail_fieldwrap .ce-bodytext a.powermail_submit:hover, .ce-bodytext .tx-powermail .powermail_fieldwrap a.btn-primary:hover, .tx-powermail .powermail_fieldwrap .ce-bodytext a.btn-primary:hover, .ce-bodytext body.parking .module-case .module-case-col-left a:hover, body.parking .module-case .module-case-col-left .ce-bodytext a:hover, .ce-bodytext body.parkoneer .module-case .module-case-col-left a:hover, body.parkoneer .module-case .module-case-col-left .ce-bodytext a:hover, .ce-bodytext body.iot .module-case .module-case-col-left a:hover, body.iot .module-case .module-case-col-left .ce-bodytext a:hover, .ce-bodytext body.evopark .module-case .module-case-col-left a:hover, body.evopark .module-case .module-case-col-left .ce-bodytext a:hover, .ce-bodytext body.schenk .module-case .module-case-col-left a:hover, body.schenk .module-case .module-case-col-left .ce-bodytext a:hover {
    text-decoration: none; }

h1, h2, h3, .ce-uploads .ce-uploads-text .ce-uploads-description, h4, h5, h6 {
  font-family: "open_sansregular", sans-serif;
  text-transform: uppercase;
  color: #4d4d4d;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1 {
  font-family: "open_sanslight", sans-serif;
  font-size: 2.6rem;
  line-height: 3.3rem;
  letter-spacing: 0.05rem;
  margin-top: 0rem; }

h2 {
  font-family: "open_sanslight", sans-serif;
  font-size: 2.3rem;
  line-height: 3.2rem;
  letter-spacing: 0.05rem; }
  h2.accordion-header {
    margin: 0 !important; }

h3, .ce-uploads .ce-uploads-text .ce-uploads-description {
  font-size: 1.6rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem; }

h4 {
  font-size: 1.5rem;
  line-height: 1.75rem; }

h5 {
  font-size: 1.25rem;
  line-height: 1.625rem; }

h6 {
  font-size: 1.0rem; }

img[alt="responsive"] {
  width: 100%;
  height: auto; }

strong, b {
  font-family: "open_sansbold", sans-serif; }

.clear {
  clear: both;
  height: 1px;
  width: 100%;
  display: block; }

.align-center, .text-center {
  text-align: center; }

.align-left, .text-left {
  text-align: left; }

.align-right, .text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.hidden {
  display: none; }

blockquote {
  font-family: "open_sansregular", sans-serif;
  font-style: italic;
  position: relative;
  padding: 1rem 5rem 1rem 4rem; }

blockquote:before {
  content: '/';
  position: absolute;
  left: 3rem;
  top: 0;
  font-size: 2rem;
  font-family: "open_sanslight", sans-serif;
  color: #4d4d4d; }

.contenttable {
  width: 100%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #c8c8c8;
  margin-bottom: 3rem;
  display: block; }
  @media (max-width: 62em) {
    .contenttable {
      overflow-x: scroll; } }
  .contenttable td {
    padding: 0.25rem 0.5rem;
    border: 1px solid #c8c8c8; }

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.gradient, .ce-div, body.parking .ce-div, body.frs .ce-div, body.signalling .ce-div, body.parkoneer .ce-div, body.iot .ce-div, body.evopark .ce-div, body.schenk .ce-div {
  background: transparent linear-gradient(90deg, #ACACAC 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; }

.ce-div {
  height: 10px;
  margin: 4rem 0; }

.ce-border img {
  border: 0; }

.ce-column {
  margin: 0 10px 10px 0; }

.ce-gallery img {
  max-width: 100%;
  height: auto; }

.caption, .news .extra {
  font-family: "open_sansbold", sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 1.0rem;
  line-height: 3.625rem;
  letter-spacing: 0.1rem; }
  @media (max-width: 62em) {
    .caption, .news .extra {
      line-height: 150%;
      margin-bottom: 1rem; } }

.caption:before, .news .extra:before {
  /*content: '/';    
  position: absolute;
  left: 3rem;
  top: 0;  				
  color: $corporate;*/ }

.bg-grey {
  background-color: whitesmoke;
  margin: 4rem 0;
  padding: 3rem 0; }

.bg-corporate-green {
  background-color: #607b79;
  color: #fff;
  padding: 3rem 0; }
  .bg-corporate-green a {
    color: #fff; }

.bg-green {
  background-color: #aab969;
  margin: 4rem 0;
  padding: 3rem 0; }

.bg-frs {
  background-color: #00afaa;
  margin: 4rem 0;
  padding: 3rem 0; }

.bg-fcs {
  background-color: #007ac3;
  margin: 4rem 0;
  padding: 3rem 0; }

.bg-parking {
  background-color: #fdc300;
  margin: 4rem 0;
  padding: 3rem 0; }

.bg-signalling {
  background-color: #db223d; }

.bg-signalling-gradient {
  background-image: linear-gradient(to right, #d30001, #da1009, #e11b12, #e92419, #f02c20, #f12929, #f22731, #f22538, #ec1a41, #e40e49, #dc0551, #d30157);
  margin: 4rem 0;
  padding: 3rem 0; }

.bg-wn {
  background-color: #3c2166;
  margin: 4rem 0;
  padding: 3rem 0; }

.bg-iot {
  background-color: #aab969;
  margin: 0;
  padding: 2rem 0; }
  .bg-iot p, .bg-iot .image-caption, .bg-iot a {
    color: #fff; }

.bg-iot-blue {
  background-color: #92cef0;
  margin: 0;
  padding: 2rem 0; }
  .bg-iot-blue p, .bg-iot-blue .image-caption {
    color: #fff; }

.bg-iot-purple {
  background-color: #552863;
  margin: 0;
  padding: 2rem 0; }
  .bg-iot-purple p, .bg-iot-purple .image-caption {
    color: #fff; }

.bg-iot-purple-circle {
  background-color: #552863;
  background-image: url("../../images/subsidiaries/sb-iot-solutions-gmbh/animation/circle-purple.png");
  background-size: cover;
  padding: 2rem 0; }
  .bg-iot-purple-circle p, .bg-iot-purple-circle .image-caption {
    color: #fff; }

.bg-schenk-dark {
  background-color: #292929;
  margin: 0;
  padding: 2rem 0; }
  .bg-schenk-dark p, .bg-schenk-dark .image-caption {
    color: #fff; }

.bg-schenk-red {
  background-color: #e7344c;
  margin: 0;
  padding: 2rem 0; }
  .bg-schenk-red p, .bg-schenk-red .image-caption {
    color: #fff; }

.text-green {
  color: #CFFBE4; }

.text-purple {
  color: #552863; }

.text-white {
  color: #fff; }

.text-ers {
  color: #00afaa; }

.frame-space-before-extra-large {
  margin-top: 10rem; }

.frame-space-after-extra-large {
  margin-bottom: 10em; }

/* buttons */
.more, #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, .more-dark, .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .btn-primary, .frame-type-felogin_login input[type="submit"], body.parking .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left a {
  font-family: "open_sansregular", sans-serif;
  border-radius: 0.438rem;
  color: #fff;
  background-color: black;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 0.9rem;
  margin: 1.5rem 0;
  display: inline-block;
  position: relative;
  transition: border 0.5s ease, background-color 0.5s ease, box-shadow 0.5s ease;
  font-size: 1.0rem;
  line-height: 1.25rem; }

.more:focus, #concludis_scheidtbachmann_stellenangebote .button:focus, #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:focus, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:focus, .more-dark:focus, .tx-powermail .powermail_fieldwrap .powermail_submit:focus, .tx-powermail .powermail_fieldwrap .btn-primary:focus, .frame-type-felogin_login input[type="submit"]:focus, body.parking .module-case .module-case-col-left a:focus, body.parkoneer .module-case .module-case-col-left a:focus, body.iot .module-case .module-case-col-left a:focus, body.evopark .module-case .module-case-col-left a:focus, body.schenk .module-case .module-case-col-left a:focus {
  border: 1px;
  color: #7f7f7f; }

.more:hover, #concludis_scheidtbachmann_stellenangebote .button:hover, #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:hover, .more-dark:hover, .tx-powermail .powermail_fieldwrap .powermail_submit:hover, .tx-powermail .powermail_fieldwrap .btn-primary:hover, .frame-type-felogin_login input[type="submit"]:hover, body.parking .module-case .module-case-col-left a:hover, body.parkoneer .module-case .module-case-col-left a:hover, body.iot .module-case .module-case-col-left a:hover, body.evopark .module-case .module-case-col-left a:hover, body.schenk .module-case .module-case-col-left a:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  color: #7f7f7f; }

.more:active, #concludis_scheidtbachmann_stellenangebote .button:active, #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:active, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:active, .more-dark:active, .tx-powermail .powermail_fieldwrap .powermail_submit:active, .tx-powermail .powermail_fieldwrap .btn-primary:active, .frame-type-felogin_login input[type="submit"]:active, body.parking .module-case .module-case-col-left a:active, body.parkoneer .module-case .module-case-col-left a:active, body.iot .module-case .module-case-col-left a:active, body.evopark .module-case .module-case-col-left a:active, body.schenk .module-case .module-case-col-left a:active {
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.3); }

.more-whatsapp {
  background-image: url("../../images/career/teaser/teaser-whats-app.jpg");
  background-color: #319b40 !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -10px 7px;
  padding-left: 35px !important;
  border-color: #319b40 !important;
  border-image: none !important; }

.card .btn {
  text-align: left;
  padding: 0; }
.card .btn-link {
  text-decoration: none;
  color: #7f7f7f; }
  .card .btn-link:hover {
    color: #607b79; }
.card h5 {
  margin-top: 0px; }

/* dropdown module */
.dropdown-module, .header .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 1.2rem 0.9rem;
  background: #fff;
  border-radius: 0.438rem;
  text-align: center; }
  .dropdown-module .ul, .header .dropdown-menu .ul {
    padding: 0;
    margin: 0;
    display: table;
    text-align: left; }
    .dropdown-module .ul div.tx-ttaddress-pi1, .header .dropdown-menu .ul div.tx-ttaddress-pi1 {
      display: table-cell;
      list-style: none;
      font-family: "open_sanslight", sans-serif;
      padding: 0 0.5rem; }
      .dropdown-module .ul div.tx-ttaddress-pi1 ul, .header .dropdown-menu .ul div.tx-ttaddress-pi1 ul {
        padding: 0;
        margin: 0; }
      .dropdown-module .ul div.tx-ttaddress-pi1 li, .header .dropdown-menu .ul div.tx-ttaddress-pi1 li {
        padding: 0 0 0.5rem 0; }
      .dropdown-module .ul div.tx-ttaddress-pi1 a, .header .dropdown-menu .ul div.tx-ttaddress-pi1 a {
        display: block;
        color: black;
        font-size: 0.8rem;
        line-height: 2rem; }
      .dropdown-module .ul div.tx-ttaddress-pi1 a:hover, .header .dropdown-menu .ul div.tx-ttaddress-pi1 a:hover {
        color: #4d4d4d; }
      .dropdown-module .ul div.tx-ttaddress-pi1 ul li, .header .dropdown-menu .ul div.tx-ttaddress-pi1 ul li {
        padding: 0;
        display: block; }
        .dropdown-module .ul div.tx-ttaddress-pi1 ul li a, .header .dropdown-menu .ul div.tx-ttaddress-pi1 ul li a {
          padding: 0 0.5rem; }
      .dropdown-module .ul div.tx-ttaddress-pi1 i, .header .dropdown-menu .ul div.tx-ttaddress-pi1 i {
        font-size: 0.8rem;
        line-height: 100%;
        display: block; }

.dropdown-module-before, .header .dropdown-menu-before {
  content: attr(data-before);
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  margin-left: -15px;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #000 transparent; }

/* bootstrap dropdown */
.header .dropdown-menu {
  min-width: 250px;
  top: 70%; }
  .header .dropdown-menu a {
    color: #4d4d4d !important;
    text-align: left;
    font-family: "open_sansregular", sans-serif !important;
    text-transform: none !important;
    font-family: "open_sansregular", sans-serif !important;
    padding: 0.25rem 0 !important; }
  .header .dropdown-menu a:hover {
    background: transparent;
    color: black; }
  .header .dropdown-menu h4.seperator {
    text-align: left;
    font-size: 1.2rem;
    color: #000;
    margin: 0.25rem 0; }
.header .dropdown-menu-before {
  left: 20%; }
.header .dropdown-item.active, .header .dropdown-item.active:focus, .header .dropdown-item.active:hover, .header .dropdown-item:focus {
  color: #607b79 !important;
  background: transparent; }
.header .lang-module .dropdown-module, .header .lang-module .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out; }
  .header .lang-module .dropdown-module.active, .header .lang-module .active.dropdown-menu {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible; }

/* frame */
.frame-full-video {
  background: #fff;
  padding: 4rem 0; }
  .frame-full-video .ce-gallery, .frame-full-video .ce-column {
    width: 100%; }
    .frame-full-video .ce-gallery figure.video, .frame-full-video .ce-column figure.video {
      display: block; }
  .frame-full-video .ce-outer, .frame-full-video .ce-inner {
    float: none;
    right: auto; }
  .frame-full-video .video-embed {
    position: relative;
    padding-bottom: 53.90%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    border: 1px solid #4d4d4d; }
    .frame-full-video .video-embed iframe, .frame-full-video .video-embed .video-embed-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000; }

.slick-dots li:before {
  content: "" !important;
  background: none !important;
  width: 0 !important; }
.slick-dots > li {
  display: inline-block; }
.slick-dots > li:only-child {
  display: none; }

.slick-prev:before, .slick-next:before {
  color: #acacac !important;
  font-size: 1.5rem !important; }

.googlemap {
  position: relative;
  background: black; }

/* notification */
#notification-container {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  width: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: none;
  text-align: center; }

#notification-container .more, #notification-container #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote #notification-container .button, #notification-container #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote #notification-container .subscriptionbutton, #notification-container #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #notification-container #umkreis_filterbtn, #notification-container .more-dark, #notification-container .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap #notification-container .powermail_submit, #notification-container .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap #notification-container .btn-primary, #notification-container .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login #notification-container input[type="submit"], #notification-container body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left #notification-container a, #notification-container body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left #notification-container a, #notification-container body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left #notification-container a, #notification-container body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left #notification-container a, #notification-container body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left #notification-container a {
  background-color: #607b79;
  border: none;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px; }

#notification-container .more:hover, #notification-container #concludis_scheidtbachmann_stellenangebote .button:hover, #concludis_scheidtbachmann_stellenangebote #notification-container .button:hover, #notification-container #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote #notification-container .subscriptionbutton:hover, #notification-container #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #notification-container #umkreis_filterbtn:hover, #notification-container .more-dark:hover, #notification-container .tx-powermail .powermail_fieldwrap .powermail_submit:hover, .tx-powermail .powermail_fieldwrap #notification-container .powermail_submit:hover, #notification-container .tx-powermail .powermail_fieldwrap .btn-primary:hover, .tx-powermail .powermail_fieldwrap #notification-container .btn-primary:hover, #notification-container .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login #notification-container input[type="submit"]:hover, #notification-container body.parking .module-case .module-case-col-left a:hover, body.parking .module-case .module-case-col-left #notification-container a:hover, #notification-container body.parkoneer .module-case .module-case-col-left a:hover, body.parkoneer .module-case .module-case-col-left #notification-container a:hover, #notification-container body.iot .module-case .module-case-col-left a:hover, body.iot .module-case .module-case-col-left #notification-container a:hover, #notification-container body.evopark .module-case .module-case-col-left a:hover, body.evopark .module-case .module-case-col-left #notification-container a:hover, #notification-container body.schenk .module-case .module-case-col-left a:hover, body.schenk .module-case .module-case-col-left #notification-container a:hover {
  background-color: #000;
  color: #fff; }

#close-notification {
  position: absolute;
  right: 5px;
  top: -10px;
  border-radius: 50% !important;
  padding: 0px 8px !important;
  background-color: #ccc !important; }

/* Structure */
.header {
  position: relative;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  /* search-module */ }
  @media (max-width: 75em) {
    .header {
      position: fixed; } }
  .header .container {
    position: relative; }
  .header .logo {
    background: url("../img/sblogo_black.svg") no-repeat left center;
    background-size: 100%;
    width: 100%;
    max-width: 230px;
    max-height: 90px;
    line-height: 90px;
    display: inline-block; }
    .header .logo:hover {
      transition: background 0.5s linear;
      background: url("../img/sblogo.svg") no-repeat left center;
      background-size: contain; }
    .header .logo a {
      text-indent: -9999px;
      display: block;
      width: 100%;
      height: 100%; }
  @media (max-width: 75em) {
    .header .logo {
      line-height: 80px; } }
  .header #main-nav-container {
    /* main-nav-container end */ }
    .header #main-nav-container .main-nav-inner-container {
      float: right; }
      .header #main-nav-container .main-nav-inner-container .main-nav {
        float: left; }
        .header #main-nav-container .main-nav-inner-container .main-nav ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .header #main-nav-container .main-nav-inner-container .main-nav ul li {
            display: inline-block;
            line-height: 90px;
            padding: 0 10px 0 0; }
            .header #main-nav-container .main-nav-inner-container .main-nav ul li a {
              color: black;
              font-family: "open_sansregular", sans-serif;
              font-size: 1.0rem;
              line-height: 80px;
              text-decoration: none;
              padding: 5px 10px; }
            .header #main-nav-container .main-nav-inner-container .main-nav ul li a:hover, .header #main-nav-container .main-nav-inner-container .main-nav ul li a.active {
              color: #607b79 !important; }
            .header #main-nav-container .main-nav-inner-container .main-nav ul li a[target="_blank"]:after {
              content: '\f08e';
              font-family: 'FontAwesome';
              position: relative;
              margin-left: 0.5rem; }
            .header #main-nav-container .main-nav-inner-container .main-nav ul li a.dropdown-toggle::after {
              content: '\f107';
              font-family: 'FontAwesome';
              position: relative;
              margin-left: 0.5rem;
              border: 0;
              vertical-align: baseline; }
            .header #main-nav-container .main-nav-inner-container .main-nav ul li a.dropdown-item {
              line-height: 1.5rem; }
      .header #main-nav-container .main-nav-inner-container .menu-trigger {
        position: absolute;
        top: 35%;
        right: 0.9375rem;
        font-size: 2rem;
        cursor: pointer; }
      .header #main-nav-container .main-nav-inner-container .dropdown-menu.show {
        display: block; }
      .header #main-nav-container .main-nav-inner-container .dropdown.open > .dropdown-menu {
        display: block; }
      .header #main-nav-container .main-nav-inner-container .lang-module {
        position: relative;
        float: left;
        cursor: pointer; }
        .header #main-nav-container .main-nav-inner-container .lang-module #lang-current {
          line-height: 90px;
          padding: 0 0.25rem 0 1rem; }
          .header #main-nav-container .main-nav-inner-container .lang-module #lang-current:hover {
            color: #4d4d4d; }
        .header #main-nav-container .main-nav-inner-container .lang-module span {
          text-transform: uppercase;
          cursor: pointer;
          line-height: 90px; }
        .header #main-nav-container .main-nav-inner-container .lang-module span:hover {
          color: #fff; }
        .header #main-nav-container .main-nav-inner-container .lang-module span:after {
          content: '\f0ac';
          font-family: 'FontAwesome';
          position: relative;
          font-size: 0.8rem;
          margin: 0 0 0 0.5rem; }
        .header #main-nav-container .main-nav-inner-container .lang-module .lang-dropdown {
          left: 0;
          top: 55px;
          width: 55px;
          border: 1px solid rgba(0, 0, 0, 0.15); }
          .header #main-nav-container .main-nav-inner-container .lang-module .lang-dropdown ul {
            width: 100%; }
            .header #main-nav-container .main-nav-inner-container .lang-module .lang-dropdown ul li {
              list-style: none;
              display: block;
              text-align: center; }
      .header #main-nav-container .main-nav-inner-container #trigger-search {
        position: relative;
        float: left;
        font-size: 1.25rem;
        line-height: 90px;
        padding: 0 1rem;
        cursor: pointer; }
        .header #main-nav-container .main-nav-inner-container #trigger-search:hover {
          color: #4d4d4d; }
      .header #main-nav-container .main-nav-inner-container .trigger-login {
        line-height: 90px;
        color: #000;
        padding-left: 10px;
        text-decoration: none; }
        .header #main-nav-container .main-nav-inner-container .trigger-login:hover {
          color: #4d4d4d; }
  .header #sub-nav-container {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    background: #fff;
    /* sub-nav-container end */ }
    .header #sub-nav-container .logo-fixed {
      display: none;
      background: url("../img/sblogo_black.svg") no-repeat left center;
      background-size: 100%;
      width: 100%;
      max-width: 230px;
      max-height: 90px;
      line-height: 90px; }
      .header #sub-nav-container .logo-fixed:hover {
        transition: background 0.5s linear;
        background: url("../img/sblogo.svg") no-repeat left center;
        background-size: contain; }
      .header #sub-nav-container .logo-fixed a {
        text-indent: -9999px;
        display: block;
        width: 100%;
        height: 100%; }
    .header #sub-nav-container .division-name {
      position: absolute;
      display: none !important;
      line-height: 45px;
      text-transform: uppercase; }
    .header #sub-nav-container .sub-nav {
      float: right;
      clear: both;
      line-height: 39px;
      height: 46px; }
      .header #sub-nav-container .sub-nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .header #sub-nav-container .sub-nav ul li {
          position: relative;
          display: inline-block;
          padding: 0 20px; }
          .header #sub-nav-container .sub-nav ul li a {
            color: black !important;
            font-family: "open_sansregular", sans-serif;
            font-size: 1.0rem;
            text-decoration: none;
            display: block;
            border-color: rgba(255, 255, 255, 0);
            transition: border-color 0.5s linear; }
            .header #sub-nav-container .sub-nav ul li a:hover {
              color: #4d4d4d;
              border-bottom: 7px solid #607b79; }
          .header #sub-nav-container .sub-nav ul li.active a {
            border-bottom: 7px solid #607b79; }
          .header #sub-nav-container .sub-nav ul li .dropdown-menu a {
            color: black;
            border-bottom: 0;
            line-height: 1.5rem; }
            .header #sub-nav-container .sub-nav ul li .dropdown-menu a:hover {
              color: #607b79 !important;
              border-bottom: 0; }
            .header #sub-nav-container .sub-nav ul li .dropdown-menu a.active {
              color: #607b79 !important; }
    .header #sub-nav-container .dropdown-menu.show {
      display: block; }
    .header #sub-nav-container .dropdown.open > .dropdown-menu {
      display: block; }
    .header #sub-nav-container.sub-nav-fixed {
      position: fixed;
      top: 0px;
      background: #fff;
      min-height: 85px; }
      .header #sub-nav-container.sub-nav-fixed .logo-fixed {
        display: block;
        position: absolute;
        line-height: 80px; }
      .header #sub-nav-container.sub-nav-fixed .division-name {
        margin: 45px 0 0 0;
        font-size: 1rem; }
      .header #sub-nav-container.sub-nav-fixed .sub-nav {
        margin: 19px 0; }
  @media (max-width: 75em) {
    .header #sub-nav-container {
      box-shadow: none; }
      .header #sub-nav-container .division-name {
        position: relative;
        display: inline-block;
        /*top: -15px;
        font-size: 1rem;
        line-height: 20px;*/ } }
  .header .search-module {
    display: none;
    background: #000; }
    .header .search-module .kesearch_searchbox {
      text-align: center;
      padding: 2rem; }
      .header .search-module .kesearch_searchbox input[type="text"], .header .search-module .kesearch_searchbox #ke_search_sword {
        position: relative;
        top: 0;
        background: #000;
        color: #fff;
        font-size: 1rem;
        border: 1px solid #acacac;
        border-radius: 0.438rem;
        width: 80%;
        height: 40px;
        padding: 0.25rem;
        display: inline-block; }
      .header .search-module .kesearch_searchbox .submitbutt {
        display: inline-block;
        width: 15%; }
      .header .search-module .kesearch_searchbox input[type="submit"] {
        background: black;
        color: #fff;
        font-size: 1rem;
        font-style: italic;
        border: 10px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(140deg, #ece300 0%, #d63519 33%, #257dbd 66%, #49ad33 100%);
        border-radius: 0.438rem;
        width: 100%;
        min-width: 50px;
        height: 40px; }
      .header .search-module .kesearch_searchbox .resetbutt {
        display: none; }

.stage {
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  background: #000; }
  .stage .gradient-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: linear-gradient(to left, #F5F5F5 50%, #444444 100%) left bottom #777 no-repeat;
    background-size: 100% 10px;
    /* if linear-gradient, we need to resize it */ }
  .stage .slick, .stage .slick-track, .stage .slick-list {
    height: 100%; }
  .stage .slick-slide {
    position: relative;
    overflow: hidden; }
  .stage .slick-dots {
    bottom: 5%; }
  .stage .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .stage div.hgroup {
    position: absolute;
    z-index: 2;
    left: 15%;
    bottom: 12%;
    max-width: 70%; }
    @media (max-width: 62em) {
      .stage div.hgroup {
        left: 5% !important;
        max-width: 90% !important; } }
    .stage div.hgroup .caption, .stage div.hgroup .news .extra, .news .stage div.hgroup .extra, .stage div.hgroup h2, .stage div.hgroup h1 {
      text-transform: uppercase;
      font-family: "open_sansbold", sans-serif;
      font-size: 1.0rem;
      line-height: 1.5rem;
      letter-spacing: 0.1rem;
      margin: 0;
      text-shadow: 0px 3px 6px black;
      display: block;
      padding: 0.25rem 0; }
    .stage div.hgroup .caption.white, .stage div.hgroup .news .white.extra, .news .stage div.hgroup .white.extra {
      color: #fff !important; }
    .stage div.hgroup .caption.black, .stage div.hgroup .news .black.extra, .news .stage div.hgroup .black.extra {
      color: #000 !important; }
    .stage div.hgroup .caption.parking, .stage div.hgroup .news .parking.extra, .news .stage div.hgroup .parking.extra {
      color: #fdc300 !important; }
    .stage div.hgroup .caption.signalling, .stage div.hgroup .news .signalling.extra, .news .stage div.hgroup .signalling.extra {
      color: #db223d !important; }
    .stage div.hgroup .caption.frs, .stage div.hgroup .news .frs.extra, .news .stage div.hgroup .frs.extra {
      color: #00afaa !important; }
    .stage div.hgroup .caption.fcs, .stage div.hgroup .news .fcs.extra, .news .stage div.hgroup .fcs.extra {
      color: #007ac3 !important; }
    .stage div.hgroup .caption.parkoneer, .stage div.hgroup .news .parkoneer.extra, .news .stage div.hgroup .parkoneer.extra {
      color: #ef9457 !important; }
    .stage div.hgroup .caption.iot, .stage div.hgroup .news .iot.extra, .news .stage div.hgroup .iot.extra {
      color: #aab969 !important; }
    .stage div.hgroup .caption.evopark, .stage div.hgroup .news .evopark.extra, .news .stage div.hgroup .evopark.extra {
      color: #00b0f0 !important; }
    .stage div.hgroup h1, .stage div.hgroup h2 {
      color: #fff;
      margin-bottom: 0.25rem;
      font-family: "open_sanslight", sans-serif;
      font-size: 3.8rem;
      letter-spacing: 0.05rem;
      line-height: 4.2rem;
      text-shadow: 0px 5px 15px black; }
      @media (max-width: 62em) {
        .stage div.hgroup h1, .stage div.hgroup h2 {
          font-size: 2rem;
          line-height: 2.5rem; } }
  .stage img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-height: fit-content;
    opacity: 1.0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 62em) {
      .stage img {
        height: 90vh;
        width: auto; } }
  .stage video {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 1; }
    @media (max-width: 62em) {
      .stage video {
        height: 90vh;
        width: auto; } }
  .stage .module-lead {
    margin: 0; }

.module-stage-small {
  max-height: 450px; }
  @media (max-width: 62em) {
    .module-stage-small {
      max-height: none; } }
  @media (max-width: 62em) {
    .module-stage-small img {
      height: 90vh;
      width: auto; } }

.main {
  padding: 4rem 0;
  overflow: hidden; }
  .main ul li {
    list-style: none;
    padding: 0 0 0.5rem 0; }
    .main ul li:before {
      content: '/';
      color: #7f7f7f;
      position: relative;
      left: -5px;
      font-family: "open_sansbold", sans-serif;
      transform: scaleX(2); }
  @media (min-width: 75em) {
    .main .flexslider .slides > li {
      padding: 50px; } }
  @media (max-width: 62em) {
    .main .flexslider, .main .flexslider-noslide {
      padding-bottom: 50px; } }
  @media (min-width: 75em) {
    .main .flex-viewport {
      overflow: visible !important; } }
  .main .flex-control-nav {
    bottom: 0px; }
    .main .flex-control-nav li a {
      background: #fff;
      border: 2px solid #4d4d4d;
      box-shadow: none;
      width: 20px;
      height: 20px; }
      .main .flex-control-nav li a.flex-active {
        background: #7f7f7f;
        border-color: black; }

.footer {
  font-size: 1rem;
  padding-top: 1rem; }
  .footer .row {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 1rem 0; }
  .footer .logo {
    background: url("../img/sblogo_black.svg") no-repeat left center;
    background-size: 100%;
    width: 100%;
    max-width: 230px;
    max-height: 90px;
    line-height: 90px;
    display: inline-block; }
    .footer .logo:hover {
      transition: background 0.5s linear;
      background: url("../img/sblogo.svg") no-repeat left center;
      background-size: contain; }
    .footer .logo a {
      text-indent: -9999px;
      display: block;
      width: 100%;
      height: 100%; }
  .footer h6 {
    text-transform: uppercase; }
  .footer ul.divisions, .footer ul.socialmedia {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer ul.divisions li, .footer ul.socialmedia li {
      display: block; }
      .footer ul.divisions li a, .footer ul.socialmedia li a {
        color: black;
        font-family: "open_sansregular", sans-serif;
        font-size: 1rem;
        text-decoration: none;
        padding: 5px 0px; }
      .footer ul.divisions li a:hover, .footer ul.socialmedia li a:hover {
        color: #607b79 !important; }
  .footer ul.socialmedia li {
    display: block; }
  .footer .dropdown-module, .footer .header .dropdown-menu, .header .footer .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }
    .footer .dropdown-module.active, .footer .header .active.dropdown-menu, .header .footer .active.dropdown-menu {
      opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      visibility: visible;
      border-color: rgba(0, 0, 0, 0.15); }
  .footer .location-module {
    position: relative;
    float: left;
    /*span:before {
    	content: '\f0ac';
    	font-family: 'FontAwesome';
    	position: relative;                                                
    	font-size: 1.0rem;                             
    	margin: 0 0.5rem 0 0;
    } */ }
    .footer .location-module span {
      cursor: pointer; }
    .footer .location-module span:hover {
      color: #607b79; }
    .footer .location-module .location-dropdown {
      left: 0;
      bottom: 45px;
      width: 550px; }
      .footer .location-module .location-dropdown ul li {
        font-size: 1.5rem; }
    @media (max-width: 34em) {
      .footer .location-module .location-dropdown {
        width: 90vw; }
        .footer .location-module .location-dropdown .ul {
          display: block; }
          .footer .location-module .location-dropdown .ul li, .footer .location-module .location-dropdown .ul div.tx-ttaddress-pi1 {
            display: block; } }
    .footer .location-module .location-dropdown:before {
      left: 20%;
      margin: 0; }
  .footer .location-module:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 0.8rem;
    margin: 0 0 0 0.5rem; }
  .footer .meta-nav, .footer .footer-nav {
    text-align: right; }
    @media (max-width: 62em) {
      .footer .meta-nav, .footer .footer-nav {
        text-align: left; } }
    .footer .meta-nav ul, .footer .footer-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer .meta-nav ul li, .footer .footer-nav ul li {
        display: inline-block; }
        @media (max-width: 62em) {
          .footer .meta-nav ul li, .footer .footer-nav ul li {
            display: block; } }
        .footer .meta-nav ul li a, .footer .footer-nav ul li a {
          color: black;
          font-family: "open_sansregular", sans-serif;
          font-size: 1rem;
          text-decoration: none;
          padding: 5px 14px 5px 0; }
        .footer .meta-nav ul li a:hover, .footer .footer-nav ul li a:hover {
          color: #607b79 !important; }
  .footer .copyright {
    font-size: 0.813rem;
    line-height: 110%;
    display: block;
    padding: 20px 0 0 5px;
    text-align: center; }
  .footer .footer-nav ul {
    text-align: left; }
    .footer .footer-nav ul li a {
      font-size: 0.813rem;
      text-transform: uppercase; }
    .footer .footer-nav ul li.active a {
      text-decoration: underline; }
  .footer .uk-certificates {
    width: 100%;
    text-align: center; }
    .footer .uk-certificates img {
      max-width: 120px !important;
      margin: 0.5rem;
      display: inline-block; }

/* Modules */
.parallax-container {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-align: center; }
  .parallax-container h2 {
    font-size: 5rem;
    line-height: 120%;
    color: #fff; }
  @media (max-width: 768px) {
    .parallax-container {
      background-attachment: scroll; }
      .parallax-container h2 {
        font-size: 3rem; } }

.box-shadow {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3); }

.module-intro {
  margin-bottom: 4rem; }
  .module-intro p {
    font-size: 1.0rem;
    line-height: 1.7rem; }
  .module-intro h1 {
    font-family: "open_sanslight", sans-serif;
    font-size: 2.3rem;
    line-height: 3.2rem;
    letter-spacing: 0.05rem;
    max-width: 80%; }
    @media (max-width: 62em) {
      .module-intro h1 {
        max-width: 100%; } }

@media (max-width: 62em) {
  .flexslider .module-teaser-xl, .flexslider .module-teaser-classic, .flexslider .news, .flexslider .ce-uploads {
    width: 100% !important; } }
.flexslider .module-teaser-xl .module-teaser-img img, .flexslider .module-teaser-classic .module-teaser-img img, .flexslider .news .module-teaser-img img, .flexslider .ce-uploads .module-teaser-img img, .news .flexslider .module-teaser-xl .news-list-item-img img, .news .flexslider .module-teaser-classic .news-list-item-img img, .flexslider .news .news-list-item-img img, .news .flexslider .ce-uploads .news-list-item-img img, .ce-uploads .flexslider .module-teaser-xl .ce-uploads-img img, .ce-uploads .flexslider .module-teaser-classic .ce-uploads-img img, .ce-uploads .flexslider .news .ce-uploads-img img, .flexslider .ce-uploads .ce-uploads-img img {
  max-height: 100%; }

.module-teaser-xl, .module-teaser-classic, .news, .ce-uploads {
  border-radius: 0.438rem;
  margin-bottom: 4rem; }
  .module-teaser-xl .row, .module-teaser-classic .row, .news .row, .ce-uploads .row {
    margin-bottom: 4rem; }
    .module-teaser-xl .row.slick-slide, .module-teaser-classic .row.slick-slide, .news .row.slick-slide, .ce-uploads .row.slick-slide {
      margin-bottom: 0rem; }
  .module-teaser-xl .slick-dots, .module-teaser-classic .slick-dots, .news .slick-dots, .ce-uploads .slick-dots {
    margin-bottom: -1.5rem; }
  @media (max-width: 62em) {
    .module-teaser-xl, .module-teaser-classic, .news, .ce-uploads {
      width: calc(100% - 1.875rem); } }
  .module-teaser-xl .module-teaser-img, .module-teaser-classic .module-teaser-img, .news .module-teaser-img, .ce-uploads .module-teaser-img, .news .news-list-item-img, .ce-uploads .ce-uploads-img {
    position: relative;
    overflow: hidden;
    border-radius: 0.438rem 0 0 0.438rem; }
    @media (max-width: 62em) {
      .module-teaser-xl .module-teaser-img, .module-teaser-classic .module-teaser-img, .news .module-teaser-img, .ce-uploads .module-teaser-img, .news .news-list-item-img, .ce-uploads .ce-uploads-img {
        height: 270px;
        border-radius: 0.438rem 0.438rem 0 0;
        background: whitesmoke; } }
    .module-teaser-xl .module-teaser-img img, .module-teaser-classic .module-teaser-img img, .news .module-teaser-img img, .ce-uploads .module-teaser-img img, .news .news-list-item-img img, .ce-uploads .ce-uploads-img img {
      position: absolute;
      left: 0;
      top: 0;
      width: auto;
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 62em) {
        .module-teaser-xl .module-teaser-img img, .module-teaser-classic .module-teaser-img img, .news .module-teaser-img img, .ce-uploads .module-teaser-img img, .news .news-list-item-img img, .ce-uploads .ce-uploads-img img {
          /*width: 100%;
          height: auto;*/ } }
    .module-teaser-xl .module-teaser-img a, .module-teaser-classic .module-teaser-img a, .news .module-teaser-img a, .ce-uploads .module-teaser-img a, .news .news-list-item-img a, .ce-uploads .ce-uploads-img a {
      width: 100%;
      height: 100%;
      display: inline-block;
      padding: 0;
      margin: 0;
      /* border: 0; */
      position: absolute;
      left: 0;
      top: 0; }
  .module-teaser-xl .slick-slide, .module-teaser-classic .slick-slide, .news .slick-slide, .ce-uploads .slick-slide {
    margin-left: 0;
    margin-right: 0;
    height: 390px; }
    @media (max-width: 62em) {
      .module-teaser-xl .slick-slide, .module-teaser-classic .slick-slide, .news .slick-slide, .ce-uploads .slick-slide {
        height: auto; } }
  .module-teaser-xl .slick-initialized .slick-slide, .module-teaser-classic .slick-initialized .slick-slide, .news .slick-initialized .slick-slide, .ce-uploads .slick-initialized .slick-slide {
    display: flex; }
  .module-teaser-xl .module-teaser-text, .module-teaser-classic .module-teaser-text, .news .module-teaser-text, .ce-uploads .module-teaser-text, .news .news-teaser-text, .ce-uploads .ce-uploads-text {
    border-radius: 0 0.438rem 0.438rem 0; }
    .module-teaser-xl .module-teaser-text h3, .module-teaser-classic .module-teaser-text h3, .news .module-teaser-text h3, .ce-uploads .module-teaser-text h3, .news .news-teaser-text h3, .ce-uploads .ce-uploads-text h3, .ce-uploads .ce-uploads-text .ce-uploads-description {
      margin-top: 0; }
    @media (max-width: 62em) {
      .module-teaser-xl .module-teaser-text, .module-teaser-classic .module-teaser-text, .news .module-teaser-text, .ce-uploads .module-teaser-text, .news .news-teaser-text, .ce-uploads .ce-uploads-text {
        background: whitesmoke; } }
  .module-teaser-xl .box-shadow, .module-teaser-classic .box-shadow, .news .box-shadow, .ce-uploads .box-shadow {
    box-shadow: none;
    transition: box-shadow 0.5s linear; }
    .module-teaser-xl .box-shadow:hover, .module-teaser-classic .box-shadow:hover, .news .box-shadow:hover, .ce-uploads .box-shadow:hover {
      box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
      border-radius: 0.438rem; }
  .module-teaser-xl .teaser-bg-grey:hover, .module-teaser-classic .teaser-bg-grey:hover, .news .teaser-bg-grey:hover, .ce-uploads .teaser-bg-grey:hover {
    background-color: #fff; }

@media (max-width: 62em) {
  .module-teaser-classic, .news, .ce-uploads {
    width: 100%; } }
.module-teaser-classic .module-teaser-img, .news .module-teaser-img, .ce-uploads .module-teaser-img, .news .news-list-item-img, .ce-uploads .ce-uploads-img {
  height: 270px;
  border-radius: 1rem 1rem 0 0; }
  .module-teaser-classic .module-teaser-img img, .news .module-teaser-img img, .ce-uploads .module-teaser-img img, .news .news-list-item-img img, .ce-uploads .ce-uploads-img img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover; }
.module-teaser-classic .module-teaser-text, .news .module-teaser-text, .ce-uploads .module-teaser-text, .news .news-teaser-text, .ce-uploads .ce-uploads-text {
  border-radius: 0 0 0.438rem 0.438rem;
  padding-bottom: .9375rem;
  margin-bottom: 2rem;
  min-height: 300px; }
  @media (max-width: 62em) {
    .module-teaser-classic .module-teaser-text, .news .module-teaser-text, .ce-uploads .module-teaser-text, .news .news-teaser-text, .ce-uploads .ce-uploads-text {
      padding-left: .9375rem;
      padding-right: .9375rem; } }
  .module-teaser-classic .module-teaser-text .caption, .news .module-teaser-text .caption, .ce-uploads .module-teaser-text .caption, .news .news-teaser-text .caption, .ce-uploads .ce-uploads-text .caption, .module-teaser-classic .module-teaser-text .news .extra, .news .module-teaser-text .extra, .ce-uploads .module-teaser-text .news .extra, .news .news-teaser-text .extra, .ce-uploads .news .ce-uploads-text .extra, .ce-uploads .ce-uploads-text .news .extra, .news .ce-uploads .ce-uploads-text .extra {
    line-height: 150%;
    padding: 1rem 0 0.5rem 0; }
  .module-teaser-classic .module-teaser-text h3, .news .module-teaser-text h3, .ce-uploads .module-teaser-text h3, .news .news-teaser-text h3, .ce-uploads .ce-uploads-text h3, .ce-uploads .ce-uploads-text .ce-uploads-description {
    margin-top: 0; }

.news .news-list-item-img {
  border: 1px solid #e1e1e1; }
  .news .news-list-item-img:hover {
    border-color: transparent; }
  .news .news-list-item-img a {
    position: relative; }
.news .news-teaser-text {
  height: calc(100% - 321px); }
.news .extra {
  color: black;
  font-size: 0.7rem;
  letter-spacing: 0.02rem; }
.news h3, .news .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .ce-uploads-description {
  padding-top: 15px; }
  .news h3 a, .news .ce-uploads .ce-uploads-text .ce-uploads-description a, .ce-uploads .ce-uploads-text .news .ce-uploads-description a {
    color: #4d4d4d !important;
    text-decoration: none; }
.news .img-responsive {
  min-width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.module-container {
  position: relative;
  overflow: hidden; }
  .module-container .full-bg-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    min-width: 100%;
    height: auto;
    z-index: -1; }

/* bootstrap pagination */
.pagination {
  margin: 2rem 1rem !important; }
  .pagination li {
    margin: 0 0.25rem;
    display: inline-block;
    padding: 0 !important;
    background-color: whitesmoke;
    border-radius: 0.438rem; }
    .pagination li a, .pagination li span {
      padding: 0.5rem 1.25rem !important;
      display: block; }
    .pagination li:before {
      content: "" !important; }

.ce-uploads .ce-uploads-img {
  background-image: radial-gradient(#5B5F67, #1B1D1E); }
  .ce-uploads .ce-uploads-img a {
    position: relative; }
  .ce-uploads .ce-uploads-img img {
    height: auto;
    width: auto;
    max-width: 90%;
    min-width: auto;
    max-height: 90%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    background-color: #fff; }
.ce-uploads .ce-uploads-text {
  min-height: 250px; }
  .ce-uploads .ce-uploads-text .ce-uploads-description {
    padding-top: 15px;
    font-size: 1.25rem;
    line-height: 1.5rem; }
.ce-uploads .img-responsive {
  /*min-width: auto!important;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);*/ }

.module-teaser-tile, .module-teaser-tile-slider, .module-teaser-tile-full-size-img {
  margin-bottom: 4rem; }
  .module-teaser-tile .module-teaser-tile-col, .module-teaser-tile-slider .module-teaser-tile-col, .module-teaser-tile-full-size-img .module-teaser-tile-col {
    position: relative;
    margin-bottom: 2rem; }
  .module-teaser-tile .slick-slider .module-teaser-tile-col, .module-teaser-tile-slider .slick-slider .module-teaser-tile-col, .module-teaser-tile-full-size-img .slick-slider .module-teaser-tile-col {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .module-teaser-tile .teaser-bg-black, .module-teaser-tile-slider .teaser-bg-black, .module-teaser-tile-full-size-img .teaser-bg-black {
    background-image: radial-gradient(#5B5F67, #1B1D1E); }
  .module-teaser-tile .module-teaser-img, .module-teaser-tile-slider .module-teaser-img, .module-teaser-tile-full-size-img .module-teaser-img, .module-teaser-tile .news .news-list-item-img, .news .module-teaser-tile .news-list-item-img, .module-teaser-tile-slider .news .news-list-item-img, .news .module-teaser-tile-slider .news-list-item-img, .module-teaser-tile-full-size-img .news .news-list-item-img, .news .module-teaser-tile-full-size-img .news-list-item-img, .module-teaser-tile .ce-uploads .ce-uploads-img, .ce-uploads .module-teaser-tile .ce-uploads-img, .module-teaser-tile-slider .ce-uploads .ce-uploads-img, .ce-uploads .module-teaser-tile-slider .ce-uploads-img, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img {
    widht: 100%;
    height: 321px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 0.438rem;
    overflow: hidden; }
    .module-teaser-tile .module-teaser-img img, .module-teaser-tile-slider .module-teaser-img img, .module-teaser-tile-full-size-img .module-teaser-img img, .module-teaser-tile .news .news-list-item-img img, .news .module-teaser-tile .news-list-item-img img, .module-teaser-tile-slider .news .news-list-item-img img, .news .module-teaser-tile-slider .news-list-item-img img, .module-teaser-tile-full-size-img .news .news-list-item-img img, .news .module-teaser-tile-full-size-img .news-list-item-img img, .module-teaser-tile .ce-uploads .ce-uploads-img img, .ce-uploads .module-teaser-tile .ce-uploads-img img, .module-teaser-tile-slider .ce-uploads .ce-uploads-img img, .ce-uploads .module-teaser-tile-slider .ce-uploads-img img, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img img, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img img {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      max-width: 100%;
      height: auto;
      object-fit: cover; }
    .module-teaser-tile .module-teaser-img a, .module-teaser-tile-slider .module-teaser-img a, .module-teaser-tile-full-size-img .module-teaser-img a, .module-teaser-tile .news .news-list-item-img a, .news .module-teaser-tile .news-list-item-img a, .module-teaser-tile-slider .news .news-list-item-img a, .news .module-teaser-tile-slider .news-list-item-img a, .module-teaser-tile-full-size-img .news .news-list-item-img a, .news .module-teaser-tile-full-size-img .news-list-item-img a, .module-teaser-tile .ce-uploads .ce-uploads-img a, .ce-uploads .module-teaser-tile .ce-uploads-img a, .module-teaser-tile-slider .ce-uploads .ce-uploads-img a, .ce-uploads .module-teaser-tile-slider .ce-uploads-img a, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img a, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img a {
      width: 100%;
      height: 100%;
      display: inline-block;
      padding: 0;
      margin: 0;
      /* border: 0; */
      position: absolute;
      left: 0;
      top: 0; }
    .module-teaser-tile .module-teaser-img h3, .module-teaser-tile-slider .module-teaser-img h3, .module-teaser-tile-full-size-img .module-teaser-img h3, .module-teaser-tile .news .news-list-item-img h3, .news .module-teaser-tile .news-list-item-img h3, .module-teaser-tile-slider .news .news-list-item-img h3, .news .module-teaser-tile-slider .news-list-item-img h3, .module-teaser-tile-full-size-img .news .news-list-item-img h3, .news .module-teaser-tile-full-size-img .news-list-item-img h3, .module-teaser-tile .ce-uploads .ce-uploads-img h3, .ce-uploads .module-teaser-tile .ce-uploads-img h3, .module-teaser-tile-slider .ce-uploads .ce-uploads-img h3, .ce-uploads .module-teaser-tile-slider .ce-uploads-img h3, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img h3, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img h3, .module-teaser-tile .module-teaser-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile .module-teaser-img .ce-uploads-description, .module-teaser-tile-slider .module-teaser-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-slider .module-teaser-img .ce-uploads-description, .module-teaser-tile-full-size-img .module-teaser-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .module-teaser-img .ce-uploads-description, .module-teaser-tile .news .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile .news .news-list-item-img .ce-uploads-description, .news .module-teaser-tile .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile .news-list-item-img .ce-uploads-description, .module-teaser-tile-slider .news .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-slider .news .news-list-item-img .ce-uploads-description, .news .module-teaser-tile-slider .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-slider .news-list-item-img .ce-uploads-description, .module-teaser-tile-full-size-img .news .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .news .news-list-item-img .ce-uploads-description, .news .module-teaser-tile-full-size-img .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-full-size-img .news-list-item-img .ce-uploads-description, .module-teaser-tile .ce-uploads .ce-uploads-img .ce-uploads-text .ce-uploads-description, .module-teaser-tile .ce-uploads .ce-uploads-text .ce-uploads-img .ce-uploads-description, .ce-uploads .module-teaser-tile .ce-uploads-img .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile .ce-uploads-img .ce-uploads-description, .module-teaser-tile-slider .ce-uploads .ce-uploads-img .ce-uploads-text .ce-uploads-description, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .ce-uploads-img .ce-uploads-description, .ce-uploads .module-teaser-tile-slider .ce-uploads-img .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-slider .ce-uploads-img .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .ce-uploads-text .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .ce-uploads-img .ce-uploads-description, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .ce-uploads-img .ce-uploads-description {
      color: #fff;
      position: absolute;
      z-index: 90;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      text-align: center;
      font-size: 1.25rem; }
  .module-teaser-tile .module-teaser-text, .module-teaser-tile-slider .module-teaser-text, .module-teaser-tile-full-size-img .module-teaser-text, .module-teaser-tile .news .news-teaser-text, .news .module-teaser-tile .news-teaser-text, .module-teaser-tile-slider .news .news-teaser-text, .news .module-teaser-tile-slider .news-teaser-text, .module-teaser-tile-full-size-img .news .news-teaser-text, .news .module-teaser-tile-full-size-img .news-teaser-text, .module-teaser-tile .ce-uploads .ce-uploads-text, .ce-uploads .module-teaser-tile .ce-uploads-text, .module-teaser-tile-slider .ce-uploads .ce-uploads-text, .ce-uploads .module-teaser-tile-slider .ce-uploads-text, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 321px;
    border-radius: 0.438rem;
    background: #fff;
    		/*.caption, .text-box, .more, h3 {
    			visibility: hidden;
      			opacity: 0;
      			transition: visibility 0s, opacity 0.5s linear;
    		}*/
    /*&:hover {*/
    background: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid whitesmoke;
    padding: 1rem 2rem;
    width: calc(100% - var(--bs-gutter-x) * 0.5);
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    /*}*/ }
    .module-teaser-tile .module-teaser-text h3, .module-teaser-tile-slider .module-teaser-text h3, .module-teaser-tile-full-size-img .module-teaser-text h3, .module-teaser-tile .news .news-teaser-text h3, .news .module-teaser-tile .news-teaser-text h3, .module-teaser-tile-slider .news .news-teaser-text h3, .news .module-teaser-tile-slider .news-teaser-text h3, .module-teaser-tile-full-size-img .news .news-teaser-text h3, .news .module-teaser-tile-full-size-img .news-teaser-text h3, .module-teaser-tile .ce-uploads .ce-uploads-text h3, .ce-uploads .module-teaser-tile .ce-uploads-text h3, .module-teaser-tile-slider .ce-uploads .ce-uploads-text h3, .ce-uploads .module-teaser-tile-slider .ce-uploads-text h3, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text h3, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text h3, .ce-uploads .ce-uploads-text .module-teaser-tile .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-slider .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile .news .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-slider .news .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-slider .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .news .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-full-size-img .news-teaser-text .ce-uploads-description, .module-teaser-tile .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .module-teaser-tile .ce-uploads-text .ce-uploads-description, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .ce-uploads-description {
      color: #4d4d4d;
      position: relative;
      bottom: auto;
      left: auto;
      transform: none;
      text-align: left;
      margin: 0.25rem 0; }
    @media (max-width: 62em) {
      .module-teaser-tile .module-teaser-text, .module-teaser-tile-slider .module-teaser-text, .module-teaser-tile-full-size-img .module-teaser-text, .module-teaser-tile .news .news-teaser-text, .news .module-teaser-tile .news-teaser-text, .module-teaser-tile-slider .news .news-teaser-text, .news .module-teaser-tile-slider .news-teaser-text, .module-teaser-tile-full-size-img .news .news-teaser-text, .news .module-teaser-tile-full-size-img .news-teaser-text, .module-teaser-tile .ce-uploads .ce-uploads-text, .ce-uploads .module-teaser-tile .ce-uploads-text, .module-teaser-tile-slider .ce-uploads .ce-uploads-text, .ce-uploads .module-teaser-tile-slider .ce-uploads-text, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text {
        width: calc(100% - var(--bs-gutter-x) * 1.0); } }
    .module-teaser-tile .module-teaser-text .caption, .module-teaser-tile-slider .module-teaser-text .caption, .module-teaser-tile-full-size-img .module-teaser-text .caption, .module-teaser-tile .news .news-teaser-text .caption, .news .module-teaser-tile .news-teaser-text .caption, .module-teaser-tile-slider .news .news-teaser-text .caption, .news .module-teaser-tile-slider .news-teaser-text .caption, .module-teaser-tile-full-size-img .news .news-teaser-text .caption, .news .module-teaser-tile-full-size-img .news-teaser-text .caption, .module-teaser-tile .ce-uploads .ce-uploads-text .caption, .ce-uploads .module-teaser-tile .ce-uploads-text .caption, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .caption, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .caption, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .caption, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .caption, .module-teaser-tile .module-teaser-text .news .extra, .news .module-teaser-tile .module-teaser-text .extra, .module-teaser-tile-slider .module-teaser-text .news .extra, .news .module-teaser-tile-slider .module-teaser-text .extra, .module-teaser-tile-full-size-img .module-teaser-text .news .extra, .news .module-teaser-tile-full-size-img .module-teaser-text .extra, .module-teaser-tile .news .news-teaser-text .extra, .news .module-teaser-tile .news-teaser-text .extra, .module-teaser-tile-slider .news .news-teaser-text .extra, .news .module-teaser-tile-slider .news-teaser-text .extra, .module-teaser-tile-full-size-img .news .news-teaser-text .extra, .news .module-teaser-tile-full-size-img .news-teaser-text .extra, .module-teaser-tile .ce-uploads .ce-uploads-text .news .extra, .news .module-teaser-tile .ce-uploads .ce-uploads-text .extra, .ce-uploads .module-teaser-tile .ce-uploads-text .news .extra, .news .ce-uploads .module-teaser-tile .ce-uploads-text .extra, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .news .extra, .news .module-teaser-tile-slider .ce-uploads .ce-uploads-text .extra, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .news .extra, .news .ce-uploads .module-teaser-tile-slider .ce-uploads-text .extra, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .news .extra, .news .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .extra, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .news .extra, .news .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .extra {
      line-height: 1.5rem;
      display: block;
      visibility: visible;
      opacity: 1; }
    .module-teaser-tile .module-teaser-text h3, .module-teaser-tile-slider .module-teaser-text h3, .module-teaser-tile-full-size-img .module-teaser-text h3, .module-teaser-tile .news .news-teaser-text h3, .news .module-teaser-tile .news-teaser-text h3, .module-teaser-tile-slider .news .news-teaser-text h3, .news .module-teaser-tile-slider .news-teaser-text h3, .module-teaser-tile-full-size-img .news .news-teaser-text h3, .news .module-teaser-tile-full-size-img .news-teaser-text h3, .module-teaser-tile .ce-uploads .ce-uploads-text h3, .ce-uploads .module-teaser-tile .ce-uploads-text h3, .module-teaser-tile-slider .ce-uploads .ce-uploads-text h3, .ce-uploads .module-teaser-tile-slider .ce-uploads-text h3, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text h3, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text h3, .ce-uploads .ce-uploads-text .module-teaser-tile .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-slider .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile .news .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-slider .news .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-slider .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .news .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-full-size-img .news-teaser-text .ce-uploads-description, .module-teaser-tile .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .module-teaser-tile .ce-uploads-text .ce-uploads-description, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .ce-uploads-description {
      display: block;
      visibility: visible;
      opacity: 1; }
    .module-teaser-tile .module-teaser-text .text-box, .module-teaser-tile-slider .module-teaser-text .text-box, .module-teaser-tile-full-size-img .module-teaser-text .text-box, .module-teaser-tile .news .news-teaser-text .text-box, .news .module-teaser-tile .news-teaser-text .text-box, .module-teaser-tile-slider .news .news-teaser-text .text-box, .news .module-teaser-tile-slider .news-teaser-text .text-box, .module-teaser-tile-full-size-img .news .news-teaser-text .text-box, .news .module-teaser-tile-full-size-img .news-teaser-text .text-box, .module-teaser-tile .ce-uploads .ce-uploads-text .text-box, .ce-uploads .module-teaser-tile .ce-uploads-text .text-box, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .text-box, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .text-box, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .text-box, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .text-box {
      display: block;
      visibility: visible;
      opacity: 1;
      font-size: 1rem;
      line-height: 1.5rem; }
    .module-teaser-tile .module-teaser-text .more, .module-teaser-tile-slider .module-teaser-text .more, .module-teaser-tile-full-size-img .module-teaser-text .more, .module-teaser-tile .news .news-teaser-text .more, .news .module-teaser-tile .news-teaser-text .more, .module-teaser-tile-slider .news .news-teaser-text .more, .news .module-teaser-tile-slider .news-teaser-text .more, .module-teaser-tile-full-size-img .news .news-teaser-text .more, .news .module-teaser-tile-full-size-img .news-teaser-text .more, .module-teaser-tile .ce-uploads .ce-uploads-text .more, .ce-uploads .module-teaser-tile .ce-uploads-text .more, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .more, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .more, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .more, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .more, .module-teaser-tile .module-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile .module-teaser-text .button, .module-teaser-tile-slider .module-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-slider .module-teaser-text .button, .module-teaser-tile-full-size-img .module-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-full-size-img .module-teaser-text .button, .module-teaser-tile .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile .news .news-teaser-text .button, .news .module-teaser-tile .news-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .news .module-teaser-tile .news-teaser-text .button, .module-teaser-tile-slider .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-slider .news .news-teaser-text .button, .news .module-teaser-tile-slider .news-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .news .module-teaser-tile-slider .news-teaser-text .button, .module-teaser-tile-full-size-img .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-full-size-img .news .news-teaser-text .button, .news .module-teaser-tile-full-size-img .news-teaser-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .news .module-teaser-tile-full-size-img .news-teaser-text .button, .module-teaser-tile .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile .ce-uploads .ce-uploads-text .button, .ce-uploads .module-teaser-tile .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .ce-uploads .module-teaser-tile .ce-uploads-text .button, .module-teaser-tile-slider .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-slider .ce-uploads .ce-uploads-text .button, .ce-uploads .module-teaser-tile-slider .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .ce-uploads .module-teaser-tile-slider .ce-uploads-text .button, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .button, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .button, .module-teaser-tile .module-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile .module-teaser-text .subscriptionbutton, .module-teaser-tile-slider .module-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-slider .module-teaser-text .subscriptionbutton, .module-teaser-tile-full-size-img .module-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-full-size-img .module-teaser-text .subscriptionbutton, .module-teaser-tile .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile .news .news-teaser-text .subscriptionbutton, .news .module-teaser-tile .news-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .news .module-teaser-tile .news-teaser-text .subscriptionbutton, .module-teaser-tile-slider .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-slider .news .news-teaser-text .subscriptionbutton, .news .module-teaser-tile-slider .news-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .news .module-teaser-tile-slider .news-teaser-text .subscriptionbutton, .module-teaser-tile-full-size-img .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-full-size-img .news .news-teaser-text .subscriptionbutton, .news .module-teaser-tile-full-size-img .news-teaser-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .news .module-teaser-tile-full-size-img .news-teaser-text .subscriptionbutton, .module-teaser-tile .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile .ce-uploads .ce-uploads-text .subscriptionbutton, .ce-uploads .module-teaser-tile .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .ce-uploads .module-teaser-tile .ce-uploads-text .subscriptionbutton, .module-teaser-tile-slider .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-slider .ce-uploads .ce-uploads-text .subscriptionbutton, .ce-uploads .module-teaser-tile-slider .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .ce-uploads .module-teaser-tile-slider .ce-uploads-text .subscriptionbutton, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .subscriptionbutton, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .subscriptionbutton, .module-teaser-tile .module-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile .module-teaser-text #umkreis_filterbtn, .module-teaser-tile-slider .module-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile-slider .module-teaser-text #umkreis_filterbtn, .module-teaser-tile-full-size-img .module-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile-full-size-img .module-teaser-text #umkreis_filterbtn, .module-teaser-tile .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile .news .news-teaser-text #umkreis_filterbtn, .news .module-teaser-tile .news-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .news .module-teaser-tile .news-teaser-text #umkreis_filterbtn, .module-teaser-tile-slider .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile-slider .news .news-teaser-text #umkreis_filterbtn, .news .module-teaser-tile-slider .news-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .news .module-teaser-tile-slider .news-teaser-text #umkreis_filterbtn, .module-teaser-tile-full-size-img .news .news-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile-full-size-img .news .news-teaser-text #umkreis_filterbtn, .news .module-teaser-tile-full-size-img .news-teaser-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .news .module-teaser-tile-full-size-img .news-teaser-text #umkreis_filterbtn, .module-teaser-tile .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile .ce-uploads .ce-uploads-text #umkreis_filterbtn, .ce-uploads .module-teaser-tile .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .ce-uploads .module-teaser-tile .ce-uploads-text #umkreis_filterbtn, .module-teaser-tile-slider .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile-slider .ce-uploads .ce-uploads-text #umkreis_filterbtn, .ce-uploads .module-teaser-tile-slider .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .ce-uploads .module-teaser-tile-slider .ce-uploads-text #umkreis_filterbtn, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text #umkreis_filterbtn, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text #umkreis_filterbtn, .module-teaser-tile .module-teaser-text .more-dark, .module-teaser-tile-slider .module-teaser-text .more-dark, .module-teaser-tile-full-size-img .module-teaser-text .more-dark, .module-teaser-tile .news .news-teaser-text .more-dark, .news .module-teaser-tile .news-teaser-text .more-dark, .module-teaser-tile-slider .news .news-teaser-text .more-dark, .news .module-teaser-tile-slider .news-teaser-text .more-dark, .module-teaser-tile-full-size-img .news .news-teaser-text .more-dark, .news .module-teaser-tile-full-size-img .news-teaser-text .more-dark, .module-teaser-tile .ce-uploads .ce-uploads-text .more-dark, .ce-uploads .module-teaser-tile .ce-uploads-text .more-dark, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .more-dark, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .more-dark, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .more-dark, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .more-dark, .module-teaser-tile .module-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile .module-teaser-text .powermail_submit, .module-teaser-tile-slider .module-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile-slider .module-teaser-text .powermail_submit, .module-teaser-tile-full-size-img .module-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile-full-size-img .module-teaser-text .powermail_submit, .module-teaser-tile .news .news-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile .news .news-teaser-text .powermail_submit, .news .module-teaser-tile .news-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .news .module-teaser-tile .news-teaser-text .powermail_submit, .module-teaser-tile-slider .news .news-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile-slider .news .news-teaser-text .powermail_submit, .news .module-teaser-tile-slider .news-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .news .module-teaser-tile-slider .news-teaser-text .powermail_submit, .module-teaser-tile-full-size-img .news .news-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile-full-size-img .news .news-teaser-text .powermail_submit, .news .module-teaser-tile-full-size-img .news-teaser-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .news .module-teaser-tile-full-size-img .news-teaser-text .powermail_submit, .module-teaser-tile .ce-uploads .ce-uploads-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile .ce-uploads .ce-uploads-text .powermail_submit, .ce-uploads .module-teaser-tile .ce-uploads-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .ce-uploads .module-teaser-tile .ce-uploads-text .powermail_submit, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile-slider .ce-uploads .ce-uploads-text .powermail_submit, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .ce-uploads .module-teaser-tile-slider .ce-uploads-text .powermail_submit, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .powermail_submit, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .powermail_submit, .module-teaser-tile .module-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile .module-teaser-text .btn-primary, .module-teaser-tile-slider .module-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile-slider .module-teaser-text .btn-primary, .module-teaser-tile-full-size-img .module-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile-full-size-img .module-teaser-text .btn-primary, .module-teaser-tile .news .news-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile .news .news-teaser-text .btn-primary, .news .module-teaser-tile .news-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .news .module-teaser-tile .news-teaser-text .btn-primary, .module-teaser-tile-slider .news .news-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile-slider .news .news-teaser-text .btn-primary, .news .module-teaser-tile-slider .news-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .news .module-teaser-tile-slider .news-teaser-text .btn-primary, .module-teaser-tile-full-size-img .news .news-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile-full-size-img .news .news-teaser-text .btn-primary, .news .module-teaser-tile-full-size-img .news-teaser-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .news .module-teaser-tile-full-size-img .news-teaser-text .btn-primary, .module-teaser-tile .ce-uploads .ce-uploads-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile .ce-uploads .ce-uploads-text .btn-primary, .ce-uploads .module-teaser-tile .ce-uploads-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .ce-uploads .module-teaser-tile .ce-uploads-text .btn-primary, .module-teaser-tile-slider .ce-uploads .ce-uploads-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile-slider .ce-uploads .ce-uploads-text .btn-primary, .ce-uploads .module-teaser-tile-slider .ce-uploads-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .ce-uploads .module-teaser-tile-slider .ce-uploads-text .btn-primary, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .btn-primary, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .btn-primary, .module-teaser-tile .module-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile .module-teaser-text input[type="submit"], .module-teaser-tile-slider .module-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile-slider .module-teaser-text input[type="submit"], .module-teaser-tile-full-size-img .module-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile-full-size-img .module-teaser-text input[type="submit"], .module-teaser-tile .news .news-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile .news .news-teaser-text input[type="submit"], .news .module-teaser-tile .news-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .news .module-teaser-tile .news-teaser-text input[type="submit"], .module-teaser-tile-slider .news .news-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile-slider .news .news-teaser-text input[type="submit"], .news .module-teaser-tile-slider .news-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .news .module-teaser-tile-slider .news-teaser-text input[type="submit"], .module-teaser-tile-full-size-img .news .news-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile-full-size-img .news .news-teaser-text input[type="submit"], .news .module-teaser-tile-full-size-img .news-teaser-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .news .module-teaser-tile-full-size-img .news-teaser-text input[type="submit"], .module-teaser-tile .ce-uploads .ce-uploads-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile .ce-uploads .ce-uploads-text input[type="submit"], .ce-uploads .module-teaser-tile .ce-uploads-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .ce-uploads .module-teaser-tile .ce-uploads-text input[type="submit"], .module-teaser-tile-slider .ce-uploads .ce-uploads-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile-slider .ce-uploads .ce-uploads-text input[type="submit"], .ce-uploads .module-teaser-tile-slider .ce-uploads-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .ce-uploads .module-teaser-tile-slider .ce-uploads-text input[type="submit"], .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text input[type="submit"], .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text input[type="submit"], .module-teaser-tile .module-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile .module-teaser-text a, .module-teaser-tile-slider .module-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile-slider .module-teaser-text a, .module-teaser-tile-full-size-img .module-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile-full-size-img .module-teaser-text a, .module-teaser-tile .news .news-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile .news .news-teaser-text a, .news .module-teaser-tile .news-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .news .module-teaser-tile .news-teaser-text a, .module-teaser-tile-slider .news .news-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile-slider .news .news-teaser-text a, .news .module-teaser-tile-slider .news-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .news .module-teaser-tile-slider .news-teaser-text a, .module-teaser-tile-full-size-img .news .news-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile-full-size-img .news .news-teaser-text a, .news .module-teaser-tile-full-size-img .news-teaser-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .news .module-teaser-tile-full-size-img .news-teaser-text a, .module-teaser-tile .ce-uploads .ce-uploads-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile .ce-uploads-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .ce-uploads .module-teaser-tile .ce-uploads-text a, .module-teaser-tile-slider .ce-uploads .ce-uploads-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile-slider .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-slider .ce-uploads-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .ce-uploads .module-teaser-tile-slider .ce-uploads-text a, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text a, .module-teaser-tile .module-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile .module-teaser-text a, .module-teaser-tile-slider .module-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile-slider .module-teaser-text a, .module-teaser-tile-full-size-img .module-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile-full-size-img .module-teaser-text a, .module-teaser-tile .news .news-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile .news .news-teaser-text a, .news .module-teaser-tile .news-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .news .module-teaser-tile .news-teaser-text a, .module-teaser-tile-slider .news .news-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile-slider .news .news-teaser-text a, .news .module-teaser-tile-slider .news-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .news .module-teaser-tile-slider .news-teaser-text a, .module-teaser-tile-full-size-img .news .news-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile-full-size-img .news .news-teaser-text a, .news .module-teaser-tile-full-size-img .news-teaser-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .news .module-teaser-tile-full-size-img .news-teaser-text a, .module-teaser-tile .ce-uploads .ce-uploads-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile .ce-uploads-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .ce-uploads .module-teaser-tile .ce-uploads-text a, .module-teaser-tile-slider .ce-uploads .ce-uploads-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile-slider .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-slider .ce-uploads-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .ce-uploads .module-teaser-tile-slider .ce-uploads-text a, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text a, .module-teaser-tile .module-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile .module-teaser-text a, .module-teaser-tile-slider .module-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile-slider .module-teaser-text a, .module-teaser-tile-full-size-img .module-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile-full-size-img .module-teaser-text a, .module-teaser-tile .news .news-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile .news .news-teaser-text a, .news .module-teaser-tile .news-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .news .module-teaser-tile .news-teaser-text a, .module-teaser-tile-slider .news .news-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile-slider .news .news-teaser-text a, .news .module-teaser-tile-slider .news-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .news .module-teaser-tile-slider .news-teaser-text a, .module-teaser-tile-full-size-img .news .news-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile-full-size-img .news .news-teaser-text a, .news .module-teaser-tile-full-size-img .news-teaser-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .news .module-teaser-tile-full-size-img .news-teaser-text a, .module-teaser-tile .ce-uploads .ce-uploads-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile .ce-uploads-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .ce-uploads .module-teaser-tile .ce-uploads-text a, .module-teaser-tile-slider .ce-uploads .ce-uploads-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile-slider .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-slider .ce-uploads-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .ce-uploads .module-teaser-tile-slider .ce-uploads-text a, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text a, .module-teaser-tile .module-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile .module-teaser-text a, .module-teaser-tile-slider .module-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile-slider .module-teaser-text a, .module-teaser-tile-full-size-img .module-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile-full-size-img .module-teaser-text a, .module-teaser-tile .news .news-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile .news .news-teaser-text a, .news .module-teaser-tile .news-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .news .module-teaser-tile .news-teaser-text a, .module-teaser-tile-slider .news .news-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile-slider .news .news-teaser-text a, .news .module-teaser-tile-slider .news-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .news .module-teaser-tile-slider .news-teaser-text a, .module-teaser-tile-full-size-img .news .news-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile-full-size-img .news .news-teaser-text a, .news .module-teaser-tile-full-size-img .news-teaser-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .news .module-teaser-tile-full-size-img .news-teaser-text a, .module-teaser-tile .ce-uploads .ce-uploads-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile .ce-uploads-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .ce-uploads .module-teaser-tile .ce-uploads-text a, .module-teaser-tile-slider .ce-uploads .ce-uploads-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile-slider .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-slider .ce-uploads-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .ce-uploads .module-teaser-tile-slider .ce-uploads-text a, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text a, .module-teaser-tile .module-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile .module-teaser-text a, .module-teaser-tile-slider .module-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile-slider .module-teaser-text a, .module-teaser-tile-full-size-img .module-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile-full-size-img .module-teaser-text a, .module-teaser-tile .news .news-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile .news .news-teaser-text a, .news .module-teaser-tile .news-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .news .module-teaser-tile .news-teaser-text a, .module-teaser-tile-slider .news .news-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile-slider .news .news-teaser-text a, .news .module-teaser-tile-slider .news-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .news .module-teaser-tile-slider .news-teaser-text a, .module-teaser-tile-full-size-img .news .news-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile-full-size-img .news .news-teaser-text a, .news .module-teaser-tile-full-size-img .news-teaser-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .news .module-teaser-tile-full-size-img .news-teaser-text a, .module-teaser-tile .ce-uploads .ce-uploads-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile .ce-uploads-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .ce-uploads .module-teaser-tile .ce-uploads-text a, .module-teaser-tile-slider .ce-uploads .ce-uploads-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile-slider .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-slider .ce-uploads-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .ce-uploads .module-teaser-tile-slider .ce-uploads-text a, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text a, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-text a {
      display: inline-block;
      visibility: visible;
      opacity: 1;
      margin-top: 0; }

.flip-card {
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */ }

/* This container is needed to position the front and back side */
.flip-card-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d; }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden; }

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg); }

.module-teaser-tile-full-size-img .module-teaser-img, .module-teaser-tile-full-size-img .news .news-list-item-img, .news .module-teaser-tile-full-size-img .news-list-item-img, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img {
  overflow: hidden;
  padding-top: 200px; }
  .module-teaser-tile-full-size-img .module-teaser-img .caption, .module-teaser-tile-full-size-img .news .news-list-item-img .caption, .news .module-teaser-tile-full-size-img .news-list-item-img .caption, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .caption, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .caption, .module-teaser-tile-full-size-img .module-teaser-img .news .extra, .news .module-teaser-tile-full-size-img .module-teaser-img .extra, .module-teaser-tile-full-size-img .news .news-list-item-img .extra, .news .module-teaser-tile-full-size-img .news-list-item-img .extra, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .news .extra, .news .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .extra, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .news .extra, .news .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .extra, .module-teaser-tile-full-size-img .module-teaser-img h3, .module-teaser-tile-full-size-img .news .news-list-item-img h3, .news .module-teaser-tile-full-size-img .news-list-item-img h3, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img h3, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img h3, .module-teaser-tile-full-size-img .module-teaser-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .module-teaser-img .ce-uploads-description, .module-teaser-tile-full-size-img .news .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .news .news-list-item-img .ce-uploads-description, .news .module-teaser-tile-full-size-img .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-full-size-img .news-list-item-img .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .ce-uploads-text .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .ce-uploads-img .ce-uploads-description, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .ce-uploads-img .ce-uploads-description {
    position: relative;
    z-index: 90;
    left: 1rem;
    max-width: 85%;
    text-align: left;
    transform: none; }
  .module-teaser-tile-full-size-img .module-teaser-img .caption, .module-teaser-tile-full-size-img .news .news-list-item-img .caption, .news .module-teaser-tile-full-size-img .news-list-item-img .caption, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .caption, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .caption, .module-teaser-tile-full-size-img .module-teaser-img .news .extra, .news .module-teaser-tile-full-size-img .module-teaser-img .extra, .module-teaser-tile-full-size-img .news .news-list-item-img .extra, .news .module-teaser-tile-full-size-img .news-list-item-img .extra, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .news .extra, .news .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .extra, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .news .extra, .news .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .extra {
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    line-height: 150%;
    bottom: auto;
    color: #fff; }
  .module-teaser-tile-full-size-img .module-teaser-img h3, .module-teaser-tile-full-size-img .news .news-list-item-img h3, .news .module-teaser-tile-full-size-img .news-list-item-img h3, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img h3, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img h3, .module-teaser-tile-full-size-img .module-teaser-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .module-teaser-img .ce-uploads-description, .module-teaser-tile-full-size-img .news .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .news .news-list-item-img .ce-uploads-description, .news .module-teaser-tile-full-size-img .news-list-item-img .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news .module-teaser-tile-full-size-img .news-list-item-img .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img .ce-uploads-text .ce-uploads-description, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text .ce-uploads-img .ce-uploads-description, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .ce-uploads-img .ce-uploads-description {
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-family: "open_sansbold", sans-serif;
    bottom: auto;
    margin-top: 0.5rem; }
  .module-teaser-tile-full-size-img .module-teaser-img img, .module-teaser-tile-full-size-img .news .news-list-item-img img, .news .module-teaser-tile-full-size-img .news-list-item-img img, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img img, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*min-width:100%;
    min-height: 100%;
    max-width: 400px;
    height: auto;
    width: auto;*/
    height: 100%;
    width: auto;
    max-width: none;
    object-fit: cover; }
    @media (max-width: 62em) {
      .module-teaser-tile-full-size-img .module-teaser-img img, .module-teaser-tile-full-size-img .news .news-list-item-img img, .news .module-teaser-tile-full-size-img .news-list-item-img img, .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img img, .ce-uploads .module-teaser-tile-full-size-img .ce-uploads-img img {
        height: auto;
        min-height: 321px;
        max-width: 120%; } }
.module-teaser-tile-full-size-img .flip-card-back .caption, .module-teaser-tile-full-size-img .flip-card-back .news .extra, .news .module-teaser-tile-full-size-img .flip-card-back .extra, .module-teaser-tile-full-size-img .flip-card-back h3, .module-teaser-tile-full-size-img .flip-card-back .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-teaser-tile-full-size-img .flip-card-back .ce-uploads-description {
  display: none; }

.teaser-bg-white {
  background-color: #fff; }

.teaser-bg-grey {
  background-color: whitesmoke;
  transition: background-color 0.5s linear; }

.teaser-bg-black {
  background-color: #000; }

.teaser-bg-red {
  background-color: #db223d; }

.module-quotation {
  margin-bottom: 4rem !important;
  background-image: url("../../templates/img/quote-bg-ps.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 62em) {
    .module-quotation {
      background-position: -80px 20%;
      background-size: cover; } }
  .module-quotation .module-quotation-text {
    font-family: "open_sansbold", sans-serif;
    padding: 1rem 5rem;
    float: left; }
    @media (max-width: 62em) {
      .module-quotation .module-quotation-text {
        padding: 1rem 2rem; } }
  .module-quotation .module-quotation-profile {
    display: flex;
    float: left;
    align-items: center; }
    @media (max-width: 62em) {
      .module-quotation .module-quotation-profile {
        padding: 1rem 2rem; } }
    .module-quotation .module-quotation-profile .module-quotation-profile-img {
      width: 130px;
      height: 130px;
      display: inline-block; }
      .module-quotation .module-quotation-profile .module-quotation-profile-img img {
        width: auto;
        min-width: 130px;
        height: 100%;
        min-height: 130px;
        border-radius: 50%; }
    .module-quotation .module-quotation-profile .module-quotation-profile-person {
      display: inline-block;
      padding: 0 0 0 1rem; }
      .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
        font-family: "open_sansbold", sans-serif;
        color: #7f7f7f;
        text-transform: uppercase;
        font-size: 1.1rem; }
      .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-position {
        text-transform: uppercase; }
  .module-quotation .slick-dots {
    bottom: -1rem; }

.bg-wn .module-quotation {
  color: #fff; }
  .bg-wn .module-quotation .module-quotation-profile-person .module-quotation-profile-name {
    color: #fff; }

.module-case {
  margin-bottom: 4rem; }
  .module-case .module-case-col-left {
    background-color: #7f7f7f;
    min-height: 500px;
    text-align: right;
    color: #4d4d4d; }
    .module-case .module-case-col-left a {
      color: #4d4d4d;
      text-transform: uppercase; }
    @media (max-width: 62em) {
      .module-case .module-case-col-left {
        min-height: 200px;
        text-align: left;
        padding-bottom: 20px; } }
  .module-case .module-case-col-right {
    position: relative;
    overflow: hidden;
    padding: 0; }
    .module-case .module-case-col-right .slick .item {
      height: 500px;
      display: flex;
      position: relative; }
      @media (max-width: 62em) {
        .module-case .module-case-col-right .slick .item {
          height: 600px; } }
    .module-case .module-case-col-right .slick .slick-dots {
      bottom: 2rem;
      right: 2rem;
      width: auto; }
      @media (max-width: 62em) {
        .module-case .module-case-col-right .slick .slick-dots {
          right: 50%;
          transform: translateX(50%); } }
    .module-case .module-case-col-right .slick-dotted.slick-slider {
      margin-bottom: 0px; }
    .module-case .module-case-col-right .subheader {
      position: absolute;
      left: 20px;
      top: 0px;
      z-index: 999;
      color: #fff; }
    .module-case .module-case-col-right .module-case-teaser {
      position: absolute;
      left: 20px;
      top: 20px;
      bottom: 20px;
      z-index: 300;
      width: 400px;
      padding: 1.5rem;
      border-radius: 0.438rem;
      background: #fff; }
      .module-case .module-case-col-right .module-case-teaser .caption, .module-case .module-case-col-right .module-case-teaser .news .extra, .news .module-case .module-case-col-right .module-case-teaser .extra {
        line-height: 1.25rem; }
      .module-case .module-case-col-right .module-case-teaser h3, .module-case .module-case-col-right .module-case-teaser .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .module-case .module-case-col-right .module-case-teaser .ce-uploads-description {
        margin-top: 0; }
      .module-case .module-case-col-right .module-case-teaser .more, .module-case .module-case-col-right .module-case-teaser #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .module-case .module-case-col-right .module-case-teaser .button, .module-case .module-case-col-right .module-case-teaser #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .module-case .module-case-col-right .module-case-teaser .subscriptionbutton, .module-case .module-case-col-right .module-case-teaser #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .module-case .module-case-col-right .module-case-teaser #umkreis_filterbtn, .module-case .module-case-col-right .module-case-teaser .more-dark, .module-case .module-case-col-right .module-case-teaser .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .module-case .module-case-col-right .module-case-teaser .powermail_submit, .module-case .module-case-col-right .module-case-teaser .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .module-case .module-case-col-right .module-case-teaser .btn-primary, .module-case .module-case-col-right .module-case-teaser .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .module-case .module-case-col-right .module-case-teaser input[type="submit"], body.parking .module-case .module-case-col-right .module-case-teaser .module-case-col-left a, body.parking .module-case .module-case-col-left .module-case-col-right .module-case-teaser a, body.parkoneer .module-case .module-case-col-right .module-case-teaser .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .module-case-col-right .module-case-teaser a, body.iot .module-case .module-case-col-right .module-case-teaser .module-case-col-left a, body.iot .module-case .module-case-col-left .module-case-col-right .module-case-teaser a, body.evopark .module-case .module-case-col-right .module-case-teaser .module-case-col-left a, body.evopark .module-case .module-case-col-left .module-case-col-right .module-case-teaser a, body.schenk .module-case .module-case-col-right .module-case-teaser .module-case-col-left a, body.schenk .module-case .module-case-col-left .module-case-col-right .module-case-teaser a {
        margin: 0; }
      @media (max-width: 62em) {
        .module-case .module-case-col-right .module-case-teaser {
          left: 50%;
          transform: translateX(-50%);
          top: 20px;
          bottom: auto;
          width: 90%; } }
    .module-case .module-case-col-right img {
      width: 100%;
      height: auto;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      z-index: 200; }
      @media (max-width: 106em) {
        .module-case .module-case-col-right img {
          height: auto;
          width: auto;
          min-height: 100%;
          min-width: 100%;
          position: relative;
          left: 0;
          transform: translateX(0); } }
      @media (max-width: 62em) {
        .module-case .module-case-col-right img {
          min-width: auto; } }

.module-loopa-cases {
  text-align: center;
  hyphens: auto;
  margin-bottom: 5rem;
  max-width: 100%; }
  .module-loopa-cases img {
    max-width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: auto; }

.module-lead {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  margin: 4rem 0; }
  .module-lead .container {
    position: relative;
    z-index: 5; }
  .module-lead img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    transform: none; }
    .module-lead img.image-embed-item {
      position: relative; }
  .module-lead .tx-powermail .container-fluid {
    padding: 0;
    margin: 0; }
  .module-lead .tx-powermail legend, .module-lead .tx-powermail .powermail_label {
    display: none; }
  .module-lead .tx-powermail input[type="text"] {
    height: 40px; }
  .module-lead .tx-powermail .powermail_fieldwrap_callme {
    width: 48%; }
    @media (max-width: 62em) {
      .module-lead .tx-powermail .powermail_fieldwrap_callme {
        width: 98%; } }
    .module-lead .tx-powermail .powermail_fieldwrap_callme .powermail_submit, .module-lead .tx-powermail .powermail_fieldwrap_callme .powermail_fieldwrap .btn-primary, .module-lead .tx-powermail .powermail_fieldwrap .powermail_fieldwrap_callme .btn-primary {
      margin: 0;
      height: 40px; }
      @media (max-width: 62em) {
        .module-lead .tx-powermail .powermail_fieldwrap_callme .powermail_submit, .module-lead .tx-powermail .powermail_fieldwrap_callme .powermail_fieldwrap .btn-primary, .module-lead .tx-powermail .powermail_fieldwrap .powermail_fieldwrap_callme .btn-primary {
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
          width: 100%; } }
  .module-lead .tx-powermail a {
    color: black; }
  .module-lead .tx-powermail .checkbox {
    margin-bottom: 0; }
  .module-lead .tx-powermail .powermail_fieldwrap_privacylink {
    font-size: 0.8rem;
    padding-left: 1.6rem; }
    @media (max-width: 62em) {
      .module-lead .tx-powermail .powermail_fieldwrap_privacylink {
        padding-left: 0; } }
  .module-lead .tx-powermail fieldset .row {
    --bs-gutter-x: 0; }

.module-container_2cols[class*="bg-"] {
  padding: 0;
  margin: 0; }
.module-container_2cols .col-text_content, .module-container_2cols .col-img_content {
  padding: 0;
  height: 90vh; }
  @media (max-width: 62em) {
    .module-container_2cols .col-text_content, .module-container_2cols .col-img_content {
      height: auto; } }
.module-container_2cols .col-text_content {
  padding: 4rem 6rem;
  align-items: center;
  justify-content: center;
  display: flex; }
  @media (max-width: 62em) {
    .module-container_2cols .col-text_content {
      padding: 2rem; } }
.module-container_2cols .col-img_content {
  align-items: center;
  justify-content: center;
  display: flex; }
.module-container_2cols img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
@media (max-width: 62em) {
  .module-container_2cols .order-first {
    order: 1 !important; }
  .module-container_2cols .order-last {
    order: 1 !important; } }

/* contact sidebar */
.contact-trigger {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9998;
  transform: translateY(-50%);
  font-size: 2rem;
  color: whitesmoke;
  background: #7f7f7f;
  border-radius: 0.438rem 0 0 0.438rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); }
  @media (max-width: 62em) {
    .contact-trigger {
      font-size: 1.5rem; } }
  .contact-trigger .contact-vd {
    padding: 0.5rem;
    border-radius: 0.438rem 0 0 0;
    cursor: pointer;
    border-bottom: 1px solid #666; }
  .contact-trigger .contact-cal {
    padding: 0.5rem;
    border-radius: 0 0 0 0.438rem;
    cursor: pointer;
    /*border-top: 1px solid #c1c1c1;*/ }
  .contact-trigger .fa {
    width: 70px;
    padding: 1.2rem; }
    @media (max-width: 62em) {
      .contact-trigger .fa {
        width: 50px;
        padding: 1rem; } }
  .contact-trigger .fa:hover {
    color: #acacac;
    background: radial-gradient(#5B5F67, #1B1D1E); }
  .contact-trigger .fa.active {
    color: #acacac;
    background: radial-gradient(#5B5F67, #1B1D1E); }

.contact-sidebar, .contact-cal-sidebar, body.iot .contact-cal-sidebar, body.schenk .contact-cal-sidebar {
  padding: 4rem;
  background: #4d4d4d;
  color: #fff;
  position: fixed;
  right: -550px;
  top: 0px;
  height: 100%;
  z-index: 9999;
  width: 550px;
  visibility: hidden;
  transition: all .5s ease-in-out;
  overflow-y: scroll; }
  @media (max-width: 62em) {
    .contact-sidebar, .contact-cal-sidebar, body.iot .contact-cal-sidebar, body.schenk .contact-cal-sidebar {
      right: -100%;
      width: 100%; } }
  .contact-sidebar.active, .active.contact-cal-sidebar, body.iot .active.contact-cal-sidebar, body.schenk .active.contact-cal-sidebar {
    visibility: visible;
    right: 0; }
  .contact-sidebar img, .contact-cal-sidebar img, body.iot .contact-cal-sidebar img, body.schenk .contact-cal-sidebar img {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px; }
  .contact-sidebar a, .contact-cal-sidebar a, body.iot .contact-cal-sidebar a, body.schenk .contact-cal-sidebar a, .contact-sidebar h2, .contact-cal-sidebar h2, body.iot .contact-cal-sidebar h2, body.schenk .contact-cal-sidebar h2, .contact-sidebar h3, .contact-cal-sidebar h3, body.iot .contact-cal-sidebar h3, body.schenk .contact-cal-sidebar h3, .contact-sidebar .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .contact-sidebar .ce-uploads-description, .contact-cal-sidebar .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .contact-cal-sidebar .ce-uploads-description, .contact-sidebar h4, .contact-cal-sidebar h4, body.iot .contact-cal-sidebar h4, body.schenk .contact-cal-sidebar h4, .contact-sidebar .tx-powermail legend, .contact-cal-sidebar .tx-powermail legend {
    color: #fff; }
  .contact-sidebar .pos, .contact-cal-sidebar .pos, body.iot .contact-cal-sidebar .pos, body.schenk .contact-cal-sidebar .pos {
    color: #fff;
    font-family: "open_sansbold", sans-serif;
    text-transform: uppercase; }
  .contact-sidebar label.control-label, .contact-cal-sidebar label.control-label {
    width: 100%; }
  .contact-sidebar .contact-close, .contact-cal-sidebar .contact-close, body.iot .contact-cal-sidebar .contact-close, body.schenk .contact-cal-sidebar .contact-close {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    border: 1px solid;
    padding: 0.5rem 0.6rem;
    border-radius: 20px;
    cursor: pointer; }

/* mobile menu - override */
.mp-menu h2 {
  line-height: 100%; }
.mp-menu hr {
  margin: 1rem; }
.mp-menu ul li {
  display: block; }
.mp-menu ul li > a {
  font-family: "open_sansregular", sans-serif;
  color: black;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem; }
.mp-menu ul > li:first-child > a {
  box-shadow: none; }
.mp-menu ul li.active > a {
  color: #7f7f7f;
  background: none; }
.mp-menu ul li::before {
  color: #7f7f7f; }
.mp-menu .mp-back {
  background: #fff;
  color: black;
  font-size: 1.5rem;
  text-decoration: none; }

.menu-close {
  display: none;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1180;
  font-size: 2rem; }

/* extensions */
.ipandlanguageredirect {
  background: #607b79 !important;
  position: relative;
  z-index: 99999; }
  .ipandlanguageredirect .ipandlanguageredirect__button {
    color: #fff; }
  @media (max-width: 62em) {
    .ipandlanguageredirect {
      opacity: 95%; } }

.ipandlanguageredirect.fadein {
  position: fixed !important;
  width: 100%;
  opacity: 0.9; }

.tx-powermail h3, .tx-powermail .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text .tx-powermail .ce-uploads-description {
  display: none; }
.tx-powermail legend {
  font-size: 0.8rem;
  color: #4d4d4d; }
.tx-powermail .powermail_fieldwrap {
        /*width: 48%;
		@media (max-width: 62em) { 	
			width: 98%;
		}
        margin: 1%;
        float: left;       */
  padding: 0.5rem 0; }
  .tx-powermail .powermail_fieldwrap input[type="text"], .tx-powermail .powermail_fieldwrap input[type="email"], .tx-powermail .powermail_fieldwrap select, .tx-powermail .powermail_fieldwrap textarea, .tx-powermail .powermail_fieldwrap input[type="date"], .tx-powermail .powermail_fieldwrap input[type="file"] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.438rem;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.15);*/
    box-shadow: none;
    width: 100%;
    padding: 0.5rem; }
  .tx-powermail .powermail_fieldwrap textarea {
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.438rem;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.15);*/
    box-shadow: none; }
  .tx-powermail .powermail_fieldwrap .control-label {
    width: 100% !important; }
  .tx-powermail .powermail_fieldwrap .radio {
    display: inline-block;
    padding-right: 1rem;
    border: 0px; }
    .tx-powermail .powermail_fieldwrap .radio input {
      margin-right: 0.5rem; }
  .tx-powermail .powermail_fieldwrap .checkbox input {
    margin-right: 0.5rem;
    position: relative; }
  .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .btn-primary {
    margin: 1.5rem 0;
    border: 0px; }
.tx-powermail .powermail_fieldwrap_type_input label {
  display: none; }
.tx-powermail .powermail_fieldwrap_type_textarea, .tx-powermail .powermail_fieldwrap_type_submit, .tx-powermail .powermail_fieldwrap_type_radio, .tx-powermail .powermail_fieldwrap_type_check, .tx-powermail .powermail_fieldwrap_type_select, .tx-powermail .powermail_fieldwrap_type_html {
  width: 98%; }
.tx-powermail .powermail_fieldwrap.layout3 {
  width: 98%; }
.tx-powermail .powermail_fieldwrap.layout4 {
  width: 31.3%; }
.tx-powermail .powermail_fieldwrap.layout5 {
  width: 64.7%; }

.powermail_fieldwrap_pardotspm {
  position: absolute;
  left: -9999999px; }

/* Captcha */
.captcha {
  height: 30px;
  width: 300px;
  margin: 15px 0; }

.captcha span {
  margin-left: 40px;
  line-height: 30px;
  font-weight: bold; }

.captcha .check {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  border: 2px solid green;
  display: inline;
  position: absolute;
  cursor: pointer; }

/*Styles for check animation*/
.check .wrapper {
  width: 25px;
  display: inline;
  margin: 4em auto 0; }

.check .checkmark {
  stroke: green;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  -webkit-animation: dash 2s ease-out forwards;
  animation: dash 2s ease-out forwards; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625; }
  100% {
    stroke-dashoffset: 0; } }
/*End check animation*/
.corporate .tx-powermail .powermail_submit, .corporate .tx-powermail .powermail_fieldwrap .btn-primary {
  background: #7f7f7f;
  color: #fff; }

.parking .tx-powermail .powermail_submit, .parking .tx-powermail .powermail_fieldwrap .btn-primary {
  background: radial-gradient(#5B5F67, #1B1D1E);
  color: #fff !important; }

.signalling .tx-powermail .powermail_submit, .signalling .tx-powermail .powermail_fieldwrap .btn-primary {
  background: #db223d;
  color: #fff; }

.fcs .tx-powermail .powermail_submit, .fcs .tx-powermail .powermail_fieldwrap .btn-primary {
  background: #007ac3;
  color: #fff; }

.petrol .tx-powermail .powermail_submit, .petrol .tx-powermail .powermail_fieldwrap .btn-primary {
  background: #00afaa;
  color: #fff; }

.content .container .tx-powermail .powermail_legend {
  text-align: center; }

/* news */
.news-single .extra {
  padding: 2rem 0; }
.news-single .thumbnail.news-video {
  position: relative;
  padding-bottom: 66.25%;
  height: 0; }
.news-single .thumbnail img {
  width: 100%;
  height: auto;
  padding-bottom: 4rem; }
.news-single .thumbnail iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  padding-bottom: 4rem; }
.news-single .shariff {
  min-width: 300px; }
  .news-single .shariff li a {
    border-radius: 3px; }
.news-single .social {
  float: left;
  width: 100%;
  margin-bottom: 0.5rem; }
  .news-single .social div.linkedin {
    margin-left: 0.0rem; }
  .news-single .social div.like {
    display: none; }
  .news-single .social div {
    float: left;
    line-height: 100%;
    margin-right: 0.5rem; }
  .news-single .social a.print {
    float: left;
    margin-left: 10px;
    padding: 0.1rem 1.5rem;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    background-color: #4d4d4d;
    color: #fff; }
    .news-single .social a.print:hover {
      background-color: #7f7f7f; }
.news-single .powermail_submit, .news-single .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .news-single .btn-primary {
  font-size: 1rem !important;
  margin: 1rem 0 !important;
  padding: 0 0.5rem !important; }
.news-single .more, .news-single #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote .news-single .button, .news-single #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote .news-single .subscriptionbutton, .news-single #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis .news-single #umkreis_filterbtn, .news-single .more-dark, .news-single .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap .news-single .powermail_submit, .news-single .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap .news-single .btn-primary, .news-single .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login .news-single input[type="submit"], .news-single body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .news-single a, .news-single body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left .news-single a, .news-single body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left .news-single a, .news-single body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left .news-single a, .news-single body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left .news-single a {
  		/*font-size: 1rem;
  	 	padding: 0 0.9rem;
      	margin: 1.5rem 0 1.5rem 0px; */ }

.news-single-event img {
  width: auto !important;
  max-height: 300px; }

.tx-ttaddress-pi1 h6, .tt_address_list h6 {
  font-size: 1.5rem;
  display: block; }
.tx-ttaddress-pi1 li.mix, .tt_address_list li.mix {
  position: relative;
  padding: 1rem 1rem 2rem 1.5rem;
  font-size: 0.8rem;
  font-style: normal;
  text-align: left;
  border-radius: 0.438rem;
  background-color: whitesmoke;
  transition: background-color 0.5s linear; }
  .tx-ttaddress-pi1 li.mix:hover, .tt_address_list li.mix:hover {
    background-color: #fff; }
  .tx-ttaddress-pi1 li.mix .i-container, .tt_address_list li.mix .i-container {
    width: 15px;
    position: absolute;
    left: 0;
    top: 18px; }
    .tx-ttaddress-pi1 li.mix .i-container span, .tt_address_list li.mix .i-container span {
      width: 15px;
      height: 15px;
      display: none;
      margin: 0 0.5rem 0 0;
      position: relative; }
      .tx-ttaddress-pi1 li.mix .i-container span.parking-solutions, .tt_address_list li.mix .i-container span.parking-solutions {
        display: inline-block;
        background: #fdc300;
        left: 0; }
      .tx-ttaddress-pi1 li.mix .i-container span.signalling-systems, .tt_address_list li.mix .i-container span.signalling-systems {
        display: inline-block;
        background: #db223d;
        left: 0; }
      .tx-ttaddress-pi1 li.mix .i-container span.fare-collection-systems, .tt_address_list li.mix .i-container span.fare-collection-systems {
        display: inline-block;
        background: #007ac3;
        left: 0; }
      .tx-ttaddress-pi1 li.mix .i-container span.energy-retail-solutions, .tt_address_list li.mix .i-container span.energy-retail-solutions {
        display: inline-block;
        background: #00afaa;
        left: 0; }
  .tx-ttaddress-pi1 li.mix .org, .tt_address_list li.mix .org {
    font-size: 1rem;
    line-height: 1.2rem;
    font-family: "open_sansbold", sans-serif;
    padding: 0 0 0.2rem 0; }
  .tx-ttaddress-pi1 li.mix .pos, .tt_address_list li.mix .pos {
    font-size: 1rem;
    font-style: italic; }
  .tx-ttaddress-pi1 li.mix .tel, .tt_address_list li.mix .tel {
    display: block; }
    .tx-ttaddress-pi1 li.mix .tel i, .tt_address_list li.mix .tel i {
      width: 25px;
      text-align: center;
      position: relative; }
    .tx-ttaddress-pi1 li.mix .tel i, .tx-ttaddress-pi1 li.mix .tel a, .tt_address_list li.mix .tel i, .tt_address_list li.mix .tel a {
      display: inline-block; }
  .tx-ttaddress-pi1 li.mix .tel.www i, .tt_address_list li.mix .tel.www i {
    margin: 0 0.3em 0 0; }
  .tx-ttaddress-pi1 li.mix a, .tt_address_list li.mix a {
    display: block; }
  .tx-ttaddress-pi1 li.mix img, .tt_address_list li.mix img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto; }

.hh-slider .tns-nav {
  width: 100%;
  text-align: center; }
  .hh-slider .tns-nav button {
    display: inline-block;
    border: 0;
    width: 18px;
    height: 18px;
    background-color: #7f7f7f; }
    .hh-slider .tns-nav button.tns-nav-active {
      background-color: #000; }
    .hh-slider .tns-nav button:hover {
      background-color: #000; }

.slider-button-prev {
  left: -100px;
  background-image: url("../../templates/img/arrows.svg"); }

.slider-button-next {
  right: -100px;
  background-image: url("../../templates/img/arrows.svg"); }

/* felogin */
.frame-type-felogin_login {
  margin: 0rem 0; }
  .frame-type-felogin_login form {
    margin: 1rem 0 0 0; }
  .frame-type-felogin_login input[type="text"], .frame-type-felogin_login input[type="password"] {
    border: 0px solid #4d4d4d;
    border-radius: 0.438rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 0.5rem; }
  .frame-type-felogin_login input[type="submit"] {
    margin: 1.5rem 0;
    border: 0; }
  .frame-type-felogin_login .container {
    padding: 0; }

#tx_cookies .form-marketing {
  display: block; }
#tx_cookies .btn-secondary {
  background-color: #7f7f7f;
  border-color: #7f7f7f; }
#tx_cookies #tx_cookies_showPermanent {
  top: 95vh !important; }
#tx_cookies p {
  max-width: none; }
#tx_cookies #tx_cookies_inner {
  z-index: 11040;
  background-color: #f1f1f1 !important;
  height: 50%;
  overflow-y: scroll;
  margin: 1rem;
  width: auto;
  scrollbar-width: auto;
  /* Für Firefox */
  scrollbar-color: #888 #eee; }
  @media (max-width: 62em) {
    #tx_cookies #tx_cookies_inner {
      height: 50%;
      overflow: scroll; }
      #tx_cookies #tx_cookies_inner #tx_cookies_hint {
        max-height: 100px;
        overflow-y: scroll;
        background-color: #fff;
        padding: 5px; } }
  #tx_cookies #tx_cookies_inner .form-check-label {
    padding-right: 5px; }

#tx_cookies_inner::-webkit-scrollbar {
  width: 8px; }

#tx_cookies_inner::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px; }

#tx_cookies_inner::-webkit-scrollbar-track {
  background-color: #eee; }

.sk-video-playbutton {
  background-size: 10% !important; }

.sk-video-modal .disclaimer {
  max-height: 150px !important; }

/* newsticker */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.ticker-wrap {
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background: linear-gradient(to left, #D2D5D8 75%, #FDC337 100%) left bottom #777 no-repeat;
  padding-left: 100%;
  box-sizing: content-box; }
  .ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s; }
    .ticker-wrap .ticker__item {
      display: inline-block;
      padding: 0 2rem;
      font-size: 1.5rem;
      color: #fff; }

body.corporate.home .header {
  position: fixed;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
body.corporate.home #sub-nav-container {
  display: none; }
body.corporate a.more, body.corporate #concludis_scheidtbachmann_stellenangebote a.button, #concludis_scheidtbachmann_stellenangebote body.corporate a.button, body.corporate #concludis_scheidtbachmann_stellenangebote a.subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.corporate a.subscriptionbutton, body.corporate #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis a#umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.corporate a#umkreis_filterbtn, body.corporate a.more-dark, body.corporate .tx-powermail .powermail_fieldwrap a.powermail_submit, .tx-powermail .powermail_fieldwrap body.corporate a.powermail_submit, body.corporate .tx-powermail .powermail_fieldwrap a.btn-primary, .tx-powermail .powermail_fieldwrap body.corporate a.btn-primary, body.corporate body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.corporate a, body.corporate body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.corporate a, body.corporate body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.corporate a, body.corporate body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.corporate a, body.corporate body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.corporate a {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
  border-image-source: linear-gradient(140deg, #ece300 0%, #d63519 33%, #257dbd 66%, #49ad33 100%); }
body.corporate .module-case .module-case-col-left {
  color: #fff; }
  body.corporate .module-case .module-case-col-left h2, body.corporate .module-case .module-case-col-left a {
    color: #fff; }

/* parking styles */
body.parking {
  /* contact sidebar */ }
  body.parking a {
    color: #fdc300; }
  body.parking .gradient, body.parking .ce-div {
    background: transparent linear-gradient(90deg, #FDC337 50%, #D2D5D8 100%) 0% 0% no-repeat padding-box; }
  body.parking .ce-div {
    height: 10px;
    margin: 4rem 0; }
  body.parking .more, body.parking #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.parking .button, body.parking #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.parking .subscriptionbutton, body.parking #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.parking #umkreis_filterbtn, body.parking .more-dark, body.parking .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.parking .powermail_submit, body.parking .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.parking .btn-primary, body.parking .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.parking input[type="submit"], body.parking .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.parking a, body.iot .module-case .module-case-col-left body.parking a, body.evopark .module-case .module-case-col-left body.parking a, body.schenk .module-case .module-case-col-left body.parking a, body.parking .more-dark {
    background-color: #fdc300 !important;
    color: #4d4d4d; }
  body.parking .menu-trigger {
    color: #fdc300; }
  body.parking #sub-nav-container {
    /* sub-nav-container end */ }
    body.parking #sub-nav-container .sub-nav ul li a:hover {
      border-color: #fdc300; }
    body.parking #sub-nav-container .sub-nav ul li.active a {
      border-color: #fdc300; }
      body.parking #sub-nav-container .sub-nav ul li.active a.active {
        color: #fdc300 !important; }
  body.parking .stage .gradient-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: linear-gradient(to left, #D2D5D8 50%, #FDC337 100%) left bottom #777 no-repeat;
    background-size: 100% 10px;
    /* if linear-gradient, we need to resize it */ }
  body.parking .caption, body.parking .news .extra, .news body.parking .extra {
    color: #fdc300; }
  body.parking .caption:before, body.parking .news .extra:before, .news body.parking .extra:before {
    color: #fdc300; }
  body.parking .flex-control-nav li a.flex-active {
    background: #fdc300;
    border-color: #fdc300; }
  body.parking .slick-dots li.slick-active button:before {
    color: #fdc300; }
  body.parking .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
    color: #fdc300; }
  body.parking .module-case .module-case-col-left {
    background: transparent linear-gradient(90deg, #FDC337 50%, #feeba9 100%) 0% 0% no-repeat padding-box; }
    body.parking .module-case .module-case-col-left a {
      background: radial-gradient(#5B5F67, #1B1D1E);
      color: #fff;
      margin: 0; }
  body.parking .module-lead a {
    color: #000; }
  body.parking .mp-menu ul li.active > a {
    color: #fdc300; }
  body.parking .mp-menu ul li::before {
    color: #fdc300; }
  body.parking .mp-menu .mp-back::before {
    color: #fdc300; }
  body.parking .contact-trigger {
    color: #4d4d4d;
    background: #fdc300; }
  body.parking .contact-sidebar, body.parking .contact-cal-sidebar {
    background: #fdc300;
    color: black; }
    body.parking .contact-sidebar a, body.parking .contact-cal-sidebar a, body.parking .contact-sidebar h4, body.parking .contact-cal-sidebar h4, body.parking .contact-sidebar h2, body.parking .contact-cal-sidebar h2, body.parking .contact-sidebar legend, body.parking .contact-cal-sidebar legend {
      color: black; }
    body.parking .contact-sidebar .more, body.parking .contact-cal-sidebar .more, body.parking .contact-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.parking .contact-sidebar .button, body.parking .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.parking .contact-cal-sidebar .button, body.parking .contact-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.parking .contact-sidebar .subscriptionbutton, body.parking .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.parking .contact-cal-sidebar .subscriptionbutton, body.parking .contact-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.parking .contact-sidebar #umkreis_filterbtn, body.parking .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.parking .contact-cal-sidebar #umkreis_filterbtn, body.parking .contact-sidebar .more-dark, body.parking .contact-cal-sidebar .more-dark, body.parking .contact-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.parking .contact-sidebar .powermail_submit, body.parking .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.parking .contact-cal-sidebar .powermail_submit, body.parking .contact-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.parking .contact-sidebar .btn-primary, body.parking .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.parking .contact-cal-sidebar .btn-primary, body.parking .contact-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.parking .contact-sidebar input[type="submit"], body.parking .contact-cal-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.parking .contact-cal-sidebar input[type="submit"], body.parking .contact-sidebar .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .contact-sidebar a, body.parking .contact-cal-sidebar .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left .contact-cal-sidebar a, body.parkoneer .module-case .module-case-col-left body.parking .contact-sidebar a, body.parkoneer .module-case .module-case-col-left body.parking .contact-cal-sidebar a, body.iot .module-case .module-case-col-left body.parking .contact-sidebar a, body.iot .module-case .module-case-col-left body.parking .contact-cal-sidebar a, body.evopark .module-case .module-case-col-left body.parking .contact-sidebar a, body.evopark .module-case .module-case-col-left body.parking .contact-cal-sidebar a, body.schenk .module-case .module-case-col-left body.parking .contact-sidebar a, body.schenk .module-case .module-case-col-left body.parking .contact-cal-sidebar a {
      background: radial-gradient(#5B5F67, #1B1D1E) !important;
      color: #fff !important; }
  body.parking .main ul li:before {
    color: #fdc300; }
  body.parking .footer ul.divisions li a:hover, body.parking .footer ul.socialmedia li a:hover {
    color: #fdc300 !important; }
  body.parking .footer .meta-nav ul li a:hover, body.parking .footer .footer-nav ul li a:hover {
    color: #fdc300 !important; }
  body.parking .footer .location-module span:hover {
    color: #fdc300; }

/* frs styles */
body.frs {
  /* contact sidebar */ }
  body.frs a {
    color: #00afaa; }
  body.frs .gradient, body.frs .ce-div {
    background: transparent linear-gradient(90deg, #00afaa 50%, #D2D5D8 100%) 0% 0% no-repeat padding-box; }
  body.frs .ce-div {
    height: 10px;
    margin: 4rem 0; }
  body.frs .more, body.frs #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.frs .button, body.frs #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.frs .subscriptionbutton, body.frs #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.frs #umkreis_filterbtn, body.frs .more-dark, body.frs .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.frs .powermail_submit, body.frs .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.frs .btn-primary, body.frs .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.frs input[type="submit"], body.frs body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.frs a, body.frs body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.frs a, body.frs body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.frs a, body.frs body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.frs a, body.frs body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.frs a, body.frs .more-dark {
    background-color: #00afaa !important;
    color: #fff; }
  body.frs .menu-trigger {
    color: #00afaa; }
  body.frs #sub-nav-container {
    /* sub-nav-container end */ }
    body.frs #sub-nav-container .sub-nav ul li a:hover {
      border-color: #00afaa; }
    body.frs #sub-nav-container .sub-nav ul li.active a {
      border-color: #00afaa; }
  body.frs .stage .gradient-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: linear-gradient(to left, #F5F5F5 50%, #00afaa 100%) left bottom #777 no-repeat;
    background-size: 100% 10px;
    /* if linear-gradient, we need to resize it */ }
  body.frs .caption, body.frs .news .extra, .news body.frs .extra {
    color: #00afaa; }
  body.frs .caption:before, body.frs .news .extra:before, .news body.frs .extra:before {
    color: #00afaa; }
  body.frs .flex-control-nav li a.flex-active {
    background: #00afaa;
    border-color: #00afaa; }
  body.frs .module-quotation {
    background-image: url("../../templates/img/quote-bg-frs.png"); }
    body.frs .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
      color: #00afaa; }
  body.frs .module-lead h1, body.frs .module-lead h2, body.frs .module-lead h3, body.frs .module-lead .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.frs .module-lead .ce-uploads-description, body.frs .module-lead h4 {
    color: #fff; }
  body.frs .module-lead .tx-powermail .powermail_fieldwrap .btn-primary, body.frs .module-lead .more, body.frs .module-lead #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.frs .module-lead .button, body.frs .module-lead #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.frs .module-lead .subscriptionbutton, body.frs .module-lead #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.frs .module-lead #umkreis_filterbtn, body.frs .module-lead .more-dark, body.frs .module-lead .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.frs .module-lead .powermail_submit, body.frs .module-lead .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.frs .module-lead .btn-primary, body.frs .module-lead .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.frs .module-lead input[type="submit"], body.frs .module-lead body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.frs .module-lead a, body.frs .module-lead body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.frs .module-lead a, body.frs .module-lead body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.frs .module-lead a, body.frs .module-lead body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.frs .module-lead a, body.frs .module-lead body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.frs .module-lead a {
    background-color: #fff !important;
    color: #00afaa !important; }
  body.frs .module-case .module-case-col-left {
    background-color: #00afaa;
    color: #fff; }
    body.frs .module-case .module-case-col-left h2, body.frs .module-case .module-case-col-left a {
      color: #fff; }
  body.frs .module-teaser-tile .teaser-bg-black, body.frs .module-teaser-tile-slider .teaser-bg-black, body.frs .module-teaser-tile-full-size-img .teaser-bg-black {
    background-image: none !important;
    background-color: #00afaa; }
    body.frs .module-teaser-tile .teaser-bg-black h3, body.frs .module-teaser-tile-slider .teaser-bg-black h3, body.frs .module-teaser-tile-full-size-img .teaser-bg-black h3, body.frs .module-teaser-tile .teaser-bg-black .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.frs .module-teaser-tile .teaser-bg-black .ce-uploads-description, body.frs .module-teaser-tile-slider .teaser-bg-black .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.frs .module-teaser-tile-slider .teaser-bg-black .ce-uploads-description, body.frs .module-teaser-tile-full-size-img .teaser-bg-black .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.frs .module-teaser-tile-full-size-img .teaser-bg-black .ce-uploads-description, body.frs .module-teaser-tile .teaser-bg-black p, body.frs .module-teaser-tile-slider .teaser-bg-black p, body.frs .module-teaser-tile-full-size-img .teaser-bg-black p {
      color: #fff; }
    body.frs .module-teaser-tile .teaser-bg-black .more, body.frs .module-teaser-tile-slider .teaser-bg-black .more, body.frs .module-teaser-tile-full-size-img .teaser-bg-black .more, body.frs .module-teaser-tile .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.frs .module-teaser-tile .teaser-bg-black .button, body.frs .module-teaser-tile-slider .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.frs .module-teaser-tile-slider .teaser-bg-black .button, body.frs .module-teaser-tile-full-size-img .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.frs .module-teaser-tile-full-size-img .teaser-bg-black .button, body.frs .module-teaser-tile .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.frs .module-teaser-tile .teaser-bg-black .subscriptionbutton, body.frs .module-teaser-tile-slider .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.frs .module-teaser-tile-slider .teaser-bg-black .subscriptionbutton, body.frs .module-teaser-tile-full-size-img .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.frs .module-teaser-tile-full-size-img .teaser-bg-black .subscriptionbutton, body.frs .module-teaser-tile .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.frs .module-teaser-tile .teaser-bg-black #umkreis_filterbtn, body.frs .module-teaser-tile-slider .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.frs .module-teaser-tile-slider .teaser-bg-black #umkreis_filterbtn, body.frs .module-teaser-tile-full-size-img .teaser-bg-black #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.frs .module-teaser-tile-full-size-img .teaser-bg-black #umkreis_filterbtn, body.frs .module-teaser-tile .teaser-bg-black .more-dark, body.frs .module-teaser-tile-slider .teaser-bg-black .more-dark, body.frs .module-teaser-tile-full-size-img .teaser-bg-black .more-dark, body.frs .module-teaser-tile .teaser-bg-black .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.frs .module-teaser-tile .teaser-bg-black .powermail_submit, body.frs .module-teaser-tile-slider .teaser-bg-black .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.frs .module-teaser-tile-slider .teaser-bg-black .powermail_submit, body.frs .module-teaser-tile-full-size-img .teaser-bg-black .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.frs .module-teaser-tile-full-size-img .teaser-bg-black .powermail_submit, body.frs .module-teaser-tile .teaser-bg-black .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.frs .module-teaser-tile .teaser-bg-black .btn-primary, body.frs .module-teaser-tile-slider .teaser-bg-black .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.frs .module-teaser-tile-slider .teaser-bg-black .btn-primary, body.frs .module-teaser-tile-full-size-img .teaser-bg-black .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.frs .module-teaser-tile-full-size-img .teaser-bg-black .btn-primary, body.frs .module-teaser-tile .teaser-bg-black .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.frs .module-teaser-tile .teaser-bg-black input[type="submit"], body.frs .module-teaser-tile-slider .teaser-bg-black .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.frs .module-teaser-tile-slider .teaser-bg-black input[type="submit"], body.frs .module-teaser-tile-full-size-img .teaser-bg-black .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.frs .module-teaser-tile-full-size-img .teaser-bg-black input[type="submit"], body.frs .module-teaser-tile .teaser-bg-black body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.frs .module-teaser-tile .teaser-bg-black a, body.frs .module-teaser-tile-slider .teaser-bg-black body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.frs .module-teaser-tile-slider .teaser-bg-black a, body.frs .module-teaser-tile-full-size-img .teaser-bg-black body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.frs .module-teaser-tile-full-size-img .teaser-bg-black a, body.frs .module-teaser-tile .teaser-bg-black body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.frs .module-teaser-tile .teaser-bg-black a, body.frs .module-teaser-tile-slider .teaser-bg-black body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.frs .module-teaser-tile-slider .teaser-bg-black a, body.frs .module-teaser-tile-full-size-img .teaser-bg-black body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.frs .module-teaser-tile-full-size-img .teaser-bg-black a, body.frs .module-teaser-tile .teaser-bg-black body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.frs .module-teaser-tile .teaser-bg-black a, body.frs .module-teaser-tile-slider .teaser-bg-black body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.frs .module-teaser-tile-slider .teaser-bg-black a, body.frs .module-teaser-tile-full-size-img .teaser-bg-black body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.frs .module-teaser-tile-full-size-img .teaser-bg-black a, body.frs .module-teaser-tile .teaser-bg-black body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.frs .module-teaser-tile .teaser-bg-black a, body.frs .module-teaser-tile-slider .teaser-bg-black body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.frs .module-teaser-tile-slider .teaser-bg-black a, body.frs .module-teaser-tile-full-size-img .teaser-bg-black body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.frs .module-teaser-tile-full-size-img .teaser-bg-black a, body.frs .module-teaser-tile .teaser-bg-black body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.frs .module-teaser-tile .teaser-bg-black a, body.frs .module-teaser-tile-slider .teaser-bg-black body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.frs .module-teaser-tile-slider .teaser-bg-black a, body.frs .module-teaser-tile-full-size-img .teaser-bg-black body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.frs .module-teaser-tile-full-size-img .teaser-bg-black a {
      background-color: #fff !important;
      color: #00afaa; }
  body.frs .contact-trigger {
    color: #fff;
    background: #00afaa; }
  body.frs .contact-sidebar, body.frs .contact-cal-sidebar {
    background: #00afaa; }
    body.frs .contact-sidebar a, body.frs .contact-cal-sidebar a {
      color: #000;
      text-decoration: underline; }
      body.frs .contact-sidebar a:hover, body.frs .contact-cal-sidebar a:hover {
        text-decoration: none; }
    body.frs .contact-sidebar .more, body.frs .contact-cal-sidebar .more, body.frs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.frs .contact-sidebar .button, body.frs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.frs .contact-cal-sidebar .button, body.frs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.frs .contact-sidebar .subscriptionbutton, body.frs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.frs .contact-cal-sidebar .subscriptionbutton, body.frs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.frs .contact-sidebar #umkreis_filterbtn, body.frs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.frs .contact-cal-sidebar #umkreis_filterbtn, body.frs .contact-sidebar .more-dark, body.frs .contact-cal-sidebar .more-dark, body.frs .contact-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.frs .contact-sidebar .powermail_submit, body.frs .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.frs .contact-cal-sidebar .powermail_submit, body.frs .contact-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.frs .contact-sidebar .btn-primary, body.frs .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.frs .contact-cal-sidebar .btn-primary, body.frs .contact-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.frs .contact-sidebar input[type="submit"], body.frs .contact-cal-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.frs .contact-cal-sidebar input[type="submit"], body.frs .contact-sidebar body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.frs .contact-sidebar a, body.frs .contact-cal-sidebar body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.frs .contact-cal-sidebar a, body.frs .contact-sidebar body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.frs .contact-sidebar a, body.frs .contact-cal-sidebar body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.frs .contact-cal-sidebar a, body.frs .contact-sidebar body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.frs .contact-sidebar a, body.frs .contact-cal-sidebar body.iot .module-case .module-case-col-left a, body.frs body.iot .contact-cal-sidebar .module-case .module-case-col-left a, body.frs body.iot .module-case .module-case-col-left .contact-cal-sidebar a, body.iot body.frs .contact-cal-sidebar .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.frs .contact-cal-sidebar a, body.frs .contact-sidebar body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.frs .contact-sidebar a, body.frs .contact-cal-sidebar body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.frs .contact-cal-sidebar a, body.frs .contact-sidebar body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.frs .contact-sidebar a, body.frs .contact-cal-sidebar body.schenk .module-case .module-case-col-left a, body.frs body.schenk .contact-cal-sidebar .module-case .module-case-col-left a, body.frs body.schenk .module-case .module-case-col-left .contact-cal-sidebar a, body.schenk body.frs .contact-cal-sidebar .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.frs .contact-cal-sidebar a, body.frs .contact-sidebar .btn-primary, body.frs .contact-cal-sidebar .btn-primary {
      color: #00afaa !important;
      background-color: #fff !important; }
  body.frs .mp-menu ul li.active > a {
    color: #00afaa; }
  body.frs .mp-menu ul li::before {
    color: #00afaa; }
  body.frs .mp-menu .mp-back::before {
    color: #00afaa; }
  body.frs .main ul li:before {
    color: #00afaa; }
  body.frs .footer ul.divisions li a:hover, body.frs .footer ul.socialmedia li a:hover {
    color: #00afaa !important; }
  body.frs .footer .meta-nav ul li a:hover, body.frs .footer .footer-nav ul li a:hover {
    color: #00afaa !important; }
  body.frs .footer .location-module span:hover {
    color: #00afaa; }

/* fcs styles */
body.fcs {
  /* contact sidebar */ }
  body.fcs a {
    color: #007ac3; }
  body.fcs .gradient, body.fcs .ce-div {
    background: transparent linear-gradient(90deg, #007ac3 0%, #D2D5D8 100%) 0% 0% no-repeat padding-box; }
  body.fcs .ce-div {
    background: #000;
    height: 1px;
    margin: 4rem 0; }
  body.fcs .more, body.fcs #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.fcs .button, body.fcs #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.fcs .subscriptionbutton, body.fcs #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.fcs #umkreis_filterbtn, body.fcs .more-dark, body.fcs .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.fcs .powermail_submit, body.fcs .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.fcs .btn-primary, body.fcs .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.fcs input[type="submit"], body.fcs body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.fcs a, body.fcs body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.fcs a, body.fcs body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.fcs a, body.fcs body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.fcs a, body.fcs body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.fcs a, body.fcs .more-dark {
    background-color: #007ac3 !important;
    color: #fff; }
    body.fcs .more:hover, body.fcs #concludis_scheidtbachmann_stellenangebote .button:hover, #concludis_scheidtbachmann_stellenangebote body.fcs .button:hover, body.fcs #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote body.fcs .subscriptionbutton:hover, body.fcs #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.fcs #umkreis_filterbtn:hover, body.fcs .more-dark:hover, body.fcs .tx-powermail .powermail_fieldwrap .powermail_submit:hover, .tx-powermail .powermail_fieldwrap body.fcs .powermail_submit:hover, body.fcs .tx-powermail .powermail_fieldwrap .btn-primary:hover, .tx-powermail .powermail_fieldwrap body.fcs .btn-primary:hover, body.fcs .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login body.fcs input[type="submit"]:hover, body.fcs body.parking .module-case .module-case-col-left a:hover, body.parking .module-case .module-case-col-left body.fcs a:hover, body.fcs body.parkoneer .module-case .module-case-col-left a:hover, body.parkoneer .module-case .module-case-col-left body.fcs a:hover, body.fcs body.iot .module-case .module-case-col-left a:hover, body.iot .module-case .module-case-col-left body.fcs a:hover, body.fcs body.evopark .module-case .module-case-col-left a:hover, body.evopark .module-case .module-case-col-left body.fcs a:hover, body.fcs body.schenk .module-case .module-case-col-left a:hover, body.schenk .module-case .module-case-col-left body.fcs a:hover, body.fcs .more-dark:hover {
      background-color: #0feb7a !important; }
  body.fcs .menu-trigger {
    color: #007ac3; }
  body.fcs #sub-nav-container {
    /* sub-nav-container end */ }
    body.fcs #sub-nav-container .sub-nav ul li a:hover {
      border-color: #007ac3; }
    body.fcs #sub-nav-container .sub-nav ul li.active a {
      border-color: #007ac3; }
  body.fcs .stage .gradient-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: transparent;
    background-size: 100% 10px;
    /* if linear-gradient, we need to resize it */ }
  body.fcs .caption, body.fcs .news .extra, .news body.fcs .extra {
    color: #007ac3; }
  body.fcs .caption:before, body.fcs .news .extra:before, .news body.fcs .extra:before {
    color: #007ac3; }
  body.fcs .flex-control-nav li a.flex-active {
    background: #007ac3;
    border-color: #007ac3; }
  body.fcs .module-lead h1, body.fcs .module-lead h2, body.fcs .module-lead h3, body.fcs .module-lead .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.fcs .module-lead .ce-uploads-description, body.fcs .module-lead h4 {
    color: #fff; }
  body.fcs .module-lead .tx-powermail .powermail_fieldwrap .btn-primary {
    background-color: #fff !important;
    color: #007ac3 !important; }
  body.fcs .module-quotation {
    background-image: url("../../templates/img/quote-bg-fcs.png"); }
    body.fcs .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
      color: #007ac3; }
  body.fcs .module-case .module-case-col-left {
    background-color: #007ac3;
    color: #fff; }
    body.fcs .module-case .module-case-col-left h2, body.fcs .module-case .module-case-col-left a {
      color: #fff; }
  body.fcs .module-teaser-tile .teaser-bg-black, body.fcs .module-teaser-tile-slider .teaser-bg-black, body.fcs .module-teaser-tile-full-size-img .teaser-bg-black {
    background-image: radial-gradient(#002550, #002550); }
  body.fcs .module-teaser-tile .module-teaser-text, body.fcs .module-teaser-tile-slider .module-teaser-text, body.fcs .module-teaser-tile-full-size-img .module-teaser-text, body.fcs .module-teaser-tile .news .news-teaser-text, .news body.fcs .module-teaser-tile .news-teaser-text, body.fcs .module-teaser-tile-slider .news .news-teaser-text, .news body.fcs .module-teaser-tile-slider .news-teaser-text, body.fcs .module-teaser-tile-full-size-img .news .news-teaser-text, .news body.fcs .module-teaser-tile-full-size-img .news-teaser-text, body.fcs .module-teaser-tile .ce-uploads .ce-uploads-text, .ce-uploads body.fcs .module-teaser-tile .ce-uploads-text, body.fcs .module-teaser-tile-slider .ce-uploads .ce-uploads-text, .ce-uploads body.fcs .module-teaser-tile-slider .ce-uploads-text, body.fcs .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-text, .ce-uploads body.fcs .module-teaser-tile-full-size-img .ce-uploads-text {
    background-image: none;
    background: #fff; }
  body.fcs .module-teaser-tile-full-size-img .caption, body.fcs .module-teaser-tile-full-size-img .news .extra, .news body.fcs .module-teaser-tile-full-size-img .extra {
    color: #0feb7a !important; }
  body.fcs .module-teaser-classic h3, body.fcs .news h3, body.fcs .ce-uploads h3, .ce-uploads .ce-uploads-text body.fcs .module-teaser-classic .ce-uploads-description, .ce-uploads .ce-uploads-text body.fcs .news .ce-uploads-description, body.fcs .ce-uploads .ce-uploads-text .ce-uploads-description {
    color: #0feb7a; }
  body.fcs .contact-trigger {
    color: #fff;
    background: #007ac3; }
    body.fcs .contact-trigger .fa:hover {
      color: #007ac3;
      background: #0feb7a; }
    body.fcs .contact-trigger .fa.active {
      color: #fff;
      background: #0feb7a; }
  body.fcs .contact-sidebar, body.fcs .contact-cal-sidebar {
    background: #007ac3; }
    body.fcs .contact-sidebar a, body.fcs .contact-cal-sidebar a {
      color: #fff; }
      body.fcs .contact-sidebar a:hover, body.fcs .contact-cal-sidebar a:hover {
        text-decoration: underline; }
    body.fcs .contact-sidebar .more, body.fcs .contact-cal-sidebar .more, body.fcs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-sidebar .button, body.fcs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-cal-sidebar .button, body.fcs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-sidebar .subscriptionbutton, body.fcs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-cal-sidebar .subscriptionbutton, body.fcs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.fcs .contact-sidebar #umkreis_filterbtn, body.fcs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.fcs .contact-cal-sidebar #umkreis_filterbtn, body.fcs .contact-sidebar .more-dark, body.fcs .contact-cal-sidebar .more-dark, body.fcs .contact-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.fcs .contact-sidebar .powermail_submit, body.fcs .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.fcs .contact-cal-sidebar .powermail_submit, body.fcs .contact-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.fcs .contact-sidebar .btn-primary, body.fcs .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.fcs .contact-cal-sidebar .btn-primary, body.fcs .contact-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.fcs .contact-sidebar input[type="submit"], body.fcs .contact-cal-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.fcs .contact-cal-sidebar input[type="submit"], body.fcs .contact-sidebar body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.fcs .contact-sidebar a, body.fcs .contact-cal-sidebar body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.fcs .contact-cal-sidebar a, body.fcs .contact-sidebar body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.fcs .contact-sidebar a, body.fcs .contact-cal-sidebar body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.fcs .contact-cal-sidebar a, body.fcs .contact-sidebar body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.fcs .contact-sidebar a, body.fcs .contact-cal-sidebar body.iot .module-case .module-case-col-left a, body.fcs body.iot .contact-cal-sidebar .module-case .module-case-col-left a, body.fcs body.iot .module-case .module-case-col-left .contact-cal-sidebar a, body.iot body.fcs .contact-cal-sidebar .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.fcs .contact-cal-sidebar a, body.fcs .contact-sidebar body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.fcs .contact-sidebar a, body.fcs .contact-cal-sidebar body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.fcs .contact-cal-sidebar a, body.fcs .contact-sidebar body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.fcs .contact-sidebar a, body.fcs .contact-cal-sidebar body.schenk .module-case .module-case-col-left a, body.fcs body.schenk .contact-cal-sidebar .module-case .module-case-col-left a, body.fcs body.schenk .module-case .module-case-col-left .contact-cal-sidebar a, body.schenk body.fcs .contact-cal-sidebar .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.fcs .contact-cal-sidebar a, body.fcs .contact-sidebar .btn-primary, body.fcs .contact-cal-sidebar .btn-primary {
      color: #007ac3 !important;
      background-color: #fff !important; }
      body.fcs .contact-sidebar .more:hover, body.fcs .contact-cal-sidebar .more:hover, body.fcs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .button:hover, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-sidebar .button:hover, body.fcs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .button:hover, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-cal-sidebar .button:hover, body.fcs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-sidebar .subscriptionbutton:hover, body.fcs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote body.fcs .contact-cal-sidebar .subscriptionbutton:hover, body.fcs .contact-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.fcs .contact-sidebar #umkreis_filterbtn:hover, body.fcs .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.fcs .contact-cal-sidebar #umkreis_filterbtn:hover, body.fcs .contact-sidebar .more-dark:hover, body.fcs .contact-cal-sidebar .more-dark:hover, body.fcs .contact-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit:hover, .tx-powermail .powermail_fieldwrap body.fcs .contact-sidebar .powermail_submit:hover, body.fcs .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit:hover, .tx-powermail .powermail_fieldwrap body.fcs .contact-cal-sidebar .powermail_submit:hover, body.fcs .contact-sidebar .tx-powermail .powermail_fieldwrap .btn-primary:hover, .tx-powermail .powermail_fieldwrap body.fcs .contact-sidebar .btn-primary:hover, body.fcs .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .btn-primary:hover, .tx-powermail .powermail_fieldwrap body.fcs .contact-cal-sidebar .btn-primary:hover, body.fcs .contact-sidebar .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login body.fcs .contact-sidebar input[type="submit"]:hover, body.fcs .contact-cal-sidebar .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login body.fcs .contact-cal-sidebar input[type="submit"]:hover, body.fcs .contact-sidebar body.parking .module-case .module-case-col-left a:hover, body.parking .module-case .module-case-col-left body.fcs .contact-sidebar a:hover, body.fcs .contact-cal-sidebar body.parking .module-case .module-case-col-left a:hover, body.parking .module-case .module-case-col-left body.fcs .contact-cal-sidebar a:hover, body.fcs .contact-sidebar body.parkoneer .module-case .module-case-col-left a:hover, body.parkoneer .module-case .module-case-col-left body.fcs .contact-sidebar a:hover, body.fcs .contact-cal-sidebar body.parkoneer .module-case .module-case-col-left a:hover, body.parkoneer .module-case .module-case-col-left body.fcs .contact-cal-sidebar a:hover, body.fcs .contact-sidebar body.iot .module-case .module-case-col-left a:hover, body.iot .module-case .module-case-col-left body.fcs .contact-sidebar a:hover, body.fcs .contact-cal-sidebar body.iot .module-case .module-case-col-left a:hover, body.fcs body.iot .contact-cal-sidebar .module-case .module-case-col-left a:hover, body.fcs body.iot .module-case .module-case-col-left .contact-cal-sidebar a:hover, body.iot body.fcs .contact-cal-sidebar .module-case .module-case-col-left a:hover, body.iot .module-case .module-case-col-left body.fcs .contact-cal-sidebar a:hover, body.fcs .contact-sidebar body.evopark .module-case .module-case-col-left a:hover, body.evopark .module-case .module-case-col-left body.fcs .contact-sidebar a:hover, body.fcs .contact-cal-sidebar body.evopark .module-case .module-case-col-left a:hover, body.evopark .module-case .module-case-col-left body.fcs .contact-cal-sidebar a:hover, body.fcs .contact-sidebar body.schenk .module-case .module-case-col-left a:hover, body.schenk .module-case .module-case-col-left body.fcs .contact-sidebar a:hover, body.fcs .contact-cal-sidebar body.schenk .module-case .module-case-col-left a:hover, body.fcs body.schenk .contact-cal-sidebar .module-case .module-case-col-left a:hover, body.fcs body.schenk .module-case .module-case-col-left .contact-cal-sidebar a:hover, body.schenk body.fcs .contact-cal-sidebar .module-case .module-case-col-left a:hover, body.schenk .module-case .module-case-col-left body.fcs .contact-cal-sidebar a:hover, body.fcs .contact-sidebar .btn-primary:hover, body.fcs .contact-cal-sidebar .btn-primary:hover {
        color: #fff !important;
        background: #0feb7a !important; }
  body.fcs .mp-menu ul li.active > a {
    color: #007ac3; }
  body.fcs .mp-menu ul li::before {
    color: #007ac3; }
  body.fcs .mp-menu .mp-back::before {
    color: #007ac3; }
  body.fcs .main ul li:before {
    color: #007ac3;
    content: '•'; }
  body.fcs .footer ul.divisions li a:hover, body.fcs .footer ul.socialmedia li a:hover {
    color: #007ac3 !important; }
  body.fcs .footer .meta-nav ul li a:hover, body.fcs .footer .footer-nav ul li a:hover {
    color: #007ac3 !important; }
  body.fcs .footer .location-module span:hover {
    color: #007ac3; }

/* signalling styles */
body.signalling {
  /*.gradient {background: transparent linear-gradient(90deg, #db223d 0%, #D2D5D8 100%) 0% 0% no-repeat padding-box; }*/
  /* contact sidebar */ }
  body.signalling .signalling-claim {
    color: #fff;
    font-family: "open_sansbold", sans-serif;
    font-size: 36px;
    line-height: 100%; }
  body.signalling a {
    color: #db223d; }
  body.signalling .gradient, body.signalling .ce-div {
    background: none;
    background-image: linear-gradient(to right, #d30001, #da1009, #e11b12, #e92419, #f02c20, #f12929, #f22731, #f22538, #ec1a41, #e40e49, #dc0551, #d30157); }
  body.signalling .ce-div {
    height: 10px;
    margin: 4rem 0; }
  body.signalling .more, body.signalling #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.signalling .button, body.signalling #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.signalling .subscriptionbutton, body.signalling #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.signalling #umkreis_filterbtn, body.signalling .more-dark, body.signalling .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.signalling .powermail_submit, body.signalling .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.signalling .btn-primary, body.signalling .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.signalling input[type="submit"], body.signalling body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.signalling a, body.signalling body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.signalling a, body.signalling body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.signalling a, body.signalling body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.signalling a, body.signalling body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.signalling a, body.signalling .more-dark {
    background-color: #db223d !important;
    color: #fff; }
  body.signalling .menu-trigger {
    color: #db223d; }
  body.signalling #sub-nav-container {
    /* sub-nav-container end */ }
    body.signalling #sub-nav-container .sub-nav ul li a:hover {
      border-color: #db223d; }
    body.signalling #sub-nav-container .sub-nav ul li.active a {
      border-color: #db223d; }
  body.signalling .stage .gradient-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: linear-gradient(to left, #D2D5D8 50%, #db223d 100%) left bottom #777 no-repeat;
    background-size: 100% 10px;
    /* if linear-gradient, we need to resize it */ }
  body.signalling .caption, body.signalling .news .extra, .news body.signalling .extra {
    color: #db223d; }
  body.signalling .caption:before, body.signalling .news .extra:before, .news body.signalling .extra:before {
    color: #db223d; }
  body.signalling .flex-control-nav li a.flex-active {
    background: #db223d;
    border-color: #db223d; }
  body.signalling .module-lead h1, body.signalling .module-lead h2, body.signalling .module-lead h3, body.signalling .module-lead .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.signalling .module-lead .ce-uploads-description, body.signalling .module-lead h4 {
    color: #fff; }
  body.signalling .module-lead .tx-powermail .powermail_fieldwrap .btn-primary {
    background-color: #fff !important;
    color: #db223d !important; }
  body.signalling .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
    color: #db223d; }
  body.signalling .module-case .module-case-col-left {
    background-color: #db223d;
    color: #fff; }
    body.signalling .module-case .module-case-col-left h2, body.signalling .module-case .module-case-col-left a {
      color: #fff; }
  body.signalling .contact-trigger {
    color: #fff;
    background: #db223d; }
  body.signalling .contact-sidebar, body.signalling .contact-cal-sidebar {
    background: #db223d; }
    body.signalling .contact-sidebar a, body.signalling .contact-cal-sidebar a {
      color: #fff; }
    body.signalling .contact-sidebar .more, body.signalling .contact-cal-sidebar .more, body.signalling .contact-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.signalling .contact-sidebar .button, body.signalling .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.signalling .contact-cal-sidebar .button, body.signalling .contact-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.signalling .contact-sidebar .subscriptionbutton, body.signalling .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.signalling .contact-cal-sidebar .subscriptionbutton, body.signalling .contact-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.signalling .contact-sidebar #umkreis_filterbtn, body.signalling .contact-cal-sidebar #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.signalling .contact-cal-sidebar #umkreis_filterbtn, body.signalling .contact-sidebar .more-dark, body.signalling .contact-cal-sidebar .more-dark, body.signalling .contact-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.signalling .contact-sidebar .powermail_submit, body.signalling .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.signalling .contact-cal-sidebar .powermail_submit, body.signalling .contact-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.signalling .contact-sidebar .btn-primary, body.signalling .contact-cal-sidebar .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.signalling .contact-cal-sidebar .btn-primary, body.signalling .contact-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.signalling .contact-sidebar input[type="submit"], body.signalling .contact-cal-sidebar .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.signalling .contact-cal-sidebar input[type="submit"], body.signalling .contact-sidebar body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.signalling .contact-sidebar a, body.signalling .contact-cal-sidebar body.parking .module-case .module-case-col-left a, body.parking .module-case .module-case-col-left body.signalling .contact-cal-sidebar a, body.signalling .contact-sidebar body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.signalling .contact-sidebar a, body.signalling .contact-cal-sidebar body.parkoneer .module-case .module-case-col-left a, body.parkoneer .module-case .module-case-col-left body.signalling .contact-cal-sidebar a, body.signalling .contact-sidebar body.iot .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.signalling .contact-sidebar a, body.signalling .contact-cal-sidebar body.iot .module-case .module-case-col-left a, body.signalling body.iot .contact-cal-sidebar .module-case .module-case-col-left a, body.signalling body.iot .module-case .module-case-col-left .contact-cal-sidebar a, body.iot body.signalling .contact-cal-sidebar .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.signalling .contact-cal-sidebar a, body.signalling .contact-sidebar body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.signalling .contact-sidebar a, body.signalling .contact-cal-sidebar body.evopark .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.signalling .contact-cal-sidebar a, body.signalling .contact-sidebar body.schenk .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.signalling .contact-sidebar a, body.signalling .contact-cal-sidebar body.schenk .module-case .module-case-col-left a, body.signalling body.schenk .contact-cal-sidebar .module-case .module-case-col-left a, body.signalling body.schenk .module-case .module-case-col-left .contact-cal-sidebar a, body.schenk body.signalling .contact-cal-sidebar .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.signalling .contact-cal-sidebar a {
      background: #fff !important;
      color: #db223d !important; }
  body.signalling .mp-menu ul li.active > a {
    color: #db223d; }
  body.signalling .mp-menu ul li::before {
    color: #db223d; }
  body.signalling .mp-menu .mp-back::before {
    color: #db223d; }
  body.signalling .main ul li:before {
    color: #db223d; }
  body.signalling .footer ul.divisions li a:hover, body.signalling .footer ul.socialmedia li a:hover {
    color: #db223d !important; }
  body.signalling .footer .meta-nav ul li a:hover, body.signalling .footer .footer-nav ul li a:hover {
    color: #db223d !important; }
  body.signalling .footer .location-module span:hover {
    color: #db223d; }

/* parkoneer styles */
body.parkoneer {
  /* contact sidebar */
  /* notification */ }
  body.parkoneer a {
    color: #ef9457; }
  body.parkoneer .gradient, body.parkoneer .ce-div {
    background: transparent linear-gradient(90deg, #FDC300 50%, #EF9457 100%) 0% 0% no-repeat padding-box; }
  body.parkoneer .ce-div {
    height: 10px;
    margin: 4rem 0; }
  body.parkoneer .more, body.parkoneer #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.parkoneer .button, body.parkoneer #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.parkoneer .subscriptionbutton, body.parkoneer #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.parkoneer #umkreis_filterbtn, body.parkoneer .more-dark, body.parkoneer .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.parkoneer .powermail_submit, body.parkoneer .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.parkoneer .btn-primary, body.parkoneer .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.parkoneer input[type="submit"], body.parking .module-case .module-case-col-left body.parkoneer a, body.parkoneer .module-case .module-case-col-left a, body.iot .module-case .module-case-col-left body.parkoneer a, body.evopark .module-case .module-case-col-left body.parkoneer a, body.schenk .module-case .module-case-col-left body.parkoneer a, body.parkoneer .more-dark {
    background: transparent linear-gradient(90deg, #FDC300 50%, #EF9457 100%) 0% 0% no-repeat padding-box;
    color: #4d4d4d; }
  body.parkoneer .menu-trigger {
    color: #ef9457; }
  body.parkoneer .header .logo {
    background: url("../../images/subsidiaries/parkoneer/logo-parkoneer.svg") no-repeat left center;
    background-size: 40%; }
    @media (max-width: 75em) {
      body.parkoneer .header .logo {
        background-size: 30%; } }
  body.parkoneer .header #main-nav-container {
    position: relative;
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
    body.parkoneer .header #main-nav-container.main-nav-fixed {
      position: fixed; }
    body.parkoneer .header #main-nav-container .main-nav-inner-container .menu-trigger {
      top: 35%; }
  body.parkoneer .header #sub-nav-container {
    display: none;
    /* sub-nav-container end */ }
    body.parkoneer .header #sub-nav-container .logo-fixed {
      background: url("../../images/subsidiaries/parkoneer/logo-parkoneer.svg") no-repeat left center;
      background-size: 22%; }
    body.parkoneer .header #sub-nav-container .sub-nav ul li a:hover {
      border-color: #ef9457; }
    body.parkoneer .header #sub-nav-container .sub-nav ul li.active a {
      border-color: #ef9457; }
  body.parkoneer .stage .gradient-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: linear-gradient(to left, #EF9457 50%, #FDC300 100%) left bottom #777 no-repeat;
    background-size: 100% 10px;
    /* if linear-gradient, we need to resize it */ }
  body.parkoneer .caption, body.parkoneer .news .extra, .news body.parkoneer .extra {
    color: #ef9457; }
  body.parkoneer .caption:before, body.parkoneer .news .extra:before, .news body.parkoneer .extra:before {
    color: #ef9457; }
  body.parkoneer .flex-control-nav li a.flex-active {
    background: #ef9457;
    border-color: #ef9457; }
  body.parkoneer .slick-dots li.slick-active button:before {
    color: #ef9457; }
  body.parkoneer .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
    color: #ef9457; }
  body.parkoneer .module-case .module-case-col-left {
    background: transparent linear-gradient(90deg, #FDC300 50%, #EF9457 100%) 0% 0% no-repeat padding-box; }
    body.parkoneer .module-case .module-case-col-left a {
      background: radial-gradient(#5B5F67, #1B1D1E);
      color: #fff;
      margin: 0; }
  body.parkoneer .mp-menu ul li.active > a {
    color: #ef9457; }
  body.parkoneer .mp-menu ul li::before {
    color: #ef9457; }
  body.parkoneer .mp-menu .mp-back::before {
    color: #ef9457; }
  body.parkoneer .contact-trigger {
    color: #4d4d4d;
    background: #ef9457; }
  body.parkoneer .contact-cal {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #666; }
  body.parkoneer .contact-login {
    text-align: center;
    border-radius: 0 0 0 0.438rem;
    cursor: pointer; }
  body.parkoneer .contact-sidebar, body.parkoneer .contact-cal-sidebar {
    background: #ef9457; }
    body.parkoneer .contact-sidebar a, body.parkoneer .contact-cal-sidebar a {
      color: black; }
  body.parkoneer .main ul li {
    position: relative; }
    body.parkoneer .main ul li:before {
      color: #ef9457;
      position: absolute;
      left: -30px;
      width: 20px;
      height: 20px;
      content: '';
      background-image: url("../../images/subsidiaries/parkoneer/Slash_slim_highres_20px.png");
      transform: scale(1);
      display: inline-block; }
  body.parkoneer .footer ul.divisions li a:hover, body.parkoneer .footer ul.socialmedia li a:hover {
    color: #ef9457 !important; }
  body.parkoneer .footer .meta-nav ul li a:hover, body.parkoneer .footer .footer-nav ul li a:hover {
    color: #ef9457 !important; }
  body.parkoneer .footer .location-module span:hover {
    color: #ef9457; }
  body.parkoneer #notification-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: none;
    text-align: center; }
  body.parkoneer #notification-container .btn {
    background-color: #ef9457;
    border: none;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px; }
  body.parkoneer #notification-container .btn:hover {
    background-color: #000; }
  body.parkoneer #close-notification {
    position: absolute;
    right: 5px;
    top: -10px;
    border-radius: 50% !important;
    padding: 0px 8px !important;
    background-color: #ccc !important; }

/* iot styles */
body.iot {
  color: #52565e;
  /*.gradient {background: linear-gradient(to right, rgba(170,185,105,1) 0%, rgba(20,85,84,1)); }*/
  /* contact sidebar */
  /* contact sidebar */
  /* bootstrap modal */
  /* notification */
  /* body.iot end */ }
  body.iot h1, body.iot h2, body.iot h3, body.iot .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.iot .ce-uploads-description, body.iot h4, body.iot h5, body.iot h6 {
    font-family: "open_sanssemibold", sans-serif;
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0; }
  body.iot h2 {
    color: #52565e; }
  body.iot h3.subheader, body.iot .ce-uploads .ce-uploads-text .subheader.ce-uploads-description, .ce-uploads .ce-uploads-text body.iot .subheader.ce-uploads-description {
    background-color: #dedfe1;
    color: #52565e;
    font-size: 1.0rem;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 40px;
    margin-top: 0; }
  body.iot .text-green {
    color: #aab969; }
  body.iot a {
    color: #aab969; }
  body.iot p.text-center {
    max-width: 90ch;
    margin: 0 auto 1rem; }
  body.iot .accordion-body p {
    max-width: none; }
  body.iot .bg-iot a {
    color: #fff; }
  body.iot .ce-left {
    padding-left: 3rem; }
    @media (max-width: 62em) {
      body.iot .ce-left {
        padding-left: 0; } }
  body.iot .ce-right {
    padding-right: 3rem; }
    @media (max-width: 62em) {
      body.iot .ce-right {
        padding-right: 0; } }
  body.iot .gradient, body.iot .ce-div {
    background: #aab969; }
  body.iot .ce-div {
    height: 10px;
    margin: 4rem 0; }
  body.iot .more, body.iot #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.iot .button, body.iot #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.iot .subscriptionbutton, body.iot #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.iot #umkreis_filterbtn, body.iot .more-dark, body.iot .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.iot .powermail_submit, body.iot .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.iot .btn-primary, body.iot .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.iot input[type="submit"], body.parking .module-case .module-case-col-left body.iot a, body.parkoneer .module-case .module-case-col-left body.iot a, body.iot .module-case .module-case-col-left a, body.evopark .module-case .module-case-col-left body.iot a, body.schenk .module-case .module-case-col-left body.iot a, body.iot .more-dark {
    border-radius: 40px;
    background: #92cef0;
    font-family: "open_sansbold", sans-serif;
    text-transform: none;
    color: #fff;
    padding: 1rem 2rem; }
  body.iot .more:hover, body.iot #concludis_scheidtbachmann_stellenangebote .button:hover, #concludis_scheidtbachmann_stellenangebote body.iot .button:hover, body.iot #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote body.iot .subscriptionbutton:hover, body.iot #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.iot #umkreis_filterbtn:hover, body.iot .more-dark:hover, body.iot .tx-powermail .powermail_fieldwrap .powermail_submit:hover, .tx-powermail .powermail_fieldwrap body.iot .powermail_submit:hover, body.iot .tx-powermail .powermail_fieldwrap .btn-primary:hover, .tx-powermail .powermail_fieldwrap body.iot .btn-primary:hover, body.iot .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login body.iot input[type="submit"]:hover, body.parking .module-case .module-case-col-left body.iot a:hover, body.parkoneer .module-case .module-case-col-left body.iot a:hover, body.iot .module-case .module-case-col-left a:hover, body.evopark .module-case .module-case-col-left body.iot a:hover, body.schenk .module-case .module-case-col-left body.iot a:hover, body.iot .more-dark:hover {
    background: #aab969;
    color: #fff !important; }
  body.iot .more-purple {
    background-color: #552863;
    color: #fff; }
  body.iot .more-purple:hover, body.iot .more-purple:hover {
    background: #92cef0; }
  body.iot .more-green {
    background-color: #aab969;
    color: #fff; }
  body.iot .more-green:hover, body.iot .more-green:hover {
    background: #92cef0; }
  body.iot .container {
    display: flow-root; }
  body.iot .header {
    position: fixed;
    opacity: 1;
    box-shadow: 0 0 10px #333; }
    body.iot .header .logo {
      background: url("../../images/subsidiaries/sb-iot-solutions-gmbh/loopa_logo.svg") no-repeat left center;
      background-size: 70%; }
      body.iot .header .logo:hover {
        background: url("../../images/subsidiaries/sb-iot-solutions-gmbh/loopa_logo.svg") no-repeat left center;
        background-size: 70%; }
  body.iot .lang-module {
    position: relative;
    float: left;
    cursor: pointer; }
    body.iot .lang-module #lang-current {
      line-height: 20px;
      padding: 0 0.25rem; }
      body.iot .lang-module #lang-current:hover {
        color: #4d4d4d; }
    body.iot .lang-module span {
      text-transform: uppercase;
      cursor: pointer;
      line-height: 90px; }
    body.iot .lang-module span:hover {
      color: #fff; }
    body.iot .lang-module span:after {
      content: '\f0ac';
      font-family: 'FontAwesome';
      position: relative;
      font-size: 0.8rem;
      margin: 0 0 0 0.5rem; }
    body.iot .lang-module .lang-dropdown {
      left: 0;
      top: 25px;
      width: 55px;
      border: 1px solid rgba(0, 0, 0, 0.15); }
      body.iot .lang-module .lang-dropdown ul {
        width: 100%; }
        body.iot .lang-module .lang-dropdown ul li {
          list-style: none;
          display: block;
          text-align: center; }
  body.iot #main-nav-container .main-nav-inner-container .main-nav ul li a.active {
    color: #92cef0 !important; }
  body.iot #main-nav-container .main-nav-inner-container .main-nav ul li:last-child a {
    line-height: 40px !important;
    font-family: "open_sansbold", sans-serif !important;
    background: #92cef0;
    border-radius: 40px;
    padding: 0.25rem 2rem;
    color: #fff !important; }
  body.iot #main-nav-container .main-nav-inner-container .main-nav ul li:last-child a:hover, body.iot #main-nav-container .main-nav-inner-container .main-nav ul li:last-child a.active {
    background: #552863;
    color: #fff !important; }
  body.iot #main-nav-container .main-nav-inner-container .main-nav ul li:last-child .dropdown-menu a {
    font-family: "open_sansregular", sans-serif !important;
    background: none;
    border-radius: 40px;
    padding: 5px 10px;
    color: #000 !important; }
  body.iot .stage {
    background: #fff; }
    body.iot .stage div.hgroup {
      left: 15%;
      bottom: auto;
      top: 15%;
      max-width: 40%; }
      @media (max-width: 62em) {
        body.iot .stage div.hgroup {
          top: 20%; } }
      body.iot .stage div.hgroup h1, body.iot .stage div.hgroup h2 {
        font-family: "open_sanssemibold", sans-serif;
        text-shadow: none;
        text-transform: none;
        font-size: 5rem;
        line-height: 5.5rem; }
        @media (max-width: 62em) {
          body.iot .stage div.hgroup h1, body.iot .stage div.hgroup h2 {
            font-size: 3.25rem;
            line-height: 3.5rem; } }
      body.iot .stage div.hgroup .caption, body.iot .stage div.hgroup .news .extra, .news body.iot .stage div.hgroup .extra {
        text-transform: none;
        text-shadow: 1px 1px 10px #333;
        font-family: "open_sansregular", sans-serif;
        font-size: 1.25rem;
        line-height: 1.7rem;
        letter-spacing: 0;
        padding: 1.0rem 0; }
    body.iot .stage .gradient-border {
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 10px;
      width: 100%;
      background: linear-gradient(to right, #aab969 0%, #145554);
      background-size: 100% 10px;
      /* if linear-gradient, we need to resize it */ }
  body.iot .caption, body.iot .news .extra, .news body.iot .extra {
    color: #aab969; }
  body.iot .caption:before, body.iot .news .extra:before, .news body.iot .extra:before {
    color: #aab969; }
  body.iot .flex-control-nav li a.flex-active {
    background: #aab969;
    border-color: #aab969; }
  body.iot .slick-dots li.slick-active button:before {
    color: #aab969; }
  body.iot .module-teaser-classic, body.iot .news, body.iot .ce-uploads {
    margin-bottom: 0; }
    body.iot .module-teaser-classic .row, body.iot .news .row, body.iot .ce-uploads .row {
      margin-bottom: 0; }
    body.iot .module-teaser-classic .module-teaser-text h3, body.iot .news .module-teaser-text h3, body.iot .ce-uploads .module-teaser-text h3, .news body.iot .module-teaser-classic .news-teaser-text h3, body.iot .news .news-teaser-text h3, .news body.iot .ce-uploads .news-teaser-text h3, .ce-uploads body.iot .module-teaser-classic .ce-uploads-text h3, .ce-uploads body.iot .news .ce-uploads-text h3, body.iot .ce-uploads .ce-uploads-text h3, .ce-uploads .ce-uploads-text body.iot .module-teaser-classic .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.iot .news .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news body.iot .module-teaser-classic .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.iot .news .news-teaser-text .ce-uploads-description, .ce-uploads body.iot .module-teaser-classic .ce-uploads-text .ce-uploads-description, .ce-uploads body.iot .news .ce-uploads-text .ce-uploads-description, body.iot .ce-uploads .ce-uploads-text .ce-uploads-description {
      padding-top: 1rem; }
  body.iot .teaser-bg-white p {
    color: black; }
  body.iot .module-quotation {
    background-image: none; }
    @media (max-width: 62em) {
      body.iot .module-quotation .module-quotation-profile {
        display: block; } }
    body.iot .module-quotation .module-quotation-text {
      font-size: 1.5rem;
      font-family: "open_sanssemibold", sans-serif;
      line-height: 150%; }
    body.iot .module-quotation .module-quotation-profile-img {
      width: 250px;
      height: 250px; }
      body.iot .module-quotation .module-quotation-profile-img img {
        min-width: 250px;
        min-height: 250px; }
    body.iot .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
      color: #aab969; }
    body.iot .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-position {
      color: #fff; }
  body.iot .module-case .module-case-col-left {
    /*background: linear-gradient(to right, rgba(170,185,105,1) 0%, rgba(20,85,84,1));*/
    background-color: #552863;
    background-image: url("../../images/subsidiaries/sb-iot-solutions-gmbh/animation/circle-purple.png");
    background-size: 200%;
    color: #fff; }
    body.iot .module-case .module-case-col-left h2 {
      color: #fff; }
    body.iot .module-case .module-case-col-left a {
      background: radial-gradient(#5B5F67, #1B1D1E);
      color: #fff;
      margin: 0; }
  body.iot .module-loopa-cases {
    text-align: center;
    hyphens: auto;
    margin-bottom: 5rem;
    max-width: 100%; }
    body.iot .module-loopa-cases img {
      max-width: 100px;
      height: 100px;
      border-radius: 50px;
      margin: auto; }
  @media (max-width: 62em) {
    body.iot .module-teaser-tile-full-size-img .module-teaser-img img, body.iot .module-teaser-tile-full-size-img .news .news-list-item-img img, .news body.iot .module-teaser-tile-full-size-img .news-list-item-img img, body.iot .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img img, .ce-uploads body.iot .module-teaser-tile-full-size-img .ce-uploads-img img {
      max-width: 150%; } }
  body.iot .mp-menu ul li.active > a {
    color: #aab969; }
  body.iot .mp-menu ul li::before {
    color: #aab969; }
  body.iot .mp-menu .mp-back::before {
    color: #aab969; }
  body.iot .contact-trigger {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 9998;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    background: #aab969;
    border-radius: 40px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 62em) {
      body.iot .contact-trigger {
        font-size: 1.5rem; } }
    body.iot .contact-trigger .contact-vd {
      padding: 0.5rem;
      border-radius: 40px 0 0 0;
      cursor: pointer;
      border-bottom: 1px solid #666;
      display: inline-block; }
    body.iot .contact-trigger .contact-cal {
      padding: 0.5rem;
      border-radius: 0 0 0 40px;
      cursor: pointer;
      display: inline-block;
      /*border-top: 1px solid #c1c1c1;*/ }
  body.iot .contact-sidebar, body.iot .contact-cal-sidebar {
    padding: 4rem;
    background: black;
    background-image: url("../../images/subsidiaries/sb-iot-solutions-gmbh/bg-circle-green.jpg");
    color: #fff;
    position: fixed;
    right: -550px;
    top: 0px;
    height: 100%;
    z-index: 9999;
    width: 550px;
    visibility: hidden;
    transition: all .5s ease-in-out;
    overflow-y: auto; }
    @media (max-width: 62em) {
      body.iot .contact-sidebar, body.iot .contact-cal-sidebar {
        right: -100%;
        width: 100%; } }
    body.iot .contact-sidebar.active, body.iot .active.contact-cal-sidebar {
      visibility: visible;
      right: 0; }
    body.iot .contact-sidebar img, body.iot .contact-cal-sidebar img {
      max-width: 150px;
      height: auto;
      margin-bottom: 10px; }
    body.iot .contact-sidebar a, body.iot .contact-cal-sidebar a, body.iot .contact-sidebar h2, body.iot .contact-cal-sidebar h2, body.iot .contact-sidebar h3, body.iot .contact-cal-sidebar h3, body.iot .contact-sidebar .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.iot .contact-sidebar .ce-uploads-description, body.iot .contact-cal-sidebar .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.iot .contact-cal-sidebar .ce-uploads-description, body.iot .contact-sidebar h4, body.iot .contact-cal-sidebar h4, body.iot .contact-sidebar .tx-powermail legend, body.iot .contact-cal-sidebar .tx-powermail legend {
      color: #fff; }
    body.iot .contact-sidebar .pos, body.iot .contact-cal-sidebar .pos {
      color: #fff;
      font-family: "open_sansbold", sans-serif;
      text-transform: uppercase; }
    body.iot .contact-sidebar label.control-label, body.iot .contact-cal-sidebar label.control-label {
      width: 100%; }
    body.iot .contact-sidebar .contact-close, body.iot .contact-cal-sidebar .contact-close {
      position: absolute;
      right: 2.5rem;
      top: 2.5rem;
      cursor: pointer;
      font-size: 30px; }
  body.iot .main ul li {
    list-style-type: disc; }
    body.iot .main ul li:before {
      content: '';
      color: #aab969; }
  body.iot .footer .logo {
    background: url("../../images/subsidiaries/sb-iot-solutions-gmbh/loopa_logo.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    margin-top: 15px; }
  body.iot .footer ul.divisions li a:hover, body.iot .footer ul.socialmedia li a:hover {
    color: #aab969 !important; }
  body.iot .footer .meta-nav ul li a:hover, body.iot .footer .footer-nav ul li a:hover {
    color: #aab969 !important; }
  body.iot .footer .location-module span:hover {
    color: #aab969; }
  body.iot .modal {
    z-index: 2050; }
  body.iot .modal-backdrop {
    z-index: 2040; }
  body.iot .modal-header {
    background-color: #552863 !important;
    color: #fff; }
    body.iot .modal-header .btn-close {
      background-color: #fff;
      border-radius: 50%; }
  body.iot .modal-footer {
    justify-content: center; }
  body.iot .modal-footer .btn-primary a {
    color: #fff; }
  body.iot h5.modal-title {
    font-family: "open_sanssemibold", sans-serif;
    color: #fff; }
  body.iot .hero-img-iot {
    background-image: url(../../images/subsidiaries/sb-iot-solutions-gmbh/Loopa_Szene.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: white;
    max-width: 100%;
    min-height: 300px; }
  body.iot .powermail_fieldwrap .col-sm-10, body.iot .tx-powermail .powermail_fieldwrap_type_textarea {
    width: 100% !important; }
  body.iot #notification-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: none;
    text-align: center; }
  body.iot #notification-container .btn {
    background-color: #aab969;
    border: none;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px; }
  body.iot #notification-container .btn:hover {
    background-color: #92cef0; }
  body.iot #close-notification {
    position: absolute;
    right: 5px;
    top: -10px;
    border-radius: 50% !important;
    padding: 0px 8px !important;
    background-color: #ccc !important; }

/* evopark styles */
body.evopark {
  /* contact sidebar */ }
  body.evopark a {
    color: #00b0f0; }
  body.evopark .gradient, body.evopark .ce-div {
    background: transparent linear-gradient(90deg, #00b0f0 50%, #00bbff 100%) 0% 0% no-repeat padding-box; }
  body.evopark .ce-div {
    height: 10px;
    margin: 4rem 0; }
  body.evopark .more, body.evopark #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.evopark .button, body.evopark #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.evopark .subscriptionbutton, body.evopark #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.evopark #umkreis_filterbtn, body.evopark .more-dark, body.evopark .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.evopark .powermail_submit, body.evopark .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.evopark .btn-primary, body.evopark .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.evopark input[type="submit"], body.parking .module-case .module-case-col-left body.evopark a, body.parkoneer .module-case .module-case-col-left body.evopark a, body.iot .module-case .module-case-col-left body.evopark a, body.evopark .module-case .module-case-col-left a, body.schenk .module-case .module-case-col-left body.evopark a, body.evopark .more-dark {
    background: transparent linear-gradient(90deg, #00b0f0 50%, #00bbff 100%) 0% 0% no-repeat padding-box;
    color: #4d4d4d; }
  body.evopark .menu-trigger {
    color: #00b0f0; }
  body.evopark .header .logo {
    background: url("../../images/subsidiaries/evopark/logo-evopark.svg") no-repeat left center;
    background-size: 70%; }
    @media (max-width: 75em) {
      body.evopark .header .logo {
        background-size: 50%; } }
  body.evopark .header #trigger-search {
    display: none; }
  body.evopark .header #main-nav-container {
    position: relative;
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
    body.evopark .header #main-nav-container.main-nav-fixed {
      position: fixed; }
    body.evopark .header #main-nav-container .main-nav-inner-container .menu-trigger {
      top: 35%; }
  body.evopark .header #sub-nav-container {
    display: none;
    /* sub-nav-container end */ }
    body.evopark .header #sub-nav-container .logo-fixed {
      background: url("../../images/subsidiaries/evopark/logo-evopark.svg") no-repeat left center;
      background-size: 22%; }
    body.evopark .header #sub-nav-container .sub-nav ul li a:hover {
      border-color: #00b0f0; }
    body.evopark .header #sub-nav-container .sub-nav ul li.active a {
      border-color: #00b0f0; }
  body.evopark .ticker-wrap {
    background: linear-gradient(to left, #D2D5D8 75%, #00b0f0 100%) left bottom #777 no-repeat; }
  body.evopark .stage .gradient-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 100%;
    background: linear-gradient(to left, #00b0f0 50%, #00bbff 100%) left bottom #777 no-repeat;
    background-size: 100% 10px;
    /* if linear-gradient, we need to resize it */ }
  body.evopark .caption, body.evopark .news .extra, .news body.evopark .extra {
    color: #00b0f0; }
  body.evopark .caption:before, body.evopark .news .extra:before, .news body.evopark .extra:before {
    color: #00b0f0; }
  body.evopark .flex-control-nav li a.flex-active {
    background: #00b0f0;
    border-color: #00b0f0; }
  body.evopark .slick-dots li.slick-active button:before {
    color: #00b0f0; }
  body.evopark .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
    color: #00b0f0; }
  body.evopark .module-case .module-case-col-left {
    background: transparent linear-gradient(90deg, #00b0f0 50%, #00bbff 100%) 0% 0% no-repeat padding-box; }
    body.evopark .module-case .module-case-col-left a {
      background: radial-gradient(#5B5F67, #1B1D1E);
      color: #fff;
      margin: 0; }
  body.evopark .mp-menu ul li.active > a {
    color: #00b0f0; }
  body.evopark .mp-menu ul li::before {
    color: #00b0f0; }
  body.evopark .mp-menu .mp-back::before {
    color: #00b0f0; }
  body.evopark .contact-trigger {
    color: #4d4d4d;
    background: #00b0f0; }
  body.evopark .contact-sidebar, body.evopark .contact-cal-sidebar {
    background: #00b0f0; }
    body.evopark .contact-sidebar a, body.evopark .contact-cal-sidebar a {
      color: black; }
  body.evopark .main ul li {
    position: relative; }
    body.evopark .main ul li:before {
      color: #00b0f0;
      position: absolute;
      left: -30px;
      width: 20px;
      height: 20px;
      content: '|';
      display: inline-block; }
  body.evopark .footer .logo {
    background: url("../../images/subsidiaries/evopark/logo-evopark.svg") no-repeat left center;
    background-size: 70%; }
    @media (max-width: 75em) {
      body.evopark .footer .logo {
        background-size: 50%; } }
  body.evopark .footer ul.divisions li a:hover, body.evopark .footer ul.socialmedia li a:hover {
    color: #00b0f0 !important; }
  body.evopark .footer .meta-nav ul li a:hover, body.evopark .footer .footer-nav ul li a:hover {
    color: #00b0f0 !important; }
  body.evopark .footer .location-module {
    display: none; }
    body.evopark .footer .location-module span:hover {
      color: #00b0f0; }

/* schenk styles */
body.schenk {
  color: black;
  /*.gradient {background: linear-gradient(to right, rgba(170,185,105,1) 0%, rgba(20,85,84,1)); }*/
  /* contact sidebar */
  /* contact sidebar */
  /* bootstrap modal */
  /* notification */
  /* body.schenk end */ }
  body.schenk h1, body.schenk h2, body.schenk h3, body.schenk .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.schenk .ce-uploads-description, body.schenk h4, body.schenk h5, body.schenk h6 {
    font-family: "open_sanssemibold", sans-serif;
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0; }
  body.schenk h2 {
    color: black; }
  body.schenk h3.subheader, body.schenk .ce-uploads .ce-uploads-text .subheader.ce-uploads-description, .ce-uploads .ce-uploads-text body.schenk .subheader.ce-uploads-description {
    background-color: #acacac;
    color: #fff;
    font-size: 1.0rem;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    margin-top: 0; }
  body.schenk .text-green {
    color: #e7344c; }
  body.schenk a {
    color: #e7344c; }
  body.schenk p.text-center {
    max-width: 90ch;
    margin: 0 auto 1rem; }
  body.schenk .accordion-body p {
    max-width: none; }
  body.schenk .bg-iot a {
    color: #fff; }
  body.schenk .ce-left {
    padding-left: 3rem; }
    @media (max-width: 62em) {
      body.schenk .ce-left {
        padding-left: 0; } }
  body.schenk .ce-right {
    padding-right: 3rem; }
    @media (max-width: 62em) {
      body.schenk .ce-right {
        padding-right: 0; } }
  body.schenk .gradient, body.schenk .ce-div {
    background: #e7344c; }
  body.schenk .ce-div {
    height: 10px;
    margin: 4rem 0; }
  body.schenk .more, body.schenk #concludis_scheidtbachmann_stellenangebote .button, #concludis_scheidtbachmann_stellenangebote body.schenk .button, body.schenk #concludis_scheidtbachmann_stellenangebote .subscriptionbutton, #concludis_scheidtbachmann_stellenangebote body.schenk .subscriptionbutton, body.schenk #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.schenk #umkreis_filterbtn, body.schenk .more-dark, body.schenk .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-powermail .powermail_fieldwrap body.schenk .powermail_submit, body.schenk .tx-powermail .powermail_fieldwrap .btn-primary, .tx-powermail .powermail_fieldwrap body.schenk .btn-primary, body.schenk .frame-type-felogin_login input[type="submit"], .frame-type-felogin_login body.schenk input[type="submit"], body.parking .module-case .module-case-col-left body.schenk a, body.parkoneer .module-case .module-case-col-left body.schenk a, body.iot .module-case .module-case-col-left body.schenk a, body.evopark .module-case .module-case-col-left body.schenk a, body.schenk .module-case .module-case-col-left a, body.schenk .more-dark {
    border-radius: 40px;
    background: #e7344c;
    font-family: "open_sansbold", sans-serif;
    text-transform: none;
    color: #fff;
    padding: 1rem 2rem; }
  body.schenk .more:hover, body.schenk #concludis_scheidtbachmann_stellenangebote .button:hover, #concludis_scheidtbachmann_stellenangebote body.schenk .button:hover, body.schenk #concludis_scheidtbachmann_stellenangebote .subscriptionbutton:hover, #concludis_scheidtbachmann_stellenangebote body.schenk .subscriptionbutton:hover, body.schenk #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis #umkreis_filterbtn:hover, #concludis_scheidtbachmann_stellenangebote .rsp_filter_item.rsp_filter_item_umkreis body.schenk #umkreis_filterbtn:hover, body.schenk .more-dark:hover, body.schenk .tx-powermail .powermail_fieldwrap .powermail_submit:hover, .tx-powermail .powermail_fieldwrap body.schenk .powermail_submit:hover, body.schenk .tx-powermail .powermail_fieldwrap .btn-primary:hover, .tx-powermail .powermail_fieldwrap body.schenk .btn-primary:hover, body.schenk .frame-type-felogin_login input[type="submit"]:hover, .frame-type-felogin_login body.schenk input[type="submit"]:hover, body.parking .module-case .module-case-col-left body.schenk a:hover, body.parkoneer .module-case .module-case-col-left body.schenk a:hover, body.iot .module-case .module-case-col-left body.schenk a:hover, body.evopark .module-case .module-case-col-left body.schenk a:hover, body.schenk .module-case .module-case-col-left a:hover, body.schenk .more-dark:hover {
    background: #e7344c;
    color: #fff !important; }
  body.schenk .more-schenk-dark {
    background-color: #292929;
    color: #fff; }
  body.schenk .more-schenk-dark:hover {
    background: rgba(0, 0, 0, 0.5); }
  body.schenk .container {
    display: flow-root; }
  body.schenk .header {
    position: fixed;
    opacity: 1;
    box-shadow: 0 0 10px #333; }
    body.schenk .header .logo {
      background: url("../../images/subsidiaries/schenk-systeme/schenk-logo.svg") no-repeat left center;
      background-size: 70%; }
      body.schenk .header .logo:hover {
        background: url("../../images/subsidiaries/schenk-systeme/schenk-logo.svg") no-repeat left center;
        background-size: 70%; }
  body.schenk .lang-module {
    position: relative;
    float: left;
    cursor: pointer; }
    body.schenk .lang-module #lang-current {
      line-height: 20px;
      padding: 0 0.25rem; }
      body.schenk .lang-module #lang-current:hover {
        color: #4d4d4d; }
    body.schenk .lang-module span {
      text-transform: uppercase;
      cursor: pointer;
      line-height: 90px; }
    body.schenk .lang-module span:hover {
      color: #fff; }
    body.schenk .lang-module span:after {
      content: '\f0ac';
      font-family: 'FontAwesome';
      position: relative;
      font-size: 0.8rem;
      margin: 0 0 0 0.5rem; }
    body.schenk .lang-module .lang-dropdown {
      left: 0;
      top: 25px;
      width: 55px;
      border: 1px solid rgba(0, 0, 0, 0.15); }
      body.schenk .lang-module .lang-dropdown ul {
        width: 100%; }
        body.schenk .lang-module .lang-dropdown ul li {
          list-style: none;
          display: block;
          text-align: center; }
  body.schenk #main-nav-container .main-nav-inner-container .main-nav ul li a.active {
    color: #e7344c !important; }
  body.schenk #main-nav-container .main-nav-inner-container .main-nav ul li a:hover {
    color: #acacac !important; }
  body.schenk #main-nav-container .main-nav-inner-container .main-nav ul li:last-child a {
    line-height: 40px !important;
    font-family: "open_sansbold", sans-serif !important;
    background: #e7344c;
    border-radius: 40px;
    padding: 0.25rem 2rem;
    color: #fff !important; }
  body.schenk #main-nav-container .main-nav-inner-container .main-nav ul li:last-child a:hover, body.schenk #main-nav-container .main-nav-inner-container .main-nav ul li:last-child a.active {
    background: #e7344c;
    color: #fff !important; }
  body.schenk #main-nav-container .main-nav-inner-container .main-nav ul li:last-child .dropdown-menu a {
    font-family: "open_sansregular", sans-serif !important;
    background: none;
    border-radius: 40px;
    padding: 5px 10px;
    color: #000 !important; }
  body.schenk .stage {
    background: #fff; }
    body.schenk .stage div.hgroup {
      left: 15%;
      bottom: auto;
      top: 15%;
      max-width: 40%; }
      @media (max-width: 62em) {
        body.schenk .stage div.hgroup {
          top: 20%; } }
      body.schenk .stage div.hgroup h1, body.schenk .stage div.hgroup h2 {
        font-family: "open_sanssemibold", sans-serif;
        text-shadow: none;
        text-transform: none;
        font-size: 5rem;
        line-height: 5.5rem; }
        @media (max-width: 62em) {
          body.schenk .stage div.hgroup h1, body.schenk .stage div.hgroup h2 {
            font-size: 3.25rem;
            line-height: 3.5rem; } }
      body.schenk .stage div.hgroup .caption, body.schenk .stage div.hgroup .news .extra, .news body.schenk .stage div.hgroup .extra {
        text-transform: none;
        text-shadow: 1px 1px 10px #333;
        font-family: "open_sansregular", sans-serif;
        font-size: 1.25rem;
        line-height: 1.7rem;
        letter-spacing: 0;
        padding: 1.0rem 0; }
    body.schenk .stage .gradient-border {
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 10px;
      width: 100%;
      background: linear-gradient(to right, #aab969 0%, #145554);
      background-size: 100% 10px;
      /* if linear-gradient, we need to resize it */ }
  body.schenk .caption, body.schenk .news .extra, .news body.schenk .extra {
    color: #e7344c; }
  body.schenk .caption:before, body.schenk .news .extra:before, .news body.schenk .extra:before {
    color: #e7344c; }
  body.schenk .flex-control-nav li a.flex-active {
    background: #e7344c;
    border-color: #e7344c; }
  body.schenk .slick-dots li.slick-active button:before {
    color: #e7344c; }
  body.schenk .module-teaser-classic, body.schenk .news, body.schenk .ce-uploads {
    margin-bottom: 0; }
    body.schenk .module-teaser-classic .row, body.schenk .news .row, body.schenk .ce-uploads .row {
      margin-bottom: 0; }
    body.schenk .module-teaser-classic .module-teaser-text h3, body.schenk .news .module-teaser-text h3, body.schenk .ce-uploads .module-teaser-text h3, .news body.schenk .module-teaser-classic .news-teaser-text h3, body.schenk .news .news-teaser-text h3, .news body.schenk .ce-uploads .news-teaser-text h3, .ce-uploads body.schenk .module-teaser-classic .ce-uploads-text h3, .ce-uploads body.schenk .news .ce-uploads-text h3, body.schenk .ce-uploads .ce-uploads-text h3, .ce-uploads .ce-uploads-text body.schenk .module-teaser-classic .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.schenk .news .module-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text .news body.schenk .module-teaser-classic .news-teaser-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.schenk .news .news-teaser-text .ce-uploads-description, .ce-uploads body.schenk .module-teaser-classic .ce-uploads-text .ce-uploads-description, .ce-uploads body.schenk .news .ce-uploads-text .ce-uploads-description, body.schenk .ce-uploads .ce-uploads-text .ce-uploads-description {
      padding-top: 1rem; }
  body.schenk .teaser-bg-white p {
    color: black; }
  body.schenk .module-quotation {
    background-image: none; }
    @media (max-width: 62em) {
      body.schenk .module-quotation .module-quotation-profile {
        display: block; } }
    body.schenk .module-quotation .module-quotation-text {
      font-size: 1.5rem;
      font-family: "open_sanssemibold", sans-serif;
      line-height: 150%; }
    body.schenk .module-quotation .module-quotation-profile-img {
      width: 250px;
      height: 250px; }
      body.schenk .module-quotation .module-quotation-profile-img img {
        min-width: 250px;
        min-height: 250px; }
    body.schenk .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-name {
      color: #e7344c; }
    body.schenk .module-quotation .module-quotation-profile .module-quotation-profile-person .module-quotation-profile-position {
      color: #fff; }
  body.schenk .module-case .module-case-col-left {
    /*background: linear-gradient(to right, rgba(170,185,105,1) 0%, rgba(20,85,84,1));*/
    background-color: #292929;
    color: #fff; }
    body.schenk .module-case .module-case-col-left h2 {
      color: #fff; }
    body.schenk .module-case .module-case-col-left a {
      background: #fff;
      color: #292929;
      margin: 0; }
  body.schenk .module-loopa-cases {
    text-align: center;
    hyphens: auto;
    margin-bottom: 5rem;
    max-width: 100%; }
    body.schenk .module-loopa-cases img {
      max-width: 100px;
      height: 100px;
      border-radius: 50px;
      margin: auto; }
  @media (max-width: 62em) {
    body.schenk .module-teaser-tile-full-size-img .module-teaser-img img, body.schenk .module-teaser-tile-full-size-img .news .news-list-item-img img, .news body.schenk .module-teaser-tile-full-size-img .news-list-item-img img, body.schenk .module-teaser-tile-full-size-img .ce-uploads .ce-uploads-img img, .ce-uploads body.schenk .module-teaser-tile-full-size-img .ce-uploads-img img {
      max-width: 150%; } }
  body.schenk .mp-menu ul li.active > a {
    color: #e7344c; }
  body.schenk .mp-menu ul li::before {
    color: #e7344c; }
  body.schenk .mp-menu .mp-back::before {
    color: #e7344c; }
  body.schenk .contact-trigger {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 9998;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    background: #e7344c;
    border-radius: 40px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 62em) {
      body.schenk .contact-trigger {
        font-size: 1.5rem; } }
    body.schenk .contact-trigger .contact-vd {
      padding: 0.5rem;
      border-radius: 40px 0 0 0;
      cursor: pointer;
      border-bottom: 1px solid #666;
      display: inline-block; }
    body.schenk .contact-trigger .contact-cal {
      padding: 0.5rem;
      border-radius: 0 0 0 40px;
      cursor: pointer;
      display: inline-block;
      /*border-top: 1px solid #c1c1c1;*/ }
  body.schenk .contact-sidebar, body.schenk .contact-cal-sidebar {
    padding: 4rem;
    background: #e7344c;
    color: #fff;
    position: fixed;
    right: -550px;
    top: 0px;
    height: 100%;
    z-index: 9999;
    width: 550px;
    visibility: hidden;
    transition: all .5s ease-in-out;
    overflow-y: auto; }
    @media (max-width: 62em) {
      body.schenk .contact-sidebar, body.schenk .contact-cal-sidebar {
        right: -100%;
        width: 100%; } }
    body.schenk .contact-sidebar.active, body.schenk .active.contact-cal-sidebar {
      visibility: visible;
      right: 0; }
    body.schenk .contact-sidebar img, body.schenk .contact-cal-sidebar img {
      max-width: 150px;
      height: auto;
      margin-bottom: 10px; }
    body.schenk .contact-sidebar a, body.schenk .contact-cal-sidebar a, body.schenk .contact-sidebar h2, body.schenk .contact-cal-sidebar h2, body.schenk .contact-sidebar h3, body.schenk .contact-cal-sidebar h3, body.schenk .contact-sidebar .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.schenk .contact-sidebar .ce-uploads-description, body.schenk .contact-cal-sidebar .ce-uploads .ce-uploads-text .ce-uploads-description, .ce-uploads .ce-uploads-text body.schenk .contact-cal-sidebar .ce-uploads-description, body.schenk .contact-sidebar h4, body.schenk .contact-cal-sidebar h4, body.schenk .contact-sidebar .tx-powermail legend, body.schenk .contact-cal-sidebar .tx-powermail legend {
      color: #fff; }
    body.schenk .contact-sidebar .pos, body.schenk .contact-cal-sidebar .pos {
      color: #fff;
      font-family: "open_sansbold", sans-serif;
      text-transform: uppercase; }
    body.schenk .contact-sidebar label.control-label, body.schenk .contact-cal-sidebar label.control-label {
      width: 100%; }
    body.schenk .contact-sidebar .contact-close, body.schenk .contact-cal-sidebar .contact-close {
      position: absolute;
      right: 2.5rem;
      top: 2.5rem;
      cursor: pointer;
      font-size: 30px; }
    body.schenk .contact-sidebar .powermail_fieldwrap .btn-primary, body.schenk .contact-cal-sidebar .powermail_fieldwrap .btn-primary {
      background-color: #292929; }
  body.schenk .main ul li {
    list-style-type: disc; }
    body.schenk .main ul li:before {
      content: '';
      color: #e7344c; }
  body.schenk .footer .logo {
    background: url("../../images/subsidiaries/schenk-systeme/schenk-logo.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    margin-top: 15px; }
  body.schenk .footer ul.divisions li a:hover, body.schenk .footer ul.socialmedia li a:hover {
    color: #e7344c !important; }
  body.schenk .footer .meta-nav ul li a:hover, body.schenk .footer .footer-nav ul li a:hover {
    color: #e7344c !important; }
  body.schenk .footer .location-module span:hover {
    color: #e7344c; }
  body.schenk .modal {
    z-index: 2050; }
  body.schenk .modal-backdrop {
    z-index: 2040; }
  body.schenk .modal-header {
    background-color: #292929 !important;
    color: #fff; }
    body.schenk .modal-header .btn-close {
      background-color: #fff;
      border-radius: 50%; }
  body.schenk .modal-footer {
    justify-content: center; }
  body.schenk .modal-footer .btn-primary a {
    color: #fff; }
  body.schenk h5.modal-title {
    font-family: "open_sanssemibold", sans-serif;
    color: #fff; }
  body.schenk .powermail_fieldwrap .col-sm-10, body.schenk .tx-powermail .powermail_fieldwrap_type_textarea {
    width: 100% !important; }
  body.schenk #notification-container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    width: 300px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: none;
    text-align: center; }
  body.schenk #notification-container .btn {
    background-color: #e7344c;
    border: none;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px; }
  body.schenk #notification-container .btn:hover {
    background-color: #292929; }
  body.schenk #close-notification {
    position: absolute;
    right: 5px;
    top: -10px;
    border-radius: 50% !important;
    padding: 0px 8px !important;
    background-color: #ccc !important; }

/* hebrew */
html[lang="he-IL"] .stage, html[lang="he-IL"] .main {
  text-align: right; }

/*@media (min-width:1366px){.container{max-width:1440px}}*/
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1142px; } }
