/** LOGO ZEILE 1 **/
/** super-schmale Monitore **/
@media (min-width: 100px) {
	#svg-logo-zeile-1 {
		width: 100%;
		height: auto;
		margin-bottom: -10%;
	}
}
/** schmale Monitore **/
@media (min-width: 320px) {
	#svg-logo-zeile-1 {
		width: 85%;
		height: auto;
		margin-bottom: -7%;
	}
}
/** schmale Monitore **/
@media (min-width: 420px) {
	#svg-logo-zeile-1 {
		width: 80%;
		height: auto;
	}
}
/** mittelgroße Monitore **/
@media (min-width: 720px) {
	#svg-logo-zeile-1 {
		width: 60%;
		height: auto;
	}
}
/** breite Monitore **/
@media (min-width: 1024px) {
	#svg-logo-zeile-1 {
		width: 50%;
		height: auto;
	}
}


/** LOGO ZEILE 2 **/
/** super-schmale Monitore **/
@media (min-width: 100px) {
	#svg-logo-zeile-2 {
		width: 90%;
		height: auto;
	}
}
/** schmale Monitore **/
@media (min-width: 320px) {
	#svg-logo-zeile-2 {
		width: 75%;
		height: auto;
	}
}
/** schmale Monitore **/
@media (min-width: 420px) {
	#svg-logo-zeile-2 {
		width: 70%;
		height: auto;
		margin-top: 6%;
	}
}
/** mittelgroße Monitore **/
@media (min-width: 720px) {
	#svg-logo-zeile-2 {
		width: 50%;
		height: auto;
		margin-top: 7%;
	}
}
/** breite Monitore **/
@media (min-width: 1024px) {
	#svg-logo-zeile-2 {
		width: 42%;
		height: auto;
		margin-top: 7%;
	}
}

/** Sinnspruch Slide 3 **/
@media (min-width: 320px) {
	#sinnspruch {
		font-size: 3.5em;
		line-height: 1;
		letter-spacing: -0.04em;
		margin-bottom: 40px;
	}
@media (min-width: 720px) {
	#sinnspruch {
		font-size: 4.5em;
		line-height: 1;
		letter-spacing: -0.04em;
		margin-bottom: 40px;
	}
@media (min-width: 1024px) {
	#sinnspruch {
		font-size: 6.0em;
		line-height: 1;
		letter-spacing: -0.04em;
		margin-bottom: 40px;
	}

/** "fa-arrow-circle-up" am Seitenende **/
.to-top .h4, .to-top h4 {
		line-height: 0.1;
		text-align: center;
		display: block;
	}

/** arrow-to-top in Sidebar **/
.sidebar .social li a svg {
	width: 20px;
	height: 20px;
}
