@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src:
        local('Open Sans Regular'),
        local('OpenSans-Regular'),
        url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype')
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src:
        local('Open Sans Bold'),
        local('OpenSans-Bold'),
        url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype')
}

@font-face {
    font-family: "Open Sans";
    font-weight: 800;
    src:
        local('Open Sans ExtraBold'),
        local('OpenSans-ExtraBold'),
        url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype')
}

:root{
  --primary-color: #2d2e87;
  --main-light-grey: #E8E8E8;
}

.bg-gray{
  background-color: var(--main-light-grey);
}
.tx-powermail h3 {
  display: none;
}
.tx-powermail .clear {
  clear: both;
}
.tx-powermail ::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}
.tx-powermail :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-size: 14px;
}
.tx-powermail ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-size: 14px;
}
.tx-powermail :-ms-input-placeholder {
  color: #666;
  font-size: 14px;
}
.tx-powermail .powermail_field select,

.tx-powermail .powermail_field textarea {
  height: 32px;
  padding: 5px 12px;
  border: 1px solid #eaeaea;
  outline: none;
  margin-bottom: 9px;
  color: var(--primary-color);
  font-size: 14px;
  background: #fff;
}
.tx-powermail .powermail_field select {
  padding: 5px 12px;
  color: #666;
}
.tx-powermail .powermail_field select option {
  color: #666;
}
.tx-powermail .powermail_field input.powermail_submit.btn.btn-primary {
  width: auto;
}
.tx-powermail .powermail_fieldset {
  float: left;
  display: block;
  width: 100%;
}
.tx-powermail .powermail_fieldset .powermail_legend {
  display: none ;
}
.tx-powermail .powermail_fieldset .powermail_label {
  display: none ;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_input label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_textarea label,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_select label {
  display: none;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap + .powermail_fieldwrap {
  margin-top: 15px;
}

.tx-powermail .powermail_field input {
  
   padding: 5px 12px;
  border: 1px solid #eaeaea;
  outline: none;
  margin-bottom: 9px;
  color: var(--primary-color);
  font-size: 14px;
  background: #fff;
  width: inherit;
  
}

.tx-powermail .powermail_fieldset button,

.tx-powermail .powermail_fieldset select,
.tx-powermail .powermail_fieldset textarea {
  width: 100%;
}
.tx-powermail .powermail_fieldset textarea {
  min-height: 120px;
}
.tx-powermail .powermail_fieldset button,
.tx-powermail .powermail_fieldset html input[type=button],
.tx-powermail .powermail_fieldset input[type=reset],
.tx-powermail .powermail_fieldset input[type=submit] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  background: var(--primary-color);
  text-decoration: none;
  border: none;
}
.tx-powermail .powermail_fieldset button,
.tx-powermail .powermail_fieldset html input[type=button],
.tx-powermail .powermail_fieldset input[type=reset],
.tx-powermail .powermail_fieldset input[type=submit]:hover {
  text-decoration: none;
}
html,
body {
/*  background-color: var(--main-light-grey);*/
/*  background-image: url("../images/shattered.png");*/
/*  background-repeat: repeat;*/
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #666666;
  overflow-x: hidden;
}
a:visited,
a {
  color: var(--primary-color);
}
h1 {
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans Bold", "Open Sans", sans-serif;
  margin-top: 0;
}
/*
h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-top: 10px;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}

 */
.clear {
  clear: both;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
body #content .cellobutton {
  margin-top: 8px;
  background-color: #003398;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding-left: 12px;
  padding-right: 9px;
  padding-top: 2px;
  padding-bottom: 3px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  width: 290px;
  line-height: 19px;
  text-align: left;
}
.browsebox {
  text-align: center;
}
.browsebox li {
  height: 28px;
  min-width: 28px;
  background-color: #fff;
  display: inline-block !important;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0!important;
  border-left: 1px solid grey;
}
.browsebox li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.browsebox li:first-child {
  border-left: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.browsebox li a {
  font-size: 12px;
  color: #666666;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
}
.tx-indexedsearch-result-number.result-number,
.tx-indexedsearch-title.title {
  font-family: "Open Sans", sans-serif;
  color: var(--primary-color)!important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.tx-indexedsearch-result-number.result-number a,
.tx-indexedsearch-title.title a {
  color: var(--primary-color)!important;
}
.tx-indexedsearch-whatis {
  font-family: "Open Sans", sans-serif;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px!important;
}
.tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-style: normal!important;
}
.tx-indexedsearch-descr.descr {
  font-style: normal!important;
}
#tx_indexedsearch {
  margin-top: 10px;
  margin-bottom: 5px;
}
#tx_indexedsearch hr {
  border-color: #cccccc!important;
}
.tx-indexedsearch-noresults {
  text-align: left!important;
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #sidebarIcons {
    top: 61vh !important;
  }
}
#sidebarIconsList {
  padding: 0;
  margin-bottom: 0;
}
#sidebarIconsList li {
  position: relative;
}
#sidebarIconsList li span.spanSearch {
  padding-left: 0px;
  padding-right: 0px;
}
#sidebarIconsList li span.spanSearch #search input {
  color: #666666;
  margin: 5px;
  height: 25px;
  line-height: 22px;
  vertical-align: top;
  padding-left: 5px;
}
#sidebarIconsList li span.spanSearch #search button {
  width: 22px;
  height: 24px;
  border: 1px solid #fff;
  font-family: FontAwesome, sans-serif;
  background-color: #314399;
  color: #fff;
  margin: 5px;
  margin-left: 0;
  margin-right: 6px;
  line-height: 12px;
}
#content .tx-indexedsearch .spanSearchOut input {
  color: #666666;
  margin: 5px;
  margin-left: 1px;
  width: 200px !important;
  height: 25px;
  line-height: 22px;
  vertical-align: top;
  padding-left: 5px;
  border: 1px solid  #e8e8e8;
}
#content .tx-indexedsearch .tx-indexedsearch-searchbox-button {
  margin-top: 0;
}
#content .tx-indexedsearch hr {
  margin-top: 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid #cccccc;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 32px;
}
#content .tx-indexedsearch .tx-indexedsearch-res {
  margin-bottom: 12px;
}
#content .tx-indexedsearch .tx-indexedsearch-res tr .tx-indexedsearch-title a {
  display: inline-block;
  border-bottom: 2px solid var(--primary-color);
  line-height: 16px !important;
}
#content .tx-indexedsearch .tx-indexedsearch-res tr:first-child td {
  padding-bottom: 10px;
}
#content .tx-indexedsearch .tx-indexedsearch-res tr td span.tx-indexedsearch-result-number {
  display: inline-block;
  margin-right: 3px;
}
#content .tx-indexedsearch .tx-indexedsearch-res tr td a {
  text-decoration: none;
}
.csc-firstHeader {
  line-height: inherit !important;
}
.white_light {
  background-color: rgba(255, 255, 255, 0.75);
  color: #666666;
}
.red_light {
  background-color: rgba(186, 12, 47, 0.004);
  color: #fff;
}
.blue_light {
  background-color: rgba(0, 51, 153, 0.75);
  color: #fff;
}
.center {
/*  width: 100%;*/
  max-width: 1440px;
  margin: 0 auto;
}
.showSI {
  display: none !important;
}
.news .news-list-date {
  color: var(--primary-color);
  font-weight: bold;
}
.news a.more,
.news a.newsTitle {
  color: #666666;
}
.news .row {
  margin-bottom: 20px;
}
.news .allNewsLink {
  width: 100%;
  text-align: left;
  padding-top: 3px;
}
.news .allNewsLink a {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: bold;
}
.news .news-backlink-wrap {
  width: 100%;
  text-align: left;
  margin-bottom: -30px;
  margin-top: 25px;
}
.news .news-backlink-wrap a {
  display: inline-block;
  cursor: pointer;
  color: var(--primary-color);
  font-weight: bold;
}
a[name="top"] {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
}
b {
  font-weight: 800;
}

