
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');


:root {
  --font: "Onest", sans-serif;	/* Dark blue #1B788B */
  --quicksand: "Onest", sans-serif;
  --cuprum: "Onest", sans-serif;
  --maincolor: #1ea7e5; /* Dark red */
    --yellow: #ffde00;
}
body, html{
    font-size: 18px;
}
    .site-grid {
        grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 17.875rem)) [main-end] minmax(0, 1fr) [full-end];
       margin-bottom: 80px;
    }
.homepagina .site-grid {
    margin-bottom: 0px;
}
.container-header {
    z-index: 10;
    background-color: transparent;
    background-image: none;
    position: relative;
    box-shadow: none;
}
.container-header {
    display: flex;
    max-width: 1365px;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
}
.container-header .grid-child {
    padding: .5em;
}
.container-header .brand-wrapper {
    max-width: 200px;
    position: absolute;
}
.container-header .mod-menu>li>a{
    color: black;
    text-transform: none;
    font-weight: 400;
    font-family: var(--quicksand);
    padding: 20px 24px;
    display: block;
    font-size: 18px;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
}
.container-header .mod-menu>li:after{
    content: none;
}
.container-header .mod-menu>li>a::after{
    content: "";
    width: 100%;
    height: 5px;
    transition: ease-in-out .3s;
    bottom: -5px;
     background-color: #ffde00;
}
.container-header .mod-menu>li.active>a::after, .container-header .mod-menu>li>a:hover::after{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #ffde00;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: ease-in-out .3s;
}
.container-header .mod-menu>li+li {
        margin-left: 0;
    }
.container-header .mod-menu{
    max-width: 900px;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
}
.container-header .container-topbar{
    width: 110px;
    position: absolute;
    right: 0;
}
.container-header .container-nav {
    margin-right: auto;
    align-items: flex-end;
    max-width: 1365px;
    padding: 0;
}
.container-header nav {
    margin-top: 0;
    padding: 0;
}
.container-header .logo.d-inline-block{
    margin-top: 5px;
}
.container-header .mod-menu>li {
    position: relative;
    padding: 0;
}
.container-header .moduletable._menu{
    width: 100%;
}
section#banner > .moduletable {
    max-width: 100%;
    margin: 0px auto 30px;
    padding: 0;
}
section#banner > .moduletable .uk-slideshow-items .uk-overlay > div{
    
    bottom: -50%;
    left: 0;
    right: 0;
    padding-left: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
}
section#banner > .moduletable .uk-slideshow-items .uk-overlay > div:after {
    background: url(/images/wet-floor.png);
    bottom: -25px;
    content: "";
    display: block;
    height: 180px;
    left: -40px;
    position: absolute;
    width: 106px;
}
section#banner > .moduletable .uk-slideshow-items .uk-overlay h3.uk-h3 {
    display: none;
}
section#banner > .moduletable .uk-slideshow-items .uk-overlay div.uk-margin strong {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0px;
    text-shadow: 0 2px 2px rgba(22, 22, 22, .8);
    color: white;
}
section#banner > .moduletable .uk-slideshow-items .uk-overlay div.uk-margin {
    box-shadow: 0 3px 0 0 #454544;
    color: #fff;
    margin: 0;
    padding: 4px 20px;
        margin-top: 0px !important;
    
}
section#banner > .moduletable .uk-slideshow-items .uk-overlay div.uk-margin p{
    margin-top: 10px;
    font-size: 14px
}
.uk-scope .uk-accordion-title {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    overflow: hidden;
    background-color: var(--yellow);
    padding: 5px 10px 8px;
}
.uk-scope .uk-accordion-content {
    padding: 0 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color: black;
    font-family: var(--cuprum);
}
.container-sidebar-left li a {
    color: #000;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 10px 10px 8px;
    border-bottom: 1px solid #ffde00;
    display: block;
    font-size: 18px;
    background-image: url("arrow.svg");
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: calc(100% + 30px) 50%;
    transition: ease-in-out .3s;
}
.container-sidebar-left li a:hover{
    text-decoration: none;
    background-color: #ffde00;
    background-position: calc(100% - 10px) 50%;
    transition: ease-in-out .3s;
}
.container-sidebar-left li{
    padding: 0;
}
.container-sidebar-left ul{
    margin-right: 30px;
}
.container-sidebar-left li.active > a{
    text-decoration: none;
    background-color: #ffde00;
    background-position: calc(100% - 10px) 50%;
    transition: ease-in-out .3s;
}
.mod-menu .nav-item >ul.show-menu {
    z-index: 1001;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid rgba(30, 167, 229, .4);
    margin: 0;
    max-width: 300px;
    padding: 15px 24px 10px;
}
.mod-menu .nav-item >ul.show-menu li a {
color: #1ea7e5;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap
}
.footer {
    color: #000;
    background-color: white;
    background-image: none;
    margin-top: 1em;
}   
.footer h2, .footer .h2 {
        font-size: 1.5rem;
    white-space: nowrap;
    }
