:root {
  --ci-color: var(--wp--preset--color--ci-red);
  --dark-color: var(--wp--preset--color--dark);
  --light-color: var(--wp--preset--color--mid);
}



body {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

  overflow-x: hidden;
}
* {
  scroll-behavior: initial;
}


/*Format 2026*/

.modal-content {
  .btn{
    background-color: var(--wp--preset--color--accent);
    border-radius: var(--wp--custom--border-radius);
    border-color: var(--wp--preset--color--accent);
    border-width: var(--wp--custom--border-width);
    border-style: var(--wp--custom--border-style);
    color: var(--wp--preset--color--light);
    text-align: center;
    font-weight: 600;
    padding-top: var(--wp--preset--spacing--10);
    padding-right: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--10);
    padding-left: var(--wp--preset--spacing--20);

    &:hover{
      background-color: var(--wp--preset--color--dark);
    }
  }
}

mark{
  padding: 0 !important;
}

.page-id-49.fullyloaded .gform_wrapper {
  display: block !important;
}

p a{
  font-weight: 600;
  color: var(--wp--preset--color--accent);
}
 /*
.blocked {
 pointer-events: none;
}*/

#beratercta{
  h2, h3, h4{
    &::after{
      display: none;
    }
  }
}

@media screen and (max-width: 768px){
  .column-reverse{
    flex-direction: column-reverse;
  }

  :root{
    --wp--preset--spacing--60: var(--wp--preset--spacing--30);
  }
}

.postgrid{
    display: flex;
    gap: var(--wp--preset--spacing--30);


    article{
        overflow: hidden;
        border-radius: var(--wp--custom--border-radius);
        background: var(--wp--preset--color--light);
        transition: var(--wp--custom--main-trans);
        box-shadow: var(--wp--custom--box-shadow);
        border: var(--wp--custom--main-border);

        max-width: calc(100% / 3);

        figure{
            margin: 0;
            aspect-ratio: 4 / 3;
            height: auto;
            width: 100%;
            overflow: hidden;
            position: relative;

            img{
                object-fit: cover;
                width: 100%;
                height: 100%;
                 transition: var(--wp--custom--main-trans);
            }

            figcaption{
                position: absolute;
                top: var(--wp--custom--border-radius);
                left: 0;
                color: var(--wp--preset--color--light);
                backdrop-filter: blur(10);
                background-color:rgba(0, 0, 0, .5);
                padding: .5rem;
                border-top-right-radius: var(--wp--custom--border-radius);
                border-bottom-right-radius: var(--wp--custom--border-radius);
                font-size: .8rem;
            }
        }

        .content{
            padding: var(--wp--preset--spacing--30);

            h3{
                 margin-bottom: 1rem;
                  text-wrap: balance;
            }

            .meta{
                display: flex;
                gap: var(--wp--preset--spacing--10);
                font-size: 1rem;

                border-bottom: var(--wp--custom--main-border);
                border-color: var(--wp--preset--color--dark);
                padding-top: .5rem;
                padding-bottom: .5rem;

                &:last-of-type{
                    border-bottom: 0px;
                    margin-bottom: 2rem;
                }

                span{
                    min-width: 10ch;

                    p{
                        margin-bottom: 0;
                    }
                }
            }

            a{
                display: block;
                font-size: 1rem;
                font-weight: 600;

                background: var(--wp--preset--color--dark);

                &:hover{
                    background-color: var(--wp--preset--color--accent);
                }


                &:first-of-type{
                    margin-top: 1rem;
                }
            }
        }

        &:hover{
            box-shadow: none;

            figure{
                img{
                    scale: 1.1;
                }
            }
        }

    }
}

@media screen and (max-width: 768px) {
    .postgrid{
    display: flex;
    gap: var(--wp--preset--spacing--30);
    flex-direction: column;

        article{
            max-width: unset;

            figure{
                margin: 0;
                aspect-ratio: 4 / 3;
                height: auto;
                width: 100%;
                overflow: hidden;
                position: relative;

                img{
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    transition: var(--wp--custom--main-trans);
                }

                figcaption{
                    position: absolute;
                    top: var(--wp--custom--border-radius);
                    left: 0;
                    color: var(--wp--preset--color--light);
                    backdrop-filter: blur(10);
                    background-color:rgba(0, 0, 0, .5);
                    padding: .5rem;
                    border-top-right-radius: var(--wp--custom--border-radius);
                    border-bottom-right-radius: var(--wp--custom--border-radius);
                    font-size: .8rem;
                }
            }

            .content{
                padding: var(--wp--preset--spacing--30);

                h3{
                    margin-bottom: 1rem;
                    text-wrap: balance;
                }

                .meta{
                    display: flex;
                    gap: var(--wp--preset--spacing--10);
                    font-size: 1rem;

                    border-bottom: var(--wp--custom--main-border);
                    border-color: var(--wp--preset--color--dark);
                    padding-top: .5rem;
                    padding-bottom: .5rem;

                    &:last-of-type{
                        border-bottom: 0px;
                        margin-bottom: 2rem;
                    }

                    span{
                        min-width: 10ch;

                        p{
                            margin-bottom: 0;
                        }
                    }
                }

                a{
                    display: block;
                    font-size: 1rem;
                    font-weight: 600;

                    background: var(--wp--preset--color--dark);

                    &:hover{
                        background-color: var(--wp--preset--color--accent);
                    }


                    &:first-of-type{
                        margin-top: 1rem;
                    }
                }
            }

            &:hover{
                box-shadow: none;

                figure{
                    img{
                        scale: 1.1;
                    }
                }
            }

        }
    }
}


/* Frontbanner */

/* .frontbanner ~ header.home{
	margin-top: 0 !important;
} */

.frontbanner{
	--ci: var(--c-main);
	--light: var(--c-dark);
	--dark: var(--c-dark);

	/*margin-top: 3rem;*/

	padding: 1em 0;
	background: var(--ci);
	color: var(--light);
	text-align: center;
}

.frontbanner *{
	color: var(--light);
}

.frontbanner :last-child{
	margin-bottom: 0;
}

.frontbanner a{
	text-decoration: underline;
	color: var(--light) !important;
}

.frontbanner .text-align-right{
	text-align: right;
}

.frontbanner .btn{
	background: var(--dark);
	border-radius: 100px;
  padding: .5em 1em;
	text-align: center;
	font-size: .8em;
	border: 1px solid var(--dark);
	font-weight: 500;
	color: var(--light);
	transition: all .3s ease-in-out;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .1);
}

.frontbanner .btn:hover{
	background: var(--light);
	color: var(--dark);
}

@media screen and (max-width: 768px){
	.frontbanner .text-align-right{
		text-align: center;
		margin-top: 2em;
	}
	
	.frontbanner p{
		text-align: center;
	}

}

main{

  

  .maxed{
    max-width: 70ch;
    hyphens: none;
  }

.wp-element-button,
.btn{
    transition: var(--wp--custom--main-trans);

    position: relative;

    &::after{
        content: '→';
        position: absolute;
        right: 0;
        transition: var(--wp--custom--main-trans);
		    opacity: 0;
    }

    &:hover{
        padding-right: 3em;
        background: var(--wp--preset--color--dark);
        border-color: var(--wp--preset--color--dark);

        &::after{
            opacity: 1;
			right: 1.25em;
        }
    }

    &.noafter{
      &::after{
        display: none !important;
      }

      &:hover{
        padding-right: var(--wp--preset--spacing--20);
      }
    }

}
}


