input:focus,textarea:focus{
    outline:none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Inter', 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;
    text-align: center;
}
h2 {
    margin: 0 0 15px 0;
    font-size: 3.4rem;
    line-height: 4.2rem;
}
h3 {
    margin: 0 0 30px 0;
}
h1 em, h2 em {
    font-style: normal;
    color: #9C1B2E;
}
button, .button, input[type=submit], input[type=button] {
    font-size: 15px;
    line-height: 30px;
    font-family: inherit;
    border: 0;
    font-weight: normal;
    padding: 4px 20px 6px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    display: inline-block;


    background: #6ec8c4;
    color: #000;
    border: 3px solid #FFF;
    font-weight: bold;
    border-radius: 35px;

}
.button.secundary, .button.secondary, button.secondary, footer button{
    background-color: transparent;
    color: #9C1B2E;
    border: 1px solid #9C1B2E;
    border-radius: 6px;
}
button a {
    color: #000!important;
    text-decoration: none;
}
button:hover,.button:hover, input[type=submit]:hover,input[type=button]:hover {
    color: #000;
    background-color: #aae2e0;
}
.button.secundary:hover, footer button:hover{
    background-color: #9C1B2E;
    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: #686868;
}
input[type=text], input[type=password], input[type=email], input[type=tel], textarea, .formInputTaC, select {
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 4px 15px 4px;
    width: 100%;
    color: #000000;
    background: #fff;
    font-weight: 500;
    margin: 5px 0 20px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, .formInputTaC:focus, .select:focus {
    border-color: #9C1B2E;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #9C1B2E;
    -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 #9C1B2E;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 36px!important;
    height: 36px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #9C1B2E;
    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: #9C1B2E;
	border: 1px solid #9C1B2E;
}
input[type=checkbox] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #9C1B2E;
    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:1030px;
    margin:0 auto;
    padding:0 15px;
}
.sw.medium{
    max-width: 1030px;
}
p, .text, .intro, li {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
ul{
    margin: 0 0 30px 0;
}
ul li::marker {
    color: #9C1B2E;
}
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: #9C1B2E;
}
.select.multiple .selected_item{
    background-color: #ffdbb6;
    color: #9C1B2E;
    font-weight: 600;
}
.select .select_options .option:not(.selected):hover {
    background-color: #9C1B2E;
}
.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
}


.content-header {
    padding: 80px 0 0 0;
}


/*
    Simple header
*/
section.simple-header {
    padding: 0;
    position: relative;
}
.simple-header-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.simple-header-content-inner {
    padding: 50px 0;
}

.header_afbeelding.cnt.dark-overlay{
    position: relative;
}
.header_afbeelding.cnt.dark-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.simple-header-content-inner.light-content h1 {
    color: #fff;
}


/*
    Vacancies
*/
.vacancy-list-item {
    text-decoration: none;
    color: #000;
    margin: 0 0 20px 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #979797;
    display: block;
}

