/**
 * GLOSSARY
 *
 * New: Andreas, July 2021
 * --------------------------------------------------------------------------------
 */

.row > [class*="span"]:first-child {
    margin-left: 0;
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

.row > [class*="span"] {
	display: block;
    float: left;
    width: 100%;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row .span3 {
    width: 23.07692307692308%;
}

.row .span9 {
    width: 74.35897435897436%;
}

.row .span6 {
    width: 48.71794871794872%;
}

.row.d--glossary-section h3 {
	margin: 18px 0 14px;
	line-height: 16px;
}

.d--glossary-menu {
    margin: 30px 0 30px 0;
}

.d--glossary-menu a.d--glossary-menu-item {
    color: #9fa4af;
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    border: 1px solid #e9eaec;
    width: 32px;
    height: 32px;
    background: -webkit-linear-gradient(#fff, #f5f6f8);
    background: -o-linear-gradient(#fff, #f5f6f8);
    background: -moz-linear-gradient(#fff, #f5f6f8);
    background: linear-gradient(#fff, #f5f6f8);
    text-align: center;
    text-decoration: none;
}

.d--glossary-menu a.d--glossary-menu-item:hover {
    /* background: #f39801; */
    background: #e07900 !important;
    color: #ffffff !important;
}

.d--glossary-menu a.d--glossary-menu-item.has-content {
    background: #f39801;
    color: #ffffff !important;
}

.d--glossary-section h3.has-content {
    color: #f39801;
}

.d--glossary-section {
    border-top: 1px solid #d9d9d9;
}

.d--glossary-section a.glossaryLinkMain:hover {
    cursor: pointer;
}

.d--glossary-section .row {
    padding-top: 11px;
    padding-bottom: 16px;
}

.d--glossary-section .row .span6 {
    line-height: 1.8;
}

#ttcont {
    background: #f5f6f8 !important;
    color: white !important;
}

#tt #ttcont {
	color:#6a6b6b!important;
	line-height:1.4;
	padding-top:10px!important;
	padding-bottom:10px!important;
}

#tt #ttcont a {
	color:#f39900!important;
}

html {
    scroll-padding-top: 220px;
}