html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  outline: medium none; }

* {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }
/* ==========================================================================
   Fonts
   ========================================================================== */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: EngraversGothicBT-Regular;
  src: url(../fonts/EngraversGothicBT-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/EngraversGothicBT-Regular.woff) format("woff"), url(../fonts/EngraversGothicBT-Regular.ttf) format("truetype"), url(../fonts/EngraversGothicBT-Regular.svg#EngraversGothicBT-Regular) format("svg");
  font-weight: 400;
  font-style: normal; }
.semi-strong {
  font-weight: 600; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  float: none;
  clear: both; }

body, html {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #4c4c4c;
  font-family: Hind, sans-serif;
  background-color: #fff; }

a {
  color: inherit; }

.animateInView {
  opacity: 0; }

.container {
  width: 100%;
  position: relative; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.tac {
  text-align: center; }

@media all and (max-width: 768px) {
  .hide-on-tablet {
    display: none !important; } }
.show-on-tablet {
  display: none !important; }

@media all and (max-width: 768px) {
  .show-on-tablet {
    display: block !important; } }
.uc h1, .uc h2, .uc h3 {
  text-transform: uppercase;
  letter-spacing: 3.5px; }
.uc h1, .uc .h1-style, .details .uc h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 61px;
  color: #4c4c4c;
  font-family: "EngraversGothicBT-Regular"; }
  @media (max-width: 768px) {
    .uc h1, .uc .h1-style, .details .uc h1 {
      font-size: 30px !important;
      line-height: 33px !important; } }
.uc h2, .uc .h2-style, .details .uc h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 37px;
  color: #4c4c4c;
  font-family: "EngraversGothicBT-Regular";
  position: relative;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .uc h2, .uc .h2-style, .details .uc h2 {
      font-size: 22px !important;
      line-height: 24px !important;
      padding-bottom: 20px !important; } }
  .uc h2:after, .uc .h2-style:after, .details .uc h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 145px;
    height: 1px;
    background: #4c4c4c;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }
.uc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #4c4c4c;
  font-family: Hind, sans-serif;
  margin: 0;
  padding: 0 0 10px 0; }
.uc img {
  max-width: 100%;
  height: auto; }
.uc.wrapper {
  padding: 40px; }
  @media all and (max-width: 480px) {
    .uc.wrapper {
      padding: 40px 20px; } }
