/* frank-ruhl-libre-900 - latin */
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/frank-ruhl-libre-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/frank-ruhl-libre-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/frank-ruhl-libre-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/frank-ruhl-libre-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/frank-ruhl-libre-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/frank-ruhl-libre-v11-latin-900.svg#FrankRuhlLibre') format('svg'); /* Legacy iOS */
}

.frank, h1, h2 {
  font-family: 'Frank Ruhl Libre';
  font-size: 60px;
}


.sub-page .image-section {
  background: #003B66!important;
}

.sub-page .image-section h3 {
  padding-top: 8%;
  padding-bottom:8%;
  text-transform:uppercase;
  font-size: 3em;
  color:#fff!important;
  text-align: center;
}

.content-section IMG {
  width: 100%;
  height: auto!important;
}

.sub-page .content-section p a {
  color: #003B66;
  text-decoration: none;
  border-bottom: 1px dotted #003b66;
}

.sub-page .content-section blockquote p a {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

.cta-button a, input.btn.btn-primary {
  display: block;
  padding-top: 8px;
  border-radius: 25px;
  text-align: center;
  min-width: 220px;
  max-width: 240px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color:#003B66;
  border: 3px solid #003B66;
  background: none;
}

.cta-button a:hover,  input.btn.btn-primary:hover {
  border: 3px solid #003B66;
  color: #fff;
  background: #003B66;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #003B66;
}

.hamburger {
  position: relative;
  top: 5px;
  transform: scale(0.8);
}

/* ANIMATION SETUP */

.top-bar ul.desktop-nav li a, .top-bar ul.desktop-nav li a::after, ul.level-two, ul.level-two li, ul.level-two li a, #slider, #slider IMG,
.contact-line, header#mainHeader, header#mainHeader.fixed .cta-button a, .nav-wrapper, .cta-button a, .swiper-slide,  input.btn.btn-primary {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body,html {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  overflow-x:hidden;
  background: #282c34;
  font-size: 1em;
  line-height: 1.5em;
  color:#666;
  font-family: proxima-nova, sans-serif;
}

#mainHeader .contact-line a {
  text-decoration: none!important;
}

footer {
  color: #fff;
}

a:hover {
  color:#ccc;
}

.white-back {
  background:#fff;
}

.white-color {
  color:#fff;
}

.dark-blue-back {
  background:#003B66;
}

.dark-blue-color {
  color: #003B66!important;
}

.grey-back {
  background: #ECECEC;
}

blockquote {
  background:#003b66;
  color: #fff;
  line-height: 2em;
  padding: 40px;
  max-width: 700px;
  border-radius: 4px;
  border-left: 5px solid #ccc;
}

blockquote p {
  margin: 0;
  padding: 0;
}

blockquote p a {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

blockquote p em {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
}

#usp {
  background:#003B66;
}

#about {
  background: #fff url(../img/h-bg.svg) no-repeat;
  background-size:800px;
  background-position: -150px 200px;
  min-height: 500px;
  color: #5F5F61;
}

#about h2 {
  color:#5F5F61;
}

#about h3 {
  color:#003B66;
}

/* Main */

.site {
  background:#fff;
  position: relative;
}

section.content-section h2 {
  font-family: proxima-nova, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color:#B7B7B7;
  padding-left: 80px;
  position: relative;
  margin-bottom: 30px;
}

section.content-section h3 {
  color:#fff;
  font-family: 'Frank Ruhl Libre';
  font-size: 40px;
  max-width: 400px;
  margin-bottom: 60px;
}

.sub-page section.content-section h3 {
  max-width: 600px;
}

section.content-section h2::after {
  height: 3px;
  width: 60px;
  background:#B7B7B7;
  left:0px;
  content:'';
  position: absolute;
  top: 8px;
}

footer {
  min-height: 480px;
  background: url(../img/footer-bg.jpg) no-repeat!important;
  background-size: cover;
  background-position: center;
  position: relative;
}

footer::after {
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,59,102,0.9);
}

footer .container {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

footer .data-nav li:last-child {
  padding-right: 0px!important;
}

footer a {
  text-decoration: none;
}

footer ul li a {
  color:#fff;
}

footer ul li.active a {
  font-weight: 700;
}

section#clients {
  background: #003B66;
  min-height: 0px;
}

section#clients .container {
  max-width: 900px;
}


@media (max-width: 1699px) {
  .contact-line {
    padding: 15px 15px 15px 0!important;
  }
}

/* Main */

/* List-Teaser */

.list-teaser {
  position: relative;
  border: 15px solid transparent;
  border-collapse: collapse;
}