.vacancy-list-item-image {
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.vacancy-list-item-content {
    background: #fff;
    padding: 20px;
}
.vacancy-list-item-content-top h3 {
    margin: 0;
}
.job-criteria-items {
    display: flex;
    gap: 15px;
}
.job-criteria-item {
    display: flex;
    gap: 5px;
    color: #9c2431;
    font-weight: normal;
}
.job-criteria-item .icon {
    padding: 0;
}
.job-criteria-item i {
    font-weight: bold;
}
.vacancy-list-item-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.vacancy-list-item-content-top h3 {
    margin: 0;
    font-weight: 700;
}
.view-vacancy-button {
    font-weight: 700;
    color: #9c2431;
    display: flex;
    gap: 10px;
    align-items: center;
}

/*
    Vacancy detail
*/
.image-below-job{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}
.apply-now-block{
    padding: 17px;
    background: #F5F5F5;
    position: sticky;
    top: 125px;
}
.apply-now-block a.button{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

section.page-introduction {
    background: #f5efef;
    padding: 60px 0;
}
/*
    Custom home header
*/
.custom-home-header {
    display: flex;
    padding: 15px 0;
    position: relative;
    height: 500px;
    overflow: hidden;
    background-color: #f5efef;
}
.custom-home-header .left-side {
    width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.custom-home-header .left-side .dark-red-visual {
    background-color: #b73135;
    color: #fff;
    border-radius: 0 50px 50px 0;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: url(../_images/logo-dark.svg);
    background-size: 200% auto;
    background-position: center right;
    background-repeat: no-repeat;
}
.custom-home-header .left-side .dark-red-visual:before {
    content: '';
    width: 100px;
    aspect-ratio: 234 / 116;
    display: block;
    left: 20%;
    top: -1px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzQuNTg3IiBoZWlnaHQ9IjExNi42NTYiIHZpZXdCb3g9IjAgMCAyMzQuNTg3IDExNi42NTYiPjxwYXRoIGQ9Ik03NTYuNjcxLDQxOS4xMzNTODcwLjY2Myw0MzEuMjQ5LDg3NC42LDUzNS43ODljLTMuODI1LTEwMy45MDcsMTE2LjY1Ni0xMTYuNjU2LDExNi42NTYtMTE2LjY1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NTYuNjcxIC00MTkuMTMzKSIgZmlsbD0iI2Y1ZWZlZiIvPjwvc3ZnPg==);
    background-size: 100% 100%;
}
.custom-home-header .left-side .dark-red-visual:after {
    content: '';
    width: 100px;
    aspect-ratio: 234/116;
    display: block;
    left: 20%;
    bottom: -1px;
    position: absolute;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMzQuNTg3IiBoZWlnaHQ9IjExNi42NTYiIHZpZXdCb3g9IjAgMCAyMzQuNTg3IDExNi42NTYiPjxwYXRoIGQ9Ik03NTYuNjcxLDQxOS4xMzNTODcwLjY2Myw0MzEuMjQ5LDg3NC42LDUzNS43ODljLTMuODI1LTEwMy45MDcsMTE2LjY1Ni0xMTYuNjU2LDExNi42NTYtMTE2LjY1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NTYuNjcxIC00MTkuMTMzKSIgZmlsbD0iI2Y1ZWZlZiIvPjwvc3ZnPg==);
    background-size: cover;
}


.custom-home-header .right-side {
    width: 50%;
    position: relative;
}
.custom-home-header .right-side .image-container {
    height: 100%;
    width: calc(100% + 50px);
    margin-left: -50px;
    overflow: hidden;
}
.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
}
.content-overlay-inner{
    width: 100%;
}
.content-overlay-inner .text {
    width: 50%;
    padding-right: 50px;
    color: #fff;
}
.content-overlay-inner .text h2 {
    font-weight: 300;
}



/*
    Home header
*/
.home-header {
    padding: 0;
}
.txtpage-header{
    padding: 0;
}
.header_afbeeldingen{
    position: relative;
}
.header_afbeeldingen > .sw {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.home .header-content {
    max-width: 984px;
    margin: 0 auto;
}
.header-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.home-header .header-content-inner h1 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 400;
}

section.home-header button:hover {
    background: #9C1B2E;
    color: #fff!important;
}
.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;
}
.header_afbeelding.cnt{
    height: 160px!important;
}
@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;
}

