@charset "UTF-8";
/* fonts */
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);*/
 /* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato-v23-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato-v23-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
* {
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  */
  font-family: "Lato", sans-serif;
}

body {
  font-family: "Lato", sans-serif;
  /*background: #ffffff url(/fileadmin/default/media/dummies/cows_online_medienagentur_bsp_a.jpg) no-repeat center top fixed;
  background-size: cover;
  */
}

/* all */
.fullwidth {
  width: 100%;
  max-width: 100%;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.error {
  color: #dd0000;
}

.upper {
  text-transform: uppercase;
}

.cl {
  clear: both;
}

.bold {
  font-weight: bold;
}

.smallText {
  font-size: 0.7rem;
}

.grayBox {
  padding: 10px 10px;
  background: #f6f6f6;
}

.bgGray01 .csc-default {
  padding: 5px 10px;
  background: #f6f6f6;
}

.bgGray02 .csc-default {
  padding: 10px 10px;
  background: #DFDFDF;
}

.bgGreen01 .csc-default {
  padding: 10px 10px;
  background: #CCE4D8;
}

#contentRight .bgBoxColor .csc-default {
  margin-bottom: 0 !important;
}

#contentRight .bgBoxColor h2 {
  margin-top: 0;
}

.lineBottom {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.tx-filelist .column.lineBottom {
  float: left !important;
}

figure {
  margin: 1em 0;
}

label strong {
  width: 100%;
  color: #dd0000;
  float: left;
}

.more {
  border: 2px solid #01793B;
  padding: 6px 14px;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
}

.tx-filelist .word-break {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}

#loader {
  font-size: 0.85rem;
}

.datetime {
  color: #01793B;
  font-size: 0.85rem;
}

#allWrap .accordion-item ul {
  list-style: disc;
}

.gradientTop {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=0);
  /* IE6-9 */
  height: 100px;
  display: block;
  position: relative;
  bottom: -100px;
  margin-top: -100px;
}

#contentMain .csc-sitemap ul {
  margin-left: 20px;
  list-style: square;
}

/* pagination */
.pagination ul {
  margin-left: 0;
}

.pagination li {
  background: #eeeeee;
  padding: 0.1875rem 0.325rem;
  cursor: pointer;
  min-width: 26px;
  text-align: center;
}

.pagination li.empty {
  background: none;
  cursor: default;
}

.pagination li a {
  padding: 0;
  background: none;
  display: block;
}

.pagination li.current,
.pagination li:hover {
  background: #01793B;
  color: #ffffff;
}

.pagination li:hover.empty {
  background: none;
  color: #000000;
}

.pagination li a:hover,
.pagination li:hover a,
.pagination li a:focus {
  color: #ffffff;
  background: none;
}

.pagination li a:focus {
  color: #000000;
}

/* slideshow */
a.inline {
  position: relative;
  display: block;
}

a.inline img {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: block;
}

.slideshow-innerBox {
  width: 100%;
}

.slideshow-topRow.row {
  background: #01793B;
  color: #ffffff;
  margin-bottom: 5px;
}

.slideshow-title {
  font-size: 1.8rem;
  padding-top: 5px;
}

.slideshow-logo {
  text-align: right;
}

.slideshow-logo img {
  max-height: 52px;
}

.slideshow-link {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  border-radius: 3px;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: rgba(1, 121, 59, 0.1) url(../Images/icon.png) no-repeat center 50%;
}

.slideshow-link:hover {
  opacity: 1;
  background: rgba(100, 100, 100, 0.1) url(../Images/icon_gray.png) no-repeat center 50%;
}

.slideshow-image {
  margin: 0 auto 10px auto;
  text-align: center;
}

.slideshow-description {
  padding: 10px 0 5px 0;
  border-top: 2px solid #01793B;
  height: 80px;
}

.slideshow-description p {
  border-left: 2px solid #01793B;
  padding-left: 10px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.slideshow-bottomRow.row {
  font-size: 0.7rem;
}

.fancybox-outer,
.fancybox-inner {
  min-width: 1100px;
}

.fancybox-image {
  width: auto;
  height: auto;
}

/*
.fancybox-wrap {
    top: 3% !important;
}
*/
#fancySlider {
  display: none;
}

#fancySliderBox {
  display: inline-block;
}

.inlineItem {
  display: inline-block;
}

.inlineItem .slideshow-bottomRow,
.inlineItem .slideshow-topRow,
.inlineItem .slideshow-description {
  display: inline-block;
}

.fancybox-nav {
  height: 90%;
}

.fancybox-overlay {
  background: white;
}

.fancybox-opened .fancybox-skin {
  box-shadow: none;
  padding: 0;
}

.fancybox-skin {
  background: #ffffff;
}

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

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

.fancybox-close {
  top: -3px;
  right: 11px;
}

/* download lightbox */
.downloadBar {
  width: 100%;
  margin-top: 10px;
}

.downloadTitle {
  width: 40%;
  float: left;
}

.downloadSize {
  width: 20%;
  float: left;
  font-size: 0.85rem;
}

.downloadButton {
  width: 40%;
  float: left;
}

.downloadButton a {
  margin-right: 0;
}

.fancybox-title-float-wrap {
  bottom: 0;
  margin-bottom: -35px;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 8050;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
}

.fancybox-title-float-wrap .child {
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  color: #000000;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  text-align: left;
  line-height: 24px;
  margin-right: 0;
  padding: 2px 20px;
  text-shadow: none;
  white-space: nowrap;
  width: 100%;
}

/* uploads */
ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: none;
}

ul.csc-uploads li {
  margin: 0;
  line-height: 1.4;
}

.csc-uploads-element-pdf a {
  background: transparent url(../Images/pdf_icon.png) no-repeat left 50%;
  padding-left: 20px;
  padding-top: 8px;
  float: left;
  min-height: 28px;
  margin-top: 10px;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

.csc-uploads-element-pdf a:hover {
  background: transparent url(../Images/pdf_icon_act.png) no-repeat left 50%;
}

.csc-uploads-element-doc a {
  background: transparent url(../Images/doc_icon.png) no-repeat left 50%;
  padding-left: 20px;
  padding-top: 8px;
  float: left;
  min-height: 28px;
  margin-top: 10px;
  line-height: 1.2;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

.csc-uploads-element-doc a:hover {
  background: transparent url(../Images/doc_icon_act.png) no-repeat left 50%;
}

.uploadimage {
  width: 35%;
  padding-right: 0;
}

.uploadimage + .uploadtext {
  width: 65%;
}

.uploadItem {
  padding-bottom: 20px;
  width: 100%;
}

.csc-uploads-fileName {
  font-weight: 600;
}

.csc-uploads-fileName,
.csc-uploads-description {
  width: 100%;
  float: left;
  line-height: 1.2;
}

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

/* responsive floating images */
.responsiveImageBlock.text-right-floating figure {
  float: left;
  width: 32%;
  padding-right: 3%;
  margin: 0.5rem 0 0.3rem 0;
}

#contentRight .divider {
  margin-bottom: 1rem;
  float: left;
  height: 20px;
  width: 100%;
}

.responsiveImageBlock.text-right-floating .csc-textpic-text {
  /*width: 65%;
  float: left;*/
  text-align: left;
}

.responsiveImageBlock.text-left-floating figure {
  float: right;
  width: 32%;
  padding-left: 3%;
  margin: 0.5rem 0 0.3rem 0;
}

.responsiveImageBlock.text-left-floating .csc-textpic-text {
  /*width: 65%;*/
  text-align: left;
}

#contentMain .responsiveImageBlock.text-left-floating figure,
#contentMain .responsiveImageBlock.text-right-floating figure {
  width: 40%;
}

/* text-bild section frames */
/* 50/50 */
#contentMain .tb-50-50 .responsiveImageBlock.text-left-floating figure,
#contentMain .tb-50-50 .responsiveImageBlock.text-right-floating figure {
  width: 50%;
}

/* 60/40 */
#contentMain .tb-60-40 .responsiveImageBlock.text-left-floating figure {
  width: 40%;
}

