:root{
	--dpsg-color: #092b5a;
}

body{
	background-color: #ffffff;
	font-family:Arial,sans-serif;
}

.ueberschrift{
	color: var(--dpsg-color);
	font-size: 30px;
	font-weight: bold;
}

li::marker{
	content:"";
}
	
h1{
	text-align: center;
}
	
.switch{
	margin: 1rem;
	padding: 0.5rem;
	word-spacing: 50px;
	cursor: pointer;
	background-color: var(--dpsg-color);
}

a{
	color: #ffffff; 
}


a:first-child{
	margin-left: 2rem;
}

a:link,
a:visited,
a:hover,
a:active {
  color: white;
}

.huette{
	display: flex;
	justify-content: center;
}







/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}