/*
Theme Name: Unilux Flyerservice
Theme URI: http://uniluxflyerservice.nl
Description: Wordpress thema voor Select Cleaning
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: uniluxflyerservice.nl
*/

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.eot');
    src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff'),
        url('fonts/Poppins-Light.ttf') format('truetype'),
        url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-weight: 700;
    line-height: 1.25;
    font-family: 'Poppins';
     margin-bottom: 22.5px;
}


h5,
h6,
.h5,
.h6 {
    margin-bottom: 22.5px;
    font-weight: 700;
    line-height: 1.25;
    font-family: 'Poppins';
    color: #3AAA35;
    text-transform: uppercase;
}


h1,
.h1 {
    font-size: 50px;
}

.h2,
h2 {
    font-size: 36px;
}

.h3,
h3 {
    font-size: 30px;
}

.h4,
h4 {
    font-size: 24px;
}

.h5,
h5 {
   font-size: 20px;
}

.h6,
h6 {
    font-size: 18px;
}

body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins';
    overflow-x: hidden;
    line-height: 1.75;
    color: #3C3C3B;
	background-color:#fff;
}

main {
	max-width: 800px;
    margin: 0px auto;
	padding: 30px;
	margin-bottom:50px;
    box-shadow: 0px 0px 10px #333;
	background-color: #FFF;
    overflow-x: hidden;header nav.navbar.navbar-sub .navbar-nav > .nav-item > .nav-link

}

html.offcanvas-open {
    overflow-x: hidden;
    overflow-y: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #3AAA35 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
   -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 15px 15px !important;
    border: 1px solid #666;
    border-radius: 8px 8px;

}

