@charset "UTF-8";

body {
	/*
	background-color: rgb(95, 106, 167);
	background-color: rgb(105, 116, 177);
	background-color: rgb(120, 131, 192);
	*/
	background-color: rgb(115, 126, 187);
}

#titel,
#info_1,
#info_2,
#kontakt {
	color: #FFF;
}

#kontakt a:hover {
	/*
	border-bottom: 1px solid #FFF;
	*/
}
#kontakt a:hover::after {
	border-bottom: 1px solid #FFF;
}

#horizont {
	/*
	background-color: rgb(105, 116, 177);
	background: linear-gradient(90deg, rgba(90, 101, 162, 1) 0%, rgba(105, 116, 177, 1) 100%);
	background: linear-gradient(90deg, rgba(100, 111, 172, 1) 0%, rgba(115, 126, 187, 1) 100%);
	background: linear-gradient(90deg, rgba(115, 126, 187, 1) 0%, rgba(130, 141, 202, 1) 100%);
	*/
	background: linear-gradient(90deg, rgba(110, 121, 182, 1) 0%, rgba(125, 136, 197, 1) 100%);
}
#horizont::before {
	/*
	background-color: rgb(95, 106, 167);
	background-color: rgb(105, 116, 177);
	background-color: rgb(120, 131, 192);
	*/
	background-color: rgb(115, 126, 187);
}
#horizont::after {
	background-color: rgb(255, 255, 255);
}

