@charset "UTF-8";
/* HTML */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* NAVIGATION FIX */
.navigation {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1; }
  .navigation list-style-type:none
li {
    display: block; }
    .navigation list-style-type:none
li position:relative
a {
      display: block;
      font-size: 13px;
      line-height: 1.5; }

/* BODY */
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  background-color: #efefef; }

/* HEADER */
.headerHolder {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #fff;
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  top: 0; }
  .headerHolder.scrolled {
    top: -130px;
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1); }

header {
  background: #2c3764; }
  header .zert {
    margin-top: 25px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337); }
  header .logo {
    text-align: center;
    position: relative; }
    header .logo a {
      display: block;
      margin: 20px auto; }
  header p {
    margin: 0; }
    header p .btn {
      margin-top: 46px;
      box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
      background: #41494c; }
      header p .btn:hover, header p .btn:focus, header p .btn:active, header p .btn.active {
        background-color: #292f31;
        transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        box-shadow: none; }

.headerHolder .header-info {
  background-color: #1c2441; }
  .headerHolder .header-info .top-holder {
    padding-top: 10px; }

.headerHolder .top-holder {
  color: #fff;
  padding-top: 30px; }
  .headerHolder .top-holder > a {
    display: inline-block;
    color: #fff; }
    .headerHolder .top-holder > a .amphiicon {
      background: #fff;
      text-align: center;
      width: 30px;
      border-radius: 40px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      height: 30px;
      padding: 7px 0;
      color: #2c3764;
      box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
      .headerHolder .top-holder > a .amphiicon:hover {
        background-color: #e6e6e6;
        transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        box-shadow: none; }
  .headerHolder .top-holder .text-wrapper {
    display: inline-block;
    font-size: 15px;
    margin-left: 6px; }

/* HIGHLIGT */
.highlightbox .highlightboxImage {
  position: relative;
  margin: 0 -15px; }
  .highlightbox .highlightboxImage .headline3 {
    position: absolute;
    right: 20%;
    top: 50%;
    border-radius: 0;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
    z-index: 99;
    border-radius: 0px;
    left: 20%;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
    text-shadow: none;
    padding: 10px 25px; }
    .highlightbox .highlightboxImage .headline3:hover {
      opacity: 0.7;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    .highlightbox .highlightboxImage .headline3 p {
      margin: 0; }
      .highlightbox .highlightboxImage .headline3 p a {
        color: #2c3764; }

/* NAV TOP */
nav.top-nav {
  position: relative;
  z-index: 10;
  background: #1c2441;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337), inset 0 3px 5px rgba(0, 0, 0, 0.1337); }
  nav.top-nav .main-nav.level-1 > li > span > a {
    color: #fff;
    font-family: "Lora", sans-serif;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 15px 10px;
    text-transform: none; }
    nav.top-nav .main-nav.level-1 > li > span > a:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.1337); }
  nav.top-nav .main-nav.level-1 > li.active > span > a {
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.1337); }
    nav.top-nav .main-nav.level-1 > li.active > span > a:hover {
      color: #fff; }
  nav.top-nav .main-nav.level-1 > li:after {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    background: #2c3764;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
  nav.top-nav .main-nav.level-1 > li:hover {
    color: #2c3764; }
    nav.top-nav .main-nav.level-1 > li:hover > ul {
      opacity: 1;
      visibility: visible;
      left: 0px;
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
    nav.top-nav .main-nav.level-1 > li:hover:after {
      content: "";
      width: 100%;
      position: absolute;
      height: 2px;
      background: #2c3764;
      bottom: 0;
      left: 0;
      opacity: 1;
      visibility: visible;
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  nav.top-nav .main-nav.level-1 > li > ul {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: -50px;
    position: absolute;
    background: #fff;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
    top: 100%;
    min-width: 280px; }
    nav.top-nav .main-nav.level-1 > li > ul > li {
      display: block; }
      nav.top-nav .main-nav.level-1 > li > ul > li > span a {
        font-weight: 400;
        color: #596367;
        border-bottom: 1px solid #ddd;
        display: block;
        width: 100%;
        font-size: 17px;
        padding: 10px 15px;
        text-transform: none; }
        nav.top-nav .main-nav.level-1 > li > ul > li > span a:hover {
          background: #efefef;
          color: #2c3764; }
        nav.top-nav .main-nav.level-1 > li > ul > li > span a:before {
          content: "";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          margin-right: 10px; }
      nav.top-nav .main-nav.level-1 > li > ul > li.active > span > a {
        background: #efefef;
        color: #2c3764; }
        nav.top-nav .main-nav.level-1 > li > ul > li.active > span > a:hover {
          background: #efefef;
          color: #2c3764; }

/* HEADER SLIDER */
.header-slider {
  background: #41494c;
  position: relative; }
  .header-slider .header-img {
    height: 500px; }
    .header-slider .header-img .caption-wrapper .carousel-caption {
      bottom: auto;
      top: 50%;
      padding: 20px 25px 20px 25px;
      border-radius: 0px;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
      .header-slider .header-img .caption-wrapper .carousel-caption .headline1 {
        color: #fff;
        display: block;
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 25px;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }
        .header-slider .header-img .caption-wrapper .carousel-caption .headline1 a {
          color: #fff; }
          .header-slider .header-img .caption-wrapper .carousel-caption .headline1 a:hover {
            color: #2c3764; }
      .header-slider .header-img .caption-wrapper .carousel-caption .headline2 {
        color: #fff;
        display: block;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 3px; }
        .header-slider .header-img .caption-wrapper .carousel-caption .headline2 span {
          background: #fff;
          display: block;
          color: #2c3764;
          text-shadow: none;
          padding: 10px 25px;
          box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337); }
        .header-slider .header-img .caption-wrapper .carousel-caption .headline2 a {
          color: #2c3764; }
          .header-slider .header-img .caption-wrapper .carousel-caption .headline2 a:hover {
            color: #1c2441; }
      .header-slider .header-img .caption-wrapper .carousel-caption .text-wrapper {
        font-size: 18px;
        line-height: 1.6; }

/* CONTENT SLIDER */
.content-slider {
  background: #41494c;
  position: relative; }
  .content-slider .header-img {
    height: 300px; }
    .content-slider .header-img .caption-wrapper .carousel-caption {
      bottom: auto;
      top: 50%;
      padding: 20px 25px 20px 25px;
      border-radius: 0px;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
      .content-slider .header-img .caption-wrapper .carousel-caption .headline1 {
        color: #fff;
        display: block;
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 25px;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }
        .content-slider .header-img .caption-wrapper .carousel-caption .headline1 a {
          color: #fff; }
          .content-slider .header-img .caption-wrapper .carousel-caption .headline1 a:hover {
            color: #2c3764; }
      .content-slider .header-img .caption-wrapper .carousel-caption .headline2 {
        color: #fff;
        display: block;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 3px; }
        .content-slider .header-img .caption-wrapper .carousel-caption .headline2 span {
          background: #fff;
          display: block;
          color: #2c3764;
          text-shadow: none;
          padding: 10px 25px;
          box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337); }
        .content-slider .header-img .caption-wrapper .carousel-caption .headline2 a {
          color: #2c3764; }
          .content-slider .header-img .caption-wrapper .carousel-caption .headline2 a:hover {
            color: #1c2441; }
      .content-slider .header-img .caption-wrapper .carousel-caption .text-wrapper {
        font-size: 18px;
        line-height: 1.6; }

/* CONTENT SLIDER */
.content-slider-2 {
  background: #41494c;
  position: relative; }
  .content-slider-2 .header-img {
    height: 550px; }
    .content-slider-2 .header-img .caption-wrapper .carousel-caption {
      bottom: auto;
      top: 50%;
      padding: 20px 25px 20px 25px;
      border-radius: 0px;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
      .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline1 {
        color: #fff;
        display: block;
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 25px;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }
        .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline1 a {
          color: #fff; }
          .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline1 a:hover {
            color: #2c3764; }
      .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline2 {
        color: #fff;
        display: block;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 3px; }
        .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline2 span {
          background: #fff;
          display: block;
          color: #2c3764;
          text-shadow: none;
          padding: 10px 25px;
          box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337); }
        .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline2 a {
          color: #2c3764; }
          .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline2 a:hover {
            color: #1c2441; }
      .content-slider-2 .header-img .caption-wrapper .carousel-caption .text-wrapper {
        font-size: 18px;
        line-height: 1.6; }

/* BEFORE FOOTER */
.before-footer {
  background: #2c3764;
  color: #fff;
  font-size: 15px;
  padding: 30px 0; }
  .before-footer .before-footer-block {
    padding: 30px 0; }
  .before-footer .headline3 {
    color: #fff;
    font-size: 19px; }
  .before-footer a {
    color: #fff; }
    .before-footer a:hover {
      color: #fff;
      opacity: 0.6; }
  .before-footer .btn {
    color: #2c3764;
    margin-top: 25px;
    background-color: #fff;
    border-color: #fff; }
    .before-footer .btn:hover {
      background-color: #f2f2f2;
      border-color: #f2f2f2;
      color: #2c3764; }
  .before-footer .text-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .before-footer .text-wrapper ul li a:before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      margin-right: 10px;
      color: #fff; }
  .before-footer hr {
    border-color: rgba(255, 255, 255, 0.09);
    border-style: dotted; }
  .before-footer .Content_Gallery {
    margin-bottom: 0; }
    .before-footer .Content_Gallery .amphi-slideshow .owl-dots,
    .before-footer .Content_Gallery .amphi-slideshow .owl-nav {
      display: none; }
    .before-footer .Content_Gallery .owl-carousel .owl-item {
      padding: 0 25px;
      opacity: 1;
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
      .before-footer .Content_Gallery .owl-carousel .owl-item:hover {
        opacity: 0.6;
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }

/* FOOTER */
footer {
  background: #151a2f;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 13px;
  padding: 35px 0;
  /* Small Level 1 */ }
  footer .small-nav.level-1 > li {
    display: inline-block; }
    footer .small-nav.level-1 > li > span > a {
      padding: 0 0 0 15px;
      font-size: 13px;
      line-height: 13px;
      color: rgba(255, 255, 255, 0.6); }
      footer .small-nav.level-1 > li > span > a:hover {
        color: #fff; }
    footer .small-nav.level-1 > li .active a {
      color: #fff; }

/* SCROLL TO TOP */
#return-to-top {
  background: #fff;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 9900;
  text-align: center;
  color: #2c3764;
  border-radius: 40px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  visibility: hidden;
  top: 10px; }
  #return-to-top:hover {
    background: #f2f2f2;
    box-shadow: none; }
  #return-to-top i {
    position: absolute;
    position: absolute;
    font-size: 26px;
    left: 12px;
    top: 6px; }
  #return-to-top.scrolled {
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    visibility: visible;
    opacity: 1;
    top: -5px; }

.tooltip-inner {
  background-color: #2c3764;
  border-radius: 0px; }

.tooltip.left .tooltip-arrow {
  border-left-color: #2c3764; }

/* MAIN */
.main-content {
  padding: 80px 0;
  background: #efefef;
  position: relative;
  z-index: 99; }
  .main-content.main-2 {
    background: url(../layout/bg.png);
    border-top: 4px solid #ececec; }
  .main-content.main-3 {
    background: #2c3764;
    color: #fff; }
    .main-content.main-3 .headline1, .main-content.main-3 .headline3, .main-content.main-3 .headline2, .main-content.main-3 .headline4 {
      color: #fff; }
    .main-content.main-3 a {
      color: #fff; }
      .main-content.main-3 a:hover {
        color: #fff;
        opacity: 0.6; }
    .main-content.main-3 .btn {
      color: #2c3764;
      margin-top: 25px;
      background-color: #fff;
      border-color: #fff; }
      .main-content.main-3 .btn:hover {
        background-color: #f2f2f2;
        border-color: #f2f2f2;
        color: #2c3764; }

/* KUNDENMEINUNGEN */
.review {
  margin-bottom: 0; }
  .review .owl-dots {
    display: none !important; }
  .review .owl-nav {
    display: none !important; }
  .review .header-img > img {
    max-width: 20%;
    display: inline-block;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
    border-radius: 600px;
    margin: 10px 0; }
  .review .header-img .gallery-carousel-caption {
    position: absolute;
    display: inline-block;
    text-align: left;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    max-width: 75%;
    margin-left: 5%; }
    .review .header-img .gallery-carousel-caption h1 {
      color: #fff;
      font-size: 29px;
      font-weight: 300; }
      .review .header-img .gallery-carousel-caption h1 a {
        color: #fff; }
    .review .header-img .gallery-carousel-caption h2 {
      color: #fff; }
      .review .header-img .gallery-carousel-caption h2 a {
        color: #fff; }
    .review .header-img .gallery-carousel-caption .text-wrapper p {
      position: relative; }
      .review .header-img .gallery-carousel-caption .text-wrapper p:before {
        content: "„";
        font-weight: 800; }
      .review .header-img .gallery-carousel-caption .text-wrapper p:after {
        content: "“";
        font-weight: 800; }

/* ICON NAV */
.icon-nav {
  text-align: center;
  position: relative;
  z-index: 9999;
  margin: 0; }
  .icon-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .icon-nav ul li {
      display: inline-block;
      margin: 0 3px; }
      .icon-nav ul li a {
        width: 20px;
        height: 15px;
        display: block;
        background: transparent;
        padding: 0;
        color: rgba(255, 255, 255, 0.3);
        text-align: center;
        font-size: 14px; }
        .icon-nav ul li a:hover {
          background: transparent;
          box-shadow: none;
          color: #fff; }

/* HELPER CLASS */
.highlight-box-white .module-content-block {
  background: #fff;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
  padding: 30px;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .highlight-box-white .module-content-block:hover {
    box-shadow: 1px 1px 35px 0 rgba(0, 0, 0, 0.2337);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .highlight-box-white .module-content-block .thumbnail {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: -30px -30px 30px -30px; }
    .highlight-box-white .module-content-block .thumbnail > a > img {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .highlight-box-white .module-content-block .thumbnail > img {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

/* BREADCRUMB */
span.breadcrumbtext {
  display: inline-block;
  margin-right: -5px;
  margin-top: 5px; }
  span.breadcrumbtext .amphiicon {
    margin-right: 5px; }

.breadcrumbs {
  display: inline-block; }
  .breadcrumbs .breadcrumb {
    background: transparent;
    padding: 0 14px;
    margin: 0; }
    .breadcrumbs .breadcrumb li {
      margin-right: 5px; }
      .breadcrumbs .breadcrumb li a {
        color: rgba(255, 255, 255, 0.5); }
      .breadcrumbs .breadcrumb li.active a {
        color: #fff;
        font-weight: 700; }

/* Scroll Down */

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center; }

.scroll-btn > * {
  display: block;
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  letter-spacing: 0px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *.active {
  color: #ffffff; }

.scroll-btn > *:hover, .scroll-btn > *:focus, .scroll-btn > *:active, .scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1337); }

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite; }

/* HEADLINE */
.headline1 {
  color: #2c3764;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 10px;
  font-size: 35px; }

.headline2, .headline3, .headline4 {
  color: #41494c;
  font-family: "Lora", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 3px; }

/* LINKS */
a {
  color: #2c3764;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  a:hover, a:focus {
    color: #41494c;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

a, a:visited, a:focus, a:active, a:hover {
  outline: 0 none !important; }

/* SELECT COLOR */
::-moz-selection {
  background: #2c3764;
  color: #fff; }
::selection {
  background: #2c3764;
  color: #fff; }

::-moz-selection {
  background: #2c3764;
  color: #fff; }

/* BTN */
.btn-default, .btn-primary {
  font-family: "Lora", sans-serif;
  color: #fff;
  border-width: 0px;
  border-radius: 0px;
  background-color: #2c3764;
  border-color: #2c3764;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 18px;
  padding: 8px 10px 8px 10px;
  margin-top: 15px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337); }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #1c2441;
    border-color: #1c2441;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: none; }
  .btn-default:before, .btn-primary:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 10px; }

/* THUMBNAILS */
.thumbnail {
  padding: 0px;
  background-color: #41494c;
  border: 0px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337); }
  .thumbnail > img {
    border-radius: 0px; }
  .thumbnail > a > img {
    border-radius: 0px; }

/* MOBILE NAVIGATION */
.navbar-toggle {
  color: #fff;
  background: transparent;
  display: block;
  float: none;
  text-align: center; }
  .navbar-toggle span.amphiicon.amphiicon-times.amphiicon-solid {
    float: right; }
  .navbar-toggle:hover {
    color: #fff; }
  .navbar-toggle:focus {
    outline: 0;
    color: #fff; }

.mobile-nav {
  background: #2c3764; }
  .mobile-nav .level-1 {
    background: #2c3764; }
    .mobile-nav .level-1 li a {
      color: #fff; }
    .mobile-nav .level-1 li.active > a {
      color: #fff;
      opacity: 0.6; }

/* NAVIGATIONS */
.main-nav.level-2 {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337); }
  .main-nav.level-2 > li > span > a {
    color: #41494c;
    font-family: "Lora", sans-serif;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 400;
    font-size: 16px; }
    .main-nav.level-2 > li > span > a:hover {
      color: #2c3764; }
    .main-nav.level-2 > li > span > a:before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      margin-right: 10px; }
  .main-nav.level-2 > li.active > span > a {
    color: #2c3764; }
    .main-nav.level-2 > li.active > span > a:hover {
      color: #2c3764; }

.main-nav.level-2 li .level-3 > li > span > a {
  color: #41494c;
  padding: 10px 0 10px 33px;
  font-size: 15px;
  border-bottom: 1px solid #e2e2e2; }
  .main-nav.level-2 li .level-3 > li > span > a:hover {
    color: #2c3764; }

.main-nav.level-2 li .level-3 > li.active > span > a {
  color: #2c3764; }
  .main-nav.level-2 li .level-3 > li.active > span > a:hover {
    color: #2c3764; }

.main-nav.level-4 > li > span > a {
  color: #41494c; }
  .main-nav.level-4 > li > span > a:hover {
    color: #2c3764; }

.main-nav.level-4 > li.active > span > a {
  color: #2c3764; }
  .main-nav.level-4 > li.active > span > a:hover {
    color: #2c3764; }

/* MEDIA QUERYS */
@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (max-width: 1199px) {
  header .top-holder {
    margin-top: 25px;
    color: #fff; }
  .headerHolder.scrolled {
    top: -176px;
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1); }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline2, .content-slider .header-img .caption-wrapper .carousel-caption .headline2, .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline2, .highlightbox .highlightboxImage .headline3 {
    font-size: 18px;
    letter-spacing: 0; }
  .headerHolder .top-holder .text-wrapper {
    font-size: 14px;
    margin-left: 3px; }
  .headerHolder .top-holder {
    padding-top: 0; } }

@media (max-width: 991px) {
  .header-slider-content .header-img {
    height: 250px; }
  header .top-holder {
    margin-top: 34px; }
  nav.top-nav {
    background: #1c2441;
    box-shadow: none; }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline1, .content-slider .header-img .caption-wrapper .carousel-caption .headline1, .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline1 {
    font-size: 28px;
    line-height: 34px; }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline2, .content-slider .header-img .caption-wrapper .carousel-caption .headline2, .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline2 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px; }
  .highlightbox .highlightboxImage .headline3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    left: 5%;
    right: 5%; }
  .scroll-btn, .review .header-img .gallery-carousel-caption h2 {
    display: none; }
  .headerHolder.scrolled {
    top: -150px;
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1); }
  .header-slider-content .header-img, .content-slider-2 .header-img, .content-slider .header-img {
    height: 350px; }
  header .logo a {
    display: block;
    margin: 20px auto; }
  .headerHolder .top-holder .text-wrapper {
    display: none; } }

@media (max-width: 767px) {
  .header-slider .header-img .caption-wrapper .carousel-caption .headline1, .content-slider .header-img .caption-wrapper .carousel-caption .headline1, .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline1 {
    font-size: 20px;
    line-height: 24px; }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline2, .content-slider .header-img .caption-wrapper .carousel-caption .headline2, .content-slider-2 .header-img .caption-wrapper .carousel-caption .headline2, .highlightbox .highlightboxImage .headline3 {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0; }
  .header-slider-content .header-img, .content-slider-2 .header-img, .content-slider .header-img {
    height: 150px; }
  .header-slider .header-img .caption-wrapper .carousel-caption, .content-slider .header-img .caption-wrapper .carousel-caption, .content-slider-2 .header-img .caption-wrapper .carousel-caption {
    left: 5%;
    right: 5%; }
  .scroll-btn {
    display: none; }
  .header-slider .header-img .carousel-caption .btn, .content-slider .header-img .carousel-caption .btn {
    display: none; }
  .headline1, h1 {
    font-size: 24px; }
  .headline2, .headline3, .headline4, h2, h3, h4 {
    font-size: 18px;
    line-height: 26px; }
  .review .header-img .gallery-carousel-caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    bottom: auto;
    display: block;
    max-width: 100%;
    margin: 0 !important; }
  .review .header-img {
    text-align: center; }
  .review .header-img > img {
    max-width: 100%;
    display: inline-block;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
    border-radius: 600px;
    margin: 0 auto; }
  .headerHolder.scrolled {
    top: -136px;
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1); }
  .headerHolder .top-holder {
    margin-right: 15px;
    margin-top: 25px; } }
