@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ffff99;
    color: #000000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ffff99;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

main section div .linkdiv, main section div.accordion.multi div.content section, main section div.news-articles article, main section div.prevnext div, main section div.squares article, main section div.threearticles article, body > footer div.wrap > div.contact div.sprite-logo-footer, body > footer div.wrap > div.social div, body > footer div.new div.social div {
    position: relative;
}

main section div .linkdiv a, main section div.accordion.multi div.content section a, main section div.news-articles article a, main section div.prevnext div a, main section div.squares article a, main section div.threearticles article a, body > footer div.wrap > div.contact div.sprite-logo-footer a, body > footer div.wrap > div.social div a, body > footer div.new div.social div a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

main section div span.arrow, main.landing div.fullslide button.slick-arrow, body > header div.subnav ul li span.arrow, body > header div#mobile nav ul li span.arrow {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 20px;
    position: relative;
    line-height: 30px;
    text-align: center;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

main section div span.arrow span, main.landing div.fullslide button.slick-arrow span, body > header div.subnav ul li span.arrow span, body > header div#mobile nav ul li span.arrow span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-right-style: solid;
    top: -2px;
    position: relative;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

main section div span.dark.arrow, main.landing div.fullslide button.dark.slick-arrow, body > header div.subnav ul li span.dark.arrow, body > header div#mobile nav ul li span.dark.arrow {
    background-color: #3b3b3b;
}

main section div span.dark.arrow span, main.landing div.fullslide button.dark.slick-arrow span, body > header div.subnav ul li span.dark.arrow span, body > header div#mobile nav ul li span.dark.arrow span {
    border-color: #ffffff;
}

main section div span.left.arrow span, main.landing div.fullslide button.left.slick-arrow span, body > header div.subnav ul li span.left.arrow span, body > header div#mobile nav ul li span.left.arrow span {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 2px;
    top: 0;
}

main section div span.right.arrow span, main.landing div.fullslide button.right.slick-arrow span, body > header div.subnav ul li span.right.arrow span, body > header div#mobile nav ul li span.right.arrow span {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2px;
    top: 0;
}

.no-bg {
    background: none transparent !important;
}

.sprite {
    display: inline-block;
}

.sprite-arrow-up {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -288px -369px;
    width: 16px;
    height: 17px;
}

.sprite-arrow-down {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -288px -369px;
    width: 16px;
    height: 17px;
}

.sprite-arrow-right {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -288px -369px;
    width: 16px;
    height: 17px;
}

.sprite-art-round {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: 0px -282px;
    width: 87px;
    height: 87px;
}

.sprite-chat {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -142px -369px;
    width: 22px;
    height: 20px;
}

.sprite-chat-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -120px -369px;
    width: 22px;
    height: 20px;
}

.sprite-deal-round {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -87px -282px;
    width: 87px;
    height: 87px;
}

.sprite-e-banking {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -531px -302px;
    width: 17px;
    height: 20px;
}

.sprite-e-banking-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -164px -369px;
    width: 21px;
    height: 20px;
}

.sprite-events {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -268px -369px;
    width: 20px;
    height: 20px;
}

.sprite-events-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -248px -369px;
    width: 20px;
    height: 20px;
}

.sprite-group-round {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -174px -282px;
    width: 87px;
    height: 87px;
}

.sprite-group {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -472px -154px;
    width: 71px;
    height: 41px;
}

.sprite-house {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -435px -330px;
    width: 28px;
    height: 25px;
}

.sprite-house-round {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -261px -282px;
    width: 87px;
    height: 87px;
}

.sprite-immobilier-round {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -348px -282px;
    width: 87px;
    height: 87px;
}

.sprite-kunde-werden {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -531px -282px;
    width: 19px;
    height: 20px;
}

.sprite-kunde-werden-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -185px -369px;
    width: 21px;
    height: 20px;
}

.sprite-logo-footer {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -275px -59px;
    width: 275px;
    height: 55px;
}

.sprite-logo-header-laraiff-blue {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: 0px -59px;
    width: 275px;
    height: 59px;
}

.sprite-logo-header-laraiff-beige {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: 0px 0px;
    width: 275px;
    height: 59px;
}

.sprite-logo-header-laraiff-green {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: 0px -118px;
    width: 275px;
    height: 59px;
}

.sprite-logo-header-laraiff-grey {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: 0px -177px;
    width: 275px;
    height: 59px;
}

.sprite-logo-header-laraiff-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -275px 0px;
    width: 275px;
    height: 59px;
}

.sprite-logo {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: 0px -236px;
    width: 313px;
    height: 46px;
}

.sprite-network {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -227px -369px;
    width: 21px;
    height: 20px;
}

.sprite-network-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -206px -369px;
    width: 21px;
    height: 20px;
}

.sprite-hexa {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -370px -369px;
    width: 21px;
    height: 20px;
}

.sprite-hexa-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -348px -369px;
    width: 21px;
    height: 20px;
}

.sprite-house-window {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -326px -369px;
    width: 21px;
    height: 20px;
}

.sprite-house-window-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -305px -369px;
    width: 21px;
    height: 20px;
}

.sprite-pdf {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -379px -236px;
    width: 31px;
    height: 31px;
}

.sprite-phone {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -517px -330px;
    width: 21px;
    height: 21px;
}

.sprite-phone-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -496px -330px;
    width: 21px;
    height: 21px;
}

.sprite-place {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -313px -236px;
    width: 33px;
    height: 41px;
}

.sprite-play {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -415px -154px;
    width: 57px;
    height: 57px;
}

.sprite-search-header {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -96px -369px;
    width: 24px;
    height: 26px;
}

.sprite-search {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -346px -236px;
    width: 33px;
    height: 35px;
}

.sprite-facebook {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -435px -282px;
    width: 48px;
    height: 48px;
}

.sprite-twitter {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: 0px -369px;
    width: 48px;
    height: 48px;
}

.sprite-linkedin {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -483px -282px;
    width: 48px;
    height: 48px;
}

.sprite-youtube {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -48px -369px;
    width: 48px;
    height: 48px;
}

.sprite-instagram {
     background-image: url(/site/assets/img/spritenew.png);
     background-position: -435px -369px;
     width: 48px;
     height: 48px;
 }

.sprite-universe-red {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -519px -236px;
    width: 27px;
    height: 29px;
}

.sprite-universe-blue {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -438px -236px;
    width: 27px;
    height: 29px;
}

.sprite-universe-beige {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -410px -236px;
    width: 28px;
    height: 30px;
}

.sprite-universe-grey {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -492px -236px;
    width: 27px;
    height: 29px;
}

.sprite-universe-green {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -465px -236px;
    width: 27px;
    height: 29px;
}

.sprite-time {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -96px -395px;
    width: 20px;
    height: 21px;
}

.border-laraiff-red {
    border-color: #e41b13;
}

.border-laraiff-green {
    border-color: #b5ca28;
}

.border-laraiff-blue {
    border-color: #789fd2;
}

.border-laraiff-beige {
    border-color: #cdbfa0;
}

.border-laraiff-grey {
    border-color: #a7b4c4;
}

.border-laraiff-red-transparent {
    border-color: rgba(228, 27, 19, 0.5);
}

.border-laraiff-green-transparent {
    border-color: rgba(181, 202, 40, 0.5);
}

.border-laraiff-blue-transparent {
    border-color: rgba(120, 159, 210, 0.5);
}

.border-laraiff-beige-transparent {
    border-color: rgba(205, 191, 160, 0.5);
}

.border-laraiff-grey-transparent {
    border-color: rgba(167, 180, 196, 0.5);
}

.border-laraiff-red-dark {
    border-color: #aa2517;
}

.border-laraiff-green-dark {
    border-color: #667c0c;
}

.border-laraiff-blue-dark {
    border-color: #406483;
}

.border-laraiff-beige-dark {
    border-color: #857a67;
}

.border-laraiff-grey-dark {
    border-color: #67727c;
}

.color-laraiff-red {
    color: #e41b13;
}

.color-laraiff-green {
    color: #b5ca28;
}

.color-laraiff-blue {
    color: #789fd2;
}

.color-laraiff-beige {
    color: #cdbfa0;
}

.color-laraiff-grey {
    color: #a7b4c4;
}

.laraiff-red a {
    color: #e41b13;
}

.laraiff-red ul.slick-dots li.slick-active button {
    background-color: #e41b13 !important;
}

.laraiff-green a {
    color: #b5ca28;
}

.laraiff-green ul.slick-dots li.slick-active button {
    background-color: #b5ca28 !important;
}

.laraiff-blue a {
    color: #789fd2;
}

.laraiff-blue ul.slick-dots li.slick-active button {
    background-color: #789fd2 !important;
}

.laraiff-beige a {
    color: #cdbfa0;
}

.laraiff-beige ul.slick-dots li.slick-active button {
    background-color: #cdbfa0 !important;
}

.laraiff-grey a {
    color: #a7b4c4;
}

.laraiff-grey ul.slick-dots li.slick-active button {
    background-color: #a7b4c4 !important;
}

.background-laraiff-red {
    background-color: #e41b13;
    color: #ffffff;
}

.background-laraiff-green {
    background-color: #b5ca28;
    color: #ffffff;
}

.background-laraiff-blue {
    background-color: #789fd2;
    color: #ffffff;
}

.background-laraiff-beige {
    background-color: #cdbfa0;
    color: #ffffff;
}

.background-laraiff-grey {
    background-color: #a7b4c4;
    color: #ffffff;
}