/* CSS for the menu */
#navigationTop {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

#navigationTop #navigation {
  text-align: left;
}

#navigationTop #navigation a {
  color: var(--primary-color);
}

#navigationTop #navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigationTop #navigation ul li {
  display: inline-block;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-left: 14px;
  margin-right: 13px;
  position: relative;
}

#navigationTop #navigation ul li.active span {
  color: #cc0033;
}

#navigationTop #navigation ul li:first-child {
  margin-left: 0;
}

#navigationTop #navigation ul li:last-child {
  margin-right: 0;
}

#navigationTop #navigation ul li span {
  display: block;
  height: 30px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  cursor: default;
}

#navigationTop #navigation ul li span:hover {
  color: #cc0033;
  text-decoration: none;
}

/* Hover- oder aktive Klasse zeigt Submenu */
#navigationTop #navigation ul li:hover ul,
#navigationTop #navigation ul li.show-sub ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

/* Linkfarbe beim Hover über li */
#navigationTop #navigation ul li:hover > a {
  color: #cc0033;
  text-decoration: none;
}

/* Submenu-Links Styling */
#navigationTop #navigation ul li:hover ul li a {
  color: var(--primary-color);
  text-decoration: none;
}

#navigationTop #navigation ul li:hover ul li a:hover {
  color: #cc0033;
  text-decoration: none;
}