.list-teaser .overlay {
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.list-teaser .overlay .list-title {
  padding-bottom: 40px;
}

.list-teaser .overlay {
  font-size: 1.5em;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
  line-height: 1.3em;
}


.content-section .list-teaser IMG {
  margin-top: 0px!important;
}

/* List-Teaser END */

/* CONTENTSLIDER */

.swiper-container.feedbackslider {
  position: relative;
}

.content-slider .teaserimage {
  max-width: 64px;
}

.content-slider .teaser-header {
  display: flex;
  height: 65px;
  align-items: center;
}

.swiper-slide.feedback {
  opacity: 0!important;
  visibility: hidden;
}

.swiper-slide-active.feedback {
  opacity: 1!important;
  visibility: visible!important;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* CONTENTSLIDER END */

/* FEEDBACK */

.feedback.swiper-slide IMG {
  max-width: 250px;
  border-radius: 100%;
}

/* FEEDBACK END */

/* FORM */

fieldset legend, .tx-powermail h3 {
  display: none;
}

.tx-powermail .container-fluid {
  margin : 0;
  padding: 0;
}

.tx-powermail label {
  text-transform: uppercase;
  padding-bottom: 7px;
  padding-top: 7px;
  width: 150px;
}

form label, form input {
  line-height: 1.4em!important;
}

.checkbox label {
  font-size: 13px;
  width: 100%!important;
  max-width: none!important;
  text-transform: none;
}

.checkbox label input {
  position: relative;
  top: 1.5px;
  margin-right: 5px;
}

.powermail-errors-list li {
  font-weight: 700;
  font-size: 13px;
  padding: 15px!important;
}



.powermail_fieldwrap_type_check {
  margin-top: 15px;
  margin-bottom: 10px;
  clear: both;
  width: 100%!important;
}

/* FORM END */

@media (min-width:1400px){

  section.content-section .container {
    padding-left: 80px!important;
    padding-right: 80px!important;
  }

  .swiper-wrapper h2 {
    font-size: 80px!important;
  }
  .site.container {
    max-width:1900px;
  }

  #slider {
    height: 600px!important;
  }

  .sub-page #slider {
    min-height: 0;
    height: auto!important;
  }

  .sub-page h3 {
    color: #003B66!important;
  }

  #slider IMG {
    min-height: 600px!important;
  }

  header#mainHeader.fixed {
    position: fixed;
    padding-top: 0px;
    top: 0;
    left: 10%;
    width: 100%;
    max-width: 80%;
    height: 90px;
  }

}

@media (max-width: 1399px){

  header#mainHeader.fixed {
    width: 1140px!important;
    max-width: 1140px!important;
    margin-left: 0px!important;
    left: auto!important;
    right: auto;
    margin: 0 auto!important;
  }

  #about {
    background: #fff url(../img/h-bg.svg) no-repeat;
    background-size:50%;
    background-position: -15% 220%;
    min-height: 400px;
    color: #5F5F61;
  }
}

@media (max-width: 1199px){

  .content-slider .teaser-content {
    max-width: 400px;
  }

  header#mainHeader.fixed {
    width: 960px!important;
    max-width: 960px!important;
    margin-left: 0px!important;
  }

  .swiper-wrapper p.main-claim {
    max-width: 400px;
    margin: 0px auto 40px auto;
  }

  .swiper-wrapper h2 {
    font-size: 60px;
    margin-bottom: 70px;
    margin: 0px auto 60px auto;
    max-width: 500px;
  }

  .swiper-wrapper div.h3 p {
    font-size: 0.7em;
  }

  #about {
    background: #fff url(../img/h-bg.svg) no-repeat;
    background-size:60%;
    background-position: -15% 220%;
    min-height: 400px;
    color: #5F5F61;
  }

}

