@charset "utf-8";
/* CSS Document */

/*
Theme Name: Adfise theme
Author: TheLaundry / VanderVeer
Author URI: https://vdveer.nl
Description: Template door TheLaundry / VanderVeer
Version: 0.0.1
Tags: 
*/

body, html {
	padding:0;
	margin:0;
    font-family: 'graphie', sans-serif;
    font-weight:300;
    font-size:17px;
    line-height:24px;
    overflow-x:hidden;
    color:#0D1C4A;
}

* {
	box-sizing: border-box;
}

.grecaptcha-badge { visibility: hidden; }

p {
    font-family: 'graphie', sans-serif;
    font-weight:300;
    font-size:17px;
    line-height:24px;
    color:#0D1C4A;
}
.intro p {
    font-weight:500;
    color:#E6007E;
    font-size:20px;
    line-height:28px;
}
a {
    color:#E6007E;
    text-decoration: none;
}
a.button {
    display: inline-block;
    background:#E6007E;
    text-decoration: none;
    color:white;
    padding:12px 12px;
    border-radius: 8px;
    margin-bottom:15px;
    margin-right:15px;
    transition: 0.3s ease;
    font-size:16px;
    line-height:18px;
}
a.button.right {
    margin-right:0;
    margin-left:15px;
}
a.button:hover {
    background:#0D1C4A;
}
a.altbutton {
    display:inline-block;
    margin-bottom:15px;
    padding-left:4px;
    color:#E6007E;
    font-weight:500;
    text-decoration: underline;
    transition: 0.3s ease;
}
a.altbutton:hover {
    color:#0D1C4A;
}
hr {
    height:1px;
    width:100%;
    margin:15px 0;
    border:none;
    background-color:#C0C1D4;
}

.anchor {
    transform:translateY(-100px);
    visibility: hidden;
}

.center {
	text-align: center;
}
.left {
	float:left!important;
}
.right {
	float:right!important;
}
.space-bottom {
	margin-bottom:100px;
}
.space-top {
	margin-top:100px;
}
.space {
	margin-top:100px;
	margin-bottom:100px;
}
.smallspace-top {
    margin-top:60px;
}
.smallspace-bottom {
    margin-bottom:60px;
}
.smallspace {
	margin-top:60px;
	margin-bottom:60px;
}

h1 {
    font-size:61px;
    line-height: 67px;
    font-size: clamp(28px, 5vw, 61px);
    line-height: clamp(34px, 5vw, 67px);
    font-weight:600;
    margin:0 0 15px 0;
}
h2 {
    font-size:35px;
    line-height: 43px;
    font-size: clamp(22px, 3vw, 35px);
    line-height: clamp(30px, 3vw, 43px);
    font-weight:600;
    margin:8px 0 15px 0;
    color:#E6007E;

}
h3 {
    font-size:28px;
    line-height: 32px;
    font-size: clamp(20px, 2vw, 28px);
    line-height: clamp(24px, 2vw, 32px);
    font-weight:300;
    margin:4px 0;
}