#contentMain .tb-60-40 .responsiveImageBlock.text-right-floating figure {
  width: 60%;
}

/* 40/60 */
#contentMain .tb-40-60 .responsiveImageBlock.text-left-floating figure {
  width: 60%;
}

#contentMain .tb-40-60 .responsiveImageBlock.text-right-floating figure {
  width: 40%;
}

/* 30/70 */
#contentMain .tb-30-70 .responsiveImageBlock.text-left-floating figure {
  width: 70%;
}

#contentMain .tb-30-70 .responsiveImageBlock.text-right-floating figure {
  width: 30%;
}

/* 70/30 */
#contentMain .tb-70-30 .responsiveImageBlock.text-left-floating figure {
  width: 30%;
}

#contentMain .tb-70-30 .responsiveImageBlock.text-right-floating figure {
  width: 70%;
}

/* 80/20 */
#contentMain .tb-80-20 .responsiveImageBlock.text-left-floating figure {
  width: 20%;
}

#contentMain .tb-80-20 .responsiveImageBlock.text-right-floating figure {
  width: 80%;
}

/* 20/80 */
#contentMain .tb-20-80 .responsiveImageBlock.text-left-floating figure {
  width: 80%;
}

#contentMain .tb-20-80 .responsiveImageBlock.text-right-floating figure {
  width: 20%;
}

/* grid block */
.grid-block {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

.grid-block .column {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}

/* wraps */
#navWrap {
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  background: transparent;
  transition: all 0.2s ease;
}

#sliderWrap {
  min-height: 90px;
  position: relative;
  z-index: 5;
  text-align: center;
  /*min-height: 190px;*/
  background: #ffffff;
}

#sliderWrap img {
  width: 100%;
  z-index: 4;
}

#allWrap {
  position: relative;
  z-index: 9;
}

#contentWrap {
  background: #ffffff;
  position: relative;
  width: 100%;
  min-height: 39rem;
}

.startpage #contentWrap {
  padding-top: 30px;
}

#mainRow {
  padding-top: 6px;
  padding-bottom: 30px;
}

.startpage #mainRow {
  padding-top: 30px;
}

#footerWrap {
  background: #01793B;
  width: 100%;
  float: left;
  color: #ffffff;
}

.topRowContact {
  text-align: right;
}

.topRowContact ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.topRowContact ul li {
  float: left;
  padding-left: 1rem;
}

#topRow .bgTop {
  background: #ffffff;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  width: 100%;
  float: left;
}

#topRowLeft a {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}

#topRowLeft {
  text-align: center;
  background: #01793B;
  padding-right: 0;
  padding-left: 0;
  min-height: 80px;
  transition: all 0.2s ease;
  display: table;
}

#topRowLeft img {
  max-height: 72px;
  height: auto;
  width: auto;
}

#headRow {
  min-height: 0.3rem;
}

#navRow {
  min-height: 1rem;
}

#breadcrumbs {
  min-height: 1rem;
}

#activefilters {
  margin-bottom: 40px;
}

.filtermenu {
  margin-bottom: 40px;
}

.filters a.active {
  color: #0a0a0a;
}

#activefilters {
  margin-bottom: 10px;
}

#activefilters span {
  margin-right: 10px;
  cursor: pointer;
}

.filterItem {
  float: left;
}

.filterItem1 {
  width: 170px;
}

.filterItem2 {
  width: 210px;
}

.filterItem3 {
  width: 160px;
}

.catLabel {
  float: left;
  width: 80%;
  padding: 0.6rem 1rem 0.4rem 1rem;
}

.clickableTab {
  float: left;
  width: 20%;
  margin-left: 80%;
  margin-top: -34px;
  padding: 1.3rem 2rem 1.1rem 1rem !important;
}

.clickableTab::after {
  right: 15px !important;
}

/* slider gray*/
.grayBoxSlider {
  background: #DFDFDF;
}

.grayBoxSlider .sliderLeft {
  padding-bottom: 10px;
}

.grayBoxSlider .sliderImageGrayBox {
  background-size: 100% auto;
  padding: 0;
}

/* spinner */
#spinner {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 7777;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 15% auto 10px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #01793b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 3s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1.5s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* mixitup */
#MixContainer {
  min-height: 20rem;
}

#MixContainer .mix {
  display: none;
  float: left !important;
  margin-bottom: 30px;
}

#MixContainer .mix .mixWrap {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
  float: left;
  width: 100%;
}

#MixContainer .mix-list-view {
  background-color: #fefefe;
  border: 1px solid #f1f1f1;
  border-bottom: none;
  border-radius: 3px;
  float: left;
  width: 100%;
}

#MixContainer .mix-list-view .mix {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0;
}

#MixContainer .mix-list-view .mix .mixWrap {
  border: none;
  border-radius: 0;
  padding: 15px 0 15px 15px;
  margin-right: 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}

#MixContainer .mix-list-view .listView:nth-child(2n+1) .mixWrap {
  /*background-color: #f1f1f1;*/
}

#MixContainer .mix-list-view .even:visible .mixWrap {
  /*background-color: #f1f1f1;*/
}

#filters {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

#filters .category {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#filters .category label {
  float: left;
  width: 100%;
  font-size: 0.85rem;
}

.products a {
  color: #999999;
}

.products.dropdown a {
  color: #01793b;
}

.products ul li a {
  padding: 0.3rem 0.8rem;
}

.category-18 {
  display: block;
  min-height: 300px;
}

.medium-8 table.contenttable {
  width: 100%;
  border: none;
}

.medium-8 table.contenttable tbody tr:nth-child(2n) {
  background: none;
}

.medium-8 table.contenttable tbody td,
.medium-8 table.contenttable tbody th {
  padding: 0rem 0 0.1rem 0;
}

.medium-8 table.contenttable tbody,
.medium-8 table.contenttable tfoot,
.medium-8 table.contenttable thead {
  background: none;
  border: none;
}

/* Spam protect */
#row_mainSubject {
  height: 0;
  overflow: hidden;
}

table td {
  word-wrap: break-word;
}

/*
#filters .filter {
    float: left; 
    margin-right: 10px;
    background: #eeeeee;
    border-radius: 3px;
    padding: 4px 8px;
    cursor: pointer;
}
#filters .filter:hover {
    background: #1F813D;
    color: #ffffff;
}
#filters .filter.active {
    background: #01793B;
    color: #ffffff;
}
*/
#filters .menu {
  float: left;
  margin-right: 80px;
}

#filters .is-submenu-item a {
  padding: 0.3rem 0.8rem;
  display: block;
  line-height: 1rem;
}

#filters .menu a.active {
  color: #000000;
}

#filters .menu .submenu a:after {
  content: "";
  width: 16px;
  font-size: 0.65rem;
}

/*
#filters .menu .active a:after {
    content: 'X';
    background: #dd0000;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    font-size: 0.65rem; 
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
*/
#filters .productCategories .filter {
  font-size: 0.85rem;
}

#filters label {
  font-size: 1rem;
  float: left;
  line-height: 1.5;
  margin-right: 15px;
}

#filters .status {
  margin-top: 5px;
  padding-top: 5px;
  color: #666666;
  border-top: 1px solid #eeeeee;
}

#filters .status label,
#filters .status a {
  color: #666666;
}

#filters #status {
  font-weight: bold;
}

#filters #status span {
  margin-left: 15px;
}

.filterstatus {
  cursor: pointer;
  padding: 0 10px;
}

.filterstatus:after {
  content: "X";
  background: #dd0000;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 0.65rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.filterstatus:hover:after {
  background: #666666;
}

#statusProduct .filterstatus {
  cursor: pointer;
}

#claim,
h1#claim {
  background: #01793B;
  padding: 10px 20px;
  margin-top: -103px;
  color: #ffffff;
  font-size: 2.3rem;
  text-align: center;
}

#contentMain {
  min-height: 28rem;
}

.contentBreak {
  background: transparent;
  height: 200px;
  padding-top: 30px;
}

