body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.safari .row:before,
.safari .row:after {
    content:'';
    display:block;
    width:100%;
    height:0;
}

.container {
	margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* funnel-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/funnel-sans-v2-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-sans-v2-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-sans-v2-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-sans-v2-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-sans-v2-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-sans-v2-latin-300.svg#FunnelSans') format('svg'); /* Legacy iOS */
}

/* funnel-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/funnel-sans-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-sans-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-sans-v2-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-sans-v2-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-sans-v2-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-sans-v2-latin-regular.svg#FunnelSans') format('svg'); /* Legacy iOS */
}

/* funnel-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/funnel-sans-v2-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-sans-v2-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-sans-v2-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-sans-v2-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-sans-v2-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-sans-v2-latin-500.svg#FunnelSans') format('svg'); /* Legacy iOS */
}

/* funnel-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/funnel-sans-v2-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-sans-v2-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-sans-v2-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-sans-v2-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-sans-v2-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-sans-v2-latin-600.svg#FunnelSans') format('svg'); /* Legacy iOS */
}

/* funnel-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/funnel-sans-v2-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-sans-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-sans-v2-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-sans-v2-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-sans-v2-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-sans-v2-latin-700.svg#FunnelSans') format('svg'); /* Legacy iOS */
}

/* funnel-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/funnel-sans-v2-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-sans-v2-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-sans-v2-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-sans-v2-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-sans-v2-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-sans-v2-latin-800.svg#FunnelSans') format('svg'); /* Legacy iOS */
}
/* funnel-display-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/funnel-display-v2-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-display-v2-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-display-v2-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-display-v2-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-display-v2-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-display-v2-latin-300.svg#FunnelDisplay') format('svg'); /* Legacy iOS */
}

/* funnel-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/funnel-display-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-display-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-display-v2-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-display-v2-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-display-v2-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-display-v2-latin-regular.svg#FunnelDisplay') format('svg'); /* Legacy iOS */
}

/* funnel-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/funnel-display-v2-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-display-v2-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-display-v2-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-display-v2-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-display-v2-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-display-v2-latin-500.svg#FunnelDisplay') format('svg'); /* Legacy iOS */
}

/* funnel-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/funnel-display-v2-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-display-v2-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-display-v2-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-display-v2-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-display-v2-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-display-v2-latin-600.svg#FunnelDisplay') format('svg'); /* Legacy iOS */
}

/* funnel-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/funnel-display-v2-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-display-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-display-v2-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-display-v2-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-display-v2-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-display-v2-latin-700.svg#FunnelDisplay') format('svg'); /* Legacy iOS */
}

/* funnel-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Funnel Display';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/funnel-display-v2-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../../files/fonts/funnel-display-v2-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/fonts/funnel-display-v2-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../files/fonts/funnel-display-v2-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../files/fonts/funnel-display-v2-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../files/fonts/funnel-display-v2-latin-800.svg#FunnelDisplay') format('svg'); /* Legacy iOS */
}

