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}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}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}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.autogrid_grid{display:grid;margin-left:-15px;margin-right:-15px}.autogrid_grid .column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_none{margin-left:0;margin-right:0}.autogrid_grid.gutter_none>.column{padding-left:0;padding-right:0}.autogrid_grid.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_grid.gutter_s>.column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_grid.gutter_m>.column{padding-left:30px;padding-right:30px}.autogrid_grid.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_grid.gutter_l>.column{padding-left:40px;padding-right:40px}.autogrid_grid.same_height>.column>.attributes{height:100%}.autogrid_grid .column .attributes{background-size:cover;position:relative}.autogrid_grid .column .attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_grid .column .attributes.p-l{padding:160px 40px 160px 40px}.autogrid_grid .column .attributes.p-m{padding:115px 40px 115px 40px}.autogrid_grid .column .attributes.p-s{padding:80px 40px 80px 40px}.autogrid_grid .column .attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_grid .column.align_left_top{text-align:left}.autogrid_grid .column.align_left_center{text-align:left;align-self:center}.autogrid_grid .column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.align_center_top{text-align:center}.autogrid_grid .column.align_center_center{text-align:center;align-self:center}.autogrid_grid .column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.align_right_top{text-align:right}.autogrid_grid .column.align_right_center{text-align:right;align-self:center}.autogrid_grid .column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_grid.same_height>.column{align-self:unset}.autogrid_grid.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_grid.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_grid.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_grid .column>.attributes .image_mob{display:none}.autogrid_wrapper,.autogrid_row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;box-sizing:border-box}.autogrid,.autogrid_row>.column{padding-left:15px;padding-right:15px;flex-basis:1;flex-grow:1;width:100%;position:relative;box-sizing:border-box}.autogrid_clear{flex:0 0 100%;height:0}.col_1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.autogrid_row>.column>.attributes{background-size:cover}.autogrid_row>.column>.attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_row>.column>.attributes.p-l{padding:160px 40px 160px 40px}.autogrid_row>.column>.attributes.p-m{padding:115px 40px 115px 40px}.autogrid_row>.column>.attributes.p-s{padding:80px 40px 80px 40px}.autogrid_row>.column>.attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_wrapper.gutter_none,.autogrid_row.gutter_none{margin-left:0;margin-right:0}.autogrid_wrapper.gutter_none>div,.autogrid_row.gutter_none>div{padding-left:0;padding-right:0}.autogrid_wrapper.gutter_s,.autogrid_row.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_wrapper.gutter_s>div,.autogrid_row.gutter_s>div{padding-left:15px;padding-right:15px}.autogrid_wrapper.gutter_m,.autogrid_row.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_wrapper.gutter_m>div,.autogrid_row.gutter_m>div{padding-left:30px;padding-right:30px}.autogrid_wrapper.gutter_l,.autogrid_row.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_wrapper.gutter_l>div,.autogrid_row.gutter_l>div{padding-left:40px;padding-right:40px}.autogrid_row>.column>.attributes{position:relative}.autogrid_row>.column.align_left_top{text-align:left}.autogrid_row>.column.align_left_center{text-align:left;align-self:center}.autogrid_row>.column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.align_center_top{text-align:center}.autogrid_row>.column.align_center_center{text-align:center;align-self:center}.autogrid_row>.column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.align_right_top{text-align:right}.autogrid_row>.column.align_right_center{text-align:right;align-self:center}.autogrid_row>.column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row.same_height>.column{align-self:unset}.autogrid_row.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_row.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_row.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_row .column>.attributes .image_mob{display:none}.autogrid_row>.column.sticky .attributes{position:sticky;top:0}.order_1{order:1}.order_2{order:2}.order_3{order:3}.order_4{order:4}.order_5{order:5}.order_6{order:6}.full{flex:0 0 100%}.one_half{flex:0 0 calc(100% / 2)}.one_third{flex:0 0 calc(100% / 3)}.one_fourth{flex:0 0 calc(100% / 4)}.one_fifth{flex:0 0 calc(100% / 5)}.one_sixth{flex:0 0 calc(100% / 6)}.two_third{flex:0 0 calc((100% / 3) * 2)}.two_fourth{flex:0 0 calc((100% / 4) * 2)}.three_fourth{flex:0 0 calc((100% / 4) * 3)}.two_fifth{flex:0 0 calc((100% / 5) * 2)}.three_fifth{flex:0 0 calc((100% / 5) * 3)}.four_fifth{flex:0 0 calc((100% / 5) * 4)}.two_sixth{flex:0 0 calc((100% / 6) * 2)}.three_sixth{flex:0 0 calc((100% / 6) * 3)}.four_sixth{flex:0 0 calc((100% / 6) * 4)}.five_sixth{flex:0 0 calc((100% / 6) * 5)}.offset_col_1{margin-left:calc((100% / 12) * 1)}.offset_col_2{margin-left:calc((100% / 12) * 2)}.offset_col_3{margin-left:calc((100% / 12) * 3)}.offset_col_4{margin-left:calc((100% / 12) * 4)}.offset_col_5{margin-left:calc((100% / 12) * 5)}.offset_col_6{margin-left:calc((100% / 12) * 6)}.offset_col_7{margin-left:calc((100% / 12) * 7)}.offset_col_8{margin-left:calc((100% / 12) * 8)}.offset_col_9{margin-left:calc((100% / 12) * 9)}.offset_col_10{margin-left:calc((100% / 12) * 10)}.offset_col_11{margin-left:calc((100% / 12) * 11)}.autogrid.no_gutter{padding-left:0;padding-right:0}@media only screen and (min-width :768px) and (max-width :1024px){.col_1_t{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_t{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_t{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_t{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_t{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_t{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_t{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_t{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_t{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_t{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_t{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_t{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_t{order:1}.order_2_t{order:2}.order_3_t{order:3}.order_4_t{order:4}.order_5_t{order:5}.order_6_t{order:6}}.autogrid_row>.column.sticky_column>.attributes{position:sticky;top:0;z-index:10;height:auto!important}@media only screen and (max-width:767px){[class*="col_"],.one_half,.one_third,.one_fourth,.one_fifth,.one_sixth,.two_third,.two_fourth,.three_fourth,.two_fifth,.three_fifth,.four_fifth,.two_sixth,.three_sixth .four_sixth,.five_sixth{flex:0 0 100%;max-width:none}.column[class*="col_"]:not([class*="_m"]),.autogrid_grid .column:not([class*="_m"]){padding-left:0!important;padding-right:0!important;margin-bottom:25px}.column[class*="offset_"],.autogrid[class*="offset_"],.autogrid_grid[class*="offset_"]{margin-left:0}.autogrid_wrapper,.autogrid_row,.autogrid_grid{margin-left:0!important;margin-right:0!important}.column:empty{display:none}.autogrid_grid>.column>.attributes.has-image.empty>.image_mob,.autogrid_grid>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob{display:block}.autogrid_grid>.column>.attributes.has-image.empty,.autogrid_row>.column>.attributes.has-image.empty{background:none!important}.col_1_m{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_m{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_m{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_m{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_m{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_m{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_m{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_m{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_m{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_m{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_m{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_m{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_m{order:1}.order_2_m{order:2}.order_3_m{order:3}.order_4_m{order:4}.order_5_m{order:5}.order_6_m{order:6}.autogrid_grid>.column>.attributes.p-xl,.autogrid_grid>.column>.attributes.p-l,.autogrid_grid>.column>.attributes.p-m,.autogrid_grid>.column>.attributes.p-s,.autogrid_grid>.column>.attributes.p-xs,.autogrid_row>.column .attributes.p-xl,.autogrid_row>.column .attributes.p-l,.autogrid_row>.column .attributes.p-m,.autogrid_row>.column .attributes.p-s,.autogrid_row>.column .attributes.p-xs{padding:20px}.autogrid_grid .column.m_align_left_top{text-align:left}.autogrid_grid .column.m_align_left_center{text-align:left;align-self:center}.autogrid_grid .column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.m_align_center_top{text-align:center}.autogrid_grid .column.m_align_center_center{text-align:center;align-self:center}.autogrid_grid .column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.m_align_right_top{text-align:right}.autogrid_grid .column.m_align_right_center{text-align:right;align-self:center}.autogrid_grid .column.m_align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row>.column.m_align_left_top{text-align:left}.autogrid_row>.column.m_align_left_center{text-align:left;align-self:center}.autogrid_row>.column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.m_align_center_top{text-align:center}.autogrid_row>.column.m_align_center_center{text-align:center;align-self:center}.autogrid_row>.column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.m_align_right_top{text-align:right}.autogrid_row>.column.m_align_right_center{text-align:right;align-self:center}.autogrid_row>.column.m_align_right_bottom{text-align:right;align-self:flex-end}}body.edge column[class*="col_"]{flex-basis:1}@media only screen and (max-width:767px){body.edge column[class*="col_"]{flex-basis:100%}}
#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}
/* NUUNNAV CSS*/

.nuunnavbutton {display: none; width: 38px; background: initial; padding: 0; height: 40px; box-sizing: border-box; border-radius: 0; cursor: pointer; position: fixed; z-index: 2500; top: 26px; right: 5%;}
.nuunnavbutton .navline {height: 3px; width: 100%; box-sizing: border-box; margin-bottom: 7px; border-radius: 5px; background: #283E88; opacity: 1; transition: transform 0.3s ease, opacity 0.3s ease;}
.nuunnavbutton .navline:last-of-type {margin-bottom: 0;}
.nuunnavbutton .navline.mid {opacity: 1;}
.nuunnavbutton .navline.top {transform: rotate(0); transform-origin: top right;}
.nuunnavbutton .navline.bot {transform: rotate(0); transform-origin: bottom right;}

.nuunnavbutton.crossed .navline.top {transform: rotate(-45deg) translateY(-1px) translateX(0px);}
.nuunnavbutton.crossed .navline.mid {opacity: 0;}
.nuunnavbutton.crossed .navline.bot {margin-left: 0; width: 100%; transform: rotate(-135deg) translateY(-1px) translateX(35px);}

#nuunnav {display: none; padding-top: 0px; padding-bottom: 50px; position: fixed; overflow-y: auto; top: 0; width: 100%; max-width: 500px; background: #fff; height: 100vh; z-index: 2000; box-sizing: border-box; transition:right 0.4s ease, box-shadow 0.3s ease;}
#nuunnav.open {right: 0 !important;}
#nuunnav .inside {padding: 0 30px 30px 30px;}

#nuunnav .mod_navigation {margin-top: 50px; margin-bottom: 20px; display: inline-block; width: 100%;}
#nuunnav li a {color: #283E88; text-decoration: none; padding-bottom: 20px; background-position: bottom left; transition: background 0.3s ease;}
#nuunnav ul.level_1 > li > a.active, #nuunnav ul.level_1 > li > a.trail, #nuunnav ul.level_1 > li > a:hover {background: url(../../files/data/graphics/nav-bg-line.svg) no-repeat; background-position: bottom left;}
#nuunnav li a.active {color: #904B97;}
#nuunnav li a:hover {color: #904B97;}
#nuunnav ul {list-style: none; padding-left: 0; margin-bottom: 0; display: block; width: 100%;}
#nuunnav ul.level_1 {margin: 0;}
#nuunnav ul.level_1 > li {}
#nuunnav ul.level_1 > li > a {font-family: 'all-round-gothic'; display: inline-block; font-size: 2.6rem; text-transform: uppercase; float: left; clear: left; margin: 7px 0 0px -15px; padding: 8px 0 7px 15px;}
#nuunnav ul.level_1 > li.submenu > a {margin-right: 0px; float: left; clear: left;}
#nuunnav ul li.submenu .subtoggler {width: 50px; height: 50px; position: relative; top:3px; display: flex; align-items: center; justify-content: center; float: left; cursor: pointer;}
#nuunnav ul.level_2 li.submenu .subtoggler {height: 34px;}
#nuunnav ul li.submenu .subtoggler .subtoggline1 {width: 18px; height: 2px; background: #283E88;}
#nuunnav ul li.submenu .subtoggler .subtoggline2 {width: 18px; height: 2px; background: #283E88; position: absolute; transform: rotate(90deg); transition: transform 0.3s ease;}
#nuunnav ul li.submenu .subtoggler.down .subtoggline2 {transform: rotate(0deg);}

#nuunnav ul.level_2 {display: none;}
#nuunnav ul.level_2 > li > a {font-family: 'BrandonGrotesqueLight'; display: inline-block; font-size: 2rem; float: left; clear: left; padding: 5px 0 5px 0px;}
#nuunnav ul.level_2 li a.active {color: #904B97;}
#nuunnav ul.level_2 li a:hover {color: #904B97;}
#nuunnav ul.level_2 li.last {padding-bottom: 15px; display: inline-block; width: 100%;}

#nuunnav ul.level_3 {display: none; visibility: visible;}
#nuunnav ul.level_3 > li > a {font-family: 'BrandonGrotesqueLight'; display: inline-block; text-transform: none; font-size: 2rem; float: left; clear: left; padding: 5px 0 5px 20px;}
#nuunnav ul.level_3 li a.active {color: #904B97;}
#nuunnav ul.level_3 li a:hover {color: #904B97;}

#nuunnav ul.level_4 {display: none;}
#nuunnav ul.level_4 > li > a {display: inline-block; text-transform: none; font-size: 1.5rem; float: left; clear: left; padding: 5px 0 5px 15px;}
#nuunnav ul.level_4 li a.active {color: #904B97;}
#nuunnav ul.level_4 li a:hover {color: #904B97;}

@media screen and (max-width: 1100px) {
	.nuunnavbutton {display: block;}
	#nuunnav {display: block;}
}
/*************************************************************/
/*   Design:  Mind Ocean					     	 	 	 */
/*   File:    screen.css					                 */
/*-----------------------------------------------------------*/
/*   Autor:   Thomas Dürig, www.nuun.ch 	                 */
/*   Datum:   								                 */
/*   Site: 	  www.domain.ch             					 */
/*************************************************************/
/*  LAYOUT													 */
/*************************************************************/

/*FARBEN*/
/*	

*/

/*  GLOBAL													 */
/*************************************************************/
html, body {position: relative; height: 100%; width:100%; font: 62.5% "BrandonGrotesqueLight", Arial, Verdana, Helvetica, sans-serif; letter-spacing:0em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; font-smoothing: antialiased;}
body {font-size:25px; font-size:2.5rem; line-height: 3rem; color: #000; background-color: #fff;}

.invisible {display: none !important;}

.schmal50 {width: 50% !important; margin: 0 auto;}
.schmal75 {width: 75% !important; margin: 0 auto;}

.zentriert {text-align: center;}

strong {font-family: 'BrandonGrotesqueRegular';}

.rechts {text-align: right;}

/*  HEADER / NAVIGATION									     */
/*************************************************************/
#header {position: fixed; top: 0; left: 0; width: 100%; height: auto; background: #fff; z-index: 100;}
#header .headertop {height: 80px; z-index: 10; position: relative; transition: height 0.3s ease;}
#header .headertop .inside {position: relative; width: 90%; padding: 0px 5%; max-width: 1720px; margin: 0 auto;}
#header .inside .logo {margin-top: 10px; display: inline-block; width: 125px; transition: width 0.3s ease, margin-top 0.3s ease;}
#header .inside .logo img {width: 100%; height: auto;}
#header .headertop .content-hyperlink {position: absolute; top: 0px; right: -80px; margin: 15px 0; transition: top 0.3s ease, margin 0.3s ease;}
#header .headertop .content-hyperlink a {min-width: initial; padding: 4px 10px;}

#header .inside .navigation {display: inline-block; width: calc(100% - 500px); text-align: center; vertical-align: top; margin-top: 24px; transition: margin-top 0.3s ease;}
#header .inside .navigation ul {margin-bottom: 0; display: inline; position: relative;}
#header .inside .navigation ul li {display: inline-block; margin: 0 5%;}
#header .inside .navigation ul li:first-of-type {margin-left: 0;}
#header .inside .navigation ul li:last-of-type {margin-right: 0;}
#header .inside .navigation ul li a {font-family: 'all-round-gothic'; font-size: 3rem; line-height: 3rem; padding-bottom: 54px; color: #283E88; text-decoration: none; padding-right: 45px; background: url(../../files/data/graphics/tri-blue-down.svg) top 7px right no-repeat; background-size: 35px; transition: background 0.3s ease, color 0.3s ease;}
#header .inside .navigation ul li a:hover {color: #904B97; background: url(../../files/data/graphics/tri-purple-up.svg) top 7px right no-repeat; background-size: 35px;}
#header .inside .navigation ul li a.active, #header .inside .navigation ul li a.trail {color: #904B97; background: url(../../files/data/graphics/tri-purple-down.svg) top 7px right no-repeat; background-size: 35px;}
#header .inside .navigation ul li a.active:hover, #header .inside .navigation ul li a.trail:hover {color: #904B97; background: url(../../files/data/graphics/tri-purple-up.svg) top 7px right no-repeat; background-size: 35px;}

#header .navigation ul.level_2 {visibility: hidden; box-sizing: border-box; padding: 40px 60px 20px 60px; background: #A6ECFF; position: absolute; top: 57px; left: 0; opacity: 0; width: 100%; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; transition: opacity 0.3s ease, top 0.3s ease;}
#header .navigation li:hover ul.level_2 {opacity: 1; visibility: visible;}
#header .navigation ul.level_2 li {display: block; margin: 0 0 20px 0; padding-left: 0;}
#header .navigation ul.level_2 li a {text-align: left; display: block; font-size: 2.5rem; line-height: 2.6rem; padding: 0 0 0 25px; color: #283E88; text-transform: none; background: url(../../files/data/graphics/navdot.svg) left top 11px no-repeat; background-size: 7px; white-space: nowrap; transition: color 0.3s ease, background 0.3s ease;}
#header .navigation ul.level_2 li a:hover, #header .navigation ul.level_2 li a.active:hover, #header .navigation ul.level_2 li a.trail:hover, #header .navigation ul.level_2 li a.active, #header .navigation ul.level_2 li a.trail {color: #904B97; background: url(../../files/data/graphics/navdot-purple.svg) left top 11px no-repeat; background-size: 7px;}
#header .navigation ul.level_3 li {display: block; margin: 0; padding-left: 15px;}

#header .navigation ul.level_2 li a.sub1:after {content: "Lorem ipsum dolor sit amet"; display: block; clear: both; font-family: 'BrandonGrotesqueLight'; color: #000; white-space: normal; margin-top: 3px;}
#header .navigation ul.level_2 li a.sub2:after {content: "Lorem ipsum dolor sit amet"; display: block; clear: both; font-family: 'BrandonGrotesqueLight'; color: #000; white-space: normal; margin-top: 3px;}
#header .navigation ul.level_2 li a.sub3:after {content: "Lorem ipsum dolor sit amet consetetur sadipscing"; display: block; clear: both; font-family: 'BrandonGrotesqueLight'; color: #000; white-space: normal; margin-top: 3px;}
#header .navigation ul.level_2 li a.sub4:after {content: "Lorem ipsum dolor sit amet consetetur"; display: block; clear: both; font-family: 'BrandonGrotesqueLight'; color: #000; white-space: normal; margin-top: 3px;}
#header .navigation ul.level_2 li a.subvorlage:after {content: "Dieser Text wird im CSS eingetragen (nuun)"; display: block; clear: both; font-family: 'BrandonGrotesqueLight'; color: #000; white-space: normal; margin-top: 3px;}

#header .inside .mod_changelanguage {display: inline-block; position: relative; float: right; margin-top: 24px; transition: margin-top 0.3s ease;}
#header .inside .mod_changelanguage li.active {position: relative; top: 0;}
#header .inside .mod_changelanguage li {position: absolute; left: 0; top: 30px;}
#header .inside .mod_changelanguage a {font-family: 'all-round-gothic'; font-size: 3rem; line-height: 3rem; color: #2089BF; text-decoration: none; opacity: 0; transition: opacity 0.3s ease;}
#header .inside .mod_changelanguage:hover a {opacity: 1; background: #fff;}
#header .inside .mod_changelanguage strong {font-family: 'all-round-gothic'; font-size: 3rem; line-height: 3rem; color: #2089BF; padding-right: 45px; background: url(../../files/data/graphics/tri-hellblau-down.svg) top 7px right no-repeat; background-size: 35px; transition: background 0.3s ease, color 0.3s ease;}
#header .inside .mod_changelanguage:hover strong {color: #904B97; background: url(../../files/data/graphics/tri-purple-up.svg) top 7px right no-repeat; background-size: 35px;}

#header .headerbot {display: flex; align-items: center; width: 100%; min-height: 65px; background: #8F4B96;}
#header .headerbot .inside {position: relative; width: 90%; padding: 0 5%; max-width: 1680px; margin: 0 auto; text-align: center;}
#header .headerbot .content-text {color: #fff; display: inline-block; width: calc(100% - 205px); box-sizing: border-box; padding-left: 205px; text-align: center; color: #fff; font-size: 2.1rem; line-height: 3.2rem;}
#header .headerbot .content-text p {margin-bottom: 0; padding-left: 40px; display: inline-block; background: url(../../files/data/graphics/Info-weiss.svg) center left no-repeat;}
#header .headerbot .content-hyperlink {display: inline-block; float: right; margin: 0;}
#header .headerbot .content-hyperlink a {min-width: initial; color: #fff; font-size: 2.5rem; line-height: 2.5rem; padding-right: 50px; border: none; background: url(../../files/data/graphics/hl-arrow-weiss.svg) center right 5px no-repeat; background-size: 30px; transition: color 0.3s ease, background 0.3s ease;}
#header .headerbot .content-hyperlink a:hover {color: #45C5E8; background: url(../../files/data/graphics/hl-arrow-hellblau.svg) center right no-repeat; background-size: 30px;}

#nuunnav .content-image {margin-top: 10px;}
#nuunnav .content-text h2 {font-size: 2.6rem; padding-bottom: 0; margin-top: 0; margin-bottom: 15px;}
#nuunnav .content-text p {font-size: 2rem; line-height: 2.4rem;}
#nuunnav .navigation {margin-top: 15px;}
#nuunnav .mod_changelanguage {margin-top: 30px;}
#nuunnav .mod_changelanguage ul li {display: inline-block; vertical-align: top;}
#nuunnav .mod_changelanguage ul li a {padding: 0; margin: 0 10px 0 0; line-height: 3rem; vertical-align: top;}
#nuunnav .mod_changelanguage ul li strong {padding: 0; margin: 0 10px 0 0; font-size: 2.6rem; line-height: 3rem; font-family: 'all-round-gothic'; color: #904B97; vertical-align: top;}

.headersuche {margin-top: 20px; display: inline-block; position: absolute;}
.headersuche form {margin-bottom: 0; transition: width 0.3s ease;}
.headersuche .formbody {width: 100%; height: 36px; border-radius: 5px; background: #D8F7FF; overflow: hidden;}
.headersuche .widget-submit {display: inline-block; width: 40px; float: left; height: 36px;}
.headersuche .widget-submit button {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #D8F7FF url(../../files/data/graphics/icon-suche-gray.svg) center no-repeat; border:none; cursor: pointer; margin: 0; padding: 0; color: rgba(0,0,0,0);}
.headersuche .widget-submit button:hover {transform: scale(1);}
.headersuche .widget-text {display: inline-block; width: calc(100% - 40px); float: left; height: 36px;}
.headersuche .widget-text input {width: 130px; height: 100%; display: flex; align-items: center; justify-content: center; background: initial; border:none; cursor: pointer; box-sizing: border-box; padding: 0 0 0 15px; transition: width 0.3s ease;}
.headersuche .widget-text input:focus {outline: none;}
#header .mobilesuche {display: none;}

#container .sucheseite .formbody {width: 100%; height: 55px; border-radius: 5px; background: #D8F7FF; overflow: hidden;}
#container .sucheseite .widget-submit {display: inline-block; width: 50px; float: left; height: 55px;}
#container .sucheseite .widget-submit button {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #D8F7FF url(../../files/data/graphics/icon-suche-gray.svg) center no-repeat; border:none; cursor: pointer; box-shadow: none; margin: 0; padding: 0; color: rgba(0,0,0,0);}
#container .sucheseite .widget-submit button:hover {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #D8F7FF url(../../files/data/graphics/icon-suche-gray.svg) center no-repeat; border:none; cursor: pointer; box-shadow: none; margin: 0; padding: 0; color: rgba(0,0,0,0);}
#container .sucheseite .widget-text {display: inline-block; width: calc(100% - 50px); float: left; height: 55px;}
#container .sucheseite .widget-text input {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: initial; border:none; cursor: pointer;}
#container .sucheseite .widget-text input:focus {outline: none;}
#container .sucheseite .info {margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #bebebe;}
#container .sucheseite h3 a {color: #904B97; text-decoration: none;}
#container .sucheseite mark {background-color: #efbdf4;}
#container .sucheseite .url {font-size: 1.4rem;}

#header .nlpopup {position: fixed; right: -700px; top: 50%; transform: translateY(-50%); width: 700px; height: auto; display: block; border-radius: 30px; border: 5px solid #904B97; background: #D8F7FF; overflow: hidden; box-sizing: border-box; transition: right 0.5s ease;}
#header .nlpopup.open {right: 0;}
#header .nlpopup .content-image.nlclose {position: absolute; top: 20px; left: 20px; height: 50px; width: 50px; cursor: pointer;}
#header .nlpopup .content-image {height: 100%;}
#header .nlpopup .content-image figure {height: 100%;}
#header .nlpopup .content-image figure img {width: 100%; height: 100%; object-fit: cover;}
#header .nlpopup .nlrechts {padding: 25px;}
#header .nlpopup .nlrechts h3 {font-size: 2.8rem; line-height: 3.2rem; font-family: 'all-round-gothic';}
#header .nlpopup .nlrechts h2 {margin-top: 0; line-height: 4.5rem;}
#header .nlpopup .nlrechts p {font-size: 1.8rem; line-height: 2.2rem; color: #283E88; font-family: 'BrandonGrotesqueRegular';}
#header .nlpopup .nlrechts .ktv2-form-element label {display: none;}
#header .nlpopup .nlrechts .ktv2-form-element input {display: block; width: 100%; box-sizing: border-box; border: none; border-radius: 8px; box-shadow: 3px 3px 3px rgba(0,0,0,0.2); padding: 8px; font-size: 1.8rem; font-family: 'BrandonGrotesqueRegular';}
#header .nlpopup .nlrechts .submitbutton input {display: block; width: 100%; box-sizing: border-box; border: none; border-radius: 8px; color: #fff; cursor: pointer; box-shadow: 3px 3px 3px rgba(0,0,0,0.2); padding: 8px; font-size: 2rem; font-family: 'all-round-gothic'; text-align: center; margin-top: 15px; background: #904B97}
#header .nlpopup .nlrechts .ktv2-form-dsgvocheckbox {padding: 15px; color: #904B97; line-height: 1.4rem;}
#header .nlpopup .nlrechts .ktv2-form-dsgvocheckbox input {margin-right: 4px;}

.newsletterform {display: block; padding: 25px; border-radius: 30px; border: 5px solid #904B97; background: #D8F7FF; overflow: hidden; box-sizing: border-box;}
.newsletterform h3 {font-size: 2.8rem; line-height: 3.2rem; font-family: 'all-round-gothic';}
.newsletterform h2 {margin-top: 0; line-height: 4.5rem;}
.newsletterform p {font-size: 1.8rem; line-height: 2.2rem; color: #283E88; font-family: 'BrandonGrotesqueRegular';}
.newsletterform .ktv2-form-element label {display: none;}
.newsletterform .ktv2-form-element input {display: block; width: 100%; box-sizing: border-box; border: none; border-radius: 8px; box-shadow: 3px 3px 3px rgba(0,0,0,0.2); padding: 8px; font-size: 1.8rem; font-family: 'BrandonGrotesqueRegular';}
.newsletterform .submitbutton input {display: block; width: 100%; box-sizing: border-box; border: none; border-radius: 8px; color: #fff; cursor: pointer; box-shadow: 3px 3px 3px rgba(0,0,0,0.2); padding: 8px; font-size: 2rem; font-family: 'all-round-gothic'; text-align: center; margin-top: 15px; background: #904B97}
.newsletterform .ktv2-form-dsgvocheckbox {padding: 15px; color: #904B97; line-height: 1.4rem;}
.newsletterform .ktv2-form-dsgvocheckbox input {margin-right: 4px;}

/*  INHALTSELEMENTE                                          */
/*************************************************************/
#container {padding-top: 80px;}

.mod_article {position: relative;}
.mod_article .inside {position: relative; width: 90%; padding: 60px 5%; max-width: 1220px; margin: 0 auto;}
.mod_article.breit .inside {max-width: 1520px;}

.mod_article.blau {background: rgb(38,56,130); background: linear-gradient(0deg, rgba(38,56,130,1) 0%, rgba(36,99,164,1) 100%);}
.mod_article.blau.waves {height: 10vw; background: url(../../files/data/graphics/MO_Blue-wave-edited.svg) center top -3px no-repeat; background-size: 102% auto;}
.mod_article.blau.waves.oben {height: 10vw; background: url(../../files/data/graphics/MO_Blue-wave-oben.svg) center bottom -3px no-repeat; background-size: 102% auto;}

.mod_article.hellblau {background: rgb(55,174,216); background: linear-gradient(0deg, rgba(55,174,216,1) 0%, rgba(32,137,191,1) 100%);}
.mod_article.hellblau.waves {height: 13vw; background: url(../../files/data/graphics/MO_Hellblau-wave-unten.svg) center top -3px no-repeat; background-size: 102% auto;}
.mod_article.hellblau.waves.oben {height: 13vw; background: url(../../files/data/graphics/MO_Hellblau-wave-oben.svg) center bottom -3px no-repeat; background-size: 102% auto;}

.mod_article.blau h1, .mod_article.blau h2, .mod_article.blau h3, .mod_article.blau h5, .mod_article.blau p, .mod_article.blau a {color: #fff;}
.mod_article.hellblau h1, .mod_article.hellblau h2, .mod_article.hellblau h3, .mod_article.hellblau h5, .mod_article.hellblau p, .mod_article.hellblau a {color: #fff;}
.mod_article.blau h4, .mod_article.hellblau h4 {color: #A5ECFE;}
.mod_article.blau h1.content-headline, .mod_article.blau h2.content-headline, .mod_article.hellblau h1.content-headline, .mod_article.hellblau h2.content-headline {background: url(../../files/data/graphics/MO_half-circle-for-headlines_white.svg) top left no-repeat; background-size: 64px;}
#main .mod_article.blau .content-text ul li, #main .mod_article.hellblau .content-text ul li {color: #fff; background: url(../../files/data/graphics/icon-listbullet-weiss.svg) no-repeat top 13px left; background-size: 4px;}

.mod_article.pink {background: #E00056; background: linear-gradient(0deg,rgba(224, 0, 86, 1) 0%, rgba(244, 9, 128, 1) 100%);}
.mod_article.pink h1, .mod_article.pink h2, .mod_article.pink h3, .mod_article.pink h5, .mod_article.pink p, .mod_article.pink a {color: #fff;}
.mod_article.pink h1.content-headline, .mod_article.pink h2.content-headline, .mod_article.hellpink h1.content-headline, .mod_article.hellpink h2.content-headline {background: url(../../files/data/graphics/MO_half-circle-for-headlines_white.svg) top left no-repeat; background-size: 64px;}
#main .mod_article.pink .content-text ul li, #main .mod_article.hellpink .content-text ul li {color: #fff; background: url(../../files/data/graphics/icon-listbullet-weiss.svg) no-repeat top 13px left; background-size: 4px;}

/*Artikel vollbild*/
.mod_article.vollbild {max-width: initial;}
.mod_article.vollbild .inside {width: 100%; padding: 0; max-width: initial; position: relative;}
.mod_article.vollbild .inside .content-image, .mod_article.vollbild .inside .content-player {width: 100%; line-height: 0; position: relative; overflow: hidden;}
.mod_article.vollbild .inside .content-image img, .mod_article.vollbild .inside .content-player video {width: 100%; height: 100%; object-fit: cover;}

.mod_article.ankerlink .ankercopy {cursor: pointer; z-index: 3; position: absolute; top: 20px; right: 20px; width: 16px; height: 32px; background: url(../../files/data/graphics/ankercopy.svg) center no-repeat; background-size: contain; opacity:25%;}
.mod_article.ankerlink .ankercopy .tooltip {opacity: 0; visibility: hidden; position: absolute; top: 50%; right: 40px; transform: translateY(-50%); color: #fff; font-size: 1.5rem; line-height: 1.5rem; padding: 4px; border-radius: 4px; background: #333; white-space: nowrap; transition: opacity 0.3s ease;}
.mod_article.ankerlink .ankercopy .tooltip:after {content: ""; position: absolute; display: block; width: 6px; height: 6px; background: #333; top: 50%; right: -3px; transform: translateY(-50%) rotate(45deg);}
.mod_article.ankerlink .ankercopy:hover .tooltip {opacity: 1; visibility: visible;}

/*Topartikel*/
.topartikel .column {display: flex; align-items: center;}
.topartikel p {position: relative; font-size: 5rem; line-height: 6rem; font-family: 'all-round-gothic'; background: #283E88; padding: 30px 30px 30px 80px; border-bottom-left-radius: 20px; border-top-left-radius: 20px; box-shadow: 0px 0px 10px rgba(0,0,0,0.5);}
.topartikel p:before {content: ""; display: block; width: 150px; height: 110px; position: absolute; top: -80px; left: -40px; background: url(../../files/data/graphics/quote-weiss.svg) center no-repeat; background-size: contain; z-index: 2;}
.topartikel .content-image img {border-radius: 20px; box-shadow: 0px 0px 10px rgba(0,0,0,0.5);}

/*Topartikel2*/
.topartikel2 .column {margin-bottom: 30px;}
.topartikel2 .column:first-of-type .content-image {height: 524px; width: calc(100% + 300px); margin-left: -300px; line-height: 0; overflow: hidden; box-shadow: 0px 20px 20px rgba(0,0,0,0.2); border-top-right-radius: 30px;}
.topartikel2 .column:first-of-type .content-image figure {width: 100%; height: 100%;}
.topartikel2 .column:first-of-type .content-image img {width: 100%; height: 100%; object-fit: cover;}
#container .topartikel2 .column:first-of-type .content-text {min-height: 265px; box-sizing: border-box; background: #A6EDFF; margin-bottom: 0; padding: 40px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;}
.topartikel2 .column:first-of-type .content-text p {color: #1D1D1B; margin-bottom: 0; font-size: 3.4rem; line-height: 3.7rem;}

.topartikel2 .column:nth-of-type(2) {min-height: 734px;}
.topartikel2 .column:nth-of-type(2) .content-image {width: 100%; height: 789px; overflow: hidden; box-shadow: 0px 20px 20px rgba(0,0,0,0.2); border-radius: 30px;}
.topartikel2 .column:nth-of-type(2) .content-image figure {width: 100%; height: 100%;}
.topartikel2 .column:nth-of-type(2) .content-image img {width: 100%; height: 100%; object-fit: cover;}

.topartikel2 .column:last-of-type .bildcontainer {position: relative; height: 524px; width: calc(100% + 300px); margin-right: -300px; line-height: 0;}
.topartikel2 .column:last-of-type .bildcontainer > .content-image {width: 100%; height: 100%; overflow: hidden; box-shadow: 0px 20px 20px rgba(0,0,0,0.2); border-bottom-left-radius: 30px;}
.topartikel2 .column:last-of-type .content-image figure {width: 100%; height: 100%;}
.topartikel2 .column:last-of-type .content-image img {width: 100%; height: 100%; object-fit: cover;}
#container .topartikel2 .column:last-of-type .content-text {min-height: 265px; box-sizing: border-box; background: #47C5E8; margin-bottom: 0; padding: 40px; border-top-right-radius: 30px; border-top-left-radius: 30px;}
.topartikel2 .column:last-of-type .content-text p {color: #1D1D1B; margin-bottom: 0; font-size: 3.4rem; line-height: 3.7rem;}
.topartikel2 .column:last-of-type .bildcontainer .bildsocials {position: absolute; right: 0; top: -85px;}
.topartikel2 .column:last-of-type .bildcontainer .bildsocials .content-image {width: 70px; height: 70px; display: inline-block; margin-right: 7px;}

h1, h2 {font-family: 'all-round-gothic'; font-size: 4.5rem; line-height: 5rem; margin-bottom: 30px; color: #904B97;}
h1.content-headline, h2.content-headline {padding: 20px 0 0 27px; background: url(../../files/data/graphics/MO_half-circle-for-headlines_purple.svg) top left no-repeat; background-size: 64px;}
h3 {color: #283E88; font-size: 3.5rem; line-height: 4rem; font-family: 'BrandonGrotesqueRegular';}
h4 {color: #2089BF; font-size: 3.3rem; line-height: 4rem; font-family: 'BrandonGrotesqueRegular';}

/*Text*/
figure img {max-width: 100%; height: auto;}

#container .content-text {margin-bottom: 30px;}
#container .content-text.media--left figure {display: inline-block; width: 42%; margin-right: 3%; vertical-align: top;}
#container .content-text.media--left .rte {display: inline-block; width: 54%; vertical-align: top;}
#container .content-text.media--right:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#container .content-text.media--right figure {display: inline-block; float: right; width: 42%; margin-left: 3%; vertical-align: top;}
#container .content-text.media--right .rte {display: inline-block; width: 54%; vertical-align: top;}
#container .content-text hr {border-top: none; border-color: #F0F2F7; border-left: none;}
.content-text a {color: #000;}
.content-text p {margin-bottom: 20px;}

/*Gallery*/
.content-gallery.content-gallery--cols-2 ul li {width: 48.5%; margin-right: 3%; margin-bottom: 20px; display: inline-block; float: left; line-height: 1;}
.content-gallery.content-gallery--cols-3 ul li {width: 31.3%; margin-right: 3%; margin-bottom: 20px; display: inline-block; float: left; line-height: 1;}
.content-gallery.content-gallery--cols-4 ul li {width: 22.75%; margin-right: 3%; margin-bottom: 20px; display: inline-block; float: left; line-height: 1;}
.content-gallery.content-gallery--cols-2 ul li:nth-of-type(2n) {margin-right: 0;}
.content-gallery.content-gallery--cols-3 ul li:nth-of-type(3n) {margin-right: 0;}
.content-gallery.content-gallery--cols-4 ul li:nth-of-type(4n) {margin-right: 0;}
body .content-gallery.masonry ul li {width: calc(25% - 15px); margin-right: 0;}
.content-gallery ul li figure {width: 100%; overflow: hidden; line-height: 0;}
.content-gallery ul li figure img {width: 100%; height: auto; border-radius: 4px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.content-gallery ul li figure:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}
#colorbox #cboxTitle {display: none !important;}
#colorbox #cboxCurrent {font-size: 1.5rem;}
.masonry .image_container img {border:10px solid #fff;}

/*Hyperlink*/
.content-hyperlink {margin: 20px 0;}
.content-hyperlink.inline {display: inline-block; margin-right: 20px;}
.content-hyperlink a {display: inline-block; text-transform: uppercase; text-align: center; font-size: 3rem; line-height: 4.3rem; color: #fff; font-family: 'all-round-gothic'; text-decoration: none; padding: 4px 23px 2px 23px; background: #8F4B96; border-radius: 5px; box-shadow: 0 0 8px 0 rgba(0,0,0,0.07); transition: background 0.3s ease;}
.content-hyperlink a:hover {box-shadow: 0 0 16px 0 rgba(0,0,0,0.07); background: #7B3D82;}
.content-hyperlink.blau a {background: #2463A4;}
.content-hyperlink.blau a:hover {box-shadow: 0 0 16px 0 rgba(0,0,0,0.07); background: #283E88;}
.content-hyperlink.pfeil a {color: #283E88; box-shadow: none; text-transform: none; text-align: left; padding: 0 70px 0 0; background: url(../../files/data/graphics/hl-arrow-blau.svg) center right 5px no-repeat; background-size: 50px; transition: color 0.3s ease, background 0.3s ease;}
.content-hyperlink.pfeil a:hover {color: #45C5E8; background: url(../../files/data/graphics/hl-arrow-hellblau.svg) center right no-repeat; background-size: 50px;}
.mod_article.blau .content-hyperlink.pfeil a, .mod_article.hellblau .content-hyperlink.pfeil a {color: #fff; background: url(../../files/data/graphics/hl-arrow-weiss.svg) center right 5px no-repeat; background-size: 50px; transition: color 0.3s ease, background 0.3s ease;}
.mod_article.blau .content-hyperlink.pfeil a:hover, .mod_article.hellblau .content-hyperlink.pfeil a:hover {color: #45C5E8; background: url(../../files/data/graphics/hl-arrow-hellblau.svg) center right no-repeat; background-size: 50px;}

/*Accordion*/
.content-accordion {border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(143,75,150,0.6); overflow: hidden; margin-bottom: 20px;}
.handorgel__header__button {border: none; box-sizing: border-box; padding-top: 10px; padding-bottom: 10px; padding-right: 60px; background: #D8F7FF url(../../files/data/graphics/tri-blue-down.svg) center right 20px no-repeat; transition: background 0.3s ease;}
.handorgel__header--opened .handorgel__header__button {background: #A5ECFE url(../../files/data/graphics/tri-blue-up.svg) center right 20px no-repeat;}
.handorgel__content {background: #D8F7FF; border: none;  transition: all 0.3s ease;}
.handorgel__content--opened {background: #A5ECFE;}
.handorgel__content__inner {padding-top: 5px;}

/*List*/
#main .content-text ul {display: table; margin-bottom: 25px;}

#main .content-text ul li {vertical-align: middle; list-style: none; margin-bottom: 10px; padding-left: 25px; background: url(../../files/data/graphics/icon-listbullet.svg) no-repeat top 13px left; background-size: 4px;}

#main .content-text ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
#main .content-text ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 10px 25px; /* Give each list item a left margin to make room for the numbers */
    list-style:none; /* Disable the normal item numbering */
}
#main .content-text ol > li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    left: -23px;
    top: 1px;
    font-size: 2rem;
    color: #000;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/*Downloads*/
.content-download.sc.last, .content-downloads.sc.last {padding-right: 0;}
.content-download, .content-downloads {position:relative; width:100%; margin:0 0 20px 0; padding:0;}
.content-download ul, .content-downloads ul {position:relative; float:left; width:100%; margin:0; padding:0 0 0 0;}
.content-download ul li, .content-downloads ul li {position:relative; width:100%; padding:0 0 0 0; margin:0 0 15px 0;}

body #container .content-downloads a, body #container .content-download a, body #container .enclosure a {position:relative;text-decoration: none;color: #283E88;display:block;padding: 0 0 25px 0;border-radius: 4px;margin:0 0 0 0;position: relative;hyphens: auto;transition: box-shadow 0.3s ease;}
body #container .content-downloads a:after, body #container .content-download a:after, body #container .enclosure a:after {content: "Download"; position: absolute; bottom: -4px; left: 0; display: block; font-size: 2.5rem; font-family: 'all-round-gothic'; color: #283E88; background: url(../../files/data/graphics/download-pfeil-blau.svg) center right no-repeat; padding-right: 30px; background-size: 20px;}
body #container .mod_article.blau .content-downloads a, body #container .mod_article.blau .content-download a, body #container .mod_article.blau .enclosure a, body #container .mod_article.hellblau .content-downloads a, body #container .mod_article.hellblau .content-download a, body #container .mod_article.hellblau .enclosure a {color: #fff;}
body #container .mod_article.blau .content-downloads a:after, body #container .mod_article.blau .content-download a:after, body #container .mod_article.blau .enclosure a:after, body #container .mod_article.hellblau .content-downloads a:after, body #container .mod_article.hellblau .content-download a:after, body #container .mod_article.hellblau .enclosure a:after {color: #fff; background: url(../../files/data/graphics/download-pfeil-weiss.svg) center right no-repeat; background-size: 20px;}

/*body #container .enclosure a:hover,
body #container .content-downloads a:hover, 
body #container .content-downloads a:active, 
body #container .content-download a:hover, 
body #container .content-download a:active {box-shadow: 0px 0px 15px rgba(0,0,0,0.18);}*/

body #container .download-element figure {position: absolute; left: 12px; top: 5px; z-index: 3;}
body #container .download-element figure a {padding: 0; position: initial; transition: none; display: initial; background: initial;}
body #container .download-element figure a:after {display: none;}
body #container .download-element figure a img {width: 45px; height: 65px; object-fit: contain; border-radius: 3px;}

/*.download-element a {background: #F7F8F9 url(../../files/files/data/graphics/icon-download.svg) top 18px left 21px no-repeat;}
.download-element.ext-pdf a {background: #F7F8F9 url(../../files/files/data/graphics/icon-download-pdf.svg) top 18px left 21px no-repeat;}
.download-element.ext-doc a {background: url(../../files/files/data/graphics/icon-doc.svg) top left no-repeat;}
.download-element.ext-docx a {background: url(../../files/files/data/graphics/icon-doc.svg) top left no-repeat;}
.download-element.ext-xls a {background: url(../../files/files/data/graphics/icon-xls.svg) top left no-repeat;}
.download-element.ext-xlsx a {background: url(../../files/files/data/graphics/icon-xls.svg) top left no-repeat;}
.download-element.ext-jpg a {background: url(../../files/files/data/graphics/icon-jpg.svg) top left no-repeat;}
.download-element.ext-jpeg a {background: url(../../files/files/data/graphics/icon-jpg.svg) top left no-repeat;}
.download-element.ext-png a {background: url(../../files/files/data/graphics/icon-png.svg) top left no-repeat;}
.download-element.ext-ppt a {background: url(../../files/files/data/graphics/icon-ppt.svg) top left no-repeat;}
.download-element.ext-pptx a {background: url(../../files/files/data/graphics/icon-ppt.svg) top left no-repeat;}*/

/*Form*/
#container .formbody input {-webkit-appearance:none;} 
#container .formbody button {-webkit-appearance:none;}

#container .content-form {margin-top: 40px; margin-right: auto; margin-left: auto;}
#container .formbody label {width: 100%; padding-top: 10px; margin-bottom: 5px; display: inline-block; float: left;}
#container .formbody input {box-sizing: border-box; width: 100%; padding:10px 15px; margin-bottom: 15px; border:none; border-radius: 5px; background-color: #D8F7FF;}
#container .formbody textarea {box-sizing: border-box; width: 100%; padding:10px 15px; border: none; margin-bottom: 15px; border-radius: 5px; background-color: #D8F7FF;}
/*#container .formbody .submit {background-color: #005fab; margin-top: 7px; padding: 5px 0; color: #fff; margin-left: 0; width: 200px;}*/
#container .formbody .submit {border:none; display: inline-block; text-transform: uppercase; text-align: center; font-size: 3rem; line-height: 4.3rem; color: #fff; font-family: 'all-round-gothic'; text-decoration: none; padding: 4px 23px 2px 23px; background: #8F4B96; border-radius: 5px; box-shadow: 0 0 8px 0 rgba(0,0,0,0.07); transition: background 0.3s ease;}
#container .formbody .submit:hover {box-shadow: 0 0 16px 0 rgba(0,0,0,0.07); background: #7B3D82;}
#container .formbody select {box-sizing: border-box; width: 100%; padding:10px 15px; margin-bottom: 15px; border:none; border-radius: 5px; background-color: #D8F7FF;}
#container .formbody fieldset {margin-bottom: 10px;}
#container .formbody fieldset legend {font-size: 1.6rem; margin-bottom: 5px;} 
#container .formbody fieldset span {width:100%; float: left;}
#container .formbody fieldset span input {float: left; width: 5%; height: 26px;}
#container .formbody fieldset span label {padding-top: 0; width: 95%;}
#container .formbody .widget-captcha {margin-bottom: 40px;}
#container .formbody .widget-captcha input {margin-bottom: 5px;}
#container .formbody .widget-captcha span {width: 100%; float: left;}
#container .formbody .widget-captcha label span.mandatory {width: auto; float: none;}
#container .formbody .widget-checkbox input {-webkit-appearance:checkbox;}
#container .formbody .widget-checkbox legend span {width: auto; float: none;}
#container .formbody .widget-radio input {-webkit-appearance:radio;}

/*radio und checkbox templates von scayla*/
#container .formbody .checkbox_container a {color: #d67500; text-decoration: none;}
#container .formbody .checkbox_container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0; background: #dedede;}
#container .formbody .checkbox_container label {cursor: pointer; width: 100%; position: relative; margin-bottom: 40px; display: inline-block;}
#container .formbody .checkbox_container span {width: 90px; margin-right: 15px;}
#container .formbody .checkbox_container span.lname {width: auto; padding-top: 5px;}
#container .formbody .checkbox_container .checkmark {cursor: pointer; position: relative; height: 38px; width: 38px; background-color: #fff; border:1px solid #E9EBF0;}
#container .formbody .checkbox_container:hover input ~ .checkmark {background-color: #fff;}
#container .formbody .checkbox_container input:checked ~ .checkmark {/*background-color: #EE6930;*/}
#container .formbody .checkbox_container .checkmark:after {content: ""; position: absolute; display: none;}
#container .formbody .checkbox_container input:checked ~ .checkmark:after {display: block;}
#container .formbody .checkbox_container .checkmark:after {top: 0px; left: 0px; width: 38px; height: 38px; background: url(../../files/data/graphics/checkmark.svg) center no-repeat; background-size: 23px;}

#container .formbody .radio_container a {color: #d67500; text-decoration: none;}
#container .formbody .radio_container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0; background: #dedede;}
#container .formbody .radio_container label {cursor: pointer; width: 150px; position: relative; margin-bottom: 40px; display: inline-block;}
#container .formbody .radio_container span {width: 90px; margin-right: 15px;}
#container .formbody .radio_container span.lname {width: auto; padding-top: 5px;}
#container .formbody .radio_container .checkmark {cursor: pointer; position: relative; height: 38px; width: 38px; background-color: #fff; border:1px solid #E9EBF0; border-radius: 50px;}
#container .formbody .radio_container:hover input ~ .checkmark {background-color: #fff;}
#container .formbody .radio_container input:checked ~ .checkmark {/*background-color: #EE6930;*/}
#container .formbody .radio_container .checkmark:after {content: ""; position: absolute; display: none;}
#container .formbody .radio_container input:checked ~ .checkmark:after {display: block;}
#container .formbody .radio_container .checkmark:after {top: 9px; left: 9px; width: 21px; height: 21px; background: #104D73; position: absolute; border-radius: 50px;}

/*Columns*/
#container .rs-column.-large-col-2-1 {width: 48.5%; margin-right: 3%;}
#container .rs-column.-large-col-2-1.-large-last {margin-right: 0;}
#container .rs-column.-large-col-3-1 {width: 31.3%; margin-right: 3%;}
#container .rs-column.-large-col-3-1.-large-last {margin-right: 0;}
#container .rs-column.-large-col-4-1 {width: 22.75%; margin-right: 3%; margin-top: 0;}
#container .rs-column.-large-col-4-1.-large-last {margin-right: 0;}

/*Table*/
.content-text table, .content-table table {width: 100%; border: 1px solid #283E88; border-radius: 20px; border-style: hidden; box-shadow: 0px 0px 0px 1px #283E88; overflow: hidden; box-sizing: border-box;}
.content-text table thead, .content-table table thead {}
.content-text table th, .content-table table th {text-align: center; background: #D8F7FF; color: #283E88; padding: 18px 25px; border: 1px solid #283E88; font-size: 3rem; line-height: 3.2rem; font-family: 'BrandonGrotesqueRegular'; font-weight: normal;}
.content-text table tbody, .content-table table tbody {background: #fff;}
.content-text table tbody td, .content-table table tbody td {text-align: center; padding: 18px 25px; border: 1px solid #283E88;}
.content-text table tbody td a, .content-table table tbody td a {color: #0E1012; text-decoration: underline;}
.content-text table tbody td p, .content-table table tbody td p {margin-bottom: 0;}

/*Player*/
#container .ce_player {clear: both;}
#container .ce_player embed {max-width: 100%;}
#container .ce_player video {max-width: 100%;}
#container .ce_player iframe {max-width: 100%;}

#container .ce_player .me-plugin {max-width: 100%;}
#container .ce_player .mejs-overlay {max-width: 100% !important;}

/*YouTube*/
#container .ce_youtube {clear: both;}
#container .ce_youtube embed {max-width: 100%;}
#container .ce_youtube video {max-width: 100%;}
#container .ce_youtube iframe {max-width: 100%;}

#container .ce_youtube .me-plugin {max-width: 100%;}
#container .ce_youtube .mejs-overlay {max-width: 100% !important;}

/*Google Map*/
.dlh_googlemap {width: 100% !important;}

/*Linkboxen*/
.linkboxen {width: 103%; margin-left: -1.5%; display: flex; flex-wrap: wrap;}
.linkboxen .box {position: relative;margin-right: 1.5%; margin-left: 1.5%; margin-bottom: 40px; display: inline-block; float: left; box-sizing: border-box; transition: transform 0.3s ease;}
.linkboxen.blau .box {box-shadow: 0 4px 8px 0 rgba(143,75,150,0.6); border-radius: 15px; background: #A6ECFF; padding: 35px 30px 25px 30px;}
.linkboxen .box.einspaltig {width: 97%;}
.linkboxen .box.zweispaltig {width: 47%;}
.linkboxen .box.dreispaltig {width: 30.333%;}
.linkboxen .box.vierspaltig {width: 22%;}
.linkboxen .box.fuenfspaltig {width: 17%;}
.linkboxen .box.blau {background: #0868B2;}
.linkboxen .box .boxlink {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.linkboxen .box .image-container {text-align: center;}
.linkboxen .box .image-container img {width: 90%; height: auto;}
.linkboxen.iconcontainer .box .image-container img {width: 100%; height: 70px; object-fit: contain;}
.linkboxen .box .text-container {text-align: center;}
.linkboxen .box h3 {color: #283E88; font-family: 'BrandonGrotesqueRegular'; margin-top: 20px; padding-left: 0; padding-bottom: 20px; margin-left: 0; background: initial;}
.mod_article.blau .linkboxen .box .text-container p, .mod_article.hellblau .linkboxen .box .text-container p {color: #000;}

/*Zitat*/
.zitat {color: #8F4B96; font-style: italic; width: 100%; box-sizing: border-box; padding: 10px 20px; border-left: 7px solid #8F4B96; margin: 60px 0;}
.zitat.purple {padding: 40px 50px; background: #8F4B96; border-radius: 6px; border-left: none; color: #fff; font-style: normal; font-family: 'BrandonGrotesqueRegular'; box-shadow: 0 4px 8px 0 rgba(143,75,150,0.6); text-align: center;}
.zitat.purple p {margin-bottom: 0; font-size: 3rem; line-height: 3.4rem;}
.zitat.blau {position: relative; padding: 40px 50px; border-radius: 6px; border-left: none; color: #fff; font-style: normal; font-family: 'BrandonGrotesqueRegular'; box-shadow: 0 4px 8px 0 rgba(143,75,150,0.6); text-align: center; background: rgb(40,62,136); background: linear-gradient(0deg, rgba(40,62,136,1) 0%, rgba(36,99,164,1) 100%);}
.zitat.blau p {margin-bottom: 0; font-size: 3rem; line-height: 3.4rem;}
.zitat.blau:before {content:""; width: 120px; height: 85px; position: absolute; bottom: -40px; left: -60px; background: url(../../files/data/graphics/quote-bl.svg) center no-repeat;}
.zitat.blau:after {content:""; width: 120px; height: 85px; position: absolute; top: -40px; right: -60px; background: url(../../files/data/graphics/quote-tr.svg) center no-repeat;}

/*  NEWS / TERMINE                                           */
/*************************************************************/
.mod_newslist {width: 102%; margin-left: -1%; display: flex; flex-wrap: wrap;}
.mod_newslist .layout_latest {position: relative; width: 31.333%; margin-right: 1%; margin-left: 1%; margin-bottom: 30px; display: inline-block; float: left; box-sizing: border-box; overflow: hidden; border-radius: 30px; background: #fff;}
.mod_newslist .layout_latest .boxlink {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.mod_newslist .layout_latest .ce_text {box-sizing: border-box; width: 100%; min-height: 152px; padding: 20px;}
.mod_newslist .layout_latest h2 {text-align: center; width: 100%; margin: 0; padding: 0; font-size: 3rem; line-height: 4rem;}
.mod_newslist .layout_latest h2 a {color: #904B96; text-decoration: none; hyphens: auto;}
.mod_newslist .layout_latest p {color: #000; text-align: center;}

.mod_slick_newslist .layout_latest {position: relative; overflow: hidden; border-radius: 30px; background: #fff; margin: 0 10px;}
.mod_slick_newslist .layout_latest .boxlink {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.mod_slick_newslist .layout_latest .ce_text {box-sizing: border-box; width: 100%; min-height: 152px; padding: 20px;}
.mod_slick_newslist .layout_latest h2 {text-align: center; width: 100%; margin: 0; padding: 0; font-size: 3rem; line-height: 4rem;}
.mod_slick_newslist .layout_latest h2 a {color: #904B96; text-decoration: none; hyphens: auto;}
.mod_slick_newslist .layout_latest p {color: #000; text-align: center;}
.mod_slick_newslist .slick-container .slick-prev {position: absolute; top: 0; left: -35px; width: 27px; height: 100%; background: url(../../files/data/graphics/slick-prev-mo.svg) center no-repeat; cursor: pointer;}
.mod_slick_newslist .slick-container .slick-next {position: absolute; top: 0; right: -35px; width: 27px; height: 100%; background: url(../../files/data/graphics/slick-next-mo.svg) center no-repeat; cursor: pointer;}

.pagination {clear: both; display: block; width: 98%; margin: 0 1%;}
.pagination p {display: inline-block; float: right;}
.pagination ul {display: inline-block; float: left;}
.pagination ul li {width: auto; margin-right: 5px; margin-bottom: 10px; display: inline-block;}
.pagination ul li a,
.pagination ul li span {border-radius: 3px; text-decoration: none; padding:1px 0 1px 0; width: 30px; display: block; text-align: center; background: #283E88; color: #fff; transition: color 0.3s ease, background 0.3s ease;}
.pagination ul li a:hover,
.pagination ul li span.active {background: #283E88; color: #2E2E2E;}
.pagination ul li.next a,
.pagination ul li.last a,
.pagination ul li.first a,
.pagination ul li.previous a {width: auto; padding: 1px 7px 1px 7px;}


/*  FOOTER                                                   */
/*************************************************************/
#footer {height: auto; display: block; clear: both; position: relative; background: #283E88;}
#footer .inside {position: relative; width: 90%; padding: 60px 5% 40px 5%; max-width: 1220px; margin: 0 auto;}
#footer .autogrid_row {align-items: center;}
#footer figure {line-height: 0;}
#footer .content-text {margin-bottom: 0 !important; color: #fff; font-family: 'BrandonGrotesqueRegular';}
#footer .content-text p {margin-bottom: 25px;}
#footer .content-text a {color: #fff; text-decoration: none;}
#footer .content-text h2 {font-size: 3rem; color: #fff;}

/*  LIGHTBOX	                                             */
/*************************************************************/
#cboxTitle {display: none !important;} 
#cboxLoadedContent {border: none;} 
#cboxNext {background: url("../../files/data/graphics/lightbox-next.svg"); width: 35px; position: absolute; right: 15px; height: 45px; top: 53%; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxPrevious {background: url("../../files/data/graphics/lightbox-prev.svg"); width: 35px; position: absolute; left: 15px; height: 45px; top: 53%; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxClose {background: url("../../files/data/graphics/lightbox-close.svg"); width: 35px; position: absolute; right: 15px; top: 15px; height: 35px; background-position: center; background-repeat: no-repeat; background-size: contain;} 
#cboxCurrent {font-size: 14px;} 

/*  FIXES		                                             */
/*************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:0px;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  MEDIA QUERIES                                            */
/*************************************************************/
@media screen and (max-width: 2150px) {
	.topartikel2 .column:first-of-type .content-image {height: 524px; width: 100%; margin-left: 0px;}
	.topartikel2 .column:last-of-type .bildcontainer {position: relative; height: 524px; width: 100%; margin-right: 0px;}
	.topartikel2 .column:last-of-type .bildcontainer .bildsocials {position: absolute; right: initial; left: 40px; top: 40px;}
}

@media screen and (max-width: 2050px) {
    #header .inside .mod_changelanguage {margin-right: 20px;}
    #header .headertop .content-hyperlink {position: relative; float: right; right: 0;}
    #header .inside .navigation {width: calc(100% - 555px);}
}

@media screen and (max-width: 1550px) {
	#header .inside .navigation ul li {margin: 0 2%;}
}

@media screen and (max-width: 1450px) {
    .linkboxen .box.fuenfspaltig {width: 22%;}
    #header .inside .navigation {width: calc(100% - 420px);}
	#header .headersuche {display: none;}
    #header .headertop .content-hyperlink.mobilesuche {display: inline-block; float: none; margin: 0; top: -20px; right: initial;}
    #header .headertop .content-hyperlink.mobilesuche a {background: #D8F7FF; padding: 12px; border-radius: 50px; border: none; line-height: 0;}
    #header .headertop .content-hyperlink.mobilesuche a:hover {background: #D8F7FF;}
    .zitat.purple {padding: 40px 30px;}
	.zitat.blau {padding: 40px 30px;}
	.zitat.blau:before {bottom: -50px; left: 0px; background-size: 80px;}
	.zitat.blau:after {top: -50px; right: 0px; background-size: 80px;}
}

@media screen and (max-width: 1300px) {
	#header .inside .navigation {width: calc(100% - 390px);}
	#header .inside .navigation ul li a {font-size: 2.5rem;}
	#header .inside .mod_changelanguage strong, #header .inside .mod_changelanguage a {font-size: 2.5rem;}
	#header .headertop .content-hyperlink a {font-size: 2.5rem;}
	#header .inside .navigation ul.level_1 > li > a, #header .inside .navigation ul.level_1 > li > a:hover, #header .inside .navigation ul.level_1 > li > a.active, #header .inside .navigation ul.level_1 > li > a.trail, #header .inside .navigation ul.level_1 > li > a.active:hover, #header .inside .navigation ul.level_1 > li > a.trail:hover, #header .inside .mod_changelanguage strong, #header .inside .mod_changelanguage:hover strong {background-size: 25px; padding-right: 30px;}
	#header .inside .navigation ul li {margin: 0 1%;}
	.topartikel2 .column:first-of-type .content-text p {font-size: 2.4rem; line-height: 2.7rem;}
	.topartikel2 .column:last-of-type .content-text p {font-size: 2.4rem; line-height: 2.7rem;}
}

@media screen and (max-width: 1200px) {
    .linkboxen .box.vierspaltig {width: 30.333%;}
    .linkboxen .box.fuenfspaltig {width: 30.333%;}
    #header .headerbot {display: none !important;}
    /*#header .inside .logo {width: 200px; margin-top: 50px;}*/
}

@media screen and (max-width: 1100px) {
	#header .headertop {height: 80px;}
	#header .inside .logo {width: 125px; margin-top: 10px;}
	#header .headertop .content-hyperlink {display: none;}
	#header .inside .navigation {display: none;}
	#header .inside .mod_changelanguage {display: none;}
	#header .headertop .content-hyperlink.mobilesuche {float: right; top: 15px; right: 55px;}
	#container {padding-top: 80px;}
	.topartikel p:before {display: none;}
	.topartikel p {font-size: 3.2rem; line-height: 4rem; padding: 20px;}
	.mod_slick_newslist {width: calc(100% - 70px); margin: 0 auto;}
}

@media screen and (max-width: 950px) {
	.mod_newslist .layout_latest {width: 48%;}
    .linkboxen .box.dreispaltig {width: 47%;}
    .linkboxen .box.vierspaltig {width: 47%;}
    .linkboxen .box.fuenfspaltig {width: 47%;}
    .content-text table th, .content-table table th {font-size: 2.5rem; line-height: 3rem;}
}

@media screen and (max-width: 768px) {
	#footer .content-image {width: 200px;}
	h1, h2 {font-size: 3.2rem; line-height: 4rem;}
	h3 {font-size: 3rem; line-height: 3.5rem;}
	h4 {font-size: 3rem; line-height: 3.5rem;}
	.mod_article .inside {padding: 30px 5%;}
	.content-table {width: 100%; overflow-x: scroll; padding: 1px;}
	.ce_form .column {margin-bottom: 0;}
	#container .content-text.media--left figure {width: 100%; margin-right: 0%;}
	#container .content-text.media--left .rte {width: 100%;}
	#container .content-text.media--right figure {float: none; width: 100%; margin-left: 0%;}
	#container .content-text.media--right .rte {width: 100%;}
	.topartikel p {border-radius: 20px;}
}

@media screen and (max-width: 650px) {
    .linkboxen .box.zweispaltig {width: 97%;}
    .linkboxen .box.dreispaltig {width: 97%;}
    .linkboxen .box.vierspaltig {width: 97%;}
    .linkboxen .box.fuenfspaltig {width: 97%;}
    .mod_newslist .layout_latest {width: 98%;}
}

@media screen and (max-width: 600px) {
    #container .rs-column.-large-col-2-1 {width: 100%; margin-right: 0; margin-top: 0;}
    #container .rs-column.-large-col-3-1 {width: 100%; margin-right: 0; margin-top: 0;}
    #container .rs-column.-large-col-4-1 {width: 100%; margin-right: 0; margin-top: 0;}
    .schmal75 {width: 100% !important; margin: 0 auto;}
    .schmal50 {width: 100% !important; margin: 0 auto;}
}


/*  FONTS                                                    */
/*************************************************************/
@font-face {
  font-family: "BrandonGrotesqueLight";
  src: url('../../files/data/style/Fonts/BrandonGrotesqueLight/font.woff2') format('woff2'), url('../../files/data/style/Fonts/BrandonGrotesqueLight/font.woff') format('woff');
}
@font-face {
  font-family: "BrandonGrotesqueRegular";
  src: url('../../files/data/style/Fonts/BrandonGrotesqueRegular/font.woff2') format('woff2'), url('../../files/data/style/Fonts/BrandonGrotesqueRegular/font.woff') format('woff');
}


/*Abstaende*/
.oben0 {margin-top: 0px !important;}
.oben10 {margin-top: 10px !important;}
.oben20 {margin-top: 20px !important;}
.oben30 {margin-top: 30px !important;}
.oben40 {margin-top: 40px !important;}
.oben50 {margin-top: 50px !important;}
.oben60 {margin-top: 60px !important;}
.oben70 {margin-top: 70px !important;}
.oben80 {margin-top: 80px !important;}
.oben90 {margin-top: 90px !important;}
.oben100 {margin-top: 100px !important;}
.oben110 {margin-top: 110px !important;}
.oben120 {margin-top: 120px !important;}
.oben130 {margin-top: 130px !important;}
.oben140 {margin-top: 140px !important;}
.oben150 {margin-top: 150px !important;}

.unten0 {margin-bottom: 0px !important;}
.unten10 {margin-bottom: 10px !important;}
.unten20 {margin-bottom: 20px !important;}
.unten30 {margin-bottom: 30px !important;}
.unten40 {margin-bottom: 40px !important;}
.unten50 {margin-bottom: 50px !important;}
.unten60 {margin-bottom: 60px !important;}
.unten70 {margin-bottom: 70px !important;}
.unten80 {margin-bottom: 80px !important;}
.unten90 {margin-bottom: 90px !important;}
.unten100 {margin-bottom: 100px !important;}
.unten110 {margin-bottom: 110px !important;}
.unten120 {margin-bottom: 120px !important;}
.unten130 {margin-bottom: 130px !important;}
.unten140 {margin-bottom: 140px !important;}
.unten150 {margin-bottom: 150px !important;}