/* Submenu Styling */
#navigationTop #navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: 9900;
  left: -20px;
  padding: 15px 0 10px 0;
  border-top: 5px solid var(--primary-color);
  background-color: #ffffff;
  height: auto;
}

#navigationTop #navigation ul li ul::before {
  content: "";
  background-image: url("../images/subnav_pfeil.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  width: 30px;
  height: 7px;
}

#navigationTop #navigation ul li ul li {
  display: block;
  height: 26px;
  background-color: #ffffff;
  margin: 0;
  padding: 0 18px;
  text-transform: none;
}

#navigationTop #navigation ul li ul li a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

#navigationTop #navigation ul li ul li.active a {
  color: #cc0033;
}

#navigationTop #logo {
  text-align: right;
}
/* CSS for the menu end */
.bg-info {
  background-color: rgba(0, 51, 153, 0.3);
}
.bg-info:empty {
  display: none;
}
.bg-info:empty + .bg-info {
  margin-top: 0;
}
.bg-info .submenu {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 20px 9px;
}
.bg-info ul.submenu.fa-ul{
  margin-left: 15px;
}
.bg-info .submenu li.active {
  font-weight: bold;
  white-space: nowrap;
}
.bg-info .submenu li.active a {
  color: #cc0033;
}
.bg-info .submenu li.active a i {
  color: #fff;
}
.bg-info .submenu li a {
  text-decoration: none;
  color: #fff;
  white-space: pre-wrap;
}


.bg-info .submenu li a:hover {
  color: #ba0c2f;
}
.bg-info .submenu li a i {
  margin-right: 7px;
}
.bg-info + .bg-info {
  margin-top: 15px;
  background-color: rgba(186, 12, 47, 0.6);
}
.bg-info + .bg-info .menu-title {
  margin: 20px 9px 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.bg-info + .bg-info .helpmenu {
  list-style-type: none;
  margin-bottom: 0;
  padding: 15px 9px 20px;
}
.bg-info + .bg-info .helpmenu li.active {
  font-weight: bold;
}
.bg-info + .bg-info .helpmenu li.active a {
  color: #cc0033;
}
.bg-info + .bg-info .helpmenu li.active a i {
  color: #fff;
}
.bg-info + .bg-info .helpmenu li a {
  text-decoration: none;
  color: #fff;
  line-height: 26px;
}
.bg-info + .bg-info .helpmenu li a:hover {
  color: #000;
}
.bg-info + .bg-info .helpmenu li a i {
  margin-right: 7px;
  font-size: 18px;
}
.csc-frame-frame1 .gridElement {
  margin-top: 0;
}
.csc-frame-frame1 .gridElement h2 {
  top: 0;
}
.gridElement {
  position: relative;
}
.gridElement > div > h2 {
  position: relative;
  left: -25px;
  padding: 0 20px;
  margin-bottom: 30px;
  min-height: 35px;
  line-height: 35px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  background-color: var(--primary-color);
  min-width: 205px;
  font-size: 18px;
  font-weight: bold;
}
.gridElement > div > h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 35px;
  height: 0;
  width: 0;
  border-top: 10px solid rgba(0, 51, 153, 0.5);
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
}
#starticons {
  margin-top: -20px;
}
#starticons a {
  text-decoration: none;
}
#starticons .iconElement {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
/*  margin-top: 20px;*/
  overflow: hidden;
}
#starticons .iconElement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
}
#starticons .iconElement:hover::before {
  background-color: rgba(45, 46, 135, .96);
}
#starticons .iconElement:hover h3 {
  color: #fff;
}
#starticons .iconElement:hover .text {
  visibility: visible;
}
#starticons .iconElement h3 {
  position: relative;
  z-index: 110;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 50px;
  margin: 0;
}
#starticons .iconElement .image {
  position: relative;
  z-index: 100;
  padding: 0 15px 15px;
}
#starticons .iconElement .text {
  z-index: 115;
  position: absolute;
  top: 40px;
  padding: 0 15px 15px;
  visibility: hidden;
  color: #fff;
  font-size: 12px;
}
#slider {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}
#slider #transparenz {
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 2px;
  height: 12px;
  width: 100%;
  z-index: 5000;
  position: absolute;
  margin-top: -12px;
}
#content {
  min-height: 200px;
  overflow: hidden;
  padding-top: 10px;
}
/*
#content .center > div {
  margin-top: 60px;
}
*/
 */