/* offcanvas.css */
.mm-menu_theme-white, .mm-menu--theme-white {
    font-family:Open Sans,Arial,sans-serif,Helvetica;
    background-color: #0272c1;
    --mm-color-background: #0272c1;
    --mm-color-text: #fff;
    --mm-color-text-dimmed: #fff;
}
.mm-menu_theme-dark {
    font-family:Open Sans,Arial,sans-serif,Helvetica;
    background-color: #0272c1;
    --mm-color-background: #0272c1;
    --mm-color-text: #fff;
    --mm-color-text-dimmed: #fff;
}
#offcanvas:not( .mm-menu ){
	display:none
}
#offcanvasmenu{
	width:70px;
	height:45px;
	left:0;
	top:10px;
	position:fixed;
	display:block;
	box-sizing: border-box;
	z-index: 4
}
a#offcanvasmenu{outline: none}#offcanvasmenu::before,#offcanvasmenu::after,#offcanvasmenu span{width:30px;height:3px;left:12px;position:absolute;display:block;background: none repeat scroll 0 0 #005086;content: ""}#offcanvasmenu::before{top:10px}#offcanvasmenu span{top:20px}#offcanvasmenu::after{top:30px}#offcanvasmenu::before,#offcanvasmenu::after,#offcanvasmenu span{transition-delay: 0.5s;transition-duration: 0.5s;transition-property: transform, top, bottom, left, opacity;transition-timing-function: ease}html.mm-opening #offcanvasmenu::before,html.mm-opening #offcanvasmenu::after{top:20px}html.mm-opening #offcanvasmenu span{left:-50px;opacity: 0}html.mm-opening #offcanvasmenu::before{transform: rotate(45deg)}html.mm-opening #offcanvasmenu::after{transform: rotate(-45deg)}.mm-wrapper_opening #offcanvasmenu::before,.mm-wrapper_opening #offcanvasmenu::after{top:20px}.mm-wrapper_opening #offcanvasmenu span{left:-50px;opacity: 0}.mm-wrapper_opening #offcanvasmenu::before{transform: rotate(45deg)}.mm-wrapper_opening #offcanvasmenu::after{transform: rotate(-45deg)}
form .widget-submit button {
    left:0;
    position:relative;
    display:inline-block;
    margin-top:30px;
    margin-bottom:28px;
    padding:13px 22px 13px 22px;
    white-space:nowrap;
    background-color:#a0cc07;
    border:0px;
    font:1.1em Open Sans,Arial,sans-serif,Helvetica;
    font-weight:normal;
    text-decoration:none;
    color:#003153;
    z-index: 110;
    font-weight: 700;
    cursor: pointer;
}

form button.submit:hover,
form button.submit:active {
    background-color:#920102;
}

form textarea {
    width:100%;
    padding:2px 4px;
    background-color:#fafbff;
    border:1px solid rgba(2,114,193,.5);
    border-radius:4px;
    font-family:Open Sans,Arial,sans-serif,Helvetica;
    color:#0272c1;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
form select {
    width:100%;
    padding:2px 5px;
    background-color:#fafbff;
    border:1px solid rgba(2,114,193,.5);
    border-radius:4px;
    color:#0272c1;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
form input {
    width:100%;
    padding:2px 5px;
    background-color:#fafbff;
    border:1px solid rgba(2,114,193,.5);
    border-radius:4px;
    color:#0272c1;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}
form label {
    width:100%;
    display:block;
    margin-top:5px;
}
html {
	scroll-behavior: smooth;
	margin: 0;
    height: 100%;
}

body.standard.home {
  margin: 0;

  /* Fallback: 3000px */
  --gradient-height: 3000px;

  background:
    linear-gradient(
      180deg,
      rgba(0, 66, 73, 1) 0%,
      rgba(99, 146, 217, 1) 50%,
      rgba(137, 166, 213, 1) 95%,   
      rgba(214, 226, 245, 1) 100%
    ) 0 1500px,
    url('/files/elemente/Home_Gradient2.png') top center no-repeat;

  background-size:
    100% var(--gradient-height),
    2000px 1500px;

  background-repeat: no-repeat;
  background-attachment: scroll;
}

body.standard.investorrelations {
    background: #004249;
    background: linear-gradient(0deg,rgba(0, 66, 73, 1) 75%, rgba(99, 146, 217, 1) 100%);
  background-repeat: no-repeat;
  background-attachment: scroll;
    background-position: top;
  background-size: 100% var(--gradient-height, 100vh); /* fallback auf 100vh */
}
body.standard.team {
    background: #ffffff;
   background: linear-gradient(0deg,rgba(255, 255, 255, 1) 60%, rgba(99, 146, 217, 1) 100%);
     background-repeat: no-repeat;
  background-attachment: scroll;
    background-position: top;
  background-size: 100% var(--gradient-height, 100vh); /* fallback auf 100vh */
}

.full-height.erstes {
    height: calc(100vh - 200px); /* z.B. Headerhöhe abziehen */
    display: flex;
    justify-content: center;  /* horizontal zentrieren */
    align-items: center;      /* vertikal zentrieren */
}

.full-height {
    height: 100vh; /* z.B. Headerhöhe abziehen */
    display: flex;
    justify-content: center;  /* horizontal zentrieren */
    align-items: center;      /* vertikal zentrieren */
}

.ce_tabs {
    
}
.tab-pane {
    display: none;
}
.tab-pane.active-tab {
    display: block;
}
#main .inside {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#main p, #main ol, #main ul, #header p, #header ol, #header ul {
        font-family: Funnel Sans,Sans-Serif;
}
#main h1, #main h2, #main h3, #main h4 {
    font-family: Funnel Display,Sans-Serif;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main ul, #main ol, #main p {
    color: #D0E2F3;
} 
#main p, #main ul, #main ol {
    font-size: 1.1rem;    
}
#main p a, #main ul a, #main ol a {
    color: #fff;
}
#main p a:hover, #main ul a:hover, #main ol a:hover {
    color: #D0E2F3;
}
#main .layout_latest {
    margin-bottom: 50px;
}
#main .layout_latest h2, #main .erklaerung .layout_latest h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
#main .layout_latest h2 a, #main .erklaerung .layout_latest h2 a {
    color: #004249;
}
#main .layout_latest h2 a:hover, #main .erklaerung .layout_latest h2 a:hover {
    color: #000;
}
#main .layout_latest p.info, #main .erklaerung .layout_latest p.info {
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: italic;
}
#main .layout_full p.info, #main .erklaerung .layout_full p.info {
  font-style: italic;
}
#main .layout_latest p.more, #main .erklaerung .layout_latest p.more {
  margin-top: -12px;
}

