.iconCards .container .card_grid .card a {
    background-color: transparent;
    color: #cc4514;
    font-size: 0.944rem;
    border: none;
    position: relative;
    transition: transform 0.3s ease;
    width: fit-content;
    display: block;
}

.iconCards .container .card_grid .card a::after {
    content: url(../assets/svg/arrow-right.svg);
    display: inline-block;
    width: 28px;
    height: 11px;
    margin-left: 0;
    position: absolute;
    right: -40px;
    transition: right 0.3s ease;
}

.iconCards .container .card_grid .card a:hover {
    transform: translateX(40px);
    display: inline-block;
}

.iconCards .container .card_grid .card a:hover::after {
    right: 130px;
}

.imgText .container__right a {
    background-color: #006499;
    width: -moz-max-content;
    width: max-content;
    color: white;
    padding: 1rem 1.778rem;
    border: none;
    border-radius: 3.556rem;
    font-family: Lato;
}

.imgText .container__right a:hover {
    background-color: #002133;
}


.anmelden_form__container form .row_file {
    height: 170px;
    width: 100%;
    border-radius: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border: 1px solid #C6CDD1;
}

.anmelden_form__container form .row_file::after {
    content: url(../assets/svg/file-storage.svg);
    position: absolute;
    display: block;
    top: 20px;
    left: calc(50% - 42.9px);
}

.anmelden_form__container form .row_file .file_custom {
    width: 160px;
    background-color: white;
    color: #CC4514;
    z-index: 2;
    position: absolute;
    left: calc(50% - 198px);
    bottom: 18px;
    padding: 10px 2px;
    font-family: Lato;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    cursor: pointer;
    text-align: left;
}

 .anmelden_form__container form .row_file .file_custom::after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 1px;
    background-color: #CC4514;
    bottom: 5px;
    left: 0;
}

 .anmelden_form__container form input[type=file] {
    position: absolute;
    left: calc(50% - 175px);
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 350px;
    display: block;
    z-index: 1;
}

.anmelden_form__container form textarea {
    min-height: 170px;
    border-radius: 20px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: -webkit-fill-available;
}

.anmelden_form__container form .row.last {
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: 20px auto;
}
.anmelden_form__container form .row.last span.wpcf7-list-item-label {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    width: max-content;
}

.anmelden_form__container  form .row.first{
    width: 35%;
}

.faq .container .faq-button {
    margin-top: 2.667rem;
    position: relative;
    display: inline-block;
}

.sliderCentered .swiper-button-next {
    top: 50px;
}
.sliderCentered .swiper-button-prev {
    top: 50px;
}
.sliderCentered .swiper-wrapper {
    padding-top: 150px;
}

/* FIXES */
.schulung_detail .card .content_wrapper{
    gap: 2rem;
    display: grid;
    grid-template-columns: 2.3fr 1fr;
}

