@charset "UTF-8";
@font-face {
    font-family: OfficinaSerif;
    src: url(../fonts/officinaserif-bold.eot);
    src: url(../fonts/officinaserif-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/officinaserif-bold.woff2) format("woff2"), url(../fonts/officinaserif-bold.woff) format("woff"),
        url(../fonts/officinaserif-bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: Lato, sans-serif;
    position: relative;
}
body,
html {
    height: 100%;
    margin: 0;
}
* {
    margin: 0;
}
body,
html {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: OfficinaSerif;
    font-weight: 400;
}
.container {
    position: relative;
}
.header {
    position: fixed;
    background-color: transparent;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header .logo {
    float: left;
    margin-left: -80px;
}
.header .logo a {
    display: block;
}
.header .logo svg {
    height: 147px;
    width: 346px;
    margin-top: 0;
    margin-bottom: 0;
}
.header .trigger {
    float: right;
    font-size: 25px;
    color: #fff;
    line-height: 10px;
    cursor: pointer;
    position: relative;
    height: 65px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.header .trigger:before {
    content: "";
    height: 88px;
    width: 98px;
    border-radius: 100%;
    background-color: #0b4b88;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: -1;
}
.header .trigger:hover {
    color: #88cbc9;
}
#filter {
    position: relative;
    height: 82px;
    margin-top: -82px;
}
.no-transparant {
    background-color: #fff;
}
.nav {
    background-color: #0b4b88;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    width: 100%;
}
.nav .close {
    color: #fff;
    font-size: 30px;
    float: right;
    opacity: 1;
    margin-top: 24px;
    margin-right: 18px;
    text-shadow: none;
}
.nav .close:hover {
    color: #88cbc9;
}
.nav ul {
    margin-top: 18px;
    margin-bottom: 14px;
    padding-left: 0;
    float: left;
}
.nav ul li {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 18px;
}
.nav ul li a {
    padding-bottom: 5px;
    margin-right: 30px;
    margin-left: 30px;
    color: #fff;
    text-decoration: none;
}
.nav ul li a:first-child {
    margin-left: 0;
    font-size: 15px;
}
.nav ul .active a,
.nav ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
#socialside {
    position: fixed;
    left: 0;
    top: 200px;
    height: 82px;
    width: 40px;
    z-index: 9999;
}
#socialside ul {
    padding: 0;
    margin: 0;
}
#socialside ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #00f;
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
#socialside ul li a.facebook {
    background-color: #3b5998;
}
#socialside ul li a.facebook:hover {
    background-color: #fff;
    color: #3b5998;
}
#socialside ul li a.twitter {
    background-color: #00b6f1;
}
#socialside ul li a.twitter:hover {
    background-color: #fff;
    color: #00b6f1;
}
.banner .container {
    display: flex;
}
#home section:first-child .banner .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 85px;
}
section .actie {
    height: 350px;
    background-color: #0b4b88;
    background-position: 50%;
    background-size: cover;
    position: relative;
}
section .actie:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.5));
}
section .actie .container {
    position: relative;
    height: 100%;
}
section .actie .container .detail {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    display: block;
    width: 75%;
    z-index: 999;
}
section .actie .container .content h1,
section .actie .container .detail h1 {
    color: #fff;
    font-size: 30px;
    word-wrap: break-word;
    margin: 0;
}
section .actie .container .content p,
section .actie .container .detail p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}
section .actie .container .content ul,
section .actie .container .detail ul {
    font-size: 15px;
    color: #fff;
    list-style-type: disc;
}
section .actie .container .content a.button,
section .actie .container .detail a.button {
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px 20% 10px 20px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
section .actie .container .content a.button:after,
section .actie .container .detail a.button:after {
    content: "\f054";
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
    font-weight: 300;
    font-family: FontAwesome;
}
section .actie .container .content a.button:hover,
section .actie .container .detail a.button:hover {
    background-color: #0b4b88;
    text-decoration: none;
}
section .actie .container .content {
    position: absolute;
    bottom: 120px;
    display: block;
    width: 75%;
    z-index: 999;
}
section .banner {
    background-position: 50%;
    background-size: cover;
    position: relative;
}
section .banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.5));
}
section .banner .container {
    position: relative;
    height: 100%;
}
section .banner .container .detail {
    position: relative;
    display: block;
    z-index: 999;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 7.5rem;
}
section .banner .container .content h1,
section .banner .container .detail h1 {
    color: #fff;
    font-size: 30px;
    margin: 0;
}
section .banner .container .content p,
section .banner .container .detail p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}
section .banner .container .content ul,
section .banner .container .detail ul {
    font-size: 15px;
    color: #fff;
    list-style-type: disc;
}
section .banner .container .content a.button,
section .banner .container .detail a.button {
    color: #88cbc9;
    font-size: 20px;
    padding: 10px 30px 10px 0;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
section .banner .container .content a.button:after,
section .banner .container .detail a.button:after {
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 20px;
    font-weight: 300;
    font-family: FontAwesome;
}
section .banner .container .content a.button:hover,
section .banner .container .detail a.button:hover {
    color: #0b4b88;
    text-decoration: none;
}
section .banner .container .content {
    position: relative;
    padding: 16rem 0;
    display: block;
    width: 75%;
    z-index: 999;
}
section .calendar {
    margin-bottom: 60px;
}
section .calendar .item {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    text-decoration: none;
    position: relative;
    min-height: 190px;
}
section .calendar .item:after {
    content: "\f054";
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 300;
    font-family: FontAwesome;
}
section .calendar .item:hover {
    background-color: #f69693;
    text-decoration: none;
}
section .calendar .item:hover a {
    text-decoration: none;
}
section .calendar .item .inner {
    padding: 25px 15px;
}
section .calendar .item .inner p.title {
    font-size: 25px;
    line-height: 30px;
    color: #0b4b88;
    margin: 0;
}
section .calendar .item .inner p.date {
    font-size: 18px;
    line-height: 20px;
    color: #fcc7a3;
}
section .calendar .item .inner p {
    font-size: 20px;
    color: #0b4b88;
}
section.categories {
    margin-bottom: 60px;
}
section.categories .category {
    text-align: center;
    border-right: 2px solid #fcc7a3;
    display: inline-block;
    padding: 10px 25px;
}
section.categories .category:last-child {
    border-right: 0;
}
section.categories .category:first-child {
    padding-left: 0;
}
section.categories .category a {
    font-size: 14px;
    color: #0b4b88;
}
section.categories .category .active,
section.categories .category a:hover {
    border-bottom: 2px solid #fcc7a3;
    text-decoration: none;
}
section.pager {
    margin-bottom: 60px;
}
section.pager .next,
section.pager .previous {
    color: #fff;
    padding: 15px 20px;
    background-color: #fcc7a3;
    display: inline-block;
    font-size: 20px;
}
section.pager .next:hover,
section.pager .previous:hover {
    background-color: #0b4b88;
    pointer: cursor;
}
section .contentblock {
    color: #0b4b88;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}
section .contentblock h1 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}
section .contentblock h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 700;
}
section .contentblock h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}
section .contentblock .image {
    margin-bottom: 30px;
}
section .contentblock .image img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
section .contentblock .quote {
    position: relative;
    margin-bottom: 30px;
}
section .contentblock .quote .text {
    padding-right: 0;
}
section .contentblock .quote .text .inner {
    padding: 40px;
    background-color: #f69693;
}
section .contentblock .quote .text .inner blockquote {
    padding: 0;
    border-left: 0;
    font-size: 30px;
    color: #fff;
    margin: 0;
}
section .contentblock .quote .text .inner blockquote ol,
section .contentblock .quote .text .inner blockquote p,
section .contentblock .quote .text .inner blockquote ul {
    font-size: 18px;
}
section .contentblock .quote .image {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0;
    background-size: cover;
}
section .contentblock p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
section .contentblock p a {
    text-decoration: none;
    border-bottom: 1px solid #0b4b88;
    color: #0b4b88;
}
section .contentblock p a:hover {
    text-decoration: none;
    border-bottom: 0;
}
section .contentblock p strong {
    font-style: bold;
}
section .contentblock p em {
    font-style: italic;
}
section .contentblock ul {
    list-style-type: disc;
}
section .stories.top_plus {
    margin-top: 60px;
}
section .stories.top_min {
    margin-top: -60px;
}
@media (max-width: 991px) {
    section .stories.top_min {
        margin-top: -40px;
    }
}
@media (max-width: 767px) {
    section .stories.top_min {
        margin-top: 0;
    }
}
section .stories.btm_plus {
    margin-bottom: 60px;
}
section .stories.btm_min {
    margin-bottom: -60px;
}
@media (max-width: 991px) {
    section .stories.btm_min {
        margin-bottom: -40px;
    }
}
@media (max-width: 767px) {
    section .stories.btm_min {
        margin-bottom: 0;
    }
}
section .stories {
    position: relative;
    z-index: 999;
}
section .stories .title {
    color: #fcc7a3;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
section .stories .border {
    border: 1px solid #fff;
    background-color: #fff;
}
section .stories .article {
    overflow: hidden;
    border: 2px solid #fff;
    height: 460px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    transition: all 0.5s ease;
}
section .stories .article:hover {
    opacity: 0.8;
    border: 2px solid #fff;
}
section .stories .article .content {
    padding: 0 40px 0 25px;
    width: 100%;
    position: absolute;
    bottom: 50px;
    z-index: 99;
}
section .stories .article .content .category {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 5px;
}
section .stories .article .content h2 {
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
}
section .stories .with_picture:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
}
section .stories .cta:hover {
    opacity: 1;
}
section .stories .cta p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}
section .stories .cta a.button {
    color: #fff;
    font-size: 20px;
    padding: 10px 30px 10px 0;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
section .stories .cta a.button:after {
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 20px;
    font-weight: 300;
    font-family: FontAwesome;
}
section .stories .cta a.button:hover {
    color: #0b4b88;
    text-decoration: none;
}
section .gift .form {
    padding: 30px;
}
section .gift .form .box {
    margin-bottom: 0;
}
section .gift .form .box label {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
section .gift .form .box select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/icon_dropdown.png);
    background-position: 99%;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    font-size: 20px;
    margin: 20px;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
    width: 80%;
    margin: 0 0 10px;
}
section .gift .form .bedrag label {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
section .gift .form .bedrag input {
    font-size: 18px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #fff;
    width: 80%;
}
section .gift .form .bedrag .extra-info {
    margin-top: 10px;
    color: #fff;
}
section .gift .form .right {
    text-align: right;
}
section .gift .form .left {
    text-align: left;
}
section .form {
    margin-top: 15px;
    margin-bottom: 60px;
}
section .form .form {
    padding: 30px;
}
section .form .form .form-item {
    margin-bottom: 15px;
}
section .form .form .form-item .form-item-payment-methods label {
    cursor: pointer;
}
section .form .form .form-item label {
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
}
section .form .form .form-item input {
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #fff;
    width: 80%;
    margin-left: 10px;
    border-radius: 0;
}
section .form .form .form-item .error {
    background-color: #ff7474;
    border: 1px solid #ff7474;
}
section .form .form .form-item .extra-info {
    margin-top: 10px;
    color: #fff;
}
section .form .form .form-item .submit button {
    margin-bottom: 0;
    background-color: #88cbc9;
    border: 1px solid #88cbc9;
    color: #fff;
    text-align: left;
    border-radius: 0;
    position: relative;
    width: 80%;
    font-size: 20px;
    padding: 5px 15px;
    margin-left: 10px;
}
section .form .form .form-item .submit button:hover {
    background-color: #0b4b88;
    border: 1px solid #0b4b88;
}
section .form .form .form-item .submit button:after {
    content: "\f054";
    position: absolute;
    right: 14px;
    top: 0;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 300;
    font-family: FontAwesome;
}
section .form .right {
    text-align: right;
}
section .form .left {
    text-align: left;
}
section .stories.locations {
    margin-top: 0;
    margin-bottom: 50px;
}
section .stories.locations .article {
    height: auto;
}
section .stories.locations .article:hover {
    opacity: 1;
}
section .stories.locations .article .content {
    position: relative;
    bottom: auto;
    padding: 60px 40px;
    color: #fff;
}
section .stories.locations .article .content h3.icon {
    background-position: 0;
    background-repeat: no-repeat;
    min-height: 30px;
    padding-top: 5px;
}
section .stories.locations .article .content h3.icon.home {
    background-image: url(../images/icon_home.png);
    padding-left: 37px;
}
section .stories.locations .article .content h3.icon.finance {
    background-image: url(../images/icon_finance.png);
    padding-left: 37px;
}
section .stories.locations .article .content p {
    line-height: 1.6;
}
section .contactblock {
    color: #0b4b88;
    margin-bottom: 60px;
}

section .contentblock .contactv2 label {
    font-size: 16px;
}

section .contactblock .container {
    position: relative;
}
section .contactblock .container .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
section .contactblock #WidgetContactFormContainer0:after {
    display: table;
    content: "";
    clear: both;
}
section .contactblock #WidgetContactFormContainer0 h2 {
    margin-top: 0;
}
section .contactblock #WidgetContactFormContainer0 .col-md-6 {
    padding-left: 0;
}
section .contactblock .form {
    margin-bottom: 0;
    padding-left: 0;
}
section .contactblock .form button,
section .contactblock .form input,
section .contactblock .form select,
section .contactblock .form textarea,
.contactv2 button,
.contactv2 input,
.contactv2 select,
.contactv2 textarea {
    width: 100%;
    float: left;
    height: 44px;
    line-height: 40px;
    border: 2px solid #0b4b88;
    margin-bottom: 10px;
    color: #0b4b88;
    padding: 0 12px;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
}
section .contactblock .form button.error,
section .contactblock .form input.error,
section .contactblock .form select.error,
section .contactblock .form textarea.error {
    border-color: #da4a13;
    color: #da4a13;
}
section .contactblock .form button.error::-webkit-input-placeholder,
section .contactblock .form input.error::-webkit-input-placeholder,
section .contactblock .form select.error::-webkit-input-placeholder,
section .contactblock .form textarea.error::-webkit-input-placeholder {
    color: #da4a13;
}
section .contactblock .form button.error:-moz-placeholder,
section .contactblock .form button.error::-moz-placeholder,
section .contactblock .form input.error:-moz-placeholder,
section .contactblock .form input.error::-moz-placeholder,
section .contactblock .form select.error:-moz-placeholder,
section .contactblock .form select.error::-moz-placeholder,
section .contactblock .form textarea.error:-moz-placeholder,
section .contactblock .form textarea.error::-moz-placeholder {
    color: #da4a13;
}
section .contactblock .form button.error:-ms-input-placeholder,
section .contactblock .form input.error:-ms-input-placeholder,
section .contactblock .form select.error:-ms-input-placeholder,
section .contactblock .form textarea.error:-ms-input-placeholder {
    color: #da4a13;
}
section .contactblock .form button.half,
section .contactblock .form input.half,
section .contactblock .form select.half,
section .contactblock .form textarea.half {
    width: 49%;
    margin-left: 2%;
}
section .contactblock .form button.half.first,
section .contactblock .form input.half.first,
section .contactblock .form select.half.first,
section .contactblock .form textarea.half.first {
    margin-left: 0;
}
section .contactblock .form button::-webkit-input-placeholder,
section .contactblock .form input::-webkit-input-placeholder,
section .contactblock .form select::-webkit-input-placeholder,
section .contactblock .form textarea::-webkit-input-placeholder {
    color: #0b4b88;
}
section .contactblock .form button:-moz-placeholder,
section .contactblock .form button::-moz-placeholder,
section .contactblock .form input:-moz-placeholder,
section .contactblock .form input::-moz-placeholder,
section .contactblock .form select:-moz-placeholder,
section .contactblock .form select::-moz-placeholder,
section .contactblock .form textarea:-moz-placeholder,
section .contactblock .form textarea::-moz-placeholder {
    color: #0b4b88;
}
section .contactblock .form button:-ms-input-placeholder,
section .contactblock .form input:-ms-input-placeholder,
section .contactblock .form select:-ms-input-placeholder,
section .contactblock .form textarea:-ms-input-placeholder {
    color: #0b4b88;
}
section .contactblock .form select, .contactv2 select {
    background-image: url(../images/icon_dropdown_blue.png);
    background-repeat: no-repeat;
    background-position: 100%;
}
section .contactblock .form textarea, .contactv2 textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 75px;
    line-height: 1.2;
}
section .contactblock .form button, .contactv2 button, .contactv2 input[type="submit"] {
    margin-bottom: 0;
    background-color: #0b4b88;
    color: #fff;
    text-align: left;
    position: relative;
}
section .contactblock .form button:after, .contactv2 button:after, .contactv2 input[type="submit"]:after {
    content: "\f054";
    position: absolute;
    right: 14px;
    top: 0;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 300;
    font-family: FontAwesome;
}
section .contactblock .form .comment {
    color: #da4a13;
    padding: 5px 12px;
    height: 25px;
    float: left;
    display: block;
}
section .contactblock .map {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 35px;
    height: 320px;
}
section .contactblock .map #map {
    position: absolute;
    left: 0;
    right: 15px;
    height: 100%;
}
.footer {
    background-color: #88cbc9;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer #logo {
    float: left;
}
.footer .menu ul {
    float: left;
    margin-top: 30px;
}
.footer .menu ul li {
    display: inline-block;
    border-right: 1px solid #0b4b88;
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 1.5rem;
}
.footer .menu ul li:last-child {
    border-right: 0;
}
.footer .menu ul li a {
    padding-bottom: 5px;
    margin-right: 30px;
    margin-left: 30px;
    color: #0b4b88;
    text-decoration: none;
    cursor: pointer;
}
.footer .menu ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #0b4b88;
}
.footer .poweredby {
    position: absolute;
    bottom: -25px;
    right: 15px;
    margin-top: 30px;
    color: #0b4b88;
    text-align: right;
}
.footer .poweredby a {
    color: #0b4b88;
    text-decoration: none;
    border-bottom: 1px solid #0b4b88;
}
.footer .poweredby a:hover {
    border-bottom: 0 solid #0b4b88;
}
.footer .social {
    float: right;
    color: #fff;
    text-align: right;
}
.footer .social .facebook {
    background-color: #3b5998;
}
.footer .social .twitter {
    background-color: #03b6f1;
}
.footer .social ul li {
    display: inline-block;
}
.footer .social ul li a {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s;
}
.footer .social i {
    font-size: 18px;
}
.footer .social .facebook:hover {
    background-color: #fff;
    color: #3b5998;
}
@media (max-width: 991px) {
    section .stories.btm_min {
        margin-bottom: -40px;
    }
    section .stories.top_min {
        margin-top: -40px;
    }
    #home section .banner:first-child {
        height: 500px;
    }
    section .banner {
        height: auto;
    }
    section .banner .container .content,
    section .banner .container .detail {
        position: relative;
        bottom: auto;
        top: auto;
        -webkit-transform: translate(0);
        transform: translate(0);
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section .banner .container .detail {
        padding-top: 180px;
    }
    .contentblock .quote .text {
        padding: 0 !important;
    }
    .contentblock .quote .text .inner {
        padding: 40px 15px !important;
    }
    .contentblock .quote .image {
        position: relative !important;
        height: 300px !important;
        padding: 0 !important;
        background-size: cover;
    }
    .footer #logo {
        width: 100%;
        text-align: center;
    }
    .footer #logo img {
        width: 25px;
        height: auto;
    }
    .footer .social {
        width: 100%;
        text-align: center;
    }
    .footer .social ul {
        margin: 0;
        padding: 0;
    }
    .form-type-radio {
        overflow: hidden;
        display: inline-block;
        margin-left: 0 !important;
        margin-right: 5px !important;
    }
    .check {
        position: relative;
    }
    .check input[type="checkbox"] {
        position: absolute;
        left: -1000px;
        opacity: 0;
        overflow: hidden;
    }
    .check label {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 0;
        background-color: #fff;
        padding: 5px;
        margin-left: 0 !important;
        margin-right: 10px;
        cursor: pointer;
    }
    section .gift .form {
        padding: 30px;
    }
    section .gift .form .box {
        margin-bottom: 0;
    }
    section .gift .form .box label {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
    }
    section .gift .form .box select {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        -webkit-user-select: none;
        background-image: url(../img/icon_dropdown.png);
        background-position: 99%;
        background-repeat: no-repeat;
        background-color: #fff;
        border: 1px solid #fff;
        color: #000;
        font-size: 20px;
        margin: 20px;
        overflow: hidden;
        padding: 10px;
        white-space: nowrap;
        width: 100%;
        margin: 0 0 10px;
    }
    section .gift .form .bedrag label {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
    }
    section .gift .form .bedrag input {
        font-size: 18px;
        padding: 10px;
        border-radius: 0;
        border: 1px solid #fff;
        width: 100%;
    }
    section .gift .form .bedrag .extra-info {
        margin-top: 10px;
        color: #fff;
    }
    section .gift .form .right {
        text-align: right;
    }
    section .gift .form .left {
        text-align: left;
    }
    section .form {
        margin-top: 15px;
    }
    section .form .form {
        padding: 30px;
    }
    section .form .form .form-item {
        margin-bottom: 15px;
    }
    section .form .form .form-item label {
        font-size: 20px;
        margin-top: 10px;
        color: #fff;
        font-weight: 500;
    }
    section .form .form .form-item input {
        font-size: 18px;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #fff;
        width: 100% !important;
        margin-left: 0;
        border-radius: 0;
    }
    section .form .form .form-item .error {
        background-color: #ff7474;
        border: 1px solid #ff7474;
    }
    section .form .form .form-item .extra-info {
        margin-top: 10px;
        color: #fff;
    }
    section .form .form .form-item .submit .button {
        margin-bottom: 0;
        background-color: #0b4b88;
        border: 1px solid #0b4b88;
        color: #fff;
        text-align: left;
        border-radius: 0;
        width: 100%;
        position: relative;
        margin-left: 0 !important;
    }
    section .form .form .form-item .submit .button:hover {
        background-color: #fcc7a3;
        border: 1px solid #fcc7a3;
    }
    section .form .form .form-item .submit .button:after {
        content: "\f054";
        position: absolute;
        right: 12px;
        top: 0;
        font-size: 20px;
        font-weight: 300;
        font-family: FontAwesome;
    }
    section .form .right {
        text-align: right;
    }
    section .form .left {
        text-align: left;
    }
    section .contactblock .map {
        position: relative;
        height: 300px;
        margin-top: 10px;
    }
    section .contactblock .map #map {
        left: 15px;
    }
}
@media (max-width: 827px) {
    #socialside {
        display: none;
    }
}
@media (max-width: 767px) {
    section .banner:first-child {
        height: auto;
        padding-top: 120px;
    }
    .header .container:first-child {
        display: flex;
    }
    section .stories.btm_min {
        margin-bottom: 0;
    }
    section .stories.top_min {
        margin-top: 0;
    }
    .nav {
        background-color: #0b4b88;
        position: fixed;
        z-index: 9999;
        width: 100%;
    }
    .nav .close {
        color: #fff;
        font-size: 30px;
        float: right;
        opacity: 1;
        margin-top: 0;
        text-shadow: none;
        position: absolute;
        right: 10px;
        top: 13px;
    }
    .nav .close:hover {
        color: #fb5b1f;
    }
    .nav ul {
        margin-top: 18px;
        margin-bottom: 14px;
        padding-left: 0;
        margin-right: -45px;
        float: none;
    }
    .nav ul li {
        display: block;
        padding-top: 10px;
        padding-bottom: 18px;
        text-align: center;
    }
    .nav ul li a {
        padding-bottom: 5px;
        margin-right: 30px;
        margin-left: 30px;
        color: #fff;
        text-decoration: none;
    }
    .nav ul li a:first-child {
        margin-left: 0;
        font-size: 16px;
    }
    .nav ul .active a,
    .nav ul li a:hover {
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }
    .banner h1 {
        font-size: 45px !important;
    }
    .footer .menu ul {
        width: 100%;
        padding: 0;
    }
    .footer .menu ul li {
        display: block;
        border: none;
        text-align: center;
    }
    section .contactblock .map {
        height: 250px;
    }
}
@media (max-width: 640px) {
    section .actie .container .content h1,
    section .actie .container .detail h1 {
        font-size: 3rem;
    }
    section.categories {
        margin-bottom: 60px;
    }
    section.categories .category {
        text-align: center;
        border-right: 0 solid #fcc7a3;
        display: block;
        padding: 10px 25px;
    }
    section.categories .category:last-child {
        border-right: 0;
    }
    section.categories .category:first-child {
        padding-left: 25px;
    }
    section.categories .category a {
        font-size: 14px;
        color: #0b4b88;
    }
    section.categories .category .active,
    section.categories .category a:hover {
        border-bottom: 2px solid #fcc7a3;
        text-decoration: none;
    }
    .header #logo {
        width: 200px !important;
        height: auto !important;
    }
    #filter {
        height: 60px;
        margin-top: -60px;
    }
    .article .content {
        padding: 0 !important;
    }
    .content {
        width: 90% !important;
    }
    .banner {
        background-position: 50% !important;
    }
    .banner h1 {
        font-size: 35px !important;
    }
}
@media (max-width: 600px) {
    section .banner .container .content,
    section .banner .container .detail {
        padding-top: 70px;
        padding-bottom: 30px;
    }
}
.cc_banner-wrapper .cc_container {
    font-family: ubuntulight, Arial, “Helvetica Neue”, Helvetica, sans-serif;
    border: none;
    color: #6e6e6e;
    font-size: 14px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.cc_banner-wrapper .cc_container a,
.cc_banner-wrapper .cc_container a:visited {
    color: #0b4b88;
    text-decoration: underline;
    cursor: pointer;
}
.cc_banner-wrapper .cc_container a:hover,
.cc_banner-wrapper .cc_container a:visited:hover {
    text-decoration: none;
    color: #fb5b1f;
}
.cc_banner-wrapper .cc_container .cc_btn {
    font-size: 14px;
    background-color: #0b4b88;
    border-radius: 0;
    color: #fff;
    width: auto;
    max-width: inherit;
    padding: 10px 15px;
    padding-right: 40px;
    text-decoration: none;
    position: relative;
}
.cc_banner-wrapper .cc_container .cc_btn:after {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    height: 12px;
    line-height: 12px;
    width: auto;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}
.cc_banner-wrapper .cc_container .cc_btn:hover {
    text-decoration: none;
    background-color: #fb5b1f;
    color: #fff;
}
.cc_banner-wrapper .cc_container .cc_message {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
.form-type-radio {
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
}
.form-type-radio input {
    opacity: 0;
    position: absolute;
    left: -111111px;
    z-index: -1;
}
.form-type-radio span {
    display: inline-block;
    width: 70px;
    height: 64px;
    border-radius: 0;
    border: 4px solid #fff;
    background-color: #fff;
    padding: 5px;
}
.form-type-radio span img {
    width: 50px;
    height: auto;
    pointer-events: none;
}
.form-type-radio input:checked + span {
    border: 4px solid #88cbc9;
}
.check {
    position: relative;
}
.check input[type="checkbox"] {
    position: absolute;
    left: -1000px;
    opacity: 0;
    overflow: hidden;
}
.check label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background-color: #fff;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.check .error {
    background-color: #f69693;
    border: 1px solid #f69693;
}
.check input[type="checkbox"]:checked + label {
    background-image: url(../img/icon_check.jpg);
    background-position: 50%;
    color: #fff;
    background-color: #fff;
}
.check .extra-info {
    position: absolute;
    top: 5px;
}
.check .extra-info a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.check .extra-info a:hover {
    border-bottom: 0;
}