.team #main h1, .team #main h2, .team #main h3, .team #main h4, .team #main h5, .team #main ul, .team #main ol, .team #main p {
    color: #004249;
}
.team #main .temblock p {
    font-size: 0.9rem;
}
.team #main .temblock h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 0.9rem;
}
.team #main .temblock h2 {
    font-size: 1.7rem;
}
.team #main .temblock h3 {
    font-size: 1.5rem;
    margin-top:0px;
    margin-bottom:40px;
}
.team #main .temblock {
    border-left: 1px solid #004249;
    margin-bottom: 50px;
}



#main .einleitung {
}
#main .sloganzentrum h1 {
    font-size: 2rem;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#main .erklaerung {
}
#main .erklaerung h2 {
    font-size: 2rem;   
} 
#main .erklaerung h3 {
    font-size: 1.6rem; 
    margin-bottom: -12px;
} 
#main .normal {
}
#main .normal h2 {
    font-size: 2rem;   
} 
#main .normal h3 {
    font-size: 1.2rem; 
    margin-bottom: -12px;
} 
#main .erklaerung .news {
    margin-bottom: 80px;
} 

#main .rundhead h3, #main .normal .rundhead h3 {
    border: 0px solid #D0E2F3;
    display: flex;
    margin: 0 auto;
    height: 50px;
    align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 25px;
      font-size: 1.3rem;
}
#main .zahl p, #main .normal .zahl p{
    font-size: 2rem;
    margin-top: 8px;
    font-weight: 700;
    line-height: 2.4rem;
}
#main .button p a {
    border: 1px solid #D0E2F3;
    display: flex;
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
    align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 25px;
  font-size: 1.4rem;
  color: #fff;
   line-height: 1rem;
   text-decoration: none;
}
#main .button p a:hover {
    color: #004149;
    background-color: #fff;
}
#main .contact {
    margin-top: 80px;
    margin-bottom: 80px;
}
#main .contact h2 {
      font-size: 2rem; 
    color: #004249;
}
#main .contact p {
    color: #004249;
}
#main .contact p a {
    color: #004249;
}
#main .contact p a:hover {
    color: #000;
}
.investorrelations #main .contact h2 {
      font-size: 2rem; 
    color: #D0E2F3;
}
.investorrelations #main .contact p {
    color: #D0E2F3;
}
.investorrelations #main .contact p a {
    color: #D0E2F3;
}
.investorrelations #main .contact p a:hover {
    color: #fff;
}
body.intro {
    margin: 0;
    padding: 0;
    background-image: url('/files/elemente/Start-Gradient.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: auto;
}
.intro .logo-im-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* volle Höhe für vertikale Zentrierung */
    text-align: center;
}
.intro .logo-im-intro img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 80vh;
    transition: transform 0.3s ease; /* sanfte Übergangsanimation */
}
.intro .logo-im-intro img:hover {
    transform: scale(1.02); /* 2 % Vergrößerung bei Hover */
}
.toggler {
	font-weight: bold;
	cursor: pointer;
}
#main .einleitunggross {
    margin-top: 40px;
    margin-bottom: 20px;
}
#main .financaldata {
    margin-bottom: 80px;
}
#main .financaldata h3 {
    font-size: 1.8rem;
    margin-bottom: 0px;
}
#main .financaldata p {
    font-size: 1.1rem;
    margin-top: 0px;
    font-weight: 300;
}
#main .financialreports {
    margin-bottom: 80px;
}
#main .financialcalendar {
    margin-bottom: 80px;
}
#main .otherdocuments {
    margin-bottom: 80px;
}
#main .otherdocuments h3 {
    margin-bottom: 0px;
}
#main .otherdocuments p {
    font-size: 0.9rem;
    margin-top: 3px;
    font-weight: 500;
}
#main .otherdocuments p a {
    color: #D0E2F3;
}
#main .otherdocuments p a:hover {
    color: #fff;
}
#main .financialreports h3 {
}
#main .financialreports p {
    font-size: 0.9rem;
    margin-top: 3px;
    font-weight: 500;
}
#main .financialreports p a {
    color: #D0E2F3;
}
#main .financialreports p a:hover {
    color: #fff;
}
#main .financialreports ul.ce_tabs-nav {
    padding-left: 0px;
    margin-bottom: 30px;
}
#main .financialreports ul.ce_tabs-nav li {
    display: inline-block;
    list-style: none;
    margin-right: 0px;
}
#main .financialreports ul.ce_tabs-nav li a {
    color: #fff;
    background-color: #6392D900;
    height: 50px;
    width: 100px;
    border-radius: 25px;
    display: flex;
        align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.1rem;
}
#main .financialreports ul.ce_tabs-nav li a:hover {
        color: #D0E2F3;
}
#main .financialreports ul.ce_tabs-nav li a.active-tab-nav {
    color: #fff;
    background-color: #6392D9;
    height: 50px;
    width: 100px;
    border-radius: 25px;
    display: flex;
        align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-decoration: none;
}
#main .erklaerung.news h2, #main .erklaerung.news h3, #main .erklaerung.news p {
    color: #004249;
}
#main .erklaerung.news p a {
    color: #004249;
}
#main .erklaerung.news p a:hover {
    color: #000;
}