h1, h2{
  text-wrap: pretty;

  &::after{
    content: "";
    display: block;
    width: 77px;
    height: 12px;
    margin: 2rem 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='12' viewBox='0 0 77 12' fill='none'%3E%3Cpath d='M0.893456 1.65322C1.63715 0.489945 3.18328 0.149779 4.34658 0.893456C7.66079 3.01217 9.73813 4.15304 11.5819 4.81338C13.362 5.45088 15.0467 5.68322 17.6513 5.76455C20.5405 5.85468 23.2188 4.96275 26.5985 3.83974C29.8776 2.75018 33.6903 1.49996 38.2558 1.4999C42.7843 1.4999 46.6615 2.61918 50.1894 3.75088C53.7938 4.90716 56.9171 6.02718 60.4218 6.41885C65.6357 7.00152 70.6696 4.29335 72.453 2.88857C73.5376 2.03437 75.1094 2.22107 75.9638 3.30557C76.8181 4.39017 76.6313 5.96193 75.5468 6.81631C73.1802 8.68047 66.8613 12.1693 59.8661 11.3876C55.7402 10.9265 52.0355 9.59478 48.662 8.5126C45.212 7.40586 41.9601 6.4999 38.2558 6.4999C34.5884 6.49996 31.4729 7.48831 28.1757 8.58389C24.9794 9.64594 21.4329 10.8855 17.495 10.7626C14.6376 10.6734 12.3698 10.4062 9.89639 9.52041C7.48669 8.65743 5.0086 7.25139 1.65322 5.10635C0.489945 4.36265 0.149779 2.81652 0.893456 1.65322Z' fill='%23DD0029'/%3E%3C/svg%3E");
    mix-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;

  }
}

@media screen and (max-width: 768px){
    h1, h2{
    text-wrap: pretty;

    &::after{
      content: "";
      display: block;
      width: 3rem;
      height: 12px;
      margin: .5rem 0;

    }
  }
}


 .squiggle { 
    animation: shift 1s linear infinite; 
  }
  
  @keyframes shift { 
    from { transform: translateX(0); } 
    to { transform: translateX(-20px); } 
  }

  img{
    border-radius: var(--wp--custom--border-radius);
  }
  

/*EndFormat 2026*/


/*SlideInNav 2026*/

  .slidein{
    display: flex;
    gap: var(--wp--preset--spacing--30);
    flex-wrap: wrap;
    flex-direction: row;

    .btn{
          background: var(--wp--preset--color--accent);
          border-color: var(--wp--preset--color--accent);
          color: var(--wp--preset--color--light);
          font-size: 1rem;
          font-weight: 600;
          padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
          border-radius: var(--wp--custom--border-radius);

          &:hover{
            color: var(--wp--preset--color--light);
            background: var(--wp--preset--color--dark);
            border-color: var(--wp--preset--color--dark);
          }
      }

      .blackbtn{
        background: var(--wp--preset--color--dark);
        border-color: var(--wp--preset--color--dark);
        color: var(--wp--preset--color--light);

        &:hover{
            color: var(--wp--preset--color--light);
            background: var(--wp--preset--color--accent);
            border-color: var(--wp--preset--color--accent);
          }
      }

    .btn{
      width: 100%;
      transition: var(--wp--custom--main-trans);
      align-self: self-start;
      margin-bottom: var(--wp--preset--spacing--30);
    }

    span{
      pointer-events: none;
    }

    .left{
      flex: 0 0 calc(70% - (var(--wp--preset--spacing--30)));
      display: flex;
      column-gap: var(--wp--preset--spacing--30);
      flex-wrap: wrap;

      nav{
        flex: 0 0 calc(50% - (var(--wp--preset--spacing--30) / 2));
      }
    }

    .right{
      flex: 0 0 calc(30% - (var(--wp--preset--spacing--30) / 2));
      border-left: var(--wp--custom--main-border);
      padding-left: calc(var(--wp--preset--spacing--30));
    }

    nav{
      
    
      ul{
        list-style: none;
        margin: 0 0 var(--wp--preset--spacing--30) 0 ;
        padding: 0;

        li{
          border-bottom: var(--wp--custom--main-border);

          &:last-child{
            border-bottom: 0px;
          }

          a{
            padding:  .25rem var(--wp--preset--spacing--20);
            color: var(--wp--preset--color--dark);
            text-decoration: none;
            transition: var(--wp--custom--main-trans);
            display: block;

            &:hover{
              color: var(--wp--preset--color--accent);
            }
          }
          
        }
      }
    }

    @media screen and (max-width: 990px) {

   
      flex-direction: column;

      .left{
         flex-direction: column;
         gap: var(--wp--preset--spacing--30);
      }

      .right{
        border-left: 0;
        border-top: var(--wp--custom--main-border);
        padding-top: calc(var(--wp--preset--spacing--30) + var(--wp--preset--spacing--10) );
        border-color: var(--wp--preset--color--accent);
        padding-left: 0;
      }

      ul{
        list-style: none;
        margin: var(--wp--preset--spacing--10) 0 ;

        li{
          a{
            padding:  1rem var(--wp--preset--spacing--20);
           
          }
          
        }
      }

    }



    
  }

/*EndSlideInNav 2026*/

.faq{

    .accordion-item{
      border: 0px !important;
      margin: 1rem 0;

      &:first-child,
      &:last-child{
        border: 0px !important;
      }
    }

    button{

      padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20) !important;
      border-radius: var(--wp--custom--border-radius) !important;
      background: var(--wp--preset--color--mid);
      list-style: none;
      position: relative;
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--wp--preset--color--dark) !important;

      display: flex;
      justify-content: space-between;
      align-items: center;

       @media screen and (max-width: 768px){
        padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--30) !important;
      }

      @media screen and (max-width: 600px){
        padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--40) !important;
      }
    }

    .accordion-item:first-child{
      border-top: 0px; 
    }

    .accordion-item:last-child{
      border-bottom: 0px;
    }

    .accordion-button::after{
      background-size: contain !important;
      width: .85em !important;
      height: auto!important;
      aspect-ratio: 1 / 1;
      background-position: center;
    }

    .accordion-body{
      padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20) !important;

      @media screen and (max-width: 768px){
        padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--30) !important;
      }

      @media screen and (max-width: 600px){
        padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--40) !important;
      }
    }
  }

/*Kursdetail 2026*/


