/*
Theme Name: rhenus Lub Theme
Description: Custom Theme 
Author: giftGRUEN
Template: salient
Version: 1.1
*/


@font-face {
  font-family: 'Frutiger LT Std Light';
  src: url("./fonts/FrutigerLTStd-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}



@font-face {
  font-family: 'Frutiger LT Std Bold';
  src: url("./fonts/FrutigerLTStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger LT Std Roman';
  src: url("./fonts/FrutigerLTStd-Roman.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/* Misc */
.force-block {
  display: inline-block;
  width: 300px;
}
/* END MISC */


/* TESTIMONIALS */
/* secular-one-regular - latin -> for the quotation marks */
@font-face {
font-family: 'Secular One';
font-style: normal;
font-weight: 400;
src: url('fonts/secular-one-v11-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
     url('fonts/secular-one-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/secular-one-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('fonts/secular-one-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
     url('fonts/secular-one-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('fonts/secular-one-v11-latin-regular.svg#SecularOne') format('svg'); /* Legacy iOS */
}

.slick-dots li.slick-active button:before {
color:#f5d200 !important;
}

.testimonials-container {
  max-width: 800px;
  max-height: 600px;
}

.testimonials-container img {
  object-fit: cover;
}

.testimonials-container .testimonial {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.testimonials-container .text-container {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  bottom: 0;
  transition: all 1s ease;
  font-size: 16px;
}


.testimonials-container .text {
  padding: 20px 15px 30px;
}

.testimonials-container p {
  margin: 0;
  padding: 0;
}

.testimonials-container .t-description {
  opacity: 0;
  height: 0px;
  line-height: 1.5;
  transition: all 1s ease;
  font-style: italic;
  position: relative;
  z-index: 10;
}

.testimonials-container .t-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Frutiger LT Std Bold';
}

/* Anführungszeichen-Zeichen */
.testimonials-container .t-description::before {
  content: '"';
  color: rgba(241, 216, 31, 0.5);
  font-size: 110px;
  position: absolute;
  top: -50px;
  left: -55px;
  z-index: -1;
  font-family: 'Secular One';
}

/* Hover */
.testimonials-container .testimonial:hover .t-description {
  opacity: 1;
  height: 120px;
  margin: 30px 0 0 50px;
}

/* Fullscreen-fullwidth-fix */
@media screen and (min-width: 1000px) {
  .testimonials-master-container {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

/* Tablet */
@media screen and (max-width: 999px) {
  .testimonials-container .testimonial:hover .t-description {
    margin: 30px 0 10px 40px;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {

  .testimonials-container .t-description::before { /* Quotation-Mark */
    font-size: 80px;
    top: -25px;
    left: -40px;
  }

  .testimonials-container .testimonial:hover .t-description {
    margin: 30px 0 0 35px;
    height: 120px;
  }
}

/* Mobile */
@media screen and (max-width: 690px) {
  .testimonials-container .t-name {
    font-size: 16px;
  }

  .testimonials-container .text {
    padding: 15px 15px 25px;
    line-height: 1.4;
  }

  .testimonials-container .testimonial:hover .t-description {
    margin: 5px 0 0 30px;
    height: 160px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 480px) {
  .testimonials-container .t-name, .testimonials-container .t-position {
    font-size: 12px;
  }

  .testimonials-container .testimonial:hover .t-description {
    margin: 5px 0 0 0px;
    height: 115px;
    line-height: 1.3;
    font-size: 12px;
  }

  .testimonials-container .t-description::before {
    font-size: 50px;
    top: -15px;
    left: -15px;
  }
}

/* END TESTIMONIALS */

/* START HOTSPOT MODIFICATIONS */

/* Add text from id */
@media screen and (min-width: 1000px) {
	.drag_element.tips:before {
    content: attr(id);
    background: #fecb00;
    font-size: 12px;
    padding: 3px 5px;
    position: relative;
    bottom: 45px;
    left: -50%;
    display: block;
    max-width: 150px;
    line-height: 1.2;
    margin-bottom: -20px;
    border-radius: 5px;
	}
}

/* Customize Popup */
#powerTip {
    background-color: #fff;
		border-radius: 0;
		border: 1px solid #fecb00;
		padding: 15px;
}

#powerTip table td:not(:last-child) {
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  #powerTip table {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  #powerTip table tr {
    display: grid;
  }

  #powerTip table td:not(:last-child) {
    padding-right: 0;
  }
}

#powerTip::before {
    display:none;
}

#powerTip .headline {
    border-bottom: 1px solid #fecb00;
}

#powerTip .subline {
    font-size: 14px;
}

#powerTip .hotspot-header {
		margin-bottom: 20px;
}

#powerTip ul li::marker {
  color: #fecb00;
}

#powerTip p {
    padding-bottom: 0;
}

#powerTip a, #powerTip li a, #powerTip a {
    color: #333333
}

#powerTip a:hover {
    color: #fecb00
}

#powerTip.n:before {
    border-top: 10px solid rgb(255, 252, 252);
}
#powerTip.s:before {
    border-bottom: 10px solid #fff;
}
#powerTip.e:before {
    border-right: 10px solid #fff;
}
#powerTip.w:before {
    border-left: 10px solid #fff;
    right: -10px
}
#powerTip.ne:before,#powerTip.nw:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
#powerTip.se:before,#powerTip.sw:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before {
    border-top: 10px solid #fff;
    border-top: 10px solid rgba(255,255,255,1);
}
#powerTip.sw-alt:before,#powerTip.se-alt:before {
    border-bottom: 10px solid #fff;
    border-bottom: 10px solid rgba(255,255,255,1);
}
.box_view_html {
    color: #333333;
}
.box_view_html span.close_ihp svg {
    fill: #000;
}

/* END HOTSPOT MODIFICATIONS */

/* START CLEVERREACH STYLING */
.cleverreach-form button {
  width: 100%;
  color: var(--extra-color-1);
  font-size: 15px;
  padding: 20px;
  margin-top: 20px;
}
/* END CLEVERREACH STYLING */