@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
}

html {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background: #f6fafe;
}

a {
	color: #106ebe !important;
}

a:hover {
	text-decoration: underline !important;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	text-decoration: underline !important;
}

.audience a {
	color: #000 !important;
}

.audience a:hover {
	text-decoration: underline !important;
	color: #000 !important;
}

.subheader {
	margin-bottom: 30px;
}

.subheader span {
	padding: 5px;
	margin-right: 10px;
	border-radius: 20px;
	font-size: 14px;
	user-select: none;
	font-weight: bold;
}

.s1 { background: #dccae6; color: #66427a; border: 2px solid #66427a; }
.s2 { background: #fcedc5; color: #6e571b; border: 2px solid #6e571b; }
.s3 { background: #ebb18a; color: #7d3402; border: 2px solid #7d3402; }
.s4 { background: #bcd3e8; color: #426280; border: 2px solid #426280; }
.s5 { background: #d5f2de; color: #3e5c48; border: 2px solid #3e5c48; }

header {
	background-color: #106ebe;
}

header span {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	margin-top: 4px;
	margin-left: 20px;
}

header img {
	float: left;
	margin-right: 16px;
	margin-top: 5px;
}

.login-btn {
	border: 2px solid #fff;
	border-radius: 20px;
	display: flex;
	cursor: pointer;
	margin-right: 20px;
}

.login-btn span {
	font-weight: bold;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
}

.login-btn img{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 2px;
}

#tts-dropdown-wrapper {
	margin-right: 20px;
}

h1 {
	margin-bottom: 36px;
}

h2 {
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 30px;
	color: #106ebe !important;
}

.box {
	margin: 0 auto;
	background-color: #fff;
	padding: 24px;
	border-radius: 10px;
}

.box-col a {
	text-decoration: none;
}

.box-col h3 {
	color: #000;
	font-weight: 600;
}

.box-col p {
	color: #000;
	font-weight: 400;
}

#platforms {
	border-radius: 10px;
	padding: 10px;
	padding-right: 0px;
	border: 2px solid #16191e;
	width: 414px;
	height: 115px;
	background: #242a32;
	margin: 0 auto;
}

#platform_info {
	max-width: 500px;
	margin: 0 auto;
	line-height: 2.0em;
}

.platform_icon {
	height: 90px;
	width: 90px;
	text-align: center;
	float: left;
	background: #eee;
	border-radius: 6px;
	margin-right: 10px;
	padding: 10px;
	user-select: none;
}

.platform_icon img {
	height: 100%;
}

.helpdesk_platforms h2, .helpdesk_articles h2 {
	color: #106ebe;
	font-weight: bold;
}

.helpdesk_platforms a, .helpdesk_articles a {
	display: block;
	padding: 20px;
	padding-bottom: 8px;
	background: #fff;
	border-radius: 10px;
	height: 100%;
}

.helpdesk_platforms img, .helpdesk_articles img {
	max-height: 120px;
}

.helpdesk_articles img {
	border-radius: 5px;
	border: 2px solid #106ebe;
	padding: 5px;
}

.no_border {
	border: 0px !important;
}

.helpdesk_sidebar_item {
	background: #fff;
	border-radius: 10px;
	padding: 20px;	
}

.helpdesk_sidebar_item h2 {
	color: #106ebe;
	font-weight: bold;
}

.helpdesk_sidebar_item h3 {
	font-size: 20px;
	margin-top: 15px;
	display: block;
	float: left;
	margin-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
}

.helpdesk_sidebar_item a {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
}

.helpdesk_sidebar_item a:hover {
	text-decoration: underline;
}

.helpdesk_sidebar_item img {
	width: 50px;
	float: left;
	height: auto;
	margin-right: 14px;
}

.modal-header button {
	margin-left: auto;
	font-size: 20px;
	color: #106ebe;
	font-weight: bold;
}

.modal-body.p-0 {
    padding: 0 !important;
}

.custom-lightbox-dialog.modal-fullscreen {
    margin-top: 5vh !important;
    margin-bottom: 5vh !important;
    height: 90vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
}
.custom-lightbox-dialog.modal-fullscreen .modal-content {
    height: 100% !important;
    overflow: hidden;
}

.lightbox-slide-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background-color: #f8f9fa;
    position: relative;
}

.lightbox-img {
    width: auto;
    height: calc(100% - 60px);
    object-fit: contain;
    margin-top: 0;
    align-self: stroke;
}

.lightbox-caption {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.custom-blue-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: 2px solid #106ebe !important;
    background-color: transparent !important;
    opacity: 1 !important;
    transition: background-color 0.2s ease;
    box-content: border-box;
}

.article_buttons button {
    color: #106ebe !important;
    border-color: #106ebe !important;
}

.article_buttons button:hover {
    color: #fff !important;
    background-color: #106ebe !important;
    border-color: #106ebe !important;
}

.custom-blue-indicators button.active {
    background-color: #106ebe !important;
}

.lightbox-caption {
	color: green;
}

.tick_list {
	margin-top: 32px;
	list-style-type: none;
	margin-bottom: 32px;
}

.tick_list li {
	position: relative;
}

.tick_list li::before {
	content: '✔';
	position: absolute;
	left: -20px;
	top: 0;
}

.main_container {
	padding-top: 6em;
}

.top_container {
	background-color: #2b313b;
	padding-bottom: 40px;
}

footer {
	background-color: #0d1219 !important;
}

footer h5 {
	font-weight: 600;
}

footer a {
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	height: 30px;
	margin-top: 4px;
}

.footer_menu_link {
	float: none;
}

footer a:hover {
	text-decoration: underline;
}

#icon_mail, #icon_web {
	display: block;
	margin-right: 10px;
	width: 24px;
	float: left;
	margin-top: 8px;
}

