/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
  z-index: 9999999;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--secondary);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 10px;
    text-transform: none;
  }
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
  .navbar .navbar-nav {
    margin-top: 25px;
    border-top: 1px solid #EEEEEE;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.navbar {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.5) !important;
}
.navbar .logo {
  height: 75px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 35px 0;
  }
}
.navbar .navbar-nav .nav-link:hover {
  color: #182333 !important;
}
.navbar .navbar-nav .active {
  color: #182333 !important;
}

/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/poppins-v20-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v20-latin-600.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v20-latin-600.woff2") format("woff2"), url("../Fonts/poppins-v20-latin-600.woff") format("woff"), url("../Fonts/poppins-v20-latin-600.ttf") format("truetype"), url("../Fonts/poppins-v20-latin-600.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/poppins-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/poppins-v20-latin-700.woff2") format("woff2"), url("../Fonts/poppins-v20-latin-700.woff") format("woff"), url("../Fonts/poppins-v20-latin-700.ttf") format("truetype"), url("../Fonts/poppins-v20-latin-700.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-regular.woff") format("woff"), url("../Fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../Fonts/roboto-v30-latin-500.woff") format("woff"), url("../Fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../Fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/********** Template CSS **********/
:root {
  --primary: #FDA12B;
  --secondary: #8D9297;
  --light: #F8F9FA;
  --dark: #182333;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
  background-color: #77a848;
  color: #ffffff !important;
  padding: 1rem;
  border: 1px solid #77a848;
}
.btn:hover {
  background-color: #517231;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
  border-radius: 50px;
}

.carousel-caption .breadcrumb-item + .breadcrumb-item::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
  }
}
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Facts ***/
.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
}

.facts-overlay h1 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
  color: var(--primary) !important;
}

/*** Service ***/
.service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--primary);
  opacity: 0;
  transition: 0.5s;
}

.service-item figure {
  margin: 0;
}

.service-item:hover .service-text::before {
  height: 100%;
  opacity: 1;
}

.service-text * {
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover .service-text * {
  color: #FFFFFF !important;
}

/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}

/*** Team ***/
.team-text {
  position: absolute;
  width: 75%;
  bottom: 30px;
  left: 0;
  transition: 0.5s;
}

.team-item:hover .team-text {
  width: 100%;
}

.team-text * {
  transition: 0.5s;
}

.team-item:hover .team-text * {
  letter-spacing: 2px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-size: 18px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: var(--primary);
}

/*** Footer ***/
.footer {
  color: #999999;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #999999;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.footer i.fab {
  font-size: 2.5rem;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.topbar {
  color: #b7b7b7;
}
.topbar a {
  color: #b7b7b7;
  transition: all ease 0.3s;
}
.topbar a:hover {
  color: #ffffff;
  transition: all ease 0.3s;
}
.topbar .text-start {
  text-align: center !important;
}

header.masthead {
  display: block;
  height: 50vh;
  background-image: url("../Images/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*
  #note-opening-hours-container {

      position: relative;
      height: 100%;

      #note-opening-hours {
          background-color: $primary;
          display: inline-block;
          color: #ffffff;
          font-weight: 500;
          font-size: 1.5rem;
          padding: 0.55rem;
          position: absolute;
          bottom: 10%;
          right: 0;

          transform: rotate(-5deg);
          -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45); 
          box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45);

          h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
              color: #ffffff;
          }

          p:last-child {
              margin-bottom: 0;
          }

      }

  }
  */
}
header.masthead #note-opening-hours {
  background-color: #77a848;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.55rem;
  position: absolute;
  bottom: 10%;
  right: 1%;
  z-index: 10;
  transform: rotate(-5deg);
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
}
header.masthead #note-opening-hours h1, header.masthead #note-opening-hours .h1, header.masthead #note-opening-hours h2, header.masthead #note-opening-hours .h2, header.masthead #note-opening-hours h3, header.masthead #note-opening-hours .h3, header.masthead #note-opening-hours h4, header.masthead #note-opening-hours .h4, header.masthead #note-opening-hours h5, header.masthead #note-opening-hours .h5, header.masthead #note-opening-hours h6, header.masthead #note-opening-hours .h6 {
  color: #ffffff;
}
header.masthead #note-opening-hours h2, header.masthead #note-opening-hours .h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
header.masthead #note-opening-hours p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  header.masthead #note-opening-hours {
    left: 25px;
    right: 25px;
    text-align: center;
    top: 35px;
    bottom: auto;
  }
  header.masthead #note-opening-hours p {
    font-size: 1rem;
  }
}

