<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*Complianz cookiebanner*/

.cmplz-cookiebanner,
.cmplz-cookiebanner .cmplz-message,
.cmplz-document p {
    font-family: "config-normal", sans-serif;
    font-size: 16px !important;
}


div#cmplz-document h2 {

}

div#cmplz-document h3 {

}

/*Complianz cookiebanner END*/


.grecaptcha-badge {
    visibility: hidden;
}



/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

:focus {
    outline: 0
}

a.post-edit-link {
    display: none
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

b,
strong {
    font-weight: 700;
    font-family: "config-bold", sans-serif;
}

p {
    margin: 0px 0px;
}

a {
    text-decoration: none;
    transition: .1s ease-in-out;
}

.home-link {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}

img {
    border-style: none;
}

img,
video {
    height: auto;
    max-width: 100%;
}

section:after,
article:after,
.clear:after,
#inner-header:after,
.row:after,
.social:after,
.site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}

div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}

:-moz-placeholder {
    color: ;
}

::-moz-placeholder {
    color: ;
}

:-ms-input-placeholder {
    color: ;
}

/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

.inner {
    width: 100%;
    max-width: 1448px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.c-btn {
    display: table;
    padding: 8px 16px;
    text-decoration: none;
    transition: .1s ease-in-out;
    margin-top: 16px;
}

.text-box&gt;*:last-child {
    margin-bottom: 0;
}

.text-box&gt;*:first-child {
    margin-top: 0;
}

/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

.menu span {
    background: #132628;
    height: 2px;
}

.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 16px;
}

header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 30%;
}

header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 30%;
}

header.site-header div.menu {
    overflow: hidden;
}

header.site-header div.menu.open .close-btn {
    top: 0px;
}

header.site-header div.menu .close-btn {
    position: absolute;
    height: 33px;
    width: 32px;
    transition: .3s ease-in-out;
    top: 40px;
}

div#navbar.open ul {
    max-height: 1000px;
}

header.site-header div.menu.open .open-btn {
    top: -36px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 26px;
    transition: .3s ease-in-out;
}

.menu span {
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}

.menu span:nth-of-type(1) {
    top: 2px;
}

.menu span:nth-of-type(2) {
    top: 12px;
}

.menu span:nth-of-type(3) {
    bottom: 2px;
}

.menu .close-btn span:nth-of-type(3) {
    color: #FFFFFF;
    font-size: 12px;
    bottom: 1px;
    left: 0px;
    background: none;
}


/**
 * Einde - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */
/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}

.entry-content a {}

.entry-content a:hover {}

.entry-content a,
.entry-title a {
    text-decoration: none;
}

.entry-title a:hover {}

/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}

form textarea {
    height: 130px;
}

.ajax-loader {
    position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 16px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}

/**
 * Algemeen
 * ----------------------------------------------------------------------------
 */

@font-face {
    font-family: 'config-normal';
    src: url('https://www.freezlab.nl/wp-content/themes/theme/font/config-condensed/ConfigCondensedLight.otf') format('opentype');
}


@font-face {
    font-family: 'config-bold';
    src: url('https://www.freezlab.nl/wp-content/themes/theme/font/config-condensed/ConfigCondensedSemiBold.otf') format('opentype');
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}

.hfeed.site {
    margin-top: 112px;
}

.inner {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 27px;
    position: relative;
    font-family: "config-normal", sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 0.05em;
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-wrapper.sb {
    justify-content: space-between;
}

.bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "config-bold", sans-serif;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}

h1 {
    font-size: 76px;
    line-height: 68px;
    letter-spacing: 0.05em;
}


h2 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0.05em;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

h6 {}


a.btn,
.gform_button.button {
    padding: 14px 24px;
    height: 48px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-family: "config-bold", sans-serif;
    cursor: pointer;
    line-height: 100%;
    border-radius: 35px;
    color: white;
    border: 1px solid #DD0000;
    background-color: #DD0000;
    font-size: 20px;
    line-height: 20px;
    padding-top: 12px;
}

a.btn:hover,
.gform_button.button:hover {
    background-color: transparent!important;
    color: #DD0000!important;
}



a.btn:hover,
.gform_button.button:hover {
    /* background-color: transparent;
    color: #F0803C; */
}

.gform_button.button {}

a.btn::after,
.gform_button.button::after {
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-arrow-right-b.svg);
    display: block;
    width: 40px;
    height: 40px;
    display: inline;
    padding-left: 19px;
    border-left: 1px solid #FAE799;
    margin-left: 19px;
    transition: 0.2s; */
}

a.btn:hover::after,
.gform_button.button:hover::after {}

a.a-link {}


a.a-link:hover {}

#breadcrumbs {
    position: relative;
    z-index: 4;
    padding-top: 11px;
    margin-bottom: 0!important;
}

.page-template-sub-inlog #breadcrumbs{
    position: absolute;
    top: 0;
    left: 27px;
}

.single-media #breadcrumbs *, .single-blog #breadcrumbs *{
    color: #000219;
}

#breadcrumbs * {
    color: white;
    font-family: "config-normal", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

#breadcrumbs a {
    text-decoration: underline;
    font-family: "config-normal", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

#breadcrumbs a:hover {
    text-decoration: none
}

#breadcrumbs .delimiter {
    margin: 0 4px;
}

.pretitel {
    font-family: "config-bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 16px !important;
}

