/****************************************
 ************ basic settings ************
 ****************************************/

*, *:before, *:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body, nav, a, p {
    margin: 0;
    padding: 0;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 140%;
    color: #222;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    color: #004e91;
}

h1 {
    padding: 0 0 10px 0;
    /*font-family: 'Merienda One', Arial, sans-serif;*/
    /*font-size: 50px;*/
    font-size: 23pt;
    /*font-weight: bold;*/
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1.5px;
}
.start h1{
  margin-bottom: 0;
}
h2 {
    padding: 0 0 10px 0;
   /* font-family: 'Merienda One', Arial, sans-serif;*/
   /* font-size: 40px;*/
    font-size: 20pt;
  font-size: 18pt;
    font-weight: bold;
}

h3, h4, h5 {
    padding: 0 0 5px 0;
}
h3{
  font-size: 18pt;
}
ol, ul {
    margin: 0;
    padding: 0 0 0 20px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}
a, a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

*:focus,
*:active {
    outline: none !important
}

iframe {
    max-width: 100%;
}

caption {
    font-style: italic;
}
hr{
  border-top: 1px solid #c5c5c5;
    width: 50%;
}
.align-center{
  text-align: center;
}
.wrapAll{
  overflow: hidden;
}
.t3js-icon img {
    height: 16px;
    width: 16px;
}

.flexContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.csc-darkgrey {
    background-color: #333333;
    color: #eeeeee
}

.csc-darkgrey h1, .csc-darkgrey h2, .csc-darkgrey h3, .csc-darkgrey h4, .csc-darkgrey h5 {
    color: #eeeeee
}

.csc-darkblue {
    background-color: #004d91;
    color: #eeeeee
}

.csc-darkblue h1, .csc-darkblue h2, .csc-darkblue h3, .csc-darkblue h4, .csc-darkblue h5 {
    color: #fecc00
}

.csc-grey {
    background-color: #e3e4e4;
}

div.csc-textpic-responsive, div.csc-textpic-responsive *{
  border: none;
}

/****************************************
 ************* mobile navi **************
 ****************************************/

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
    top: 20px;
    left: -5px;
    background: #004d91;
}

html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
    background: #004d91;
}

html.mm-opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

html.mm-opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

#hamburger {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 65px;
    height: 51px;
    z-index: 2;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #004e91;
    content: '';
    display: block;
    width: 65px;
  height: 6px;
    position: absolute;
    left: 0;
}

#hamburger:before {
    top: 0;
}

#hamburger span {
    top: 20px;
}

#hamburger:after {
    top: 40px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity, background;
    -webkit-transition-property: top, bottom, left, opacity, background, -webkit-transform;
    transition-property: top, bottom, left, opacity, background, -webkit-transform;
    -o-transition-property: transform, top, bottom, left, opacity, background;
    transition-property: transform, top, bottom, left, opacity, background;
    transition-property: transform, top, bottom, left, opacity, background, -webkit-transform;
}

#mobileNaviTriggerWrap {
    position: relative;
    display: inline-block;
}

.frame .detail {
  background: #2481bd;
  display: inline-block;
    border: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0;
    color: #fff !important;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 700 !important;
    font-family: 'Noto Sans', sans-serif;
    min-width: 200px;
    width: 100%;
    display: block;
    margin-top: 6px;
    text-align: center;
    text-decoration: none !important;
}
.mm-menu .mm-search input {
    background: #004d91;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 3px;
    height: 33px;
    border-radius: 0;
}

.mm-noresultsmsg {
    color: #004d91;
}
.mm-subclose .glyphicon.glyphicon-chevron-left{  
  padding-right: 15px;
  top: 3px;
}
.mm-sublocse .glyphicon {
    margin-right: 10px;
    top: 11px;
}
.mm-subopen .glyphicon {
    margin-right: 10px;
    top: 11px;
}
.mm-menu .mm-list{
  padding-top: 0;
}
.mm-menu .mm-list > li > a.mm-subclose {
    background: #ffffff;
    color: #004e91;
}

.mm-list a.mm-subclose {
    padding-top: 30px;
}

.mm-list {
    font-size: 18px;
    font-size: 1.8rem;
}

.mm-menu em.mm-counter {
    color: #707173;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 41px;
    margin-top: -19px;
    margin-right: 5px;
}

.mm-list > li {
    border-bottom: 1px solid #707173;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-bottom: 0;
    border-color: transparent;
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
    background: none;
    font-weight: bold;
}