header.masthead-sub {
  display: block;
  height: 50vh;
  background-image: url("../Images/subheader.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.info h1 {
  color: #ffffff;
}
.info p {
  color: #b7b7b7;
}
.info i {
  color: #77a848 !important;
}
.info a {
  color: #b7b7b7;
  transition: all ease 0.3s;
}
.info a:hover {
  color: #ffffff;
  transition: all ease 0.3s;
}
.info a span.adresse {
  margin-left: calc(1rem + 12px);
}
.info span.oeffnungszeiten {
  margin-left: calc(1rem + 16px);
}

.footer {
  color: #b7b7b7;
}
.footer .logo-footer {
  max-width: 200px;
}
.footer a {
  color: #b7b7b7;
  transition: all ease 0.3s;
}
.footer a:hover {
  color: #ffffff;
  transition: all ease 0.3s;
}
.footer a span.adresse {
  margin-left: calc(1rem + 12px);
}
.footer .copyright a:hover {
  color: #77a848;
}

a.logo-link {
  opacity: 1;
  transition: 0.3s ease all;
}
a.logo-link:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
}

.back-to-top {
  bottom: 60px;
}
.back-to-top:hover {
  background-color: #b7b7b7;
  border-color: #F8F9FA;
}
.back-to-top:focus {
  background-color: #b7b7b7;
  border-color: #F8F9FA;
  box-shadow: 0 0 0 0.25rem rgba(116, 215, 37, 0.5);
}

.service-item.news .lead {
  font-size: inherit;
  font-weight: inherit;
}
.service-item.news img {
  padding: 0 !important;
}
.service-item.news p {
  color: #8D9297;
}
.service-item.news h3 {
  color: #182333;
}
.service-item.news h6 {
  color: #182333;
  display: inline-block;
}
.service-item.news .service-text::before {
  background: #182333 !important;
}

.service-item img {
  background-color: #F8F9FA;
  padding: 2rem;
}
.service-item p {
  color: #ffffff;
}
.service-item h3 {
  color: #ffffff;
}
.service-item h6 {
  color: #182333;
  display: inline-block;
}
.service-item .service-text::before {
  background: #182333 !important;
}
.service-item i {
  color: #182333;
}

.logoslider img {
  max-width: 100%;
  width: 250px;
  height: auto;
}
.logoslider .row {
  align-items: center;
}

body {
  overflow-x: hidden;
}
body .main-content a {
  color: #77a848;
}

body:not(#p1) .main-content {
  padding-top: 3rem;
}
body:not(#p1) .main-content strong {
  color: #3b434f;
  font-weight: 500;
}
body:not(#p1) .main-content a, body:not(#p1) .main-content a strong {
  color: #77a848;
}
body:not(#p1) .main-content p a {
  color: #77a848;
  transition: all 0.3s ease;
}
body:not(#p1) .main-content p a:hover {
  color: #77a848;
  transition: all 0.3s ease;
}
body:not(#p1) .main-content p a span.adresse {
  margin-left: calc(1rem + 12px);
}
body:not(#p1) .main-content p span.oeffnungszeiten {
  margin-left: calc(1rem + 16px);
}
body:not(#p1) .main-content a img {
  opacity: 1;
  transition: all 0.3s ease;
}
body:not(#p1) .main-content a img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

body .main-content a.btn.btn-primary,
body .main-content a.btn.btn-outline-primary:hover {
  color: #FFFFFF !important;
}

.frame-space-before-medium {
  margin-top: 3rem;
}

.news-list-view a {
  color: #8D9297 !important;
}

.angebote {
  background-image: url("../Images/angebote_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.angebote h2 {
  color: #ffffff;
}
.angebote p.datum {
  margin-bottom: 0.5rem;
}
.angebote a.angebote-element {
  position: relative;
}
.angebote a.angebote-element p.streichpreis {
  text-decoration: line-through;
  margin-bottom: 0;
}
.angebote a.angebote-element p.angebotspreis {
  font-weight: 600;
  font-size: 2rem;
  color: #db3434;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  border: 5px solid #9c3333;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #db3434;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  z-index: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#c118 {
  width: 100%;
  height: 450px;
}
#c118 iframe {
  height: 450px;
  width: 100%;
}

.col-relative {
  position: relative;
}

#c121 {
  display: none;
  max-width: 100%;
  bottom: -10rem;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 576px) {
  #c121 {
    position: absolute;
    display: block;
  }
}