.contentBreak .column:first-child h2 {
  font-size: 2.1rem;
  line-height: 2.4rem;
  margin-bottom: 0;
  color: #ffffff;
  padding: 0;
  text-shadow: -2px 2px 0 #01793b;
}

.contentBreak .column:last-child a {
  float: right;
  color: #ffffff;
  background: #01793B;
  padding: 0.3rem 1rem;
}

.contentFooter {
  padding: 1rem 0 2rem 0;
  background: #ffffff;
}

.contentFooterImage figure {
  margin: 0;
}

.contentFooterImage figure img {
  width: 100%;
  height: auto;
}

#contentRight {
  min-height: 1rem;
}

#footRowLeft {
  min-height: 1rem;
}

#footRowRight {
  min-height: 1rem;
}

/* accordion menu */
#mainMenuMobile {
  display: none;
}

#mainMenuMobile.activemenu {
  display: block;
}

#mainMenuMobile .accordion {
  border: none;
}

#mainMenuMobile .is-accordion-submenu-parent > a::after {
  border: none;
  content: "+";
  margin-top: -1rem;
  position: absolute;
  right: 0.4rem;
  top: 63%;
  font-size: 1.4rem;
  color: #000000;
  background: none !important;
}

#mainMenuMobile .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: none;
  content: "-";
  right: 0.4rem;
  line-height: 0.85;
  font-size: 2.2rem;
  top: 53%;
}

/* responsive table */
.table-label tbody, .table-label tfoot, .table-label thead,
.table-content tbody, .table-content tfoot, .table-content thead {
  border: none;
  background-color: #FEFEFE;
}

.table-label,
.table-content {
  padding-right: 0;
  padding-left: 0;
}

.table-label table {
  width: 100%;
}

.table-label th,
.table-label td,
.table-label th span {
  font-weight: bold !important;
  vertical-align: top;
}

.table-content {
  padding-left: 0;
  overflow: auto;
  text-align: left;
}

.table-content table {
  width: 100%;
}

.table-content table td {
  min-width: 200px;
  vertical-align: top;
}

/* opt */
#mainMenuMobile .menu > li:not(.menu-text) > a {
  padding: 1rem;
}

#mainMenuMobile ul {
  clear: both;
}

#mainMenuMobile ul li {
  border-bottom: 1px solid #999999;
  background: #F6F6F6;
}

#mainMenuMobile ul li a {
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 0.3rem;
}

#mainMenuMobile ul li ul li {
  border-top: 1px solid #dddddd;
  border-bottom: none;
  background: #ffffff;
}

#mainMenuMobile ul li ul li a {
  font-size: 1rem;
  font-weight: normal;
}

#mainMenuMobile ul li ul li ul li {
  border-top: none;
  border-bottom: none;
}

#mainMenuMobile ul li ul li ul li:last-child {
  padding-bottom: 0.8rem;
}

#mainMenuMobile ul li ul li ul li a {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 15px;
}

/*----- FOUNDATION MODIFICATIONS BEGIN -----*/
.row {
  max-width: 1100px;
}

.title-bar {
  background: #E0E0E0;
  padding: 1rem 0.5rem;
}

.menu-icon {
  float: left;
  width: 10%;
  margin-top: 3px;
}

.title-bar-title {
  color: #01793B;
  display: block;
  float: left;
  width: 80%;
}

.menu-icon::after {
  background: #01793B none repeat scroll 0 0;
  box-shadow: 0 8px 0 #01793B, 0 16px 0 #01793B;
}

.menu > li:not(.menu-text) > a {
  padding: 0.8rem 1rem 0.76823rem 1rem;
  min-width: 85px;
}

.filterItem1 .menu > li:not(.menu-text) > a,
.filterItem3 .menu > li:not(.menu-text) > a {
  min-width: 65px;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-width: 0;
}

.top-bar-mega .column:last-child:not(:first-child),
.top-bar-mega .columns:last-child:not(:first-child) {
  float: left;
}

.top-bar {
  padding: 0 0 0 0;
}

.top-bar,
.top-bar ul {
  background-color: #ffffff;
  /*margin-left: 0;*/
  transition: all 0.2s ease;
}

.top-bar li > a,
.top-bar ul li > a {
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  border-bottom: 6px solid #ffffff;
  cursor: pointer;
}

.vertical.menu.show-for-small-only li a {
  font-size: 0.85rem;
  font-weight: normal;
  margin-left: 0;
  border-bottom: 1px solid #fafafa;
}

.vertical.menu.show-for-small-only li li a {
  margin-left: 0;
  border-bottom: none;
}

.vertical.menu.show-for-small-only li ul {
  background: #fdfdfd;
  border-bottom: 1px solid #fafafa;
}

.top-bar li > a:hover,
.top-bar ul li > a:hover,
.top-bar ul li > a.hover-active {
  color: #01793B;
  border-bottom: 6px solid #01793B;
}

.dropdown.menu .is-dropdown-submenu-parent a::after {
  margin-left: 24px;
}

.top-bar ul li.js-drilldown-back {
  margin-bottom: 6px;
}

.top-bar ul li.js-drilldown-back > a {
  font-weight: normal;
  font-size: 1rem;
}

.top-bar ul li.js-drilldown-back::before {
  margin-top: 12px;
}

.top-bar ul li ul li ul li.js-drilldown-back {
  margin: 5px 0 6px 0;
}

.top-bar ul li ul li ul li.js-drilldown-back::before {
  margin-top: 8px;
}

.is-drilldown-submenu {
  /*top: 20px;*/
}

/*
.is-submenu-item {
    float: left;
    width: 100%;
}
.is-submenu-item a {
    float: left;
    width: 90%;
}
.is-submenu-item div  {
    float: left;
    width: 10%;
}
*/
a.moreItems {
  display: none;
}

/* mega menu */
.top-bar-mega {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  float: left;
  height: 0;
}

.top-bar-mega .f-dropdown {
  width: 100%;
  background: #ffffff;
  padding: 0;
  transition: all 0.3s ease;
  left: 0 !important;
  right: 0 !important;
  float: left;
  color: #000000;
}

.dropdown-pane {
  border: none;
  border-radius: 0;
}

.dropdown-pane {
  border-top: 6px solid #01793B;
  box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.25);
}

.dropdown-pane:empty {
  border-top: none;
  box-shadow: none;
}

.top-bar-mega .title {
  font-size: 1.1rem;
  color: #000000;
}

.top-bar-mega .subtitle {
  font-size: 0.85rem;
}

.mega-menu {
  width: 100%;
  float: left;
}

#topNav {
  margin-top: 5px;
}

.searchTop,
.languages {
  padding: 0;
}

#searchText,
.searchText {
  padding: 0.1rem 0.2rem;
  background: #ffffff;
  border-radius: 0;
  height: 1.8375rem;
  margin-top: 0.3rem;
  margin-bottom: 0;
  float: left;
  width: 90%;
  border: 1px solid #cacaca;
  border-width: 1px 0 1px 1px;
  box-shadow: none;
  padding-left: 0.5rem;
  transition: all 0s ease;
}

#searchText:focus {
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  width: 75%;
}

#searchSubmit {
  padding: 0.1rem 0.2rem;
  background: #ffffff url(../Images/lupe.png) no-repeat center 50%;
  box-shadow: none;
  box-sizing: border-box;
  height: 26px;
  margin-top: -0.5rem;
  margin-bottom: 0;
  width: 26px;
  float: left;
  border: none;
  cursor: pointer;
  border-radius: 2px;
}

.searchSubmit {
  padding: 0.1rem 0.2rem;
  background: #ffffff url(../Images/lupe.png) no-repeat center 50%;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 0;
  height: 1.8375rem;
  margin-top: 0.3rem;
  margin-bottom: 0;
  width: 10%;
  float: left;
  border: 1px solid #cacaca;
  cursor: pointer;
  border-left: none;
}

#search-dropdown {
  top: 50px;
  left: 3%;
  border-top: none;
  transition: all 0s ease;
  box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.55);
  border: 1px solid #cacaca;
}

