[data-bs-theme=light] A:active{ TEXT-DECORATION: none;  COLOR:#591b1e;}
[data-bs-theme=light] A:link{ TEXT-DECORATION: none; COLOR:#511416;}
[data-bs-theme=light] A:visited{ COLOR:#642420; TEXT-DECORATION: none;}
[data-bs-theme=light] A:hover { TEXT-DECORATION: underline; color: #811420;}


[data-bs-theme=dark] A:active{ TEXT-DECORATION: none; color: #c0efd0;}
[data-bs-theme=dark] A:link{ TEXT-DECORATION: none; color: #c0efd0;}
[data-bs-theme=dark] A:visited{ TEXT-DECORATION: none; color: #c0efd0;}
[data-bs-theme=dark] A:hover { TEXT-DECORATION: underline; color: #a0ffa0;}


[data-bs-theme=light] .peleks { background-color: #e8eeee; }
[data-bs-theme=dark] .peleks { background-color: #383838; }

[data-bs-theme=light] tr:hover { background: #e0e0e8; }
[data-bs-theme=dark] tr:hover {   background: #e0e0e8; }


.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}


footer {
      background-color: #600808;
      color: white;
      padding: 15px;
    }
.highslide1 {
    color: black !important;
    margin-top:50px;
    }
.nav a{
    color: black !important;
    font-size: 1.25em !important;
    }
.nava a{
    color: black !important;
    font-size: 1.0em !important;
    }
.nav li{
    padding-right:1px;
   }
.sidenav {
      background-color: #f1f1f1;
      padding: 30px 10px 10px 10px ;
    }
.entry-content
{
  max-width: 1500px;
	}
.entry-mekletajs
{
  max-width: 1200px;
	}

.highslide-blur-example .highslide-image-blur {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.highslide-blur-example .highslide-caption-blur {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.fill { 
    min-height: 90%;
}
.fills { 
    height: 90%;
}
.rifons { 
    background-color: #e0e8e8;

}
  
    



 body, html {
    height: 100%;
  margin: 0;

}



form .error input {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

form .error .help-inline {
    color: #B94A48;
}

.providers {
    margin: 5px 0;
    list-style: none;
}

.providers li {
    display: inline;
}

.help-block {
    margin: -10px 0 10px 0;
    font-size: 10px;
    color: #ccc !important;
}

h1 {
    margin-bottom: 20px !important;
}

ul.toc {
	list-style: none;
	padding-left: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

ul.column-rule {
	column-rule: 1px solid LightGray;
}

ul.toc li.toc-section {
	position: relative;
	display: block;
	padding: 0.5rem 1.25rem;
	margin-bottom: -1px;
	break-inside: avoid;
	page-break-inside: avoid;
}

ul.toc-section {
	padding-left: 0;
	list-style: none;
}

ul.toc-section li {
	padding-left: rem;
}

ul.toc-section li.toc-section-title {
	font-weight: bold;
	padding-left: 0;
	padding-bottom: 0.5rem;
}

dl.toc dd {
	break-inside: avoid;
	page-break-inside: avoid;
}

dt {
	page-break-after: avoid;
	break-after: avoid-page;
}

div.gallery a {
	display: block;
	padding: 0rem 0.5rem 0rem 0.5rem;
}

div.gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid LightGray;
}

div.gallery figure {
  text-align: center;
  font-size: smaller;
  padding: 0.25em;
}

p.list-intro {
	margin-bottom: 0;
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
