/* eigene Anpassungen */
* {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1, h2, h3, h4 {
	color: #084298;
	line-height:1.2;
	margin-bottom:0.5rem;
	font-weight:500;
}
h1 { font-size:2.5rem; }
h2 { font-size:2.1rem; }
h3 { font-size:1.8rem; }
h4 { font-size:1.6rem; }
p { margin-bottom:1rem; }
dl, ol, ul {
	margin-top:0;
	margin-bottom:1rem;
}
ol, ul { padding-left:2rem; }
ul { list-style:circle; }
main a {
	color:#084298;
	text-decoration:underline;
}
main a:hover { opacity:0.75; }

@media only screen and (min-width: 600px) { #header_cf_mobile{ display:none; } }
.header_blue_cf {
	color:#084298;
	font-weight:900;
	text-align:left;
	text-shadow:none;
}
.header_blue_cf_button {
	background-color:#ec6629;
	border-color:#ec6629;
	border-radius:0.3rem;
	color:#fff;
	font-size:1.3rem;
	padding:0.5rem 1rem;
}
.header_blue_cf_button:hover{ opacity:0.75; }
.header_blue_cf_button_svg {
	display:unset;
	padding-bottom:5px;
	width:0.875em;
}
.subheader_orange_cf {
	background-color:#ec6629;
	color:#fff;
	font-weight:900;
	line-height:1.8em;
	padding:5px 10px;
	text-shadow:none;
}
.subheader_blue_cf {
	background-color:#084298;
	color:#fff;
	font-size:0.6em;
	font-weight:900;
	line-height:3.5em;
	padding:5px 10px;
	text-shadow:none;
}

.bg-blue-900, .btn-normal{ background-color:#084298 !important; }
.btn-normal:hover{ opacity:0.75; }

.welcome_button {
	background-color:#ec6629;
	border-color:#ec6629;
	border-radius:0.3rem;
	color:#fff;
	font-size:1.3rem;
	margin:10px 20px;
	min-width:200px;
	padding:0.5rem 1rem;
}
.welcome_button a {
	color:#fff;
	text-decoration:none;
}