.uc b {
  font-weight: 700; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1000; }
  .header .logo {
    float: left;
    max-width: 21%;
    display: block;
    padding: 12px 15px 0 20px; }
  .header .main-nav {
    width: 70%;
    margin: 0 auto;
    padding: 20px 15px 0px 15px;
    float: left; }
    .header .main-nav ul {
      display: block;
      width: 100%;
      text-align: left; }
      .header .main-nav ul li {
        display: inline-block;
        font-size: 0;
        padding: 0 9px; }
        .header .main-nav ul li a {
          font-size: 15px;
          font-weight: normal;
          line-height: 23px;
          color: #fff;
          font-family: "EngraversGothicBT-Regular";
          display: block;
          color: #b2c3d8;
          text-decoration: none;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          .header .main-nav ul li a:hover {
            color: #fff; }
      .header .main-nav ul .phone {
        display: none; }
    @media all and (max-width: 1200px) {
      .header .main-nav {
        padding-top: 17px; }
        .header .main-nav ul li {
          padding: 0 5px; }
          .header .main-nav ul li a {
            font-size: 12px; } }
  .header .header-right {
    float: right;
    max-width: 9%;
    padding: 5px 20px 0 0;
    display: block; }
  .header #mobile-menu-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer; }
    .header #mobile-menu-button:before, .header #mobile-menu-button:after, .header #mobile-menu-button span {
      transition: all 0.4s linear;
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      content: '';
      overflow: hidden; }
    .header #mobile-menu-button:after {
      top: auto;
      bottom: 3px; }
    .header #mobile-menu-button span {
      top: 12px; }
  @media all and (max-width: 1024px) {
    .header {
      padding: 0 10px;
      height: 50px; }
      .header .main-nav {
        position: fixed;
        top: 50px;
        left: -100%;
        padding: 0;
        width: 100%;
        background: linear-gradient(#404754, #5d687b);
        opacity: 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header .main-nav ul {
          margin: 0; }
          .header .main-nav ul li {
            padding: 0 10px;
            display: block;
            line-height: 50px;
            border-bottom: 1px solid #68758b; }
            .header .main-nav ul li a {
              font-size: 17px;
              color: #fff;
              line-height: 50px; }
          .header .main-nav ul .phone {
            display: block; }
      .header .logo {
        max-width: 50%;
        max-height: 40px;
        position: relative;
        padding: 10px 0 0 0;
        height: auto; }
      .header .header-right {
        width: auto;
        max-width: none;
        padding: 5px 0 5px 20px;
        float: left;
        height: 50px; }
      .header #mobile-menu-button {
        display: block; }
      .header #mobile-menu-button.opened span {
        -webkit-transform: translate(0, -50px) rotate(-270deg);
        -moz-transform: translate(0, -50px) rotate(-270deg);
        -ms-transform: translate(0, -50px) rotate(-270deg);
        -o-transform: translate(0, -50px) rotate(-270deg);
        opacity: 0; }
      .header #mobile-menu-button.opened:before {
        -webkit-transform: translate(0, 9px) rotate(135deg);
        -moz-transform: translate(0, 9px) rotate(135deg);
        -ms-transform: translate(0, 9px) rotate(135deg);
        -o-transform: translate(0, 9px) rotate(135deg); }
      .header #mobile-menu-button.opened:after {
        -webkit-transform: translate(0, -8px) rotate(-135deg);
        -moz-transform: translate(0, -8px) rotate(-135deg);
        -ms-transform: translate(0, -8px) rotate(-135deg);
        -o-transform: translate(0, -8px) rotate(-135deg); }
      .header .main-nav.opened {
        left: 0;
        opacity: 1; } }

footer {
  background: linear-gradient(to right, #1c2027 0, #2b3340 100%);
  color: #7b828c;
  line-height: 1.6; }
  footer .footer-block-33 {
    padding: 60px 2.332% 0 2%;
    float: left;
    width: 33%;
    font-size: 15px; }
    footer .footer-block-33 h2 {
      font-size: 25px;
      font-weight: 500;
      line-height: 28px;
      color: #fff;
      font-family: "EngraversGothicBT-Regular";
      color: #fff;
      letter-spacing: 1.5px;
      line-height: 1.1;
      margin-bottom: 10px; }
    footer .footer-block-33 h3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 26px;
      color: #7c838c;
      font-family: Hind, sans-serif;
      color: #fff;
      font-weight: 600; }
    footer .footer-block-33 p {
      font-size: 18px;
      font-weight: normal;
      line-height: 26px;
      color: #7c838c;
      font-family: Hind, sans-serif;
      font-size: 17.6px;
      line-height: 26.4px;
      color: #7c838c;
      margin-bottom: 10px; }
      footer .footer-block-33 p a {
        text-decoration: underline;
        color: #8c939c; }
    footer .footer-block-33 b {
      font-weight: 600;
      display: inline-block; }
    footer .footer-block-33:last-child {
      padding-right: 1%;
      padding-left: 7%; }
    @media all and (max-width: 768px) {
      footer .footer-block-33 {
        width: 100%;
        text-align: center !important;
        padding: 20px 1% 0 !important; } }
    footer .footer-block-33 img {
      margin-left: 10px; }
  footer .footer-block-50 {
    padding: 30px 1% 25px;
    float: left;
    width: 50%;
    font-size: 12px;
    font-family: "EngraversGothicBT-Regular"; }
    footer .footer-block-50:last-child img {
      margin-left: 47%; }
    footer .footer-block-50 a {
      color: #fff;
      font-size: 11px;
      text-decoration: none;
      margin-left: 5px; }
    footer .footer-block-50 img {
      max-width: 150px;
      margin: 0 10px; }
    @media all and (max-width: 1024px) {
      footer .footer-block-50 span {
        display: block; } }
    @media all and (max-width: 768px) {
      footer .footer-block-50 {
        width: 100%;
        float: none;
        text-align: center !important; }
        footer .footer-block-50 img {
          display: block;
          margin: 0 auto 20px !important; } }
  footer .bordered {
    border-bottom: 1px solid #3d444e;
    padding: 50px 0 0; }
    @media all and (max-width: 768px) {
      footer .bordered {
        margin: 30px 0; } }

.page-content {
  min-height: 2000px; }

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 58, 68, 0.2);
  z-index: 0; }

