body {
    color: #000;
    background-color: #eee;
    font-size: 16px;
    overflow-x: hidden
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Garet', 'Roboto Condensed', sans-serif
}

.h1, h1 {
    font-size: 32px
}

h1.ttu {
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .h1, h1 {
        font-size: 26px
    }
}

.h2, h2 {
    font-size: 30px
}

@media screen and (max-width: 991px) {
    .h2, h2 {
        font-size: 22px
    }
}

a {
    color: #2895e6
}

a:focus, a:hover {
    text-decoration: none;
    color: #000;
    /*
    color: #333
    */
}

p {
    font-family: 'Garet', Roboto, sans-serif;
    margin-bottom: 0;
    line-height: 25px
}

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

ul li {
    font-family: 'Garet', Roboto, sans-serif;
    font-size: 16px
}

ul.with-dot {
    padding-left: 20px
}

ul.with-dot li {
    list-style-type: disc
}

hr {
    border-color: #ccc;
    margin-top: 15px;
    margin-bottom: 15px
}

.form-control {
    color: #333;
    padding: 6px;
    box-shadow: none
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075), 0 0 0 rgba(102, 175, 233, .6)
}

.red-x {
    color: #600;
    font-weight: 700
}

:focus {
    outline: 0
}

.display-block {
    display: block !important
}

.display-inline-block {
    display: inline-block !important
}

.display-none {
    display: none !important
}

.btn {
    padding: 8px 25px;
    font-size: 14px;
    transition: 400ms all ease-in-out;
    border: 2px solid;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700
}

.btn:hover {
    color: #fff
}

@media screen and (max-width: 991px) {
    .btn {
        font-size: 12px;
        padding: 8px 20px
    }
}

.btn:active, .btn:focus {
    outline: -webkit-focus-ring-color auto 0 !important;
    outline-offset: 0 !important
}

.btn.invert:hover {
    background-color: transparent
}

.btn-first {
    color: #01d7c4;
    border-color: #01d7c4
}

.btn-first:hover {
    background-color: #01d7c4
}

.btn-first.invert {
    color: #eee;
    background-color: #01d7c4
}

.btn-first.invert:hover {
    color: #01d7c4
}

.btn-second {
    background-color: #fff5ee;
    border-color: #fff5ee
}

.btn-second:hover {
    background-color: #fff5ee
}

.btn-succes {
    background-color: #3d9970;
    border-color: #3d9970
}

.btn-succes:hover {
    background-color: #3d9970
}

.btn-neutral {
    background-color: #ff851b;
    color: #fff !important;
}

.btn-neutral:hover {
    background-color: #e5741b;
    border-color: #de7019;
}

.btn-yellow {
    background-color: #ffba00;
    color: #fff !important;
}

.btn-yellow:hover {
    background-color: #ffba00;
    border-color: #e0a200;
}

.btn-groen {
    background-color: #01d7c4;
    color: #fff !important;
}

.btn-groen:hover {
    background-color: #01d7c4;
    border-color: #03a596;
}

.btn-blaa {
    background-color: #5491c0;
    color: #fff !important;
}

.btn-blaa:hover {
    background-color: #427fad;
    border-color: #486f8d;
}


.btn-error {
    background-color: #ff4136;
    border-color: #ff4136
}

.btn-error:hover {
    background-color: #ff4136
}


select {
    /*border: 1px solid #999;*/
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 6px;
    padding: 7px 6px 6px 6px;
}

.form-check, .form-group, .form-row {
    margin-bottom: 15px
}

.form-check.error input, .form-check.error select, .form-check.error textarea, .form-group.error input, .form-group.error select, .form-group.error textarea, .form-row.error input, .form-row.error select, .form-row.error textarea {
    border-color: #ff4136
}

.form-check.error .error-message, .form-group.error .error-message, .form-row.error .error-message {
    display: block
}

.error-message {
    font-size: 14px;
    padding: 5px 0;
    color: #ff4136;
    display: none
}

.the-required {
    margin-left: 4px
}

.form-error {
    color: #eee;
    background-color: #ff4136;
    padding: 10px 5px;
    border-radius: 30px;
    margin-bottom: 15px
}

.container {
    width: 1500px
}

@media screen and (max-width: 1600px) {
    .container {
        width: 1300px
    }
}

@media screen and (max-width: 1500px) {
    .container {
        width: 1200px
    }
}

@media screen and (max-width: 1400px) {
    .container {
        width: 1200px
    }
}

@media screen and (max-width: 1300px) {
    .container {
        width: 100%
    }
}

.wrapper {
    /*
    margin: 0 30px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
    */
}

@media screen and (max-width: 767px) {
    .wrapper {
        margin: 0 auto
    }
}


