@charset "UTF-8";
/* Body */
body {
  font-family: 'Barlow', sans-serif;  
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  color: #444444;
}
.impressum{
    width: 100%;
    max-width: 400px;
}

.fadein {
    opacity: 0;
    margin-top: 100px;
}
video{max-height:  800px;height: auto;}
.white {
  background-color: #FFFFFF;
}

.button a {
  text-decoration: none;
  color: #FFFFFF;
}
.button a:hover {
  text-decoration: none;
  color: #1aaf97;
}
.quote {
  padding: 20px;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.6em;
     max-width: 600px;
    margin: 0 auto;
}
h1,h2,h3{  font-family: 'Domine', serif;}
h2 {
    padding: 20px;
    font-size: 30px;
    letter-spacing: -0.02rem;
    text-align: center;
    color: #139e87;
    clear: both;
    text-transform: uppercase;
}
h2 strong{font-size:44px;letter-spacing:-0.3rem}
p {
  line-height: 25px;
}
/* Container */
.social {
  width: 30px;
  margin: 5px;
  opacity: 0.4;
  transition: all 0.3s linear;
}
.social:hover {
  opacity: 1;
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
    background-color: #FFFFFF;
    max-width: 1400px;
}
/* Navigation */
header {
  width: 100%;
  height: 5%;
  background-color: #159a84;
}
.zitat {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.zitat-hide {
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.logo {
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: 10%;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  letter-spacing: 4px;
}
nav {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 25px;
}
header nav ul {
  list-style: none;
  float: right;
}
nav ul li {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul li:hover a {
  color: #1bffd9;
}
.hero {
  background-color: #10957f;
  background-image: url(../images/header_bck.png);
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 200px;
display: block;

}
/* Hero Section */
.logoimage_1 {
  width: 40%;
  max-height: 380px;
}
.logoimage_2 {
  width: 40%;
  max-height: 380px;
}
.portraet {
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  margin-top: -220px;
}
#portraet-img {
    border-radius: 50%;
    width: 400px;
    height: auto;
    margin: 0 auto;
    border: 20px solid #FFFFFF;
}
#gitter {
  background-image: url("../images/gitter.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;

}
.light {
  font-weight: bold;
  color: #717070;
}
.tagline {
  text-align: center;
  color: #FFFFFF;
  margin-top: 4px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* About Section */
.about {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  display: block;
  background-color: #FFFFFF;
  margin-top: 0px;
  text-align: center;
}
.text_column {
  display: inline-block;
  width: 40%;
  max-width: 480px;
  vertical-align: top;
  padding: 20px;
  text-align: left;
}
/* Stats Gallery */
.gallery {
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 60px 0px;
}
.thumbnail {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding: 20px;
}
.gallery .thumbnail h1 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.3em;
}
.gallery .thumbnail p {
  margin: 0 auto;
  text-align: left;
  max-width: 300px;
  margin-bottom: 40px;
  margin-top: -30px;
  border-top: 1px solid #139e87;
  padding-top: 10px;
}
/* More info */
.footer_column {
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 40px;
  padding-right: 40px;
}
.button {
  width: 320px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
  font-size: 24px;
}
.button:hover {
  background-color: #FEFEFE;
  color: #10957f;
  cursor: pointer;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 200px;
  background-color: #0d6658;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
}
.footer_banner {
  padding-top: 60px;
  padding-bottom: 60PX;
  margin-bottom: 0px;
  background-color: #10957f;
  background-image: url(../images/header_bck.png);
  background-repeat: repeat;
}
footer {
  display: inline-block;
}
.hidden {
  display: none;
}
/*LINKS*/
.links {
  font-size: 0.6em;
  margin-top: 20px;
}
.links strong {
  padding-bottom: 20px;
  display: block;
  letter-spacing: 0.2em;
}
.links a {
  padding: 20px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  transition: all 0.3s linear;
}
.links a:hover {
  background-color: #FEFEFE;
  color: #10957f;
}
/* Mobile */
@media (max-width: 320px) {
    h2{ font-size: 2em;}
  .hero_header {
    padding-bottom: 120px;
  }
  .logoimage_1 {
    width: 90%;
    margin-top: 20px;
  }
  .logoimage_2 {
    width: 90%;
    margin-top: -20%;
  }
  .portraet {
    margin-top: -120px;
  }
  #portraet-img {
    width: 80%;
    border-width: 5px;
  }
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    display: none;
  }
  header nav ul {}
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .text_column {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 100%;
            padding: 0;
  }
  .gallery .thumbnail p {
    max-width: 100%;
      padding: 0;
  }
  .footer_column {
    margin-top: 0px;
  }
  .tagline {
    margin-top: 20px;
    line-height: 22px;
  }
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
.button {
    width: 80%;
    font-size: 16px;
    margin:0 auto;
    display: block;
}

}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
      h2{ font-size: 2em;}
  .hero_header {
    padding-bottom: 120px;
  }
  header {
    /* [disabled]display: none; */
  }
  .logoimage_1 {
    width: 90%;
    margin-top: 40px;
  }
  .logoimage_2 {
    width: 90%;
    margin-top: -20%;
  }
  #gitter {
    background-size: contain;
  }
  .portraet {
    margin-top: -160px;
  }
  #portraet-img {
    width: 80%;
    border-width: 15px;
  }
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .container header nav {
    display: none;
  }
  header nav ul {
    padding: 0px;
    float: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .text_column {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 80%;
  }
  .gallery .thumbnail p {
    max-width: 100%;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .thumbnail {
    width: 40%;
  }
  .gallery .thumbnail p {
    max-width: 100%;
  }
  .text_column {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