.hero {
  width: 100%;
  height: 90vh;
  background: url("../img/Hintergrund.jpg") center center no-repeat transparent;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .hero .vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 950px;
    margin: 0 auto;
    width: 96%;
    z-index: 1;
    color: #fff;
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    -o-transform: translate(0, -40%); }
    @media (max-width: 768px) {
      .hero .vertical-center {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%); } }
    .hero .vertical-center p {
      padding: 10px 0;
      text-align: center; }
    .hero .vertical-center .textholder {
      padding: 30px 0 40px;
      display: block;
      text-align: center; }
      .hero .vertical-center .textholder h1 {
        font-size: 55px;
        font-weight: 500;
        line-height: 61px;
        color: #4c4c4c;
        font-family: "EngraversGothicBT-Regular";
        color: #fff;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
        -webkit-animation-delay: 1.25s;
        -moz-animation-delay: 1.25s;
        -o-animation-delay: 1.25s;
        animation-delay: 1.25s; }
        @media all and (max-width: 768px) {
          .hero .vertical-center .textholder h1 {
            font-size: 30px;
            line-height: 33px; } }
      .hero .vertical-center .textholder h2 {
        font-size: 34px;
        font-weight: 500;
        line-height: 37px;
        color: #4c4c4c;
        font-family: "EngraversGothicBT-Regular";
        color: #fff;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
        position: relative;
        padding-bottom: 30px;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        animation-delay: 1.5s; }
        @media all and (max-width: 768px) {
          .hero .vertical-center .textholder h2 {
            font-size: 22px;
            line-height: 24px;
            padding-bottom: 20px; } }
        .hero .vertical-center .textholder h2:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 100%;
          max-width: 145px;
          height: 1px;
          background: #fff;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0); }
      @media all and (max-width: 350px) {
        .hero .vertical-center .textholder {
          padding: 10px 0 15px; } }
    .hero .vertical-center p.small {
      top: 150px;
      font-size: 18px;
      font-weight: bold;
      line-height: 26px;
      color: #4c4c4c;
      font-family: Hind, sans-serif;
      color: #fff;
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s; }
      @media all and (max-width: 1024px) {
        .hero .vertical-center p.small {
          padding-top: 30px;
          font-size: 24px; } }
      @media all and (max-width: 768px) {
        .hero .vertical-center p.small {
          font-size: 20px; } }
      @media all and (max-width: 480px) {
        .hero .vertical-center p.small {
          font-size: 18px; } }
  .hero p.smaller {
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #4c4c4c;
    font-family: Hind, sans-serif;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
    text-align: center;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s; }
    @media all and (max-width: 768px) {
      .hero p.smaller {
        font-size: 16px;
        line-height: 20px; } }

