﻿@charset "utf-8";

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875em;
  line-height: 1.431em;
}

#wrapper {
  position: relative;
  max-width: 54.375rem;
  margin: 1rem auto;
  border: none;
  padding: 0.5rem 0rem;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 23px #A6A6A6;
}

header, article, footer {
  padding: 0rem 2.5rem;
}

p {
  text-align: left;
}

h2+p, h2+ul {
  margin-top: 0.308rem;
}

h1 {
  text-align: center;
  font-size: 1.992em;
  line-height: 1.2;
}

h1 span {
  font-weight: normal;
	font-size: 0.938rem;
	font-style: italic;
}

h2 {
  font-size: 1.5em;
  line-height: 1.231em;
  color: #00487a;
  text-transform: uppercase
}

h3 {
  font-size: 1.231em;
  line-height: 1em;
  margin-bottom: 0;
}

h4 {
  font-size: 1.592em;
  line-height: 1.2em;
}

h5 {
	margin: 2rem auto 1rem;
	display: flex;
	justify-content: center;
	/*width: 13rem;*/
	text-align: center;
}

h5 a:link, h5 a:active, h5 a:visited {
	font-size: 1.125rem;
	background-color: #00487a;
	padding: 0.75rem 0 0.75rem 1rem;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	}

h5 a:hover {
  color: #e0e9ee;
}

a:link, a:active, a:visited {
  color:#00487a;
  text-decoration: none;
}


a:hover {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  border-top: thin solid #52BA5A;
}

ul {
  padding-left: 1rem;
}

li {
  padding-bottom: 0.2rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

/* Ende Standard */

/* Header */
header {
  position: relative;
}

header nav {
	background-color: #e9e9e9;
}

header nav img {
	margin: 0 auto;
}


header section:nth-of-type(1) {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

header section:nth-of-type(1) p {
  color: #00487a;
}

header section:nth-of-type(2) {
  width: 35%;
  position: absolute;
  right: 2.125rem;
  top: 3rem;
}

p img {
	display: inline-block;
	vertical-align: middle;
}

/* Ende Header */

/* Article */
article section:nth-of-type(1) {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

article section:nth-of-type(2) {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #d7e9ff;
  margin-bottom: 1.5rem;
}

article section:nth-of-type(3) {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

article section:nth-of-type(4) {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #d7e9ff;
  margin-bottom: 1.5rem;
}

article section:nth-of-type(5) {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

article section:nth-of-type(5) img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

article section:nth-of-type(6) {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #F2F0E9;
  margin-bottom: 1.5rem;
}

article section:nth-of-type(1) {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

/* Ende Article */

/* Footer */
footer p {
  text-align: center;
}

footer aside {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1rem;
}

footer aside iframe {
  border: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

footer section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #d7e9ff;
  margin-bottom: 1.5rem;
}

footer img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media only screen and (max-width:54.312rem) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  header, article, footer {
    padding: 0rem 0.5rem;
  }
	header video {
	  margin-top: 1rem;
	}

  header section:nth-of-type(1) {
    width: 100%;
  }

  header section:nth-of-type(2) {
    width: 100%;
    padding-top: 0.5rem;
    position: static;
  }

}

/* Ende Responsive */