.roadmap.roadmap--orientation-horizontal .roadmap__navigation > * a, .roadmap.roadmap--orientation-vertical .roadmap__navigation > * a, .roadmap.roadmap--orientation-auto .roadmap__navigation > * a {
    color: #D0E2F3;
      text-decoration: underline;
}

ul.roadmap__navigation {
    position: absolute;
    bottom: -60px;
}

.roadmap.roadmap--orientation-horizontal .roadmap__events__event::after, .roadmap.roadmap--orientation-horizontal .roadmap__events__event::before, .roadmap.roadmap--orientation-horizontal .roadmap__events::after, .roadmap.roadmap--orientation-vertical .roadmap__events__event::after, .roadmap.roadmap--orientation-vertical .roadmap__events__event::before, .roadmap.roadmap--orientation-vertical .roadmap__events::after, .roadmap.roadmap--orientation-auto .roadmap__events__event::after, .roadmap.roadmap--orientation-auto .roadmap__events__event::before, .roadmap.roadmap--orientation-auto .roadmap__events::after {
  background-color: #D0E2F3;


}
/* Seitenkopf */

#header {
	width:100%;
    display:inline-block;
    position: fixed;
    height: 240px;
    z-index: 100;
    top: 0px;
}
#header .logo-im-header {
    max-width: 150px;
    height: 50px;
background-color: rgba(255, 255, 255, 0.1); /* halbtransparent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* für Safari */
    display: flex;
    align-items: center; /* vertikal zentrieren */
    justify-content: center; /* optional: auch horizontal */
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    margin: 0 auto;       /* <-- zentriert horizontal, falls nötig */
    top: 8px;
    position: relative;
}
#header .logo-im-header img {
    width: 75px;
}
.standard #header .logo-im-header .team img{
    display: none;
}
.standard.team #header .logo-im-header .team img{
    display: block;
}
.standard.team #header .logo-im-header .standard img{
    display: none;
}
#header .mod_changelanguage {
    height: 50px;