select {
   border: 2px solid #f7bb12;
    border-radius: 50px;
    color: #f7bb12;
    background: #ffffff;
    background-image: url(images/chevron-down.svg);
    background-size: 17.5px;
    background-repeat: no-repeat;
    background-position: calc(100% - 22.5px);
    min-width: 200px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

::-moz-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

:-ms-input-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

::-moz-selection {
    background-color: #f7bb12;
    color: #ffffff
}

::selection {
    background-color: #f7bb12;
    color: #ffffff
}

::-moz-selection {
    background-color: #f7bb12 ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

table tr th {
    font-weight: 500
}
b,
strong {
    font-weight: bold;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}




.row.big-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.row.big-gutters [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

.row.medium-gutters {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.medium-gutters [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}


.row.normal-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.row.normal-gutters [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}


.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}



.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.btn,
.button {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 22.5px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.25;
    white-space: normal;
    border: 0;
    font-size: 16px;
	background: #000;
    border: 2px solid #000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px 8px;
    overflow: hidden;
    white-space: nowrap;
    min-width: 250px;
    text-align: center;
}


.btn:hover{
    color: #ffffff;
     border-radius: 8px 8px;
	 background: #f7bb12;
	 border: 2px solid #f7bb12;
}


.btn--secondary {
    background: #00B1EB;
    border-color: #00B1EB;
}

.btn--secondary:hover {
    background:#0093c4;
    border-color: #0093c4;

}

.btn--outline {
    background: transparent;
    color: #3AAA35;
}

.btn--outline.btn--secondary {
     color: #00B1EB;
}

.btn--outline.btn--secondary:hover {
     color: #ffffff;
}


.btn + .btn {
    margin-left: 15px;
}

.read-more {

}

.read-more:after {
    content: url(images/arrow.svg);
    display: inline-block;
    width: 17.5px;
    margin-left: 15px;
}



/* Main styles */

header {
    position: relative;
    z-index: 99999;
   
}



header nav.navbar.navbar-main {
    padding: 0;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

header nav.navbar.navbar-extra {
     padding: 0;
    background: #36A9E0
}


header nav.navbar.navbar-sub {
     padding: 0;
    background: #3C3C3B
}

header nav.navbar .navbar-brand {
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    max-width: 330px;
    position: relative;
    padding: 0;
    z-index: 1;
    margin: 30px 30px 30px 0;
}




header nav.navbar .navbar-nav {
  position: relative;
      width: 100%;

}

header nav.navbar.navbar-sub .navbar-nav {
 
}



header nav.navbar .navbar-nav > .nav-item {

}





header nav.navbar .navbar-nav > .nav-item > .nav-link {
   padding: 0;
    margin: 45px 15px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 600;
    color: #174E7F;
    position: relative;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link span {
   font-size: 8px;
    color: #3C3C3B;
    font-weight: normal;
    background: #ffffff;
    width: 10px;
    height: 10px;
    line-height: 10px;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -12.5px;
    top: -2.5px;
}


header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
  color: #ffffff;
    margin: 10px 15px;
    line-height: 1.25;
    font-weight: 600;
    font-size: 16px;
}

header nav.navbar.navbar-sub .navbar-nav > .nav-item > .nav-link {
    margin: 17.5px 15px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    color: #ffffff;
}




header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    margin-left: 0 !important
}

header nav.navbar:not(.navbar-main) .navbar-nav > .nav-item:last-child > .nav-link {
    margin-right: 0
}

header nav.navbar:not(.navbar-extra, .navbar-sub) .navbar-nav .nav-item:hover > .nav-link,
header nav.navbar:not(.navbar-extra, .navbar-sub) .navbar-nav > .nav-item.active > .nav-link  {
    color: #36A9E0;
}


header nav.navbar .navbar-contact {
    margin-left: auto;
    margin-bottom: 0;
        white-space: nowrap;
}

header nav.navbar .navbar-contact li {
     display: inline-block;
}

header nav.navbar .navbar-contact li a {
    position: relative;
    padding-left: 52.5px;
       display: inline-block;
        line-height: 1.375;
        margin-left: 30px;
}


header nav.navbar .navbar-contact li a img {
       position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37.5px;
}

header nav.navbar .navbar-contact li b {
    display: block;
}




/* Navbar toggler */

header nav.navbar .navbar-toggler {
position: relative;
    border-radius: 0;
    display: none;
    margin: 0;
    padding: 0;
    background: #00B1EB;
    padding: 15px 75px 15px 15px;
    border-radius: 10px 0px;
}

header nav.navbar .navbar-toggler:after {
       content: 'menu';
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}





header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color:#ffffff;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 20px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}



/* Header */


section.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 520px;
}

section.header.header--small {
    height: 300px
}


section.header .header-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section.header .header-image:before {
    content: '';
    pointer-events: none;
    position: absolute;
     left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


section.header .header-image img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
       -o-object-position: center;
    object-position: center;
}


section.header .header-image iframe {
    width: 100%;
    height: 100%;
}

section.header .header-content {
        top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    width: 100%;
        z-index: 4;
        color: #ffffff;
}


section.header .header-content :is(h1, h2, h3, h4, h5, h6, p) {
    text-shadow: 0px 4px 12px #00000080;
    max-width: 550px
}

section.header .header-content p {
    font-size: 18px;
}

section.header .header-content .btn {
    margin-top: 15px;
}



 

/* Article */

article {
    margin: 60px 0;
    position: relative;
}

article.article--background {
    background: #EDF7FD;
    margin: 0;
    padding: 60px 0;
}

article .article-content {
   position: relative;
   z-index: 2;
       
}

article [class*='col-xl-6'] .article-content {
    padding: 30px 0;
}

article .article-content :is(h2, h3, h4, h5, h6) {
    color: #3AAA35;
}

article .article-content :is(h4, h5, h6):first-child  {
    margin-bottom: 5px
}



article .article-content :is(ul, p, table) {
    margin-bottom: 22.5px
}


article .article-content img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article .article-content ul.list-unstyled {
    color: #174E7F;
}

article .article-content ul.list-unstyled li i {
        color: #69AAFF;
    min-width: 30px;
    display: inline-block;
}

article .article-content ul:not(.list-unstyled) {
       font-weight: 600;
    line-height: 2.25;
}

article .article-content ul:not(.list-unstyled) li {
        position: relative;
    padding-left: 25px;
}

article .article-content ul:not(.list-unstyled) li:before {
        content: url(images/icon.svg);
    display: inline-block;
    width: 17.5px;
    margin-right: 15px;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 8px;
}

article .article-content blockquote {
        padding: 10px 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.375;
    border-radius: 8px;
    color: #174E7F;
    max-width: 390px;
    text-align: center;
    border: 2px solid #174E7F;
}

article .article-content blockquote span {
    font-weight: normal;
}


article .article-content ol {
    counter-reset: counter;
}



article .article-content ol li {
    position: relative;
    padding-left: 67.5px;
    margin-bottom: 15px;
}

article .article-content ol li:last-child {
    margin-bottom: 0
}

article .article-content ol li:before {
 counter-increment: counter;
 content: counter(counter);
 width: 45px;
 height: 45px;
 line-height: 45px;
 text-align: center;
 display: inline-block;
 background: #f7bb12;
 border-radius: 50%;
 position: absolute;
 left: 0;
 color: #ffffff;
 font-weight: bold;
     top: -5px;
}


article .article-content ol li:after {
    content: "";
    display: inline-block;
    /* height: 100%; */
    width: 2px;
    background: #f7bb12;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 22.5px;
    top: 0;
    z-index: -1;
    bottom: -15px;
}

article .article-content ol li:last-child:after {
    bottom: 7.5px;
}


article .article-content :is(p, ul, table):last-child {
    margin-bottom: 0
}



article .article-image {
    position: relative;
    padding-bottom: 75%;
    display: block;
    z-index: 2;
    height: 100%;
}

article [class*="col"] [class*="col"] .article-image {
     padding-bottom: 125%;
     height: auto;
}

article [class*="col"] [class*="col"]:nth-child(2) .article-image {
    margin-top: 45px;
}


article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
      overflow: hidden;
      border-radius: 16px 0px;

}

article .article-image img:nth-child(2) {
    top: 0;
    right: 30px;
    bottom: -15px;
    left: 30px;
    z-index: -1;
    filter: blur(20px);
    width: calc(100% - 60px);
    pointer-events: none;
}



article .article-header {
    position: relative;
    height: 550px;
    display: block;
    z-index: 2;
    border-radius: 16px 0px;
    margin-bottom: 60px;
}

article .article-header img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
      overflow: hidden;
      border-radius: 16px 0px;

}

