@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Convergence&display=swap');

body {
    font-family: 'Arial','Open Sans', sans-serif;
    color: #454545;
}

h1, h2, h3, h4, h5 {
    font-family:  Century Gothic, Convergence, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif, sans-serif;
    text-transform: initial;
}

h1 {
    color: #2d2d80;
    text-transform: initial;
}

h2 {
    color: #2d2d80;
}

h4 {
    color: #454545;
}

.btn {
    font-family: Convergence, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif, sans-serif;
    text-transform: initial;
    letter-spacing: 1px;
}

.bg-blue {
    background-color: #f5f5f5;
}

.bg-grijs {
    background-color: #f5f5f5 !important;
}

.strong-title {
    color: #2d2d80;
}

.slider-icons .slick-arrow {

    background-color: rgba(237, 199, 4, 0.5);
}

.slider-icons .slick-arrow:hover {
    background-color: #edc704;
}

.slick-dots li button {
    background-color: #2d2d80;
}

.slick-dots li.slick-active button {
    background-color: #2d2d80;
}

a.custom-hover, .custom-hover {
    color: #2d2d80;
}

a.custom-hover:before, a.custom-hover:after, .custom-hover:before, .custom-hover:after {
    background-color: #2d2d80;
}

.btn--blue {
    background-color: #2d2d80;
    border: 1px solid #2d2d80;
    color: white;
}

.btn--blue:hover {
    background-color: #edc704;
    color: white;
    border: 1px solid #edc704;
}

.btn--orange {
    background-color: #edc704;
    border: 1px solid #edc704;
    color: white;
}

.btn--orange:hover {
    background-color: #2d2d80;
    color: white;
    border: 1px solid #2d2d80;
}

.btn--grey-blue {
    background-color: #2d2d80;
    border: 1px solid #2d2d80;
    color: white;
}

.btn--grey-blue:hover {
    background-color: #282868;
    color: white;
    border: 1px solid #282868;
}

.btn--transp-blue {
    border: 1px solid #2d2d80;
    background-color: #2d2d80;
    color: white;
}

.btn--transp-blue:hover {
    background-color: #282868;
    border-color: #282868;
    color: white;
}

.box-line {
    border-bottom: 1px solid rgba(210, 210, 210, 0.7);
}

.bounce-icon {
    color: #edc704;
}

.checkmark-radio {
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
    background-color: #ccc;
}

.container-radio input:checked ~ .checkmark-radio {
    background-color: #2d2d80;
}

.container-radio .checkmark-radio:after {
    background: white;
}

.checkmark {
    background-color: #eee;
    border: 1px solid #c4c4c4;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2d2d80;
    border: 1px solid #2d2d80;
}

#header .navigation-bar a {
    border: 1px solid #edc704;
    color: white;
    background-color: #edc704;
    margin-left: 20px;

}

#header .navigation-bar a:hover {
    background-color: #2d2d80;
    color: white;
    border: 1px solid #2d2d80;
}

#header .navigation-bar a.active {
    background-color: #2d2d80;
    color: white;
}

.handelszaak-navbar .nav-link {
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
}

.handelszaak-navbar .nav-link i {
    color: #2d2d80;
}

.handelszaak-navbar .nav-link:hover {
    border: 1px solid #d4d4d4;
}

.handelszaak-navbar .nav-link.active {
    border: 1px solid #f5f5f5;
    background-color: #2d2d80;
}

.handelszaak-navbar .nav-link.active i {
    color: white;
}

.handelszaken-box {
    background-color: white;
    border: 1px solid #d4d4d4;
}

.handelszaken-box:hover {
    border: 1px solid #454545;
}

.table.handelszaken-table thead th {
    border-bottom: 1px solid #d4d4d4;
    background-color: white;
}

.table.handelszaken-table th, .table.handelszaken-table td {
    border-top: 1px solid #d4d4d4;
}

.table.handelszaken-table tr {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.table.handelszaken-table {
    border-bottom: 1px solid #d4d4d4;
    background-color: white;
}

.table-hover.handelszaken-table tbody tr:hover {
    color: #454545;
    background-color: #f5f5f5;
}

.cta-kopen {
    background-color: #f5f5f5;
}

.cta-kopen h2 {
    color: #2d2d80;
}

.cta-kopen2 {
    background-color: #f5f5f5;
}

.cta-kopen2 h3 {
    color: #2d2d80;
}

.cta-registreren {
    background-color: white;
}

#accordion.torhout-faq .card {
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
}

