/* Inhouse Template */

/* flexbox */
.flex .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  margin: 1.5em auto;
  padding: 0;
  border: 0;
  text-align: center;
}
.flex .container .box {
  width: 32%;
}
.flex .container .box:nth-child(n + 4),
.flex .container.two-cols .box {
  width: 49%;
}

.flex .container.three-cols .box,
.flex .container.three-cols .box:nth-child(n + 4) {
  width: 32%;
}

.flex .container .box:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

@media all and (max-width: 1240px) {
  .flex .container .box {
    width: 32% !important;
  }
  .flex .container.two-cols .box {
    width: 49% !important;
  }
  #hero.flex .container .box {
    width: 100% !important;
  }
}
@media all and (max-width: 809px) {
  .flex .container .box {
    width: 100% !important;
  }
}
@media all and (max-width: 680px) {
  .flex .container.two-cols .box {
    width: 100% !important;
  }
}

/* Buttons */
.btn-more {
  border: 1px solid #333;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 15px auto;
  padding: 5px 5px 10px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  font-weight: 600;
  color: #333;
}
.btn-more span::after {
  color: #333;
  position: relative;
  top: 7px;
  width: auto;
  height: 20px;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tcmlnaHQiPjxwYXRoIGQ9Im05IDE4IDYtNi02LTYiLz48L3N2Zz4=");
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 5px;
}





/* Icons */
.icon.o,
i.icon.orange,
.material-icons {
  color: #ec6608;
}
.large .lucide {
  width: 50px;
  height: auto;
}

/* Text */
.ta-center {
  text-align: center;
}

/* Content */
article.inhouse {
  clear: both;
  overflow: hidden;
  float: none;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.bg-gray {
  background-color: #f0f0f0;
}

/* Info */
article.inhouse .info {
  padding: 10px;
}
article.inhouse .info.green {
  color: #257041;
  background-color: #dcfce7;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}

article.inhouse section {
  margin: 1rem auto 2.5rem;
}
@media all and (max-width: 960px) {
  article.inhouse section {
    margin-bottom: 2rem;
  }
}



/* Headings and Paragraphs */
article.inhouse .headline,
article.inhouse .subline
{
  display: block;    
}
article.inhouse h2,
article.inhouse h3,
article.inhouse h4,
article.inhouse h5,
article.inhouse h6,
article.inhouse .headline,
article.inhouse .subline
{
  text-align: center;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;  
}
article.inhouse h1 {
  font-size: 47.78px;
  line-height: 1;
  margin-bottom: 1rem;
}
article.inhouse h2 {
  font-size: 39.81px;
  margin-bottom: .75rem;
}
article.inhouse h3,
cdmm#kunden h2,
.author-box hgroup .headline,
article.inhouse .headline
{
  font-size: 33.18px;
  letter-spacing: -1px;
  margin-bottom: .75rem;
}
article.inhouse h4,
#cdmm-qualitaet .box h3
{
  font-size: 27.65px;
  margin-bottom: .5rem;
}
article.inhouse h5,
article.inhouse .subline,
section#cdmm-trainer .trainer-slide h3
{
  font-weight: 600;
  font-size: 23.04px;
  margin-bottom: .5rem;
}
article.inhouse h6 {
  font-size: 19.2px;
  margin-bottom: .5rem;
}

article.inhouse p
{
  font-size: 16px;
  margin-bottom: 1rem;  
}
article.inhouse small {
  font-size: 13.33px;
}
article.inhouse .mini {
  font-size: 11.11px;
}


#pfad h4 {
  text-align: left;
  margin: .5rem 0 1rem;
}

#autoren-box hgroup, #autoren-box .subline, #autoren-box .headline {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center !important;
}

#hero aside .details-box .headline {
  font-size: 27.65px;
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: 600;
}

@media all and (max-width: 800px) {
  article.inhouse h2.large {
    font-size: 40px;
  }
  article.inhouse h2 {
    font-size: 30px;
  }
  article.inhouse h3,
  #hero aside .details-box .headline {
    font-size: 24px;
  }
  article.inhouse h4 {
    font-size: 21px;
  }
  article.inhouse h5 {
    font-size: 18px;
  }
  article.inhouse h6 {
    font-size: 16px;
  }
}