.single-kurse{

  #cta-fragen{
    h2{
      &::after{
        display: none;
      }
    }
  }

  

  .btn{
      background: var(--wp--preset--color--dark);
      border-color: var(--wp--preset--color--dark);
      color: var(--wp--preset--color--light);
      font-size: 1rem;
      font-weight: 600;
      padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
      border-radius: var(--wp--custom--border-radius);
      transition: var(--wp--custom--main-trans);

      &:hover{
        color: var(--wp--preset--color--light);
        
        border-color: var(--wp--preset--color--accent);
        background: var(--wp--preset--color--accent);
      }
  }

  .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }

  .kursmain{
    overflow-x: hidden;
    .row{
      --bs-gutter-x: var(--wp--preset--spacing--60) !important;
    }  
  }

  .beratersection{
    border-radius: var(--wp--custom--border-radius);
    background-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--light);
    padding: var(--wp--preset--spacing--mainpadding);
    gap: var(--wp--preset--spacing--mainpadding);
    align-items: center;

    h2{
      text-wrap: balance;
      line-height: 1!important;
    }

    p{
      margin-bottom: var(--wp--custom--border-radius);
    }

       .btn{
          background: var(--wp--preset--color--light);
          border-color: var(--wp--preset--color--light);
          color: var(--wp--preset--color--accent);
          font-size: 1rem;
          font-weight: 600;
          padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
          border-radius: var(--wp--custom--border-radius);
          transition: var(--wp--custom--main-trans);

          &:hover{
            color: var(--wp--preset--color--light);
            
            border-color: var(--wp--preset--color--dark);
            background: var(--wp--preset--color--dark);
          }
      }


      .berater{
        text-align: center;

          figure{
            max-width: 15rem;
            margin: 0 auto;
            margin-bottom: 1rem;
          }

          img{
            border-radius: 50%;
          }
          h3{
            font-size: 1rem;
          }

          p{
            margin-bottom: 0;
          }

      }
  }

  button{

      --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.70236 11.6742L17.7124 2.58443C17.8979 2.37419 18 2.09355 18 1.7943C18 1.49506 17.8979 1.21441 17.7124 1.00418L17.1227 0.334782C16.7384 -0.1008 16.1138 -0.1008 15.7301 0.334782L9.00373 7.96767L2.26988 0.326313C2.08447 0.116078 1.8373 1.92738e-07 1.57374 1.95881e-07C1.30989 1.99028e-07 1.06272 0.116078 0.877163 0.326313L0.287558 0.99571C0.102144 1.20611 1.77274e-08 1.48659 2.12959e-08 1.78584C2.48643e-08 2.08508 0.102144 2.36572 0.287558 2.57596L8.30496 11.6742C8.49096 11.8849 8.73929 12.0007 9.00329 12C9.26831 12.0007 9.51651 11.8849 9.70236 11.6742Z' fill='%23212529'%3e%3c/path%3e%3c/svg%3e");
      --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.70236 11.6742L17.7124 2.58443C17.8979 2.37419 18 2.09355 18 1.7943C18 1.49506 17.8979 1.21441 17.7124 1.00418L17.1227 0.334782C16.7384 -0.1008 16.1138 -0.1008 15.7301 0.334782L9.00373 7.96767L2.26988 0.326313C2.08447 0.116078 1.8373 1.92738e-07 1.57374 1.95881e-07C1.30989 1.99028e-07 1.06272 0.116078 0.877163 0.326313L0.287558 0.99571C0.102144 1.20611 1.77274e-08 1.48659 2.12959e-08 1.78584C2.48643e-08 2.08508 0.102144 2.36572 0.287558 2.57596L8.30496 11.6742C8.49096 11.8849 8.73929 12.0007 9.00329 12C9.26831 12.0007 9.51651 11.8849 9.70236 11.6742Z' fill='%23212529'%3e%3c/path%3e%3c/svg%3e");
      
  }

  .faq{

    .accordion-item{
      border: 0px !important;
      margin: 1rem 0;

      &:first-child,
      &:last-child{
        border: 0px !important;
      }
    }

    button{

      padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
      border-radius: var(--wp--custom--border-radius) !important;
      background: var(--wp--preset--color--mid);
      list-style: none;
      position: relative;
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--wp--preset--color--dark);

      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }

  

  .kursshorts{
    border-radius: var(--wp--custom--border-radius);
    background-color: var(--wp--preset--color--light);
   box-shadow: var(--wp--custom--box-shadow);

    > div{
      padding: var(--wp--custom--border-radius);

      p{
        margin-bottom: 0;
        line-height: 1.2;
      }
    }

    .icon{
      text-align: left;
      margin-bottom: .5em;

      svg{
        width: 50% !important;
        max-width: 3rem;
        height: auto !important;
        fill: var(--color-ci)
      }
    }
   
    

  }
}

@media screen and (max-width: 768px){
	.kursshorts{
		gap: 2em;
		margin-bottom: 0em;

		div{
			margin-top: 0;
			margin-bottom: 0;
		}

		.col-6{
			border-left: none;
			border-right: none;
			border-top: var(--borderstyle);
			border-bottom: var(--borderstyle);
			padding-bottom: 1rem;
		}
	}

  .berater{
      margin-top: 2rem;
  }

  #kursicons{
    padding-bottom: 0; 
  }
}

/* yannick_was_here: testimonials */

.course-testimonials-section {
    padding: 60px 0;
    background-color: var(--wp--preset--color--light);
    overflow: hidden;

    --wp--custom--box-shadow: 0px 4px 4px 0px #00000040;
}

.course-testimonials-title {
    text-align: left;
    margin-bottom: 40px;
    color: var(--wp--preset--color--dark);
    font-size: 1.8rem;
    font-weight: 700;
}

.testimonial-card {
    background: var(--wp--preset--color--light);
    padding: 30px 24px;
    border-radius: 8px;
    box-shadow: var(--wp--custom--box-shadow);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 4px solid var(--wp--preset--color--accent);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 450px;
    justify-content: flex-start;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--wp--custom--box-shadow);
}

.testimonial-img-wrapper {
    margin-bottom: 20px;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--wp--preset--color--light);
    box-shadow: var(--wp--custom--box-shadow);
}

.testimonial-name {
    margin: 0 0 5px 0;
    color: var(--wp--preset--color--accent);
    font-size: 1.1rem;
    font-weight: 700;
}

.testimonial-role {
    display: block;
    font-size: 0.8rem;
    color: var(--wp--preset--color--dark);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-email {
    display: inline-block;
    font-size: 0.85rem;
    color: var(--wp--preset--color--accent);
    text-decoration: none;
    margin-bottom: 15px;
    transition: color 0.2s ease;
}

.testimonial-email:hover {
    color: #7dae3a;
}

.testimonial-quote {
    color: var(--wp--preset--color--dark);
    line-height: 1.5;
    font-size: 1rem;
    position: relative;
    padding-top: 2rem;
    text-align: left;
    hyphens: none;
    word-break: normal;
    overflow-wrap: break-word;
}

.testimonial-quote::before {
    content: '\201C';
    font-size: 3rem;
    color: var(--wp--preset--color--accent);
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    opacity: 0.3;
}

.testimonial-slider {
    position: relative;
    padding: 1rem !important;
    padding-bottom: 3.5em !important;
}

.testimonial-slider .swiper-slide {
    height: auto;
}

.testimonial-slider .swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--accent) !important;
}

.course-testimonials-section .container {
    position: relative;
}

.testimonial-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    color: #003056;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.3em;
    opacity: 0.6;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.testimonial-nav:hover {
    opacity: 1;
    color: #7dae3a;
}

.testimonial-nav-prev {
    left: -15px;
}

.testimonial-nav-next {
    right: -15px;
}

@media screen and (max-width: 1024px) {
    .testimonial-nav-prev {
        left: 0;
    }
    .testimonial-nav-next {
        right: 0;
    }
}

@media screen and (max-width: 640px) {
    .course-testimonials-section {
        padding: 40px 0;
    }

    .course-testimonials-title {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }

    .testimonial-card {
        padding: 24px 18px;
    }

    .testimonial-nav {
        display: none !important;
    }
}


/*Cards 2026*/

.card{
  box-shadow: var(--wp--custom--box-shadow);
  border-radius: var(--wp--custom--border-radius);
  background: var(--wp--preset--color--light);
  padding: var(--wp--custom--border-radius);

   .btn{
          background: var(--wp--preset--color--dark);
          border-color: var(--wp--preset--color--dark);
          color: var(--wp--preset--color--light);
          font-size: 1rem;
          font-weight: 600;
          padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
          border-radius: var(--wp--custom--border-radius);
          transition: var(--wp--custom--main-trans);

          &:hover{
            color: var(--wp--preset--color--light);
            
            border-color: var(--wp--preset--color--accent);
            background: var(--wp--preset--color--accent);
          }
      }


}



/*CTABTNS 2026*/

#ctabtns {

  .row{
    --bs-gutter-x: 2rem!important;
  }
  

  .btn{
          background: var(--wp--preset--color--accent);
          border-color: var(--wp--preset--color--accent);
          color: var(--wp--preset--color--light);
          font-size: 1rem;
          font-weight: 600;
          padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
          border-radius: var(--wp--custom--border-radius);
          display: block;
          transition: var(--wp--custom--main-trans);

          &:hover{
            color: var(--wp--preset--color--light);
            background: var(--wp--preset--color--dark);
            border-color: var(--wp--preset--color--dark);
          }
      }
}

@media screen and (max-width: 1400px) {
  #ctabtns .btn {
    padding: 1em 0.5em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  #ctabtns .btn {
    padding: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 769px) {
  #ctabtns .btn {
    margin-bottom: 0.5em;
    padding: 0.5em;
  }
}

nav.navbar {
  z-index: 1500;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 0 var(--wp--preset--spacing--mainpadding);


  --bs-navbar-nav-link-padding-x: 0;

  .menu-item {
    padding-left: 1rem;
    padding-right: .5rem;
  }
  

  .nav-link {
    color: var(--wp--preset--color--ci-red);
    font-family: var(--wp--preset--font-family--main);
    position: relative;
    color: var(--wp--preset--color--dark);
    font-weight: 600;

    &::after{
       content: "";
        position: absolute;
        left: 0;
        opacity: 0;
        bottom: -10px;
        width: 100%;
        height: 10px;
        background-image: url('../style/mbsz/Moving-Squiggly-Line.svg');
        background-position: 50% 85%;
        background-repeat: repeat-x;
        background-size: auto 10px;
        transition: var(--wp--custom--main-trans);
    }

    &:hover,
    &.active{
      &::after{
        opacity: 1;
        bottom: -4px;
      }
    }
  }

}