background-color: rgba(255, 255, 255, 0.1); /* halbtransparent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* für Safari */
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center; /* vertikal zentrieren */
    justify-content: center; /* optional: auch horizontal */
    max-width: 100px;
    position: absolute;
    top: 8px;    
    left: 8px;
    width: 100px;
}
#header .mod_changelanguage ul {
    padding-left: 0px;
    margin: 0px;
}
#header .mod_changelanguage ul li {
    display: inline-block;
    list-style: none;
}
#header .mod_changelanguage ul li a, #header .mod_changelanguage ul li strong {
    text-transform: uppercase;
    color: #D0E2F3;
    text-decoration: none;
    font-weight: 500;
}
#header .mod_changelanguage ul li a:hover {
    color: #fff;
}
#header .mod_changelanguage ul li:first-child::after {
    content: " / ";
    color: #D0E2F3;    
}
.team #header .mod_changelanguage ul li:first-child::after {
    color: #004249;    
}
.team #header .mod_changelanguage ul li a, .team #header .mod_changelanguage ul li strong {
    color: #004249;
}

#header .nav-header-rechts {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1); /* halbtransparent */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* für Safari */
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center; /* vertikal zentrieren */
    justify-content: center; /* optional: auch horizontal */
    width: fit-content;   /* <-- nur so breit wie der Inhalt */
    margin: 0 auto;       /* <-- zentriert horizontal, falls nötig */
    top: 18px;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    margin: 0 auto;
}
.team #header .nav-header-rechts ul li a {
    color: #004249;  
}
.team #header .nav-header-rechts ul li a:hover {
    color: #000;  
}
.team #header .nav-header-links ul li a {
    color: #004249;  
}
.team #header .nav-header-links ul li a:hover {
    color: #000;  
}
#header .nav-header-rechts ul {
    padding-left: 0px;
    margin: 0px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    line-height: 1.4rem;
}
#header .nav-header-rechts ul li {
    display: inline-block;
    list-style: none;
}
#header .nav-header-rechts ul li a {
    text-transform: uppercase;
    color: #D0E2F3;
    text-decoration: none;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
#header .nav-header-rechts a:hover {
    color: #fff;
}
#header .nav-header-links {
    height: 50px;
background-color: rgba(255, 255, 255, 0.1); /* halbtransparent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* für Safari */
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center; /* vertikal zentrieren */
    justify-content: center; /* optional: auch horizontal */
    width: fit-content;   /* <-- nur so breit wie der Inhalt */
    position: absolute;
    top: 8px;
    right: 8px;
    width: 100px;
}
#header .nav-header-links ul {
    padding-left: 0px;
    margin: 0px;
    padding-left: 14px;
    padding-right: 14px;
}
#header .nav-header-links ul li {
    display: inline-block;
    list-style: none;
}
#header .nav-header-links ul li a {
    text-transform: uppercase;
    color: #D0E2F3;
    text-decoration: none;
    font-weight: 500;
    padding-left: 14px;
    padding-right: 14px;
}
#header .nav-header-links a:hover {
    color: #fff;
}

.standard #container {
    top: 130px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 130px;
}



/* Seitenfuss */
#footer p, #footer ol, #footer ul, #footer p, #footer ol, #footer ul {
    font-family: Funnel Sans,Sans-Serif;
    color: #004249;
    font-weight: 600;
}
#footer p a {
    color: #004249; 
    text-decoration: none;
}
#footer p a:hover {
     color: #000;
}

.investorrelations #footer p, .investorrelations #footer ol, .investorrelations #footer ul, .investorrelations #footer p, .investorrelations #footer ol, .investorrelations #footer ul {
        color: #D0E2F3;
}
.investorrelations #footer p a {
    color: #D0E2F3; 
    text-decoration: none;
}
.investorrelations #footer p a:hover {
     color: #fff;
}

