	/*.portal-slider, .portal-top {*/
    /*max-width: 1920px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/
.portal-slider.slick-initialized .portal-slider__item + .portal-slider__item {
    display: block;
}
.portal-slider__item {
    position: relative;
}
.portal-slider__claim {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
}
.portal-slider h1 {
    font-size: 50px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.portal-slider__claim h2 {
    position: relative;
    z-index: 1;
}
.portal-slider__claim:after, .portal-slider__location:after {
    content: '';
    position: absolute;
    left: 30%;
    top: -15%;
    bottom: 15%;
    right: 30%;
    opacity: 0.25;
    border-radius: 100%;
    z-index: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 71%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(71%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 71%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}
.portal-slider .slick-next:before, .portal-slider .slick-prev:before {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px){
    .portal-slider h1 {
        font-size: 70px;
        margin-left: auto;
        margin-right: auto;
        max-width: 55%;
    }
    .portal-slider h2 {
        font-family: 'RobotoBold', 'RobotoBold-latin-ext', 'RobotoBold-cyrillic', sans-serif;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .portal-slider__btn {
        border-radius: 100%;
        width: 70px;
        height: 70px;
        background: #83b81a;
        box-shadow: 0 0 0 5px #fff;
        position: relative;
        margin-top: 10px;
        cursor: pointer;
        z-index: 1;
    }
    .portal-slider__btn .icon {
        font-size: 39px;
        position: relative;
        top: 50%;
        margin-top: -15px;
    }
    .portal-top {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100%;
    }
    .portal-slider__location {
        position: absolute;
        bottom: 30px;
        right: 34px;
    }
    .portal-slider__location:after {
        left: -20px;
        right: -20px;
        top: -10px;
        bottom: -10px;
        opacity: 0.15;
    }
    .portal-slider__location a {
        position: relative;
        z-index: 1;
    }
    .portal-slider .slick-next, .portal-slider .slick-prev {
        font-size: 70px;
        margin-top: -35px;
    }
    .portal-slider .slick-prev {
        left: 35px;
    }
    .portal-slider .slick-next {
        right: 35px;
    }
    .slick-dots {
        display: none !important;
    }
}
@media screen and (min-width: 1200px){
    .portal-slider h1 {
        font-size: 95px;
        line-height: 95px;
        max-width: 55%;
    }
    .portal-slider h2 {
        margin-bottom: 20px;
    }
    .portal-slider__btn {
        margin-top: 30px;
    }
}
@media screen and (min-width: 1300px){
    .portal-slider h1 {
        font-size: 120px;
        line-height: 120px;
    }
}
/*Backgrounds*/
.bg-primary {
    background-color: #00a4d0;
}
a.bg-primary:hover {
    background-color: #006390;
    color: #fff;
}
.bg-primary-dark {
    background-color: #0083a6;
}
.bg-secondary {
    background-color: #00405e;
}
.bg-grey {
   background-color: #eeeff2;
}
.bg-grey-light {
    background-color: #f0f2f5;
}
.bg-blue {
    background-color: #006390;
}
.bg-green {
    background-color: #83b81a;
}