.Tx-Formhandler input {
  margin-bottom: 0;
}

.Tx-Formhandler input.error,
.Tx-Formhandler textarea.error {
  border: 1px solid #dd0000;
}

.Tx-Formhandler .row {
  margin-bottom: 1rem;
}

.Tx-Formhandler .error {
  margin-bottom: 0;
  color: #dd0000;
}

/* browse */
.tx-indexedsearch-browsebox {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

ul.browsebox {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

ul.browsebox li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

ul.browsebox li a, ul.browsebox li button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem;
  transition: background-color 300ms ease-out 0s;
}

ul.browsebox li:hover a, ul.browsebox li a:focus, ul.browsebox li:hover button, ul.browsebox li button:focus {
  background: none repeat scroll 0 0 #e6e6e6;
}

ul.browsebox li.unavailable a, ul.browsebox li.unavailable button {
  color: #999999;
  cursor: default;
}

ul.browsebox li.unavailable:hover a, ul.browsebox li.unavailable a:focus, ul.browsebox li.unavailable:hover button, ul.browsebox li.unavailable button:focus {
  background: none repeat scroll 0 0 transparent;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage a, ul.browsebox li.tx-indexedsearch-browselist-currentPage button {
  background: none repeat scroll 0 0 #01793B;
  color: white;
  cursor: default;
  font-weight: bold;
}

ul.browsebox li.tx-indexedsearch-browselist-currentPage a:hover, ul.browsebox li.tx-indexedsearch-browselist-currentPage a:focus, ul.browsebox li.tx-indexedsearch-browselist-currentPage button:hover, ul.browsebox li.tx-indexedsearch-browselist-currentPage button:focus {
  background: none repeat scroll 0 0 #01793B;
}

ul.browsebox li {
  display: block;
  float: left;
}

.tx-indexedsearch strong {
  border-bottom: 1px dotted #01793B;
}

/* mega menue */
.mega {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

/* sonderbreiten im mega menu fuer columns */
.row .row.f-dropdown {
  /*transition: all 0.3s ease;*/
  margin-left: 0;
  margin-right: 0;
}

.dropdown-pane ul {
  list-style: none;
  margin-left: 0;
}

.f-dropdown .csc-default {
  clear: both;
}

.f-dropdown .medium-2 {
  width: 23.33%;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.f-dropdown > .column:first-child {
  padding-right: 0;
}

.f-dropdown > .column:last-child {
  float: left;
  padding-left: 0;
}

.f-dropdown .medium-6 {
  width: 30%;
  padding-top: 4px;
  padding-left: 0.3rem;
  padding-right: 0.8rem;
}

.mega-item {
  padding: 20px 5px 20px 0;
}

.mega-item > a {
  color: #ffffff;
  font-size: 1.3rem;
  background: #01793B;
  padding: 5px 6px;
  width: 100%;
  display: block;
}

.mega-item ul li {
  border-bottom: 1px solid #333333;
}

.mega-item ul li a {
  color: #333333;
  display: block;
  padding: 4px 6px;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  line-height: 1.2rem;
}

.mega-item > a:hover,
.mega-item .active a {
  background: #cce4d8;
  color: #333333;
}

.mega-item ul li a:hover {
  background: #cce4d8;
}

.catimage {
  margin-top: 20px;
}

/* accordion */
.accordion * {
  border-radius: 0;
}

.accordion-title {
  border-bottom: 1px solid #e6e6e6;
  color: #01793B;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.25rem 1rem;
  position: relative;
}

.accordion-title {
  background-color: #f6f6f6;
}

.accordion-title::before {
  content: "+";
  margin-top: -1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 2rem;
}

.accordion-content h2 {
  display: none;
}

/* absolut neu */
ul li .accordion-title-span {
  float: left;
  width: 72%;
  cursor: pointer;
  padding: 0.8rem 1rem;
}

ul li .accordion-title-span:hover {
  color: #01793B;
}

ul li ul li .accordion-title-span {
  padding: 0.9rem 1rem 0.4rem 1rem;
}

#mainMenuMobile ul li ul li a.accordion-parent-click {
  /*padding: 1rem 0 0 0 !important;*/
}

#mainMenuMobile a:hover {
  background: none !important;
}

.accordion-parent-click {
  width: 10%;
  float: left;
}

.button,
.csc-form-element-submit input,
.tx-felogin-pi1 input[type=submit] {
  background: #01793B none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 1rem 1rem 0;
  padding: 0.45em 1em;
  text-align: center;
  font-size: 1.2rem;
  transition: all 0.25s ease-out 0s;
}

.button:hover,
.csc-form-element-submit input:hover,
.tx-felogin-pi1 input[type=submit]:hover {
  opacity: 0.8;
}

/*
.accordion-content .csc-defaulth2 {
    display: none;
}
*/
/*----- FOUNDATION MODIFICATIONS END   -----*/
/* mailform */
.csc-mailform ol {
  list-style: none;
}

/* language menu */
.languages ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  float: right;
}

.languages ul li {
  display: table-cell;
  padding: 0 0 0 0.5rem;
}

.languages ul li a,
.languages ul li span {
  font-size: 0.8rem;
  color: #999999;
}

.languages ul li a.act,
.languages ul li a:hover {
  color: #000000;
}

.languages .de a,
.languages .de span {
  background: transparent url(../Images/de.png) no-repeat 50% 50%;
  background-size: auto 100%;
  padding-left: 20px;
  width: 16px;
  height: 16px;
  text-indent: -99999999px;
}

.languages .de span {
  opacity: 0.4;
}

.languages .en a,
.languages .en span {
  background: transparent url(../Images/en.png) no-repeat 50% 50%;
  background-size: auto 100%;
  padding-left: 20px;
  width: 16px;
  height: 16px;
  text-indent: -99999999px;
}

.languages .en span {
  opacity: 0.4;
}

figcaption {
  text-align: left;
  font-size: 0.85rem;
}

/* special content */
.contentBreak img {
  width: 100%;
  height: auto;
}

.contentBreak figure {
  margin: 0;
}

.contentBreak figcaption {
  position: relative;
  top: -300px;
  color: #ffffff;
  background: #01793B;
}

.contentBreak figcaption a {
  color: #ffffff;
  font-size: 2rem;
}

.contentBreak figcaption a:before {
  content: "» ";
}

/* teaser */
.teaserItem {
  height: 336px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.teaserItem .imageFrame {
  overflow: hidden;
  display: block;
  height: 336px;
  /*max-width: 336px;*/
  width: 100%;
}

.teaser img {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
  z-index: 12;
}

.teaser .teaserContent {
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: -70px;
  z-index: 13;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  left: 0;
  height: 130px;
  text-align: center;
}

.teaser .teaserOver .teaserContent {
  bottom: 60px;
}

.teaser .teaserOver.teaserItem .imageFrame {
  background: #000000;
}

.teaser .teaserOver img {
  transform: scale(1);
  opacity: 0.7;
}

.teaser .header {
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.teaser .subheader {
  color: #ffffff;
  font-size: 1.4rem;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  padding: 0 20px;
}

.teaser .moreLink a {
  color: #ffffff;
  padding: 4px 14px;
  font-size: 1.4rem;
  border: 2px solid #ffffff;
}

.teaser .moreLink a:hover {
  color: #000000;
  background: #ffffff;
}

/* footer navigation */
#footerWrap {
  padding-top: 30px;
  font-size: 0.9rem;
  padding-bottom: 20px;
}

#footerWrap a {
  color: #ffffff;
  font-size: 0.9rem;
}

#footerWrap a.hover {
  text-decoration: underline;
}

#footerWrap table {
  width: 100%;
}

#footerWrap table * {
  background: transparent;
  border: none;
}

#footerWrap tbody td,
#footerWrap tbody th {
  padding: 0.1rem 0.625rem 0.125rem 0;
  width: 50%;
}

#footRowRight {
  text-align: right;
}

#footRowRight .csc-default {
  min-height: 118px;
  font-size: 1rem;
  color: #aaaaaa;
}