.headercontainer, .container, .midcontainer, .smallcontainer, .minicontainer, .flexrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
	max-width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.row, .flexrow {
	width:100%;
	overflow:hidden;
    padding-left:0;
    padding-right:0;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.headercontainer {
	width:1600px;
    overflow:visible;
}
.container {
	width:1600px;
}
.midcontainer {
	width:1200px;
}
.smallcontainer {
	width:800px;
}
.minicontainer {
	width:600px;
}

.grayback {
    position: relative;
    padding:0;
    max-width: 100%;

}
.grayback::before {
    content:'';
    position: absolute;
    z-index: -1;
    top:0;
    left:-15px;
    width:calc(100% + 75px);
    max-width: calc(100vw + 15px);
    bottom:0;
    background-color:#F4F4F4;
    border-radius: 8px;
}
.underhero.grayback::before {
    left:50%;
    transform:TranslateX(-50%);
    width:calc(100% + 30px);
    max-width:100vw;
}

.div5 {
    width:calc(5% - 12px);
}
.div10 {
    width:calc(10% - 12px);
}
.div15 {
    width:calc(15% - 12px);
}
.div20 {
    width:calc(20% - 12px);
}
.div25 {
    width:calc(25% - 12px);
}
.div30 {
    width:calc(30% - 12px);
}
.div33 {
    width:calc(33% - 12px);
}
.div40 {
    width:calc(40% - 12px);
}
.div45 {
    width:calc(45% - 12px);
}
.div50 {
    width:calc(50% - 12px);
}
.div55 {
    width:calc(55% - 12px);
}
.div60 {
    width:calc(60% - 12px);
}
.div70 {
    width:calc(70% - 12px);
}
.div80 {
    width:calc(80% - 12px);
}

@media screen and (max-width:830px) {
    .space-top {
        margin-top:60px;
    }
    .space-bottom {
        margin-bottom:60px;
    }
    .space {
        margin-top:60px;
        margin-bottom:60px;
    }
    .smallspace {
        margin-top:30px;
        margin-bottom:30px;
    }
    .div10, .div15, .div20, .div25 {
        width:calc(50% - 8px);
    }
    .div30, .div33, .div40, .div45, .div50, .div55, .div60, .div70, .div80 {
        width:100%;
    }
}
@media screen and (max-width:630px) {
    hr {
        margin:8px 0;
    }
    .space-top {
        margin-top:40px;
    }
    .space-bottom {
        margin-bottom:40px;
    }
    .space {
        margin-top:40px;
        margin-bottom:40px;
    }
    .smallspace {
        margin-top:20px;
        margin-bottom:20px;
    }

}

header {
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index: 99;
    height:90px;
    background-color:white;
    padding-bottom:8px;
    transition: 0.3s ease;
}
.headerscroll {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
header .headercontainer {
    height:100%;
    align-items:flex-end;
}
header .logo {
    height:100%;
    width:auto;
    padding:8px 0;
    margin-right:45px;
}
header .logo img {
    height:100%;
    width:auto;
}
header nav {
    flex-grow:1;
}
header nav ul {
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}

header nav li {
    display: inline-block;
    padding:0;
    margin:0 26px 0 0;
}




header nav a, header .extranav a {
    display: block;
    text-decoration: none;
    color:#0D1C4A;
    font-weight:500;
    font-size:17px;
    line-height: 17px;
    padding-bottom:4px;
    transition: 0.3s ease;
}
header nav li.current-menu-item > a, header nav li.current_page_item > a, header nav li.current_page_parent > a {
    color:#E6007E;
}
header a:hover {
    color:#E6007E;
}
header nav ul:not(.sub-menu) > li:last-child {
    margin-left:auto;
    margin-right:0;
}
header nav ul:not(.sub-menu) > li:last-child > a {
    background:#E6007E;
    color:white;
    padding:12px 8px;
    border-radius: 8px;
}
header nav ul:not(.sub-menu) > li:last-child > a:hover {
    background:#0D1C4A;
}

@media screen and (min-width:1181px) {
    header nav li.menu-item-has-children {
        position: relative;
    }
    header nav li.menu-item-has-children > a::after {
        content:'▼';
        font-size:10px;
        line-height: 1em;
        display: inline-block;
        margin-left:4px;
        position: relative;
        transform:translateY(-2px);
    }
    header nav ul.sub-menu {
        display: none;
        position: absolute;
        top:100%;
        left:-12px;
        white-space: nowrap;
        width:auto;
        box-shadow:3px 3px 16px 0 rgba(0,0,0,0.16);
    }
    header nav li.menu-item-has-children:hover > ul.sub-menu {
        display: flex;
    }
    header nav ul.sub-menu li {
        margin:0;
        padding:0;
    }
    header nav ul.sub-menu > li:not(:last-child) {
        border-bottom:1px solid #E6007E;
    }
    header nav ul.sub-menu li a {
        margin:0;
        display: block;
        padding: 12px;
        background-color: white;
    }
}

.hamburger {
	position: fixed;
    display: none;
	z-index:99;
	top:38px;
	right:15px;
	width:45px;
	height:45px;
	cursor: pointer;
}
.hamburger span {
	display:block;
	position: absolute;
	left:6px;
	height:3px;
	width:33px;
	background:#E6007E;
    border-radius: 100px;
	transition: 0.3s ease;
}
.hamburger span:nth-child(1) {
	top:12px;
    background:#0D1C4A;
}
.hamburger span:nth-child(2) {
	top:21px;
}
.hamburger span:nth-child(3) {
	top:30px;
    background:#0D1C4A;
}

.opennav .hamburger span:nth-child(1) {
	top:21px;
	transform:rotate(45deg);
}
.opennav .hamburger span:nth-child(2) {
	top:21px;
	opacity:0;
}
.opennav .hamburger span:nth-child(3) {
	top:21px;
	transform:rotate(-45deg);
}


header .extranav {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top:10px;
    right:15px;
    padding-right:4px;
}
header .extranav ul {
    list-style: none;
    margin:0;
    padding:0;
}
header .extranav li {
    display: inline-block;
    margin:0 0 0 35px;
    padding:0;
}

header .extranav a {
    font-size:16px;
    line-height: 16px;
}

.header-socials ul {
    list-style: none;
    margin:0;
    padding:0;
}
header .header-socials li {
    display: inline-block;
    margin:0 0 0 8px;
    padding:0;
}
.header-socials li svg {
    height:22px;
    width:22px;
    object-fit: contain;
    object-position: center;
    transition: .3s ease;
}
.header-socials a {
    display: block;
    text-align: center;
    font-size:18px;
    line-height: 36px;
    font-weight:500;
    width:28px;
    height:28px;
    color:#0D1C4A;
    border:1px solid #0D1C4A;
    border-radius: 2px;
    transition: 0.3s ease;
    text-decoration: none;
}
.header-socials a:hover {
    background:#0D1C4A;
    color:white;
}
.header-socials a:hover svg {
    filter: brightness(0) invert(1);
}

img.external_link {
    transition: 0.1s ease;
}
a:hover img.external_link {
    filter: invert(18%) sepia(99%) saturate(7500%) hue-rotate(320deg) brightness(91%) contrast(102%);
}

@media screen and (max-width:1460px) {
    header nav li {
        margin-right:15px;
    }
    header a {
        font-size:16px;
        line-height: 16px;
    }
    header nav li:last-child a {
        padding:12px 8px;
        font-size:15px;
        line-height: 15px;
    }
}
@media screen and (max-width:1260px) {
    header .logo {
        margin-right:15px;
    }
    header nav li {
        margin-right:15px;
    }
    header a {
        font-size:15px;
        line-height: 15px;
    }
    header nav li:last-child a {
        padding:12px 6px;
        font-size:14px;
        line-height: 14px;
    }
}
@media screen and (max-width:1180px) {
    header nav {
        display: none;
        position: fixed;
        z-index: -1;
        top:90px;
        left:0;
        right:0;
        height:calc(100vh - 90px);
        background:white;
        overflow:hidden auto;
    }

    header.opennav nav {
        display: block;
    } 
    header nav ul {
        position: relative;
        z-index: 5;
        display: flex;
        flex-wrap: wrap;
        padding:35px;
        text-align: left;
        min-height:100%;
        align-content:center;
    }
    header nav > ul::before {
        content:'';
        position: absolute;
        z-index: -1;
        bottom:0;
        right:0;
        width:65%;
        padding-top:80%;
        mix-blend-mode: multiply;
        background-image:url('img/beeldmerk.svg');
        background-size:contain;
        background-position: bottom right;
        background-repeat: no-repeat;
        opacity:0.3;        
    }
    header nav li {
        display: block;
        width:100%;
        margin:0 0 20px 0;
    }
    header nav a {
        display: inline-block;
        padding-left:4px;
        font-size: 17px;
        line-height: 21px;
    }
    header nav li:last-child a {        
        padding:0 0 4px 4px;
        font-size: inherit;
        line-height: inherit;
    }
    .hamburger {
        display: block;
    }
    header nav ul.sub-menu {
        display: block;
        margin:0 0 0 8px;
        padding:0;
    }
    header nav ul.sub-menu li {
        margin-bottom:0;
    }
    header nav ul.sub-menu a::before {
        content:'- ';
    }
}
@media screen and (max-width:930px) {
    header .extranav li {
        margin-left:15px;
    }
    header .extranav li.header-rating {
        display: none;
    }
    .header-socials {
        display: none;
    }
}
@media screen and (max-width:730px) {
    header .extranav li {
        margin-left:8px;
    }
}
@media screen and (max-width:630px) {
    header {
        height:70px;
        padding-bottom:0;
    }
    .hamburger {
        top:13px;
    }
    header nav {
        top:170px;
        padding-top:70px;
        height:calc(100vh - 170px);
    }
    header nav li {
        margin:0 0 12px 0;
    }
    header .extranav li.header-rating {
        display: block;
    }
    .header-socials {
        display: block;
    }
    .header-socials li {
        display: inline-block!important;
        width:auto!important;
    }

    header .extranav {
        display: none;
        position: fixed;
        z-index: 999;
        top:70px;
        right:0;
        width:100%;
        padding:8px 15px;
        background:#E9E9F2;
        min-height:165px;
    }
    header.opennav .extranav {
        display: block;
    }
    header .extranav li {
        display: block;
        width:100%;
        margin:8px 0;
    }

}


.hero {
    margin-top:120px;
}
@media screen and (max-width:430px) {
    .hero {
        margin-top:60px;
    }
}
.hero-content {
    padding-bottom:230px;
}
.heroimg {
    position: relative;
    z-index:2;
	text-align: center;
}
.heroimg img {
    width:95%;
}
.heroimg2 {
    position: relative;
    z-index: 2;
    width:100%;
    padding-top:70%;
    height:0;
    overflow: visible;
    margin-bottom:40px;
}
.heroimg2::after {
    content:'';
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width:80%;
    height:90%;
    top:0%;
    left:10%;
    mix-blend-mode: multiply;
    background-image:url('img/beeldmerk.svg');
    background-size:contain;
    background-position: center top;
    background-repeat: no-repeat;
    opacity:0.8;
}
.heroimg2 img {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:90%;
    object-fit:cover;
    object-position: center;
}

.hero-icons {
    margin:25px 0 15px 0;
}
.hero-icon {
    flex:1 1 150px;
}
.hero-icons a {
    text-decoration: none;
    color:#0D1C4A;
}
.hero-icons img {
    width:120px;
    max-width: 90%;
    transition: 0.3s ease;
    margin-top:15px;
}
.hero-icons a:hover img {
    transform:scale(1.05);
}
.hero-icon h3 {
	font-size:18px;
	line-height: 18px;
}
.rating {
	display: block;
	color:#0D1C4A;
	text-decoration: none;
	margin-top:35px;
	text-align: center;
}
.rating-number {
	display: block;
	margin:8px auto;
	width:120px;
	height:120px;
	line-height: 120px;
	text-align: center;
	font-size:48px;
	font-weight:bold;
	background-color: white;
	border-radius: 500px;
}
.rating-number sub {
	font-size:16px;
}
@media screen and (max-width:480px) {
    .hero-icons {
        margin:25px 0;
    }
    .hero-icon h3 {
        font-size:16px;
        line-height: 16px;
    }
}
@media screen and (max-width:400px) {
    .hero-icon h3 {
        font-size:14px;
        line-height: 14px;
    }
}
.givespace {
    min-height:230px;
    height:auto;
}
.givespace .undergivespace {
    margin-top:60px;
}
@media screen and (min-width:831px) {
    .heroimg2 {
        width:calc(100% - 20px);
        margin-left:5px;
        padding-top:max(680px, 75%);
        margin-bottom:35px;
    }
}
@media screen and (max-width:630px) {
    .givespace .undergivespace {
        margin-top:30px;
    }
}
.slideup {
    margin-top:-230px;
}
.underhero {
    width: 85.9%;
    padding-right:80px;
}
.underhero-content {
    
}
.scrolldown {
    position: relative;
    display: block;
    width:34px;
    height:50px;
    border-radius: 22px;
    border:2px solid #E6097E;
    margin: auto;
    transition: 0.3s ease;
	margin-top:35px;
}
.scrolldown::after {
    content:'';
    position: absolute;
    top:calc(100% + 8px);
    left:50%;
    transform:TranslateX(-50%);
    width:12px;
    height:14px;
    background-image:url('img/arrow_down.svg');
    background-size:contain;
    background-position: center top;
    background-repeat: no-repeat;
    transition: 0.3s ease;
    animation-name: down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.scrolldown span {
    position: absolute;
    width:2px;
    height:14px;
    top:9px;
    left:calc(50% - 1px);
    background-color:#E6097E;
    border-radius: 100px;
    transition: 0.3s ease;
    transform:TranslateY(0);
    animation-name: scroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    opacity:0;
}
.scrolldown:hover {
    background-color:#E6097E;
}
.scrolldown:hover span {
    background-color:white;
}
@keyframes scroll {
    0% {transform:TranslateY(0);opacity:0;}
    30% {opacity:1;}
    80% {opacity:1;}
    100% {transform:TranslateY(10px);opacity:0;}
}
@keyframes down {
    0% {transform:TranslateX(-50%) TranslateY(0);}
    50% {transform:TranslateX(-50%) TranslateY(8px);}
    100% {transform:TranslateX(-50%) TranslateY(0);}

}
.bigimg {
    position: relative;
    width:100%;
    padding-top:38%;
    height:0;
    overflow:visible;
}
.bigimg img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.innerspace-bottom {
    padding-bottom:140px;
}
.negspace-bottom {
    margin-bottom:-160px;
}
.negspace-top {
    margin-top:-160px;
}
.packages {
    overflow: visible;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.package {
    overflow: hidden;
    flex: 1 1 calc(33% - 15px);
    max-width:70%;
    
    background:white;
    border-radius: 8px;
    margin-top:3px;
    margin-bottom:15px;
    padding:35px 35px 15px 35px;
    box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);
    
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}
.package hr {
    display: none;
}
.package > *:nth-last-child(1) {
    margin-top:auto;
    margin-bottom:0;
    border-top:1px solid #C0C1D4;
}

.bigpackage {
    width:1080px;
    max-width: 100%;
}
@media screen and (max-width:1030px) {
    .package {
        max-width: 100%;
        flex: 1 1 calc(50% - 15px);
    }
}
@media screen and (max-width:780px) {
    .packages {
        column-gap: 0;
    }
    .package {
        max-width: 100%;
        flex:auto;
        width:100%;
    }
}
.package .div60 {
    width:60%!important;
}
.package .div40 {
    width:40%!important;
}
.package ul {
    list-style: none;
    padding:0;
}
.package li {
    padding-left:25px;
    position: relative;
}
.package li::before {
    position: absolute;
    content:'✓';
    color:#2D9100;
    left:0;
}
.package1 {
    position: relative;
    margin-top:-60px;
    z-index: 2;
    padding-left:15px;
    overflow:visible;
}
.price {
    font-size:48px;
    line-height: 48px;
    font-weight:700;
}
@media screen and (max-width:1030px) {
    .underhero {
        padding-right:40px;
    }
}
@media screen and (max-width:830px) {
    .hero-content {
        padding-bottom:15px;
    }
    .heroimg {
        margin-bottom:40px;
    }
    .heroimg img {
        display: block;
        max-width:580px;
        width:100%;
        margin-left:auto;
        margin-right:auto;
		margin-bottom:45px;
    }
    .underhero {
        width:630px;
        max-width:95%;
        padding-right:0;
    }
    .underhero-content {
        padding-top:140px;
    }
    .bigimg {
        margin-top:60px;
    }
}
@media screen and (max-width:630px) {
    .underhero-content {
        padding-top:180px;
    }
    .innerspace-bottom {
        padding-bottom:60px;
    }
    .negspace-top {
        margin-top:-80px;
    }
    .negspace-bottom {
        margin-bottom:-80px;
    }
    .package1 {
        padding-left:30px;
        margin-top:-15px;
    }
}
@media screen and (max-width:480px) {
    .underhero {
        width:100%;
        max-width: 100%;
    }
    .bigimg {
        width:100%;
        padding-top:43%;
    }
    .bigimg img {
        width:calc(100% + 30px);
        left:-15px;
    }
    .package {
        padding:15px 15px 8px 15px;
    }
    .package1 {
        padding-left:15px;
    }
    .package .div60, .package .div40 {
        width:100%!important;
    }
    .price {
        display: block;
        font-size:32px;
        line-height: 32px;
    }

}
@media screen and (max-width:360px) {
    .bigimg {
        margin-top:30px;
    }
}
.watermark1 {
    position: absolute;
    z-index: 5;
    left:5%;
    top:0;
    height:100%;
    width:95%;
    background-image:url('img/beeldmerk.svg');
    mix-blend-mode: multiply;
    background-size:contain;
    background-position: top left;
    background-repeat: no-repeat;
    pointer-events: none;
    transform:translateY(-35%);
}
.watermark2 {
    position: absolute;
    z-index: 5;
    left:5%;
    top:-2%;
    height:110%;
    width:95%;
    background-image:url('img/beeldmerk.svg');
    mix-blend-mode: multiply;
    background-size:contain;
    background-position: top left;
    background-repeat: no-repeat;
    pointer-events: none;
    transform:translateX(-20%);
}
.watermark-back {
    position: absolute;
    z-index: -1;
    top:-35px;
    right:-100px;
    width:calc(37.9% + 115px);
    padding-top:50%;
    mix-blend-mode: multiply;
    background-image:url('img/beeldmerk.svg');
    background-size:contain;
    background-position: top right;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity:0.6;
}
.home-about {
    
}
.home-about-img {
    width:97%;
}


.roadmap {
    position: relative;
}
.roadmap-step {
    width:100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.step-content {
    position: relative;
    width:460px;
    max-width: 100%;
}
.step-content .icon {
    position: relative;
    width:50px;
    height:50px;
    float:left;
    margin-right:25px;
}
.step-content .icon img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position: center left;
}
.step-content h3 {
    color:#0D1C4A;
    float:left;
    padding-top:8px;
    max-width:calc(100% - 75px);
}
@media screen and (min-width:831px) {
    .step-content {
        max-width: calc(50% - 35px);
    }
    .roadmap::before {
        content:'';
        position: absolute;
        top:0;
        height:100%;
        left:50%;
        width:1px;
        background-color:#E6007E;
    }
    .roadmap-step:not(:last-child) {
        margin-bottom:-35px;
    }

    .roadmap-step:nth-child(even) .step-content {
        float:right;
    }
    .roadmap-step::before {
        content:'';
        position: absolute;
        top:50%;
        left:50%;
        transform:translateX(-50%) translateY(-50%) rotate(180deg);
        width:24px;
        height:24px;
        background-image:url('img/icons/step-icon.svg');
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .roadmap-step:nth-child(even)::before {
        transform:translateX(-50%) translateY(-50%) rotate(0);
    }
    
    
    .roadmap-step:nth-last-child(1), .roadmap-step:nth-last-child(2), .roadmap-step:nth-last-child(3), .roadmap-step:nth-last-child(4)  {
        margin-bottom:45px;
    }
    .roadmap-step:nth-last-child(1) .step-content, .roadmap-step:nth-last-child(2) .step-content, .roadmap-step:nth-last-child(3) .step-content {
        float:none;
    }
    .roadmap-step:nth-last-child(1)::before, .roadmap-step:nth-last-child(2)::before, .roadmap-step:nth-last-child(3)::before {
        transform:translateX(-50%) translateY(-50%) rotate(180deg);
    }
}

@media screen and (max-width:830px) {
    .roadmap {
        position: relative;
    }
    .roadmap::before {
        content:'';
        position: absolute;
        top:0;
        height:100%;
        left:12px;
        width:1px;
        background-color:#E6007E;
    }
    .roadmap-step {
        padding-left:35px;
        overflow: visible;
    }
    .roadmap-step:not(:last-child) {
        margin-bottom:45px;
    }
    .roadmap-step::before {
        content:'';
        position: absolute;
        top:10px;
        left:0;
        width:24px;
        height:24px;
        background-image:url('img/icons/step-icon.svg');
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center;
    }    
}
@media screen and (max-width:480px) {
    .step-content .icon {
        width:35px;
        height:35px;
        margin-right:15px;
    }
    .step-content .icon img {
        object-position: left center;
    }
    .step-content h3 {
        margin-top:0;
        padding-top:0;
        max-width:calc(100% - 50px);
        font-weight:500;
    }
}

.floatform {
    position: relative;
    z-index: 3;
    width:100%;
    margin:11px 0;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.16);
    padding:35px;
    background-color:white;
    border-radius: 8px;
    padding-bottom:80px;
}
.pricetable {
    position: relative;
    padding:35px 15px!important;
    overflow:hidden;
    font-size:16px;
    line-height: 18px;
}
.pricetable::after {
    content:'';
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top:0;
    right:0;
    width:50px;
    height:100%;
    background:linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.8), rgba(255,255,255,1));
}
.pricetable table {
    display: block;
    border-collapse: collapse;
    width:100%;
    min-width:580px;
    padding-bottom:15px;
}
.pricetable thead {
    display: block;
    color:#E6007E;
    text-align: left;
    width:100%;
}
.pricetable tbody {
    display: block;
    width:100%;
}
.pricetable tr {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    align-items: center;
}
.pricetable td, .pricetable th {
    display: block;
    width:120px;
}
.pricetable tbody tr td:first-child, .pricetable thead tr th:first-child {
    width:auto;
    flex:1 1 0px;
}

.pricetable table b {
    display: block;
    color:#E6007E;
    font-weight:400;
    margin-top:15px;
}
.pricetable tbody tr {
    border-bottom:1px solid #0D1C4A;
}
.pricetable tbody td {
    padding:8px 0;
}

.pricetable table caption {
    display: block;
    width:100%;
    caption-side:bottom;
    text-align:left;
    font-size:14px;
    line-height:18px;
    margin-top:15px;
}
.pricetable table caption * {
    font-size:14px;
    line-height:18px;
}

.horiscroll {
    overflow-x:auto;
}
.horiscroll .swipe-icon {
    position: absolute;
    z-index: 2;
    top:15px;
    left:15px;
    width:25px;
    height:auto;
    display: block;
}
.contactinfo a {
    text-decoration: underline;
}
@media screen and (min-width:831px) {
    .floatform {
        transform:translateY(-80px) translateX(80px);
        margin-bottom:-80px;
        width:calc(100% - 16px);
        margin:11px 8px;
    }
    .floatform {
        padding:25px;
        padding-bottom:120px;
    }
    .contactinfo {
        padding-top:230px;
    }
    .horiscroll .swipe-icon {
        display: none;
    }
}
@media screen and (max-width:830px) {
    .contactinfo {
        width:100%;
    }
}
@media screen and (min-width:1131px) {
    .floatform {
        padding:80px;
        padding-bottom:120px;
        transform:translateY(-120px) translateX(120px);
        margin-bottom:-120px;
    }
    .pricetable {
        padding:60px 15px!important;
    }
}
@media screen and (max-width:530px) {
    .floatform {
        padding:25px;
        padding-bottom:60px;
    }
    .pricetable {
        font-size:14px;
        line-height: 18px;
    }
    .pricetable table {
        min-width:500px;
    }
    .pricetable tbody td {
        padding:4px 0;
    }
    .pricetable td:not(:first-child), .pricetable th:not(:first-child) {
        width:95px;
    }
}
@media screen and (max-width:430px) {
    .floatform {
        padding:15px;
        padding-bottom:45px;
    }
}
.form form {
    width:100%;
    font-family: inherit;
    font-size:18px;
    line-height: 26px;
    font-weight: inherit;
    color:inherit;
}
.form form p > * {
    font-family: inherit;
    font-size:18px;
    line-height: 26px;
    font-weight: inherit;
    color:inherit;
}
.form form p.small {
    font-size:15px;
    line-height: 17px;
    max-width:100%;
    opacity:0.6;
}
.form form *:focus {
    outline:none;
}
.form form div[class*="div"] {
    margin-bottom:15px;
}
.form form .wpcf7-not-valid-tip {
    color:red;
}
.form form input:not([type="submit"]):not([type="checkbox"]), .form form textarea {
    width:100%;
    resize:none;
    border-radius: 0;
    border:none;
    padding:3px 0;
    border-bottom:1px solid #0D1C4A;
    background-color:white;
    max-height:120px;
    font-family: inherit;
    font-size:18px;
    line-height: 26px;
    font-weight: inherit;
    color:inherit;
}
.form form select {
    width:100%;
    padding:5px;
    border-radius: 0;
    border:1px solid #0D1C4A;
}


.form form .wpcf7-radio {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:8px;
    margin-bottom:25px;
}
.form form .wpcf7-radio .wpcf7-list-item {
    flex: 1 1 0px;
    display: block;
}
.form form .wpcf7-radio label {
    position: relative;
    display: block;
    width:100%;
    cursor: pointer;
    
    font-size:16px;
    line-height: 16px;
}
.form form .wpcf7-radio label.activeradio {
    color:white;
}
.form form .wpcf7-radio .wpcf7-list-item-label {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form form .wpcf7-radio input[type="radio"] {
    display: block;
    -webkit-appearance:none;
    background:white;
    border:1px solid #E6007E;
    margin:0;
    height:45px;
    transition: 0.3s ease-in-out;
}
.form form .wpcf7-radio label:hover input[type="radio"] {
    background:#FFD7ED;
}
.form form .wpcf7-radio input[type="radio"]:checked {
    background:#E6007E!important;
}
.form form .wpcf7-list-item {
    margin:0;
    cursor: pointer;
}
.form form .wpcf7-list-item.first input[type="radio"] {
    margin:0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right:none;
}
.form form .wpcf7-list-item.last input[type="radio"] {
    margin:0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left:none;
}

.form form .wpcf7-field-group-remove::after {
    content:' verwijderen';
    font-weight:300;
}

.form form .wpcf7-field-group-add::after {
    content:' hypotheek toevoegen';
    font-weight:300;
}
.form form .wpcf7-field-group-remove, .form form .wpcf7-field-group-add {
    -webkit-appearance:none;
    border:none;
    background:#4DF954;
    color:black;
    padding:2px 8px;
    border-radius: 8px;
    margin-left:8px;
    cursor: pointer;
    font-weight:bold;
}
.form form .wpcf7-field-group-remove {
    background:#F94C4C;
    color:white;
}

.form form input[type="submit"] {
    -webkit-appearance:none;
    border:none;
    border-radius: 0;
    background:none;
    color:#E6007E;
    font-weight:500;
    border-bottom:1px solid #E6007E;
    cursor: pointer;
    font-size:18px;
    line-height: 28px;
    float:right;
    transition: 0.3s ease;
}
.form form input[type="submit"]:hover {
    color:white;
    background:#E6007E;
}

.form form .wpcf7-checkbox {
    display: block;
}
.form form .wpcf7-checkbox .wpcf7-list-item label {
    display: inline-block;
    border:1px solid #E6007E;
    border-radius: 8px;
    cursor: pointer;
    padding:4px 10px 4px 4px;
    margin:0 8px 8px 0;
    font-size:16px;
    line-height: 22px;
}

.hypotheek, .form-border {
    position: relative;
    display: block;
    width:100%;
    padding:15px;
    padding-top:35px;
    border:1px solid #d9dae5;
    border-radius: 8px;
    margin-top:45px;
}
.hypotheek .hypotheek-floattitle, .form-border .form-floattitle {
    position: absolute;
    top:0;
    background:white;
    margin:0;
    transform:translateY(-50%);
}

.hover-info {
    position: relative;
    z-index: 5;
    display: inline-block;
    width:20px;
    height:20px;
    border-radius: 100%;
    background-color:#d9dae5;
    color:#0D1C4A;
    cursor: pointer;
    transform: translateY(-4px);
}
.nomargin p {
    margin:0;
}
.hover-info::before {
    position: relative;
    display: block;
    content:'i';
    font-size:16px;
    line-height: 20px;
    width:100%;
    text-align: center;
    font-weight:500;
}
.hover-info span {
    display: none;
    position: absolute;
    top:0;
    left:calc(100% + 5px);
    width:auto;
    max-width: 90vw;
    font-size:15px;
    line-height: 15px;
    background-color:#d9dae5;
    padding:2px;
}
.hover-info:hover span {
    display: block;
}

.news-archive {
    overflow:visible;
}
.news-item {
    margin-bottom:60px;
    overflow:visible;
}
.news-item .grayback {
    padding:60px 35px;
}
.news-item h3 {
    margin-bottom:25px;
}
.news-item h2 {
    margin-bottom:35px;
}

.news-img {
    position: relative;
    z-index: 1;
    margin-top:-45px;
}
@media screen and (min-width:831px) {
    .news-item {
        margin-top:35px;
    }
    .news-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .news-item:nth-child(even) .news-content {
        flex-direction: row-reverse;
    }
    .news-img {
        position: absolute;
        top:-35px;
        margin-top:0;
    }
    .news-item:nth-child(even) .news-img {
        flex-direction: row-reverse;
    }

}

.news-img-wrap {
    position: relative;
    width:100%;
    padding-top:38%;
    height:0;
}
.news-img-wrap img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
}
.square-img-wrap {
    position: relative;
    width:100%;
    padding-top:100%;
    height:0;
}
.square-img-wrap img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
}

