.overview-services{
  background-color: #7e3b5b;
}
.overview-services .main-title{
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Poor Story';
  color: #fff;
  display:block;
  text-transform: uppercase;
  text-align:left;
  padding-top:4rem;
  height: 8rem;
}
.overview-services .main-text{
  font-size: 0.9rem;
  font-weight: 400;
  font-family: 'Raleway';
  color: #fff;
  text-align:left;
  height: 6rem;
}

.overview-services .main-btn{
  background-color:  #7e3b5b;
  border-color: #fff;
  text-align:center;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: 'Raleway';
  color: #fff;

}
.overview-services .main-footer{
  font-size: 2.5rem;
  font-weight: 500;
  font-family: 'Indie Flower';
  color: #fff;
  text-align: center;
  padding-top:2rem;
  padding-bottom: 4rem;
}
@media (max-width: 800px) {
  .overview-services .main-text{
    height: 4rem;
  }
  .overview-services .main-title{
    
    height: 8rem;
  }
}
.overview-card{
  background-color: #7e3b5b;
}
.overview-card .main-card{
  background-color: transparent;
  border: none;
  margin-top: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 4rem;
  
  
}
.overview-card .main-card .main-title{
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Poor Story';
  color: #fff;
  display:block;
  text-transform: uppercase;
}

.overview-card .main-card .main-body{
  
  height:10rem;
}

.overview-card .main-card .main-text{
  font-size: 0.8rem;
  font-weight: 400;
  font-family: 'Raleway';
  color: #fff;
  
}
.overview-card .main-card .main-footer{
  background-color: transparent;
  border:none;
  text-align:center;
}
.overview-card .main-card .main-footer .btn-footer{
  background-color:  #7e3b5b;
  border-color: #fff;
  text-align:center;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: 'Raleway';
  color: #fff;
  
}
.overview-card .overview-footer{
  font-size: 2.5rem;
  font-weight: 500;
  font-family: 'Indie Flower';
  color: #fff;
  text-align: center;
  padding-bottom: 4rem;
}

.opening-main{
  background-color: #f0edea;
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* display: flex;
  justify-content: center;  
  align-items: center;     
  width: 100vh;   */        
 

}
.opening-main .main-bord{
  /*  border-color: black;
 border: 2px solid #8B7355; */
  background-color: transparent;
  position:relative;
  padding: 0.5rem;
  margin: 0.5rem;


}


@media (min-width: 770px) {
  .opening-main .main-bord{
    border-color: black;
    border: 2px solid #8B7355;
    background-color: transparent;
    position: relative;
    padding: 0.5rem;
    margin: 0.5rem;
   
   
   }
   .opening-main .main-bord:before {
     border-radius: 0.5rem;
     content: '';
     position: absolute;
     top: -0.5rem;
     bottom: -0.5rem;
     left: -0.5rem;
     right: -0.5rem;
     border: 0.25rem solid rgba(54, 54, 54, 0.6);
   } 
}


.opening-main .main-bord .bord-title{
color:black;
font-size: 1.8rem;
font-weight: 500;
font-family: 'Raleway';
text-align: center;
text-transform:uppercase;

}
.opening-main .main-bord .op-title{
  color:black;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: 'Raleway';
  text-align: center;
 }
 .opening-main .main-bord .op-day{
  color:black;
  font-size: 1.0rem;
  font-weight: 600;
  font-family: 'Raleway';
  text-align: left;
 }
 .opening-main .main-bord .op-time{
  color:black;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: 'Raleway';
  text-align: left;
 }
 @media (min-width: 900px) {
  .opening-main .main-bord .op-time{
    color:black;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Raleway';
    text-align: left;
   }
}
 
.main-header{
background-color: #f0edea;
margin-top:4rem;
 
}
@media (min-width: 992px) {
  .main-header{
    background-color: #f0edea;
    margin-top:5rem;
     
    }
}

.main-header .main-picture{
  background-color: transparent;
  
 }
.main-header .header-title{
  color: #7e3b5b;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: 'Raleway';
  text-align: center;
  text-transform:uppercase;
  padding-top: 2rem;
}
.main-header .header-text{
  color: black;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Raleway';
  text-align: left;
}
.main-header .header-footer{
  color: #7e3b5b;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Raleway';
  text-align: left;
  padding-top: 2rem;
}