/* Boxes */
article.inhouse .box {
  padding: 2rem;
  margin-bottom: 2%;
  border: 1px solid #ddd;
  border-radius: 8px;
}

@media all and (max-width: 1240px) {
  article.inhouse .box {
    padding: 1rem;
  }
}

/* Hero Section */
section#hero {
  margin: 0 auto 1rem;
  padding: 10px 0;
  background: transparent url("../img/bg-cdmm-hero.jpg") no-repeat top right;
  background-size: 100%;
  background-position-y: 40%;
}


#hero main,
#hero aside {
  display: inline-block;
  vertical-align: top;
}

#hero aside .container {
  display: inline-block;
  vertical-align: top;
}
#hero aside .siegel-container {
  width: auto;
  float: right;
  text-align: right;
}

#hero main {
  width: 69%;
  text-align: left;
}
#hero main h1 {
  margin: 1rem 0;
  font-weight: 400;
  letter-spacing: -2px;
  border: none;
  padding: 0;
  color: #000;
  max-width: 550px;
}

#hero main ul.rated {
  margin: 0 0 35px;
  padding: 0;
  list-style-type: none;
  font-weight: 600;
}
#hero main ul.rated li::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  position: relative;
  top: 5px;
  right: 5px;
  color: #ec6608;
}
#hero main ul li svg {
  width: 24px;
  height: auto;
  position: relative;
  top: 5px;
  right: 5px;
  color: #ec6608;
}

#hero aside {
  width: auto;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}

#hero .accordion__item {
  border: none;
}
#hero .accordion__label {
  font-size: 16px;
}
#hero .accordion__item .material-icons {
  position: relative;
  right: 2px;
  top: 2px;
}
#hero aside .box {
  padding: 1rem;
  width: unset;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border: none;
}

#hero aside .details-box {
  text-align: left;
  order: 100;
}

#hero img.siegel {
  order: 0;
  width: 130px;
  height: auto;
  margin: 15px 15px 0 0;
}

@media all and (max-width: 1024px) {
  #hero main {
    width: 50%;   
  }
}
@media all and (max-width: 960px) {
  section#hero {
    background: unset;   
  }
  #hero main h1 {
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 1.2;
  }  
  #hero aside {
    padding-top: 20px;
    float: right;
    display: block;
  }
  #hero aside .container {
    display: block;
    width: 100%;
  }
  #hero aside .accordion-container {
    width: 100%;
  }
  #hero aside .siegel-container {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 680px) {
  #hero main {
    width: auto;
  }  
  #hero img.siegel {
    width: 100px;
    height: auto;    
  }

  #hero aside .siegel-container {
    display: none;
  }
  #hero main .siegel {
    width: 18%;
    height: auto;
    float: right;
    margin-top: 45px;
    margin-left: 0;
  }
}
@media all and (min-width: 680px) {
  #hero main .siegel {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #hero main .siegel-focus {
    display: none;
  }
}
@media all and (max-width: 380px) {
  #hero main {
    width: auto;
  }
  #hero img.siegel {
    display: none;
  }
}
@media all and (max-width: 340px) {
  #hero main .siegel {
    display: none;
  }
}


/* Kunden Sektion */
#cdmm-kunden {
  margin: 1rem auto;  
}
#cdmm-kunden .referenzlogos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
  text-align: center;
  margin: 2rem auto 0;
}
#cdmm-kunden .referenzlogos img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
@media all and (max-width: 810px) {
  #cdmm-kunden .referenzlogos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
  #cdmm-kunden .referenzlogos img {
    max-width: 50%;
  }
}
@media all and (max-width: 480px) {
  #cdmm-kunden .referenzlogos {    
    gap: .5rem;
  }
  #cdmm-kunden .referenzlogos img {
    max-width: 80%;
  }
}
@media all and (max-width: 300px) {
  #cdmm-kunden .referenzlogos {    
    grid-template-columns: 1fr 1fr;
    gap: .25rem;
  }
}