.logo-slider-wrap {
    width:100%;
    height:0;
    padding-top:50%;
    position: relative;
}
.logo-slider-wrap img {
    position: absolute;
    top:0;
    left:10%;
    width:80%;
    height:100%;
    object-fit: contain;
    object-position: center;
}

.nosize {
    margin:0;
    padding:0;
}
.nosize ul {
    margin:0;
    padding:0;
    list-style: none;
}
.nosize li {
    margin:0;
    padding:0;
}

footer {
    padding-top:80px;
}
footer .div25 {
    margin-bottom:25px;
}
.footercontent {
    position: relative;
    z-index: 1;
    padding:35px 0;
    margin-bottom:10px;
}
.footercontent > * {
    position: relative;
    z-index: 2;
}
.footercontent::before {
    content:'';
    position: absolute;
    z-index: -1;
    background:#F4F4F4;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    right:calc(50% - 700px);
    max-width: 100%;
    border-radius: 8px;
}
.footercontent::after {
    content:'';
    position: absolute;
    z-index: 0;
    top:-80px;
    right:calc(50% - 785px);
    width:320px;
    height:320px;
    max-height:calc(100% + 105px);
    mix-blend-mode: multiply;
    background-image:url('img/beeldmerk.svg');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top right;
    opacity:0.6;
}
@media screen and (max-width:1600px) {
    .footercontent::after {
        right:15px;
    }
}
footer a {
    color:#0D1C4A;
    text-decoration: underline;
    transition: 0.3s ease;
}
footer a:hover {
    color:#E6007E;
}
.footer-logo img {
    width:200px;
    max-width: 100%;
    height:auto;
}