.header {
    /*background-color: #B3D1E9;*/
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    /*border-bottom: 2px solid #81a7c5;*/
    border-bottom: 2px solid #fff;
    /*border-bottom: 2px solid #0dbfaf;*/
}

.header__flex-aligner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header.header {
    margin-top: 10px;
}

img.header-logo-image {
    margin-top:10px;
}

@media screen and (max-width: 1200px) {
    .header__flex-aligner {
        display: block
    }
}

@media screen and (max-width: 1200px) {
    .header__logo {
        max-width: 200px;
        margin-left: 15px
    }
}

@media screen and (max-width: 767px) {
    .header__logo {
        margin-left: 0
    }
}

@media screen and (max-width: 600px) {
    .header__logo {
        max-width: 170px
    }
}

.header__mobile-btn {
    float: right;
    font-size: 28px;
    top: 17px;
    position: relative;
    right: 30px;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .header__mobile-btn {
        top: 5px;
        right: 5px
    }
}

.header__navigation ul {
    text-align: right;
    margin-right: -15px
}

.header__navigation ul li {
    display: inline-block
}

.header__navigation ul li a {
    display: inline-block;
    font-size: 22px;
    padding: 5px 13px;
    color: #3c3c3c;
    font-family: 'Garet', 'Roboto Condensed', sans-serif;
    text-transform: uppercase
}

nav.header__navigation {
    padding-top: 5px;
}

.header__navigation ul li a:hover {
    /*color: #d1f2ff;*/
    color: #81a7c5;
    /*background-color: #f5f5f5*/
}

@media screen and (max-width: 1600px) {
    .header__navigation ul li a {
        padding: 5px 10px
    }
}

@media screen and (max-width: 1500px) {
    .header__navigation ul li a {
        font-size: 18px
    }
}

@media screen and (max-width: 1400px) {
    .header__navigation ul li a {
        font-size: 18px
    }
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 10px 0
    }

    .header__navigation {
        margin-top: 70px
    }

    .header__navigation ul {
        text-align: left;
        margin-right: 0
    }

    .header__navigation ul li {
        display: block
    }

    .header__navigation ul li a {
        padding: 13px 10px;
        display: block
    }
}

.mobile-nav {
    position: fixed;
    width: 280px;
    background-color: #f2f2f2;
    height: 100vh;
    padding-bottom: 30px;
    z-index: 9999999;
    top: 0;
    left: -300px;
    opacity: 0;
    padding-top: 10px;
    transition: all .2s ease-in-out
}

.mobile-nav ul li {
    font-size: 18px;
    padding: 10px 13px;
    color: #333;
    font-family: 'Garet', 'Roboto Condensed', sans-serif;
    text-transform: uppercase
}

.mobile-nav ul li a {
    display: block
}

.mobile-nav .language-selector img {
    width: 18px;
    position: relative;
    top: -2px
}

.mobile-nav a.phoner {
    color: #000 !important;
    padding: 10px 0;
    font-size: 22px
}
.mobile-nav a.phoner:hover {
    color: #000 !important;
}
a.phoner:hover {
    color: #000 !important;
}

.mobile-nav.open {
    opacity: 1;
    left: 0
}

.mobile-nav .searcher form {
    display: inline-block;
    font-size: 20px;
    position: relative
}

.mobile-nav .searcher form input {
    width: 100%;
    transition: 200ms all ease-in-out;
    border: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #fcfcfc;
    position: relative;
    z-index: 9999;
    padding-left: 34px;
    border-radius: 3px;
    font-family: 'Garet', 'Roboto Condensed', sans-serif
}

.mobile-nav .searcher form button {
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    z-index: 99999
}

@media screen and (max-width: 991px) {
    .mobile-nav ul li {
        font-size: 16px;
        padding: 5px 13px
    }

    /*
    .mobile-nav .phoner {
        display: none
    }
    */
}

#footer-rg-tekst {
    margin-top: 25px;
    font-size: 14px;
}

.footer {
    padding: 30px 15px 30px;
    background-color: #fff;
    border-top: 5px solid #B3D1E9;
}

.footer__box {
    color: #3c3c3c;
}

.footer__box h3 {
    margin-bottom: 15px
}

.footer__box a {
    color: #3c3c3c;
}

.footer__box ul li {
    margin-bottom: 3px
}

.footer__logo {
    width: 85%;
    margin-bottom: 30px
}

div.bg-contain {
    background-size: contain;
}

.alert-bwu {
    color: #31708f;
    /*
    background-color: #e0f3f1;
    border-color: #c8e8e5;
    */
    background-color: #fcfff6;
    border-color: #bfd2be;
}

.alert-info {
    background-color: #fcfff6;
    border-color: #bfd2be;
}

