* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}


/* Instagram */

.instaholder {
    background-color: #eff6f8;
    padding-bottom: 30px;
}

.insta_titel {
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.insta_titel .line-hold {
    position: relative;
}

.insta_titel h2 {
    font-size: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    color: #ed1c24;
    display: inline-block;
    padding: 0 100px;
    font-weight: 700;
}

.band .insta_titel h3 {
    background-color: #f8eaf2;
}

.insta_titel .line-hold:after {
    display: block;
    height: 1px;
    background-color: #ed1c24;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.small.insta_titel {
    padding: 30px 0;
}

.instagram_feed {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px;
    padding-top: 0px;
}

.instagram_feed .instagram_post {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0 1%;
}

.instagram_post i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
}

.instagram_feed .instagram_post img {
    width: 100%;
}

.instagram_feed .instagram_post video {
    width: 100%;
}

.instagram_feed .instagram_post .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    font-size: 3em;
    transition: all .3s;
}

.instagram_feed .instagram_post:hover .overlay {
    opacity: 1;
}


/* Einde Instagram */


/* Popup */

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 1;
    transition: all .8s;
}

.popup_content {
    width: 95%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    position: relative;
}

.popup_image {
    width: 40%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.8em;
    cursor: pointer;
    color: #D30920;
}

.popup_tekst {
    width: 60%;
    padding: 50px 30px;
}

.popup_tekst a {
    font-size: 1em;
    font-weight: 700;
    color: #D10C20;
    cursor: pointer;
}

.popup_tekst h2 {
    font-size: 1.6em;
    line-height: 150%;
    font-weight: 700;
    color: #D30920;
    margin-bottom: 10px;
}

.popup_tekst div {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 130%;
    color: #7c7c7c;
}


/* Einde Popup */


/* Navigatie */

.navigation {
    position: relative;
    z-index: 1;
    transition: all .3s;
    background-color: #000;
}

.navigation_inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    z-index: 2;
}

.navigation .logo {
    width: 250px;
}