#content .center > div + div {
  margin-top: 40px;
}
#content .center > div#starticons {
  margin-top: 40px;
}
#content .center .folgeinhalt > div {
  padding: 0;
}
#content .center .folgeinhalt > div + div {
  margin-top: 40px;
}
#sidebarIcons {
  position: fixed;
  top: 62vh;
  right: 0;
  z-index: 3500;
}
#sidebarIcons ul {
  list-style-type: none;
}
#sidebarIcons ul li {
  position: relative;
  display: block;
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-top: 3px;
  background-color: var(--primary-color);
}
#sidebarIcons ul li span {
  display: none;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  vertical-align: middle;
  text-transform: uppercase;
  right: 44px;
  background-color: var(--primary-color);
  height: 35px;
  padding: 0 9px;
  white-space: nowrap;
}
#sidebarIcons ul li span div {
  height: 15px;
  margin-top: -1px;
  vertical-align: middle;
}
#sidebarIcons ul li span div a {
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
#sidebarIcons ul li span:after {
  position: absolute;
  content: ' ';
  width: 8px;
  height: 8px;
  top: 14px;
  right: -4px;
  z-index: 1001;
  background-color: var(--primary-color);
  transform: rotate(45deg);
}
#sidebarIcons ul li span:before {
  content: ' ';
  position: absolute;
  right: -9px;
  width: 9px;
  height: 35px;
  z-index: 1002;
  background-color: transparent;
}
#sidebarIcons ul li span img {
  margin-right: 5px;
  cursor: default;
}
#sidebarIcons ul li span a {
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
}
#sidebarIcons ul li span a img {
  margin-right: 0;
  cursor: pointer;
}
#sidebarIcons ul li:hover span {
  display: block;
}
#breadCrumb {
  background-color: #ffffff;
  vertical-align: middle;
  font-size: 12px;
  margin-top: 40px;
  line-height: 40px;
  overflow: hidden !important;
}
#breadCrumb .row {
  padding: 0;
}
#breadCrumb .row .col-xs-12 {
  margin-left: 21px;
}
#breadCrumb .row .bc-item + .bc-item::before {
  content: '\00a0>\00a0';
}
#breadCrumb #toTop {
  position: absolute;
  right: 30px;
  top: 0;
  background-color: var(--primary-color);
  color: #ffffff;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
footer {
  min-height: 309px;
  background-color: var(--primary-color);
  color: #ffffff;
  line-height: 20px;
  padding-top: 26px;
}
footer .center {
  padding: 0 20px 20px;
}
footer h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 23px;
  color: #fff;
}
footer p {
  margin-bottom: 20px;
  font-size: 12px;
}
footer a {
  text-decoration: none;
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer a[href^="tel"] {
  color: currentColor;
  text-decoration: none;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
footer ul li:before {
  display: inline;
  line-height: normal;
  vertical-align: 1px;
  font-size: 8px;
  content: '\f101';
  font-family: fontawesome;
  margin-right: 4px;
}
.slicknav_menu {
  display: none;
}
.slicknav_menu .slicknav_btn {
  font-size: 24px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: transparent !important;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: var(--primary-color) !important;
}
.slicknav_menu .slicknav_nav a {
  color: var(--primary-color);
}
.slicknav_menu .slicknav_nav li.active > a {
  color: #cc0033;
}
body .csc-default {
  margin-bottom: 10px ;
}
body .csc-textpic-intext-left-nowrap-211 .csc-textpic-text {
  margin-left: 221px;
}
body div.csc-textpic.csc-textpic-border div.csc-textpic-imagewrap img {
  border: 1px solid #cfcfcf;
}
/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width: 979px) {
  /* #menu is the original menu */
  #mainNav {
    display: none;
  }
  .slicknav_menu {
    display: block;
    background: #ffffff !important;
  }
  #navigationTop {
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .customBox > div + div {
    margin-top: 40px;
  }
  .footer-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-wrap > div {
    flex: 0 0 49%;
  }
}
@media only screen and (max-width: 940px) {
  .center {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .folgeinhalt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .gridElement h2 {
    padding-left: 28px !important;
  }
}
@media only screen and (max-width: 480px) {
  #content .row {
    padding-right: 0px;
    padding-left: 0px;
  }
  #breadCrumb .row .bc-text {
    line-height: 40px;
  }
  #breadCrumb .row .bc-item + .bc-item {
    display: inline-block;
  }
  #starticons .iconElement {
    margin-top: 10px;
    min-height: 100%;
  }
  #starticons .iconElement::before {
    display: none;
  }
  #starticons .iconElement h3 {
    color: var(--primary-color);
    line-height: 60px;
  }
  #starticons .iconElement:hover h3 {
    color: var(--primary-color);
  }
  #starticons .iconElement .text {
    display: none;
  }
  #starticons .iconElement .image {
    display: none;
  }
  .footer-wrap {
    display: block;
  }
  .gridElement h2 {
    width: calc(100% + 36px);
    margin-left: -18px;
    left: 0 !important;
    padding-left: 18px !important;
  }
  .gridElement h2::before {
    display: none;
  }
}
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
#bctt_wrapper {
  font-size: 12px;
  background-color: #fff;
  margin-top: 40px;
}
#bctt_wrapper .center {
  display: flex;
  justify-content: space-between;
}
#bctt_wrapper .center #bc {
  padding: 10px 20px;
}
#bctt_wrapper .center #bc span {
  white-space: nowrap;
}
#bctt_wrapper .center #bc span + span::before {
  content: ' > ';
}
#bctt_wrapper .center #tt a {
  display: block;
  background-color: var(--primary-color);
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}


