/*--------------|SCHRIFTEN|---------------*/

h1 {
  font-family: Impact;
  font-size: 50pt;
  color: darkred;
  text-align: center;
}

h3 {
  font-family: Impact;
  font-size: 20pt;
  color: black;
}

h4 {
  font-family: Impact;
  font-size: 20pt;
  color: black;
}

p5 {
  font-family: Impact;
  font-size: 20pt;
  color: black;
}

/*--------------|LINKS|---------------*/

a {
  text-decoration: none;
}

/*--------------|VIDEOS UND BILDER|---------------*/

iframe {
  width: 640;
  height: 360;

}

div.bghistory {

  background-color: #374758;
  background-image: url(../images/bghistory.jpg);
  /*position:relative;*/
  height: 30vh;
  width: 1000px;
  min-height: 560px;
  max-height: 560px;
  padding: 0 0px;
  background-size: cover;
}

/*--------------|NAVIGATIONSBAR|---------------*/

ul {
  font-family: Arial;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #b22222;
  text-align: center;
}

li {
  display: inline-block;
}

li a {
  display: block;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #b22222;

}


/*--------------|FOOTER|---------------*/


section {
  width: 100%;
  display: inline-block;
  background: #ccc;
  height: 100vh;
  font-size: 22px;
  font-weight: 700;
}

section1 {
  width: 100%;
  display: inline-block;
  background: #ccc;
  height: 160vh;
  font-size: 22px;
  font-weight: 700;
}

section2 {
  width: 100%;
  display: inline-block;
  background: #ccc;
  height: 67vh;
  font-size: 22px;
  font-weight: 700;
}

.footer-distributed {
  background-color: #b22222;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 50px;
}

.footer-distributed .footer-left p {
  color: #000;
  font-size: 14px;
  margin: 0;
}

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
  font-family: Roboto;
}

.footer-distributed .footer-links a:before {
  content: "\00B7";
  font-size: 20px;
  left: 0;
  color: #000;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition: all .25s;
}

.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
  max-width: 600px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-right {
  text-align: center;
}

.footer-distributed .footer-right {
  float: none;
  margin: 0 auto 20px;
}

.footer-distributed .footer-left p.footer-links {
  line-height: 1.8;
}

/*--------------|BEREICHE|---------------*/


.page {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  background-color: #374758;
  background-image: url(../images/bg.jpg);
  /*position:relative;*/
  height: 30vh;
  min-height: 260px;
  max-height: 260px;
  padding: 0 0px;
  background-size: cover;
}

.content {
  display: block;
  flex: auto;
  font-family: Arial;
}

.footer {
  flex: none;
  font-size: 13px;
  line-height: 20px;
  background-color: #374758;
  color: rgba(255, 255, 255, 0.4);
}