article .article-header img:nth-child(2) {
    top: 0;
    right: 30px;
    bottom: -15px;
    left: 30px;
    z-index: -1;
    filter: blur(20px);
    width: calc(100% - 60px);
    pointer-events: none;
}


article .article-sidebar {
    background: #3C3C3B;
    border-radius: 16px 0px;
    padding: 37.5px;
    color: #ffffff
}

article .article-sidebar:not(:last-child) {
    margin-bottom: 60px;
}

article .article-sidebar :is(h1, h2, h3, h4, h5, h6) {
    color: #3AAA35;
}

article .article-sidebar ul {
    line-height: 2.25;
}

article .article-sidebar ul li {
        position: relative;
    padding-left: 37.5px;
}

article .article-sidebar ul li a:before {
       
    display: inline-block;
    width: 22.5px;
    margin-right: 15px;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 8px;
}

article .article-sidebar ul li a[href*='mailto']:before  {
    content: url(images/envelope.svg);
}

article .article-sidebar ul li a[href*='tel']:before  {
    content: url(images/phone.svg);
}


article .article-sidebar ol {
    counter-reset: counter;
    position: relative;
    margin-bottom: 0
}

/*article .article-sidebar ol:before {
        content: '';
    position: absolute;
    top: 5px;
    border-left: 2px dashed #ffffff;
    left: 25px;
    bottom: 100px;
}
*/
article .article-sidebar ol li {
    position: relative;
    padding-left: 67.5px;
    margin-bottom: 15px;
}

