/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/* Import all css from the whole code / theme */

/* Strong modification*/ 
strong {
	font-weight:500;
}
/* Top Bar*/
@media only screen and (max-width: 1169px) {
    .penci-headline .pctopbar-item {
        margin-bottom: 0px;
    }
}
/* Navigation*/
#menu-item-29658 {
  display: flex;
  align-items: center; /* zentriert den <a>-Inhalt vertikal */
}

#menu-item-29658 > a {
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
#menu-item-29658>a{
	top: 34px !important;
}
#menu-item-29658>a:before{
	display:none;
}
@media only screen and (min-width: 961px) {
#menu-item-29658>a {
        line-height: 80px;
    }
}
/* YOAST FAQ Block Accordion */
/* colors & borders */
.wp-block-yoast-faq-block .schema-faq-section {
  padding: 5px 10px;
  border-radius: 10px;
}
.wp-block-yoast-faq-block .schema-faq-section:hover {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-accent);
}

/* layout */
.wp-block-yoast-faq-block .schema-faq-question {
  display: block;
  padding: 5px;
  position: relative;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
  cursor: pointer;
  font-size: 1rem;
}
.wp-block-yoast-faq-block .schema-faq-answer {
  margin: 0;
  padding: 12px 10px;
  font-size: 1rem !important;
}

/* bullet before a question */
.wp-block-yoast-faq-block .schema-faq-question:before {
  /* position gap */
  margin-top: -2px;
}
.wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
  padding-left: 34px;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
  content: "";
  display: block;
  border: 2px solid #dedede;
  border-width: 0px 2px 2px 0px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 14px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
  top: 15px;
  transform: rotate(-45deg);
  transition: all 0.3s 0.3s ease;
}
.wp-block-yoast-faq-block .schema-faq-question:before,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
  top: 14px;
  transform: rotate(45deg);
}
/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: padding-bottom 0.3s ease-in, max-height 0.4s ease-in,
    padding-top 0.1s 0.4s ease-out, border-bottom-width 0s 0.5s linear;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
  max-height: 9999px;
  border-bottom-width: 1px;
  padding-bottom: 10px;
  transition: padding-top 0.2s ease-in, max-height 0.3s 0.2s linear,
    padding-bottom 0.4s 0.2s ease;
  font-size: 1rem !important;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer .glossary-link a {
  font-size: 1rem !important;
}


/* FONTS */

/* Blog Beitrag Style */

h2 {
  margin-top: 20px;
  margin-bottom: 0px!important;
}
p {
  font-size: 1.1rem !important;
  line-height: 1.4 !important;
  margin-top:0px!important;
}
li {
	  font-size: 1.1rem !important;
  line-height: 1.4 !important;
}

:target {
  scroll-margin-top: 90px; /* anpassen je nach Header-Höhe */
}
.elementor-toc__list-wrapper {
	margin-left:0px!important;
}
/* H2: Top-Level größer/fett */
  .elementor-toc__list
  > li
  > .elementor-toc__list-item-text-wrapper
  > a.elementor-toc__list-item-text {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}

/* H3: verschachtelte Ebene kleiner/eingerückt */
.elementor-toc__list-wrapper
  .elementor-toc__list
  > li
  ul.elementor-toc__list
  a.elementor-toc__list-item-text {
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-left: 10px !important;
}
.elementor-toc__list-wrapper li,
.elementor-toc__list-wrapper ul {
  list-style: none !important;
  margin: 0 !important;
}
.elementor-toc__list-item {
  margin-bottom: 0;
}
.elementor-toc__list-item .elementor-toc__list-wrapper {
  margin-top: 0;
}
.reading-time {
  font-size: 1rem !important;
}

/*  */
/*  */
/*  */
/*  */
/* single Blog Post */
:target {
  scroll-margin-top: 90px; /* anpassen je nach Header-Höhe */
}

/* H2: Top-Level größer/fett */

  .elementor-toc__list
  > li
  > .elementor-toc__list-item-text-wrapper
  > a.elementor-toc__list-item-text {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}

/* H3: verschachtelte Ebene kleiner/eingerückt */

  .elementor-toc__list
  > li
  ul.elementor-toc__list
  a.elementor-toc__list-item-text {
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-left: 10px !important;
}
.elementor-toc__list li,
.elementor-toc__list ul {
  list-style: none !important;
}
.elementor-toc__list-item {
  margin-bottom: 0;
}
.elementor-toc__list-item .elementor-toc__list-wrapper {
  margin-top: 0;
}
/*  */
/*  */
/*  */
/* Elementor single Post */
:target {
  scroll-margin-top: 90px; /* anpassen je nach Header-Höhe */
}

/* H2: Top-Level größer/fett */
  .elementor-toc__list
  > li
  > .elementor-toc__list-item-text-wrapper
  > a.elementor-toc__list-item-text {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}

/* H3: verschachtelte Ebene kleiner/eingerückt */

  .elementor-toc__list
  > li
  ul.elementor-toc__list
  a.elementor-toc__list-item-text {
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-left: 10px !important;
}
.elementor-toc__list li,
.elementor-toc__list ul {
  list-style: none !important;
  margin: 0 !important;
}
.elementor-toc__list-item {
  margin-bottom: 0;
}
.elementor-toc__list-item .elementor-toc__list-wrapper {
  margin-top: 0;
}
.elementor-toc__body .elementor-toc__list-item-text {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
   .elementor-toc__body .elementor-toc__list-item-text {
    font-size: 1.1rem !important;
    line-height: 1.4;
    font-weight: 400 !important;
  }
  
    .elementor-toc__list
    > li
    ul.elementor-toc__list
    a.elementor-toc__list-item-text {
    font-size: 1rem !important;
    font-weight: 400 !important;
    margin-left: 10px !important;
  }
}
/* barlow-semi-condensed-100 - latin */
.elementor-28968 .elementor-element.elementor-element-4e047555 .elementor-toc__list-item {
	margin-bottom:0 !important; 
}

/* Dark Mode */

.exclude-dark-mode:before {
  background-color:transparent!important;
}
.exclude-dark-mode h2 .elementor-heading-title, .exclude-dark-mode h3 {
    color:#838383!important;
}
/* Dark Mode: Nur in .exclude-dark-mode Textfarbe auf schwarz setzen */
body.pcdm-enable.pcdark-mode .exclude-dark-mode {
  --pctext-cl: #000;
}

body.pcdm-enable.pcdark-mode .exclude-dark-mode .elementor-tab-title,
body.pcdm-enable.pcdark-mode .exclude-dark-mode a {
  background: black !important;
}