.ce-bullets, .folgeinhalt ul{
  list-style: disc;
  }
.folgeinhalt ul ul{
  list-style-type: circle;
}


.kontact_form .form-label{display: none;}
.kontact_form .form-group .input input[type=text],
.kontact_form .form-group .input input[type=email],
.kontact_form .form-group .input input[type=tel] {width: 180px;}
.kontact_form .form-check{padding-left: 0;}
.kontact_form .clearfix{
  position: relative;
  margin-top: -40px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.kontact_form button[type=submit] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #ffffff;
    background: var(--primary-color);
    text-decoration: none;
    border: none;
}


/*new css*/
@media (min-width: 1400px) {
  .container{ max-width: 1320px; width: 100%;}
}
@media (min-width: 1500px) {
  .center.container{ max-width: 1470px;width: 100%;}
}

.center.container  .center.container {max-width: 100%;width: 100%; padding: 0;}
.frame-type-cellofoamslider_slider .slide_txt .link a{background-color: #ffffff;padding: 6px 40px;border-radius: 30px;display: inline-block;text-decoration: none !important;color: var(--primary-color) !important;font-weight:700;}
.frame-type-cellofoamslider_slider .slide_txt .link a:before{display:none;}
#sidebarIcons{display: none;}
.top-contact{position: relative;padding:10px 0; background-color:var(--main-light-grey);}
.top-contact a{font-size: 16px;font-weight: 700;color: var(--primary-color);vertical-align: middle;}
.top-contact .mail, .top-contact .call, .top-contact .search{margin-right:20px;}
#slider {height: 600px !important;max-height: 600px !important;}
#slider .slide .slide_txt{bottom: auto !important; top:50%;transform: translateY(-50%);}
#slider .prev, #slider .next {bottom: 20px;top:auto !important;}
#slider .slide::after{display:none !important;}
#starticons .row{border-bottom: 2px solid var(--primary-color);padding-bottom: 50px;margin-bottom: 50px;}
#starticons .row:last-child{border-bottom: unset;padding-bottom: 0px;}
.frame-full-width-background {
  position: relative;
  background-color: var(--main-light-grey);
  padding: 80px 0;
  z-index: 1;
}

.frame-full-width-background::before,
.frame-full-width-background::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--main-light-grey);
  width: 9999px;
  z-index: -1;
}

.frame-full-width-background::before {
  left: -9999px;
}

.frame-full-width-background::after {
  right: -9999px;
}

