/* Font helper: https://gwfh.mranftl.com/fonts */
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	color: #ffffff;
	background-color: #434343; /* Foerde gr */
	background-color: #000000; /* sw */
	font-family: Raleway;
	/*margin-left: 50px;*/
	font-size: 0.8em;
	margin-left: 2.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: #6d9eeb;  /* Foerde blau 1 */
	text-transform: uppercase;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

a {
	color: #ffffff;
}

/*****************************  NAVIGATION BAR *****************************/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 1em 1em;
  text-decoration: none;
  font-size: 1em;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #6d9eeb;
  text-decoration: underline;
  color: white;
}

/***************************************************************************/
footer, form{
  text-align: center;
}