.bg-gradient-blueyellow {
    background: #cbd300;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiZDMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE0ZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #cbd300 0%, #00a4d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbd300), color-stop(100%,#00a4d0));
    background: -webkit-linear-gradient(top,  #cbd300 0%,#00a4d0 100%);
    background: -o-linear-gradient(top,  #cbd300 0%,#00a4d0 100%);
    background: -ms-linear-gradient(top,  #cbd300 0%,#00a4d0 100%);
    background: linear-gradient(to bottom,  #cbd300 0%,#00a4d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd300', endColorstr='#00a4d0',GradientType=0 );
}
.bg-gradient-blue {
    background: #004f73;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGY3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE0ZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #004f73 0%, #00a4d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f73), color-stop(100%,#00a4d0));
    background: -webkit-linear-gradient(top,  #004f73 0%,#00a4d0 100%);
    background: -o-linear-gradient(top,  #004f73 0%,#00a4d0 100%);
    background: -ms-linear-gradient(top,  #004f73 0%,#00a4d0 100%);
    background: linear-gradient(to bottom,  #004f73 0%,#00a4d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f73', endColorstr='#00a4d0',GradientType=0 );
}

.bg-white {
    background: #fff;
}

/*Colors*/
.text-primary { color: #00a4d0; }
.text-primary-dark { color: #0082a4; }
.text-secondary { color: #013e59; }
.text-blue { color: #006390; }
.text-blue-light { color: #006b87; }
.text-white { color: #fff; }
.text-grey { color: #86898d; }
.text-grey-light { color: #ced2d9; }
.text-yellow { color: #ffaa00; }
.text-green { color: #82b80d; }
.text-red { color: #d51f0c; }
.text-black { color: #000; }


.font-soho{
    font-family: 'SohoPro', sans-serif;
}

.italic { font-style: italic; }
.d-ib { display: inline-block; }
.d-b { display: block; }

.text-middle { vertical-align: middle; }

@media screen and (min-width: 992px) {
    .text-right-md {
        text-align: right;
    }
}

.isClickable {
    cursor: pointer;
}
.icon-rotate-25 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    display: inline-block;
}

/*Margins*/
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px!important; }

.mb5  { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr30 { margin-right: 30px; }
.mr50 { margin-right: 50px; }

.ml15 { margin-left: 15px; }


.mb30 { margin-bottom: 20px; }
.mb60 { margin-bottom: 30px; }
.mb90 { margin-bottom: 60px; }
.mt60 { margin-top: 30px; }
.mt90 { margin-top: 60px; }
@media screen and (min-width: 768px){
    .mb30 { margin-bottom: 30px; }
    .mb60 { margin-bottom: 60px; }
    .mb90 { margin-bottom: 90px; }
    .mt60 { margin-top: 60px; }
    .mt90 { margin-top: 90px; }
}

@media screen and (max-width: 767px){
    .mb10-xs{
        margin-bottom: 10px;
    }
}

/*Paddings*/
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pt20 { padding-top: 20px; }


/*Embed Responsive*/
.embed-responsive { width: 100%; }
.embed-responsive.embed-responsive-portal-slider {
    padding-top: calc(11/16*100%);
}
.embed-responsive.embed-responsive-1by1 {
    padding-top: 100%;
}
.embed-responsive.embed-responsive-9by6 {
    padding-top: calc(6/9*100%);
}
.embed-responsive.embed-responsive-9by8{
    padding-top: calc(8/9*100%);
}
.embed-responsive.embed-responsive-14by5{
    padding-top: calc(5/14.5*100%);
}
.embed-responsive.embed-responsive-14by7{
    padding-top: calc(7/14.24*100%);
}
.embed-responsive.embed-responsive-16by3 {
    padding-top: calc(3/16.01*100%);
}
.embed-responsive.embed-responsive-9by5 {
    padding-top: calc(5/9*100%);
}
.embed-responsive.embed-responsive-9by4 {
    padding-top: calc(4/9*100%);
}
.embed-responsive.embed-responsive-29by14 {
    padding-top: calc(14/29*100%);
}
.embed-responsive.embed-responsive-gallery-highlights{
    height: auto;
}
.embed-responsive.embed-responsive-2by1 {
    padding-top: calc(1/2*100%);
}
.embed-responsive.embed-responsive-21by3 {
    padding-top: calc(3.5/21.5*100%);
}
.embed-responsive.embed-responsive-25by12 {
    padding-top: calc(12/24.5*100%);
}
.embed-responsive.embed-responsive-27by16 {
    padding-top: calc(16/27*100%);
}
@media screen and (min-width: 768px){
    .embed-responsive.embed-responsive-portal-slider {
        padding-top: 44%;
    }
    .embed-responsive.embed-responsive-gallery-highlights{
        padding-top: 105.1%;
    }
}
@media screen and (max-width: 767px){
    .embed-responsive-change.embed-responsive-1by1,
    .embed-responsive-change.embed-responsive-14by7,
    .embed-responsive-change.embed-responsive-29by14,
    .embed-responsive-change.embed-responsive-21by3,
    .embed-responsive-change.embed-responsive-21by3 {
        padding-top: calc(1/2*100%);
    }
    .embed-responsive-change.embed-responsive-16by3 {
        padding-top: calc(6/7*100%);
    }
    .embed-responsive-change--header-img.embed-responsive-16by3{
        padding-top: calc(3 / 8 * 100%);
    }
    .embed-responsive.embed-responsive-gallery-highlights .embed-responsive-item {
        position: relative;
    }
    .gallery__border .embed-responsive-change.embed-responsive-4by3 {
        padding-bottom: 30%;
    }
}

.embed-responsive.embed-responsive-content-video {
    padding-top:57.85714285714286%;
}
.embed-responsive.embed-responsive-hero-img {
    padding-top:68.75%;
}
@media screen and (min-width: 768px){
    .embed-responsive.embed-responsive-hero-img {
        padding-top:46.52777777777778%;
    }
}
.embed-responsive.embed-responsive-hero-img-md {
    padding-top:75%;
}
@media screen and (min-width: 768px){
    .embed-responsive.embed-responsive-hero-img-md {
        padding-top:34.07142857142857%;
    }
}
.embed-responsive.embed-responsive-hero-video {
    padding-top:51.07142857142857%;
}

.embed-responsive.embed-responsive-img-teaser-half,
.embed-responsive.embed-responsive-img-teaser,
.embed-responsive.embed-responsive-img-teaser-lg {
    padding-top:68.02325581395349%;
}
@media screen and (min-width: 768px) {
    .embed-responsive.embed-responsive-img-teaser-half {
        padding-top:34%;
    }
    .embed-responsive.embed-responsive-img-teaser {
        padding-top:58.65184155663655%;
    }
    .embed-responsive.embed-responsive-img-teaser-lg {
        padding-top:50.71428571428571%;
    }
}

.embed-responsive.embed-responsive-content-img {
    padding-top:63.15789473684211%;
}

/*Row gutters*/
.row--gutter-with-10 {
    margin-right: -5px;
    margin-left: -5px;
}
.row--gutter-with-10>.col {
    padding-left: 0px;
    padding-right: 0px;
}
.row--gutter-with-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.row--gutter-with-20>.col {
    padding-left: 10px;
    padding-right: 10px;
}
.moodboard .col>.row--gutter-with-10 .col {
    padding-bottom: 10px;
    padding-top: 10px;
}
.row--gutter-with-1 {
    margin-left: -.25px;
    margin-right: -.25px;
}
.row--gutter-with-1>.col {
    padding-left: .5px;
    padding-right: .5px;
}
.webcams .col>.row--gutter-with-1>.col {
    padding-bottom: .5px;
    padding-top: .5px;
}
.row--gutter-with-2 {
    margin-left: -1px;
    margin-right: -1px;
}
.row--gutter-with-2>.col {
    padding-left: 1px;
    padding-right: 1px;
}
.row--gutter-with-0 {
    margin-left: 0;
    margin-right: 0;
}
.row--gutter-with-0>.col {
    padding-left: 0;
    padding-right: 0;
}
.row.width-100 {
    width: 100%;
}

/*Center cols*/
.row--inline-block {
    font-size: 0;
    text-align: center;
}
.row--inline-block>.col {
    display: inline-block;
    float: none;
    font-size: 1rem;
    vertical-align: middle;
    text-align: left;
}
.row--inline-block--bottom>.col {
    vertical-align: bottom;
}

/*vertical gutter*/
.row--vertical-gutter-20 > .col {
    margin-top: 20px;
}
@media screen and (max-width: 767px){
    .row--vertical-gutter-20 > .col {
        margin-top: 15px;
    }
}

/*btn group with 1px padding*/
.btn-group-with-1>.btn {
    margin-right: 1px;
}
.btn-group-with-1>.btn:last-child {
    margin-right: 0;
}

.collapse__more {
    display: none;
}
.collapsed>.collapse__less {
    display: none;
}
.collapsed>.collapse__more {
    display: block;
}

/*Arrange*/
.arrange-xs {
    display: table;
    min-width: 100%;
    table-layout: auto;
}
.arrange__item-xs {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.arrange__item--bottom-xs {
    vertical-align: bottom;
}
.arrange__item--top-xs {
    vertical-align: top;
}

@media screen and (min-width: 768px){
    .arrange {
        display: table;
        min-width: 100%;
        table-layout: auto;
    }
    .arrange__item {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .arrange__item--bottom {
        vertical-align: bottom;
    }
    .arrange__item--top {
        vertical-align: top;
    }
    .row--same-height__item {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
    }
    /*
     * the .row--same-height selector has to be after
     * .row--same-height__item to increase the specificity
     * in case of chaining the two selectors
     * (which is needed for nested rows)
     */
    .row--same-height {
        display: flex;
        flex-direction: row;
        /*align-items: stretch;*/
        /*justify-content: space-between;*/
        /*overflow: hidden;*/
    }
    .row--same-height:before,
    .row--same-height:after {
        display: none;
    }
    .row--same-height > .col {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .row--same-height__item--fixed-height {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: auto;
    }
    .row--same-height__item__variable-height {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0;
    }
    .row--same-height--center {
        justify-content: center;
    }
}

@media screen and (max-width: 767px){

    .row--same-height__item-xs {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
    }
    /*
     * the .row--same-height selector has to be after
     * .row--same-height__item to increase the specificity
     * in case of chaining the two selectors
     * (which is needed for nested rows)
     */
    .row--same-height-xs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /*align-items: stretch;*/
        /*justify-content: space-between;*/
        /*overflow: hidden;*/
    }
    .row--same-height-xs:before,
    .row--same-height-xs:after {
        display: none;
    }
    .row--same-height-xs > .col {
        display: flex;
        flex-direction: column;
        height: auto;
    }
}

/*Divider*/
.divider {
    border-bottom: 1px solid #ced2d9;
    margin: 15px 0 20px 0;
}
/*top event badge*/
.top-event-badge {
    padding: 10px 22px;
    font-size: 16px;
}
/*dropdown*/
.dropdown-menu {
    border-radius: 0;
    border: 0;
    background-color: #FAFBFB;
    min-width: 230px;
    box-shadow: 0 4px 10px rgba(0,0,0,.175);
}

input.form-control.childageinput {
    width: 21%;
    float: left;
    margin-right: 5%;
}

input.form-control.childageinput.last {
    margin-right: 0;
}

label.childrenages{
    display: block;
}

.static-point{
    position: absolute;
    bottom: 17px;
    right: 15px;
}

/*cookie police*/
#pc-cookie-notice#pc-cookie-notice {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #83b81a;
}
#pc-cookie-notice#pc-cookie-notice #pc-button button {
    color: #00A4D0;
    background: #FFFFFF;
    border: 1px solid #FFF;
}

.cse-link{
    display: block;
    margin-bottom: 10px;
}
.moodboard__item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 35px 10px 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 );
    z-index: 1;
}
.moodboard__item-text__link {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.moodboard__item.isClickable .moodboard__item-text__link > a {
    pointer-events: none; /* avoids opening 2 tabs if target _blank */
}
.moodboard__item-headline {
    font-size: 22px;
}
.moodboard__item {
    cursor: pointer;
}
.moodboard__item.no-link {
    cursor: default;
}
.moodboard__item-icon {
    font-size: 80px;
}
.special-mark {
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 10px;
}
.special-mark.special-mark.top-event {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 7px 30px;
}
.moodboard__item:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1f4098;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTRkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmQzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #1f4098 0%, #41ad49 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1f4098), color-stop(100%,#41ad49));
    background: -webkit-linear-gradient(left,  #1f4098 0%,#41ad49 100%);
    background: -o-linear-gradient(left,  #1f4098 0%,#41ad49 100%);
    background: -ms-linear-gradient(left,  #1f4098 0%,#41ad49 100%);
    background: linear-gradient(to right, #1f4098 0%, #41ad49 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4098', endColorstr='#41ad49',GradientType=1 );
    opacity: 0;
    transition: 250ms ease-in-out;
}
.moodboard__item:hover:after {
    opacity: 0.4;
}
.moodboard__item.no-link:after {
    content: none;
}
.moodboard__item__arrange {
    height: 100%;
}
.moodboard__item--video:before {
    content: "\E051";
    font-size: 60px;
    width: 62px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    position: absolute;
    font-family: iconfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    color: #fff;
    z-index: 5;
    opacity: 0.7;
}
@media screen and (min-width: 768px){
    .moodboard__item-text{
        padding: 30px 45px 15px 15px;
    }
    .moodboard__item-text__link {
        position: absolute;
        right: 15px;
        bottom: 20px;
    }
    .moodboard__item-icon {
        font-size: 100px;
    }
    /*Large Moodboard Item*/
    .moodboard__item--lg .moodboard__item-headline{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 5px;
    }
    /*Medium Moodboard Item*/
    .moodboard__item--md .moodboard__item-headline {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    /*Small Moodboard Item*/
    .moodboard__item--sm .moodboard__item-headline {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 992px) and (min-width: 768px){
    .moodboard__item--sm .moodboard__item-headline {
        font-size: 20px;
        line-height: 22px;
    }
    .moodboard__item--lg .moodboard__item-headline {
        font-size: 45px;
        line-height: 46px;
    }
    .moodboard__item--md .moodboard__item-headline {
        font-size: 26px;
        line-height: 27px;
    }
}
@media screen and (min-width: 1200px){
    .moodboard__item-icon {
        font-size: 120px;
    }
}

.lightbox-download{
    background: #83b81a;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.lightbox-download:hover{
    color: #ffffff;
    border-radius: 5px;
}