@media (min-width:1200px) {

  .swiper-wrapper p.main-claim {
    max-width: 400px;
    margin: 0px auto 40px auto;
  }

  .swiper-wrapper h2 {
    font-size: 60px;
    margin-bottom: 70px;
    margin: 0px auto 60px auto;
    max-width: 500px;
  }

  .swiper-wrapper div.h3 p {
    font-size: 0.7em;
  }

  .top-bar a {
    font-size:1em!important;
  }

  .top-bar ul.desktop-nav li.first-row {
    padding: 0 25px 0 25px!important;
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two {
    padding: 50px!important;
    margin-left: -150px!important;
    width: 440px!important;
  }
}

@media (min-width:992px) {

  .sub-page section.content-section h3 {
    color: #003B66;
  }

  footer .footer-container {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }
  section.content-section .container {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* SLIDER */

  .swiper-wrapper p.main-claim {
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align:center;
  }

  .swiper-wrapper {
    overflow-x:hidden;
  }

  .swiper-wrapper .inner-border {
    height: 100%;
    width: 101%;
    position: absolute;
    display: flex;
    left: 0px;
    right: 0px;
    align-items:center;
    color: #fff!important;
  }

  .swiper-wrapper h2, .swiper-wrapper div.h3 p {
    text-align: center;
  }

  /* SLIDER */

  header#mainHeader {
    position: relative;
    padding-top: 15px;
    top: -15px;
    height: 140px;
    width: 100%;
  }

  .pageUid-12 header#mainHeader {
    height: 90px;
  }

  header#mainHeader.fixed {
    position: fixed;
    padding-top: 0px;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 90px;
    z-index:5;
    box-shadow: 5px 7px 7px rgba(0,0,0,0.15);
  }

  section {
    min-height: 400px;
  }

 .contact-line {
    height: 50px;
    line-height: 1em;
  }

  .fixed .contact-line {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    height: 0px!important;
  }

  #slider {
    height: 500px;
    background: #ccc;
  }

  .sub-page #slider {
    min-height: 0px!important;
    height: auto!important;
  }

  #slider IMG {
    min-height: 500px;
    height: 100%;
    width: auto;
  }

  .sub-page #slider IMG {
    min-height: 0px!important;
    height: auto;
    width: 100%!important;
  }

  .logo-link {
    width: 100%;
    background:url(../img/Logo-Kanzlei-Huttegger.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
  }

  ul.level-two {
    position: absolute;
    z-index:10;
  }

  .contact-line {
    padding: 15px 0 15px 0;
    height: 50px;
    font-size: 0.9em;
  }

  .top-bar {
    height: 90px;
    display: flex;
    align-items: center;
  }

  .top-bar a {
    color: #5F5F61;
    text-decoration:none;
    font-size: 0.9em;
  }

  .top-bar ul.desktop-nav li.first-row a {
    display: inline-block;
    position: relative;
  }

  .top-bar ul.desktop-nav li.first-row a::after {
    height: 5px;
    background: #ececec;
    width: 100%;
    position: absolute;
    content:'';
    left: 0;
    bottom:-12px;
    visibility:hidden;
    opacity:0;
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two a::after {
    display:none;
  }

  .top-bar ul.desktop-nav li a:hover, .top-bar ul.desktop-nav li.first-row:hover a {
    color:#585850;
  }

  .top-bar ul.desktop-nav li a:hover::after, .top-bar ul.desktop-nav li.first-row:hover a::after {
    bottom:-7px;
    visibility: visible;
    opacity:1;
  }

  .top-bar ul.desktop-nav li.first-row {
    padding-top: 34px!important;
    padding-bottom: 34px!important;
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two {
    opacity:0;
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two {
    background:#fff url(../img/arrow-down-sign-to-navigate.png) no-repeat;
    background-position: 60px 25px;
    background-size: 15px;
    padding: 10px 30px 30px 30px;
    margin-top: 0px;
    margin-left: -128px;
    width: 347px;
    box-shadow: 1px 1px 10px rgba(40,44,52,0.3);
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two li {
    list-style:none;
    line-height: 1.5em;
    border-bottom: 1px solid #ececec;
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two li a {
    padding: 10px;
    display: block;
    font-weight: 400;
    color:#5F5F61;
  }

  .top-bar ul.desktop-nav li.first-row.active a ,.top-bar ul.desktop-nav li.first-row ul.level-two li.active a {
    font-weight:700;
    color:#003B66;
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two li:last-child {
    border-bottom: none;
  }

  .top-bar ul.desktop-nav li.first-row:hover ul.level-two {
    margin-top: 33px;
    visibility: visible!important;
    opacity:1;
  }

  .top-bar ul.desktop-nav li.first-row ul.level-two li:hover a, .top-bar ul.desktop-nav li.first-row:hover ul.level-two li a:hover {
    background:#ececec;
  }

  .top-bar ul.desktop-nav li.first-row:hover {
  }

  .top-bar ul.desktop-nav li.first-row {
    padding: 0 15px 0 15px;
  }

  .top-bar ul.desktop-nav li:nth-child(1) {
    padding-left: 0px;
  }

  .top-bar ul.desktop-nav li:last-child {
    padding-right: 0px;
  }

  .phone-button {
    position: relative;
    top: 1px;
    max-height: 90px;
    overflow-y: hidden;
  }

  .phone-button .buttontext {
    display:flex;
    height: 90px;
    line-height: 1.2em;
    align-items: center;
  }

}

@media (max-width: 991px) {

    .list-teaser {
      border: 15px solid transparent;
      border-collapse: collapse;
      max-height: 600px;
      overflow: hidden;
    }

    .list-teaser .overlay {
      font-size: 1.25em;
    }

    .sub-page #slider {
      height: auto!important;
    }

    section.content-section h3 {
      margin-bottom: 30px;
    }

    .sub-page section.content-section h3 {
      color: #003B66;
    }

    footer .container {
      padding-right: 30px;
      padding-left: 30px;
    }

    /* SLIDER */

    .swiper-wrapper p.main-claim {
      text-transform: uppercase;
      margin-bottom: 30px;
      text-align:center;
    }

    .swiper-wrapper {
      overflow-x:hidden;
    }

    .swiper-wrapper .inner-border {
      height: 100%;
      width: 101%;
      position: absolute;
      display: flex;
      left: 0px;
      right: 0px;
      align-items:center;
      color: #fff!important;
    }

    .swiper-wrapper h2, .swiper-wrapper div.h3 p {
      text-align: center;
    }

    /* SLIDER */

    .swiper-wrapper p.main-claim {
      max-width: 400px;
      margin: 0px auto 40px auto;
    }

    .swiper-wrapper h2 {
      font-size: 45px;
      margin-bottom: 70px;
      margin: 0px auto 60px auto;
      max-width: 500px;
    }

    .swiper-wrapper div.h3 p {
      font-size: 0.7em;
    }

    .content-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .content-section IMG {
      margin-top: 50px;
      margin-bottom: 0px;
    }

    header#mainHeader.fixed {
        width: 100%!important;
        max-width: 100%!important;
        margin-left: 0px!important;
    }

    .top-bar .container {
      padding: 0 20px 0 30px!important;
    }

    .contact-line .container {
      padding-right: 15px!important;
    }

    .contact-line {
      font-size: 80%;
    }

    .content-section .container {
      padding-right: 30px;
      padding-left: 30px;
    }

    .logo-link {
      width: 100%;
      background: url(../img/Logo-Kanzlei-Huttegger.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      display: block;
      overflow: hidden;
      text-indent: -9999px;
    }

    .top-bar .row {

    }

    .nav-wrapper {
      position: fixed;
      z-index: 20;
      background: #03243d;
      height: 100vh;
      width: 350px;
      right: -350px;
      top: 0px;
      padding: 50px;
      padding-top: 70px;
    }

    .nav-open .nav-wrapper {
      right: 0px;
    }

    ul.mobile-nav li {
      width: 100%;
      display: block;
      float: none;
      height: 50px;
      margin-bottom: 10px;
      line-height: 50px;
      font-size: 1.5em;
      text-align: right;
    }

    ul.mobile-nav button {
      font-size: 60%;
      color:#fff;
      background: none;
      border: none;
    }

    ul.mobile-nav button span {
      font-size: 140%;
      display: inline-block;
      position: relative;
      top: 2px;
      margin-right: 3px;
    }

    ul.mobile-nav li a {
      color: #fff;
      text-decoration: none;
    }

    ul.level-two {
      display: none;
    }
}

@media (max-width: 991px) and (orientation: portrait){

    .contact-line {
      padding-right: 5px!important;
    }

    .sub-page .image-section IMG {
      left: -25%;
      position: relative;
    }
}


@media (min-width: 768px) and (max-width:991px) {

    footer {
      min-height: 700px!important;
      background: url(../img/footer-bg.jpg) no-repeat!important;
      background-size: 460%!important;
      background-position: 75%!important;
      position: relative;
    }

}

@media (max-width:767px) {

  .list-teaser .overlay {
    font-size: 1.0em!important;
  }

  .list-teaser .overlay .list-title {
    padding-bottom: 0px!important;
  }

  .sub-page .image-section IMG {
    max-height: 250px;
    position: relative;
    width: auto!important;
  }


    small {
      font-size:0.75em!important;
    }

    .content-section {
      padding-top: 60px!important;
      padding-bottom: 60px!important;
    }

    .innerWrap {
      max-width: 70%;
      margin: auto;
    }

    footer {
      min-height: 700px!important;
      background: url(../img/footer-bg.jpg) no-repeat!important;
      background-size: 940%!important;
      background-position: 42%!important;
      position: relative;
    }

    .contact-line {
      font-size: 70%;
    }


    .swiper-wrapper h2 {
        font-size: 35px;
        margin-bottom: 70px;
        margin: 0px auto 60px auto;
        max-width: 100%;
    }

    .swiper-slide IMG {
      max-height: 400px;
      width: auto;
    }

    .mobile-nav li.active a {
      font-weight: 700;
    }

}

@media (max-width: 991px) and (orientation:landscape) {

      .logo-link {
        max-width: 150px;
      }

      .sub-page #slider {
        max-height: 400px;
        overflow: hidden;
      }

      .sub-page #slider IMG {
        position: relative;

      }

      .nav-wrapper {
          padding: 30px!important;
          overflow-y: auto!important;
          height: calc(100vh - 50px);
      }

      .nav-wrapper ul {

      }
}



@media (max-width:480px) {

  .checkbox label input {
    position: relative;
    top: 3px;
    margin-right: 5px;
  }

  section.content-section h3 {
    color:#fff;
    font-family: 'Frank Ruhl Libre';
    font-size: 29px;
    max-width: 400px;
    margin-bottom: 30px;
  }

}