section.homepage-image{
    padding: 0;
}
.home-afbeelding-onder{
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.txtpage-afbeelding-onder{
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




section.page-content {
    background: #fff;
}

/*
    Home content
*/
.outer.home .wrap[data="Gehele breedte"] h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 68px;
}
.outer.home .wrap[data="Gehele breedte"] h2 strong{
    font-weight: 700;
}
.outer.home .wrap[data="Gehele breedte"] h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
}
.outer.home .wrap[data="Gehele breedte"] h3.icon-coins:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f1c0';
    font-size: 30px;
    margin-right: 10px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(52, 48, 54);
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer.home .wrap[data="Gehele breedte"] h3.icon-truck:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f48b';
    font-size: 30px;
    margin-right: 10px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(52, 48, 54);
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer.home .wrap[data="Gehele breedte"] h3.icon-shield:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f132';
    font-size: 30px;
    margin-right: 10px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(52, 48, 54);
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer.home .wrap[data="Gehele breedte"] h3.icon-eyes:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\e367';
    font-size: 30px;
    margin-right: 10px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(52, 48, 54);
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer.home .wrap[data="Gehele breedte"] h3.icon-aim:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f05b';
    font-size: 30px;
    margin-right: 10px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(52, 48, 54);
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer.home .wrap[data="Gehele breedte"] h3.icon-filters:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f1de';
    font-size: 30px;
    margin-right: 10px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(52, 48, 54);
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer.home  .wrap[data="Gehele breedte"] section[data="1 Koloms"] + section[data="3 Koloms"]{
    padding-top: 0;
}


/*
    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: #9C1B2E;
    cursor: pointer;
}
.impressie-slider{
    cursor: grab;
    user-select: none;
}

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



.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;
    }
}






/*
    Content wrapper
*/
.outer > section > .sw > .row {
    align-items: stretch;
}
section {
    padding: 80px 0;
    position: relative;
}
section[data="3 Koloms"] .grid_image {
    margin: 0 auto 30px;
}
section[data="3 Koloms"] .grid_image + p {
    color: #9C1B2E;
    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="2 Koloms"] .row {
    align-items: center;
}
.home section[data="2 Koloms"] .row {
    align-items: start;
}
.home .wrap[data="Gehele breedte"] section:first-child {
    padding-top: 60px!important;
}
section[data="Center kolom"] img {
    margin: 40px auto;
    
}
.home .wrap[data="Gehele breedte"] section[data="1 Koloms"], .home .wrap[data="Gehele breedte"] section[data="2 Koloms"] {
    max-width: 984px;
    margin: 0 auto;
    padding: 20px 0;
}
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 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
section[data="3 Koloms"]{
    padding: 40px 0;
}
section[data="3 Koloms"] .col-lg-4 {
    margin-bottom: 40px;
}


/*
    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;
}


.headercontentwrap{
    margin: 0 0 40px 0;
}
.header-video{
    max-height: calc(100vh - 137px);
    overflow: hidden;
    position: relative;
}
video{
    display: block;
}
.header-video:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}


/* Contact home block */
section.homepage-image iframe {
    display: block;
}
section.contact-block {
    padding: 0;
}
section.contact-block .form-block {
    padding: 100px 0;
    background: #9c1b2e;
    position: relative;
}
section.contact-block .form-contents {
    max-width: 500px;
    min-height: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 24px;
}
.form-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
}

.questions-wrap{
    margin: 20px 0 0 0;
}
.contact-select label {
    margin: 0 0 5px 0;
    display: block;
    font-size: 15px;
}
.contact-select .select {
    font-size: 14px;
}
.contact-select .selected_item {
    padding-left: 0;
}

.content-type, .content-type p {
    font-size: 16px;
}

.content-type {
    margin:  0 0 15px 0;
}
.questions-wrap[data-type="none"] {
    font-size: 14px;
    font-style: italic;
}











/*
    Four icons block
*/
section.four-icons-block{
    background-color: #F5F5F5;
    padding: 110px 0;
    
}
.icon-image{
    height: 80px;
}
.icon-image img {
    margin: 0 auto;
}
.icon-title {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}
.icon-text{
    font-size: 22px;
    text-align: center;
}


img.afbeedlingOnder {
    width: 100%;
    height: auto;
}


/*
    Gallerij
*/
section.afbeeldingen-gallerij {
    padding: 80px 0 0 0;
}
section.afbeeldingen-gallerij .gallerij-item{
    margin: 0 0 30px 0;
    text-align: center;
}
section.afbeeldingen-gallerij img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 10px 0;
}