#footer_logo_right, #footer_logo_left {
	width: 200px;
	margin-top: -28px;
	box-shadow: #2b313b 0px 3px 8px;
	margin-bottom: 20px;
	margin-left: -20px;
}

.shadow-hover-effect {
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.shadow-hover-effect:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
	transform: translateY(-4px); 
}

/* TTS */
body.tts-modus-actief a:hover {
	text-decoration: none !important;
}

.tts-hoofdcontainer {
	float: right;
}

#tts-switch.btn-outline-primary {
	width: 38px;
	height: 38px;
	border-radius: 50% !important;
	background-color: #ffffff !important;
	border-color: #106ebe !important;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#tts-switch .tts-icoon {
  width: 18px;
  height: 18px;
  fill: #106ebe;
}

#tts-switch .tts-streep {
	stroke: #106ebe;
	stroke-width: 2.5;
	stroke-linecap: round;
}

#tts-switch.actief .tts-streep {
	display: none;
}

#tts-stemmen-trigger.btn-outline-secondary {
	height: 38px;
	border-color: #106ebe !important;
	color: #106ebe !important;
	border-radius: 20px !important;
	background-color: #ffffff !important;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#tts-stemmen-trigger:disabled {
	border-color: #dee2e6 !important;
	color: #6c757d !important;
	background-color: #e9ecef !important;
	cursor: not-allowed;
}

#tts-stemmen-lijst {
	display: none;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0; 
	margin-top: 6px;
	z-index: 1050;
	background-color: #ffffff;
	border: 1px solid #106ebe;
	border-radius: 8px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	min-width: 240px;
	width: max-content; 
	height: auto;
	max-height: 220px; 
	overflow-y: auto;
	padding: 4px 0;
}

#tts-stemmen-lijst.show {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}

#tts-stemmen-lijst .dropdown-item {
	padding: 8px 16px;
	font-size: 14px;
	color: #212529;
	cursor: pointer;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

#tts-stemmen-lijst .dropdown-item:hover,
#tts-stemmen-lijst .dropdown-item.active {
	background-color: #f4f9ff !important;
	color: #106ebe !important;
}

.tts-highlight {
	background-color: #fffac7 !important;
	border-radius: 4px;
	text-decoration: none !important; 
	transition: box-shadow 0.2s ease, background-color 0.2s ease;
	display: inherit !important;
	box-shadow: 0 0 0 4px #fffac7, 0 0 0 6px #fffac7 !important;
	color: #000 !important;
	position: relative;
	z-index: 1;
}

.cta {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #2b313b;
	color: #fff;
}

.cta a {
	height: 38px;
	border: 2px solid #fff !important;
	color: #fff !important;
	border-radius: 20px !important;
	background-color: #106ebe !important;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.cta a:hover {
	color: #106ebe !important;
	background-color: #fff !important;
}

.cta span {
	display: block;
	margin-top: 20px !important;
	clear: both;
}

#content_slider {
	width: 80%;
	border: 2px solid #ddd;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	margin: 0 auto;
}

#content_slider .carousel-control-prev {
    left: 10px;
    width: auto;
}

#content_slider .carousel-control-next {
    right: 10px;
    width: auto;
}

.devices img {
	margin: 0 auto;
}

.form_part {
	border-radius: 10px;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
}

.form_part label {
	font-weight: bold;
}

.form_part input {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #333;
}

.vinkje h3 {
	position: relative;
	padding-left: 30px;
}

.vinkje h3::before {
	content: '✔';
	position: absolute;
	left: 0;
	top: 0;
}

h4 {
	color: #106ebe;
	font-weight: bold;
	margin-bottom: 20px;
}

#form_submit {
	outline: 3px solid green;
	outline-offset: 0px;
	font-size: 20px;
	background: green;
	color: #fff;
	font-weight: bold;
	border: 2px dotted #fff;
}

#form_submit:hover {
	outline: 3px solid #fff;
	background: #fff;
	color: green;
	border: 2px dotted green;
}

.contact {
	padding: 20px;
	background: #fff;
}

.contact a {
	font-weight: bold;
}

#maillinglist_form #form_submit {
	margin-bottom: 30px;
}

.contact h2, #maillinglist_form h2 {
	color: #106ebe;
	font-weight: bold;
}

.contact #small_logo {
	width: 200px;
	margin-left: -20px;
}

.proefperiode ul li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tel {
	font-size: 30px;
	font-weight: bold;
	color: green;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.webinars {
	margin-bottom: 10px;
}

.webinars td {
	padding-top: 20px;
	padding-bottom: 20px;