/* scrollUp */
.scrollUp {
  position: fixed;
  display: none;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  opacity: 0.6;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  z-index: 10001;
  background: #01793B;
  border: 1px solid #ffffff;
}

/* slick slider */
.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 30px;
  margin-left: 0;
}

.slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  line-height: 0;
  outline: medium none;
  padding: 5px;
  width: 16px;
  border-radius: 16px;
  z-index: 20;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
  transition: background-color 0.5s ease;
}

.slick-dots li.slick-active button {
  border: 2px solid #01793B;
  background: #01793B;
}

.slick-dots li button:hover {
  background: #01793B;
  border: 2px solid #01793B;
}

.slick-dots li button::before {
  display: none;
}

.sliderImage {
  height: 100%;
  padding-bottom: 25%;
  position: relative;
}

.startpage .sliderImage {
  padding-bottom: 36%;
  position: relative;
}

.sliderContentWrap {
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.sliderRightInnerContent {
  margin: 80% 0 auto 0;
  height: 50%;
}

.sliderLeft {
  height: 100%;
}

.sliderLeft .column {
  padding-top: 12%;
  text-align: left;
  width: 52%;
  max-width: 548px;
  margin-left: 388px;
}

.sliderLeft .column p {
  margin-bottom: 0;
}

.sliderRight {
  height: 100%;
}

.sliderRightContent {
  height: 100%;
  text-align: left;
  color: #ffffff;
  width: 30%;
  background: rgba(0, 0, 0, 0.5);
  margin-right: 5%;
}

.sliderHeader {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding: 0;
}

.sliderBody {
  font-size: 1.2rem;
  line-height: 1.2;
}

.sliderButton {
  padding-top: 20px;
}

.sliderButton a.button {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0.4rem 1rem 0.5rem 1rem;
  background: #01793B;
}

.sliderLeftText p {
  font-size: 0.9rem;
}

/* new slider css */
.slickSlider figure {
  position: relative;
  margin: 0;
  padding: 0;
}

.headImage .caption {
  position: relative;
}

.headImage .caption .row,
.headImage .caption .column {
  position: relative;
  height: 100%;
}

.headImage .captionInfo {
  position: relative;
  padding: 1rem;
  left: 0;
  top: 30%;
  right: auto;
  bottom: 5%;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
}

.captionInfo .captionTitle {
  display: block;
  margin: 0 0 0.25rem 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.headImage .caption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.headImage .captionInfo {
  position: absolute;
  left: 0.9375rem;
  top: auto;
  right: auto;
  bottom: 2rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.6);
}

.caption {
  position: absolute;
  top: 0;
  width: 100%;
}

.captionInfo .captionTitle {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
}

.captionInfo {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  padding: 50% 20px 20px 20px;
  color: #ffffff;
  height: 1200px;
  text-align: left;
  position: relative;
}

.captionButton {
  margin-top: 10px;
}

.fancybox-outer, .fancybox-inner {
  /*width: 100% !important;*/
  min-width: auto !important;
  width: auto !important;
}

.slideshowFancyBox .fancybox-outer,
.slideshowFancyBox .fancybox-inner,
.slideshowFancyBox .fancybox-wrap {
  max-width: 850px !important;
  height: 100% !important;
}

.fancybox-inner > .row {
  width: auto !important;
}

/*----- MEDIAQUERIES BEGIN -----*/
/* Define mobile styles */
@media only screen {
  #page::after {
    background: orange;
  }
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .topRowContact {
    display: none;
  }

  #page::after {
    content: "-40em m1";
  }

  .filterItem {
    width: 100% !important;
  }

  .table-label th,
.table-label th span {
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    vertical-align: top;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
  }

  .table-content {
    overflow: auto;
  }

  .table-content tr td {
    padding-bottom: 50px;
  }

  .firstHide {
    display: block;
  }

  .flex-video {
    padding-bottom: 380px;
  }

  #footRowRight {
    text-align: left;
  }

  #footRowRight .csc-default {
    min-height: 0;
  }

  #footRowRight .text-right {
    text-align: left;
  }

  #topRowLeft {
    padding-bottom: 8px;
  }

  .sliderContentWrap {
    bottom: 0px;
    height: auto;
    position: relative;
    top: 0px;
    width: 100%;
  }

  .sliderHeader {
    width: 50%;
    float: left;
  }

  .sliderBody {
    display: none;
  }

  .sliderLeft,
.sliderRight {
    float: left;
    width: 100%;
    margin-top: 0;
    height: auto;
  }

  .sliderLeft .column {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    text-align: left;
  }

  .sliderImage {
    margin-top: 250px;
    padding-bottom: 0;
  }

  .slick-dots {
    display: none !important;
  }

  .slideshow-topRow.row {
    margin-bottom: 0;
  }

  .slideshow-image.row,
.slideshow-description.row {
    margin: 0;
  }

  .slideshow-image .column,
.slideshow-description .column {
    padding: 0;
    color: #ffffff;
  }

  .slideshow-image .column img {
    margin: 0 auto;
    text-align: center;
    max-height: 230px;
    display: inline-block !important;
  }

  #topRow .bgTop {
    padding-bottom: 10px;
  }

  .sliderLeft.grayBox {
    height: auto;
    min-height: 0;
    margin-top: 170px;
  }

  #claim,
h1#claim {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: -65px;
    padding: 0.2rem 1rem;
  }

  .mega-navigation,
.searchTop {
    padding-left: 0;
    padding-right: 0;
  }

  .languages ul {
    float: left !important;
    margin-top: 5px;
  }

  .languages ul li {
    display: table-cell;
    padding: 0 0.5rem 0 0;
  }

  #topRowRight {
    padding: 0;
  }

  #navWrap {
    position: absolute;
  }

  .sliderImage {
    background-size: cover;
  }

  .sliderLeftText p {
    font-size: 0.9rem;
  }

  /* neues menue */
  .sliderImage {
    margin-top: 180px;
  }

  #topRow .bgTop {
    padding-bottom: 0;
  }

  .title-bar {
    background: transparent;
    padding: 1rem 0.5rem;
    width: 45px;
    margin-bottom: 19px;
  }

  .mega-menu,
.mega-navigation {
    width: 60px;
    margin-top: 5px;
  }

  #mainMenu,
#mainMenuMobile {
    position: absolute;
    width: 100%;
  }

  .title-bar-title {
    display: none;
  }

  #topRowRight {
    margin-top: -80px;
    z-index: 101;
  }

  .menu-icon,
.languages,
.searchTop {
    width: 100%;
  }

  .menu-icon::after {
    background: #fefefe;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .searchBoxTop {
    width: 90px;
  }

  .languages .de a, .languages .de span, .languages .en a, .languages .en span {
    padding-left: 18px;
    text-indent: -9999px;
    display: inline-block;
  }

  .languages ul li {
    display: table-cell;
    padding: 0 0 0 0.5rem;
  }

  .languages ul {
    float: right !important;
  }

  #searchText:focus {
    width: 80%;
    position: absolute;
    right: 10%;
    top: 80%;
    left: 10%;
    border-width: 1px 1px 1px 1px;
  }

  .downloadTitle {
    width: 100%;
    float: left;
    padding-bottom: 10px;
  }

  .downloadButton {
    width: 100%;
    float: left;
  }

  .mega-item > a {
    font-size: 1.7vw;
  }

  .mega-item ul li a {
    font-size: 1.5vw;
  }

  .top-bar {
    box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.5);
  }

  .top-bar li > a,
.top-bar ul li > a {
    border-bottom: none;
  }

  .top-bar li > a:hover,
.top-bar ul li > a:hover {
    color: #01793B;
    border-bottom: none;
    background: #fafafa;
  }

  .title-bar {
    width: 45px;
    float: left;
    margin-top: -70px;
  }

  .searchBoxTop {
    margin-top: -82px;
  }

  #topRowLeft a {
    z-index: 9999999;
  }

  #topRowRight {
    margin-top: -10px;
  }

  /*
  .is-accordion-submenu-parent > a::after {
    border-color: transparent;
  }
  */
  #filters ul {
    width: 100%;
    border-bottom: 1px solid #999999;
    margin-left: 0;
  }

  #filters ul ul {
    background: #FdFdFd;
    box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.5);
    border-bottom: none;
  }

  #filters .menu > li {
    display: block;
  }

  #filters .is-submenu-item a,
