/* Global styles */
@font-face {
    font-family: CarneroSemibold;
    src: url("../fonts/carnero-semibold.otf") format("opentype");
}

:root {
    --primaryColor: #3CBDE0;
    --secondaryColor: #212C50;
    --white: #EDEDED;
    --titleFont: CarneroSemibold;
}

.blue-lines::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/streepjes.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 25px;
    left: -30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
header a {
    font-family: var(--titleFont), sans-serif;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.btn-primary {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: var(--secondaryColor);
    background-color: var(--secondaryColor);
}

.well {
    margin-bottom: 0;
}

body {
    max-width: 100vw;
    /*overflow-x: hidden;*/
}

a {
    color: var(--accentColor);
}

.section {
    width: 80vw;
    max-width: 1200px;
    padding: 50px 0;
    margin: 35px auto;
}


/* Header */
main {
    margin-top: 12vh;
    margin-bottom: -10px;
}

header {
    background: white;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
}

.top-bar {
    background-color: var(--secondaryColor);
    color: white;
    text-align: right;
    height: 3vh;
    min-height: 25px;
}

.top-bar .container,
.top-bar .icons {
    height: 100%;
}

.top-bar .icons a {
    padding: 0 .5em;
    transition: .5s;
}

.top-bar .icons a:hover,
.top-bar .icons a:focus {
    color: var(--primaryColor);
    transition: .5s;
}

nav {
    height: 9vh;
    min-height: 70px;
}

.navbar,
.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 6vh;
}

nav .navbar-collapse.show,
nav .collapsing {
    width: 100vw;
    background: white;
    padding: 30px;
    position: fixed;
    left: 0;
    top: 12vh;
    z-index: 5;
}


.navbar-nav .clm-right {
    list-style: none;
    border-radius: 5px;
}

.clm-left,
nav .nav .nav-item:last-child i,
.title-wrapper {
    display: none;
}

.navbar-nav .clm-right li img {
    position: relative;
    top: 12px;
    margin-right: 10px;
    height: 10px;
}

.navbar-nav .clm-right a {
    margin-left: 0;
    padding-left: 0;
}

.navbar-nav .clm-right li {
    margin-left: 0;
    margin-bottom: .25em;
    display: flex;
}

    nav .dropdown-menu,
    .header-phone {
        display: none;
    }

    /*nav .dropdown-menu.show {
        position: absolute;
        top: 4vh;
        background-color: #f3f3f3;
        border: 1px solid #f3f3f3;
        z-index: 10;
        width: 600px;
        height: 270px;
        border-radius: 8px;
        left: -250px;
        display: flex;
        padding: 0;
    }

    nav .dropdown-menu.show::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../images/triangle.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -14px;
        left: 280px;
    }*/

    .navbar-nav .clm-left {
        display: block;
        width: 50%;
        padding: 20px 30px;
        background-color: #f3f3f3;
        color: #777;
        border-radius: 8px 0 0 8px;
    }

    .navbar-nav .clm-left h3 {
        color: var(--secondaryColor);
        text-transform: none;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .navbar-nav .clm-right {
        width: 50%;
        padding: 20px 30px;
        background: white;
    }

    .navbar-nav .clm-right li img {
        position: relative;
        top: 12px;
        margin-right: 10px;
        height: 10px;
    }

    nav .nav .nav-item:last-child a {
        background: var(--primaryColor);
        border-radius: 5px;
        margin-left: 1em;
        display: flex;
    }

    nav .nav .nav-item:last-child a {
        padding: .5rem 1em;
        color: white;
        transition: .5s;
    }

    nav .nav .nav-item:last-child a:hover,
    nav .nav .nav-item:last-child a:focus {
        background: var(--secondaryColor);
        color: white;
        transition: .5s;
    }

    nav .nav .nav-item:last-child i {
        display: block;
        padding-left: .5em;
        position: relative;
        top: 4px;
        left: -.6em;
    }


/* Back to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 1px solid var(--secondaryColor);
    color: var(--secondaryColor);
    outline: none;
    background: white;
    color: var(--secondaryColor);
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

#myBtn:hover {
    background-color: var(--secondaryColor);
    transition: .5s;
    color: white;
}

/* Banner */

#banner {
    height: 88vh;
    color: var(--white);
    background-color: var(--secondaryColor);
    background-size: cover;
    background-position: center;
}

