h2 + h3,
h3 {
	margin-top: 1.6em;
}

h1 + p.typography-intro {
	margin-top: 1.2em;
}

.section-hero {
	background: linear-gradient(180deg,rgba(84,177,243, 1) 0%, rgba(48, 101, 230, 1) 100%);
}

.topic-symbol {
	display: block;
	margin: 0 0 20px;
	color: #02bec2;
}

.svg-filter {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(61deg) brightness(106%) contrast(101%);
}

.device-hero {
	margin: 1em 0 1em 1em;
}

.badge-inline {
	vertical-align: top;
}

.flex-column-center {
	align-self: flex-column-center;
}

@media only screen and (max-width: 734px) {
	.text-center.sv-text-left {
		text-align: left;
	}
}


/* ----- sidenav ----- */
.main {
	overflow: initial;
}

.column-sidenav {
	height: 100%;
}

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row-flex {
	display: flex;
	gap: 1.5em;
}

@media only screen and (max-width: 734px) {
	.row-flex {
		gap: 0;
	}
}

.row-flex .column-flex > .row-flex {
	margin-top: 2em;
}

.row-flex + h4 {
	margin-top: 1.6em;
}

.column-flex-center {
	align-self: center;
}

ul.links.small li > a {
	display: initial;
}

.compound-item-list li:not(:last-child) {
	margin-bottom: 0.5em;
}

.compound-item-list li > ul li {
	margin-bottom: 0;
}

@media only screen and (max-width: 734px) {
	h3 {
		margin-top: 1.6em;
	}
	.row-flex {
		display: block;
	}
	.row-flex + p {
		margin-top: 0.8em;
	}
	.row-flex .column-flex > .row-flex {
		margin-top: 0;
		margin-bottom: 0;
	}

	.Sidenav_container {
		margin-bottom: 3em !important;
	}
}


/* ----- grid ----- */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}