/* Füge hier Dein eigenes CSS ein */

.custom-background {
background-size: cover !important;
}

@media (max-width: 1000px) {
	.navbar-brand > img {
		max-height: 35px;
  max-width: 700px;
	}
}
@media (max-width: 500px) {
	.navbar-brand > img {
		max-height: 35px;
  max-width: 180px;
	}
}

.layout-full .panel-row-style.no-bottom-padding {
padding-bottom: 0;
}