 /**
 * This Software is property of ACTIVETRAFFIC and TMEDIA is protected by
 * copyright law - it is NOT Freeware.
 * Any unauthorized use of this software without a valid license agreement
 * will be prosecuted by civil and criminal law.
 *
 * @link        http://www.activetraffic.de, http://www.tmedia.de 
 * @projectlink	http://www.flexia.de
 * @authors     Mario Krell <mario.krell@activetraffic.de>, Johannes Teitge <teitge@tmedia.de>  
 * @copyright   (C) ACTIVETRAFFIC and TMEDIA 2018-2019
 * @module      Flexia's SEO Module
 * @version     15.04.2019 1.0.0
 */

body.cl-alist .page-header h2 .rss {
    font-size: 12px;
    color: orange;
    line-height: 1.3333333;
    vertical-align: middle;
}

.categoryDescriptionAdd h2 {
	font-weight: normal;
}

#table_of_contents {
	padding-top: 30px;
}

#table_of_contents ul {
	margin: 0;
	padding: 0;
}

#table_of_contents ul li {
	padding: 0;
	list-style-type: none;
	display: flex;
}

#table_of_contents ul li a:hover {
	text-decoration: none;
}

.categoryDescriptionAdd {
	margin-top: 30px;
}
.categoryDescriptionAdd ul {
	padding-left: 18px;
}

.categoryDescriptionAdd ul li {
	line-height: 25px;
}

@media (min-width: 991px) {
	h2.toc-anchor {
		scroll-margin-top: 300px;
	}
}