.swiper-button-next, .swiper-button-prev {
	color: rgba(255,255,255,.7);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

img {
display:block;
vertical-align:bottom;
max-width: 100%;
height: auto;
}

.image_container {
margin:0;
}

.ce_download img, .ce_downloads img, .content-download img, .content-downloads img {
display:inline-block;
}

.ce_downloads ul, .content-downloads ul {
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
}

.ce_downloads ul li, .content-downloads ul li {
    list-style-type:none;
}

.mod_navigation .nichtimmenu {
display:none;
}

.invisible {
display:none;
}

.pagination p, #main .pagination p{
    display: inline-block;
	margin-right: 30px;
}

.pagination ul, #main .pagination ul{
    display:inline-block;
    padding-left:0;
}

.pagination ul li, #main .pagination ul li{
    display: inline-block;
    list-style-type: none;
}

table.minicalendar {
    background-color:#a0103e;
    border:1px solid #7f7f7f;
    border-radius:4px;
    border-spacing:5px;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
}

.minicalendar td {
    width:58px;
    height:32px;
    vertical-align:top;
    background-color:#e3e4e6;
    font-size:.9em;
    font-weight: 400;
}

.minicalendar td.active a {
    display:block;
    text-decoration:none;
    color:#fff;
    font-weight: 600;
}

.minicalendar td.active,
.minicalendar td.active.weekend {
    background-color:#3aaa35;
    color:#fff;
}

.minicalendar td.active:hover,
.minicalendar td.active.weekend:hover,
.minicalendar td.active:active,
.minicalendar td.active.weekend:active {
    background-color:#248c1b;
    color:#fff;
}

.minicalendar .head,
.minicalendar .label {
    font-size:.9em;
    color:#fff;
    font-weight: 600;
}

.minicalendar .head.previous a {
    width:100%;
    height:21px;
    display:block;
    background-image:url("../../files/css/files/XXXXXX/elemente/Pfeile.png");
    background-repeat:no-repeat;
    text-indent: -9999px;
    background-position: left -74px
}

.minicalendar .head.previous a:hover,
.minicalendar .head.previous a:active {
    background-position: left -26px
}

.dlh_googlemap
{
    max-width: 100%;
}

.dlh_googlemap form {
    margin-top:0;
    margin-bottom:0;
}

.dlh_googlemap form input.text {
    width:160px;
    margin-top:4px;
    margin-right:4px;
    margin-bottom:4px;
    padding:2px 4px;
}

.minicalendar .head.next a {
    width:100%;
    height:21px;
    display:block;
    background-image:url("../../files/css/files/XXXXXX/elemente/Pfeile.png");
    background-position:right center;
    background-repeat:no-repeat;
    text-indent: -9999px;
    background-position: right -50px
}

.minicalendar .head.next a:hover,
.minicalendar .head.next a:active {
    background-position: right -2px
}

.pagination {
    padding-right:15px;
    padding-left:15px;
}

.pagination p {
    display:inline-block;
}

.pagination ul, #main .pagination ul {
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    margin-left:40px;
    padding-left:0;
}

.pagination ul li {
    display:inline-block;
    margin-right:4px;
    margin-left:4px;
    list-style-type:none;
}

.mt-10 {
    margin-top:10px;
}

.mt-20 {
    margin-top:20px;
}

.mt-30 {
    margin-top:30px;
}

.mt-40 {
    margin-top:40px;
}

.mt-50 {
    margin-top:50px;
}

.mt-60 {
    margin-top:60px;
}

.mt-70 {
    margin-top:70px;
}

.mt-80 {
    margin-top:80px;
}

.mt-90 {
    margin-top:90;
}

.mt-100 {
    margin-top:100px;
}

.mt-110 {
    margin-top:110px;
}

.mt-120 {
    margin-top:120px;
}

.mt-130 {
    margin-top:130px;
}

.mt-140 {
    margin-top:140px;
}

.mt-150 {
    margin-top:150px;
}

.mb-10 {
    margin-bottom:10px;
}

.mb-20 {
    margin-bottom:20px;
}

.mb-30 {
    margin-bottom:30px;
}

.mb-40 {
    margin-bottom:40px;
}

.mb-50 {
    margin-bottom:50px;
}

.mb-60 {
    margin-bottom:60px;
}

.mb-70 {
    margin-bottom:70px;
}

.mb-80 {
    margin-bottom:80px;
}

.mb-90 {
    margin-bottom:90;
}

.mb-100 {
    margin-bottom:100px;
}

.mb-110 {
    margin-bottom:110px;
}