article .article-sidebar ol li:last-child {
    margin-bottom: 0
}

article .article-sidebar ol li:before {
 counter-increment: counter;
    content: counter(counter);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #3AAA35;
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
    top: 5px;
    border-radius: 10px 0px;
        z-index: 2;
}


article .article-sidebar ol li:not(:last-child):after {
   content: "";
    display: inline-block;
    width: 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 0;
    bottom: -25px;
    border-left: 2px dashed #ffffff;
}

article .article-sidebar ol li  b {
    display: block;
    color:#3AAA35;;
}


article .article-gallery {
    margin-bottom: 15px;
}

article .article-gallery .article-gallery__item {
     position: relative;
    display: block;
     padding-bottom: 66.666%; 
    border-radius: 16px 0px;
    overflow: hidden;
    margin-bottom: 15px;
}



 article .article-gallery .article-gallery__item img{
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
    position: absolute;
}

article .article-gallery .article-gallery__item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
 


/* Products */

section.cards {
    margin: 60px 0;
}



section.cards .card {
   padding: 0;
    border: 0;
    margin-bottom: 15px;
    border-radius: 0;
    background: transparent;
        overflow: hidden;
}

section.cards .card .card-image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
   

 
}

section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
     border-radius: 16px 0px 0px 0px;
     overflow: hidden;
}





section.cards .card .card-image img:nth-child(2) {
     top: 0;
    right: 30px;
    bottom: -15px;
    left: 30px;
    z-index: 0;
    filter: blur(20px);
    width: calc(100% - 60px);
    pointer-events: none;
}

section.cards .card .card-image .card-image__overlay {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 30px;
        right: 30px;
}

section.cards .card .card-image .card-image__overlay :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    text-shadow: 0px 4px 12px #00000080;
    margin-bottom: 0
}



section.cards .card .card-content {
        padding: 30px;
}


section.cards .card .card-content .btn {
    margin-top: 7.5px;
}


/* Banner */


section.banner {
    background: #3C3C3B;
    padding-bottom: 75px;
    color: #ffffff;
       margin-top: 150px;
    border-radius: 0px 0px 16px 0px;
}

section.banner .slick-list {
    overflow: visible;
}

section.banner .banner-content {
    position: relative;
    z-index: 4;
    padding-top: 60px;
}

section.banner .banner-content :is(h1, h2, h3){
    color: #ffffff;
    
}

section.banner .banner-content :is(h4, h5, h6){
    margin-bottom: 7.5px;
    
}

section.banner .banner-content .read-more {
    margin-top: 60px;
    display: block;
}

section.banner .banner-image {
          position: relative;
    padding-bottom: 66.666%;
    display: block;
    z-index: 2;
      border-radius: 30px;
   /* overflow: hidden;*/
        margin-top: -90px;

}

section.banner .banner-image > img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 30px 0px;

}

/*section.banner .banner-image img:nth-child(2) {
        top: 15px;
    right: 30px;
    bottom: -15px;
    left: 30px;
    z-index: -1;
    filter: blur(20px);
    width: calc(100% - 60px);
    pointer-events: none;
}*/
section.banner .banner-image .banner-image__arrows {
      position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    background: #3AAA35;
    border-radius: 10px 0px;
    line-height: 1;
} 

section.banner .banner-image .banner-image__arrows :is(.prev, .next) {
        padding: 16px 20px;
       display: inline-block;
       line-height: 1;
          -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;

}

section.banner .banner-image .banner-image__arrows .prev {
    padding-right: 17.5px;
}

section.banner .banner-image .banner-image__arrows .next {
    padding-left: 17.5px;
}



section.banner .banner-image .banner-image__arrows :is(.prev, .next) img {
   width: 10px;
   
     
} 




/* Gravity Forms */



/* Gravity Forms */

.gform_wrapper {

}

