.view-article .t3-content h1 {
	margin: 20px 0 40px 0;
	text-align:center;
}
.view-article .t3-content h2 {
	text-align:center;
	color:#333;
	padding: 0px 27px 9px 27px;
	margin:60px 0 40px 0;
	border-bottom:1px solid #333;
}
.su-spoiler-title h3,
.su-spoiler-title h4 {
	font-weight:normal;
	font-size:17px;
	color:#333;
}
div.su-column-content > h3 {
	padding: 9px 27px;
	text-align:center;
	margin:40px 0;
}
div.su-column-content h2 + h3 {
	margin-top:-35px;	
}
.su-spoiler-content ol {
	padding-left:0px;
	list-style-type:none !important;
}
.su-spoiler-content ol li {
	margin-bottom:20px;
	counter-increment: section;
    margin-left: 2.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.su-spoiler-content ol li::before {
    content: "(" counter(section) ") ";
    margin-left: -2.5em;
    width: 2.5em;
    display: inline-block;
}
.su-spoiler-content ol ol li {
    counter-increment: section2;
    margin-left: 1.5em;
}
.su-spoiler-content ol ol li::before {
    content: counter(section2, lower-alpha) ") ";
    margin-left: -1.5em;
    width: 1.5em;
}
.dsgvo-toc-block {
	border:none;
}
.dsgvo-toc-block .su-panel-content {
	padding:0;
	line-height:1.4em;
	font-family:'Roboto condensed', Arial, sans-serif;
}
.dsgvo-toc-block .su-panel-content p {
	padding:5px 10px;
	margin:0;
}
.dsgvo-toc-block .su-panel-content p {
	background-color:#dddddd;
}
.dsgvo-toc-block .su-panel-content p:first-child {
	color:#ffffff;
	background-color:#333333;
}

.view-article .t3-content .dsgvo-toc ul {
	margin-left:0;
	margin-bottom:17px;
}
.view-article .t3-content .dsgvo-toc ul li{
	background:none;
	padding-left:0;
	border-bottom:1px solid #f1f1f1;
}
.view-article .t3-content .dsgvo-toc ul li:last-child {
	border:none;
}
.view-article .t3-content .dsgvo-toc ul li a {
	display:block;
	text-decoration:none;
	padding:10px;
}
.view-article .t3-content .dsgvo-toc ul li a:hover {
	background-color:#f1f1f1;
}
.su-spoiler-icon {
	top:20px;
}
.su-spoiler {
	margin-bottom:0;
}
.article-intro-data.row {
	margin-bottom:0 !important;
}
@media (max-width: 768px) {
	.view-article .t3-content h1 {
		font-size:24px;
	}
}