.mm-list a.mm-subclose {
    text-indent: 0;
}

em.mm-counter + a.mm-subopen {
    padding-left: 0;
    width: 40px;
    line-height: 41px;
    font-size: 24px;
    font-size: 2.4rem;
}

em.mm-counter + a.mm-subopen .glyphicon {
    line-height: 41px;
    top: 0;
}

.mm-menu {
    background: #ffffff;
    color: #707173;
}

.mm-footer nav span {
    color: #707173;
}

.mm-menu a, .mm-list > li > a, .mm-list > li > span {
    color: #004e91;
}

.mm-menu .mm-list > li > a.mm-subopen:before {
    border: 0;
}

.mm-footer nav span {
    display: inline-block;
    margin: 0 5px 0 5px;
}

.mm-footer nav {
    padding-bottom: 8px;
}


.ka-handler{
  padding: 15px;
  cursor: pointer;
}
.ka-content{
  padding: 15px;
}
.accordionClose .ka-handler:after{
  content: "\e114";
    color: #004d91;
    font-size: 24px;
  position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}
.accordionOpen .ka-handler:after{
  content: "\e113";
    color: #004d91;
    font-size: 24px;
  position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}
.accordionClose .ka-handler.special:after{
  content: "\e114";
    color: #004d91;
    font-size: 24px;
  position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}
.accordionOpen .ka-handler.special:after{
  content: "\e113";
    color: #004d91;
    font-size: 24px;
  position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}
.ka-panel:nth-of-type(odd){
  margin-top: -50px;
}
.ka-panel:nth-of-type(even){
  margin-top: -50px;
}
.ka-panel:nth-of-type(odd) .ka-handler {
  background-color: #c5c5c53b;
  /*padding-top: 7.5px;
    padding-bottom: 7.5px;*/
}
.ka-panel:nth-of-type(even) .ka-handler {
   background-color: #e3e4e4;
}
.accordion .accordionHeader.red span,
.accordion .accordionHeader.red h3{
  color: #c31924;
}
/****************************************
 *********** Datepicker ***********
 ****************************************/
