input:focus,textarea:focus{
    outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty {
    margin: 0!important;
}
h1{
    margin: 0 0 15px 0;
    font-size: 3.8rem;
    line-height: 4.8rem;
}
h2 {
    margin: 0 0 15px 0;
    font-size: 3.4rem;
    line-height: 4.2rem;
}
h1 em, h2 em {
    font-style: normal;
    color: #f12e18;
}
a#reserveren {
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 10;
}
button, .button, input[type=submit], input[type=button] {
    font-size: 1.6rem;
    line-height: 3rem;
    font-family: inherit;
    border: 0;
    background-color: #f12e18;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 4px 20px 6px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    display: inline-block;
}
.button.secundary{
    background-color: #fff;
    color: #f12e18;
    border: 1px solid #f12e18;
}
button a {
    color: #fff!important;
    text-decoration: none;
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover {
    color: #fff!important;
    background: #f12e18;
}
.button.secundary:hover{
    background-color: #f12e18;
    color: #fff!important;
}
.button-wrap .button:not(:first-child) {
    margin-left: 30px;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:placeholder, input[type=password]:placeholder, input[type=email]:placeholder, textarea:placeholder{
    color: #D0D8DE;
}
input[type=text], input[type=password], input[type=email],input[type=tel], textarea, .formInputTaC, select {
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #F2F2FF;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 7px 20px 7px;
    width: 100%;
    color: #0e0e0e;
    background: #fff;
    font-weight: 600;
    margin: 5px 0 20px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, .formInputTaC:focus, .select:focus {
    border-color: #f12e18;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f12e18;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 18px;
    height: 18px;
    top: 8px;
    left: 8px;
}
input[type=radio]:checked {
    border: 1px solid #f12e18;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 36px!important;
    height: 36px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #f12e18;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.formCheckboxContainer > * {
    vertical-align: middle;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #fff;
    line-height: 25px;
}
input[type=checkbox]:checked {
	background-color: #f12e18;
	border: 1px solid #f12e18;
}
input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #f12e18;
    width: 25px!important;
    height: 25px!important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
input[type=checkbox][disabled] {
    cursor: default;
}
img{
    display: block;
    max-width:100%;
    height:auto!important;
}
.sw{
    max-width:1476px;
    margin:0 auto;
    padding:0 15px;
}
p, .text, .intro, li {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
ul{
    margin: 0 0 30px 0;
}
ul li::marker {
    color: #f12e18;
}
p {
    margin:0 0 30px 0;
}
p + h2 {
    margin-top: -15px;
}
p:last-child,ul:last-child{
    margin: 0;
}


/*Select*/



.select{
    color: #0e0e0e;
    background: #fff;
    border: 1px solid #F2F2FF;
    line-height: 24px;
}
.select .select_options .option.selected, .select.multiple .selected_item ,.select .select_options::-webkit-scrollbar-thumb{
    background-color: #f12e18;
}
.select.multiple .selected_item{
    background-color: #ffdbb6;
    color: #f12e18;
    font-weight: 600;
}
.select .select_options .option:not(.selected):hover {
    background-color: #f12e18;
}
.select:after {
    background-image: url(../_images/arrow-down.svg);
    right: 10px;
    background-size: 8px auto;
}
.select.multiple .selected_item {
    line-height: 36px;
}
.select .selected_item[value="Geen keuze gemaakt"]{
    color: #767898
}







/*
    Home header
*/
.home-header {
    padding: 0;
}
.header_afbeeldingen > .sw {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.header-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.home-header .header-content-inner h1 {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
section.home-header button {
    transform: rotate(-2deg);
}
section.home-header button:hover {
    background: #f12e18;
    color: #fff!important;
}
.header-content-inner {
    padding: 30px;
    text-align: center;
    max-width: 700px;
}
.header-content-inner .text,
.header-content-inner .text p{
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.header-content-inner .text p:last-child{
    margin: 0;
}
.header_afbeelding {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1300px){
    .header_afbeelding {
        height: 400px;
    }
}
@media (max-width: 991px){
    .header_afbeelding {
        height: 350px;
    }
}
section.home-header + .wrap p{
    font-size: 1.8rem;
    line-height: 2.8rem;
}
section.home-header + .wrap p:last-child{
    margin: 0 0 0 0;
}

/*
    Hide for video.
*/
.swiper.homeheadswip{
    display: none!important;
}
.header-video .desktop{
    display: block;
}
.header-video .mobile{
    display: none;
}
@media (max-width: 767px){
    .header-video .desktop{
        display: none;
    }
    .header-video .mobile{
        display: block;
    }
}

/*
    Home content
*/
@media (min-width: 991px){
    .home section[data="2 kolommen"] .grid_image {
        padding-right: 50px;
    }
    .home section[data="2 kolommen"] p {
        padding-right: 80px;
    }
}

.home section[data="2 kolommen"] h2 {
    margin-bottom: 60px;
}
.home section[data="2 kolommen"] .row > div {
    align-self: flex-start;
}



/*
    Home Impressie slider
*/
.impressie h2{
    margin: 0 0 30px 0;
}
.impressie-wrap {
    position: relative;
    width: calc(100% + ((100vw - 1476px) / 2));
}
.impressie_afbeelding{
    margin-right: 15px;
}
.impressie_afbeelding img{
    width: 100%;
}
.scrollbar-wrap{
    position: relative;
    width: 300px;
    height: 30px;
    margin-top: 15px;
}
.appartment-detail-header-scroll {
    margin-top: -27px;
    margin-left: 3px;
}
.swiper-scrollbar-drag {
    background: #f12e18;
    cursor: pointer;
}
.impressie-slider{
    cursor: grab;
    user-select: none;
}

section.impressie .impressie_afbeelding {
    position: relative;
    overflow: hidden;
}


.verhuur-header{
    padding: 0;
}
.object-list-item {
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 0 0 30px 0;
}
.object-list-item-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 5px 5px 0 0;
}
.object-list-item-content {
    padding: 20px 15px;
    background: #444444;
    border-radius: 0 0 5px 5px;
}


.content_introimage img {
    border-radius: 5px;
}

/*
    Menu
*/
section[data="Menu"] h3 {
    margin: 30px 0;
}
section[data="Menu"] p strong {
    float: right;
}
section[data="Menu"] p {
    font-size: 1.6rem;
}
section[data="Menu"] p em {
    color: #898989;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
section[data="Menu"] {
    padding-top: 0;
}
@media (min-width: 991px){
    section[data="Menu"] .row > div {
        padding: 0 40px;
    }
}

/*
    Page footer
*/
footer {
    padding: 65px 0;
    position: relative;
    background-color: #676B68;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
    display: inline-block;
}
footer a:hover {
    transform: translateX(5px);
}
footer section{
    padding:0;
}
footer h3 {
    color: #f12e18;
    margin: 0 0 15px 0;
    word-break: break-word;
}
footer ul li, footer ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 2.6rem;
}
footer ul {
    padding: 0;
    margin: 20px 0;
}
footer ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer div.col-lg-2 p {
    line-height: 3.4rem;
}
footer .col-lg-4:last-child p strong {
    display: inline-block;
    width: 40px;
}
.bottom_footer {
    background: #f1f0ef;
    color: #0e0e0e;
}
.bottom_footer p{
    margin: 0;
    font-size: 1.4rem;
    line-height: 3.6rem;
}
.bottom_footer a{
    color: #0e0e0e;
}
footer .col-lg-5 p a[href*=facebook] {
    text-decoration: none;
    color: #000;
    position: relative;
}
footer .col-lg-5 p a[href*=facebook]:before {
    content: '\f39e';
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #ffdbb6;
    vertical-align: middle;
    margin-right: 15px;
    font-family: "Font Awesome 6 Brands";
    color: #f12e18;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
footer div.col-lg-2 p a {
    text-decoration: none;
    color: #000;
    transition: 0.2s ease-in-out;
}
footer div.col-lg-2 p a:hover{
    color: #f12e18;
}




/*
    Content wrapper
*/
.outer > section > .sw > .row {
    align-items: stretch;
}
section {
    padding: 60px 0;
    position: relative;
}
section[data="3 Koloms"] .grid_image {
    margin: 0 auto 30px;
}
section[data="3 Koloms"] .grid_image + p {
    color: #f12e18;
    margin: 0;
}
section[data="3 Koloms"] .grid_image + p + p, 
section[data="3 Koloms"] .grid_image + p + p > a {
    font-size: 2.2rem;
    line-height: 3.2rem;
    color: #3A3F5F;
    text-decoration: none;
}
section[data="3 Koloms"] .grid_image + p + p > a:hover {
    text-decoration: underline;
}
section[data="3 Koloms"] button {
    margin: 40px 0 0;
}
section[data="2 Koloms"] .row {
    align-items: center;
}
section[data="Center kolom"] img {
    margin: 40px auto;
}
section[data="2 Koloms"]:nth-child(even) {
    background-color: #fff;
}
section.logo_slider .logo_item {
    padding: 30px 50px;
    background: #fff;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    transition: .2s;
}
section.logo_slider .logo_item img {
    margin: 0 auto;
}
.logo_items > div {
    margin-bottom: 30px;
}
.logo_items {
    margin-bottom: 40px;
}
.logo_items .logo_item {
    box-shadow: 1px 1px 19px 0px #0000000d;
}
.logo_items .logo_item:hover {
    box-shadow: 1px 1px 19px 0px #00000026;
    cursor: pointer;
}
.grid_image img {
    margin: 0 auto;
}



/*
    Pricing troep
*/
.pricing_item i {
    font-size: 3.2rem;
    line-height: 7.3rem;
    font-weight: bold;
    color: #ff3a5f;
    background: #200b49;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.pricing_item{
    padding: 60px 30px 30px 30px;
    background: #fff;
    border-radius: 15px;
    height: 100%;
    position: relative;
    box-shadow: 1px 1px 19px 0px #0000000d;
}
.pricing_item_outer{
    margin-bottom:60px;
}
.pricing_item button {
    margin-top: 20px;
}
.subtitel {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 600;
}
.pricing_item h3 {
    font-size: 3.8rem;
    margin: -5px 0 30px;
}
.logo_item img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0;
    max-width: 200px;
}
.item_description ul {
    padding: 0 0 0 20px;
}

section[data="50 - 50"] .row {
    align-items: center;
}









.pagetexting a {
    color: #ffff;
    text-decoration: none;
}
.gallerij-inner.verhuur-object-gallerij {
    max-width: 1300px;
    margin: 40px auto 0 auto;
}
.gallerij-inner {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap:   0px;
    -moz-column-count:    3;
    -moz-column-gap:      0px;
    column-count:         3;
    column-gap:           0px;
    overflow: hidden;
}
.gallerij-inner img {
    width: 100% !important;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border: 5px solid #242424;
    border-radius: 10px;
    cursor: pointer;
    filter: saturate(1.2Z);
    transition: 0.2s ease-in-out;
}
.gallerij-inner img:hover{
    transform: scale(1.02);
    filter: saturate(1.6);
}

.gallery-popup{
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}
.gallery-popup.show{
    display: block;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.gallery-popup .slide-inner {
    width: 100dvw;
    height: 100dvh;
    display: flex;
    user-select: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.gallery-popup .slide-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important;
    border-radius: 5px;
}
.gallery-popup .gallery-close{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
}
.gallery-popup .gallery-close:before{
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}


@media (max-width: 1476px) {
    header .logo {
        max-width: 240px;
    }
    header {
        padding: 10px 16px;
    }
    #navigation > ul > li {
        margin: 0 0 0 15px;
    }
    .impressie-wrap {
        width: 100%;
    }
    section.verhuur-header .header_afbeeldingen {
        display: none;
    }
}
@media (max-width: 1176px) {
    header .logo {
        max-width: 200px;
    }
    header {
        padding: 10px 16px;
    }
    #navigation > ul > li {
        margin: 0 0 0 10px;
    }
}

/* Mobile */
@media (max-width: 991.8px) {
    .impressie_afbeelding {
        margin-right: 0;
    }
    #navigation > ul > li > a:before{
        display: none;
    }
    h1{
        margin: 0 0 10px 0;
        font-size: 2.2rem;
        line-height: 3.4rem;
    }
    h2 {
        margin: 0 0 10px 0;
        font-size: 2.2rem;
        line-height: 3.4rem;
    }

    .home div[data="Grid"] .row > div:first-child {
        order: 1;
        margin-top: 30px;
    }
    section[data="2 Koloms"] .grid_image {
        margin: 20px auto 0;
    }
    section[data="2 Koloms"]:nth-child(even) > .sw > .row > div:nth-child(1) {
        order: 2;
    }
    section[data="2 Koloms"]:nth-child(even) {
        padding: 0;
    }

    section {
        padding: 30px 0;
    }
    .content_inner{
        max-width: 100%;
    }
    .tabContentPart {
        margin-top: 20px;
    }
    footer .col-lg-5, footer .col-lg-2{
        margin-bottom: 30px;
    }
    footer .sw .row > div {
        margin-bottom: 30px;
    }
}


@media (max-width: 991.8px) {
    body{
        padding-top: 80px;
    }
    header .logo img {
        height: 50px!important;
    }
    header {
        padding: 5px 15px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    }
    header .sw {
        padding: 0;
    }
    .header-inner{
        padding: 10px 0;
    }
    #navigation {
        width: 100%;
        display: block;
        height: calc(100% - 80px);
        position: fixed;
        z-index: 3;
        background:#000;
        top: 80px;
        left: 0;
        padding: 30px 30px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        overflow-y: auto;
    }
    body.menu-open #navigation {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #navigation > ul {
        display: block;
    }
    #navigation > ul > li {
        display: block;
    }
    #navigation ul > li > ul {
        padding: 0 0 0 15px;
    }
    #navigation > ul > li > a,
    #navigation > ul > li > ul > li,
    #navigation > ul > li > ul > li > a {
        list-style: none;
        text-decoration: none;
    }
    #navigation > ul > li > a:hover,
    #navigation > ul > li > ul > li > a:hover {
        color: #fff;
    }
    #navigation > ul > li > a {
        font-size: 2rem;
        line-height: 4.2rem;
    }
    #navigation > ul > li > a:hover{
        color: #000;
    }
    #navigation > ul > li > ul > li > a {
        display: block;
        font-size: 1.8rem;
        line-height: 4.2rem;
    }
    #navigation > ul > li:last-child > a {
        display: inline-block;
        margin-top: 10px;
    }
}


