 
/*--------------------------------------------------------> General purpose export */

:root {
--mainc: #19465A;
--secc: #F2C32D;
--grad: linear-gradient(90deg, rgba(25,70,90,1) 0%, rgba(141,181,196,1) 100%);
--grad_two: linear-gradient(180deg, rgba(205,152,41,1) 0%, rgba(255,204,0,1) 100%);
--color-base: #19465A;
--color-base-90: rgba(25,70,90,.90);
--color-base-95: rgba(25,70,90,.95);
}

html.h5p-iframe, html.h5p-iframe>body {
  background: transparent;
}

.h5p-content {
	background: transparent;
	border: none;
}

.h5p-disable-fullscreen, .h5p-enable-fullscreen {
  display: none;
}

@media only screen and (max-width: 767px) {
  .h5p-disable-fullscreen, .h5p-enable-fullscreen {
  display: block;
  }
}

/*--------------------------------------------------------> Personality Quiz */

.h5p-content ul.h5p-actions {
  display: none;
}

.h5p-personality-quiz {
  color: white;
}

.h5p-personality-quiz.h5p-personality-quiz-container {
  width: 100%;
  max-width: 960px;
  font-size: 70%;
  border-radius: 5px;
  margin: 2rem auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: transparent;
}

.h5p-personality-quiz .h5p-personality-quiz-title {
   color: transparent;
   background-image: var(--grad_two);
   background-clip: text;
   -webkit-background-clip: text;
   font-size: 4rem;
   font-weight: 500;
   line-height: 1.2;
   padding: 3rem 2rem 1rem 2rem;
}

.h5p-personality-quiz .h5p-personality-quiz-title-card {
  background-image: unset !important;
}

.h5p-personality-quiz-slides {
  background: var(--grad);
}


.h5p-personality-quiz .h5p-personality-quiz-question {
  padding: 4em 0.5em 0 0.5em;
}

.h5p-personality-quiz.h5p-personality-quiz-progressbar {
  width: 80%;
  top: unset;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.h5p-personality-quiz .h5p-personality-quiz-question {
  max-width: 960px;
  margin: auto;
}

.h5p-personality-quiz .h5p-personality-quiz-button {
  border-left: 2px solid var(--secc) !important;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
  border: 2px solid var(--secc);
  background-color: transparent;
  border-radius: 0.6em;
  color: var(--secc);
  cursor: pointer;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  background-image: linear-gradient(45deg, var(--secc) 50%, transparent 50%) !important;
  background-position: 100% !important;
  background-size: 400% !important;
  transition: background 300ms ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .h5p-personality-quiz .h5p-personality-quiz-button:hover {
  background-position: 0 !important;
  color: var(--mainc);
  }

.h5p-personality-quiz .h5p-personality-quiz-answers {
  display: grid;
  padding-top: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}

.h5p-personality-quiz .h5p-personality-quiz-retake-button-wrapper .h5p-personality-quiz-retake-button {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border-color: var(--mainc);
  color: #fff;
  border-left: 2px solid var(--mainc) !important;
  box-shadow: 0 0 40px 40px var(--mainc) inset, 0 0 0 0 var(--mainc) !important;
  transition: all 150ms ease-in-out;
  background-image: unset !important;
}

.h5p-personality-quiz .h5p-personality-quiz-retake-button-wrapper .h5p-personality-quiz-retake-button:hover {
  box-shadow: 0 0 10px 0 var(--mainc) inset, 0 0 10px 4px var(--mainc) !important;
}


.h5p-personality-quiz .h5p-personality-quiz-center-personality {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Laptop  */
@media only screen and (max-width: 1280px) {
  
}

/* Kleine Monitore & Tablet Landscape */
@media only screen and (max-width: 1024px) {
  
}

/* Tablet Portrait */
@media only screen and (max-width: 840px) {
 
}

/* Smartphones */
@media only screen and (max-width: 480px) {
  
  .h5p-personality-quiz.h5p-personality-quiz-container {
    margin: 0;
    height: 100vh !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  .h5p-personality-quiz .h5p-personality-quiz-title {
     font-size: 2rem;
  }
  
  .h5p-personality-quiz .h5p-personality-quiz-answers {
      grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------> Image Hotspots */

.h5p-image-hotspots-container {
      background: transparent;
  }

.h5p-image-hotspots {
    background-color: transparent;
}

.h5p-image-hotspots .h5p-disable-fullscreen, .h5p-enable-fullscreen {
  display: none;
}

.h5p-image-hotspot-popup-body p {
    font-size: 1rem;
}

.h5p-image-hotspot-popup-header {
  font-size: 1.2rem;
}

.h5p-text.h5p-image-hotspot-popup-body-fraction h3 {
  font-size: 1.1rem;
}

.h5p-image-hotspot-close-popup-button {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.h5p-image-hotspot-popup {
    margin: 0.3em;
}

.h5p-image-hotspots-overlay.visible {
    background: none;
}

@media only screen and (max-width: 767px) {
  .h5p-image-hotspots .h5p-disable-fullscreen, .h5p-enable-fullscreen {
  display: block;
  }
}

.h5p-image-hotspot {
  height: 32px;
  width: auto;
  background: none;
  border: none;
  box-shadow: none;
  
}

.h5p-iframe>body>div>div>div>div>div>div>div {
    max-height: 100% !important;
}


/*--------------------------------------------------------> Column */

.h5p-container.h5p-standalone.h5p-column {
  max-width: 960px;
  padding: 0 2rem;
  margin: auto;
}

/* Laptop  */
@media only screen and (max-width: 1280px) {
  
}

/* Kleine Monitore & Tablet Landscape */
@media only screen and (max-width: 1024px) {
  
}

/* Tablet Portrait */
@media only screen and (max-width: 840px) {
  .h5p-container.h5p-standalone.h5p-column {
    padding: 0 1rem;
  }
}

/* Smartphones */
@media only screen and (max-width: 480px) {
  
}

/*--------------------------------------------------------> Interactive Book */

.h5p-container.h5p-standalone.h5p-interactive-book {
  max-width: 1920px;
  margin: auto;
}

.h5p-interactive-book-cover-title {
  line-height: 1;
}

.h5p-interactive-book-content .h5p-column-content:first-child {
    margin-top: 1em;
}

.h5p-interactive-book-chapter.h5p-interactive-book-current {
    min-height: 400px;
}

.h5p-interactive-book-content {
  padding-bottom: 2rem;
  overflow: auto;
  margin-bottom: 2rem;
}

/* Smartphones */
@media only screen and (max-width: 480px) {
  
  
 .h5p-interactive-book-chapter.h5p-interactive-book-current {
     min-height: calc(100svh - 10.8em);
     margin: 0;
 }
  
}

/*--------------------------------------------------------> Four Q */

.h5p-greetingcard {
    border: none;
    box-shadow: none;
}