.footer-logos img {
    width:65px;
    height:45px;
    object-fit: contain;
    object-position: left center;
    float:left;
    margin-right:35px;
    margin-top:12px;
}

.address p {
    margin:0;
}
.socials ul {
    list-style: none;
    margin:0;
    padding:0;
}
.socials li {
    display: inline-block;
    margin:0 8px 8px 0;
    padding:0;
}
.socials a {
    display: block;
    text-align: center;
    font-size:18px;
    line-height: 36px;
    font-weight:500;
    width:34px;
    height:34px;
    color:#0D1C4A;
    border:1px solid #0D1C4A;
    border-radius: 2px;
    transition: 0.3s ease;
    text-decoration: none;
}
.socials a:hover {
    background:#0D1C4A;
    color:white;
}
.socials a:hover svg {
    filter: brightness(0) invert(1);
}
@media screen and (max-width:930px) {
    footer .div30, footer .div20, footer .div25, footer .div40 {
        width:calc(50% - 15px);
        margin-bottom:15px;
    }
    .footer-logo {
        margin-bottom:25px;
    }
}
@media screen and (max-width:580px) {
    .footer-logo {
        width:100%;
    }
    .footercontent::after {
        opacity:0.5;
    }   
    footer .div30, footer .div20, footer .div25, footer .div40 {
        width:100%;
    }
}
@media screen and (max-width:430px) {
    .footercontent::after {
        opacity:0.3;
    }   
}