section.afbeeldingen-gallerij .gallerij-item:hover p {
    font-weight: bold;
}
section.afbeeldingen-gallerij .gallerij-item:hover {
    filter: grayscale(0);
}
section.afbeeldingen-gallerij .gallerij-item {
    filter: grayscale(1);
    transition: .5s;
}




.regular-header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    color: #fff;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}
.regular-header-content-inner{
    padding: 0 50px;
}
.regular-header-content-inner h1{
    text-align: left;
}





/*
    Werkwijze stappen grid
*/
section.werkwijze-stappen{
    background-color: #991725;
    padding: 100px 0;
}
.werkwijze-stap-item {
    color: #fff;
    position: relative;
    margin: 0 0 20px 0;
}

.stappen-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.stap-top {
    text-align: right;
    max-width: 70px;
    position: absolute;
    right: 20px;
    top: 0;
}
.stap-top-number {
    font-size: 40px;
    font-weight: 900;
}
.stap-top-fase {
    font-size: 14px;
    font-weight: normal;
}
.stap-bottom {
    padding: 20px 0 0 0;
}

.stap-bottom-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
/* .outer.werkwijze section[data="1 Koloms"]:after{
    left: 35%;
} */



.pdf-search-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 40px 0 10px 0;
}

.pdf-search-form input{

}

.pdf-search-form button{

}
.search-top {
    display: flex;
    margin: 0 0 30px 0;
    color: #8f8f8f;
}
.search-top-value {
    font-style: italic;
    margin-left: 5px;
}
.search-top-value:before,.search-top-value:after {
    content: '"';
}


.search-results-item {
    text-decoration: none;
    padding: 10px 15px;
    background: #f5efef;
    border: 1px solid #8f8f8f;
    border-radius: 11px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 10px 0;
}
.search-results-item-pdficon:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f1c1';
    font-size: 22px;
    color: #8f8f8f;
}
.search-results-item-imageicon:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f03e';
    font-size: 22px;
    color: #8f8f8f;
}
.search-results-item-downloadicon:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f019';
    font-size: 22px;
    color: #8f8f8f;
}
.search-results-item-docxicon:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f1c2';
    font-size: 22px;
    color: #8f8f8f;
}
span.highlight-keyword {
    background: #76c4c06b;
}


.search-results-item-name {
    flex-grow: 1;
}
.search-results-item-newtabicon:before{
    font-family: 'Font Awesome 6 Pro';
    content: '\f08e';
    font-size: 22px;
    color: #8f8f8f;
}


section.page-introduction:after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    transform: translate(-50%, 0);
    width: 150px;
    aspect-ratio: 2/1;
    background-image: url(../_images/shape-beige.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    z-index: 1;
    border-radius: 0 0 300px 300px;
}
section.page-content:after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    transform: translate(-50%, 0);
    width: 150px;
    aspect-ratio: 2/1;
    background-image: url(../_images/shape-white.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    z-index: 1;
    border-radius: 0 0 300px 300px;
}


section[data="1 Koloms"]:after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    transform: translate(-50%, 0);
    width: 150px;
    aspect-ratio: 2/1;
    background-image: url(../_images/shape-white.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    z-index: 1;
    border-radius: 0 0 300px 300px;
}

/*
    Safety warning list items
*/
section.safety-warnings-listing {
    padding: 100px 0 60px 0;
}
.safety-warning-list-item{
    display: block;
    padding: 15px;
    background-color: #f5efef;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
.safety-warning-list-item .more-info{
    margin-top: 15px;
    text-decoration: underline;
}



/*
    Safety warning banner
*/
.safety-warning-banner{
    background-color: rgb(249, 233, 233);
}
.safety-warning-banner + .safety-warning-banner {
    display: none;
}
.safety-warning-banner-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    height: 46px;
}
.safety-warning-banner-inner .wrap-left{
    display: flex;
    align-items: center;
    gap: 15px;
}
.safety-warning-banner-inner .wrap-left i {
    color: #c21e1e;
}