.ui-widget-header .ui-icon{
  background-image: none;
  background: white url(/fileadmin/templates/images/ui-icons_222222_256x240.png);
    /* color: white; */
    -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-prev {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.ui-widget-header {
    border: 1px solid #004d91;
    background: #004d91;
    color: #ffffff;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border: 1px solid #004d91;
  color: #004d91;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  border: 1px solid #fdcc00;
  color: #004d91;
}
#ui-datepicker-div{
  font-family: 'Myriad Pro', sans-serif;
}
.ui-widget-content {
    border: 1px solid #004d91;
}
/****************************************
 *********** SEARCH ***********
 ****************************************/
 .tx-kesearch-pi1 .next, .tx-kesearch-pi1 .prev{
   background: none !important;
 }
 .tx-kesearch-pi1 a.next, .tx-kesearch-pi1 a.prev{

  width: 59px !important;
    height: 29px !important;
  font-size: 16px !important;
 }
 .tx-kesearch-pi1 .prev:before{
  content: "\f104";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  color: #004d91 !important;
 }
 .tx-kesearch-pi1 .next:after{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  color: #004d91 !important;
 }
 .tx-kesearch-pi1 .messsage{
  font-size: 20px;
    color: #c31924;
    margin-bottom: 25px;
 }
/****************************************
 *********** Tabel ***********
 ****************************************/
.tr-even.tr-0 {
    font-weight: bold;
}
table.footable, table.footable-details{
   width: 50%;
   width: 100%;
}
table, th, td {
   border: 1px solid #e3e4e4;
   padding: 5px;
}
table.footable>tbody>tr>td, table.footable>tbody>tr>th{
  /*width: 60%;*/
}
/****************************************
 *********** Powermail ***********
 ****************************************/
 .tx-powermail ul.csc-uploads span.csc-uploads-fileName{
  text-decoration: underline;
    background-image: url(/fileadmin/templates/images/pdf.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 32px;
    padding-left: 34px;
}
.nolabel .powermail_legend, .nolabel h3, .powermail_fieldwrap_type_check.nolabel .powermail_label{
  display: none;
}
.tx-powermail input, .powermail_select, .powermail_country, .form_field input {
    font-size: 16px;
    display: block;
  width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid black;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tx-powermail textarea{
  resize: none;
  border: 1px solid black;
    width:100%;
    padding:6px 12px;
}
.tx-powermail label{
  margin-top: 15px;
}
.tx-powermail .checkbox input{
  width: 15px;
    margin-left: 0;
}
.powermail_submit{
  color: #004d91 !important;
    background-color: #e3e4e4 !important;
  text-transform: uppercase;
    font-weight: bold;
}
.powermail_fieldset_1 .powermail_fieldwrap {
    width: 48%;
    float: left;
    padding: 5px;
}
.powermail_fieldwrap_type_captcha  input{
  width: 50%;
  margin-bottom: 15px;
}
.powermail_fieldwrap_hinweis  {
  font-weight: bold;
  padding: 10px;
}
.powermail_fieldwrap_achtung{
  padding: 15px;
    color: #e2000f;
    font-size: 20px;
}
/*.powermail_fieldset .powermail_fieldwrap {
    float: left;
    width: 48%;
    margin-left: 15px;
}
.powermail_fieldwrap_download   {
  float: none;
    margin-top: 50px;
}
.powermail_fieldwrap_type_submit, .powermail_fieldwrap_download   {
  float: none !important;
}*/
.tx-powermail .checkbox{
    position: relative;
}
.tx-powermail input[type="checkbox"] {
    height: 1px !important;
    width: 1px;
    background: none !important;
    opacity: 0;
    position: relative;
    top: 30px;
    left: 15px;
}
.tx-powermail input[type="checkbox"] + label {
    padding: 0;
    text-indent: -46px;
    padding-left: 46px;
    margin-top: 0;
    line-height: 5px;
    position: relative;
    vertical-align: middle;
}
.tx-powermail input[type="checkbox"] + label:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    border: solid 1px black;
    vertical-align: middle;
    margin-right: 15px;
}
.tx-powermail input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 9px;
    width: 6px;
    height: 12px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 2px solid #004d91;
    border-bottom: 2px solid #004d91;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

/****************************************
 *********** DCE Startboxen ***********
 ****************************************/
.boxes{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box{
    width: 28%;
    padding: 36px;
    margin: 30px;
    background: #f3f6f9;
    position: relative;
}
.box .title{
  font-size: 26px;
    padding: 23px;
    text-align: center;
    margin-bottom: 27px;
  font-size: 25px;
}
.box .overlayIcon{
  position: absolute;
    left: -40px;
    top: 27px;
}
/****************************************
 *********** DCE Slick Slider ***********
 ****************************************/

.slickHeaderWrap {
    position: relative;
}

.slickHeaderSliderPosition {
    z-index: 1;
    width: 100%;
}

.slickHeaderSlider:not(.slick-slider) .slickSliderSingle:not(:first-child)  {
  display: none;
}
.slickHeaderSlider{
    margin-bottom: 30px;
}

.slick-dots {
    bottom: 15px;
}
.slick-dots li.slick-active button:before{
  color: #004d91;
}
.slick-dots li button:before{
  color: #004d91;
}
.slick-dots li button::before {
    font-size: 20px;
}

.slickSliderSingle {
    position: relative;
}

.slickSliderContent {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.slickSliderContent {
    max-width: 100%;
}

.slickSliderContent a {
    /*font-family: 'Merienda One', Arial, sans-serif;*/
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
}

.slickSliderContent a {
    color: #ffffff;
}

.slickSliderContent a:hover {
    text-decoration: none;
}

.slickSliderTeaser {
    display: none;
}

.cl-effect-10 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
    float: left;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
}

.cl-effect-10 a {
    overflow: hidden;
    display: block;
}

.cl-effect-10 a span {
    display: inline-block;
    padding: 5px 10px;
    background: #004d91;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

/****************************************
 **************** Layout ****************
 ****************************************/
.cc_container .cc_btn, .cc_container .cc_btn:visited{
  background-color: #ffcc01 !important;
}
/***** navigation *****/
#naviWrap {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.naviFirst{
  -ms-flex-pack: distribute;
      justify-content: space-around;
    padding: 10px;
}
.naviMiddle{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#upNavi a{
  color: #004d91;
    font-weight: bold;
    padding-left: 25px;
}
#upNavi ul li:nth-of-type(2) a{
  color: #c31924;
}
#upNavi{
  /*margin-top: 15px;*/
}
#upNavi ul, #upNavi ul li{
  list-style-type: none;
  float:left;
  font-size: 20px;
}
#upNavi ul li{
  padding-left: 5px;
}
#facebook span{
  color: white; 
}
.upNaviMobile{
    background: #004e91;
    float: left;
    margin-bottom: 15px;
    list-style-type: none;
    text-align: center;
    padding: 20px;
  flex-wrap: wrap;
}