.frame-full-width-background .customBox{margin-top: 0 !important;}
.frame-full-width-background .gridElement {padding: 0 !important;}
.frame-image-shadow .ce-image .ce-gallery,.frame-image-shadow .ce-image,.frame-image-shadow .ce-row{overflow: visible;}
.frame-image-shadow .image{position:relative; margin-right: 15px;}
.frame-image-shadow .image:before{content: ""; background-color:var(--primary-color);position:absolute;left:15px;bottom:-15px;width:100%;height:100%;z-index:1;}
.frame-image-shadow .image img{z-index:2;position:relative;}
.frame-background-blue{background-color:var(--primary-color);padding: 80px 80px 50px 80px;color:#ffffff;}
.frame-background-blue label,
.frame-background-blue span,
.frame-background-blue .button-forward,
.frame-background-blue .news a.more{color:#ffffff !important;}
.frame-background-blue .filterfooter .row{flex-direction: column;}
.frame-background-blue .filterfooter .row .button-back{display: none;}
.frame-background-blue .filterfooter .row .productcount,
.frame-background-blue .filterfooter .row .button-forward{width:100%;text-align: right !important;}
.frame-background-blue .filterfooter .row .button-forward i{display: none;}
.frame-background-blue .news .allNewsLink{text-align: right;border-top: 1px solid #cccccc;padding-top:15px;}
.frame-background-blue .news .allNewsLink a,.frame-background-blue .filterfooter .row .button-forward span{background-color: #ffffff;padding: 10px 20px;border-radius: 30px;display: inline-block;text-decoration: none;color:var(--primary-color) !important;}
.frame-background-blue .filterfooter .row .button-forward span{padding: 10px 30px;margin-top:30px;}
.frame-background-blue .news .allNewsLink i{display: none;}
.frame-padding-left {padding-left:35px;}
.frame-baner-layout #slider .slide .slide_txt{padding: 50px;bottom: -50px !important;top:auto !important;transform:translateY(0) !important;}
.frame-baner-layout #slider .slide .slide_txt > div{max-width:585px;}
.frame-baner-layout #slider .slide .slide_txt h3 {font-size: 60px !important;}
.tx-jobapplications .jobheight { }}
.tx-jobapplications .card .card-info{margin-left: 30px !important;}
.tx-jobapplications .card .row.card-info{border: 0 !important;margin-top:20px;background-color:#ffffff;}
.tx-jobapplications .card{background-color:transparent;}
.tx-jobapplications .card .card-img-top{position:relative;}
.tx-jobapplications .card .card-img-top::before{content: ""; background-color:var(--primary-color);position:absolute;left:30px;bottom:-30px;width:100%;height:100%;z-index:0;}
.tx-jobapplications .card .card-body a{position:relative;margin-left:20px !important;z-index: 0;}
.image_slider .imagebox .image img{width:100%;height:auto;}
#carousel .image_slider .prev{left:20px !important;}
#carousel .image_slider .next {right: 20px !important;}
.image_slider.background-blue{height:500px;background-color: var(--primary-color);}
.image_slider.background-blue .cycle-slide{top:50% !important;transform: translateY(-50%) !important;}
.image_slider.background-blue .cycle-slide .text{width: 50%; margin: 0 auto;}
.image_slider.background-blue .cycle-slide .text p{color: #ffffff;}
.gridElement.fileattachement{position:relative;}
.gridElement.fileattachement .caption{background-color: var(--primary-color);border: 0; border-radius: 0; z-index: 1; position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;}
.gridElement.fileattachement .caption:before{content: ""; background-color: rgba(0, 51, 153, 0.8);position: absolute;left: -10px; top: 0; width: 100%;height: 100%;z-index: -1;}
.customBox .description{background-color:var(--main-light-grey);padding: 15px 30px 15px 15px !important;margin-top: 25px;}


.customBox .description a,
.product-description a.btn-sep  {
  background-color: var(--primary-color);
  color: #ffffff;
  border: 0;
  border-radius: 0;
  position: relative;
  margin-left: 10px;
  z-index: 0;
  text-decoration: none;
  padding: 5px 15px;
  width: fit-content;
  cursor: pointer;
}

.customBox .description a:before, .product-description a.btn-sep:before {
  content: "";
  background-color: #858cc3;
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
  height: 100%;
  z-index: -1;
}

.customBox .description a:hover, .product-description a.btn-sep:hover {
  background-color: rgba(0, 51, 153, 0.7);
  color: #ffffff;
}

.customBox .description a:hover:before, .product-description a.btn-sep:hover:before {
  background-color: rgba(133, 140, 195, 0.7);
}
.search{position: relative;}
.search img{cursor:pointer;}
.search-box.active{display:flex;}
.search-box{position: absolute;padding: 10px; right: -100px;gap:10px; display: none;z-index: 9999;margin-top: 10px;background-color: #fff;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.45);}
.search-box input{padding: 5px;border: 2px solid var(--primary-color);font-weight: 700;outline: 0;color:var(--primary-color);}
.search-box input::placeholder{color:var(--primary-color);}
.search-box button{border: 0; background-color: var(--primary-color); padding: 5px 10px;}
.search-box button i{color:#ffffff;}
.search-box #ke_search_sword{position: unset;}

@media(max-width:1400px){
  .frame-image-shadow .image {margin: 0 30px 30px 0;}
  .frame-image-shadow .image .image-embed-item{width:100%;}
}

@media(max-width:1200px){
  .top-contact:before{width: 65vw;}
}

@media(max-width:991px){
  .top-contact:before {width: 80vw;}
  #navigationTop #logo{position: unset;float:left;}
  .slicknav_menu .slicknav_btn{float:right;}
  #slider {height: 350px !important;max-height: 350px !important;}
  #slider .prev, #slider .next {bottom: 195px;}
}
@media(max-width:767px){
   #navigationTop{margin-top: 0;}
  .top-contact:before {width: 100vw;}
  .top-contact a span{display:none;}
  .frame-background-blue{padding: 30px;}
  .tx-jobapplications .card .image, .tx-jobapplications .card .card-info {width:100%;}
  .tx-jobapplications .card .card-info {margin-left: 0px !important;}
  .frame-baner-layout #slider .slide .slide_txt{padding: 20px !important;}
  .frame-baner-layout #slider .slide .slide_txt h3 {font-size: 30px !important;}
  .frame-image-shadow .image {margin: 0 0px 30px 0;}
  .frame-image-shadow .image {padding-right: 30px;}
  .frame-image-shadow .image:before {width: calc(100% - 30px);}
  .customBox .description{margin: 50px 0px 0 0px;}
  .frame-service-block .image img{height:400px;object-fit:contain;}
  .search-box{right: -30px;}
}
@media(max-width:567px){
  .gridElement {padding: 0;}
  .frame-padding-left {padding-left: 0;}
  .frame-image-shadow .image .image-embed-item{height:auto;}
  #carousel .prev {left: -40px;}
  #carousel .next {right: -40px;}
  .gridElement > div > h2{
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    Line-height: 25px;
    padding: 5px 20px;
    margin-top: 0;

  }
}


.frame-background-light-grey{
  position: relative;
  background-color: var(--main-light-grey);
}
.frame-background-light-grey::before{
  left: -100vw
}
.frame-background-light-grey::before,
.frame-background-light-grey:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--main-light-grey);
  width: 100vw;
  z-index: -1;
}

.frame-background-light-blue{
  background-color: rgba(0, 51, 153, 0.3);
  position: relative;
}
.frame-background-light-blue::before{
  left: -100vw
}
.frame-background-light-blue::before,
.frame-background-light-blue:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 51, 153, 0.3);
  width: 100vw;
  z-index: -1;
}

.custom-bg-light-grey > .gridElement{
  padding: 0 18px 27px;
  position: relative;
  background-color: var(--main-light-grey);
  color: #666666;
}

.container-headline .headline-flag{
  position: relative;
  margin-bottom: 30px;
}
.container-headline .headline-flag h1,
.container-headline .headline-flag h2,
.container-headline .headline-flag h3,
.container-headline .headline-flag h4,
.container-headline .headline-flag h5,
 .container-headline .headline-flag h6,
 .container-headline .headline-flag p{
  position: relative;
  left: -25px;
  padding: 0 25px;
  margin-bottom: 30px;
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: var(--primary-color);
  min-width: 205px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.container-headline .headline-flag h1:before,
.container-headline .headline-flag h2:before,
.container-headline .headline-flag h3:before,
.container-headline .headline-flag h4:before,
.container-headline .headline-flag h5:before,
.container-headline .headline-flag h6:before,
.container-headline .headline-flag p:before{
  content: '';
  position: absolute;
  left: 0;
  top: 35px;
  height: 0;
  width: 0;
  border-top: 10px solid rgba(0, 51, 153, 0.5);
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
}

.container-headline .headline-standard{
  position: relative;
}
.container-headline .headline-standard h1,
.container-headline .headline-standard h2,
.container-headline .headline-standard h3,
.container-headline .headline-standard h4,
.container-headline .headline-standard h5,
 .container-headline .headline-standard h6,
 .container-headline .headline-standard p{
color: var(--primary-color);
padding: 0 10px;
}

.container-headline .headline-standard:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 50px;
  height: 3px;
  background-color: var(--primary-color);
}


.special-news-aktuelles{

}
.section-wrapper{
}

.section-wrapper .center > div {
  margin-bottom: 60px;
}

.section-container {
  padding: 60px 0;
  width: 100%;
}

.section-container.bg-white {
  background-color: #ffffff;
}

.section-container.bg-gray {
  background-color: var(--main-light-grey);
}

.section-container.bg-light-blue {
  background-color: rgba(0, 51, 153, 0.3);
  color: #ffffff;
}

.section-container.bg-light-blue h2,
.section-container.bg-light-blue h3,
.section-container.bg-light-blue p,
.section-container.bg-light-blue a {
  color: #ffffff;
}

.section-container.bg-dark-blue {
  background-color: var(--primary-color);
  color: #ffffff;
}

.section-container.bg-dark-blue h2,
.section-container.bg-dark-blue h3,
.section-container.bg-dark-blue p,
.section-container.bg-dark-blue a,
.section-container.bg-dark-blue .filter-checkbox label,
.section-container.bg-dark-blue  * {
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 991px) {
  .section-container {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .section-container {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .section-container {
    padding: 20px 0;
  }
}

.special-news-aktuelles .gridElement{
  background-color: var(--main-light-grey);
  padding: 20px 5px;
  position: relative;
}

.special-news-aktuelles .gridElement .content{
  padding-left: 15px;
  padding-right: 15px;
}

.newslatters_slider .button {
  position: relative;
  margin-top: 20px;
}


.tx-celloproduct.tx-celloproduct-overview .product-description{
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--main-light-grey);
  padding: 15px;
  margin-top: 25px;
  min-height: 210px;
}
.tx-celloproduct.tx-celloproduct-overview .product-description h3{
 font-size: 1rem;
  font-weight: bold;
}
.tx-celloproduct.tx-celloproduct-overview .product-description .product-link {
  margin-top: auto;
}

.tx-celloproduct.tx-celloproduct-overview .bravestarr-thirtythirty{
  margin-bottom: 15px !important;
  min-height: auto;
  height: auto;

}

@media (min-width: 941px) and (max-width: 1199px) {

.tx-celloproduct.tx-celloproduct-overview .bravestarr-thirtythirty{
width: 50% !important;
}
}

.iconbox-wrapper {
  margin-bottom: 30px;
}

.iconbox-wrapper .iconbox-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.iconbox-wrapper .iconbox-link:hover {
  text-decoration: none;
}

.iconbox-wrapper .iconbox {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.iconbox-wrapper .iconbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: rgba(45, 46, 135, .96);
  transition: opacity 0.3s ease;
}

.iconbox-wrapper .iconbox-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #003399;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.iconbox-wrapper .iconbox-image {
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.iconbox-wrapper .iconbox-image img {
  max-width: 100%;
  height: auto;
}

.iconbox-wrapper .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.iconbox-wrapper .text .iconbox-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.iconbox-wrapper .text .iconbox-content {
  font-size: 14px;
  line-height: 1.5;
}

.iconbox-wrapper .iconbox:hover::before {
  opacity: 1;
}

.iconbox-wrapper .iconbox:hover .iconbox-title {
  color: #ffffff;
}

.iconbox-wrapper .iconbox:hover .iconbox-image {
  transform: scale(0);
  opacity: 0;
}

.iconbox-wrapper .iconbox:hover .text {
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .iconbox-wrapper .iconbox-title {
    font-size: 16px;
  }

  .iconbox-wrapper .text .iconbox-content {
    font-size: 12px;
  }
}

#mainmenu {
  background-color: #ffffff;
}

#mainmenu.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, box-shadow 0.2s;
}

#content .frame-remove-margin-top .center > div {
  margin-top: 0;
}

div.frame{
  margin: 20px 0;
  padding: 20px 0;
}
#content .center .folgeinhalt > div{
  padding-top: 30px;
}




#content.start > div{
  padding-top: 30px !important;
}
.frame-space-before-extra-large{ // hier im backend eine neus class hinzufügen zum spülen no padding und no margin top
padding-top: 0 !important;
  margin-top: 0 !important;
}


/** 22.07.07.2025 - DH */
div.frame{
  margin: 20px 0;
  padding: 20px 0;
}
#content .center .folgeinhalt > div{
  padding-top: 30px;
}
#content.start > div{
  padding-top: 30px !important;
}

.frame-no-mt-pt{
padding-top: 0 !important;
  margin-top: 0 !important;
}

.gridElement > div > h2,
.gridElement > div > h3,
.gridElement > div > h4{
  font-size: 18px;
}

.h2, h2,
.h3, h3,
.h4, h4{
  font-size: 1.875rem;
}