.gform_wrapper form {
       position: relative;
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px;

    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 1
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
       
    font-size: 16px;
    line-height: 1.5;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted  a {
    color: #f7bb12;
    text-decoration: underline;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield.gfield_contains_required:after {
        content: '*';
    color: #26A4E8;
    position: absolute;
    right: 15px;
    top: 0;
}*/

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
      display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
    display: none;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: red;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Footer*/

footer {
    background: #3C3C3B;
    color: #ffffff;
    border-radius: 0px 0px 16px 0px;
    padding: 60px 0;
}

footer :is(h1, h2, h3, h4, h5, h6) {
    color: #FFFFFF;
     text-transform: inherit;
}

footer p {
    margin-bottom: 0
}

footer .footer-logo {
        margin-bottom: 22.5px;
    max-width: 500px;
  /*  margin-top: -30px;*/
}

footer .contact-list {

    margin-bottom: 0
}

footer .footer-list {
    line-height: 2;
    margin-bottom: 0
}

footer .footer-list li {
    
}

footer .footer-list li a {
    position: relative;
}


footer .footer-list li a:hover {
    color: #36A9E0;
}

footer .footer-list li a:before {
       content: url(images/arrow.svg);
    display: inline-block;
    width: 15px;
    margin-right: 15px;
    vertical-align: 0px;
    line-height: 1;
}


footer .kiyoh {
    max-width: 150px;
    margin-bottom: 30px;
        display: block;
}

footer .ideal {
    max-width: 50px;
        display: block;
        margin-bottom: 30px;
}





/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
        margin-top: 22.5px;
}



.social-media li {
    display: block;
    margin-bottom: 7.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
   background: #EFEFEF;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #f7bb12;
    display: block;
    border-radius: 50%;
}




/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* Responsive */

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

@media (max-width: 1400px) {

  

    .row.big-gutters {
        margin-right: -30px;
        margin-left: -30px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }


    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}


    section.header .header-image:after {
        width: 300px;
    }

    header nav.navbar.navbar-sub .navbar-nav > .nav-item > .nav-link {
            font-size: 14px;
                margin: 15px 10px;
    }

  


}

