@font-face {
  font-family: 'stuttgart-social-icons';
  src:  url('../fonts/stuttgart-social-icons.eot?us2tnf');
  src:  url('../fonts/stuttgart-social-icons.eot?us2tnf#iefix') format('embedded-opentype'),
    url('../fonts/stuttgart-social-icons.ttf?us2tnf') format('truetype'),
    url('../fonts/stuttgart-social-icons.woff?us2tnf') format('woff'),
    url('../fonts/stuttgart-social-icons.svg?us2tnf#stuttgart-social-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stuttgart-social-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-75_01_sttg:before {
  content: "\e900";
}

.icon-75_01_facebook:before {
  content: "\e901";
}

.icon-75_01_flickr:before {
  content: "\e902";
}

.icon-75_01_flickr-alt:before {
  content: "\e903";
}

.icon-75_01_google:before {
  content: "\e904";
}

.icon-75_01_google-alt:before {
  content: "\e905";
}

.icon-75_01_youtube:before {
  content: "\e906";
}

.icon-75_01_twitter:before {
  content: "\e907";
}


html {

}

body {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  background-color: #bdbaba;
  color: #fff;
}

.page-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

header {
  padding-top: 70px;
  padding-bottom: 100px;
}

article {

}

footer {
  background-color: #bdbaba;
  /* position: fixed; */
  /* bottom: 0px; */
  width: 100%;
  max-width: 990px;
}

.footer-inner {
  border-top: 5px solid #c7c7c7;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 50px;
  padding-bottom: 86px;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 480px) {
  .page-wrapper,
  .footer-inner {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.header-txt {
  float: left;
}

.first-header-headline {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  /* font-size: 29px; */
  font-size: 1.8rem;
}

.second-header-headline {
  /* font-size: 32px; */
  font-size: 2rem;
  font-weight: normal;
}

.header-logo {
  float: right;
  width: 320px;
  max-width: 320px;
}

.header-logo img {
  width: 100%;
  max-width: 348px;
  max-width: 320px;
  height: auto;
}


@media all and (max-width: 768px) {
  header {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  
  .first-header-headline {
    font-size: 3.7vw;
  }
  
  .second-header-headline {
    font-size: 4.0vw;
  }
  
  .header-logo {
    width: 45%;
  }
}


/* responsive video */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  padding-top: 60px; /* space zu text-container */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.iframe-ersatz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.text-container {
  background: #fff;
  color: #666;
  padding: 25px 50px 50px 50px; /* old browsers */
  padding: 2.8vw 5vw 5vw 5vw;
  margin-bottom: 200px; /* wenn footer position: fixed */
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  .text-container {
    padding: 15px 25px 25px 25px; /* old browsers */
    padding: 2.8vw 5vw 5vw 5vw;
  }
}

@media all and (max-width: 480px) {
  .text-container {
    padding: 15px 12px 12px 12px; /* old browsers */
    padding: 2.8vw 5vw 5vw 5vw;
  }
}

.content-headline {
  font-size: 1em;
  font-weight: bold;
}

.text-container p {
 font-size: 1em;
 margin-bottom: 30px;
}


.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

.footer-left h3,
.footer-right h3 {
  text-transform: uppercase;
}

footer ul {
  display: block;
  list-style: none;
}

.footer-links {
  margin-top: 10px;
}

.footer-links li {
  margin-bottom: 4px;
}

footer a:link,
footer a:visited,
footer a:active {
  text-decoration: none;
  color: #fff;
}

footer .footer-link:hover {
  text-decoration: underline;
}

.icon-link {
  font-size: 36px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}