@media (max-width: 767.8px) {
    .header-content {
        padding: 0 0 30px 0;
    }
    .icon {
        padding-bottom: 30px;
    }
    .tab-title {
        font-size: 1.2rem;
        line-height: 3rem;
        padding-right: 25px;
    }
    .bottom_footer p {
        font-size: 1.2rem;
        line-height: 2.8rem;
    }
    #searchForm {
        display: block;
    }
    #searchForm .selwrap {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .selwrap + button{
        margin-top: 0;
    }
    .appartment-list-item-image {
        width: 100%;
        height: 200px;
    }
    .app-img-wrap{
        width: 100%;
    }
    .appartment-list-item-content {
        width:100%;
    }
    .button-wrap .button:not(:first-child) {
        margin-top: 20px;
        margin-left: 0;
    }
    section.faq{
        padding: 40px 0;
    }

    .active-floor-info{
        opacity: 1;
        pointer-events: all;
    }
    .project-wrap {
        margin: 0 -15px 323px -15px;
    }
    .active-floor-info {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 323px;
        padding: 20px;
        background: #f12e18;
        border-radius: 0;
        transform: none;
        border: 0;
        color: #fff;
    }
    .active-floor-info .label {
        color: #dedede;
    }
    #appartment_url {
        position: static;
        background: #ffdbb6;
        width: 100%;
        color: #f12e18;
        border: 1px solid #ffffff;
    }
    .active-floor-info.no_show:not(.show):before {
        content: 'Klik op een van de verdiepingen, op de afbeelding hierboven voor meer informatie!';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        background: #f12e18;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.8rem;
        line-height: 3rem;
    }
}


@media (max-width: 600px) {
    input.newsletter_submit_button {
        position: static;
        margin-top: 15px;
        width: 100%;
        background-color: #000;
    }
    form.newsletter_sub_form input[type="text"] {
        height: auto;
        padding: 10px 15px;
    }
    .newsletter_sub_content h2 {
        margin: 0 0 15px 0;
        font-size: 2rem;
        line-height: 3rem;
    }
    .newsletter_sub_split {
        padding: 30px 15px 35px 15px;
        margin: -15px;
        border-radius: 0;
    }
    .iconsubtitle {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: 5px;
    }
    .iconnumber {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-top: 15px;
    }
    .iconwrap img {
        height: 40px!important;
        width: auto!important;
    }
    footer {
        padding: 30px 0;
    }
    .bottom-control.split {
        display: block;
    }
    .share-part {
        margin-top: 20px;
    }
    .gallerij-inner {
        column-count: 2;
    }
}

@media print{
    #navigation,
    footer,
    .hamburger,
    .bottom_footer,
    .impressie,
    .newsletter_sub{
        display: none!important;
    }
    header{
        position: absolute;
    }
}