@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

@import url('https://fonts.cdnfonts.com/css/open-dyslexic');

body {
    margin: 0px !important;
}

#springToegankelijkheid {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    background-color: white !important;
    width: 350px !important;
    height: 100% !important;
}

#toegankelijkheidMenuList li {
    background-color: transparent !important;
	padding-left: 0px !important;
}

#toegankelijkheidMenuList li button,
#springResetDiv button {
	color: black !important;
}

#toegankelijkheidMenuList li:before {
	background-color: transparent !important;
}

#toegankelijkheidMenu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80% !important;
    background-color: #eff1f5 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

#toegankelijkheidMenuList {
    overflow-y: scroll !important;
}

/* Firefox */
#toegankelijkheidMenuList {
    scrollbar-width: auto !important;
}

/* Chrome, Edge, and Safari */
#toegankelijkheidMenuList::-webkit-scrollbar {
    width: 5px !important;
}

#toegankelijkheidMenuList::-webkit-scrollbar-track {
    background: transparent !important;
}

#toegankelijkheidMenuList::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 10px !important;
    border: 0px solid #ffffff !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

#toegankelijkheidButton {
    height: 50px !important;
    width: 50px !important;
    color: white !important;
    border-radius: 50% !important;
    box-shadow: black 0px 0px 5px !important;
    border: none !important;
    position: fixed !important;
    top: 250px;
    left: 10px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 8888 !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
	padding: 0 !important;
}

#toegankelijkheidButton svg.up-arrow {
    position: absolute;
    top: -25px;
    height: 35px;
    display: none;
    opacity: 0;
}

#toegankelijkheidButton svg.down-arrow {
    position: absolute;
    bottom: -25px;
    height: 35px;
    display: none;
    opacity: 0;
}

#toegankelijkheidButton svg.down-arrow,
#toegankelijkheidButton svg.up-arrow {
    z-index: 8000 !important;
    filter: drop-shadow(0px 0px 1px black);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#toegankelijkheidButton:hover svg.down-arrow,
#toegankelijkheidButton:hover svg.up-arrow {
    opacity: 1;
}

#toegankelijkheidButton:hover {
    cursor: pointer !important;
}

#toegankelijkheidButton img {
    height: 60px !important;
    pointer-events: none !important;
}

#toegankelijkheidMenuList li {
    width: 50% !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

#toegankelijkheidMenuList li button:hover,
#springResetButton:hover {
    cursor: pointer !important;
    filter: drop-shadow(0px 0px 5px #f39200) !important;
    -webkit-filter: drop-shadow(0px 0px 5px #f39200) !important;
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
}

#toegankelijkheidMenuList li button:active,
#springResetButton:active {
    transform: scale(0.95) !important;
    -webkit-transform: scale(0.95) !important;
    -moz-transform: scale(0.95) !important;
    -ms-transform: scale(0.95) !important;
    -o-transform: scale(0.95) !important;
}

#springResetButton img {
    height: 15px !important;
    margin-left: 15px !important;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
}

#springResetButton:hover > img {
    transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
}

#toegankelijkheidMenuList li button.selected {
    filter: drop-shadow(0px 0px 5px #f39200) !important;
    -webkit-filter: drop-shadow(0px 0px 5px #f39200) !important;
}

#springToegankelijkheidHeader {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100px !important;
    width: 100% !important;
    position: relative !important;
    font-family: 'Nunito' !important;
}

#springToegankelijkheidHeader:hover {
    cursor: ew-resize !important;
}

#springToegankelijkheidHeader h2 {
    font-size: 24px !important;
    font-weight: bold !important;
    user-select: none !important;
    pointer-events: none !important;
    font-family: 'Nunito' !important;
	color: white !important;
	margin-bottom: 0px !important;
}

#exitIcon {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    height: 30px !important;
    width: 30px !important;
    filter: invert(1) !important;
}

#exitIcon:hover {
    cursor: pointer !important;
}

#springModalTekst {
    padding: 0px 30px !important;
}

#modalExitIcon {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    height: 30px !important;
    width: 30px !important;
}

#modalExitIcon:hover {
    cursor: pointer !important;
}

#springToegankelijkheidHeader img:not(#exitIcon) {
    height: 50px !important;
    width: 50px !important;
    margin-right: 15px !important;
    user-select: none !important;
    pointer-events: none !important;
}

