.mobilemenu {
    display: none;
    overflow: hidden;
    background-color: #fff;
}

.mobilemenu .subnav {
    width: 94%;
    margin: 0 auto;
}

@media screen and (min-width: 1028px) {
    .mobilemenu {
        display: none!important;
        position: absolute;
    }
}

header ul.nav {
    display: block;
}

header ul,
header li {
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

header .nav {
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

header .nav>li {
    padding: 0;
}

header .nav>li+li {
    padding-left: 5px;
}

header .nav>li>a {
    text-transform: uppercase;
    color: #2480c3;
    display: block;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 5px #fff;
}

header .nav>li:hover>a,
header .nav>li.selected>a,
header .nav>li.pselected>a {
    border-bottom: solid 5px #2480c3;
}

header .nav>li:last-child {
    background: none;
    padding-right: 0;
}

.openMenu {
    background: #2480c3 url("/images/openmenu.png") no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 67px;
    height: 44px;
    display: none;
    cursor: pointer;
}

.subnav,
.subnav ul,
.subnav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subnav {
    margin-top: 4px;
}

.subnav li {
    overflow: hidden;
    background-color: #fff;
}

.subnav li a {
    display: block;
    color: #565858;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 0 6px 16px;
}

.subnav li.selected>a {
    background-color: #2480c3!important;
}

.subnav li.pselected>a {
    text-decoration: underline;
}

.subnav li.selected>a {
    color: #fff;
}

.subnav li>a:hover {
    background-color: #f6f8fb;
}

.subnav li:last-child {
    border-bottom: 0 none;
}

.subnav li li a {
    padding-left: 32px;
}

.subnav li li li a {
    padding-left: 42px;
}


/*main nav dropdown*/


/*-----------------------------------*/

header .nav ul,
header .nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

header .nav>li ul {
    position: absolute;
    width: 244px;
    background-color: rgba(36, 128, 195, 0.6);
    padding: 0;
    margin: 0;
}

header .nav>li ul ul {
    display: none!important;
}

header .nav>li ul li {
    width: 200px;
    margin: 0 0 0 13px;
    border-bottom: 1px solid #2480c3;
}

header .nav>li ul li:first-child {
    margin-top: 6px;
}

header .nav>li ul li:last-child {
    border-bottom: 0 none;
    margin-bottom: 12px;
}

header .nav>li ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
    padding: 8px 0;
}

header .nav>li ul li.selected a,
header .nav>li ul li a:hover {
    font-weight: bold;
}

header .nav>li ul.fallback {
    display: none;
}

header .nav>li:hover ul.fallback {
    display: block;
}

header .nav>li ul li:last-child {
    border: 0 none;
}

header .nav>li ul li.Selected a {
    font-weight: bold;
}


/*----------------------------*/


}
ul,ol {
    line-height: 1.27;
    color: #565858;
}

/**umb_name:H1 - Headline*/
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #575757;
}



/**umb_name:H2 - Smaller headline*/
h2 {
    font-family: 'Open Sans', sans-serif;
    color: #575757;
    font-size: 22px;
}

/**umb_name:P - Normal text*/
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.27;
    color: #565858;
}

#MM {
    z-index: 2000;
    background-color: #fff;
}

#MM>ul {
    display: none;
    padding: 9px 0 30px;
}

#MM ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#MM li {
    display: list-item;
}

#MM a {
    color: #5e5e5e;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    padding: 12px 50px 12px 20px;
    border-bottom: 1px solid #d9d9d9;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#MM a:hover {
    text-decoration: underline;
}

#MM .selected {}

#MM .selected>a,
#MM .pselected>a {
    background-color: #f6f8fb;
    text-decoration: underline;
}

#MM li {}

#MM ul ul {
    display: none;
}

#MM .arrow {
    position: absolute;
    right: 20px;
    top: 12px;
    height: 30px;
    width: 30px;
}

#MM .arrow div {
    background: transparent url('/images/MM_itemClosed.png') no-repeat center center;
    width: 100%;
    height: 100%;
}