#banner div {
    z-index: 2;
}

#banner img {
    width: 50%;
}

#banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12vh;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(33, 44, 80, 1) 0%, rgba(33, 44, 80, .7) 50%, rgba(33, 44, 80, 0) 90%);
    z-index: 1;
}

#banner a {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--white);
    text-transform: uppercase;
    transition: .5s;
    position: relative;
    font-weight: bolder;
    top: 20px;
    margin: 10px;
    padding: 7px 40px;
    border-radius: 4px;
    text-align: center;
}

#banner a:hover,
#banner a:focus {
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
    color: var(--white);
    transition: .5s;
}

@media (max-width: 500px) {
    #banner a {
        width: 50vw;
        display: block;
    }
}

/* Parallax */
.parallax {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 15vh 0;
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
}

.parallax h2 {
    margin: 0 50px;
    width: 100%;
    color: var(--white);
    text-align: center;
    font-style: italic;
}

/* Home */
hr {
    background-color: var(--secondaryColor);
    width: 20%;
    margin-left: 0;
    margin-top: .5rem;
}

.home .card-img-top {
    max-height: 237px;
    object-fit: cover;
}

.home #accordeon .panel-title button {
    background: none;
    border: none;
    outline: none;
    font-family: var(--titleFont);
    width: 90%;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--secondaryColor);
}

.home #accordeon .panel {
    padding-bottom: 5px;
    margin-bottom: 1em;
}

.home #accordeon .panel-title em {
    border-bottom: solid;
    margin-left: -5px;
    border-bottom-width: 1px;
    border-bottom-color: var(--secondaryColor);
    padding-bottom: 10px;
}

.home #reviews .carousel-indicators li {
    background-color: var(--secondaryColor);
}

.carousel-inner {
    -webkit-box-shadow: 2px 2px 14px 0px rgba(33, 44, 80, 1);
    -moz-box-shadow: 2px 2px 14px 0px rgba(33, 44, 80, 1);
    box-shadow: 2px 2px 14px 0px rgba(33, 44, 80, 1);
    border-radius: 10px;
    padding: 20px;
}

#reviews .card-body hr {
    background-color: transparent;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}

/* Footer */
footer {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
}

footer a {
    text-decoration: underline;
    font-size: 1rem;
}

footer a:hover,
footer a:focus {
    color: var(--secondaryColor);
}

footer .credentials a {
    font-size: 12px;
}

footer .credentials a:hover,
footer .credentials a:focus {
    color: var(--primaryColor);
}

.main-footer {
    background-color: var(--primaryColor);
    padding: 30px 0;
}

.main-footer ul {
    list-style: none;
    padding: 0;
}

.main-footer p {
    margin-bottom: -2px;
    font-size: 1rem;
    line-height: 1.5;
}

.main-footer li {
    margin-bottom: -2px;
}

.credentials {
    background-color: var(--secondaryColor);
    font-size: 12px;
    padding-top: 20px;
    margin: 0;
}
.size12{
    font-size: 14px;
}

    .dropdown:hover .dropdown-menu {
        display: block;
    }


.dropdown-menu {
    margin: -0.575rem 0 0;
}

#bg_wiz,
#bg_wiz_bes {
    margin: auto !important;
}

#bg_wiz > table,
#bg_wiz_bes > table {
    min-height: 65vh;
}

#bg_wiz p a,
#bg_wiz_bes p a {
    color: var(--primaryColor);
    text-decoration: underline;
}

#bg_wiz p a:hover,
#bg_wiz p a:focus,
#bg_wiz_bes p a:hover,
#bg_wiz_bes p a:focus {
    color: var(--secondaryColor);
    text-decoration: underline;
}

#pagewrapper_ext_bes {
    width: 100% !important;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1495px;
  }
}