body {
	background-color: #4cbbef;
}
.masthead-bg {
	background-color: #4cbbef;
}

.masthead {
		position: relative;
    background: url(../assets/img/kanovaren.jpg) no-repeat;
	  background-size: cover;
		background-position: center center;
}
.masthead.img-2 {
		position: relative;
		background: url(../assets/img/kanovaren-2.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
}

.masthead.img-3 {
		position: relative;
		background: url(../assets/img/kanovaren-3.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
}
.masthead.img-4 {
		position: relative;
		background: url(../assets/img/kanovaren-4.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
}
.masthead.img-5 {
		position: relative;
		background: url(../assets/img/kanovaren-5.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
}
.masthead.img-6 {
		position: relative;
		background: url(../assets/img/kanovaren-6.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
}
.masthead.img-7 {
		position: relative;
		background: url(../assets/img/kanovaren-7.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
}
.masthead.img-8 {
		position: relative;
		background: url(../assets/img/kanovaren-8.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
}

.masthead .masthead-avatar2 {
	  width: 10rem;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: calc(17rem + 104px);
    padding-bottom: 6rem;
  }
  .masthead .masthead-heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .masthead .masthead-subheading {
    font-size: 1.5rem;
  }
}

.bg-primary {
  background-color: #4cbbef !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ffdd00 !important;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 0.9rem
}
#mainNav .navbar-brand {
  color: #ffdd00;
}
#mainNav .navbar-nav {
  margin-top: 1rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #ffdd00;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #ffdd00;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 1.65em;
    transition: font-size 0.3s;
    line-height: 1em;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #ffdd00;
    background: transparent;
    border: solid #ffdd00 1px;
  }
  .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #ffdd00;
    background: none;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em; 
  }
}

.masthead {
  padding-top: calc(17rem + 74px);
  padding-bottom: 6rem;
}
.masthead .masthead-heading {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.masthead .masthead-subheading {
  font-size: 1.25rem;
}
.masthead .masthead-avatar {
  width: 15rem;
}

h1.masthead-heading {
	color: #ffdd00; 
	text-shadow: 2px 2px 6px #000; 
}

p.masthead-subheading {
	text-shadow: 1px 1px 3px #000; 
}


@media (min-width: 992px) {
  .masthead {
    padding-top: calc(17rem + 104px);
    padding-bottom: 6rem;
  }
  .masthead .masthead-heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .masthead .masthead-subheading {
    font-size: 1.5rem;
  }
}

.svg-border-waves svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%;
    color: #4cbbef;
}

.svg-border-waves2 svg {
    position: relative;
    bottom: 128px;
    left: 0;
    height: 3rem;
    width: 100%;
    color: #003964;
}

.address {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 2; }
  .address .media {
  margin-top: 0; }
  .address .media-left {
  color: #aaaaaa;
  font-size: 20px; }
  .address .media-body {
  vertical-align: middle; }
  .address .media-body a {
  color: #003964; }
	.address .fa, .address .fab {
	color: #003964; }
	.address .mlink a {
  color: #003964;
  font-weight: 550; }
  .address a {
  color: #003964 }
  .address .social-cont a {
  color: #4cbbef; }	
  
.social-cont a:hover {
	color: #ffdd00;
}  

.btn-outline-light {
  color: #4cbbef;
  border-color: #4cbbef;
}
.btn-outline-light:hover {
  color: #ffdd00;
  background-color: transparent;
  border-color: #ffdd00;
}

.btn-outline-light2 {
  color: #003964;
  border-color: #003964;
}
.btn-outline-light2:hover {
  color: #003964;
  background-color: #ffdd00;
  border-color: #ffdd00;
}

.btn-side {
  color: #fff;
  background: #e87b3c;
}
.btn-side:hover {
  color: #003964;
  background-color: #ffdd00;
}

a {
 color: #4cbbef;
}

.info-boek a {
	color: #003964;
}
.info-boek a:hover {
	color: #ffdd00;
}

.btn-primary {
  color: #fff;
  background-color: #4cbbef;
  border-color: #4cbbef;
}
.btn-primary:hover {
  color: #ffdd00;
  background-color:  #003964;
  border-color:  #003964;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2F3F4F;
  border-color: #3D4D5D;
  box-shadow: 0 0 0 0.2rem rgba(60, 198, 171, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #4cbbef;
  border-color: #4cbbef;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2F3F4F;
  border-color: #3D4D5D;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 198, 171, 0.5);
}

.arrangementen .card {
	border: none;
}

.card-footer {
    border-top: none;
    padding-bottom: 2rem;  
}

.card-footer.d-grid {
	padding-left: 2rem;
 	padding-right: 2rem;
}

.arrangementen .card-body {
  background-color: #ffdd00; 
  z-index: 1;
}

.arrangementen  .card-footer {
  background-color: #ffdd00;
}

.faq .accordion-item {
	background-color: #4cbbef;	
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.bg-dark {
	background-color: #003964 !important;
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #ffdd00;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #ffdd00;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

a:hover {
  color: #ffdd00;
  text-decoration: underline;
}

body .bg-grad {
	background-image: linear-gradient(#4cbbef, #fff);	
	background: #4cbbef; /* For browsers that do not support gradients */
 	background: -webkit-linear-gradient(#4cbbef, #fff); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#4cbbef, #fff); /* For Opera 11.1 to 12.0 */
 	background: -moz-linear-gradient(#4cbbef, #fff); /* For Firefox 3.6 to 15 */
 	background: linear-gradient(#4cbbef, #fff); /* Standard syntax */
}

.kanovaren .list-group-item {
	background-color: #003964;
	border-top: 1px solid #4cbbef;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1rem;
	font-size: 0.95rem;
}

.kanovaren .list-group-item.l {
	background-color: #003964;
}

.map .list-group-item, .links .list-group-item {
	position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffdd00;
  border: 0.125rem solid rgba(0, 0, 0, 0.125);
}

.map .list-group-item:hover, .links .list-group-item:hover {
	background-color: #4cbbef;
}	

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;  
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0.5rem;
	overflow: hidden;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #ffdd00;
  border-radius: 0.5rem;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}

.tocht .card {
  border: 0.125rem solid #003964;
  border: none;
}

.tocht .card-body {
	background-color: #ffdd00;
}

.text-primary {
	color: #4cbbef !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #003964;
}

.table th, .table td {
    border-bottom: none;
    font-size: 1rem;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0.125rem;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* Change this breakpoint if you change the breakpoint of the navbar */

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.dropdown-menu {
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #003964;
    text-align: left;
    list-style: none;
    background-color: #ffdd00;
    background-clip: padding-box;
    border: 0.125rem solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
}

@media (max-width: 992px) {
	.dropdown-menu {  
		width: 100%;
		font-weight: 700;
	}
	.logo-line {
	line-height: 0.5rem;
	margin-top: 0.5rem;
  letter-spacing: 0.28em;
	}
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #003964;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

footer .list-group-item {
	background: none;
	border: none;
}

.copyright a {
	color: #989FA7; 
}

.copyright a:hover {
	color: #ffdd00; 
}

.card.card-cascade.narrower .view.view-cascade {
    margin-top: -1.25rem;
    margin-right: 4%;
    margin-left: 4%;
}
.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 1.6rem 1rem;
    color: #fff;
    text-align: center;
}
.card.card-cascade .view.view-cascade {
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.info-color {
    background-color: #33b5e5 !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.divided-list li {
	padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
}

.copyright .active {
	background: transparent;
	padding: 2px 8px 4px 8px;
	border-radius: 0.5rem;
	border: 1px #ffdd00 solid;
}

 /* Make the image fully responsive */
.carousel-inner img {
	width: 100%;
  height: 100%;
}

/*
source
http://stackoverflow.com/a/23935891/3853728
*/

/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/

.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
 	background-image: radial-gradient(circle, transparent 50%, #ffdd00);
 	opacity: 0.5;
}

.divider-custom.divider-light .divider-custom-line {
  background-color: #ffdd00;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #ffdd00 !important;
}

.card-footer, card-body {
	z-index: 1;
}

@media (max-width: 992px) {
	.copyright ul {  
		line-height: 2.5rem;
		margin-bottom: 0.2rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	footer .list-group {  
		font-size: 0.86rem;
	}
}

.form-control:focus {
  background-color: transparent;
}
li .test {
	vertical-align: 0.1rem;
}

.dotted {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  }

.striped {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  }

header h1, header p, header .divider-custom.divider-light {
	z-index: 1;	

}

@media (max-width: 992px) {
  address .mlink {
		font-size: 1rem;
		line-height: 2.1rem;
	}
}

.privacy-links a, .voorwaarden-links a {
	color: #003964;
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button:not(.collapsed) {
    color: #003964;
    background-color: #ffdd00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: 700;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #003964;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
  
.accordion-button:hover {
	background: #ffdd00;
	color: #003964;
	font-weight: 700;
}
    
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='../assets/img/arrow-d.svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e)!important;
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='../assets/img/arrow-d.svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e)!important; 
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

*, ::after, ::before {
    box-sizing: border-box;
}


 @media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 1.65em;
    transition: font-size 0.3s;
    line-height: 1em;
    letter-spacing: 0.28em;
  }
  
  }
  
  #mainNav .navbar-brand span {
	letter-spacing: 0.01em;
}
.logo-line {
	text-decoration: underline;
}

a, a:hover {
	text-decoration: none;
}
  
.tips li {
	background: none; 
	border: none;  
}  

.tips .list-group-item {
  display: block;
  padding: 0.5rem 0rem;
}

.boeken {
	background: #e87b3c;
}
a.boeken:hover {
  background: #ffdd00;
}
#mainNav .navbar-nav li.nav-item a.nav-link.boeken:hover {
  color: #003964;
}

.boeken .list-group-item {
	background: #4cbbef;
	color: #fff;
	border: none;
	}
	
h5.boeken {
	color: #fff;
}

.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.pay {
	mix-blend-mode: multiply
}

.mbpage {
	margin-bottom: 5rem;
}


.dropdown-item {
  padding: 0.4rem 1rem;
  font-weight: 700;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #003964;
}

.mbtn-slider {
	margin-top: -2rem	
}