.upNaviMobile a, .upNaviMobile span{
  color: white;
}
.upNaviMobile img{
  width: 20px;
}
.upNaviMobile a:nth-of-type(1) {
  margin-left: 0px;
}
.upNaviMobile a{
  padding-top: 5px;
  margin-left: 15px;
}
.upNaviMobile .fa{
  margin-left: 16px;
}
.upNaviMobile{
    margin: 0;
    margin-top: -11px;
    margin-bottom: 5px;
    margin-right: -9px;
    margin-left: -21px;
}
.upNaviMobile ul, #upNavi ul li{
  list-style-type: none;
  /*float:left;*/
    margin: 0;
    padding: 0;
  margin-top: 5px;
  /*padding-left: 5px;*/
}
.upNaviMobile ul li{
  padding-right: 5px;
  float: left;
}
.mobileNavi{
  /*margin-top: 150px;*/
  margin-top: 100px;
}

#naviPhone {
  margin-top: 10px;
  margin-right: 42px;
}
#naviPhone .headermail{
  margin-left: 60px;
}
#naviPhone a{
  color: white;
  padding-left: 38px;
}
#mobileNavi .mailicon{
  background: #ffffff url(/fileadmin/templates/images/mailMobile.png) no-repeat;
    background-position: left;
    display: inline-block;
    height: 34px;
  padding-left: 45px;
}
#mobileNavi .phoneicon{
  background: #ffffff url(/fileadmin/templates/images/phone.png) no-repeat;
    background-position: left;
    display: inline-block;
    height: 34px;
    padding-left: 63px;
}
#mobileNavi span a{
    display: inline-block;
    padding: 10px;
}
.mm-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  position: absolute;
    top: 0;
    background: transparent;
}
#search a{
  color: white;
}
#search{
  margin-right: 15px;
}
#facebook a{
  margin-right: 15px;
}
#login{
  margin-right: 15px;
}
#login a{
  color: white;
}
.naviRight{
  margin-top: 10px;
}
.phoneicon {
    background: #004d91 url(/fileadmin/templates/images/phone.png) no-repeat;
    background-position: left;
    /* margin-top: 15px; */
    display: inline-block;
    height: 22px;
    /* width: 100%; */
    /* margin-right: -15px; */
}
.mailicon{
    background: #004d91 url(/fileadmin/templates/images/mail.png) no-repeat;
    background-position: left;
    /* margin-top: 15px; */
    display: inline-block;
    height: 22px;
    /* width: 50px; */
    /* margin-right: -15px; */
}
#naviPhone a:nth-of-type(2){
  padding-left: 15px;
}
#mainNavi{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    /* text-align: center; */
    /* margin: 0 auto; */
    /* max-width: 1280px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mainNavi{
    display: none;
}
.libsubmenu .submenu{
  padding-left: 95px;
}
.navbar-nav .active{
  background: #c5c5c5;
}
.navbar-nav > li > a{
    color: black;
    padding: 15px 40px 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.libsubmenu{
  /*max-width: 1300px;
    margin: 0 auto;
  margin-top: -30px;*/
    background-color: #e3e4e4;
}
.submenu{
  max-width: 1280px;
    margin: 0 auto;
    background-color: #e3e4e4;
}
.submenu.mobile{
  left: auto;
    right: 0;
    max-width: 43%;
    background: none;
    margin-top: 44%;
  overflow: scroll;
}
.submenu.mobile .caret{  

}

.submenu.mobile .navbar-nav .active{
  background: none;
}
.submenu.mobile .navbar-nav > li > a{
  padding: 15px 25px 15px 25px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    color: #004e91;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
  text-transform: none;
  font-weight: normal;
  padding-left: 35px;
}

.libsubmenu .submenu .nav.navbar-nav{
  background: #e3e4e4;
}
.libsubmenu .navbar-nav > li > a{
  padding: 15px;
  color: #004d91;
}
.subMenuSide .slick-slider{
      margin-top: 45px;
}
.mobileSubmenu{
  display: none;
}
#logo {
    max-width: 46%;
      margin-top: 8px;
}

#logo a {
    display: inline-block;
}

#logo a img {
    max-height: 51px;
  max-height: 67px;
}

#langNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

#langNavi ul li {
    padding-left: 8px;
}