#filters .is-dropdown-submenu a {
    padding: 0.6rem 0.8rem 0.6rem 1rem;
  }

  #MixContainer .mix {
    height: auto !important;
  }

  #filters .status {
    border-top: none;
    margin-top: 0;
  }

  /* sildeshow */
  .slideshow-title {
    font-size: 1rem;
    padding-left: 1.5rem;
  }

  .slideshow-logo {
    padding-bottom: 4px;
  }

  .fancybox-type-inline {
    left: 2% !important;
    right: 2% !important;
    width: 96% !important;
  }

  .fancybox-inner {
    /*width: 100% !important;*/
    min-height: 200px;
  }

  .fancybox-nav span {
    height: 34px;
    top: 50%;
  }

  .fancybox-title-float-wrap {
    position: relative;
  }

  /* tables */
  table.responsive {
    position: relative;
  }

  table.responsive tr th {
    width: 30%;
  }

  .sliderRightInnerContent {
    margin: 0;
    padding-top: 10px;
    float: left;
  }

  .sliderRightContent {
    width: 100%;
    margin-right: 0px;
    margin-top: 34%;
    padding-bottom: 4px;
    height: 56px;
  }

  .sliderBody,
.sliderButton a {
    font-size: 1rem;
    line-height: 1;
  }

  .sliderBody {
    float: left;
    width: 50%;
  }

  .sliderHeader {
    font-size: 1.1rem;
  }

  .sliderButton {
    float: left;
    width: 50%;
    padding-top: 5px;
  }

  .sliderButton a.button {
    font-size: 1rem;
    color: #FFF;
    padding: 0.1rem 0.2rem;
    margin-bottom: 10px;
    background: none;
    border: 1px solid #ffffff;
    float: right;
    margin-right: 0;
  }

  .startpage .sliderImage {
    padding-bottom: 50%;
  }

  #sliderWrap {
    min-height: 10px;
  }

  .teaserItem {
    height: 100%;
  }

  .teaserItem .imageFrame {
    height: 100%;
    max-width: 100%;
  }

  #headRow {
    background: #F6F6F6;
  }

  .caption {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #444444;
  }

  .captionInfo {
    display: block;
    background: none;
    padding: 20px;
    color: #ffffff;
    text-align: left;
    position: relative;
    height: auto;
  }

  .captionTitle {
    color: #ffffff;
  }

  #contentMain .responsiveImageBlock.text-left-floating figure,
#contentMain .responsiveImageBlock.text-right-floating figure {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
  }

  #contentMain .responsiveImageBlock.slideshowText #fancySlider {
    margin-bottom: 0;
  }

  #contentMain .responsiveImageBlock.slideshowText .csc-textpic-text {
    margin-bottom: 25px;
  }
}
/* iphone 6 etc. bis 375px breite */
@media only screen and (max-width: 375px) {
  #page::after {
    content: "-375px m2";
  }

  .teaserItem {
    /*height: 320px;
    margin-bottom: 20px;*/
  }

  .teaserItem .imageFrame {
    height: 320px;
    /*max-width: 320px;*/
  }

  .teaser .teaserContent {
    bottom: -66px;
  }

  .teaser .teaserOver .teaserContent {
    bottom: 60px;
  }
}
/* iphaone 5 etc. bis 320px breite */
@media only screen and (max-width: 320px) {
  #page::after {
    content: "-320px m3";
  }

  .teaserItem {
    height: 280px;
    margin-bottom: 20px;
  }

  .teaserItem .imageFrame {
    height: 280px;
    /*max-width: 300px;*/
  }

  .teaser .teaserContent {
    bottom: -66px;
  }

  .teaser .teaserOver .teaserContent {
    bottom: 60px;
  }
}
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  #page::after {
    content: "40.063 - m4";
  }

  #topRowRight {
    padding-left: 0;
    padding-top: 1px;
    background: #ffffff;
  }

  .contentBreak .column {
    padding-top: 30px;
  }

  .is-accordion-submenu-parent > a::after {
    border-color: transparent;
  }

  .firstHide,
#mainMenuMobile {
    display: none !important;
  }

  .startpage .sliderImage {
    padding-bottom: 37%;
  }
}
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #page::after {
    content: "40.063 - 64 m5";
  }

  .sliderContentWrap {
    position: relative;
    min-height: 240px;
  }

  .sliderImage {
    margin-top: 100px;
    padding-bottom: 8%;
  }

  .grayBoxSlider .sliderImageGrayBox {
    background-size: 100% auto;
    min-height: 458px;
  }

  .sliderLeft .column {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    text-align: left;
  }

  .grayBoxSlider .sliderImageGrayBox {
    min-height: 50px !important;
  }

  #headSlider h2 {
    margin-top: 25px;
  }

  .sliderRight {
    width: 100%;
  }

  .sliderButton a.button {
    font-size: 1.2rem;
    color: #ffffff;
    padding: 0.2rem 0.5rem 0.3rem 0.5rem;
    background: #01793B;
  }

  .menu > li:not(.menu-text) > a {
    padding: 0.3rem 0.1rem 0.56823rem;
  }

  .top-bar li > a,
.top-bar ul li > a {
    font-size: 1.1rem;
  }

  .sliderLeftText {
    width: 100%;
    padding-right: 40px;
  }

  .csc-uploads-element-pdf a {
    font-size: 0.85rem;
    padding-left: 14px;
  }

  .uploadtext,
.uploadimage,
.uploadItem,
.uploadimage + .uploadtext {
    width: 100%;
  }

  .sliderImage {
    height: 100%;
    padding-bottom: 10%;
    position: relative;
  }

  .startpage .sliderImage {
    padding-bottom: 0;
    position: relative;
  }

  #contentRight h1,
#contentRight h2,
#contentRight h3,
#contentRight h4 {
    font-size: 1.9vw;
  }

  .mega-item > a {
    font-size: 1.8vw;
  }

  #topRowLeft {
    min-height: 90px;
  }

  #topRowLeft img {
    margin-top: 5px;
  }

  .sliderRightInnerContent {
    margin: 72% 0px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  #page::after {
    content: "40.063 - 64 - port m6";
  }

  #topNav {
    margin-top: 20px;
  }

  #topRow .bgTop {
    min-height: 60px;
  }

  #topRow .bgTop .c01 {
    width: 21%;
  }

  #topRow .bgTop .c02 {
    width: 75%;
  }

  .top-bar {
    padding: 0 0 0 0;
  }

  .top-bar li > a,