/* Vorteile Sektion */
section#vorteile {
  padding: 1rem 0 1rem 0.25rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
}
section#vorteile .container {
  order: 1;
  overflow: visible;  
}
section#vorteile .box {
  order: 2;
  padding: 1rem;
  margin-left: .5rem;
  height: 100%;
}
section#vorteile .box h2 {
  font-size: 18px;
  text-align: left;
  letter-spacing: 0;
}
section#vorteile .box ul.hookList li {
  margin: 0;
  padding: 0 0 .5rem 1.75rem;
  letter-spacing: -0.25px;
  font-size: 14px;
}

#vorteile .topics {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
#vorteile .topics .icon {
  color: #ec6608;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
#vorteile .topics li {
  height: 100%;
  text-align: left;
  font-weight: 600;
  padding: 1rem;
  margin: 0;
  list-style-type: none;
}
section#vorteile .box,
#vorteile .topics li {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: 1px solid #ddd;
}

#vorteile .topics li small {
  display: block;
  font-weight: 400;
  clear: both;
}
#vorteile .topics i.material-icons {
  width: 32px;
  height: auto;
  display: inline-block;
}

#vorteile h3 {
  display: inline-block;
  position: relative;
  bottom: 5px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.5px;
  text-align: left;  
}

@media all and (max-width: 960px) {
  section#vorteile {
    grid-template-columns: 1fr;
  }
  section#vorteile .box, section#vorteile .container {
    width: 99%;
    margin: 0 auto;
  }
}
@media all and (max-width: 640px) {
  #vorteile .topics {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #vorteile .topics li {
    margin-bottom: 1rem;
  }
  #vorteile .topics li:last-child {
    margin-bottom: 0;
  }
}

/* Corporate Academies */
section#corporate-academies .container {
  width: 99%;
  margin: auto;
  background-color: #f0f0f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  padding: 1rem;
}
section#corporate-academies .headline {
  font-size: 23.04px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
section#corporate-academies .headline:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNlYzY2MDgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1ncmFkdWF0aW9uLWNhcCI+PHBhdGggZD0iTTIxLjQyIDEwLjkyMmExIDEgMCAwIDAtLjAxOS0xLjgzOEwxMi44MyA1LjE4YTIgMiAwIDAgMC0xLjY2IDBMMi42IDkuMDhhMSAxIDAgMCAwIDAgMS44MzJsOC41NyAzLjkwOGEyIDIgMCAwIDAgMS42NiAweiIvPjxwYXRoIGQ9Ik0yMiAxMHY2Ii8+PHBhdGggZD0iTTYgMTIuNVYxNmE2IDMgMCAwIDAgMTIgMHYtMy41Ii8+PC9zdmc+");
  margin-right: 10px;
}

section#corporate-academies .icon-calendar::before {
  content: none;
}
section#corporate-academies .icon-calendar {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jYWxlbmRhciI+PHBhdGggZD0iTTggMnY0Ii8+PHBhdGggZD0iTTE2IDJ2NCIvPjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgeD0iMyIgeT0iNCIgcng9IjIiLz48cGF0aCBkPSJNMyAxMGgxOCIvPjwvc3ZnPg==");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 96% 10px;
  padding-right: 2.5rem;
  font-size: 14px;
}
section#corporate-academies .btn-secondary:hover {
  background-color: #ec6608;
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1zcXVhcmUtYXJyb3ctdXAtcmlnaHQiPjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgeD0iMyIgeT0iMyIgcng9IjIiLz48cGF0aCBkPSJNOCA4aDh2OCIvPjxwYXRoIGQ9Im04IDE2IDgtOCIvPjwvc3ZnPg==");
}

section#corporate-academies .content {
  margin: 0 2.5rem 1rem;
}

section#corporate-academies .btn {
  margin-left: 2.5rem;
}

@media all and (max-width: 540px) {
  section#corporate-academies .btn {
    margin-left: 0;
  }
  section#corporate-academies .content {
    margin: 0 .5rem 1rem;
  }
}

/* Teilnehmerstimmen */
/* Absolventen */
#rezensionen {
  text-align: center;
  padding: 1%;
}
#rezensionen .box {
  text-align: left;
}

#rezensionen .voices .review {
  text-align: left;
}

#rezensionen .voices .review h3 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
}

#rezensionen #teilnehmerstimmen {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
#rezensionen #teilnehmerstimmen li {
  margin-bottom: 0;
}

#rezensionen .btn-more {
  margin-top: 1rem;
}