.safety-warning-banner-inner .link {
    text-decoration: none;
    color: #000;
}
.safety-warning-banner-inner .link:hover{
    text-decoration: underline;
}
.safety-warning-banner-inner span{
    font-weight: bold;
}
.close-warning{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



@media (max-width: 1476px) {
    header .logo {
        max-width: 240px;
    }
    #navigation > ul > li {
        margin: 0 0 0 15px;
    }
    .impressie-wrap {
        position: relative;
        width: 100%;
    }
    .home .regular-header-content-inner h1 {
        font-size: 2.4rem;
        line-height: 3.4rem;
        margin: 0 0 5px 0;
    }
    .home .regular-header-content-inner h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media (max-width: 1200px) {
    .home .regular-header-content {
        position: relative;
        background: #fff;
        color: #000;
        width: 100%;
        text-align: center;
        padding: 40px 0;
    }
    .home .regular-header-content h1 {
        text-align: center;
    }
}
@media (max-width: 1176px) {
    header .logo {
        max-width: 200px;
    }
    #navigation > ul > li {
        margin: 0 0 0 10px;
    }
}

/* Mobile */
@media (max-width: 991.8px) {
    .home .wrap[data="Gehele breedte"] section:first-child {
        padding: 0 !important;
    }
    .home .wrap[data="Gehele breedte"] .col-lg-6 {
        margin-bottom: 20px;
    }

    .apply-now-block {
        position: fixed;
        width: 100%;
        bottom: 0;
        top: unset;
        z-index: 10;
        left: 0;
        text-align: center;
        box-shadow: 0px -4px 16px 0px #0000002b;
    }
    .icon-block-outer {
        margin-bottom: 30px;
    }
    .icon-title {
        font-size: 32px;
        margin-bottom: 10px;
        font-weight: 700;
        text-align: center;
    }
    section[data="3 Koloms"] {
        padding: 0px 0;
    }
    section.contact-block .form-block {
        background: #9c1b2e;
        padding: 80px 20px;
        position: relative;
    }
    .outer.home .wrap[data="Gehele breedte"] h2 {
        font-weight: 400;
        font-size: 32px;
        line-height: 42px;
    }
    .home-header .header-content-inner h1 {
        font-size: 30px;
        line-height: 42px;
        font-weight: 400;
    }   
    .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: 50px 0;
    }
    section.page-introduction:after,
    section.page-content:after,
    section[data="1 Koloms"]:after {
        width: 90px;
    }
    .content_inner{
        max-width: 100%;
    }
    section.page-introduction {
        padding: 40px 0;
    }
    .language-bar {
        padding: 0 15px;
    }
    .tabContentPart {
        margin-top: 20px;
    }
    footer .col-lg-5, footer .col-lg-2{
        margin-bottom: 30px;
    }
    footer .sw .row > div {
        margin-bottom: 30px;
    }
    .content-header {
        padding: 50px 0 0 0;
    }
    section[data="3 Koloms"] + section[data="3 Koloms"]{
        padding-top: 0;
    }
    .stappen-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 991.8px) {
    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: #9C1B2E;
        border-radius: 0;
        transform: none;
        border: 0;
        color: #fff;
    }
    .active-floor-info .label {
        color: #dedede;
    }
    #appartment_url {
        position: static;
        background: #ffdbb6;
        width: 100%;
        color: #9C1B2E;
        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: #9C1B2E;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .vacancy-list-item-content-bottom {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
    }
}


@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;
    }
    .header-content-inner .text,
    .header-content-inner .text p{
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .header-content-inner{
        padding: 0;
    }
    .header-content{
        padding: 0;
    }
    section.home-header + .wrap p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    p, .text, .intro, li {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .stappen-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

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