.overview {
  margin-bottom: -30px;
}

.overview .overview-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.overview .overview-item .overview-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  
}

.overview .overview-item .overview-item-caption:hover {
  opacity: 1;
  background-color: rgba(126, 59, 92, 0.8);
  
}

.overview .overview-item .overview-item-caption .overview-item-caption-content {
  font-size: 1.2rem;
  font-family: 'Raleway';
}
.over-section {
  padding: 1rem 0;
}

.over-section .over-section-heading {
  font-size: 2.25rem;
  line-height: 2rem;
  color:#7e3b5b;
}

@media (min-width: 992px) {
  .over-section .over-section-heading {
    font-size: 3rem;
    line-height: 2.5rem;
    color:#7e3b5b;
    padding-top:  2rem;
  }
}

.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #7e3b5b;
  border-radius: 1rem;
  border-color: #7e3b5b !important;
}

.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}

.divider-custom .divider-custom-icon {
  color: #7e3b5b !important;
  font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}


.badge-primary {
  color: #7e3b5b;
  background-color:  #f0edea; 
 
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: black;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(126,59,92, 0.5);
}


.showcase{
  background-color: #f0edea;
}
.showcase .showcase-text {
  padding: 3rem;
}
.showcase .showcase-text .showcase-title {
  color: #7e3b5b;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: 'Raleway';
  text-transform:uppercase;
  padding-top: 2rem;
}
.showcase .showcase-text .showcase-description {
  color: black;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Raleway';
}
.showcase .showcase-text .showcase-footer {
  color: #7e3b5b;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: 'Raleway';
}


.showcase .showcase-img {
  min-height: 40rem;
  background-size: cover;
}
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.gallery {
  padding-bottom: 3rem;
}

.gallery__container {
  max-width: 75rem;
  margin: 0px auto;
  padding: 0 2rem;
}
.gallery__container::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 36em) {
  .gallery__container {
    padding: 0 1rem;
  }
}

.gallery__heading {
  color: #7e3b5b;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 2rem;
  font-family: 'Raleway';
}

.gallery__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 14.2rem 14.2rem;
}
@media (max-width: 75em) {
  .gallery__list {
    grid-template-rows: 12.78rem 12.78rem;
  }
}
@media (max-width: 62em) {
  .gallery__list {
    grid-template-rows: 11.36rem 11.36rem;
  }
}
@media (max-width: 48em) {
  .gallery__list {
    grid-template-rows: 7.1rem 7.1rem;
  }
}
@media (max-width: 36em) {
  .gallery__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 14.2rem 14.2rem 14.2rem 14.2rem 14.2rem;
  }
}

.gallery__list--cb-toggle {
  animation: gallery__list--cb-toggle-show 1s ease-in-out 0s 1;
}
.gallery__cb-toggle:not(:checked) ~ .gallery__list--cb-toggle {
  display: none;
}

@keyframes gallery__list--cb-toggle-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gallery__cb-toggle {
  display: none;
}

.gallery__more-button-container {
  padding-top: 3rem;
  text-align: center;
}
.gallery__cb-toggle:checked ~ .gallery__more-button-container {
  display: none;
}

