/*
 Theme Name:   Roman Child 2.0.8
 Description:  Roman Child Theme
 Version:      2.0.8
 Author:       Gipfelgold
 Author URI:   https://www.gipfelgold.com
 Template:     crocal
*/


/*/ Startseite - Hero /*/
.text-white,
span.text-white {
  /*color: white !important;*/
}



.bottom-border-yellow {
  border-bottom: 1px solid black;
}

/* Hero Image Overlay Schräge */
.page .eut-row-section.hero-overlay .eut-bg-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url(/wp-content/uploads/2022/01/hero-overlay-3.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60%;
    opacity: 0.9;
    background-blend-mode: multiply;
}

/*/ ICON BOXES GESCHÄFTSREISEN /*/

.icon-heading-white .eut-box-content > h4 {
  color: white;
}

/*/ FOOTER /*/

.footer .subline > p {
  letter-spacing: 0.23em;
  color: white;
  font-size: 11px;
  margin-top: -10px;
}

.footer .eut-text.h2-footer > h2 {
  font-size: 55px !important;
}

/*/ Button flex center /*/

.section-2-urlaubsreisen .flex-row .eut-column-inner-content {
  justify-content: center;
}

/*/ Border-Left Yellow /*/

.partner-list {
  border-left: 1px solid black;
  padding-left: 2rem;
  text-transform: uppercase;
}

/*/ landingpage Destinationen header /*/
h2.title-centered {
  text-align: center;
}
.title-centered span.text-white .title-white span.text-white {
  color: white;
}

@media screen and (min-width: 768px) {
  .display-none,
  .display-mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .display-mobile-none {
    display: none !important;
  }
}

/*/ GRADIENT Fotoslider /*/
.title-positioning div.eut-content.eut-align-center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding-bottom: 3rem;
    padding-top: 5rem;
    background: linear-gradient(180deg, rgba(15,36,36,0) 7%, rgb(15, 36, 36) 100%);
}

div.eut-element.eut-text.no-gap h3 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .startpage-introduction div.eut-empty-space,
  div.eut-empty-space.mobile-display-none {
    display: none;
  }
  div.footer-padding-mobile {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  #eut-theme-wrapper div.eut-height-6x.empty-space-height-mobile {
    height: 50px;
  }
  #eut-theme-wrapper div.eut-padding-bottom-6x.wrapper-mobile-padding {
    padding-bottom: 20px;
  }
  #eut-theme-wrapper div.eut-padding-bottom-6x.mobile-padding-50 {
    padding-bottom: 50px;
  }
  div.eut-element.eut-image.img-padding-mobile.eut-align-center {
    padding: 0 20px;
  }
  .eut-testimonial-item .eut-isotope-item-inner {
    padding: 20px;
  }
  div.eut-element.eut-align-right.mobile-align-center {
    text-align: center;
  }

  #eut-theme-wrapper div.eut-height-4x.empty-space-40 {
    height: 40px;
  }
  div.eut-element.subheading h6.text-white {
    padding-bottom: 10px;
  }

  .flex-row div.button-align-center .eut-column-inner-content {
    flex-direction: column;
  }
  .flex-row div.button-align-center .eut-text-icon-link p {
    text-align: center !important;
  }
    }