#springToegankelijkheidHeader img {
    pointer-events: none !important;
}

#springToegankelijkheidHeader #exitIcon {
    user-select: none !important;
    pointer-events: all !important;
}

#springToegankelijkheidFooter {
    height: 100% !important;
    color: white !important;
    text-align: center !important;
    font-family: 'Nunito' !important;
}

#springToegankelijkheidFooter p {
    font-size: 16px !important;
    margin: 16px 0 !important;
	color: white !important;
}

#springToegankelijkheidFooter a {
    color: white !important;
}

#springToegankelijkheidFooter a:hover {
    color: #f39200 !important;
}

#toegankelijkheidMenuList li button,
#springResetButton {
    padding: 0 10px !important;
    height: 135px !important;
    width: 135px !important;
    border: none !important;
    background-color: white !important;
    border: none !important;
    border-radius: 10px !important;
    transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -ms-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
}

#toegankelijkheidMenuList li button img {
    height: 50px !important;
}

#toegankelijkheidMenuList li button,
#springResetButton{
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    font-family: 'Arial' !important;
    font-size: 14px !important;
}

#springResetDiv {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 20px 0px !important;
}

#springResetButton {
    width: 90% !important;
    height: 50px !important;
    flex-direction: row !important;
}

#toegankelijkheidMenuList {
    display: flex !important;
    height: 100% !important;
    padding: 20px 15px 20px 20px !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    justify-content: center !important;
}

#toegankelijkheidMenuList li button div.spring-steps-div {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-around !important;
    width: 90% !important;
    position: absolute !important;
    bottom: 15px !important;
}

#toegankelijkheidMenuList li button div.spring-steps-div span {
    content: "" !important;
    display: block !important;
    height: 5px !important;
    width: 100% !important;
    background-color: rgb(207, 207, 207) !important;
    margin: 0px 2px !important;
    border-radius: 2px !important;
}

#toegankelijkheidMenuList li button div.spring-steps-div span.selected {
    background-color: #f39200 !important;
}

.spring-tts-button {
    height: 30px !important;
    width: 35px !important;
}

#springTTSControls.spring-tts-controls {
    /* height: 30px !important; */
    background-color: aliceblue !important;
    width: fit-content !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border: 1px solid rgba(230,24,115,1) !important;
    position: fixed !important;
    top: 0;
    align-items: center !important;
    z-index: 99999 !important;
}

#springTTSControls.spring-tts-controls button,
#springTTSControls.spring-tts-controls span {
    width: 35px !important;
    background-color: #f39200 !important;
    border: none !important;
    position: relative !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

#springTTSControls.spring-tts-controls span.spring-tts-sleep svg path {
    fill: #f39200 !important;
}

.spring-tts-sleep {
    margin-left: 25px !important;
    height: 30px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.spring-tts-sleep:hover {
    cursor: move !important;
}

#springTTSControls.spring-tts-controls span svg {
    height: 100% !important;
}

#springTTSControls.spring-tts-controls span svg path {
    fill: black !important;
}

#springTTSControls.spring-tts-controls span {
    background-color: rgba(0, 0, 0, 0) !important;
}

#springTTSControls.spring-tts-controls button:hover {
    cursor: pointer !important;
}

#springTTSControls.spring-tts-controls button {
    margin-right: 10px !important;
}

.spring-activate-tts-controls {
    border: 1px solid rgba(230,24,115,1) !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    background-color: #f39200 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px !important;
}

.spring-activate-tts-controls:hover {
    cursor: pointer !important;
}

.spring-activate-tts-controls svg path {
    fill: white !important;
}

/* HIERBOVEN DE TOOL LAYOUT EN STYLING */
/* HIERONDER DE TOOL OPTIES */

.springContrast-step-1 * {
    filter: invert(100%) !important;
    -webkit-filter: invert(100%) !important;
}

.springContrast-step-2 * {
    background-color: black !important;
    color: yellow !important;
}

.springContrast-step-3 * {
    background-color: white !important;
    color: black !important;
}

.springLettergrootte-step-1 * {
    font-size: 1.2rem !important;
}

.springLettergrootte-step-2 * {
    font-size: 1.4rem !important;
}

.springLettergrootte-step-3 * {
    font-size: 1.6rem !important;
}

