#lni-image {
  border-radius:12px;
}

ul li {
  font-family:'Avenir regular';
}

p a {
  color:#00b1eb;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harvest Barn';
    src: url('../fonts/HarvestBarn.woff2') format('woff2'),
        url('../fonts/HarvestBarn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir regular';
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
  transition: ease .7s .5s;
  transition-property: opacity, transform;
  opacity: 1 !important;
  transform: none !important;
}


.iconclass {
    width:31px;
    height:31px;
    position:absolute;
    display:inline-block;
    z-index:999999;
    top:20px;
    left:165px;
}

ul.bullets{
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 21px;
    display: block;
}


ul.bullets li{
    font-family: 'Avenir Next LT Pro' !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 21px !important;
    list-style-position: outside;
     margin-left: 1em;
}

ul.bullets li:before{
    content:'\2022';
    color:#00b6dc;
    padding-right:6px;
    vertical-align: middle;
    display:inline-block;
    margin-left: -1em;
}

* {
	padding:0px;
	margin:0px;
}

.topbar-container {
	height:60px;
	background-color:#00abb5;
}

.topbar-container .logo-container {
    position:absolute;
    z-index:999;
}

.topbar-container .logo-container svg {
    max-width:100%;
}

.language-menu {
  float:right;
  list-style:none;
  padding: 0;
  margin: 0;
}
.language-menu li {
  float:left;
  padding: 0;
  margin: 0;
}
.language-menu li + li {
  margin-left: 10px;
}
.language-menu li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  padding-top: 9px;
  margin-top: 14px;
  transition: ease .3s;
  transition-property: background, color;
  text-decoration: none !important;
}
.language-menu li a:hover,
.language-menu li a.active {
  background: #fff;
  color: #00abb5;
}

.topbar-container-menu {
	float:right;
	list-style:none;
	margin-right:25px;
}

.topbar-container-menu li {
	float:left;
	line-height:60px;
	margin-right:30px;
}

.topbar-container-menu li:hover a {
    color:#ffb23e;
    text-decoration:none;
}

.topbar-container-menu li i {
border: solid #fff;
margin-left:3px;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.topbar-container-menu li:hover i {
    border-color:#ffb23e;
}

.topbar-container-menu li a {
	color:#fff;
    font-family: 'Avenir regular';
}

.topbar-container-menu li:hover ul, .topbar-container-menu li ul:hover {
    margin-top:-1px;
    position:absolute;
    z-index:99999;
    display:block;
}


.topbar-container-menu li ul {
    display:none;
    list-style:none;
    background-color:#ffb23e;
}

.topbar-container-menu li ul li::before {
    content: "\2022";
    color: #00b6dc;
    font-size:18px;
    position:relative;
    top:3px;
    margin-right:10px;
}



.topbar-container-menu li ul li {
    float:none;
    line-height:27px;
    display:block;
    padding:0px 10px;
}

.topbar-container-menu li ul li a {
    color:#fff !important;
}

.topbar-container-menu li ul li a:hover {
    color:#00b1ec !important;
}







#custom-search-form input {
    outline:none;
}

#custom-search-form {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-form .search-query {
    height:30px;
    border:none;
    padding-right: 27px;
    padding-left: 8px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;
}

.bottombar-container {
	height:90px;
	background-color:#fff;
}

.navbar-default {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	background:inherit;
	background-color:inherit;
}

.navbar-default .navbar-nav {
	height:79px;
  margin-right: 0;
}


.dropdown {
    position:inherit !important;
}

.navbar-default .navbar-nav>li>a {
	color: #00abb5;
	font-size:14px;
	font-weight:bold;
  padding-top: 38px;
  padding-left: 5px;
  padding-right: 5px;
	text-transform:uppercase;
	font-family: 'Avenir Next LT Pro';
}

@media only screen and (min-width: 900px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-default .navbar-nav>li:last-child a {
    padding-right:0px;
}



/*active*/

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color:#00abb5;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    padding-top:38px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#ffb23e;
	background:inherit;
	box-shadow:none;
	-webkit-box-shadow:none;
	background-color:inherit;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color:#ffb23e;
    background:inherit;
    box-shadow:none;
    -webkit-box-shadow:none;
    background-color:inherit;
}




/*Submenu*/
.navbar-default .dropdown-menu {
    padding:25px 40px;
    background-color:#ffb23e;
    top: 90px;
}

.navbar-default .dropdown-menu {
    width: 600px;
    border: 0px;
    right: 15px;
    list-style: none;
}

.navbar-default .dropdown-menu .submenu-inner li a {
    color:#fff;
    font-family: 'Avenir regular';
}

.navbar-default .dropdown-menu .submenu-inner li a:hover {
    color:#00b1ec;
    font-weight:bold;
    text-decoration:none;
}






.navbar-default .dropdown-menu .submenu-inner li::before {
    content: "\2022";
    color: #00b6dc;
    font-size:18px;
    position:relative;
    top:3px;
    margin-right:10px;
}

.navbar-collapse.in {
    overflow:visible;
    z-index:99999999999;
}


/*Mobile menu*/
.logo-mobile {
  background: #fff;
  border-radius: 0 50% 50%;
}

.navbar-collapse {
    border-top:0px;
}

.navbar-default .navbar-toggle {
    border:none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:inherit;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}


@media only screen and (min-width: 768px) {
  .firstsection {
    padding-bottom: 25px;
  }
}

.firstsection h1 {
    margin:0px;
    display:inline;
    font-size:142px;
    padding:0 25px;
    font-family: 'Harvest Barn';
}

@media screen and (max-width: 768px) {
  .firstsection h1 {
    display:inline-block;
    padding:25px 25px 40px;
    line-height: 45px;
    font-size:120px;
  }
}

.firstsection .firstsectioninner svg {
    display:inline;
}

