@charset "UTF-8";       /* Setzt die Kodierung des Stylesheets auf Unicode UTF-8 */
/****top-right-bottom-left******/
/****Wiederholung: y=vertikal - x=horizontal******/

body {
  background-color: lightblue;
}
header {
	background-image: url("../images/navi/nav_top_bg.jpg");
    color: #28319A;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px #F9F7FD;
	font-size: xx-large;
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
footer {
	margin-top: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F5F5F5;
	text-align: center;
	background-image: url(../images/navi/nav_bot_bg.jpg);
	margin-bottom: 3px;
}

h1, h3, h5 {
	text-align: center;
	color: #000000;
}
.nav-link:hover {
    color: yellow !important;
}
.nav-item .active {
    color: white !important;
    background-color: blue;
}

.carousel-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A077A;
	text-align:center;
	position: relative;
    left: auto;
    right: auto;
}