html {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background: #eee;
}

a {
	color: #e86125 !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;
}

header {
	background-color: #fff;
}

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: #e86125 !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;
}

.orange {
	background: #e86125;
}

.orange h2 {
	color: #fff;
}

.thumbnail {
	width: 120px;
	height: 170px;
}

.position-relative-overflow {
    position: relative;
    overflow: hidden;
}

.ribbon-popular {
    position: absolute;
    top: 15px;
    right: -35px;
    background-color: #198754;
    color: white;
    text-align: center;
    width: 130px;
    transform: rotate(45deg);
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 3px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 10;
}

.helpdesk_platforms h2, .helpdesk_articles h2 {
	color: #e86125;
	font-weight: bold;
}

.helpdesk_platforms a, .helpdesk_articles a {
	display: block;
	background: #fff;
}

.bookblock {
	padding: 15px;
	background: #fff;
}

.web_link {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	width: 150px !important;
	background: #053172 !important;
	color: #fff !important;
	border-radius: 15px !important;
	height: auto !important;
	float: left !important;
	margin-right: 10px !important;
	margin-top: 10px;
	border: 0px;
}

.card-text {
	background: #aaa !important;
	color: #fff !important;
	margin-left: -1rem;
	margin-right: -1rem;
}

.white {
	color: #fff !important;
}

#filters span {
	display: inline-block;
	background: #053172;
	border-radius: 20px;
	margin-right: 6px;
	color: #fff;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 14px;
}

.darkgrey {
	background: #eee;
	border-top: 2px solid #aaa;
}

.darkgrey h2 {
	color: #e86125;
	font-weight: bold;
}

.no_border {
	border: 0px !important;
}

.helpdesk_sidebar_item {
	background: #fff;
	border-radius: 10px;
	padding: 20px;	
}

.helpdesk_sidebar_item h2 {
	color: #e86125;
	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: #e86125;
	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 #e86125 !important;
    background-color: transparent !important;
    opacity: 1 !important;
    transition: background-color 0.2s ease;
    box-content: border-box;
}

.article_buttons button {
    color: #e86125 !important;
    border-color: #e86125 !important;
}

.article_buttons button:hover {
    color: #fff !important;
    background-color: #e86125 !important;
    border-color: #e86125 !important;
}

.custom-blue-indicators button.active {
    background-color: #e86125 !important;
}

.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;
}

.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_menu_link_bottom {
	display: inline;
	font-weight: bold;
	text-decoration: underline;
	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: #e86125 !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: #e86125;
}

#tts-switch .tts-streep {
	stroke: #e86125;
	stroke-width: 2.5;
	stroke-linecap: round;
}

#tts-switch.actief .tts-streep {
	display: none;
}

#tts-stemmen-trigger.btn-outline-secondary {
	height: 38px;
	border-color: #e86125 !important;
	color: #e86125 !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 #e86125;
	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: #e86125 !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: #e86125 !important;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.cta a:hover {
	color: #e86125 !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: #e86125;
	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: #e86125;
	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;
}

.book-cover {
	box-shadow: 0 15px 35px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}
.book-cover:hover {
	transform: scale(1.02);
}
.preview-thumbnail {
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
	object-fit: cover;
	height: 180px;
	width: 100%;
	border: 1px solid #dee2e6;
}
.preview-thumbnail:hover {
	opacity: 0.85;
	transform: translateY(-3px);
}

form input {
	margin-bottom: 10px;
}