/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

/* Header-Anpassungen */

@media (min-width: 992px) {
	.toggler-logo-wrapper {
		width: 200px;
	}
	
	.right-side {
		width: 200px;
	}
	
	#copyright > div > div > div:nth-of-type(1) {
		text-align: left;
	}
	
	#copyright > div > div > div:nth-of-type(2) {
		text-align: right;
	}
}

@media (max-width: 991.98px) {
	.toggler-logo-wrapper {
		position: relative;
	}
}

/* Content-Anpassungen */

#content {
	padding-bottom: 0;
}