@media (max-width: 1200px) {



    .row.big-gutters {
        margin-right: -22.5px;
        margin-left: -22.5px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 22.5px;
        padding-left: 22.5px;
    }


    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.small-gutters {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row.small-gutters [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }


    header nav.navbar.navbar-sub .navbar-nav > .nav-item > .nav-link {
            font-size: 12px;
                margin: 15px 5px;
    }

    header nav.navbar .navbar-contact li a {
        font-size: 14px;
            margin-left: 15px;
                padding-left: 45px;
    }

    header nav.navbar .navbar-contact li a img {
            width: 30px;
    }

    section.cards .card .card-content {
        padding: 22.5px;
    }

    section.cards .card .card-image .card-image__overlay {
        bottom: 22.5px;
    left: 22.5px;
    right: 22.5px;
    }

    section.banner {
        padding-bottom: 60px;
    }


}

@media (max-width: 992px) {

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 15px
    }
       
    h1,
    .h1 {
        font-size: 32px;
    }

    .h2,
    h2 {
        font-size: 28px;
    }

    .h3,
    h3 {
        font-size: 24px;

    }

    .h4,
    h4 {
        font-size: 22px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }

     body {
        font-size: 15px;
    }

    html.offcanvas-open:after {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgb(60 60 59 / 50%);
        z-index: 5;
    }

    .btn, .button {
    
    }

    .btn + .btn {
        margin-left: 0;
        margin-top: 15px
    }


    .row.big-gutters {
        margin-right: -22.5px;
        margin-left: -22.5px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 22.5px;
        padding-left: 22.5px;
    }

    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }


    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }


    .row.small-gutters {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row.small-gutters [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

  
    select {
        min-width: auto
    }

    main,
    html {
        overflow-x: hidden;
    }

    header nav.navbar .navbar-brand {
           max-width: 215px;
    margin: 22.5px 22.5px 22.5px 0;
    }

  
    

    header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link {
        
        padding: 10px 15px;
        margin: 0;
    }
   

    header nav.navbar.navbar-extra .navbar-nav > .nav-item:not(:last-child) {
        border-bottom: 1px solid rgb(255 255 255 / 50%);
    }

    header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
        padding: 0;
        margin: 15px 15px !important;
        display: inline-block;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
        content: unset
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
        display: block;
        position: absolute;
        right: 22.5px;
        top: 15px;
    }
    header nav.navbar .navbar-contact {
        display: none;
    }
    
    header .offcanvas-collapse {
      position: fixed;
        top: 0;
        bottom: 0;
        width: calc(100% - 90px);
        height: 100%;
        overflow-y: auto;
        background: #00B1EB;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: -1;
        padding: 139px 0 0 0;
        display: block;
        overflow: scroll;
        right: 0px;
        z-index: 0;
        color: #ffffff;

    }

    header .offcanvas-collapse.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    header nav.navbar .navbar-toggler {
        display: block;
    }



    header nav.navbar.navbar-sub .navbar-nav {
       overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    width: auto;
    }

    header nav.navbar.navbar-sub .container:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: transparent linear-gradient(90deg, rgb(60 60 59 / 0%) 0%, #3C3C3B 100%);
    }
    header nav.navbar.navbar-sub .navbar-nav::-webkit-scrollbar  {
          display: none;
    }

    header nav.navbar.navbar-sub .navbar-nav > .nav-item > .nav-link {
        font-size: 14px;
        margin: 15px 12.5px;
    }

    section.header {
         height: 500px;
    }

    section.header .header-content p {
        font-size: 16px;
    }
       

    section.header .header-image:after {
    
        right: 0;
        width: 120px; 
    }
       
  
    article {
        margin: 45px 0;
    }

    

    article > .container > .row > [class*="col"]:not(:last-child) {
        margin-bottom: 30px
    }

    article [class*='col-xl-6'] .article-content {
        padding: 0;
    }

    article .article-content :is(ul, p, table) {
        margin-bottom: 15px;
    }

    article [class*="col"] [class*="col"]:nth-child(2) .article-image {
        margin-top: 30px;
    }

    article .article-header {
        height: 300px;
            margin-bottom: 0;
    }

    article .article-sidebar {
            padding: 30px;
    }

    article .article-sidebar:not(:last-child) {
    margin-bottom: 30px;
}

    section.cards {
        margin: 45px 0;
    }

   

    section.banner {
        padding-bottom: 45px;
            margin-top: 90px;
    }

    section.banner .banner-content {
        margin-top: 30px
    }
  
    section.banner .banner-content .read-more {
        margin-top: 30px;
    }

    section.banner .banner-image {
            margin-top: -45px;
    }



    footer {
            padding: 45px 0;
    }

    footer .footer-logo {
            max-width: 300px;
    }

    footer > .container > .row > [class*="col"]:not(:nth-last-child(1)) {
        margin-bottom: 30px
    }

    footer :is(h1, h2, h3, h4, h5, h6) {
        margin-bottom: 15px;
    }

    footer .kiyoh {
            margin-bottom: 15px;
    }

    footer .ideal {
        margin-bottom: 0
    }


  

    


}


.gform_title {
	display:none;
}

.eerste-keuze .gfield_label {
	display:inline-block !important;
}

.tweede-keuze .gfield_label {
	display:none;
}

#input_1_17 .gchoice {
	display:inline-block;
	max-width: 48%;
	width:100%;
}

#field_1_17 .gfield_label,
#field_1_18 .gfield_label {
	display:inline-block !important;
	margin-bottom:10px;

}

#field_1_18 {
	line-height:22px;
}


#field_1_17 {
	margin-top:50px;
	margin-bottom:50px;
}

 .gfield_label {
    margin-bottom: 30px !important;
}

 #field_1_18 .gfield_label {
    display: inline-block !important;
    margin-bottom: 00px !important;
}

#field_1_18 .deadline {
	float:right;
	max-width: 50%;
    width: 100%;
    text-align: left !important;
}

#field_1_18 label {
	width:100%;
}