@media (max-width: 1600px) {
    .schulung_detail .card .content_wrapper {
        gap: 4rem;
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
   
    .schulung_detail .card .content_wrapper .right {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .schulung_detail .card .content_wrapper .right .cta_box {
        margin-top: auto;
    }

    .avatar_box_bottom .right {
        gap: 10px !important;
    }
}

@media (max-width: 1100px) {
    .schulung_detail .card .content_wrapper {
        gap: 4rem;
        display: grid;
        grid-template-columns: 1.5fr 1fr;
    }
}

@media (max-width: 900px) {
    .schulung_detail .card .content_wrapper {
        gap: 2rem;
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* imgText module round images */

.imgText .container__left .img_container.circle {
  width: 460px; 
  height: 460px; 
  border-radius: 50%;
}

.imgText .container__left .img_container.circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

@media(max-width:1024px){
	.imgText .container__left .img_container.circle {
  width: 360px; 
  height: 360px; 
  border-radius: 50%;
}
}
@media(max-width:767px){
	.imgText .container__left .img_container.circle {
  width: 260px; 
  height: 260px; 
  border-radius: 50%;
}
}

/* Umfließender Text */
.imgText .text_bottom {
    margin-top: 40px;
}


.threeColCardsV2 .cardGrid .card_wrapper{
	display: flex;
        flex-direction: column;
        gap: 32px;
}
/* .threeColCardsV2 .container .cardGrid .card {
    height: 580px !important; 
} */

.threeColCardsV2 .cardGrid .card_wrapper > p {
    margin-bottom: auto;
}

.threeColCardsV2  h2{
	font-size: 32px;
}

.imgTextCol .listItem {
    margin-top: 10px;
    text-align: center;
}
.listItem::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }


/* BUBBLEGRIDV2 FIX */
/* .bubbleGridV2 .container .grid_wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 0;
} */

.bubbleGridV2 .container .grid_wrapper .bubbleCard {
   		flex: 0 0 calc(33.33% - 20px);
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
}

@media (max-width: 768px) {
       .bubbleGridV2 .container .grid_wrapper .bubbleCard {
          flex: 0 0 100%;
          margin: 10px 0; /* Adjust the margin as needed */
        }
      }

.anmelden_form .tagline {
    padding-bottom: 0.667rem;
    color: #006499;
}


/* ---------- Anpassungen 26.05.2024 (Sidenav) ------------- */

html {
    scroll-behavior: smooth;
    scroll-padding: 300px;
}

.sidenav_left {
    padding: 0;
    position: fixed;
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.sidenav_left__content ul li {
    list-style-type: none;
}

.sidenav_left__content ul li a {
    font-size: 16px;
    color: #002133;
    opacity: 20%;
    transition: all 0.3s ease-in-out;
    display: block;
    max-width: 130px;
    line-height: 20px;
}

.sidenav_left__content ul li a:hover {
    opacity: 100%;
}

.sidenav_left__content ul li a.active {
    opacity: 100%;
}

.sidenav_left__content ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sidenav_left__content ul::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 2px;
    height: 100%;
    opacity: 20%;
    background-image: linear-gradient(black 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 3px;
    background-repeat: repeat-y;
}



/* ---------- Anpassungen 26.05.2024 (Text content -> Link) ------------- */

.text_content__redLink {
    color: #CC4514;
    padding-top: 30px;
    transition: all 0.3s ease-in-out;
    text-decoration: underline 1px solid transparent;
    padding-left: 40px;
    position: relative;
    font-weight: 400;
}

.text_content__redLink:hover {
    text-decoration: underline 1px solid #CC4514;
}

.text_content__redLink::after {
    content: url("../assets/svg/link.svg");
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* ---------- Anpassungen 26.05.2024 (Titles) ------------- */

.imgSliderV2 .container h2 {
    padding-bottom: 60px;
    padding-right: 220px;
}

@media (max-width: 600px) {
    .imgSliderV2 .container h2 {
        padding-bottom: 160px;
        padding-right: 0;
    }
}

/* ---------- Anpassungen 26.05.2024 (Swiper) ------------- */

.schulung_detail {
    padding-left: 0;
    padding-right: 0;
}

.imgSliderV2  {
    overflow: hidden;
}

.imgSliderV2 .container .mySwiper {
    overflow: unset;
    /* width: 100%; */
}

@media(max-width: 1100px) {
    .sliderCentered .text_content p {
        max-width: 70%;
    }
}

@media(max-width: 900px) {
    .sliderCentered .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .sliderCentered .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 500px) {
    .sliderCentered .swiper-button-prev {
        right: unset;
        top: 130px;
    }

    .sliderCentered .text_content p {
        max-width: 100%;
        padding-top: 20px;
    }

    .sliderCentered .swiper-button-next {
        right: unset;
        left: 60px;
        top: 130px;
    }

    .schulung_detail .card .img_wrapper {
        height: 250px;
    }

    .schulung_detail .card .content_wrapper {
        gap: 1rem;
    }

    .schulung_detail .card .content_wrapper .right .info_box {
        gap: 1rem;
    }
}

/* ---------- Anpassungen 26.05.2024 (Containers) ------------- */

@media (max-width: 1650px) {
    .header__content {
        padding-left: 14%;
    }
}

@media (max-width: 1600px) {
    .container, .container-sm,
	.imgText .container,
	.imgTextV2 .container {
        width: 75%;
    }
}
@media (max-width: 1100px) {
    .container, .container-sm, .imgText .container, .imgTextV2 .container,  .form .anmelden_form__container {
        width: 90%;
    }
    .header__content {
        padding-left: 7%;
    }
}
@media (max-width: 900px) {
    .container, .container-sm, .imgText .container, .imgTextV2 .container, .form .anmelden_form__container {
        width: 95%;
    }
    .header__content {
        padding-left: 5%;
    }
}
@media (max-width: 500px) {
    .container, .container-sm, .imgText .container, .imgTextV2 .container, .form .anmelden_form__container {
        width: 99%;
    }
    .header__content {
        padding-left: 5%;
    }
}


/* ---------- Anpassungen 26.05.2024 (Accordion) ------------- */

.faq .container .chevron img {
    transform: scaleY(-1);
}

.faq .container .chevron.rotate img {
    transform: scaleY(1) !important;
}

.faq .container .accordion-item button {
    width: 100%;
}

.faq .container .chevron {
    pointer-events: none;
}


/* ---------- Anpassungen 26.05.2024  ------------- */
/* Breakpoints Mobile */
@media (max-width: 500px) { 
	.threeColCardsV2 .container .cardGrid .card {
    height: auto;
	}
}
@media (max-width: 414px) { /* 480 Breakpoint / 414 */
	.imgText .container__right a {
	font-size: 0.944rem;
    padding: 0.7rem 1.3rem; /* überschrieben durch wp-fix*/
	margin-top: 1rem;
   }
	
}



/* ---------- Anpassungen 27.05.2024 (Hero) ------------- */

.header {
    height: unset;
}

.header {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1600px) {
    .header__right img {
        width: 80%;
    }

    .headerV2__right .img-container {
        right: 100px;
    }
}

@media (max-width: 1500px) {
    .header #animationContainer {
        width: 500px;
        height: 500px;
    }

    .header__right .img-container {
        right: unset;
    }

    .header__right .img-container .lottie {
        right: 50px !important;
    }

    .header__right {
        margin-left: 150px;
    }

    .headerV2__right .img-container {
        right: 50px;
    }
}

@media (max-width: 1440px) {

    .header__right .img-container {
        right: unset;
    }

    .header__right .img-container .lottie {
        right: 50px !important;
    }

    .header__right {
        margin-left: 150px;
    }

    .headerV2__right .img-container {
        right: 50px;
    }
}

@media (max-width: 1100px) {
    .header__content {
        padding-left: 7%;
        flex-direction: row;
    }

    .header__right .lottie {
        top: 50%;
        bottom: unset;
        left: unset;
        transform: translate(-50%, -50%);
        right: -150px;
    }

    .header .sun {
        max-width: unset;
        /* position: static; */
        right: -250px;
        position: absolute;
        top: 20%;
        /* position: relative; */
        width: 50%;
    }

    .header #animationContainer {
        width: 350px;
        height: 350px;
    }

    .headerV2__left {
        height: unset;
        justify-content: unset;
    }


}

@media (max-width: 900px) {

    .header__content {
        margin-left: unset;
        flex-direction: column-reverse;
        gap: 50px;
    }

    .header__right {
        margin-left: unset;
        flex-direction: column-reverse;
        align-items: center;
        width: 90%;
        margin-top: 0;
    }

    .header__right .img-container {
        position: relative;
        top: unset;
        right: unset;
        left: unset;
    }

    .header__right .lottie {
        transform: unset;
    }

    .header .sun {
        position: absolute;
    }

    .header__left {
        max-width: 90%;
    }

    .header__content {
        padding-left: 6%;
    }

    .navigation .navigation-container {
        padding: 24px 6% 24% 4%;
    }
}

@media (max-width: 500px) {
    .header__left {
        padding-right: 0;
    }

    .header .sun {
        position: absolute;
        width: 100%;
        margin-left: 300px;
    }

    .header__right .lottie {
        transform: unset;
        /* margin-left: -50px; */
    }

    .header {
        padding-top: 50px;
    }

    .header p {
        margin-top: 0;
    }

    .header__content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .header__right {
        margin: 0 auto;
    }

    .header #animationContainer {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 400px) {
    .header__content {
        gap: 30px;
    }

    .headerV2__right .img-container {
        right: 0;
    }
}
@media (max-width: 380px) {
    .header #animationContainer {
        width: 350px;
        height: auto;
    }
}
@media (max-width: 350px) {
    .header #animationContainer {
        width: 300px;
        height: auto;
    }
}

/* ---------- Anpassungen 27.05.2024 (Section padding & spacing) ------------- */

@media (max-width: 1500px) {
    section {
        padding: 130px 0;
    }
    }


@media (max-width: 900px) {
    section {
        padding: 100px 0;
    }
}

@media (max-width: 500px) {
    section {
        /* padding: 80px 0; */
        padding: 40px 0;
    }
}

/* ---------- Anpassungen 28.05.2024 ------------- */

@media (max-width: 1500px) {
   .anmelden_form__container form .row.first {
	width: 50%;
    }
}
	
@media (max-width: 1400px) {
   .anmelden_form__container form .row.first {
	width: 100%;
    }
}

	
/* ---------- Anpassungen 01.07.2024 (General) ------------- */	

.textImgTwoCol .container {
    gap: 3.556rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.headerV2__right .img-container {
    position: unset;
    max-width:  unset;
}

.headerV2__right {
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.headerV2__content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
}

.headerV2__right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.imgText h2 {
    opacity: 1;
    transform: unset;
}

@media (max-width: 1600px) {
    .bubbleGrid .container .grid_wrapper .bubbleCard {
        padding: 30px 30px;
        border-radius: 64px;
    }

    .bubbleCard h3.bubble_title {
        font-size: 1.5rem;
    }

    .headerV2__content {
        grid-template-columns: 1.7fr 1fr;
    }
}

/* @media (max-width: 1500px) {
    .headerV2 h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
} */

@media (max-width: 1100px) {
    .bubbleGrid .container .grid_wrapper .bubbleCard {
        padding: 20px;
        border-radius: 36px;
    }

    .headerV2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .headerV2 h1 {
        font-size: 2rem;
        line-height: 3rem;
        word-break: break-word;
    }

    .headerV2__content {
        gap: 80px;
    }

    .headerV2__right .img-container {
        width: unset;
    }

    .sidenav_left {
        top: unset;
        -ms-transform: unset;
        transform: unset;
        bottom: 0;
        width: 100%;
    }

    .sidenav_left__content ul {
        flex-direction: row;
    }

    .sidenav_left__content ul li a {
        max-width: unset
    }
}

@media (max-width: 900px) {
    .padding-top-bottom-half {
        padding: 100px 0;
    }

    .headerV2 h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .headerV2__content {
        grid-template-columns: 1.5fr 1fr;
    }
}

@media (max-width: 600px) {
    .textImgTwoCol .container {
        gap: 4rem;
        grid-template-columns: 1fr;
    }

    .bubbleGrid .container .grid_wrapper .bubbleCard {
        height: unset;
        padding: 30px 20px;
        border-radius: 12px;
    }
   
    .bubbleGrid .container .grid_wrapper .bubbleCard p {
        margin-top: 0;
    }

    h2 {
        padding-bottom: 0.8rem;
    }

    .form .anmelden_form__container form {
        margin-top: 2.5rem;
    }
    
    .anmelden_form__container form input[type=file] {
        left: calc(50% - 130px);
    }

    .anmelden_form__container form .row_file .file_custom {
        left: calc(50% - 149px);
    }

    .form .anmelden_form__container form .row label {
        padding-left: 1.3rem;
    }

    .faq .container .accordion-content {
        padding-top: 0;
    }

    .faq .container .accordion-item button {
        padding-right: 2rem;
    }

    .bubbleGridV2 .container .grid_wrapper .bubbleCard {
        min-height: unset;
    }

    .headerV2__content {
        grid-template-columns: 1fr;
    }

    .headerV2__right {
        grid-row: 1;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .padding-top-bottom-half {
        padding: 80px 0;
    }

    .listImgOneCol .container .list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .listImgOneCol .container .list ul {
        margin: 0;
    }

    .bubbleGridV2 .container .grid_wrapper .bubbleCard {
        padding: 50px 20px;
        gap: 1rem;
    }

    .headerV2 h1 {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .headerV2__content {
        gap: 60px;
    }

    .headerV2 {
        padding-top: 60px;
        padding-bottom: 0px;
    }
}


.buttonv1 {
    width: fit-content;
}

h2 {
    opacity: 1;
}

.avatar_box_bottom_wrapper:empty{
    display: none;
}


/* ---------- Anpassungen 11.07.2024 ------------- */

.iconCards {
    overflow: hidden;
}

/* ---------- Anpassungen 15.07.2024 ------------- */
/* Patient:innen Schulungen - Change Section Padding */


@media (max-width: 2800px) {
 .imgSliderV2.element-id-2 {
	padding-top: 60px;
	}
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent;
    background-color: #CC4514;
    padding: 10px;
    border-radius: 10px;
    margin-top: -50px;
    color: white;
}

.imgSliderV2 .swiper-slide {
    height: auto;
    background-color: white;
    border-radius: 32px;
}

.layout__article.article {
        padding-top: 100px;
        padding-bottom: 100px;
}



/* ---------- Footer ------------- */

@media (max-width: 1100px) {
    .footer {
        padding-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-bottom: 3rem;
    }
}


/* ---------- Section spacing ------------- */

.padding-top-bottom-half {
    padding: 100px 0;
}

@media (max-width: 1600px) {
    section {
        padding: 90px 0;
    }

    .header {
        padding-bottom: 90px;
    }

    .padding-top-bottom-half {
        padding: 90px 0;
    }
}

@media (max-width: 1100px) {
    section {
        padding: 80px 0;
    }

    .header {
        padding-bottom: 80px;
    }

    .padding-top-bottom-half {
        padding: 80px 0;
    }
}

@media (max-width: 900px) {
    section {
        padding: 70px 0;
    }

    .header {
        padding-bottom: 70px;
    }

    .padding-bottom-sm {
        padding-bottom: 70px;
    }

    .padding-top-bottom-half {
        padding: 70px 0;
    }
}

@media (max-width: 500px) {
    section {
        padding: 50px 0;
    }

    .header {
        padding-bottom: 50px;
    }

    .padding-bottom-sm {
        padding-bottom: 50px;
    }

    .padding-top-bottom-half {
        padding: 50px 0;
    }
}



/* -------- Bugs 01.10.2024 -------- */

@media (max-width: 500px) {
	.parallaxBackground {
		background-size: contain;
		min-height: 30vh
	}
	
	.imgText .container__right a {
		margin-top: 1.5rem;
	}
}

@media (max-width: 480px) {
	.roundImages .container-sm .img_bottom {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem 1rem;
	}
	
	.navigation .menu-overlay {
		overflow-y: scroll;
		height: 100vh;
	}
	
	.navigation .menu-overlay .anker_content {
		height: unset;
		overflow-y: unset;
	}
}

@media (max-width: 420px) {
	.roundImages .container-sm .img_bottom .img_container {
		height: 150px;
		width: 150px;
	}
}

@media (max-width: 330px) {
	.roundImages .container-sm .img_bottom .img_container {
		height: 120px;
		width: 120px;
	}
}