.tx-powermail > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

form input[type=text], form textarea {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
  background-color: #F8F9FA !important;
  margin-bottom: 1rem;
  border: 0px !important;
}
form textarea {
  height: 150px;
}

section.cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #77a848;
}
section.cta * {
  color: #ffffff;
}
section.cta .btn {
  background-color: #ffffff;
  color: #77a848 !important;
}
section.cta .btn:hover {
  background-color: #77a848;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
section.cta.cta-offers {
  background-color: transparent;
}
section.cta.cta-offers .btn,
section.cta.cta-offers p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.cta.cta-offers .btn {
    margin-top: 1rem;
  }
}
.slick-container [ID*=loader-slick-] {
  bottom: 6rem !important;
}

.slick-container {
  padding-bottom: 5rem;
}
.slick-container .image-number {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.slick-dots {
  bottom: -80px !important;
}

#madeleine-50 {
  width: auto;
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 9999999999999;
  max-height: 60vh;
}
@media screen and (max-width: 767px) {
  #madeleine-50 {
    bottom: -150px;
  }
}

#page-header {
  position: relative;
}
#page-header > .container {
  position: relative;
}
#page-header #note-opening-hours {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#page-header #note-opening-hours {
  background-color: #77a848;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.55rem;
  position: absolute;
  bottom: 10%;
  right: 20%;
  z-index: 10;
  transform: rotate(-5deg);
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.45);
}
#page-header #note-opening-hours h1, #page-header #note-opening-hours .h1, #page-header #note-opening-hours h2, #page-header #note-opening-hours .h2, #page-header #note-opening-hours h3, #page-header #note-opening-hours .h3, #page-header #note-opening-hours h4, #page-header #note-opening-hours .h4, #page-header #note-opening-hours h5, #page-header #note-opening-hours .h5, #page-header #note-opening-hours h6, #page-header #note-opening-hours .h6 {
  color: #ffffff;
}
#page-header #note-opening-hours h2, #page-header #note-opening-hours .h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
#page-header #note-opening-hours p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page-header #note-opening-hours {
    bottom: -40px;
    z-index: 999999;
    left: 15px;
    right: auto;
  }
  #page-header #note-opening-hours h2 {
    font-size: 1.2rem;
  }
  #page-header #note-opening-hours p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 470px) {
  #page-header #note-opening-hours h2 {
    font-size: 1rem;
  }
  #page-header #note-opening-hours p {
    font-size: 0.9rem;
  }
}
#page-header #madeleine-wrapper-outer {
  position: absolute;
  right: 0;
  left: auto;
  height: 95%;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  width: 170px;
}
@media screen and (max-width: 470px) {
  #page-header #madeleine-wrapper-outer {
    width: 110px;
  }
}
#page-header #madeleine-wrapper-outer #madeleine-50 {
  max-height: 100%;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  #page-header #madeleine-wrapper-outer #madeleine-50 {
    max-height: 130%;
  }
}
#page-header .background-image-wrapper {
  overflow: hidden;
}
#page-header .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: blur(8px) brightness(40%);
  -webkit-filter: blur(8px) brightness(40%);
}

#slick-id136 .slick-item {
  padding: 1rem;
}

.slick-container .slick-slider .slick-prev {
  left: 5px;
}
.slick-container .slick-slider .slick-prev:before {
  margin-left: -50%;
}
.slick-container .slick-slider .slick-next {
  right: 5px;
}
.slick-container .slick-slider .slick-next:before {
  margin-right: -50%;
}
.slick-container .slick-slider .slick-prev,
.slick-container .slick-slider .slick-next {
  opacity: 0.75;
}

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