.highlights {
  padding: 60px; }
  .highlights .special {
    color: #4c4c4c;
    font-family: "EngraversGothicBT-Regular";
    font-size: 18px;
    padding: 0 10px 10px; }
    @media (max-width: 768px) {
      .highlights .special {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #4c4c4c;
        font-family: Hind, sans-serif; } }
  .highlights ul {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #4c4c4c;
    font-family: Hind, sans-serif;
    list-style: none;
    line-height: 1.5;
    padding: 10px; }
    @media all and (max-width: 768px) {
      .highlights ul {
        font-size: 16px !important; } }
  @media all and (max-width: 768px) {
    .highlights {
      padding: 20px 0; }
      .highlights .wrapper {
        padding: 0; } }

.details {
  padding: 60px;
  position: relative;
  background: url("../img/Hintergrund.jpg") center center no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75); }
  .details .wrapper {
    position: relative;
    z-index: 1; }
  .details .uc h1 {
    color: #fff; }
  .details .uc h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 37px;
    color: #4c4c4c;
    font-family: "EngraversGothicBT-Regular";
    color: #fff; }
    .details .uc h2:after {
      background-color: #fff;
      left: 0;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
      @media (max-width: 768px) {
        .details .uc h2:after {
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0); } }
  .details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #4c4c4c;
    font-family: Hind, sans-serif;
    color: #fff; }
  .details img {
    max-width: 38%;
    float: right; }
    @media all and (max-width: 768px) {
      .details img {
        display: none; } }
  @media all and (max-width: 768px) {
    .details {
      padding: 20px 5px;
      text-align: center; } }

.call-to-action .wrapper {
  position: relative; }
.call-to-action .detail_column {
  width: 29.32%;
  float: left;
  min-height: 100px;
  margin-right: 6%;
  padding: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }
  .call-to-action .detail_column a.cta {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-family: "EngraversGothicBT-Regular";
    padding: 15px 0;
    background: #bf9a53;
    color: white;
    font-weight: 300;
    width: 100%;
    display: block;
    margin: 0 0 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center; }
    .call-to-action .detail_column a.cta:hover {
      opacity: 0.9; }
    @media all and (max-width: 768px) {
      .call-to-action .detail_column a.cta {
        margin: 0 0 10px 0; } }
  .call-to-action .detail_column p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #4c4c4c;
    font-family: Hind, sans-serif; }
    .call-to-action .detail_column p b, .call-to-action .detail_column p strong {
      font-size: 18px;
      font-weight: bold;
      line-height: 26px;
      color: #4c4c4c;
      font-family: Hind, sans-serif; }
  @media all and (max-width: 768px) {
    .call-to-action .detail_column {
      width: auto;
      float: none;
      margin: 0 auto 20px;
      min-height: 0; } }
.call-to-action .detail_column:last-child {
  margin-right: 0; }

.gallery {
  padding: 0 0 40px;
  background: url("../img/Hintergrund.jpg") center center no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .gallery h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 61px;
    color: #4c4c4c;
    font-family: "EngraversGothicBT-Regular";
    color: #fff; }
    @media all and (max-width: 1024px) {
      .gallery h1 {
        font-size: 48px; } }
    @media all and (max-width: 768px) {
      .gallery h1 {
        line-height: 42px; } }
    @media all and (max-width: 480px) {
      .gallery h1 {
        font-size: 31px; } }
  .gallery h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 37px;
    color: #4c4c4c;
    font-family: "EngraversGothicBT-Regular";
    color: #fff; }
    .gallery h2:after {
      background-color: #fff; }
    @media all and (max-width: 1024px) {
      .gallery h2 {
        font-size: 30px; } }
    @media all and (max-width: 768px) {
      .gallery h2 {
        font-size: 25px; } }
  .gallery .images-holder {
    padding-top: 40px; }
  .gallery img {
    display: block;
    position: relative;
    float: left;
    width: 48%;
    height: auto;
    margin: 0 1% 20px 1%; }
    @media all and (max-width: 768px) {
      .gallery img {
        width: 98%; } }

/*# sourceMappingURL=style.css.map */