/***** header *****/
#header {
    padding-top: 10%;
}

/***** content *****/
#clickpath {
    margin: 0;
  display: none;
}

#main .frame, #main .csc-center {
    padding: 30px 10px;
    margin: 0 auto;
    max-width: 1280px;
  padding-top: 5px;
}

#main .csc-center {
  text-align: center;
}

.ka-panel .frame{
   padding: 30px 10px !important;
}

/***** footer *****/
#footer {
    font-size: 14px;
}

#footer .firstWrap {
    background-color: #004d91;
    padding: 30px;
    color: #eeeeee;
}

#footer .secondWrap {
    background-color: #333333;
    padding: 15px;
    color: #eeeeee;
}

#footer .csc-darkblue {
    padding: 30px 10px;
}

#footer .csc-darkgrey {
    padding: 15px 10px;
}

#footer a {
    color: #eeeeee;
}

#footer ul li {
    list-style-type: none;
}

.footerGap {
    max-width: 1280px;
    margin: 0 auto;
}
#contactCopy{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mapgrid{
   /* background: #004d91 url(/fileadmin/templates/images/mapgrid.jpg) no-repeat;
    height: 276px;
    background-size: contain;*/
    width: 30%;
}
.mapimage img{
  max-width: 65% !important;
}
#sitemap .sitemapHide{
    display: none;
}

#copyright, #social {
    margin-bottom: 10px;
  margin-top: 43px;
}

#metaNavi ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

/***** something else *****/
#invisible {
    display: none;
}

#cookie-bar {
    z-index: 20000;
    bottom: 0;
    position: fixed;
    width: 100%;
    min-height: 32px;
    margin: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  background: #e3e4e4;
  padding-top: 0px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  background-color: #004d91;
  padding: 10px;
}

.ka-handler{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ka-handler.special h3{
    color:#004e91 !important;
}

/****************************************
 ************** responsive **************
 ****************************************/

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {
    .flexContainer768 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .col2item {
        width: 50%;
    }

    .col3item {
        width: 33.33%;
    }

    #main .csc-sitemap {
        max-width: 50%;
    }

    #sitemap .sitemapHide{
        display: block;
        /*flex-grow: 2;*/
        padding-right: 20px;
    }

    #sitemap ul {
        padding: 0;
    }

    #sitemap ul ul {
        padding-left: 20px;
    }

    #sitemap ul ul ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: flex-start;
                flex-flow: flex-start;
    }

    #sitemap ul ul ul li {
        padding-right: 10px;
    }

    #contact {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    #metaNavi ul li {
        padding-left: 10px;
    }

    .footerGap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .slickSliderTeaser {
        display: block;
        font-weight: bold;
        font-size: 26px;
        line-height: 30px;
        color: #ffffff;
        text-shadow: 0 0 5px #000000;
        font-style: italic;
    }

    .slickSliderContent {
        max-width: 700px;
        left: 20px;
        bottom: 20px;
    }

    .slickSliderContent header {
        font-weight: bold;
        font-size: 60px;
        line-height: 70px;
        color: #ffffff;
        text-shadow: 0 0 15px #000000;
    }
}

@media screen and (min-width: 1024px) {
    #naviWrap {
        position: fixed;
    }

    #mobileNaviTriggerWrap {
        display: none;
    }

    #logo {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    #mainNavi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }

    /***** DCE Slick Slider *****/
    .slickSliderContent {
        left: 30px;
        bottom: 30px;
    }

    .slickSliderTeaser {
        font-size: 26px;
        line-height: 30px;
    }

    .slickSliderContent header {
        font-size: 60px;
        line-height: 80px;
    }

    .cl-effect-10 {
        margin-top: 10px;
        font-size: 26px;
        float: right;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    }

    .cl-effect-10 a span {
        padding: 10px 20px;
    }

    .cl-effect-10 a::before {
        position: absolute;
        z-index: -1;
        padding: 10px 20px;
        background: #ffffff;
        color: #004d91;
        content: attr(data-hover);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateX(-25%);
    }

    .cl-effect-10 a:hover span,
    .cl-effect-10 a:focus span {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    }

    .cl-effect-10 a:hover::before,
    .cl-effect-10 a:focus::before {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    }
}

@media screen and (min-width: 1280px) {
    /***** DCE Slick Slider *****/
    .slickSliderContent {
        left: 10%;
        bottom: 80px;
    }

    .slickSliderTeaser {
        font-size: 30px;
        line-height: 34px;
    }

    .slickSliderContent header {
        font-size: 80px;
        line-height: 100px;
    }
}

