@charset "UTF-8";

body {
	background-color: #FFF;
}

#titel,
#info_1,
#info_2,
#kontakt {
	/*
	color: rgb(85, 96, 157);
	*/
	color: rgb(90, 101, 163);
}

#kontakt a:hover::after {
	/*
	border-bottom: 1px solid rgb(85, 96, 157);
	*/
	border-bottom: 1px solid rgb(90, 101, 163);
}

#horizont {
	/*
	background: linear-gradient(90deg, rgba(90, 101, 162, 1) 0%, rgba(105, 116, 177, 1) 100%);
	*/
	background-color: #FFF;
}
#horizont::before {
	background-color: #FFF;
}
#horizont::after {
	/*
	background-color: rgb(105, 116, 177);
	*/
	background-color: rgb(110, 121, 182);
}

