
#open-accessibility-icon {
	display: inline-block;
    width: auto;
	height: auto;
	float: right;
    background-color: #d8b590;
    padding: 0 4px 0 4px;
	margin-right: 15px;
	border: none;
    cursor: pointer;
}

#close-accessibility-icon { color: #fff; background-color: #d8b590; cursor: pointer; }
.contrast #close-accessibility-icon { background-color: #6b3f22; }

#dostopnost_toolbar {
	position: fixed;
	top: 113px;
	right: -251px;
	width: 250px;
	height: fit-content;
	background-color: #fff;
	padding: 20px;
	overflow-x: hidden;
	box-shadow: 0px 0px 30px #00000029;
	transition: 0.5s;
	z-index: 3;

    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -ms-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
}

#dostopnost_toolbar.show { right: 0; }
#dostopnost_toolbar > div { display: flex; padding: 10px; transition: all 200ms ease-in-out; }
#dostopnost_toolbar > div.btn { margin-top: 25px; padding: 6px 15px; width: fit-content; }
#dostopnost_toolbar > div:hover { scale: 1.05; }
#dostopnost_toolbar > div .icon { width: 25px; height: 25px; margin-right: 10px; }
.white-on-black #dostopnost_toolbar > div .icon path { stroke: #fff; }
#dostopnost_toolbar > div .icon.active path { stroke: #d8b590; }
.contrast #dostopnost_toolbar > div .icon.active path { stroke: #6b3f22; }
.white-on-black #dostopnost_toolbar > div .icon svg { fill: #fff; }
#dostopnost_toolbar > div .icon.active-fill svg { fill: #d8b590; }
.contrast #dostopnost_toolbar > div .icon.active-fill svg { fill: #6b3f22; }
#dostopnost_toolbar > div .icon svg { width: 100%; height: 100%; }
#dostopnost_toolbar > div span { font-size: 1.059rem; cursor: pointer; }
#dostopnost_toolbar > div span.active, #dostopnost_toolbar > div span.active-fill { color: #d8b590; }
.contrast #dostopnost_toolbar > div span.active, .contrast #dostopnost_toolbar > div span.active-fill { color: #6b3f22; }

:focus { box-shadow: none; outline: none; }

.keyboard-focus :focus {
  outline: auto;
  padding: 10px;
  border: solid red 2px;
}

.contrast h1 { color: #6b3f22; border-bottom: 3px solid #6b3f22; }
.contrast h2, .contrast h3 { color: #6b3f22; border-bottom: 1px solid #6b3f22;  }
.contrast h3 .stevilka  { background-color: #6b3f22; }
.contrast .tekst li:before { color: #6b3f22; }
.contrast .tekst:first-of-type { color: #6b3f22; border-bottom-color: #6b3f22; }
.contrast .poudarjeno h3:first-of-type { background-color: #6b3f22 !important; border: 1px solid #6b3f22 !important; }
.contrast .trajanje_cena { color: #6b3f22; }
.contrast .barvni_tekst { color: #6b3f22; }
.contrast .tab_prijava input[type=submit], .contrast .tab_prijava input[type=button], .contrast .tab_prijava a.gumb, .contrast .ucni-list input[type=submit] { background-color: #6b3f22; color: #ffffff border: 1px solid #6b3f22; }
.contrast #menu2 a { color: #6b3f22 !important; }
.contrast #menu4 a .naslov { color: #6b3f22 !important; }
.contrast #menu4 a .link { color: #6b3f22 !important; }
.contrast #footer { color: #ffffff; }
.contrast #footer a { color: #ffffff; }

/*
.white-on-black { background-color: black !important; }
.white-on-black #vrstica1-wrap { background-color: black !important; }
.white-on-black #vrstica2-wrap { background-color: black !important; }
*/

.white-on-black #mobilni .trigger-icon .line { background-color: #ffffff !important; }
.white-on-black input { border: 1px solid #ffffff !important; }
.white-on-black #dostopnost_toolbar { background-color: #000 !important; box-shadow: 0px 0px 30px #ffffff29;}
.white-on-black #dostopnost_toolbar .btn { background-color: #000 !important; }
.white-on-black .btn { border: 1px solid #ffffff !important; }
.white-on-black #vrstica1-wrap { border-bottom: 1px solid #ffffff !important; }