@media screen and (max-width: 1280px) {
  .navbar-nav > li > a {
    padding: 15px 35px 15px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-nav > li > a {
    padding: 15px 25px 15px 25px;
  }
  .naviMiddle {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image{
    margin-top: 10px;
  }
  .libsubmenu .submenu{

  }
}
@media screen and (max-width: 1024px) {
  
  .libsubmenu{
    display: none;
  }
  .submenu.mobile{
    display: block !important;
  }
  .submenu.mobile .navbar-nav > li{
    float: none;
  }
  .mobileNavi{
    z-index: 1;
  }
  .mm-footer{
    z-index: -1;
  }
  #mobileNaviTriggerWrap{
    display: block;
  }
  .naviLast, .naviFirst  {
    display: none;
  }
  .naviMiddle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7px;
  }
  .box {
    width: 27%;
  }
  #upNavi{
    display: none;
  }
  #naviWrap {
        position: fixed;
    }
  #mapgrid{
    
  }
  #logo{
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .mm-footer .headerphone, .mm-footer .headermail{
    display: none;
  }
  .libsubmenu{    }
  
  .navbar-nav{
    float: none;
    margin: 7.5px -15px;
  }
  .tx-powermail textarea{
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
  }
  table.footable, table.footable-details{
     width: 100%;
  }
  table.footable>tbody>tr>td, table.footable>tbody>tr>th{
    width: 70%;
  }
}
@media screen and (max-width: 840px) {
  
  .box {
    width: 41%;
  }
  .submenu.mobile {
    left: auto;
    right: 0;
    max-width: 53%;
    background: none;
    margin-top: 50%;
  }
}
@media screen and (max-width: 786px) {
  .submenu.mobile {
    left: auto;
    right: 0;
    max-width: 56%;
    background: none;
    margin-top: 54%;
  }
}
@media screen and (max-width: 768px) {
  
  #mapgrid{
    width: 44%;
  }
  .submenu.mobile {
    left: auto;
    right: 0;
    max-width: 57%;
    background: none;
    margin-top: 55%;
  }
}
@media screen and (max-width: 668px) {
  
  .box {
    width: 59%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #mobileNaviTriggerWrap {
    margin-right: 15px;
  }
  
  #mapgrid{
        width: 100%;
  }
  .submenu.mobile {
    left: auto;
    right: 0;
    max-width: 66%;
    background: none;
    margin-top: 63%;
  }
  #mobileNavi,
  .mm-menu{
    
  }
}

@media screen and (max-width: 480px){
  .powermail_fieldset_1 .powermail_fieldwrap {
    width: 100%;
    float: none;
    padding: 5px;
  }
  .submenu.mobile {
    left: auto;
    right: 0;
    max-width: 75%;
    background: none;
    margin-top: 88%;
  }
}
@media screen and (max-width: 416px){
  .upNaviMobile{
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .upNaviMobile a {
    padding-top: 0px;
    /*margin-left: 45px; */
  }
  .upNavi a{
    margin-left: 6px;
  }
}
@media screen and (max-width: 412px){
  .box {
    width: 80%;
  }
}
@media screen and (max-width: 375px){
.upNaviMobile{
  font-size: 14px;
}
  .upNaviMobile a:nth-of-type(1) {
   /*margin-left: 13px;*/
  }
  .upNaviMobile a {
    padding-top: 0px;
    /*margin-left: 58px;*/
  }
  .box {
    width: 81%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #mobileNavi .mailicon{
    padding-left: 34px;
  }
  .upNavi li:nth-of-type(2){
    /*margin-top: 10px; */
  }
  .tx-powermail .secondLabel{
    margin-left: 15px;
  }
  .submenu.mobile {
    left: auto;
    right: 0;
    max-width: 75%;
    background: none;
    margin-top: 112%;
  }
}
@media screen and (max-width: 320px){
  .box .title {
    font-size: 26px;
    padding: 19px;
    text-align: center;
    margin-bottom: 27px;
    padding-left: 3px;
  }
  h1, h2, h3, h4, h5{
    word-break: break-all;
  }
  .submenu.mobile {
    left: auto;
    right: 0;
    max-width: 75%;
    background: none;
    margin-top: 132%;
  }
  .upNaviMobile a {
    padding-top: 0px;
    /*margin-left: 43px; */
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #logo {
     margin-left: -32%;
   }
}