.footer .mod-custom.custom{
    width: 50%;
    flex: 1;
}
.footer .grid-child {
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem .5em;
    max-width: 1365px;
}
.mobile{
        display: none;
    }
    .desktop{
        display: block;
    }
    .navbar-expand-md .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
        justify-content: end;
    }
.contact-icons img{
    width: 30px;
}
.contact-icons{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.intro-wrapper{
   max-width: 1045px;
    margin: 0 auto;
    display: flex; 
    background-color: white;
    -webkit-box-shadow: 0px -1px 16px -1px rgba(0,0,0,0.15); 
box-shadow: 0px -1px 16px -1px rgba(0,0,0,0.15);
}
.intro-wrapper .left{
    padding: 50px 60px 30px;
}
.intro-wrapper .left h3{
    font-size: 20px;
}
.intro-wrapper .right{
    background-color: #ffde00;
    text-align: center;
    padding: 50px 80px;
}
.intro-wrapper .right p{
    white-space: nowrap;
}
.intro-wrapper .right h2{
    margin-bottom: 25px;
}
.intro-wrapper h2{
    line-height: 100%
}
#mod-custom126{
    margin-top: -170px;
}
.home-image img{
    max-width: 50px;
}
.home-wrap{
    display: flex;
    gap: 5%;
    margin: 30px auto 90px;
}
.home-wrap > *{
    text-align: center;
    flex: 1 1 33%
}
.home-wrap > * .home-image{
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}
#mod-custom127 .flexwrap{
        display: flex;
}
#mod-custom127 .flexwrap .flex-image{
    flex: 1 1 50%;
}
#mod-custom127 .flexwrap .flex-content{
    background-color: #ffde00;
    flex: 1 1 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
}
#mod-custom127 .flexwrap .flex-content > *{
    max-width: 550px;
}
.container-top-a>*, .container-top-b>*, .container-bottom-a>*, .container-bottom-b>* {
    flex: 1;
    margin: 0;
}
.container-bottom-b {
    background-color: #f7f7f7;
    margin: 0;
    padding: 90px 0
}
.container-bottom-b > *{
    max-width: 1165px;
    margin: 0 auto;
}
.container-bottom-b > * > h2{
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.container-bottom-b .uk-scope .uk-transition-opaque {
    max-height: 80px;
    width: auto;
}
#mod-custom129{
    max-width: 115px;
}
#mod-custom95 > table{
        width: 100%;
    max-width: 550px;
    margin-left: 50px;
}
#mod-custom95 > table .footer-adres{
    background-image: url(marker.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    padding-left: 30px;
    display: block;
}
.mod-list li li {
    padding: .75em 0;
    border-bottom: #ddd 1px solid;
}
.mod-list li li:last-child {
    padding: .75em 0;
    border-bottom: #ddd 0px solid;
}
.mod-menu .nav-item >ul.show-menu li a {
    color: black;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: 1.5px;
    font-size: 16px;
}