.background-laraiff-red-dark {
    background-color: #aa2517;
    color: #ffffff;
}

.background-laraiff-green-dark {
    background-color: #667c0c;
    color: #ffffff;
}

.background-laraiff-blue-dark {
    background-color: #406483;
    color: #ffffff;
}

.background-laraiff-beige-dark {
    background-color: #857a67;
    color: #ffffff;
}

.background-laraiff-grey-dark {
    background-color: #67727c;
    color: #ffffff;
}

.background-laraiff-red-h-gradient {
    background: -webkit-linear-gradient(left, #aa2517, #aa2517 60%, #e41b13);
    background: -moz-linear-gradient(left, #aa2517, #aa2517 60%, #e41b13);
    background: -o-linear-gradient(left, #aa2517, #aa2517 60%, #e41b13);
    background: linear-gradient(left, #aa2517, #aa2517 60%, #e41b13);
}

.background-laraiff-green-h-gradient {
    background: -webkit-linear-gradient(left, #667c0c, #667c0c 60%, #b5ca28);
    background: -moz-linear-gradient(left, #667c0c, #667c0c 60%, #b5ca28);
    background: -o-linear-gradient(left, #667c0c, #667c0c 60%, #b5ca28);
    background: linear-gradient(left, #667c0c, #667c0c 60%, #b5ca28);
}

.background-laraiff-blue-h-gradient {
    background: -webkit-linear-gradient(left, #406483, #406483 60%, #789fd2);
    background: -moz-linear-gradient(left, #406483, #406483 60%, #789fd2);
    background: -o-linear-gradient(left, #406483, #406483 60%, #789fd2);
    background: linear-gradient(left, #406483, #406483 60%, #789fd2);
}

.background-laraiff-beige-h-gradient {
    background: -webkit-linear-gradient(left, #857a67, #857a67 60%, #cdbfa0);
    background: -moz-linear-gradient(left, #857a67, #857a67 60%, #cdbfa0);
    background: -o-linear-gradient(left, #857a67, #857a67 60%, #cdbfa0);
    background: linear-gradient(left, #857a67, #857a67 60%, #cdbfa0);
}

.background-laraiff-grey-h-gradient {
    background: -webkit-linear-gradient(left, #67727c, #67727c 60%, #a7b4c4);
    background: -moz-linear-gradient(left, #67727c, #67727c 60%, #a7b4c4);
    background: -o-linear-gradient(left, #67727c, #67727c 60%, #a7b4c4);
    background: linear-gradient(left, #67727c, #67727c 60%, #a7b4c4);
}

.icon-laraiff-red path {
    fill: #e41b13 !important;
}

.icon-laraiff-green path {
    fill: #b5ca28;
}

.icon-laraiff-blue path {
    fill: #789fd2;
}

.icon-laraiff-beige path {
    fill: #cdbfa0;
}

.icon-laraiff-grey path {
    fill: #a7b4c4;
}

.icon-white path {
    fill: #ffffff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .background-laraiff-red-h-gradient {
        background-color: #e41b13;
    }

    .background-laraiff-green-h-gradient {
        background-color: #b5ca28;
    }

    .background-laraiff-blue-h-gradient {
        background-color: #789fd2;
    }

    .background-laraiff-beige-h-gradient {
        background-color: #cdbfa0;
    }

    .background-laraiff-grey-h-gradient {
        background-color: #a7b4c4;
    }
}

.cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0.5em 5%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    z-index: 99999;
    text-align: center;
}

.cc-cookies a:not(.cc-cookie-accept) {
    color: #ffffff;
    text-decoration: underline;
}

.cc-cookies a:not(.cc-cookie-accept):hover {
    text-decoration: none;
}

.cc-cookies a:not(.cc-cookie-accept).cc-cookie-accept {
    margin: 0 10px;
}


.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 100%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #ffffff;
    padding: 2em 5%;
    border: 1px solid #cccccc;
    font-size: 18px;
    color: #333333;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.5em 0.75em;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    -moz-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}

.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b;
    margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-reset {
    background: #ffffff;
    -moz-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}

.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies a:not(.cc-cookie-decline):hover {
    background: #e0e0e0;
}


.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
    background: none;
    text-shadow: none;
    padding: 0;
    text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        position: relative;
        float: left;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #ffffff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #ffffff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-title a {
    color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.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;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    background: #ffffff;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border: 0;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

html {
    font-family: "Roboto";
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f6f6f6;
    color: #a5a5a5;
}

a {
    color: #a5a5a5;
    text-decoration: none;
}

h2 {
    font-size: 42px;
    line-height: 44px;
    font-family: "Roboto Condensed";
}

h3 {
    font-size: 30px;
    line-height: 32px;
    font-family: "Roboto Condensed";
}

h4 {
    font-size: 22px;
    line-height: 24px;
    font-family: "Roboto Condensed";
    margin: 0 0 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: #686868;
}

a.button {
    display: inline-block;
    margin: 20px auto;
    padding: 0 20px;
    line-height: 40px;
    min-height: 40px;
    border-radius: 20px;
    color: #ffffff;
}

a[href$='pdf'] {
    background-image: url("/site/assets/img/pdf.png");
    background-repeat: no-repeat;
    padding: 5px 0 5px 40px;
    line-height: 40px;
    color: #686868 !important;
    background-position: center left;
}

a[href$='pdf'].button {
    padding: 0 15px 0 45px;
    background-position: 5px 5px;
}

.textalign-left {
    text-align: left;
}

.textalign-left a:first-of-type {
    margin-left: 0;
}

.textalign-left a:last-of-type {
    margin-right: 0;
}

.textalign-middle {
    text-align: center;
}

.textalign-right {
    text-align: right;
}

.bg-white-white {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.bg-laraiff-white {
    background-color: #f6f6f6;
}

.bg-white {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #3b3b3b;
    color: #ffffff;
}

div#scrolldown {
    cursor: pointer;
    width: 70px;
    height: 70px;
    z-index: 4;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -345px -154px;
    width: 70px;
    height: 70px;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

div#scrolldown:hover {
    background-image: url(/site/assets/img/spritenew.png);
    background-position: -275px -154px;
    width: 70px;
    height: 70px;
}

div#scrolldown.flipped {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#FormBuilderViewport_devenir-client {
    min-height: 2500px;
}

div.wrap {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

div.wrap.full-width {
    max-width: none;
}

div.wrap.full-width.full-width-centered {
    padding: 0;
}

div.wrap.full-width.full-width-centered  > .listcontent > article {
    padding: 0 20px;
}

div.wrap.full-width.full-width-centered  > .listcontent > hr {
    margin-left: 20px;
    margin-right: 20px;
}

div.wrap.full-width.full-width-centered article:not(.withmarkup) {
    color: #a5a5a5;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 20px;
}

div.wrap.full-width.full-width-centered article:not(.withmarkup) > img {
    margin: 0 auto 15px;
}

div.wrap.full-width.full-width-centered article.withmarkup {
    background-color: #f6f6f6;
}

main section {
    padding: 0 0 40px;
    text-align: center;
    background-color: #f6f6f6;
}

main section.full-width-centered {
    background: none transparent;
}

main section h1 {
    font-size: 40px;
    font-family: "Roboto Condensed";
    padding: 0 0 20px;
    line-height: 42px;
}

main section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    padding: 20px 0;
}

main section img, main section video {
    max-width: 100%;
}

main section section {
    padding: 0;
}

main section div article {
    text-align: center;
    font-size: 17px;
    line-height: 20px;
}

main section div article p {
    margin: 0 0 10px;
}

main section div article a.button {
    margin: 0 10px;
}

main section div article a.button:first-of-type {
    margin: 0 10px 0 0;
}

main section div article a.button:last-of-type {
    margin: 0 0 0 10px;
}

main section div span.divider {
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

main section div div.divider {
    position: relative;
    bottom: -5px;
    display: flex;
}

main section div div.divider span {
    height: 5px;
    width: 100%;
}

main section div ul, main section div ol {
    margin: 0 auto 25px;
    padding: 0 0 0 20px;
}

main section div ul.pdfs, main section div ol.pdfs {
    list-style-type: none;
}

main section div sub, main section div sup {
    font-size: 80%;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

main section div sup {
    top: -0.5em;
}

main section div sub {
    bottom: -0.25em;
}

main section div form.formBuilder {
    background-color: blue;
}

main section div.listcontent article {
    text-align: left;
    margin: 0 0 40px;
}

main section div.listcontent article header {
    text-align: center;
    padding: 0;
}

main section div.listcontent article header i {
    font-size: 80px;
}

main section div.listcontent article header h3 {
    font-size: 40px;
    max-width: 680px;
    margin: 0 auto;
    line-height: 42px;
}

main section div.listcontent article h3, main section div.listcontent article h4 {
    margin: 0 auto 5px;
}

main section div.listcontent article p {
    margin: 0 auto 25px;
    font-size: 17px;
    line-height: 20px;
}

main section div.listcontent article p img {
    max-width: 100%;
}

main section div.listcontent article table {
    width: 100%;
}

main section div.listcontent article table tr {
    display: flex;
    flex-flow: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

main section div.listcontent article table tr td {
    padding: 7px 3px;
    vertical-align: top;
    width: 100%;
}

main section div.listcontent article table tr th {
    color: #686868;
}

main section div.listcontent article footer video {
    display: inline-block;
}

main section div.listcontent article footer a.button {
    padding: 0 40px;
    margin: 0 10px;
}

main section div.listcontent article footer a.button:first-of-type {
    margin-left: 0;
}

main section div.listcontent article footer a.button:last-of-type {
    margin-right: 0;
}

main section div.listcontent article svg.icon {
    margin: 0 auto;
    max-width: 70px;
    height: 90px;
}

main section div.listcontent article div.slider-2-images {
    margin: 15px 0 20px;
}

main section div.listcontent article div.slider-2-images div.img {
    padding: 0 0 0 15px;
    max-height: 350px;
    max-width: 1000px;
}

main section div.listcontent article div.slider-2-images div.img img {
    width: 100%;
}

main section div.listcontent article div.slider-2-images div.img:first-of-type {
    padding: 0 10px 0 0;
}

main section div.listcontent article div.slider-2-images div.img:last-of-type {
    padding: 0 0 0 10px;
}

main section div.listcontent article div.slider-2-images.slick-slider button.slick-arrow {
    border-top: 2px solid rgba(0, 0, 0, 0.8);
    border-left: 2px solid rgba(0, 0, 0, 0.8);
}

main section div.listcontent article.double > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

main section div.listcontent article.double > div > div {
    max-width: 500px;
}

main section div.listcontent article.double.video > div {
    grid-template-columns: 65% 35%;
}

main section div.listcontent article.double.video > div > div {
    max-width: none;
}

main section div.listcontent article.double.video > div div.videoframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

main section div.listcontent article.double.video > div div.videoframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main section div.listcontent article.double.video > div div.description header h2 {
    font-size: 25px;
    line-height: 27px;
    padding: 0 0 10px;
    text-align: left;
}

main section div.listcontent article.withmarkup div.markup {
    margin: 0 auto;
    text-align: center;
}

main section div.listcontent hr {
    margin: 20px 0 30px;
}

main section div.listcontent div.accordion {
    margin: 0 auto 40px;
}

main section div.listcontent div.accordion article {
    margin: 0 0 10px;
}

main section div.listcontent div.accordion article header {
    text-align: left;
    padding: 0 50px 0 20px;
}

main section div.listcontent div.accordion article header h3 {
    margin: 0;
}

main section div.accordion article {
    overflow: hidden;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

main section div.accordion article header {
    cursor: pointer;
    padding: 0 0 0 20px;
    min-height: 70px;
    text-align: left;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

main section div.accordion article header h3 {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 25px;
    margin: auto;
    line-height: 30px;
    padding: 20px 0;
    max-width: 90%;
}

main section div.accordion article header span.arrow {
    position: absolute;
    right: 0;
    top: 0;
}

main section div.accordion article div.content {
    overflow: hidden;
    background-color: #ffffff;
    opacity: 0;
    max-height: 0;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

main section div.accordion article div.content section {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    text-align: left;
}

main section div.accordion article div.content section div h4 {
    font-size: 25px;
    font-family: "Roboto Condensed";
}

main section div.accordion article div.content section div p {
    font-size: 17px;
    line-height: 20px;
}

main section div.accordion article div.content section figure img {
    max-width: none;
}

main section div.accordion article div.content section figure + div {
    padding: 0 0 0 20px;
    text-align: left;
}

main section div.accordion article:not(.open) header h3 {
    color: #ffffff;
}

main section div.accordion article:not(.open) header span.arrow {
    background-color: #ffffff;
}

main section div.accordion article.open {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

main section div.accordion article.open header {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
}

main section div.accordion article.open header span.arrow {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

main section div.accordion article.open header span.arrow span {
    top: -4px;
    color: #ffffff;
}

main section div.accordion article.open div.content {
    padding: 20px;
    max-height: 7000px;
    opacity: 1;
    -moz-transition: padding 0.4s ease-out;
    -o-transition: padding 0.4s ease-out;
    -webkit-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
}

main section div.accordion.multi div.content {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 20px;
}

main section div.accordion.multi div.content section {
    display: flex;
    flex-flow: row;
}

main section div.accordion.big article {
    max-height: 90px;
}

main section div.accordion.big article header {
    min-height: 90px;
}

main section div.accordion.big article header h3 {
    line-height: 50px;
    font-size: 30px;
}

main section div.accordion.big article header span.arrow {
    margin: 30px 20px;
}

main section div.accordion.big article.open {
    max-height: 700px;
}

main section div.contact {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 45px 0 0;
    align-items: flex-start;
}

main section div.contact article {
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 0 20px;
}

main section div.contact article:only-child {
    max-width: 500px;
}

main section div.contact article h3 {
    margin: 0 auto 10px;
}

main section div.contact article svg {
    max-width: 70px;
    height: 90px;
    margin: 0 auto 15px;
}

main section div.contact article p {
    font-size: 17px;
}

main section div.contact article a[href^='tel:'] {
    font-size: 30px;
    font-weight: 700;
    font-family: "Roboto Condensed";
    display: block;
    margin: 15px 0 10px;
}

main section div.contact article a.button {
    margin: 10px 0 0;
    align-self: center;
}

main section div.events {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

main section div.events article {
    max-width: 235px;
    width: 100%;
    text-align: left;
}

main section div.events article figure {
    height: 160px;
    position: relative;
}

main section div.events article figure div.date {
    width: 62px;
    height: 74px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: 12px 0;
}

main section div.events article figure div.date span.day {
    font-size: 30px;
    display: block;
}

main section div.events article figure div.date span.month {
    font-size: 17px;
}

main section div.events article h3 {
    margin: 15px 0 5px;
    font-size: 20px;
    line-height: 22px;
}

main section div.events article p {
    font-size: 17px;
}

main section div.faq.basic article header {
    margin: 0 0 10px;
}

main section div.faq.basic article header h3 {
    margin: 0 auto 0 0;
}

main section div.linkboxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

main section div.linkboxes article {
    text-align: center;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0 0 20px;
    position: relative;
}

main section div.linkboxes article figure {
    width: 100%;
    height: 210px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-size: cover;
}

main section div.linkboxes article figure span {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

main section div.linkboxes article h3 {
    margin: 0;
    font-size: 25px;
    line-height: 27px;
    padding: 10px 30px;
}

main section div.linkboxes article p {
    font-size: 15px;
    line-height: 17px;
    padding: 0 5px;
}

main section div.linkboxes article a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

main section div.linkboxes.laraiff {
    grid-template-columns: 1fr 1fr 1fr;
}

main section div.news-articles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

main section div.news-articles article {
    text-align: left;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 0 auto;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

main section div.news-articles article figure {
    width: 100%;
    height: 160px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

main section div.news-articles article time {
    display: block;
    margin: 15px 0 0;
    font-size: 13px;
}

main section div.news-articles article h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px;
}

main section div.news-articles article p {
    font-size: 17px;
    line-height: 20px;
}

main section div.news-entry article {
    text-align: left;
}

main section div.news-entry article header {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
}

main section div.news-entry article header time {
    display: inline-block;
    margin: 0 0 5px;
}

main section div.news-entry article header time i {
    vertical-align: top;
}

main section div.news-entry article header time span {
    vertical-align: top;
    line-height: 22px;
    display: inline-block;
    margin: 0 5px;
}

main section div.news-entry article header div.slick-slider button.slick-arrow {
    border-top: 2px solid rgba(0, 0, 0, 0.8);
    border-left: 2px solid rgba(0, 0, 0, 0.8);
}

main section div.news-entry article header div.slick-slider button.slick-arrow.slick-next {
    right: -40px;
}

main section div.news-entry article header span.divider {
    display: block;
    position: relative;
    margin: 0 0 5px;
}

main section div.news-entry article header figure img {
    width: 100%;
}

main section div.pagination {
    border-top: 1px solid #cccccc;
    margin: 20px 0 0;
}

main section div.pagination ul.MarkupPagerNav {
    display: inline-flex;
    flex-flow: row;
    list-style-type: none;
    margin: 15px auto 0;
}

main section div.pagination ul.MarkupPagerNav li {
    margin: 0 10px;
}

main section div.pagination ul.MarkupPagerNav li.active a span {
    border-bottom: 1px solid #a5a5a5;
}

main section div.prevnext {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

main section div.prevnext div > span {
    display: inline-block;
    margin: 0 10px;
}

main section div.prevnext div > span.arrow {
    margin: 20px 0;
}

main section div.prevnext div.prev:only-child {
    margin-right: auto;
}

main section div.prevnext div.next:only-child {
    margin-left: auto;
}

main section div.squares {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 185px;
    grid-gap: 20px;
}

main section div.squares article {
    width: 100%;
}

main section div.squares article header {
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    text-align: center;
    background-position: center center;
    justify-content: center;
    height: 100%;
    min-height: 185px;
    background-size: cover;
}

main section div.squares article header h3 {
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    top: 35px;
}

main section div.squares article header svg.icon {
    height: 75px;
    max-width: 70px;
    margin: -8px auto 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
}

main section div.squares.four-boxes {
    grid-auto-rows: auto;
}

main section div.squares.four-boxes article {
    margin-bottom: 0;
}

main section div.squares.four-boxes article header {
    display: block;
    height: auto;
    margin-bottom: 20px;
    min-height: auto;
}

main section div.squares.four-boxes article header svg.icon {
    margin-top: 0;
    position: static;
}

main section div.threearticles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

main section div.threearticles article {
    width: 100%;
    text-align: left;
    position: relative;
}

main section div.threearticles article span.divider {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
}

main section div.threearticles article figure {
    width: 100%;
    height: 210px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

main section div.threearticles article figure span.divider {
    bottom: -10px;
}

main section div.threearticles article time {
    margin: 15px 0 0;
    display: block;
    font-size: 13px;
}

main section div.threearticles article h3 {
    font-size: 25px;
    line-height: 27px;
}

main section div.threearticles article a.readmore {
    margin: 15px 0;
    display: block;
}

main section div.threearticles article:only-child {
    grid-column: 2;
}

main section div.titleimg {
    width: 100%;
    margin: 0 0 30px;
    display: grid;
    grid-template: 1fr / 1fr 1fr;
}

main section div.titleimg figure {
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
}

main section div.titleimg figure:only-child {
    grid-column-start: 1;
    grid-column-end: 3;
    background-size: cover;
}

main section div.titleimg div.content {
    text-align: left;
    padding: 30px;
    position: relative;
}

main section div.titleimg div.content h2 {
    text-align: left;
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 20px;
}

main section div.titleimg div.content p {
    font-size: 17px;
    line-height: 20px;
}

main section div.titleimg div.content span {
    display: block;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: -15px;
    z-index: 1;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

main section div.twobox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 0 auto 25px;
}

main section div.twobox article {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    color: #ffffff;
    text-align: left;
    justify-content: center;
}

main section div.twobox article header {
    width: 236px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-flow: column;
}

main section div.twobox article header h3 {
    color: #ffffff;
}

main section div.twobox article header a.button {
    justify-self: flex-end;
    margin: auto auto 0 0;
    align-self: center;
}

main section div.twobox article header span.corner {
    content: "";
    height: 32px;
    width: 32px;
    transform: rotate(45deg);
    top: calc(50% - 16px);
    right: -16px;
    display: block;
    position: absolute;
}

main section div.twobox article header p {
    font-size: 17px;
    line-height: 20px;
}

main section div.twobox article header svg.icon {
    margin: 0 auto 5px 0;
    max-width: 50px;
    height: 75px;
}

main section div.twobox article figure {
    max-width: 235px;
    width: calc(100% - 236px);
    background-size: cover;
    background-repeat: no-repeat;
}

main section div.twobox article:nth-last-of-type(1) header:after {
    background-color: rgba(228, 27, 19, 0.5);
}

main section div.teasers {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    max-width: 990px;
    margin: 10px auto 0;
}

main section div.teasers article {
    background-color: #ffffff;
    max-width: 300px;
    height: 330px;
    width: 100%;
    position: relative;
    margin: 0 0 0 30px;
    color: #a5a5a5;
}

main section div.teasers article figure {
    height: 145px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

main section div.teasers article h3 {
    font-size: 30px;
    line-height: 32px;
    padding: 0 20px;
    margin: 20px 0 10px;
}

main section div.teasers article p {
    font-size: 17px;
    line-height: 20px;
    padding: 0 20px;
    margin: 0 0 30px;
}

main section div.teasers article a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

main section div.teasers article a:focus {
    outline: 0;
}

main section div.teasers article:focus {
    outline: 0;
}

main section div.teasers article:only-child {
    margin: 0 auto;
}

main section div.teasers article:not(:only-child):first-of-type {
    margin: 0 15px 0 auto;
}

main section div.teasers article:not(:only-child):last-of-type {
    margin: 0 auto 0 15px;
}

main section div.teasers.slick-slider button.slick-arrow.slick-prev {
    left: -18px;
}

main section div.universe-toggles ul {
    display: flex;
    flex-flow: row;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0;
}

main section div.universe-toggles ul li {
    margin: 0 10px;
    cursor: pointer;
}

main section div.universe-toggles ul li i {
    display: inline-block;
}

main section div.universe-toggles ul li span {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
}

main section div.universe-toggles ul li.active span {
    font-weight: 700;
    color: #686868;
}

main section div.universe-toggles ul li:last-of-type {
    justify-self: flex-end;
    margin: 0 0 auto auto;
    text-align: right;
}

main section div.universe-toggles.faq ul li:last-of-type {
    justify-self: initial;
    margin: 0 10px;
    text-align: initial;
}

main section div.slick-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    height: 20px;
    width: 20px;
    outline: 0;
    cursor: pointer;
}

main section div.slick-slider button.slick-arrow:focus {
    outline: 0;
}

main section div.slick-slider button.slick-arrow.slick-prev {
    left: -12px;
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

main section div.slick-slider button.slick-arrow.slick-next {
    right: -18px;
    -moz-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

main section div.searchbar form input#search {
    line-height: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    outline: none;
    margin: 10px 0;
    width: calc(100% - 160px);
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 20px;
}

main section div.searchbar form input#search + input[type="submit"] {
    width: 120px;
    height: 30px;
    font-size: 17px;
    background-color: #e41b13;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
    border: 1px solid #e41b13;
}

main section div.searchresults ul {
    list-style-type: none;
}

main section div.searchresults ul li {
    text-align: left;
    padding: 10px 0;
}

main section div.searchresults ul li a h2 {
    font-size: 25px;
    color: #686868;
    text-align: left;
    padding: 0;
}

main section div.searchresults ul li:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

main section.downloads {
    text-align: left;
}

main section.downloads h1 {
    text-align: center;
}

main section.downloads h2 {
    text-align: left;
    font-size: 30px;
    line-height: 32px;
}

main section.downloads h3 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 20px 10px;
}

main section.downloads div.accordion article {
    margin: 0 0 15px 0;
}

main section.downloads div.accordion article header h3 {
    text-align: left;
    margin: 0 auto 0 0;
}

main section.downloads ul {
    margin: 0;
}

main section.downloads ul li {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

main section.downloads ul li:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

main section.downloads ul li span {
    line-height: 50px;
}

main section.search {
    padding: 40px 0;
}

main section.further {
    padding: 40px 0 60px;
}

main section.further h2 {
    padding: 0 0 20px;
    color: #ffffff;
}

main ul.breadcrumbs {
    display: flex;
    flex-flow: row;
    list-style: none;
    margin: 20px 0;
}

main ul.breadcrumbs li {
    height: 40px;
}

main ul.breadcrumbs li a {
    line-height: 40px;
}

main ul.breadcrumbs li::before, main ul.breadcrumbs li a::before {
    content: none;
}

main ul.breadcrumbs li a i {
    font-size: 40px;
    position: relative;
    top: 5px;
}

main ul.breadcrumbs li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 12px 0 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

main ul.breadcrumbs li:last-of-type a {
    color: rgba(60, 60, 60, 0.5);
}

main.landing div.fullslide {
    max-width: 1920px;
    margin: 0 auto;
}

main.landing div.fullslide div.slick-slide {
    height: 600px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

main.landing div.fullslide div.slick-slide div.overlay {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

main.landing div.fullslide div.slick-slide div.overlay h4 {
    width: calc(100% - 50px);
    margin: 0 auto 5px;
    max-width: 1000px;
}

main.landing div.fullslide div.slick-slide div.overlay h2, main.landing div.fullslide div.slick-slide div.overlay h3, main.landing div.fullslide div.slick-slide div.overlay h4 {
    color: #ffffff;
}

main.landing div.fullslide button.slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    background-color: rgba(0, 0, 0, 0.5);
    outline: none;
    border-radius: 0;
    z-index: 5;
    border: 0;
    color: #ffffff;
}

main.landing div.fullslide button.slick-arrow span {
    width: 12px;
    height: 12px;
    top: 2px;
}

main.landing div.fullslide button.slick-arrow.slick-prev {
    left: 0;
    right: auto;
}

main.landing div.fullslide button.slick-arrow.slick-next {
    left: auto;
    right: 0;
}

main.landing div.fullslide ul.slick-dots {
    bottom: 20px;
    z-index: 2;
}

main.landing div.fullslide ul.slick-dots li button:before {
    color: #ffffff;
    font-size: 15px;
}

main.landing div.wrap ul.slidetabs {
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: row;
    list-style-type: none;
    justify-content: space-between;
    margin: -50px 0 20px;
}

main.landing div.wrap ul.slidetabs li {
    height: 115px;
    background-color: #ffffff;
    width: calc((100% / 3) - 10px);
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

main.landing div.wrap ul.slidetabs li h4 {
    padding: 0 15px;
}

main.landing div.wrap ul.slidetabs li:not(.active) {
    border: 1px solid #cccccc;
}

main.landing div.wrap ul.slidetabs li.active {
    padding: 20px 0 35px;
    border-width: 15px 0 0;
    border-style: solid;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

main.news-entry section div.wrap {
    max-width: 740px;
}

body > header {
    padding: 160px 0 0 0;
}

body > header div.wrap {
    max-width: 1240px;
}

body > header div.topbar {
    background-color: #ffffff;
    min-height: 60px;
    line-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 14;
    top: 0;
}

body > header div.topbar div.wrap {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

body > header div.topbar ul {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(6, 1fr) 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 50px;
    list-style-type: none;
    width: 100%;
}

body > header div.topbar ul li {
    justify-self: center;
    width: 100%;
    text-align: center;
}

body > header div.topbar ul li a {
    height: 60px;
    display: inline-block;
}

body > header div.topbar ul li a span {
    font-size: 15px;
}

body > header div.topbar ul li a i {
    position: relative;
    top: 4px;
    margin: 0 5px 0 0;
}

body > header div.topbar ul li#searchtoggle {
    position: relative;
}

body > header div.topbar ul li#searchtoggle form {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 7px;
    right: 50px;
    top: -10px;
}

body > header div.topbar ul li#searchtoggle form input {
    width: 200px;
    padding: 10px 35px 10px 7px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    color: #a5a5a5;
    box-sizing: border-box;
    font-size: 14px;
}

body > header div.topbar ul li#searchtoggle form i {
    position: absolute;
    top: 27px;
    right: 14px;
}

body > header div.topbar ul li#searchtoggle.open form {
    display: block;
}

body > header div.topbar ul li.active a {
    color: #e41b13;
}

body > header div.topbar ul li.button {
    background-color: #f6f6f6;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    position: relative;
    top: 10px;
    padding: 0 30px;
}

body > header div.topbar ul li:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

body > header div.topbar ul li:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

body > header div.topbar ul li:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

body > header div.topbar ul li:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

body > header div.topbar ul li:nth-of-type(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
}

body > header div.topbar ul li:nth-of-type(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}

body > header div.topbar ul li:nth-of-type(6) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
}

body > header div.topbar ul li:nth-of-type(7) {
    -ms-grid-column: 7;
    -ms-grid-row: 1;
}

body > header div.universes {
    background-color: #2d2d2d;
    color: #ffffff;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 14;
}

body > header div.universes nav ul {
    display: flex;
    flex-flow: row;
    list-style-type: none;
    justify-content: center;
}

body > header div.universes nav ul li {
    text-align: center;
    height: 95px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}

body > header div.universes nav ul li a {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto Condensed';
    position: relative;
    top: 3px;
}

body > header div.universes nav ul li.active {
    border-width: 0 0 5px 0;
    border-style: solid;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.04);
}

body > header div.universes nav ul li:hover {
    background-color: rgba(255, 255, 255, 0.04);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    height: 100px;
}

body > header div.universes nav ul li:first-of-type {
    padding: 0 30px;
}

body > header div.subnav ul {
    min-height: 70px;
    display: flex;
    flex-flow: row;
    list-style-type: none;
    justify-content: center;
}

body > header div.subnav ul li {
    margin: 0 40px 0 0;
    position: relative;
}

body > header div.subnav ul li a {
    color: #ffffff;
    line-height: 70px;
    font-size: 25px;
    font-family: 'Roboto Condensed';
}

body > header div.subnav ul li span.arrow {
    position: absolute;
    color: #a5a5a5;
    margin: 0;
    right: 0;
    top: 5px;
}

body > header div.subnav ul li ul {
    position: absolute;
    display: flex;
    flex-flow: column;
    min-height: 0;
    max-height: 0;
    width: 440px;
    z-index: 20;
    overflow: hidden;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

body > header div.subnav ul li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px 15px;
    width: 220px;
    background-color: #ffffff;
}

body > header div.subnav ul li ul li a {
    color: #a5a5a5;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    display: block;
}

body > header div.subnav ul li ul li.colored a {
    color: inherit;
}

body > header div.subnav ul li ul li:last-of-type {
    border-bottom: 0;
}

body > header div.subnav ul li ul.subsub {
    top: 70px;
}

body > header div.subnav ul li ul.subsub li ul.subsubsub {
    top: 0;
    left: 220px;
    position: absolute;
    min-width: 220px;
}

body > header div.subnav ul li.active {
    border-bottom: 5px solid #ffffff;
}

body > header div.subnav ul li:hover ul.subsub {
    max-height: 800px;
}

body > header div.subnav ul li:hover ul.subsub li {
    overflow: visible;
}

body > header div.subnav ul li:hover ul.subsub li:hover ul.subsubsub {
    max-height: 800px;
}

body > header div#mobile {
    display: none;
    height: 60px;
    background-color: #3b3b3b;
    overflow: hidden;
    position: fixed;
    top: 60px;
    z-index: 14;
    width: 100%;
}

body > header div#mobile nav ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    box-sizing: content-box;
}

body > header div#mobile nav ul li a {
    display: inline-block;
    line-height: 60px;
    padding: 0 0 0 10px;
    width: calc(100% - 110px);
    font-family: "Roboto Condensed";
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
}

body > header div#mobile nav ul li a br {
    display: none;
}

body > header div#mobile nav ul li div#menutoggler {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

body > header div#mobile nav ul li div#menutoggler div.hamburger-wrap {
    display: inline-block;
    width: 27px;
    height: 20px;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

body > header div#mobile nav ul li div#menutoggler div.hamburger-wrap span.hamburger-bar {
    opacity: 1;
    background: #ffffff;
    display: block;
    height: 2px;
    margin: 0;
    -moz-transition: transform 0.1s ease-in;
    -o-transition: transform 0.1s ease-in;
    -webkit-transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body > header div#mobile nav ul li div#menutoggler div.hamburger-wrap span.hamburger-bar:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}

body > header div#mobile nav ul li:first-of-type {
    height: 60px;
}

body > header div#mobile nav ul li:first-of-type i.sprite {
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center left;
}

body > header div#mobile nav ul li span.arrow {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    height: 60px;
    width: 40px;
    cursor: pointer;
}

body > header div#mobile nav ul li.open ul.sub {
    max-height: 100vh;
    overflow-y: scroll;
}

body > header div#mobile nav ul.sub {
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

body > header div#mobile nav ul.sub > li:not(:first-of-type) {
    border-left-width: 0;
}

body > header div#mobile nav ul.sub li span.dot {
    font-size: 35px;
    line-height: 0;
    vertical-align: top;
    position: absolute;
    top: 32px;
    left: 13px;
}

body > header div#mobile nav ul.sub li a {
    white-space: nowrap;
    padding: 0 0 0 30px;
    font-weight: 500;
    font-size: 17px;
}

body > header div#mobile nav ul.sub li.open ul.subsub {
    max-height: 100vh;
    overflow-y: scroll;
}

body > header div#mobile nav ul.sub li.open ul.subsub li a {
    font-size: 15px;
}

body > header div#mobile nav ul.sub li span.arrow span {
    top: 5px;
}

body > header div#mobile nav ul.subsub {
    max-height: 0;
    overflow: hidden;
}

body > header div#mobile nav ul.subsub li span.dot {
    left: 26px;
}

body > header div#mobile nav ul.subsub li a {
    padding: 0 0 0 45px;
}

body > header div#mobile nav ul > li:not(:first-of-type) a {
    border-left-width: 5px;
    border-left-style: solid;
}

body > footer {
    background-color: #2d2d2d;
    color: #959595;
    padding: 10px 0 0;
}

body > footer a.edit {
    text-align: center;
    display: block;
    margin: 20px 0;
    color: rgba(228, 27, 19, 0.5);
}

body > footer div.wrap {
    max-width: 1200px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

body > footer div.wrap > div {
    display: flex;
    flex-flow: row;
}

body > footer div.wrap > div.contact {
    justify-content: center;
    flex-flow: column;
    margin: 0 auto;
}

body > footer div.wrap > div.contact div.sprite-logo-footer {
    margin: 0 auto 10px;
}

body > footer div.wrap > div.contact div.contact {
    text-align: center;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 20px;
}

body > footer div.wrap > div.contact div.contact a {
    color: #ffffff;
}

body > footer div.wrap > div.contact div.contact a:hover {
    color: #a5a5a5;
}

body > footer div.wrap > div.legal {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
}

body > footer div.wrap > div.legal ul {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%;
}

body > footer div.wrap > div.legal ul li {
    list-style: none;
    margin: 0 10px;
    padding: 15px 0;
    height: 60px;
}

body > footer div.wrap > div.legal ul li a {
    display: block;
    height: 30px;
}

body > footer div.wrap > div.legal ul li a i {
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
}

body > footer div.wrap > div.legal ul li a span {
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    vertical-align: top;
}

body > footer div.wrap > div.social {
    justify-content: center;
    padding: 20px 0 30px;
}

body > footer div.wrap > div.social div {
    margin: 0 5px;
}

body > footer div.wrap > div.sitemap {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

body > footer div.wrap > div.sitemap ul {
    list-style-type: none;
    position: relative;
    max-height: 31px;
    overflow: hidden;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    max-height: 1200px;
}

body > footer div.wrap > div.sitemap ul a {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
}

body > footer div.wrap > div.sitemap ul li a {
    font-size: 15px;
    line-height: 25px;
}

body > footer div.wrap > div.sitemap ul li ul {
    padding: 0 0 0 20px;
}

body > footer div.wrap > div.sitemap ul li ul li {
    position: relative;
}

body > footer div.wrap > div.sitemap ul li ul li:before {
    content: '-';
    position: absolute;
    left: -10px;
    top: 4px;
}

body > footer div.wrap > div.sitemap ul li ul li a {
    font-weight: 400;
    color: #959595;
}

body > footer div.wrap > div.sitemap ul > a {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

body > footer div.wrap > div.sitemap ul > a span.thin {
    font-weight: 500;
}

body > footer div.wrap > div.sitemap ul div.arrow {
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("/site/assets/img/arrow.png");
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}

body > footer div.wrap > div.sitemap ul.open div.arrow {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

body > footer div.wrap > div.sitemap ul:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

body > footer div.wrap > div.sitemap ul:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

body > footer div.wrap > div.sitemap ul:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

body > footer div.wrap > div.sitemap ul:nth-of-type(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
}

body > footer div.wrap > div.sitemap ul:nth-of-type(5) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}

body > footer div.wrap > div.sitemap div.social {
    display: flex;
    flex-flow: row;
    justify-content: center;
    position: relative;
    margin: 0 0 20px;
}

body > footer div.wrap > div.sitemap div.social a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body > footer div.wrap > div.sitemap div.social div:not(:first-of-type):not(:last-of-type) {
    margin: 0 10px;
}

body > footer div.wrap > div.sitemap div.contact p {
    margin: 15px 0;
    line-height: 22px;
    color: #ffffff;
}

body > footer div.new {
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 1040px;
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    color: #ffffff;
}

body > footer div.new div h2 {
    font-size: 20px;
    color: #ffffff;
}

body > footer div.new div table tr td {
    padding: 0 5px 0 0;
    height: 20px;
    font-size: 15px;
}

body > footer div.new div table tr td:first-of-type {
    font-weight: 700;
}

body > footer div.new div small {
    padding: 5px 10px 0 0;
    display: block;
    line-height: 15px;
    font-size: 13px;
    color: #959595;
}

body > footer div.new div p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

body > footer div.new div p b:first-of-type {
    font-size: 17px;
}

body > footer div.new div a {
    font-size: 15px;
    color: #ffffff;
}

body > footer div.new div.social {
    justify-self: center;
}

body > footer div.new div.social div span {
    position: absolute;
    top: 15px;
    left: 55px;
    font-size: 17px;
}

body > footer div.new div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

body > footer div.new div:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

body > footer div.new div:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

body > footer div.legal {
    margin: 20px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 1000px;
}

body > footer div.legal ul {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%;
}

body > footer div.legal ul li {
    list-style: none;
    margin: 0 10px;
    padding: 15px 0;
    height: 60px;
}

body > footer div.legal ul li a {
    display: block;
    height: 30px;
}

body > footer div.legal ul li a i {
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
}

body > footer div.legal ul li a span {
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    vertical-align: top;
}

body > footer div.legal p {
    padding: 0 0 35px;
    font-size: 13px;
    text-align: center;
}

body.cookieBar {
    transform: translateY(40px);
}

body.cookieBar div.cc-cookies {
    position: absolute;
    top: -40px;
}

@media screen and (max-width: 1085px) {
    body > header div.universes nav ul li a {
        font-size: 18px;
    }

    body > header div.subnav ul li a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1020px) {
    body > footer div.wrap > div.sitemap {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    body > footer div.wrap > div.sitemap ul {
        max-width: none;
        max-height: 35px;
    }

    body > footer div.wrap > div.sitemap ul.open {
        max-height: 1200px;
    }

    body > footer div.wrap > div.sitemap ul.open div.arrow {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    body > footer div.wrap > div.sitemap ul div.arrow {
        display: block;
    }

    body > footer div.wrap > div.sitemap ul:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    body > footer div.wrap > div.sitemap ul:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    body > footer div.wrap > div.sitemap ul:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    body > footer div.wrap > div.sitemap ul:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    body > footer div.wrap > div.sitemap ul:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }
}

@media screen and (max-width: 1005px) {
    main section div.listcontent article footer {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    main section div.listcontent article footer a.button {
        margin: 10px auto 0;
        display: inline-block;
    }

    main section div.listcontent article footer a.button:first-of-type, main section div.listcontent article footer a.button:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    main section div.listcontent article footer.textalign-left a.button {
        margin: 10px auto 0 0;
    }

    main section div.listcontent article footer.textalign-right a.button {
        margin: 10px 0 0 auto;
    }
}

@media screen and (max-width: 965px) {
    body > header {
        padding: 120px 0 0;
    }

    body > header div.universes, body > header div.subnav {
        display: none;
    }

    body > header div.topbar div.wrap {
        padding: 0;
    }

    body > header div.topbar div.wrap ul {
        grid-column-gap: 0;
        grid-template-columns: repeat(7, 1fr);
    }

    body > header div.topbar div.wrap ul li span {
        display: none;
    }

    body > header div.topbar div.wrap ul li#searchtoggle form {
        width: 100%;
        position: fixed;
        top: 0;
        padding: 0 7px;
        left: 0;
    }

    body > header div.topbar div.wrap ul li#searchtoggle form i {
        top: 19px;
        z-index: 1000;
        cursor: pointer;
    }

    body > header div#mobile {
        display: block;
    }

    body > header.open {
        height: 100vh;
        display: flex;
        flex-flow: column;
        padding: 0;
        position: fixed;
        z-index: 100;
        width: 100%;
        background-color: #ffffff;
        overflow-y: scroll;
        top: 0;
    }

    body > header.open div {
        position: static;
        top: auto;
    }

    body > header.open div.topbar {
        order: 2;
    }

    body > header.open div.topbar div.wrap {
        flex-flow: column;
    }

    body > header.open div.topbar div.wrap ul {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 1fr);
        -ms-grid-columns: 1fr;
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    body > header.open div.topbar div.wrap ul li {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: left;
        padding: 0 0 0 20px;
    }

    body > header.open div.topbar div.wrap ul li span {
        display: inline-block;
        padding: 0 0 0 10px;
    }

    body > header.open div.topbar div.wrap ul li#searchtoggle.open form {
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 20;
    }

    body > header.open div.topbar div.wrap ul li:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    body > header.open div.topbar div.wrap ul li:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    body > header.open div.topbar div.wrap ul li:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    body > header.open div.topbar div.wrap ul li:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    body > header.open div.topbar div.wrap ul li:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }

    body > header.open div.topbar div.wrap ul li:nth-of-type(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }

    body > header.open div.topbar div.wrap ul li:nth-of-type(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
    }

    body > header.open div#mobile {
        order: 1;
        height: auto;
        position: static;
        top: auto;
        overflow-y: scroll;
        display: table;
    }

    body > header.open div#mobile nav ul li div#menutoggler div.hamburger-wrap span.hamburger-bar:nth-child(1) {
        -moz-transform: translate3d(0, 7px, 0) rotate(45deg);
        -o-transform: translate3d(0, 7px, 0) rotate(45deg);
        -ms-transform: translate3d(0, 7px, 0) rotate(45deg);
        -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
        transform: translate3d(0, 7px, 0) rotate(45deg);
    }

    body > header.open div#mobile nav ul li div#menutoggler div.hamburger-wrap span.hamburger-bar:nth-child(2) {
        opacity: 0;
    }

    body > header.open div#mobile nav ul li div#menutoggler div.hamburger-wrap span.hamburger-bar:nth-child(3) {
        -moz-transform: translate3d(0, -7px, 0) rotate(-45deg);
        -o-transform: translate3d(0, -7px, 0) rotate(-45deg);
        -ms-transform: translate3d(0, -7px, 0) rotate(-45deg);
        -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
        transform: translate3d(0, -7px, 0) rotate(-45deg);
    }

    body > footer div.new {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 500px;
        padding: 0 10px;
    }

    body > footer div.new div.social {
        justify-self: initial;
    }

    body > footer div.new div:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    body > footer div.new div:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    body > footer div.new div:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main {
        padding: 0;
    }

    main ul.breadcrumbs {
        display: none;
    }

    main section div.linkboxes {
        max-width: 640px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
    }

    main section div.threearticles {
        grid-template-columns: 1fr 1fr;
    }

    main section div.squares {
        grid-template-columns: 1fr 1fr;
    }

    main section div.teasers {
        max-width: 660px;
    }

    main section div.news-articles {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 800px) {
    main section div.listcontent article.double > div {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 700px) {
    main section:first-of-type {
        padding: 40px 0 40px;
    }

    main.landing div.wrap ul.slidetabs {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    body > footer div.wrap > div.contact span.bar {
        visibility: hidden;
        display: block;
        height: 2px;
    }

    body > footer div.wrap > div.contact span.bar:last-of-type {
        height: 0;
    }

    body > footer div.wrap > div.contact a {
        display: block;
    }

    body > footer div.wrap > div.contact a:first-of-type {
        margin: 20px 0 0;
    }

    body > footer div.wrap > div.legal ul {
        flex-flow: column;
        text-align: center;
    }

    body > footer div.wrap > div.legal ul li {
        padding: 0;
        height: 40px;
    }

    body > footer div.wrap > div.legal ul li a {
        height: 40px;
    }

    body > footer div.wrap > div.legal ul li a span {
        line-height: 40px;
    }

    body > footer div.legal ul li {
        height: auto;
    }

    body > footer div.legal ul li a {
        height: auto;
    }

    body > footer div.legal ul li a span {
        height: auto;
    }

    main section div.listcontent article table {
        font-size: 15px;
    }

    main section div.linkboxes {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    main section div.threearticles {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    main section div.threearticles article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.threearticles article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.threearticles article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main section div.twobox {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    main section div.twobox article header {
        width: 100%;
    }

    main section div.twobox article header span.corner {
        display: none;
    }

    main section div.twobox article figure {
        display: none;
    }

    main section div.twobox article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.twobox article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.squares {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    main section div.squares article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.squares article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main section div.squares article:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    main section div.teasers {
        max-width: 330px;
    }

    main section div.news-articles {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
    }

    main section div.news-articles article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.news-articles article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.news-articles article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main section div.news-articles article:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    main section div.news-articles article:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }

    main section div.news-articles article:nth-of-type(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }

    main section div.news-articles article:nth-of-type(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
    }

    main section div.news-articles article:nth-of-type(8) {
        -ms-grid-column: 1;
        -ms-grid-row: 8;
    }

    main section div.news-articles article:nth-of-type(9) {
        -ms-grid-column: 1;
        -ms-grid-row: 9;
    }

    main section div.news-articles article:nth-of-type(10) {
        -ms-grid-column: 1;
        -ms-grid-row: 10;
    }

    main section div.news-articles article:nth-of-type(11) {
        -ms-grid-column: 1;
        -ms-grid-row: 11;
    }

    main section div.news-articles article:nth-of-type(12) {
        -ms-grid-column: 1;
        -ms-grid-row: 12;
    }

    main section div.news-articles article:nth-of-type(13) {
        -ms-grid-column: 1;
        -ms-grid-row: 13;
    }

    main section div.news-articles article:nth-of-type(14) {
        -ms-grid-column: 1;
        -ms-grid-row: 14;
    }

    main section div.news-articles article:nth-of-type(15) {
        -ms-grid-column: 1;
        -ms-grid-row: 15;
    }

    main section div.news-articles article:nth-of-type(16) {
        -ms-grid-column: 1;
        -ms-grid-row: 16;
    }

    main section div.universe-toggles ul {
        text-align: left;
    }

    main section div.universe-toggles ul li {
        line-height: 40px;
    }

    main section div.universe-toggles ul li i {
        margin: 0;
        padding: 0 0 35px;
    }

    main section div.universe-toggles ul li span {
        display: none;
    }

    main section div.universe-toggles ul li.active i {
        border-bottom: 3px solid #686868;
    }

    main section div.universe-toggles ul li:last-of-type {
        margin: 0 auto 0 10px;
        text-align: left;
    }
}

@media screen and (max-width: 440px) {
    body.hub main section div.listcontent article table#change td:nth-of-type(2),
    body.hub main section div.listcontent article table#change th:nth-of-type(2) {
        display: none;
    }

    body.hub main section div.listcontent article table#bourse td:last-of-type,
    body.hub main section div.listcontent article table#bourse th:last-of-type {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    main section div.listcontent article.double > div {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
    }

    main section div.listcontent article.double > div > div {
        border: 10px solid transparent;
    }

    main section div.listcontent article.double > div > div table tr td {
        min-width: 120px;
    }

    main section div.listcontent article.double > div > div:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.listcontent article.double > div > div:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.squares {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
    }

    main section div.squares article {
        border: 10px solid transparent;
    }

    main section div.squares article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(4) {
        -ms-grid-column: 4;
        -ms-grid-row: 1;
    }

    main section div.threearticles {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr;
    }

    main section div.threearticles article {
        border: 10px solid transparent;
    }

    main section div.threearticles article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.threearticles article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.threearticles article:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }

    main section div.twobox {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
    }

    main section div.twobox article {
        border: 10px solid transparent;
    }

    main section div.twobox article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.twobox article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.news-articles {
        /*
          display:-ms-grid;
          -ms-grid-columns: 1fr 1fr 1fr 1fr;*/
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    main section div.news-articles article {
        border: 10px solid transparent;
        box-sizing: border-box;
        width: calc(100% / 4);
        height: 392px;
        /*
            &:nth-of-type(1){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(2){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(3){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(4){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(5){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(6){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(7){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(8){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(9){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(10){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(11){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(12){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(13){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(14){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(15){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(16){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(17){
              -ms-grid-column: 1;
              -ms-grid-row: 5;
            }
            &:nth-of-type(18){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(19){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(20){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(21){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(22){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(23){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(24){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(25){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(26){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(27){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(28){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(29){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(30){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(31){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(32){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(33){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(34){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(35){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(36){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(37){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(38){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(39){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(40){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(41){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(42){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(43){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(44){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(45){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(46){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(47){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(48){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(49){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(50){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(51){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(52){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(53){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(54){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(55){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(56){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(57){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(58){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(59){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(60){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(61){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(62){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(63){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(64){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(65){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(66){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(67){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(68){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(69){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(70){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(71){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(72){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(73){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(74){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(75){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(76){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(77){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(78){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(79){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(80){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

        */
    }

    main section div.linkboxes {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
    }

    main section div.linkboxes article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        margin: 0 10px 0 0;
    }

    main section div.linkboxes article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        margin: 0 10px 0 0;
    }

    main section div.linkboxes article:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        margin: 0 10px 0 0;
    }

    main section div.linkboxes article:nth-of-type(4) {
        -ms-grid-column: 4;
        -ms-grid-row: 1;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 965px) {
    main section div.threearticles {
        -ms-grid-columns: 1fr 1fr;
    }

    main section div.threearticles:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.threearticles:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.threearticles:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.squares {
        -ms-grid-columns: 1fr 1fr;
    }

    main section div.squares article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.squares article:nth-of-type(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }

    main section div.news-articles {
        -ms-grid-columns: 1fr 1fr;
    }

    main section div.news-articles article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.news-articles article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.news-articles article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.news-articles article:nth-of-type(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    }

    main section div.news-articles article:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main section div.news-articles article:nth-of-type(6) {
        -ms-grid-column: 2;
        -ms-grid-row: 3;
    }

    main section div.news-articles article:nth-of-type(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    main section div.news-articles article:nth-of-type(8) {
        -ms-grid-column: 2;
        -ms-grid-row: 4;
    }

    main section div.news-articles article:nth-of-type(9) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }

    main section div.news-articles article:nth-of-type(10) {
        -ms-grid-column: 2;
        -ms-grid-row: 5;
    }

    main section div.news-articles article:nth-of-type(11) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }

    main section div.news-articles article:nth-of-type(12) {
        -ms-grid-column: 2;
        -ms-grid-row: 6;
    }

    main section div.news-articles article:nth-of-type(13) {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
    }

    main section div.news-articles article:nth-of-type(14) {
        -ms-grid-column: 2;
        -ms-grid-row: 7;
    }

    main section div.news-articles article:nth-of-type(15) {
        -ms-grid-column: 1;
        -ms-grid-row: 8;
    }

    main section div.news-articles article:nth-of-type(16) {
        -ms-grid-column: 2;
        -ms-grid-row: 8;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 800px) {
    main section div.listcontent article.double > div {
        -ms-grid-columns: 1fr;
    }

    main section div.listcontent article.double > div > div:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.listcontent article.double > div > div:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width: 660px) {
    main section div.linkboxes {
        -ms-grid-columns: 1fr;
    }

    main section div.threearticles {
        -ms-grid-columns: 1fr;
    }

    main section div.threearticles article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.threearticles article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.threearticles article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main section div.twobox {
        -ms-grid-columns: 1fr;
    }

    main section div.twobox article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.twobox article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.squares {
        -ms-grid-columns: 1fr;
    }

    main section div.squares article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.squares article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main section div.squares article:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    main section div.news-articles {
        -ms-grid-columns: 1fr;
    }

    main section div.news-articles article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.news-articles article:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    }

    main section div.news-articles article:nth-of-type(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    }

    main section div.news-articles article:nth-of-type(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    }

    main section div.news-articles article:nth-of-type(5) {
        -ms-grid-column: 1;
        -ms-grid-row: 5;
    }

    main section div.news-articles article:nth-of-type(6) {
        -ms-grid-column: 1;
        -ms-grid-row: 6;
    }

    main section div.news-articles article:nth-of-type(7) {
        -ms-grid-column: 1;
        -ms-grid-row: 7;
    }

    main section div.news-articles article:nth-of-type(8) {
        -ms-grid-column: 1;
        -ms-grid-row: 8;
    }

    main section div.news-articles article:nth-of-type(9) {
        -ms-grid-column: 1;
        -ms-grid-row: 9;
    }

    main section div.news-articles article:nth-of-type(10) {
        -ms-grid-column: 1;
        -ms-grid-row: 10;
    }

    main section div.news-articles article:nth-of-type(11) {
        -ms-grid-column: 1;
        -ms-grid-row: 11;
    }

    main section div.news-articles article:nth-of-type(12) {
        -ms-grid-column: 1;
        -ms-grid-row: 12;
    }

    main section div.news-articles article:nth-of-type(13) {
        -ms-grid-column: 1;
        -ms-grid-row: 13;
    }

    main section div.news-articles article:nth-of-type(14) {
        -ms-grid-column: 1;
        -ms-grid-row: 14;
    }

    main section div.news-articles article:nth-of-type(15) {
        -ms-grid-column: 1;
        -ms-grid-row: 15;
    }

    main section div.news-articles article:nth-of-type(16) {
        -ms-grid-column: 1;
        -ms-grid-row: 16;
    }
}

@supports (-ms-ime-align: auto) {
    main section div.listcontent article.double > div {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
    }

    main section div.listcontent article.double > div > div {
        border: 10px solid transparent;
    }

    main section div.listcontent article.double > div > div table tr td {
        min-width: 120px;
    }

    main section div.listcontent article.double > div > div:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.listcontent article.double > div > div:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.squares {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
    }

    main section div.squares article {
        border: 10px solid transparent;
    }

    main section div.squares article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }

    main section div.squares article:nth-of-type(4) {
        -ms-grid-column: 4;
        -ms-grid-row: 1;
    }

    main section div.threearticles {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr;
    }

    main section div.threearticles article {
        border: 10px solid transparent;
    }

    main section div.threearticles article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.threearticles article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.threearticles article:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }

    main section div.twobox {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
    }

    main section div.twobox article {
        border: 10px solid transparent;
    }

    main section div.twobox article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }

    main section div.twobox article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
    }

    main section div.news-articles {
        /*
          display:-ms-grid;
          -ms-grid-columns: 1fr 1fr 1fr 1fr;*/
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    main section div.news-articles article {
        border: 10px solid transparent;
        box-sizing: border-box;
        width: calc(100% / 4);
        height: 392px;
        /*
            &:nth-of-type(1){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(2){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(3){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(4){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(5){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(6){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(7){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(8){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(9){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(10){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(11){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(12){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(13){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(14){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(15){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(16){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(17){
              -ms-grid-column: 1;
              -ms-grid-row: 5;
            }
            &:nth-of-type(18){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(19){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(20){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(21){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(22){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(23){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(24){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(25){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(26){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(27){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(28){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(29){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(30){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(31){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(32){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(33){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(34){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(35){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(36){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(37){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(38){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(39){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(40){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(41){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(42){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(43){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(44){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(45){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(46){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(47){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(48){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(49){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(50){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(51){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(52){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(53){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(54){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(55){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(56){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(57){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(58){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(59){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(60){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(61){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(62){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(63){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(64){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

            &:nth-of-type(65){
              -ms-grid-column: 1;
              -ms-grid-row: 1;
            }
            &:nth-of-type(66){
              -ms-grid-column: 2;
              -ms-grid-row: 1;
            }
            &:nth-of-type(67){
              -ms-grid-column: 3;
              -ms-grid-row: 1;
            }
            &:nth-of-type(68){
              -ms-grid-column: 4;
              -ms-grid-row: 1;
            }
            &:nth-of-type(69){
              -ms-grid-column: 1;
              -ms-grid-row: 2;
            }
            &:nth-of-type(70){
              -ms-grid-column: 2;
              -ms-grid-row: 2;
            }
            &:nth-of-type(71){
              -ms-grid-column: 3;
              -ms-grid-row: 2;
            }
            &:nth-of-type(72){
              -ms-grid-column: 4;
              -ms-grid-row: 2;
            }
            &:nth-of-type(73){
              -ms-grid-column: 1;
              -ms-grid-row: 3;
            }
            &:nth-of-type(74){
              -ms-grid-column: 2;
              -ms-grid-row: 3;
            }
            &:nth-of-type(75){
              -ms-grid-column: 3;
              -ms-grid-row: 3;
            }
            &:nth-of-type(76){
              -ms-grid-column: 4;
              -ms-grid-row: 3;
            }
            &:nth-of-type(77){
              -ms-grid-column: 1;
              -ms-grid-row: 4;
            }
            &:nth-of-type(78){
              -ms-grid-column: 2;
              -ms-grid-row: 4;
            }
            &:nth-of-type(79){
              -ms-grid-column: 3;
              -ms-grid-row: 4;
            }
            &:nth-of-type(80){
              -ms-grid-column: 4;
              -ms-grid-row: 4;
            }

        */
    }

    main section div.linkboxes {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
    }

    main section div.linkboxes article:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        margin: 0 10px 0 0;
    }

    main section div.linkboxes article:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        margin: 0 10px 0 0;
    }

    main section div.linkboxes article:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        margin: 0 10px 0 0;
    }

    main section div.linkboxes article:nth-of-type(4) {
        -ms-grid-column: 4;
        -ms-grid-row: 1;
    }

    @media screen and (max-width: 965px) {
        main section div.threearticles {
            -ms-grid-columns: 1fr 1fr;
        }

        main section div.threearticles:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.threearticles:nth-of-type(2) {
            -ms-grid-column: 2;
            -ms-grid-row: 1;
        }

        main section div.threearticles:nth-of-type(3) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }

        main section div.squares {
            -ms-grid-columns: 1fr 1fr;
        }

        main section div.squares article:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.squares article:nth-of-type(2) {
            -ms-grid-column: 2;
            -ms-grid-row: 1;
        }

        main section div.squares article:nth-of-type(3) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }

        main section div.squares article:nth-of-type(4) {
            -ms-grid-column: 2;
            -ms-grid-row: 2;
        }

        main section div.news-articles {
            -ms-grid-columns: 1fr 1fr;
        }

        main section div.news-articles article:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.news-articles article:nth-of-type(2) {
            -ms-grid-column: 2;
            -ms-grid-row: 1;
        }

        main section div.news-articles article:nth-of-type(3) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }

        main section div.news-articles article:nth-of-type(4) {
            -ms-grid-column: 2;
            -ms-grid-row: 2;
        }

        main section div.news-articles article:nth-of-type(5) {
            -ms-grid-column: 1;
            -ms-grid-row: 3;
        }

        main section div.news-articles article:nth-of-type(6) {
            -ms-grid-column: 2;
            -ms-grid-row: 3;
        }

        main section div.news-articles article:nth-of-type(7) {
            -ms-grid-column: 1;
            -ms-grid-row: 4;
        }

        main section div.news-articles article:nth-of-type(8) {
            -ms-grid-column: 2;
            -ms-grid-row: 4;
        }

        main section div.news-articles article:nth-of-type(9) {
            -ms-grid-column: 1;
            -ms-grid-row: 5;
        }

        main section div.news-articles article:nth-of-type(10) {
            -ms-grid-column: 2;
            -ms-grid-row: 5;
        }

        main section div.news-articles article:nth-of-type(11) {
            -ms-grid-column: 1;
            -ms-grid-row: 6;
        }

        main section div.news-articles article:nth-of-type(12) {
            -ms-grid-column: 2;
            -ms-grid-row: 6;
        }

        main section div.news-articles article:nth-of-type(13) {
            -ms-grid-column: 1;
            -ms-grid-row: 7;
        }

        main section div.news-articles article:nth-of-type(14) {
            -ms-grid-column: 2;
            -ms-grid-row: 7;
        }

        main section div.news-articles article:nth-of-type(15) {
            -ms-grid-column: 1;
            -ms-grid-row: 8;
        }

        main section div.news-articles article:nth-of-type(16) {
            -ms-grid-column: 2;
            -ms-grid-row: 8;
        }
    }
    @media screen and (max-width: 800px) {
        main section div.listcontent article.double > div {
            -ms-grid-columns: 1fr;
        }

        main section div.listcontent article.double > div > div:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.listcontent article.double > div > div:nth-of-type(2) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }
    }
    @media screen and (max-width: 660px) {
        main section div.linkboxes {
            -ms-grid-columns: 1fr;
        }

        main section div.threearticles {
            -ms-grid-columns: 1fr;
        }

        main section div.threearticles article:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.threearticles article:nth-of-type(2) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }

        main section div.threearticles article:nth-of-type(3) {
            -ms-grid-column: 1;
            -ms-grid-row: 3;
        }

        main section div.twobox {
            -ms-grid-columns: 1fr;
        }

        main section div.twobox article:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.twobox article:nth-of-type(2) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }

        main section div.squares {
            -ms-grid-columns: 1fr;
        }

        main section div.squares article:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.squares article:nth-of-type(2) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }

        main section div.squares article:nth-of-type(3) {
            -ms-grid-column: 1;
            -ms-grid-row: 3;
        }

        main section div.squares article:nth-of-type(4) {
            -ms-grid-column: 1;
            -ms-grid-row: 4;
        }

        main section div.news-articles {
            -ms-grid-columns: 1fr;
        }

        main section div.news-articles article:nth-of-type(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1;
        }

        main section div.news-articles article:nth-of-type(2) {
            -ms-grid-column: 1;
            -ms-grid-row: 2;
        }

        main section div.news-articles article:nth-of-type(3) {
            -ms-grid-column: 1;
            -ms-grid-row: 3;
        }

        main section div.news-articles article:nth-of-type(4) {
            -ms-grid-column: 1;
            -ms-grid-row: 4;
        }

        main section div.news-articles article:nth-of-type(5) {
            -ms-grid-column: 1;
            -ms-grid-row: 5;
        }

        main section div.news-articles article:nth-of-type(6) {
            -ms-grid-column: 1;
            -ms-grid-row: 6;
        }

        main section div.news-articles article:nth-of-type(7) {
            -ms-grid-column: 1;
            -ms-grid-row: 7;
        }

        main section div.news-articles article:nth-of-type(8) {
            -ms-grid-column: 1;
            -ms-grid-row: 8;
        }

        main section div.news-articles article:nth-of-type(9) {
            -ms-grid-column: 1;
            -ms-grid-row: 9;
        }

        main section div.news-articles article:nth-of-type(10) {
            -ms-grid-column: 1;
            -ms-grid-row: 10;
        }

        main section div.news-articles article:nth-of-type(11) {
            -ms-grid-column: 1;
            -ms-grid-row: 11;
        }

        main section div.news-articles article:nth-of-type(12) {
            -ms-grid-column: 1;
            -ms-grid-row: 12;
        }

        main section div.news-articles article:nth-of-type(13) {
            -ms-grid-column: 1;
            -ms-grid-row: 13;
        }

        main section div.news-articles article:nth-of-type(14) {
            -ms-grid-column: 1;
            -ms-grid-row: 14;
        }

        main section div.news-articles article:nth-of-type(15) {
            -ms-grid-column: 1;
            -ms-grid-row: 15;
        }

        main section div.news-articles article:nth-of-type(16) {
            -ms-grid-column: 1;
            -ms-grid-row: 16;
        }
    }
}


.yt_box {
    position: relative;
    max-width: 720px; /* wie breit soll das Video maximal sein */
    margin: auto;
}

.yt_box:before {
    content: "";
    display: block;
    padding-top: 56%; /* 16:9 Format */
}

.yt_box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;;
    left: 0;
    right: 0;
    bottom: 0;
}

