@charset "UTF-8";
/* WRAPPER */
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; }

/* HTML */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* BODY */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  background-color: #cabab0; }

/* HEADER INFO */
.info-header {
  background: #cabab0;
  padding: 15px 0;
  font-size: 14px;
  color: #38302b; }
  .info-header .info-header-inner .text-wrapper p {
    margin: 0; }
  .info-header .info-header-inner .amphiicon {
    color: #38302b; }

/* HEADER */
header {
  background: #38302b;
  position: relative; }
  header .logo {
    margin: 40px 0; }
  header .header-info-box {
    position: relative;
    margin: 69px 0 0 0;
    color: #fff; }
    header .header-info-box .icon {
      position: absolute;
      font-size: 34px;
      top: 4px;
      color: #fff; }
    header .header-info-box .header-info-box-text {
      padding-left: 38px;
      display: block; }
  header:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../layout/engel.png);
    width: 242px;
    height: 189px; }
.header-info-box.header-info-box02 .icon {
    top: -2px;
}

.header-info-box.header-info-box02 .icon a {
    color: #fff;
}
.header-info-box.header-info-box02 a {
    color: #fff;
}
.header-language {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #38302b;
    color: #f9f0eb;
    font-size: 14px;
    padding: 10px 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display:  none;
}
.header-language p {
  margin:  0;
  white-space: nowrap;
}
/* NAV TOP */
nav.top-nav {
  background: #f9f0ea; }
  nav.top-nav .main-nav.level-1 > li > span > a {
    color: #63554c;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 25px 15px;
    text-transform: uppercase;
    font-size: 14px; }
    nav.top-nav .main-nav.level-1 > li > span > a .morenav {
      margin-left: 5px; }
    nav.top-nav .main-nav.level-1 > li > span > a:hover {
      color: #675549; }
    nav.top-nav .main-nav.level-1 > li > span > a:after {
      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;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      position: absolute;
      color: #675549;
      font-size: 5px;
      right: -3px;
      top: 35px; }
  nav.top-nav .main-nav.level-1 > li.active > span > a {
    color: #675549; }
    nav.top-nav .main-nav.level-1 > li.active > span > a:hover {
      color: #675549; }
  nav.top-nav .main-nav.level-1 > li:hover {
    color: #675549; }
    nav.top-nav .main-nav.level-1 > li:hover > ul {
      opacity: 1;
      visibility: visible;
      top: 100%;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
  nav.top-nav .main-nav.level-1 > li:last-child > span > a:after {
    display: none; }
  nav.top-nav .main-nav.level-1 > li:last-child > ul {
    right: 0; }
  nav.top-nav .main-nav.level-1 > li > ul {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #675549;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
            box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
    top: 130%;
    min-width: 250px;
    z-index: 30;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    nav.top-nav .main-nav.level-1 > li > ul > li {
      display: block; }
      nav.top-nav .main-nav.level-1 > li > ul > li > span a {
        text-transform: none;
        font-weight: 400;
        color: #fff;
        border-bottom: 1px solid #766154;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 10px 15px; }
        nav.top-nav .main-nav.level-1 > li > ul > li > span a .morenav {
          display: none; }
        nav.top-nav .main-nav.level-1 > li > ul > li > span a:hover {
          background: #fff;
          color: #675549; }
        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;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          margin-right: 10px; }
      nav.top-nav .main-nav.level-1 > li > ul > li:last-child > span a {
        border-bottom: 0; }
      nav.top-nav .main-nav.level-1 > li > ul > li.active > span > a {
        background: #fff;
        color: #675549; }
        nav.top-nav .main-nav.level-1 > li > ul > li.active > span > a:hover {
          background: #fff;
          color: #675549; }

/* HEADER SLIDER */
.header-slider {
  position: relative;
  background: #38302b; }
  .header-slider .header-img {
    height: 500px; }
    .header-slider .header-img .carousel-caption {
      bottom: auto;
      top: 50%; }
      .header-slider .header-img .carousel-caption .headline1 {
        color: #fff;
        font-size: 62px;
        line-height: 68px; }
        .header-slider .header-img .carousel-caption .headline1 a {
          color: #fff; }
      .header-slider .header-img .carousel-caption .headline2 {
        color: #fff;
        font-size: 32px;
        line-height: 38px;
        font-weight: 400; }
        .header-slider .header-img .carousel-caption .headline2 a {
          color: #fff; }

/* HEADER CONTENT SLIDER */
.header-slider-content {
  position:  relative;
}
.header-slider-content .owl-dots {
  display: none !important; }

.header-slider-content .header-img {
  height: 300px; }
  .header-slider-content .header-img .carousel-caption {
    bottom: auto;
    top: 50%; }
    .header-slider-content .header-img .carousel-caption .headline1 {
      color: #fff;
      font-size: 62px;
      line-height: 68px; }
      .header-slider-content .header-img .carousel-caption .headline1 a {
        color: #fff; }
    .header-slider-content .header-img .carousel-caption .headline2 {
      color: #fff;
      font-size: 32px;
      line-height: 38px;
      font-weight: 400; }
      .header-slider-content .header-img .carousel-caption .headline2 a {
        color: #fff; }

/* CONTENT SLIDER TOP UNTERSEITE*/
.content-slider {
  position: relative; }
  .content-slider .header-img {
    position: relative;
    height: 300px; }
    .content-slider .header-img .caption-wrapper {
      height: 300px; }
      .content-slider .header-img .caption-wrapper .carousel-caption {
        bottom: auto;
        top: 50%; }
        .content-slider .header-img .caption-wrapper .carousel-caption .headline1 {
          color: #fff;
          font-size: 62px;
          line-height: 68px; }
          .content-slider .header-img .caption-wrapper .carousel-caption .headline1 a {
            color: #fff; }
        .content-slider .header-img .caption-wrapper .carousel-caption .headline2 {
          color: #fff;
          font-size: 32px;
          line-height: 38px;
          font-weight: 400; }
          .content-slider .header-img .caption-wrapper .carousel-caption .headline2 a {
            color: #fff; }

/* HIGHTLIGHT CONTENT */
.highlight-box-01 {
  background: #f9f0ea;
  padding: 60px 0; }
  .highlight-box-01 .headline1 {
    text-align: center;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px; }
  .highlight-box-01 .highlight-module-box {
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
            box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
    margin-bottom: 35px; }
    .highlight-box-01 .highlight-module-box .headline2 {
      color: #38302b;
      font-family: "Open Sans", sans-serif;
      text-transform: none;
      font-weight: 600;
      margin-bottom: 25px;
      font-size: 34px;
      line-height: 34px; }
    .highlight-box-01 .highlight-module-box .headline2 {
      margin: 15px 20px 15px 20px; }
    .highlight-box-01 .highlight-module-box .headline3, .highlight-box-01 .highlight-module-box .text-wrapper {
      margin: 15px 20px 25px 20px; }
    .highlight-box-01 .highlight-module-box p > .btn {
      margin: 0 20px 20px 20px; }
  .highlight-box-01.secound .headline2, .highlight-box-01.secound .headline3, .highlight-box-01.secound .text-wrapper, .highlight-box-01.secound p > .btn {
    margin-left: 0px; }
  .highlight-box-01 .btnBottom {
    text-align: center; }
    .highlight-box-01 .btnBottom .btn {
      margin-top: 30px;
      background: #38302b;
      border-color: #38302b; }
      .highlight-box-01 .btnBottom .btn:hover {
        background: #0d0b0a;
        border-color: #0d0b0a; }

/* MAIN */
.main-content {
  background: #fff;
  padding: 60px 0; }

/* CONTENT SLIDER */
.content-slider {
  background: #38302b; }

/* MAIN 2 - PARTNER */
.main-2 {
  background: #fff;
  padding: 60px 0; }
  .main-2 .Content_Gallery {
    margin-bottom: 0; }
    .main-2 .Content_Gallery .amphi-slideshow .owl-nav, .main-2 .Content_Gallery .amphi-slideshow .owl-dots {
      display: none; }
    .main-2 .Content_Gallery .owl-carousel .owl-item {
      padding: 0 15px;
      opacity: 0.8;
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
      .main-2 .Content_Gallery .owl-carousel .owl-item:hover {
        opacity: 1;
        -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }

/* BEFORE FOOTER */
.before-footer {
  background: #38302b;
  padding: 60px 0;
  color: #fff;
  font-size: 14px; }
  .before-footer .before-footer-block {
    padding-bottom: 30px; }
  .before-footer .headline3 {
    color: #fff;
    font-size: 19px;
    font-weight: 600; }
  .before-footer a {
    color: #947a69; }
    .before-footer a:hover {
      color: #fff; }
  .before-footer .btn {
    color: #fff;
    margin-top: 25px; }
  .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;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      margin-right: 10px;
      color: #fff; }

/* FOOTER */
.cright {
  position: absolute;
  bottom: 0;
  margin: 0 -30px;
  padding: 20px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #efefef;
  background: #2a2420;
  color: #ddd; }

.cright-small {
  padding: 15px 40px;
  background: #38302b;
  margin: 0 -45px;
  font-size: 12px; }

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

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

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

/* FOOTER */
footer {
  background: #0d0b0a;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 13px;
  padding: 25px 0; }

/* ICON NAV */
.icon-nav {
  margin-top: 20px; }
  .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: 41px;
        height: 41px;
        display: block;
        background: #675549;
        padding: 9px 0;
        color: #fff;
        border-radius: 0px;
        -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
                box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
        text-align: center;
        font-size: 16px; }
        .icon-nav ul li a:hover {
          background: #493c34;
          -webkit-box-shadow: none;
                  box-shadow: none; }

/* HEADLINE */
.headline1 {
  color: #38302b;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 42px; }

.headline2, .headline3, .headline4 {
  color: #675549;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 23px; }

/* LINKS */
a {
  color: #675549;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  a:hover, a:focus {
    color: #38302b;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    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 */
::selection {
  background: #675549;
  color: #fff; }

::-moz-selection {
  background: #675549;
  color: #fff; }

/* BTN */
.btn-default, .btn-primary {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-width: 2px;
  border-radius: 0px;
  background-color: #675549;
  border-color: #675549;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
  padding: 10px 13px 10px 13px;
  margin-top: 15px;
  text-transform: none;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
          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: #493c34;
    border-color: #493c34;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-box-shadow: none;
            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;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-right: 10px; }

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

/* MOBILE NAVIGATION */
.mobnav {
  margin: 0 -15px; }

.navbar-toggle {
  color: #fff;
  background: #38302b;
  display: block;
  float: none;
  text-align: center;
  padding-bottom: 15px; }
  .navbar-toggle:hover {
    color: #fff; }
  .navbar-toggle:focus {
    outline: 0;
    color: #fff; }

.mobile-nav {
  background: #675549; }
  .mobile-nav .level-1 {
    background: #675549; }
    .mobile-nav .level-1 li a {
      color: #fff; }
    .mobile-nav .level-1 li.active a {
      opacity: 0.8; }
  .mobile-nav .level-2 li {
    font-size: 15px; }

/* NAVIGATIONS */
.main-nav.level-2 {
  margin-bottom: 30px; }
  .main-nav.level-2 > li > span > a {
    color: #38302b;
    font-family: "Open Sans", sans-serif; }
    .main-nav.level-2 > li > span > a:hover {
      color: #675549; }
    .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;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      margin-right: 10px; }
  .main-nav.level-2 > li.active > span > a {
    color: #675549; }
    .main-nav.level-2 > li.active > span > a:hover {
      color: #675549; }

.main-nav.level-3 > li > span > a {
  color: #38302b; }
  .main-nav.level-3 > li > span > a:hover {
    color: #675549; }

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

.main-nav.level-4 > li > span > a {
  color: #38302b; }
  .main-nav.level-4 > li > span > a:hover {
    color: #675549; }

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

/* Small Level 1 */
.small-nav.level-1 > li {
  display: inline-block; }
  .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); }
    .small-nav.level-1 > li > span > a:hover {
      color: #fff; }
  .small-nav.level-1 > li .active a {
    color: #fff; }

/* EDITMODE */
#editMode nav.top-nav .main-nav.level-1 > li > span > a.editButton:after {
  display: none; }

#editMode .main-nav.level-1 li a.editButton {
  top: 50%;
  left: -8px;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px; }
  #editMode .main-nav.level-1 li a.editButton:hover {
    background: none; }

#editMode .info-header-inner, #editMode header .logo, #editMode .header-info-box {
  position: relative; }
  #editMode .info-header-inner .singleContentAreaEdit, #editMode header .logo .singleContentAreaEdit, #editMode .header-info-box .singleContentAreaEdit {
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -11px; }

#editMode .highlight-box-01 .highlight-module-box .headline2, #editMode .highlight-box-01 .highlight-module-box .headline3, #editMode .highlight-box-01 .highlight-module-box .text-wrapper {
  position: relative; }
  #editMode .highlight-box-01 .highlight-module-box .headline2 .singleContentAreaEdit, #editMode .highlight-box-01 .highlight-module-box .headline3 .singleContentAreaEdit, #editMode .highlight-box-01 .highlight-module-box .text-wrapper .singleContentAreaEdit {
    position: absolute;
    left: -25px;
    top: 50%;
    margin: 0;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    margin-top: -8px; }

/* 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: 991px) {
  .mobnav {
    margin: 0 -15px; }
  nav.top-nav {
    background: #38302b; }
  header:after {
    display: none; }
  .info-header .info-header-inner {
    text-align: center;
    display: block;
    width: 100%;
    margin: 5px 0; } }

@media (max-width: 767px) {
  header .header-info-box {
    margin: 35px 0 30px 0;
    text-align: center; }
    header .header-info-box .header-info-box-text {
      padding-left: 0; }
    header .header-info-box .icon {
      top: -45px;
      left: 50%;
      margin-left: -15px; }
  header .logo {
    margin: 35px 0 45px 0;
    text-align: center; }
    header .logo a {
      display: inline-block; }
  .header-slider .header-img .carousel-caption .headline1, .header-slider-content .header-img .carousel-caption .headline1, .content-slider .header-img .caption-wrapper .carousel-caption .headline1 {
    font-size: 32px;
    line-height: 32px; }
  .header-slider .header-img .carousel-caption .headline2, .header-slider-content .header-img .carousel-caption .headline2, .content-slider .header-img .caption-wrapper .carousel-caption .headline2 {
    font-size: 14px;
    line-height: 15px; }
  .header-slider .owl-nav, .content-slider .owl-nav, .header-slider .owl-dots, .content-slider .owl-dots {
    display: none; }
  .header-slider .header-img {
    height: 300px; }
  .highlight-box-01 .headline1 {
    font-size: 27px;
    line-height: 30px; }
  .headline1 {
    font-size: 27px;
    line-height: 30px; }
  .highlight-box-01 .highlight-module-box .headline2 {
    font-size: 21px;
    line-height: 22px; }
  .headline2, .headline3, .headline4 {
    font-size: 16px;
    line-height: 18px; }
  .highlight-box-01 .headline2, .highlight-box-01 .headline3, .highlight-box-01 .headline4 {
    font-size: 13px;
    line-height: 15px; }
  .btn-default, .btn-primary {
    font-size: 16px;
    line-height: 16px; }
  header:after {
    display: none; } 
header .header-info-box.header-info-box02 .icon {
    top: -50px;
}
.header-language {
  width:  100%;
}
.header-language p{
 white-space: normal;
}


  }

@media (max-width: 480px) {
  .info-header .info-header-inner {
    font-size: 12px; } }
