/* ### Font ### */
/* FONT */
/* ### */
* {
  margin: 0;
}
html,
body {
  height: 100%;
  background: #fff;
}
.sprite {
  background-image: url(/global/img/sprite.png);
}
h1,
h1 a {
  font-size: 36px;
}
h1 strong {
  font-size: 38px;
}
h2,
h2 a {
  font-size: 24px;
}
h3,
h3 a {
  font-size: 24px;
}
h4,
h4 a {
  font-size: 24px;
}
b,
strong {
  line-height: 20px;
}
p,
ol li {
  margin: 20px 0;
  font-size: 18px;
  line-height: 26px;
}
ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.small,
blockquote,
blockquote p {
  font-size: 14px;
  line-height: 18px;
}
em {
  font-size: 16px;
}
a {
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}
#debug-mode {
  position: fixed;
  background: #cf3535;
  width: 100%;
  top: 0;
  z-index: 10001;
  color: #fff;
  font-size: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
body.debug-mode {
  margin-top: 50px;
}
@font-face {
  font-family: 'hausschrift_textregular';
  src: url('../fonts/hh_text-webfont.woff2') format('woff2'), url('../fonts/hh_text-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hausschrift_praeseregular';
  src: url('../fonts/hh_praes-webfont.woff2') format('woff2'), url('../fonts/hh_praes-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hausschrift_headregular';
  src: url('../fonts/hh_head-webfont.woff2') format('woff2'), url('../fonts/hh_head-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: 'hausschrift_textregular', sans-serif;
}
.colorAccent {
  color: #8cadbd;
}
.incWrapper {
  background-color: #fff;
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  padding: 33px 28px 50px;
  font-size: 17px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.cardWrapper {
  width: 484px;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -242px;
}
.card {
  width: 484px;
  height: 323px;
  position: relative;
}
.phone {
  position: absolute;
  background: transparent;
  height: 22px;
  width: 172px;
  top: 136px;
  left: 58px;
  z-index: 1;
}
.email {
  position: absolute;
  background: transparent;
  height: 22px;
  width: 220px;
  bottom: 110px;
  right: 115px;
  z-index: 1;
}
.card img {
  -webkit-box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.5);
  display: block;
  width: 420px;
  height: 263px;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -210px;
  width: 420px;
  text-align: center;
  background: #00000057;
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.footer a.bigger {
  font-size: 17px;
}
.none {
  display: none;
}
h2 {
  color: #8CADBD;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-family: 'hausschrift_headregular';
}
p {
  color: #1B1B19;
  font-weight: normal;
  font-family: 'hausschrift_textregular';
  margin: 20px 0;
  font-size: 14px;
}
.frameDrop {
  padding: 10px;
}
strong,
b {
  font-weight: normal;
  font-family: 'hausschrift_headregular';
}
#page {
  position: relative;
  min-height: 100vh;
  padding: 20vh 0 240px;
  background-image: url(/global/img/IMG_9079.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.pressWrapper {
  background-color: #fff;
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  padding: 33px 28px 50px;
  font-size: 17px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.pressWrapper h1 {
  font-family: 'hausschrift_praeseregular', sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #8cadbd;
  margin-bottom: 63px;
}
.pressWrapper .row {
  overflow: hidden;
  margin-bottom: 28px;
  padding: 0;
}
.pressWrapper a {
  color: #8cadbd;
  text-decoration: none;
}
.pressWrapper .col1,
.pressWrapper .col2,
.pressWrapper .col3 {
  float: left;
}
.pressWrapper .col1,
.pressWrapper .col3 {
  width: 105px;
}
.pressWrapper .col1 {
  font-family: 'hausschrift_praeseregular', serif;
}
.pressWrapper .col2 {
  width: 298px;
  margin: 0 28px;
}
/* Mobile */
@media only screen and (max-width: 690px) {
  .pressWrapper {
    margin: 0 15px;
  }
  .pressWrapper .col1,
  .pressWrapper .col2,
  .pressWrapper .col3 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .pressWrapper .col2 {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 18.75em) and (max-width: 740px) {
  #page {
    background-image: url(/global/img/IMG_9079-m.jpg);
  }
  .cardWrapper {
    width: 320px;
    position: absolute;
    top: 20%;
    margin-top: 0;
    left: 50%;
    margin-left: -160px;
  }
  .card {
    width: 320px;
    height: 214px;
    position: relative;
  }
  .cardImage {
    width: 320px !important;
    height: 214px !important;
    position: relative;
  }
  .phone {
    height: 18px;
    width: 114px;
    top: 90px;
    left: 40px;
  }
  .email {
    height: 18px;
    width: 140px;
    bottom: 74px;
    right: 80px;
  }
  .wrapper {
    width: 98%;
  }
  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