#banner{
    min-height: 69px;
    background-color: #f7f7f7;
    margin-bottom: 80px;
}
.homepagina #banner{
    background-color: #fff;
    margin-bottom: 0;
}
.down-button{
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ffde00;
    text-decoration: none;
    margin: 2px;
    display: inline-block;
    transition: ease-in-out .3s;
}
.down-button:hover{
    color: #ffde00;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #000;
    text-decoration: none;
    margin: 2px;
    display: inline-block;
    transition: ease-in-out .3s;
}
#mobilenav .navbar-collapse{
    display: none !important;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0 !important;
}
.formResponsive input[type=email], .formResponsive input[type=number], .formResponsive input[type=password], .formResponsive input[type=tel], .formResponsive input[type=text], .formResponsive input[type=url] {
    display: inline-block;
    height: 18px;
    padding: 10px !important;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    padding: 5px;
    box-sizing: content-box;
}
.flexwrap {
    display: flex;
    gap: 20px;
}
.flexwrap .right-wrap p{
    line-height: 110%;
    padding-top: 10px;
}






@media only screen and (max-width: 1120px) {
#burgerBtn{
		display: block;
	}
	#mobileBodyContent {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
/*overflow-y: scroll;*/

  visibility: visible;
		margin-left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
		background-color: white;
}
	.navigation #burgerBtn, .navigation #burgerBtn.sticky-button {
  border-color: transparent;
		
}
.navigation #burgerBtn .buttonwrap:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
	background-color: white;
}
.navigation #burgerBtn .buttonwrap:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 10px;
  width: 33px;
  left: -2px;
	background-color: white;
}
	.navigation #mobileBodyContent {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -khtml-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-left: -100%;
		overflow: hidden;
}
	#mobile.navigation #mobilenav{
    position: fixed;
    z-index: 10;
    list-style-type: none;
    margin: 20% 20px 0 20px;
    padding: 0;
    overflow: auto;
    right: -5%;
	display: block;
		width: 95%;
		-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
                height: 100vh;
}
#mobile.navigation #mobilenav a{
	color: black;
	line-height: 200%;
	font-size: 24px;
	font-weight: 400;
    padding: 0px 10px;
}
    #mobile.navigation #mobilenav .active > a{
	color: #ffd400;
	line-height: 200%;
	font-size: 24px;
	font-weight: 400;
    padding: 0px 10px;
        background-color: black;
        text-decoration: none;
                display: block;
        width: 100%;
}
    #mobile.navigation #mobilenav .metismenu.mod-menu .mm-toggler {
    color: currentColor;
    user-select: none;
    box-shadow: none;
    background: 0 0;
    border: none;
    align-items: center;
    height: 100%;
    padding: 19px 0 0;
    display: flex;
    position: absolute;
    right: 23px;
    top: 10px;
    align-items: start;
}
    .metismenu.mod-menu .metismenu-item {
    width: calc(100% - 1em);
}
    #mobile.navigation #mobilenav .metismenu.mod-menu .active .mm-toggler {
       color: #ffd400; 
    }
    #mobile.navigation #mobilenav .metismenu.mod-menu .metismenu-item>ul{
            background-color: transparent !important;
    position: relative !important;
    box-shadow: none !important;
    padding-left: 15px !important;
    }
	#mobile #mobilenav li{
		opacity: 0:
			-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
        position: relative;
        display: block;
	}
	#mobile.navigation #mobilenav li{
	-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	opacity: 1:
}
#nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 100px 20px 0 20px;
    padding: 0;
    overflow: hidden;
    right: 0;
}
#burgerBtn .buttonwrap:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #000;
    top: 7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
    #burgerBtn .buttonwrap.sticky-button:before{
        background: #000;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
#burgerBtn .buttonwrap:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    background:  #000;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
    #burgerBtn .buttonwrap.sticky-button:after{
        background: #000;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
