/* frank-ruhl-libre-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/frank-ruhl-libre-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --dgrau: #32322e;
  --grau: #d5d5d1; /* 213 213 209 */
  --rot: #6f2821; /* 111 40 33 */
  --hell: #f3f1e8 /* 225 223 210 */
}

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html, body {
  height: 100%;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--dgrau);
  font-size: 16px;
}
h1, h1.h2, h2, h3, h4, h5, h6 {
  margin: 0;
  color: var(--dgrau);
  font-weight: 700;
}
h1:not(.h2) {
  margin: -20px 0 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
h1:not(.h2) {
  font-size: 50px;
}
.subpage h1 {
  text-align: left;
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 27px;
  letter-spacing: 0;
}
h2, h1.h2 {
  font-size: 30px;
  margin: 15px 0 27px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.subpage h2, .subpage h1.h2 {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  text-transform: none;
}
.services-section .subpage h2 {
  font-size: 23px;
  margin-top: 50px;
}
h3 {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.h3 {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
}
.tab-content h3 {
 text-align: left; 
  margin-top: 0;
}
h4 {
  margin: 15px 0 5px;
  font-size: 21px;
}
h5 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
h6 {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
p, li {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 17px;
  color: var(--dgrau);
  line-height: 1.5;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
* small {
  font-family: "Lato", sans-serif;
}
.lato {
  font-family: "Lato", sans-serif;
}
sup {
  font-size: .6em;
  line-height: 2em;
}
img {
  max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
  outline: none;
}
a {
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: var(--rot);
}
/*ul,
 ol {
   padding: 0;
   margin: 0;
 }*/
/*---------------------
 Helper CSS
  -----------------------*/
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 30px;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.spad {
  padding-top: 80px;
  padding-bottom: 80px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
  color: #fff;
}
.text-red {
  color: var(--rot);
}
/* buttons */
.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 700;
  min-width: 186px;
  padding: 18px 30px;
  text-transform: uppercase;
  background: var(--rot);
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.site-btn:hover {
  background: var(--grau);
  color: #fff;
}
.site-btn.sb-dark {
  background: rgba(255,255,255,0.9);
  color: var(--dgrau);
}
.site-btn.sb-dark:hover {
  background: var(--grau);
}
.site-btn.sb-light-dark {
  color: #fff;
  background: var(--grau);
}
.site-btn.sb-light {
  color: var(--dgrau);
  background: var(--hell);
}
.site-btn.sb-white {
  color: var(--dgrau);
  background: #fff;
}
.site-btn.sb-white:hover {
  color: var(--rot);
  background: #fff;
}
/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/* Tab */
.tab-element .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}
.tab-element .nav-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.tab-element .nav-tabs .nav-link {
  text-align: left;
  background-color: var(--grau);
  border-radius: 0;
  position: relative;
  width: 100%;
  padding: 18px 38px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}
.tab-element .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.tab-element .nav-tabs .nav-link.active {
  background: var(--rot);
}
.tab-element .tab-pane p {
  margin-bottom: 0;
  line-height: 1.9;
}
/*------------------
 Header section
  ---------------------*/
.header-section.is-scrolling {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);
}
.header-top {
  padding: 0;
  background: var(--grau);
}
.header-top.is-scrolling {
  display: none; 
}
.topline2 {
  display: none;
}
.topline {
  display: inline-block;
}
.header-top, .header-top p, .header-top a {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
  /*text-transform: uppercase;*/
}
.header-top img {
  width: 32px;
  height: auto;
  background: var(--rot);
  border-radius: 50%;
  padding: 6px;
  margin: 5px 0;
}
.site-logo {
  display: block;
  background: #fff;
}
.site-logo.is-scrolling {
  height: 90px;
}
.site-logo img {
  padding: 5px 20px;
  height: 100%;
  max-height: 120px;
}
.header-right {
  float: right;
  padding-right: 83px;
  height: 86px;
  position: relative;
}
.site-navbar {
  background: var(--rot);
  height: calc(100% - 42px);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.site-navbar.is-scrolling {
  height: 100%;
}
.site-nav-menu {
  display: flex;
  padding-left: 40px;
}
.site-nav-menu ul {
  list-style: none;
  margin-top: -72px;
  padding-left: 0;
}
.site-nav-menu ul li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 6px solid transparent;
  top: 30px;
}
.site-nav-menu ul li:hover, .site-nav-menu ul li.active {
  border-bottom: 6px solid #fff;
}
.site-nav-menu ul li a {
  font-family: "Lato", sans-serif;
  display: block;
  padding: 0 10px 12px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
@media(max-width: 1199px) {
  .site-navbar {
    padding-bottom: 16px;
  }
  .site-nav-menu {
    display: flex;
    padding-left: 40px;
  }
  .site-nav-menu ul {
    position: absolute;
    margin-top: -40px;
  }
  .site-nav-menu ul:last-child {
    margin-top: 0; 
  }
  
  .site-nav-menu ul:last-child li {
    background: rgba(255,255,255,0.25); 
  }
  .site-nav-menu ul li {
    top: -18px;
  }
  .site-nav-menu ul li a {
    padding: 0 10px 4px;
  }
}
@media(max-width: 767px) {
  .slicknav_menu:last-child {
    display: none; 
  }
}
.dropdown-item:hover {
  background-color: var(--hell); 
}
.site-nav-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 285px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  padding: 5px 0 10px;
  text-align: left;
  -webkit-box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 50px 1px rgba(0, 0, 0, 0.13);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  border: none;
}
.site-nav-menu ul li .sub-menu a {
  padding: 8px 12px;
  text-transform: none;
  margin-right: 0;
  color: var(--rot);
}
.site-nav-menu ul li .sub-menu a:hover {
  color: var(--rot);
}
.site-nav-menu ul li .sub-menu a:after {
  display: none;
}
.site-nav-menu ul li:hover a:after {
  width: 100%;
}
.site-nav-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 99;
}
.site-nav-menu ul li.active a:after {
  width: 100%;
}
.slicknav_menu {
  display: none;
}
/* ----------------
  Hero Section
  ---------------------*/
.hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
  position: absolute;
  width: 84px;
  height: 84px;
  top: calc(50% - 42px);
  left: 0;
  font-size: 30px;
  color: var(--dgrau);
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hero-slider .owl-nav button.owl-prev:hover, .hero-slider .owl-nav button.owl-next:hover {
  color: #fff;
  background: var(--rot);
}
.hero-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.hero-item {
  height: 777px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-item h2, .hero-item h1.h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dgrau);
  margin-bottom: 0;
  opacity: 0;
  top: 50px;
  position: relative;
}
.hero-item h2 span, .page-top-section h2 span, h2 span, .hero-item h1.h2 span, .page-top-section h1.h2 span, h1.h2 span {
  padding: 10px 25px;
  display: inline-block;
  background: rgba(111, 40, 33, 0.67);
}
.hero-item h2 span:nth-child(1), .page-top-section h2 span:nth-child(1), .hero-item h1.h2 span:nth-child(1), .page-top-section h1.h2 span:nth-child(1) {
  padding: 8px 25px 6px;
  font-size: 64px;
  color: #fff;
}
h2 span:nth-child(1), h1.h2 span:nth-child(1) {
  padding: 8px 25px 6px;
  font-size: 50px;
  color: #fff;
}
/*
.subpage h1 span:nth-child(1) {
  padding: 10px 25px 0;
  font-size: 40px;
  color: #fff;
}
.subpage h1 span:last-child {
  padding-right: 14px;
  font-size: 36px;
}
.subpage h1 span.single {
  padding: 10px 25px;
}
*/
h2 span:last-child, h1.h2 span:last-child {
  background: rgba(255,255,255,0.9);
}
.hero-item h2 span:last-child, .page-top-section h2 span:last-child {
  padding-right: 30px;
}
.hero-item .site-btn {
  opacity: 0;
  top: 50px;
  position: relative;
  margin-top: 3px;
}
.hero-slider .owl-item.active .hero-item h2, .hero-slider .owl-item.active .hero-item .site-btn {
  top: 0;
  opacity: 1;
}
.hero-slider .owl-item.active .hero-item h2 {
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.hero-slider .owl-item.active .hero-item .site-btn {
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}
.hero-slider .owl-item.active .hero-item .site-btn:last-child {
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
/* ----------------
 Service Section
  ---------------------*/
.services-warp {
  padding-top: 40px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 0 #00000075;
  box-shadow: 0 0 0 #00000075;
  z-index: 2;
}
.services-warp:after, .services-warp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-box-shadow: 0 -43px 41px rgba(0, 0, 0, 0.48);
  box-shadow: 0 -43px 41px rgba(0, 0, 0, 0.48);
}
.services-warp::before {
  background: #fff;
  height: 100%;
  top: -4px;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  /*border-top: 4px solid var(--rot);*/
  z-index: -1;
}
.services-warp img {
  margin: -21% auto 40px;
  width: 100%;
  height: auto;
}
.lbox {
  background: var(--hell);
  padding: 0 15px 10px;
}
.lbox h4 {
  background: var(--rot);
  padding: 8px 0 10px;
  margin: 0 -15px 30px;
  color: #fff;
}
@media (min-width: 1170px) {
  .services-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .services-warp img {
    margin: -210px auto 40px;
    width: 1170px;
  } 
}
.service-item {
  margin-bottom: 55px;
  padding-right: 20px;
}
.service-item .si-head {
  overflow: hidden;
  margin-bottom: 20px;
}
.service-item .si-icon {
  width: 100%;
  height: auto;
  display: block;
}
.service-item h5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 5px;
  margin-top: -36px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
}
.service-item p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  img.one {
    margin-top: -50px;
    position: relative;
    z-index: 3;
  }
}
/* ----------------
  Features Section
  ---------------------*/
