﻿.footnotes {
	font-size: 0.8em;
}
.footnotes ol {
	list-style-type: decimal;
}
.footnotes a {
	text-decoration: none;
}
.readmore {
	overflow: hidden;
	height: 12em; /*  line-height: 1em;*/;
}
.showaslink {
	text-decoration: underline;
}
blockquote {
	margin: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
blockquote {
	border-left: solid 8px #e4e4e4;
	font-style: italic;
	margin: 0 0 2.25em 0;
	padding: 0.5em 0 0.5em 2em;
}
/* Images inline or between text blocks */
.image_inline_between_left, .image_inline_between_right {
	margin: 10px;
	max-width: 300px;
}
.image_inline_between_right {
	float: right;
}
.image_inline_between_left {
	float: left;
}
/* Kleine schermen: afbeelding tussen tekstblokken */
@media (max-width: 576px) {
.image_inline_between_left, .image_inline_between_right {
	float: none;
	display: block;
	margin: 10px auto;
}
}
input[type=submit], input[type=reset], input[type=button], .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #989898;
	border-radius: 5px;
	border: 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	height: 2.75em;
	line-height: 2.75em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, .button:hover {
	background-color: #a5a5a5;
	color: #ffffff !important;
}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, .button:active {
	background-color: #8b8b8b;
}
input[type=submit].icon, input[type=reset].icon, input[type=button].icon, .button.icon {
	padding-left: 1.35em;
}
input[type=submit].icon:before, input[type=reset].icon:before, input[type=button].icon:before, .button.icon:before {
	margin-right: 0.5em;
}
input[type=submit].fit, input[type=reset].fit, input[type=button].fit, .button.fit {
	width: 100%;
}
input[type=submit].small, input[type=reset].small, input[type=button].small, .button.small {
	font-size: 0.8em;
}
input[type=submit].large, input[type=reset].large, input[type=button].large, .button.large {
	font-size: 1.35em;
}
input[type=submit].alt, input[type=reset].alt, input[type=button].alt, .button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #e4e4e4;
	color: #777 !important;
}
input[type=submit].alt:hover, input[type=reset].alt:hover, input[type=button].alt:hover, .button.alt:hover {
	background-color: #f4f4f4;
	color: #777 !important;
}
input[type=submit].alt:active, input[type=reset].alt:active, input[type=button].alt:active, .button.alt:active {
	background-color: #eaeaea;
}
input[type=submit].alt.icon:before, input[type=reset].alt.icon:before, input[type=button].alt.icon:before, .button.alt.icon:before {
	color: #aaa;
}
input[type=submit].primary, input[type=reset].primary, input[type=button].primary, .button.primary {
	background-color: var(--base-color); /* #4acaa8 */;
	color: #ffffff !important;
}
input[type=submit].primary:hover, input[type=reset].primary:hover, input[type=button].primary:hover, .button.primary:hover {
	background-color: #5ed0b1;
}
input[type=submit].primary:active, input[type=reset].primary:active, input[type=button].primary:active, .button.primary:active {
	background-color: #39c29d;
}
input[type=submit].disabled, input[type=submit]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=button].disabled, input[type=button]:disabled, .button.disabled, .button:disabled {
	background-color: #888 !important;
	box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
	color: #fff !important;
	cursor: default;
	opacity: 0.25;
}
/* Table */
.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
table {
	margin: 0 0 2.25em 0;
	width: 100%;
}
table tbody tr {
	border: solid 2px #f4f4f4;
	border-left: 0;
	border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
				background-color: #fafafa;
			}
table td {
	padding: 0.75em 0.75em;
}
table th {
	color: #777;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}
table thead {
	border-bottom: solid 4px #e4e4e4;
}
table tfoot {
	border-top: solid 4px #e4e4e4;
}
table.alt {
	border-collapse: separate;
}
table.alt tbody tr td {
	border: solid 2px #e4e4e4;
	border-left-width: 0;
	border-top-width: 0;
}
table.alt tbody tr td:first-child {
	border-left-width: 2px;
}
table.alt tbody tr:first-child td {
	border-top-width: 2px;
}
table.alt thead {
	border-bottom: 0;
}
table.alt tfoot {
	border-top: 0;
}
/* blog */
.blog-card {
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #ccc;
/* Lichtgrijze rand */margin-bottom: 2rem;
	padding: 1rem;
}
.blog-image {
	background-position: center;
	min-height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
}
.blog-text {
	/*     background-color: #fdf6e3; */
      padding: 2rem;
} 
.lees-verder-btn-button, .lees-verder-btn-a{
	background-color: var(--bs-secondary);
	color: white;
	border: none;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
}

.lees-verder-btn-a {
  text-decoration: none; /* Verwijdert onderstreping */
  display: inline-block;
}
