html, body {
    font-family: 'CircularAir', sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    background-color: #f8fafd;
    background-image: url(../img/achtergrond.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'CircularAir';
    src: url('../fonts/CircularAir-Bold.eot');
    src: url('../fonts/CircularAir-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularAir-Bold.woff2') format('woff2'),
        url('../fonts/CircularAir-Bold.woff') format('woff'),
        url('../fonts/CircularAir-Bold.ttf') format('truetype'),
        url('../fonts/CircularAir-Bold.svg#CircularAir-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'CircularAir';
    src: url('../fonts/CircularAir-Book.eot');
    src: url('../fonts/CircularAir-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularAir-Book.woff2') format('woff2'),
        url('../fonts/CircularAir-Book.woff') format('woff'),
        url('../fonts/CircularAir-Book.ttf') format('truetype'),
        url('../fonts/CircularAir-Book.svg#CircularAir-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

p {
    font-size: 18px;
}

a {
    font-size: 17px;
}

header {
    position: relative;
    top: 50px;
}

header p {
    border-right: 2px solid rgb(255, 255, 255);
    padding-right: 20px;
}

.header-logo img {
    height: 55px;
    position: relative;
    top: -7px;
}

.landingpage-header-content {
    color: white;
}

.header-routebeschrijving a,
.landingpage-intro-tekst a {
    color: white;
    text-decoration: none;
}

.landingpage-intro-tekst:hover {
    background-color: #cd0044;
    transition: all 0.4s ease-in-out;
}

.header-routebeschrijving,
.landingpage-intro-tekst {
    position: relative;
    top: 3px;
    border: 2px solid;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    border-radius: 20px;
    /* padding: 4px; */
}

.header-routebeschrijving span,
.landingpage-intro-tekst span {
    background-color: #ffffff;
    display: inline-block;
    top: -1px;
    right: -2px;
    height: 104%;
    width: 45px;
    border-radius: 50px;
    position: absolute;
    border-top-left-radius: 0px;
    /* border-radius: unset; */
}

.header-routebeschrijving span::before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow-pink.png);
    background-repeat: no-repeat;
    width: 100%;
    left: 45%;
    top: 17px;
    height: 50px;
}

.landingpage-intro-tekst {
    color: white;
    border: 0px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e50653;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 22.8px 1.2px rgba(0,0,0,0.3);
}

.landingpage-intro-tekst span {
    background-color: #cb0147;
    height: 100%;
    top: 0px;
}

.landingpage-intro-tekst span::before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow-white.png);
    background-repeat: no-repeat;
    width: 100%;
    left: 46%;
    top: 18px;
    height: 50px;
}

.landinpage-intro-tekst {
    line-height: 41px;
    margin-top: 90px;
}

.landinpage-intro-tekst p {
    font-size: 30px;
    font-weight: 700;
    color: #30478a;
}

.landinpage-intro-tekst span {
    color: #5ebfbc;
}

/* Landingpage cards styling */
.landingpage-main-cards {
    padding-bottom: 22px;
    margin-top: 60px;
}

.landingpage-card {
    background-color: white;
    width: 100%;
    height: auto;
    border-radius: 25px;
    border-bottom-right-radius: unset;
    box-shadow: 0 0 22.8px 1.2px rgba(0,0,0,0.3);
}


.landingpage-main-cards img {
    height: 94px;
}

.landingpage-icon {
    text-align: center;
    position: relative;
    top: 25px;
}

.landingpage-icon p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #30478a;
}

.landinpage-card-info {
    text-align: center;
    margin-top: 40px;
}

.landinpage-card-info a{
    font-size: 16px;
    color: #30478a !important;
    text-decoration: none;
}

.naar-website {
    position: relative;
    bottom: 0px;
    text-align: center;
    margin-top: 20px;
    /* left: 70px; */
    width: 100%;
    height: 50px;
    color: #e50653;
}

.naar-website span {
    background-color: #e50653;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    transition: all 0.4s ease-in-out;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    border-bottom-right-radius: 0px;
}

.naar-website span:hover {
    background-color: #cd0044;
    transition: all 0.4s ease-in-out;
}

.naar-website span:before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow-white.png);
    background-repeat: no-repeat;
    width: 100%;
    left: 46%;
    top: 20px;
    height: 50px;
}

.naar-website a {
    position: relative;
    top: 10px;
    color: #e80051;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.naar-website a:hover {
    color: #cd0044;
    transition: all 0.4s ease-in-out;
}

a.naar-website-icon {
    position: static;
}

/* Footer styling */

.footer-branding p,
.footer-branding a {
    font-size: 12px;
    font-weight: 400;
    color: #8792a6;
}

.footer-branding a:hover {
    color: #d8006b;
}