.features-section {
  padding-bottom: 73px;
  background: var(--hell);
}
.feature-box {
  display: inline-block;
  margin-bottom: 30px;
}
.feature-box img {
  min-width: 100%;
}
.feature-box .fb-text {
  padding: 0 15px 10px;
  background: #fff;
}
.sameh {
  /* display: flex;
  flex-wrap: wrap;*/
}
.sameh > [class*="col-"] {
  margin-bottom: 30px;
}
.feature-box2 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.feature-box2 .fb-img {
  padding: 12px;
  background: rgba(255,255,255,0.25);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-box2 .fb-img img {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: auto;
}
.feature-box2 .fb-text {
  padding: 15px;
  background: #fff;
  width: 100%;
  display: block;
  margin-top: auto;
}
.feature-box2 .fb-text h5 {
  margin: 15px 0;
}
.feature-box .fb-text h5 {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 8px 15px;
  margin: -40px -15px 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.67);
}
.feature-box:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  background: rgba(213, 213 209, 0.5);
  color: #FFF;
  z-index: 1000;
}
.fb-text p {
  font-size: 15px;
  color: var(--dgrau);
  line-height: 1.33;
  margin: 8px 0;
}
.fb-text p span {
  font-size: 14px;
  color: #000;
}
.fb-more-btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: var(--rot);
  padding: 5px 20px;
  min-width: 128px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.fb-more-btn:hover {
  background: #fff;
  color: var(--rot);
  border: 2px solid var(--rot);
}
.btn-circle {
  display: block;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-circle:after {
  background-image: url(../img/circle-arrow.png);
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
}
.btn-circle:hover::after {
  background-image: url(../img/circle-arrow2.png);
}
.btn-auto {
  width: auto;
}
.owl-carousel .owl-nav button.owl-prev {
  float: left;
  position: absolute;
  top: 50%;
  left: -50px;
  font-size: 60px;
  color: var(--rot);
}
.owl-carousel .owl-nav button.owl-next {
  float: right;
  position: absolute;
  top: 50%;
  right: -50px;
  font-size: 60px;
  color: var(--rot);
}
/* ------------------------
  Call to action section
 ------------------------*/
.cta-section {
  padding: 0;
  background: var(--rot);
}
.cta-section h2, .cta-section p, .cta-section a, .cta-section h4 {
  color: #fff;
}
.cta-section .site-btn {
  flex: none;
}
.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cappuccino {
  background: url(../img/cappuccino3.jpg) no-repeat center left/contain;
}
.cappuccino > div {
  margin: 10px 0 20px 40%;
}
@media (max-width:991px) {
  .cta-content {
    display: block;
  }
  .cta-content h2 {
    margin-top: 30px; 
  }
}
@media (max-width:1199px) {
  .cappuccino {
    background: var(--rot);
  }
  .cappuccino > div {
    margin: 10px 0;
  }
}


/* ----------------
  Footer Section
 ---------------------*/
.footer-section {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}
.footer-widget {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .footer-widget {
    text-align: center;
  }
  .footer-widget img {
    width: auto;
    margin: 0 20px;
  }
}
.footer-widget.about-widget {
  padding-right: 15px;
}
.footer-widget img {
  margin-top: -35px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 180px;
}
.footer-widget img.map {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 32px;
  max-width: 32px;
  width: 32px;
}
.footer-widget.about-widget p {
  margin-bottom: 35px;
}
.footer-widget p {
  font-family: "Lato", sans-serif;
}
.footer-widget .fw-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-widget ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.footer-widget ul li a {
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}
.footer-widget .footer-search {
  position: relative;
}
.footer-widget .footer-search input {
  width: 100%;
  height: 47px;
  padding-right: 47px;
  padding-left: 22px;
  color: var(--grau);
  font-style: italic;
  border: none;
  background: var(--grau);
}
.footer-widget .footer-search button {
  position: absolute;
  width: 47px;
  height: 100%;
  right: 0;
  top: 0;
  color: var(--rot);
  border: none;
  background: transparent;
}
.footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 41px;
  height: 41px;
  color: #fff;
  margin-right: 14px;
  margin-bottom: 14px;
  border-radius: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--grau);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-social a:hover {
  background: var(--rot);
}
.footer-buttom {
  margin-top: 55px;
  background: var(--rot);
}
.copyright {
  color: #fff;
  font-size: 14px;
  padding-top: 25px;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
.copyright a:hover {
  color: var(--rot);
}
.footer-menu {
  list-style: none;
  text-align: right;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 21px 17px;
  margin-left: 13px;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.footer-menu li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--rot);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-menu li:hover a:after, .footer-menu li.active a:after {
  width: 100%;
}
/* ----------------
 ===================
  Other Pages
 ==================
 -------------------*/
.page-top-section {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.page-top-section h2 {
  margin-top: 50px;
  color: #000;
}

.team-text {
  text-align: center;
  margin-bottom: 45px;
}
.team-text p {
  font-size: 18px;
  line-height: 2;
}
.team-member {
  width: 100%;
  margin-top: 35px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0);
  box-shadow: 0 0 200px rgba(0, 0, 0, 0);
}
.team-member:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member img {
  position: relative;
  z-index: 2;
}
.team-member .member-info {
  position: relative;
  text-align: center;
  padding: 20px;
  z-index: 3;
}
.team-member .member-intro {
  position: relative;
  text-align: left;
  padding: 20px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: var(--rot);
}
.team-member .member-intro h2, .team-member .member-intro a {
  color: #fff;
}
.member-intro img {
  width: 32px;
  height: auto;
  padding: 6px;
  margin: 5px 0;
}
.team-member .member-info p {
  margin-bottom: 0;
}
.team-member .member-info .site-btn {
  min-width: 127px;
}
.team-member:hover {
  -webkit-box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
  box-shadow: 0 26px 49px rgba(0, 0, 0, 0.17);
}
/* -----------------
  Solutions Page
 --------------------*/
.services-2-section {
  padding-bottom: 50px;
}
.services-2-section h3 {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.team-member .member-info h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}
.reserch-section {
  /*background: #c0cacf;*/
}
.reserch-section p {
  color: var(--dgrau);
}
.reserch-tab-menu {
  display: block;
  border-bottom: none;
}
.reserch-tab-menu li.nav-item {
  display: block;
}
.reserch-tab-menu li.nav-item a.nav-link {
  display: block;
  padding: 15px 29px;
  margin-bottom: 8px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  border-radius: 0;
  background: #fff;
}
.reserch-tab-menu li.nav-item a.nav-link span {
  display: flex;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 400;
}
.reserch-tab-menu li.nav-item a.nav-link.active {
  background: var(--rot);
  color: #fff;
}
.reserch-tab {
  margin-bottom: 70px;
}
.reserch-tab h2 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}
.reserch-tab p {
  margin-bottom: 30px;
}
.reserch-text {
  margin-bottom: 60px;
}
.reserch-text h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}
.reserch-info-warp {
  padding-top: 0;
}
/* ----------------
  Contact Page
 ---------------------*/