.top-bar ul li > a {
    font-size: 1rem;
  }

  .menu > li:not(.menu-text) > a {
    padding: 0.3rem 0.4rem 0.56823rem;
  }

  /* head slider */
  .sliderImage {
    margin-top: 180px;
    padding-bottom: 8%;
  }

  .grayBoxSlider .sliderImageGrayBox {
    background-size: 100% auto;
    min-height: 481px;
  }

  .sliderContentWrap .grayBox .column:first-child h2 {
    margin-top: 0;
  }

  .sliderContentWrap .grayBox {
    padding: 6px 10px 7px 10px;
  }

  .sliderLeft.grayBox {
    min-height: 481px;
  }

  /* teaser */
  .teaserItem {
    height: 220px;
    margin-bottom: 10px;
  }

  .teaserItem .imageFrame {
    height: 220px;
    /*width: 220px;*/
  }

  .teaser .header {
    font-size: 2.7vw;
  }

  .teaser .teaserContent {
    bottom: -86px;
  }

  .teaser .teaserOver .teaserContent {
    bottom: 60px;
  }

  .table-label::before {
    content: ".";
    color: #ffffff;
  }

  .table-content::before {
    content: "« wischen »";
    padding-left: 10px;
    font-size: 0.85rem;
    color: #999999;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  #page::after {
    content: "40.063 - 64 - land m7";
  }

  #topNav {
    margin-top: 24px;
  }

  #topRow .bgTop {
    min-height: 60px;
  }

  #topRow .bgTop .c01 {
    width: 21%;
  }

  #topRow .bgTop .c02 {
    width: 79%;
  }

  .top-bar li > a, .top-bar ul li > a {
    font-size: 1.1rem;
  }

  .menu > li:not(.menu-text) > a {
    padding: 0.3rem 0.6rem 0.56823rem;
  }

  .captionInfo .captionTitle {
    font-size: 1.1rem;
  }

  .captionText {
    line-height: 1;
  }

  /* head slider */
  .sliderImage {
    margin-top: 180px;
    padding-bottom: 8%;
  }

  .sliderLeft.grayBox {
    min-height: 487px;
  }

  .grayBoxSlider .sliderImageGrayBox {
    min-height: 487px;
  }

  .sliderRightInnerContent {
    margin: 32% 0px;
    height: 50%;
  }

  #headSlider h2 {
    margin-top: 25px;
  }

  /* teaser */
  .teaser .teaserContent {
    bottom: -62px;
  }

  .teaser .teaserOver .teaserContent {
    bottom: 60px;
  }

  /* teaser */
  .teaserItem {
    height: 320px;
    margin-bottom: 10px;
  }

  .teaserItem .imageFrame {
    height: 320px;
    /*width: 320px;*/
  }

  .table-label::before {
    content: ".";
    color: #ffffff;
  }

  .table-content::before {
    content: "« wischen »";
    padding-left: 10px;
    font-size: 0.85rem;
    color: #999999;
  }
}
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .noPadding {
    padding-left: 0;
    padding-right: 0;
  }

  .sliderLeftText p {
    font-size: 1rem;
  }

  /*#contentMain:not(.medium-9) {
      margin-top: 80px;
  }*/
}
@media only screen and (max-width: 64.063em) {
  .sliderImage {
    background-size: cover !important;
  }

  .statusTitle {
    width: 100%;
  }

  #filters {
    margin-bottom: 10px;
  }

  .filterstatus {
    cursor: pointer;
    padding: 0 10px 0 0;
  }

  #sliderWrap {
    margin-top: 72px;
  }

  #headSliderNew .caption {
    height: 12rem;
  }

  .captionInfo {
    padding: 6% 20px 3% 20px;
  }

  #headSlider h2 {
    font-size: 1rem;
  }

  .sliderLeftText p {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 64.063em) and (orientation: landscape) {
  .captionInfo {
    padding: 16% 20px 3% 20px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 64.063em) {
  .sliderLeftText p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 460px) and (max-width: 640px) {
  #mainMenu {
    width: 60%;
    top: 30px;
    left: 200px;
  }

  #mainMenu .menu > li:not(.menu-text) > a {
    padding: 0.8rem 0.3rem 0.76823rem 0.3rem;
    font-size: 0.7rem;
  }

  .is-accordion-submenu-parent > a::after {
    display: none;
  }

  #contentRight .uploadimage,
#contentRight .uploadtext {
    width: 100%;
    padding-bottom: 10px;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
  }

  #contentRight h2 {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
  }

  .top-bar {
    box-shadow: none;
  }

  #mainMenuMobile {
    display: none;
  }

  #topNav {
    margin-top: 0;
  }

  .sliderLeft,
.sliderImageGrayBox {
    width: 100%;
  }

  #headSlider h2 {
    font-size: 1.1rem;
  }

  .sliderLeftText p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .table-content::before {
    content: "« wischen »";
    padding-left: 10px;
    font-size: 0.85rem;
    color: #999999;
  }
}
/*
.divider {
    position: relative;
    clear: both;
    padding: 1.25rem 0;
}

.divider hr {
    margin: 0 !important;
}
*/
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 56.063em) {
  .top-bar li > a,
.top-bar ul li > a {
    font-size: 90%;
    padding: 0.3rem 0.3rem 0.56823rem;
  }

  .languages a {
    font-size: 90%;
  }

  #topNav {
    margin-top: 3%;
  }

  .mega-item > a {
    font-size: 0.9rem;
    padding: 2px 6px;
  }

  .mega-item ul li a {
    font-size: 0.75rem;
    padding: 2px 6px;
  }

  #topRowLeft {
    min-height: 80px;
  }

  #topRowLeft img {
    margin-top: 5px;
  }

  .sliderRightInnerContent {
    margin: 20% 0 30% 0;
    height: 50%;
  }
}
@media only screen and (min-width: 56.063em) and (max-width: 90.063em) {
  /*.sliderLeft .column {
      padding-top: 180px;
      padding-right: 24%;
  }*/
}
@media only screen and (min-width: 56.063em) and (max-width: 70em) {
  /*.sliderLeft .column {
      padding-top: 180px;
      padding-right: 14%;
  }*/
}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  /* sticky */
  #navWrap {
    transition: all 0.2s ease;
  }

  #navWrap.sticky {
    position: fixed !important;
    z-index: 4444;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.25);
  }

  #navWrap .column {
    float: left;
  }

  #navWrap.sticky .row {
    max-width: 1100px;
  }

  #navWrap.sticky #topRow .bgTop {
    box-shadow: none;
  }

  #navWrap.sticky .languages ul {
    transition: all 0.2s ease;
  }

  #navWrap.sticky .languages ul,
#navWrap.sticky #topRowLeft {
    line-height: 1;
  }

  #navWrap.sticky #topRowLeft {
    /*width: 20%;*/
  }

  #navWrap.sticky .searchTop,
#navWrap.sticky .languages,
#navWrap.sticky #topRowRight {
    padding-right: 0;
  }

  .sticky #topNav {
    margin-top: 4px;
  }

  #topRowLeft img {
    transition: all 0.2s ease;
  }

  .sticky #topRowLeft img {
    max-height: 53px;
  }

  /* .sliderLeft .column {
       padding-top: 120px;
       padding-right: 44%;
   }*/
}
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* min-width 1921px, xxlarge screens */
/* very special devices fine tuning super mode */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .teaserItem {
    height: 100%;
    margin-bottom: 30px;
  }

  .teaserItem .imageFrame {
    height: auto;
    width: 100%;
    /*max-width: 336px;*/
  }

  .teaser .teaserContent {
    bottom: -80px;
  }
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .captionInfo {
    padding: 20px;
  }
}
/* Landscape */
/* ----------- iPhone 6 if you need ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #sliderWrap {
    margin-top: 88px;
  }

  #headRow {
    background: #444444;
  }
}
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .teaserItem {
    height: 180px;
  }

  .teaser .teaserContent {
    bottom: -90px;
    padding: 10px 30px;
  }

  .teaser .teaserOver .teaserContent {
    bottom: 40px;
  }

  .teaser .header {
    font-size: 1.2rem;
  }

  .teaser .subheader,
.teaser .moreLink a {
    font-size: 0.85rem;
  }

  .captionInfo {
    padding: 5% 20px 3% 20px;
  }

  .menu > li:not(.menu-text) > a {
    padding: 1.2rem 0.2rem 0.56823rem;
  }

  #topNav {
    margin-top: 1%;
  }
}
/* iphone 6+ Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .teaserItem {
    /*height: 180px;*/
  }

  .teaser .teaserContent {
    bottom: -72px;
    padding: 10px 40px;
  }

  .teaser .teaserOver .teaserContent {
    bottom: 40px;
  }

  .teaser .header {
    font-size: 2.2rem;
  }

  .teaser .subheader,
