/* Inhaltsverzeichnis (ehem. Plugin "Easy Table of Contents") */

#ez-toc-container {
    background: #F9F9F9;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
}

#ez-toc-container.ez-toc-light-blue { background: #EDF6FF; }
#ez-toc-container.ez-toc-white { background: #FFFFFF; }
#ez-toc-container.ez-toc-black { background: #000000; }
#ez-toc-container.ez-toc-transparent { background: none transparent; }

#ez-toc-container ul ul {
    margin-left: 1.5em;
}

#ez-toc-container ul,
#ez-toc-container li,
#ez-toc-container ul li {
    background: none;
    list-style: none none;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

#ez-toc-container .ez-toc-title {
    display: initial;
    text-align: left;
    vertical-align: middle;
    line-height: 1.45;
    margin: 0;
    padding: 0;
}

.ez-toc-title-container {
    display: table;
    width: 100%;
}

.ez-toc-title-toggle {
    display: inline;
    text-align: left;
    vertical-align: middle;
}

#ez-toc-container.ez-toc-black p.ez-toc-title {
    color: #FFF;
}

#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
    margin-top: 1em;
}

.ez-toc-wrap-left {
    margin: 0 auto 1em 0 !important;
}

.ez-toc-wrap-right {
    margin: 0 0 1em auto !important;
}

.ez-toc-wrap-center {
    margin: 0 auto 1em auto !important;
}

#ez-toc-container a {
    color: #444444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    border-bottom: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

#ez-toc-container a:visited {
    color: #9f9f9f;
}

#ez-toc-container a:hover {
    text-decoration: underline;
}

#ez-toc-container.ez-toc-black a,
#ez-toc-container.ez-toc-black a:visited {
    color: #FFF;
}

#ez-toc-container a.ez-toc-toggle {
    display: flex;
    align-items: center;
    color: #444444;
    background: inherit;
    border: inherit;
}

.ez-toc-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    user-select: none;
}

.ez-toc-btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ez-toc-btn:hover,
.ez-toc-btn:focus {
    color: #333;
    text-decoration: none;
}

.ez-toc-btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ez-toc-btn-default {
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.ez-toc-btn-default:hover,
.ez-toc-btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.ez-toc-btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ez-toc-pull-right {
    float: right !important;
    margin-left: 10px;
}

#ez-toc-container .ez-toc-js-icon-con {
    float: right;
    position: relative;
    font-size: 16px;
    padding: 0;
    border: 1px solid #999191;
    border-radius: 5px;
    cursor: pointer;
    left: 10px;
    width: 35px;
}

.ez-toc-icon-toggle-span {
    display: flex;
    align-items: center;
    width: 35px;
    height: 30px;
    justify-content: center;
    direction: ltr;
}

#ez-toc-container .eztoc-toggle-hide-by-default {
    display: none;
}

.term-description .ez-toc-title-container p:nth-child(2) {
    width: 50px;
    float: right;
    margin: 0;
}