.map-section {
  position: relative;
  padding: 60px 0 0;
}
.map-info {
  max-width: 293px;
  padding: 79px 25px 75px;
  background: var(--rot);
  position: relative;
}
.map-info::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -17px;
  border-left: 27px solid var(--rot);
  border-top: 0px solid transparent;
  border-bottom: 17px solid transparent;
}
.map-info img {
  margin-bottom: 45px;
}
.map-info p {
  color: #fff;
}
#map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.contact-form {
  margin-bottom: 10px;
}
.contact-form input:not([type="file"]), .contact-form textarea, .contact-form select {
  width: 100%;
  height: 54px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: var(--dgrau);
  border: none;
  border-bottom: 3px solid var(--rot);
  margin-bottom: 28px;
  background: #fff;
}
.contact-form select {
  width: 100%;
  height: 54px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: var(--dgrau);
  border: none;
  border-bottom: 3px solid var(--rot);
  margin-top: -8px;
  margin-bottom: 5px;
  background: #fff;
}
.contact-form input:not([type="file"]):focus, .contact-form textarea:focus, .contact-form select:focus {
  border-bottom: 3px solid var(--rot);
}
.contact-form textarea {
  height: 209px;
}
.contact-form .site-btn {
  min-width: 156px;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 400;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input[type=checkbox] {
  height: 24px;
  width: 24px;
  padding: 0;
  display: inline;
  margin: 0;
  border: 1px solid #fff;  
  vertical-align: middle;
}

#contact .php-email-form form-check-label {
  display: inline;
}