.teaser .moreLink a {
    font-size: 1.2rem;
  }
}
/* iphone 6+ Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .teaserItem {
    height: 180px;
  }

  .teaser .teaserContent {
    bottom: -90px;
    padding: 10px 40px;
  }

  .teaser .teaserOver .teaserContent {
    bottom: 40px;
  }

  .teaser .header {
    font-size: 1.2rem;
  }

  .teaser .subheader,
.teaser .moreLink a {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 639px) {
  .grayBoxSlider .sliderImageGrayBox {
    background-size: cover !important;
    min-height: 70px;
    padding-bottom: 0;
  }

  .table-label::before {
    content: ".";
    color: #ffffff;
  }

  .table-content::before {
    content: "« wischen »";
    padding-left: 10px;
    font-size: 0.85rem;
    color: #FBFBFB;
  }
}
/* slider/FancyBox */
@media only screen and (max-width: 480px) {
  #fancySlider {
    display: block;
    margin-bottom: 25px;
  }

  #fancySliderBox {
    display: none;
  }

  .inlineItem .slideshow-bottomRow,
.inlineItem .slideshow-topRow,
.inlineItem .slideshow-description {
    display: block;
  }

  .inlineItem .slideshow-topRow {
    min-height: 55px;
  }

  .slideshow-image {
    margin: 0 auto 0 auto;
  }

  .slideshow-description {
    margin-top: 5px;
    padding: 5px;
    background: #01793B;
  }

  .slideshow-description p {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    display: block;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #ffffff;
    min-height: 40px;
  }

  .fancybox-outer,
.fancybox-inner {
    min-width: 400px;
  }

  .fancybox-outer, .fancybox-inner {
    position: relative;
    width: 100% !important;
  }

  .table-content td,
.table-content th {
    min-width: 200px;
  }

  .stickythead {
    position: fixed;
    top: 0;
  }

  .stickytbody {
    top: 44px;
    position: relative;
  }

  #sliderWrap {
    margin-top: 80px;
  }

  #headSliderNew .caption {
    height: 14rem;
    transition: all 0.3s ease;
  }

  .captionInfo {
    padding: 5% 20px 3% 20px;
  }

  #headSlider h2 {
    font-size: 1.1rem;
  }

  .sliderLeftText p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .table-content::before {
    content: "« wischen »";
    padding-left: 10px;
    font-size: 0.85rem;
    color: #999999;
  }
}
/*----- MEDIAQUERIES END   -----*/
#page::after {
  display: none;
}

/* desktop device not reponsive */
/*
.desktop-device #contentWrap,
.desktop-device #topRow {
    min-width: 800px !important;
    margin: 0 auto;
}
*/
/* adds 05.2018 languages etc. */
@media only screen and (min-width: 40em) {
  #searchSubmit {
    margin-top: 1rem;
  }

  .languages .de a, .languages .de span,
.languages .en a, .languages .en span {
    background-size: auto 80%;
  }

  .topRowContact {
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .topRowContactMobile {
    margin: 0.5rem;
  }

  .topRowContactMobile ul {
    list-style: none;
    margin: 0 1rem;
    line-height: 1;
    float: right;
    width: auto;
  }

  .topRowContactMobile ul li {
    float: left;
    padding-left: 1rem;
  }

  .languages ul {
    margin-top: 0;
  }

  .languages ul.languageWrap {
    margin-bottom: 0;
    margin-top: 0.5rem;
  }

  .languages ul.languageWrap,
.languages ul.contactWrapMobile {
    margin-left: 1rem;
  }

  .languages ul li a {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    display: block;
  }

  #searchSubmit {
    margin-top: 1.6rem;
  }

  .searchBoxTop {
    margin-top: -73px;
  }

  #sliderWrap {
    margin-top: 108px;
  }

  /* accordion menue special */
  #mobileNavWrap ul > li > .links {
    display: inline;
    float: right;
  }

  #mobileNavWrap .is-accordion-submenu-parent:focus {
    outline: none;
  }

  #mobileNavWrap .is-accordion-submenu-parent > a::after {
    content: "";
    font-family: FontAwesome;
    display: block;
    width: 0;
    height: 0;
    border: none;
    position: absolute;
    top: 30%;
    margin-top: -4px;
    right: 2rem;
  }

  #mobileNavWrap .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    content: "";
    font-family: FontAwesome;
    display: block;
    width: 0;
    height: 0;
    border: none;
    position: absolute;
    top: 30%;
    margin-top: -4px;
    right: 2rem;
    transform-origin: none;
    transform: scaleY(1);
  }

  #mobileNavWrap ul > li > span {
    padding: 1rem 0;
  }

  #mobileNavWrap ul > li > span,
#mobileNavWrap ul > li > span + a {
    line-height: 2;
    font-size: 1rem;
  }

  /* opt */
  #mainMenuMobile {
    display: none;
  }

  #mainMenuMobile.activemenu {
    display: block;
  }

  #mainMenuMobile .accordion {
    border: none;
  }

  #mainMenuMobile ul.menu.opt .is-accordion-submenu-parent > a::after {
    border: none;
    content: "+";
    margin-top: -1rem;
    position: absolute;
    right: 1rem;
    top: 63%;
    font-size: 1.4rem;
    color: #000000;
    background: none !important;
  }

  #mainMenuMobile ul.menu.opt .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    transform: none;
    content: "-";
    right: 1rem;
    line-height: 0.85;
    font-size: 2.2rem;
    top: 53%;
  }

  #mainMenuMobile ul.menu.opt li .accordion-title-span {
    float: left;
    width: 72%;
    cursor: pointer;
    padding: 0.8rem 1rem;
  }

  #mainMenuMobile ul.menu.opt li .accordion-title-span:hover {
    color: #01793B;
  }

  #mainMenuMobile .menu.opt > li:not(.menu-text) > a {
    padding: 1.6rem;
    display: table-cell;
    color: #222222;
    font-weight: 400;
  }

  #mainMenuMobile ul.menu.opt {
    clear: both;
  }

  #mainMenuMobile ul.menu.opt li {
    border-bottom: 1px solid #999999;
    background: #F6F6F6;
    float: left;
    width: 100%;
  }

  #mainMenuMobile ul.menu.opt li a {
    color: #222222;
    font-weight: 400;
    margin-left: 0.3rem;
  }

  #mainMenuMobile ul.menu.opt li ul li {
    border-top: 1px solid #dddddd;
    border-bottom: none;
    background: #ffffff;
  }

  #mainMenuMobile ul.menu.opt li ul li a {
    font-size: 1rem;
    font-weight: normal;
  }

  #mainMenuMobile ul.menu.opt li ul li ul li {
    border-top: none;
    border-bottom: none;
  }

  #mainMenuMobile ul.menu.opt li ul li ul li:last-child {
    padding-bottom: 0.8rem;
  }

  #mainMenuMobile ul.menu.opt li ul li ul li a {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 15px;
  }
}
.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-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}

.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-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: 1px solid #ccc;
  padding: 10px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

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

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

.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;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

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

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.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;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

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

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

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

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

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

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

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

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

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

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

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

hr {
  max-width: unset !important;
}

.csc-space-before-20,
.frame-space-before-small {
  margin-top: 20px;
}

.csc-space-after-20,
.frame-space-after-small {
  margin-bottom: 20px;
}

.csc-space-before-30,
.frame-space-before-medium {
  margin-top: 30px;
}

.csc-space-after-30,
.frame-space-after-medium {
  margin-bottom: 30px;
}

ul.ce-uploads .small-12 > .column {
  padding: 0;
}

.ntrx-ce-uploads-description {
  width: 100% !important;
}

.ntrx-ce-uploads-description span {
  display: inline-block;
  padding-left: 1em;
  word-wrap: unset;
}

.ntrx-ce-uploads-description span span {
  padding: 0;
}

.ntrx-footer-image img {
  width: 100%;
}

.fa-envelope {
  color: #01793B;
}

#c116 .mix-thumbnail-view .mix {
  min-height: 20rem !important;
}

.contentFooterImage figure {
  width: 100%;
  max-height: 700px;
}

.ce-above .image {
  float: left;
}

.ce-center .ce-row {
  text-align: center;
  overflow: hidden;
}

.ce-right .ce-row {
  float: right;
}

#topRowLeft img {
  margin-top: 6px;
}

#topRowLeft {
  padding: 10px;
}