/* === ADD TO HOMESCREEN === */

.ath-container,
.ath-ios.ath-phone:after,
.ath-ios.ath-tablet:after {
    background: #c0c0c0;
}


/* === FIXED WIDTH === */

.webapp-head {
    max-width: 970px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}


/* === HEADER === */

header {
    background-image: url(../images/kopfbild.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 160px;
    position: relative;
    overflow: hidden;
}

header .logo-container {
    position: absolute;
    right: -40px;
    top: -140px;
}
header .logo-container img {
    max-width: 240px;
}

.subtitle-container {
    background-color: #660d0e;
    overflow: hidden;
}
.subtitle-container img {
    height: 30px;
}


/* === FOOTER === */

#footer-legal span:after {
  content: ' | ';
}
#footer-legal span:last-child:after {
  display: none;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 24px;
  width: 100%;
  background: #c0c0c0;
  z-index: 100;
}

footer .footer-link {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

footer .row div {
  border-right: 1px white solid;
  border-left: 1px white solid;
  padding-left: 5px;
  padding-right: 5px;
}
footer .row div:first-child {
  border-left: none;
}
footer .row div:last-child {
  border-right: none;
}
  
footer a,
footer a:hover,
footer a:visited {
    color: #000;
    text-decoration: none;
}


/* === MEDIA QUERIES === */

@media (min-width: 767px) {
    header {
        height: 240px;
    }
    header .logo-container {
        top: -200px;
    }
    header .logo-container img {
        max-width: 100%;
    }
}

@media (min-width: 1100px) {
    footer { 
        display: none;
    }
}