.gallery__list-item {
  display: block;
  position: relative;
  filter: contrast(1.1) brightness(1.15) saturate(1.1);
  transform: scale(1);
  z-index: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
  transition: filter 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, z-index 0.2s linear;
}
.gallery__list-item::before {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  background: radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, 0.4) 100%);
  content: "";
  mix-blend-mode: multiply;
}
.gallery__list-item:hover {
  box-shadow: 0 0 1rem black;
  transform: scale(1.1);
  z-index: 1000;
  transition: filter 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, z-index 0s linear;
  filter: contrast(1) brightness(1) saturate(1);
}
.gallery__list-item:hover::before {
  opacity: 0;
}
.gallery__list-item--first {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
.gallery__list-item--last {
  grid-column-start: 4;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (max-width: 36em) {
  .gallery__list-item--last {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}

.gallery__list-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__list-item-bg-image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.gallery_textbox{
 
  padding-top: 2rem;
  
  /* display: flex; 
  justify-content: center;  
  align-items: center;  */   
   
}
.gallery_textbox .gallery_desc{
  color: black;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Raleway';
  text-align: left;
  background-color: #f0edea;
  padding:4rem;
}


.motivation {
  margin-top: 2rem;
  padding-bottom: 3rem;
}

.motivation__column-text {
  float: left;
  width: 33.33%;
  padding-right: 4.5rem;
  padding-top: 4rem;
  background-color: #f0edea;
  margin-bottom: 4rem;

}
@media (max-width: 75em) {
  .motivation__column-text {
    padding-right: 3rem;
  }
}
@media (max-width: 62em) {
  .motivation__column-text {
    padding-top: 0;
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 48em) {
  .motivation__column-text {
    width: 100%;
    float: none;
    padding-bottom: 3rem;
  }
}

.motivation__text-heading {
  color: #7e3b5b;
  font-weight: 500;
  font-size: 2rem;
  font-family: 'Raleway';
  padding:2rem;
}
.motivation__text-heading::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.25rem;
  background-color: #7e3b5b;
  margin-bottom: 0.5rem;
}

.motivation__text {
  color: #26464d;
  margin-top: 0.2rem;
  font-size: 1.1rem;
  font-family: 'Raleway';
  padding-left:2rem;
  padding-right:2rem;
}

.motivation__column-images {
  float: left;
  width: 66.66%;
  height: clamp(10rem, calc(35vw + 10rem), 36rem);
  position: relative;
}
@media (max-width: 62em) {
  .motivation__column-images {
    width: 50%;
    height: clamp(10rem, calc(25vw + 10rem), 36rem);
  }
}
@media (max-width: 48em) {
  .motivation__column-images {
    width: 80%;
    float: none;
    margin: 0 auto;
    height: clamp(10rem, calc(40vw + 10rem), 36rem);
  }
}
@media (max-width: 36em) {
  .motivation__column-images {
    width: 90%;
    height: clamp(10rem, calc(45vw + 10rem), 36rem);
  }
}

/**
 * @param $top: Position from top (in rem)
 * @param $left: Position from left (in %)
 */
.motivation__image {
  width: 50%;
  position: absolute;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  filter: grayscale(50%);
  transform: scale(1);
  transition: filter ease-in-out 0.2s, transform ease-in-out 0.2s;
}
.motivation__image--first {
  width: 75%;
  z-index: 1;
  top: 0rem;
  left: 10%;
}
.motivation__image--first:hover {
  top: -0.66rem;
  left: calc(25% - 0.66rem);
}
.motivation__image--second {
  width: 37%;
  z-index: 2;
  top: 10rem;
  left: 5%;
}
.motivation__image--second:hover {
  top: 9.34rem;
  left: calc(10% - 0.66rem);
}
.motivation__image--third {
  z-index: 3;
  width: 42%;
  top: 5rem;
  left: 40%;
}
.motivation__image--third:hover {
  top: 4.34rem;
  left: calc(40% - 0.66rem);
}
.motivation__image:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
  border: 0.33rem solid #7e3b5b;
  padding: 0.33rem;
  z-index: 10;
}
@media (max-width: 800px) {
  .motivation__image {
    width: 65%;
    
  }
  .motivation__image--first {
    width: 95%;
    left: 1%;
  }
  .motivation__image--first:hover {
    top: -0.66rem;
    left: calc(5% - 0.66rem);
    transform: scale(1.1);
  }
  .motivation__image--second {
    width: 45%;
    left: 5%;
  }
  .motivation__image--second:hover {
    top: 9.34rem;
    left: calc(5% - 0.66rem);
    transform: scale(1.3);
  }
  .motivation__image--third {
    width: 50%;
    top: 5rem;
    left: 40%;
  }
 .motivation__image--third:hover {
  transform: scale(1.4);
  left: calc(30% - 0.66rem);
}
 
}
/*Kontakt*/

.contact-section {
  padding-top: 5rem;
  
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #7e3b5b;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #7e3b5b;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 5rem;
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
}