#MM .open>a .arrow div {
    background-image: url('/images/MM_itemOpen.png');
}

#MM .lvl0>a .arrow div {
    background-image: url('/images/MM_itemClosed_highlighted.png')
}

#MM .lvl0.open>a .arrow div {
    background-image: url('/images/MM_itemOpen_highlighted.png')
}

#MM .open>a .arrow {}

#MM a:hover .arrow {}

#MM .lvl2.CSelected,
#MM .lvl2.selected,
#MM .lvl2.CSelected li {}

#MM .lvl0>a {
    font-weight: bold;
    text-transform: uppercase;
}

#MM .lvl1>a {
    padding-left: 30px;
    text-transform: uppercase;
}

#MM .lvl2>a {
    padding-left: 40px;
}

#MM .lvl3>a {
    padding-left: 50px;
}

#MM .lvl4>a {
    padding-left: 60px;
}

#MM .lvl5>a {
    padding-left: 70px;
}

#MM .lvl6>a {
    padding-left: 80px;
}

#MM .lvl7>a {
    padding-left: 90px;
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/css/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/css/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/css/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/css/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/css/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/css/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

header {
    position: relative;
    overflow: visible!important;
}

header .rowcontent {
    margin: 0 auto;
    height: 142px;
    overflow: visible;
    z-index: 1000;
}

a.logo {
    height: 50px;
    position: absolute;
    left: 0;
    top: 30px;
}

a.logo img {
    height: 50px;
    width: auto;
    display: block;
}

.headerlinks {
    position: absolute;
    top: 18px;
    right: 0;
}

.headerlinks a {
    display: inline-block;
    font-size: 14px;
    color: #cecbcb;
    text-transform: uppercase;
    text-decoration: none;
}

.headerlinks a+a::before {
    content: " / ";
    pointer-events: none;
    color: #cecbcb;
}

.headerlinks a:hover {
    color: #2480c3;
}

.shadow {
    width: 100%;
    top: 0;
    z-index: 100;
    height: 4px;
    background-image: url('/images/shadow.png');
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    position: absolute;
}

header ul {
    display: none;
    position: absolute;
}

.searchbox {
    position: absolute;
    bottom: 0;
    right: 0;
}

.searchbox .relative {
    height: 44px;
    width: 67px;
}

.searchbox input {
    outline: none;
    width: 0;
    position: absolute;
    right: 67px;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #2480c3;
    border-right: 0 none;
    padding: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    background-color: #e9f2f9;
    color: #5e5e5e;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.searchbox.open input {
    opacity: 1;
    padding: 0 0 0 12px;
    width: 130px;
}

.searchbox .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2480c3;
    background-image: url('/images/search.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    cursor: pointer;
}

@media screen and (max-width: 940px) {
    .openMenu {
        display: block;
    }
    .searchbox {
        right: 80px;
    }
    header .nav {
        display: none!important;
    }
}

@media screen and (max-width: 500px) {
    .headerlinks {
        top: 10px;
    }
    .headerlinks a {
        font-size: 13px;
    }
    a.logo {
        height: 35px;
        top: 22px;
    }
    a.logo img {
        height: 35px;
    }
    header .rowcontent {
        height: 80px;
    }
    .searchbox {
        display: none;
    }
    .openMenu {
        width: 46px;
        height: 34px;
    }
}
html,
body {
    margin: 0;
    padding: 0;
}

section {
    width: 100%;
    clear: both;
    overflow: hidden;
}

section,
p,
h1,
h2,
h3,
ul,
li,
table,
td,
span,
a,
ol {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
}

.relative {
    position: relative;
}

img
{
    border: 0;
}