.springLettergrootte-step-4 * {
    font-size: 2rem !important;
}

.hide-images img {
    opacity: 0 !important;
}

.hide-background-images * {
    background-image: none !important;
}

.highlight-links a {
    background-color: black !important;
    color: yellow !important;
    text-decoration: underline !important;
}

.springSaturatie-step-1 {
    filter: saturate(0.5) !important;
    -webkit-filter: saturate(0.5) !important;
}

.springSaturatie-step-2 {
    filter: saturate(3) !important;
    -webkit-filter: saturate(3) !important;
}

.springSaturatie-step-3 {
    filter: saturate(0) !important;
    -webkit-filter: saturate(0) !important;
}

.springWordSpacing-step-1 * {
    word-spacing: 0.16em !important;
    letter-spacing: .12em !important;
}

.springWordSpacing-step-2 * {
    word-spacing: 0.32em !important;
    letter-spacing: .24em !important;
}

.springWordSpacing-step-3 * {
    word-spacing: 0.48em !important;
    letter-spacing: .36em !important;
}

.springLineHeight-step-1 * {
    line-height: 48px !important;
}

.springLineHeight-step-2 * {
    line-height: 56px !important;
}

.springLineHeight-step-3 * {
    line-height: 64px !important;
}

.springTekstUitlijnen-step-1 *:not(img) {
    text-align: left !important;
}

.springTekstUitlijnen-step-2 *:not(img) {
    text-align: center !important;
}

.springTekstUitlijnen-step-3 *:not(img) {
    text-align: right !important;
}

.springTekstUitlijnen-step-4 *:not(img) {
    text-align: justify !important;
}

.text-zoom p {
    position: relative !important;
}

.dyslexie p,
.dyslexie h1,
.dyslexie h2,
.dyslexie h3,
.dyslexie h4,
.dyslexie h5,
.dyslexie h6,
.dyslexie span,
.dyslexie a,
.dyslexie li,
.dyslexie ul,
.dyslexie ol {
    font-family: 'Open-Dyslexic', sans-serif !important;
}

#springModal {
    content: "";
    background: #000000b8;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

#springModal #springInnerModal {
    background: #fff;
    width: 50%;
    height: 70%;
    position: relative;
    padding: 20px;
    border-radius: 5px;
    overflow: auto;
}

.text-zoom p span.spring-zoom-button {
    display: block !important;
    height: 15px !important;
    width: 15px !important;
    background-color: transparent !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.text-zoom .spring-text-zoom:hover {
    box-shadow: inset 0 0 5px gray !important;
    cursor: zoom-in !important;
}

#springModal p:hover {
    box-shadow: none !important;
    cursor: default !important;
}

.text-zoom p span.spring-zoom-button:hover {
    cursor: pointer !important;
}

#springLeeshulpTopDiv {
    width: 100% !important;
    height: 2000px !important;
    border-bottom: 3px solid orange !important;
    position: fixed !important;
    z-index: 6000 !important;
    content: "" !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#springLeeshulpBottomDiv {
    width: 100% !important;
    height: 2000px !important;
    border-top: 3px solid orange !important;
    position: fixed !important;
    z-index: 6000 !important;
    content: "" !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#springLeeshulpTopDiv.step-1 {
    margin-bottom: 20px !important;
}

#springLeeshulpTopDiv.step-2 {
    margin-bottom: 40px !important;
}

#springLeeshulpTopDiv.step-3 {
    margin-bottom: 60px !important;
}

#springLeeshulpBottomDiv.step-1 {
    margin-top: 20px !important;
}

#springLeeshulpBottomDiv.step-2 {
    margin-top: 40px !important;
}

#springLeeshulpBottomDiv.step-3 {
    margin-top: 60px !important;
}

#toegankelijkheidMenuList li button.spring-tool-button.spring-mobile:hover {
    border: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0)) !important;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0,0,0,0)) !important;
}

#toegankelijkheidMenuList li button.spring-tool-button.spring-mobile.selected {
    filter: drop-shadow(0px 0px 5px #f39200) !important;
    -webkit-filter: drop-shadow(0px 0px 5px #f39200) !important;
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
}

@media screen and (max-width: 768px) {
    #springToegankelijkheid {
        width: 100% !important;
    }

    #springModal #springInnerModal {
        width: 100% !important;
    }
}