@charset "UTF-8";
/*=============================================
=               Global Colors                =
=============================================*/
/*=============================================
=                  Bootstrap                 =
=============================================*/
/*=============================================
=                Global Vars                 =
=============================================*/
/*=============================================
=                Layout Vars                 =
=============================================*/
/*
 ** Responsive Spacing Classes
 */
/*
 ** Z-indices
 */
/*
 Transition
*/
/*
 ** Components
 */
/*=============================================
=                LIST FUNCTIONS               =
=============================================*/
/*=============================================
=                MAP FUNCTIONS                =
=============================================*/
/*=============================================
=               MATH FUNCTIONS                =
=============================================*/
/*=============================================
 =                Seminar Detailseite          =
 =============================================*/
.seminar .line-height-title[data-v-a8f751c0] {
  line-height: 1.4 !important;
}
.seminar img.fachberatermarke[data-v-a8f751c0] {
  width: 180px;
  background-color: white;
  border-top: 3px solid white;
  border-left: 3px solid white;
}
.seminar .corner-decoration[data-v-a8f751c0]:before {
  border-left-color: var(--seminar-theme-color);
}
.seminar[data-v-a8f751c0] .text-theme-color {
  color: var(--seminar-theme-color);
}
.seminar .event-downloads a[data-v-a8f751c0] {
  color: inherit;
}
.seminar[data-v-a8f751c0] .action-button:before,
.seminar[data-v-a8f751c0] .list-item.open {
  background-color: var(--seminar-theme-color);
}
.seminar[data-v-a8f751c0] .raw-html {
  line-height: 1.5;
  /*ol {
        list-style-position: inside;
        // list-style-type: none;
        padding: 0 !important;

        li {
          font-weight: $font-weight-normal;
          margin-bottom: 3rem;
          color: $seminar-theme-color;

          ul li {
            color: $font-dark
          }
        }

        ul {
          margin-top: 3px;
          list-style: none;
        }
        ul > li {
          text-indent: 0;
          margin: 0;
          font-weight: $font-weight-normal;
        }
        ul > li:before {
          // content: "\2012";
          content:"• ";
          color: $seminar-theme-color;
          text-indent: 0;
          margin-right: 1rem;
          font-size: 1.2rem;
        }
      }*/
}
.seminar[data-v-a8f751c0] .raw-html ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 15px;
}
.seminar[data-v-a8f751c0] .raw-html ul > li {
      padding-left: 10px;
      font-weight: 300;
}
.seminar[data-v-a8f751c0] .raw-html ul > li::marker {
      content: "•";
      color: var(--seminar-theme-color);
}
.seminar[data-v-a8f751c0] .raw-html ol {
    list-style-position: inside;
    padding-left: 0;
    margin-bottom: 0;
}
.seminar[data-v-a8f751c0] .raw-html ol li {
      font-weight: 500;
}
.seminar[data-v-a8f751c0] .raw-html ol ul {
      margin-top: 3px;
}
.seminar[data-v-a8f751c0] .raw-html b {
    color: var(--seminar-theme-color);
    font-weight: 500;
}
.teaser-card-right[data-v-a8f751c0] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 35rem;
  background-color: #EDEDED;
  padding: 2rem;
}
.teaser-card-right .gray[data-v-a8f751c0] {
    color: #6a6a6a;
}