.umbraco-forms-hidden {
    display: none
}
.row {
    clear: both;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.row.colored {
    background-color: #e9f2f9;
}

.rowcontent {
    margin: 0 auto;
    max-width: 1026px;
}

.rowcontent::after {
    content: "";
    clear: both;
    display: table;
}

.row {
    padding: 0 20px;
}

.row.hasIntroboxes,
.row.hasNewsfeed {
    padding-top: 58px;
    padding-bottom: 28px;
}

.row.hasFooter {
    padding-top: 71px;
    padding-bottom: 71px;
}

.specialcolumn.col2 section {
    clear: none;
}

.specialcolumn.col2 section:first-child {
    width: calc(75% - 11px);
    float: left;
}

.specialcolumn.col2 section:last-child {
    width: calc(25% - 11px);
    margin-right: 0;
    float: right;
}

@media screen and (min-width: 1020px) {
    .row.has-participant {
        padding-top: 90px;
    } 
}
.hasCopyright {
    background-color: #2179be;
}

.copyright {
    font-size: 12px;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}

.copyright * {
    font-size: 12px;
    color: #fff;
}
h1+.faq.title,
h1+.faq.title:first-child {}

.faq.title {
    display: block;
    clear: both;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    margin: 0;
    padding: 0 0 18px;
}

.faq.text {
    margin: 0;
    clear: both;
    display: none;
    padding-bottom: 25px;
    overflow: hidden;
}
.hasFooter {
    background-color: #2480c3;
}

.footer p,
.footer a {
    color: #dfe9f4;
    font-size: 15px;
    line-height: 1.33;
}

.footer h1 {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.footer .link-facebook {
    background-image: url(/images/social_facebook.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    display: block;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.linkColumn a {
    display: block;
    clear: both;
}

@media screen and (min-width: 650px) {
    .footer div.col {
        width: 50%;
        float: left;
    }
}
body {}

.introboxes {}

.boxes {
    overflow: hidden;
}

.boxes>.item {
    margin-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.boxes>.item .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 135px;
}

.boxes>.item .img span {
    cursor: default;
    color: #fff;
    font-weight: bold;
    background-color: #f6a600;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding: 0 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 0;
    min-width: 133px;
    text-transform: uppercase;
}

.boxes>.item:nth-child(1) .img span {
    background-color: #934a95;
}

.boxes>.item:nth-child(2) .img span {
    background-color: #e21055;
}

.boxes>.item:nth-child(3) .img span {}

.boxes>.item h1 {
    font-size: 20px;
    color: #575757;
    margin: 12px 0 6px;
}

.boxes>.item .text {
    font-size: 15px;
    line-height: 1.2;
    color: #5e5e5e;
}

.boxes>.item>a.overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.boxes>.item>a:last-child {
    font-size: 14px;
    color: #5e5e5e;
}

.introboxes.col2 .item {
    width: calc((100% - 22px) / 2);
    float: left;
}

.introboxes.col2 .item:nth-child(2n+1) {
    clear: left;
    margin-right: 22px;
}

.introboxes.col3 .item {
    width: calc((100% - (22px * 2)) / 3);
    margin-right: 22px;
    float: left;
    clear: none;
}

.introboxes.col3 .item:nth-child(3n+3) {
    margin-right: 0;
}

.introboxes.col4 .item {
    width: calc((100% - (22px * 3)) / 4);
    float: left;
    margin-right: 22px;
    clear: none;
}

.introboxes.col4 .item:nth-child(4n+4) {
    margin-right: 0;
}
.links {
    padding-bottom: 30px;
}

.links h1 {
    font-size: 17px;
    line-height: 40px;
    height: 40px;
    background-color: #79b72b;
    color: #f6f8fb;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.links a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
    color: #5e5e5e;
    font-weight: 600;
}

.links a {
    background-color: #f6f8fb;
    background-image: url('/images/links_arrow.svg');
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 17px;
    margin-bottom: 2px;
    padding: 11px 39px 11px 20px;
    transition: all .25s ease-in-out;
}

.links a:hover {
    background-color: #e9f2f9;
    background-position: calc(100% - 15px) center;
}
.hasNewsfeed .rowcontent>h1 {
    text-align: center;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 41px;
    margin-top: 5px;
}

.newsfeed.col2 .item {
    width: calc((100% - 22px) / 2);
    float: left;
}

.newsfeed.col2 .item:nth-child(2n+1) {
    clear: left;
    margin-right: 22px;
}

.newsfeed.col4 .item {
    width: calc((100% - (22px * 3)) / 4);
    float: left;
    margin-right: 22px;
    clear: none;
}

.newsfeed.col4 .item:nth-child(4n+4) {
    margin-right: 0;
}
.slider {
    position: relative;
    height: 430px;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
}

.slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.slides li {
    margin: 0;
    padding: 0;
}

.slider .slides li {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slides li iframe, .slides li .sucd-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slides .readMore {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.slider .leftArrow,
.slider .rightArrow {
    background: rgba(255, 255, 255, 0.5) url("/images/slider_left.png") no-repeat center center;
    left: 0;
    top: 46%;
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 1;
    margin: 10px;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.slider .rightArrow {
    background-image: url("/images/slider_right.png");
    left: auto;
    right: 0;
}

.slider .leftArrow:hover,
.slider .rightArrow:hover {
    background-color: #2480c3;
}

.slider .progress {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    display: inline-block;
}

.slider .progress li {
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 7px;
    border: solid 1px #2480c3;
    height: 7px;
    float: left;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slider .progress .selected {
    background-color: #2480c3;
}

.slider iframe.video {
    border: 0 none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider li.playing .playbtn {
    display: none;
}

.slider .playbtn {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background-image: url('/images/play.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.slides li .text {
    background-color: #2480c3;
    background-color: rgba(36, 128, 195, 0.8);
    max-width: 500px;
    width: 90%;
    position: absolute;
    bottom: 26px;
    left: 0;
    opacity: 1;
    transition: all .4s ease-in-out;
    box-sizing: border-box;
}

.slider li.playing .text {
    opacity: 0;
}

.slides li .text:hover {
    background-color: #3793d6;
}

.slides li .text .relative {
    padding: 15px 40px 15px 15px;
    background-image: url('/images/slider_arrow_readmore_white.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 9px) calc(100% - 17px);
    background-size: 23px;
}

.slides li .text h1,
.slides li .text h2 {
    color: #f7f5f2;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    font-weight: 600;
    display: block;
    clear: both;
}

.slides li .text h1 {
    font-size: 27px;
}

.slides li .text h2 {
    font-size: 17px;
}

.slides li .text .action {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1020px) {
    .row.hasSlider {
        padding: 0;
    }
}

@media screen and (min-width: 1020px) {
    .row.hasSlider {
        padding: 0 20px;
    }
    .slider {
        width: calc(75% - 11px);
        float: left;
        clear: none;
    }
    .subscribe {
        width: calc(25% - 11px);
        margin-right: 0;
        float: right;
        clear: none;
    }
}

@media screen and (max-width: 460px) {
    .slider .leftArrow,
    .slider .rightArrow {
        top: 30%;
    }
    .slides li .text {
        width: 95%;
        bottom: 0;
    }
    .slides li .text h1 {
        font-size: 20px;
    }
    .slides li .text h2 {
        font-size: 15px;
    }
    .slider {
        height: 300px;
    }
    .slider .progress {
        bottom: -15px;
    }
}
.subscribe fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.subscribe {
    box-sizing: border-box;
    background-color: #f6f8fb;
    padding: 20px 20px 7px 20px;
}

.subscribe .span12 {
    overflow: hidden;
}

.subscribe h4 {
    color: #2480c3;
    font-size: 25px;
    line-height: 1.2;
    margin: 3px 0 12px 0;
}

.subscribe p {
    color: #5e5e5e;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.subscribe label {
    color: #747474;
    font-size: 14px;
    clear: both;
    display: block;
    margin-bottom: 4px;
}

.subscribe input {
    width: 100%;
    border: 1px solid #e6eaf0;
    border-radius: 2px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 0 0 12px;
    margin: 0 0 7px 0;
    display: block;
}

.subscribe .btn {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 17px;
    text-transform: uppercase;
    color: #f6f8fb;
    background-color: #2480c3;
    height: 33px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}

.col1>.subscribe {
    padding-left: 20px;
    padding-right: 20px;
}

.subscribe #b203267e-8392-46a5-8252-f2df5a43901d {
    overflow: hidden;
}

@media screen and (min-width: 550px) and (max-width: 1019px) {
    .frontpage-type .subscribe #b203267e-8392-46a5-8252-f2df5a43901d .contourField {
        width: calc((100% - (22px * 2)) / 3);
        float: left;
        margin-right: 22px;
    }
    .frontpage-type .subscribe #b203267e-8392-46a5-8252-f2df5a43901d .contourField:last-of-type {
        margin-right: 0;
    }
    .frontpage-type .subscribe .btn {
        width: calc((100% - (22px * 2)) / 3);
        float: left;
    }
}

@media screen and (max-width: 550px) {
    .frontpage-type .subscribe #b203267e-8392-46a5-8252-f2df5a43901d,
    .subscribe .btn {
        max-width: 245px;
    }
}

@media screen and (min-width: 550px) and (max-width: 750px) {
    .textpage-type .subscribe #b203267e-8392-46a5-8252-f2df5a43901d .contourField {
        width: calc((100% - (22px * 2)) / 3);
        float: left;
        margin-right: 22px;
    }
    .textpage-type .subscribe #b203267e-8392-46a5-8252-f2df5a43901d .contourField:last-of-type {
        margin-right: 0;
    }
    .textpage-type .subscribe .btn {
        width: calc((100% - (22px * 2)) / 3);
        float: left;
    }
}

@media screen and (max-width: 550px) {
    .textpage-type .subscribe #b203267e-8392-46a5-8252-f2df5a43901d,
    .subscribe .btn {
        max-width: 245px;
    }
}
.subpage .colLeft {
    width: 230px;
    float: left;
}

.subpage .colText {
    width: calc(100% - (230px + 240px + (25px *2)));
    max-width: 506px;
    margin-left: 25px;
    float: left;
    margin-bottom: 30px;
}

.subpage .colRight {
    width: 240px;
    float: right;
}

.subpage .rowcontent {
    padding-top: 50px;
    padding-bottom: 30px;
}

.pageImage {
    width: calc(100% - (230px + 240px + (25px *2)));
    padding-left: 255px;
    max-width: 506px;
    display: block;
    height: auto;
}

.topbanner {
    max-height: 333px;
    height: 31vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topbanner.onlyPageImage {
    height: initial;
    background-color: #e9f2f9;
}

.topbanner.onlyPageImage .inner {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1026px;
    padding: 0 20px;
}

.textcontent .date {
    margin-top: 8px;
    color: #4A4A4A;
    font-size: 12px;
}

.date+h1 {
    margin-top: 3px;
}

@media screen and (max-width: 1000px) {
    .pageImage {
        padding-left: 0;
        width: calc(100% - (240px + (25px)));
    }
}

@media screen and (max-width: 750px) {
    .pageImage {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    .topbanner.onlyPageImage .inner {
        padding: 0;
    }
}

.subpage .colRight .subscribe {
    position: absolute;
    width: 240px;
    top: 0;
    transition: all .3s ease-in-out;
    opacity: 1;
}

.textcontent {
    overflow: hidden;
}

.textcontent a {
    color: #2480c3;
}

.textcontent *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.colLeft>h1 {
    display: block;
    font-size: 18px;
    color: #2480c3;
    margin: 6px 0 0 0;
    font-weight: 600;
    padding-left: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.newslisting {
    margin-bottom: 20px;
}

.newslisting a {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    color: #0082C5;
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #E0E0E0;
    padding: 10px 0;
}

.newslisting a span {
    font-weight: normal;
    display: block;
    color: #4A4A4A;
    font-size: 12px;
}

.newslisting a:hover {
    text-decoration: underline;
}

.newslisting a:last-child {
    border-bottom: 0;
}

@media screen and (max-width: 1000px) {
    .subpage .colText {
        width: calc(100% - (240px + (25px)));
        margin-left: 0;
    }
    .subpage .colLeft {
        position: absolute;
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .subpage .colText,
    .subpage .colRight {
        width: initial;
        float: none;
    }
    .subpage .colRight .subscribe {
        position: relative;
        width: initial;
        float: none;
        margin-bottom: 25px;
    }
}
.c-404-not-found {
  margin: 0 auto;
  max-width: 712px;
  margin-top: 100px;
  padding: 0 32px;

  min-height: calc(100vh - 824px);
}

.c-search-result
{
	max-width: 1192px;
	padding: 32px;
	margin: 0 auto;

	padding-left: 32px;
	padding-right: 32px;

	.header-part{
		max-width: 1192px;
		margin: 0 auto;

		& h2{
			font-size: 48px;
			line-height: 64px;
			font-weight: 400;
			margin-bottom: 12px;
	
			& span{
				font-weight: 400;
			}

			.bolded{
				font-weight: 800;
			}
		}
	}

	.result-list{
		padding-top: 64px;
	}

	.search-result-block{
		display: block;
		color: #000;
		text-decoration: none;
		margin-bottom: 32px;
		margin-top: 32px;
	}

	.url{
		text-decoration: underline;
		font-size: 18px;
		color: #2480c3;
	}

	.title{
		font-weight: 700;
		font-size: 22px;

		& mark{
			font-weight: 800;
		}
	}

	.description{
		font-size: 18px;
	}

	& mark{
		font-weight: 800;
		background-color: transparent;
		color: #2480c3;
	}

	@media screen and (max-width: 640px) {
		& h2{
			font-size: 44px;
		}
	}
}
.fb-share-button
{
    background: #1877f2;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 11px 0 8px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 10px 0 30px;
    position: relative;
    -webkit-user-select: none;
    white-space: nowrap;
    text-decoration: none;
}
.link-box
{
    margin: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 23px;
    background-color: #2480C3;
    color: #F6F8FB;
    text-align: center;
    box-sizing: border-box;
}

.link-box div
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.link-box a
{
    font-size: 17px;
    font-weight: 600;
    display: block;
    background-color: #E9F2F9;
    color: #2480C3;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.link-box a:not(:hover)
{
    text-decoration: none;
}

@media screen and (min-width: 1020px) {
    .link-box
    {
        margin: 24px 0 -64px;
        width: calc(25% - 11px);
        margin-right: 0;
        float: right;
        clear: none;
    }
}
@import '../../../Css/_all.scss';

.pagination
{
	list-style: none;
	padding: 30px 0;
	margin: 0;
	overflow: hidden;
	font-size: 16px;
	color: #202020;
	text-transform: uppercase;
	text-align: center;

	li
	{
		display: block;
		background-color: rgba(32, 32, 32, 0.05);
		margin: 0 1px 1px 0;
		float: left;

		&:hover
		{
			opacity: 0.8;
		}

		&.selected
		{
			font-weight: bold;
			color: #fff;
			background-color: #2480c3;
		}
	}

	a
	{
		display: block;
		text-decoration: none;
		color: inherit;
		min-width: 20px;
		padding: 0 10px;
		line-height: 40px;
		cursor: pointer;
	}
}
.participantCount
{
    background-color: #D6E8F4;
    box-sizing: border-box;
    padding: 10px;
    margin: 24px 0 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2480C3;
    display: flex;
    align-items: center;
}

.participantCount > div
{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.participantCount .text > div
{
    max-width: 240px;
    float: right;
}

.participantCount .count
{
    float: right;
    font-size: 60px;
    line-height: 80px;
    text-align: left;
}

@media screen and (min-width: 500px) {
    .participantCount
    {
        font-size: 20px;
    }

    .participantCount .count
    {
        font-size: 90px;
        line-height: 112px;
    }
}

@media screen and (min-width: 1020px) {
    .participantCount
    {
        width: calc(75% - 11px);
        float: left;
        margin-bottom: -64px; 
    }
}