.usp-box .thumb {
    margin: 0 auto 20px;
    width: 109px;
    height: 109px;
    border-radius: 55px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.reis-box img {
    width: 100%;
    height: 100%;
    max-height: 176px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.logboek .logboek-item .thumb {
    width: 100%;
    height: 176px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Video
----------------------------------------------*/

.video-container,
.video-container-small {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin: 20px 0;
    height: 0;
    background-position: 50% 50%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.video-container-small .play,
.video-container .play {
    background: url("../img/youtube-play.png") 0 0 no-repeat;
    width: 64px;
    height: 45px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -32px;
}

.video-container iframe,
.video-container img,
.video-container-small iframe,
.video-container-small img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*RSS feed styling, Pinterest*/
.square {
    width: 63px;
    height: 63px;
    overflow: hidden;
}

.pinThumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 63px; /* same value as thumb 1 in config file */
    height: 63px; /* same value as thumb 1 in config file */
}


.row-donation_amount label {
    padding-right: 0;
}

.row-donation_amount input[type="text"] {
    display: inline-block;
    max-width: calc(340px - 80px);
}

@media (min-width: 768px) {
    .row-donation_amount input[type="text"] {
        max-width: calc(100% - 80px);
    }
}

.row-donation_amount input[type="text"] + span {
    padding-left: 10px;
}

.page-friends-of-europa .form-reservering {
    margin-bottom: 50px;
}

@charset "UTF-8";
#cookie_div {
    position: fixed;
    display: flex;
    flex-flow: row;
    width: 100%;
    max-width: 500px;
    color: white;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 999;
}
@media (min-width: 550px) {
    #cookie_div {
        max-width: 700px;
        transition: bottom .2s;
        top: auto;
    }
}
@media (min-width: 800px) {
    #cookie_div {
        max-width: 700px;
    }
}
@media (min-width: 1000px) {
    #cookie_div {
        max-width: 700px;
    }
}
#cookie_div .cookie__left, #cookie_div .cookie__right {
    display: flex;
    align-items: center;
}
@media (min-width: 550px) {
    #cookie_div .cookie__left, #cookie_div .cookie__right {
        height: 60px;
    }
}
#cookie_div .cookie__left {
    display: block;
    background: #023d61;
    width: 100%;
    padding: 15px 20px;
}
@media (min-width: 550px) {
    #cookie_div .cookie__left {
        display: flex;
        width: calc(100% - 60px);
        padding: 0 20px;
    }
}
@media (min-width: 800px) {
    #cookie_div .cookie__left {
        padding: 0 40px;
    }
}
#cookie_div .cookie__left__text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}
@media (min-width: 550px) {
    #cookie_div .cookie__left__text {
        text-align: left;
        margin-left: 30px;
        margin-top: 0px;
    }
}
@media (min-width: 1000px) {
    #cookie_div .cookie__left__text {
        font-size: 16px;
        line-height: 20px;
        margin-left: 45px;
        line-height: 28px;
    }
}
#cookie_div .cookie__left__text a {
    display: inline-block;
    color: white;
}
#cookie_div .cookie__left__text a:after {
    content: '»';
    display: inline-block;
    margin-left: 5px;
}
#cookie_div .cookie__left__title {
    text-align: center;
    font-family: inherit;
    font-size: 20px;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}
@media (min-width: 550px) {
    #cookie_div .cookie__left__title {
        text-align: left;
        margin-bottom: 0;
        width: auto;
    }
}
@media (min-width: 800px) {
    #cookie_div .cookie__left__title {
        font-size: 24px;
    }
}
#cookie_div .cookie__right {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    justify-content: center;
    cursor: pointer;
}
@media (min-width: 550px) {
    #cookie_div .cookie__right {
        position: relative;
        top: 0;
        right: 0;
        height: 60px;
        width: 60px;
        background: #023d61;
        margin-left: 1px;
        display: block;
    }
}
#cookie_div .cookie__bar {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background: white;
    transform: rotate(-45deg);
    position: absolute;
    left: 19px;
    top: 28px;
}
#cookie_div .cookie__bar:nth-of-type(2) {
    transform: rotate(45deg);
}
@media (max-width: 549px) {
    #cookie_div .cookie__bar {
        left: 12px;
        width: 20px;
        height: 3px;
        top: 16px;
    }
}

td.price.reis-box-full:after {
    content: 'fully booked';
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    background: #D1A97E;
    padding: 2px 5px;
    color: white;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 9px;
}

.lng-nl td.price.reis-box-full:after {
    content: 'Volgeboekt';
}