#rezensionen .author-box .img-wrap {
  border: none;
}
#rezensionen .content {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#rezensionen .content .headline {
  font-size: 21px;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.author-box {
  margin: 0 0 20px;
}
.author-box .img-wrap {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #f46a02;
  width: 80px;
  height: auto;
  margin: 7px 20px 0 0;
  padding: 3px;
}
.author-box .img-wrap img {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.author-box hgroup {
  margin: 20px 0 0 0;
  max-width: 66%;
  display: inline-block;
  vertical-align: top;
}
.author-box hgroup .headline,
.author-box hgroup .subline {
  display: block;
}
.author-box hgroup .headline {
  font-size: 21px;
  color: #000;
}
.author-box hgroup .subline {
  color: #333;
}
@media all and (max-width: 500px) {
  #rezensionen #teilnehmerstimmen {
    grid-template-columns: 1fr;
  }
}



/* Trainer */
section#cdmm-trainer {
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
}
section#cdmm-trainer .inner {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 40px;
}

section#cdmm-trainer .trainer-slider {
  display: flex;
  gap: 2%;
  width: 100%;
  transition: transform 0.3s ease;
  flex-wrap: nowrap;
}

section#cdmm-trainer .trainer-slide {
  flex: 0 0 32% !important;
  width: 32% !important;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

/* Navigation */
section#cdmm-trainer .slider-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 2rem;
  max-width: 1220px;
  padding: 0 40px;
}

section#cdmm-trainer .slider-nav button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  height: auto;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ec6608;
  color: #ec6608;
  cursor: pointer;
  padding: 12px 20px;
}

section#cdmm-trainer .slider-nav button span {
  font-family: "Material Icons";
  font-size: 20px;
}

section#cdmm-trainer .slider-nav button.prev span {
  order: -1;
}

section#cdmm-trainer .slider-nav button.next span {
  order: 2;
}

section#cdmm-trainer .slider-nav button:hover {
  background: #ec6608;
  color: #fff;
}

section#cdmm-trainer .slider-nav button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #ccc;
  color: #ccc;
}

/* Bestehende Trainer-Box Styles angepasst */
section#cdmm-trainer .author-box {
  text-align: center;
}
section#cdmm-trainer .author-box .img-wrap {
  width: 150px;
  border: 4px solid #ec6608;
}

section#cdmm-trainer .trainer-slide h3 {
  margin-bottom: 5px;
}

section#cdmm-trainer .trainer-slide hgroup {
  text-align: center;
}

section#cdmm-trainer .trainer-slide,
section#cdmm-trainer .intro {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
section#cdmm-trainer .trainer-slide:hover,
section#cdmm-trainer .intro:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

section#cdmm-trainer .intro {
  padding: 1rem;
}

section#cdmm-trainer .trainer-slide h3 {
  margin-bottom: .5rem;
}
section#cdmm-trainer .trainer-slide .subline {
  display: block;
  margin: auto;
  white-space: nowrap;
  letter-spacing: -.2px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center !important;
}
section#cdmm-trainer .trainer-slide .rating {
  background-color: #f4f4f4;
  text-align: center;
  padding: 16px;
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.25;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}

section#cdmm-trainer .trainer-slide {
  position: relative;
}
section#cdmm-trainer .trainer-slide .intro {
  margin: 1rem auto .5rem;
  padding: 0;
  border: none;
  box-shadow: none;
}

section#cdmm-trainer .trainer-slide .links {
  margin: 1rem 0;
}
section#cdmm-trainer .trainer-slide .links a {
  display: block;
  text-decoration: none;
  text-align: left;
}
section#cdmm-trainer .trainer-slide .links a.linkedin {  
  color: #3995c5;
}
section#cdmm-trainer .trainer-slide .links a .icon {
  width: 24px;
  height: 24px;
  position: relative;
  left: 0;
  top: -2px;
  margin-right: -1px;
}
section#cdmm-trainer .trainer-slide .author-box .img-wrap {
  margin: auto;
}


