@charset "UTF-8";
.overlay-show{
        display: none;
    }
.hidden-box {
    display: none;
}
.hidden-box-mann {
    display: none;
}
.container-preis {
  position: relative;
  width: 100%;
    height: 500px;
}
    .padding-nav{
        padding-top: 10%;

    }
.image-preis {
  display: block;
width: 100%;
  height: auto;
}
.overlay-preis-mann {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: hsla(195,100%,36%,0.72);
    line-height: 20px;
}
.overlay-preis {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:hsla(184,59%,56%,0.77);
    line-height: 20px;
}

.container-preis:hover .overlay-preis {
  opacity: 1;
    height: auto;
}
.container-preis:hover .overlay-preis-mann {
  opacity: 1;
    height: auto;
}

.text-preis {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
    height: 600;
    width: 100%
}

/* Bottom right text */
.bottom-right {
	position: absolute;
	bottom: 30px;
	right: 50px;
	display: table-caption;
}


.conti-text {
  position: relative;
  text-align: center;
  color: white;
    height: auto;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.weiss{
    color: white;
}
.top-right {
  position: absolute;
  top: 80px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 5%;
  right: 10%;
}
.bottom-preis {
    margin-top: 30px;
text-align: left;
 color: white;
   
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
       .padding-nav{
        padding-top: 10%;
      
          
    }
    .hsmall{
        font-size: 1.2rem;
       margin-top: 7%;
        margin-left: 40px;
        margin-right: 40px;
        font-family: Facto, "Facto Bold", "Facto Light", "DIN Alternate Bold", "DIN Condensed Bold", "Dosis Bold", Didot;
        font-weight: lighter;
    }
  .overlay-preis-mann {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:hsla(195,100%,36%,0.72); 
     font-size: 0.2rem;
    line-height: 1.2rem;
}
    .overlay-preis {
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: hsla(184,59%,56%,0.77); 
     font-size: 0.2rem;
    line-height: 1.2rem;
}
    p {
   
    font-weight: 100;
    font-size: 1rem;
      
}
    .padding-preis{
        padding-top: 9%;
    }

    
    .bottom-preis {
        
    margin-top: 0px;
    text-align: left;}
    
}

@media screen and (max-width: 767px) {
        .overlay-preis {

display: none;
}
       .overlay-preis-mann {

display: none;
}
   
    .overlay-show{
        display: inline-block;
        color: white;
    }
 a, a:hover {
    color:rgba(79,201,209,1.00);
    text-decoration: none;
}
    .hidden-box {
    display: inline-block;
        background: rgba(79,201,209,1.00);
        padding-top: 5%;
        padding-bottom: 5%;
        
}
        .hidden-box-mann {
    display: inline-block;
        background: hsla(195,100%,36%,1.00);
        padding-top: 5%;
        padding-bottom: 5%;
        
}
    .col-6 {
   
    text-align: center;
}
}

