@charset "UTF-8";
/* CSS Document */
* {
  margin-top: 0;
  margin-left: 0;
  border: none;
}
@font-face {
  font-family: 'Calibri Light';
  src: url('../fonts/Calibril.ttf') format('ttf');
  font-weight: lighter;
  font-style: normal;
}
body {
	display: flex;
	flex-direction: column;
  width: 100%;
	justify-content: space-around;
}
html {
  background-color: #fff;
  font-family: "Calibri Light", sans-serif;
  font-weight: lighter;
}
.bilder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*Bild oben*/
#helmus {
  margin-top: 60px;
  margin-bottom: 15px;
  width: 200px;
  height: auto;
}
/*Bild unten*/
#concept {
  margin-top: 40px;
  margin-bottom: 15px;
  width: 400px;
  height: auto;
}
.text1 {
  margin-top: 40px;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-self: center;
  font-weight: bold;
  font-size: 14pt;
  flex-direction: column;
  align-self: center;
}
.text2 {
padding-top: 15px;
  margin-top: 40px;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-self: center;
  border-top: 1px solid;
border-color: #996699;
}
.text3 {
  padding-top: 15px;
  width: 600px;
  display: flex;
  flex-direction: column;
  align-self: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #996699;
}
h2 {
  font-weight: bold;
  font-size: 16pt;
}
h3 {
  font-weight: bold;
  font-size: 12pt;
}
a {
  text-decoration: none;
  color: #111
}
p {
  text-align: center;
}
/*Navigation*/
footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
li {
  float: left;
}
li a {
  display: block;
  color: #996699;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

a{
	color: #996699;
}

a:hover {
  color: #ecc200;
}
.impressum {
  width: 50%;
  position: center;
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: 74px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #996699;
  padding-bottom: 15px;
}
.impressum p {
  text-align: left;
}
header {
  margin-top: 50px;
  margin-left: 74px;
}