/****************************************
************ basic settings ************
****************************************/

*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-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-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 140%;
  color: #000;
  background-image: url(/fileadmin/templates/images/hg.png);
  background-repeat: repeat-y;
  background-position: top center;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

h1 {
  padding: 0 0 10px 0;
  font-size: 30px;
}

h2 {
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #049fe0;
}

h3, h4, h5 {
  padding: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
}

ol, ul {
  margin: 0;
  padding: 0 0 0 20px;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  
img {
  width: 100%;
}
}

a, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

*:focus,
*:active {
  outline: none !important
}

iframe {
  max-width: 100%;
}

caption {
  font-style: italic;
    min-height: 50px;
    line-height: 120%;
}

.t3js-icon img {
  height: 16px;
  width: 16px;
}

.flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 8px;
}


/****************************************
************* mobile navi **************
****************************************/

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 10px;
  left: -5px;
  background: #fff;
}

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
  background: #fff;
}

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 {
  box-sizing: border-box;
  display: block;
  width: 48px;
  height: 32px;
  z-index: 2;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 48px;
  height: 6px;
  position: absolute;
  left: 0;
}

#hamburger:before {
  top: 0;
}

#hamburger span {
  top: 12px;
}

#hamburger:after {
  top: 25px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity, background;
  transition-property: transform, top, bottom, left, opacity, background;
}

#mobileNaviTriggerWrap {
  position: relative;
  display: inline-block;
  
}
#mobileNaviTriggerWrap .extra{
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
}

.mm-menu .mm-search input {
  background: #009ddf;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 3px;
  height: 33px;
  border-radius: 0;
}

.mm-noresultsmsg {
  color: #009ddf;
}

.mm-subclose .glyphicon {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 10px;
  top: 5px;
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: #009ddf;
  color: #ffffff;
}

.mm-list a.mm-subclose {
  padding-top: 10px;
}

.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: #009ddf;
}

.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;
}

/****************************************
*********** DCE Slick Slider ***********
****************************************/
.slick-slider{
  margin-bottom: 0px;
}
.slickHeaderWrap {
  position: relative;
}

.slickHeaderSlider {
  display: none;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button::before {
  font-size: 16px;
}

.slickSliderSingle {
  position: relative;
}

.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);
  -moz-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: #009ddf;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
}

/****************************************
**************** Layout ****************
****************************************/

/***** navigation *****/
#naviWrap {
  padding: 16px 16px 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
  justify-content: space-between;
  max-width: 1450px;
  color: #fff;
}
#naviWrap a{
  color: #fff;
}
#langNavi{
  display: none;
}

#mainNavi {
  display: block;
  -webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}

#logo {
  max-width: 60%;
}

#logo a {
  display: inline-block;
}

#logo a img {
  max-height: 100px;
}
#siegel img{
  max-height: 60px;
}

#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;
  padding: 0px;
  margin-bottom: 30px;
}

#langNavi ul li {
  padding-left: 4px;
  border-left: 1px solid #fff;
  padding-right: 4px;
}
#langNavi ul li:first-child{
  border-left: 0px solid #fff;
}
/***** all *****/
.wrapAll{
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
/***** header *****/
#header {
  
}
/***** contact / quicklinks *****/
#coqu{
  
}
.contact2{
  display: none;
  font-size: 14px;
  line-height: 30px;
  color: #009ddf;
}
.contact2 a{
  font-weight: bold;
  color: #009ddf;
}
.quicklinks {
  
}
.quicklinks .quick a{
  display: block;
  color: #fff;
  background-color: #9d9d9d;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 30px;
}
.quicklinks .quick a:hover,
.quicklinks .quicklast a{
  background-color: #009ddf;
}
.quicklinks .quicklast a:hover{
  background-color: #9d9d9d;
}


/***** content *****/


#main .csc-default {
  padding: 0 10px;
  margin: 15px auto;
  max-width: 1450px;
}
#main{
  line-height: 160%;
}

/***** footer *****/
#footer {
  font-size: 10px;
  background-color: #009ddf;
  font-weight: 300;
  color: #fff;
}

#footer a {
  color: #fff;
}
#footer a:hover,
.quicklinks .quick a:hover{
  text-decoration: none;
}