@media all and (max-width: 960px) {
  section#cdmm-trainer .trainer-slide {
    flex: 0 0 49% !important;
    width: 49% !important;
  }
}
@media all and (max-width: 809px) {
  section#cdmm-trainer .inner {
    padding: 20px;
  }
  section#cdmm-trainer .trainer-slide {
    padding: 1.5rem 1rem;
  }
}
@media all and (max-width: 767px) {
  section#cdmm-trainer .trainer-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}
@media all and (max-width: 370px) {
  section#cdmm-trainer .trainer-slide .subline {
    white-space: unset;    
  }
}

/* Qualitaet */
#cdmm-qualitaet {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#cdmm-qualitaet .box img {
  height: 64px;
  width: auto;
}
#cdmm-qualitaet ul {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0 auto 25px;
}
#cdmm-qualitaet ul li {
  margin-bottom: 16px;
  padding-left: 20px;
  line-height: 1.7;
}
#cdmm-qualitaet ul li::before {
  position: relative;
  top: 7px;
  right: 5px;
  width: 30px;
}
#cdmm-qualitaet ul li.checkmark::before {
  content: "check_circle";
}
#cdmm-qualitaet ul li.double-check::before {
  content: "done_all";
}
#cdmm-qualitaet ul li.certificate::before {
  content: "beenhere";
}

#cdmm-qualitaet .box .hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}

#cdmm-qualitaet .box .hidden-content.show {
  max-height: 1000px;
  opacity: 1;
  margin-top: 1rem;
}

#cdmm-qualitaet .box .more {
  color: #ec6608;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
}

#cdmm-qualitaet .box .more:hover {
  text-decoration: underline;
}

@media all and (max-width: 809px) {
  #cdmm-qualitaet {
    width: 100%;
  }
}


/* Kontakt Box unten */
section#cdmm-kontakt {
  background-color: #f0f0f0;
  padding: 2rem 1rem 0rem;
}
section#cdmm-kontakt aside {
  padding-top: 0 !important;
}
section#cdmm-kontakt .headline {
  display: block;
  font-weight: 600;
  color: #ec6608;
  margin-bottom: 1rem;
}

section#cdmm-kontakt.flex .container {
  align-items: flex-start;
  text-align: left;
}
section#cdmm-kontakt #autoren-box .autor {
  margin: 0 auto 1rem !important;
}

section#cdmm-kontakt .kontaktwege {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

section#cdmm-kontakt .kontaktwege .kontakt {  
  width: 100%;
  display: grid;
  grid-template-columns: .5fr 3fr;
  padding: 1rem 0;
  box-shadow: none;
  border: none;
  text-align: left;
}
section#cdmm-kontakt .kontaktwege .kontakt .icon {
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #ec6608;
}
section#cdmm-kontakt .kontaktwege .kontakt .icon svg {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
section#cdmm-kontakt .kontaktwege .kontakt a {
  text-decoration: underline;
}
section#cdmm-kontakt .box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 1.25rem;
}
section#cdmm-kontakt .box.formular {
  width: 69%;
}
section#cdmm-kontakt aside {
  width: 29%;
}
section#cdmm-kontakt .box .headline {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0;
}
#kontaktanfrage form {
  overflow: visible;
  display: block;
  max-height: unset;
}

section#cdmm-kontakt .kontaktwege .kontakt .headline,
section#cdmm-kontakt .kontaktwege .kontakt .content {
  text-align: left;
  font-size: 14px;
}
section#cdmm-kontakt .kontaktwege .kontakt .headline {
  font-weight: 600;
  margin-bottom: 5px;
}
section#cdmm-kontakt .formular label {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 3px;
}
section#cdmm-kontakt .formular input,
section#cdmm-kontakt .formular textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 3px;
  margin: 2px 0 10px;
  background: transparent;
}

section#cdmm-kontakt .formular input.btn-submit {
  width: 100%;
  border: none;
  background-color: #ec6608;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
section#cdmm-kontakt .formular input.btn-submit:hover {
  background-color: #ec6608 !important;
  color: #fff !important;
}
section#cdmm-kontakt .formular input.btn-submit.green {
  background-color: #94c84e;
}
section#cdmm-kontakt .formular input.btn-submit.green:hover {
  background-color: #94c84e !important;
  color: #fff !important;
}

section#cdmm-kontakt .formular #WebToLeadErrorMessageContactUS,
section#cdmm-kontakt .formular #WebToLeadSubErrorMessageContactUS {
  background-color: #fff1e6;
  padding: 1rem;
  border-radius: 8px;
}
section#cdmm-kontakt .formular #WebToLeadSubErrorMessageContactUS {
  margin: 1rem 0;
}

