.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

@font-face{font-family:"Commissioner";font-style:normal;font-weight:100;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-100.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-100.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:200;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-200.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-200.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:300;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-300.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-300.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:400;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-regular.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-regular.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:500;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-500.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-500.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:600;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-600.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-600.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:700;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-700.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-700.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:800;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-800.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-800.woff") format("woff")}@font-face{font-family:"Commissioner";font-style:normal;font-weight:900;src:local(""), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-900.woff2") format("woff2"), url("../../files/theme/10_fonts/commissioner-v3-latin_greek-900.woff") format("woff")}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco, monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}.download-element{padding:3px 6px 3px 22px;background:url(/assets/contao/images/iconPLAIN.svg) left center no-repeat}ul.enclosure{padding-left:0}li.download-element{list-style-type:none}.ext-xl{background-image:url(/assets/contao/images/iconXL.svg)}.ext-hqx{background-image:url(/assets/contao/images/iconHQX.svg)}.ext-cpt{background-image:url(/assets/contao/images/iconCPT.svg)}.ext-bin{background-image:url(/assets/contao/images/iconBIN.svg)}.ext-word{background-image:url(/assets/contao/images/iconWORD.svg)}.ext-cto{background-image:url(/assets/contao/images/iconCTO.svg)}.ext-dms{background-image:url(/assets/contao/images/iconDMS.svg)}.ext-lha{background-image:url(/assets/contao/images/iconLHA.svg)}.ext-lzh{background-image:url(/assets/contao/images/iconLZH.svg)}.ext-exe{background-image:url(/assets/contao/images/iconEXE.svg)}.ext-class{background-image:url(/assets/contao/images/iconCLASS.svg)}.ext-so{background-image:url(/assets/contao/images/iconSO.svg)}.ext-sea{background-image:url(/assets/contao/images/iconSEA.svg)}.ext-dll{background-image:url(/assets/contao/images/iconDLL.svg)}.ext-oda{background-image:url(/assets/contao/images/iconODA.svg)}.ext-pdf{background-image:url(/assets/contao/images/iconPDF.svg)}.ext-ai{background-image:url(/assets/contao/images/iconAI.svg)}.ext-eps{background-image:url(/assets/contao/images/iconEPS.svg)}.ext-ps{background-image:url(/assets/contao/images/iconPS.svg)}.ext-pps{background-image:url(/assets/contao/images/iconPPS.svg)}.ext-ppt{background-image:url(/assets/contao/images/iconPPT.svg)}.ext-pptx{background-image:url(/assets/contao/images/iconPPTX.svg)}.ext-smi{background-image:url(/assets/contao/images/iconSMI.svg)}.ext-smil{background-image:url(/assets/contao/images/iconSMIL.svg)}.ext-mif{background-image:url(/assets/contao/images/iconMIF.svg)}.ext-odc{background-image:url(/assets/contao/images/iconODC.svg)}.ext-odf{background-image:url(/assets/contao/images/iconODF.svg)}.ext-odg{background-image:url(/assets/contao/images/iconODG.svg)}.ext-odi{background-image:url(/assets/contao/images/iconODI.svg)}.ext-odp{background-image:url(/assets/contao/images/iconODP.svg)}.ext-ods{background-image:url(/assets/contao/images/iconODS.svg)}.ext-odt{background-image:url(/assets/contao/images/iconODT.svg)}.ext-wbxml{background-image:url(/assets/contao/images/iconWBXML.svg)}.ext-wmlc{background-image:url(/assets/contao/images/iconWMLC.svg)}.ext-dmg{background-image:url(/assets/contao/images/iconDMG.svg)}.ext-dcr{background-image:url(/assets/contao/images/iconDCR.svg)}.ext-dir{background-image:url(/assets/contao/images/iconDIR.svg)}.ext-dxr{background-image:url(/assets/contao/images/iconDXR.svg)}.ext-dvi{background-image:url(/assets/contao/images/iconDVI.svg)}.ext-gtar{background-image:url(/assets/contao/images/iconGTAR.svg)}.ext-inc{background-image:url(/assets/contao/images/iconINC.svg)}.ext-php{background-image:url(/assets/contao/images/iconPHP.svg)}.ext-php3{background-image:url(/assets/contao/images/iconPHP3.svg)}.ext-php4{background-image:url(/assets/contao/images/iconPHP4.svg)}.ext-php5{background-image:url(/assets/contao/images/iconPHP5.svg)}.ext-phtml{background-image:url(/assets/contao/images/iconPHTML.svg)}.ext-phps{background-image:url(/assets/contao/images/iconPHPS.svg)}.ext-js{background-image:url(/assets/contao/images/iconJS.svg)}.ext-psd{background-image:url(/assets/contao/images/iconPSD.svg)}.ext-rar{background-image:url(/assets/contao/images/iconRAR.svg)}.ext-fla{background-image:url(/assets/contao/images/iconFLA.svg)}.ext-swf{background-image:url(/assets/contao/images/iconSWF.svg)}.ext-sit{background-image:url(/assets/contao/images/iconSIT.svg)}.ext-tar{background-image:url(/assets/contao/images/iconTAR.svg)}.ext-tgz{background-image:url(/assets/contao/images/iconTGZ.svg)}.ext-xhtml{background-image:url(/assets/contao/images/iconXHTML.svg)}.ext-xht{background-image:url(/assets/contao/images/iconXHT.svg)}.ext-zip{background-image:url(/assets/contao/images/iconZIP.svg)}.ext-m4a{background-image:url(/assets/contao/images/iconM4A.svg)}.ext-mp3{background-image:url(/assets/contao/images/iconMP3.svg)}.ext-wma{background-image:url(/assets/contao/images/iconWMA.svg)}.ext-mpeg{background-image:url(/assets/contao/images/iconMPEG.svg)}.ext-wav{background-image:url(/assets/contao/images/iconWAV.svg)}.ext-ogg{background-image:url(/assets/contao/images/iconOGG.svg)}.ext-mid{background-image:url(/assets/contao/images/iconMID.svg)}.ext-midi{background-image:url(/assets/contao/images/iconMIDI.svg)}.ext-aif{background-image:url(/assets/contao/images/iconAIF.svg)}.ext-aiff{background-image:url(/assets/contao/images/iconAIFF.svg)}.ext-aifc{background-image:url(/assets/contao/images/iconAIFC.svg)}.ext-ram{background-image:url(/assets/contao/images/iconRAM.svg)}.ext-rm{background-image:url(/assets/contao/images/iconRM.svg)}.ext-rpm{background-image:url(/assets/contao/images/iconRPM.svg)}.ext-ra{background-image:url(/assets/contao/images/iconRA.svg)}.ext-bmp{background-image:url(/assets/contao/images/iconBMP.svg)}.ext-gif{background-image:url(/assets/contao/images/iconGIF.svg)}.ext-jpeg{background-image:url(/assets/contao/images/iconJPEG.svg)}.ext-jpg{background-image:url(/assets/contao/images/iconJPG.svg)}.ext-jpe{background-image:url(/assets/contao/images/iconJPE.svg)}.ext-png{background-image:url(/assets/contao/images/iconPNG.svg)}.ext-tiff{background-image:url(/assets/contao/images/iconTIFF.svg)}.ext-tif{background-image:url(/assets/contao/images/iconTIF.svg)}.ext-svg{background-image:url(/assets/contao/images/iconSVG.svg)}.ext-svgz{background-image:url(/assets/contao/images/iconSVGZ.svg)}.ext-webp{background-image:url(/assets/contao/images/iconWEBP.svg)}.ext-eml{background-image:url(/assets/contao/images/iconEML.svg)}.ext-asp{background-image:url(/assets/contao/images/iconASP.svg)}.ext-css{background-image:url(/assets/contao/images/iconCSS.svg)}.ext-scss{background-image:url(/assets/contao/images/iconSCSS.svg)}.ext-less{background-image:url(/assets/contao/images/iconLESS.svg)}.ext-html{background-image:url(/assets/contao/images/iconHTML.svg)}.ext-htm{background-image:url(/assets/contao/images/iconHTM.svg)}.ext-md{background-image:url(/assets/contao/images/iconMD.svg)}.ext-shtml{background-image:url(/assets/contao/images/iconSHTML.svg)}.ext-txt{background-image:url(/assets/contao/images/iconTXT.svg)}.ext-text{background-image:url(/assets/contao/images/iconTEXT.svg)}.ext-log{background-image:url(/assets/contao/images/iconLOG.svg)}.ext-rtx{background-image:url(/assets/contao/images/iconRTX.svg)}.ext-rtf{background-image:url(/assets/contao/images/iconRTF.svg)}.ext-xml{background-image:url(/assets/contao/images/iconXML.svg)}.ext-xsl{background-image:url(/assets/contao/images/iconXSL.svg)}.ext-mp4{background-image:url(/assets/contao/images/iconMP4.svg)}.ext-m4v{background-image:url(/assets/contao/images/iconM4V.svg)}.ext-mov{background-image:url(/assets/contao/images/iconMOV.svg)}.ext-wmv{background-image:url(/assets/contao/images/iconWMV.svg)}.ext-webm{background-image:url(/assets/contao/images/iconWEBM.svg)}.ext-qt{background-image:url(/assets/contao/images/iconQT.svg)}.ext-rv{background-image:url(/assets/contao/images/iconRV.svg)}.ext-avi{background-image:url(/assets/contao/images/iconAVI.svg)}.ext-ogv{background-image:url(/assets/contao/images/iconOGV.svg)}.ext-movie{background-image:url(/assets/contao/images/iconMOVIE.svg)}
blockquote,figcaption,form,h1,h2,h3,h4,h5,h6,ol,p,table,ul,.ce_accordion .toggler,.ce_hyperlink,.ce_toplink a,.h1,.h2,.h3,.h4,.h5,.h6,.p{font-family:Commissioner, Arial, Helvetica, sans-serif;font-size:16px;font-weight:400;line-height:26px}@media screen and (min-width:481px){blockquote,figcaption,form,h1,h2,h3,h4,h5,h6,ol,p,table,ul,.ce_accordion .toggler,.ce_hyperlink,.ce_toplink a,.h1,.h2,.h3,.h4,.h5,.h6,.p{font-size:20px;line-height:36px}}blockquote,h1,h2,h3,h4,h5,h6,ol,p,table,ul,.h1,.h2,.h3,.h4,.h5,.h6,.p{margin-top:0;margin-bottom:16px}@media screen and (min-width:481px){blockquote,h1,h2,h3,h4,h5,h6,ol,p,table,ul,.h1,.h2,.h3,.h4,.h5,.h6,.p{margin-bottom:20px}}.content_element>div>*:last-child{margin-bottom:0}blockquote,figcaption,form,ol,p,table,ul,.ce_accordion .toggler,.ce_hyperlink,.p{color:#535353}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#00B9E3}.ce_accordion .toggler,a{color:#0047BB}html{overflow-y:scroll}html.mobile_menu_active{overflow:hidden}@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:none}}img{vertical-align:middle}ol,ul{margin-left:32px}@media screen and (min-width:481px){ol,ul{margin-left:40px}}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}ul{list-style-type:disc}sub,sup{font-size:65%;line-height:100%}table{border:0;padding:0;text-align:left;vertical-align:top}table td+td,table th+td,table th+th{padding-left:16px}@media screen and (min-width:481px){table td+td,table th+td,table th+th{padding-left:20px}}.h1,.h2,.h3,.h4,.h5,.h6,.p{display:block}.content-align-center *{text-align:center}.content-align-right *{text-align:right}.uppercase,.uppercase *{text-transform:uppercase}.ce_downloads ul,.ce_downloads li,.ce_gallery ul,.ce_gallery li,.pagination ul,.pagination li,.mod_customnav ul,.mod_customnav li,.mod_navigation ul,.mod_navigation li{margin:0;padding:0;list-style-type:none}.grid{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap}.grid>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;flex-basis:100%}.grid .remove-grid-gap-bottom{padding-bottom:0}.formbody>*{flex-basis:100%}@media screen and (min-width:0px) and (max-width:480px){.grid{margin-left:-10px;margin-right:-10px}.grid>*{padding:0 10px 20px 10px}.xs-0{display:none}.xs-1{flex-basis:8.3333333333%}.xs-2{flex-basis:16.6666666667%}.xs-3{flex-basis:25%}.xs-4{flex-basis:33.3333333333%}.xs-5{flex-basis:41.6666666667%}.xs-6{flex-basis:50%}.xs-7{flex-basis:58.3333333333%}.xs-8{flex-basis:66.6666666667%}.xs-9{flex-basis:75%}.xs-10{flex-basis:83.3333333333%}.xs-11{flex-basis:91.6666666667%}.xs-12{flex-basis:100%}.add-grid-row-gap-bottom{padding-bottom:20px}.add-grid-row-gap-x2-bottom{padding-bottom:40px}.add-grid-row-gap-top{padding-top:20px}.add-grid-row-gap-x2-top{padding-top:40px}}@media screen and (min-width:481px) and (max-width:768px){.grid{margin-left:-15px;margin-right:-15px}.grid>*{padding:0 15px 30px 15px}.s-0{display:none}.s-1{flex-basis:8.3333333333%}.s-2{flex-basis:16.6666666667%}.s-3{flex-basis:25%}.s-4{flex-basis:33.3333333333%}.s-5{flex-basis:41.6666666667%}.s-6{flex-basis:50%}.s-7{flex-basis:58.3333333333%}.s-8{flex-basis:66.6666666667%}.s-9{flex-basis:75%}.s-10{flex-basis:83.3333333333%}.s-11{flex-basis:91.6666666667%}.s-12{flex-basis:100%}.add-grid-row-gap-bottom{padding-bottom:30px}.add-grid-row-gap-x2-bottom{padding-bottom:60px}.add-grid-row-gap-top{padding-top:30px}.add-grid-row-gap-x2-top{padding-top:60px}}@media screen and (min-width:769px) and (max-width:1024px){.grid{margin-left:-15px;margin-right:-15px}.grid>*{padding:0 15px 30px 15px}.m-0{display:none}.m-1{flex-basis:8.3333333333%}.m-2{flex-basis:16.6666666667%}.m-3{flex-basis:25%}.m-4{flex-basis:33.3333333333%}.m-5{flex-basis:41.6666666667%}.m-6{flex-basis:50%}.m-7{flex-basis:58.3333333333%}.m-8{flex-basis:66.6666666667%}.m-9{flex-basis:75%}.m-10{flex-basis:83.3333333333%}.m-11{flex-basis:91.6666666667%}.m-12{flex-basis:100%}.add-grid-row-gap-bottom{padding-bottom:30px}.add-grid-row-gap-x2-bottom{padding-bottom:60px}.add-grid-row-gap-top{padding-top:30px}.add-grid-row-gap-x2-top{padding-top:60px}}@media screen and (min-width:1025px) and (max-width:1200px){.grid{margin-left:-15px;margin-right:-15px}.grid>*{padding:0 15px 30px 15px}.l-0{display:none}.l-1{flex-basis:8.3333333333%}.l-2{flex-basis:16.6666666667%}.l-3{flex-basis:25%}.l-4{flex-basis:33.3333333333%}.l-5{flex-basis:41.6666666667%}.l-6{flex-basis:50%}.l-7{flex-basis:58.3333333333%}.l-8{flex-basis:66.6666666667%}.l-9{flex-basis:75%}.l-10{flex-basis:83.3333333333%}.l-11{flex-basis:91.6666666667%}.l-12{flex-basis:100%}.add-grid-row-gap-bottom{padding-bottom:30px}.add-grid-row-gap-x2-bottom{padding-bottom:60px}.add-grid-row-gap-top{padding-top:30px}.add-grid-row-gap-x2-top{padding-top:60px}}@media screen and (min-width:1201px){.grid{margin-left:-15px;margin-right:-15px}.grid>*{padding:0 15px 30px 15px}.xl-0{display:none}.xl-1{flex-basis:8.3333333333%}.xl-2{flex-basis:16.6666666667%}.xl-3{flex-basis:25%}.xl-4{flex-basis:33.3333333333%}.xl-5{flex-basis:41.6666666667%}.xl-6{flex-basis:50%}.xl-7{flex-basis:58.3333333333%}.xl-8{flex-basis:66.6666666667%}.xl-9{flex-basis:75%}.xl-10{flex-basis:83.3333333333%}.xl-11{flex-basis:91.6666666667%}.xl-12{flex-basis:100%}.add-grid-row-gap-bottom{padding-bottom:30px}.add-grid-row-gap-x2-bottom{padding-bottom:60px}.add-grid-row-gap-top{padding-top:30px}.add-grid-row-gap-x2-top{padding-top:60px}}.grid.grid-auto-width>*{flex:1 1 auto}.grid.grid-left>*{flex:0 0 auto}.grid.grid-vertical{flex-direction:column;flex-wrap:nowrap;justify-content:space-between;min-height:100%}.add-paragraph-margin-bottom{margin-bottom:16px}@media screen and (min-width:481px){.add-paragraph-margin-bottom{margin-bottom:20px}}.add-paragraph-margin-x2-bottom{margin-bottom:32px}@media screen and (min-width:481px){.add-paragraph-margin-x2-bottom{margin-bottom:40px}}.add-paragraph-margin-top{margin-top:16px}@media screen and (min-width:481px){.add-paragraph-margin-top{margin-top:20px}}.add-paragraph-margin-x2-top{margin-top:32px}@media screen and (min-width:481px){.add-paragraph-margin-x2-top{margin-top:40px}}.remove-paragraph-margin-bottom{margin-bottom:0}@media screen and (min-width:481px){.remove-paragraph-margin-bottom{margin-bottom:0}}
.ce_accordion .toggler{cursor:pointer}.ce_accordion .accordion>div>*:last-child{margin-bottom:0}.ce_column{overflow:hidden}.ce_gallery{margin-bottom:0}.ce_gallery ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:0 -8px}@media screen and (min-width:481px){.ce_gallery ul{margin:0 -10px}}.ce_gallery.gallery-horizontal-align-center ul{justify-content:center}.ce_gallery.gallery-horizontal-align-center li{text-align:center}.ce_gallery.gallery-horizontal-align-right ul{justify-content:flex-end}.ce_gallery.gallery-horizontal-align-right li{text-align:right}.ce_gallery.gallery-vertical-align-bottom ul{align-items:flex-end}.ce_gallery.gallery-vertical-align-top ul{align-items:flex-start}.ce_gallery li{flex-basis:100%}.ce_gallery .image_container{margin:0 8px 16px 8px}@media screen and (min-width:481px){.ce_gallery .image_container{margin:0 10px 20px 10px}}.ce_gallery .cols_5 li{flex-basis:50%}.ce_gallery .cols_6 li{flex-basis:33.3333333333%}.ce_gallery .cols_7 li{flex-basis:25%}.ce_gallery .cols_8 li{flex-basis:20%}.ce_gallery .cols_9 li{flex-basis:16.6666666667%}.ce_gallery .cols_10 li{flex-basis:14.2857142857%}.ce_gallery .cols_11 li{flex-basis:12.5%}.ce_gallery .cols_12 li{flex-basis:11.1111111111%}@media screen and (min-width:328.5px){.ce_gallery .cols_4 li{flex-basis:50%}.ce_gallery .cols_5 li{flex-basis:33.3333333333%}.ce_gallery .cols_6 li{flex-basis:25%}.ce_gallery .cols_7 li{flex-basis:20%}.ce_gallery .cols_8 li{flex-basis:16.6666666667%}.ce_gallery .cols_9 li{flex-basis:14.2857142857%}.ce_gallery .cols_10 li{flex-basis:12.5%}.ce_gallery .cols_11 li{flex-basis:11.1111111111%}.ce_gallery .cols_12 li{flex-basis:10%}}@media screen and (min-width:657px){.ce_gallery .cols_2 li{flex-basis:50%}.ce_gallery .cols_3 li{flex-basis:50%}.ce_gallery .cols_4 li{flex-basis:33.3333333333%}.ce_gallery .cols_5 li{flex-basis:25%}.ce_gallery .cols_6 li{flex-basis:20%}.ce_gallery .cols_7 li{flex-basis:16.6666666667%}.ce_gallery .cols_8 li{flex-basis:14.2857142857%}.ce_gallery .cols_9 li{flex-basis:12.5%}.ce_gallery .cols_10 li{flex-basis:11.1111111111%}.ce_gallery .cols_11 li{flex-basis:10%}.ce_gallery .cols_12 li{flex-basis:9.0909090909%}}@media screen and (min-width:985.5px){.ce_gallery .cols_3 li{flex-basis:33.3333333333%}.ce_gallery .cols_4 li{flex-basis:25%}.ce_gallery .cols_5 li{flex-basis:20%}.ce_gallery .cols_6 li{flex-basis:16.6666666667%}.ce_gallery .cols_7 li{flex-basis:14.2857142857%}.ce_gallery .cols_8 li{flex-basis:12.5%}.ce_gallery .cols_9 li{flex-basis:11.1111111111%}.ce_gallery .cols_10 li{flex-basis:10%}.ce_gallery .cols_11 li{flex-basis:9.0909090909%}.ce_gallery .cols_12 li{flex-basis:8.3333333333%}}.ce_gallery.gallery-use-original-width li{flex-basis:auto}.ce_gallery.gallery-hide-captions figcaption{display:none}.ce_download .download-element,.ce_downloads .download-element{background-size:18.5px;background-position:0 5px;padding-left:21px}@media screen and (min-width:481px){.ce_download .download-element,.ce_downloads .download-element{background-size:24px;background-position:0 8px;padding-left:28px}}.ce_download .download-element.ext-doc,.ce_downloads .download-element.ext-doc{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconDOC.svg)}.ce_download .download-element.ext-docx,.ce_downloads .download-element.ext-docx{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconDOCX.svg)}.ce_download .download-element.ext-pdf,.ce_downloads .download-element.ext-pdf{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconPDF.svg)}.ce_download .download-element.ext-ppt,.ce_downloads .download-element.ext-ppt{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconPPT.svg)}.ce_download .download-element.ext-pptx,.ce_downloads .download-element.ext-pptx{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconPPTX.svg)}.ce_download .download-element.ext-xls,.ce_downloads .download-element.ext-xls{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconXLS.svg)}.ce_download .download-element.ext-xlsx,.ce_downloads .download-element.ext-xlsx{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconXLSX.svg)}.ce_download .download-element.ext-zip,.ce_downloads .download-element.ext-zip{background-image:url(../../files/theme/20_dcffw/images/filetypes/iconZIP.svg)}.ce_download .download-element a,.ce_downloads .download-element a{display:block;text-decoration:none}.ce_sliderStart>div{position:relative}.ce_sliderStart .slider-wrapper>.content_element{margin-bottom:0}.ce_sliderStart .slider-control{height:auto;position:static}.ce_sliderStart .slider-control a{background-position:center center;background-repeat:no-repeat;background-size:40%;display:block;height:100%;overflow:hidden;position:absolute;text-indent:150px;top:0;white-space:nowrap;width:48px;z-index:400}@media screen and (min-width:481px){.ce_sliderStart .slider-control a{width:60px}}.ce_sliderStart .slider-control a.slider-prev{background-image:url(../../files/theme/20_dcffw/images/icons_white_black/arrow_left.svg);left:0}.ce_sliderStart .slider-control a.slider-next{background-image:url(../../files/theme/20_dcffw/images/icons_white_black/arrow_right.svg);right:0}.ce_sliderStart.slider-prev-next-outside .slider-control a.slider-prev{}.ce_sliderStart.slider-hide-prev-next .slider-control a{display:none}.ce_sliderStart .slider-menu{bottom:0;display:block;height:32px;left:0;margin:0;position:absolute;right:0;top:auto;width:100%;z-index:200}@media screen and (min-width:481px){.ce_sliderStart .slider-menu{height:40px}}.ce_sliderStart .slider-menu b{background-color:#ffffff;border:0.3px solid #000000;border-radius:11.2px;display:inline-block;overflow:hidden;height:11.2px;margin:0 4.8px;opacity:0.3;text-indent:150px;width:11.2px}@media screen and (min-width:481px){.ce_sliderStart .slider-menu b{border-radius:14px;height:14px;margin:0 6px;width:14px}}.ce_sliderStart .slider-menu b.active{opacity:1}.ce_sliderStart.slider-hide-menu .slider-menu{display:none}.image_container.float_above,.image_container.float_below,.image_container.float_left,.image_container.float_right{margin-bottom:26px}@media screen and (min-width:481px){.image_container.float_above,.image_container.float_below,.image_container.float_left,.image_container.float_right{margin-bottom:36px}}@media screen and (min-width:657px){.image_container.float_left{float:left;margin-right:26px;margin-top:10px;max-width:50%}}@media screen and (min-width:657px) and (min-width:481px){.image_container.float_left{margin-right:36px;margin-top:16px}}@media screen and (min-width:657px){.image_container.float_right{float:right;margin-left:26px;margin-top:10px;max-width:50%}}@media screen and (min-width:657px) and (min-width:481px){.image_container.float_right{margin-left:36px;margin-top:16px}}.tile>div,.tile>div>a,.tile .horizontal,.tile .vertical{display:block;height:100%}.tile .horizontal{display:flex;flex-direction:row;flex-wrap:wrap}.tile .vertical{display:flex;flex-direction:column;justify-content:space-between}.tile .left,.tile .right,.tile .top,.tile .bottom{padding:0}
.formbody{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap}.formbody>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block}@media screen and (min-width:0px) and (max-width:480px){.formbody{margin-left:-10px;margin-right:-10px;margin-bottom:-5px}.formbody>*{padding:0 10px;padding-bottom:10px}}@media screen and (min-width:481px) and (max-width:768px){.formbody{margin-left:-15px;margin-right:-15px;margin-bottom:-7.5px}.formbody>*{padding:0 15px;padding-bottom:15px}}@media screen and (min-width:769px) and (max-width:1024px){.formbody{margin-left:-15px;margin-right:-15px;margin-bottom:-7.5px}.formbody>*{padding:0 15px;padding-bottom:15px}}@media screen and (min-width:1025px) and (max-width:1200px){.formbody{margin-left:-15px;margin-right:-15px;margin-bottom:-10px}.formbody>*{padding:0 15px;padding-bottom:20px}}@media screen and (min-width:1201px){.formbody{margin-left:-15px;margin-right:-15px;margin-bottom:-10px}.formbody>*{padding:0 15px;padding-bottom:20px}}form button,form input.captcha,form input.text,form input.upload,form select,form textarea{-webkit-appearance:none;-moz-appearance:none}form button,form input.range,form input.captcha,form input.text,form input.upload,form select,form textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:auto;margin:0;outline:none;width:100%}form button,form input.text,form input.captcha,form select,form textarea{border:1px solid #9D9D9C;border-radius:0px;padding:4px 8px}@media screen and (min-width:481px){form button,form input.text,form input.captcha,form select,form textarea{padding:5px 10px}}form button{padding-right:16px;padding-left:16px;width:auto}@media screen and (min-width:481px){form button{padding-right:20px;padding-left:20px}}form select{background-image:url(../../files/theme/20_dcffw/images/icons_black/arrow_bottom.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:auto 25%}@media screen and (min-width:481px){form select{background-position:right 10px center}}form .checkbox_container>span,form .radio_container>span{margin-right:16px;white-space:nowrap}@media screen and (min-width:481px){form .checkbox_container>span,form .radio_container>span{margin-right:20px}}form .checkbox_container>span:last-child,form .radio_container>span:last-child{margin-right:0}form .checkbox_container>span label,form .radio_container>span label{white-space:normal}form .checkbox_container.one-line-per-option>span,form .radio_container.one-line-per-option>span{display:block;margin-right:0}form .widget>label{display:block}form .widget-captcha{display:flex;flex-direction:column}form .widget-captcha input.captcha{order:1}form .widget-captcha .captcha_text{order:-1}form .widget.error{display:flex;flex-direction:column}form .widget.error p.error{margin:0;order:2}form .widget-explanation>*:last-child{margin-bottom:0}
.content_block{margin:0px auto;max-width:1314px;padding:0 20px}@media screen and (min-width:768px){.content_block{padding:0 20px}}@media screen and (min-width:1024px){.content_block{padding:0 20px}}@media screen and (min-width:1200px){.content_block{padding:0 20px}}@media screen and (min-width:1400px){.content_block{padding:0 20px}}.layout_block{margin:0px auto;max-width:1440px;padding:0 0}@media screen and (min-width:768px){.layout_block{padding:0 0}}@media screen and (min-width:1024px){.layout_block{padding:0 0}}@media screen and (min-width:1200px){.layout_block{padding:0 0}}@media screen and (min-width:1400px){.layout_block{padding:0 0}}._VORLAGE_dynamic_breadcrumb{}._VORLAGE_dynamic_breadcrumb a,._VORLAGE_dynamic_breadcrumb span,._VORLAGE_dynamic_breadcrumb strong{display:block}._VORLAGE_dynamic_breadcrumb .branch{display:none}._VORLAGE_dynamic_breadcrumb .trigger{float:left}._VORLAGE_dynamic_breadcrumb .breadcrumb{float:left}


body{-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-chars:auto 3;hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:2;-webkit-hyphenate-limit-lines:2;hyphenate-limit-lines:2}@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:none}}.content_element,.mod_article .mod_navigation{overflow:visible}.ce_sliderStart{overflow:hidden}.grid>script{display:none}
a,.a{transition:all 0.2s ease}a:hover,.a:hover{color:#00BCE3}figcaption{font-size:12px;line-height:22px;margin-top:5px}h1,.h1{color:#535353;font-size:25px;font-weight:700;line-height:35px}@media screen and (min-width:481px){h1,.h1{font-size:36px;line-height:46px;letter-spacing:-1px}}h2,.h2{color:#00BCE3;font-size:20px;font-weight:700;line-height:23px}@media screen and (min-width:481px){h2,.h2{font-size:32px;line-height:36px}}h3,.h3{color:#00BCE3;font-size:20px;font-weight:700;line-height:23px;margin-bottom:10px}@media screen and (min-width:481px){h3,.h3{font-size:24px;line-height:36px}}.h3-regular h3,.h3-regular .h3{font-weight:400}h4,.h4{color:#0047BB;font-size:20px;font-weight:700;letter-spacing:0;line-height:30px}@media screen and (min-width:481px){h4,.h4{font-size:24px;line-height:36px}}h5,.h5{font-weight:700}h6,.h6{color:#535353;font-weight:700}mark{background-color:#f5e94d}.ce_gallery ul.logos li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;flex-basis:100%;height:183px;padding:15px}@media screen and (min-width:481px){.ce_gallery ul.logos li{flex-basis:50%}}@media screen and (min-width:769px){.ce_gallery ul.logos li{flex-basis:33.33333%}}@media screen and (min-width:1025px){.ce_gallery ul.logos li{flex-basis:25%}}.ce_gallery ul.logos .logo_container{align-items:center;background-color:#ffffff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;padding:30px;transition:all 0.5s ease}.ce_gallery ul.logos img{max-height:100%}.mod_article:nth-child(odd) .ce_gallery ul.logos .logo_container,.mod_article.white .ce_gallery ul.logos .logo_container{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.1)}.mod_article:nth-child(odd) .ce_gallery ul.logos a:hover .logo_container,.mod_article.white .ce_gallery ul.logos a:hover .logo_container{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.3)}.mod_article:nth-child(even) .ce_gallery ul.logos .logo_container,.mod_article.grey .ce_gallery ul.logos .logo_container{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.05)}.mod_article:nth-child(even) .ce_gallery ul.logos a:hover .logo_container,.mod_article.grey .ce_gallery ul.logos a:hover .logo_container{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.3)}.ce_download .download-element,.ce_downloads .download-element{background-position:0 4px;padding:0 0 0 24px}@media screen and (min-width:481px){.ce_download .download-element,.ce_downloads .download-element{background-position:0 7px;padding:0 0 0 30px}}.ce_download .download-element .a,.ce_downloads .download-element .a{color:#0047BB}.ce_download .download-element .a:hover,.ce_downloads .download-element .a:hover{color:#00BCE3}.ce_download .download-element .size,.ce_downloads .download-element .size{white-space:nowrap;color:#B2B2B2}.back a,.back .a,.ce_hyperlink a,.ce_hyperlink .a,.ce_toplink a,.ce_toplink .a,.more a,.more .a,.tile-add-link:not(.download-element) a,.tile-add-link:not(.download-element) .a{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg);background-position:0 7px;background-repeat:no-repeat;color:#0047BB;display:inline-block;font-size:12px;font-weight:700;letter-spacing:-0.25px;line-height:22px;padding-left:20px;text-decoration:none;text-transform:uppercase}.back a:hover,.back .a:hover,.ce_hyperlink a:hover,.ce_hyperlink .a:hover,.ce_toplink a:hover,.ce_toplink .a:hover,.more a:hover,.more .a:hover,.tile-add-link:not(.download-element) a:hover,.tile-add-link:not(.download-element) .a:hover{color:#00BCE3}.back a{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_left.svg)}.hyperlink-block a{display:block}.hyperlink-button a{background-color:#00BCE3;background-image:url(../../files/theme/30_custom/images/blue/arrow_small_right.svg);background-position:13px 16px;color:#ffffff;padding:8px 16px 9px 32px}.hyperlink-button a:hover{color:#00BCE3;background-color:#0047BB;background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg)}.hyperlink-button.icon-download a{background-image:url(../../files/theme/30_custom/images/blue/download.svg);background-position:9px 13px}.hyperlink-button.icon-download a:hover{background-image:url(../../files/theme/30_custom/images/cyan/download.svg)}.hyperlink-button-big a{background-color:#00BCE3;background-image:url(../../files/theme/30_custom/images/blue/arrow_small_right.svg);background-position:33px 26px;color:#ffffff;padding:19px 36px 18px 52px}.hyperlink-button-big a:hover{background-color:#0047BB;color:#00BCE3 !important;background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg)}.mod_article.blue .hyperlink-button-big a:hover{background-color:#ffffff}.hyperlink-button-frame a{background-image:url(../../files/theme/30_custom/images/blue/arrow_small_right.svg);background-position:13px 15px;border:1px solid #00BCE3;color:#535353;padding:7px 15px 8px 31px}.hyperlink-button-frame a:hover{background-color:#00BCE3;background-image:url(../../files/theme/30_custom/images/white/arrow_small_right.svg);color:#ffffff}a.hyperlink-add-to-calendar{background-image:url(../../files/theme/30_custom/images/cyan/add_to_calendar.svg);background-position:0 4px}.hyperlink-external a,.hyperlink-twitter a,.hyperlink-mastodon a{background-size:20px;font-size:16px;line-height:26px;padding-left:28px;text-transform:none}.hyperlink-external a{background-image:url(../../files/theme/30_custom/images/cyan/external.svg);background-position:0 3px}.hyperlink-mastodon a{background-image:url(../../files/theme/30_custom/images/cyan/mastodon.svg);background-position:0 3px;background-size:22px}.hyperlink-twitter a{background-image:url(../../files/theme/30_custom/images/cyan/twitter_small.svg);background-position:0 4px;background-size:22px}.ce_toplink a{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_top.svg);background-position:0 6px;padding-left:16px}.ce_table{overflow:auto !important}.ce_table table{min-width:800px}.ce_table>div{width:100%;overflow-y:auto}.ce_table>div::-webkit-scrollbar{-webkit-appearance:none;width:14px;height:6px}.ce_table>div::-webkit-scrollbar-thumb{border-radius:8px;background-color:#00BCE3}.table-col-0-nowrap table tr>*:first-child{white-space:nowrap}.footnote{color:#B2B2B2;font-size:12px;line-height:22px}.list-square ul{list-style-type:none;margin-left:0}.list-square li{background-image:url(../../files/theme/30_custom/images/cyan/square.svg);background-position:2px 10px;background-repeat:no-repeat;background-size:8px;padding-left:21px}@media screen and (min-width:481px){.list-square li{background-position:2px 15px;background-size:10px;padding-left:27px}}.nav_topics .content_element>div{height:100%}.nav_topics a.p,.nav_topics .a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#00BCE3;color:#ffffff;display:block;font-size:16px;font-weight:500;height:100%;line-height:20px;min-height:62px;padding:10px 15px 12px 15px;text-decoration:none}.nav_topics a.p:hover,.nav_topics .a:hover{background-color:#0047BB}.pagination p{display:none}.pagination li{float:left}.pagination a,.pagination strong{display:block;line-height:25px;margin:0 6px;padding:0 4px;text-decoration:none}@media screen and (min-width:481px){.pagination a,.pagination strong{line-height:29px}}.pagination strong{border-bottom:3px solid #00BCE3;color:#00BCE3;font-weight:700}.pagination .first a,.pagination .last a,.pagination .next a,.pagination .previous a{background-position:center 9px;background-repeat:no-repeat;background-size:10px;overflow:hidden;text-indent:50px;white-space:nowrap;width:3px}@media screen and (min-width:481px){.pagination .first a,.pagination .last a,.pagination .next a,.pagination .previous a{background-size:auto}}.pagination .first a{background-image:url(../../files/theme/30_custom/images/blue/pagination_first.svg)}.pagination .last a{background-image:url(../../files/theme/30_custom/images/blue/pagination_last.svg)}.pagination .next a{background-image:url(../../files/theme/30_custom/images/blue/pagination_next.svg)}.pagination .previous a{background-image:url(../../files/theme/30_custom/images/blue/pagination_previous.svg)}.ajax_pagination .pagination_container{display:none}.ajax_pagination .pagination_container:last-child{display:block}.ajax_pagination .pagination{float:left;margin-right:15px}.ajax_pagination .pagination li{display:none}.ajax_pagination .pagination .next{display:block}.ajax_pagination .pagination .next a{background-color:#00BCE3;background-image:url(../../files/theme/30_custom/images/blue/load.svg);background-position:9px 12px;background-repeat:no-repeat;color:#ffffff;display:block;font-size:12px;font-weight:700;letter-spacing:-0.25px;line-height:22px;margin:0;padding:8px 16px 9px 32px;text-decoration:none;text-indent:0;text-transform:uppercase;width:auto}.ajax_pagination .pagination .next a:hover{background-color:#0047BB;background-image:url(../../files/theme/30_custom/images/cyan/load.svg);color:#00BCE3}.ajax_pagination .ce_hyperlink{font-size:inherit}.tile>div{background-color:#ffffff}.tile a{text-decoration:none;transition:all 0.5s ease}.tile .top .text{display:block;padding:30px 30px 0 30px}.tile .top.wo_bottom .text{padding:30px 30px 30px 30px}.tile .bottom .text{display:block;padding:0px 30px 30px 30px}.tile .bottom *:last-child,.tile .top.wo_bottom *:last-child{margin-bottom:0}.tile .image_container{float:none;margin:0;max-width:100%}.tile .top img,.tile .bottom img,.tile .left img,.tile .right img{max-width:auto;width:100%}.tile figcaption{display:none}.tile .top .text ul{margin-left:20px}.tile.list-square ul{margin-left:0 !important}.mod_article:nth-child(odd) .tile>div,.mod_article.white .tile>div{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.1)}.mod_article:nth-child(odd) .tile>div>a:hover,.mod_article.white .tile>div>a:hover{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.2)}.mod_article:nth-child(even) .tile>div,.mod_article.grey .tile>div{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.05)}.mod_article:nth-child(even) .tile>div>a:hover,.mod_article.grey .tile>div>a:hover{box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.2)}.tile.tile-line-left>div{box-shadow:none !important;border-left:1px solid #535353;transition:border 0.5s ease}.tile.tile-line-left>div:hover{border-left:1px solid #00BCE3}.tile.tile-line-left a{box-shadow:none !important}.tile.tile-line-left a:hover .headline{color:#0047BB}.tile.tile-line-left .headline{font-weight:400;transition:color 0.5s ease}.tile.tile-arrow>div{background-color:#F0F0F0;box-shadow:none !important}@media screen and (min-width:481px){.tile.tile-arrow .top .text{background-image:url(../../files/theme/30_custom/images/cyan/arrow_big_right.svg);background-position:30px 56px;background-repeat:no-repeat;padding:45px 30px 45px 70px}}.tile.tile-arrow .top .text p,.tile.tile-arrow .top .text .p{max-width:400px}@media screen and (min-width:481px){.tile.tile-arrow .bottom .text{padding-left:70px;padding-bottom:40px}}.tile.tile-arrow .headline{color:#0047BB;margin-bottom:36px}.tile .former-groups .h3{color:#B2B2B2}div+div+.no_search_results{display:none}.staff_list_item{display:flex;flex-direction:column;height:100%;justify-content:space-between}.staff_list_item *{margin-bottom:0}.staff_list_item .picture{display:inline-block;margin-bottom:20px;position:relative}.staff_list_item .picture img.staff{width:194px}.staff_list_compact_item *{margin-bottom:0}.staff_reader_full.head{padding-bottom:0 !important}@media screen and (min-width:1025px){.staff_reader_full.head{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:409px;position:relative}}.staff_reader_full.head .staff_picture{margin:0 0 20px 0}@media screen and (min-width:1025px){.staff_reader_full.head .staff_picture{margin:0;position:absolute;right:0;top:0}}.staff_reader_full.head .staff_picture img{width:194px}@media screen and (min-width:481px){.staff_reader_full.head .staff_picture img{width:250px}}@media screen and (min-width:1025px){.staff_reader_full.head .staff_picture img{width:300px}}@media screen and (min-width:1025px){.staff_reader_full.head .staff_picture~*{margin-right:340px}}.staff_reader_full.head .staff_positions span{display:block}.staff_reader_full.head .staff_positions a{text-decoration:none}.staff_reader_full.head .staff_communication span{display:block}.staff_reader_full.head .staff_communication a{text-decoration:none;color:#535353}.staff_reader_full td:first-child{white-space:nowrap}@media screen and (max-width:767px){.staff_reader_full table,.staff_reader_full tr,.staff_reader_full th,.staff_reader_full td{display:block;padding:0}}.staff_reader_full td:last-child{padding-bottom:16px}@media screen and (min-width:481px){.staff_reader_full td:last-child{padding-bottom:16px}}@media screen and (min-width:768px){.staff_reader_full td:last-child{padding-bottom:0}}.staff.alumni a{color:#535353;text-decoration:none}.staff.alumni a:hover{color:#00BCE3}.staffsearch .letters{display:none}@media screen and (min-width:768px){.staffsearch .letters{display:block}}@media screen and (min-width:1024px){.staffsearch .letters{float:left}}.staffsearch .letters ul,.staffsearch .letters li{list-style-type:none;margin:0;padding:0}.staffsearch .letters li{float:left}.staffsearch .letters li+li{margin-left:10px}.staffsearch .letters a{color:#535353;text-decoration:none}.staffsearch .letters a:hover{color:#00BCE3}.staffsearch .letters strong{color:#00BCE3;border-bottom:3px solid #00BCE3}.staffsearch .hasteform_hki_staffsearch{clear:left}@media screen and (min-width:768px){.staffsearch .hasteform_hki_staffsearch{padding-top:20px}}@media screen and (min-width:1024px){.staffsearch .hasteform_hki_staffsearch{clear:none;float:right;padding-top:0}}.staffsearch .hasteform_hki_staffsearch label{display:none}.staffsearch .hasteform_hki_staffsearch .formbody{flex-wrap:nowrap}.staffsearch .hasteform_hki_staffsearch .widget-text{flex-basis:auto;width:100%;padding-right:0}@media screen and (min-width:768px){.staffsearch .hasteform_hki_staffsearch .widget-text{width:300px}}.staffsearch .hasteform_hki_staffsearch .widget-text input{border:0;border-bottom:1px solid #535353;padding-left:0;padding-right:60px}.staffsearch .hasteform_hki_staffsearch .widget-submit{flex-basis:16px;padding-left:0;margin-left:-30px}.staffsearch .hasteform_hki_staffsearch .widget-submit button{border:0;background:#ffffff;background-image:url(../../files/theme/30_custom/images/grey/staffsearch.svg);background-position:center right;background-repeat:no-repeat;overflow:hidden;padding-left:0;padding-right:0;text-indent:-150px;width:30px}.staffsearch .error,.staffsearch .results{clear:both}.staffsearch_list_item>*{padding-bottom:0}.staffsearch_list_item>* h6,.staffsearch_list_item>* p{margin:0}@media screen and (min-width:1024px){.staffsearch_list_item .name{flex-basis:25%}}@media screen and (min-width:768px){.staffsearch_list_item .phone{flex-basis:40%}}@media screen and (min-width:1024px){.staffsearch_list_item .phone{flex-basis:25%}}.staffsearch_list_item .email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:768px){.staffsearch_list_item .email{flex-basis:60%}}@media screen and (min-width:1024px){.staffsearch_list_item .email{flex-basis:35%}}.staffsearch_list_item .email a{text-decoration:none;color:#535353}@media screen and (min-width:1024px){.staffsearch_list_item .details{flex-basis:15%;text-align:right}}.staffsearch_list_item .sep{flex-basis:100%}.staffsearch_list_item .sep>div{height:1px;background-color:#9D9D9C;margin:20px 0}@media screen and (min-width:481px){.staffsearch_list_item .sep>div{margin:30px 0}}.ce_hki_publicationslist .publications_list_item .subgrid{display:flex}.ce_hki_publicationslist .publications_list_item.preprint .text,.ce_hki_publicationslist .publications_list_item.preprint .links{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:0.5}.ce_hki_publicationslist .publications_list_item+.publications_list_item .subgrid{border-top:1px solid #9D9D9C;padding-top:30px}.ce_hki_publicationslist .publications_list_item .text{flex-basis:100%}.ce_hki_publicationslist .publications_list_item .links{display:none}@media screen and (min-width:768px){.ce_hki_publicationslist .publications_list_item .links{display:block;flex-basis:70px;padding-left:30px;text-align:center;padding-top:9px}.ce_hki_publicationslist .publications_list_item .links a{display:block}.ce_hki_publicationslist .publications_list_item .links a+a{margin-top:15px}}.ce_hki_publicationslist .publications_list_item .ce_hyperlink{margin-bottom:0}.pagination_container+.grid .publications_list_item .subgrid{border-top:1px solid #9D9D9C;padding-top:30px}.ce_hki_publicationsentry .publications_list_item .title,.ce_hki_publicationsentry .publications_list_item .ce_hyperlink{display:none}.ce_hki_publicationsentry .publications_list_item .links a+a{margin-left:15px;text-decoration:none}.mod_eventlist h1{display:none}.mod_eventlist .p{color:#535353}.mod_eventlist .p+.more{margin-top:7px}.mod_eventlist .date{color:#B2B2B2;font-size:12px;font-weight:300;line-height:22px;margin:0}.mod_eventlist .series{color:#B2B2B2;font-size:12px;font-weight:700;letter-spacing:-0.25px;line-height:22px;margin:0 0 5px 0;text-transform:uppercase}.mod_eventlist .referent{color:#B2B2B2}.mod_eventlist .list_item+.list_item>div{border-top:1px solid #00BCE3;padding-top:30px}.mod_eventlist .list_item .organizer_logo{background-position:center top;background-repeat:no-repeat;background-size:100% 100%;height:50px;margin:0 0 16px 0;width:100px}@media screen and (min-width:481px){.mod_eventlist .list_item .organizer_logo{margin:0 0 20px 0}}@media screen and (min-width:768px){.mod_eventlist .list_item .organizer_logo{float:right;margin:6px 0 20px 20px}}.mod_eventlist .list_item .organizer_logo.archive_1,.mod_eventlist .list_item .organizer_logo.archive_13{background-image:url(../../files/theme/30_custom/images/events/leibniz_hki.svg)}.mod_eventlist .list_item .organizer_logo.archive_4,.mod_eventlist .list_item .organizer_logo.archive_11{background-image:url(../../files/theme/30_custom/images/events/ukj.svg)}.mod_eventlist .list_item .organizer_logo.archive_5,.mod_eventlist .list_item .organizer_logo.archive_17{background-image:url(../../files/theme/30_custom/images/events/fsu.svg)}.mod_eventlist .list_item .organizer_logo.archive_6,.mod_eventlist .list_item .organizer_logo.archive_12{background-image:url(../../files/theme/30_custom/images/events/beutenberg.svg)}.mod_eventlist .list_item .organizer_logo.archive_7,.mod_eventlist .list_item .organizer_logo.archive_16{background-image:url(../../files/theme/30_custom/images/events/chembiosys.svg)}.mod_eventlist .list_item .organizer_logo.archive_8,.mod_eventlist .list_item .organizer_logo.archive_14{background-image:url(../../files/theme/30_custom/images/events/jsmc.svg)}.mod_eventlist .list_item .organizer_logo.archive_9,.mod_eventlist .list_item .organizer_logo.archive_15{background-image:url(../../files/theme/30_custom/images/events/funginet.svg)}.mod_eventlist .list_item .organizer_logo.archive_19,.mod_eventlist .list_item .organizer_logo.archive_20{background-image:url(../../files/theme/30_custom/images/events/balance_of_the_microverse.svg)}.mod_eventlist .list_item .more a{margin-right:20px}.mod_eventlist .list_item .more a:last-child{margin-right:0}.mod_calendar table{background-color:#f7f7f7;font-size:12px;font-weight:700;letter-spacing:-0.25px;line-height:22px;text-transform:uppercase;width:100%}.mod_calendar td,.mod_calendar th{padding:0;text-align:center;vertical-align:center}.mod_calendar td a,.mod_calendar td span,.mod_calendar th a,.mod_calendar th span{display:block;padding:5px 10px}.mod_calendar td a,.mod_calendar th a{text-decoration:none}.mod_calendar td{border:2px solid #ffffff}.mod_calendar td a{background-color:#cccccc;color:#ffffff}.mod_calendar thead th{background-color:#6691d6;color:#ffffff}.mod_calendar thead tr:first-child th{background-color:#0047BB;color:#ffffff}.mod_calendar th a{background-position:center center;background-repeat:no-repeat;overflow:hidden;text-indent:-150px}.mod_calendar .next a{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg)}.mod_calendar .previous a{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_left.svg)}.mod_calendar thead tr+tr th,.mod_calendar tbody td{display:none}@media screen and (min-width:1024px){.mod_calendar thead tr+tr th,.mod_calendar tbody td{display:table-cell}}.mod_article.calendar>.content_block>.grid{flex-direction:column-reverse}@media screen and (min-width:1024px){.mod_article.calendar>.content_block>.grid{flex-direction:row;flex-wrap:nowrap}}@media screen and (min-width:1024px){.mod_article.calendar>.content_block>.grid .mod_calendar{flex-basis:400px}}.mod_eventreader p.more{line-height:20px}.mod_eventreader p.more a{margin-right:20px}.mod_ical_export{display:none}.mod_news_list img,.mod_newslist img{width:100%}.mod_news_list .p,.mod_newslist .p{color:#535353}.mod_news_list .date,.mod_newslist .date{color:#B2B2B2;font-size:12px;font-weight:300;line-height:22px;margin:0}.mod_news_list .p+.more,.mod_newslist .p+.more{margin-top:7px}.teaching_list_item>div{background-position:right bottom;background-repeat:no-repeat;background-size:90%}.teaching_list_item.eah>div{background-image:url(../../files/theme/30_custom/images/teaching/backgrounds/eah.svg)}.teaching_list_item.fsu>div{background-image:url(../../files/theme/30_custom/images/teaching/backgrounds/fsu.svg)}.teaching_list_item.tuilmenau>div{background-image:url(../../files/theme/30_custom/images/teaching/backgrounds/tuilmenau.svg)}.courses .content_element>div{height:100%}.courses .p{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#B2B2B2;color:#ffffff;display:block;font-size:16px;font-weight:500;height:100%;line-height:20px;min-height:62px;padding:10px 15px 12px 15px;text-decoration:none}.text-caption{margin-top:5px}.text-caption *{font-size:12px;line-height:22px;margin:0}#cboxTitle,#cboxCurrent{display:none}
form button,form input.text,form input.captcha,form select,form textarea{transtion:border-color 0.5s ease}form button:focus,form input.text:focus,form input.captcha:focus,form select:focus,form textarea:focus{border-color:#00BCE3}form button{border:0;background-color:#00BCE3;color:#ffffff;font-size:12px;font-weight:700;letter-spacing:-0.25px;line-height:22px;text-transform:uppercase;padding:8px 16px 9px 16px}form button:hover{color:#00BCE3;background-color:#0047BB}form label{font-size:12px;font-weight:700;letter-spacing:-0.25px;line-height:22px;text-transform:uppercase}form select{background-image:url(../../files/theme/30_custom/images/grey/select.svg)}form p.error{color:#ff0000}.mod_unsubscribe .widget-text{display:none}
.fixed_block{left:0;position:fixed;right:0;top:0;z-index:5000}.fixed_block{background-color:#ffffff}.mod_article{margin:0px auto;max-width:1440px}#header{padding-top:64px}@media screen and (min-width:730px){#header{padding-top:161px}}@media screen and (min-width:900px){#header{padding-top:131px}}@media screen and (min-width:1120px){#header{padding-top:123px}}@media screen and (min-width:1240px){#header{padding-top:123px}}.home #header{padding-top:64px}@media screen and (min-width:730px){.home #header{padding-top:126px}}@media screen and (min-width:900px){.home #header{padding-top:96px}}@media screen and (min-width:1120px){.home #header{padding-top:88px}}@media screen and (min-width:1240px){.home #header{padding-top:88px}}#header .logo{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;padding:16px 0 16px 0;width:59px}@media screen and (min-width:730px){#header .logo{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;padding:22px 0 0 0;width:auto}}@media screen and (min-width:1120px){#header .logo{float:left;padding:22px 0 0 0}}@media screen and (min-width:1240px){#header .logo{float:left;padding:22px 0 0 0;width:190px}}@media screen and (min-width:900px) and (max-width:1119px){#header .logo img{width:96px}}#header .mod_mobile_menu{float:right}#header .secondary_navigation{padding:23px 40px 0 0}@media screen and (min-width:730px){#header .secondary_navigation{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:right;padding:30px 0 0 0}}@media screen and (min-width:900px){#header .secondary_navigation{float:right;padding:20px 0 0 0}}@media screen and (min-width:1120px){#header .secondary_navigation{float:right;padding:30px 0 0 0}}@media screen and (min-width:1240px){#header .secondary_navigation{float:right;padding:30px 0 0 0;width:190px}}#header .mega_menu{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:none}@media screen and (min-width:730px){#header .mega_menu{clear:both;display:block;margin:0 -10px;padding:19px 0 0 0;height:59px}}@media screen and (min-width:900px){#header .mega_menu{float:right;clear:right;margin:0 -10px;padding:15px 0 0 0;height:56px}}@media screen and (min-width:1120px){#header .mega_menu{clear:none;float:none;margin:0;padding:29px 0 0 0;height:88px}}@media screen and (min-width:1240px){#header .mega_menu{clear:none;float:none;margin:0;padding:29px 0 0;height:88px}}.mod_mobile_menu .mobile_menu_trigger span{background-image:url(../../files/theme/30_custom/images/grey/mobile_menu.svg);background-position:16px 27px;background-repeat:no-repeat;cursor:pointer;position:absolute;right:0;display:block;max-height:100%;height:64px;width:50px;overflow:hidden;text-indent:-150px;transition:all 0.5s ease}.mod_mobile_menu .mobile_menu_trigger.active span{background-image:url(../../files/theme/30_custom/images/grey/mobile_menu_close.svg)}.mobile_menu{width:90% !important;z-index:2000}.mobile_menu .inner{background-color:#0047BB;scrollbar-color:#00BCE3 #0047BB;scrollbar-width:thin}.mobile_menu .inner::-webkit-scrollbar{width:12px;background:#0047BB}.mobile_menu .inner::-webkit-scrollbar-track{background:#0047BB}.mobile_menu .inner::-webkit-scrollbar-thumb{background-color:#00BCE3;border-radius:20px;border:3px solid #0047BB}.mobile_menu .mobile_navigation_grid{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.mobile_menu .mod_navigation{margin-top:90px}.mobile_menu .mod_navigation ul{font-size:16px;font-weight:700;line-height:16px;text-transform:uppercase}.mobile_menu a,.mobile_menu strong{color:#ffffff;display:block;padding:10px 20px;text-decoration:none}.mobile_menu strong{color:#00BCE3}.mobile_menu .level_2 li{font-size:14px;line-height:18px;font-weight:400;text-transform:none}.mobile_menu .level_2 li a,.mobile_menu .level_2 li strong{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg);background-position:20px 15px;background-repeat:no-repeat;padding-left:41px}.mobile_menu .mobile_secondary_navigation{margin-bottom:140px}.mobile_menu .mobile_secondary_navigation li{text-transform:none}.mobile_menu .mobile_secondary_navigation a{font-weight:400}.secondary_navigation{text-align:right}.secondary_navigation a{display:inline-block;text-decoration:none;transition:all 0.2s ease;vertical-align:top;white-space:nowrap}.secondary_navigation a+a{margin-left:12px}@media screen and (min-width:730px){.secondary_navigation a+a{margin-left:10px}}.secondary_navigation a.search,.secondary_navigation a.change_language{background-position:0 3px;background-repeat:no-repeat;height:20px;overflow:hidden;text-indent:50px;width:20px}.secondary_navigation a.change_language.lang-de{background-image:url(../../files/theme/30_custom/images/header/german.svg)}.secondary_navigation a.change_language.lang-en{background-image:url(../../files/theme/30_custom/images/header/english.svg)}.secondary_navigation a.search{background-image:url(../../files/theme/30_custom/images/grey/search.svg);background-position:2px 2px}.secondary_navigation a.search:hover{background-image:url(../../files/theme/30_custom/images/cyan/search.svg)}.secondary_navigation a.easy_language{color:#535353;font-family:Commissioner, Arial, Helvetica, sans-serif;height:20px;font-weight:600;font-size:14px;line-height:20px;font-size:13px;margin-left:30px}.secondary_navigation a.easy_language:hover{color:#00BCE3}.secondary_navigation a.easy_language{display:none}@media screen and (min-width:730px){.secondary_navigation a.easy_language{display:inline-block}}.mega_menu ul{line-height:16px;font-size:16px}.mega_menu li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:16px;font-weight:700;line-height:16px;padding:5px 10px;text-align:left;text-transform:uppercase}@media screen and (min-width:900px){.mega_menu li{padding:5px 10px}}@media screen and (min-width:1120px){.mega_menu li{padding:5px 17px}}@media screen and (min-width:1240px){.mega_menu li{padding:5px 20px}}.mega_menu li+li{margin-left:-4px}.mega_menu a,.mega_menu span,.mega_menu strong{display:block}.mega_menu a,.mega_menu strong{color:#535353;text-decoration:none;transition:color 0.2s ease}.mega_menu a:hover,.mega_menu strong:hover{color:#00BCE3}@media screen and (min-width:1120px){.mega_menu .level_1{text-align:center}}@media screen and (min-width:1240px){.mega_menu .level_1{text-align:center}}.mega_menu .level_1 li:hover a{color:#00BCE3}.mega_menu .level_1 li:hover{padding-bottom:50px}.mega_menu .space{display:none;height:100px;left:0;margin:0px auto;max-width:1440px;position:absolute;right:0}.mega_menu .level_2{bottom:0;display:none;left:0;margin:0px auto;max-width:1440px;overflow-y:auto;position:fixed;right:0;scrollbar-color:#00BCE3 #0047BB;scrollbar-width:thin;top:126px}@media screen and (min-width:900px){.mega_menu .level_2{top:96px}}@media screen and (min-width:1120px){.mega_menu .level_2{top:88px}}@media screen and (min-width:1240px){.mega_menu .level_2{top:88px}}.mega_menu .level_2::-webkit-scrollbar{width:12px;background:#0047BB}.mega_menu .level_2::-webkit-scrollbar-track{background:#0047BB}.mega_menu .level_2::-webkit-scrollbar-thumb{background-color:#00BCE3;border-radius:20px;border:3px solid #0047BB}.mega_menu .level_2 a,.mega_menu .level_2 span,.mega_menu .level_2 strong{color:#ffffff;font-weight:400;transition:color 0.2s ease}.mega_menu .level_2 a:hover,.mega_menu .level_2 span:hover,.mega_menu .level_2 strong:hover{color:#00BCE3}.mega_menu .level_2 h1{font-size:16px;line-height:18px;font-weight:600;letter-spacing:0;margin:0;text-transform:none}.mega_menu .level_2 h1 a{color:#ffffff !important;font-weight:inherit}.mega_menu .level_2 h1 a:hover{color:#00BCE3 !important}.mega_menu .level_2 h1 span{border-bottom:1px solid #ffffff;font-weight:inherit;padding:0 0 20px 0;margin:0 0 2px 0}.mega_menu .level_2 .section>a{font-size:14px;line-height:18px;text-transform:none}.mega_menu .level_2 .section>a span{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg);background-position:0 5px;background-repeat:no-repeat;padding:0 0 0 21px}.mega_menu .level_2 .section>a .subline{color:#7c9fd9;background:none;display:none;padding:0}@media screen and (min-height:1024px){.mega_menu .level_2 .section>a .subline{display:block}}@media screen and (min-width:1024px) and (min-height:768px){.mega_menu .level_2 .section>a .subline{display:block}}.mega_menu li:hover>.space,.mega_menu li:hover>.level_2{display:block}.mega_menu .blue_box{background-color:#0047BB;min-height:100%;width:100%}.mega_menu .section{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -20px;padding-top:40px}.mega_menu .section>*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;flex-basis:100%;padding:0 20px 20px 20px}.mega_menu .section>a{flex-basis:33.33333%;min-height:60px}@media screen and (min-width:1024px){.mega_menu .section>a{flex-basis:25%}}.dynamic_breadcrumb{background-color:#f7f7f7;padding:9px 0 9px 0;display:none}@media screen and (min-width:730px){.dynamic_breadcrumb{display:block}}.dynamic_breadcrumb a,.dynamic_breadcrumb strong,.dynamic_breadcrumb span{color:#B2B2B2;display:block;font-family:Commissioner, Arial, Helvetica, sans-serif;font-weight:400;font-size:12px;line-height:17px;text-decoration:none;transition:color 0.2s ease}.dynamic_breadcrumb a:hover,.dynamic_breadcrumb a:hover *{color:#00BCE3}.dynamic_breadcrumb .branch{display:none;position:fixed;height:100%;margin-left:-10px}.dynamic_breadcrumb .branch li+li{margin-top:10px}.dynamic_breadcrumb .branch .branch_inside{max-height:70%;overflow-y:auto;scrollbar-color:#B2B2B2 #f7f7f7;scrollbar-width:thin}.dynamic_breadcrumb .branch .branch_inside::-webkit-scrollbar{width:12px;background:#f7f7f7}.dynamic_breadcrumb .branch .branch_inside::-webkit-scrollbar-track{background:#f7f7f7}.dynamic_breadcrumb .branch .branch_inside::-webkit-scrollbar-thumb{background-color:#B2B2B2;border-radius:20px;border:3px solid #f7f7f7}.dynamic_breadcrumb .branch ul{padding:20px 20px 15px 20px;background-color:#f7f7f7}.dynamic_breadcrumb .trigger:hover>.branch{display:block}.dynamic_breadcrumb .trigger{cursor:pointer;float:left}.dynamic_breadcrumb .trigger_content{background-image:url(../../files/theme/30_custom/images/grey/breadcrumb.svg);background-position:13px 5px;background-repeat:no-repeat;height:17px;overflow:hidden;text-indent:50px;width:30px}.dynamic_breadcrumb .trigger:hover .trigger_content{background-image:url(../../files/theme/30_custom/images/cyan/breadcrumb.svg)}.dynamic_breadcrumb .breadcrumb{float:left}.dynamic_breadcrumb strong span,.dynamic_breadcrumb .branch .active span,.dynamic_breadcrumb .branch .trail span{font-weight:700}.home .dynamic_breadcrumb{display:none}#header .mod_pageimage{margin-bottom:0}#header .page_title{background-color:#0047BB;padding:18px 0 24px 0}#header .page_title h1{color:#ffffff;margin:0}#header .mod_pageimage+.page_title{background-color:inherit;padding:0}#header .mod_pageimage+.page_title .layout_block{background-image:url(../../files/theme/30_custom/images/header/picture_overlay.svg);background-repeat:no-repeat;background-position:0 0;bottom:0;position:absolute;top:0;left:0;right:0;padding:0}#header .mod_pageimage+.page_title .layout_block .content_block{height:100%;display:flex;flex-direction:column;display:flex;justify-content:center}#header .mod_pageimage+.page_title .layout_block .content_block * >{flex-basis:100%}#header .mod_pageimage+.page_title h1{max-width:720px}body:not(.home) #header .mod_article>.content_block{max-width:1440px;padding:0}body:not(.home) #header .mod_article .content_element{margin:0}body:not(.home) #header .mod_article img{width:100%}#main{padding-bottom:30px}#main .mod_article{background-color:#ffffff;padding:40px 0 20px 0}@media screen and (min-width:481px){#main .mod_article{padding:60px 0 30px 0}}@media screen and (min-width:769px){#main .mod_article{padding:60px 0 30px 0}}@media screen and (min-width:1025px){#main .mod_article{padding:60px 0 30px 0}}@media screen and (min-width:1201px){#main .mod_article{padding:60px 0 30px 0}}#main .mod_article:nth-child(even),#main .mod_article.grey{background-color:#f7f7f7}#main .mod_article.white{background-color:#ffffff}#main .mod_article.blue{background-color:#0047BB}#main .mod_article.blue *{color:#ffffff}#main .mod_article.slim{padding:40px 0 0 0;padding:20px 0 0 0}@media screen and (min-width:481px){#main .mod_article.slim{padding:30px 0 0 0}}@media screen and (min-width:769px){#main .mod_article.slim{padding:30px 0 0 0}}@media screen and (min-width:1025px){#main .mod_article.slim{padding:30px 0 0 0}}@media screen and (min-width:1201px){#main .mod_article.slim{padding:30px 0 0 0}}#main .article_title{border-bottom:2px solid #00BCE3;display:inline-block;margin-bottom:38px;margin-left:-63px;padding:0 0 5px 63px}@media screen and (min-width:481px){#main .article_title{margin-bottom:68px}}#main .article_title h2{margin:0}#footer{}#footer .grid>div{padding-bottom:0}#footer .content_element{margin:0}#footer h1,#footer p{margin-bottom:0}#footer *{color:#ffffff}#footer a{transition:color 0.2s ease}#footer a:hover{color:#00BCE3}#footer .top{background-color:#00BCE3}#footer .top .layout_block{padding:30px 0}@media screen and (min-width:481px){#footer .top .layout_block{padding:80px 0}}#footer .top .grid{align-items:center}#footer .top .grid>div{padding-top:10px;padding-bottom:10px}@media screen and (min-width:768px){#footer .top .grid>div{flex-basis:50%}}#footer .top .formbody{flex-wrap:nowrap;margin:0}#footer .top .formbody .widget-submit{flex-basis:auto;padding:0}#footer .top .formbody .widget-text{padding:0}#footer .top h1{text-transform:uppercase}#footer .top h1 span{display:block}#footer .top button{background-color:#0047BB;background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg);background-position:15px 16px;background-repeat:no-repeat;border:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;height:40px;margin:0;outline:0;overflow:hidden;text-indent:-150px;transition:0.2s ease;width:40px}@media screen and (min-width:400px){#footer .top button{background-position:20px 16px;font-size:12px;font-weight:700;height:40px;letter-spacing:0.25px;line-height:22px;padding:0 0 0 40px;text-align:left;text-indent:0;text-transform:uppercase;width:120px}}@media screen and (min-width:481px){#footer .top button{background-position:20px 26px;height:60px;width:194px}}#footer .top button:hover{color:#00BCE3}#footer .top input{background-color:#ffffff;border:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#535353;font-size:16px;font-weight:400;height:40px;line-height:26px;margin:0;outline:0;padding:0 10px 0 10px}@media screen and (min-width:481px){#footer .top input{height:60px;font-size:20px;line-height:30px;padding:0 20px 0 20px}}#footer .bottom{background-color:#0047BB}#footer .bottom p{font-size:14px;font-weight:300;line-height:21px;margin-bottom:14px}@media screen and (min-width:481px){#footer .bottom p{font-size:16px;line-height:24px}}#footer .bottom a{text-decoration:none}#footer .bottom strong{font-weight:400}#footer .bottom .links a{background-image:url(../../files/theme/30_custom/images/cyan/arrow_small_right.svg);background-position:0 7px;background-repeat:no-repeat;display:block;font-size:12px;line-height:22px;font-weight:700;padding-left:20px;text-transform:uppercase}#footer .bottom .icons a{background-position:center center;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:25px;width:25px;margin:-3px 0 0 5px;overflow:hidden;text-indent:-150px;transition:all 0.2s ease;vertical-align:text-top;white-space:nowrap}@media screen and (min-width:481px){#footer .bottom .icons a{height:29px;width:29px}}@media screen and (min-width:800px){#footer .bottom .icons a{height:41px;width:41px;margin:-9px 0 0 5px}}#footer .bottom .icons a:first-child{margin-left:10px}#footer .bottom .icons a.twitter{background-image:url(../../files/theme/30_custom/images/footer/twitter-2.svg)}#footer .bottom .icons a.twitter:hover{background-image:url(../../files/theme/30_custom/images/footer/cyan/twitter-2.svg)}#footer .bottom .icons a.linkedin{background-image:url(../../files/theme/30_custom/images/footer/linkedin-2.svg)}#footer .bottom .icons a.linkedin:hover{background-image:url(../../files/theme/30_custom/images/footer/cyan/linkedin-2.svg)}#footer .bottom .icons a.mastodon{background-image:url(../../files/theme/30_custom/images/footer/mastodon-2.svg)}#footer .bottom .icons a.mastodon:hover{background-image:url(../../files/theme/30_custom/images/footer/cyan/mastodon-2.svg)}#footer .bottom .layout_block{padding:30px 0}@media screen and (min-width:800px){#footer .bottom .layout_block{padding:45px 0 30px 0}}@media screen and (min-width:990px){#footer .bottom .layout_block{padding:65px 0 56px 0}}#footer .bottom .block_inside{position:relative}#footer .bottom .logo_hki{position:absolute;top:0;left:0;width:100px}@media screen and (min-width:481px){#footer .bottom .logo_hki{width:114px}}@media screen and (min-width:800px){#footer .bottom .logo_hki{width:161px}}#footer .bottom .logo_leibniz_gemeinschaft{position:absolute;right:0;top:-7px;width:83px}@media screen and (min-width:481px){#footer .bottom .logo_leibniz_gemeinschaft{top:-8px;width:95px}}@media screen and (min-width:800px){#footer .bottom .logo_leibniz_gemeinschaft{top:-23px;width:150px}}#footer .bottom .address_block{padding-top:71px}@media screen and (min-width:481px){#footer .bottom .address_block{padding-top:83px}}@media screen and (min-width:600px){#footer .bottom .address_block{flex-basis:50%}}@media screen and (min-width:800px){#footer .bottom .address_block{padding-top:109px}}@media screen and (min-width:1100px){#footer .bottom .address_block{padding-top:0;padding-left:212px}}@media screen and (min-width:1500px){#footer .bottom .address_block p{margin-bottom:35px}}@media screen and (min-width:1500px){#footer .bottom .address_block p.institute{margin-bottom:63px}}@media screen and (min-width:600px){#footer .bottom .link_block{flex-basis:50%;padding-top:193px}}@media screen and (min-width:800px){#footer .bottom .link_block{padding-top:219px}}@media screen and (min-width:1100px){#footer .bottom .link_block{padding-top:72px}}#footer .bottom .link_block .social_media{order:3;padding-top:14px}@media screen and (min-width:600px){#footer .bottom .link_block .social_media{order:inherit;padding-top:0}}#footer .bottom .link_block .probeneinsendung,#footer .bottom .link_block .kantine{padding-top:14px}@media screen and (min-width:1100px){#footer .bottom .link_block .probeneinsendung,#footer .bottom .link_block .kantine{flex-basis:50%;padding-top:76px}}@media screen and (min-width:1500px){#footer .bottom .link_block .probeneinsendung,#footer .bottom .link_block .kantine{padding-top:146px}}#footer .bottom .imprint{padding-top:14px}@media screen and (min-width:1100px){#footer .bottom .imprint{padding-left:212px}}#footer .bottom .imprint a{margin-right:10px}#footer .bottom .imprint a:last-child{margin-right:0}#footer .bottom .copyright a,#footer .bottom .copyright span{color:#00BCE3}@media screen and (min-width:1100px){#footer .bottom .legal{flex-basis:50%;padding-top:28px}}@media screen and (min-width:1500px){#footer .bottom .legal{padding-top:114px}}#footer .bottom .legal p{font-size:12px;font-weight:300;line-height:18px}#footer .bottom .legal span{white-space:nowrap}.contao-cookiebar .cc-inner{font-family:Commissioner, Arial, Helvetica, sans-serif}.contao-cookiebar input:checked+label:before{background:#E1ECFF;border-color:#0047BB}.contao-cookiebar input:checked+label:after{background:#0047BB}.contao-cookiebar input:disabled+label:before{background:#f4f4f4;border-color:#c8c7c5}.contao-cookiebar input:disabled+label:after{background:#c8c7c5}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #0047BB 50%, #0047BB 100%)}.contao-cookiebar .cc-btn{background-color:#00BCE3;border-color:#00BCE3;color:#ffffff}.contao-cookiebar .cc-btn:hover{background-color:#0047BB;border-color:#0047BB;color:#ffffff}.ce_dlh_googlemaps .cc-module{padding:20px;text-align:center}.ce_dlh_googlemaps .cc-module button{background-color:#00BCE3;border:0;color:#ffffff;cursor:pointer;font-size:12px;font-weight:700;margin:0px auto;padding:8px 16px 9px 16px;letter-spacing:-0.25px;line-height:22px;text-transform:uppercase;transition:all 0.2s ease}.ce_dlh_googlemaps .cc-module button:hover{background-color:#0047BB}
.home #header .page_title{display:none}.home #header .mod_article{background-image:url(../../files/theme/30_custom/images/header/home/23.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;height:500px;overflow:visible;position:relative;z-index:100;margin-bottom:60px}@media screen and (min-width:400px){.home #header .mod_article{height:420px}}@media screen and (min-width:680px){.home #header .mod_article{height:300px;margin-bottom:0}}@media screen and (min-width:960px){.home #header .mod_article{height:400px}}@media screen and (min-width:1440px){.home #header .mod_article{height:500px}}.home #header .mod_article *{color:#ffffff}.home #header .mod_article .overlay{background-image:url(../../files/theme/30_custom/images/header/picture_overlay.svg);background-repeat:no-repeat;background-position:0 0;bottom:0;left:0;position:absolute;right:0;top:0}.home #header .mod_article .content_block,.home #header .mod_article .content_block_inside{height:100%;position:relative}.home #header .mod_article .grid_container{bottom:-64px;position:absolute;left:0;right:0;width:100%}@media screen and (min-width:960px){.home #header .mod_article .grid_container{bottom:-60px}}.home #header .mod_article .grid>div{padding-bottom:0}@media screen and (min-width:680px){.home #header .mod_article .grid>div{flex-basis:50%}}.home #header .mod_article .institute_name{margin:50px 0 40px 0}@media screen and (min-width:680px){.home #header .mod_article .institute_name{margin:100px 0 0 0}}@media screen and (min-width:960px){.home #header .mod_article .institute_name{margin:0}}.home #header .mod_article .institute_name h1{font-size:22px;font-weight:400;letter-spacing:0;line-height:32px;margin:0}@media screen and (min-width:800px){.home #header .mod_article .institute_name h1{font-size:26px;line-height:37px}}@media screen and (min-width:960px){.home #header .mod_article .institute_name h1{font-size:32px;line-height:46px}}.home #header .mod_article .ce_sliderStart>div{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#00BCE3;height:335px;padding:10px}@media screen and (min-width:400px){.home #header .mod_article .ce_sliderStart>div{height:275px}}@media screen and (min-width:680px){.home #header .mod_article .ce_sliderStart>div{padding:20px;height:335px}}.home #header .mod_article .ce_sliderStart .ce_text>div{padding:10px}.home #header .mod_article .ce_sliderStart h1{text-transform:uppercase;font-size:16px;line-height:26px}@media screen and (min-width:800px){.home #header .mod_article .ce_sliderStart h1{font-size:26px;line-height:37px}}@media screen and (min-width:1200px){.home #header .mod_article .ce_sliderStart h1{font-size:32px;line-height:46px}}.home #header .mod_article .ce_sliderStart p{font-size:16px;line-height:26px}@media screen and (min-width:1080px){.home #header .mod_article .ce_sliderStart p{font-size:20px;line-height:36px}}.home #header .mod_article .ce_sliderStart .ce_hyperlink a{background-image:url(../../files/theme/30_custom/images/white/arrow_small_right.svg)}.home #header .mod_article .ce_sliderStart .slider-menu{bottom:0px;height:50px;left:auto;right:30px;width:auto}.home #header .mod_article .ce_sliderStart .slider-menu b{background-color:inherit;border:1px solid rgba(255, 255, 255, 0.5);border-radius:0;height:3px;opacity:1;margin:0 10px;width:3px}.home #header .mod_article .ce_sliderStart .slider-menu b.active{background-color:#0047BB;border-color:#0047BB}.organigramm .ce_row .grid{margin:0 -2px}.organigramm .ce_row .grid>*{padding:0 2px}.organigramm .ce_row .content_element{padding-bottom:4px}.organigramm a{align-items:center;background-color:#f7f7f7;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:10px 20px;text-align:center;text-decoration:none;transition:all 0.2s ease}.organigramm a:hover{background-color:#D7D7D7;background-color:#E9E9E9}.organigramm .p{font-size:16px;line-height:22px;margin:0}.organigramm h4,.organigramm .h4{display:block;margin:0;font-size:16px;line-height:22px;text-align:center}@media screen and (min-width:481px){.organigramm h4,.organigramm .h4{font-size:18px;line-height:22px}}.organigramm .ce_headline h4{padding:10px 4px}.organigramm .zeile_2 .grid{height:100%}.organigramm .zeile_2 .container_vorstand{padding-top:20px;padding-bottom:20px}@media screen and (min-width:600px){.organigramm .zeile_2>.grid>*{flex-basis:33.33333%}}@media screen and (min-width:600px){.organigramm .zeile_2 .container_vorstand{order:2}.organigramm .zeile_2 .container_admini_forschungsk{order:1}.organigramm .zeile_2 .container_ombud_graduierten{order:3}}.organigramm .zeile_2 a *{color:#0047BB}@media screen and (min-width:840px){.organigramm .zeile_3>.grid>*,.organigramm zeile_4>.grid>*{flex-basis:25%}}.organigramm .zeile_3 a *,.organigramm .zeile_3 .ce_headline *,.organigramm zeile_4 a *,.organigramm zeile_4 .ce_headline *{color:#00BCE3}.organigramm .zeile_3 .ce_headline *,.organigramm zeile_4 .ce_headline *{background-color:#00BCE3;color:#ffffff}.organigramm .zeile_3 .container_assoziierte_gruppen a *,.organigramm zeile_4 .container_assoziierte_gruppen a *{color:#8C8C8C}.organigramm .zeile_3 .container_assoziierte_gruppen .ce_headline *,.organigramm zeile_4 .container_assoziierte_gruppen .ce_headline *{background-color:#8C8C8C;color:#ffffff}.organigramm .zeile_4 .ce_headline{min-height:auto}.organigramm .zeile_4 h4{color:#0047BB}.organigramm .zeile_4 .ce_headline h4{color:#ffffff;background-color:#0047BB}@media screen and (min-width:840px){.organigramm .zeile_5>.grid>*{flex-basis:25%}}.organigramm .zeile_5 a strong,.organigramm .zeile_5 a span,.organigramm .zeile_5 .ce_headline strong,.organigramm .zeile_5 .ce_headline span{color:#0047BB}

@media print{#header,#footer,.ce_vimeo,.ce_youtube{display:none}}