@media (max-width: 1180px) {
  nav.navbar {
    padding: 1em;
  }
}
nav.navbar .searchbtn {
  background: transparent;
  border: none;
}
nav.navbar .searchbtn:hover {
  background: transparent;
}
nav.navbar .searchbtn:focus,
nav.navbar .searchbtn:active {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.navbar .menutoggle .nav-link {
  font-family: var(--wp--preset--font-family--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--wp--preset--color--dark);
  font-weight: 600;
}

@media (max-width: 1300px) {
  nav.navbar .menutoggle {
    margin-right: unset;
  }
}
nav.navbar .searchtoggle .nav-link {
  font-family: var(--wp--preset--font-family--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--wp--preset--color--dark);
  font-weight: 600;
}
nav.navbar .searchtoggle .nav-link::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5em;
  width: 1em;
  background-size: 100%;
  margin-right: 1em;
  background-position: center;
}
nav.navbar .navbar-brand {
  max-width: 20%;
  min-width: 200px;
  padding: 1rem 1rem 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;

  svg{
    width: 100%;
    height: auto;

  }

  img{
    border-radius: 0;
  }

}
nav.navbar .navbar-brand img {
  width: 100%;
  height: auto;
  border-radius: 0;
	max-width:200px;
}
nav.navbar .navbar-toggler {
  border: none;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: auto;
}
nav.navbar .navbar-toggler .icon-bar {
  width: 1.25em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 3px;
  background-color: var(--wp--preset--color--ci-red);
  display: block;
  position: relative;
}
nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
  margin: 0.2em 0;
}
nav.navbar .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
nav.navbar .navbar-toggler[aria-expanded="true"] {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
nav.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  top: 3px;
}
nav.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  margin: 0;
}
nav.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  top: -3px;
}
nav.navbar .navbar-nav {
  margin-right: 1em;
}
@media (max-width: 990px) {
  nav.navbar .navbar-nav {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  nav.navbar .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav.navbar{
    padding: 0 1rem;
  }
  nav.navbar .navbar-brand{
    min-width: 130px;
    padding: 1rem;
  }
}
nav.navbar .bold .nav-link {
  font-family: var(--wp--preset--font-family--main);
  color: var(--wp--preset--color--dark);
  font-weight: 600;
}

@media (max-width: 1180px) {
  nav.navbar .nav-link {
    font-size: 0.8em;
  }
}
@media (max-width: 990px) {
  nav.navbar .nav-link {
    padding: 1em 0;
  }
}
@media (max-width: 768px) {
  nav.navbar .nav-link {
    padding: 1em 0;
    font-size: 1em;
  }
}
nav.navbar .nav-link:hover {
  color: var(--wp--preset--color--ci-red);
}
nav.navbar .nav-link.active {
  color: var(--wp--preset--color--ci-red);
}
#search.hidden-search {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bg-blur main,
.bg-blur header,
.bg-blur footer,
.bg-blur nav {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.sidebar-menu {
  position: fixed;
  right: -5em;
  top: 50%;
  z-index: 10000;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}


.fixbtn{
    position: fixed;
    bottom: 1rem;
    right: 0;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transform: translateX(5em);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: var(--wp--custom--main-trans);
    background: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--light);

    &:hover{
        background-color: var(--color-dark);
        color: var(--wp--preset--color--light);
    }
}


.scrolled{
  .sidebar-menu {
    opacity: 1;
    right: 0;
  }

  .fixbtn{
    opacity: 1;
    pointer-events: all;
    transform: none;
    
  }
}

.sidebar-menu .list-group {
  list-style: none;
}
.sidebar-menu .sidebar-item .btn {
  color: var(--wp--preset--color--light);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--wp--preset--color--dark);
  margin-bottom: 0;
  font-size: 0.8em;
  padding: 0;
  border: 0;
}
.sidebar-menu .sidebar-item .btn:hover {
  background-color: var(--wp--preset--color--accent);
  cursor: pointer;
}

.sidebar-menu .sidebar-item:first-child .btn {
  border-top-left-radius: 1rem;
}

.sidebar-menu .sidebar-item:last-child .btn {
  background-color: var(--wp--preset--color--ci-red);
  border-bottom-left-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .sidebar-menu {
    display: none;
  }
}
#offcanvasNavi {
  padding-top: 130px;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  padding-left: var(--wp--preset--spacing--mainpadding);
  padding-bottom: 0;
  padding-right: var(--wp--preset--spacing--mainpadding);
}
#offcanvasNavi .offcanvas-header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 0em 0 1em 0;
}
#offcanvasNavi .offcanvas-body {
  padding: 0;
  overflow-x: hidden;
}

@media (max-width: 1180px) {
  #offcanvasNavi {
    padding-top: 86px;
  }
}
@media screen and (max-width: 990px) {
  #offcanvasNavi .offcanvas-header {
    padding: 0em 0 1em 0;
  }
}
#menu-hauptmenue {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.nav-open #menu-hauptmenue {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.nav-open .navbar-toggler {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
header {
  position: relative;
  z-index: 10;
}
header figure {
  margin-bottom: 0;
  position: relative;
}
header figure img {
  aspect-ratio: 16 / 4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
header figure figcaption {
  position: absolute;
  left: 5em;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 65vw;
  max-width: 70ch;
  color: var(--wp--preset--color--ci-red);
  text-align: left;
  text-shadow: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: clamp(1em, 5vw, 2em);
  border-radius: 0.5em;
}
@media screen and (max-width: 1170px) {
  header figure figcaption {
    padding: 1em;
  }
}
header figure figcaption .h1 {
  font-size: clamp(1.5em, 5vw, 2em);
}
@media screen and (max-width: 768px) {
  header figure figcaption {
    left: 1em;
  }
}
header figure figcaption p {
  max-width: 65ch;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
header.abouthead {
  background-color: #f8f8f8;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media screen and (max-width: 768px) {
  header.abouthead .paddingbox {
    padding: 1em;
  }
}
.storerimg {
  position: absolute;
  z-index: 5;
  right: 3%;
  top: 50%;
  max-width: 17vw;
  max-height: 300px;
  -webkit-transform: rotate(-10deg) translateY(-50%);
  transform: rotate(-10deg) translateY(-50%);
  width: auto;
}
@media screen and (max-width: 768px) {
  .storerimg {
    max-width: 125px;
  }
}
main {
  position: relative;
}
.breadcrumb {
  font-size: 0.8em;
  color: #575756;
  padding: 2em 0 0;
  margin: 0;
}
.breadcrumb a {
  color: #575756;
}
.breadcrumb .current-page {
  color: var(--wp--preset--color--ci-red);
}
.joblist {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  width: calc(100% + 25px) !important;
}
.joblist .bi {
  color: var(--wp--preset--color--ci-red);
}
.joblist::after {
  content: "";
  background-color: #f8f8f8;
  height: 2px;
}
.joblist:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f8f8f8;
}
.joblist:hover .btn {
  background-color: #575756;
}
.kurscontent h1 {
  color: var(--wp--preset--color--light);
}
#startdaten .card .headline {
  font-family: var(--wp--preset--font-family--main);
  font-size: 1.5em;
}
#kursinformationen .kursinfo .list-group-item {
  border-bottom: 2px solid var(--wp--preset--color--ci-red);
  background: transparent;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  padding-left: 0;
}
#kursinformationen .kursinfo .list-group-item:last-child {
  border-bottom: 0;
}
#kursinformationen .kursinfo h2 {
  margin-bottom: 1em;
}
#kursinformationen .kursinfo a {
  font-size: 1em;
}
.ansprechpartner figure img {
  aspect-ratio: 4 / 3 !important;
}
.ansprechpartner .beratername {
  color: var(--wp--preset--color--ci-red);
}
.ansprechpartner .card-body {
  padding: 1em 2em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ansprechpartner .card-body a {
  font-size: 1em;
}
.ansprechpartner .card-body p {
  margin-bottom: 0.5em;
}
ul .list-group-item {
  list-style: none;
  border: 0px;
}
ul .list-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
ul .list-item::before {
  content: "";
  width: calc(100vw + 10vmax);
  -webkit-transform: translateX(-var(--wp--preset--spacing--mainpadding));
  transform: translateX(-var(--wp--preset--spacing--mainpadding));
  height: 1px;
  background-color: var(--wp--preset--color--ci-red);
  opacity: 0.25;
  display: block;
}
.kurse h1 {
  color: var(--wp--preset--color--light);
}
.kurse p {
  color: var(--wp--preset--color--light);
}
#student-feedback {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#75ae43),
    color-stop(150%, #008bd0)
  );
  background: linear-gradient(90deg, #75ae43 0%, #008bd0 150%);
  color: var(--wp--preset--color--light);
}
#student-feedback h2,
#student-feedback h3 {
  color: var(--wp--preset--color--light);
}
#student-feedback p {
  color: var(--wp--preset--color--light);
}
#cta-fragen .infobox {
  display: inline-block;
  color: var(--wp--preset--color--ci-red);
  background-color: var(--wp--preset--color--light);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 2em;
}
#cta-fragen .infobox h5 {
  display: inline-block;
  line-height: 0;
}
#cta-textgroup .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#cta-textgroup .button-group .btn {
  margin-bottom: 1em;
}

