body {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    overflow-x: hidden;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    color: #005696;
}

a:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #99bbd5;
}

.read-more-icon {
    max-height: 25px;
    opacity: 0.2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Catamaran', sans-serif;
    color: #005696;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.btn {
    background: #005696;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn a {
    color: #fff;
}

.btn a:hover {
    color: #99bbd5;
}

.icon {
    max-width: 150px;
}

a .alert-icon {
    color: orange !important;
}

.usp {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #005696;
}

.usp span {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.intro-text {
    font-size: 18px;
}

.text-white {
    color:  white;
}

.homepage-header .intro-text {
    max-width:  600px;
    display:  inline-block;
}

.drop-bg {
    background-image: url("../../images/bg/drop-bg.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.drop-bg-right {
    background-image: url("../../images/bg/drop-bg-right.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 4px 10px;
    cursor: pointer;
    border-color: #99bbd5;
}

.menu-margin {
    /*margin-top: 200px;*/
}

body {
    padding-top: 200px;
}

body:has(.homepage-header) {
    padding-top:  145px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    background: url('../../images/icon/drop-small.png') no-repeat left top 4px;
    background-size: 25px;
    padding-left: 35px;
    padding-top: 0;
    margin-bottom: 15px;
}

.anchor {
    display: block;
    height: 150px; /*same height as header*/
    margin-top: -150px; /*same height as header*/
    visibility: hidden;
}

/* - - - - - - - - - - NAVBAR - - - - - - - - - - */
.navbar {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    background-image: url('../../images/header/menu.png');
    background-repeat: repeat-y;
    background-position: center center;
    transition: 750ms ease;
}

@media only screen and (max-width: 1248px) and (min-width: 992px) {
    .navbar {
        font-size: 13px;
    }
}

.navbar ul li {
    background: none !important;
    height: auto;
    padding-left: initial;
    padding-top: initial;
}

.navbar .navbar-brand img {
    max-width: 150px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar.scrolled {
    transition: 750ms ease;
    background: #fff !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05) !important;
}

.navbar.scrolled .navbar-nav .nav-link.active {
    color: #99bbd5;
}

.navbar .navbar-brand{
    display: none;
    transition: 750ms ease;
}

.navbar .navbar-brand.white{
    display: block;
    transition: 750ms ease;
}

.navbar.scrolled .navbar-brand{
    display: block;
    transition: 750ms ease;
}

.navbar.scrolled .navbar-brand.white{
    display: none;
    transition: 750ms ease;
}

.navbar a.dropdown-item {
    text-transform: initial;
}

.dropdown-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* - - - - - - - - - - ADDED CO - - - - - - - - - - */

.navbar .nav-item .dropdown-submenu {
    position: static;
    padding: 20px !important;
    font-size: inherit !important;
    color: inherit !important;
    border: 1px solid var(--color-blue);
    border-radius: 5px !important;
    background: #fff;
    z-index: 1000;
    min-width: 10rem;
    text-align: left;
    list-style: none;
    top: -21px;
}

.navbar .nav-item .dropdown-submenu {
    display: none;
}

.navbar .nav-item:hover > .dropdown-submenu {
    display: block;
}

/* ============ desktop view ============ */
@media all and (min-width: 1180px) {
    .navbar .nav-item .dropdown-submenu {
        position: absolute;
        top: 0;
        right: auto;
        left: 100%;
    }

    .navbar .nav-item .dropdown-menu{
        display: none;
    }

    .navbar .nav-item:hover > .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */

.navbar-toggler {
    color: var(--color-blue);
    background-color: transparent;
    border: 1px solid var(--color-purple);
    border-radius: 50px;
}

.navbar-toggler-icon {
    width: 15px !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

.dropdown-menu {
    padding: 20px !important;
    font-size: inherit !important;
    color: inherit !important;
    border: 1px solid var(--color-blue);
    border-radius: 5px !important;
}

.dropdown-item {
    font-weight: 300;
    transition: color .15s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: transparent !important;
    color: var(--color-purple);
    transition: color .15s ease;
}

.dropdown-item.active {
    color: var(--color-purple) !important;
    background: transparent !important;
}

/* ============ mobile view .end// ============ */

@media (max-width: 1199px) {
    nav li.nav-item {
        margin-bottom:  0px;
    }

    nav li.nav-item .nav-link {
        padding-top:  4px;
        padding-bottom: 4px;
    }
}

/* - - - - - - - - - - END ADDED CO - - - - - - - - - - */

/* - - - - - - - - - - HEADERS - - - - - - - - - - */
.top-index {
    height: 100vh;
    min-height: 500px;
    background-image: url(../../images/header/index.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 24px;
    color: #203864;
}

.top-index .overlay {
    background-image: url('../../images/header/overlay.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 90%;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 1300px) {
    .container{
        max-width: 95% !important;
    }


}

@media only screen and (max-width: 992px) {
    .top-index .overlay {
        height: 85%;
    }

}

@media only screen and (max-width: 600px) {
    .top-index .overlay {
        height: 100%;
    }
}

@media only screen and (max-height: 800px) {
    .top-index .overlay {
        height: 115%;
    }
}

.top-index h1 {
    color: #fff;
}

.top-index .btn {
    background: #99bbd5;
}

.top-index .btn:hover {
    background: #2e74a9 !important;
    color: #fff !important;
}

/* - - - - - - - - - - CONTENT - - - - - - - - - - */
.table--borders {
  width: 100%;
  border-collapse: collapse;
}

.table--borders th,
.table--borders td {
  border: 1px solid #ccc;
  padding: 0.6em 1em;
  text-align: left;
}

.table--borders tr.accent {
  background-color: #f0f8ff; /* Lichtblauw accent */
  font-weight: bold;
}

.table--borders tr.legenda-row td {
  background-color: #f9f9f9;
  font-style: italic;
  font-size: 0.9em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-top: none;
}

.configurator select {
    width: 100%;
    border-radius: 5px;
    padding: 4px 10px;
    background-image: url("../../images/icon/select.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border-color: #005696;
}

.configurator input[type=text], .configurator input[type=number] {
    width: 100%;
    border-radius: 5px;
    padding: 4px 10px;
    border: 1px solid #005696;
}

.bar {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #005696;
    overflow: hidden;
}

.bar .in {
    border-radius: 5px;
    animation: fill 3s linear 1;
    height: 100%;
    background: rgb(226, 227, 239);
    background: linear-gradient(90deg, rgba(226, 227, 239, 1) 0%, rgba(153, 187, 213, 1) 100%);
}

@keyframes fill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.card {
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.card-footer {
    background: #005696;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.card-footer a {
    color: #ffffff !important;
}

.background-line-top {
    background: linear-gradient(to top right, transparent 49.8%, #fff 50%) right -10px top 0 /100% 100% no-repeat, #e2e3ef;
}

.background-line-bottom {
    background: linear-gradient(to bottom left, transparent 49.8%, #fff 50%) left -10px top 0 /100% 100% no-repeat, #e2e3ef
}

.project-bg {
    background-image: url('../../images/projects/bg.jpg');
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0;
    background-size: 200%;
}

.project-bg img{
    height: 155px;
}

@media (max-width: 1100px) {
    .card-deck--responsive-fix-4-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .card-deck--responsive-fix-4-col .card {
        margin-bottom:  0px !important;
    }
}

@media (max-width: 700px) {
  .card-deck--responsive-fix-4-col  {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
    .card-deck--responsive-fix-3-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .card-deck--responsive-fix-3-col .card {
        margin-bottom:  0px !important;
    }
}

@media (max-width: 700px) {
  .card-deck--responsive-fix-3-col  {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .card-deck--responsive-fix-2-col  {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
    } 
}


/* - - - - - - - - - - FOOTER - - - - - - - - - - */
.contact-footer {
    background: #e2e3ef;
}

.waves {
    background-image: url('../../images/waves.png');
    background-repeat: repeat-x;
    height: 68px;
    width: 100%;
    z-index: 9
}

.maps .waves {
    background-image: url('../../images/waves.png');
    background-repeat: repeat-x;
    margin-top: -68px;
    height: 68px;
    width: 100%;
    z-index: 9
}

.maps iframe {
    margin-top: -600px;
}

.maps .overlay {
    background-image: url('../../images/header/overlay-white.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 9;
    height: 600px;
background-size: cover;
}

.footer {
    background-color: #005696;
    color: #fff;
    z-index: 10000;
}

.footer i {
    font-size: 24px;
}

.footer a {
    color: #fff;
}

.footer a:hover, .footer a:focus {
    color: #99bbd5;
}

.footer h3 {
    font-size: 18px;
    color: #fff;
}

.footer ul.list-unstyled li {
    background: none !important;
    background-size: 0;
    padding-left: 0;
}

.copyright {
    font-size: 16px;
}

#mc_embed_signup input {
     border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
#mc-embedded-subscribe {
    margin: 0 !important;
}

/* - - - - - - - - - - BACK TO TOP - - - - - - - - - - */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    z-index: 1000;
    width: 60px;
    height: 60px;
}

.btn.back-to-top {
    color: #fff;
    background-color: #99bbd5;
    border-color: #99bbd5;
    padding: 0 15px !important;
    text-align: center;
    line-height: 60px !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.btn:hover.back-to-top, .btn:focus.back-to-top {
    background-color: #2e74a9;
    border-color: #2e74a9;
    outline: none !important;
}