.firstsection h2 {
    color:#00b1ec;
    text-transform:uppercase;
    font-size:30px;
    margin-top:0px;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.firstsection p {
    margin-top:25px;
    line-height:26px;
    margin-bottom:0px;
    font-family: 'Avenir regular';
}

@media only screen and (max-width : 767px) {
  .firstsection p {
    margin-top:20px;
    line-height:22px;
    font-weight: normal !important;
  }
}

.firstsection p strong {
    font-weight:bold;
    margin-bottom:15px;
    font-family: 'Avenir Next LT Pro';
}

.firstsection p a {
    color:#00b1ec;
    text-decoration:none;
}



.nieuwsbriefcontainer {
    padding:25px 0px;
    background-color:#ffb23e;
}

.nieuwsbriefcontainer .title {
    color:#00b6dc;
    font-weight:bold;
    font-size:17px;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.nieuwsbriefcontainer p {
    margin-top:15px;
    font-size:13px;
    font-family: 'Avenir regular';
}

.nieuwsbriefcontainer input[type="text"], .nieuwsbriefcontainer input[type="email"] {
    width:100%;
    border-radius:8px;
    padding:5px 15px;
    border: none;
    margin-top:10px;
    margin-bottom:10px;
    outline: none;
}

.nieuwsbriefcontainer form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#35c1f0;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}
.nieuwsbriefcontainer form ::-moz-placeholder { /* Firefox 19+ */
    color:#35c1f0;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}
.nieuwsbriefcontainer form :-ms-input-placeholder { /* IE 10+ */
    color:#35c1f0;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}
.nieuwsbriefcontainer form :-moz-placeholder { /* Firefox 18- */
    color:#35c1f0;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}

.nieuwsbriefcontainer form input[type="submit"] {
    border:none;
    width:80%;
}



/*Binnenbad*/
.binnenbad-faciliteiten h3 {
    padding-bottom:15px;
    color: #00b1ec;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Avenir Next LT Pro';
    border-bottom:2px dotted #00b1ec;
}

.binnenbad-faciliteiten .item {
    float:left;
    margin:0px 0px 50px 0px;
    text-align:center;
}

.binnenbad-faciliteiten .item img {
    max-width:100%;
}

.binnenbad-faciliteiten .item .title {
    color: #00b1ec;
    font-size:14px;
    min-height:67px;
    font-weight: bold;
    padding:15px 0px 10px 0px;
    text-transform:uppercase;
    border-bottom:2px dotted #00b1ec;
    font-family: 'Avenir Next LT Pro';
}

.binnenbad-faciliteiten .item p {
    height:100px;
    font-size:13px;
    padding:15px 0px 15px 0px;
    font-family: 'Avenir regular';
}

.junglebar-container {
    padding:25px 0px;
    background-color:#62ced4;
}

.junglebar-container .image-container {
    float: left;
    padding: 0px 5px;
    width: 33.333%;
    text-align: center;
}

.junglebar-container img {
    max-width:100%;
}

.junglebar-container .bekijkmenu {
    color:#fff;
    width: 165px;
    height: 165px;
    position:absolute;
    bottom:10px;
    right:50px;
    padding:60px 0px;
    text-transform:uppercase;
    -moz-border-radius: 165px;
    -webkit-border-radius: 165px;
    border-radius:165px;
    background-color:#ffb23e;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.junglebar-container .bekijkmenu a {
    width: 160px;
    height: 160px;
}

.junglebar-container h4 {
    margin: 0px;
    display: inline;
    font-size: 172px;
    color:#00b1eb;
    font-family: 'Harvest Barn';
}

.junglebar-container p {
    border-top:2px dotted #000;
    padding:15px 0px;
    font-weight:600;
    margin-top:-25px;
    font-family: 'Avenir Next LT Pro';
}

.huisregels-container {
    padding:25px 0px;
    background-color:#fff;
}

.huisregels-container h5 {
    padding-bottom: 15px;
    color: #00b1ec;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom:25px;
    font-family: 'Avenir Next LT Pro';
    border-bottom: 2px dotted #00b1ec;
}

.huisregels-container ul {
    list-style:none;
    margin-left:25px;
}

.huisregels-container ul li:before {
    color:#00b1ec;
    content: '\0025cf';
    margin-left:-25px;
    padding-right:15px;
}

.huisregels-container ul li {
    padding-bottom:15px;
    font-family: 'Avenir regular';
}

.huisregels-container span {
    color:#00b1ec;
    margin-left:25px;
    font-weight:600;
    font-family: 'Avenir Next LT Pro';
}







/*Kinderfeestje*/
.disco-splash-inner {
    padding:25px 0px 0px 0px;
    display:inline-block;
    border-top:2px dotted #00b1eb;
}

.disco-splash .image-container {
    float: left;
    padding: 0px 5px;
    width: 33.333%;
    text-align: center;
}

.disco-splash img {
    max-width:100%;
}

.disco-splash .vanaf {
    color:#fff;
    width: 160px;
    height: 160px;
    position:absolute;
    bottom:50px;
    right:50px;
    padding:30px 0px;
    line-height:32px;
    text-transform:uppercase;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    border-radius:160px;
    background-color:#ffb23e;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.disco-splash .bekijkmenu a {
    width: 160px;
    height: 160px;
}

.disco-splash .title {
    margin: 0px;
    display: inline;
    font-size: 172px;
    color:#00b1eb;
    font-family: 'Harvest Barn';
}

.disco-splash p {
    border-top:2px dotted #000;
    padding:15px 0px;
    font-weight:600;
    margin-top:-25px;
    font-family: 'Avenir Next LT Pro';
}

.disco-splash ul {
    list-style:none;
}

.disco-splash ul li {
    font-size:12px;
    line-height:21px;
    font-family: 'Avenir regular';
}

.water-splash-inner {
    padding:25px 0px 0px 0px;
    display:inline-block;
    border-top:2px dotted #00b1eb;
    margin-top: 20px;
}

.water-splash .image-container {
    float: left;
    padding: 0px 5px;
    width: 33.333%;
    text-align: center;
}

.water-splash img {
    max-width:100%;
}

.water-splash .vanaf {
    color:#fff;
    width: 160px;
    height: 160px;
    position:absolute;
    bottom:50px;
    left:30px;
    padding:30px 0px;
    line-height:32px;
    text-transform:uppercase;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    border-radius:160px;
    background-color:#ffb23e;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.water-splash .bekijkmenu a {
    width: 160px;
    height: 160px;
}

.water-splash .title {
    margin: 0px;
    display: inline;
    font-size: 172px;
    color:#00b1eb;
    font-family: 'Harvest Barn';
}

.water-splash p {
    border-top:2px dotted #000;
    padding:15px 0px;
    font-weight:600;
    margin-top:-25px;
    font-family: 'Avenir Next LT Pro';
}

.water-splash ul {
    list-style:none;
}

.water-splash ul li {
    font-size:12px;
    line-height:21px;
    font-family: 'Avenir regular';
}

.mega-splash-inner {
    padding:25px 0px 0px 0px;
    display:inline-block;
}

.mega-splash .image-container {
    float: left;
    padding: 0px 5px;
    width: 33.333%;
    text-align: center;
}

.mega-splash img {
    max-width:100%;
}

.mega-splash .vanaf {
    color:#fff;
    width: 160px;
    height: 160px;
    position:absolute;
    bottom:50px;
    right:50px;
    padding:30px 0px;
    line-height:32px;
    text-transform:uppercase;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    border-radius:160px;
    background-color:#ffb23e;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.mega-splash .bekijkmenu a {
    width: 160px;
    height: 160px;
}

.mega-splash .title {
    margin: 0px;
    display: inline;
    font-size: 172px;
    color:#00b1eb;
    font-family: 'Harvest Barn';
}

.mega-splash p {
    border-top:2px dotted #000;
    padding:15px 0px;
    font-weight:600;
    margin-top:-25px;
    font-family: 'Avenir Next LT Pro';
}

.mega-splash ul {
    list-style:none;
}

.mega-splash ul li {
    font-size:12px;
    line-height:21px;
    font-family: 'Avenir regular';
}


.goed-om-te-weten-container {
    padding:25px 0px;
    background-color:#b5e4e7;
}

.goed-om-te-weten-container .title {
    text-align:center;
    margin-bottom:25px;
    border-bottom:2px dotted #00b1eb;
}

.goed-om-te-weten-container .title h3 {
    color:#00b1eb;
    font-size: 26px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.goed-om-te-weten-container ul {
    list-style:none;
}

.goed-om-te-weten-container ul li {
    font-size:12px;
    line-height:21px;
    font-family: 'Avenir regular';
}



.reserveren {
    padding:25px 0px;
}

.reserveren-head {
    text-align:center;
}

.reserveren-head h4 {
    color:#00abb5;
    font-size: 26px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.formcontainer .field {
    margin-bottom:15px;
}

.formcontainer label {
    width:30%;
    color:#00b1eb;
    text-transform:uppercase;
}

.formcontainer input {
    width:calc(80% - 5px);
    border-radius:8px;
    padding:5px 15px;
    outline: none;
    border:2px solid #00abb5;
}

@media screen and (max-width: 767px) {
  .formcontainer input {
    width:calc(100%);
  }
}

.formcontainer textarea {
    width:calc(80% - 5px);
    height:120px;
    outline: none;
    border-radius:8px;
    padding:5px 15px;
    margin-left:5px;
    border:2px solid #00abb5;
    resize: vertical;
}

@media screen and (max-width: 767px) {
  .formcontainer textarea {
    width:calc(100%);
  }
}

.custom-select {
  position: relative;
  margin: 0;
}

.custom-select select {
  display: none;
  width: 40%;
}

.select-selected {
  background-color: #fff !important;
  border: 2px solid #00abb5 !important;
  color: #00abb5 !important;
  padding: 5px 0px !important;
  text-align:center;
}

.select-selected:after {
  position: absolute;
  content: "|";
  top: 15px !important;
  right: 0;
  width: 0;
  height: 10px;
  border: 6px solid transparent;
  border-color: #00abb5 transparent transparent transparent !important;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #00abb5 transparent !important;
  top: 10px !important;
}

.select-items {
  position: absolute;
  background-color: #fff !important;
  border: 2px solid #00abb5;
  border-top: none;
  top: 25px !important;
  padding-top: 15px !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items div,.select-selected {
  color: #00abb5 !important;
}

.addons .field {
    height:34px;
    margin-bottom:15px;
}

.addons .field .label {
    color: #00b1eb;
    font-size:14px;
    line-height:34px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.addons .field input {
    text-align:center;
}



.formcontainer input[type="submit"] {
    color:#fff;
    border:none;
    max-width:200px;
    padding:9px 20px;
    margin-top:0px;
    text-transform:uppercase;
    background-color:#00b1eb;
}









.sfeer-kinderfeestje {
    padding:25px 0px;
    background-color:#ffb23e;
}

.sfeer-kinderfeestje .image-container {
    width:25%;
    float:left;
    text-align:center;
}

.snacks-hide {
  display: none;
}






















footer {
    padding:45px 0px 15px;
    background-color:#ccf0f8;
}

footer img {
    float:left;
}


footer .title {
    color:#35c1f0;
    font-size:14px;
    font-weight:bold;
    list-style:none;
    padding-bottom:10px;
    text-transform:uppercase;
    border-bottom:2px dotted #35c1f0;
}


footer ul {
    float:left;
    margin-top:10px;
    margin-bottom: 30px;
    list-style:none;
}

footer ul li, footer ul li a {
    color:#12191c;
    font-size:13px;
    line-height:24px;
    font-family: 'Avenir regular';
}

.footerbar {
    font-size:12px;
    padding:5px 0px 15px 0px;
    font-family: 'Avenir regular';
}

.footerbar a {
    color:#000;
    font-family: 'Avenir regular';
}

.footerbar {
    text-align:center;
    line-height:28px;
    margin-top:15px;
}

.footerbar .left {
    float:left;
}

.footerbar .right {
    float:right;
}


.footer-socials {
	float: left;
	list-style: none;
  margin: -15px 0 30px;
}

.footer-socials li {
	float:left;
}
.footer-socials li + li {
	margin-left: 5px;
}

.footer-socials li a {
  display: block;
	width: 30px !important;
  height: 30px !important;
  margin-bottom: 0 !important;
  border-radius: 50%;
  background: #FFB23E left top no-repeat;
  transition: background-color linear .3s;
}
.footer-socials li a:hover {
  background-color: #00B6DC;
}

.footer-socials li a.instagram {
  background-image: url('../img/instagram.svg');
}
.footer-socials li a.facebook {
  background-image: url('../img/facebook.svg');
}
.footer-socials li a.youtube {
  background-image: url('../img/youtube.svg');
}

.footer-socials li a span {
  display: none;
}









.prijzen-container .title {
    color:#00b1ec;
    font-size:14px;
    margin-bottom:5px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.prijzen-container .subtitle {
    color:#ffb23e;
    font-size:13px;
    margin-bottom:15px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.prijzen-container table {
    width:100%;
}

.prijzen-container table td {
    font-size:13px;
    padding-bottom:5px;
    font-family: 'Avenir regular';

}

.prijzen-container table td:nth-child(1) {
    width:20px;
}

.prijzen-container table td:nth-child(3) {
    text-align:right;
    padding-right:10px;
}

.prijzen-container .col-xs-12 > table td:nth-child(3) {
  min-width: 80px;
}

/*.prijzen-container ul {
    list-style:none;
    margin-bottom:25px;
}

.prijzen-container ul li {
    font-size:12px;
    font-weight:normal;
    line-height:26px;
    font-family: 'Avenir Next LT Pro';
}

.prijzen-container ul li span {
    float:right;
}

.prijzen-container ul li .predot {
    float:none;
    margin-right:15px;
}*/

.prijzen-abonnementen-container {
    padding:25px 0px;
    text-align:center;
    background-color:#00bbc4;
}

.prijzen-abonnementen-container h3 {
    color:#fff;
    padding-bottom:15px;
    text-transform:uppercase;
}

.prijzen-abonnementen-container .tablecontainer {
    padding:25px;
    border-radius:12px;
    background-color:#fff;
}

.prijzen-abonnementen-container .tablecontainer table {
    width:100%;
    text-align:left;
}

.prijzen-abonnementen-container .tablecontainer table td {
    padding:4px 0px;
    font-family: 'Avenir regular';
}

.prijzen-abonnementen-container .tablecontainer table tr {
    border-bottom: 2px dotted #35c1f0;
}
.prijzen-abonnementen-container .tablecontainer table tr:last-child, .prijzen-abonnementen-container .tablecontainer table tr:first-child {
    border:none;
}

.prijzen-abonnementen-container .abonnement-footer {
    color:#fff;
    font-size:11px;
    padding-top:15px;
    font-family: 'Avenir regular';
}


.voordelig-bezoek-container {
    text-align:center;
    padding:25px 0px;
    background-color:#fff;
}

.voordelig-bezoek-container h4 {
    color:#00b1ec;
    text-transform:uppercase;
    font-size:30px;
    margin-top:0px;
    font-weight:bold;
    display:inline-block;
    padding:0px 25px 20px;
    font-family: 'Avenir Next LT Pro';
    vertical-align: super;
}

.voordelig-bezoek-container svg {
    display:inline;
}

.voordelig-bezoek-container .les {
    margin-top:15px;
}

.voordelig-bezoek-container table {
    display: block;
    border: 2px solid #00b1ec;
    width:100%;
    max-width:100%;
    border-radius:12px;
    background-color:#fff;
    text-align:left;
    overflow: hidden;
}

.voordelig-bezoek-container table td {
  padding-bottom: 0;
}
.voordelig-bezoek-container table td img {
  border-radius: 0 !important;
}


.voordelig-bezoek-container table .blocktitle {
    color:#00b1eb;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:2px dotted #00b1eb;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.voordelig-bezoek-container table p {
    font-size:12px;
    line-height:20px;
    font-family: 'Avenir Next LT Pro';
}










.last-news-item {
    text-align:left;
    padding:35px 0px;
    border-bottom: 2px dotted #00b1ec;
}

.last-news-item img {
    width:100%;
}

.last-news-item .date {
    font-family: 'Avenir regular';
}

.last-news-item .title {
    color: #00b1ec;
    text-transform: uppercase;
    font-size: 26px;
    padding:15px 0px;
    margin-top: 0px;
    font-weight: bold;
    font-family: 'Avenir Next LT Pro';
}

.last-news-item .content p {
    font-weight:normal !important;
    font-family: 'Avenir regular' !important;
}

.news-share {
    text-align:left;
    padding:15px 0px;
    font-family: 'Avenir regular';
}

.news-share span {
    line-height:30px;
}

.news-share .custom_images a {
    top:0px;
    padding:0px 1px;
    transition:top 0.1s linear;
}

.news-share .custom_images a:hover {
    padding:0px 1px;
    top:-4px;
    position:relative;
}


.news-items-highlighted {
  padding:35px 0px;
  text-align:center;
  background-color:#00bbc4;
}

.news-items-highlighted .container .row  {
  display: flex;
  flex-wrap: wrap;
}

.news-items-highlighted h2 {
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    margin:0px 0px 20px 0px;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.news-items-highlighted .inner {
    border-radius:12px;
}

.news-items-highlighted .inner img {
    width:100%;
    z-index:1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.news-items-highlighted .imagecontainer {
    position:relative;
    margin-top:10px;
}

.news-items-highlighted .imagecontainer .circle {
    width:97px;
    height:97px;
    margin:0 auto;
    bottom:-50px;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius:100px;
    background:#fff;
}

.news-items-highlighted .inner-content {
    padding:50px 20px 20px 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.news-items-highlighted .inner-content .title {
    color:#00b6dc;
    font-size:16px;
    height:61px;
    font-weight:bold;
    padding-bottom:15px;
    border-bottom:2px dotted #00b6dc;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.news-items-highlighted .inner-content .text-container{
    height:51px;
    margin:15px 0px;
}

.news-items-highlighted .inner-content p {
    font-size:12px;
    font-family: 'Avenir regular';
}

.news-archief {
    padding:35px 0px;
}

.news-archief .title {
    color:#00b1ec;
    font-size:16px;
    padding-bottom:10px;
    margin-bottom:10px;
    text-transform:uppercase;
    border-bottom: 2px dotted #00b6dc;
    font-family: 'Avenir Next LT Pro';
}

.news-archief .yearsselector {
    list-style:none;
    font-family: 'Avenir regular';
}

@media only screen and (max-width: 1023px) {
  .news-archief .yearsselector > li:not(:first-child) {
    display: none;
  }
}

.news-archief a {
    color:#000;
    font-size:14px;
    line-height:26px;
}

.news-archief ul li .monthselector {
    margin-left:10px;
    list-style:none;
}

.news-archief ul li .monthselector a {
    color:#000;
    font-size:15px;
    text-decoration:none;
    line-height:24px;
    font-family: 'Avenir regular';
}

.news-archief ul li .monthselector .active, .news-archief ul li .monthselector a:hover {
    color:#00b6dc;
}

.news-archief-items {
    list-style:none;
}

.news-archief-items li {
    padding:10px 0px;
    font-family: 'Avenir regular';
    border-bottom: 2px dotted #00b6dc;
}

.news-archief-items li p {
    margin:0px;
}





.lessen-baby-zwemmen {
    text-align:center;
    padding:25px 0px;
    background-color:#00b1ec;
}

.lessen-baby-zwemmen h3 {
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.lessen-baby-zwemmen p {
    margin:25px;
    font-size:13px;
    font-weight: bold;
    font-family: 'Avenir Next LT Pro';
}

.zwemabc {
    padding:35px 0px;
}

.zwemabc img {
    max-width:100%;
    padding:0px 5px;
}

.zwemabc .prijzenentijden {
    color:#fff;
    width: 160px;
    height: 160px;
    position:absolute;
    bottom:30px;
    right:50px;
    padding:60px 0px;
    text-transform:uppercase;
    -moz-border-radius: 160px;
    -webkit-border-radius: 160px;
    border-radius:160px;
    background-color:#ffb23e;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.zwemabc .prijzenentijden a {
    width: 160px;
    height: 160px;
}

.zwemabc .prijzen .prijzen-inner {
    margin-top:55px;
}

.zwemabc .title {
    margin: 0px;
    display: inline;
    font-size: 142px;
    color: #00b1eb;
    margin-top:-100px;
    font-family: 'Harvest Barn';
}

.zwemabc p {
    border-top: 2px dotted #000;
    padding: 15px 0px;
    font-weight: 600;
    margin-top: -25px;
    font-family: 'Avenir Next LT Pro';
}


.zwemabc .image-container {
    float:left;
    width:33.333%;
    text-align:center;
}

.zwemabc .image-container img {
    max-width:100%;
}


.lessen-prive {
    padding:25px 0px;
    text-align:center;
    background:url(../assets/privelessen-background.jpg) center center repeat;
}

.lessen-prive h4 {
    color:#fff;
    font-weight:bold;
    font-size: 26px;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.lessen-prive p {
    font-size:13px;
    font-weight: bold;
    margin:25px 0px;
    font-family: 'Avenir Next LT Pro';
}

.gezondalseenvis {
    padding:25px 0px;
    background-color:#ffb23e;
}

.gezondalseenvis .titlecontainer {
    top:-45px;
    position:relative;
    text-align:center;
}

.gezondalseenvis .title {
    margin: 0px;
    display: inline;
    font-size: 142px;
    padding: 0px 25px;
    font-family: 'Harvest Barn';
}

.gezondalseenvis .les {
    /*margin-bottom:25px;*/
    margin-top:15px;
}





.gezondalseenvis table {
    max-width:100%;
    border-radius:12px;
    background-color:#fff;
}

.gezondalseenvis table .blocktitle {
    color:#00b1eb;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:2px dotted #00b1eb;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.gezondalseenvis table p {
    font-size:12px;
    line-height:18px;
    font-family: 'Avenir Next LT Pro';
}

.servicevanenvida {
    padding:25px 0px;
    text-align:center;
    background-color:#fff;
}

.servicevanenvida .title {
    color:#00abb5;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro';
}


.ontbijtzwemmen {
    padding:25px 0px 0px 0px;
    background-color:#a5e0e3;
}


.ontbijtzwemmen img {
    max-width:100%;
    padding:0px 5px;
    float:left;
}

.ontbijtzwemmen .prijzenentijden {
    color:#fff;
    width: 165px;
    height: 165px;
    position:absolute;
    bottom:8px;
    left:50px;
    padding:60px 0px;
    text-transform:uppercase;
    -moz-border-radius: 165px;
    -webkit-border-radius: 165px;
    border-radius:165px;
    background-color:#ffb23e;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.ontbijtzwemmen .prijzenentijden a {
    width: 160px;
    height: 160px;
}

.ontbijtzwemmen .prijzen .prijzen-inner {
    margin-top:55px;
}

.ontbijtzwemmen .title {
    margin: 0px;
    display: inline;
    font-size: 152px;
    color: #00b1eb;
    margin-top:-100px;
    font-family: 'Harvest Barn';
}

.ontbijtzwemmen p {
    border-top: 2px dotted #000;
    padding: 15px 0px;
    font-weight: 600;
    margin-top: -25px;
    font-family: 'Avenir Next LT Pro';
}


.ontbijtzwemmen .image-container {
    float:left;
    width:33.333%;
    text-align:center;
}

.ontbijtzwemmen .image-container img {
    max-width:100%;
}


.zwemmenineenschool {
    padding:25px 0px 0px 0px;
    background-color:#eefafd;
}

.zwemmenineenschool .title {
    color:#ffb23e;
    font-size: 26px;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.zwemmenineenschool .subtitle {
    text-align:center;
    font-size:15px;
    font-family: 'Avenir regular';
}

.zwemmenineenschool .zwemmenineenschool-slider {
    margin:25px 0px 25px 0px;
}

.zwemmenineenschool .zwemmenineenschool-slider .item {
    margin:0px 10px;
    text-align:center;
}

.zwemmenineenschool .zwemmenineenschool-slider .title {
    color:#00b6dc;
    margin:10px 0px;
    padding:10px 0px;
    font-weight:bold;
    font-size:16px;
    text-transform:uppercase;
    border-bottom:2px dotted #00b6dc;
    font-weight:bold;
    font-family: 'Avenir Next LT Pro';
}

.zwemmenineenschool .zwemmenineenschool-slider p {
    height:60px;
    font-size: 12px;
    margin: 15px 0px 15px 0px;
    font-family: 'Avenir regular';
}

.zwemmenineenschool .zwemmenineenschool-slider .btn-yellow {
    text-align:center;
}

.zwemmenineenschool .owl-dots {
    display:none !important;
}

.zwemmenineenschool .owl-nav, .zwemmenineenschool .owl-prev {
        display:none !important;
}




/*Lessen Subpages*/
.lessen-imagecontainer {
    padding: 25px 0px;
    background-color:#00abb5;
}

.lessen-imagecontainer .image-container {
    width:25%;
    float:left;
    text-align:center;
}

.lestijden-en-prijzen {
    padding:15px 0px;
    background-image: url('../assets/lestijden-water-background.jpg');
    background-repeat: repeat;
    background-position: bottom;
    opacity: 0.9;
}

.lestijden-en-prijzen h3 {
    color:#fff;
    font-weight:bold;
    font-family:'Avenir Next LT Pro';
    text-transform:uppercase;
}

.lestijden-en-prijzen .tablecontainer {
    border-radius:12px;
    padding:25px;
    background-color:#fff;
}

.lestijden-en-prijzen table {
    width:100%;
}

.lestijden-en-prijzen tr {
    border-bottom: 2px dotted #35c1f0;
}

.lestijden-en-prijzen table td {
    font-size:12px;
    padding:9px 0px;
    font-family: 'Avenir regular';

}

.lestijden-en-prijzen table td:nth-child(1) {
    width:20px;
}

.lestijden-en-prijzen table td:nth-child(3) {
    width:55px;
    font-size:12px;
    padding-right:10px;
}



.lessen-form-container {
    padding:25px 0px;
}

.lessen-form-container .meer-info-head {
    padding:25px 0px;
}

.lessen-form-container .meer-info-head h4 {
    color:#00abb5;
    font-size:24px;
    font-weight:bold;
    font-family:'Avenir Next LT Pro';
    text-transform:uppercase;
}

.lessen-form-container .meer-info-head {
    font-weight:bold;
    font-family:'Avenir Next LT Pro';
}

.lessen-form-container .field {
    margin-bottom: 15px;
}

.lessen-form-container label {
    width: 30%;
    float:left;
    color: #00b1eb;
    text-transform: uppercase;
}

.lessen-form-container input[type="text"], .lessen-form-container input[type="date"], .lessen-form-container input[type="email"], .lessen-form-container textarea {
    min-width: calc(70% - 5px);
    width: calc(70% - 5px);
    max-width: calc(70% - 5px);
    border-radius: 8px;
    padding: 5px 15px;
    outline: none;
    border: 2px solid #00abb5;
    font-family: 'Avenir regular';
}

.lessen-form-container input[type="submit"] {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 8px;
    display: inline-block;
    margin: 0px 5px;
    outline: none;
    border:none;
    cursor: pointer;
    background-color: #00b1eb;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro';
    -webkit-transition: background-color 350ms linear;
    -ms-transition: background-color 350ms linear;
    transition: background-color 350ms linear;
}















/*Agenda Pagina*/
.agenda {
    padding:25px 0px;
    position:relative;
    background-color:#00abb5;
}

@media screen and (max-width: 767px) {
  .agenda {
    padding: 0px;
}
}

.agenda .titlecontainer {
    text-align:center;
}

.agenda .titlecontainer h3 {
    color:#fff;
    font-size: 28px;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.legenda {
    font-size:13px;
    padding:25px 0px;
    background-color:#fff;
    font-family: 'Avenir regular';
}

.legenda .titlecontainer {
    text-align:center;
}

.legenda .titlecontainer h4 {
    color:#ffb23e;
    font-size: 28px;
    font-weight: bold;
    padding-bottom:20px;
    margin-bottom:25px;
    text-transform:uppercase;
    border-bottom: 2px dotted #00b6dc;
    font-family: 'Avenir Next LT Pro';
}


.legenda .bluetitle {
    color:#00b1ec;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.legenda ul {
    list-style:none;
    margin-top:15px;
}

.legenda ul span {
    float:right;
}

.legenda .note {
    font-size:11px;
}

.legenda .pictogrammen li {
    margin-top:12px;
    padding-bottom:12px;
    border-bottom:2px dotted #00b6dc;
}

.laatste-nieuwsberichten .inner {
    border-radius:12px;
}

.laatste-nieuwsberichten .inner img {
    max-width:100%;
    z-index:1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.laatste-nieuwsberichten .imagecontainer {
  position:relative;
  background-repeat: no-repeat;
  height: 245px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-size: cover;
}


.laatste-nieuwsberichten .imagecontainer .circle {
    width:97px;
    height:97px;
    margin:0 auto;
    bottom:-50px;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius:100px;
    background:#fff;
    text-align:center;
}

.laatste-nieuwsberichten .inner-content {

    padding:50px 20px 20px 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.laatste-nieuwsberichten .inner-content .title {
    color:#00b6dc;
    font-size:16px;
    font-weight:bold;
    min-height:61px;
    padding-bottom:15px;
    border-bottom:2px dotted #00b6dc;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.laatste-nieuwsberichten .inner-content p {
    height:55px;
    margin-top:15px;
    font-size:12px;
    max-height:55px;
    font-family: 'Avenir regular';
}














/*Contactpage*/
.contact-container .title {
    color:#00b1ec;
    font-weight: bold;
    margin-bottom:15px;
    display:inline-block;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.contact-container ul {
    list-style:none;
    margin-bottom:25px;
}

.contact-container ul li {
    font-size:12px;
    font-weight:normal;
    font-family: 'Avenir regular';
}

.contact-container ul li span {
    float:right;
}

.contact-container .socials li {
    float:left;
    margin-right:5px;
}







.price-yellow {
    color:#000;
    font-size:11px;
    font-weight: bold;
    padding:10px;
    border-radius:12px;
    display:inline-block;
    width:180px;
    margin:0px 5px;
    margin-bottom:15px;
    outline:none;
    background-color:#ffb23e;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
    -webkit-transition: background-color 350ms linear;
    -ms-transition: background-color 350ms linear;
    transition: background-color 350ms linear;
}




.predot {
    font-size:12px;
    color:#35c1f0;
    margin-right:5px;
}

.btn-yellow, .btn-blue, .btn-green {
    color:#fff;
    font-size:11px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding:15px 10px 13px;
    border-radius:8px;
    display:inline-block;
    width:180px;
    margin:0px 5px;
    margin-bottom:15px;
    cursor:pointer;
    outline:none;
    background-color:#ffb23e;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
    transition: background-color .2s linear;
}

.btn-yellow:hover, .btn-blue:hover, .btn-green:hover {
    color:#fff;
    outline:none;
    text-decoration:none;
    background-color:#ec9626;
    transition: background-color .3s linear;
}


.btn-blue {
  background-color:#00b1ec;
}
.btn-blue:hover {
  background-color:#016995;
}

.btn-green {
  background-color:#00abb5;
}
.btn-green:hover {
  background-color:#088690;
}


#toTop {
    width: 35px;
    height: 35px;
    background: #00b1ec url('../assets/totop.png') left top no-repeat;
    border-radius: 8px 8px 0 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
    cursor: pointer;
    z-index: 80;
}



/*Owl Carousel*/

.owl-nav div {
    padding: 10px 7px !important;

    display:inline !important;
}

.owl-nav .owl-prev {
    top:140px;
    left:-55px;
    height:40px;
    width:40px;
    font-size:0px !important;
    position:absolute;
    background:url('../assets/slider-left-blue.png') left top no-repeat !important;
}

.owl-nav .owl-next {
    top:140px;
    right:-55px;
    height:40px;
    width:40px;
    font-size:0px !important;
    position:absolute;
    background:url('../assets/slider-right-blue.png') left top no-repeat !important;
}

/*Modal*/
.sluitclass{
    position:absolute;
    top:-18px;
    right:-14px;
    display:inline-block;
    width:35px;
    height:35px;
    border-radius: 50%;
    background-color:#ffb23e;
    text-align:center;
    color:#fff;
    text-decoration:none !important;
    line-height:35px;
    font-size:18px;
}

.fancybox-container {
  z-index: 99999999999999 !important;
}


.fancybox-bg {
    background-color:#fff !important;
}

.fancybox-slide--html .fancybox-content {
    width:995px;
    /*height:932px;*/
    width:100%;
    height:100%;
    background: url('../assets/popup.png') center top no-repeat;

}

.fancybox-content {
    overflow:hidden !important;
    padding-top:40px !important;
    }

    .fancybox-close-small {
        display:none !important;
    }

.modal-container {
  max-width: 600px;
  padding: 0;
  margin: 0px auto;
  margin-bottom:0px;
  border-radius: .3em;
  box-shadow: 0 0.1em 0.4em rgba(0,0,0,.3);
  background-color:#fff;

}

.modal-title {
    color: #35c1f0;
    font-weight: 700;
    padding: 5px;
    font-weight:bold;
    font-size:18px;
    margin:20px;
    text-align:center;
    border-bottom:2px dotted #00b1ec;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.modal-body {
  max-height: calc(100vh);
  min-height: 50px;
  padding: 0 1.5em 3.5em 1.5em;
  overflow-y: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal-body p {
    text-align:center;
    font-family: 'Avenir regular';
}

.modal-body img {
    margin-top:25px;
    border-radius:12px;
}

.modal-body .btn-yellow {
    width:100% !important;
    text-align:center;
}

.modal-footer {
  padding: 1.5em;
  text-align: right;
}

p:first-child {
  margin-top: 0;
}

/*Popup slider*/
#carousel,
#carousel-thumbs {
  max-width: 800px;
  margin: 0px auto;

}
#carousel-thumbs .item img {
  opacity: 0.95;
  max-width:100%;
}
#carousel-thumbs .item.active div.active img {
  opacity: 1;
  max-width:100%;
  border: 2px solid #000;
}
#carousel-thumbs .item.active div:not(.active) img {
  cursor:pointer;
}
#carousel-thumbs .carousel-control {
  background-image: none;
}

.carousel-control.left, .carousel-control.right {
    background-image:none;
}

/*Agenda modal*/
.agenda-modal {
    padding:0px 12px 10px 12px;
}

.agenda-head {
    margin-top:15px;
    padding:12px 25px 20px 25px;
    text-align:center;
    background-color:#ffb23e;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
}

.agenda-head .title {
    color:#00b1ec;
    font-size:16px;
    font-weight:bold;
    padding:6px;
    margin:10px 0px;
    text-transform:uppercase;
    border-bottom:2px dotted #fff;
    font-family: 'Avenir Next LT Pro';
}

.agenda-head .activiteit-vandaag {
    font-size:13px;
    font-family: 'Avenir regular';
}

.agenda-modal .item {
    margin:15px 0px;
    text-align:left;
}

@media only screen and (min-width: 1024px) {
  .agenda-modal .item {
    min-height:100px;
  }
}

.agenda-modal .date {
    margin-top: 35px;
    color:#ffb23e;
    font-size: 2em !important;
    font-family: 'Avenir Next LT Pro' !important;
    text-transform: uppercase;
}

.agenda-modal .item img {
    margin:0px 10px 0px 0px;

}

.agenda-modal .item .subtitle {
    color:#000;
    font-size:12px;
    padding-bottom:8px;
    margin-bottom:8px;
    line-height:25px;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
    border-bottom:2px dotted #00b1ec;
}

.agenda-modal .item p {
    font-size:12px;
    text-align:left;
}

.agenda-footer {
    text-align:center;
}

.agenda-footer .title {
    color:#00b1ec;
    font-size:16px;
    font-weight:bold;
    padding:6px;
    margin-bottom:10px;
    border-bottom: 2px dotted #00b1ec;
    text-transform:uppercase;
    font-family: 'Avenir Next LT Pro';
}

.agenda-footer .extra-mededeling {
    font-size:12px;
    font-family: 'Avenir regular';
}

.agenda-footer .btn-green {
    margin:25px 0px 20px 0px;
}







/*Dropdown select*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;

}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #ffb23e;
  border-radius:8px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  font-weight:bold;
  text-transform:uppercase;
  font-family: 'Avenir Next LT Pro';
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/*Radio + Checkbox*/
.radio-container {
    width:33.333333333%;
    float:left;
}

.radio-container input[type="radio"],
.radio-container input[type="checkbox"] {
    opacity: 0;
    height:0px;
}

.radio-container input[type="radio"] + label,
.radio-container input[type="checkbox"] + label {
    cursor: pointer;
    width:calc(100% - 30px);
    margin-left:10px;
    margin-right:10px;
    padding: 8px 10px;
    background: #ffb23e;
    color: #fff;
    font-size:12px;
    border-radius: 6px;
    text-align:center;
}

.radio-container input[type="radio"]:checked + label,
.radio-container input[type="checkbox"]:checked + label{
    background: #00abb5;
    color: white;
}


.field input[type="checkbox"] + label {
  border: 2px solid #00abb5;
  background-color: #fff;
  width: 28px!important;
  height: 28px!important;
  border-radius: 6px!important;
}
.field input[type="checkbox"]:checked + label {
  background-color: #00b1eb;
}

.field input[type="radio"] + label {
  border: 2px solid #00abb5;
  background-color: #fff;
  width: 28px!important;
  height: 28px!important;
  border-radius: 28px!important;
}
.field input[type="radio"]:checked + label {
  background-color: #00b1eb;
}

.field input[type="radio"] + label.radio-button {
  border: none;
  padding: 8px 10px;
  background: #00b1eb;
  color: #fff;
  font-size: 12px;
  border-radius: 12px !important;
  width: 100% !important;
  height: auto !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.field input[type="radio"]:checked + label.radio-button {
  background-color: #ffb23e;
}


/*Dropdowns*/
.showmenu {

    width: 100%;
    color: #6f6f6f;
    padding-top: 9px;
    padding-bottom: 6px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 12px;
    padding-left: 25px;
    padding-right: 20px;
    border: 2px solid #00abb5;
    background: url(../images/pulldown-down.png) right 5px no-repeat #ffffff;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;

      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;

}

.select2-results__option {
   list-style: none !important;
   margin-left: 0 !important;
   margin-top:0 !important;
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px;
  z-index: 999999;
}

  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    z-index: 999999;
  }

    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    margin-left: 0 !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #ccc 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #026b9c;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    padding-top:5px;
    color: #6f6f6f;
    font-family: 'Avenir Next LT Pro';
    margin-top:0px;
    font-size:0.875rem;
    line-height: 20px;
    width:100%;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    right: 15px;
    height: 25px;
    width: 25px;
    background: #ffffff;
    border: 1.5px solid #00abb5;
    border-radius:50%;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #00abb5;
}
.control input:checked ~ .control__indicator {
  background: #00abb5;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  /*content: '';*/
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;

}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}




/* KALENDERPAGINA */
.kalender-pictogrammen {
  margin-top: 10px;
}
.kalender-pictogramtekst {
  font-size: 9px;
}

#script-warning {
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  display: none;
  padding: 0 10px;
  text-align: center;
  color: red;
  border-bottom: 1px solid #ddd;
  background: #eee;
}



/*
.content-mobiel-pagina .fc-view-container {
  min-height:100%!important;
}
.content-mobiel-pagina .fc-view > table{
  min-height:100px!important;
}
.content-mobiel-pagina .fc-day-grid {
  min-height:100%!important;
}
.fc-day-grid-container.fc-scroller {
  min-height:100%!important;
}
*/


.kalenderblokje {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: red;
  float: left;
  margin-left: -15px;
  opacity: 0.9;
}
.content-mobiel .kalenderblokje {
max-height:20px;
}

/*.extravoordeel {
  background-color: #f7b8d2;
}*/

.extravoordeel.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 0px !important;
}

/*.voordeel {
  background-color: #bfdff6;
}*/

.voordeel.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 0px !important;
}

.fc-day {
    background-color: #939393;
}

.fc-disabled-day {
  background-color:#fff;
}

.standaard.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 0px !important;
}

/*.hoog {
  background-color: #7f78b8;
}*/

.hoog.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 0px !important;
}

.kalenderblokje {
  margin-right: 3px;
}

/*.top {
  background-color: #004579;
}*/

.top.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 0px !important;
}

.prijsseizoen {
  background-color: #fff;
  font-size: 9px;
  padding-right:0px;
}

.kalender-pictogramtekst {
  padding-left: 0px;
  padding-right: 0px;
}

.pictogram-tekst-span {
  padding-top: 10px;
  position: absolute;
}

.kalender-pictogram {
  float: left;
  margin-right: 5px;
}











@media screen and (max-width: 767px) {
  #dayinfo {
    margin-bottom: 50px;
  }
}
.daginfo-venster {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border: 0 !important;
    background: transparent;
    color: #4e555d;
}
.daginfo-kop {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 24px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.paris .daginfo-kop {
    background-color: #960868;
}
.world .daginfo-kop {
    background-color: #5d287f;
}
.daginfo-tekst {
    font-family: 'Avenir LT Std 95 Black';
    color: #fff;
}
.daginfo-datum {
    font-family: 'Avenir LT Std 45 Book';
    color: #e2a31a;
}
@media screen and (min-width: 768px) {
  .daginfo-informatie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .sluitknop {
    right: 15px;
    position: relative;
  }
}
.sluitknop {
  background-color: #e2a31a;
  color: #fff;
  border-color: #4e555d;
  border-radius: 8px;
  padding: 6px 12px;
}
.sluitknop:hover {
  background-color: #fff;
  color: #4e555d;
}
.tijdeninfo {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .tijdeninfo {
    border-bottom-left-radius: 12px !important;
  }
}
.gesloteninformatie {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gesloteninformatie {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 12px !important;
  }
}
.paris .gesloteninformatie {
  background-color: #f4e6f0;
}
.world .gesloteninformatie {
  background-color: #eee9f2;
}
.tijden-kop {
  font-size: 16px;
  line-height: 24px;
  padding-top: 5px;
}
.tijden-kop hr {
  margin-bottom: 2px;
  margin-top: 8px;
}
.kalender-park {
  font-size: 16px;
  padding-top: 10px;
}
.paris .kalender-park {
  color: #960868;
}
.world .kalender-park {
  color: #5d287f;
}
.tijden {
  padding-bottom: 12px;
}
.attracties ul, .restaurants ul {
  padding-left: 12px;
}

.kalender-aanbiedingen {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.kalender-aanbiedingen .meeraanbiedingen-button {
  background-color: #fff;
}
.kalender-aanbiedingen .meeraanbiedingen-button-foto {
  float: left;
}
.kalender-aanbiedingen .meeraanbiedingen-button-boeknu {
  width: 145px;
}


@media only screen and (min-width:0px) and (max-width: 560px) {
    .adjustwidth{
        width: 100% !important;
    }

    .padtoleft{
      padding-left:0 !important;
    }
}


@media only screen and (min-width:0px) and (max-width: 1023px) {
    .fancybox-slide--html .fancybox-content {
        background: none !important;
    }
}

.drukte-list ul li{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
#drukteBtn:focus{
  text-decoration: none;
}


.eocjs-newsticker {
  background-color: #52BC49;
  float: left;
  width: 100%;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  line-height: 64px;
  white-space: nowrap;
  font-family: 'Avenir LT Std', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin 1s linear infinite;
}

@media only screen and (max-width : 767px) {
  .eocjs-newsticker .eocjs-newsticker-container {
    height: 40px;
  }
  
  .eocjs-newsticker .eocjs-newsticker-one,
  .eocjs-newsticker .eocjs-newsticker-two {
    height: 40px;
    line-height: 42px;
    font-size: 14px;
  }
  
  .eocjs-newsticker-loader {
    left: 20px;
    top: 10px;
  }
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}

.ls-nav-prev, .ls-nav-next {
  margin-top: -29px !important;
}

@media only screen and (max-width : 767px) {
.ls-fullwidthdark .ls-nav-prev.ls-nav-prev {
    left: 15px !important;
    margin-left: 0 !important;
    margin-top: -60px !important;
    background-position: 0px 0px !important;
  }
.ls-fullwidthdark .ls-nav-next.ls-nav-next {
    right: 15px !important;
    margin-right: 0 !important;
    margin-top: -60px !important;
    background-position: -150px 0px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .ls-nav-prev, .ls-nav-next {
    margin-top: -25px !important;
  }
}

.outdoor-temp {
  position: absolute;
  top: 70px !important;
  right: 15%;
  z-index: 2;
  pointer-events: none;
}
.outdoor-temp div {
  box-sizing: border-box !important;
  float: right;
  width: 290px;
  height: 205px;
  background: transparent url(../img/outdoor-temp.svg) left top no-repeat;
  background-size: cover;
  padding: 45px 50px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .outdoor-temp {
    top: -95px !important;
    right: unset;
    left: 60px;
    z-index: 999999999;
  }
  .outdoor-temp div {
    transform: scale(.45);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .outdoor-temp div {
    transform: scale(.75);
    margin-top: -50px;
  }
}

.outdoor-temp div strong {
  display: inline-block;
  font-family: 'Avenir LT Std', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.35;
}
.outdoor-temp div em {
  display: inline-block;
  font-family: 'Harvest Barn';
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  color: #00B6DC;
  margin-top: -27px;
}


.homeblocks {
  background-color: #f2fbfe;
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .homeblocks {
    padding: 60px 0 0;
  }
}

.homeblocks .homeblock {
  text-align: center;
  margin: 0 auto;
  max-width: 554px;
}

.homeblocks .homeblock .homeblock-content {
  padding: 20px 0 100px;
  font-family: 'Avenir LT Std', sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .homeblocks .homeblock .homeblock-content {
    padding: 50px 25px 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .homeblocks .homeblock .homeblock-content {
    padding: 50px 50px 140px;
  }
}

.homeblocks .homeblock img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}

.homeblocks .homeblock .homeblock-content strong {
  display: block;
  font-family: 'Avenir LT Std', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25;
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 2px dotted #00B8F1;
  color: #00b6dc;
}
.homeblocks .homeblock .homeblock-content strong.heading-yellow {
  color: #ffb23e;
  display: block;
  font-family: 'Avenir LT Std', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.25;
  padding: 0 20px 20px;
  margin-bottom: 25px;
  border-bottom: 2px dotted #00B8F1;
}
.homeblocks .homeblock .homeblock-content strong.heading-blue {
  color: #00b6dc;
  display: block;
  font-family: 'Avenir LT Std', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.25;
  padding: 0 20px 20px;
  margin-bottom: 25px;
  border-bottom: 2px dotted #00B8F1;
}

@media only screen and (min-width: 1024px) {
  .homeblocks .homeblock .homeblock-content strong {
    padding: 0 0 20px;
  }
}

.homeblocks .homeblock .homeblock-content a.btn-yellow,
.homeblocks .homeblock .homeblock-content a.btn-blue{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .homeblocks .homeblock .homeblock-content a.btn-yellow,
  .homeblocks .homeblock .homeblock-content a.btn-blue{
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .homeblocks .row {
    display: flex;
  }
}

.noslider {
  width: 100%;
  height: 500px;
  max-height: 55vw;
  background: #f2fbfe;
}
.noslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* fade in body */
html {
  transition: all linear .5s .3s; 
  opacity: 1 !important;
}
