/* SETUP the styling */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #37002f;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
    font-weight: 700;
}

/* Global elements */
.topbar {
    display: none;
}

#logo-panel,
.header {
    z-index: 2;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 45px #00000015;
    box-shadow: 0 3px 45px #00000015;
    padding: 30px;
    height: 45px;
    width: 100%;
    position: fixed;
    top: 0px;
}

#logo-panel .logo,
#logo-panel #logo,
.header .logo,
.header #logo {
    z-index: 5;
    height: 100%;
}

#logo-panel .logo img,
#logo-panel #logo img,
.header .logo img,
.header #logo img {
    height: 100%;
}

#logo-panel .right,
.header .right {
    display: none;
}

#logo-panel #contact,
.header #contact {
    display: none;
}

#bookmarks-panel,
#top-bar,
.topbar {
    display: none;
    z-index: 6;
}

#bookmarks-panel #bookmarks,
#bookmarks-panel #login,
#bookmarks-panel #navigation,
#bookmarks-panel .content,
#top-bar #bookmarks,
#top-bar #login,
#top-bar #navigation,
#top-bar .content,
.topbar #bookmarks,
.topbar #login,
.topbar #navigation,
.topbar .content {
    z-index: 3;
    position: fixed;
    top: 25px;
    font-size: 17px;
    font-weight: 400;
}

#bookmarks-panel #bookmarks,
#bookmarks-panel #navigation,
#bookmarks-panel .content,
#top-bar #bookmarks,
#top-bar #navigation,
#top-bar .content,
.topbar #bookmarks,
.topbar #navigation,
.topbar .content {
    width: 100%;
    text-align: center;
}

#bookmarks-panel #login,
#top-bar #login,
.topbar #login {
    display: block;
    top: 42px;
    right: 25px;
}

#bookmarks-panel #login:before,
#top-bar #login:before,
.topbar #login:before {
    content: "Bel ons: 088 007 4900";
    padding-right: 30px;
}

#bookmarks-panel a,
#top-bar a,
.topbar a {
    text-decoration: none;
    color: #000;
    position: relative;
}

#bookmarks-panel a:before,
#top-bar a:before,
.topbar a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

#bookmarks-panel a:hover:before,
#top-bar a:hover:before,
.topbar a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#bookmarks-panel ul,
#top-bar ul,
.topbar ul {
    list-style: none;
}

#bookmarks-panel li,
#top-bar li,
.topbar li {
    display: inline-block;
    padding: 0px 20px;
}

#title-panel {
    display: none;
}

#call_footer {
    background-color: #d4005f;
    font-size: 25.6px;
    line-height: 41.6px;
    text-align: center;
    color: #fff;
    padding: 50px 30px;
}

.footer,
#footer {
    background-color: #74004B;
    max-width: 100vw;
    padding: 40px 20px;
    color: #ffffff80;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .leftside {
        display: block;
        width: 200px;
        padding: 0px 30px;
        position: absolute;
        left: 0;
    }
    .rightside {
        margin-left: 220px;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .contentholder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
    .contentholder .left,
    .contentholder .right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0px;
    }
    .contentholder .left {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .contentholder .right {
        max-width: 250px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #nextButton {
        max-width: 100%;
        padding: 10px 0px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .leftside {
        width: 300px;
    }
    .rightside {
        margin-left: 330px;
        -webkit-column-count: 1;
        column-count: 1;
    }
    #bookmarks-panel,
    #top-bar,
    .topbar {
        display: contents;
    }
}
/*# sourceMappingURL=global.css.map */