#footer ul li {
  list-style-type: none;
  float: left;
  text-transform: uppercase;
  margin-right: 1%;
  min-width: 19%;
  min-width: 14%;
  font-size: 12px;
}
#footer ul li a{
  display: block;
}
#footer ul li ul {
  padding: 0;
  margin-top: 20px;
}
#footer ul li li {
  float: none;
  margin: 0;
  min-width: inherit;
  font-size: 10px;
  line-height: 200%;
}
#footer ul li ul ul{
  display: none;
}

#footer h4{
  padding-bottom: 20px;
}
.footerGap {
  max-width: 1450px;
  margin: 0 auto;
  padding: 2% 1%;
}

#sitemap {
  display: none;
}

#copyright, #social {
  text-align: center;
  margin-bottom: 10px;
}

#metaNavi ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}


/* YT */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: both;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* content */

.leftcontent, .rightcontent{
  display:none;
}
.leftcontent h3, .rightcontent h3{
  text-transform: uppercase;
  font-weight: bold;
}

/* tx-powermail */
.tx-powermail h3,
.tx-powermail legend{
  display: none;
}
.form-control,
.btn{
  border-radius: 0px;
}
.btn-primary{
  background-color: #009ddf;
  border-color: #009ddf;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #9d9d9d;
    border-color: #9d9d9d;
}
.btn_request .button {
  margin: 7px 0;
  background-color: #009ddf;
  border-color: #009ddf;
  text-transform: uppercase;
  display: block;
  border: none;
  min-width: 130px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.btn_request .button:hover {
  background-color: #9d9d9d;
  border-color: #9d9d9d;
}

/* col4wrap */
.col4wrap{
  max-width: 960px;
}
.col4item{
  min-width: 25%;
}
#main .col4item .csc-default,
#main .col3item .csc-default,
#main .col2item .csc-default{
  padding: 5%;
  margin: 3%;
  background-color: #ededed;
}

/* link-social */
.link-social{
    font-size: 25px;
    margin-top: 20px;
}
.link-social a{
  margin-right: 10px;
}

/****************************************
************** responsive **************
****************************************/

@media screen and (min-width: 480px) {
#logo a img {
  max-height: 150px;
}
#siegel img {
  max-height: 80px;
}
}

@media screen and (min-width: 600px) {
div.csc-textpic div.csc-textpic-imagecolumn{
  max-width: 32%;
}
}

@media screen and (min-width: 768px) {
.flexContainer768 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
}


.col2item {
  width: 50%;
}

.col3item {
  width: 33.33%;
}

#main .csc-sitemap {
  max-width: 50%;
}
#main p{
  margin: 0 0 10px;  
}
#sitemap {
  display: block;
  -webkit-box-flex: 6;
  -ms-flex-positive: 6;
          flex-grow: 6;
}

#sitemap ul {
  padding: 0;
}

#sitemap ul ul {
  padding-left: 20px;
}

#sitemap ul ul ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#logo a img {
  max-height: 200px;
}
#siegel img {
  max-height: 100px;
}
#langNavi{
  display: block;
}
#coqu{
  padding: 10px 0 20px;
  background-image: url(/fileadmin/templates/images/line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.contact2{
  display: block;
  float: left;
  padding-left: 2%;
}
.quicklinks {
  float: right;
}
.quicklinks .quick a {
  display: inline-block;
  margin-top: 0px;
  margin-left: 17px;
  min-width: 130px;
}
.content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 960px;
  width: 960px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.rightcontent{
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  max-width: 190px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
}

@media screen and (min-width: 1024px) {
#naviWrap {
}
#logo a img,
#siegel  img{
  max-height: inherit;
}

#logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
#logo {
    width: 850px;
  max-width: 850px;
}



/***** DCE Slick Slider *****/
.cl-effect-10 {
  margin-top: 10px;
  font-size: 26px;
  float: right;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
  -moz-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: #009ddf;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.leftcontent{
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  max-widht: 180px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
}

@media screen and (min-width: 1280px) {
.headerwrap{
  position: fixed;
  max-width: 1450px;
  height: 314px;
  z-index: 1;
}
.slickHeaderWrap {
  height: 254px;
}
#main{
  padding-top: 351px;
}
#coqu{
  background-color: #fff;
}