#mobile {
    /*background: var(--orange);*/
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	display: flex;
    width: 100%;
}
#mobile.navigation {
    background: #ffde00 ;
	position: relative;
    margin: 0px 0 -43px;
	transition: all 0.5s ease-in-out;
	overflow: auto;
}
	#burgerBtn {
    position: fixed;
    z-index: 30;
            right: 22px;
        top: 22px;
        background-color: #ffde00;
        padding: 10px;
        border-radius: 5px;
    
}	
    #burgerBtn .buttonwrap {
    border-top: 2px solid #000;
    height: 20px;
    width: 30px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
        position: relative;
}
    .navigation #burgerBtn .buttonwrap{
        border-top: 2px solid #ffde00;
    }
    #burgerBtn.sticky-button{
        border-top: 2px solid #000;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .desktop{
        display: none;
    }
    #mobilenav .metismenu.mod-menu .mm-toggler {
    display: block;
}
    .grid-child.container-nav, .navbar-toggler{
        display: none;
    }
    .navigation #mobilenav .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    display: block !important;
}
    .homepagina .container-header .navbar-brand img{
            max-width: 100%;
    }
    .container-header .navbar-brand img{
            max-width: 105px;
    }
    #banner {
    min-height: 85px;
    background-color: #f7f7f7;
    margin-bottom: 80px;
}
}

@media only screen and (max-width:1050px) {
    #mod-custom126{
    margin: -60px 20px 0;
}
    #mod-custom127 .flexwrap .flex-content {
    background-color: #ffde00;
    flex: 1 1 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 18px;
    padding: 30px;
}
    #mod-custom127 img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
}




@media only screen and (max-width: 767px) {
    .footer .mod-custom.custom {
    width: 100%;
    text-align: center;
}
    table, thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    display: block;
    width: 100% !important;
}
    .container-header .brand-wrapper {
    max-width: 200px;
    margin-left: 20px;
}
    .container-header {
    display: flex
;
    max-width: 1365px;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    flex-direction: column;
}
    .container-header .navbar-toggler {
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: var(--maincolor);
    width: 100%;
    padding: 10px;
}
    section#banner > .moduletable {
    max-width: 1514px;
    margin: 1em 1em 0;
    border: 5px solid #ffde00;
    box-shadow: none;
    padding: 0;
}
    section#banner > .moduletable .uk-slideshow-items .uk-overlay > div {
    display: none;
}
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .metismenu.mod-menu .metismenu-item>ul {
    z-index: 1001;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    flex-basis: 100%;
}
    .metismenu.mod-menu .mm-toggler {
    color: var(--maincolor);
    user-select: none;
    height: 100%;
    box-shadow: none;
    background: 0 0;
    border: none;
    align-items: center;
    padding: 0;
    display: flex;
    position: relative;
}
 .intro-wrapper {
    flex-direction: column;
    margin: -25vh 20px;
  }
    .intro-wrapper .left {
  padding: 30px 30px 30px;
}
    #mod-custom126 {
  margin-top: 0px;
}
     section#banner > .moduletable {
    max-width: 1514px;
    margin: 0;
    border: 0px solid #ffde00;
    box-shadow: none;
    padding: 0;
  }
    
    section#banner > .moduletable:first-child, .uk-scope .uk-slideshow-items{
        height: 60vh;
    }
    .home-wrap {
  flex-direction: column;
}
    .homepagina .site-grid{
  margin-top: 25vh;
}
    #mod-custom127 .flexwrap {
  display: flex;
  flex-direction: column;
}
    #mod-custom127 .flexwrap .flex-content {
  padding: 40px;
}
.container-bottom-b > * {
  max-width: 1165px;
  margin: 0 40px;
}
    #mod-custom95 > table {
    width: 100%;
    max-width: 550px;
    margin-left: 0;
}
    #mod-custom95 > table .footer-adres {
    background-image: url(marker.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
    padding-left: 30px;
    display: block;
    max-width: 162px;
    margin: 30px auto -50px;
}
           #mobileBodyContent .formResponsive input[type=password], #mobileBodyContent .formResponsive input[type=text], #mobileBodyContent .formResponsive select, #mobileBodyContent .formResponsive textarea {
        width: calc(100% - 20px) !important;
        margin-bottom: 0px !important;
    }
    .container-sidebar-left ul {
    margin-right: 0;
}
}