section#cdmm-kontakt .formular .ginput_container {
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-bottom: 10px;
}
section#cdmm-kontakt .formular .ginput_container.ginput_container_checkbox {
  border: none;
  border-radius: none;
}

section#cdmm-kontakt .formular .gfield_required {
  display: none;
}

section#cdmm-kontakt .formular .gfield_label_before_complex {
  display: none;
  border: none;
}

section#cdmm-kontakt .formular .gform_button {
  background-color: #ec6608;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}
section#cdmm-kontakt .formular .gform_button::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #ec6608;
  margin-bottom: 10px;

  content: "send";
}
section#cdmm-kontakt .formular .gform_button:hover {
  background-color: #d7600c !important;
}
section#cdmm-kontakt .formular .gform-footer {
  margin: 0 !important;
  padding: 0 !important;
}
section#cdmm-kontakt .faq .accordion__label {
  font-size: 16px;
  line-height: 1;
  display: grid;
  grid-template-columns: 12fr 1fr;
}
section#cdmm-kontakt .faq .accordion__item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
}

section#cdmm-kontakt .faq .accordion__input:checked ~ .accordion__content {
  padding: 0.25em 0;
}
section#cdmm-kontakt .faq .accordion__label {
  padding: 0.5em 0;
}
section#cdmm-kontakt .faq a.btn-secondary {
  border-color: #ec6608;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
  font-weight: 600;
  color: #ec6608;
  text-align: center;
}
section#cdmm-kontakt .faq a.btn-secondary:hover {
  background-color: #ec6608;
  color: #fff;
}


@media all and (max-width: 1240px) {
  section#cdmm-kontakt.flex .container .box {
    width: 69% !important;
  }
}
@media all and (max-width: 960px) {
  section#cdmm-kontakt .kontaktwege {
    display: block !important;
  }
  body.page section#autoren-box .autoren-wrap,
  body.page aside section#autoren-box .autor
  {
    display: block !important;
    width: 100% !important;
  }
}
@media all and (max-width: 810px) {
  section#cdmm-kontakt {
    padding: 30px 10px;
  }  
}
@media all and (max-width: 700px) {
  section#cdmm-kontakt .box,
  section#cdmm-kontakt.flex .container .box, 
  section#cdmm-kontakt aside
  {
    width: 100% !important;
  }
  body.page aside section#autoren-box .autor {
    display: inline-block !important;
  }
}
@media all and (max-width: 500px) {
  section#cdmm-kontakt .kontaktwege .kontakt {  
    grid-template-columns: 1fr 5fr;
  }  
}
@media all and (max-width: 400px) {
  section#cdmm-kontakt .kontaktwege .kontakt {
    display: block;
  }
}



