/*
 Theme Name:   nutridict.de
 Template:     yootheme
 Author:       *Markus Winges
 Description:  nutridict.de Theme
 Version:      1.0.0
 Text Domain:  nutridict-child
*/

/* Table of Contents */ 
#tocwrapper a {
    padding:5px 30px;
    color: #243d57;
    transition-property: color,background-color,border-color,box-shadow;
    line-height: 1.7em; 
}

#tocwrapper a:hover {
    background-color:rgba(255,255,255,0.6);
}

#tocwrapper li.uk-active>a {
    color: #2eb086;
    background-color: white;    
    padding-left:11px;
}
#tocwrapper li.uk-active>a::before{
    content: " \2023 \2002";
}

/* second level */
#tocwrapper ul ul a
{
    padding-left:50px;
    font-size:0.9em;
}

#tocwrapper ul ul li.uk-active>a{
    padding-left:33px;
}

/* third level */
#tocwrapper ul ul ul a
{
    padding-left:70px;
    font-size:0.8em;
}

.page-id-1592 .ctacontrast .uk-button-danger {
  background-color: #fff;
  color: #000
}

.page-id-1592 .ctacontrast .uk-button-danger:hover {
  background-color: #12915c;
  color: #fff
}

:focus-visible {
  outline: none !important;
}

.toc-nav ul { list-style: none; padding-left: 0; margin: 0; }
.toc-nav li {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid #e0e0e0;
}

.toc-nav li:last-child {
  border-bottom: none;
}

.toc-nav a {
  text-decoration: none;
  color: #555;
  display: block;
}

.toc-nav a.active {
  color: #1976d2;
  font-weight: bold;
  border-left: 2px solid #1976d2;
  padding-left: 6px;
}

.toc-level-h3 { margin-left: 18px; font-size: 0.97em; }

.toc-container h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 900;
}