/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/








.faq-accordeon .details-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #BFBFBF;
  box-shadow: 0 -1px 1px 5px #BFBFBF;
}

.faq-accordeon details {
  padding: .5rem;
  font: 1rem/1.2 sans-serif;
}

.faq-accordeon summary {
  padding: .25rem 1rem 0.25rem 2.5rem; /* Linken Innenabstand vergrößert, um ausreichend Platz für das +/-Symbol zu haben*/
  background-color: steelblue;
  font: bold 1.25rem/2 sans-serif;
  color: floralwhite;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 1px 1px rgba(0,0,0,0.5);
  cursor: pointer;
  position: relative;
}

.faq-accordeon summary::before {
  content: '+';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: floralwhite;
}

.faq-accordeon details[open] summary::before {
  content: '-';
}

.faq-accordeon details[open] summary {
  font-style: italic;
  border-radius: 3px 3px 0 0;
}

.faq-accordeon .details-content {
  margin: 0;
  padding: .25rem 1rem;
  background-color: floralwhite;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.5);
  color: steelblue;
}

.faq-accordeon .details-content p {
  font: 1.1rem/1.5 sans-serif;
}