/* FAQ */
article.inhouse #faq.box {
  padding: 2rem 0;
  border: none;
}
article.inhouse #faq h2.headline {
  font-size: 23.04px;
  text-align: left;
}
article.inhouse .accordion__item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0.5em 0;
  border-radius: 0;
}
article.inhouse .accordion__label,
article.inhouse .accordion__input:checked ~ .accordion__content {
  padding: 0.4em 0;
}
article.inhouse .accordion__label {
  font-size: 16px;
}
article.inhouse .accordion__arrow {
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93biI+PHBhdGggZD0ibTYgOSA2IDYgNi02Ii8+PC9zdmc+");
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
article.inhouse
  .accordion__input:checked
  ~ .accordion__label
  .accordion__arrow {
  transform: rotate(180deg);
}



/* Seminar Konfigurator */
.material-symbols--close {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.4 19L5 17.6l5.6-5.6L5 6.4L6.4 5l5.6 5.6L17.6 5L19 6.4L13.4 12l5.6 5.6l-1.4 1.4l-5.6-5.6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.gg--check-o {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Cpath d='M10.243 16.314L6 12.07l1.414-1.414l2.829 2.828l5.656-5.657l1.415 1.415z'/%3E%3Cpath fill-rule='evenodd' d='M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 1 0-18a9 9 0 0 1 0 18' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.inhouse .gray {
  color: #999;
  font-size: 14px;
}
.inhouse .btn {
  display: block;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  font-weight: 600;
  box-shadow: none;
}
.inhouse .scroll-wrapper {
  display: flex;
  width: 100%;
  gap: 20px;
  white-space: nowrap;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.inhouse .scroll-wrapper.scroll2 {
  transform: translateX(calc(-100% - 20px));
}
.inhouse .scroll-wrapper.step3 {
  transform: translateX(calc(-200% - 40px));
}
.inhouse .scroll-wrapper.step3 .contact,
.inhouse .scroll-wrapper.step3 .selection {
  height: 0;
  overflow: hidden;
}
.inhouse .success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
.inhouse .success .gg--check-o {
  width: 60px;
  height: 60px;
  color: #6ac76a;
}
.inhouse .scroll-wrapper .box {
  width: 100%;
  min-width: 100%;
}
.inhouse .btn.orange {
  border-color: #ec6608;
}
.inhouse .btn.orange-full {
  background-color: #ec6608;
  border-color: #ec6608;
  color: #fff;
}
.inhouse .btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.inhouse .button-box {
  margin-top: 2rem;
}
.inhouse .button-box .btn {
  width: 100%;
}
.inhouse .title-box {
  display: flex;
  position: relative;
  text-align: left;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.inhouse .title-box .progress {
  content: "";
  display: block;
  height: 3px;
  background: #ccc;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.inhouse .box.white {
  background-color: #fff;
}
.inhouse h5,
.inhouse .subline
{
  margin: 0;
  text-align: left !important;
  flex: 1;
}
.inhouse .form-group.full {
  grid-column: span 2;
}
.inhouse input[type="text"],
.inhouse textarea,
.inhouse input[type="email"] {
  min-height: 52px;
  margin-right: 0.5rem;
  accent-color: #ec6608;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
}
.inhouse textarea {
    min-height: 202px;
}
.inhouse input[type="text"]:focus,
.inhouse textarea:focus,
.inhouse input[type="email"]:focus {
  border-color: #ec6608;
  outline: none;
}
.inhouse .seminar input[type="text"] {
  margin: 10px 0;
}
.inhouse .seminar {
  padding-left: 0.5rem;
}
.inhouse .seminars {
  height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.inhouse .group {
  cursor: pointer;
  user-select: none;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.inhouse .group span:first-child {
  flex: 1;
}
.inhouse .counter {
  font-size: 23px;
  font-weight: bold;
}
.inhouse .seminar:hover {
  color: #ec6608;
}
.inhouse .title {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.inhouse .group-wrapper {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.inhouse .group-wrapper.active .seminars {
  padding-top: 0.6rem;
}
.inhouse .group-wrapper.active .accordion__arrow {
  transform: rotate(180deg);
}
.inhouse .seminar input {
  margin-right: 0.5rem;
  accent-color: #ec6608;
}
.inhouse .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.inhouse .box.steps .item .text {  
  font-size: 14px;  
  color: #333;
  width: 300px;
  font-weight: normal;
  bottom: 21px;
  position: absolute;
  text-align: center;
}
.inhouse .box.steps.step1 .item:first-child .text {
  color: #ec6608;
}
.inhouse .box.steps.step2 .item:nth-child(1) .text,
.inhouse .box.steps.step2 .item:nth-child(2) .text {
  color: #ec6608;
}
.inhouse .box.steps.step3 .item:nth-child(3) .text,
.inhouse .box.steps.step3 .item:nth-child(2) .text,
.inhouse .box.steps.step3 .item:nth-child(1) .text {
  color: #ec6608;
}
.inhouse .box.steps {
  position: relative;
  padding: 2rem 6rem;
  padding-bottom: 3rem;
  background-color: #fff;
  justify-content: space-between;
}
.inhouse .steps:before {
  content: "";
  display: block;
  height: 3px;
  background: #ccc;
  position: absolute;
  width: calc(100% - 12rem);
  bottom: 54%;
}
.inhouse .box.steps .item {
  border: 3px solid #ccc;
  color: #ccc;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 60px;
  z-index: 2;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inhouse section#pfad {
  overflow: hidden;
  padding: 1rem;
  background-color: #f0f0f0;
}
.inhouse section#pfad .headline {
  margin: 1rem 0 2rem;
  text-align: left;
}
.inhouse .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.inhouse form {
  margin-top: 2rem !important;
  display: grid;
  max-height: 0;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.inhouse .scroll-wrapper.scroll2 form {
  max-height: 2000px;
}
.inhouse .button-box {
  grid-column: span 2;
  display: flex;
  gap: 1rem;
}
.inhouse .steps .item .gg--check-o {
  display: none;
}
.inhouse .button-box .btn:last-child {
  flex: 1;
}
.inhouse .button-box .btn:first-child {
  width: auto;
}
.inhouse .steps.step1 .item:first-child {
  background-color: #ec6608;
  border-color: #ec6608;
  color: #fff;
}
.inhouse .steps.step1 .item .step1{
  display: block;
}
.inhouse .steps.step2 .item .step2,
.inhouse .steps.step2 .item .step1 {
  display: block;
}
.inhouse .steps.step3 .item .step3,
.inhouse .steps.step3 .item .step2,
.inhouse .steps.step3 .item .step1 {
  display: block;
}
.inhouse .steps.step1 .item .number1{
    display: none;
}
.inhouse .steps.step2 .item .number2,
.inhouse .steps.step3 .item .number1 {
  display: none;
}
.inhouse .steps.step3 .item .number3,
.inhouse .steps.step3 .item .number2,
.inhouse .steps.step3 .item .number1 {
  display: none;
}
.inhouse .steps.step2 .item:nth-child(2) {
  animation: fill 1.3s forwards;
}
.inhouse .steps.step3 .item:nth-child(3) {
  animation: fill 1.3s forwards;
}
.inhouse .steps.step2:before {
  animation: progress 1s forwards;
}
.inhouse .steps.step3:before {
  animation: progress2 1s forwards;
}
.inhouse .choosen-seminars {
  grid-column: span 2;
  margin-top: 1rem;
}
.inhouse .choosen-seminars .selection {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.inhouse .delete-seminar {
  display: flex;
  width: 100%;
  border: 1px solid #ec6608;
  border-radius: 8px;
  padding: 0.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.inhouse .delete-seminar span:first-child {
  flex: 1;
}
.inhouse .delete-seminar-button {
  cursor: pointer;
  color: #ec6608;
}
@keyframes progress {
  0% {
    border-left: 1px solid #ddd;
  }
  100% {
    border-left: 28em solid #ec6608;
    }
  }
@keyframes progress2 {
  0% {
    border-left: 28em solid #ec6608;
  }
  100% {
    border-left: 58em solid #ec6608;
  }
}
@keyframes progressMobile {
  0% {
    border-left: 0;
    background-color: #ccc;
  }
  100% {
    border-left: 0;
    background: linear-gradient(90deg, #ec6608 50%, #ccc 50%)
  }
}
@keyframes progress2Mobile {
  0% {
    border-left: 0;
    background: linear-gradient(90deg, #ec6608 50%, #ccc 50%)
  }
  100% {
    border-left: 0;
    background: linear-gradient(90deg, #ec6608 100%, #ccc 0%)
  }
}
@keyframes fill {
  0% {
    background-color: #fff;
    color: #ddd;
    border-color: #ddd;
  }
  50% {
    background-color: #fff;
    color: #ddd;
    border-color: #ddd;
  }
  100% {
    background-color: #ec6608;
    color: #fff;
    border-color: #ec6608;
  }
}
@media all and (max-width: 768px) {
  .inhouse .box.steps {
    padding: 1rem 2rem;
    padding-bottom: 1rem;
  }
  .inhouse .box.steps .item .text {
    display: none;
  }
  .inhouse .steps:before {
    width: calc(100% - 6rem);
  }
  .inhouse form {
    grid-template-columns: 1fr;
  }
  .inhouse .form-group {
    grid-column: span 2;
}
  article.inhouse h5 {
    white-space: break-spaces;
  }
  .inhouse .title-box {
    gap: 10px;
    align-items: baseline;
  }
}
@media all and (max-width: 1190px) {
  .inhouse .steps.step2:before {
    animation: progressMobile 1s forwards;
  }
  .inhouse .steps.step3:before {
    animation: progress2Mobile 1s forwards;
  }
}

/***********************************/


