/***
**** German Landing Page Concept
**** Version: 2.0
***/


/* Add general styles */
.de-lp19 {
  overflow-x: hidden;
}

.de-lp19 h5 {
  font-size: 24px;
}

.de-lp19 .button {
  margin-bottom: 16px;
}

.de-lp19 .button {
  transition: background-color 0.2s ease-out, color 0.1s ease-out, border 0.2s ease-out;
}

.de-lp19 .button.button--promega-sol:hover {
  box-shadow: none !important;
  color: #FFFFFF;
  background-color: #474747 !important;
  border: 2px solid #474747 !important;
}

.de-lp19 .button.button--clear-sol {
  background-color: #FFFFFF !important;
}

.de-lp19 .button.button--clear-sol:hover {
  box-shadow: none !important;
  background-color: #FDB813 !important;
  border: 2px solid #FDB813 !important;
}

.de-lp19-cta .button.button--light-gray:hover {
  box-shadow: none !important;
  background-color: #DBDBDB !important;
  border: 2px solid #DBDBDB !important;
}


/* Hero Element */
.de-lp19-hero {
  display: flex;
  align-items: center;
}

.fullwidth.has-image-background:first-child {
  background-color: #ccc !important;
}


/* Sub-Page Navigation */
.de-lp19-navigation {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

.de-lp19-navigation .de-lp19-navigation__item {
  padding: 20px;
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease-out;
}

.de-lp19-navigation .de-lp19-navigation__item:hover {
  border-bottom: 2px solid #FDB813;
  text-decoration: none !important;
  cursor: pointer;
}

.de-lp19-navigation .de-lp19-navigation__nav-text p,
.de-lp19-navigation .de-lp19-navigation__nav-text a {
  font-weight: 600;
  color: #FFFFFF;
}

/* Navigation Tiles */
.de-lp19-tiles .de-lp19-tiles__single {
  background-color: #FFFFFF;
  padding: 24px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}

.de-lp19-tiles .de-lp19-tiles__single h3 {
  font-size: 40px;
  color: #333333;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
}

.de-lp19-tiles .de-lp19-tiles__single .content-item {
  margin-bottom: 24px;
}


/* Standard Content with Icons */
.de-lp19-standard-content .grid__span-8--cell {
  margin-bottom: 30px;
}

.de-lp19-standard-content .tile-component.center-images-inside {
  padding: 0;
  margin: 0 auto;
}

.de-lp19-standard-content .tile-component.center-images-inside figure {
  margin-bottom: 30px;
}

/* Key Fact tiles */
.de-lp19-fact-tiles .tile-component {
  padding: 24px;
}

.de-lp19-fact-tiles .tile-component:hover {
  box-shadow: none !important;
}

.de-lp19-fact-tiles .tile-component .content-item {
  font-size: 32px;
  line-height: 40px;
}

.de-lp19-fact-tiles .tile-component .content-item b {
  font-weight: normal;
  color: #FDB813;
}

.de-lp19-fact-tiles .margin-bottom--medium.margin-bottom--medium {
  margin-bottom: 1rem;
}

/* Icons / Image Gallery */
.de-lp19-icons .grid__span-3--cell {
  margin-bottom: 30px;
}


/* Quote Section */
.de-lp19-quotes blockquote {
  border: none;
  padding: 0;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
}

.de-lp19-quotes div.content-item {
  margin-bottom: 24px;
}


/* FAQS & Contact Section */
.de-lp19-faqs .content-container--accordion {
  padding: 0;
}

.de-lp19-faqs .accordion__button {
  font-weight: 600;
  font-size: 24px;
  padding: 16px 48px 16px 16px;
  border: none;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
}

.de-lp19-faqs .accordion__button.accordion__button--active {
  background-color: #DBDBDB;
}

.de-lp19-faqs .accordion__content {
  background-color: #ECECEC;
  padding: 16px 16px 32px 16px;
  line-height: 26px;
}

.de-lp19-faqs .owi__position {
  color: #DBDBDB;
}


/* Call to Action Banner */
.de-lp19-cta {
  padding-top: 32px;
  padding-bottom: 32px;
}

.de-lp19-cta.de-lp19-cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.de-lp19-cta .grid__span-9--cell {
  display: flex;
  align-items: center;
}

.de-lp19-cta .text--white {
  font-weight: 600;
  font-size: 22px;
}

.de-lp19-cta .button.button--light-gray {
  border: 2px solid #FFFFFF;
  padding: 12px 32px;
  margin: 0;
}

/* Responsive tables */
.de-lp19-responsive-table th {
  text-transform: uppercase;
}

.de-lp19-responsive-table td {
  padding: 16px 10px;
  vertical-align: top;
}

.de-lp19-responsive-table tr {
  border-bottom: 1px solid #DBDBDB;
}

.de-lp19-responsive-table tr:last-of-type {
  border: none;
}

.de-lp19-responsive-table table {
  width: 100%;
}





/***
**** MEDIA QUERIES FOR RESPONSIVENESS ****
***/


@media screen and (max-width: 767px) {

  /*** GENERAL STYLES ***/
  .de-lp19 .margin-bottom--x-large.margin-bottom--x-large {
    margin-bottom: 2rem;
  }

  .de-lp19 .grid .tile-component.grid__span-4,
  .de-lp19 .grid .tile-component.grid__span-6 {
    grid-area: span 1/span 12 !important;
  }


  /*** RESPONSIVE TABLE ***/
  .de-lp19-responsive-table {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-box-shadow: inset -12px 0px 22px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: inset -12px 0px 22px -6px rgba(0,0,0,0.5);
    box-shadow: inset -12px 0px 22px -6px rgba(0,0,0,0.5);
  }

  .de-lp19-responsive-table table {
    min-width: 768px;
  }

  /*** QUOTES ***/
  .de-lp19-quotes .grid__span-4--cell {
    order: 1;
  }

  .de-lp19-quotes .grid__span-8--cell {
    order: 2;
  }

  /*** CALL TO ACTION ELEMENT ***/
  .de-lp19-cta {
    text-align: center;
  }

}


@media screen and (min-width: 768px) {

  /*** FULL WIDTH HERO SECTION ***/
  .de-lp19-hero {
    min-height: 85vh;
  }

  /*** SUB NAVIGATION ***/
  .de-lp19-navigation {
    display: block;
  }

  /*** FACT TILES ***/
  .de-lp19-fact-tiles .tile-component {
    padding: 40px;
  }

  .de-lp19-fact-tiles .grid__span-4--cell {
    display: flex;
    align-items: center;
  }

  /*** CALL TO ACTION ELEMENT ***/
  .de-lp19-cta .grid__span-3--cell {
    text-align: right;
  }
}