#weiterbildungen,
#blogsection {
  position: relative;
  overflow-x: hidden;
}
#weiterbildungen .btn.controller,
#blogsection .btn.controller {
  background: var(--wp--preset--color--light);
  color: var(--wp--preset--color--ci-red);
}
#weiterbildungen .btn.controller svg,
#blogsection .btn.controller svg {
  height: 25px;
  width: 25px;
}
#weiterbildungen .btn.controller:hover,
#blogsection .btn.controller:hover {
  background: var(--wp--preset--color--ci-red);
  color: var(--wp--preset--color--light);
}
.single #blogsection {
  overflow-x: hidden;
}
.scrolling-wrapper {
  width: 100vw;
  scroll-behavior: smooth;
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .scrolling-wrapper {
    width: 100%;
    overflow: initial !important;
  }
  .scrolling-wrapper .card-body {
    padding: 1em 2em 1.5em !important;
  }
  .scrolling-wrapper.flex-nowrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .scrolling-wrapper.flex-nowrap .col-8 {
    width: 100%;
  }
}
#carouselVorteile .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B2C69'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#carouselVorteile .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B2C69'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#carouselVorteile .carousel-control-next,
#carouselVorteile .carousel-control-prev {
  width: 1em;
}
#standardSearch .row.result {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 120px;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--wp--preset--color--ci-red);
  position: relative;
}
.filterbar {
  background-color: var(--wp--preset--color--light);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
#list {
  overflow: visible !important;
}
.single .breadcrumb-item + .breadcrumb-item::before {
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .single .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
}
#comments .comments-title {
  font-size: clamp(2em, 4vw, 2em);
  margin-bottom: 1em;
  text-transform: none;
}
#comments .comment-author {
  margin-bottom: 1em;
}
#comments .comment-list {
  margin-bottom: var(--wp--preset--spacing--mainpadding);
}
#comments .comment-list .comment-meta {
  margin-bottom: 1em;
}
#comments .comment-list .comment-meta a {
  font-size: 0.8em;
  font-family: "Fira Sans Regular";
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 90vw;
  }
}
@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 75vw;
  }
}
.milk {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}



#fbCarousel img {
  aspect-ratio: 16 / 6;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
#fbCarousel img.storerimg {
  aspect-ratio: unset;
  max-width: 17vw;
  max-height: 300px;
}
@media screen and (max-width: 990px) {
  #fbCarousel img.storerimg {
    max-width: 250px;
    top: 2em;
    -webkit-transform: rotate(-10deg) translateY(0%);
    transform: rotate(-10deg) translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  #fbCarousel img.storerimg {
    max-width: 150px;
    top: 0.8em;
    -webkit-transform: rotate(-10deg) translateY(0%);
    transform: rotate(-10deg) translateY(0%);
  }
}
#fbCarousel .carousel-caption {
  right: auto;
  left: 5em;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  max-width: 65vw;
  color: var(--wp--preset--color--ci-red);
  text-align: left;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 2em;
  border-radius: 0.5em;
}
#fbCarousel .carousel-caption p {
  max-width: 65ch;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#fbCarousel .carousel-caption .h2 {
  font-size: clamp(1.5em, 5vw, 2em);
}
@media screen and (max-width: 990px) {
  #fbCarousel {
    background: #f8f8f8;
  }
  #fbCarousel .carousel-caption {
    left: 1em;
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: auto;
    background: none;
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  #fbCarousel {
    background: #f8f8f8;
  }
  #fbCarousel .carousel-caption {
    left: 0em;
  }
}

