:root {
  --main-background: #ffffff;
	
	--primary-color: #1A365D;
	--secondary-color: #2B5597;
	
	--accent-color: #2B5597;
	--step-horizontal-line-color: #2B5597;
	
	--accordion-header-color-closed:#1A365D;
	--accordion-header-font-color-closed: white;
  --accordion-header-color-closed-focus: #1A365D;
	
	--accordion-header-color-closed-hover: #2B5597;
	--accordion-header-font-color-closed-hover: white;
	
	--accordion-header-color-open:  #1A365D;
	--plusminus-button-font-color: #ffffff;

	
}

#banner {
	width: 100%;
	height: 150px;
	margin-top: 30px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 50%;
	position: center;
}

.kontrast #banner {
	width: 100%;
	height: 150px;
	margin-top: 30px;
	background-image: url(../images/logo.png);

	filter: saturate(0);

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 50%;
	position: center;
}


p#bannertext {
	text-align:center;
	font-weight: bold;
	font-size: large;
	margin-top: 10px;

}
.kontrast p#bannertext {
	text-align:center;
	font-weight: bold;
	font-size: large;
	margin-top: 10px;
	color: black;
}