#accordion.torhout-faq .card-body {
    background-color: white;
}

.contact-form input, .contact-form textarea {
    border: 1px solid #f1f1f1;
}

.contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid #2d2d80;
}

.contact-form span.required {
    color: #c0392b;
}

.nav-bonnenbestellen .nav-link {
    background-color: #2d2d80;
    color: white;
}

.nav-bonnenbestellen .nav-link.active {
    background-color: #2d2d80;
    color: white;
}

.nav-bonnenbestellen .nav-link.disabled {
    background-color: #f5f5f5;
    color: #454545;
}

.table-aantalbonnen input {
    border: 1px solid #d4d4d4;
}

.mijnbestelling {
    background-color: #f5f5f5;
}

.mijnbestelling h3 {
    color: #2d2d80;
}

.mijnbestelling .icon-link {
    color: #2d2d80;
}

.mijnbestelling .icon-link:hover {
    color: #282868;
}

.acties1 {
    border: 1px solid #d4d4d4;
}

.acties1 i.text-cursive {
    color: #2d2d80;
}

.text-orange {
    color: #2d2d80;
}

.themakiezen .btn-thema {
    background-color: #f5f5f5;
}

.themakiezen .btn-thema p {
    color: #454545;
}

.themakiezen .btn-thema.active {
    background-color: #2d2d80;
}

.themakiezen .btn-thema.active p {
    color: white;
}

.themakiezen .btn-thema.active:after {
    color: #2d2d80;
}

.menu-left-handelaars h1 {
    color: #2d2d80;
}

.menu-left-handelaars ul li.active a {
    color: #2d2d80;
}

.dropdown-item.active {
    background-color: #2d2d80;
}

.modal-algemenevoorwaarden h3 {
    color: #2d2d80;
}

#footer {
    background-color: #f5f5f5;
}

#footer span {
    color: #2d2d80;
}

.vergrootglas-thema {
    color: #2d2d80;
}

.vergrootglas-thema:hover {
    color: #2d2d80;
}

span.error {
    color: #edc704;
}

input.error {
    border: 1px #edc704 solid;
}

.checkbox.error {
    border: 1px #2d2d80 solid;
}

.custom-hover:hover {
    color: #282868;
}

.loadingtext {
    color: #454545;
    font-family: 'Muli', sans-serif !important;
}

.form_submit {
    background-color: #2d2d80;
    border: 1px solid #2d2d80;
    color: white;
}

.form_submit:hover {
    background-color: #282868;
    color: white;
    border: 1px solid #282868;
}

.custom-hover:hover {
    color: #282868;
}

.form_submit.btn.btn-primary {
    background-color: #2d2d80;
    border: 1px solid #d4d4d4;
    color: white;
}

.form_submit.btn.btn-primary:hover {
    background-color: #282868;
    color: white;
    border: 1px solid #282868;
}

.fieldwidget_required {
    color: #c0392b;
}

.form_errors {
    color: #c0392b;

}

p#timer {
    color: #2d2d80;
    font-family: "Montserrat", sans-serif
}

.checkmark.error {
    border: 1px solid #2d2d80;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #2d2d80;
}

.tooltip-inner {
    background-color: #2d2d80;
    color: white;
}

#header.sticky {
    background-color: white !important;
}
.h-actie h5{
    background-color: #2d2d80;
    color:white;
}
.lang-switch .btn-secondary {
    color: white!important;
    background-color: #edc704!important;
    border: 1px solid #edc704!important;
    outline: none!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    padding: 15px!important;
}
.lang-switch .btn-secondary:hover {
    box-shadow: none!important;
    border: 1px solid #edc704!important;
    background-color: #edc704!important;
    color: white!important;
    outline: none!important;
}

.lang-switch .btn-secondary:active {
    box-shadow: none !important;
    border: 1px solid #edc704!important;
    background-color: #edc704 !important;
    color: white !important;
    outline: none !important;
}

.lang-switch .btn-secondary:focus {
    box-shadow: none!important;
    border: 1px solid #edc704!important;
    background-color: #edc704!important;
    color: white!important;
    outline: none!important;
}
.lang-switch{
    display: flex;
    height:100%;
}