.mb-120 {
    margin-bottom:120px;
}

.mb-130 {
    margin-bottom:130px;
}

.mb-140 {
    margin-bottom:140px;
}

.mb-150 {
    margin-bottom:150px;
}

.mt-mb-10 {
    margin-top:10px;
    margin-bottom:10px;
}

.mt-mb-20 {
    margin-top:20px;
    margin-bottom:20px;
}

.mt-mb-30 {
    margin-top:30px;
    margin-bottom:30px;
}

.mt-mb-40 {
    margin-top:40px;
    margin-bottom:40px;
}

.ce_youtube, .content-youtube {
 position: relative;
 padding-bottom: 56.25%;
 width: 100%;
 height: auto;
}
 
.ce_youtube iframe, .content-youtube iframe {
 position: absolute;
 top: 0; left: 0; right: 0; bottom: 0;
 width: 100% !important;
 height: 100% !important;
}
@media screen and (min-width: 768px) {
#header {
   height: 190px;
}
#header .logo-im-header {
    max-width: 312px;
    height: 100px;
    display: flex;
    align-items: center; /* vertikal zentrieren */
    justify-content: center; /* optional: auch horizontal */
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    margin: 0 auto;       /* <-- zentriert horizontal, falls nötig */
    top: 12px;
    position: relative;
}
#header .logo-im-header img {
    width: 90px;
}
#header .mod_changelanguage {
    top: 12px; 
} 
#header .nav-header-links {
    top: 12px; 
}
#header .nav-header-rechts {
    top: 26px
}

#main .einleitung {
}
#main .erklaerung {
}
#main .zahlenfakten {
}
.team #main h2 {
    font-size: 2.2rem;
}

#footer {
    padding-top: 120px;
}
.imprint  p {
    text-align: right;
}
#main .einleitunggross h1{
    font-size: 3rem;   
}
#main .einleitunggross {
  margin-top: 80px;
  margin-bottom: 20px;
}
#main .financaldata {
    margin-bottom: 180px;
}
#main .financialreports h2 {
    font-size: 2.2rem;
}
#main .financialcalendar h2 {
    font-size: 2.2rem;
}
#main .otherdocuments h2 {
    font-size: 2.2rem;
}
#main .financialreports {
    margin-bottom: 180px;
}
#main .financialcalendar {
    margin-bottom: 180px;
}
#main .otherdocuments {
    margin-bottom: 180px;
}

}
@media screen and (min-width: 992px) {
#header .logo-im-header {
	max-width: 200px;
}
#header .nav-header-links {
	left: 124px;
	right: 0px;
}

#main .erklaerung h2 {
	font-size: 3.4rem;
}
#main .erklaerung p, #main .erklaerung ul, #main .erklaerung ol {
	font-size: 1.3rem;
}
#main .normal h2 {
	font-size: 3.4rem;
}
#main .normal p, #main .normal ul, #main .normal ol {
	font-size: 1.3rem;
}
#main .einleitunggross h1{
    font-size: 4.4rem;  
    margin-bottom: 20px;
}
#main .einleitunggross p{
    font-size: 1.3rem;  
}
#main .financialreports h2 {
    font-size: 3.2rem;
}
#main .financialcalendar h2 {
    font-size: 3.2rem;
}
#main .otherdocuments h2 {
    font-size: 3.2rem;
}
#main .sloganzentrum h1 {
	font-size: 3.4rem;
}
#main p, #main ul, #main ol {
	font-size: 1.3rem;
	line-height: 2rem;
}
}
@media screen and (min-width: 1200px) {
#header .logo-im-header {
	max-width: 312px;
}
  #main .einleitung {
  }
#main .contact h2 {
   font-size: 3rem;
  }
#main .einleitunggross {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .team #main h2 {
    font-size: 3rem;
}
.team #main .temblock p {
  font-size: 1.1em;
}
.team #main .temblock h3 {
  margin-bottom: 60px;
}
 .team #main h2 {
    margin-bottom: 80px;
  }
  #main .zahl p, #main .normal .zahl p {
  font-size: 3.0rem;
}
#header .nav-header-rechts {
	margin: 0px;
	position: absolute;
	top: 12px;
	right: 8px;
}
}