#vorteile {
  background-color: #f8f8f8;
}
#vorteile img {
  max-width: 100px;
  margin: 0 auto;
}
#vorteile h3 {
  font-size: 1.25em;
  color: #575756;
  font-family: var(--wp--preset--font-family--main);
}
#vorteile .content p {
  padding: 3em;
}
@media screen and (max-width: 990px) {
  #vorteile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #vorteile .content p {
    padding: 0 3em 1em 3em;
  }
}
.slider {
  position: relative;
  padding: 0;
}
.slider button {
  color: var(--wp--preset--color--ci-red);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider button:hover {
  color: var(--wp--preset--color--accent);
}
.slider button:focus {
  color: var(--wp--preset--color--accent);
}
.slider .slick-prev,
.slider .slick-next {
  font-size: 2em;
  width: 1em;
  height: 2em;
}
.slider .slick-prev {
  left: -1em;
}
.slider .slick-next {
  right: -1em;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  color: currentColor;
  display: none;
}
.slider .slick-list {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
#news .carousel-inner {
  padding: 1em 0;
}
#news .carousel-control-next,
#news .carousel-control-prev {
  color: var(--wp--preset--color--ci-red);
  opacity: 1;
  font-size: 3em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#news .carousel-control-next:hover,
#news .carousel-control-prev:hover {
  color: var(--wp--preset--color--accent);
}
#news figure {
  margin-bottom: 0;
  position: relative;
}
#news figure figcaption {
  position: absolute;
  bottom: 0;
  right: 1em;
  background: var(--wp--preset--color--light);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.5em;
  font-size: 0.8em;
  color: var(--wp--preset--color--ci-red);
  font-family: var(--wp--preset--font-family--main);
}
#kurse .row {
  --bs-gutter-x: 2em;
  --bs-gutter-y: 2em;
}
.kurscard {
  padding: 2em;
}
.kurscard h3,
.kurscard .h3 {
  font-size: 1em !important;
  color: var(--wp--preset--color--ci-red);
  font-family: var(--wp--preset--font-family--main);
  min-height: 3em;
}
.kurscard .btn {
  text-transform: none;
  padding: 1em;
}
.accordion .accordion-button {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #575756;
}
.accordion .accordion-button svg {
  margin-right: 1em;
}
.accordion .accordion-button:not(.collapsed),
.accordion .accordion-button:focus,
.accordion .accordion-button:active {
  outline: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scrollable-content {
  scroll-behavior: smooth;
}
.scrollable-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f4f4f4;
}
.scrollable-content::-webkit-scrollbar {
  width: 12px;
  background-color: #f4f4f4;
}
.scrollable-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--wp--preset--color--ci-red);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scrollable-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--wp--preset--color--accent);
}
.noscrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.noscrollbar::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .noscrollbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.kursslidebtn,
.newsslidebtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  font-size: 3em;
  background: none;
  color: var(--wp--preset--color--ci-red);
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.kursslidebtn:hover,
.newsslidebtn:hover {
  color: var(--wp--preset--color--accent);
}
@media screen and (max-width: 768px) {
  .kursslidebtn,
  .newsslidebtn {
    width: 1em;
    font-size: 2em;
  }
}
#kursprev,
#newssprev {
  left: -6vw;
}
#kursnext,
#newssnext {
  right: -6vw;
}
@media screen and (max-width: 768px) {
  #kursprev {
    left: -0.25em;
  }
  #kursnext {
    right: 0;
  }
  #newssprev {
    left: -0.5em;
  }
  #newssnext {
    right: -0.25em;
  }
}
.filter-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  border: 0px;
  background-color: var(--wp--preset--color--ci-red);
  padding: 1em;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: var(--wp--preset--color--light);
}
.filter-select:focus {
  border: 0px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  background-color: #008bd0;
}
.modal .modal-dialog {
  overflow-y: auto !important;
}
.sidebar-menu .sidebar-item .btn {
  border-radius: 0;
}
.select-title {
  --tint: var(--wp--preset--color--ci-red);
  display: block;
  background: var(--tint) !important;
  color: #fff !important;
}
.select-title::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.select-title.Fachbereich {
  --tint: var(--wp--preset--color--ci-red);
}
.select-title.Abschluss {
  --tint: #0f3d7f;
}
.select-title.Studiendauer {
  --tint: #145199;
}
.select-wrapper {
  position: relative;
}
.select-wrapper label {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px solid #575756;
}
.select-wrapper label input {
  margin: 0 0.5em 0 0;
}
.select-wrapper:last-child {
  border-bottom: none;
}
.single-kaderrichtungen .select-wrapper:first-of-type,
.single-kurse .select-wrapper:first-of-type {
  display: none !important;
}
.multiselect-container {
  background: var(--wp--preset--color--light);
  z-index: 10;
  display: none;
  width: 100%;
}
.show + .multiselect-container {
  display: block;
}
#filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--bs-gutter-x);
}
#filter:before {
  display: none;
}
#filter .info {
  grid-column: 1 / -1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#filter .info div {
  width: 100%;
}
#filter .info span {
  --tint: var(--wp--preset--color--ci-red);
  cursor: pointer;
  background: var(--tint);
  color: var(--wp--preset--color--light);
  padding: 0.25em 0.5em;
  border-radius: 1em;
  display: block;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#filter .info span.Fachbereich {
  --tint: var(--wp--preset--color--ci-red);
}
#filter .info span.Abschluss {
  --tint: #0f3d7f;
}
#filter .info span.Studiendauer {
  --tint: #145199;
}
#filter .info span::after {
  content: "\00d7";
  background: var(--wp--preset--color--light);
  color: var(--tint);
  margin-left: 0.25em;
  float: right;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0.2em 0 0 0.4em;
}
@media screen and (max-width: 767px) {
  #filter {
    grid-template-columns: 1fr;
  }
}
.row {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.row > * {
  scroll-snap-align: start;
}

.single-kurse .row.btns {
  --bs-gutter-y: 1em;
  --bs-gutter-x: 1em;
}


@media screen and (max-width: 768px) {
  .single-kurse .datebox .dateboxinner {
    border-bottom: 2px solid #d9d9d9;
  }
  .single-kurse .datebox .dateboxinner:last-of-type {
    border-bottom: 0px;
  }
}
.single-kurse .datebox .card-header {
  background: var(--wp--preset--color--ci-red);
  color: var(--wp--preset--color--light);
  font-size: 1.25em;
  padding: 18px;
  border-radius: var(--wp--custom--border-radius);
  border: 0px;
}
.single-kurse .datebox .accordion .accordion-header {
  font-size: 18px;
}
.single-kurse .datebox .accordion .accordion-header .accordion-button {
  font-size: 1em;
  padding: 1em 18px;
}
.single-kurse .datebox .accordion .accordion-item:first-child {
  border-top: none !important;
}
.single-kurse .datebox .accordion .accordion-item:last-child {
  border-bottom: none !important;
}
.single-kurse .datebox .accordion .accordion-item {
  border-top: 2px solid #d9d9d9;
}
.single-kurse .datebox .accordion .accordion-body {
  background: #d9d9d933;
  padding: 1em 18px;
  border-radius: var(--wp--custom--border-radius);
  margin-bottom: 1em;
}
.single-kurse .datebox .accordion .accordion-button:not(.collapsed),
.single-kurse .datebox .accordion .accordion-button:focus,
.single-kurse .datebox .accordion .accordion-button:active {
  background: var(--wp--preset--color--light);
}
.multiselect-container {
  padding: 1em;
  border: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.multiselect-container li {
  border-bottom: 1px solid #575756;
  padding: 0.5em 0;
}
.multiselect-container li input {
  margin-right: 0.5em;
}
.multiselect-container li a label {
  padding: 0.5em;
}
.multiselect-container > li > a > label {
  padding: 0.5em;
}
button.multiselect {
  width: 100%;
  overflow: hidden;
}
#kostendirekt table {
  min-width: 600px;
}
@media screen and (max-width: 768px) {
  #kostendirekt tr {
    width: 100% !important;
    display: block;
    margin-bottom: 0.5em;
    height: auto !important;
    border-bottom: 2px solid var(--light-color);
    padding-bottom: 0.5em;
  }
  #kostendirekt tr:last-of-type {
    border-bottom: 0px solid var(--light-color);
  }
  #kostendirekt tr td {
    width: 100% !important;
    height: auto !important;
    display: block;
    text-align: left !important;
  }
  #kostendirekt table {
    margin-bottom: 1em;
    width: 100% !important;
    min-width: unset;
  }
}
#weiterbildungen .card img {
  height: auto;
  width: auto;
}
.storerimg {
  height: auto;
}
img[src*="adswizz"] {
  display: none;
}


/*footer*/

.trustlogos{
   background-color: var(--wp--preset--color--mid);
   border-bottom: var(--wp--custom--main-border);
   border-color: var(--wp--preset--color--dark);
}


.trustlogos{

    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 4rem var(--wp--preset--spacing--mainpadding);
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    
    figure{
        filter: grayscale(1);
        transition: var(--maintrans);
        img{
            aspect-ratio: 4 / 3;
            height: 100px;
            width: auto;
            object-fit: contain;
            object-position: center center;
        }

        &:hover{
            filter: grayscale(0);
        }
    }
}

footer {
  background-color: var(--wp--preset--color--mid);

 a{
  color: currentColor;
  text-decoration: none;
 }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

}


