@charset "utf-8";
/* CSS Document */
/*  */
/*  Astroid Template Settings - Custom ZERO css */
/*  */
/* CUSTOM BASIC FILE - FTP naar /media/templates/site/astroid_template_zero/css/custom-arne.css */
/* */
/* */
/* --------------------------*/
/*|   BEGIN CUSTOM BESTAND   |*/
/* --------------------------*/
/*  */

/* Module OSB Search - Zoeken button - op homepage */

/* btn-osbsearch */

.btn-osbsearch {
color: #FFF;
background: #007CC2;
width: 100%;
min-width: 210px;
max-width: 600px;
height: 63px;
border-color: #007CC2;
border-style: none;
font-weight: 600;
font-size: 1rem;
line-height: 1.5;
display: inline-block;
text-align: center;
text-decoration: none;
vertical-align: middle;
user-select: none;
box-shadow: 0 4px 16px 0 rgba(0,0,0,0.3);
margin-top: 1px;
border-top-left-radius: 0rem;
border-top-right-radius: 0rem;
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
}


.btn-osbsearch:hover {
color: #FFF;
background-color: #005FA3;
border-top-color: #005FA3;
}

.btn-osbsearch:active {
color: #FFF;
background: #005FA3;
border-top-color: #005FA3;
}

.btn-osbsearch:disabled {
color: #FFF;
background: #005FA3;
border-top-color: #005FA3;
}


/* Module OSB Calender - datum selected kleur - bij reserveringop homepage */
/* btn-osbcal */

.btn-osbcal {

color: #FFF;
background: #007CC2;
border-color: #007CC2;
width: 90%;
border-radius: 1rem;
text-decoration: none;
}


/* Hambureger test */

.header-offcanvas-testtrigger {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  height: 32px;
  padding: 2px;
}
