/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2015 Leo Feyer
 *
 * @license LGPL-3.0+
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{position:absolute !important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:0}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../../assets/jquery/mediaelement/2.19.0.1/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../../assets/jquery/mediaelement/2.19.0.1/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(20,20,20,0.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:bold}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px !important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url("../../assets/jquery/mediaelement/2.19.0.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33,248,248,1)}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8 !important;background-color:rgba(255,255,255,.4) !important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/css/jumpforward.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url("../../assets/jquery/mediaelement/2.19.0.1/images/skipback.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:transparent;font-size:9px;line-height:normal;color:#fff}
@font-face{font-family: 'Roboto';font-style: normal;font-weight: 400;src: url("/files/nk24base/fonts/roboto-v18-latin-regular.eot");src: local('Roboto'), local('Roboto-Regular'), url("/files/nk24base/fonts/roboto-v18-latin-regular.eot?#iefix") format('embedded-opentype'), url("/files/nk24base/fonts/roboto-v18-latin-regular.woff2") format('woff2'), url("/files/nk24base/fonts/roboto-v18-latin-regular.woff") format('woff'), url("/files/nk24base/fonts/roboto-v18-latin-regular.ttf") format('truetype'), url("/files/nk24base/fonts/roboto-v18-latin-regular.svg#Roboto") format('svg')}*{margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box}.hidden,.invisible{display: none}span.mandatory{color: #e74c3c;display: inline-block}span.click{display: none}.submenu span.click{display: inherit}.no-mobile{display: none !important}.no-mobile-phone{display: none !important}.mobile-only{display: inherit !important}@media (min-width: 48em){.no-mobile-phone{display: inherit !important}}@media (min-width: 64em){.no-mobile{display: inherit !important}.mobile-only{display: none !important}}.mobile-only{margin-bottom: 1px !important}.mobile-only img{display: block;width: 100%;height: auto}@media (min-width: 37em){.slider{display: block !important}.mobile-only{display: none}}body{line-height: 160%;color: #545454}:last-child{margin-bottom: 0}.float-right{float: right}.float-left{float: left}.no-text-sel{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.clearfix:after,.wrapper:after,header:after,footer:after,aside:after,.container:after,.row:after,.row__inside:after,div[class*='col']:after,.inside:after,.mod_eventlist__layout_list:after,.mod_eventlist:after,.layout_list:after,.layout_latest:after,.layout_full:after,.info:after,.layout_full__title:after,.featured__banner:after,.featured__banner__inside:after,.mod_article:after,.featured--c2a__inside:after{display: block;content: ".";clear: both;font-size: 0;line-height: 0;height: 0;overflow: hidden}.wrapper{width: 100%;position: relative}.inside{position: relative}@media (min-width: 90em){.footer__inside,.row__inside,.featured--c2a__inside,.featured__banner__inside{max-width: 86em;margin: 0 auto}.row{padding: 1.75em 0 1.75em 0}}@media (min-width: 107em){.footer__inside,.row__inside,.featured--c2a__inside,.featured__banner__inside{max-width: 103em;margin: 0 auto}}.row{width: 100%;float: left;padding: 1.75em 0}.row.row--primaryColor{background: #0093d1}.row.row--secondaryColor{background: #006691}.row.row--tertiaryColor{background: #4c4c4c}.row:last-child{padding-bottom: 0}.row .col,.row .col.col--full,.row .col.col--half,.row .col1,.row .col2,.row .col3,.row .col4,.row .col5,.row .col6,.row .col7,.row .col8,.row .col9,.row .col10,.row .col11,.row .col12{width: 100%;float: left;padding: 0;margin-bottom: 3.75}.row .col:last-child,.row .col.col--full:last-child,.row .col.col--half:last-child,.row .col1:last-child,.row .col2:last-child,.row .col3:last-child,.row .col4:last-child,.row .col5:last-child,.row .col6:last-child,.row .col7:last-child,.row .col8:last-child,.row .col9:last-child,.row .col10:last-child,.row .col11:last-child,.row .col12:last-child{margin-bottom: 1em}.row .col9,.row .col8{width: 100%}.col.col--full,.col.col--half{padding: 0}@media (min-width: 45em){.row{padding: 1.75em 0}.row .col1,.row .col2,.row .col3,.row .col4,.row .col5,.row .col6,.row .col7,.row .col8,.row .col9,.row .col10,.row .col11{margin-right: 2.5%;margin-bottom: 2.5%}.row .col1:last-child,.row .col2:last-child,.row .col3:last-child,.row .col4:last-child,.row .col5:last-child,.row .col6:last-child,.row .col7:last-child,.row .col8:last-child,.row .col9:last-child,.row .col10:last-child,.row .col11:last-child{margin-right: 0}.row .col6:nth-of-type(even),.row .col6.last,.row .col2:nth-child(even),.row .col2.last,.row .col3:nth-child(even),.row .col4:nth-of-type(3n+3),.row .col4:nth-of-type(3n+2){margin-right: 0}.row .col2:nth-last-child(-n+2),.row .col6:nth-last-child(-n+2),.row .col4:nth-of-type(3n+3),.row .col3:nth-last-child(-n+2){margin-bottom: 0}.row .col2,.row .col3,.row .col4,.row .col6,.row .col9,.row .col8{width: 47.5%;margin-right: 5%}.row .col2:last-child,.row .col3:last-child,.row .col4:last-child,.row .col6:last-child,.row .col9:last-child,.row .col8:last-child{margin-right: 0}.row .col4:nth-of-type(3n+3){width: 100%}}@media (min-width: 60em){.row .col2,.row .col2:nth-of-type(even){margin-right: 2.5%;width: 31.66%;padding: 1.25rem}.row .col2:nth-of-type(3n+3),.row .col2:nth-of-type(even):nth-of-type(3n+3){margin-right: 0}.row .col2:nth-last-child(-n+3),.row .col2:nth-of-type(even):nth-last-child(-n+3),.row .col2:last-child,.row .col2:nth-of-type(even):last-child{margin-bottom: 0}.col.col--half{width: 47.5%;margin-right: 5%}.col.col--half.last,.col.col--half:last-child,.col.col--full + .col.col--half + .col.col--half{margin-right: 0}.col.col--full,.col.col--half{margin-bottom: 3.75em}}@media (min-width: 64em){.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{padding: 1.25rem}}@media (min-width: 75em){.row .col4,.row .col4:nth-of-type(3n+3),.row .col4:nth-of-type(3n+2){width: 31.66%;margin-right: 2.5%;margin-bottom: 0;padding: 1.25rem}.row .col4:nth-of-type(3n+3){margin-right: 0}.row .col8{width: 65.8%}.row .col8 + .col4{margin-right: 0}}@media (min-width: 80em){.row .col2,.row .col2,.row .col2:nth-of-type(3n+3),.row .col2:nth-of-type(even){width: 14.583%;margin-right: 2.5%;margin-bottom: 0}.row .col3,.row .col3:nth-child(even){width: 23.125%;margin-right: 2.5%;margin-bottom: 0}.row .col2:last-child,.row .col3:last-child{margin-right: 0}.row .col2,.row .col2,.row .col2:nth-of-type(3n+3),.row .col2:nth-of-type(even),.row .col3,.row .col3:nth-child(even),.row .col2:last-child,.row .col3:last-child{margin-bottom: 0}.row .col9{width: 74.375%}.row .col9 + .col3{margin-right: 0}}.header{position: relative;width: 100%}.header .mod_article{float: left;width: 100%}.header__module{padding: 2.5% 0}.header__flexbox{position: relative;padding: 5%;flex: 1 85%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap;float: none}.header__flexbox--full--top-bar{padding: 0 5%}.header__flexbox--full--nav{padding: 0}.header__flexbox--full--nav .header__module{padding: 0}@media (min-width: 64em){.header__flexbox .header__module{-webkit-box-flex: 1;width: 20%;-webkit-flex: 1;-ms-flex: 1;flex: 1;align-self: center;-webkit-align-self: center;padding: 0;width: auto}.header__flexbox--full{flex: 1 100%;width: 100%;align-items: center;padding: 1.25% 2.5%}.header__flexbox--full--nav{padding: 0;max-width: none}.header__flexbox--full--top-bar{padding: .5em 2.5%}}@media (min-width: 90em){.header__flexbox--full{max-width: 86em;margin: 0 auto}.header__flexbox--full--nav{max-width: none}.header__module--logo{padding: 1.25% 0}}@media (min-width: 107em){.header__flexbox--full{max-width: 103em}.header__flexbox--full--nav{max-width: none}}.header__expanding{width: 100%}.header__expanding__inside{width: 100%}.header__expanding .header__module{display: none}.header__expanding .header__module--main-nav{display: block;width: 100%}@media (max-width: 64em){.header__expanding{width: 100%}.header__expanding__inside{width: 100%}.header__expanding .header__module{padding: 5%}.header__flexbox .header__expanding .header__module{display: block;width: 100%;float: left;flex: none;-webkit-flex: none}.header__expanding .header__module--main-nav{padding: 0}}.container{display: flex;-webkit-display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;width: 100%;padding: 2.5% 0;clear: left}.no-sidebars .container{padding-bottom: 0}@media (min-width: 40em){.container{padding-top: 0}}.custom{float: left;width: 100%}.sidebar,.main{-webkit-box-flex: 100%;width: 100%;-webkit-flex: 100%;-ms-flex: 100%;flex: 100%}.main{width: 100%;flex: 1 100%;order: 1;-webkit-order: 1}.main .mod_article{float: left;width: 100%}.sidebar.sidebar--left{order: 2;-webkit-order: 2}.sidebar.sidebar--right{order: 3;-webkit-order: 3}.has-sidebars .main,.has-sidebars .sidebar{padding: 5%}.ios .container{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-moz-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center}#sub-header{float: left;width: 100%}@media (min-width: 40em){.sidebar{width: 50%;flex: 50%;-webkit-flex: 50%}}@media (min-width: 64em){.has-sidebars .main,.has-sidebars .sidebar{padding: 2.5%}}@media (min-width: 62em){.container,.ios .container,.header,.ios .header{display: block;-webkit-display: block}.has-sidebars .container{margin: 0 auto}.has-sidebars .header{margin: 0 auto}.ios .container .main{order: 0;-webkit-order: 0}.container aside{order: 2;-webkit-order: 2}.sidebar,.main{float: left;margin-right: 2.5%}.sidebar{width: 27%}.sidebar.sidebar--right{margin-right: 0}.main{width: 41%}.main:only-child{width: 100% !important}.main:last-child{width: 71.5%;margin-right: 0}.main:nth-child(1):not(:last-child){width: 70.5%}}@media (min-width: 90em){.has-sidebars .container{max-width: 86em;margin: 0 auto}.has-sidebars .header{max-width: 86em;margin: 0 auto}}@media (min-width: 107em){.has-sidebars .container{max-width: 103em;margin: 0 auto}.has-sidebars .header{max-width: 103em;margin: 0 auto}}.sidebar .sidebar__module{margin-bottom: 1.875em;float: left;width: 100%}.footer{width: 100%;float: left;position: relative}.footer__flexbox{padding: 5%;width: 100%;float: left}@media (min-width: 64em){.footer__flexbox{flex: 1 85%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap}.footer__flexbox .footer__module{-webkit-box-flex: 1;width: 20%;-webkit-flex: 1;-ms-flex: 1;flex: 1}.footer__flexbox--full{flex: 1 100%;width: 100%;align-items: center;justify-content: center;padding: 1.25% 2.5%}}.ce_accordion-wrap{margin-bottom: 4.25em;float: left;width: 100%}.ce_accordion-wrap .ce_accordion{float: left;width: 100%;margin-bottom: 0}.ce_accordion-wrap .ce_accordion .accordion{padding: 2.5%;border: .0625em solid #0093d1}.ce_accordion-wrap .ce_accordion .accordion div{display: inline-block}.ce_accordion-wrap .ce_accordion .accordion div .image_container{margin: 0}.ce_accordion-wrap .ce_accordion .accordion div .float_right{margin-left: 2.5%}.ce_accordion-wrap .ce_accordion .accordion div .float_left{margin-right: 2.5%}.ce_accordion-wrap .ce_accordion .toggler{padding: 2.5% 2.5% 2.5% 4em;background: #0093d1;cursor: pointer;border-bottom: .0625em solid #fff;position: relative;color: #fff}.ce_accordion-wrap .ce_accordion .toggler.ui-state-active{background-color: #006691;color: #fff;border-color: #006691}.ce_accordion-wrap .ce_accordion .toggler.ui-state-active svg{transform: rotate(45deg);-webkit-transform: rotate(45deg);margin-top: -0.5em;fill: #fff}.ce_accordion-wrap .ce_accordion .toggler:not(.ui-state-active):hover{border-color: #fff;color: #fff;background-color: #006691}.ce_accordion-wrap .ce_accordion .toggler:focus,.ce_accordion-wrap .ce_accordion .toggler:active{outline: 0}.ce_accordion-wrap .ce_accordion .toggler svg{position: absolute;left: 2.5%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 1em;height: 1em;display: block;fill: #fff}.header__module--breadcrumb{float: left;width: 100%;padding: 0}.header__module--breadcrumb__inside{padding: 1em 5%;float: left;width: 100%}.header__module--breadcrumb ul{list-style: none}.header__module--breadcrumb ul li{float: left;margin-right: 0.75em}.header__module--breadcrumb ul li svg{display: inline-block;width: 0.75em;line-height: 1;vertical-align: middle;margin-left: 0.75em}@media (min-width: 64em){.header__module--breadcrumb__inside{padding: 1em 2.5%}}@media (min-width: 75em){.header__module--breadcrumb__inside{float: left;width: 100%;padding: 1em 2.5%}}@media (min-width: 90em){.header__module--breadcrumb{max-width: 86em;margin: 0 auto;float: none}}@media (min-width: 107em){.header__module--breadcrumb{max-width: 103em}}.btn{cursor: pointer;display: inline-block;padding: 0.875em;line-height: normal;text-decoration: none;border: .09375em solid transparent}input.btn{-webkit-appearance: none;-moz-appearance: none;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;cursor: pointer}.btn--primary{background: #0093d1}.btn--secondary{background: #006691}.btn--tertiary{background: #4c4c4c}.btn--info{background: #ecf0f1}.btn--warning{background: #f39c12}.btn--error{background: #e74c3c}.btn--success{background: #2ecc71}.btn--primary,.btn--white,.btn--error,.btn--success,.btn--warning,.btn--info{color: #545454}.btn--primary svg,.btn--white svg,.btn--error svg,.btn--success svg,.btn--warning svg,.btn--info svg{fill: #545454}.btn--secondary,.btn--tertiary{color: #fff}.btn--secondary svg,.btn--tertiary svg{fill: #fff}.btn.btn--minimal{background: transparent;border: .09375em solid #006691}.btn.btn--minimal.btn--primary{border-color: #0093d1;color: #0093d1}.btn.btn--minimal.btn--primary:hover{background-color: #0093d1;color: #fff}.btn.btn--minimal.btn--secondary{border-color: #006691;color: #006691}.btn.btn--minimal.btn--secondary:hover{background-color: #006691;color: #fff}.btn.btn--minimal.btn--tertiary{border-color: #4c4c4c;color: #4c4c4c}.btn.btn--minimal.btn--tertiary:hover{background-color: #4c4c4c;color: #fff}.btn.btn--minimal.btn--tertiary:hover svg{fill: #fff}.btn.btn--minimal.btn--tertiary svg{fill: #4c4c4c}.btn.btn--minimal.btn--info{border-color: #ecf0f1;color: #ecf0f1}.btn.btn--minimal.btn--info:hover{background-color: #ecf0f1;color: #545454}.btn.btn--minimal.btn--warning{border-color: #f39c12;color: #f39c12}.btn.btn--minimal.btn--warning:hover{background-color: #f39c12;color: #545454}.btn.btn--minimal.btn--error{border-color: #e74c3c;color: #e74c3c}.btn.btn--minimal.btn--error:hover{background-color: #e74c3c;color: #545454}.btn.btn--minimal.btn--success{border-color: #2ecc71;color: #2ecc71}.btn.btn--minimal.btn--success:hover{background-color: #2ecc71;color: #545454}.btn.btn--minimal.btn--white{border-color: #fff;color: #fff}.btn.btn--minimal.btn--white svg{fill: #fff}.btn.btn--minimal.btn--white:hover{background-color: #fff;color: #545454}.btn.btn--minimal.btn--white:hover svg{fill: #545454}.btn--arrow svg{display: inline-block;float: right;width: 1em;height: 1em;line-height: 1;vertical-align: middle;margin-left: 0.5em}.btn--arrow-left svg{float: left;margin: 0 .5em 0 0}.btn.btn--border{background: none;border: 0;border-bottom: .15625em solid transparent;padding: 0 0 .46875em 0}.btn.btn--border.btn--primary{color: #0093d1}.btn.btn--border.btn--primary:hover{border-color: #0093d1}.btn.btn--border.btn--secondary{color: #006691}.btn.btn--border.btn--secondary:hover{border-color: #006691}.btn.btn--border.btn--tertiary{color: #4c4c4c}.btn.btn--border.btn--tertiary:hover{border-color: #4c4c4c}.btn.btn--border.btn--info{color: #ecf0f1}.btn.btn--border.btn--info:hover{border-color: #ecf0f1}.btn.btn--border.btn--warning{color: #f39c12}.btn.btn--border.btn--warning:hover{border-color: #f39c12}.btn.btn--border.btn--error{color: #e74c3c}.btn.btn--border.btn--error:hover{border-color: #e74c3c}.btn.btn--border.btn--success{color: #2ecc71}.btn.btn--border.btn--success:hover{border-color: #2ecc71}.btn.btn--border.btn--white{color: #fff}.btn.btn--border.btn--white:hover{border-color: #fff}.mod_comments{margin-bottom: 4.25em;float: left;width: 100%}.mod_comments:last-child{margin-bottom: 0}.mod_comments .comment_default{margin-bottom: 5%;padding: 5%}.mod_comments .comment_default p.info{margin-bottom: 0.875em;font-size: 0.875em}.mod_comments .comment_default:nth-of-type(odd){background: #0093d1}.mod_comments .form{float: left;width: 100%;padding: 2.5% 0 0 0}.header__module--contact-icons{width: 100%;float: left}.header__module--contact-icons ul{list-style: none;float: right}.header__module--contact-icons ul .header__module--contact-icons__icon{float: left;margin-right: 0.9375em;width: auto}.header__module--contact-icons ul .header__module--contact-icons__icon a{background: #fff;border-radius: 65em;-webkit-border-radius: 65em;-moz-border-radius: 65em;display: block;width: 1.5em;height: 1.5em;text-align: center}.header__module--contact-icons ul .header__module--contact-icons__icon svg{width: 1.0625em;height: auto;fill: #0093d1;vertical-align: middle}.header__module--contact-icons ul .header__module--contact-icons__icon svg:hover{fill: #006691}.header__module--contact-icons ul .header__module--contact-icons__icon span{text-indent: -650em;width: 0;height: 0;display: none}.header__module--contact-icons ul .header__module--contact-icons__icon:last-child{margin-right: 0}.header__module--contact-icons ul .header__module--contact-icons__icon.squared,.header__module--contact-icons ul .header__module--contact-icons__icon.circled{background: #4c4c4c}.header__module--contact-icons ul .header__module--contact-icons__icon.circled{border-radius: 65em;-webkit-border-radius: 65em;-moz-border-radius: 65em}.header__flexbox .header__module--contact-icons{width: 75%;flex: 75%;-webkit-flex: 75%}@media (min-width: 64em){.header__flexbox .header__module--contact-icons{flex: 1.5;-webkit-flex: 1.5}}@media (min-width: 70em){.header__flexbox .header__module--contact-icons{flex: 1;-webkit-flex: 1}}.header__module--contactinfo{text-align: center;padding: 0}.header__module--contactinfo p{float: left;margin: 0 .625em 0 0;display: inline-block}.header__flexbox .header__module--contactinfo{font-size: 0.875em;float: left;width: 100%}.sidebar__module--contactinfo p{margin-bottom: 0.3125em}.sidebar__module--contactinfo p.hl{margin-bottom: 1.25em;font-size: 1.2em;font-weight: 700}@media (min-width: 64em){.header__module--contactinfo p{float: left;margin: 0 .9375em 0 0}.header__module--contactinfo p :last-child{margin-right: 0}.header__flexbox .header__module--contactinfo{flex: 4;-webkit-flex: 4;width: auto}}.ce_text,.ce_list,.ce_image,.ce_gallery,.ce_download,.ce_downloads{margin-bottom: 4.25em}.ce_text:last-child,.ce_list:last-child,.ce_image:last-child,.ce_gallery:last-child,.ce_download:last-child,.ce_downloads:last-child{margin-bottom: 0}.row .ce_headline{padding: 0;margin: 0 0 2.8125em 0}.ce_text{float: left;width: 100%}.ce_text figure{margin-bottom: 5%}@media (min-width: 45em){.ce_text figure{margin-bottom: 0;max-width: 100%}.ce_text figure img{display: block;max-width: 100%}.ce_text figure.float_left,.ce_text figure.float_right{max-width: 50%}.ce_text figure.float_left{float: left;margin: 0 1.25em 1.25em 0}.ce_text figure.float_right{float: right;margin: 0 0 1.25em 1.25em}.ce_text figure.float_above{float: none;margin: 0 0 1.25em 0}.ce_text figure.float_below{float: none;margin: 1.25em 0 0 0}}@media (min-width: 64em){.row .ce_headline{padding: 0 1.25rem}}blockquote{padding: 5%;width: 100%;float: left;background: #0093d1;margin-bottom: 4.25em;font-style: italic}blockquote p:last-child{margin-bottom: 0}blockquote footer{background: none}blockquote footer cite{font-size: 0.875em;padding: 2.5% 0 0 2.5%;display: block}blockquote footer cite:before{display: inline-block;content: "-";margin: 0 .2em 0 0;line-height: 1}.footer__module--copyright{margin-bottom: 1rem}.footer__module--copyright:last-child{margin-bottom: 0}@media (min-width: 64em){.footer__module--copyright{margin-bottom: 0}.footer__flexbox .footer__module--copyright:last-child{flex: 0 0 auto;margin-left: auto;text-align: right;margin-bottom: 0}}.ce_download,.ce_downloads{float: left;width: 100%;margin-bottom: 4.25em}.ce_downloads ul{list-style: none}.ce_downloads ul li img{vertical-align: middle}.mod_eventlist{float: left;width: 100%;margin-bottom: 4.25em}.mod_eventlist__layout_list{float: left;width: 100%;margin-bottom: 4.25em}.mod_eventlist__layout_list__info{float: left;width: 100%;margin-bottom: 5%}.mod_eventlist__layout_list__info h3{margin-bottom: 0.625em}.mod_eventlist__layout_list__info p.info{margin-bottom: 0;font-size: 0.875em}.mod_eventlist__layout_list__info p.info span{display: block;line-height: 1.2;margin-bottom: 0.5em}.mod_eventlist__layout_list__info p.info span em{display: block}.mod_eventlist__layout_list__info p.info span:last-child{margin-bottom: 0}.mod_eventlist__layout_list .ce_text{margin-bottom: 0}.mod_eventlist__layout_list__image{float: left;width: 100%;margin-bottom: 5%}.mod_eventlist__layout_list__image figure img{display: block}.mod_eventlist__layout_list__text{float: left;width: 100%}.sidebar .mod_eventlist__layout_next h5{margin-bottom: 0.1875em}.mod_eventlist:last-child,.mod_eventlist__layout_list:last-child{margin-bottom: 0}.sidebar .mod_eventlist{margin-bottom: 1.875em}.sidebar .mod_eventlist:last-child{margin-bottom: 0}.sidebar .mod_eventlist .layout_list{margin-bottom: 1.25em}.sidebar .mod_eventlist .layout_list h5{margin-bottom: 0.1875em;font-size: 1em}.sidebar .mod_eventlist .layout_list p.time{font-size: 0.9em;margin-bottom: 0}.sidebar .mod_eventlist .layout_list span{display: block}@media (min-width: 30em){.mod_eventlist .mod_eventlist__layout_list .mod_eventlist__layout_list__info p.info{font-size: 1em}.mod_eventlist .mod_eventlist__layout_list .mod_eventlist__layout_list__info p.info span em{display: inline}}@media (min-width: 42em){.mod_eventlist__layout_list{margin-bottom: 5%}.mod_eventlist__layout_list__image{margin-right: 5%;width: 30%;margin-bottom: 0}.mod_eventlist__layout_list__text,.mod_eventlist__layout_list__info{width: 65%}.mod_eventlist__layout_list__info + .mod_eventlist__layout_list__text{width: 100%}.mod_eventlist__layout_list__info{margin-bottom: 2.8125em;float: right}.mod_eventlist__layout_list__info:nth-last-child(-n+2){float: left;width: 100%}}.mod_eventreader .layout_full p.info span{display: block}.mod_eventreader .layout_full p.info span:last-child{margin-bottom: 0}.mod_eventreader .layout_full__image{float: left;width: 100%;margin-bottom: 5%}.mod_eventreader .layout_full__image figure img{display: block}.mod_eventreader .layout_full__content{float: left;width: 100%;margin-bottom: 5%}.mod_eventreader .layout_full .enclosure{float: left;width: 100%;margin-bottom: 5%}.featured__banner{color: #fff;margin-bottom: 0}.featured__banner img{display: block;width: 100%;height: auto}.featured__banner__caption__inner{width: 100%;position: relative;float: left;background: #006691;padding: 5%}.featured__banner__caption__headline,.featured__banner__caption__title,.featured__banner__caption__text{line-height: normal;clear: left;display: block}.featured__banner--css-bg{max-width: none;width: 100%;background: url("/files/nk24base/images/banner/subpage-banner-css.png") no-repeat center center;background-size: cover;-webkit-background-size: cover;padding: 5% 2.5%}.featured--c2a{float: left;width: 100%;padding: 2.5% 0;text-align: center}.featured--c2a__inside .block{padding: 2.5%;margin: 0}.featured--c2a--primary-color{background: #0093d1}.featured--c2a--secondary-color{background: #006691}.featured--c2a--tertiary-color{background: #4c4c4c}.featured--c2a.ce_text:last-child{margin-bottom: 0}@media (min-width: 45em){.featured__banner{color: #fff;margin-bottom: 0}.featured__banner img{display: block;width: 100%;height: auto}.featured__banner__caption__inner{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 2.5%;background: none;padding: 0;width: auto}}@media (min-width: 75em){.featured__banner--css-bg .featured__banner__caption{margin: 0 auto}}@media (min-width: 90em){.featured__banner--css-bg .featured__banner__caption{max-width: 86em;padding: 5% 2.5%}}@media (min-width: 107em){.featured__banner--css-bg .featured__banner__caption{max-width: 103em}}.ce_form{float: left;width: 100%;margin-bottom: 4.25em}@media (min-width: 33.75em){.ce_form{max-width: 33.125em}}.widget,.submit_container{float: left;width: 100%;margin-bottom: 5%}@media (min-width: 80em){.widget,.submit_container{margin-bottom: 2.8125em}}fieldset{border: 0;float: left;width: 100%}legend{margin-bottom: 0}img{border: 0;max-width: 100%;height: auto}label{display: block;float: left;clear: left}input.text,input.password,input.submit,input[type="text"],input[type="password"],input[type="submit"]{-webkit-appearance: none;-moz-appearance: none;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0}input[type="submit"],input.submit{float: left;display: inline-block;width: auto}input,textarea{border: .0625em solid #006691;padding: 0.625em;line-height: 1;font-family: 'Roboto', sans-serif;font-size: 1em;width: 100%}textarea{resize: vertical;min-height: 14em;-webkit-appearance: none;-moz-appearance: none;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0}.radio_container > span{display: block;margin-bottom: 2.8125em}.radio_container > span input{float: left;width: auto;vertical-align: middle;display: inline}.radio_container > span label{float: none;display: inline-block;margin-left: 0.5em}fieldset.checkbox_container label{float: left;display: inline-block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;padding-left: 2em}fieldset.checkbox_container > span{display: block;margin: 0 0 .625em 0;clear: left;float: left}fieldset.checkbox_container > span:only-of-type:last-child{display: inherit;margin: 0}fieldset.checkbox_container input[type="checkbox"]{visibility: hidden;-webkit-appearance: none;-moz-appearance: none;height: 0;width: 0}fieldset.checkbox_container input[type="checkbox"] ~ label[id*="lbl_"][for]:before{margin: 0 .625em 0 -2em;content: "\2713";padding: 0;color: #ebebeb;background: #fff;display: block !important;float: left;width: 1.375em;height: 1.375em;text-align: center;line-height: 1.375em;border: .0625em solid #0093d1}fieldset.checkbox_container input[type="checkbox"]:checked ~ label[id*="lbl_"][for]:before{color: #fff;background: #0093d1;border: .0625em solid #0093d1}fieldset.checkbox_container input[type="checkbox"],fieldset.checkbox_container input[type="checkbox"] label[id*="lbl_"][for]{display: inline-block;float: left;width: auto;margin: 0;padding: 0}select{display: block;clear: left}label.error{color: #e74c3c;display: none !important}input.error,textarea.error{border: .0625em solid #e74c3c}fieldset.checkbox_container.error input[type="checkbox"] ~ label[id*="lbl_"][for]:before{border: .0625em solid #eb5454 !important}fieldset.checkbox_container.error input[type="checkbox"] ~ label[id*="lbl_"][for]{color: #eb5454}.header__module--changelanguage{float: left;width: 100%;padding: 0}.header__module--changelanguage ul{list-style: none;float: right}.header__module--changelanguage ul li{float: left}.header__flexbox .header__module--changelanguage{width: 25%;flex: 25%;-webkit-flex: 25%}@media (min-width: 64em){.header__flexbox .header__module--changelanguage{flex: 0 0 auto;-webkit-flex: 0 0 auto;width: auto;float: right}}ul,ol{list-style-position: inside;padding: 0}.main ul,.main ol{padding-left: 1.0em}.main ul ul,.main ol ul,.main ul ol,.main ol ol{padding: .5em 0 .5em 1.35em}.main ul li,.main ol li{margin-bottom: 0.8125em;list-style: none;padding-left: 1em;background: url("/files/nk24base/images/icon-list.svg") no-repeat left .55em;background-size: .375em auto;-webkit-background-size: .375em auto}.ie .main ul li,.ie .main ol li,.edge .main ul li,.edge .main ol li{background-size: 6px auto}.ie.ie11 .main ul li,.ie.ie11 .main ol li,.ie.ie10 .main ul li,.ie.ie10 .main ol li{background: url("/files/nk24base/images/icon-list.png") no-repeat left .55em;background-size: 7px auto}.main ul li:last-child,.main ol li:last-child{margin-bottom: 0}.ce_text ul,.ce_text ol{margin-bottom: 1.875em}.ce_text ul:last-child,.ce_text ol:last-child{margin-bottom: 0}.ce_text ul li:last-child,.ce_text ol li:last-child{margin-bottom: 0}.goals ul,.goals ol{float: left;width: 100%;display: block}.goals ul li,.goals ol li{display: block;margin-bottom: 0.825em;float: left;background: url("/files/nk24base/images/icon-checkmark.svg") no-repeat left .5em;padding-left: 1.25em;background-size: .8125em auto;-webkit-background-size: .8125em auto;width: 100%}@media (min-width: 80em){.goals ul li,.goals ol li{width: 48.75%;margin-right: 2.5%}.goals ul li:nth-of-type(even),.goals ol li:nth-of-type(even){margin-right: 0}.goals ul li:last-child,.goals ol li:last-child{margin-bottom: 0}.goals ul li:last-child:nth-of-type(odd),.goals ol li:last-child:nth-of-type(odd){width: 100%;margin-right: 0}.col6.goals ul li,.col6.goals ol li{width: 48.75%;margin-right: 2.5%}.col6.goals ul li:nth-of-type(even),.col6.goals ol li:nth-of-type(even){margin-right: 0}.col6.goals ul li:last-child,.col6.goals ol li:last-child{margin-bottom: 0}.col6.goals ul li:last-child:nth-of-type(odd),.col6.goals ol li:last-child:nth-of-type(odd){width: 100%;margin-right: 0}}ul{list-style: square;list-style-position: inside}.ce_list{width: 100%;float: left;margin-bottom: 4.25em}.logo svg{width: 100%}.ie .logo svg{max-height: 85px}.header__module--logo{float: left;max-width: 13.5em}.android .header__module--logo{padding-left: 5%}.android .header__module--logo svg{height: 40px}.header__module--logo img,.header__module--logo svg{width: 100%;display: block}.ie .header__module--logo svg{max-height: 85px}.header__module--logo a{text-decoration: none}@media (min-width: 30em){.header__module--logo{max-width: 19em;flex: 0 0 auto;-webkit-flex: 0 0 auto;margin-left: 0}.android .header__module--logo{padding-left: 0}.android .header__module--logo svg{height: 54px}}.footer__module--logo{flex: 0 0 auto;margin: 0 auto 0 0;max-width: 10em}.footer__module--logo img,.footer__module--logo svg{width: 100%;display: block}.header__flexbox .header__module--logo{flex: 3}.footer_flexbox .footer__module--logo{flex: 1 10%}.map-wrapper{margin-bottom: 4.25em}.map-wrapper #map{width: 100%;height: 35em;position: relative}.map-wrapper--no-padding{padding: 0}figure{position: relative}figure img{border: 0;max-width: 100%;height: auto}figure figcaption{font-style: italic}.video,video{max-width: 100%;height: auto;position: relative;width: 100%;display: block}.video iframe,video iframe{display: block;width: 100%;height: auto}.ce_gallery{float: left;width: 100%}.ce_gallery ul{list-style: none;padding: 0}.ce_gallery ul li{float: left;display: block;width: 100%;padding: 0;background: none}.ce_gallery ul li img{max-width: 100%;height: auto;display: block}.ce_gallery ul li:last-child{margin-bottom: 0}.ce_image{float: left;width: 100%}.ce_player{width: 100%;max-width: 100%;height: auto;position: relative;margin-bottom: 4.25em}.ce_player .mejs-container{max-width: 100%}.video{margin-bottom: 4.25em;float: left;width: 100%}@media (min-width: 25em){.ce_gallery{float: left;width: 100%}.ce_gallery ul{list-style: none;padding: 0}.ce_gallery ul li{float: left;display: block;width: 48.75%;padding: 0;background: none;margin-right: 2.5%}.ce_gallery ul li img{max-width: 100%;height: auto;display: block}.ce_gallery ul li:last-child{margin-bottom: 0}.ce_gallery ul li:nth-of-type(even){margin-right: 0}}.header__module--main-nav ul li ul{width: 100%;display: none;z-index: 2;float: left}.header__module--main-nav ul li a{position: relative;white-space: nowrap;padding-right: 2.25em}.header__module--main-nav ul li a span.click{position: absolute;right: 0;top: 0;height: 100%;display: none;text-align: center;width: 2em}.header__module--main-nav ul li a span.click svg{width: 0.675em;height: auto;display: inline-block;vertical-align: middle;fill: #fff}.header__module--main-nav ul li a span.click.open svg{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg)}.header__module--main-nav ul li.submenu > a > span.click{display: block}@media (min-width: 64em){.header__module--main-nav ul li{position: relative}.header__module--main-nav ul li:hover > ul{display: block}.header__module--main-nav ul li ul{width: auto}.header__module--main-nav ul li ul.level_2{position: absolute;top: 100%;left: 0;min-width: 100%}.header__module--main-nav ul.level_2 li,.header__module--main-nav ul.level_3 li,.header__module--main-nav ul.level_4 li{white-space: nowrap;min-width: 100%;position: relative;float: left}.header__module--main-nav ul.level_2 li a,.header__module--main-nav ul.level_3 li a,.header__module--main-nav ul.level_4 li a{text-align: left}.header__module--main-nav ul.level_3,.header__module--main-nav ul.level_4{position: absolute;top: 0;left: 100%;min-width: 100%}}@media (min-width: 64em){.header__module--main-nav ul li a span.click svg{display: block;margin: 0 auto;height: 0.675em;width: 0.675em}.header__module--main-nav ul li.submenu > a > span.click{display: block;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 2em;height: 1em}}.header__module--main-nav{float: left;width: 100%}.header__module--main-nav ul{list-style: none}.header__module--main-nav ul li{display: block;float: none;width: 100%}.header__module--main-nav ul li a{display: block;float: left;width: 100%}@media (min-width: 64em){.header__module--main-nav{-webkit-box-flex: 100%;width: 100%;-webkit-flex: 100%;-ms-flex: 100%;flex: 100%;padding: 0}.header__module--main-nav ul.level_1 > li{float: left;width: auto;display: block}.header__module--main-nav ul.level_1 > li > a{width: 100%;display: block;text-align: center}.header__expanding{display: block !important}}@media (min-width: 90em){.mod_navigation__inside{max-width: 86em;margin: 0 auto}}@media (min-width: 107em){.mod_navigation__inside{max-width: 103em}}.mod_newslist{float: left;width: 100%}.mod_newslist .layout_latest{margin-bottom: 4.25em}.mod_newslist .layout_latest:last-child{margin-bottom: 0}.mod_newslist .layout_latest h3{margin-bottom: 0.3125em}.mod_newslist .layout_latest p.info,.mod_newslist .layout_latest figure,.mod_newslist .layout_latest .teaser{margin-bottom: 2.1875em;float: left;width: 100%}.mod_newslist .layout_latest .teaser{margin: 0 0 1.25em 0}.sidebar .mod_newslist{margin-bottom: 1.875em}.mod_newsreader{margin-bottom: 4.25em}.mod_newsreader .layout_full{margin-bottom: 2.1875em}.mod_newsreader .layout_full__info,.mod_newsreader .layout_full__image,.mod_newsreader .layout_full__teaser,.mod_newsreader .layout_full__text{float: left;width: 100%;margin-bottom: 2.1875em}.mod_newsreader .layout_full__title{float: left;width: 100%}.mod_newsreader .layout_full__title h1,.mod_newsreader .layout_full__title h2{margin-bottom: 0.3125em;line-height: normal}.mod_newsreader .layout_full__title h1{font-size: 2em}.mod_newsreader .layout_full__title h2{font-size: 1.5em}.mod_newsreader .layout_full__info{font-size: 1em}.mod_newsreader .layout_full__info__author{clear: left}.mod_newsreader .layout_full__image figure img{display: block}.mod_newsreader .layout_full__image figure figcaption{margin: .3125em 0 0 0}.mod_newsreader .layout_full__text .ce_text,.mod_newsreader .layout_full__text .ce_list,.mod_newsreader .layout_full__text .ce_image,.mod_newsreader .layout_full__text .block{width: 100%;float: left;margin-bottom: 2.1875em}.mod_newsreader .layout_full__text .ce_text:last-child,.mod_newsreader .layout_full__text .ce_list:last-child,.mod_newsreader .layout_full__text .ce_image:last-child,.mod_newsreader .layout_full__text .block:last-child{margin-bottom: 0}.mod_newsreader p.back{margin-bottom: 2.1875em;float: left;width: 100%}.sidebar__module--blog-categories{margin-bottom: 1.875em}.sidebar__module--blog-categories ul{list-style: none}.sidebar__module--blog-categories ul li{float: left;width: 100%;display: block}.sidebar__module--blog-categories ul li a{display: block;width: 100%;padding: 0.625em;background: #0093d1;margin-bottom: 0.3125em}.sidebar__module--blog-categories ul li a:hover{background: #006691}.sidebar__module--blog-latest-post .layout_short{margin-bottom: 1.25em}.sidebar__module--blog-latest-post .layout_short h5{margin-bottom: 0.1875em;font-size: 1em}.sidebar__module--blog-latest-post .layout_short p.info{font-size: 0.9em;margin-bottom: 0}.notification{float: left;width: 100%;padding: 5em 5% 5% 5%;margin-bottom: 4.25em;position: relative}.notification h4,.notification h3{text-align: center}.notification svg{display: block;position: absolute;top: 5%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width: 3em;height: 3em}.notification.info{background: #ecf0f1}.notification.alert{background: #f39c12}.notification.error{background: #e74c3c}.notification.success{background: #2ecc71}.notification p:last-child,.notification p:last-of-type{margin-bottom: 0}@media (min-width: 45em){.notification{padding: 5% 5% 5% 6.5em}.notification h4,.notification h3{text-align: left}.notification svg{top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 5%}}.sidebar__module--opening-hours dd{margin-bottom: 0.625em}.pagination{margin-bottom: 4.25em;float: left;width: 100%}.pagination p{margin-bottom: 0.5em;font-size: 0.875em}.pagination ul{list-style: none;display: block;width: 100%;float: left;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: row;-webkit-flex-direction: row;padding: 0}.pagination ul li{display: none;float: left;background: none;padding: 0;margin-right: 0.625rem}.pagination ul li a,.pagination ul li span{display: block;padding: 0.5em;background: #0093d1;color: #fff}.pagination ul li.current{display: block}.pagination ul li.current span{background: #4c4c4c;color: #fff}.pagination ul li.previous,.pagination ul li.next{display: block}.pagination ul li.last{margin-right: 0}.pagination ul li:hover a{background: #52b3dc;color: #fff;text-decoration: none}.pagination:last-child{margin-bottom: 0}@media (min-width: 22em){.pagination ul li.first,.pagination ul li.last{display: block}}@media (min-width: 40em){.pagination ul li{display: block}}.partners{float: left;width: 100%;position: relative;padding: 2.5%}.partners .ce_headline{display: none}.partners .block{float: left;width: 100%;margin: 0 0 2.8125em 0}.partners .block figure{width: 100%;position: relative}.partners .block figure img{width: 100%;height: auto;display: block}.partners .block figcaption{display: none}.partners--showname .block figcaption{display: block}.partners ul{list-style: none;padding: 0;margin: 0}.partners ul li{background: none;padding: 0;width: 100%;margin: 0 0 1.75rem 0}.partners ul li:last-child{margin-bottom: 0}@media (min-width: 23em){.partners .block{width: 47.5%;margin: 0 5% 2.8125em 0}.partners .block:nth-of-type(even){margin-right: 0}}@media (min-width: 40em){.partners ul{padding: 0;margin: 0}.partners ul li,.partners ul li:nth-of-type(even),.partners ul li:nth-of-type(2n+2){width: 47.5%;margin-right: 5%}.partners ul li:nth-child(even),.partners ul li:nth-of-type(even):nth-child(even),.partners ul li:nth-of-type(2n+2):nth-child(even){margin-right: 0}.partners ul li:nth-last-child(-n+2),.partners ul li:nth-of-type(even):nth-last-child(-n+2),.partners ul li:nth-of-type(2n+2):nth-last-child(-n+2){margin-bottom: 0}.partners ul li:nth-last-child(2):nth-child(even),.partners ul li:nth-of-type(even):nth-last-child(2):nth-child(even),.partners ul li:nth-of-type(2n+2):nth-last-child(2):nth-child(even){margin-bottom: 2.5%}}@media (min-width: 64em){.partners__inner{position: relative;flex: 1 85%;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap;float: none}.partners .ce_headline{flex: 0 0 auto;clear: both;width: 100%}.partners .block,.partners .block:nth-of-type(even){flex-basis: 23.125%;-webkit-flex-basis: 23.125%;margin: 0 2.5% 2.8125em 0}.partners .block:nth-of-type(4n+4),.partners .block:nth-of-type(even):nth-of-type(4n+4){margin-right: 0}}.mod_search{float: left;width: 100%}.mod_search form{float: left;width: 100%;margin-bottom: 3.75em}.mod_search form input.text{width: auto}.mod_search form input.submit{width: auto;float: none}.mod_search p.header{margin: 2.8125em 0;font-size: 0.875em}.mod_search .results{float: left;width: 100%}.mod_search .results div{margin-bottom: 2.8125em;padding: 2.5%}.mod_search .results div:last-child{margin-bottom: 0}.mod_search .results div.even{background: #0093d1}.mod_search .results div h3{margin-bottom: 1.25em}.mod_search .results div p.context{font-size: 0.875em}.mod_search .results div p.context span.highlight{font-weight: 600}.header__module--search,.footer__module--search{float: right;width: 100%;padding-top: 5%}.header__module--search .mod_search,.footer__module--search .mod_search{float: left;width: 100%;margin: 0}.header__module--search .mod_search form,.footer__module--search .mod_search form{margin: 0}.header__module--search .mod_search form .formbody,.footer__module--search .mod_search form .formbody{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-flow: row wrap;flex-flow: row wrap}.header__module--search .mod_search input,.footer__module--search .mod_search input{float: left;width: auto;max-width: none}.header__module--search .mod_search input.text,.footer__module--search .mod_search input.text{flex: 1;-webkit-flex: 1}@media (min-width: 64em){.header__module--search,.footer__module--search{float: right;width: auto;flex: 0 0 auto;-webkit-flex: 0 0 auto;margin-left: auto;padding: 0}.header__flexbox .header__module--search,.header__flexbox .footer__module--search,.footer__flexbox .header__module--search,.footer__flexbox .footer__module--search{flex: 0 0 auto;-webkit-flex: 0 0 auto;margin-left: auto;width: auto}}.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent}.slick-list{position: relative;overflow: hidden;display: block;margin: 0;padding: 0}.slick-list:focus{outline: none}.slick-list.dragging{cursor: pointer;cursor: hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.slick-track{position: relative;left: 0;top: 0;display: block}.slick-track:before,.slick-track:after{content: "";display: table}.slick-track:after{clear: both}.slick-loading .slick-track{visibility: hidden}.slick-slide{float: left;height: 100%;min-height: 1px;display: none}[dir="rtl"] .slick-slide{float: right}.slick-slide img{display: block}.slick-slide.slick-loading img{display: none}.slick-slide.dragging img{pointer-events: none}.slick-initialized .slick-slide{display: block}.slick-loading .slick-slide{visibility: hidden}.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent}.slick-arrow.slick-hidden{display: none}.slider-wrapper{float: left;width: 100%;position: relative;overflow: hidden}header .slider-wrapper{margin-bottom: 0}.slider-wrapper .slider-prev,.slider-wrapper .slider-next{position: relative;z-index: 3;-webkit-appearance: none;border: 0;background: none;display: block;width: 20%;cursor: pointer;float: left;padding: 0 5% 5% 5%}.slider-wrapper .slider-prev svg,.slider-wrapper .slider-next svg{width: 100%;height: auto;display: block}.slider-wrapper .slider-prev:focus,.slider-wrapper .slider-next:focus,.slider-wrapper .slider-prev:active,.slider-wrapper .slider-next:active{outline: 0}.slider-wrapper .slider-prev.slick-disabled,.slider-wrapper .slider-next.slick-disabled{opacity: 0.2;cursor: not-allowed}.slider-wrapper .slider-next{float: right}.slider-wrapper .slider-prev{float: left}.slider-wrapper .slider{width: 100%;position: static}.slider-wrapper .slider .ce_image{margin: 0}.slider-wrapper .slider__element{margin: 0}.slider-wrapper .slider__element:focus,.slider-wrapper .slider__element:active{outline: 0}.slider-wrapper .slider__element img{width: 100%;height: auto}.slider-wrapper .slider ul.slick-dots{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0.5em;padding: 5%}.slider-wrapper .slider ul.slick-dots li{float: left;display: block;margin-right: 0.625em}.slider-wrapper .slider ul.slick-dots li button{width: 1.5em;height: 1.5em;border-radius: 1000em;-webkit-border-radius: 1000em;-moz-border-radius: 1000em;display: block;color: red;text-indent: -1000em;-webkit-appearance: none;-moz-appearance: none;background: #006691;border: .25em solid transparent}.slider-wrapper .slider ul.slick-dots li button:focus,.slider-wrapper .slider ul.slick-dots li button:active{outline: 0}.slider-wrapper .slider ul.slick-dots li:last-child{margin-right: 0}.slider-wrapper .slider ul.slick-dots li.slick-active button{background: #4c4c4c;border-color: #006691}.slider-wrapper--image{background: #0093d1}.slider-wrapper--image .slider--image .slider__element__caption{padding: 5%}.slider-wrapper--content .slider--content{width: 100%}.slider-wrapper--content .slider--content .slick-slide{margin-bottom: 0;padding: 0 0 2.5% 0}.slider-wrapper--content .slider--content .slick-slide:focus,.slider-wrapper--content .slider--content .slick-slide:active{outline: 0}.slider-wrapper--content .slider--content ul.slick-dots{position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);bottom: 0;padding: 5%}.slider-wrapper--content .slider--content ul.slick-dots li{float: left;display: block;margin-right: 0.625em}.slider-wrapper--content .slider--content ul.slick-dots li button{width: 2em;height: 2em;border-radius: 1000em;-webkit-border-radius: 1000em;-moz-border-radius: 1000em;display: block;color: red;text-indent: -1000em;-webkit-appearance: none;-moz-appearance: none;background: #006691;border: .25em solid transparent;cursor: pointer}.slider-wrapper--content .slider--content ul.slick-dots li button:focus,.slider-wrapper--content .slider--content ul.slick-dots li button:active{outline: 0}.slider-wrapper--content .slider--content ul.slick-dots li:last-child{margin-right: 0}.slider-wrapper--content .slider--content ul.slick-dots li.slick-active button{background: #4c4c4c;border-color: #006691}.slider-wrapper--content .slider-prev,.slider-wrapper--content .slider-next{position: relative;z-index: 3;-webkit-appearance: none;border: 0;background: none;display: block;width: 20%;cursor: pointer;float: left;padding: 0 5% 5% 5%}.slider-wrapper--content .slider-prev svg,.slider-wrapper--content .slider-next svg{width: 100%;height: auto;display: block}.slider-wrapper--content .slider-prev:focus,.slider-wrapper--content .slider-next:focus,.slider-wrapper--content .slider-prev:active,.slider-wrapper--content .slider-next:active{outline: 0}.slider-wrapper--content .slider-prev.slick-disabled,.slider-wrapper--content .slider-next.slick-disabled{opacity: 0.2;cursor: not-allowed}.slider-wrapper--content .slider-next{float: right}.slider-wrapper--content .slider-prev{float: left}@media (min-width: 25em){.slider-wrapper--content .slider--content ul.slick-dots{bottom: 0}.slider-wrapper--content .slider--content ul.slick-dots li button{width: 2em;height: 2em}}@media (min-width: 48em){.slider-wrapper{background: none}.slider-wrapper .slider-prev,.slider-wrapper .slider-next{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);padding: 0;width: 4em}.slider-wrapper .slider-next{right: 2.5%}.slider-wrapper .slider-prev{left: 2.5%}.slider-wrapper .slider{position: relative}.slider-wrapper .slider ul.slick-dots{position: absolute;bottom: 2.5%;padding: 0}.slider-wrapper--image .slider--image .slider__element__caption{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);max-width: 31.25em;left: 5%}.slider-wrapper--content .slider--content .slick-slide{padding: 0 5% 2.5%}}table{width: 100%}table .header{width: auto;position: inherit;float: none;text-align: left}table th{padding: 1.25%}table tr{padding: 1.25%}.team-list{float: left;width: 100%;margin-bottom: 5%}.team-list .ce_text{float: left;width: 100%;margin-bottom: 5%}.team-list .ce_text p{margin-bottom: 1em}.team-list .ce_text figure{width: 100%;margin-bottom: 0.625em}.team-list .ce_text figure img{width: 100%;height: auto;display: block}@media (min-width: 35em){.team-list .ce_text{width: 48.75%;margin-right: 2.5%}.team-list .ce_text:nth-of-type(even){margin-right: 0}.team-list .ce_text:nth-last-child(-n+2){margin-bottom: 0}}@media (min-width: 64em){.team-list .ce_text,.team-list .ce_text:nth-of-type(even){width: 23.125%;margin-right: 2.5%}.team-list .ce_text:last-child,.team-list .ce_text:nth-of-type(4n+4){margin-right: 0}.team-list .ce_text:nth-last-child(-n+4){margin-bottom: 0}}.timeline{width: 100%;overflow: hidden;position: relative}.timeline .timeline__inner{width: 100%;padding: 0;float: left}.timeline .ce_text{position: relative;clear: both;float: left;width: 95%;padding: 2.5%;background: #0093d1;margin: 0 0 4.25em 0}.timeline .ce_text h3{margin-bottom: 0.25em}.timeline .ce_text h4{margin-bottom: 1.5625em;font-size: 1em}.timeline .ce_text:before,.timeline .ce_text:after{content: "";width: 11%;height: 0.125em;background: #006691;position: absolute;left: 100%;top: 50%}.timeline .ce_text:last-child{margin-bottom: 0}.timeline:before{content: "";width: 0.125em;background: #006691;height: 100%;position: absolute;display: block;right: 0}@media (min-width: 58em){.timeline .ce_text,.timeline .ce_text:nth-of-type(odd),.timeline .ce_text:nth-of-type(even){margin: 0 0 0 0;width: 45%;margin-bottom: 2.8125em}.timeline .ce_text:nth-of-type(even){float: right;text-align: left}.timeline .ce_text:nth-of-type(even):after{left: auto;right: 100%}.timeline:before{right: auto;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%)}.timeline--box-central .ce_text,.timeline--box-central .ce_text:nth-of-type(odd),.timeline--box-central .ce_text:nth-of-type(even){width: 100%;max-width: 38em;margin: 0 auto 4.25em auto;float: none}.timeline--box-central .ce_text:last-child,.timeline--box-central .ce_text:nth-of-type(odd):last-child,.timeline--box-central .ce_text:nth-of-type(even):last-child{margin-bottom: 0}.timeline--box-central .ce_text:after,.timeline--box-central .ce_text:nth-of-type(odd):after,.timeline--box-central .ce_text:nth-of-type(even):after,.timeline--box-central .ce_text:before,.timeline--box-central .ce_text:nth-of-type(odd):before,.timeline--box-central .ce_text:nth-of-type(even):before{display: none}}body{font-family: "Roboto", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;font-weight: 300;line-height: 160%;font-size: 1em}h1,h2,h3,h4,h5,h6{margin-bottom: 1.25em;color: #343434}h1{font-size: 1.384615384615385em}h2{font-size: 1.2307692307692311em}h3,h4{font-size: 1em}h5,h6{font-size: 1em}p{margin-bottom: 1.8125em}p:last-child{margin-bottom: 0}p + h2{padding-top: 2.5em}p + h3{padding-top: 1.875em}p + h4{padding-top: 1.25em}.ani-background,.slider__element__caption__headline h4,.slider__element__caption__text,.sidebar nav ul li a{transition: background .2s;-webkit-transition: background .2s;-ms-transition: background .2s;-moz-transition: background .2s;-o-transition: background .2s}.ani-backgroundcolor{transition: background-color .2s;-webkit-transition: background-color .2s;-ms-transition: background-color .2s;-moz-transition: background-color .2s;-o-transition: background-color .2s}.ani-color,a{transition: color .2s;-webkit-transition: color .2s;-ms-transition: color .2s;-moz-transition: color .2s;-o-transition: color .2s}.ani-color-background,.btn,.header nav ul li a{transition: color .2s, background .2s;-webkit-transition: color .2s, background .2s;-ms-transition: color .2s, background .2s;-moz-transition: color .2s, background .2s;-o-transition: color .2s, background .2s}.ani-border{transition: border .2s;-webkit-transition: border .2s;-ms-transition: border .2s;-moz-transition: border .2s;-o-transition: border .2s}.ani-border-background,.slider-wrapper .slider ul.slick-dots li button,label[id*="lbl_"][for]:before{transition: border .2s, background .2s;-webkit-transition: border .2s, background .2s;-ms-transition: border .2s, background .2s;-moz-transition: border .2s, background .2s;-o-transition: border .2s, background .2s}.ani-border-borderradius,.header__module--search input.submit,.header__module--search label{transition: border .2s, border-radius .2s;-webkit-transition: border .2s, border-radius .2s;-ms-transition: border .2s, border-radius .2s;-moz-transition: border .2s, border-radius .2s;-o-transition: border .2s, border-radius .2s}.ani-width,.header__module--search .form_elements{transition: width .2s;-webkit-transition: width .2s;-ms-transition: width .2s;-moz-transition: width .2s;-o-transition: width .2s}.ani-height{transition: height .2s;-webkit-transition: height .2s;-ms-transition: height .2s;-moz-transition: height .2s;-o-transition: height .2s}.ani-opacity,.header__module--main-nav ul li ul.level_2,.header__nav-wrapper.search-expanded nav,.featured__subpage figure > a:after{transition: opacity .2s;-webkit-transition: opacity .2s;-ms-transition: opacity .2s;-moz-transition: opacity .2s;-o-transition: opacity .2s}.ani-fill,.btn svg,svg{transition: fill .2s;-webkit-transition: fill .2s;-ms-transition: fill .2s;-moz-transition: fill .2s;-o-transition: fill .2s}.header__flexbox .header__module--contactinfo{font-size: 0.875em;float: left;width: auto}.header__module--contactinfo a{color: #0093d1;text-decoration: none}.header__module--contactinfo a:hover{color: #006691}.header__flexbox--full--top-bar{padding: 18px 5% !important;border-bottom: 1px solid #0093d1;background: #F0F0F0}@media (min-width: 64em){.header__flexbox--full--top-bar{padding: 8px 0 !important;border-bottom: none;background: #F0F0F0}.header__flexbox .header__module--contactinfo{float: right;font-size: 12px;line-height: 1.6;padding: 4px 0}.header__flexbox .header__module--contactinfo .phone{float: right;margin-right: 15px;margin-left: 10px;padding-left: 20px;border-left: 1px solid #b2b2b2}.header__flexbox .header__module--contactinfo .phone.no-mobile-phone{display: none !important}}@media (min-width: 90em){.header__flexbox .header__module--contactinfo .phone{float: right;margin-right: 0;margin-left: 10px;padding-left: 20px;border-left: 1px solid #b2b2b2}}.header__nav-btn{background: #0093d1;width: 110px;padding: 18px 20px;position: absolute;right: 0;top: 0;z-index: 999;cursor: pointer}.header__nav-btn__text{text-transform: uppercase;color: #fff;display: block;float: left;font-size: 0.9rem;opacity: 1}.header__nav-btn__icon{display: block;position: relative;overflow: hidden;margin: 0;width: 16px;height: 25px;font-size: 0;text-indent: -9999px;appearance: none;box-shadow: none;border-radius: 0;border: none;cursor: pointer;transition: background .075s;-webkit-transition: background .075s;padding: 0;float: left;margin-right: 10px}.header__nav-btn__icon:focus{outline: none}.header__nav-btn__icon span{display: block;position: absolute;height: 2px;background: #fff;width: 16px;top: 11px;-webkit-transition: background 0s .075s;transition: background 0s .075s}.header__nav-btn__icon span::before,.header__nav-btn__icon span::after{position: absolute;display: block;left: 0;width: 16px;height: 2px;background-color: #fff;content: "";transition-duration: .075s, .075s;transition-delay: .075s, 0s;-webkit-transition-duration: .075s, .075s;-webkit-transition-delay: .075s, 0s}.header__nav-btn__icon span::before{top: -4px;transition-property: top, transform;-webkit-transition-property: top, transform}.header__nav-btn__icon span::after{bottom: -4px;transition-property: bottom, transform;-webkit-transition-property: bottom, transform}.header__nav-btn.is-open .header__nav-btn__icon span{background: none}.header__nav-btn.is-open .header__nav-btn__icon span::before,.header__nav-btn.is-open .header__nav-btn__icon span::after{background-color: #fff}.header__nav-btn.is-open .header__nav-btn__icon span::before{top: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg)}.header__nav-btn.is-open .header__nav-btn__icon span::after{bottom: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}.header__nav-btn.is-open .header__nav-btn__icon span::before,.header__nav-btn.is-open .header__nav-btn__icon span::after{transition-delay: 0s, .075s;-webkit-transition-delay: 0s, .075s}@media (min-width: 64em){.header__nav-btn{display: none}}.btn{cursor: pointer;display: inline-block;padding: 0.875em;line-height: normal;text-decoration: none;border: .09375em solid transparent}input.btn{-webkit-appearance: none;-moz-appearance: none;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;cursor: pointer}.btn--primary{background: #0093d1}.btn--secondary{background: #006691}.btn--tertiary{background: #4c4c4c}.btn--info{background: #ecf0f1}.btn--warning{background: #f39c12}.btn--error{background: #e74c3c}.btn--success{background: #2ecc71}.btn--primary,.btn--white,.btn--error,.btn--success,.btn--warning,.btn--info{color: #fff !important}.btn--primary svg,.btn--white svg,.btn--error svg,.btn--success svg,.btn--warning svg,.btn--info svg{fill: #545454}.btn--primary:hover,.btn--white:hover,.btn--error:hover,.btn--success:hover,.btn--warning:hover,.btn--info:hover{background-color: #006691;text-decoration: none !important}.btn--secondary,.btn--tertiary{color: #fff}.btn--secondary svg,.btn--tertiary svg{fill: #fff}.btn.btn--minimal{background: transparent;border: .09375em solid}.btn.btn--minimal.btn--primary{border-color: #0093d1;color: #0093d1}.btn.btn--minimal.btn--primary:hover{background-color: #0093d1;color: #fff}.btn.btn--minimal.btn--secondary{border-color: #006691;color: #006691}.btn.btn--minimal.btn--secondary:hover{background-color: #006691;color: #fff}.btn.btn--minimal.btn--tertiary{border-color: #4c4c4c;color: #4c4c4c}.btn.btn--minimal.btn--tertiary:hover{background-color: #4c4c4c;color: #fff}.btn.btn--minimal.btn--tertiary:hover svg{fill: #fff}.btn.btn--minimal.btn--tertiary svg{fill: #4c4c4c}.btn.btn--minimal.btn--info{border-color: #ecf0f1;color: #ecf0f1}.btn.btn--minimal.btn--info:hover{background-color: #ecf0f1;color: #545454}.btn.btn--minimal.btn--warning{border-color: #f39c12;color: #f39c12}.btn.btn--minimal.btn--warning:hover{background-color: #f39c12;color: #545454}.btn.btn--minimal.btn--error{border-color: #e74c3c;color: #e74c3c}.btn.btn--minimal.btn--error:hover{background-color: #e74c3c;color: #545454}.btn.btn--minimal.btn--success{border-color: #2ecc71;color: #2ecc71}.btn.btn--minimal.btn--success:hover{background-color: #2ecc71;color: #545454}.btn.btn--minimal.btn--white{border-color: #fff;color: #fff}.btn.btn--minimal.btn--white svg{fill: #fff}.btn.btn--minimal.btn--white:hover{background-color: #fff;color: #545454}.btn.btn--minimal.btn--white:hover svg{fill: #545454}.btn--arrow svg{display: inline-block;float: right;width: 1em;height: 1em;line-height: 1;vertical-align: middle;margin-left: 0.5em}.btn--arrow-left svg{float: left;margin: 0 .5em 0 0}.btn.btn--border{background: none;border: 0;border-bottom: .15625em solid transparent;padding: 0 0 .46875em 0}.btn.btn--border.btn--primary{color: #0093d1}.btn.btn--border.btn--primary:hover{border-color: #0093d1}.btn.btn--border.btn--secondary{color: #006691}.btn.btn--border.btn--secondary:hover{border-color: #006691}.btn.btn--border.btn--tertiary{color: #4c4c4c}.btn.btn--border.btn--tertiary:hover{border-color: #4c4c4c}.btn.btn--border.btn--info{color: #ecf0f1}.btn.btn--border.btn--info:hover{border-color: #ecf0f1}.btn.btn--border.btn--warning{color: #f39c12}.btn.btn--border.btn--warning:hover{border-color: #f39c12}.btn.btn--border.btn--error{color: #e74c3c}.btn.btn--border.btn--error:hover{border-color: #e74c3c}.btn.btn--border.btn--success{color: #2ecc71}.btn.btn--border.btn--success:hover{border-color: #2ecc71}.btn.btn--border.btn--white{color: #fff}.btn.btn--border.btn--white:hover{border-color: #fff}.logo svg{width: 100%}.ie .logo svg{max-height: 85px}.header__module--logo{float: left;max-width: 13.5em}.header__flexbox .header__module--logo{flex: 0 0 auto;-webkit-flex: 0 0 auto;padding: 1.25rem 0}.header__module--logo img,.header__module--logo svg,.header__module--logo .svg{width: 100%;display: block;margin-left: 5%}.ie .header__module--logo svg{max-height: 85px}@media (min-width: 30em){.header__module--logo{max-width: 19em;flex: 0 0 auto;-webkit-flex: 0 0 auto;margin-left: 0}}.footer__module--logo{flex: 0 0 auto;margin: 0 auto 0 0;max-width: 10em}.footer__module--logo img,.footer__module--logo svg{width: 100%;display: block}.header__flexbox .header__module--logo{width: 328px}.footer_flexbox .footer__module--logo{flex: 1 10%}@media (min-width: 64em){.header__flexbox .header__module--logo{padding: 3.2rem 0}}.header__module--main-nav{background: #393F48}.header nav ul li a{background: #4F5864;line-height: 55px;border-bottom: 1px solid #868d95;color: #fff;padding-left: 25px;text-decoration: none}.header nav ul li a:hover,.header nav ul li a:focus,.header nav ul li a.active{background: #0093d1;color: #fff}@media (min-width: 64em){.header__expanding .header__module--main-nav{width: auto}.header__module--main-nav{background: none;float: right;width: auto}.header nav ul li a{background: none;line-height: 15px;font-size: 15px;border-bottom: none;color: #4E4E4E;padding: 20px 8px 25px;text-decoration: none}.header nav ul li:hover a,.header nav ul li:focus a,.header nav ul li.active a{background: #0093D1;color: #FFFFFF}.header__flexbox.header__flexbox--full.header__flexbox--full--nav{flex: 0 0 auto}.header__expanding{margin-left: auto;width: auto;margin-top: 5px}.header__module--logo{margin-right: auto;width: auto}.header__module--main-nav ul li.submenu > a > span.click{display: none}.header__module--main-nav ul li ul{display: none}.header__module--main-nav ul li ul li a{padding: 1rem;background: #0093d1;color: #fff}.header__module--main-nav ul li ul li:hover a{background: #006691}.header__module--main-nav ul li:hover ul{display: block}}@media (min-width: 66em){.header nav ul li a{padding: 20px 12px 25px}}@media (min-width: 70em){.header nav ul li a{padding: 20px 15px 25px}}.footer nav{float: left;width: 100%}.footer nav ul{list-style: none}.footer nav ul li{display: block;float: left;width: 33.33%;text-align: center;background: #4F5864;border-right: 1px solid #868d95}.footer nav ul li a{display: block;float: left;width: 100%;color: #fff;line-height: 47px;text-decoration: none;font-size: 0.875em}.footer nav ul li:last-child{border: 0}@media (min-width: 64em){.footer nav{float: left;width: 100%;border-top: 1px solid #b6b9bc}.footer nav ul{list-style: none;float: right;padding-right: 15px}.footer nav ul li{display: block;float: left;width: auto;background: none;border-right: none;margin-left: 20px}.footer nav ul li a{display: block;float: left;width: 100%;color: #808386;line-height: 47px;text-decoration: none;font-size: 0.75em}.footer nav ul li:last-child{border: 0}}@media (min-width: 90em){.footer nav{float: left;width: 100%;border-top: 1px solid #b6b9bc}.footer nav ul{list-style: none;float: right}.footer nav ul li{display: block;float: left;width: auto;background: none;border-right: none;margin-left: 20px}.footer nav ul li a{display: block;float: left;width: 100%;color: #808386;line-height: 47px;text-decoration: none;font-size: 0.75em}.footer nav ul li:last-child{border: 0}}.start__headline{clear: both;background: #0093D1;text-align: center;color: #fff;border-bottom: 3px solid #224772;padding: 26px 5px 18px;font-size: 0.875em;margin-bottom: 15px}.start__headline span{font-size: 1.375em}.sidebar__inside .mod_article{margin-bottom: 20px}.sidebar__inside .mod_article .ce_image{margin: 20px auto 35px auto}.sidebar__inside .mod_article figure{background: #F0F0F0}.sidebar__inside .mod_article figcaption.caption{font-style: normal;padding: 5% 5% 7%;font-size: 0.9375em}@media (min-width: 64em){.ce_gallery ul{list-style: none}.ce_gallery ul li{background: none;width: 23.125%;margin-right: 2.5%;padding: 0;float: left;margin-bottom: 2.5%}.ce_gallery ul li:nth-of-type(even){margin-right: 2.5%}.ce_gallery ul li:nth-of-type(4n+4){margin-right: 0}.ce_gallery ul li img{width: 100%;height: auto;display: block}}.main p,.has-sidebars .sidebar p{font-size: 1.0625em}.has-sidebars .sidebar a,.main a{color: #0093d1;text-decoration: none}.has-sidebars .sidebar a:hover,.main a:hover{color: #244671;text-decoration: underline}img{border: none;outline: none}a{outline: none}a img{outline: none}@media (min-width: 64em){.has-sidebars .sidebar.sidebar--right{padding: 2.5rem;background: #F0F0F0}.has-sidebars .sidebar.sidebar--right div{margin-bottom: 2.5rem}.has-sidebars .sidebar.sidebar--right div .mejs-controls{margin-bottom: 0}.has-sidebars .sidebar.sidebar--right div p{padding: 0}.has-sidebars .sidebar.sidebar--right div:last-child{margin-bottom: 0}.sidebar.sidebar--right .mod_newslist .layout_short{margin-bottom: 1rem}.sidebar.sidebar--right .mod_newslist .layout_short h5{margin-bottom: 0;font-size: 1rem;line-height: normal}.sidebar.sidebar--right .mod_newslist .layout_short p.info{padding: 0;margin: 0;font-size: 0.875rem}.sidebar.sidebar--right .ce_image{margin-top: 0}.sidebar.sidebar--right .ce_image figure picture{display: block;margin-bottom: 7px}.sidebar.sidebar--right .ce_image figure figcaption.caption{font-size: 0.91rem;padding: 0}.sidebar.sidebar--right .ce_image figure figcaption.caption span.big{font-size: 1em;font-weight: 700}.sidebar.sidebar--right .ce_text{font-size: 0.91rem}.sidebar.sidebar--right .ce_text p{padding: 0}}.has-sidebars .main,.has-sidebars .sidebar{padding: 0}@media (min-width: 64em){.has-sidebars .main,.has-sidebars .sidebar{padding: 0}}@media (min-width: 62em){.sidebar,.main{float: left;margin-right: 0}.main:nth-child(1):not(:last-child){width: 73%}}.main .main__inside .mod_article{padding: 5%}.main .main__inside .mod_article.sub-header-content{padding: 0}.has-sidebars .header{max-width: none !important;width: 100%}.header__flexbox{padding: 0}.header__flexbox--full{padding: 0}.header__flexbox .row{padding: 0}@media (min-width: 48em){.header__flexbox{padding: 0}.header__flexbox--full{padding: 0}}.header .mod_article{width: 100%;margin: 0 auto;float: none}@media (min-width: 90em){.header .mod_article{max-width: 86em}}@media (min-width: 107em){.header .mod_article{max-width: 103em}}.cookiebar{z-index: 9999;background: #60657d}.cookiebar .cookiebar__button{background-color: #0093D1}.slider__element__caption{display: none}.slider-wrapper .slider ul.slick-dots{padding: 2%}.slider-wrapper .slider ul.slick-dots li.slick-active button{background: #0093D1;border-color: #fff}.slider-wrapper .slider ul.slick-dots li button{background: #fff}.has-sidebars .sidebar{padding: 0}.has-sidebars .sidebar .ce_text.sidebar__module{padding: 0 5%}@media (min-width: 64em){.has-sidebars .sidebar .ce_text.sidebar__module{padding: 0}}.layout_full__teaser{font-weight: 600}.mobile-contact{clear: both;padding: 32px 25px;background: #393F48;color: #fff;font-size: 0.9375em}.mobile-contact a{color: #49C0F2;text-decoration: none}.mobile-contact span{font-size: 0.875em}.mod_sitemap .submenu span.click{display: none}@media (min-width: 48em){.header__flexbox--full--top-bar{padding: 18px 3%;width: 100%;max-width: none}.header__flexbox--full--nav{padding: 0}}