@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}
.enable-animation .marquee__content {
  -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
.marquee--reverse .marquee__content {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.marquee--hover-pause:hover .marquee__content {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee--fit-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  -webkit-animation-name: scroll-abs;
  animation-name: scroll-abs;
}
@-webkit-keyframes scroll-abs {
  from {
    -webkit-transform: translateX(calc(100% + var(--gap)));
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scroll-abs {
  from {
    -webkit-transform: translateX(calc(100% + var(--gap)));
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

hr {
  margin: 2em 0;
}

*,
:root {
  scroll-behavior: initial;
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}



b,
strong {
  font-weight: 600;
}

.current-menu-item a {
  color: var(--wp--preset--color--accent);
}
.current-page {
  color: var(--wp--preset--color--accent);
}



.btn.selected,
.wp-block-button__link.selected,
.wp-block-file .wp-block-file__button.selected {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: #f8f8f8;
  color: var(--wp--preset--color--light);
}
.btn.outlined,
.wp-block-button__link.outlined,
.wp-block-file .wp-block-file__button.outlined {
  background-image: none;
  background: transparent;
  border: 2px solid var(--wp--preset--color--accent);
  color: var(--wp--preset--color--accent);
}
.btn.outlined:active,
.wp-block-button__link.outlined:active,
.wp-block-file .wp-block-file__button.outlined:active {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--light);
}
.btn.outlined:hover,
.wp-block-button__link.outlined:hover,
.wp-block-file .wp-block-file__button.outlined:hover {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--light);
}
.btn.green,
.wp-block-button__link.green,
.wp-block-file .wp-block-file__button.green {
  background-color: var(--wp--preset--color--accent);
}
.btn.light,
.wp-block-button__link.light,
.wp-block-file .wp-block-file__button.light {
  background-color: var(--wp--preset--color--accent);
}

.paddingbox {
  padding: var(--wp--preset--spacing--mainpadding);
}

@media screen and (max-width: 768px) {
  .paddingbox {
    padding: var(--wp--preset--spacing--mainpadding);
  }
}
.padding-x {
  padding-left: var(--wp--preset--spacing--mainpadding);
  padding-right: var(--wp--preset--spacing--mainpadding);
}
@media screen and (max-width: 768px) {
  .padding-x {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.padding-y {
  padding-top: var(--wp--preset--spacing--mainpadding);
  padding-bottom: var(--wp--preset--spacing--mainpadding);
}
@media screen and (max-width: 768px) {
  .padding-y {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.overflow-x {
  overflow-x: auto;
}
.overflow-y {
  overflow-y: hidden;
}
.btn-green {
  background-color: var(--wp--preset--color--accent);
  background-image: none;
}
.btn-green:hover {
  background-color: var(--wp--preset--color--dark);
}
.btn-transparent {
  background-color: transparent;
  background-image: none;
}
.btn-lightblue {
  background-color: var(--wp--preset--color--accent);
  background-image: none;
}
.btn-lightblue:hover {
  background-color: var(--wp--preset--color--ci-red) !important;
}
.btn-blue {
  background-color: var(--wp--preset--color--ci-red);
  background-image: none;
}
.btn-blue:hover {
  background-color: var(--wp--preset--color--dark) !important;
}
.btn-dark {
  background-color: var(--wp--preset--color--dark);
}
.btn-dark:hover {
  background-color: var(--wp--preset--color--accent) !important;
}
.blockbtn {
  position: absolute;
  inset: 0;
  z-index: 2;
}
main .container-fluid.full {
  max-width: unset;
}
.sticky-top {
  top: 5em;
}
@media screen and (max-width: 768px) {
  .sticky-top {
    top: auto;
  }
}
.modal {
  z-index: 1502;
}
.modal .modal-dialog {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 90vw;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0px;
  background: transparent;
  
}
.modal .modal-dialog .modal-content .modal-header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-color: var(--wp--preset--color--ci-red);
}
.modal .modal-dialog .modal-content .modal-header .logo {
  background-color: var(--wp--preset--color--accent);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1em 2em !important;
}

.modal .modal-dialog .modal-content .modal-header .logo img {
  max-width: 250px;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  background-color: var(--wp--preset--color--accent);
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
  padding: 1em;
  opacity: 1;
  background-size: 0.5em;
  margin: 0;
  border-radius: 0;

  background-image: none;

  &::after{
    content: 'x';
    color: var(--wp--preset--color--light);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  background-color: var(--wp--preset--color--light);
  padding: 2em !important;
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.smallcontent {
  max-width: 1400px;
  margin: 0 auto;
}
.modal-backdrop {
  background-color: var(--wp--preset--color--dark);
  z-index: 1501;
}

figure img {
  max-width: 100%;
  height: auto;
}




@media screen and (max-width: 768px) {
  .sticky-top {
    position: relative !important;
  }
}
.btn-group .btn.selected {
  background-color: var(--wp--preset--color--ci-red);
  color: var(--wp--preset--color--light);
}
#fbflow {
  --bs-gutter-x: 2em;
  --bs-gutter-y: 2em;
}
.contentborder {
  position: relative;
}
.contentborder::before {
  content: "";
  position: absolute;
  left: -1.5em;
  height: 100%;
  width: 2px;
  top: 0;
  background-color: #575756;
}
@media screen and (max-width: 990px) {
  .contentborder::before {
    display: none;
  }
}
.card {
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
  object-fit: cover;
}
.card h3 {
  font-family: var(--wp--preset--font-family--main);
  color: var(--wp--preset--color--ci-red);
  font-size: 1.25em;
}
.card .inner {
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 1em;
  width: calc(100% - 2em);
  margin: -4em auto 1em;
  background: var(--wp--preset--color--light);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 230px;
}
.card a {
  font-family: var(--wp--preset--font-family--main);
}
.card:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.card:hover .inner {
  margin: -5em auto 2em;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .card h3 {
    font-size: 1em;
  }
}
.gform_wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.fullyloaded .gform_wrapper {
  pointer-events: all;
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: 0;
  -webkit-box-shadow: 0px 4px 20px #0000001a;
  box-shadow: 0px 4px 20px #0000001a;
  padding: 1em !important;
  font-size: 1em !important;
  font-size: 18px !important;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 2px solid var(--wp--preset--color--ci-red);
  width: 100%;
  margin-bottom: 1em !important;
}
.gform_wrapper.gravity-theme input[type="color"]:focus,
.gform_wrapper.gravity-theme input[type="date"]:focus,
.gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.gform_wrapper.gravity-theme input[type="datetime"]:focus,
.gform_wrapper.gravity-theme input[type="email"]:focus,
.gform_wrapper.gravity-theme input[type="month"]:focus,
.gform_wrapper.gravity-theme input[type="number"]:focus,
.gform_wrapper.gravity-theme input[type="password"]:focus,
.gform_wrapper.gravity-theme input[type="search"]:focus,
.gform_wrapper.gravity-theme input[type="tel"]:focus,
.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme input[type="time"]:focus,
.gform_wrapper.gravity-theme input[type="url"]:focus,
.gform_wrapper.gravity-theme input[type="week"]:focus,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme textarea:focus {
  border-bottom-color: #575756;
  background-color: #f8f8f8;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1em !important;
  font-size: 1em !important;
  border-bottom: 2px solid var(--wp--preset--color--ci-red);
  width: 100%;
  margin-bottom: 1em !important;
  position: relative;
  background-image: url(../style/arrow-down.svg);
  background-position: 99% center;
  background-size: 0.5em;
  background-repeat: no-repeat;
}
.gfield_consent_label {
  display: inline;
}
.ginput_container {
  padding-top: 1em;
}
.gfield_consent_label a {
  color: #575756;
  text-decoration: underline;
}
.gfield-choice-input {
  width: 1.5em;
  height: 1.5em;
}
.gform_footer .button {
  min-width: 50%;
  width: 100%;
}
.gform_footer .button span {
  color: var(--wp--preset--color--light);
}
input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  padding: 1em;
}
.gform_wrapper .gchoice {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .gform_wrapper .gchoice {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}
.gform_wrapper input[type="radio"] {
  display: none !important;
}
.gform_wrapper input[type="radio"] label {
  position: relative;
  cursor: pointer;
  margin-bottom: 1em;
  margin-top: 1em;
}
.gform_wrapper input[type="radio"] + label:before {
  content: "+";
  display: inline-block;
  -webkit-box-shadow: 0px 4px 20px #0000001a;
  box-shadow: 0px 4px 20px #0000001a;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.2em;
  font-weight: bolder;
  line-height: 1.2em;
  text-align: center;
  margin: -4px 8px 0 8px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--wp--preset--color--light);
  border-radius: 50%;
  background-color: var(--wp--preset--color--light);
  border: 2px solid var(--wp--preset--color--ci-red);
}
@media screen and (max-width: 768px) {
  .gform_wrapper input[type="radio"] + label:before {
    margin-left: 0;
  }
}
.gform_wrapper input[type="radio"]:hover + label {
  position: relative;
}
.gform_wrapper input[type="radio"]:hover + label:before {
  color: var(--wp--preset--color--ci-red);
}
.gform_wrapper input[type="radio"]:checked + label {
  position: relative;
}
.gform_wrapper input[type="radio"]:checked + label:before {
  background-color: var(--wp--preset--color--ci-red);
  color: #fff !important;
}
.gform_wrapper .titlefield input {
  font-family: "Fira Sans Bold";
  color: var(--wp--preset--color--ci-red);
}
.gform_wrapper .gdatepicker_with_icon {
  width: 100% !important;
}
.gform_wrapper .ginput_container_time {
  max-width: 50% !important;
  min-width: 48% !important;
}
#commentform label {
  font-family: "Fira Sans Bold";
  margin-bottom: 0.5em;
}
#commentform input[type="text"],
#commentform input[type="number"],
#commentform input[type="tel"],
#commentform input[type="email"],
#commentform textarea {
  border: 0;
  -webkit-box-shadow: 0px 4px 20px #0000001a;
  box-shadow: 0px 4px 20px #0000001a;
  padding: 1em !important;
  font-size: 1em !important;
  font-size: 18px !important;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 3px solid var(--wp--preset--color--ci-red);
  width: 100%;
  margin-bottom: 1em !important;
}
#commentform input[type="text"]:focus,
#commentform input[type="number"]:focus,
#commentform input[type="tel"]:focus,
#commentform input[type="email"]:focus,
#commentform textarea:focus {
  border-bottom-color: #575756;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
#commentform input[type="submit"] {
  font-size: 1em;
  font-family: "Fira Sans Bold";
  background: var(--wp--preset--color--ci-red);
  color: var(--wp--preset--color--light);
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1.5em;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  min-width: 50%;
}
#commentform input[type="submit"]:hover {
  text-decoration: none;
  background-color: #575756;
  color: var(--wp--preset--color--light);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
#commentform input[type="submit"]:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
  display: block;
  float: left;
  width: calc(50% - 1em);
}
#commentform .comment-form-email {
  margin-left: 2em;
}

.gsection {
  margin: 2em 0;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0em;
}
.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1em;
}
.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
  width: 100%;
  display: block !important;
  font-size: 1em;
  background: var(--wp--preset--color--ci-red);
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: var(--wp--preset--color--light);
  padding: 1em;
}
.gform_wrapper.gravity-theme #field_submit input:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
  background: var(--wp--preset--color--dark);
  text-decoration: none;
  color: var(--wp--preset--color--light);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  background-position: right center;
}
.gform_wrapper.gravity-theme #field_submit input[disabled="disabled"],
.gform_wrapper.gravity-theme .gform_footer input[disabled="disabled"] {
  opacity: 0.5;
  background: var(--wp--preset--color--ci-red);
  color: var(--wp--preset--color--light) !important;
}
.form-control {
  font-size: 1em;
  padding: 1em;
}
.form-control:focus {
  background: #f8f8f8;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--wp--preset--color--accent);
}

