/* WONEN.nl Compact CSS versie 6.2.101 */

/* CORE */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    letter-spacing: 0;
    color: hsla(183, 10%, 10%, 1);
}

video {
    max-width: 100%;
    height: auto;
}
/* PSEUDO ELEMENTS */
:focus {
    outline: none;
}
::selection {
    background: #04b6be;
    color: #fff;
}

::-moz-selection {
    background: #04b6be;
    color: #fff;
}

hr {
    height: 1px;
    width: 100%;
}

.wonen-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/* Layout sizing */

.container {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.container-edit {
    padding-right: 30px !important;
    margin-left: 120px !important;
}

.filler {
    margin-top: 94px;
}

#Profiel > .container {
    margin-top: 30px;
}

.nav-pills {
    margin-bottom: 15px;
    font-size: 1.4em;
}

.row {
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 30px;
    padding-right: 30px;
}

.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 99px;
    z-index: 1020;
}
[contenteditable="true"]:empty::before,
[contenteditable="plaintext-only"]:empty::before {
    content: attr(placeholder);
    display: block; /* For Firefox */
    color: #b9b9b9;
}
.r-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.r-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*HERO IMAGE*/

.hero-image {
    position: relative;
    width: 100%;
    height: 45vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("/img/WONENnl-Hero-Kalfire.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 92px;
}

.hero-test {
    background-image: url("/img/Getest-Hero.jpg");
    height: 40vh;
    min-height: 360px;
}

.hero-test .hero-image-overlay {
    background-color: rgba(0, 0, 0, 0.1); /* Black background with opacity */
}
.hero-image-title {
    z-index: 3;
}

.hero-image-bron {
    color: #fff;
    font-size: 1.6em;
    letter-spacing: 1px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    opacity: 0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 3;
}

.hero-image:hover .hero-image-bron {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hero-image-overlay {
    position: absolute;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

/* HEADER */
/* navbar */

.navbar-top-1 {
    z-index: 1040;
    height: 52px;
}

.navbar-top-2 {
    top: 52px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 10px 0;
    z-index: 2;
}

.navbar-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    position: relative;
}

.navbar-search > .input-group {
    margin: 0 auto;
    width: 75%;
}

.navbar-search > .form-control.searchBar {
    font-size: 16px;
    z-index: 2;
}
.navbar-search > .btn.btn-search {
    font-size: 16px;
    z-index: 2;
}
.searchSuggest {
    background-color: #fff;
    display: none;
    width: 100vw;
    position: fixed;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1;
}
.searchSuggestCon {
    display: block;
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    background-color: #fff;
    color: #555;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-transition-property: border-color, -webkit-box-shadow;
    transition-property: border-color, -webkit-box-shadow;
    transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s, 0.15s;
    transition-duration: 0.15s, 0.15s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    transition-timing-function: ease-in-out, ease-in-out;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.searchSuggestCon.focused {
    border-color: #04b6be;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-transition-property: border-color, -webkit-box-shadow;
    transition-property: border-color, -webkit-box-shadow;
    transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s, 0.15s;
    transition-duration: 0.15s, 0.15s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    transition-timing-function: ease-in-out, ease-in-out;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.searchSuggestResult {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}
.srchSugRes_link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 6px 12px;
    font-family: "Roboto Slab", serif;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.srchSugRes_link:hover {
    text-decoration: none;
    color: #04b6bf;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bedrijfSuggest {
    color: hsla(15, 100%, 53%, 1);
}
.bedrijfSuggest > .srchSugRes_link {
    padding-bottom: 0;
}
.bedrijfSuggestBedrijf {
    padding: 6px 12px;
    padding-top: 0;
    font-size: 14px;
}
.srchSugRes_div {
    width: 50%;
    margin-bottom: 32px;
}
.srchSugRes_header {
    color: #333;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.srchSugRes_head {
    color: #333;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.srchSugRes_Sug {
    padding: 0 12px;
    margin-top: 8px;
    max-height: 77px;
    overflow: hidden;
}
.srchSugRes_Sug .btn-wonen {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 16px;
}
.srchSugRes_empty {
    padding: 6px 12px;
    color: #888;
}
.srchSugRes_Sug .srchSugRes_empty {
    padding-left: 0;
}
.srchSugRes_sAll {
    display: block;
    text-transform: uppercase;
    margin: 0 12px;
}
.srchSugRes_sAll .fa-search {
    margin-right: 5px;
}
.navbar-nav .btn-group > .btn:first-child {
    margin-left: 15px;
    margin-right: 0;
}

.navbar-light .navbar-toggler {
    font-size: 16px;
    padding: 6px 8px;
    border-color: #ccc;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    color: #555;
    padding: 8px 0;
    margin: 0 24px 0 0;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #04b6bf;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #04b6be;
    border-bottom: 3px solid #04b6be;
}

.new {
    color: rgba(232, 92, 65, 0.8);
    text-transform: lowercase;
}

/* sidenav */
.sidenav {
    height: 100vh; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 6; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden; /* Disable vertical scroll */
    padding-top: 125px; /* Place content 98px from the top */
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 93px;
    right: 13px;
    font-size: 36px;
    z-index: 3;
    color: #333;
}

.sidenav-content {
    height: 100%;
    overflow-y: scroll;
}

.sidenav-fixed-open {
    position: fixed;
    bottom: 20px;
    z-index: 5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.sidenav-fixed-open > .btn-wonen {
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    font-weight: 500;
    letter-spacing: 0.04em;
}

/* TYPE AHEAD */

.typeahead {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 6px 15px;
    width: 100%;
    font-size: 1em;
}

.twitter-typeahead {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
    /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    position: relative;
    color: #777;
    padding: 3px 20px;
    line-height: 24px;
    margin: 0;
}

.tt-dataset-Artikel > .tt-suggestion:hover {
    color: #fff;
    background-color: #04b6bf;
}

.tt-dataset-Bedrijf > .tt-suggestion:hover {
    color: #fff;
    background-color: hsla(15, 100%, 53%, 1);
}

#multiple-datasets .league-name {
    margin: 5px 20px;
    font-size: 1.2em;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

/* dropdown-menu */
.dropdown-menu-right {
    position: absolute !important;
    right: 0px;
    left: auto;
    text-align: right;
    min-width: 180px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:not(.noactive):active {
    background-color: #04b6be;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

/* BLOCK STYLING */
/* block header */
.block-header-container {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #04b6be;
    width: 100%;
}

.block-header-text {
    border-bottom: 3px solid #04b6be;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}

/* full-page-block */
.full-page-block {
    position: relative;
    height: auto;
    width: 100%;
    padding: 40px 0 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* block container */
.block-container {
    position: relative;
    height: auto;
    width: 100%;
}

/* block item */
.block-item {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.block-item::after {
    display: block;
    clear: both;
    content: "";
}
.block-item .block-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.block-item .block-img-edit {
    width: 100%;
    min-width: 850px;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.block-item .block-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*.block-item .block-img img {*/
/*    width: auto;*/
/*    height: 600px;*/
/*    -o-object-fit: cover;*/
/*    object-fit: scale-down;*/
/*}*/
.block-item .block-txt {
    width: 100%;
    position: relative;
    padding: 2em;
}
.block-item:not(.nohover):hover .title {
    color: #04b6be;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* SVG HOVER */
.grid-item:not(.nohover):hover .artikel-icons svg:not(:root).svg-inline--fa {
    color: #777;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog:not(.nohover):hover .artikel-icons svg:not(:root).svg-inline--fa {
    color: #777;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.l-n:not(.nohover):hover .artikel-icons svg:not(:root).svg-inline--fa {
    color: #777;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.small:not(.nohover):hover .artikel-icons svg:not(:root).svg-inline--fa {
    color: #777;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* large */
.large {
    float: left;
    position: relative;
    height: 400px;
    width: 100%;
    margin-bottom: 13.9931px;
    background-color: #fff;
}

.large .block-img {
    width: 100%;
    height: 66.66%;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #e9e9e9;
}
.large .block-txt {
    width: 100%;

    padding: 0 15px 0 15px;
}

.large .artikel-icons-blog {
    padding: 15px 15px 3px 15px;
}
.large-bot {
    height: 33.33%;
    overflow: hidden;
}
.large-bot:after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(255, 255, 255, 1)),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    border-radius: 0 0 5px 5px;
}
/* medium */
.medium {
    float: left;
    position: relative;
    height: 235px;
    width: 100%;
    margin-bottom: 2%;
    text-align: center;
    background-color: #fff;
}

.medium .block-img {
    width: 100%;
    height: 66.66%;
    border-radius: 5px 5px 0 0;
}
.medium .block-txt {
    width: 100%;
    height: 33.33%;
    padding: 10px;
}

/* small */
.small {
    float: left;
    position: relative;
    height: 100px;
    width: 100%;
    margin-bottom: 13.9931px;
    background-color: #fff;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small .block-img {
    width: 38.2%;
    height: 100%;
    border-radius: 0 5px 5px 0;
    float: left;
}

.small .block-txt {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

.small .block-txt .title {
    margin-bottom: 2px;
    font-size: 13px;
}

.small .block-txt .sum {
    margin: 0;
    font-size: 12px;
}

.small .artikel-icons-blog {
    padding: 0 15px;
}

.small .artikel-icons {
    margin-top: 0;
}
.small-bot {
    width: 61.8%;
    height: 100%;
}

.best-nr {
    font-weight: bolder;
    font-size: 16px;
}

/* CONTACT
/*------------------------------------------------------*/

.contact {
    padding: 10px 20px;
    font-size: 1.4em;
}

.contact-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact .social-nav .instagram {
    font-size: 1.9em;
}
.contact .social-nav li {
    margin-right: 10px;
}

/* COLLECTIES
/*------------------------------------------------------*/

.collecties {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
    height: 250px;
}

.collecties h1,
.collecties:visited h1 {
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 130%;
}

.collecties:hover h1,
.collecties:active h1,
.collecties:focus h1 {
    color: #04b6be;
    text-decoration: none;
}

.collecties p {
    text-align: center;
    padding-bottom: 10px;
    color: #777;
    margin: 5px;
}

.collecties .title {
    opacity: 0;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.collecties:hover .title {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.collecties .counter {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 32px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    width: 100%;
    height: 100%;
}

.c-big {
    border: #fff 1px solid;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 61.8%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-small {
    float: left;
    width: calc(100% / 3);
    height: 38.2%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: #fff 1px solid;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.overlay-collecties {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.collecties:hover .overlay-collecties {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.collecties a.tag-cat {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/* PROFESSIONAL */

.prof-header {
    background-color: #f1f1f1;
    position: fixed;
    z-index: 6;
    width: 100%;
    top: 93px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

.prof-cat-menu {
    padding: 15px 0;
    margin-bottom: 30px;
}
.prof-cat-menu .grid-item-link {
    padding: 4px 30px;
}
.prof-cat-menu .prof-cat-menu-header {
    padding: 4px 15px;
}
.prof-cat-menu-header {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.prof-cat-menu-links {
    font-size: 12px;
    line-height: 1.5em;
    padding-left: 0;
    list-style: none;
    padding: 0;
}

.p-c-menu.active,
.p-c-menu.active:hover,
.p-c-menu.active:focus {
    color: #fff !important;
    background-color: #04b6be;
    border-color: #04b6be;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.p-c-menu {
    font-size: 14px;
    cursor: pointer;
}

#dropdownProf-panel {
    margin-bottom: 15px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.show-submenu {
    display: block;
}

#alg_info_edit img {
    max-width: 100%;
    height: auto;
}
#alg_info_edit table {
    width: 100%;
    height: auto;
}

/* card-professional */
.card-professional {
    border-radius: 5px;
    border-top: 3px solid hsla(15, 100%, 53%, 1);
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.card-professional > .card-header {
    font-size: 14px;
    border: 0;
    padding: 5px 15px;
    background-color: #fff;
    margin-top: 30px;
}

.card-professional-art {
    height: 180px;
    width: 100%;
    position: relative;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.card-professional-art > .art-showcase {
    position: relative;
    height: 180px;
    width: calc(100% / 3);
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.art-showcase > a > .link-spanner {
    z-index: 4;
}
.art-showcase img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.overlay-prof {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.art-showcase:hover .overlay-prof {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.partner-tag {
    position: absolute;
    top: 15px;
    right: 15px;
}

.partner-tag-content {
    color: hsla(15, 100%, 53%, 1);
    font-size: 14px;
    padding: 3px 5px 3px 40px;
    border-radius: 5px;
    border: 2px solid hsla(15, 100%, 53%, 1);
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.partner-tag-content::before {
    content: url(/img/FaviconWONENnl.png);
    position: absolute;
    left: 5px;
    top: -5px;
}

.prof-current {
    float: left;
    margin-left: 1.5em;
}

/* home-cat-product list */
.block-product-list {
    margin: 0 -30px;
}

/* advertentie block */
.mrb {
    margin-top: 30px;
    width: 300px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
/* toon meer block */
.toon-meer-block {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    margin: 0 0 0 0;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.toon-meer-block:not(.nohover):hover .toon-meer {
    color: #04b6be;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* v-align block */
.v-block {
    display: table;
    width: 100%;
    height: 100%;
}
.v-block-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

/* FOOTER */
/* Footer sitemap */
.wonen-footer {
    margin-top: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 1.2em;
    z-index: 999;
}

.footer-map {
    margin-top: 15px;
    list-style-type: none;
    padding-left: 0;
}

.footer-map-header {
    font-size: 1.2em;
}

.footer-map > li > a {
    color: #bbb;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.footer-map > li > a:not(.nohover):hover {
    color: #04b6be;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.navbar-cr {
    height: 120px;
    color: #777;
    font-size: 1.4em;
}

/* COOKIE DISCLAIMER */

button#closeCookie {
	position: absolute;
	bottom: 10%;
	left: 43%;
}

.check1 {
	position: absolute;
	left: 10%;
	bottom: 50%
}

.check2 {
	position: absolute;
	left: 10%;
	bottom: 25%;
}

.checkboxTekst1{
    font-size: 12px;
	position: absolute;
	left: 23%;
	bottom: 45%;
    text-align: left;
}

.checkboxTekst2{
    text-align: left;
    font-size: 12px;
	position: absolute;
	left: 23%;
	bottom: 22%;
}

.check1 input[type="checkbox"], .check2 input[type="checkbox"] {
   position: relative;
   width: 80px;
   height: 40px;
   -webkit-appearance: none;
   background: #c6c6c6;
   outline: none;
   border-radius: 20px;
   box-shadow: inset 0 0 5px rgba(0,0,0,.2);
   transition: .5s;
}

.check1 input:checked[type="checkbox"]{
    background: rgb(178,222,177);
}

.check2 input:checked[type="checkbox"]{
    background: rgb(100,189,99);
}

.check1 input[type="checkbox"]:before, .check2 input[type="checkbox"]:before{
   content: '';
   position: absolute;
   width: 40px;
   height: 40px;
}

.check1 input[type="checkbox"]:before,.check2 input[type="checkbox"]:before {
   content: '';
   position: absolute;
   width: 40px;
   height: 40px;
   border-radius: 20px;
   top: 0;
   Left: 0;
   background: #fff;
   transform: scale(1.1);
   box-shadow: 0 2px 5px rgba(0,0,0,.2);
   transition: .5s;
}

.check1 input:checked[type="checkbox"]:before, .check2 input:checked[type="checkbox"]:before{
   left: 40px
}

.cookie-disclaimer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    padding: 5px;
    width: 50%;
    text-align: center;
    z-index: 1030;
}

.cookie-disclaimer .w-link {
    text-decoration: underline;
}

.cookie-disclaimer .sum {
	position: absolute;
    font-size: 16px;
	top: 10%;
}

.cookie-disclaimer .closeCookie {
	position: absolute;
	bottom: 10%;
}

.cookie-disclaimer > .block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
	height: 350px;
}

.cookieClick {
    cursor: pointer;
    font-size: 16px;
}

/* LAATSTE NIEUWS */
/* Container */
.block-nieuws {
    position: relative;
    height: 400px;
    width: 100%;
}

.block-nieuws .toon-meer-block {
    width: 49%;
    margin: 0 0 0 1%;
}

/* 1 uitvergroot links */
.l-n {
    float: left;
    position: relative;
    height: 100%;
    width: 49%;
    margin: 0 1% 0 0;
}

.l-n .block-img {
    width: 100%;
    height: 66.66%;
    border-radius: 5px 5px 0 0;
}
.l-n .block-txt {
    width: 100%;
    padding: 0 15px;
}

.l-n .artikel-icons-blog {
    padding: 15px 15px 3px 15px;
}
.l-n-bot {
    height: 33.33%;
    position: relative;
}

/* 2 tot en met 4 rechts */
.l-n:not(:first-child) {
    position: relative;
    float: left;
    border-radius: 5px;
    height: 109.3402px;
    width: 49%;
    margin: 0 0 13.9931px 1%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.l-n:not(:first-child) .block-img {
    float: left;
    width: 38.2%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.l-n:not(:first-child) .block-txt {
    float: left;
    text-align: left;
}

.l-n:not(:first-child) .block-txt .title {
    font-size: 12px;
}

.l-n:not(:first-child) .artikel-icons-blog {
    padding: 10px 15px 0 15px;
}

.l-n:not(:first-child) .icon-row-bottom {
    padding: 5px 15px;
}

.l-n:not(:first-child) .l-n-bot {
    width: 61.8%;
    height: 100%;
    position: relative;
    float: left;
}

/* BLOG */

.blog {
    width: 49%;
}

/* linker rij */
.blog:nth-child(odd) {
    margin-right: 1%;
}

/* rechter rij */
.blog:nth-child(even) {
    margin-left: 1%;
}

.blog .sum {
    margin: 0;
}

/* SOCIAL NIEUWSBRIEF */

.socials-block {
    max-width: 300px;
    margin: 0 auto;
}

/* ARTIKEL_SUM */

.a_sum_item {
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}
.a_sum .a_sum_item:first-child {
    margin-left: 0;
}

.a_sum .a_sum_item:nth-child(3n + 4) {
    margin-left: 0;
}

.a_sum .a_sum_item:nth-child(3n) {
    margin-right: 0;
}

.a_sum_item .sum {
    margin: 0;
}

.a_sum-btn-pub {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 6;
}
.a_sum-btn-edit {
    position: absolute;
    top: 15px;
    right: 65px;
    z-index: 6;
}
.a_sum-btn-del {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 6;
}

/* ARTIKEL */

.artikel {
    margin-top: 30px;
}
.artikel > .grid-item-img-container > .block-img {
    border-radius: 0.5em 0.5em 0 0;
}

.artikel > .block-txt {
    padding: 3em;
    text-align: left;
}

.artikel > .block-txt > .title {
    color: #333;
    font-size: 32px;
    margin-bottom: 18px;
}

.artikel > .block-txt > .sum {
    font-size: 18px;
    margin-bottom: 12px;
    padding-right: 30px;
}

.artikel .artikel-icons {
    font-size: 14px;
    margin-top: 12px;
}

.icon-row-bottom {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 15px;
    z-index: 2;
}

.artikel-icons {
    font-size: 11px;
    font-weight: 400;
    color: #b9b9b9;
}
.artikel-icons span {
    color: #838383;
}

.artikel-icons-blog {
    padding: 20px 20px 0 20px;
}

.bullet::after {
    content: " • ";
    padding-left: 15px;
    padding-right: 15px;
}

.tagspan {
    text-transform: capitalize;
    padding-left: 3px;
}

/* DEALER */
.dealer_b {
    float: left;
    position: relative;
    height: 145px;
    width: 100%;
    margin-bottom: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.dealer_b .block-img {
    width: 38.2%;
    height: 100%;
    border-radius: 5px 0 0 5px;
    float: left;
}
.dealer_b .block-txt {
    width: 61.8%;
    height: 100%;
    text-align: left;
    float: left;
}

.dealer_b .title {
    font-size: 16px;
}

.dealer_b:not(.nohover):hover .title {
    color: hsla(15, 100%, 53%, 1);
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dealer_b .pro-partner-tag {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
}

/* PROFESSIONAL ARTIKEL */

.pro-header-line {
    border-bottom: 1px solid hsla(15, 100%, 53%, 1);
}

.pro-header-img {
    width: 38.2%;
    padding-bottom: 15px;
    float: left;
}

.pro-header-info {
    width: 61.8%;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
}

.pro-header-info .title {
    font-size: 20px;
}

.pro-header-info .sum {
    font-size: 14px;
}

.pro-header-expandable {
    height: 60px;
    overflow: hidden;
    margin-bottom: 8px;
}

.pro-header-expanded {
    height: auto;
    overflow: inherit;
}

.meer-tonen-expand {
    font-size: 14px;
    font-weight: bold;
    color: #777;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.meer-tonen-expand:not(.nohover):hover {
    color: #333;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pro-partner-tag {
    position: relative;
    margin-bottom: 10px;
}

.pro-partner-tag-content {
    color: hsla(15, 100%, 53%, 1);
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 3px 5px 3px 40px;
    border-radius: 5px;
    border: 2px solid hsla(15, 100%, 53%, 1);
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pro-partner-tag-content::before {
    content: url(/img/FaviconWONENnl.png);
    position: absolute;
    left: 5px;
    top: -5px;
}

.pro-header-xtra-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pro-header-xtra-info > .btn-light {
    margin-bottom: 5px;
}

/* EDIT ARTIKEL-PRODUCT */
.artikel-head-title-edit {
    padding: 0 0 0 10px;
    line-height: inherit;
    margin-bottom: 5px;
    margin-left: -10px;
}
.title_counter,
.p_summary_counter,
.p_keywords_counter {
    margin: 0.5em 0 0 0;
    font-size: 14px;
}
.p_keywords_counter {
    padding-left: 16px;
    padding-right: 16px;
}

.img-hint-edit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 80%, 1);
}

.btn-img-car-edit {
    margin: 5px;
    font-size: 20px;
    line-height: 1.2em;
    height: 160px;
    width: 240px;
}
.btn-img-edit-icon {
    font-size: 2em;
    margin-bottom: 15px;
}

.btn-img-edit {
    font-size: 12px;
    height: 100%;
    width: 100%;
}

.dashed {
    border-style: dashed;
    border-width: 2px;
    border-color: #999;
    border-radius: 5px;
    padding: 5px 10px 5px 10px !important;
    margin-left: -10px;
    margin-right: -10px;
}

/* #region / Edit Product NEW */

.edit-product .block-txt {
    padding: 24px 32px 16px;
    text-align: left;
}

.edit-product .block-txt .title {
    color: #333;
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.img-container > figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 600px;
}
.img-container > figure > img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 600px;
    max-width: 1024px;
}
.img-container.thumbnail-w > figure > img {
    width: 100%;
}

.thumbnail-add {
    display: block;
    margin: 0;
    width: 100%;
    height: 100px;
    border-radius: 4px;
}
.thumbnail-li-edit,
.thumbnail-li-edit-add {
    padding: 0 10px 10px 0;
    width: 20%;
    position: relative;
}
.js-move-hint {
    width: 20%;
}
.js-move-hint > .thumbnail-li-edit {
    width: 100%;
}
.h-b-edit > .js-move-hint {
    cursor: move !important;
}
.thumbnail-w {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.btn-del {
    position: absolute;
    top: 3px;
    right: 13px;
    z-index: 6;
    padding: 3px 8px;
}
.thumbnail-w-placeholder {
    display: block;
    width: calc(20% - 10px);
    height: 100px;
    border-radius: 4px;
    margin: 0 10px 10px 0;
    background-color: #eeeeee;
    border: 1px dashed #cccccc;
}

.popover {
    padding: 0 0 15px 0;
    text-align: center;
    font-size: 14px;
    border: 0;
    -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    border-top-color: #ffffff;
}
.popover-header {
    font-size: 1.4em;
}
.popover-body {
    padding: 12px 15px 0 15px;
}

.understood {
    display: block;
    padding: 5px 10px 0 10px;
    color: hsla(0, 0%, 46%, 1);
    cursor: pointer;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 5px auto 0 auto;
}
.understood:hover {
    text-decoration: underline;
    color: hsla(0, 0%, 26%, 1);
}

.btn-img-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
}
.btn-img-edit:hover {
    color: #ffffff;
    background-color: hsla(15, 100%, 53%, 1);
    cursor: pointer;
}
.btn-img-edit > .fa-file-image {
    font-size: 1.4em;
    margin-left: 5px;
}
.ui-sortable > li {
    cursor: move;
}

.artikel > .block-txt > .sum {
    font-size: 18px;
    margin-bottom: 12px;
    padding-right: 30px;
}

.dashed.editable > * {
    margin: 0 !important;
    padding: 0 !important;
    cursor: text !important;
    display: inline-block !important;
    width: 100% !important;
}
.dashed.editable > .tiny {
    min-height: 20px;
}
.tiny > p:last-child {
    margin-bottom: 0;
}
.dashed.editable {
    overflow: hidden;
}

.btn-del-edit {
    position: absolute;
    top: -5px;
    right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 5px;
    font-size: 16px;
}

/* #endregion */

/* #region / Edit Product Aside */
.edit-product-settings {
    padding: 20px 15px;
    margin: 0;
    font-size: 16px;
    line-height: 1.618;
}
.article_author_aside .divider_header:first-of-type {
    padding-top: 0;
}
.edit-product-settings .form-group:last-of-type {
    margin-bottom: 0;
}
.article_author_aside .rounded_form {
    padding-bottom: 60px;
}
.rounded_form .edit-product-settings .form-control.text_area {
    overflow: hidden;
    line-height: 20px;
    min-height: 64px;
    max-height: 144px;
}
.edit-product-settings .p-text {
    padding: 0;
    margin: 0 0 0.75em 0;

    font-size: 16px;
    line-height: 1.5em;

    color: #767676;
}
.edit-product-extra {
    padding: 14px 21px 21px 21px;
    margin: 30px 0 0;

    font-size: 14px;
    line-height: 1.5em;
}

/* #region / Edit Product TYPE */
.edit-product-extra .header {
    padding: 0;
    margin: 0 0 0.25em 0;

    font-size: 22px;
    line-height: 1.22;
}
.edit-product-extra .header:not(:first-child) {
    margin-top: 1.5em;
}

.edit-product-extra .p-text {
    padding: 0;
    margin: 0 0 0.75em 0;

    font-size: 16px;
    line-height: 1.5em;

    color: #767676;
}
/* #endregion */

/* #region / Edit Product FORM */
.edit-product-extra .form-group {
    padding: 0;
    margin: 0;
}
.edit-product-extra .form-control {
    font-size: 14px;
}
.edit-product-extra select.form-control {
    text-transform: capitalize;
}
.edit-product-extra .form-group .control-label {
    padding: 0;
    margin: 0;
}
.edit-product-extra .form-group .control-label:not(:first-child) {
    margin: 0.5em 0 0 0;
}
.edit-product-extra .form-group .t-area {
    height: 76px;
}
/* #endregion */

/* #endregion */

/* #region / Edit Product Controls */
.edit-product-controls {
    padding: 21px !important;
    margin: 30px 0 0 !important;

    font-size: 14px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/* #region / Product Edit Controls BTN */
.edit-product-controls .btn {
    width: 100%;
}
.edit-product-controls .btn:last-child {
    margin: 15px 0 0 0;
}
/* #endregion */
/* #endregion */

/* #region / Edit Product Modal */
.section-delete-modal .modal-content,
.error-modal .modal-content,
.success-modal .modal-content {
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    color: hsla(0, 0%, 100%, 1);
    overflow: hidden;
}
.section-delete-modal .modal-header {
    color: hsla(15, 5%, 20%, 1);
}
.section-delete-modal .modal-content {
    color: #555555;
}
.error-modal .modal-content {
    background-color: hsla(354, 70%, 44%, 1);
}
.success-modal .modal-content {
    background-color: hsla(134, 61%, 31%, 1);
    position: relative;
}
.success-close {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}
.section-delete-modal .modal-header,
.error-modal .modal-header,
.success-modal .modal-header {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px;
    border: 0;
}
.error-modal .modal-header {
    background-color: hsla(354, 70%, 54%, 1);
}
.success-modal .modal-header {
    background-color: hsla(134, 61%, 41%, 1);
}
.success-modal .modal-header .fa-check-circle {
    margin-right: 10px;
}
.error-modal .modal-header > h2,
.success-modal .modal-header > h2 {
    margin: 0;
    padding: 0;
    color: white;
}

.section-delete-modal .modal-body > p,
.error-modal .modal-body > p,
.success-modal .modal-body > p {
    margin: 0;
    padding: 14px 14px 46px;
}

.success-modal .modal-body > p:not(:last-of-type) {
    padding: 14px 14px 0;
}

.success-modal .modal-body > .publiceren-info {
    padding-top: 4px;
    font-size: 15px;
    color: hsla(134, 62%, 74%, 1);
}
.success-modal .btn-suc-publiceren {
    margin-left: 30px;
    color: #212529;
}
.success-modal .btn-suc-overzicht,
.success-modal .btn-suc-publiceren {
    width: 170px;
}

.edit-bewaard {
    text-align: center;
    font-size: 24px;
}
/* #endregion */

/* ARTIKEL PRODUCT */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.bord {
    height: 200px;
    width: 200px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    margin: 10px;
    float: left;
}

.bord-image {
    height: 40%;
    width: 50%;
    float: left;
    border: 1px solid transparent;
}

.bord-foot {
    height: 10%;
}

.nav-tabs {
    background-color: #ffffff;
    font-size: 1.4em;
    border: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: hsla(15, 100%, 53%, 1) !important;
    border: 1px solid hsla(15, 100%, 53%, 1);
    border-radius: 4px 4px 0 0;
    color: #fff !important;
    cursor: pointer !important;
}

.nav-tabs > li > a {
    color: #444;
    font-weight: 400;
    margin-right: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: hsla(15, 100%, 53%, 1) !important;
    border: 1px solid hsla(15, 100%, 53%, 1);
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.nav-tabs > li > a:hover {
    background-color: hsla(15, 100%, 53%, 1) !important;
    border: 1px solid hsla(15, 100%, 53%, 1);
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.hide-bullets {
    list-style: none;
    margin: 0;
    padding: 5px;
    padding-bottom: 0;
}

.h-b-edit {
    margin: 10px 0 0 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

ul.hide-bullets > li {
    display: inline-block;
}

.thumbnail img {
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.carousel-inner {
    height: 450px;
    background-color: #fff;
}

.car-inner-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-indicators {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    list-style: none;
}

.carousel-indicators li {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}

.carousel-indicators .active {
    border: 2px solid #04b6be;
}

.comments li {
    font-size: 10px;
    list-style: none;
}

.verder-lezen {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.verder-lezen > button {
    margin-bottom: 15px;
}

.verder-lezen > .btn-wonen-action {
    min-width: 226px;
}

/* COLLECTIE */
.col-header-img {
    width: 38.2%;
    padding-left: 30px;
}

.col-header-info {
    width: 61.8%;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-header-info .title {
    font-size: 32px;
}

.col-header-info .sum {
    font-size: 16px;
}

.info-icons {
    font-size: 20px;
    color: #b7b7b7;
}

.info-icons-num {
    padding-right: 15px;
    color: #767676;
}

/* REACTIES */

.reacties {
    padding: 30px;
}

.user-cmt {
    font-size: 1.6em;
    margin: 0px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.post-cmt {
    margin-left: 42px;
}
.posted-cmt {
    margin-left: 55px;
    margin-bottom: 15px;
}
.posted-cmt-rea {
    font-size: 1.4em;
    margin: 0;
}
.posted-cmt-time {
    font-size: 1.2em;
    color: #777;
}
.posted-cmt-reas {
    margin-left: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Sub Cat Summary */
.sub_cat_sum {
    width: 32%;
    margin-left: 1%;
    margin-right: 1%;
}

.sub_cat_sum:first-child {
    margin-left: 0;
}

.sub_cat_sum:last-child {
    margin-right: 0;
}

.sub_cat_sum .title {
    font-size: 14px;
}

/* ONTDEKKEN - menu */
.ontdekken-dropdown {
    font-size: 11px;
    padding: 20px 30px 25px 30px;
    width: 500px;
    right: -25px;
    left: auto;
    top: 38px;
    border-top: 1px solid white;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.ontdekken-dropdown-all {
    border-right: 1px solid #04b6be;
}

.ontdekken-dropdown-top > .discover {
    font-size: 0.7em;
}

.ontdekken-dropdown-links-header {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

.ontdekken-dropdown-links {
    font-size: 12px;
    line-height: 1.9em;
}

.ontdekken_container {
    height: auto;
}

#ontdekken_hoofd {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ontdekken_crumb {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#ontdekken_crumb_back {
    color: #777;
}

/* GRID */

.grid {
    max-width: 1140px;
    list-style: none;
    margin: -0.5% -1.5% auto -0.5%;
    padding: 0;
}

.grid-item {
    display: block;
    float: left;
    width: 33%;
    padding: 0.5%;
    opacity: 0;
}

.grid-item-link {
    z-index: 2;
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item-link:not(.nohover):hover {
    text-decoration: none;
    color: #04b6be;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.grid-item-link-p {
    z-index: 2;
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item-link-p:not(.nohover):hover {
    text-decoration: none;
    color: hsla(15, 100%, 53%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.grid-item.shown,
.no-js .grid-item,
.no-cssanimations .grid-item {
    opacity: 1;
}

.grid-item a,
.grid-item img {
    outline: none;
    border: none;
}

/* Effect 1: opacity */

.grid.effect-1 .grid-item.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

/* clearfix */

.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* grid item */

.grid-item {
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item:hover .title {
    color: #04b6be;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item-img-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.grid-item-img {
    outline: none;
    border: none;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.g-i-inspiratie .grid-item-img {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item-txt {
    padding: 0 20px 15px 20px;
    position: relative;
}

.grid-item-txt .title {
    font-size: 16px;
    margin: 5px 0 0 0;
}

.grid-item-txt .sum {
    font-size: 13px;
    color: #777;
    line-height: 1.5em;
    margin: 5px 0 15px 0;
}

.g-i-inspiratie {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 5px;
}

.g-i-inspiratie:not(.nohover):hover {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.g-i-inspiratie:not(.nohover):hover .grid-item-img {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.g-i-inspiratie > .grid-item-txt {
    padding: 10px 10px 0 10px;
}

.g-i-inspiratie .w-link {
    font-size: 1.4em;
}

.grid-item-gebruiker {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 5px;
    bottom: 5px;
    padding: 5px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item-gebruiker:hover {
    background-color: #dae0e5;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.grid-item-gebruiker:hover .author {
    color: hsla(15, 100%, 43%, 1);
    text-decoration: underline;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item:hover .grid-item-gebruiker {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.grid-item-gebruiker-author {
    margin: 2px 5px 0 5px;
    float: left;
}

.search-professionals-more {
    position: relative;
    color: #fff;
    font-size: 1.6em;
    background-color: hsla(15, 100%, 53%, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

/* IMAGE STYLING */
.circle-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    margin: 1em auto 1em auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.circle-avatar-img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.circle-avatar-cover {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
.circle-avatar-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.circle-avatar-sm {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    margin: 1em auto 1em auto;
    background-size: 100px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.circle-avatar-sm-cover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
.circle-avatar-sm-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.circle-avatar-xs {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
.circle-avatar-xs img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.circle-avatar-xs-cover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
}

.circle-avatar-pro {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    margin: 1em auto 1em auto;
    background-size: 180px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
.circle-avatar-pro img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.circle-avatar-sm-pro {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
.circle-avatar-sm-pro img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.circle-avatar-cmt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.circle-avatar-cmt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* TEKST EN TITELS */
.slogan {
    color: #fff;
    font-size: 4.6em;
    font-weight: 900;
    text-align: center;
    letter-spacing: 3px;
    cursor: default;
}
.hero-test .slogan {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.sub-slogan {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 2.2em;
    color: #777;
    margin: 15px 0 45px 0;
}
.hero-test .sub-slogan {
    font-size: 2.4em;
    font-weight: 600;
    color: white;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

.hero-test .test-cta {
    z-index: 3;
}
.title {
    font-size: 16px;
    line-height: 1.3em;
    color: #333;
    margin: 0;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.title-big {
    font-size: 20px;
    line-height: 1.3em;
    color: #333;
    margin: 0;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sum {
    font-size: 13px;
    color: #767676;
    font-weight: 400;
}

.date {
    font-size: 12px;
    color: #999;
}

.author {
    font-size: 12px;
    color: hsla(15, 100%, 53%, 1);
}

.partner {
    font-size: 12px;
    color: hsla(15, 100%, 53%, 1);
    display: block;
    line-height: 13px;
    margin-top: 5px;
}

.cta {
    font-size: 14px;
    display: block;
    color: #777;
    line-height: 125%;
    padding: 0 30px;
    margin-bottom: 15px;
}
.cta-tekst.--merken {
    line-height: 1.618;
    color: #364849;
}

.adv {
    text-align: center;
    color: #777;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

.toon-meer {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
    margin: 0;
}

.edit-tekst {
    font-size: 14px;
}

.alert {
    font-size: 14px;
}

.w-link {
    color: #444;
    cursor: pointer;
    font-size: 1em;
}

.w-link:link {
    color: #444;
}

/* visited link */
.w-link:visited {
    color: #444;
}

/* mouse over link */
.w-link:hover {
    color: hsla(15, 100%, 53%, 1);
}

/* selected link */
.w-link:active {
    color: hsla(15, 100%, 43%, 1);
}

/* BUTTONS */
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline-danger {
    background-color: #ffffff;
}
/* button - wonen - primaire kleur */
.btn-wonen {
    color: #fff;
    background-color: #04b6bf;
    border-color: #04b6bf;
}

.btn-wonen:not(.nofocus):focus,
.btn-wonen.focus {
    color: #fff;
    background-color: #058a91;
    border-color: #058a91;
}

.btn-wonen:not(.nohover):hover {
    color: #fff;
    background-color: #058a91;
    border-color: #058a91;
}

.btn-wonen:not(.noactive):active,
.btn-wonen.active,
.open > .dropdown-toggle.btn-profil {
    color: #fff;
    background-color: #058a91;
    border-color: #058a91;
}

.btn-wonen:not(.noactive):active:not(.nohover):hover,
.btn-wonen.active:not(.nohover):hover,
.open > .dropdown-toggle.btn-wonen:not(.nohover):hover,
.btn-profil:not(.noactive):active:not(.nofocus):focus,
.btn-profil.active:not(.nofocus):focus,
.open > .dropdown-toggle.wonen:not(.nofocus):focus,
.btn-wonen:not(.noactive):active.focus,
.btn-wonen.active.focus,
.open > .dropdown-toggle.btn-wonen.focus {
    color: #fff;
    background-color: #058a91;
    border-color: #058a91;
}

.btn-wonen:not(.noactive):active,
.btn-wonen.active,
.open > .dropdown-toggle.btn-wonen {
    background-image: none;
}

.btn-wonen.disabled:not(.nohover):hover,
.btn-wonen[disabled]:not(.nohover):hover,
fieldset[disabled] .btn-wonen:not(.nohover):hover,
.btn-wonen.disabled:not(.nofocus):focus,
.btn-wonen[disabled]:not(.nofocus):focus,
fieldset[disabled] .btn-wonen:not(.nofocus):focus,
.btn-wonen.disabled.focus,
.btn-wonen[disabled].focus,
fieldset[disabled] .btn-wonen.focus {
    color: #fff;
    background-color: #058a91;
    border-color: #058a91;
}

.btn-wonen-o {
    color: #04b6bf;
    border-radius: 5px;
    border: 1px solid #04b6bf;
    padding: 5.5px 10.5px;
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-wonen-o:not(.nofocus):focus,
.btn-wonen-o.focus {
    color: #058a91;
    border: 2px solid #058a91;
}

.btn-wonen-o:not(.nohover):hover {
    text-decoration: none;
    outline: none;
    color: #058a91;
    border: 2px solid #058a91;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-wonen-o:not(.noactive):active,
.btn-wonen-o.active,
.open > .dropdown-toggle.btn-wonen-o {
    color: #058a91;
    border: 2px solid #058a91;
}

.btn-wonen-o:not(.noactive):active:not(.nohover):hover,
.btn-wonen-o.active:not(.nohover):hover,
.open > .dropdown-toggle.btn-wonen-o:not(.nohover):hover,
.btn-wonen-o:not(.noactive):active:not(.nofocus):focus,
.btn-wonen-o.active:not(.nofocus):focus,
.open > .dropdown-toggle.btn-wonen-o:not(.nofocus):focus,
.btn-wonen-o:not(.noactive):active.focus,
.btn-wonen-o.active.focus,
.open > .dropdown-toggle.btn-wonen-o.focus {
    color: #058a91;
    border: 2px solid #058a91;
}

.btn-wonen-o:not(.noactive):active,
.btn-wonen-o.active,
.open > .dropdown-toggle.btn-wonen-o {
    background-image: none;
}

.btn-wonen-o.disabled:not(.nohover):hover,
.btn-wonen-o[disabled]:not(.nohover):hover,
fieldset[disabled] .btn-wonen-o:not(.nohover):hover,
.btn-wonen-o.disabled:not(.nofocus):focus,
.btn-wonen-o[disabled]:not(.nofocus):focus,
fieldset[disabled] .btn-wonen-o:not(.nofocus):focus,
.btn-wonen-o.disabled.focus,
.btn-wonen-o[disabled].focus,
fieldset[disabled] .btn-wonen-o.focus {
    color: #058a91;
    border: 2px solid #058a91;
}

/* button - wonen action - secundaire kleur */
.btn-wonen-action {
    color: #fff;
    background-color: hsla(15, 100%, 53%, 1);
    border-color: hsla(15, 100%, 53%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-wonen-action:not(.nofocus):focus,
.btn-wonen-action.focus {
    color: #fff;
    background-color: hsla(15, 100%, 43%, 1);
    border-color: hsla(15, 100%, 53%, 1);
}

.btn-wonen-action:not(.nohover):hover {
    color: #fff;
    background-color: hsla(15, 100%, 43%, 1);
    border-color: hsla(15, 100%, 53%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-wonen-action:not(.noactive):active,
.open > .dropdown-toggle.btn-wonen-action {
    color: #fff;
    background-color: hsla(15, 100%, 43%, 1);
    border-color: #d58512;
}

.btn-wonen-action:not(.noactive):active:not(.nohover):hover,
.open > .dropdown-toggle.btn-wonen-action:not(.nohover):hover,
.btn-wonen-action:not(.noactive):active:not(.nofocus):focus,
.open > .dropdown-toggle.btn-wonen-action:not(.nofocus):focus,
.btn-wonen-action:not(.noactive):active.focus,
.open > .dropdown-toggle.btn-wonen-action.focus {
    color: #fff;
    background-color: hsla(15, 100%, 43%, 1);
    border-color: #d58512;
}

.btn-wonen-action:not(.noactive):active,
.open > .dropdown-toggle.btn-wonen-action {
    background-image: none;
}

.btn-wonen-action.disabled:not(.nohover):hover,
.btn-wonen-action[disabled]:not(.nohover):hover,
fieldset[disabled] .btn-wonen-action:not(.nohover):hover,
.btn-wonen-action.disabled:not(.nofocus):focus,
.btn-wonen-action[disabled]:not(.nofocus):focus,
fieldset[disabled] .btn-wonen-action:not(.nofocus):focus,
.btn-wonen-action.disabled.focus,
.btn-wonen-action[disabled].focus,
fieldset[disabled] .btn-wonen-action.focus {
    color: #fff;
    background-color: hsla(15, 100%, 53%, 1);
    border-color: hsla(15, 100%, 53%, 1);
}

/* buttons - wonen action outline - secundaire kleur */

.btn-wonen-action-o {
    color: hsla(15, 100%, 53%, 1);
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: 1px solid hsla(15, 100%, 53%, 1);
    padding: 5.5px 10.5px;
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-wonen-action-o:not(.nofocus):focus,
.btn-wonen-action-o.focus {
    color: hsla(15, 100%, 53%, 1);
    border: 1px solid hsla(15, 100%, 53%, 1);
}

.btn-wonen-action-o:not(.nohover):hover {
    text-decoration: none;
    outline: none;
    color: hsla(15, 100%, 43%, 1);
    border: 1px solid hsla(15, 100%, 43%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-wonen-action-o:not(.noactive):active,
.btn-wonen-action-o.active,
.open > .dropdown-toggle.btn-wonen-action-o {
    color: hsla(15, 100%, 43%, 1);
    border: 1px solid hsla(15, 100%, 43%, 1);
}

.btn-wonen-action-o:not(.noactive):active:not(.nohover):hover,
.btn-wonen-action-o.active:not(.nohover):hover,
.open > .dropdown-toggle.btn-wonen-action-o:not(.nohover):hover,
.btn-wonen-action-o:not(.noactive):active:not(.nofocus):focus,
.btn-wonen-action-o.active:not(.nofocus):focus,
.open > .dropdown-toggle.btn-wonen-action-o:not(.nofocus):focus,
.btn-wonen-action-o:not(.noactive):active.focus,
.btn-wonen-action-o.active.focus,
.open > .dropdown-toggle.btn-wonen-action-o.focus {
    color: hsla(15, 100%, 43%, 1);
    border: 1px solid hsla(15, 100%, 43%, 1);
}

.btn-wonen-action-o:not(.noactive):active,
.btn-wonen-action-o.active,
.open > .dropdown-toggle.btn-wonen-action-o {
    background-image: none;
}

.btn-wonen-action-o.disabled:not(.nohover):hover,
.btn-wonen-action-o[disabled]:not(.nohover):hover,
fieldset[disabled] .btn-wonen-action-o:not(.nohover):hover,
.btn-wonen-action-o.disabled:not(.nofocus):focus,
.btn-wonen-action-o[disabled]:not(.nofocus):focus,
fieldset[disabled] .btn-wonen-action-o:not(.nofocus):focus,
.btn-wonen-action-o.disabled.focus,
.btn-wonen-action-o[disabled].focus,
fieldset[disabled] .btn-wonen-action-o.focus {
    color: hsla(15, 100%, 43%, 1);
    border: 1px solid hsla(15, 100%, 43%, 1);
}

.btn-shadow {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
}

.SaveEdit {
    display: none;
}

/* Interesses BTN */
.btn-int,
.btn-int:visited {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #777;
    font-weight: 300;
    border: 1px solid #999;
    text-transform: capitalize;
    text-decoration: none;
}

.btn-int.active {
    background-color: #04b6bf;
    border-color: #04b6bf;
    color: #fff;
    text-decoration: none;
}

/* Clipper BTN */

.interact-button {
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    background-color: hsla(15, 100%, 53%, 1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    list-style-type: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 41px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.interact-button:not(.nohover):hover {
    background-color: hsla(15, 100%, 43%, 1);
}

.btn-light {
    color: #777;
    background-color: #fff;
    border-color: #ccc;
}

.btn-home {
    font-size: 1.8em;
    padding: 0.5em 2em;
    margin: 0 auto;
    display: block;
}

.nohover {
    cursor: default !important;
}

.discover > .btn {
    font-size: 1.2em;
    margin: 0 0.5em 0.5em 0;
}

.p-interesses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.p-interesses > .btn {
    font-size: 1.4em;
    margin: 0 0.5em 0.5em 0;
}

.clipper {
    font-size: 1.4em;
    position: absolute;
    top: 5px;
    left: 5px;
}

.display-hover {
    display: none;
    padding-left: 0.5em;
}

.clipper:hover .display-hover {
    display: inline-block;
}

.b-info:hover .display-hover {
    display: inline-block;
}

.a-i-edit {
    position: absolute;
    top: 80px;
    right: 40px;
}

.close {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 10;
}

.btn-fb {
    background-color: #3b5998;
    color: white;
}

.btn-fb:not(.nohover):hover {
    background-color: #2f4779;
    text-decoration: none;
    color: white;
}

/*----- Social Links -----*/

.social-nav {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-nav li {
    float: left;
    list-style: none;
}

.social-nav a {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: #000;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 36px;
    overflow: hidden;
    font-size: 20px;
    border-radius: 5px;
}

.social-nav a:hover {
    background: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-nav .facebook {
    background: #3b579d;
}

.social-nav .facebook:hover {
    color: #3b579d;
}

.social-nav .twitter {
    background: #00aced;
}

.social-nav .twitter:hover {
    color: #00aced;
}

.social-nav .instagram {
    background: hsla(332, 96%, 48%, 1);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    font-size: 1.5em;
}

.social-nav .instagram:hover {
    color: hsla(332, 96%, 48%, 1);
}

.social-nav .youtube {
    background: #c4302b;
}

.social-nav .youtube:hover {
    color: #c4302b;
}

.social-nav .pinterest {
    background: #cb2026;
}

.social-nav .pinterest:hover {
    color: #cb2026;
}

/*  einde socials */

/* SOCIALS PLANNING
/*------------------------------------------------------*/
.planningSocial .aboPlanItem {
    color: #767676;
    font-size: 14px;
}
.planningSocial .aboPlanItem .title {
    margin: 20px 0;
}
.planningSocial .aboPlanItem .week {
    text-align: left;
}
.planningSocial .aboPlanItem .week,
.planningSocial .aboPlanItem .datum {
    width: 50%;
}
.planningSocial .aboPlanItem.Facebook {
    border-color: #3b5999;
}
.planningSocial .aboPlanItem.Twitter {
    border-color: #55acee;
}
.planningSocial .aboPlanItem.Instagram {
    border-color: #b900b4;
}
.planningSocial .aboPlanItem.Pinterest {
    border-color: #bd081c;
}
.planningSocial .aboPlanItem.GooglePlus {
    display: none;
}

/* FORMS */

.form-control:focus {
    border-color: #04b6be;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.edit-profiel-personal {
    padding: 10px 15px 5px 15px;
}

.b-sum-input {
    min-width: 100%;
    min-height: 100px;
    max-height: 200px;
    resize: vertical;
}
#edit-bedrijf label {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#edit-profile label {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.modal-form-label {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 12px;
}
.form-control {
    font-size: 12px;
}

.form-control::-webkit-input-placeholder {
    color: hsla(0, 0%, 64%, 1);
}
.form-control::-moz-placeholder {
    color: hsla(0, 0%, 64%, 1);
}
.form-control:-moz-placeholder {
    color: hsla(0, 0%, 64%, 1);
}
.form-control:-ms-input-placeholder {
    color: hsla(0, 0%, 64%, 1);
}

.form-group {
    margin-bottom: 12px;
}

.required-icon {
    color: hsla(15, 100%, 53%, 1);
}
.required-icon::after {
    content: "*";
}

/* The container for checkbox */
.ctnr-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ctnr-checkbox input {
    position: absolute;
    top: 19px;
    left: 7px;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #ced4da;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* On mouse-over, add a grey background color */
.ctnr-checkbox:hover input ~ .checkmark {
    background-color: #eee;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* When the checkbox is checked, add wonen-primary-color background */
.ctnr-checkbox input:checked ~ .checkmark {
    background-color: #04b6bf;
    border: 1px solid #04b6bf;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ctnr-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ctnr-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.display-results .ctnr-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    margin-bottom: 10px;
}

.display-results .checkmark {
    top: 0;
}

/* TABLES */

.gebruikersTable {
    table-layout: fixed;
    width: 100%;
    font-size: 12px;
}

.gebruikersTable td {
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
}

/* Responsive Table */
.wonen-r-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 11px;
}
.wonen-r-table-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wonen-r-table-cell,
.wonen-r-table-cell-x2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0.4em 0.6em;
    overflow: hidden;
    list-style: none;
    border: solid 1px white;
    background: rgba(112, 128, 144, 0.2);
    margin: -1px 0 0 -1px;
    background-color: white;
    border-color: #e2e6e9;
}
.wonen-r-table-cell-label {
    display: inline-block;
    width: 50px;
    font-weight: 600;
    text-align: right;
    padding-right: 15px;
}
.wonen-r-table-cell-content {
    display: inline-block;
    height: auto;
}

/* Table column sizing */
.wonen-r-table--2cols > .wonen-r-table-row > .wonen-r-table-cell {
    width: 50%;
}
.wonen-r-table--3cols > .wonen-r-table-row > .wonen-r-table-cell {
    width: calc(100% / 3);
}
.wonen-r-table--4cols > .wonen-r-table-row > .wonen-r-table-cell {
    width: 25%;
}
.wonen-r-table--5cols > .wonen-r-table-row > .wonen-r-table-cell {
    width: 20%;
}
.wonen-r-table--6cols > .wonen-r-table-row > .wonen-r-table-cell {
    width: calc(100% / 6);
}
.wonen-r-table--7cols > .wonen-r-table-row > .wonen-r-table-cell {
    width: calc(100% / 7);
}
.wonen-r-table--8cols > .wonen-r-table-row > .wonen-r-table-cell {
    width: 12.5%;
}
.wonen-r-table--8cols > .wonen-r-table-row > .wonen-r-table-cell-x2 {
    width: 25%;
}

/* TABS */

.tabbable-line {
    margin-top: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: hsla(15, 100%, 53%, 1);
    border-color: hsla(15, 100%, 53%, 1);
}

/* PILLS */

.nav-pills > .nav-link.active,
.nav-pills > .show > .nav-link {
    color: #fff;
    background-color: hsla(15, 100%, 53%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.nav-pills > .nav-link {
    border-radius: 4px;
    background-color: white;
    color: #777;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.nav-pills > .nav-link:focus,
.nav-pills > .nav-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: hsla(15, 100%, 43%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* OVERZICHT TAG */
.btn-tag-overview {
    font-size: 12px;
    text-transform: capitalize;
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* BORDERS */
.border-top-flat {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.border-right-flat {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.border-bot-flat {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.border-left-flat {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* MODALS */
/*-- Collectie-item Modal --*/
.collectie-mod--img {
    position: relative;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.collectie-mod--img .interact-button {
    left: 15px;
}
.collectie-mod-img {
    width: 100%;
    height: auto;
}
.collectie-item-modal-info {
    position: relative;
    padding: 15px;
}
.collectie-item-modal-info .title {
    margin-right: 65px;
    -webkit-transition: none;
    transition: none;
}
.collectie-item-modal-info .sum {
    margin-right: 65px;
    -webkit-transition: none;
    transition: none;
}
.collectie-item-modal-info .title.editable-dashed {
    border: 1px dashed #ccc;
    background-color: #f8f9fa;
    margin: -1px;
    margin-left: -14px;
    padding-left: 13px;
    margin-top: -3px;
    padding-top: 2px;
    margin-bottom: calc(8px - 3px);
    padding-bottom: 2px;
    margin-right: 51px;
    padding-right: 13px;
    -webkit-transition: none;
    transition: none;
}
.collectie-item-modal-info .sum.editable-dashed {
    border: 1px dashed #ccc;
    background-color: #f8f9fa;
    margin: -1px;
    margin-left: -14px;
    padding-left: 13px;
    margin-bottom: calc(16px - 1px);
    padding-bottom: 0;
    margin-right: 51px;
    padding-right: 13px;
    -webkit-transition: none;
    transition: none;
}
.collectie-item-modal-info .artikel-icons {
    font-size: 1.4em;
}
.collectie-item-modal-info-gebruiker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.collectie-item-modal-info--gebruiker {
    font-size: 1.2em;
    margin-left: 10px;
}
.collectie-mod-edit {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
}

.absolute-br0 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.absolute-bl0 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.absolute-b0r15 {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.absolute-b0l15 {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.display-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.socialMediaTable {
    font-size: 12px;
}

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

/* FOTO TOEVOEGEN AAN COLLECTIE MODAL
/*------------------------------------------------------*/

.clipper-modal-foto {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.foto-modal-l {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.foto-modal-title {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 18px;
}

.foto-modal-collectie {
    background-color: #f1f1f1;
    margin-bottom: 15px;
    width: 100%;
    cursor: pointer;
    color: #777;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.foto-modal-collectie-img {
    height: 60px;
    width: 80px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.foto-modal-collectie-img > img {
    height: 60px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.foto-modal-collectie-naam {
    font-size: 1.2em;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.foto-modal-collectie-plus {
    text-align: right;
    margin-right: 20px;
    font-size: 20px;
    color: #f1f1f1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.foto-modal-collectie:hover .foto-modal-collectie-plus {
    color: #555;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.foto-modal-collectie-buttons {
    padding: 15px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foto-modal-r {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.foto-modal-r img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.foto-modal-img-upload {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
}

.foto-modal-img-upload img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

/* ANIMATIONS */
.wonen-loader {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #04b6bf;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.slider-block {
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 10px;
    right: 15px;
}
.link-spanner {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.link-spanner-z4 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
}

.w-40 {
    width: 40% !important;
}

.vh-50 {
    height: calc(40vh - 94px);
}
.hero-test-sub {
    height: 20vh;
    min-height: 180px;
}
.pointer {
    cursor: pointer;
}

.scroll-p {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll-c {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
    padding-right: 2px;
    overflow-y: scroll;
}

.woBarCon {
    width: 100%;
    min-height: 48px;
    margin-bottom: 0;
}
.woBar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 16px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f1f1f1;
}
.woBarProgress {
    min-width: 80px;
    max-width: 100%;
    height: 100%;
    background-color: #04b6be;
}
.woBarProgressCount,
.woBarCount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75em 1.5em;
    line-height: 1em;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    background-color: transparent;
}
.woBarCount {
    color: #767676;
    padding: 0 0 0.75em 0;
}
.woBarCounts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title.collapsable {
    cursor: pointer;
}

.aboPeriode {
    font-size: 14px;
}
.aboPeriode .start,
.aboPeriode .eind {
    width: 80px;
    display: inline-block;
}

.aboPlanItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: hsla(0, 0%, 97%, 1);
    border-radius: 5px;
    border-left: 3px solid hsla(15, 100%, 53%, 1);
    overflow: hidden;
    padding: 30px;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #333333;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.aboPlanItem .itemMore {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.aboPlanItem .views,
.aboPlanItem .kliks,
.aboPlanItem .aanvraag,
.aboPlanItem .doorkliks,
.aboPlanItem .status {
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.aboPlanItem.nieuwsbrief,
.aboPlanItem.nieuwsitem {
    border-color: #04b6be;
}
.aboPlanItem.socials {
    border-color: #3b5998;
}
.aboPlanItem.blad {
    border-color: #333;
}
.aboPlanItem.totaal {
    border-color: hsla(0, 0%, 60%, 1);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 15px 30px;
}
.aboPlanItem.totaal .itemMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboPlanItem .more {
    width: 100%;
    font-size: 14px;
}
.stats-periode {
    cursor: pointer;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.stats-periode .fa-calendar {
    margin-right: 10px;
}
.stats-periode .fa-caret-down {
    margin-left: 10px;
}
.stats-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.stats-header .title {
    margin: 0;
}
.stats-nieuws {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 16px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}
.aboPlanItem .type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.aboPlanItem .datum {
    text-transform: lowercase;
}
.aboPlanItem .week,
.aboPlanItem .datum {
    width: 200px;
    font-size: inherit;
    text-align: right;
    color: #767676;
    font-size: 15px;
}
.aboPlanItem .title {
    margin: 0;
}

.aboPlanItem.public .w-link,
.aboPlanItem.public .letters {
    color: hsla(0, 0%, 43%, 1);
}

.aboPlanItem.not-public {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: hsla(0, 0%, 95%, 1);
    background-color: hsla(0, 0%, 40%, 1);
}
.aboPlanItem.not-public .w-link,
.aboPlanItem.not-public .letters {
    color: hsla(0, 0%, 76%, 1);
}
.aboPlanItem .letters {
    font-size: 14px;
    line-height: 24px;
}

.dropdownHeader {
    border-bottom: 1px solid hsla(15, 100%, 53%, 1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* GETEST */

.getest-header {
    margin-top: 30px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.getest-header .artikel-icons {
    font-size: 13px;
    margin-bottom: 8px;
}

.img-4-3-test {
    width: 100%;
    max-height: calc((660px / 4) * 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-justify: center;
    -ms-flex-justify: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 15px;
}

.filter {
    width: 100%;
    max-width: 300px;
}
.filter-selects {
    width: 100%;
    max-width: 300px;
    padding: 2em;
}
.filter-selects li {
    padding-left: 15px;
    font-size: 14px;
    color: #aaa;
}
.filter-selects .title {
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 14px;
}
.filter-selects .title:not(:first-child) {
    padding-top: 10px;
}
.filter-header {
    font-weight: bolder;
    z-index: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 8px !important;
}
.filter-header:not(:first-child) {
    margin-top: 32px;
}
.filter .w-link {
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.filter .filter-li {
    position: relative;
}
.filter .filter-li:before {
    content: "l";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.25);
}
.filter .filter-li.all:before {
    content: "";
}

.test-prijs {
    margin-top: 16px;
}
.test-prijs .title {
    font-size: 13px;
}

.test-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-justify: center;
    -ms-flex-justify: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 225px;
}
.test-cta {
    padding: 16px;
    text-align: center;
}
.test-cta .title:first-child {
    font-size: 2.2em;
}

.artikel-test img {
    margin: 0;
    padding: 0;
}

.artikel-test .summary {
    white-space: pre-line;
    width: calc(100% + 20px);
}
.artikel-test .summary[contenteditable="true"] {
    display: inline-block;
}

.test-result-cijfer {
    font-size: 36px;
    font-weight: 700;
    color: #04b6be;
    margin: 0;
}
.test .test-result-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.test-media-upload {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: calc((660px / 4) * 3);
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-justify: center;
    -ms-flex-justify: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.test-media-upload .fa-file-image {
    font-size: 4em;
}
.test.small .block-txt .sum {
    font-size: 14px;
    line-height: 1.3em;
}

.tester-tag {
    position: relative;
    margin-bottom: 10px;
}

.tester-tag-content {
    color: hsla(15, 100%, 53%, 1);
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 4px 10px 4px 40px;
    border-radius: 5px;
    border: 2px solid hsla(15, 100%, 53%, 1);
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tester-tag-content::before {
    content: url(/img/ThuistesterWONENnl.png);
    position: absolute;
    left: 5px;
    top: -6px;
}

.tg_item_side {
    max-width: 360px;
    width: 100%;
}

#tester1,
#tester2 {
    display: none;
}

#tester1.active,
#tester2.active {
    display: block;
}

.abs-bot {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.file {
    position: relative;
}
.file .file-input-hide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.resultaat .title {
    font-size: 13px;
    margin: 0;
}
.resultaat .test-result-cijfer {
    font-size: 24px;
    margin-bottom: 15px;
}

.wonen-checkbox-con {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.wonen-checkbox-con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 7px;
}

/* Create a custom checkbox */
.wonen-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #04b6be;
}

/* On mouse-over, add a grey background color */
.wonen-checkbox-con:hover input ~ .wonen-checkbox-checkmark {
    background-color: #93b7be !important;
}

/* When the checkbox is checked, add a blue background */
.wonen-checkbox-con input:checked ~ .wonen-checkbox-checkmark {
    background-color: #04b6be !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wonen-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wonen-checkbox-con input:checked ~ .wonen-checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.wonen-checkbox-con .wonen-checkbox-checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* RADIO */
/* The container */
.wonen-radio-con {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.wonen-radio-con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.wonen-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dce8f1;
    border-radius: 3px;
    border: 1px solid #04b6be;
}
/* On mouse-over, add a grey background color */
.wonen-radio-con:hover input ~ .wonen-radio-checkmark {
    background-color: #93b7be;
}
/* When the radio button is checked, add a blue background */
.wonen-radio-con input:checked ~ .wonen-radio-checkmark {
    background-color: #04b6be;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.wonen-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.wonen-radio-con input:checked ~ .wonen-radio-checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.wonen-radio-con .wonen-radio-checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.test.small {
    height: auto;
    max-height: 170px;
    overflow: hidden;
}
.test.small .block-txt {
    min-height: 170px;
    max-height: 170px;
}
.test.small .block-img {
    width: 25%;
    height: 170px;
    border-radius: 5px 0 0 5px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.test.small .block-item .block-img img {
    width: auto;
    height: auto;
    max-height: 100%;
}
.test.small .small-bot {
    width: 75%;
    height: 100%;
}
.test-stars {
    color: #04b6be;
    font-size: 24px;
    margin: 0;
    width: auto;
}
.test-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.test.small .block-txt .title {
    font-size: 20px;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -0.8em;
    text-align: center;
    line-height: 1.6em;
}
.bread-crumb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.breadcrumb {
    border-radius: 0;
    background-color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.foto_toevoegen {
    font-size: 22px;
}

/*.article_grid {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    -ms-grid-columns: 1fr 60px 300px;*/
/*    grid-template-columns: 1fr 300px;*/
/*    grid-column-gap: 60px;*/
/*    grid-row-gap: 30px;*/
/*    padding-top: 30px;*/
/*    padding-bottom: 30px;*/
/*    grid-template-areas: "main	author";*/
/*}*/
.article_grid {
    display: -ms-grid;
    display: flex;
    width: 1280px;
    -ms-grid-columns: 1fr 60px 300px;
    grid-template-columns: 1fr 300px;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-areas: "main	author";
}
.main_article {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: main;
}
.article_grid .article_header {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.article_header + #artikel {
    margin-top: 30px;
}
.article_header .headline {
    padding: 0.5em 30px;
    margin: 0;
    line-height: 1.25em;
}
.article_header p {
    padding: 0 30px 1em 30px;
    margin: 0;
    line-height: 1.618em;
    font-size: 20px;
}
.article_header .art_icons {
    margin: 0;
    padding: 1em 30px 1.5em;
    font-size: 16px;
    color: hsla(15, 5%, 5%, 0.87);
}
.article_header .art_icons svg {
    color: hsla(15, 5%, 5%, 0.6);
}
.carousel-control-next,
.carousel-control-prev {
    font-size: 40px;
    color: hsla(0, 0%, 100%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 2;
}
.carousel-inner:hover .carousel-control-next,
.carousel-inner:hover .carousel-control-prev {
    opacity: 1;
    color: hsla(15, 100%, 53%, 1);
}
.carousel-inner:hover .carousel-control-next:focus,
.carousel-inner:hover .carousel-control-next:hover,
.carousel-inner:hover .carousel-control-prev:focus,
.carousel-inner:hover .carousel-control-prev:hover {
    opacity: 1;
    color: hsla(15, 100%, 43%, 1);
}

.article_grid .article_author_aside {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    position: relative;
    height: 100%;
    grid-area: author;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.article_grid .article_author_aside .sticky-scroll-parent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.sticky-scroll-parent > .block-item {
    margin: 0 !important;
}
.article_grid .article_author {
    padding: 100px 20px 20px;
}
.article_author h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0.5em;
}
.article_author p {
    margin: 0;
    padding: 0;
}
.article_author .article_author_info {
    padding: 0 0 0 11px;
    position: relative;
}
.article_author .article_author_info::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 12px;
    left: 0;
    width: 1px;
    background-color: hsla(15, 100%, 53%, 1);
}
.article_author .article_author_sum {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.article_author .pro-header-expandable {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    max-height: 66px;
}
.article_author .pro-header-expandable.overflowing::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 22px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.article_author .more-btn {
    margin-top: 15px;
}

.article_author .article_author_ctas {
    padding: 19px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid hsla(0, 0%, 0%, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.article_author .article_author_logo {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    background-color: hsla(0, 100%, 100%, 1);
}
.article_author .article_author_links {
    margin-top: 10px;
}
.article_author .article_author_links a {
    margin-top: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.article_author_org h1 {
    padding: 0 0 0 15px;
}
.article_author_logo {
    position: relative;
    overflow: hidden;
    min-width: 80px;
    min-height: 80px;
}
.article_author h1.article_author_cta {
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.article_author_ctas > .btn,
.article_related_block > .btn,
.rounded_form .btn,
.btn.rounded_new {
    margin: 0;
    padding: 0.75em 2.5em;
    border-radius: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05ch;
    color: hsla(0, 0%, 33%, 1);
    border-color: hsla(0, 0%, 53%, 1);
    background-color: hsla(0, 0%, 100%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}
.btn-sm.rounded_new {
    font-size: 14px;
}
.article_related_block > .btn {
    color: hsla(0, 0%, 53%, 1);
    border-color: hsla(0, 0%, 73%, 1);
}
.article_author_ctas > .btn.active,
.article_related_block > .btn.active,
.rounded_form .btn.active,
.btn.active.rounded_new,
.btn.wonen-primary {
    color: hsla(0, 0%, 100%, 1);
    background-color: hsla(15, 100%, 53%, 1);
    border-color: hsla(15, 100%, 53%, 1);
}
.btn.wonen-primary-o {
    color: hsla(15, 100%, 53%, 1);
    background-color: hsla(0, 0%, 100%, 0);
    border-color: hsla(15, 100%, 53%, 1);
}
.btn.wonen-primary-t {
    color: hsla(15, 100%, 53%, 1);
    background-color: hsla(0, 0%, 100%, 0);
    border-color: hsla(0, 0%, 100%, 0);
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.animate_blob {
    -webkit-animation-name: wiggleBlob;
    animation-name: wiggleBlob;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes wiggleBlob {
    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
@keyframes wiggleBlob {
    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
.article_author_logo > figure {
    width: inherit;
    height: inherit;
    overflow: hidden;
}

.org_name {
    position: absolute;
    top: -100px;
}

.article_related_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    -ms-grid-rows: auto 30px auto;
    grid-template-areas:
        "item1 item2 item3"
        "more  more  more";
}
.article_related_block:nth-of-type(1) {
    grid-area: item1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.article_related_block:nth-of-type(2) {
    grid-area: item2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}
.article_related_block:nth-of-type(3) {
    grid-area: item3;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}

.article_related_block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: auto;
    overflow: hidden;

    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.article_related_block::after {
    display: block;
    clear: both;
    content: "";
}

.article_related_header {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}
.article_related_header .headline {
    font-size: 22px;
    line-height: 1.35em;
    color: #3b3b3b;
    font-weight: normal;
    letter-spacing: 0.05ch;
    margin: 0;
    padding: 0 0 0.5em;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.article_related_block:hover {
    -webkit-box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.35);
}
.article_related_block:hover > .btn {
    color: hsla(0, 0%, 100%, 1);
    background-color: hsla(15, 100%, 53%, 1);
    border-color: hsla(15, 100%, 53%, 1);
}
.article_related_block > .btn:hover {
    color: hsla(0, 0%, 100%, 1);
    background-color: hsla(15, 100%, 43%, 1);
    border-color: hsla(15, 100%, 43%, 1);
}

.article_related_header p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    max-height: calc(26px * 4);
    overflow: hidden;
    z-index: 0;
}
.article_related_header p.overflowing::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 26px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.article_related_block > .btn {
    margin: 20px;
    z-index: 2;
}
.article_related_block .more-btn {
    position: relative;
    z-index: 3;
    margin-top: -10px;
    color: hsla(15, 100%, 3%, 0.87);
}

.article_detail {
    margin: -2px 0 8px;
    font-size: 14px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.article_detail svg {
    color: hsla(15, 5%, 5%, 0.38);
    -webkit-transition: inherit;
    transition: inherit;
}

.article_related_block:hover .more-btn,
.article_related_block:hover .article_detail,
.article_related_block:hover .article_detail svg {
    color: hsla(15, 100%, 53%, 1);
}

.aspect_16_9 {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.aspect_4_3 {
    width: 100%;
    padding-top: 75%;
    position: relative;
}
.aspect_3_2 {
    width: 100%;
    padding-top: 66.66%;
    position: relative;
}
.aspect_8_5 {
    width: 100%;
    padding-top: 62.5%;
    position: relative;
}
.aspect_16_9 > figure,
.aspect_4_3 > figure,
.aspect_3_2 > figure,
.aspect_8_5 > figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect_16_9 > figure > img,
.aspect_4_3 > figure > img,
.aspect_3_2 > figure > img,
.aspect_8_5 > figure > img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto;
    width: auto;
    min-height: 100%;
    max-width: 150%;
}

.btn.flex_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.btn.flex_icon .fa-angle-right {
    padding: 0 5px;
    opacity: 0.85;
    width: 20px;
    -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: padding 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn.flex_icon:hover .fa-angle-right {
    padding: 0 0 0 10px;
}
.btn.external_ref {
    margin-top: 24px;
}
.btn.external_ref,
.article_related_block > .btn {
    width: auto;
}
.btn.flex_icon .fa-external-link-alt {
    opacity: 0.85;
    width: auto;
    padding-left: 10px;
    margin-bottom: 1px;
    font-size: 12px;
    height: 1em;
}
.btn.external_ref .fa-globe,
.btn.info_req .fa-envelope {
    opacity: 0.9;
    padding-right: 5px;
    font-size: 20px;
}

.btn.toon_all_prod {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin: 0 15%;
    padding: 0.75em 2.5em;
    border-radius: 2.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.05ch;

    color: hsla(0, 0%, 33%, 1);
    border-color: hsla(0, 0%, 100%, 1);
    background-color: hsla(0, 0%, 100%, 1);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn.toon_all_prod:hover {
    color: hsla(0, 0%, 100%, 1);
    background-color: hsla(15, 100%, 43%, 1);
    border-color: hsla(15, 100%, 43%, 1);
    -webkit-box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 12px 20px -12px rgba(0, 0, 0, 0.35);
}

.divider_header {
    width: 100%;
    padding: 30px 30px 0.75em;
    margin: 0;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.divider_header > .explainer {
    display: block;
    margin-left: 5px;
    font-size: 20px;
    color: hsla(15, 100%, 83%, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.divider_header:hover > .explainer {
    color: hsla(15, 100%, 53%, 1);
}

.wonen-footer {
    display: block;
    font-size: 14px;
    padding: 20px 20px 50px;
    color: hsla(0, 0%, 33%, 1);
}
.footer_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-template-areas: "over navs connect";
}
.footer_over-wonen {
    grid-area: over;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.footer_nav {
    grid-area: navs;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}
.footer_connect {
    grid-area: connect;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
}
.wonen-footer .divider_header {
    padding: 30px 0 0.75em;
    color: hsla(0, 0%, 20%, 1);
    font-size: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.wonen-footer p,
.wonen-footer a {
    display: block;
    margin-bottom: 0.5em;
    padding: 4px 0;
    font-size: 16px;
    color: hsla(0, 0%, 33%, 1);
}
.footer_nav,
.footer_over-wonen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.footer_wonen-logo {
    margin: 20px 0 52px;
}

.wonen-footer .social-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 32px;
}
.wonen-footer .social-nav a {
    margin-right: 24px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: hsla(0, 0%, 100%, 1);
    line-height: normal;
    font-size: 26px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wonen-footer .social-nav a.instagram {
    font-size: 34px;
}
.wonen-footer .footer_mail_signup .form-control {
    font-size: 16px;
    margin-bottom: 10px;
    border: 1px solid hsla(15, 5%, 68%, 1);
}

.rounded_form .input_container-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 10px;
}
.rounded_form .input_container-icon .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.rounded_form .form-control {
    font-size: 16px;
    padding: 0.5em 1.5em;
    margin: 0;
    height: auto;
    border-radius: 200px;
    color: hsla(0, 0%, 33%, 1);
    background-color: hsla(15, 15%, 100%, 1);
    border: 1px solid hsla(15, 5%, 88%, 1);
    overflow: hidden;
}
.rounded_form.tighter .form-control,
.rounded_form.tighter .form-control.text_area {
    padding: 0.75em 1em;
}
.rounded_form.tighter .control-label {
    padding: 0 1em 0.25em;
    margin: 0;
    color: hsla(15, 5%, 20%, 1);
}
.rounded_form select.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 2em;
    z-index: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 0.75em 2.25em 0.75em 1.5em;
}
.rounded_form .form-select-container {
    position: relative;
}
.form-select-container .select-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    padding-right: 1em;
    padding-left: 1em;
    top: 0.4em;
    right: 0.4em;
    bottom: 0.4em;
    z-index: 1;
    color: hsla(15, 5%, 30%, 1);
    background-color: hsla(15, 15%, 100%, 1);
    border-radius: 2em;
    pointer-events: none;
}
.rounded_form .form-control.searchBar {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 4em !important;
}
.rounded_form .input_container-icon .input_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    padding: 0 1.5em;
    margin: 0;
    height: auto;
    line-height: unset;
    border-radius: 200px;
    color: hsla(15, 5%, 33%, 1);
    background-color: hsla(15, 10%, 97%, 1);
    border: 1px solid hsla(15, 5%, 88%, 1);
}
.rounded_form .input_container-icon .input_icon.continued {
    color: hsla(15, 5%, 63%, 0.5);
}
.rounded_form .input_container-icon.left .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 1em;
}
.rounded_form .input_container-icon.left .input_icon,
.rounded_form .input_container-icon.left .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rounded_form .input_container-icon.left .input_icon {
    padding-right: 1em;
    border-right: 0;
    min-width: 55px;
    max-width: 55px;
    width: 55px;
}
.rounded_form .input_container-icon.left .input_icon.x2 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.rounded_form .input_container-icon.right .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 1em;
    z-index: 1;
    border-right: 1px solid transparent;
}
.rounded_form .input_container-icon.right .input_icon,
.rounded_form .input_container-icon.right .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rounded_form .input_container-icon.right .input_icon {
    padding-left: 1em;
    border-left: 0;
    min-width: 55px;
    max-width: 55px;
    width: 55px;
}
.rounded_form .input_container-icon.right .btn {
    padding: 0.5em 1em 0.5em 0.5em;
    min-width: 74px;
    max-width: 74px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: -1px;
}
.rounded_form .title {
    padding-left: 25px;
}
.rounded_form .form-control.text_area {
    border-radius: 20px 20px 0 20px;
    min-height: 106px;
    max-height: 178px;
    padding: 1em 1.5em;
    font-size: 16px;
    line-height: 26px;
}
.rounded_form .form-control.text_area.ta_rows3-5 {
    min-height: 110px;
    max-height: 162px;
}

.rounded_form .form-control.placeholder {
    color: hsla(0, 0%, 63%, 1);
}
.rounded_form .form-control:hover {
    border-color: hsla(0, 0%, 43%, 1) !important;
    border-right-color: hsla(0, 0%, 43%, 1) !important;
    border-left-color: hsla(0, 0%, 43%, 1) !important;
}
.rounded_form .form-control:focus {
    border-color: hsla(15, 100%, 53%, 1) !important;
    border-right-color: hsla(15, 100%, 53%, 1) !important;
    border-left-color: hsla(15, 100%, 53%, 1) !important;
}
.rounded_form .form-control:disabled {
    background-color: hsla(15, 5%, 90%, 1);
    cursor: not-allowed;
}
.rounded_form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: 32px;
}
.rounded_form .ctnr-checkbox {
    margin: 16px 10% 16px 25px;
    font-size: 14px;
}
.rounded_form .gegevens_disclaimer {
    display: block;
    margin: 5px 25px;
    font-size: 14px;
    line-height: 1.22em;
    color: hsla(0, 0%, 63%, 1);
}
.rounded_form .gegevens_disclaimer > .w-link {
    text-decoration: underline;
    color: hsla(0, 0%, 58%, 1);
}
.rounded_form .gegevens_disclaimer > .w-link:hover {
    color: hsla(15, 100%, 53%, 1);
}
.rounded_form .gegevens_disclaimer > .w-link:active {
    color: hsla(15, 100%, 43%, 1);
}

.article_grid.empty_article #artikel {
    display: none;
}
.article_grid.empty_article .article_author_aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
.btn.user_icon .user_name {
    margin-right: 10px;
}
.btn.user_icon .fa-user {
    opacity: 0.9;
    font-size: 16px;
    max-height: 16px;
}

.btn.wonen-primary:hover,
.btn.wonen-primary-o:hover,
.rounded_form .btn:hover,
.rounded_form .input_container-icon .btn:hover,
.btn.rounded_new:hover {
    color: hsla(0, 0%, 100%, 1);
    background-color: hsla(15, 100%, 43%, 1);
    border-color: hsla(15, 100%, 43%, 1);
}
.btn.wonen-primary-t:hover {
    color: hsla(15, 100%, 43%, 1);
}

.c-imgratio {
    width: 100%;
    position: relative;
}
.c-imgratio--16x9 {
    padding-top: 56.25%;
}
.c-imgratio--4x3 {
    padding-top: 75%;
}
.c-imgratio__figure {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.c-imgratio__img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: 200%;
    max-height: 200%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-lazyLoad {
    background-color: hsla(15, 10%, 97%, 1);
}

.c-imgRatio {
    height: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding-top: 100%;
    background-color: hsla(15, 10%, 97%, 1);
    position: relative;
}
.c-imgRatio--21x9 {
    padding-top: 42.86%;
}
.c-imgRatio--16x9 {
    padding-top: 56.25%;
}
.c-imgRatio--4x3 {
    padding-top: 75%;
}
.c-imgRatio__figure {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-imgRatio__img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.TGintroBlock {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: -38%;
    z-index: 2;
    min-height: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.TGintro,
.TGintroTitel,
.TGintroSum,
.TGintroCta {
    padding-right: 30px;
    padding-left: 30px;
}
.TGintroTitel {
    font-size: 40px;
}
.TGintroSum,
.TGintroCta {
    font-size: 24px;
}
.TGintroSum {
    margin-bottom: 0;
}
.TGintroCta {
    margin-top: 32px;
    margin-bottom: 16px;
}

.TGintroImg {
    z-index: 1;
}

.TGintroCat {
    height: auto;
    margin-bottom: 60px;
}
.TGintroCat .c-imgRatio {
    height: 240px;
}
.TGintroCat .c-imgRatio__img {
    max-height: 100%;
}
.TGintroCat a {
    text-decoration: none;
}
.h-fontSans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Roboto, "Helvetica Neue", Arial, "Noto Sans",
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: 0;
}

.carousel-inner {
    height: auto;
}
.carousel-edit {
    height: auto;
    min-height: 450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
.carousel-edit .item {
    display: none;
    z-index: 2;
}
.carousel-edit .item.active {
    display: block;
}

.carousel-edit > .item,
.carousel-edit > .item > .img-container,
.carousel-edit > .item > .img-container > figure,
.thumbnail-w > .img-container,
.thumbnail-w > .img-container > figure {
    width: inherit;
    height: inherit;
}
.form-select-container {
    position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: hsla(15, 5%, 88%, 1);
}

.test_edit-h {
    border: 0;
}
.test_edit-h.dashed,
.test_edit-p.dashed {
    border-style: dashed;
    border-width: 2px;
    border-color: #999;
    border-radius: 5px;
    padding: 5px 10px 5px 10px !important;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.test_edit-p {
    min-height: 150px;
    resize: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#artikel .dashed:hover {
    border-color: hsla(15, 100%, 53%, 1);
}

#artikel .dashed:focus {
    background-color: hsla(15, 10%, 95%, 0.5);
    border-color: hsla(15, 100%, 43%, 1);
}

.custom-file,
.custom-file * {
    cursor: pointer;
}

.custom-file-label::after {
    height: auto;
    padding: 6px 16px 6px 12px;
    background-color: hsla(15, 10%, 97%, 1);
    color: hsla(15, 5%, 33%, 1);
}
.custom-file-input:focus ~ .custom-file-label::after {
    border-color: hsla(15, 5%, 88%, 1);
}
.px-0_30 {
    padding: 0 30px;
}

.flipped {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapse--tgEdit {
    position: relative;
    top: -56px;
}

.c-skeleton {
    background-color: hsla(15, 10%, 95%, 0.5);
    border-radius: 12px;
    border-style: dashed;
    border-width: 2px;
    border-color: #999;
    overflow: hidden;
    min-height: calc((660px / 16) * 9);
}

.c-skeleton video {
    margin-bottom: -12px;
}
.truncateText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}
.drophover > .dropdown-item:hover {
    cursor: default;
}
.drophover:hover > .dropdown-item {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.drophover:hover > .dropdown-menu {
    display: block;
}
.drophover.dropleft > .dropdown-menu {
    right: 99%;
}

.l-grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 0;
}

.l-grid2 > *,
.l-grid3 > *,
.l-grid4 > * {
    width: 100%;
}
.l-grid4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 15px);
    flex: 0 1 calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.l-grid4 > *:nth-child(4n) {
    margin-right: 0;
}

.l-grid3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33% - 15px);
    flex: 0 1 calc(33.33% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.l-grid3 > *:nth-child(3n) {
    margin-right: 0;
}

.l-grid2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 15px);
    flex: 0 1 calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.l-grid2 > *:nth-child(2n) {
    margin-right: 0;
}

img.js-lazyImg {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

img.js-lazyImg[data-src] {
    opacity: 0;
}

.editPartner-block {
    padding: 30px;
}
.editPartner-intro {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    max-width: 65ch;
}
.editPartner-block .btn-secondary {
    color: hsla(0, 0%, 53%, 1);
    border-color: hsla(0, 0%, 73%, 1);
}

/*  RESPONSIVE  */ /*  RESPONSIVE  */ /*  RESPONSIVE  */ /*  RESPONSIVE  */ /*  RESPONSIVE  */ /*  RESPONSIVE  */ /*  RESPONSIVE  */
/* Smartphones ----------- */
@media only screen and (max-width: 599px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .container,
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    #artikel table {
        max-width: 335px;
        width: 100%;
    }
    .tg_item_side {
        max-width: none;
        width: 100%;
    }
    .filler {
        margin-top: 98px;
    }
    .author {
        font-size: 1.2em;
    }
    .navbar-top-1 {
        -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
        height: 98px;
    }
    .navbar-top-2 {
        top: 98px;
    }

    .navbar-search {
        margin: 0 0 8px 0;
        width: 100%;
    }
    .navbar-search > .input-group {
        width: 100%;
        margin: 0;
    }
    .searchSuggest {
        top: 98px;
    }
    .srchSugRes_div {
        width: 100%;
        margin-bottom: 16px;
    }
    .srchSugRes_div.hidden {
        display: none;
    }
    .srchSugRes_head {
        font-size: 16px;
    }
    .srchSugRes_link {
        font-size: 14px;
    }

    .tt-menu {
        width: calc(100vw - 60px);
    }

    .hero-image {
        margin-top: 98px;
    }
    .hero-test-sub {
        height: 20vh;
        min-height: 134px;
    }

    .hero-image.hero-test {
        height: 30vh;
        min-height: 200px;
    }

    .sub-slogan {
        font-size: 19px;
        margin: 0 0 30px 0;
        font-weight: 500;
    }

    .slogan {
        font-size: 22px;
    }

    .hero-image.hero-test .slogan {
        font-size: 22px;
        text-align: left;
    }
    .hero-image.hero-test .sub-slogan {
        font-size: 19px;
        margin: 0 0 30px 0;
        font-weight: 500;
        text-align: left;
        max-width: 200px;
    }

    .l-n {
        width: 100%;
        margin: 0 0 2% 0;
    }
    .l-n:not(:first-child) {
        width: 100%;
        margin: 0 0 2% 0;
    }

    .sub_cat_sum {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .block-nieuws .toon-meer-block {
        width: 100%;
        margin: 0;
    }
    .blog {
        height: 360px;
        width: 100%;
    }

    /* linker rij */
    .blog:nth-child(odd) {
        margin-right: 0;
    }

    /* rechter rij */
    .blog:nth-child(even) {
        margin-left: 0;
    }

    .grid {
        margin: -2% -2% auto -2%;
    }

    .grid-item-txt {
        padding: 15px;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .artikel-icons-blog {
        padding: 15px;
        padding-bottom: 0;
    }

    .grid-item-txt .title {
        font-size: 12px;
    }

    .grid-item-txt .sum {
        font-size: 11px;
    }
    .circle-avatar {
        width: 10em;
        height: 10em;
        background-size: 10em auto;
    }
    .card-professional-top {
        height: auto;
    }
    .card-professional-art {
        height: 75px;
    }
    .card-professional-art > .art-showcase {
        height: 75px;
    }

    .prof-cat-submenu.dropdown-item {
        font-size: 10px;
        padding: 2px 8px;
    }

    .dropdown-menu {
        min-width: 136px;
    }

    .btn-cat-select-prof {
        font-size: 10px;
    }

    .pro-header-img {
        width: 100%;
        padding-right: 30px;
    }
    .pro-header-txt {
        width: 100%;
        padding-left: 30px;
    }
    .artikel > .block-txt > .title {
        font-size: 2.6em;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .artikel > .block-txt > .sum {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .mobile-show-first:not(:first-child) {
        display: none;
    }
    .img-container > figure > img {
        height: 250px;
    }

    .carousel-inner {
        height: 250px;
    }
    .car-inner-img {
        height: 250px;
    }
    .btn-int,
    .btn-int:visited {
        margin-right: 7px;
        margin-bottom: 7px;
        background-color: #fff;
        color: #777;
        font-weight: 300;
        border: 1px solid #999;
        text-transform: capitalize;
        text-decoration: none;
        padding: 3px 10px;
    }
    .navbar-collapse {
        border-bottom: 0;
    }

    .pro-header-img {
        padding-bottom: 0;
        padding-left: 30px;
    }
    .circle-avatar-pro {
        width: 15em;
        height: 15em;
        background-size: 15em auto;
    }
    .pro-header-info {
        padding-left: 30px;
        padding-top: 30px;
        width: 100%;
    }
    .pro-header-info .title {
        font-size: 18px;
    }
    .pro-header-info .sum {
        font-size: 12px;
    }

    .card-professional > .card-header {
        font-size: 12px;
        padding: 10px 15px;
        margin-top: 0;
    }
    .card-professional > .card-professional-wrap > .pro-header-img {
        padding: 0px 15px;
    }
    .card-professional > .card-professional-wrap > .pro-header-img > .circle-avatar-pro {
        width: 13em;
        height: 13em;
        background-size: 13em auto;
    }
    .card-professional > .card-professional-wrap > .pro-header-info {
        padding: 15px 15px 0 15px;
    }
    .pro-header-expandable {
        height: auto;
        max-height: 55px;
    }

    .col-header-img {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .col-header-img > .circle-avatar-cover {
        width: 120px;
        height: 120px;
    }

    .col-header-info {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .col-header-info .title {
        font-size: 22px;
        margin-top: 10px;
    }
    .foto_toevoegen {
        font-size: 16px;
    }

    .cookie-disclaimer {
        text-align: center;
    }
    .foto-modal-collectie-plus {
        color: #555;
    }

    /* Responsive tables -Smartphone */
    .wonen-r-table--collapse {
        display: block;
    }
    .wonen-r-table--collapse > .wonen-r-table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wonen-r-table--collapse > .wonen-r-table-row > .wonen-r-table-cell,
    .wonen-r-table-cell-x2 {
        width: 100% !important;
    }
    .wonen-r-table--collapse > .wonen-r-table-row > .wonen-r-table-cell--foot {
        margin-bottom: 2em;
        border-radius: 0 0 5px 5px;
    }
    .wonen-r-table--collapse > .wonen-r-table-row > .wonen-r-table-cell--head {
        border-radius: 5px 5px 0 0;
    }
    .wonen-r-table-cell-content {
        width: 80%;
    }

    .test.small {
        max-height: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .test.small .block-img {
        width: 100%;
        border-radius: 0px;
    }
    .test.small .small-bot {
        width: 100%;
    }
    .test.small .block-txt {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: none;
    }
    .test.small .block-txt .test-result {
        max-width: none;
        margin-top: 16px;
    }

    .filter,
    .filter-selects {
        max-width: none;
    }

    .thumbnail-li-edit,
    .thumbnail-li-edit-add {
        width: 25%;
    }

    main.container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .article_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
            "author";
    }
    .article_related_aside,
    .article_author_aside {
        grid-column: auto;
        grid-row: auto;
    }

    .article_grid.empty_article .article_author_aside {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }

    .article_related_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 30px auto 30px auto 30px auto;
        grid-template-areas:
            "item1"
            "item2"
            "item3"
            "more";
    }
    .article_related_aside .btn.toon_all_prod {
        grid-column: auto;
        grid-row: auto;
        margin: 0;
    }
    .toon_all_prod_prof {
        display: none;
    }

    .wonen-footer {
        margin-top: 30px;
        padding: 20px 0 50px;
        text-align: center;
    }
    .divider_header {
        padding: 30px 20px 0.75em;
    }
    .wonen-footer .divider_header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wonen-footer .social-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wonen-footer .social-nav a {
        margin-left: 12px;
        margin-right: 12px;
    }

    .footer_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 30px auto 30px auto;
        grid-template-areas:
            "connect"
            "navs"
            "over";
    }
    .footer_connect {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
    .footer_over-wonen {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
    .footer_wonen-logo {
        margin: 20px 0;
    }
    .article_author_ctas > .btn,
    .article_related_block > .btn {
        max-width: 62vw;
    }
    .article_author_ctas > .btn,
    .article_related_block > .btn,
    .footer_mail_signup .btn {
        min-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .article_header .headline {
        font-size: 32px;
        padding: 25px 30px 0.5em;
    }
    .article_header p {
        font-size: 18px;
    }

    .TGintroBlock {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .TGintro {
        padding-right: 0;
        padding-left: 0;
    }

    .TGintroTitel,
    .TGintroSum,
    .TGintroCta {
        padding-right: 20px;
        padding-left: 20px;
    }
    .TGintroTitel {
        font-size: 28px;
    }
    .TGintroSum,
    .TGintroCta {
        font-size: 18px;
    }
    .TGintroSum {
        max-width: 345px;
        margin-right: auto;
        margin-left: auto;
    }
    .TGintroCta {
        margin-top: 24px;
        margin-bottom: 8px;
    }
    .TGintroImg {
        padding-right: 7.5px !important;
        padding-left: 7.5px !important;
        margin-top: -8px;
        margin-bottom: -15px;
    }
    .TGintroCat {
        margin-bottom: 5px;
    }

    .l-grid2 > *,
    .l-grid3 > *,
    .l-grid4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0;
    }

    /* Smartphones (portrait) ----------- */
    @media only screen and (max-device-width: 425px) {

        .cookie-disclaimer > .block-item{
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block;
            position: fixed;
            height: 500px;
            width: 350px;
        }

        .check1{
            left: 40%;
            bottom: 65%;
        }

        .check2{
            left: 40%;
            bottom: 38%;
        }

        .checkboxTekst1{
            left: 10%;
        }

        .checkboxTekst2{
            left: 10%;
            bottom: 18%;
        }

        input[type=checkbox]{
            height: 30px;
            width: 50px;
        }

        input[type="checkbox"]:before{
            height: 30px;
            width: 30px;
        }

        input:checked[type="checkbox"]:before{
            left: 30px
        }

        .cookie-disclaimer .sum{
            font-size: 13px;
            left: 1%;
        }

        .cookie-disclaimer button#closeCookie{
            left: 30%;
        }

        .navbar-brand {
            padding: 10px 0px;
        }
        .navbar-nav .btn {
            font-size: 1em;
        }
        .navbar-toggler {
            font-size: 1em;
        }
        .typeahead {
            font-size: 1.2em;
        }
        .nav-tabs {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }
        .nav-tabs .nav-link {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            margin-bottom: 5px;
        }
        .slider-block {
            position: relative;
            top: 0;
            right: 0;
        }
        .switch {
            width: 49px;
            height: 23px;
        }
        .slider:before {
            height: 15px;
            width: 15px;
        }
        .ontdekken-dropdown-all {
            border-right: 0;
        }
        .ontdekken-dropdown {
            padding: 0 0 10px 0;
            border: 0;
            width: auto;
        }
        .ontdekken-dropdown-links {
            font-size: 11px;
        }

        .ontdekken-dropdown-links-header {
            font-size: 12px;
        }
        .grid-item {
            width: 100%;
            padding: 2%;
        }
        .g-i-inspiratie {
            width: 50%;
            padding: 2%;
        }
        .reacties .btn-wonen-action,
        .reacties .btn-wonen-action-o {
            font-size: 1.4em;
        }
        .posted-cmt {
            margin-left: 49px;
        }
        .posted-cmt-reas {
            margin-left: 49px;
        }
    }
    /* ------ Eind Smartphones (portrait) */

    /* Smartphones (landscape) ----------- */
    @media only screen and (min-device-width: 426px) and (max-device-width: 599px) {

        .hero-image {
            margin-bottom: 0;
        }
        .hero-image-bron {
            opacity: 1;
            font-size: 12px;
            bottom: 5px;
            right: 10px;
        }
        .prof-header {
            top: 98px;
        }
        .ontdekken-dropdown {
            position: absolute !important;
            font-size: 11px;
            padding: 20px 30px 25px 30px;
            width: 377px;
            height: 211px;
            overflow-y: auto;
            right: auto;
            left: 135px;
            top: -173px;
            border-top: 1px solid white;
            border-bottom: 0;
            border-radius: 0;
        }
        .pro-header-img {
            width: 38.2%;
        }
        .pro-header-info {
            width: 61.8%;
            padding-top: 0;
        }
        .grid-item {
            width: 50%;
            padding: 2%;
        }
        .g-i-inspiratie {
            width: 33%;
            padding: 0.5%;
        }

        .grid-inspiratie {
            margin: -0.5% -1.5% auto -0.5%;
        }
    }
    /* ------ Eind Smartphones (landscape) */
}

/* ------ Smartphone Cookie (landscape) */

@media only screen and (min-device-width: 426px) and (max-device-width: 950px) {
    .cookie-disclaimer > .block-item {
        position: fixed;
        width: 500px;
        height: 250px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cookie-disclaimer .sum{
        font-size: 10px;
    }

    .checkboxTekst1{
        font-size: 8px;
        left: 27.5%;
    }
    .checkboxTekst2{
        font-size: 8px;
        left: 27.5%;
    }

    .cookie-disclaimer button#closeCookie{
        left: 40%;
    }

}
/* ------ Eind Smartphones */

/* Tablet ----------- */
@media only screen and (min-width: 600px) and (max-width: 1199px) {
    /* Responsive tables -Tablet */


    .wonen-r-table--collapse {
        display: block;
    }
    .wonen-r-table--collapse > .wonen-r-table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wonen-r-table--collapse > .wonen-r-table-row > .wonen-r-table-cell,
    .wonen-r-table-cell-x2 {
        width: 100% !important;
    }
    .wonen-r-table--collapse > .wonen-r-table-row > .wonen-r-table-cell--foot {
        margin-bottom: 2em;
        border-radius: 0 0 5px 5px;
    }
    .wonen-r-table--collapse > .wonen-r-table-row > .wonen-r-table-cell--head {
        border-radius: 5px 5px 0 0;
    }
    .wonen-r-table-cell-content {
        width: 80%;
    }
    .wonen-footer {
        margin-top: 30px;
        padding: 20px 0 50px;
        text-align: center;
    }
    .divider_header {
        padding: 30px 20px 0.75em;
    }
    .wonen-footer .divider_header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wonen-footer .social-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wonen-footer .social-nav a {
        margin-left: 12px;
        margin-right: 12px;
    }

    .footer_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 30px auto 30px auto;
        grid-template-areas:
            "connect"
            "navs"
            "over";
    }
    .footer_connect {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
    .footer_over-wonen {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
    }
    .footer_wonen-logo {
        margin: 20px 0;
    }
    .article_author_ctas > .btn,
    .article_related_block > .btn {
        max-width: 62vw;
    }
    .article_author_ctas > .btn,
    .article_related_block > .btn,
    .footer_mail_signup .btn {
        min-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    /* Tablet (portrait) ----------- */
    @media only screen and (min-device-width: 600px) and (max-device-width: 1023px) and (orientation: portrait) {

        .cookie-disclaimer > .block-item{
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            position: fixed;
            height: 500px;
            width: 500px;
            display: flex;
            justify-content: center;
        }

        .check1{
            left: 47%;
            bottom: 65%;
        }

        .check2{
            left: 47%;
            bottom: 38%;
        }

        .checkboxTekst1{
            font-size: 12px;
            left: 10%;
        }

        .checkboxTekst2{
            font-size: 12px;
            left: 10%;
        }

        input[type=checkbox]{
            height: 30px;
            width: 50px;
        }

        input[type="checkbox"]:before{
            height: 30px;
            width: 30px;
        }

        input:checked[type="checkbox"]:before{
            left: 30px
        }

        .cookie-disclaimer .sum{
            font-size: 16px;
            left: 1%;
        }

        .cookie-disclaimer button#closeCookie{
            left: 40%;
        }

        .dealer_b {
            margin-bottom: 15px;
        }
        .g-i-inspiratie {
            width: 33%;
            padding: 0.5%;
        }

        .grid-inspiratie {
            margin: -0.5% -1.5% auto -0.5%;
        }
        .grid {
            margin: -0.5% -2% auto -2%;
        }

        .grid-item {
            width: 50%;
            padding: 2%;
        }
        .l-n:not(:first-child) .block-txt .title {
            font-size: 11px;
        }
        .small .block-txt .title {
            font-size: 12px;
        }
        .best-nr {
            font-size: 14px;
        }
        main.container {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .article_grid {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            grid-template-areas:
                "main"
                "author";
        }
        .article_related_aside,
        .article_author_aside {
            grid-column: auto;
            grid-row: auto;
        }

        .article_grid.empty_article .article_author_aside {
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-row: 2/3;
        }

        .article_related_grid {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            -ms-grid-rows: auto 30px auto 30px auto 30px auto;
            grid-template-areas:
                "item1"
                "item2"
                "item3"
                "more";
        }
        .article_related_aside .btn.toon_all_prod {
            grid-column: auto;
            grid-row: auto;
            margin: 0;
        }
        .toon_all_prod_prof {
            display: none;
        }

        .article_author_ctas > .btn,
        .article_related_block > .btn,
        .rounded_form .btn {
            max-width: 62vw;
        }
        .article_author_ctas > .btn,
        .article_related_block > .btn,
        .footer_mail_signup .btn {
            min-width: 180px;
            margin-left: auto;
            margin-right: auto;
        }
        .article_header .headline {
            font-size: 32px;
            padding: 25px 30px 0.5em;
        }
        .article_header p {
            font-size: 18px;
        }
    }
    /* Tablet (landscape) ----------- */

    @media only screen and (min-device-width: 600px) and (max-device-width: 1023px) and (orientation: landscape) {

        .checkboxTekst1 {
            left: 50%;
        }

        .checkboxTekst2 {
            left: 50%;
        }

        .g-i-inspiratie {
            width: 25%;
            padding: 1%;
        }

        .grid-inspiratie {
            margin: -0.5% -1% auto -1%;
        }
        .artikel-icons {
            font-size: 10px;
        }
    }
}
/* ------ Eind Tablet */

/* ------ Tablet Landscape Cookie */

@media only screen and (min-device-width: 600px) and (max-device-width: 1200px) and (orientation: landscape) {

    .checkboxTekst1 {
        left: 27.5%;
        bottom: 45%;
    }

    .checkboxTekst2 {
        left: 27.5%;
        bottom: 20%;
    }
}


/* Desktop & UP ----------- */
@media only screen and (min-width: 1024px) {

    .cookie-disclaimer {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}

    .cookie-disclaimer .sum {
        justify-content: center;
        align-items: center;
        width: 95%;
        height: 20%;
    }

    .g-i-inspiratie {
        width: 25%;
        padding: 1%;
    }

    .grid-inspiratie {
        margin: -0.5% -1% auto -1%;
    }
    #sideContent.sticky-side {
        position: fixed;
        top: 126px;
        width: 300px;
    }
    #sideContent.sticky-end {
        position: absolute;
        bottom: 0;
        top: auto;
        margin-bottom: 0;
        width: 300px;
    }
}
/* ------ Eind Desktop & UP */

/* Large Desktop & UP ----------- */
@media only screen and (min-width: 1800px) {
    .checkboxTekst1 {
        font-size: 16px;
        bottom: 45%;
    }

    .checkboxTekst2 {
        font-size: 16px;
        bottom: 20%;
    }
}
/* ------ Eind Large Desktop & UP */