@media (max-width:991px) {
  #contact .php-email-form input[type=checkbox] {
    float: left;
    padding: 0;
    display: block;
    margin: 0;
    border: 1px solid #fff;  
    vertical-align: middle;
    text-align: left;
  }

  #contact .php-email-form .form-check-label {
    ddisplay: inline-block;
    padding: 0;
    float: left;
    padding-left: 35px;
    vertical-align: middle;
    margin-top: -35px;
    margin-bottom: 20px;
    text-align: left;
  }
}

#contact .form-check-label {
  padding-left: 0; 
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* ----------------
 Responsive
  ---------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1479px) {
  .header-top, .header-top p, .header-top a {
    font-size: 13px;
  }
  .site-logo img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-right {
    padding-right: 60px;
  }
}
/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top, .header-top p, .header-top a {
    font-size: 12px;
  }
  .site-logo img {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*.site-nav-menu ul {
    list-style: none;
    margin-top: -68px;
  }
  .site-nav-menu ul li {
    top: 32px;
  }*/
  .hero-item h2, .page-top-section h2 {
    color: var(--dgrau);
    font-size: 27px;
  }
  .hero-item h2 span:nth-child(1), .page-top-section h2 span:nth-child(1) {
    font-size: 40px;
    color: #fff;
  }
  .header-right {
    padding-right: 50px;
    text-align: center;
    display: inline-block;
    float: none;
  }
  .footer-social a {
    margin-right: 4px;
  }
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topline {
    display: none;
  }
  .topline2 {
    display: inline-block;
  }
  .header-top, .header-top p, .header-top a {
    font-size: 12px;
  }
  .site-logo img {
    padding-left: 0px;
    padding-right: 0px;
  }
  /*.site-nav-menu ul {
    list-style: none;
    margin-top: -60px;
  }
  .site-nav-menu ul li {
    top: 24px;
  }*/
  .site-nav-menu ul li a {
    padding: 0 4px 6px;
    margin-right: 2px;
    font-size: 15px;
  }
  .header-right {
    padding-right: 50px;
    text-align: center;
    display: inline-block;
    float: none;
  }
  .hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    font-size: 18px;
  }
  .hero-item h2, .page-top-section h2 {
    color: var(--dgrau);
    font-size: 24px;
  }
  .hero-item h2 span:nth-child(1), .page-top-section h2 span:nth-child(1) {
    font-size: 36px;
    color: #fff;
  }
  h1 {
    font-size: 27px;
  }
  h1 span {
    font-size: 35px;
  }
  .cta-section {
    text-align: center;
  }
  .cta-section h2 {
    margin-bottom: 30px;
  }
  .footer-buttom {
    padding-top: 30px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li:first-child a {
    margin-left: 0;
  }
  .copyright {
    text-align: center;
    padding-bottom: 30px;
  }
  .reserch-tab-menu {
    margin-bottom: 30px;
  }
  .sidebar {
    padding-top: 50px;
  }
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
  .header-section.fixed-top {
    position: static; 
  }
  .hero-section, .hero-slider, .owl-stage-outer {
    /*height: 50vh;*/
  }
  .topline {
    display: none;
  }
  .topline2 {
    display: inline-block;
    padding: 15px;
  }
  .header-top {
    text-align: center;
  }
  .header-top p {
    line-height: 1.5;
  }
  .site-navbar {
    text-align: center;
    height: auto;
  }
  .site-logo {
    display: inline-block;
    padding: 20px 75px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .site-logo img {
    margin: 0 auto;
    display: inline;
  }
  .header-right {
    display: none;
  }
  .site-nav-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
    text-align: center;
    background: transparent;
    float: right;
    margin: 15px auto 0;
  }
  .slicknav_btn {
    margin: 0 auto 20px;
    background: var(--dgrau);
    float: none;
    display: inline-block;
  }
  .slicknav_nav {
    background: var(--dgrau);
    text-align: center;
    padding: 8px 5px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 140px;
    z-index: 10;
  }
  .slicknav_nav a {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
  }
  .slicknav_nav li:last-child a {
    border-bottom: 1px solid transparent;
  }
  .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    color: var(--hell);
    border-bottom: 1px solid var(--hell);
    background: transparent;
    border-radius: 0;
  }
  .slicknav_nav .dropdown-item.active {
    background: var(--rot); 
  }
  .hero-item {
    height: 450px;
    text-align: center;
  }
  .hero-item h2, .page-top-section h2 {
    color: var(--dgrau);
    font-size: 22px;
  }
  .hero-item h2 span:nth-child(1), .page-top-section h2 span:nth-child(1) {
    font-size: 30px;
    color: #fff;
  }
  h1 {
    font-size: 24px;
  }
  h1 span {
    font-size: 33px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .site-btn {
    min-width: 0;
    padding: 14px 32px;
  }
  .hero-slider .owl-nav button.owl-prev, .hero-slider .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 14px;
  }
  .video-box {
    height: 500px;
    margin-top: 40px;
  }
  .cta-section {
    text-align: center;
  }
  .cta-section h2 {
    margin-bottom: 30px;
  }
  .footer-buttom {
    padding-top: 30px;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li:first-child a {
    margin-left: 0;
  }
  .copyright {
    text-align: center;
    padding-bottom: 30px;
  }
  .about-text {
    padding-top: 50px;
  }
  .reserch-tab-menu {
    margin-bottom: 30px;
  }
  .circle-progress-warp .circle-progress {
    padding-top: 0;
  }
  .sidebar {
    padding-top: 50px;
  }
  .search-model-form input {
    width: 100%;
  }
}
/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  .hero-item h2, .page-top-section h2 {
    color: var(--dgrau);
    font-size: 18px;
    top: 40px;
  }
  .hero-item h2 span:nth-child(1), .page-top-section h2 span:nth-child(1) {
    font-size: 24px;
    color: #fff;
  }
  .map-section {
    padding-bottom: 0;
  }
  .map-info {
    max-width: 100%;
  }
  .map {
    position: relative;
    height: 400px;
    margin-top: 70px;
  }
  .footer-menu li a {
    margin-left: 0;
    padding: 13px 10px;
  }
}
.img-intro {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-intro {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .img-intro {
    width: 90%;
  }
}
.faq-section {
  background: var(--hell);
  padding: 73px 0;
}
.faq-section h2 {
  padding-bottom: 40px;
}
.faq-section .card {
  background: transparent;
  border-radius: 0;
  border: none;
  margin: 2px auto;
  color: #fff;
}
.faq-section .card-header {
  background: #fff;
  border-radius: 0;
}
.faq-section .card-header:hover {
  background: var(--rot);
  color: #fff;
}
.card h3 {
  margin-bottom: 8px;
  color: var(--rot);
}
.card h3 button {
  border-radius: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: var(--rot);
}
.card-header:hover button {
  color: #fff;
}
.card-body p {}
.about-sign {
  display: inline;
  float: left
}
.sign, .sign-info {
  display: inline-block;
}
.img-circle {
  border-radius: 100%;
  max-width: 200px;
}
.reserch-section .nav-item .nav-link {
  min-height: 50px;
}
.img-fluid2 {
  width: auto;
  height: 100px;
  display: inline-block;
  float: left;
  margin: -15px 15px -15px -29px;
}
.img-fluid3 {
  width: auto;
  height: 100px;
  display: inline-block;
  margin: 0 auto 20px;
}
.headline {
  margin-top: 25px;
  margin-bottom: 25px;
}
.block-2 {
  margin-bottom: 0;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .block-2 {
    margin-bottom: 20px;
  }
}
.block-2:hover .back, .block-2.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.block-2:hover .front, .block-2.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.block-2, .block-2 .front, .block-2 .back {
  width: 100%;
  height: 300px;
}
.block-2 .flipper {
  -webkit-transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.block-2 .front, .block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.3s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.3s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.3s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.3s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
.block-2 .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: var(--grau);
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-2 .front .box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(213, 213, 209, 0.75);
  padding: 10px;
}
.block-2 .front .box h2, .block-2 .front .box p {
  color: var(--dgrau);
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.block-2 .front .box h2 {
  font-size: 19px;
}
.block-2 .front .box h4 {
  font-size: 16px;
}
.block-2 .front .box p {
  font-size: 12px;
}
.block-2 .back {
  background: #fff;
  -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 20px;
}
.block-2 .back ul {
  text-align: left;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  color: #fff;
}
.block-2 .back p {
  text-align: left;
  padding: 0;
  font-size: 17px;
  line-height: 1.33;
  color: var(--dgrau);
}
.block-2 .author {
  bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.block-2 .author .image {
  width: 40px;
}
.block-2 .author .image img {
  border-radius: 50%;
  max-width: 100%;
}
.block-2 .author .name {
  color: #fff;
  font-weight: 700;
}
.block-2 .author .position {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 400;
}
.ftco-animate {
  /*opacity: 0;
	visibility: hidden;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.details {
  background: var(--hell);
  padding: 15px;
}
.details h5 {
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
}
.details ul {
  margin: -15px;
  padding: 0;
}
.details ul li {
  list-style: none;
  padding: 5px 20px;
  border-bottom: 1px solid #fff;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 16px;
  color: var(--dgrau);
  line-height: 1.33;
}
.details ul li:first-child {
  border-top: 1px solid #fff;
}
.dropdown-item.active, .dropdown-item:active {
  background: var(--hell);
}
.fancyimg {
  position: relative;
  margin-bottom: 15px;
}
.fancyimg:hover:after {
  content: url(../img/lupe.png);
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 33% 0 0 0;
  background: rgba(213, 213, 209, 0.75);
  color: #FFF;
  z-index: 1000;
}
.services-section {
  padding-bottom: 70px;
}
.testimonial-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.features-section h5 > span {
  float: right;
  width: auto;
  height: 36px;
  background: var(--rot);
  color: #fff;
  margin: -8px -15px -10px 0;
  padding: 8px 10px 0 10px;
  text-transform: uppercase;
}
.green {
  color: var(--rot);
}
h2 span.vorankuendigung {
  background: transparent;
  font-size: 24px;
  letter-spacing: 1.5px;
  background: var(--rot);
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
h2 span.reserviert {
  background: transparent;
  font-size: 24px;
  letter-spacing: 1.5px;
  background: #EAA201;
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
h2 span.vermittelt {
  background: transparent;
  font-size: 24px;
  letter-spacing: 1.5px;
  background: #CF1316;
  color: #fff;
  padding: 3px 10px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.neu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  padding: 2px 30px 2px 0;
  margin: -10px 0 0 15px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 100px;
  height: 35px;
  background-color: red;
  background: linear-gradient(295deg, transparent 33px, red 0) top right;
  text-align: center;
}
h2.neu2 {
  margin-left: 85px;
}
h2.neu2 div {
  position: relative;
  top: 30px;
  left: 0;
  z-index: 100;
  background: transparent;
  padding: 5px 30px 2px 0;
  margin: -10px 0 0 -85px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 100px;
  height: 35px;
  background-color: red;
  background: linear-gradient(295deg, transparent 33px, red 0) top right;
  text-align: center;
}
.spad2 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.spad3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bg-light {
  background: var(--hell) !important; 
}
.circleimg {
  padding-bottom: 20px;
}
.link {
  color: var(--rot);
  text-decoration: underline;
}
.link:hover {
  color: #000;
}
#bbetroffen {
  background: rgba(0,22,22,0.1);
  width: 100%;
  padding: 12px 0 0 0;
  margin: 0 -15px 30px 0;
}
  
  
  