/* Yannick was here for Doppelabschluss FA */
.dop-lockup{display:inline-grid;grid-template-columns:auto auto;align-items:center;position:relative;vertical-align:middle}
.dop-seal{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--wp--preset--color--ci-red);background:#fff;display:grid;place-items:center;font-size:9px;font-weight:800;color:var(--wp--preset--color--ci-red);letter-spacing:.04em;position:relative;font-family:'Outfit',system-ui,sans-serif}
.dop-seal::before{content:'';position:absolute;inset:3px;border-radius:50%;border:1px dashed rgba(221,0,41,.4)}
.dop-seal.solid{background:var(--wp--preset--color--ci-red);color:#fff;border-color:var(--wp--preset--color--ci-red)}
.dop-seal.solid::before{border-color:rgba(255,255,255,.5)}
.dop-lockup .dop-seal:nth-child(2){margin-left:-12px}
.dop-lockup.sm .dop-seal{width:22px;height:22px;font-size:6.5px}
.dop-lockup.sm .dop-seal::before{inset:2px}
.dop-lockup.sm .dop-seal:nth-child(2){margin-left:-7px}
.dop-lockup.lg .dop-seal{width:62px;height:62px;font-size:14px}
.dop-lockup.lg .dop-seal::before{inset:5px}
.dop-lockup.lg .dop-seal:nth-child(2){margin-left:-22px}

.dop-eye{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#fff;padding:7px 14px 7px 8px;background:var(--wp--preset--color--dark);border:1px solid var(--wp--preset--color--dark);border-radius:999px;line-height:1;margin-bottom:1rem}
.dop-eye .dop-eye__accent{color:var(--wp--preset--color--ci-red)}
.dop-eye .dop-lockup{transform:scale(.9);transform-origin:left center}

.dop-factcell-plus{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:12px;color:var(--wp--preset--color--ci-red);font-weight:700;line-height:1.3}
.dop-factcell-plus::before{content:'+';display:inline-grid;place-items:center;width:14px;height:14px;border-radius:50%;background:var(--wp--preset--color--ci-red);color:#fff;font-size:9px;font-weight:900;flex:0 0 auto}

.dop-block{display:flex;flex-direction:column;gap:14px}
.dop-block__head{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:0 0 14px;border-bottom:1px solid #e3e6ed}
@media (max-width:640px){.dop-block__head{grid-template-columns:auto 1fr;gap:14px}.dop-block__wert{grid-column:1/-1;justify-self:start;text-align:left}}
.dop-block__h{display:flex;flex-direction:column;gap:4px;min-width:0}
.dop-block__eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--wp--preset--color--ci-red);font-weight:800}
.dop-block__title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.012em;line-height:1.2;color:var(--wp--preset--color--dark)}
.dop-block__lead{margin:6px 0 0;font-size:14px;color:#5a6068;line-height:1.5}
.dop-block__wert{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right;line-height:1.3}
.dop-block__wert-lbl{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#5a6068;font-weight:700}
.dop-block__wert-val{font-size:14px;font-weight:800;color:var(--wp--preset--color--dark)}
.dop-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:640px){.dop-cards{grid-template-columns:1fr}}
.dop-card{background:#fff;border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:12px;border:1px solid #e3e6ed;position:relative}
.dop-card--bonus{border:1px solid #f5d4d9}
.dop-card__num{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#5a6068;font-weight:800;display:flex;align-items:center;gap:8px}
.dop-card--bonus .dop-card__num{color:var(--wp--preset--color--ci-red)}
.dop-card__n{width:18px;height:18px;border-radius:50%;background:var(--wp--preset--color--dark);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;flex:0 0 auto}
.dop-card--bonus .dop-card__n{background:var(--wp--preset--color--ci-red)}
.dop-card__title{margin:0;font-size:16px;font-weight:800;letter-spacing:-.012em;line-height:1.25;color:var(--wp--preset--color--dark)}
.dop-card__desc{margin:0;font-size:13.5px;line-height:1.5;color:#5a6068}
.dop-card__foot{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;padding-top:4px}
.dop-card__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e3e6ed;border-radius:999px;font-size:12px;color:var(--wp--preset--color--dark);font-weight:800;line-height:1;background:#fff;white-space:nowrap}
.dop-card__pill .dop-card__pill-lbl{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#5a6068;font-weight:700}
.dop-card--bonus .dop-card__pill{border-color:#f5d4d9}
.dop-card__swiss{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--wp--preset--color--ci-red);font-weight:700;line-height:1}
.dop-card__swiss::before{content:'\2713';display:inline-grid;place-items:center;width:14px;height:14px;border-radius:50%;background:var(--wp--preset--color--ci-red);color:#fff;font-size:9px;font-weight:900;flex:0 0 auto}

.dop-submit-note{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e3e6ed;border-radius:10px;background:#fff;font-size:13px;color:#2a2a2a;margin:0 0 12px}
.dop-submit-note__check{width:18px;height:18px;border-radius:50%;background:var(--wp--preset--color--ci-red);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;flex:0 0 auto}
.dop-submit-note b{font-weight:800}
.dop-submit-note__wert{margin-left:auto;font-size:11px;color:#5a6068;font-weight:600;white-space:nowrap}
@media (max-width:640px){.dop-submit-note{flex-wrap:wrap}.dop-submit-note__wert{margin-left:0;flex-basis:100%;padding-left:28px}}


.kurs-badge-pill{display:inline-block;padding:.25em .75em;margin-bottom:.5rem;background:var(--ci-color,#dd0029);color:#fff;font-family:'Outfit',sans-serif;font-size:.75rem;font-weight:700;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;vertical-align:middle}
.kurscard .kurs-badge-pill{margin-bottom:.5rem}

.menu-item-neu > a::before{content:"NEU";display:inline-block;background:var(--ci-color,#dd0029);color:#fff;font-family:'Outfit',sans-serif;font-weight:700;font-size:.6rem;line-height:1.4;padding:.1em .55em;margin-right:.4em;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;vertical-align:1px}
