@charset "UTF-8";

/* Index */

.logo {
	
	content: url('https://data.wahlkreisbüro.org/custom/logo_dbt.png') !important;
	max-height: 60px !important;
	transition: filter 0.3s ease;
}

:root.dark .logo {
	
	filter: invert(1) brightness(2) !important;
}

@media screen and (min-width: 769px) {
	
    .image[data-v-d56b4d0d] {
		
		background: url(https://data.wahlkreisbüro.org/custom/background_dbt_02.png) no-repeat bottom/cover;
		position: relative;
	}

/* Root */

.navbar .logo-link {
	
	max-height: 50px !important;
	transition: filter 0.3s ease;
	content: url('https://data.wahlkreisbüro.org/custom/logo_dbt.png') !important;
}

:root.dark .navbar .logo-link {
	
	filter: invert(1) !important;
}

/* System */

.api-config {
	
	visibility: hidden;
}