.pretitel::before {
    content: "";
    background-image: url(https://www.freezlab.nl/wp-content/themes/theme/images/pretitel-line.svg);
    display: inline-block;
    width: 32px;
    height: 12px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.accordion {
    background-color: transparent;
    color: #121725;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.homepage .dienstenlaag .content div .panel *:last-child {
    margin-bottom: 33px;
}

.accordion:after {
    content: url(https://www.freezlab.nl/wp-content/themes/theme/images/accordion-plus.svg);
    position: absolute;
    right: 20px;
    top: 20px;
}

.accordion.active:after {
    content: url(https://www.freezlab.nl/wp-content/themes/theme/images/accordion-min.svg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #12172533;
    font-size: 16px;
}

.panel *:last-child {
    margin-bottom: 24px;
}



/**
 * Navbar
 * ----------------------------------------------------------------------------
 */
.top-header {
    background-color: #000219;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 99999999;
}

.top-header .flexbox-wrapper&gt;div:last-of-type{
    display: none;
}

.top-header .flexbox-wrapper&gt;div:first-of-type&gt;p:last-of-type{
    display: none;
}

.top-header .flexbox-wrapper&gt;div:first-of-type&gt;span{
    height: 23px;
    width: 23px;
    display: inline-block;
    margin-right: -2px;
}

.top-header .flexbox-wrapper&gt;div:first-of-type&gt;p:first-of-type{
    font-size: 18px;
    display: inline-block;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: white;
    position: relative;
    bottom: 5px;
    margin-left: 5px;
}

.site-header {
    height: 68px;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    padding: 22px 0;
    z-index: 100;
    background: #FFFFFF !important;
    box-shadow: 0px 4px 4px 0px #8A8A8A26;
    transition: 0.2s ease-in-out;
}

.fixed-bottom{
    background-color: #000219;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 88px;
    z-index: 999999999;
}

.fixed-bottom .flexbox-wrapper a:nth-of-type(2){
    background-color: transparent;
    border-color: white;
}

.fixed-bottom .flexbox-wrapper a:nth-of-type(2):hover{
    background-color: white!important;
    color: #000218!important;
}

.fixed-bottom .flexbox-wrapper{
    justify-content: space-between;
    align-items: center;
}


.fixed-bottom .flexbox-wrapper a.btn:nth-of-type(2) span{
    background-color: transparent;
    border-color: white;
}

.fixed-bottom .flexbox-wrapper a:not(.btn) span{
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 100%;
    background-size: 18px;
}

.side-panel&gt;div:first-of-type{
    writing-mode: tb;
    transform: rotate(180deg);
    position: fixed;
    right: 0;
    height: 196px;
    width: 52px;
    background-color: #DD0000;
    top: 269px;
    z-index: 999;
    cursor: pointer;
    border: 1px solid #DD0000;
    transition: 0.2s;
}

.side-panel&gt;div:first-of-type a{
    font-family: "config-bold", sans-serif;
    font-size: 32px;
    line-height: 48px;
    color: white;
    letter-spacing: 0.05em;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding-right: 2px;
}

.side-panel&gt;div:first-of-type:hover{
    background-color: transparent;
}

.side-panel&gt;div:first-of-type a:hover{
    color: #DD0000;
}

.side-panel&gt;div:last-of-type, .credits-overview&gt;div:last-of-type, .beschrijving-overview&gt;div:last-of-type{
    display: none;
}

.side-panel.active&gt;div:last-of-type, .credits-overview.active&gt;div:last-of-type, .beschrijving-overview.active&gt;div:last-of-type{
    display: block;
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 999999;
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.side-panel.active::before, .credits-overview.active::before, .beschrijving-overview.active::before{
    content: "";
    background-color: #000218B2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.side-panel.active&gt;div:first-of-type{
    display: none;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:first-of-type, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:first-of-type, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:first-of-type{
    position: relative;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:first-of-type h6, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:first-of-type h6, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:first-of-type h6{
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: white;
    text-align: center;
    background-color: #DD0000;
    padding: 0 30px;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:first-of-type span, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:first-of-type span, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:first-of-type span{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.side-panel.active&gt;div:last-of-type&gt;div, .credits-overview.active&gt;div:last-of-type&gt;div, .beschrijving-overview.active&gt;div:last-of-type&gt;div{
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type{
    padding: 28px;
    background-color: white;
    height: 250px;
    overflow: scroll;
}

.credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type&gt;p:first-of-type{
    padding-bottom: 24px;
}

.credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type&gt;p:last-of-type{
    padding-top: 24px;
}

.beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type&gt;p:not(:last-of-type){
    margin-bottom: 24px;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type h2, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type h2, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type h2{
    line-height: 40px;
    margin-bottom: 8px;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type p{
    margin-bottom: 32px;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type a.btn:first-of-type, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type a.btn:first-of-type, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type a.btn:first-of-type{
    width: 100%;
    text-align: center;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type a.btn:last-of-type, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type a.btn:last-of-type, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type a.btn:last-of-type{
    width: 100%;
    text-align: center;
    background-color: transparent;
    border-color: #00021A;
    color: #00021A;
    margin-top: 8px;
}

.side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type a.btn:last-of-type:hover{
    background-color: #00021A!important;
    color: white!important;
}

.credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type .flexbox-wrapper{
    justify-content: space-between;
    border-bottom: 1px solid #edf1f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type .flexbox-wrapper:last-of-type{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.site-header .inner .home-link {
    width: 180px;
    height: 25px;
    margin-left: 27px;
}

.site-header .inner .menu {
    overflow: hidden;
    width: 34px;
    height: 35px;
    margin-right: 27px;
    position: relative;
    bottom: 6px;
    cursor: pointer;
}

.site-header .desktop-knoppen{
    display: none;
}

.site-header .account{
    width: 82px;
    overflow: hidden;
    font-family: "config-bold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 8px;
    margin-left: auto;
}

.site-header .account span{
    width: 27px;
    height: 27px;
}

.site-header .account&gt;a:first-of-type{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-header .account:hover p{
    color: #a3a3a3;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0px;
    width: 32px;
    height: 33px;
    transition: 0.3s ease-in-out;
}

.menu span {
    background: #000219;
}

header.site-header div.menu .open-btn span:nth-of-type(1) {
    top: 0;
}

header.site-header div.menu .open-btn span:nth-of-type(2) {
    top: 7px;
}

header.site-header div.menu .open-btn span:nth-of-type(3) {
    top: 15px;
}

header.site-header div.menu .open-btn span:nth-of-type(4) {
    color: #121725;
    bottom: 16px;
    left: -1px;
    background: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "config-bold", sans-serif;
}

header.site-header div.menu .close-btn span:nth-of-type(3) {
    color: #121725;
    bottom: 16px;
    left: -1px;
    background: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-family: "config-bold", sans-serif;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    top: 3px;
}

div#navbar.open {
    padding: 20px 0 30px;
    height: calc(100vh - 60px);
    max-height: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    background-color: white;
    border-top: 0;
    margin: unset;
    box-shadow: inset 0px 4px 4px 0px #8A8A8A26;

}

div#navbar.open .nav-menu {
    max-height: calc(100vh - 340px) !important;
    overflow-y: scroll;
}

div#navbar .nav-menu&gt;li {
    font-weight: bold;
    border-bottom: 1px solid #8A8A8A26;
    padding-bottom: 12px;
    margin: 0 27px 12px;
    list-style-type: none;
}

div#navbar ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #DAE1EFB2;
    margin-bottom: 20px;
}


div#navbar ul li a {
    color: #00021A;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    transition: 0.15s;
    position: relative;
    font-family: "config-bold", sans-serif;
    width: fit-content;
}


div#navbar ul li a::after {
    content: url();
    display: inline-block;
    position: absolute;
    right: 0;
}

div#navbar ul li a:hover {
    color: #a3a3a3 !important;
}

.nav-menu li.menu-item-has-children {
    position: relative;
}

.nav-menu li.menu-item-has-children::after {
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/chevron-white-down.svg); */
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    top: -3px;
    right: 0;
    transition: 0.4s;
}

.nav-menu li.menu-item-has-children.open::after {
    transform: rotatex(180deg);
    top: 13px;
}

.nav-menu .sub-menu {
    display: none;
}

.nav-menu .sub-menu li {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: 1px solid #DAE1EFB2;
}

.nav-menu .sub-menu li:first-of-type {
    border-top: 1px solid #DAE1EFB2;
    margin-top: 20px;
    border-bottom: 0;
}

.nav-menu .sub-menu li:not(:first-of-type) {
    border-top: 1px solid #DAE1EFB2;
    margin-top: 15px;
}

.nav-menu .sub-menu li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.site-header .nav-menu-extra {
    margin: 16px 25px 0;
}

.site-header .nav-menu-extra a.btn {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #FB8500;
    border: 1px solid #fb8500;
    color: white;
}

.site-header .nav-menu-extra a.btn:last-of-type {
    background: transparent;
    border: 1px solid white;
    margin-top: 8px;
}

.site-header .nav-menu-extra a.btn:first-of-type:hover {
    background-color: transparent;
    color: #fb8500;
}

.site-header .nav-menu-extra a.btn:last-of-type:hover {
    background-color: white;
    color: #001333;
}

.site-header .navbar-btn {
    margin-left: auto;
    margin-right: 5px;
}

.site-header .navbar-btn a {
    display: inline-block;
    margin-top: 3px;
    height: fit-content;
    transition: 0.2s;
}

.site-header .navbar-btn a:hover {
    opacity: 0.7;
}

.fixed-btn {
    display: none;
}

.site-header .navbar-btn a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    background: transparent linear-gradient(104deg, #5BE1E7 0%, #38B6FE 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.site-header .navbar-btn a:first-of-type span::after {
    content: url();
    position: absolute;
    left: 8px;
    top: 7px;
    transform: scale(0.7);
}

.site-header .navbar-btn a:last-of-type span::after {
    content: url();
    position: absolute;
    left: 7px;
    top: 10px;
    transform: scale(0.7);
}

.site-header .navbar .btn.navbar {
    width: calc(100% - 48px);
    margin: 7px auto 0;
    text-align: center;
}


/* Keyframes for fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Keyframes for fade-out effect */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.navbar a {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.navbar.open a {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.navbar.open .nav-menu-extra {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.navbar .nav-menu-extra {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.site-header a.btn.desktop {
    display: none;
}

.site-header .inner .navbar-buttons.mobile {
    margin-left: auto;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp {
    display: inline-block;
    width: 45px;
    height: 40px;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp span {
    width: 30px;
    height: 30px;
}



.site-header .inner .navbar-buttons.mobile a.whatsapp {
    margin-left: 8px;
    position: relative;
    transition: 0.2s;
    width: 54px;
    height: 54px;
    background-color: #60D669;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp:hover {
    opacity: 0.7;
}

.site-header .inner .navbar-buttons.mobile a.btn.phone {
    border-radius: 4px;
    background: #D6E2E2;
    border-color: #D6E2E2;
}

.site-header .inner .navbar-buttons.mobile a.btn.phone::after {
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-phone.svg); */
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
}

.site-header .inner .navbar-buttons.mobile a.btn.mail::after {
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-mail.svg); */
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 9px;
    top: 11px;
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
}

div#navbar ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#navbar ul li.menu-item-has-children&gt;a::after {
    content: url(https://www.freezlab.nl/wp-content/themes/theme/images/chevron-down-b.svg) !important;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s;
    top: -2px;
    left: unset;
    right: -19px;
    transform: scale(1.2);
}

div#navbar ul li.menu-item-has-children.open&gt;a::after {
    rotate: 180deg;
    top: 5px;
}

.navbar-btns-desktop {
    display: none;
}

.navbar-btns-mobile {
    padding: 0 28px;
    width: 100%;
    margin-top: 12px;
}

.navbar-btns-mobile a {
    width: 100%;
    text-align: center;
}


.trp-language-switcher .trp-ls-shortcode-current-language{
    margin-left: 27px;
    background-color: transparent;
    border: none;
    padding-left: 0;
    width: 90px!important;
    background-image: url(https://www.freezlab.nl/wp-content/themes/theme/images/chevron-down-b.svg)!important;
    background-size: 13px;
}

.trp-language-switcher &gt; div &gt; a{
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
}

.trp-language-switcher &gt; div &gt; a &gt; img{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: relative;
    top: 4px;
}

.trp-language-switcher:hover .trp-ls-shortcode-language{
    margin-left: 27px;
}

/**
 * Scrolled
 * ----------------------------------------------------------------------------
 */

.site-header.scrolled .inner .home-link {
    background-image: url() !important;
}

.site-header.scrolled {
    background: white;
}

.site-header.scrolled div#navbar.open {
    background-color: white;
}

.site-header.scrolled .menu span {
    background: black;
}

.site-header.scrolled div.menu .open-btn span:nth-of-type(4) {
    color: black;
}

.site-header.scrolled .menu .close-btn span:nth-of-type(3) {
    color: black;
    background: transparent;
}

.site-header.scrolled div#navbar ul li a {
    color: black;
}

.site-header.scrolled div#navbar .nav-menu&gt;li {
    border-bottom: 1px solid #00000038;
}

.site-header.scrolled div#navbar ul li a::after {
    content: url();
}

.site-header.scrolled div#navbar ul li.menu-item-has-children&gt;a::after {
    content: url() !important;
}

.site-header.scrolled .nav-menu .sub-menu li:first-of-type {
    border-top: 1px solid #00000038;
}


/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.site-footer .nieuwsbrief {
    padding: 44px 0 54px;
    position: relative;
}

.site-footer .nieuwsbrief&gt;span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.site-footer .nieuwsbrief h2 {
    color: white;
}

.site-footer .footer {
    padding: 68px 0 122px;
    background-color: #000218;
}

.site-footer .footer .inner&gt;.flexbox-wrapper {
    flex-direction: column;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(1) a {
    flex-basis: 50%;
    color: white;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.05em;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(1) a:hover {
    text-decoration: underline;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:not(:last-of-type) {
    margin-bottom: 22px;
    max-width: 326px;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div h3 {
    color: white;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2) p, .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2) p a {
    color: white;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2) p a:hover{
    text-decoration: underline;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper p:nth-of-type(2n + 1) {
    color: white;
    flex-basis: 65px;
    margin-right: 32px;
    font-family: "config-bold", sans-serif;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper p:nth-of-type(2n + 2) {
    color: white;
    flex-basis: 50%;
    flex-grow: 1;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(4) a span:hover{
    opacity: 0.6;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(4) a span {
    width: 58px;
    height: 58px;
    background-size: 20px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    margin-right: 2px;
    transition: 0.2s;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) a,
.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) p:not(.delimiter) {
    color: white;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 30px;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) a:hover{
    text-decoration: underline;
}

.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) p.delimiter {
    color: #FFFFFF66;
    display: inline-block;
    margin: 0 5px;
}


.site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) p.delimiter:nth-of-type(2) {
    display: none;
}

.site-footer .nieuwsbrief .form{
    margin-top: 15px;
}

.site-footer .nieuwsbrief .form .gform_wrapper.gravity-theme input[type=email]{
    border-color: white;
    color: white;
    font-family: "config-normal", sans-serif;
}

.site-footer .nieuwsbrief .form .gform_wrapper.gravity-theme input[type=email]::placeholder{
    color: white;
    font-family: "config-normal", sans-serif;
}

.site-footer .nieuwsbrief .form .gform_wrapper.gravity-theme .gform_footer input:first-of-type{
    width: 100%;
    text-align: center;
}

/**
 * Owl nav
 * ----------------------------------------------------------------------------
 */

.owl-nav{
    display: block;
}

.owl-nav .owl-prev{
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute; 
    background: transparent url(https://www.freezlab.nl/wp-content/themes/2024-05-theme/images/owl-nav.svg) no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    transform: rotateY(180deg);
    bottom: -20px;
    right: 56px;
    transition: 0.2s;
}

.owl-nav .disabled{
    opacity: 0.3;
}

.owl-nav .owl-next{
    width: 48px;
    height: 48px;
    border-radius: 4px;
    position: absolute;
    background: transparent url(https://www.freezlab.nl/wp-content/themes/2024-05-theme/images/owl-nav.svg) no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    bottom: -20px;
    right: 0;
    transition: 0.2s;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{
    opacity: 0.7;
}

/**
 * Owl dots
 * ----------------------------------------------------------------------------
 */

.owl-carousel .owl-dots {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    width: 100%;
    max-width: calc(100% - 125px);
}

.owl-carousel .owl-dots .owl-dot {
    height: 3px !important;
    background-color: #B8B8B8 !important;
    flex-grow: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    height: 3px !important;
    background-color: #00A3C4 !important;
}


/**
 * Home
 * ----------------------------------------------------------------------------
 */

.homepage .hoofdlaag {
    position: relative;
}

.homepage .hoofdlaag&gt;span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.homepage .hoofdlaag h1 {
    padding: 265px 0 40px;
    color: white;
}

.homepage .sessieslaag {
    padding: 60px 0;
    position: relative;
}

.homepage .sessieslaag::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D4D4D4;
    width: 100%;
    height: 311px;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:nth-of-type(2) p:not(:last-of-type) {
    margin-bottom: 32px;
}

.homepage .sessieslaag h2 {
    margin-bottom: 16px;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type {
    margin-top: 33px;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span:not(:first-of-type) {
    display: none;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type .owl-stage-outer {
    overflow: visible;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span {
    max-width: 337px;
    width: 334px;
    background-size: cover;
    border-radius: 34px;
    position: relative;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 2, 25, 0) 0%, rgba(1, 3, 26, 0.6) 100%);
    position: absolute;
    border-radius: 34px;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div {
    padding: 240px 16px 16px;
    color: white;
    position: relative;
    z-index: 2;
}



.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div h3 {
    margin-bottom: 12px;
    height: 24px;
    overflow: hidden;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div p {
    height: 56px;
    overflow: hidden;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div div a {
    display: inline-block;
    margin-top: 16px;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div div a:last-of-type {
    margin-left: 5px;
    background-color: transparent;
    border-color: white;
}

.homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div div a:last-of-type:hover {
    background-color: white!important;
    color: #00021A!important;
}

.homepage .reviewlaag {
    padding-top: 80px;
}

.homepage .reviewlaag h2 {
    margin-bottom: 32px;
}


.homepage .reviewlaag .flexbox-wrapper {
    width: 316px;
}

.homepage .reviewlaag .reviews-carousel .owl-stage-outer {
    overflow: visible;
}

.homepage .reviewlaag .flexbox-wrapper&gt;span {
    width: 336px;
    height: 240px;
    background-size: cover;
    background-color: gray;
    border-radius: 34px 34px 0 0;
}

.homepage .reviewlaag .flexbox-wrapper&gt;div {
    padding: 19px 24px 29px;
    border: 1px solid #00395526;
    border-radius: 0 0 34px 34px;
    width: 336px;
}

.homepage .reviewlaag .flexbox-wrapper&gt;div&gt;div:first-of-type span {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: -1px;
}

.homepage .reviewlaag .flexbox-wrapper&gt;div&gt;div:nth-of-type(2) {
    margin-top: 10px;
}

.homepage .reviewlaag .flexbox-wrapper&gt;div&gt;div:nth-of-type(2) h6 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.homepage .reviewlaag .flexbox-wrapper&gt;div&gt;div:nth-of-type(2) p {
    height: 168px;
    overflow: hidden;
}



.homepage .reviewlaag .flexbox-wrapper&gt;div&gt;div:nth-of-type(3) {
    margin-top: 24px;
}

.homepage .missielaag {
    padding-top: 80px;
}

.homepage .missielaag .inner&gt;span {
    background-size: 0;
}

.homepage .missielaag h2 {
    margin-bottom: 16px;
}

.homepage .missielaag p:not(:last-of-type) {
    margin-bottom: 32px;
}

.homepage .missielaag span a.btn:not(:last-of-type) {
    display: none;
}

.homepage .missielaag span a.btn:last-of-type {
    margin-top: 24px;
    background-color: transparent;
    color: #00021A;
    border-color: #00021A;
}

.homepage .missielaag span a.btn:last-of-type:hover {
    background-color: #00021A!important;
    color: white!important;
}

.homepage .teamlaag .flexbox-wrapper div a.btn:hover {
    background-color: #00021a!important;
    color: white!important;
}

.homepage .teamlaag {
    padding-top: 54px;
    position: relative;
    padding-bottom: 54px;
}

.homepage .teamlaag::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D4D4D4;
    width: 100%;
    height: 679px;
}

.homepage .teamlaag .flexbox-wrapper&gt;span {
    height: 366px;
    width: 366px;
    margin-bottom: 54px;
    background-size: cover;
    border-radius: 34px;
}

.homepage .teamlaag .flexbox-wrapper div h2 {
    margin-bottom: 16px;
}

.homepage .teamlaag .flexbox-wrapper div a.btn {
    background-color: transparent;
    color: #000219;
    border-color: #000219;
    margin-top: 16px;
}



/**
 * Subs
 * ----------------------------------------------------------------------------
 */

.sub .hoofdlaag {
    position: relative;
}

.sub .hoofdlaag&gt;span {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.sub .hoofdlaag h1 {
    font-size: 60px;
    line-height: 54px;
    padding: 152px 0 32px;
    color: white;
}

.sub.sessie .voordelenlaag {
    padding-top: 54px;
    padding-bottom: 80px;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type{
    width: 100%;
}

.sub.sessie .voordelenlaag h2 {
    margin-bottom: 24px;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div {
    padding: 25px 53px 20px 20px;
    border: 1px solid #0039554D;
    border-radius: 24px;
    margin-bottom: 8px;
    transition: 0.4s;
    position: relative;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div:hover{
    background-color: #dbeff4;
}


.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div .accordion {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    padding: 0;
    font-family: "config-bold", sans-serif;
    padding-right: 40px;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div .panel {
    border-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-family: "config-normal", sans-serif;
    color: white;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div .panel strong{
    text-decoration: underline;
    color: #00A6C8;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div .panel * {
    margin-bottom: 32px;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div .panel *:last-child {
    margin-bottom: 0;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div:has(.active) {
    padding: 20px 53px 20px 20px;
    background-color: #003955;
}

.sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type&gt;div .accordion.active {
    color: white;
    padding-bottom: 8px;
}

.sub.sessie .informatielaag {
    padding-top: 80px;
    background-color: #E0E0E0;
    position: relative;
}

.sub.sessie .informatielaag::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 164px;
    background-color: white;
}

.sub.sessie .informatielaag h2 {
    margin-bottom: 16px;
}

.sub.sessie .informatielaag .flexbox-wrapper&gt;div:nth-of-type(2) p:not(:last-of-type) {
    margin-bottom: 32px;
}

.sub.sessie .informatielaag .flexbox-wrapper&gt;span {
    width: 100%;
    height: 320px;
    background-color: #585858;
    border-radius: 34px;
    margin-top: 33px;
    background-size: cover;
}

.sub.sessie .laatstelaag {
    padding-top: 80px;
    padding-bottom: 54px;
}

.sub.sessie .laatstelaag h2 {
    margin-bottom: 16px;
}

.sub.sessie .laatstelaag .flexbox-wrapper&gt;div:last-of-type p:not(:last-of-type) {
    margin-bottom: 32px;
}

.sub .sessieslaag .flexbox-wrapper&gt;div:last-of-type {
    margin-top: 0;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type) {
    padding-top: 54px;
    padding-bottom: 260px;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span {
    height: 336px;
    width: 100%;
    background-size: cover;
    border-radius: 34px;
    position: relative;
    background-color: gray;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div {
    position: absolute;
    top: 356px;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div h3 {
    margin-bottom: 12px;
    height: 24px;
    overflow: hidden;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div p.pretitel {
    display: none;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div p {
    max-height: 140px;
    overflow: hidden;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div div a:first-of-type {
    margin-top: 16px;
    display: inline-block;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div div a:last-of-type {
    display: inline-block;
    background-color: transparent;
    border-color: #00021A;
    color: #00021A;
}

.sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div div a:last-of-type:hover {
    background-color: #00021A!important;
    color: white!important;
}

.sub .sessieslaag .inner&gt;div {
    position: relative;
}

.sub .sessieslaag .inner&gt;div:nth-of-type(2n)::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 442px;
    bottom: 0;
    left: -27px;
    background-color: #E3E3E3;
}

.sub .sessieslaag .inner&gt;div:nth-of-type(2n+1)::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 222px;
    top: 0;
    left: -27px;
    background-color: #E3E3E3;
}


.page-template-sub-missie .hoofdlaag h1{
    max-width: 170px;
}

.sub .sessieslaag .inner&gt;div:first-of-type::before {
    content: none;
}

.sub .sessieslaag::before {
    height: 54px;
    background-color: #E3E3E3;
}

.sub .sessieslaag {
    padding-bottom: 54px;
}

.sub .missielaag {
    padding-top: 54px;
    position: relative;
}

.sub.standaard .missielaag{
    padding-bottom: 54px;
}

.sub.standaard .missielaag::before{
    content: none;
}

.sub .missielaag .inner&gt;span {
    height: 336px;
    width: 100%;
    background-size: cover;
    border-radius: 34px;
    margin-top: 47px;
}

.sub .missielaag::before {
    content: "";
    background-color: #E3E3E3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 166px;
}

.sub .bloklaag {
    padding-top: 54px;
    background-color: #E3E3E3;
    padding-bottom: 54px;
}

.sub .bloklaag .inner&gt;h2 {
    margin-bottom: 49px;
    text-align: center;
}

.sub .bloklaag .inner&gt;div {
    padding-bottom: 409px;
}

.sub .bloklaag .inner&gt;div&gt;span {
    height: 336px;
    width: 100%;
    background-size: cover;
    border-radius: 34px;
    position: relative;
    background-color: gray;
}

.sub .bloklaag .inner&gt;div&gt;span&gt;div {
    position: absolute;
    top: 356px;
}

.sub .bloklaag .inner&gt;div&gt;span&gt;div h3 {
    margin-bottom: 12px;
}

.sub .bloklaag .inner&gt;div&gt;span&gt;div p:not(:last-of-type) {
    margin-bottom: 32px;
}

.sub .bloklaag .inner&gt;div&gt;span&gt;div&gt;div {
    margin-top: 16px;
}




.sub.faq .vragenlaag {
    padding: 54px 0 80px;
    position: relative;
}

.sub.faq .vragenlaag::before {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #E0E0E0;
    content: "";
    bottom: 0;
    left: 0;
}

.sub.faq .vragenlaag .inner&gt; {
    flex-direction: column;
}

.sub.faq .vragenlaag .categorien {
    margin-top: 25px;
}

.sub.faq .vragenlaag .categorien a {
    display: inline-block;
    max-width: 335px;
    width: 100%;
    color: #000219;
    padding: 14px;
    height: 48px;
    border: 1px solid #000219;
    border-radius: 35px;
    margin-bottom: 8px;
    font-family: "config-bold", sans-serif;
    text-align: center;
    line-height: 20px;
    background-color: white;
}

.sub.faq .vragenlaag .categorien a:hover {
    background-color: #003955;
    color: white;
}

.sub.faq .vragenlaag .vragen {
    margin-top: 32px;
}

.sub.faq .vragenlaag .vragen&gt;div&gt;div {
    padding: 25px 53px 20px 20px;
    border: 1px solid #0039554D;
    border-radius: 24px;
    margin-bottom: 8px;
    transition: 0.4s;
    position: relative;
    background-color: white;
}

.sub.faq .vragenlaag .vragen&gt;div&gt;div:hover {
    background-color: #dbeff4;
}

.sub.faq .vragenlaag .vragen div div .accordion {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
    padding: 0;
    font-family: "config-bold", sans-serif;
    padding-right: 40px;
    text-transform: uppercase;
}

.sub.faq .vragenlaag .vragen div div .panel strong{
    text-decoration: underline;
    color: #00A6C8;
}


.sub.faq .vragenlaag .vragen&gt;div&gt;div:has(.active) {
    padding: 20px 53px 20px 20px;
    background-color: #003955;
}

.sub.faq .vragenlaag .vragen div div .accordion.active {
    color: white;
    padding-bottom: 8px;
}

.sub.faq .vragenlaag .vragen div div .panel {
    border-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-family: "config-normal", sans-serif;
    color: white;
}

.sub.faq .vragenlaag .vragen div div .panel p{
    margin-bottom: 32px;
}

.sub.faq .vragenlaag .vragen div div .panel *:last-child {
    margin-bottom: 0;
}


.sub.faq .vragenlaag .categorien a.active {
    background-color: #003955;
    color: white;
}


.sub.faq .vragenlaag .vragen div.category {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;

}

.sub.faq .vragenlaag .vragen div.category.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}

.sub.zakelijk .informatielaag{
    margin-top: 54px;
}

.sub.zakelijk .informatielaag h2{
    margin-bottom: 16px;
}

.sub.zakelijk .informatielaag p:not(:last-of-type){
    margin-bottom: 32px;
}

.sub.zakelijk .informatielaag video{
    height: 336px;
    width: 100%;
    background-color: gray;
    object-fit: cover;
    border-radius: 34px;
    margin-top: 40px;
}

.sub.zakelijk .voordelenlaag{
    margin: 80px 0 54px;
}

.sub.zakelijk .voordelenlaag h2{
    margin-bottom: 16px;
}

.sub.zakelijk .voordelenlaag .flexbox-wrapper:first-of-type div:last-of-type p:not(:last-of-type){
    margin-bottom: 32px;
}


.sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type{
    margin-top: 33px;
    max-width: 321px;
}

.sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div{
    margin-bottom: 20px;
    flex-basis: 49%;
    hyphens: auto;
}

.sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div:nth-of-type(2n + 1){
    margin-right: 2%;
}

.sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div span{
    width: 150px;
    height: 150px;
    background-color: #003955;
    border-radius: 24px;
    background-size: 100px;
    margin-left: auto;
    margin-right: auto;
}

.sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div p{
    margin-top: 12px;
    text-align: center;
    font-family: "config-bold", sans-serif;
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 24px;
    text-align: center;
}

.sub.zakelijk .formlaag{
    background-color: #E0E0E0;
    padding: 44px 0 54px;
}

.sub.zakelijk .formlaag h2{
    margin-bottom: 16px;
}

.sub.zakelijk .formlaag .inner p:nth-of-type(2){
    margin-bottom: 32px;
}

.sub.ambas .hoofdlaag h1{
    hyphens: auto;
}

.sub.ambas .ambaslaag{
    margin: 54px 0;
}

.sub.ambas .ambaslaag .flexbox-wrapper span{
    width: 336px;
    height: 440px;
    border-radius: 34px;
    background-size: cover;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding: 20px 34px;
    position: relative;
}

.sub.ambas .ambaslaag .flexbox-wrapper span::before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 2, 25, 0) 0%, rgba(1, 3, 26, 0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 34px;
}

.sub.ambas .ambaslaag .flexbox-wrapper span p:first-of-type{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: white;
    font-family: "config-bold", sans-serif;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    flex-basis: 100%;
    text-transform: uppercase;
}

.sub.ambas .ambaslaag .flexbox-wrapper span p:last-of-type{
    color: white;
    position: relative;
    z-index: 2;
}

.sub.media .medialaag{
    margin-top: 54px;
    margin-bottom: 38px;
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div{
    margin-bottom: 16px;
    width: 336px;
    position: relative;
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;a:first-of-type{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;span{
    height: 240px;
    border-radius: 34px 34px 0 0;
    width: 100%;
    background-size: cover;
    border: 1px solid #00395526;
    border-bottom: 0;
}

.search-results .sub.media .medialaag .inner .flexbox-wrapper&gt;div:nth-of-type(3n+1)&gt;span{
    background-image: url(https://www.freezlab.nl/wp-content/webp-express/webp-images/uploads/2024/05/hydroxy-therapie.png.webp);
}

.search-results .sub.media .medialaag .inner .flexbox-wrapper&gt;div:nth-of-type(3n+2)&gt;span{
    background-image: url(https://www.freezlab.nl/wp-content/webp-express/webp-images/uploads/2024/05/cryo-therapy.png.webp);
}

.search-results .sub.media .medialaag .inner .flexbox-wrapper&gt;div:nth-of-type(3n+3)&gt;span{
    background-image: url(https://www.freezlab.nl/wp-content/webp-express/webp-images/uploads/2024/05/red-light-therapy.png.webp);
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;div{
    padding: 12px 16px 16px 16px;
    border-radius: 0 0 34px 34px;
    border: 1px solid #00395526;
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;div p.title{
    font-family: "config-bold", sans-serif;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;div p:nth-of-type(2){
    height: 84px;
    overflow: hidden;
    margin-bottom: 16px;
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;div a{
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #00021A;
    border-color: #00021A;
    position: relative;
    z-index: 2;
}

.sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;div a:hover{
    background-color: #00021A!important;
    color: white!important;
}

.sub.single.media .hoofdlaag{
    padding-bottom: 54px;
    position: relative;
}

.sub.single.media .hoofdlaag::before{
    content: "";
    background-color: #E0E0E0;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
}

.sub.single.media .hoofdlaag h1{
    color: #000219;
    padding: 37px 0 27px; 
}

.sub.single.media .hoofdlaag a{
    color: #000219;
    text-decoration: underline;
}

.sub.single.media .hoofdlaag a:hover{
    text-decoration: none;
}

.sub.single.media .hoofdlaag p:not(:last-of-type){
    margin-bottom: 32px;
}

/**
 * Contact
 * ----------------------------------------------------------------------------
 */

.sub.contact .contentlaag {
    margin-top: 54px;
    margin-bottom: 47px;
}

.sub.contact .contentlaag h2 {
    margin-bottom: 16px;
}

.sub.contact .formlaag {
    background-color: #E0E0E0;
    padding: 54px 0;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px!important;
}

.gform_wrapper.gravity-theme{
    max-width: 944px;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000219;
    padding: 0 0 8px!important;
    font-family: "config-bold", sans-serif;
    font-size: 20px!important;
    line-height: 28px!important;
    color: #000219;
}

.gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme select{
    border-bottom: 1px solid #008DAE;
}

.gform_wrapper.gravity-theme textarea{
    background-color: transparent;
    border: 1px solid #000219;
    padding: 10px 16px!important;
    font-family: "config-bold", sans-serif;
    font-size: 20px!important;
    line-height: 28px!important;
    color: #000219;
    border-radius: 8px;
}

.gform_wrapper.gravity-theme textarea:focus{
    border-color: 1px solid #008DAE!important;
}

::placeholder{
    font-family: "config-bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000219;
}

.gform_wrapper.gravity-theme .gfield--type-consent legend{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.05em;
}

.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container&gt;input:first-of-type{
    appearance: none;
    border: 1px solid #000219;
    width: 18px;
    height: 18px;
    margin: 0;
    position: relative;
    background-color: transparent;
    flex-basis: 18px;
    position: relative;
    top: 3px;
}

.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container{
    display: flex;
    flex-wrap: wrap;
}

.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container&gt;input:first-of-type:checked{
    background-color: #000219;
    border: 3px solid #E0E0E0;
    outline: 1px solid #000219; 
}

.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container&gt;label{
    line-height: 22px;
    flex-basis: 50%;
    flex-grow: 1;
    margin-left: 8px; 
}

.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container&gt;label a{
    color: #00021A;
    text-decoration: underline;
}

.gform_wrapper.gravity-theme .gfield--type-consent .ginput_container&gt;label a:hover{
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gform_footer{
    padding-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_body{
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_footer input:first-of-type{
    margin-bottom: 0!important;
    font-family: "config-bold", sans-serif;
    font-size: 20px;
    line-height: 20px!important;
    letter-spacing: 0.05em;
    height: 48px;
    padding: 12px 24px 14px;
    background-color: #008DAE;
    border-color: #008DAE;
}

.gform_wrapper.gravity-theme .gform_footer input:first-of-type:hover{
    background-color: transparent!important;
    color: #008DAE!important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border: none!important;
    border-bottom: 1px solid #c02b0a!important;
}

.gform_wrapper.gravity-theme .gfield_description{
    display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors&gt;h2{
    font-size: 20px!important;
    line-height: 22px!important;
}

.sub.contact .gegevenslaag{
    padding: 54px 0 73px;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper{
    justify-content: space-between;
}


.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div&gt;p:first-of-type{
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.05em;
    font-family: "config-bold", sans-serif;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:not(:last-of-type){
    margin-bottom: 16px;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(1) p a{
    color: black;
    text-decoration: underline;
    &amp;:hover{
        text-decoration: none;
    }
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2) .flexbox-wrapper{
    max-width: 200px;
    justify-content: space-between;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2) .flexbox-wrapper p:nth-of-type(2n+1){
    font-family: "config-bold", sans-serif;
    flex-basis: 65px;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2) .flexbox-wrapper p:nth-of-type(2n+2){
    flex-basis: 110px;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper{
    max-width: 270px;
    justify-content: space-between;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper:not(:last-of-type){
    margin-bottom: 16px;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper .flexbox-wrapper p:nth-of-type(1){
    font-family: "config-bold", sans-serif;
    flex-basis: 100%;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper .flexbox-wrapper p:nth-of-type(2n+2){
    font-family: "config-bold", sans-serif;
    flex-basis: 90px;
}

.sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper .flexbox-wrapper p:nth-of-type(2n+3){
    flex-basis: 115px;
}

.sub.reviews .verhalenlaag{
    padding-top: 0;
    margin-top: 54px;
    margin-bottom: 54px;
}

.sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div{
    border: 1px solid #00395526;
    border-radius: 8px;
    padding: 23px 21px;
    margin-bottom: 8px;
    flex-basis: 100%;
}

.sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div .flexbox-wrapper&gt;span{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-size: 30px;
    border: 1px solid #00395526;
    margin-right: 10px;
}

.sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div .flexbox-wrapper div p.title{
    font-family: "config-bold", sans-serif;
    font-size: 22px;
    line-height: 22px;
}

.sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div .flexbox-wrapper div span{
    width: 16px;
    height: 16px;
    display: inline-block;
}

.sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div&gt;p:not(:last-of-type){
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
    color: #003955;
    letter-spacing: 0;
}

.sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div&gt;p:last-of-type{
    margin-top: 8px;
    font-size: 20px;
    line-height: 20px;
    color: #008DAE;
    letter-spacing: 0;
}

.single-blog .sub.single.media .hoofdlaag .inner&gt;span:first-of-type{
    height: 336px;
    width: 100%;
    background-size: cover;
    border-radius: 34px;
    margin-bottom: 32px;
}

.single-blog .sub.single.media .hoofdlaag::before{
    height: 370px;
}

.single-blog .sub.single.media .hoofdlaag .inner ul{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 32px;
}



/**
 * Blogs - filters
 * ----------------------------------------------------------------------------
 */


.searchandfilter&gt;ul&gt;li {
    padding: 0;
    margin-bottom: 40px;
}

.searchandfilter ul li ul::-webkit-scrollbar {
    display: none;
}

.sub.projecten .filters&gt;form {
    justify-content: center;
}

.searchandfilter ul li ul li {
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    padding: 0;
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
    width: 100%;
}

.searchandfilter ul li ul li:hover label {
    background-color: #003955;
    color: white;
}

.searchandfilter ul li ul li input {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.searchandfilter ul li ul li label {
    display: block;
    width: 100%;
    color: #000219;
    padding: 12px 24px 14px!important;
    height: 48px;
    border: 1px solid #000219;
    border-radius: 35px;
    font-family: "config-bold", sans-serif;
    text-align: center;
    line-height: 20px;
    background-color: white;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    transition: 0.2s;
}

.searchandfilter ul li ul li.sf-option-active label {
    background-color: #003955;
    color: white;
}


/**
 * Blogs - pagination
 * ----------------------------------------------------------------------------
 */
.pagination {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
}

.pagination .wp-pagenavi {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 40px;
}

.pagination .wp-pagenavi::before {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
}

.pagination .wp-pagenavi::after {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    right: 0;
    position: absolute;
    top: 14px;
}

.pagination .pages,
.pagination .previouspostslink,
.pagination .first,
.pagination .last {
    display: none !important;
}

.pagination .current,
.pagination .extend {
    border: none;
    padding: 0;
    font-weight: 400 !important;
    width: fit-content;
    margin: 0 !important;
    color: #003955;
    display: inline-block !important;
    padding: 0;
    margin: 0 2px !important;
    font-size: 20px;
}

.pagination .page {
    width: fit-content;
    border: none;
    margin: 0 !important;
    color: #003955;
    display: inline-block !important;
    border-bottom: 1px solid #003955;
    padding: 0;
    margin: 0 2px !important;
    line-height: 16px;
    font-size: 20px;
}

.pagination .nextpostslink {
    color: #003955;
    font-size: 20px;
    text-decoration-line: underline;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
    display: block;
    max-width: 400px;
}


.page-template-sub-inlog .site-footer, .page-template-sub-inlog .fixed-bottom{
    display: none;
}

.sub.inlog .hoofdlaag .inner{
    padding-top: 70px;
    padding-bottom: 83px;
    min-height: 100vh;
}

.sub.inlog .hoofdlaag .inner&gt;div{
    background-color: white;
    padding: 17px;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
}

.sub.inlog .hoofdlaag .inner&gt;div h1{
    font-size: 44px;
    line-height: 44px;
    color: #00021A;
    text-transform: uppercase;
    padding-top: 0;
    text-align: center;
    padding-bottom: 8px;
    max-width: unset;
    width: 100%;
}

.sub.inlog .hoofdlaag .inner&gt;div p:nth-of-type(1){
    text-align: center;
}

.sub.inlog .hoofdlaag .inner&gt;div p:nth-of-type(2){
    display: none;
}

.sub.inlog .MuiButton-outlinedPrimary{
    width: 100%;
    height: 48px;
    font-family: "config-bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 14px 24px;
    border-radius: 35px;
    margin-top: 25px;
    border-color: #00A6C8;
    background-color: #00A6C8;
    color: white;
}

.sub.inlog .MuiButton-outlinedPrimary:hover{
    background-color: transparent;
    color: #00A6C8;
}

.sub.inlog .MuiButton-outlinedPrimary:hover svg{
    fill: #00A6C8;
}

.sub.inlog .MuiButton-outlinedPrimary svg{
    fill: white;
}

/**
 * Search funtion
 * ----------------------------------------------------------------------------
 */

.search-form{
    display: none;
}





/*Landingspages*/


body.page-template-sub-landingpage-mobile-b .top-header,
body.page-template-sub-landingpage-mobile-b header#masthead,
body.page-template-sub-landingpage-mobile-b footer,
body.page-template-sub-landingpage-mobile-b .fixed-bottom,
body.page-template-sub-landingpage-mobile-b .side-panel {
    display: none;
}

body.page-template-sub-landingpage-ipads-b .top-header,
body.page-template-sub-landingpage-ipads-b header#masthead,
body.page-template-sub-landingpage-ipads-b footer,
body.page-template-sub-landingpage-ipads-b .fixed-bottom,
body.page-template-sub-landingpage-ipads-b .side-panel {
    display: none;
}

body.page-template-sub-landingpage-mobile-b .hfeed.site,
body.page-template-sub-landingpage-ipads-b .hfeed.site {
    margin-top: 20px;
}

body.page-template-sub-landingpage-mobile-b section.sub-content .inner,
body.page-template-sub-landingpage-mobile-b .freez-contras-text {
    max-width: 850px;
    padding: 0;
}

body.page-template-sub-landingpage-mobile-b div#primary,
body.page-template-sub-landingpage-ipads-b div#primary {
    padding: 0px 20px;
}

body.page-template-sub-landingpage-mobile-b section.sub-content,
body.page-template-sub-landingpage-ipads-b section.sub-content {
    padding: 40px 0px;
}


body.page-template-sub-landingpage-mobile-b section.sub-header,
body.page-template-sub-landingpage-ipads-b section.sub-header {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    top: 0;
    border-radius: 5px;
    z-index: 0;
    background: url(https://freezlab.nl/wp-content/uploads/2020/04/freezlab-11-1.jpg);
    background-size: cover;
    background-position: center center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.page-template-sub-landingpage-ipads-b section.sub-header {
    height: 200px;
}

body.page-template-sub-landingpage-mobile-b section.sub-header .inner,
body.page-template-sub-landingpage-ipads-b section.sub-header .inner {
    z-index: 2;
    width: auto;
}

body.page-template-sub-landingpage-mobile-b section.sub-header span.overlay,
body.page-template-sub-landingpage-ipads-b section.sub-header span.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 56, 84, .4);
    z-index: 1;
    border-radius: 5px;
}

body.page-template-sub-landingpage-mobile-b section.sub-header h1,
body.page-template-sub-landingpage-ipads-b section.sub-header h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 600;
}

body.page-template-sub-landingpage-mobile-b a {
    color: #fff;
}

/* Freezlab 2.0 */

.freezlab-signup .ui-widget .ui-widget-content, .freezlab-signup .ui-widget-content{
  border: none;
  background: none;
}
.freezlab-signup .ui-widget-header{
  border: none;
  background: none;
  color: none;
  font-weight: bold;
}

.freezlab-signup .ui-state-active, .freezlab-signup .ui-widget-content .ui-state-active, .freezlab-signup.ui-widget-header .ui-state-active, .freezlab-signup a.ui-button:active, .freezlab-signup .ui-button:active, .freezlab-signup .ui-button.ui-state-active:hover{
  border: 1px solid #006a8e;
  background: #006a8e;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.4;
}
.freezlab-signup #tabs-centre .ui-tabs-nav {
    text-align: center;
    margin-bottom: 2em;
}
.freezlab-signup #tabs-centre .ui-tabs-nav li {
    display: inline-block;
    float: none;
    top: 0px;
    margin: 0em;
    padding-bottom: 0px;
}
.freezlab-signup #tabs-centre .ui-tabs-nav li.ui-tabs-active {
    border: 0px;
}
.freezlab-signup #tabs-centre .ui-tabs-nav li {
    padding-bottom: 0px;
		margin:10px;
}
.freezlab-signup #tabs, .freezlab-signup .tab-hide{
  display: none;
}

.freezlab-signup .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
	color: white;
}

.freezlab-signup .ui-state-default, .freezlab-signup .ui-widget-content .ui-state-default, .freezlab-signup .ui-widget-header .ui-state-default, .freezlab-signup .ui-button, html .freezlab-signup.ui-button.ui-state-disabled:hover, html .freezlab-signup.ui-button.ui-state-disabled:active{
	border: 0px;
}

.freezlab-signup .fltab {
	 background: #1396b7;
	 padding: 5px 10px!important;
	 color: white;
	 border-radius: 5px;
	 font-weight: 500;
	 font-size: 16px;
	 line-height: 1.8;
	 cursor: pointer!important;

}

.freezlab-signup .fltab li {
		 background: #1396b7 !important;
		 transition: .1s ease-in-out !important;
}

.freezlab-signup .fltab li:hover {
		 background: #0d6f88 !important;
		 color: white !important;
}


.newaccountbtns{
  justify-content: center;
}

.newaccountbtns.sp{
  padding: 0.5em 0;
  margin: 0 auto;
}

button.c-btn,button.c-btn:focus {
    background: transparent;
    border-color: transparent;
    display: table;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}
.newaccountbtn{
  cursor: pointer;
}
.newaccountbtn.back a.c-btn{
  margin-bottom: 20px;
}

.newaccountbtn.pd a.c-btn{
  padding: 10px 40px;
  margin-bottom: 20px !important;
}



.newaccountbtn span.icon_right {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://www.freezlab.nl/wp-content/uploads/svg/Icon_pijl_Wit.svg);
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.newaccountbtn span.icon_left {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(https://www.freezlab.nl/wp-content/uploads/svg/Icon_pijl_Wit.svg);
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(180deg);
}



.newaccountbtn.cryo button.c-btn {
    background: #1396b7;
    transition: .1s ease-in-out;
}
.newaccountbtn.cryo button.c-btn:hover {
    background: #0d6f88;
}

.newaccountbtn.cryo a.c-btn {
    background: #1396b7;
    transition: .1s ease-in-out;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.newaccountbtn.cryo a.c-btn:hover {
    background: #0d6f88;
}

.newaccountbtn.redlight a.c-btn {
    background: #d3232b;
    transition: .1s ease-in-out;
    color: #fff;
}
.newaccountbtn.redlight a.c-btn:hover {
    background: #9e1b21;
}

.newaccountbtn.tanning a.c-btn {
    background: #F2B100;
    transition: .1s ease-in-out;
    color: #fff;
}
.newaccountbtn.tanning a.c-btn:hover {
    background: #d29900;
}

ul.newaccount li h3:after {
    display: none !important;
}

ul.newaccount &gt; li {
    cursor: initial !important;
    margin-bottom: 10px !important;

}

body.page-template-sub-landingpage-mobile-b .gform_wrapper.gravity-theme,
body.page-template-sub-landingpage-ipads-b .gform_wrapper.gravity-theme {
    background: #edf1f2;
    padding: 20px;
    border-radius: 5px; 
}

body.page-template-sub-landingpage-mobile-b .gform_wrapper.gravity-theme .gform_footer,
body.page-template-sub-landingpage-ipads-b .gform_wrapper.gravity-theme .gform_footer {
    position: relative;
}

body.page-template-sub-landingpage-mobile-b .gform_wrapper.gravity-theme,
body.page-template-sub-landingpage-ipads-b .gform_wrapper.gravity-theme {
    max-width: 100%;
}


/*Landingspages END */







/*-- landingpage mobile --*/
.page-id-578 section.topmeta{
  display: none !important;
}

.page-id-578 section.topheader{
  display: none !important;
}

.page-id-578 .crumbs{
  display: none !important;
}

.page-id-578 .site-footer{
  display: none !important;
}

@media (min-width: 768px){
  .page-id-578 .wpcf7 {
    max-width: 850px !important;
  }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  .page-id-578 #masthead .header-sub {
   height: 200px !important;
  }
}

@media (min-width: 1024px){
  .page-id-578 section.sub-content .inner, .page-id-578 .freez-contras-text{
		max-width: 1000px;
	}
}
@media (min-width: 768px){
  .page-id-578 section.sub-content .inner, .page-id-578 .freez-contras-text{
		max-width: 850px;
	}
}
.page-id-578 .header-sub {
    background-position: center center;
}

.page-id-578 input, textarea {
  color: #333333;
}

.page-id-578 section.topmeta{
  display: none !important;
}

.page-id-578 section.topheader{
  display: none !important;
}

.page-id-578 .crumbs{
  display: none !important;
}

.page-id-578 .site-footer{
  display: none !important;
}

.page-id-578 .header-sub {
    background-position: center center;
}

.page-id-578 .productLaag .productItem .productThumb h2 {
    font-size: 24px;
}

.page-id-578 .freezlab-signup #tabs-centre .ui-tabs-nav li .ui-tabs-anchor,
.page-id-578 .content-area .newaccountbtn .c-btn{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.page-id-578 section.faqWrapper.subLaag .inner .vragenOnderwerpen &gt; div.cryo.active {
    background: #006a8e !important;
    border: 1px solid #006a8e !important;
}

.page-id-578 section.faqWrapper.subLaag .inner .vragenOnderwerpen &gt; div.redlight.active {
    background: #d3232b !important;
    border: 1px solid #d3232b !important;
}

.page-id-578 section.faqWrapper.subLaag .inner .vragenOnderwerpen &gt; div.standup.active {
    background: #F2B100 !important;
    border: 1px solid #F2B100 !important;
}

section.faqWrapper.subLaag .inner .vragenOnderwerpen &gt; div.hyperbaric.active p {
    color: white !important;
}
section.faqWrapper.subLaag .inner .vragenOnderwerpen &gt; div.hyperbaric.active {
    background: #1396b7 !important;
    border: 1px solid #1396b7 !important;
}


.page-id-578 .massages .content-area .productLaag{
    margin-top: 80px;
}
.page-id-578 .massages-page .owl-carousel .owl-stage {
    display: flex;
}
.page-id-578 .massages-page .productItem {
    height: 100%;
}
.page-id-578 .massages-page .owl-nav{
    margin-top:20px;
}
.page-id-578 .productLaag .productItem .productContent {
    padding: 10px 10px !important;
}
.page-id-578 .productLaag .productItem .productContent h2{
    margin-bottom: 5px;
}

.page-id-578 section.productLaag .productItem{
    margin-bottom: 10px;
}

@media (max-width: 540px){
    .page-id-578 .massages .content-area .productLaag{
        margin-top: 80px;
    }
    .page-id-578 section.sub-content{
        padding-top: 20px;
    }
    .page-id-578 .freezlab-signup #tabs-centre .ui-tabs-nav{
        padding-bottom:;
        border-bottom: 2px solid #ededed;
    }
    .page-id-578 .ui-tabs .ui-tabs-panel{
        padding: 0px;
    }
    .page-id-578 .ui-tabs-panel.ui-widget-content.ui-corner-bottom .newaccountbtns.sp{
        padding: 1em 0;
    }
    .page-id-578 .massages .content-area .productLaag{
        margin-top: 40px;
    }
}

/*-- landingpage mobile --*/










/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width:400px) {
    .fixed-bottom .flexbox-wrapper a:not(.btn) span{
        width: 48px;
        height: 48px;
    }

    .fixed-bottom .flexbox-wrapper{
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:700px) {}

@media (min-width:768px) {

    .site-footer .nieuwsbrief {
        padding: 156px 0;

    }

    .site-footer .nieuwsbrief h2 {
        max-width: 368px;
        margin: 0 auto;
        text-align: center;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(4) {
        align-self: flex-end;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:last-of-type {
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }

    .site-footer .footer {
        padding: 80px 0;

    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:not(:last-of-type) {
        flex-basis: 50%;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) p.delimiter:nth-of-type(2) {
        display: inline-block;
    }

    .sub.sessie .voordelenlaag .flexbox-wrapper,
    .sub.sessie .informatielaag .flexbox-wrapper,
    .sub.sessie .laatstelaag .flexbox-wrapper {
        justify-content: space-between;
    }

    .sub.sessie .voordelenlaag .flexbox-wrapper&gt;div,
    .sub.sessie .informatielaag .flexbox-wrapper&gt;div,
    .sub.sessie .laatstelaag .flexbox-wrapper&gt;div {
        flex-basis: 47%;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span {
        height: 500px;
        max-width: 714px;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div {
        top: 520px;
    }

    .sub .missielaag .flexbox-wrapper {
        justify-content: space-between;
    }

    .sub .missielaag .flexbox-wrapper&gt;div {
        flex-basis: 47%;
    }

    .sub .bloklaag .inner&gt;h2 {
        max-width: 714px;
        margin: 0 auto 49px;
    }

    .sub .bloklaag .inner&gt;div&gt;span {
        max-width: 714px;
    }

    .sub .bloklaag .inner&gt;div {
        padding-bottom: 297px;
    }

    .sub.faq .vragenlaag .categorien a:nth-of-type(2n + 1) {
        margin-right: 15px;
    }

    .sub.faq .vragenlaag .categorien {
        max-width: 716px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub.faq .vragenlaag .vragen {
        max-width: 944px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub.faq .vragenlaag h2 {
        max-width: 340px;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper{
        max-width: 650px;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:last-of-type{
        flex-basis: 100%;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3)&gt;.flexbox-wrapper{
        max-width: unset;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) .flexbox-wrapper:nth-of-type(3){
        margin-bottom: 0;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2){
        margin-right: 40px;
    }

    .gform_wrapper.gravity-theme form#gform_1{
        position: relative;
    }

    .gform_wrapper.gravity-theme .gform_footer{
        position: absolute;
        bottom: 0;
        right: 0;
        width: fit-content;
    }

    .site-footer .nieuwsbrief .form .gform_wrapper.gravity-theme .gform_footer{
        bottom: -9px;
    }

    .site-footer .nieuwsbrief .form{
        max-width: 529px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px;
    }

    .site-footer .nieuwsbrief .form .gform_wrapper.gravity-theme .gfield:nth-child(-n + 4){
        grid-column: span 8;
    }

    .gform_wrapper.gravity-theme .gfield:nth-child(-n + 4){
        grid-column: span 6;
    }
    
    body.page-template-sub-landingpage-mobile-b .gform_wrapper.gravity-theme .gfield:nth-of-type(1),
    body.page-template-sub-landingpage-ipads-b .gform_wrapper.gravity-theme .gfield:nth-of-type(1) {
        grid-column: 1 / -1;
    }
    

    .sub.zakelijk .informatielaag .flexbox-wrapper, .sub.zakelijk .voordelenlaag .flexbox-wrapper:first-of-type{
        justify-content: space-between;
    }

    .sub.zakelijk .informatielaag .flexbox-wrapper&gt;div, .sub.zakelijk .voordelenlaag .flexbox-wrapper:first-of-type&gt;div{
        flex-basis: 47%;
    }

    .sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type{
        gap: 20px;
        justify-content: center;
        max-width: 714px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div{
        flex-basis: 20%;
    }

    .sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div:nth-of-type(2n + 1){
        margin-right: 0;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span:nth-of-type(2n + 1){
        margin-right: 16px;
    }

    .sub.media .medialaag .inner .flexbox-wrapper&gt;div:nth-of-type(2n + 1){
        margin-right: 16px;
    }

    .searchandfilter ul li ul li{
        display: inline-block;
        margin-right: 8px;
        width: fit-content;
    }

    .sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div{
        flex-basis: 49%;
        max-width: 494px;
    }

    .sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper&gt;div:nth-of-type(2n + 1):not(:last-of-type){
        margin-right: 2%;
    }

    .searchandfilter ul&gt;li&gt;ul:not(.children){
        text-align: center;
        white-space: nowrap;
        overflow: scroll;
        width: calc(100vw + -30px);
    }

    .searchandfilter ul{
        max-width: 888px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub.reviews .verhalenlaag .search-filter-results&gt;.flexbox-wrapper{
        max-width: 1010px;
        margin: 0 auto;
    }

    .sub .sessieslaag .inner&gt;div:nth-of-type(2n)::before{
        height: 512px;
    }

    .sub .sessieslaag .inner&gt;div:nth-of-type(2n+1)::before{
        height: 302px;
    }
    
}

@media (max-width: 1024px) {}

@media (min-width: 1024px) {

    .top-header .trp-language-switcher{
        width: 71px;
    }

    .top-header .flexbox-wrapper&gt;div:last-of-type p{
        display: inline-block;
    }

    .top-header .trp_language_switcher_shortcode{
        display: inline-block;
        margin-left: 8px;
    }

    .top-header .trp-language-switcher .trp-ls-shortcode-current-language{
        padding: 0;
        width: 124px;
        margin-left: 0;
        background-image: url(https://www.freezlab.nl/wp-content/themes/theme/images/chevron-down-w.svg)!important;
        background-position: calc(100% - 20px) calc(1em + -7px),
        calc(100% - 3px) calc(1em + 0px);
    }

    .top-header .trp-language-switcher:hover a.trp-ls-shortcode-disabled-language{
        color: #1E1E1E;
    }

    .trp-language-switcher &gt; div &gt; a.trp-ls-shortcode-disabled-language{
        color: white;
    }

    .top-header .trp-language-switcher &gt; div &gt; a{
        padding: 0;
        padding-bottom: 5px;
    }

    .trp-language-switcher:hover .trp-ls-shortcode-language{
        margin-left: 0;
    }


    .navbar .trp_language_switcher_shortcode{
        display: none;
    }

    .top-header .flexbox-wrapper&gt;div:first-of-type&gt;p:first-of-type{
        display: none;
    }

    .top-header .flexbox-wrapper&gt;div:first-of-type&gt;p:last-of-type{
        font-size: 18px;
        display: inline-block;
        line-height: 18px;
        letter-spacing: 0.05em;
        color: white;
        position: relative;
        bottom: 5px;
        margin-left: 5px;
    }

    .top-header .flexbox-wrapper&gt;div:first-of-type&gt;p:last-of-type a{
        color: white;
        text-decoration: underline;
    }

    .top-header .flexbox-wrapper&gt;div:first-of-type&gt;p:last-of-type a:hover{
        text-decoration: none;
    }

    .top-header .flexbox-wrapper{
        justify-content: space-between;
    }

    .top-header .flexbox-wrapper&gt;div:last-of-type{
        display: block;
    }

    .top-header .flexbox-wrapper&gt;div:last-of-type p{
        font-size: 18px;
        display: inline-block;
        line-height: 18px;
        letter-spacing: 0.05em;
        color: white;
        position: relative;
        margin-left: 5px;
    }

    .top-header .flexbox-wrapper&gt;div:last-of-type p a{
        color: white;
        text-decoration: underline;
    }

    .top-header .flexbox-wrapper&gt;div:last-of-type p a:hover{
        text-decoration: none;
    }

    .side-panel&gt;div:first-of-type{
        height: 404px;
        width: 58px;
        top: 271px;
    }

    .side-panel.active&gt;div:last-of-type, .credits-overview.active&gt;div:last-of-type, .beschrijving-overview.active&gt;div:last-of-type{
        top: 260px;
    }

    .side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type{
        height: 400px;
    }

    .side-panel.active&gt;div:last-of-type&gt;div, .credits-overview.active&gt;div:last-of-type&gt;div, .beschrijving-overview.active&gt;div:last-of-type&gt;div{
        max-width: 610px;
    }

    .side-panel.active&gt;div:last-of-type&gt;div&gt;div:last-of-type h2, .credits-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type h2, .beschrijving-overview.active&gt;div:last-of-type&gt;div&gt;div:last-of-type h2{
        margin-bottom: 32px;
    }

    .fixed-bottom{
        display: none;
    }

    .fixed-btn a:last-of-type span::after {
        content: url();
        position: absolute;
        left: 18px;
        top: 23px;
    }

    .fixed-btn a:first-of-type span::after {
        content: url();
        position: absolute;
        left: 19px;
        top: 20px;
    }


    .fixed-btn a:hover {
        opacity: 0.7;
    }

    .fixed-btn a {
        transition: 0.2s;
    }

    .fixed-btn a span {
        width: 62px;
        height: 62px;
        display: block;
        margin-bottom: 10px;
    }

    .fixed-btn a span {
        border-radius: 100%;
        background: transparent linear-gradient(104deg, #5BE1E7 0%, #38B6FE 100%) 0% 0% no-repeat padding-box;
        position: relative;
    }

    .top-header .search-container {
        display: block;
    }

    .site-header .search-container {
        display: none;
    }

    .site-header {
        transition: 0.2s;
    }

    .site-header.scrolled {
        top: 0;
    }


    .site-header .navbar-btn {
        display: none;
    }

    a[href^="tel:"] {
        text-decoration: none;
    }


    .site-header .inner .navbar-buttons.mobile {
        display: none;
    }

    /* .site-header {
        height: 80px;
        margin: 0 auto;
        background: transparent;
    }

    .site-header .inner {
        padding: 0 28px;
    }

    header.site-header div.menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        flex-grow: 1;
        order: 2;
        overflow: visible;
        border-top: 0;
        top: 6px;
        height: 56px;
    }

    .site-header .inner .navbar .navigation {
        opacity: unset;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    div#navbar ul {
        max-height: unset;
        overflow: visible;
        position: absolute;
        top: 6px;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: auto;
    }

    div#navbar .nav-menu&gt;li {
        border-bottom: none !important;
        padding-bottom: 0;
        margin: 0 14px;
        width: fit-content;
        display: inline-block;
        border-top: 0 !important;
        padding-bottom: 0;
        border-bottom: 0;
    }

    div#navbar .nav-menu&gt;li:last-of-type,
    .navbar-btns-mobile {
        display: none;
    }


    div#navbar .nav-menu&gt;li.menu-item-has-children {
        margin-right: 30px;
        padding-bottom: 40px;
    }

    .nav-menu&gt;li:first-of-type {
        padding: 0;
    }

    .nav-menu li a {
        display: unset;
        transition: 0.2s;
        font-size: 16px;
        line-height: 16px;
    }

    div#navbar ul li a::after {
        content: "" !important;
    }

    .nav-menu-extra {
        display: none;
    }

    .nav-menu li.menu-item-has-children&gt;a::after {
        top: -1px;
        right: -14px !important;
    }

    .nav-menu .sub-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    div#navbar ul .sub-menu {
        padding: 30px 25px 0 25px;
        left: -24px;
        transition: 0.3s;
        box-shadow: rgba(17, 12, 46, .15) 0 48px 50px 0;
        width: max-content;
        top: 12px;
        background: #ffffff;
        padding-top: 0;
        margin-top: 36px;
        margin-right: auto;
    }

    div#navbar ul .sub-menu li {
        padding: 0 0 15px;
        display: block;
        width: fit-content;
        border: none;
    }

    .nav-menu li:hover .sub-menu,
    .nav-menu .sub-menu:hover {
        display: block;
        opacity: 1 !important;
        pointer-events: all !important;
    }


    .site-header a.btn.desktop {
        display: block;
        order: 3;
        height: fit-content;
        margin-right: 19px;
    }

    .site-header a.btn.desktop:nth-of-type(2) {
        border: 1px solid rgba(0, 19, 51, 0.50);
        padding: 19px 24px;
    }

    .site-header a.btn.desktop:nth-of-type(3) {
        padding: 19px 24px;
        background: #FB8500;
        color: #FFF;
        border: 1px solid #fb8500;
        margin-left: 8px;
    }

    .site-header a.btn.desktop:nth-of-type(2):hover {
        background-color: #001333;
        color: white;
    }

    .site-header a.btn.desktop:nth-of-type(3):hover {
        background-color: transparent;
        color: #fb8500;
    }

    .site-header.scrolled div#navbar ul li a {
        color: #0A2F30;
    }


    .site-header.sub-navbar {
        border-bottom: 0;
        max-width: unset;
        margin: unset;
    }

    .site-header.sub-navbar .inner {
        max-width: 1280px;
        margin: 0 auto;
    }

    .site-header.sub-navbar div#navbar ul li a {
        color: var(--Titel-Kleur, #0A2F30);
    }

    .site-header.sub-navbar .nav-menu li.menu-item-has-children::after,
    .site-header.scrolled .nav-menu li.menu-item-has-children::after {
        /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/chevron-blue-down.svg); */
    /*}


    .site-header a.btn.desktop {
        margin-right: 0;
    }

    .site-header .inner .home-link {
        margin-left: 0;
    }

    .site-header .navbar .btn.navbar {
        display: none;
    } */

    .hfeed.site {
        margin-top: 124px;
    }

    .site-header{
        height: 80px;
    }

    .site-header .inner .home-link{
        width: 261px;
        height: 36px;
    }

    div#navbar{
        height: calc(100vh - 60px);
        position: absolute;
        right: -145%;
        top: 58px;
        transition: 0.7s;
    }

    div#navbar.open{
        right: -50%;
    }

    .site-header .account{
        flex-direction: row;
        width: 142px;
        font-size: 20px;
        line-height: 20px;
        margin-left: 16px;
        bottom: 6px;
    }

    .site-header .account span{
        flex-basis: 30px;
        margin-right: 8px;
    }

    .site-header .inner .menu{
        margin-left: 24px;
        bottom: -3px;
    }

    .site-header .desktop-knoppen{
        display: inline-block;
        margin-left: auto;
        position: relative;
        bottom: 6px;
    }

    .site-header .desktop-knoppen *{
        display: inline-block;
        margin-left: 24px;
    }

    .site-header .desktop-knoppen a:not(.btn){
        font-family: "config-bold", sans-serif;
        color: #000219;
    }

    .site-header .desktop-knoppen a:not(.btn):hover{
        color: #a3a3a3;
    }

    header.site-header div.menu .open-btn span:nth-of-type(4), header.site-header div.menu .close-btn span:nth-of-type(3){
        display: none;
    }

    div#navbar.open .nav-menu{
        max-height: unset!important;
    }

    div#navbar.open{
        overflow: scroll;
        height: calc(100vh - 80px);
    }


}

@media (min-width: 1024px) {
    h1 {
        font-size: 160px;
        line-height: 136px;
    }

    h2 {
        font-size: 54px;
        line-height: 48px;
    }

    .homepage .hoofdlaag h1 {
        width: 787px;
        padding: 456px 0 92px;
    }

    .homepage .sessieslaag {
        padding-top: 120px;
    }

    .homepage .sessieslaag .flexbox-wrapper {
        justify-content: space-between;
    }

    .homepage .sessieslaag .flexbox-wrapper&gt;div:first-of-type {
        flex-basis: fit-content;
        margin-right: 100px;
        max-width: 580px;
    }

    .homepage .sessieslaag .flexbox-wrapper&gt;div:nth-of-type(2) {
        flex-basis: 47%;
        max-width: 696px;
        flex-grow: 1;
    }

    .homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type {
        margin-top: 54px;
    }

    .homepage .reviewlaag {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .homepage .reviewlaag .reviews-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .homepage .reviewlaag .flexbox-wrapper,
    .homepage .reviewlaag .flexbox-wrapper&gt;span,
    .homepage .reviewlaag .flexbox-wrapper&gt;div {
        width: 100%;
    }

    .homepage .reviewlaag .flexbox-wrapper&gt;span {
        height: 320px;
    }

    .homepage .missielaag {
        padding-top: 0;
        position: relative;
        z-index: 2;
    }

    .homepage .missielaag .inner&gt;span {
        background-size: cover;
        border-radius: 34px;
        position: relative;
    }

    .sub .missielaag .inner&gt;span{
        margin-top: 73px;
    }


    .postid-96 .hoofdlaag h1{
        max-width: 400px;
    }

    .postid-97 .hoofdlaag h1{
        max-width: 400px;
    }

    .postid-98 .hoofdlaag h1{
        max-width: 440px;
    }

    .postid-99 .hoofdlaag h1{
        max-width: 400px;
    }

    .postid-100 .hoofdlaag h1{
        max-width: 440px;
    }

    .postid-101 .hoofdlaag h1{
        max-width: 720px;
    }

    .postid-102 .hoofdlaag h1{
        max-width: 880px;
    }
    

    .homepage .missielaag .inner&gt;span::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 2, 25, 0) 0%, rgba(1, 3, 26, 0.6) 100%);
        position: absolute;
        border-radius: 34px;
    }

    .sub .missielaag::before{
        height: 416px;
    }

    .homepage .missielaag .inner&gt;span div {
        width: 740px;
        padding: 362px 80px 80px;
        color: white;
        position: relative;
        z-index: 2;
    }

    .homepage .sessieslaag::before {
        height: 384px;
    }

    .homepage .teamlaag .flexbox-wrapper div a.btn{
        margin-top: 32px;
    }

    .page-template-sub-sessies .hoofdlaag h1{
        max-width: 340px;
    }

    .homepage .missielaag span a.btn:not(:last-of-type) {
        display: inline-block;
        margin-right: 8px;
        margin-top: 35px;
    }

    .homepage .missielaag span a.btn:last-of-type {
        color: white;
        border-color: white;
        display: inline-block;
    }

    .homepage .missielaag span a.btn:last-of-type:hover {
        background-color: white!important;
        color: #00021A!important;
    }

    .homepage .teamlaag::before {
        height: 1325px;
    }

    .homepage .teamlaag {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .homepage .teamlaag .flexbox-wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .homepage .teamlaag .flexbox-wrapper&gt;span {
        width: 440px;
        height: 440px;
        margin-bottom: 0;
    }

    .homepage .teamlaag .flexbox-wrapper&gt;div {
        flex-basis: 50%;
        max-width: 580px;
    }

    .sub .hoofdlaag h1 {
        font-size: 100px;
        line-height: 90px;
        padding: 250px 0 54px;
    }

    .sub.sessie .voordelenlaag {
        padding: 100px 0 120px;
    }

    .sub.sessie .informatielaag {
        padding-top: 120px;
    }

    .sub.sessie .informatielaag .flexbox-wrapper&gt;span {
        height: 620px;
        margin-top: 73px;
    }

    .sub.sessie .informatielaag::before {
        height: 308px;
    }

    .sessie-template-default.postid-97 .sub .hoofdlaag&gt;span, .sessie-template-default.postid-96 .sub .hoofdlaag&gt;span, .sessie-template-default.postid-99 .sub .hoofdlaag&gt;span, .sessie-template-default.postid-100 .sub .hoofdlaag&gt;span, .page-template-sub-tarieven .sub .hoofdlaag&gt;span, .page-template-sub-zakelijk .sub .hoofdlaag&gt;span, .page-template-sub-blog .sub .hoofdlaag&gt;span{
        background-position-y: -37px;
    }

    .sub.sessie .laatstelaag {
        padding: 120px 0;
    }

    .sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:first-of-type,
    .sub.sessie .informatielaag .flexbox-wrapper&gt;div:first-of-type,
    .sub.sessie .laatstelaag .flexbox-wrapper&gt;div:first-of-type {}

    .sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type,
    .sub.sessie .informatielaag .flexbox-wrapper&gt;div:last-of-type,
    .sub.sessie .laatstelaag .flexbox-wrapper&gt;div:last-of-type {
        max-width: 696px;
    }

    .sub .sessieslaag {
        padding-top: 100px;
    }

    .sub .sessieslaag .flexbox-wrapper&gt;div:last-of-type {
        margin-top: 0;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type) {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .sub .sessieslaag .inner&gt;div:first-of-type {
        margin-bottom: 73px;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span {
        height: 794px;
        max-width: unset;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span::before {
        content: "";
        background: linear-gradient(180deg, rgba(0, 2, 25, 0) 0%, rgba(1, 3, 26, 0.6) 100%);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 34px;
        position: absolute;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div {
        position: unset;
        padding: 446px 80px 80px;
        color: white;
    }



    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div&gt;* {
        position: relative;
        z-index: 2;
        top: unset;
        left: unset;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div h3 {
        font-size: 54px;
        line-height: 48px;
        letter-spacing: 0.05em;
        margin-bottom: 16px;
        height: 48px;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div p.pretitel {
        display: block;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div p {
        max-height: 168px;
        width: 450px;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div&gt;div {
        position: absolute;
        bottom: 80px;
        right: 80px
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div div a:last-of-type {
        border-color: white;
        color: white;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div div a:last-of-type:hover {
        background-color: white!important;
        color: #00021A!important;
    }

    .sub .sessieslaag .inner&gt;div:nth-of-type(2n)::before {
        height: 434px;
    }

    .sub .sessieslaag .inner&gt;div:nth-of-type(2n+1)::before {
        height: 398px;
    }

    .sub .sessieslaag .inner&gt;div:last-of-type {
        padding-bottom: 0;
    }

    .sub .sessieslaag {
        padding-bottom: 120px;
    }

    .sub .sessieslaag::before {
        height: 120px;
    }

    .sub .missielaag {
        padding-top: 100px;
    }

    .sub.standaard .missielaag{
        padding-bottom: 100px;
    }

    .homepage .missielaag .inner&gt;span {
        height: 794px;
    }

    .sub .bloklaag {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .sub .bloklaag .inner&gt;h2 {
        max-width: 580px;
        margin-bottom: 80px;
    }

    .sub .bloklaag .inner&gt;div {
        padding-bottom: 0;
    }

    .sub .bloklaag .inner&gt;div&gt;span {
        max-width: unset;
        height: 794px;
        position: relative;
    }

    .sub .bloklaag .inner&gt;div&gt;span::before {
        content: "";
        background: linear-gradient(180deg, rgba(0, 2, 25, 0) 0%, rgba(1, 3, 26, 0.6) 100%);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 34px;
        position: absolute;
    }

    .sub .bloklaag .inner&gt;div&gt;span&gt;div {
        position: unset;
        padding: 442px 0 80px 80px;
        color: white;
        width: 660px;
    }

    .sub .bloklaag .inner&gt;div&gt;span&gt;div .pretitel {
        margin-bottom: 24px !important;
    }

    .sub .bloklaag .inner&gt;div&gt;span&gt;div h3 {
        font-size: 54px;
        line-height: 48px;
    }

    .sub .bloklaag .inner&gt;div&gt;span&gt;div&gt;* {
        position: relative;
        z-index: 2;
    }

    .sub .bloklaag .inner&gt;div&gt;span&gt;div&gt;div {
        position: absolute;
        bottom: 80px;
        right: 80px;
        z-index: 2;
    }

    .sub.faq .vragenlaag h2 {
        max-width: 410px;
    }

    .sub.faq .vragenlaag .categorien a:nth-of-type(2n + 1) {
        margin-right: 0;
    }

    .sub.faq .vragenlaag .categorien a:nth-of-type(3n + 2) {
        margin: 0 15px;
    }

    .sub.faq .vragenlaag .categorien a {
        width: 31.9%;
        max-width: 447px;
        margin-bottom: 21px;
    }

    .sub.faq .vragenlaag .categorien {
        max-width: unset;
    }

    .sub.faq .vragenlaag {
        padding: 100px 0 120px;
    }

    .sub.faq .vragenlaag .vragen {
        margin-top: 60px;
    }

    .sub.faq .vragenlaag .categorien {
        margin-top: 54px;
        width: 100%;
    }

    .sub.zakelijk .informatielaag{
        margin-top: 100px;
    }

    .sub.zakelijk .informatielaag video{
        margin-top: 73px;
        height: 620px;
    }

    .sub.zakelijk .voordelenlaag{
        margin: 120px 0 166px;
    }

    .sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type{
        margin-top: 80px;
        max-width: 954px;
        justify-content: space-between;
    }

    .sub.media .medialaag .inner .flexbox-wrapper&gt;div&gt;div{
        padding: 19px 24px;
    }
    .sub.zakelijk .informatielaag h2, .sub.zakelijk .voordelenlaag h2{
        max-width: 400px;
    }
    

    .sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div{
        margin-bottom: 0;
    }

    .sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div:nth-of-type(3n + 2){
        margin-left: 0;
        margin-right: 0;
    }

    .sub.zakelijk .formlaag{
        padding: 120px 0 113px;
    }

    .sub.zakelijk .formlaag h2{
        max-width: 350px;
        margin-bottom: 24px;
    }

    .sub.zakelijk .formlaag .inner p:nth-of-type(2){
        margin-bottom: 43px;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span:nth-of-type(2n + 1){
        margin-right: 0;
    }

    .sub.ambas .ambaslaag{
        margin: 105px 0 120px;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper{
        max-width: 982px;
        margin: 0 auto;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span{
        width: 312px;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span:nth-of-type(3n + 2){
        margin-left: 16px;
        margin-right: 16px;
    }

    .sub.media .medialaag .inner .flexbox-wrapper&gt;div:nth-of-type(2n + 1){
        margin-right: 0;
    }

    .sub.media .medialaag .inner .flexbox-wrapper&gt;div:nth-of-type(3n + 2){
        margin-left: 2%;
        margin-right: 2%;
    }

    .sub.media .medialaag .inner .flexbox-wrapper&gt;div{
        width: 32%;
        margin-bottom: 32px;
    }

    .sub.media .medialaag{
        margin: 100px 0 88px;
    }

    .sub.single.media .hoofdlaag h1{
        padding-top: 142px;
        padding-bottom: 54px;
    }

    .sub.single.media .hoofdlaag{
        padding-bottom: 120px;
    }

    .sub.reviews .verhalenlaag{
        margin: 100px 0 120px;
    }

    .single-blog .sub.single.media .hoofdlaag .inner&gt;span:first-of-type{
        height: 620px;
    }

    .single-blog .sub.single.media .hoofdlaag::before{
        height: 620px;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:last-of-type{
        flex-basis: 540px;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2){
        margin-right: 0;
    }

    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper{
        max-width: unset;
    }

    .sub.contact .contentlaag{
        margin: 100px 0 73px;
    }

    .sub.contact .contentlaag h2{
        max-width: 300px;
        margin-bottom: 24px;
    }

    .sub.contact .formlaag{
        padding: 41px 0 34px;
    }

    .sub.contact .gegevenslaag{
        padding: 80px 0;
    }

    .sub.inlog .hoofdlaag .inner&gt;div{
        max-width: 496px;
    }

    .sub.inlog .hoofdlaag .inner{
        padding-top: 216px;
        padding-bottom: 216px;
    }


    .site-footer .nieuwsbrief h2 {
        max-width: 568px;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper {
        position: relative;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(1) {
        flex-direction: column;
        order: 1;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(2) {
        order: 2;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(3) {
        order: 3;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(4) {
        max-width: unset !important;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) {
        order: 4;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 340px;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(1) a {
        flex-basis: fit-content;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:not(:last-of-type) {
        flex-basis: fit-content;
        max-width: 220px;
        margin-bottom: 0;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) p.delimiter:nth-of-type(2) {
        display: none;
    }
}

@media (min-width: 1150px) {
    .sub.contact .gegevenslaag .inner&gt;.flexbox-wrapper&gt;div:last-of-type{
        flex-basis: 589px;
    }

}

@media (min-width:1440px) {
    .homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span {
        max-width: 392px;
        width: 392px;
    }

    .homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div {
        padding: 336px 24px 28px
    }

    .owl-carousel .owl-dots {
        margin: 60px auto 0 0;
    }

    .homepage .teamlaag .flexbox-wrapper&gt;span {
        width: 680px;
        height: 680px;
    }

    .homepage .sessieslaag .flexbox-wrapper&gt;div:last-of-type span&gt;div div a{
        margin-top: 22px;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper {
        padding-right: 230px;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) p.delimiter:nth-of-type(2) {
        display: inline-block;
    }

    .site-footer .footer .inner&gt;.flexbox-wrapper&gt;div:nth-of-type(5) {
        max-width: 640px;
        right: 96px;
        text-align: left;
    }

    .sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:last-of-type,
    .sub.sessie .informatielaag .flexbox-wrapper&gt;div:last-of-type,
    .sub.sessie .laatstelaag .flexbox-wrapper&gt;div:last-of-type {
        flex-basis: 696px;
    }

    .sub.sessie .voordelenlaag .flexbox-wrapper&gt;div:first-of-type,
    .sub.sessie .informatielaag .flexbox-wrapper&gt;div:first-of-type,
    .sub.sessie .laatstelaag .flexbox-wrapper&gt;div:first-of-type {
        flex-grow: 1;
    }

    .sub .sessieslaag .inner&gt;div:nth-of-type(2n+1)::before {
        width: 150vw;
        left: -50%;
    }

    .sub .sessieslaag .inner&gt;div:nth-of-type(2n)::before {
        width: 150vw;
        left: -50%;
    }

    .sub.zakelijk .voordelenlaag .flexbox-wrapper:last-of-type div span{
        width: 205px;
        height: 205px;
    }
    .sub.ambas .ambaslaag .flexbox-wrapper{
        max-width: unset;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span:nth-of-type(3n + 2){
        margin-left: 0;
        margin-right: 0;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span:nth-of-type(4n + 2){
        margin-left: 16px;
        margin-right: 16px;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span:nth-of-type(4n + 3){
        margin-right: 16px;
    }

    .sub.ambas .ambaslaag .flexbox-wrapper span{
        width: 332px;
        margin-bottom: 32px;
    }

    .search-form{
        display: block;
    }

    .search-form .search-field{
        border: 1px solid #E0E0E0;
        width: 493px;
        margin-left: 40px;
        margin-right: auto;
        border-radius: 35px;
        height: 48px;
        margin-top: -5px;
        font-family: 'config-normal';
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        padding: 0 25px 0 43px;
    }

    .search-form{
        position: relative;
    }

    .search-form::before{
        content: "";
        background-image: url(https://www.freezlab.nl/wp-content/themes/theme/images/search-icon.svg);
        width: 17px;
        height: 17px;
        position: absolute;
        left: 60px;
        top: 11px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .search-form .search-field::placeholder{
        font-family: 'config-normal';
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
    }

    .search-form .search-submit{
        display: none;
    }

    .sub .sessieslaag .inner&gt;div:not(:first-of-type)&gt;span&gt;div p{
        width: 580px;
    }

}

@media (max-width: 1024px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="submit"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    a[href^="tel"] {
        text-decoration: none;
    }
}



/* NIEUWE AANPASSINGEN BSPORT */

.sub.tarieven .cleanslate .bs-pass-page__payment__pack__list__container, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__payment__pack__list__container{
    grid-template-rows: unset!important;
    align-items: start;
    grid-template-columns: repeat(1, minmax(153px, 1fr))!important;
    gap: 10px!important;
}

.sub.tarieven .cleanslate .bs-pass-page__carousel__container .bs-pack-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__carousel__container .bs-pack-card{
    background-color: #003955!important;
    border-radius: 24px!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(2) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(2) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    background-color: #00A6C8!important;
    border-radius: 24px!important;
    height: unset!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(3) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(3) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    background-color: #007D86!important;
    border-radius: 24px!important;
    height: unset!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven[id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    background-color: #00C3B3!important;
    border-radius: 24px!important;
    height: unset!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven[id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    background-color: #00C3B3!important;
    border-radius: 24px!important;
    height: unset!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(6) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven[id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(6) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    background-color: #00C3B3!important;
    border-radius: 24px!important;
    height: unset!important;
}

.sub.tarieven .cleanslate .bs-contract-page__contract__list__container .bs-contract-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-contract-page__contract__list__container .bs-contract-card{
    background-color: #003955!important;
    border-radius: 24px!important;
}

/* .sub.tarieven .cleanslate .bs-pass-page__list .bs-pass-page__payment__pack__list__title--with-divider, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list .bs-pass-page__payment__pack__list__title--with-divider{
    display: none!important;
} */

.sub.tarieven .cleanslate .bs-pass-page__payment__pack__list__no__category{
    margin-top: 0!important;
}

/* .sub.tarieven .entry-content #bsport-widget-520536 .cleanslate .bs-price__container span, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-price__container span{
    width: 25px!important;
    overflow: hidden!important;
}

.sub.tarieven .entry-content #bsport-widget-520536 .cleanslate .bs-price__container span::before, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-price__container span::before{
   content: "â‚¬"!important;
    display: inline-block!important;
} */

.sub.tarieven .cleanslate .bs-pass-page__payment__pack__list__title--with-divider, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__payment__pack__list__title--with-divider{
    text-align: left!important;
    color: #003752!important;
    font-weight: 800!important;
    font-size: 28px!important;
    line-height: 28px!important;
    text-transform: uppercase!important;
}


.sub.tarieven .cleanslate .bs-contract-card .bs-generic-card__content::before, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-contract-card .bs-generic-card__content::before{
    content: "ABONNEMENT";
    font-family: "config-bold", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: left;
    padding-bottom: 8px;
    color: white;
}

.sub.tarieven .cleanslate .bs-carousel__item .bs-pack-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-carousel__item .bs-pack-card{
    height: unset!important;
}

.sub.tarieven.cleanslate .bs-contract-page__contract__list__container, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-contract-page__contract__list__container{
    grid-template-rows: unset!important;
    grid-template-columns: repeat(1, minmax(151px, 1fr)) !important;
    padding: 0!important;
}

.page-id-4058 .header-sub:before, .page-id-4049 .header-sub:before, .sub.tarieven .header-sub:before{
    content: none;
}

.sub.tarieven .entry-content&gt;div:first-of-type&gt;p:first-of-type, .jss28, .jss63{
    display: none;    
}

.sub.tarieven .cleanslate .bs-pass-page__pass__filters__search__container{
    display: none!important;
}

.sub.tarieven .cleanslate .bs-carousel__indicator__container{
    display: none!important;
}

.sub.tarieven .cleanslate .bs-pass-page__payment__pack__list__title{
    display: none!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list__filters__container{
    padding: 0!important;
}

.sub.tarieven .cleanslate .bs-contract-page__pass__filters__search__container{
    display: none!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list{
    position: relative;
    gap: 10px!important;
}


.sub.tarieven .cleanslate .bs-carousel__items__container{
    margin-bottom: 62px!important;
}

.sub.tarieven .tarievenlaag{
    margin-top: 54px;
}

.sub.tarieven .tarievenlaag .inner&gt;p:nth-of-type(2){
    display: none;
}

.sub.tarieven .tarievenlaag .inner&gt;p:nth-of-type(1){
    margin-top: 47px;
    margin-bottom: -20px;
    position: sticky;
    top: 80px;
    z-index: 99;
}

.sub.tarieven .tarievenlaag .inner&gt;p:nth-of-type(1) a::after{
    content: "";
    background-image: url(https://www.freezlab.nl/wp-content/themes/theme/images/info-icon.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}



.sub.tarieven .tarievenlaag .inner&gt;p:nth-of-type(1) a{
    padding-top: 11px;
    height: unset;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.page-template-sub-tarieven{
    overflow-x: visible;
    overflow-y: visible;
}

.sub.tarieven .tarievenlaag h2{
    margin-bottom: 16px;
}

.sub.tarieven .tarievenlaag .voucher{
    background-color: #003752;
    color: white;
    padding: 24px;
    border-radius: 24px;
    margin-top: 40px;
    height: fit-content;
}

.sub.tarieven .tarievenlaag .voucher p:first-child{
    font-family: 'config-normal' !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sub.tarieven .tarievenlaag p:not(:last-of-type){
    margin-bottom: 32px;
}

.sub.tarieven .abonnementenlaag{
    padding: 54px 0;
    background-color: #E0E0E0;
}

.sub.tarieven .abonnementenlaag .flexbox-wrapper&gt;p:last-of-type{
    display: none;
}

.sub.tarieven .abonnementenlaag .flexbox-wrapper&gt;div:nth-child(2) p:has(strong){
    font-family: "config-bold", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 16px;
}

.sub.tarieven .abonnementenlaag .cleanslate .bs-contract-page{
    padding-top: 45px!important;
}

.sub.rooster .cleanslate .bs-marketplace-date-picker__placeholder, .sub.rooster .cleanslate .bs-calendar-search__input, .sub.rooster .cleanslate .bs-week__header__date__weekDay{
    font-family: "config-normal", sans-serif!important;
    color: #003955!important;
}

.sub.rooster .cleanslate .bs-week__header__date__dots{
    color: #DD0000!important;
}

.sub.rooster .cleanslate .bs-offer-list-item__content__time__offer-hours, .sub.rooster .cleanslate .bs-offer-list-item__content__offer__left__title{
    font-family: "config-bold", sans-serif!important;
    color: #003955!important;
}



@media (min-width:750px) {

    .sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(2) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(2) .bs-pass-page__payment__pack__list__container .bs-pass-card{
        height: 250px!important;
    }

    
.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(3) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(3) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    height: 250px!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    height: 250px!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    height: 250px!important;
}

.sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(6) .bs-pass-page__payment__pack__list__container .bs-pass-card, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card{
    height: 250px!important;
}
.sub.tarieven .tarievenlaag .flexbox-wrapper, .sub.tarieven .abonnementenlaag .flexbox-wrapper{
    justify-content: space-between;
}

.sub.tarieven .tarievenlaag .voucher{
    margin-top: 0;
}

.sub.tarieven .tarievenlaag .flexbox-wrapper&gt;div, .sub.tarieven .abonnementenlaag .flexbox-wrapper&gt;div{
    flex-basis: 47%;
}

.sub.tarieven.cleanslate .bs-contract-page__contract__list__container, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-contract-page__contract__list__container{
    grid-template-columns: repeat(2, minmax(151px, 1fr)) !important;
}

.sub.tarieven .cleanslate .bs-pass-page__payment__pack__list__container, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__payment__pack__list__container{
    grid-template-columns: repeat(2, minmax(153px, 1fr))!important;
}

}

@media (min-width:1024px) {
    
    .sub.tarieven .tarievenlaag{
        margin-top: 100px;
        margin-bottom: 50px;
    }


    .sub.tarieven .abonnementenlaag{
        padding: 120px 0;
    }

    .sub.tarieven .abonnementenlaag .cleanslate .bs-contract-page{
        padding-top: 73px!important;
    }

    .sub.tarieven .abonnementenlaag .flexbox-wrapper&gt;div:nth-child(2){
        max-width: 422px;
    }

    .sub.tarieven .abonnementenlaag .flexbox-wrapper&gt;div:nth-child(2) p:first-of-type{
        margin-top: 0;
    }

    .sub.tarieven .tarievenlaag .inner&gt;p:nth-of-type(1){
        margin-top: 80px;
        top: 100px;
    }

    .sub.tarieven .tarievenlaag .voucher{
        padding: 32px;
    }

    .sub.tarieven .tarievenlaag .voucher p:first-child{
        font-size: 38px!important;
        line-height: 38px!important;
    }

}

@media (min-width:1154px) {
    /* .sub.tarieven .cleanslate .bs-carousel__item{
        flex-basis: 100%!important;
    } */
}

@media (min-width:1440px) {

    .sub.tarieven .cleanslate .bs-pass-page__payment__pack__list__container, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__payment__pack__list__container{
        grid-template-columns: repeat(3, minmax(180px, 1fr))!important
    }

    .sub.tarieven .cleanslate .bs-contract-page__contract__list__container, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-contract-page__contract__list__container{
        grid-template-columns: repeat(3, minmax(180px, 1fr))!important
    }

    .sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4){
        bottom: 282px;
    }

    .sub.tarieven .cleanslate .bs-pass-page__payment__pack__list__container, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__payment__pack__list__container, .sub.tarieven .cleanslate .bs-pass-page__list{
        gap: 32px!important;
    }

    .sub.tarieven .cleanslate .bs-pass-card-content{
        padding: 32px!important;
    }

    .sub.tarieven .cleanslate .bs-paymentpack-card__title{
        font-size: 36px!important;
        line-height: 36px!important;
        letter-spacing: 0.05em!important;
    }

    .sub.tarieven .cleanslate .bs-paymentpack-card__subtitle{
        font-size: 24px!important;
        line-height: 24px!important;
        letter-spacing: 0.05em!important;
        text-transform: uppercase!important;
    }

    .sub.tarieven .cleanslate .bs-price__container{
        font-size: 54px!important;
        line-height: 48px!important;
        letter-spacing: 0.05em!important;
    }

    .sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(2) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(2) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(3) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(3) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven .cleanslate .bs-pass-page__list&gt;div:nth-of-type(4) .bs-pass-page__payment__pack__list__container .bs-pass-card,
    .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-pass-page__list&gt;div:nth-of-type(5) .bs-pass-page__payment__pack__list__container .bs-pass-card {
        height: 276px!important;
    }

    .sub.tarieven .cleanslate .bs-contract-card__price-icon .bs-contract-card__price-icon, .sub.tarieven .cleanslate .bs-paymentpack-card__price-icon, .sub.tarieven .cleanslate .bs-pack-card__price__icon{
        border-radius: 100%!important;
    }

    .sub.tarieven .cleanslate .bs-contract-card .bs-generic-card__content::before, .sub.tarieven [id*="bsport-widget"] .cleanslate .bs-contract-card .bs-generic-card__content::before{
        font-size: 36px!important;
        line-height: 36px!important;
    }

    .sub.tarieven .cleanslate .bs-contract-card__title{
        font-size: 24px!important;
        line-height: 24px!important;
    }

    .sub.tarieven .cleanslate .bs-contract-card__price-container .bs-contract-card__price{
        flex-direction: row !important;
        align-items: center !important;
    }

    div#navbar.open{
        right: -75%;
    }
}
</pre></body></html>