/****************************
* MEDIAQUERIES
****************************/
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
}
body {
  background: url("../img/bg.jpg") no-repeat center center transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  font-family: "Roboto";
  font-size: 15px;
  color: #fff;
}
body a {
  text-decoration: none;
}
body a:hover {
  opacity: 0.9;
}
body p {
  margin: 0 0 0.5em 0;
}
#logo {
  background: url("../img/logo.png") no-repeat 0 0 transparent;
  background-size: 100% auto;
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  width: 253.5px;
  height: 144.5px;
  z-index: 99;
}
@media only screen and (min-width: 1025px) {
  #logo {
    width: 362.14285714px;
    height: 206.42857143px;
  }
}
@media only screen and (min-width: 1400px) {
  #logo {
    width: 507px;
    height: 289px;
  }
}
#logo:hover {
  opacity: 0.9;
}
#content {
  padding: 112px 120px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  max-width: 60%;
}
@media only screen and (max-width:1025px) {
  #content {
    padding: 0 40px 0 40px;
    margin: 170px 0 100px 0;
    max-width: 100%;
    overflow: auto;
    box-sizing: border-box;
  }
}
@media only screen and (max-width:780px) {
  #content {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  #content {
    font-size: 42px;
  }
}
#content p {
  text-shadow: 1px 1px 2px #999;
}
@media only screen and (max-width:1025px) {
  #content p br {
    display: none;
  }
}
#content a.btn {
  display: inline-block;
  background: #BDA07B;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 30px;
}
body.imprint  h1 {
  margin-top: 0;
}
body.imprint  .box {
  background: rgba(255, 255, 255, 0.6);
  color: #4A4A4A;
  font-size: 15px;
  width: 50%;
  padding: 20px;
  text-transform: none;
  font-weight: 400;
  box-sizing: border-box;
}
@media only screen and (max-width:1025px) {
  body.imprint  .box {
    width: 100%;
  }
}
body.imprint  .box a {
  color: #4a4a4a;
  text-decoration: underline;
}
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 80px;
  z-index: 99;
  color: #4A4A4A;
  padding: 0 70px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width:1025px) {
  #footer {
    padding: 0;
  }
}
#footer a {
  color: #4A4A4A;
}
#footer #facebook {
  margin: 0 auto;
  margin-top: -32px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width:780px) {
  #footer #facebook p {
    margin-top: -10px;
  }
}
#footer #facebook #icon {
  background: url("../img/facebook.png") no-repeat center center #fff;
  background-size: 40px 40px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: inline-block;
}
#footer #imprint {
  position: absolute;
  right: 40px;
  margin-top: 36px;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (max-width:1025px) {
  #footer #imprint {
    position: absolute;
    right: 20px;
  }
}
@media only screen and (max-width:780px) {
  #footer #imprint {
    right: 5px;
    bottom: 5px;
  }
}