.navigation nav {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.navigation nav a {
    font-weight: 700;
    margin: 0 30px;
    color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}

.navigation nav a.active {
    border-bottom: 2px solid #ED1C24;
    padding-bottom: .3em;
    position: relative;
}

.navigation nav a.active:after {
    content: '';
    display: inline-block;
    background: url(/images/menuh.png);
    width: 9px;
    height: 9px;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    bottom: -8px;
}

.navigation nav a:hover {
    color: #ED1C24 !important;
}

.navigation nav .active:not(.special_button) {
    color: #ED1C24 !important;
}

.special_button {
    background-color: #ED1C24;
    padding: 10px 30px !important;
    border: 2px solid #ED1C24 !important;
    border-radius: 200px;
    font-size: .9em;
    margin-left: 10px !important;
}

.special_button:hover {
    background-color: transparent;
}

.res-nav {
    width: 100%;
    max-width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: #fff;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.overvisible {
    display: block;
}

.top_res_nav {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    background-color: #ED1C24;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.closebtn {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.winkelmandres {
    font-size: 1.2em;
    color: #fff;
    margin-right: 20px;
}

.verlanglijstres {
    font-size: 1.2em;
    color: #fff;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0;
}

.res-nav nav {
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 100px;
    height: 100%;
    position: relative;
}

.navitem {
    width: 100%;
    padding: 25px;
}

.navitem div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.navitem div img {
    width: 20px;
    transition: all .5s;
    transform: rotate(-450deg);
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem a {
    color: #353535;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}

.navitem .active {
    color: #ED1C24;
}

.openNavItem {
    max-height: 350px !important;
    margin-top: 10px !important;
    padding-top: 10px !important;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    list-style-type: disc;
    padding-left: 10px;
    color: white;
    overflow: hidden;
    transition: all .5s;
    max-height: 0;
}

.navitem ul li {
    display: inline-block;
    padding: 10px;
}

.navitem ul li i {
    margin-left: -7px;
    color: #c8c8c8;
    font-size: .7em;
    margin-right: 20px;
}

.navitem ul a {
    font-size: 1em;
    padding: 10px 0;
    color: #c8c8c8;
}

.menubtn {
    width: 30px;
    cursor: pointer;
    display: none;
    transition: all .3s;
}

.menubtn:hover {
    transform: scale(1.05);
}


/* Einde Navigatie */


/* Home */

.home_slider {
    position: relative;
}

.home_slider_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(58, 58, 58, .0);
}

.home_slider_content {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    max-height: 850px;
}

.home_slider_content img {
    position: relative;
    z-index: 0;
    width: 100%;
}

.afb2 {
    display: none;
}

.home_slider_content_tekst {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 2;
    max-width: 1600px;
    padding: 10px;
    width: 100%;
    transform: translate(-50%, -50%);
}

.home_slider_content_tekst>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 850px;
    width: 90%;
}

.home_slider_content h2 {
    font-weight: 700;
    line-height: 150%;
    font-size: 3.1em;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_slider_content h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_slider_content a {
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
    color: white;
    font-size: 1.2em;
    text-shadow: 0px 0px 11px #000000;
    padding-top: 30px;
    border-top: .5px solid #fff;
}

.home_slider_content a i {
    transition: all .3s;
    margin-left: 10px;
}

.home_slider_content a:hover i {
    margin-left: 20px;
}

.toslide .slick-arrow {
    position: absolute;
    right: 50px;
    top: 48%;
    font-size: 1.4em;
    color: white;
    background-color: transparent;
    transform: translateY(-50%);
    z-index: 5;
    border: none;
}

.toslide .slick-next {
    top: 52%;
}

.slick-vertical .slick-slide {
    border: none !important;
}

.bannerover {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.scrolldown {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    z-index: 4;
    color: white;
    cursor: pointer;
}

.scrolldown>div {
    width: 50px;
    height: 50px;
    background-color: #ED1C24;
    font-size: 1.4em;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
    transition: all .3s;
}

.scrolldown:hover div {
    transform: translateY(5px);
}

.search_aanbod {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 30px;
    transform: translateY(-40px);
    background-color: white;
    z-index: 1;
    position: relative;
    transition: all 1s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.search_aanbod h2 {
    font-size: 1.2em;
    color: #ED1C24;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.search_aanbod form {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.search_aanbod form>div {
    width: 50%;
    position: relative;
    padding: 0 5px;
}

.search_aanbod form>div i {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 50%;
    color: #ED1C24;
    font-size: 1.3em;
    transform: translateY(-50%);
}

.search_aanbod form input[type=date],
.search_aanbod form input[type=text],
.search_aanbod form select {
    padding: 10px;
    padding-left: 60px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #dadada;
}

.search_aanbod form select {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/images/select.png);
    padding-right: 50px;
}

.search_aanbod form button {
    padding: 10px;
    height: 49px;
    font-weight: 700;
    border: none;
    transition: all .3s;
    background-color: #ED1C24;
    color: white;
    min-width: 250px;
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
}

.search_aanbod form button:hover {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(237, 28, 36, 0.55);
    -moz-box-shadow: 0px 0px 22px 0px rgba(237, 28, 36, 0.55);
    box-shadow: 0px 0px 22px 0px rgba(237, 28, 36, 0.55);
}

.nieuwsbrief {
    padding: 100px 0;
    background-color: #000;
}

.nieuwsbrief h2 {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    color: #ED1C24;
    margin-bottom: 20px;
}

.nieuwsbrief form {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.nieuwsbrief .field {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.nieuwsbrief .half-field {
    width: 50%;
}

.nieuwsbrief .field input {
    line-height: 35px;
    border: 0;
    width: 100%;
    padding-left: 8px;
}

.nieuwsbrief #PL_privacy {
    padding-left: 5px;
}

.nieuwsbrief #subm1 {
    margin-right: 5px;
}

.nieuwsbrief .privcnt a {
    color: #ed1c24;
}


/* Einde Home */


/* Aanbod */

.item_header {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}

.item_header img {
    width: 100%;
}

.item_header_content a {
    color: white;
    font-weight: 700;
    border-radius: 200px;
    padding: 7px 20px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: #ED1C24;
}

.header_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 2px solid #b4b4b4;
    display: none;
}

.header_video iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.item_header div h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

.item_header_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}

.item_header_content {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.item_controls {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.item_switch {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.item_switch a {
    color: #000;
}

.item_switch div {
    color: #000;
    font-weight: 700;
    font-size: .95em;
    padding: 0 30px;
    border-right: 2px solid #000;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    cursor: pointer;
    align-items: center;
}

.item_switch div:last-child {
    border-right: none;
}

.item_switch div i {
    margin-right: 5px;
    font-size: 1.35em;
}

.item_switch div:first-child {
    padding-left: 10px;
}

.item_social {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.item_social a {
    color: #000;
    padding: 0 15px;
    cursor: pointer;
    font-size: 1.2em;
}

.project_content {
    margin: 0 auto;
    font-size: 1.05em;
    max-width: 1400px;
    width: 100%;
    line-height: 180%;
    color: #5b5b5b;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 75px;
}

.project_content aside {
    margin-left: 30px;
    max-width: 300px;
    width: 100%;
    padding: 35px;
    background-color: white;
    border: 1px solid #e6e6e6;
    top: 30px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
    position: sticky;
}

.project_content aside h2 {
    font-size: 1em;
    color: #000;
    font-weight: 700;
}

.other_projects article img {
    width: 100%;
}

.project_boeken {
    border-radius: 200px;
    text-align: center;
    background-color: #ED1C24;
    color: white;
    font-weight: 700;
    color: white;
    padding: 6px 35px;
    margin-top: 20px;
    font-weight: 700;
}

.project_fotos {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
}

.project_fotos .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.project_fotos .slick-next {
    left: initial;
    right: 5px;
}

.project_fotos article {
    padding: 10px;
}

.project_fotos article img {
    width: 100%;
}

.aanbod_price {
    font-weight: 700;
    font-size: 1.7em;
    color: #ED1C24;
    width: 100%;
    text-align: right;
}

.aanbod_voorschot {
    width: 100%;
    text-align: right;
    color: #adadad;
    font-size: .9em;
    padding-bottom: 10px;
    border-bottom: 2px solid #efefef;
}

.aside_gegevens {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    font-size: 1.1em;
    width: 100%;
}

.aside_gegevens>div {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}

.project_content>a {
    font-weight: 700;
    color: #353535;
}

.project_content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.other_projects>h2 {
    width: 100%;
    font-weight: 700;
    color: #ED1C24;
    padding: 1%;
    text-align: center;
    font-size: 1.4em;
}

.other_projects {
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 50px;
    border-top: 2px solid #f2f2f2;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.other_projects article {
    width: 31.33%;
    position: relative;
    margin: 1%;
    transition: all 1s;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.other_projects article:hover {
    transform: scale(1.05);
}

.other_projects article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.other_projects article h2 {
    padding: 15px;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.project_beschrijving {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 15px;
}

.project_beschrijving>h2 {
    font-weight: 700;
    font-size: 1.4em;
    color: #ED1C24;
    margin-bottom: 10px;
    margin-top: 30px;
}

.programma_items {
    width: 100%;
}

.programma_items>h2 {
    font-size: 1.4em;
    color: #ED1C24;
    font-weight: 700;
    margin-top: 30px;
}

.programma_items_tekst strong {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #353535;
    display: inherit;
}

.itemmap {
    padding-bottom: 40%;
    margin: 20px 0;
}

.programma_programma {
    width: 100%;
}

.programmaitem {
    width: 100%;
}

.programmaitem h3 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.programmaitem>h3 {
    padding: 10px;
    font-weight: 700;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    color: #353535;
    display: inherit;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    transition: all .3s;
}

.programmaitem div {
    padding-left: 10px;
    margin-bottom: 20px;
}

.programmaitem>div>h2 {
    font-weight: 700;
    font-size: 1.1em;
    color: #ED1C24;
}

.programmaitem>div>h3 {
    font-size: 1em;
    font-weight: 700;
}

.programmaitem h3:hover {
    transform: scale(1.02);
}

.images_first,
.images_second,
.images_third {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.images_first img {
    width: 100%;
}

.images_second img {
    width: 49%;
}

.images_third img {
    width: 32.33%;
}

.video_holder {
    width: 100%;
    padding-bottom: 54.25%;
    position: relative;
    margin: 30px 0;
}

.video_holder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Einde Aanbod */

.home_header {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px;
}

.home_header h2 {
    font-weight: 700;
    line-height: 150%;
    font-size: 1.1em;
    color: #ED1C24;
}

.home_header h1 {
    line-height: 150%;
    font-size: 1.8em;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.home_header div {
    color: #a6a6a6;
    line-height: 200%;
    text-align: left;
}

.home_header div p {
    width: 100%;
}

.home_header div ul {
    list-style-type: disc;
    padding-left: 20px;
}

.page_header {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px;
}

.page_header h2 {
    font-weight: 700;
    line-height: 150%;
    font-size: 1.1em;
    color: #ED1C24;
    text-align: center;
}

.page_header h1 {
    line-height: 150%;
    font-size: 1.8em;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.page_header div {
    color: #a6a6a6;
    line-height: 200%;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.opmaat_header {
    width: 100%;
    background-position: center;
    background-size: cover;
}


/* Cookie Melding */

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    font-weight: 700;
    color: #ED1C24;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    padding: 15px;
    background-color: #ED1C24;
    border: 2px solid #ED1C24;
    color: #fff;
    width: 48%;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #ED1C24;
}


/* Einde Cookie Melding */


/* Calendar */

.calendar_page {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px 0;
}

.calendar_page aside {
    max-width: 350px;
    margin-right: 30px;
    border-radius: 10px;
    width: 100%;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.calendar_page aside>div {
    width: 100%;
}

.calendar_page aside h3 {
    font-weight: 700;
    font-size: 1.3em;
    color: #ED1C24;
}

.filtertitle {
    display: none;
}

.calendar_page aside h2 {
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.calendar_page aside h2:not(:first-child) {
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f2f2f2;
}

.calendar_page aside .datuminputs {
    position: relative;
}

.calendar_page aside .datuminputs input,
.calendar_page aside .datuminputs select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    background-color: white;
    margin: 10px 0;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    padding-right: 50px;
    transition: all .3s;
}

.calendar_page aside .datuminputs input:hover,
.calendar_page aside .datuminputs select:hover {
    background-color: #f3f3f3;
}

.calendar_page aside .datuminputs i {
    position: absolute;
    right: 10px;
    font-size: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.calendar_filter {
    width: 100%;
    padding: 0 1%;
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
}

.calendar_filter h1 {
    font-size: 1.4em;
    color: #ED1C24;
    font-weight: 700;
}

.calendar {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.calendar>h2 {
    width: 100%;
    font-weight: 700;
    padding: 1%;
    font-size: 1.5em;
    margin-top: 20px;
}

.calendar article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.calendar article {
    width: 31.33%;
    overflow: hidden;
    position: relative;
    margin: 1%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    transition: all 1s;
}

.hiddenarticles {
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

.calendar article * {
    cursor: pointer;
}

.calendar article:hover {
    transform: scale(1.08) !important;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.35);
}

.calendar article>img {
    width: 100%;
    position: relative;
    transition: all 2s;
    z-index: 0;
    cursor: pointer;
}

.calendar article .date_titel {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: white;
    border-bottom: 2px solid #f2f2f2;
}

.calendar article .date {
    background-color: #ED1C24;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    padding: 15px;
    font-weight: 700;
    color: white;
    font-size: 2em;
}

.calendar article .date span {
    font-size: .5em;
}

.calendar article .content h2 {
    font-size: 1.3em;
    font-weight: 700;
    text-align: right;
    padding: 0 20px;
}

.calendar article h3 {
    font-size: 1.2em;
    text-align: right;
    font-weight: 700;
    color: #fff;
    position: absolute;
    border-radius: 200px;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #ED1C24;
    padding: 8px 30px;
}

.calendar article .content p {
    font-size: .9em;
    color: #a8a8a8;
    padding: 10px 20px;
    text-align: right;
}

.checkbox {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    font-size: .9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #737373;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.1em;
}

.checkbox input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i {
    left: 2px;
    top: 2px;
    color: white;
}

.checkbox .whitecheckmark i {
    color: black;
}

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
    display: none;
}

.spinnerbox img {
    width: 70px;
}

.endprods {
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.endprods img {
    width: 70px;
    margin: 10px 30px;
}

.endprods div {
    width: 100%;
    height: 1px;
    background-color: #aeaeae;
}

.noprods {
    font-size: 1.2em;
    font-weight: 700;
    padding: 50px 10px;
    color: #b3b3b3;
    width: 100%;
    text-align: center;
}

.date_titel_referentie {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 2px solid #f2f2f2;
}

.date_titel_referentie h2 {
    font-weight: 700;
    font-size: 1.1em;
}

.date_titel_referentie p {
    color: #a8a8a8;
    white-space: nowrap;
    padding-left: 5px;
    font-size: .9em;
}


/* Einde Calendar */


/* Profiling */

.profiling {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.profiling article {
    position: relative;
    background-color: transparent;
    padding: 10px;
}

.profiling article a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.profiling article img {
    width: 100%;
}

.profiling article h2 {
    font-weight: 700;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    background-color: white;
    padding: 15px;
}


/* Einde Profiling */


/* Special Blokken */

.special_blokken {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.special_blokken article {
    width: 100%;
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
}

.special_blokken .imageholder {
    width: 50%;
    position: relative;
}

.special_blokken .imageholder .mainimg {
    width: 100%;
    z-index: 0;
    position: relative;
}

.special_blokken article:nth-child(even) .imageholder {
    order: 2;
}

.special_blokken article:nth-child(even) .textholder {
    order: 1;
}

.special_blokken .textholder {
    width: 45%;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 150px;
    padding: 30px;
}

.special_blokken .textholder h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ED1C24;
}

.special_blokken .textholder div {
    line-height: 180%;
    font-size: 1.1em;
    color: #7b7b7b;
}

.special_blokken .textholder a {
    font-weight: 700;
    color: #000;
    padding-top: 15px;
}

.ban1 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

.ban2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: none;
}


/* Einde Special Blokken */


/* Contact */

.contact_slider .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .8);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: white;
    border: none;
    border-radius: 200px;
}

.contact_slider .slick-next {
    right: 10px;
    left: initial;
}

.radio_container {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
}

.radio_container input {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.radio_container input:checked+.radio_checker {
    background-color: #94C11E;
    color: white;
}

.radio_container input:checked+.radio_checker i {
    display: block;
}

.radio_checker:hover {
    background-color: #94C11E;
    color: white;
}

.radio_checker {
    cursor: pointer;
    transition: all .3s;
    padding: 15px 30px;
    border-radius: 200px;
    font-size: .8em;
    font-weight: 700;
    background-color: #e4e4e4;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.form_changer {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.radio_checker i {
    display: none;
    margin-right: 10px;
}

.contact_info {
    display: flex;
    justify-content: space-around;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 60px 10px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    flex-wrap: wrap;
    transform: translateY(-50%);
    max-width: 1200px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    margin-bottom: -50px;
}

.contact_info h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #151F29;
    font-weight: 700;
}

.contact_info p {
    color: #4B4B4B;
    font-size: .9em;
    margin-top: 15px;
}

.contact_info a {
    padding-left: 30px;
    position: relative;
}

.contact_info a {
    color: #4B4B4B;
}

.contact_info a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact_content {
    width: 100%;
    padding-bottom: 60px;
}

.contact {
    width: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    justify-content: space-between;
    max-width: 1200px;
    min-height: 100px;
    flex-wrap: wrap;
}

.contact_form_holder {
    width: 100%;
    padding: 35px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_form_holder>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form {
    width: 60%;
}

#dasmap {
    width: 38%;
    position: relative;
    z-index: 0;
}

.contact_form,
.complaint_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hideField {
    display: block;
}

.complaint_form {
    display: none;
}

#NaamInput {
    width: 48%;
}

#EmailInput {
    width: 100%;
}

.contact_form input[type=text],
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    padding: 12px 10px;
    background-color: #fff;
    color: #A8A8A8;
    margin-bottom: 20px;
    font-family: 'Poppins', serif;
}

.contact_form textarea {
    width: 100%;
    background-color: #fff !important;
    border-radius: 0px;
    padding: 12px 10px !important;
    padding-left: 20px;
    color: #A8A8A8;
    margin-bottom: 20px;
    height: 300px;
    border: 2px solid #e7e7e7;
    font-family: 'Poppins', serif;
}

.contact_form input[type=submit],
.complaint_form input[type=submit],
.nb-form input[type=submit] {
    border-radius: 200px;
    padding: 10px 40px;
    background-color: #ED1C24;
    border: 2px solid #ED1C24;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    font-size: .9em;
    transition: all .3s;
    font-family: 'Poppins', serif;
}

.contact_form input[type=submit]:disabled,
.complaint_form input[type=submit]:disabled,
.nb-form input[type=submit]:disabled {
    opacity: .4;
}

.contact_form input[type=submit]:disabled:hover,
.complaint_form input[type=submit]:disabled:hover,
.nb-form input[type=submit]:disabled:hover {
    background-color: transparent;
    color: #ED1C24;
}

.contact_form input[type=submit]:hover,
.complaint_form input[type=submit]:hover,
.nb-form input[type=submit]:hover {
    background-color: transparent;
    color: #ED1C24;
}

#VoornaamCnt,
#NaamCnt {
    width: 49%;
    margin-bottom: 2%;
}

#EmailCnt {
    width: 100%;
    margin-bottom: 2%;
}

#StraatCnt,
#GemeenteCnt {
    width: 69%;
    margin-bottom: 2%;
}

#BusCnt,
#PostcodeCnt {
    width: 29%;
    margin-bottom: 2%;
}


/* Einde Contact */


/* Review */

.reviews {
    width: 100%;
    position: relative;
    background-color: #fafafa;
    padding: 70px 0;
    margin: 0 auto;
}

.reviews .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    color: white;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.reviews .slick-next {
    left: initial;
    right: 15px;
}

.reviews article {
    padding: 15px 50px;
}

.reviews article>div {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 50px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.reviews article>div img {
    max-width: 100px;
    border-radius: 200px;
}

.review_content {
    width: 100%;
    padding-left: 50px;
    line-height: 180%;
    color: #919191;
}

.review_content h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: #ED1C24;
    margin-bottom: 10px;
}

.review_content:not(.active)>div {
    max-height: 115px;
    overflow: hidden;
}

.review_content a {
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}

.review_content .long-text,
.review_content.active .short-text {
    display: none;
}

.review_content.active .long-text {
    display: block;
}

.show-more {
    cursor: pointer;
}


/* Einde Review */


/* Footer */

footer {
    width: 100%;
    background: #1f1f1f;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.footer_gegevens {
    width: 100%;
    max-width: 1400px;
    padding: 70px 10px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer_gegevens div {
    color: white;
    line-height: 180%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.footerimg {
    width: 200px;
}

.footer_gegevens h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer_gegevens a {
    color: #fff;
}

.siteby {
    width: 100%;
    background-color: #000;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.siteby>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    font-size: .8em;
    color: #383838;
}

.siteby>div div {
    padding: 5px;
}

.siteby a {
    color: #383838;
    font-weight: 700;
}

.siteby span {
    padding: 0 10px;
}


/* Einde Footer */


/* Op Maat */

.opmaat_header {
    width: 100%;
    transition: all 1s;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 50vh;
}

.opmaat_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(58, 58, 58, .67);
}

.opmaat_content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    transform: translateY(-50px);
    padding: 50px 0;
}

.opmaat_header h1 {
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
}

.opmaat_header h2 {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 2px;
    color: white;
}

.opmaat_items {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: -150px;
    transition: all 1s;
}

.opmaat_items article {
    margin: 2%;
    width: 25%;
    padding: 30px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.opmaat_items article h3 {
    font-size: 2.5em;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 80px;
    color: #ED1C24;
    height: 80px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    border-radius: 200px;
}

.opmaat_items article h2 {
    font-size: 1.6em;
    width: 100%;
    margin: 20px 0;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.opmaat_items article div {
    line-height: 180%;
    color: #7b7b7b;
    text-align: center;
}

.opmaat_items article a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    background-color: #ED1C24;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 200px;
}


/* Einde Op Maat */

.blend_effect {
    transform: translateY(80px);
    opacity: 0;
}

.profiling .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.profiling .slick-dots li {
    border-radius: 200px;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #eeeeee;
}

.profiling .slick-dots li button {
    display: none;
}

.profiling .slick-dots .slick-active {
    background-color: #353535;
}


/* Blog*/

.sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f6f6f6;
}

.sharing>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sharing>div a {
    color: #fff;
    border-radius: 4px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    transition: all .3s;
    font-weight: 700;
}

.sharing>div a:hover {
    transform: scale(1.15);
}

.sharing>div a i {
    font-size: 20px;
}

.sharing p {
    font-weight: 700;
    color: #353535;
    margin-right: 10px;
}

.sharing>a {
    display: inline-block;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    color: white;
    background-image: linear-gradient(50deg, #E53323 30%, #ED7024 100%);
    transition: all 0.8s ease;
}

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-head .c a {
    font-weight: 700;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block !important;
    border: 2px solid #ED1C24 !important;
    padding: 15px 20px !important;
    background-color: transparent !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    color: white !important;
    line-height: 100% !important;
    min-width: 0 !important;
    font-size: 15px !important;
    background-color: #ED1C24 !important;
    transition: all 0.8s ease !important;
}

.button-hold a:hover {
    background-color: transparent;
    color: #ED1C24;
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
}

.blog-main .c a {
    color: #a4a4a4;
    font-weight: 700;
}

.blog-item .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #ED1C24;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #ED1C24;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #ED1C24;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #ED1C24;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: bold;
    color: #ED1C24;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #ED1C24;
    font-weight: 700;
    border: 2px solid #ED1C24;
    color: #fff;
    transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
    background-color: transparent;
    color: #ED1C24;
}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #626572;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    line-height: 150%;
    color: #626572;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Media Query's */

@media screen and (max-width: 1600px) {
    .reviews article>div {
        padding: 30px;
    }
}

@media screen and (max-width: 1500px) {
    .reviews article {
        padding: 15px;
    }
    .reviews article>div {
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        padding: 15px;
    }
    .reviews article>div img {
        margin-bottom: 20px;
    }
    .review_content {
        padding-left: 0;
        text-align: center;
    }
    .reviews .slick-dots {
        width: 100%;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        padding-top: 20px;
    }
    .reviews .slick-dots li {
        border-radius: 200px;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        cursor: pointer;
        background-color: #eeeeee;
    }
    .reviews .slick-dots li button {
        display: none;
    }
    .reviews .slick-dots .slick-active {
        background-color: #353535;
    }
    .calendar article {
        width: 48%;
    }
}

@media screen and (max-width: 1400px) {
    .instagram_feed .instagram_post {
        width: 270px;
        height: 270px;
    }
}

@media screen and (max-width: 1350px) {
    .contact_info {
        transform: none;
        max-width: 100%;
        margin: 20px 0;
    }
    .contact {
        max-width: 100%;
    }
    .item_controls {
        transform: none;
    }
    .item_header {
        margin-top: 0;
    }
}

@media screen and (max-width: 1300px) {
    .blog-overzicht .blog-item {
        width: 98%;
    }
}

@media screen and (max-width: 1250px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .instagram_feed .instagram_post {
        width: 250px;
        height: 250px;
    }
    .calendar_page {
        flex-wrap: wrap;
    }
    .filtertitle {
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        font-size: 1.4em;
        cursor: pointer;
    }
    .calendar_page aside {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding: 20px 10px;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 2px solid #e6e6e6;
        margin-bottom: 30px;
    }
    .calendar_page aside>div {
        display: none;
        margin-top: 20px;
    }
    .calendar_filter h1 {
        background-color: #ED1C24;
        color: white;
        padding: 15px 10px;
    }
    .calendar_filter {
        padding: 0;
        border: none;
    }
    .navigation {
        padding: 15px 0;
    }
    .navigation nav {
        display: none;
    }
    .menubtn {
        display: block;
    }
    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6em;
    }
    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }
    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }
}

@media screen and (max-width: 1160px) {
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 1100px) {
    .special_blokken .textholder {
        width: 48%;
        padding: 15px;
    }
    .special_blokken .textholder h2 {
        font-size: 1.3em;
    }
    .special_blokken .textholder div {
        font-size: 1em;
    }
    .project_content {
        flex-wrap: wrap;
    }
    .project_beschrijving {
        width: 100%;
        order: 2;
        font-size: .9em;
    }
    .project_content aside {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        padding: 30px 15px;
        border: none;
        order: 1;
        background-color: #f9f9f9;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 0;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .aanbod_price,
    .aanbod_voorschot {
        text-align: left;
    }
    .aanbod_price {
        width: 50%;
        order: 1;
    }
    .aanbod_voorschot {
        order: 2;
    }
    .aside_gegevens {
        flex-direction: row;
        width: 100%;
        order: 3;
    }
    .aside_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        border: none;
    }
    .project_boeken {
        max-width: 50%;
        order: 1;
        margin-top: 0;
    }
}

@media screen and (max-width: 1050px) {
    .instagram_feed .instagram_post {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .search_aanbod {
        transform: translateY(0);
        width: 98%;
        margin: 1%;
        padding: 10px;
    }
    .home_slider_content {
        flex-wrap: wrap;
    }
    .home_slider_content_tekst {
        position: relative;
        transform: none;
        top: initial;
        left: initial;
        padding: 30px 10px;
        background-color: #353535;
    }
    .home_slider_content_tekst>div {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .home_slider_content h2 {
        font-size: 2em;
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        text-shadow: none;
    }
    .home_slider_content h3 {
        font-size: .9em;
        background-color: #ED1C24;
        text-align: center;
        padding: 10px 30px;
        text-shadow: none;
    }
    .home_slider_content a {
        padding-top: 10px;
        text-shadow: none;
        margin-top: 10px;
        font-size: 1em;
        text-align: center;
    }
    .search_aanbod form {
        flex-wrap: wrap;
    }
    .search_aanbod form>div {
        width: 48%;
        padding: 0;
        margin: 1%;
    }
    .search_aanbod form>div:nth-child(3n) {
        width: 98%;
    }
    .search_aanbod form button {
        width: 98%;
        margin: 1%;
        min-width: initial;
    }
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
    }
    .blog-main {
        width: 100%;
        padding: 10px;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-main .title-hold,
    .blog-main .blog-overzicht {
        display: none;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .blog-recent .blog-item {
        width: 45%;
    }
}

@media screen and (max-width: 950px) {
    .instagram_feed {
        justify-content: center;
        max-width: 90%;
    }
    .instagram_feed .instagram_post {
        width: 300px;
        height: 300px;
    }
    .special_blokken {
        padding: 15px;
    }
    .special_blokken article {
        flex-wrap: wrap;
    }
    .special_blokken .textholder {
        width: 100%;
        padding: 15px 0;
        order: 2;
    }
    .special_blokken article:nth-child(even) .imageholder {
        order: 1;
    }
    .special_blokken .imageholder {
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 900px) {
    .footer_gegevens div {
        width: 100%;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .footer_gegevens div:last-child {
        margin-bottom: 0;
    }
    .footer_gegevens {
        padding: 30px 10px;
    }
    .blog-main .c {
        font-size: 1em;
    }
}

@media screen and (max-width: 850px) {
    .calendar article h3 {
        font-size: 1em;
    }
    .calendar article .date {
        font-size: 1.5em;
        width: 80px;
    }
    .calendar article .content h2 {
        font-size: 1.1em;
    }
    .item_header_content a {
        display: none;
    }
    .item_header_content {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .item_header div h1 {
        font-size: 2em;
    }
    #dasmap,
    .contact_form {
        width: 100%;
    }
    #dasmap {
        margin-top: 30px;
        height: 400px;
    }
}

@media screen and (max-width: 800px) {
    .instagram_feed .instagram_post {
        width: 280px;
        height: 280px;
    }
    .insta_titel .line-hold h2 {
        font-size: 25px;
    }
    .contact_info div {
        width: 100%;
        margin: 20px;
        text-align: center;
    }
    .contact_info {
        padding: 20px 10px;
    }
    .contact_info a {
        padding: 0;
    }
    .contact_info a i {
        display: none;
    }
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }
    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }
    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .instagram_feed .instagram_post {
        width: 260px;
        height: 260px;
    }
    .home_header div {
        flex-wrap: wrap;
        text-align: center;
    }
    .home_header {
        -ms-align-items: center;
        align-items: center;
    }
    .home_header h1 {
        text-align: center;
    }
    .home_header h2 {
        text-align: center;
    }
    .home_header div p {
        width: 100%;
    }
    #dasmap {
        height: 300px;
    }
    .siteby {
        font-size: .9em;
    }
    .siteby>div div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .siteby span {
        visibility: hidden;
    }
    .siteby a {
        margin: 5px 0;
    }
    .aside_gegevens {
        font-size: .9em;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .aanbod_price {
        font-size: 1.4em;
    }
    .item_controls {
        font-size: .8em;
    }
    .popup {
        min-height: 100%;
        height: initial;
        bottom: initial;
        position: absolute;
    }
    .popup_content {
        flex-wrap: wrap;
    }
    .popup_image {
        width: 100%;
        height: 300px;
    }
    .popup_tekst {
        width: 100%;
    }
    .blog-recent .blog-item {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .insta_titel .line-hold h2 {
        font-size: 20px;
    }
    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }
    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }
    .blog-row {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
}

@media screen and (max-width: 650px) {
    .instagram_feed {
        max-width: 100%;
        margin-bottom: 0;
    }
    .instagram_feed .instagram_post {
        width: 240px;
        height: 240px;
    }
    .instagram_post i {
        font-size: 25px;
    }
    .search_aanbod {
        padding: 10px;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
    .search_aanbod form>div {
        width: 100%;
    }
    .home_slider_content h2 {
        font-size: 1.5em;
    }
    #NaamInput {
        width: 100%;
    }
    .contact_form_holder {
        padding: 15px;
        box-shadow: none;
    }
    .contact,
    .contact_info {
        box-shadow: none;
    }
    .contact_info {
        margin: 0;
        background-color: #000;
    }
    .contact_info h2 {
        color: white;
    }
    .contact_info p,
    .contact_info a {
        color: white;
    }
}

@media screen and (max-width: 600px) {
    .instagram_feed .instagram_post {
        width: 220px;
        height: 220px;
    }
    .PL_Wrapper {
        right: 10px;
    }
    .calendar article {
        width: 96%;
        margin: 2%;
    }
    .afb1 {
        display: none;
    }
    .afb2 {
        display: block;
    }
    .home_slider_content h3 {
        display: none;
    }
    .home_header h1 {
        font-size: 1.4em;
    }
    .home_header h2 {
        font-size: 1em;
    }
    .home_header div {
        font-size: .9em;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .insta_titel {
        padding: 30px 0;
    }
    .insta_titel h2 {
        font-size: 20px;
    }
    .instagram_post i {
        font-size: 20px;
    }
    .instagram_feed {
        padding: 0px 10px;
    }
    .contact_form input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
    #PL_privacy {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    .instagram_feed .instagram_post {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 500px) {
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 450px) {
    .instagram_feed {
        justify-content: center;
    }
    .instagram_feed .instagram_post {
        width: 150px;
        height: 150px;
        margin: 5px;
    }
}

@media screen and (max-width: 400px) {
    .row-block.extra {
        display: none;
    }
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
}

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#content-container h2 {
    color: #353535;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container p {
    width: 100%;
}

#content-container h3 {
    background: #ED1C24;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #D3191C;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #ED1C24;
    color: white;
    font-weight: 700;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}