* {
    margin:0 auto;
    padding:0;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Source Sans Pro;
  src: url(source-sans-pro-v11-latin-ext_latin-regular.ttf);
}

@font-face {
  font-family: Source Sans Pro;
  src: url(source-sans-pro-v11-latin-ext_latin-regular.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Source Sans Pro Bold;
  src: url(source-sans-pro-v11-latin-ext_latin-700.ttf);
}

@font-face {
  font-family: Source Sans Pro;
  src: url(source-sans-pro-v11-latin-ext_latin-300.ttf);
  font-weight: lighter;
}

@font-face {
  font-family: Source Sans Pro;
  src: url(source-sans-pro-v11-latin-ext_latin-italic.ttf);
  font-style: italic;
}

html, body {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  height: 100%;
  background-color: #333;
  display: block;
  color: white;
  box-sizing: border-box;
}

.navigation {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  left: 0px;
}

.navigation a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navigation a:hover {
  background-color: #ddd;
  color: black;
}

.navigation a.active {
  background-color: #04AA6D;
  color: white;
}

.bottombar {
  display: flex;
  background-color: #042f00ff;
  bottom: 0;
  padding-left: 30px;
  padding-right: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#contact-spacer {
  display: inline-block;
  list-style: none;
  margin: 10px 0px;
}

.contact-item {
  padding: 1px 15px;
}

.underline {
    text-decoration: underline;
    cursor: pointer;
    color: white;
}

.bottombar #impressum-spacer a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 36px;
  text-decoration: none;
  font-size: 17px;
}

.bottombar #impressum-spacer a:hover {
  background-color: #ddd;
  color: black;
}

.bottombar #impressum-spacer a.active {
  background-color: #04AA6D;
  color: white;
}


#top-spacer {
  position: fixed;
  background-image: url('../img/bg_long.png');
  height: 35%;
  width: 100%;
}

.top-logo {
  position: relative;
  top: 20%;
  left: 0%;
  width: 100%;
}

.top-title {
  position: relative;
  top: 30%;
  left: 25%; /* -20% */
  font-size: 4.25vw;
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .top-title {
  position: relative;
  top: 30%;
  left: 375px;
  font-size: 4.25vw;
  }
}

@media screen  (max-width: 999px) {
  .top-title {
  position: relative;
  top: 30%;
  left: 37%;
  font-size: 4.25vw;
  }
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 40px;
  font-weight: bolder;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 32px;
  margin: 0 0 5px 0;
}

h4 {
  font-size: 25px;
  margin: 0 0 3px 0;
}

p {
  margin-bottom: 0.5em;
}

#body-container {
  display: block;
  padding: 40vh 15vh 5vh 10vh;
  text-align: justify;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
  display: flex;
  justify-content: center;
}

.flex-1 {
  display: flex;
  justify-content: center;
}

.flex-2 {
  display: flex;
  justify-content: center;
}

.flex-3 {
  display: flex;
  justify-content: center;
}

.flex-4 {
  display: flex;
  justify-content: center;
}

.img-4 {
  width: 90%;
}

@media screen and (max-width: 1600px) {
  .flex-4 {
    height: auto;
    display: table;
  }

  .img-4 {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) {
  .flex-3 {
    height: auto;
    display: table;
  }
}

@media screen and (max-width: 1000px) {
  .flex-2 {
    height: auto;
    display: table;
  }
}


.flex-center {
  display: flex;
  justify-content: center;
}


.flex-item {
  flex: 1 1 0px
}


#body-container ul {
  margin: 0px 0px 20px 35px;
}

.boxed {
  margin: 0px 0px;
  text-align: center;
  background-color: #04AA6D;
  text-decoration: none;
  color: white;
  padding: 10px 12px;
  color: #f2f2f2;
  font-family: Source Sans Pro Bold;
}

.boxed a {
  text-align: center;
  font-size: 17px;
}

.boxed:hover {
  background-color: #ddd;
  color: black;
}

.description {
  width: 90%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}