.home .event__title-top, 
.ueber-uns .event__title-top{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: unset;
}
.home .event__title-top h2, 
.ueber-uns .event__title-top h2{
    margin-bottom: 25px;
    width: 100%;
    text-align: left !important;
}

.home .fahrplan .event__bild {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.home .fahrplan {
    width: 33.3%;
    height: 254px;
} 

.home .fahrplan .collection_container {
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 6px #0000005C;
    display: flex;
    flex-direction: column-reverse;
}
.home .fahrplan .event__wrapper {
    z-index: 9;
    background-color: #fff;
    position: relative;
    margin-top: auto;
    color: #111111;
    height: 85px;
    z-index: 9;
    transition-duration: 300ms;
    padding: 15px 18px;
    border-radius: 17px;
}
.home .fahrplan .event__wrapper .collection_link {
    z-index: 10;
}
.home .fahrplan .event__wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 27px;
    height: 27px;
    transition-duration: 300ms;
    background-image: url("/userdata/images/arrow-top.svg");
}
.home .fahrplan .collection_container:hover .event__wrapper {
    height: 100%;
}
.home .fahrplan .event__wrapper:hover:after {
    transform: rotate(180deg);
    transition-duration: 300ms;
    top: 20px;
}
.home .fahrplan .event__firm {
    font-size: 12px;
    color: #9A9A9A;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.home .fahrplan .event__title {
    font-size: 18px;
    color: #111111;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 90%;
}
.home .fahrplan .event__datum {
    font-size: 12px;
    color: #9A9A9A;
    margin-bottom: 10px;
}
.home .fahrplan .event__subtitle {
    font-size: 16px;
    color: #9A9A9A;
    margin-bottom: 10px;
}

/* Fhrplan Ausbildung */

.ueber-uns .fahrplan .event__bild {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.ueber-uns .fahrplan {
    width: 33.3%;
    height: 254px;
} 

.ueber-uns .fahrplan .collection_container {
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 6px #0000005C;
    display: flex;
    flex-direction: column-reverse;
}
.ueber-uns .fahrplan .event__wrapper {
    z-index: 9;
    background-color: #fff;
    position: relative;
    margin-top: auto;
    color: #111111;
    height: 85px;
    z-index: 9;
    transition-duration: 300ms;
    padding: 15px 18px;
    border-radius: 17px;
}
.ueber-uns .fahrplan .event__wrapper .collection_link {
    z-index: 10;
}
.home .fahrplan .event__wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 27px;
    height: 27px;
    transition-duration: 300ms;
    background-image: url("/userdata/images/arrow-top.svg");
}
.ueber-uns .event__wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 27px;
    height: 27px;
    transition-duration: 300ms;
    background-image: url("/userdata/images/arrow-top.svg");
}
.ueber-uns .fahrplan .collection_container:hover .event__wrapper {
    height: 100%;
}
.ueber-uns .fahrplan .event__wrapper:hover:after {
    transform: rotate(180deg);
    transition-duration: 300ms;
    top: 20px;
}
.ueber-uns .fahrplan .event__firm {
    font-size: 12px;
    color: #9A9A9A;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ueber-uns .fahrplan .event__title {
    font-size: 18px;
    color: #111111;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 90%;
}
.ueber-uns .fahrplan .event__datum {
    font-size: 12px;
    color: #9A9A9A;
    margin-bottom: 10px;
}
.ueber-uns .fahrplan .event__subtitle {
    font-size: 16px;
    color: #9A9A9A;
    margin-bottom: 10px;
}
.ausbildungsportal.ueber-uns .collection_list.news .collection_container {
    height: unset;
}
/*  Ende*/
/* Veranstaltungen ende */

/* Veranstaltungen innere Seite */
.full_preview .filter_display {
    display: none;
}
.full_preview .event__wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 16px 0px 64px 0px
}
.full_preview .event__subtitle {
    display: none;
}
.full_preview .event__datum {
    font-size: 24px;
    color: var(--main);
}
.full_preview .event__firm {
    font-size: 24px;
    color: #9A9A9A;
}
.full_preview .event__title {
    font-size: 64px;
}
.full_preview .event__detail {
    width: 100%;
    background-color: #fff;
    float: left;
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 100px;
}
/* .full_preview .event__bild {
    position: absolute;
    width: 60%;
    height: unset;
    min-height: 500px;
    z-index: 1;
    top: 0;
    left: 0;
    position: relative;
    padding: 0;
} */

.full_preview .event__bild {
    /* position: absolute; */
    width: 67%;
    height: unset;
    min-height: 500px;
    /* z-index: 1; */
    /* top: 0; */
    /* left: 0; */
    position: relative;
    padding: 0;
    aspect-ratio: 16 / 9;
}
.full_preview .event__bild img {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* .full_preview .event__card-text {
    display: flex;
    flex-direction: column;
    padding: 48px;
    width: 39.9%;
} */

.full_preview .event__card-text {
    display: flex;
    flex-direction: column;
    padding: 35px;
    width: 100%;
}
.full_preview .event__card-title {
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
}
.full_preview .event__text {
    background-color: #fff;
    height: 100%;
    color: #111111;
    font-size: 18px;
    /* right: 0; */
    /* position: absolute; */
}

/* Ueber Ausbildungsportal */
.ueber-uns .main-screen.grey {
    background: var(--background) !important;
}
.ueber-uns .event__title-top {
    width: 100%;
}
.ueber-uns .event__title-top .textcontent {
    /* max-width: 1270px; */
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.home .event__title-top .textcontent a, .ueber-uns .event__title-top .textcontent a{
    color: var(--main);
    position: absolute;
    right: 10%;
    top: 20px;
}
.home .event__title-top .textcontent a:hover, 
.ueber-uns .event__title-top .textcontent a:hover{
    text-decoration: underline
}
@media (max-width: 773px ) {
    .home .event__title-top .textcontent a, .ueber-uns .event__title-top .textcontent a{
        position: unset;
        padding-left: 15px;
    }
}
.home .event__title-top .textcontent a:after, .ueber-uns .event__title-top .textcontent a:after{
    content: "";
    width: 15px;
    height: 15px;
    background: url("/userdata/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    margin-left: 10px;
    margin-top: 4px;
    
}
.ueber-uns .event__title-top {
    width: 100%;
    max-width: 1560px;
    margin-left: auto;
    float: unset;
}
.ueber-uns .event__title-top h2{
    margin-bottom: 25px;
    width: 100%;
    text-align: left !important;
}


/* steps */
.ueber-uns div#area-3 {
    background: #393939;
}
.portalsteps .row {
    display: flex;
    justify-content: space-between;
}
.portalsteps__title {
    max-width: 18%;
    font-size: 24px;
    font-weight: 600;
}
.portalsteps__blocks {
    display: flex;
    justify-content: space-between;
    width: 76%;
}
.portalsteps__block {
    max-width: 22%;
}
.portalstep__number {
    font-size: 24px;
    color: #9A9A9A;
    margin-bottom: 8px;
}
.portalstep__title {
    font-size: 24px;
    color: var(--main);
    font-weight: 600;
    margin-bottom: 4px;
}
.portalstep__text {
    font-size: 17px;
}
/* steps ende */
/* Ueber Ausbildungsportal Ende */


@media (max-width: 1200px) {
    .full_preview .event__card-text {
        width: 50%;
    }
    .full_preview .event__bild {
        width: 49%;
    }
    .portalsteps .row {
        display: block;
    }
    .portalsteps__title {
        max-width: 100%;
        font-size: 24px;
    }
    .portalsteps__block {
        max-width: 22%;
    }
    .portalsteps__title .textcontent {
        max-width: 300px;
        margin-bottom: 64px;
    }
    .portalsteps__blocks {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .full_preview .event__card-text {
        width: 60%;
    }
    .full_preview .event__bild {
        width: 39%;
    }
}

@media (max-width: 991px) {
    .full_preview .event__detail {
        flex-direction: column-reverse;
    }
    .full_preview .event__card-text {
        width: 100%;
    }
    .full_preview .event__bild {
        width: 100%;
        min-height: 300px;
    }
    .portalsteps__blocks {
        flex-wrap: wrap;
    }
    .portalsteps__block {
        width: 48%;
        max-width: unset;
        margin-bottom: 40px;
    }
}
@media (max-width: 600px) {
    .full_preview .event__datum {
        font-size: 18px;;
    }
    .full_preview .event__firm {
        font-size: 18px;
    }
    .full_preview .event__title {
        font-size: 42px;
    }
    .full_preview .event__text {
        font-size: 16px;
    }
}
@media (max-width: 550px) {
    .full_preview .event__card-text {
        padding: 24px;
    }
    .portalsteps__block {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .portalsteps__title {
        margin-top: 36px;
    }
}

/* Veranstaltungen innere Seite Ende */

/* Philosophi  */
.phi__content .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phi__text {
    max-width: 50%;
}
.phi__img {
    width: 40%;
}
.phi__img .textcontent {
    width: 100%;
}
.phi__img img {
    width: 100% !important;
    object-fit: contain;
}
@media (max-width: 1200px) {
    .phi__title {
        margin-bottom: 48px;
    }
}
@media (max-width: 770px) {
    .phi__text {
        max-width: 100%;
    }
    .phi__content .row {
        display: block;
    }
    .phi__img {
        width: 80%;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Philosophi Ende */
/* About */
    .ueber-uns .about .row{
        display: flex;
        justify-content: space-between;
    }
    .ueber-uns .about__img {
        width: 40%;
    }
    .ueber-uns .about__img img {
        width: 100%;
        height: unset;
        border-radius: 17px;
    }
    .ueber-uns .about__text{
        width: 50%;
    }
    .ueber-uns .about__text h2{
        margin-bottom: 36px;
    }
    @media (max-width: 770px) {
        .ueber-uns .about .row{
            flex-direction: column-reverse;
        }
        .ueber-uns .about__text{
            width: 100%;
        }
        .ueber-uns .about__img {
            margin-top: 36px;
            width: 100%
        }
    }
/* About Ende */
/* cowork */
.ueber-uns div#area-7 {
    background-color: #393939;
}
.cowork__title {
    margin-bottom: 56px;
}
.cowork__content .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cowork__form {
    width: 500px;
    background: transparent linear-gradient(99deg, #9AE136 0%, #86C232 100%) 0% 0% no-repeat padding-box;
    border-radius: 17px;
    padding-top: 32px;
}
.cowork__form::before {
    content: "Kontaktiere uns";
    margin-left: 32px;
    font-size: 32px;
    font-weight: 600;
}
.cowork__form .form-control.text {
    height: 45px;
    background: #FFFFFF30 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    padding-left: 18px;
    outline: none;
    color: #fff;
}
.cowork__form .form-control.text::placeholder{
    color: #fff;
    font-family: var(--font-family);
}
.cowork__form .form-control.textarea {
    background: #FFFFFF30 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    /* padding-left: 18px; */
    outline: none;
    color: #fff;
}
.cowork__form .form-control.textarea::placeholder {
    color: #fff;
    font-family: var(--font-family);
}

.cowork__form .contactformular {
    padding-top: 12px !important;
}
.cowork__form .contactformular textarea {
    resize: vertical;
}
.cowork__block {
    display: flex; 
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.cowork__step {
    max-width: 232px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 10px;
}
.cowork__step img{
    margin-bottom: 24px;
    position: relative;
}
.cowork__step:first-child::after{
    content: "";
    width: 199px;
    height: 38px;
    background: url("/userdata/images/arrow_top.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: 130px;
    margin-top: -40px;
}
.cowork__step:last-child::after{
    content: "";
    width: 199px;
    height: 38px;
    background: url("/userdata/images/arrow_bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: -100px;
    margin-top: 50px;
}


@media (max-width: 1500px) {
    .cowork__step:first-child::after{
        display: none;
    }
    .cowork__step:last-child::after{
        display: none;
    }
    .cowork__step {
        margin-right: 10px;
    }
}
@media (max-width: 1500px) {
    .cowork__content .row {
        flex-direction: column-reverse
    }
    .cowork__title .textcontent{
        text-align: center;
        margin-bottom: 64px;
    }
    .cowork__block {
        margin-bottom: 64px;
    }
}
@media (max-width: 992px) {
    .cowork__step {
        width: 200px;
    }
}
@media (max-width: 650px) {
    .cowork__step {
        width: 180px;
    }
}
@media (max-width: 590px) {
    .cowork__step {
        max-width: 300px;
        width: 100%;
        margin-bottom: 32px;
        margin-left: auto;
        margin-right: auto;
    }
    .cowork__form {
        width: 100%;
    }
}
.cowork__step{
    color: #9A9A9A;
}
@media (max-width: 1500px) {
    .ueber-uns .cowork__step .textcontent::after{
        content: "";
        width: 120px;
        height: 30px;
        position: absolute;
        background-image: url("/userdata/images/arrow-long.svg");
        background-repeat: no-repeat;
        background-size: contain;
        top: 205px;
        margin-left: 10px;
    }
    .ueber-uns .cowork__step:last-child .textcontent::after{
        display: none;
    }
}
@media (max-width: 1200px) {
    .ueber-uns .cowork__step .textcontent::after {
        top: 250px;
    }
}
@media (max-width: 992px) {
    .ueber-uns .cowork__step .textcontent {
        position: relative;
    }
    .ueber-uns .cowork__step .textcontent::after {
        top: 15px;
        margin-left: 0px;
        right: -65px;
    }
}
@media (max-width: 591px) {
    .ueber-uns .cowork__step .textcontent::after {
        display: none;
    }
}

.ueber-uns div#area-5 h2 {
    margin-bottom: 56px;
}
.ueber-uns .news .collection_container  {
    background-color: #fff;
    color: #111111;
    transition-duration: 300ms;
}
.ueber-uns .news .collection_container:hover  {
    transition-duration: 200ms;
    transform: scale(1.05);
}
.ueber-uns div#area-5 .collection_list  {
    padding: 15px 30px 15px 0px;
}
@media (max-width: 767px) {
    .ueber-uns div#area-5 .collection_list  {
        padding: 15px 15px 15px 15px;
    }
}
/* .ueber-uns .news__bild {
    height: 264px;
} */
.ueber-uns .news__bild img{
    min-height: 100%;
}
.ueber-uns .news__title {
    font-size: 24px;
    margin-top: 34px;
    margin-left: 34px;
    font-weight: 600;
    margin-right: 34px;
}
.ueber-uns .news__subtitle {
    font-style: 17px;
    color: #707070;
    margin-top: 12px;
    margin-right: 34px;
    margin-left: 34px;
    margin-bottom: 34px;
}
.news .news__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}
.news .collection_container  {
    height: unset;
    background-color: #fff;
}
.news .news__bild {
    aspect-ratio: 1/1;
}
.news .news__bild img{
    min-height: 100%;
}
.news .news__title {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 24px;
    font-weight: 600;
    margin-right: 24px;
    color: #2c2c2c;
}
.news .news__subtitle {
    font-style: 16px;
    color: #2c2c2c;
    margin-top: 12px;
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 24px;
}
.news.full_preview .news .collection_container{
    background-color: unset;
}
.news.full_preview .news__title{
    color: #fff;
    margin: unset;
}
.news.full_preview .news__subtitle{
    color: #fff;
}

.news.full_preview .news_old .collection_container{
    background-color: unset;
}
.news.full_preview .news_old .news__title{
    color: #fff;
    margin: unset;
}
.news.full_preview .news_old .news__subtitle{
    color: #fff;
}


.news_old .collection_container  {
    height: unset;
    background-color: #fff;
}
.news_old .news__bild {
    aspect-ratio: 1/1;
}
.news_old .news__bild img{
    min-height: 100%;
}
.news_old .news__title {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 24px;
    font-weight: 600;
    margin-right: 24px;
    color: #2c2c2c;
}
.news_old .news__subtitle {
    font-style: 16px;
    color: #2c2c2c;
    margin-top: 12px;
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 24px;
}
/* cowork Ende */

/* News */
/* .ueber-uns div#area-5 {
    background-color: #393939 !important;
} */

/* News Ende */
/* portalnum */
.portalnum .textcontent h2{
    margin-bottom: 56px;
    font-weight: 600;
}
.portalnum .collection_container {
    background-color: unset;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: unset;
}
.portalnum__number {
    font-size: 56px;
    font-weight: 600;
}
.portalnum__text {
    text-align: center;
    color: #9a9a9a;
    font-weight: 600;
    font-size: 24px;
}
/* portalnum Ende*/
/* Footer */
div#footer {
    background: #393939;
    height: auto !important;
}
div#footer .footer__text .textcontent:nth-child(1) {
    font-size: 48px;
    font-weight: 600;
}
div#footer .contactformular {
    padding: 0px;
    display: flex;
    justify-content: center;
}
div#footer .contactformular textarea {
    resize: vertical;
    min-height: 80px;
}
div#footer .footer__form{
    display: flex;
    align-items: flex-start;
    padding: 48px 96px !important;
}

.fahr-full div#footer .footer__form{
    display: none;

}
.ueber-uns div#footer div#submit_button input#button {
    width: 140px;
}
@media (max-width: 1200px) {
    div#footer .footer__form{ 
        flex-direction: column;
        align-items: center;
    }
    div#footer .footer__text {
        text-align: center;
    }
    div#footer .contactformular {
        padding: 0px;
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

} 
@media (max-width: 769px) {
div#footer .footer__form {
    padding: 24px 48px !important;
    }
}
@media (max-width: 634px) {
    div#footer .form-label-left {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 460px) {
    div#footer .form-control {
        /* width: unset; */
        width: 100% !important;
    }
}
@media (max-width: 420px) {
    div#footer .footer__text .textcontent:nth-child(1){
        font-size: 36px;
    }
}


div#footer .contact-button input{
    background: #ffffff !important;
    color: #111111 !important;
    padding: 12px 24px !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 18px;
    
}
div#footer .form-label-left  {
    display: flex;
    flex-direction: column;
}
div#footer label {
    /* display: none; */
}
div#footer .form-group {
    width: auto !important; 
    /* margin-right: 24px; */
}
div#footer .form-label-left {
    display: flex;
    justify-content: end;
}
div#footer .form-control {
    width: 354px;
    height: 45px;
    background: #FFFFFF30 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    padding-left: 18px;
    outline: none;
}
div#footer .form-control::placeholder{
    color: #fff;
    font-family: var(--font-family);
}

div#footer-bg {
    display: none;
}
div#footerLogo {
    display: none;
}
.footer-sitemap {
    display: none;
}
div#privacy-policy {
    background: #393939 ;
}
div#privacy-policy .textcontent{
    display: flex;
    border-top: solid 1px #707070;
    justify-content: center;
}
div#privacy-policy .textcontent ul {
    margin-top: 25px;
    margin-bottom: 15px;
}
div#footer__form {
    width: 100%;
    background: transparent linear-gradient(99deg, #9AE136 0%, #86C232 100%) 0% 0% no-repeat padding-box;
    border-radius: 17px;
}
div#footer .seo {
    margin-top: 96px;
    color: #9A9A9A;
    font-size: 14px;
}
div#footer .footer1 img {
    width: 100% !important;
    height: auto !important;
}
div#footer .seo .footer-1{
    border-right: none;
}
div#footer .footer2 .textcontent:nth-child(1) {
    font-size: 24px;
    color: var(--main);
    margin-bottom: 8px;
}
div#footer .footer3 .textcontent:nth-child(1) {
    font-size: 24px;
    color: var(--main);
    margin-bottom: 8px;
}
div#footer .footer3 a {
    font-size: 16px;
    color: #9A9A9A;
}
div#footer .footer3 {
    margin-left: 48px;
}
div#footer .footer4 .textcontent:nth-child(1) {
    font-size: 24px;
    color: var(--main);
    margin-bottom: 8px;
}
div#footer .footer4 a{
    margin-right: 10px;
}
@media (max-width: 992px) {
    /* div#footer .footer4 a{
        margin-right: 0px;
    } */
    div#footer .footer3 {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    div#footer .footer1:last-child {
        width: 60%;
    }
    
    div#footer .seo .footer-2 {
        padding-left: 15px;
        margin-bottom: 20px;
    }
    div#footer .footer1 img {
        width: 60% !important;
        height: auto !important;
        margin-bottom: 20px;
    }
    div#footer .footer1 {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    div#footer .footer1{
        margin-left: auto;
        margin-right: auto;
        
    }
    div#footer .seo .footer2 {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 500px) {
    div#footer .footer1 img {
        width: 80% !important;
    }
}
/* Footer Ende */

/* news full_preview */
.news .collection_full .collection_container {
    display: flex; 
    justify-content: space-between;
    align-items: start;
}
.news .collection_full .news__block {
    width: 50%;
}
.news .collection_full .news__bild {
    width: 40%;
    position: sticky;
    top: 90px;
}
.news .collection_full .news__title {
    font-size: 36px;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .news .collection_full .collection_container {
        display: flex; 
        flex-direction: column;
    }
    .news .collection_full .news__bild {
        width: 80%;
        position: unset;
        top: unset;
    }
    .news .collection_full .news__block {
        width: 80%;
    }
}
/* news full_preview Ende */

/* Über Breadcrumb */

/* Powered */

@media (max-width: 1200px) {
    .breadcrumb .powered__img {
        margin-top: 56px;
    }
}
@media (max-width: 770px) {
    .breadcrumb .powered__img img {
        width: 100% !important;
        height: 100% !important;
    }
}
/* Powered Ende */
/* quick */
.breadcrumb .quick .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #707070;
    padding-top: 64px;
}
.breadcrumb .quick__row {
    width: 60%;
}
.breadcrumb .quick__title h2{
    font-size: 36px !important;
}

.breadcrumb .quick__block .collection_container {
    background-color: unset;
    height: unset;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.breadcrumb .quick__block .field-1663074779 {
    color: #fff;
    font-size: 64px;
    margin-bottom: 8px;
}
.breadcrumb .quick__block .field-1663074798 {
    color: #9A9A9A;
    font-size: 24px;
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .breadcrumb .quick__title h2{
        font-size: 35px !important;
    }
    .breadcrumb .quick__block .field-1663074779 {
        color: #fff;
        font-size: 48px;
        margin-bottom: 8px;
    }
}
@media (max-width: 1024px) {
    .breadcrumb .collection_list  {
        width: 33.3% !important;
    }
    .breadcrumb .quick .row {
        flex-direction: column;
        align-items: center;
        
    }
    .breadcrumb .quick__row {
        width: 100%;
    }
    .breadcrumb .quick__title h2{
        text-align: center;
    }
}
@media (max-width: 600px) {
    .breadcrumb .collection_list  {
        width: 100% !important;
    }
}
/* quick ende*/
/* solutions */
.breadcrumb  .solutions__subtitle {
    margin-top: 36px;
}
.breadcrumb .solutions .collection_container {
    background-color: #fff ;
    color: #111111;
    height: unset;
    padding-bottom: 24px;
    position: relative;
}
.breadcrumb .solutions {
    padding: unset;
    padding: 15px 30px 15px 0px;
}
.breadcrumb .solutions-block__title {
    color: #111111;
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 600;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
}
.breadcrumb .solutions-block__subtitle {
    color: #111111;
    margin-left: 24px;
    margin-right: 24px;
    color: #9A9A9A;
    font-size: 14px;
}
.breadcrumb .solutions-block__link {
    color: #111111;
}
.breadcrumb .solutions-block__bild {
    height: 200px;
}
.breadcrumb .solutions-block__link a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* solutions Ende */
/* Über Breadcrumb /

/* Über si */

/* Powered */

@media (max-width: 1200px) {
    .breadcrumb .powered__img {
        margin-top: 56px;
    }
}
@media (max-width: 770px) {
    .breadcrumb .powered__img img {
        width: 100% !important;
        height: 100% !important;
    }
}
/* Powered Ende */
/* quick */
.SIConsulting  .quick .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #707070;
    padding-top: 64px;
}
.SIConsulting  .quick__row {
    width: 60%;
}
.SIConsulting  .quick__title h2{
    font-size: 36px !important;
}

.SIConsulting  .quick__block .collection_container {
    background-color: unset;
    height: unset;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.SIConsulting  .quick__block .field-1663074779 {
    color: #fff;
    font-size: 64px;
    margin-bottom: 8px;
}
.SIConsulting  .quick__block .field-1663074798 {
    color: #9A9A9A;
    font-size: 24px;
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .SIConsulting  .quick__title h2{
        font-size: 35px !important;
    }
    .SIConsulting  .quick__block .field-1663074779 {
        color: #fff;
        font-size: 48px;
        margin-bottom: 8px;
    }
}
@media (max-width: 1024px) {
    .SIConsulting  .collection_list  {
        width: 33.3% !important;
    }
    .SIConsulting  .quick .row {
        flex-direction: column;
        align-items: center;
        
    }
    .SIConsulting  .quick__row {
        width: 100%;
    }
    .SIConsulting  .quick__title h2{
        text-align: center;
    }
}
@media (max-width: 600px) {
    .SIConsulting  .collection_list  {
        width: 100% !important;
    }
}
/* quick ende*/
/* solutions */
.SIConsulting   .solutions__subtitle {
    margin-top: 36px;
}
.SIConsulting  .solutions .collection_container {
    background-color: #fff ;
    color: #111111;
    height: unset;
    padding-bottom: 24px;
    position: relative;
}
.SIConsulting  .solutions {
    padding: unset;
    padding: 15px 30px 15px 0px;
}
.SIConsulting  .solutions-block__title {
    color: #111111;
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 600;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
}
.SIConsulting  .solutions-block__subtitle {
    color: #111111;
    margin-left: 24px;
    margin-right: 24px;
    color: #9A9A9A;
    font-size: 14px;
}
.SIConsulting  .solutions-block__link {
    color: #111111;
}
.SIConsulting  .solutions-block__bild {
    height: 200px;
}
.SIConsulting  .solutions-block__link a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* solutions Ende */
/* Über Breadcrumb /
/* Service */
.ueber-uns .service__col {
    width: 25%;
    padding: 16px 16px 0px 0px;
}
.ueber-uns .service__col .collection_container {
    height: auto;
    padding: 24px;
    display: flex;
    background-color: #393939;
}
.ueber-uns .service__col .collection_container .field-1663159582{
    min-width: 38px;
    height: 38px;
    margin-top: 4px;
}
.ueber-uns .service__col .collection_container .field-1663159582 img{
    /* width: 100%;
    height: 100%; */
    object-fit: unset;
}
.ueber-uns .service__col .collection_container .field-1663159602{
    color: var(--main);
    font-size: 20px;
    font-weight: 600;
}
.ueber-uns .service__col .collection_container .field-1663159643{
    font-size: 14px;
}


.ueber-uns .service__col .collection_container .service__block{
    padding-left: 24px;
}
@media (max-width: 1500px) {
    .ueber-uns .service__col {
        width: 33%;
        
    }
    .ueber-uns .service__col .collection_container {
        height: 117px;
    }
}
@media (max-width: 991px) {
    .ueber-uns .service__col {
        width: 50% !important;
    }
}
@media (max-width: 655px) {
    .ueber-uns .service__col {
        width: 100% !important;
    }
    .ueber-uns .service__col .collection_container  {
        height: auto;
    }
    .ueber-uns .service__col .collection_container .field-1663159582 {
        min-width: 48px;
        min-height: unset;
        margin-top: 4px;
    }
}
/* Service Ende */
/* portale */
.ueber-uns .portals__col {
    width: 50%;
}
.ueber-uns .portals__col .collection_container {
    height: auto;
    position: relative;
    background-color: #fff;
    transition-duration: 300ms;
}
.ueber-uns .portals__col .collection_container:hover {
    transform: scale(1.05);
    transition-duration: 300ms;
}
.ueber-uns .portals__col .collection_container .portals__link a{
    position: absolute;
    top: 0;
    left: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.ueber-uns .portals__col .collection_container .portals__bild{
    height: 314px;
}
.ueber-uns .portals__col .collection_container .portals__title{
    color: #111111;
    font-size: 28px;
    margin: 24px 24px 0px 24px;
    font-weight: 600;
}
.ueber-uns .portals__col .collection_container .portals__subtitle{
    color: #9A9A9A;
    font-size: 20px;
    margin: 0px 24px 24px 24px;
    position: relative;
}
.ueber-uns .portals__col .collection_container .portals__subtitle::after {
    content: "";
    background-image: url("/userdata/images/arrow-right.png");
    position: absolute;
    width: 32px;
    height: 16px;
    top: 7px;
    left: 150px;
}
@media (max-width: 1200px) {
    .ueber-uns .portals__col .collection_container {
        min-height: 475px;
    }
}
@media (max-width: 1024px) {
    .ueber-uns .portals__col {
        width: 50% !important;
    }
}
@media (max-width: 768px) {
    .ueber-uns .portals__col {
        width: 100% !important;
    }
    .ueber-uns .portals__col .collection_container {
        min-height: auto;
    }
}
/* portale Ende */

/* Wir navigieren */
.breadcrumb.ueber-uns div#area-6 {
    padding-bottom: 0!important;
}
.ueber-uns .we-nav .we-nav__img .textcontent{
    display: flex;
    justify-content: center;
}
@media (max-width: 1200px) {
    .ueber-uns .we-nav .col-md-12 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .ueber-uns .we-nav .col-md-12 {
        width: 100%;
    }
    .ueber-uns .we-nav .we-nav__img{
        display: none;
    }
    .ueber-uns .we-nav .row{
        padding-bottom: 64px;
    }
}
/* Wir navigieren Ende */
@media only screen and (max-width: 500px) {
    .ueber-uns div#content, .main-screen {
        padding: 64px 0 !important;
    }
}
.main-screen.grey {
    background: var(--background) !important;
}
.firmen .quick-firmen-facts__vorschau {
    display: flex;
    height: 200px;
    opacity: 1;
    position: relative;
}
.firmen .quick-firmen-facts__vorschau .gruendungsjahr {
    opacity: 1;
    height: 40px;
    width: 300px;
    top: 0px;
    position: absolute;
}
.firmen .quick-firmen-facts__vorschau .anzahl-azubis {
    opacity: 1;
    height: 40px;
    width: 300px;
    top: 50px;
    position: absolute;
}
.firmen .quick-firmen-facts__vorschau .mitarbeiter-zahl {
    opacity: 1;
    position: absolute;
    height: 40px;
    top: 100px;
    width: 300px;
}
.firmen .Allgemein {
    height: 580px;
}
.firmen .Allgemein .field-1659970514 {
    /* -webkit-line-clamp: 8; */
    font-size: 15px;
}
.collection_content.field-1659970156, .collection_content.field-1659970193, .collection_content.field-1659970182 {
    padding: 7px;
}
.similar-jobs .ausbildungsstellen .Stellen:hover .firmenlogo-stelle{
    opacity: 0;
    transition-duration: 200ms;
} 
.more-jobs .ausbildungsstellen .Stellen:hover .firmenlogo-stelle{
    opacity: 0;
    transition-duration: 200ms;
} 
.home .ausbildungsstellen .Stellen:hover .firmenlogo-stelle{
    opacity: 0;
    transition-duration: 200ms;
} 
.stellen-overview .ausbildungsstellen .News:hover .firmenlogo-stelle{
    opacity: 0;
    transition-duration: 200ms;
} 
.stellen-overview .ausbildungsstellen .Stellen:hover .firmenlogo-stelle{
    opacity: 0;
    transition-duration: 200ms;
} 

/* Firmen Full Preview */
.firmen-coll.full_preview .ausbildungsstellen .Stellen:hover .firmenlogo-stelle{
    opacity: 0;
    transition-duration: 200ms;
} 


/* Stellen Uebersicht + Fix nach Uebertragung  */
.stellen-detail.full_preview .firmen .collection_content.title.custom:after {
    display: none;
}
.full_preview .collection_full .collection_content.field-1660054136 img, .full_preview .collection_full .collection_content.stellenbild img {
    max-height: 480px;
}
.full_preview .collection_full .collection_content.field-1660054136 img, .full_preview .collection_full.berufe .collection_content.stellenbild img {
    max-height: unset;
}
.stellen-detail.stellen-detail.full_preview div#content .ausbildungsstellen .Stellen .firmenlogo-stelle {
    padding: 25px;
}
.stellen-detail.stellen-detail.full_preview div#content .ausbildungsstellen .Stellen .firmenlogo-stelle img {
    padding: 0px;
}
.stellen-detail.stellen-detail.full_preview .firmendaten .firmen .firmenlogo-firma{
    position: absolute;
    padding: 25px;
} 
.stellen-detail.stellen-detail.full_preview .firmendaten .firmen:hover .firmenlogo-firma{
    opacity: 0;
    transition-duration: 200ms;
} 
.stellen-detail.full_preview .more-jobs .ausbildungsstellen .collection_content.company-img.firmenlogo-stelle {
    left: 50%;
    transform: translateX(-50%);
}
.stellen-detail.full_preview .similar-jobs .ausbildungsstellen .collection_content.company-img.firmenlogo-stelle {
    left: 50%;
    transform: translateX(-50%);
}
.stellen-detail.full_preview .more-jobs .ausbildungsstellen .collection_content.company-img.firmenlogo-stelle img {
    padding: 0px;
}
.stellen-detail.full_preview .similar-jobs .ausbildungsstellen .collection_content.company-img.firmenlogo-stelle img {
    padding: 0px;
}
.stellen-detail.full_preview .similar-jobs .ausbildungsstellen .Kontakt {
    display: none;
}
/* Fix nach Uebertragung Ende*/
.collection-overlay .kurzbeschreibung-firma {
    min-height: 230px;
}

.collection_list.ausbildungsstellen .collection_container:hover .collection-overlay {
    height: 100%;
    transition: 400ms;
    border-radius: 0;
}
.collection_list.ausbildungsstellen .collection_container:hover .firmenlogo-stelle{
    opacity: 0;
    transition-duration: 200ms;
}
.lc-firm__wrapper .collection_list.ausbildungsstellen .collection_container:hover .button{
    opacity: 0;
}
.lc-firm__wrapper .collection_list.ausbildungsstellen .collection_container:hover .firmenlogo-stelle{
    opacity: unset;
}

.lc-firm__wrapper .collection_list.ausbildungsstellen .collection_container span.vnm-confetti{
    display:none;
}
.lc-firm__wrapper .collection_list.ausbildungsstellen .collection_container .firmenlogo-stelle{
    width: 60px;
    height: 45px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}
.collection_list.ausbildungsstellen .collection_container:hover .button{
    opacity: 1;
    transition-duration: 200ms;
}
.collection_list.ausbildungsstellen .collection_container:hover .collection-overlay:before{
    opacity: 0;
    transition-duration: 200ms;
}

.jobs-overview.full_preview .berufe .collection_container {
    display: block;
}

.jobs-overview.full_preview .ausbildungsstellen .collection_content.company-img.firmenlogo-stelle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    margin: 0 auto;
    height: 105px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    overflow: hidden;
    padding: 25px;
    font-weight: 500;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    user-select: none;
}
.jobs-overview.full_preview .Stellen .collection_content.title, .jobs-overview.full_preview .News .collection_content.title {
    font-size: 1.3em!important;
    position: relative;
    height: auto;
    display: flex;
    justify-content: center!Important;
    align-items: flex-end;
    padding: 0px 10px;
    font-weight: 500;
    width: 100% !important;
    text-align: center;
    margin-top: 20px;
}
.jobs-overview.full_preview .Stellen:hover .collection_content.title, .jobs-overview.full_preview .News:hover .collection_content.title {
    margin-top: 0px;
}
.jobs-overview.full_preview .Stellen .collection_content.gender, .jobs-overview.full_preview .News .collection_content.gender{
    opacity: 0.3;
    transition: 200ms;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
    display: none;
}
.jobs-overview.full_preview .Stellen:hover .collection_content.gender, .jobs-overview.full_preview:hover .News .collection_content.gender{
    display: block;
}

/* .jobs-overview.full_preview .Stellen .collection_content.companyTitle.custom, .jobs-overview.full_preview .News .collection_content.companyTitle.custom  {
    text-align: center;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
} */
.collection_content.companyTitle.custom, .jobs-overview.full_preview .News .collection_content.companyTitle.custom  {
    text-align: center;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
.lc-firm__wrapper .collection_content.companyTitle.custom, .lc-firm__wrapper .jobs-overview.full_preview .News .collection_content.companyTitle.custom  {
    text-align: center;
    width: 70%;
    left: 0;
    transform: unset !important;
}
.jobs-overview.full_preview .Stellen .collection_content.kurzbeschreibung, .jobs-overview.full_preview .News .collection_content.kurzbeschreibung {
    text-align: center;
}
.jobs-overview.full_preview .collection_content.title:after {
    display: none;
}
.jobs-overview.full_preview .collection_content.stellenbild {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    user-select: none;
    padding: 0;
}
.full_preview .collection_content.field-1660054136 img, .full_preview .more-jobs .collection_content.stellenbild img {
    max-height: unset;
}
.full_preview .similar-jobs .collection_content.stellenbild img {
    max-height: unset;
}
.jobs-overview.full_preview .collection_content.field-1662041179.nummer {
    display: none;
}
.news.full_preview .news__subtitle {
    display: none;
}
.news.full_preview .news__bild img{
    border-radius: 17px;
    /* overflow: hidden; */
}
.full_preview .weitere-jobs-firma .collection_content.stellenbild img {
    max-height: unset;
}
.Stellen .nummer {
    display: none;
}
.stellen-detail.full_preview .collection_content.title.custom:after {
    display: none;
}
/* .firmen-coll.full_preview .collection_full .collection_content.field-1659970006.hintergrundbild-firma img {
    margin-top: 50px;
} */
.firmen-coll.full_preview .collection_content.field-1659970514.kurzbeschreibung-firma {
    display: none!important;
}
.firmen-coll.full_preview .collection_content.field-1662039441.firmenbeschreibung-firma.kurz-knapp:before {
    content: 'Kurz & Knapp';
    font-size: 24px;
    color: var(--main);
    font-weight: 600;
    position: absolute;
    top: -40px;
    left: -3px;
}
.firmen-coll.full_preview .collection_content.field-1662039441.firmenbeschreibung-firma.kurz-knapp {
    margin-top: 30px;
}
/* .firmen .collection_content.field-1659970514.kurzbeschreibung-firma {
    padding: 45px 25px 0px 25px !important;
} */
.firmen .collection_container:hover .collection_content.title.custom {
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1250px) {
    .hamburger-menu {
        background-color: var(--background);
        background: var(--background);
    }
    .level_2 {
        display: flex;
        flex-direction: column;
    }
    .img_container {
        display: none;
    }
    .nav_description {
        display: none;
    }
    #header .hamburger-menu li.level_2 {
        padding: 0px;
    }
    li.level_2 {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    li.level_1.and-more {
        position: relative;
    }
    li.level_1.and-more a.active_tree {
        pointer-events: none;
    }
    li.level_1.and-more .level_2 a.active_tree {
        pointer-events: unset;
        font-weight: 600;
    }

    li.level_1.and-more:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: none;
        top: 0;
    }
    .mousey-wrapper {
        display: none;
    }
}

.website-firma-a {
    text-decoration: unset;
    color: var(--main)
}
.website-firma-a1 {
    text-decoration: unset;
    color: var(--main)
}
.mail-firma-a {
    text-decoration: unset;
    color: var(--main)
}
.mail-firma-a1 {
    text-decoration: unset;
    color: var(--main)
}
.nummer-firma-a {
    text-decoration: unset;
    color: var(--main)
}

.stellen-detail.full_preview .ausbildungsstellen .collection_content.company.custom {
    max-width: 800px;
}
.firmen-coll.full_preview .group-more-jobs .nummer {
    display: none;
}
.job-img.stellenbild img{
    border-radius: 15px!important;
}
.firmen-coll.full_preview .collection_full.firmen .collection_content.firmenlogo-firma img {
    padding: 10px;
}
/* ! ---- fix  29.09*/
.full_preview #content .ausbildungsstellen .collection_content.title {
    min-height: 0px;
}
.stellen-detail.full_preview.full_preview #content .ausbildungsstellen .collection_content.title::before {
    content: "(M/W/D)";
    position: absolute;
    font-size: 14px;
    color: #9a9a9a;
    top: -20px;
    display: none;
}
@media (max-width: 992px) {
    .stellen-detail.full_preview.full_preview #content .ausbildungsstellen .collection_content.title::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
.stellen-detail.full_preview .ausbildungsstellen .collection_content.company.custom {
    display: none;
}
.collection_list.firmen .collection_container:hover .collection-overlay {
    display: flex; 
    flex-direction: column;
}
.stellen-detail.full_preview .collection_content.firmendaten .collection_list.firmen .collection_container.Allgemein .collection_content.firmenlogo-firma {
    margin: 0;
}
.stellen-detail.full_preview .collection_full.ausbildungsstellen .collection_container.News .collection_content.company.custom {
    display: block;
}
.stellen-detail.full_preview .content-selector .container .col-xs-12.first-coll .collection_full.ausbildungsstellen .collection_container.Stellen .collection_content.company.custom {
    display: unset;
}
.stellen-detail.full_preview .collection_full.ausbildungsstellen .collection_container .collection_content.field-1660745339.firmendaten .collection_list.firmen .collection_container.Allgemein .collection_content.company.custom {
    display: none!important;
}
.praktika .main-screen.grey.content-selector .collection_list.ausbildungsstellen .collection_container.Stellen .collection-overlay .collection_content.field-1662110387.kurzbeschreibung {
    font-size: 15px;
}

@media (max-width: 992px) {
    .stellen-detail.full_preview .content-selector .container .col-xs-12.first-coll .collection_full.ausbildungsstellen .collection_container.Stellen .collection_content.company-img.firmenlogo-stelle {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0 0 15px 15px;
    }
}
@media (max-width: 582px) {
    .stellen-detail.full_preview .content-selector .container .col-xs-12.first-coll .collection_full.ausbildungsstellen .collection_container.Stellen .collection_content.company-img.firmenlogo-stelle {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0 0 15px 15px;
        width: 120px;
        height: 60px;
        padding: 10px!important;
    }
}
@media (max-width: 500px) {
    .stellen-detail.full_preview .content-selector .container .col-xs-12.first-coll .collection_full.ausbildungsstellen .collection_container.Stellen .collection_content.company-img.firmenlogo-stelle {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0 0 15px 15px;
    }
}
@media (max-width: 383px) {
    .stellen-detail.full_preview .content-selector .container .col-xs-12.first-coll .collection_full.ausbildungsstellen .collection_container.Stellen .collection_content.company-img.firmenlogo-stelle {
        top: 10px;
    }
}
@media (max-width: 772px) {
    div#sideButtons {
        display: block;
    }
}
@media (max-width: 832px) {
    .firmen #content  {
        margin-top: -160px !important;
    }
    h1 {
        /* position: absolute; */
        z-index: 999;
    }
}
@media (max-width: 592px) {
    .firmen #content  {
        margin-top: -160px !important;
    }
}
@media (max-width: 500px) {
    .firmen #content  {
        margin-top: -160px !important;
    }
}
.firmen .collection_container.Praktikum {
    height: 580px;
}
.collection_container.Praktikum .collection_content.field-1659970514.kurzbeschreibung-firma {
    font-size: 13px!important;
}
.collection_container.Allgemein .collection_content.field-1659970514.kurzbeschreibung-firma {
    font-size: 13px!important;
}
.stellen-detail.full_preview .content-selector .container .col-xs-12.first-coll .collection_full.ausbildungsstellen .collection_container.Stellen .firmendaten .collection_content.company.custom {
    display: none;
}
.firmen-galerie-struktur img {
    object-fit: cover;
}
.owl-carousel .owl-item{
    height:285px;
    width:100%;
}
.firmen-coll.full_preview .owl-carousel .owl-item{
    height: 275px;
    width: 100%;
}
@media (max-width: 1200px) {
    .firmen-coll.full_preview .owl-carousel .owl-item{
        height: 200px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .firmen-coll.full_preview .owl-carousel .owl-item{
        height: 150px;
        width: 100%;
    }
}
@media (max-width: 599px) {
    .firmen-coll.full_preview .owl-carousel .owl-item{
        height: auto;
        width: 100%;
    }
}
.full_preview .firmendaten .collection_content.firmenlogo-firma {
    width: 300px !important;
    margin: 0;
}
@media (max-width: 430px) {
    .full_preview .firmendaten .collection_content.firmenlogo-firma {
        width: 250px !important;
    }
}


/* bg fix */
/* .firmen-coll.full_preview div#area-5 {
    background: #393939 !important;
} */
.firmen-coll.full_preview div#area-8 {
    background: var(--background) !important;
}
.var-bg:nth-child(even) {
    background: #393939 !important;
}
/* bg fix */
/* .stellen-detail.full_preview .collection_content.field-1660726819.video {
    margin-top: 60px;
} */
.home div#area-2 {
    background:#393939 !important;
} 
/* ! ---- fix  */
/* form modal fix */
.modal {
    position: fixed;
    background-color: var(--main);
    padding: 20px;
    border-radius: 15px;
    top: 7%;
    Z-INDEX: 999;
    left: 50%;
    transform: translatex(-50%) translatey(0%);
}
.modal-none {
    display: none;
}
.modal-header button {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
}
/* form modal fix */
@media (min-width: 1300px ) {
    .firmen-coll.full_preview .collection_content.company.custom {
        margin-bottom: 100px;
    }
}
.search_field label {
    font-weight: 600;
}
.field-1660054180 li {
    position: relative;
    margin-left: 5px;
}
.field-1660054180 li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main);
    position: absolute;
    left: -15px;
    top: 9px;
}
.field-1660054275 li {
    position: relative;
    margin-left: 5px;
}
.field-1660054275 li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--main);
    position: absolute;
    left: -15px;
    top: 9px;
}
/* .quick-facts-content .ausbildungsart {
} */
.quick-facts-content .ausbildungsart::before {
    content: "Ausbildungsart:";
    margin-right: 10px;
    font-weight: 600;
}
.quick-facts-content .berufsschule::before {
    content: "Berufsschule:";
    margin-right: 10px;
    font-weight: 600;
}
.quick-facts-content .ausbildungsdauer::before {
    content: "Ausbildungsdauer:";
    margin-right: 10px;
    font-weight: 600;
}
.quick-facts-content .schulabschluss::before {
    content: "Schulabschluss:";
    margin-right: 10px;
    font-weight: 600;
}
.quick-facts-content .beginn::before {
    content: "Ausbildungsbeginn:";
    margin-right: 10px;
    font-weight: 600;
}
/* body {
    overflow: hidden;
} */
.gallery-style .owl-nav {
    display: flex !important;
    justify-content: center !important;
    padding-top: 20px;
}


.firmen-coll.full_preview .collection_full.firmen .collection_container {
    position: unset;
}
.firmen-coll.full_preview .collection_full.firmen .collection_content.company.custom {
    margin-bottom: unset;
}
.firmen-coll.full_preview .collection_full.firmen .collection_content.company.custom {
    margin-bottom: unset;
}
.firmen-coll.full_preview .collection_full.firmen .collection_content.title {
    bottom: unset;
    z-index: unset;
    position: unset;
    opacity: 1;
    transition: unset;
    top: unset;
}
.firmen-coll.full_preview .collection_full.firmen .collection_content.firmenlogo-firma {
    top: 100px;
    right: 15px!important;
}
@media (max-width: 992px ) {
    .firmen-coll.full_preview .collection_full.firmen .collection_content.firmenlogo-firma {
        top: 10px;
    }
}
.fahr-full .fahrplan-full {
    float: unset;
    margin-top: 100px!important;
}
.fahr-full .fahrplan-full .fahrplan{
    width: unset !important;
}
.fahr-full .fahrplan-full .row{
    float: unset;
}
.fahr-full div#content {
    float: unset;
}
.fahr-full .fahrplan-full .col-xs-12 {
    float: unset;

}
.fahr-full .fahrplan-full .collection_list {
    float: unset;
}
/* Fahrplan Full */
.fahr-full .fahrplan-full .collection_list.fahrplan {
    height: 250px;
    margin-bottom: 40px;
    color: #111111
} 

.fahr-full .fahrplan-full .collection_container {
    height: 250px;
    display: flex;
    background: #fff;
} 
.fahr-full .fahrplan-full .event__bild{
    min-width: 350px;
    position: relative;
} 
.fahr-full.full_preview .lottie-rocket {
    display: none;
}
@media (max-width: 991px ) {
    .fahr-full .fahrplan-full .event__bild {
        min-width: 200px;
    }
}
.fahr-full .fahrplan-full .event__bild img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} 
.fahr-full .fahrplan-full .event__wrapper{
    padding: 36px;
} 
.fahr-full .fahrplan-full .event__firm{
    font-size: 16px;
    color: #9A9A9A;
    width: 80%;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
} 
.fahr-full .fahrplan-full .event__title{
    font-size: 22px;
    color: #111111;
    font-weight: 500;
    hyphens: auto;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
} 
.fahr-full .fahrplan-full .event__datum{
    font-size: 16px;
    color: var(--main) !important;
    margin-bottom: 10px;
    font-weight: 600;
} 
.fahr-full .fahrplan-full .event__subtitle{
    font-size: 16px;
    color: #9A9A9A;
    margin-bottom: 10px;
    max-width: 800px;
    margin-top: 20px;
} 
.fahr-full .fahrplan-full .filter_display{
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
    margin-right: 250px;
} 

.fahr-full .fahrplan-full .filter_display .button_filter_wrapper_2 a{
    color: 9a9a9a;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 12px;
    /* margin-right: 20px; */
    display: block;
} 
.fahr-full .fahrplan-full .fahrplan.hide{
    display: none;
} 
.fahr-full .fahrplan-full .collection_group{
    background: rgba(134, 194, 50, 0.2);
    border: 1px solid rgba(134, 194, 50, 1);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    position: absolute;
    right: 36px;
    top: 36px;
    font-size: 12px;
    color: var(--main);
} 
@media (max-width: 1199px) {
    .fahr-full .fahrplan-full .filter_display {
        margin-right: 0px;
    }

    .fahr-full .eventmaker-link .textcontent {
        bottom: -40px !important;
    }
}

@media (max-width: 991px) {
    .fahr-full .fahrplan-full .collection_list.fahrplan {
        height: 350px;
    } 
    .fahr-full .fahrplan-full .collection_container {
        height: 350px;
    } 
    .fahr-full .fahrplan-full .collection_group {
        bottom: 36px;
        top: unset;
    }
}
/* Fahrplan Full end  */
.collection_group {
    display: none;
}
@media (max-width: 768px) {
    .home .event__title-top h2,
    .ueber-uns .event__title-top h2 {
        padding-left: 15px;
    }
}
/* .fahrplan-full .row {
    position: relative;
} */
.lottie-rocket {
    position: sticky;
    transform: rotate(135deg);
    width: 80px;
    height: 80px;
    left: -100px;
    top: 400px;
    z-index: 9;
    transition-duration: 300ms;
}
/* .lottie-rocket::after {
    content: "";
    border-left: 1px dotted #9A9A9A;
    color: #fff;
    width: 2px;
    position: fixed;
    transform: rotate(45deg);
    left: 230px;
} */
.lottie-rocket lottie-player{
    width: 80px !important;
    height: 80px !important;
}
.fahr-full .fahrplan-full .row {
    position: relative;
}
.fahr-full .fahrplan-full .row::after {
    position: absolute;
    content: "";
    left: 29px;
    background: #9A9A9A;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 280px;
    z-index: 1;
    
}
.fahr-full .fahrplan-full .row::before {
    position: absolute;
    content: "";
    left: 37px;
    background-image: url("/userdata/images/Gruppe 138.png");
    width: 4px;
    height: calc(100% - 280px);
    margin-top: 280px;
}
.fahr-full .fahrplan-full .filter_display {
    margin-left: 80px;
}
.fahr-full .fahrplan-full .collection_list.fahrplan {
    margin-left: 80px;
}
@media (max-width: 768px) {
    .fahr-full .fahrplan-full .collection_list.fahrplan {
        height: auto;
        min-height: 400px;
    }
    .fahr-full .fahrplan-full .collection_container {
        height: auto;
        min-height: 400px;
        flex-direction: column;
    }
    .fahr-full .fahrplan-full .event__bild {
        min-width: 100%;
        height: 200px;
    }
    .fahr-full .fahrplan-full .event__title{
        margin-right: 50px;
    }
    .fahr-full .fahrplan-full .collection_group {
        top: 236px;
        bottom: unset;
    }
    .fahr-full .fahrplan-full .filter_display {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .fahr-full .fahrplan-full .filter_display .button_filter_wrapper_2{
        font-size: 12px;
    }
    .fahr-full .fahrplan-full .filter_display {
        margin-left: 0px;
    }
    
}
@media (max-width: 586px) {
    .fahr-full .fahrplan-full .collection_group {
        top: unset;
        bottom: 18px;
        right: 18px;
    }
    .fahr-full .fahrplan-full .event__subtitle {
        margin-bottom: 40px;
    }
    .fahr-full .fahrplan-full .event__wrapper {
        padding: 18px;
    }
    .fahr-full .fahrplan-full .event__title {
        margin-right: 0px;
    }
    .fahr-full .fahrplan-full .event__firm {
        margin-right: 0px;
    }
}
@media (max-width: 486px) {
    .fahr-full .lottie-rocket {
        width: 40px;
        height: 40px;
        /* left: -200px; */
        margin-left: -8px;
    }
    .fahr-full .lottie-rocket lottie-player  {
        width: 40px !important;
        height: 40px !important;
    }
    .fahr-full .fahrplan-full .collection_list.fahrplan {
        margin-left: 20px;
    }
    .fahr-full .fahrplan-full .row::before {
        left: 10px;
    }
    .fahr-full .fahrplan-full .row::after {
        left: 2px;
        top: 275px;
    }
    .fahr-full .fahrplan-full .filter_display {
        padding-top: 50px;
    }
}
@media (max-width: 375px) {
    .fahr-full .fahrplan-full .row::before {
        display: none;
    }
    .fahr-full .lottie-rocket {
        display: none;
    }
    .fahr-full .fahrplan-full .row::after {
        display: none;
    }
    .fahr-full .fahrplan-full .collection_list.fahrplan {
        margin-left: 0px;
    }
    .fahr-full .fahrplan-full .filter_display {
        padding-top: 90px;
    }
}

.loader {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, transparent 40%, var(--main));
    animation: animate 2s linear infinite;
}
  
  .loader::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    background: #000;
    border-radius: 50%;
    z-index: 1000;
  }
  
  .loader::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(45deg, transparent, transparent 40%, var(--main));
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
  }

  @keyframes animate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }

  .loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
  }

.preload {
    overflow: hidden;
}
.logo-icon img {
    position: absolute;
    z-index: 999;
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.collection_list.ausbildungsstellen .collection_container.Praktikum::after {
    content: "Praktikum möglich";
    padding: 5px 10px;
    background: transparent linear-gradient(113deg, #ECD505 0%, #D4BB19 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    display: inline-block;
    z-index: 9;
    transform: rotate(-90deg);
    right: -70px;
    top: 150px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
}
.collection_list.ausbildungsstellen .collection_container.Hassberge::after {
    content: "Haßberge";
    right: -33px;
    padding: 5px 10px;
    background: transparent linear-gradient(113deg, #ECD505 0%, #D4BB19 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    display: inline-block;
    z-index: 9;
    transform: rotate(-90deg);

    top: 150px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
}
.collection_list.ausbildungsstellen .collection_container.Praktikum.Hassberge::after {
    content: "HAS | Praktikum möglich";
    right: -90px;
}
.collection_list.ausbildungsstellen .collection_container.Schweinfurt::after {
    content: "Schweinfurt";
    right: -41px;
    padding: 5px 10px;
    background: transparent linear-gradient(113deg, #ECD505 0%, #D4BB19 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    display: inline-block;
    z-index: 9;
    transform: rotate(-90deg);

    top: 150px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
}
.collection_list.ausbildungsstellen .collection_container.Praktikum.Schweinfurt::after {
    content: "SW | Praktikum möglich";
    right: -88px;
}
.collection_list.ausbildungsstellen .collection_container.Schweinfurt.Hassberge::after {
    content: "Haßberge | Schweinfurt";
    right: -87px;
}
.collection_list.ausbildungsstellen .collection_container.Schweinfurt.Hassberge.Praktikum::after {
    content: "HAS | SW | Praktikum möglich";
    right: -110px;
}
.page_404 #content .container .textcontent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 200px;
    margin-bottom: 200px;
}
.page_404 #content .container .textcontent lottie-player{
    margin-left: unset;
}

@media (max-width: 992px) {
    .portal_58 img.burg, img.kirche {
        object-position: 10% 190px;
    }
}
@media (max-width: 400px) {
    .portal_58 img.burg, img.kirche {
        object-position: -80px 160px;
    }
    .home.portal_58  div#content {
        padding-top: 30px !important;
    }
}
.portal_59 img.burg {
    object-position: 0px 145px;
}
@media (max-width: 1300px) {
    .portal_59 img.burg {
        object-position: 0px 140px;
    }
}
@media (max-width: 992px) {
    .portal_59 img.burg {
        object-position: center 100px;
    }
}

.portal_58.stellen-detail.full_preview .field-1660726819 {
    width: 100%;
    margin-top: 0px !important;
}
.portal_58.stellen-detail.full_preview .collection_content.video-neu {
    width: 100%;
    
}
.block-video-duo {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .block-video-duo {
        flex-wrap: wrap;
    }
}

.fahr-full.full_preview .back_to_overview {
    display: unset;
}
.fahr-full.full_preview .back_to_overview a{
    display: inline-block;
    margin-top: 30px;
    background: var(--main);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

@media (max-width: 500px) {
    .fahr-full.full_preview .back_to_overview a{
        margin-top: 80px;
    }
}

/* add event */

body.event-maker .add-event__title {
    color: var(--font-dark);
    font-size: calc(18px + 8 * (100vw - 320px) / 1600);
    padding: 25px 10px 10px 25px;
}
body.event-maker #content .container {
    padding-bottom: 40px;
}
body.event-maker #content  {
    background-color: transparent;
}

body.event-maker .add-block {
    background-color: #fff;
    border-radius: var(--br--button);
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: var(--font-dark);
    border-radius: 10px;
}

body.event-maker .add-event__content {
    padding: 0px 25px 25px 25px;
    display: flex;
    /* align-items: center; */
}

.add-event__block-left {
    color: var(--font-dark);
}
.add-block textarea {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-top: 20px;
    min-height: 100px;
    resize: none;
}
.add-block label {
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
}
.add-block .add-img {
    border: 1px dashed #d5d5d5;
    width: 350px;
}
.bigtextarea {
    min-height: 300px !important;
}
.form-senden-button {
    color: var(--clr-primary-white);
    font-weight: var(--fw-bold);
    display: block;
    margin-bottom: 20px;
    background-color: #64BE53;
    padding: 10px;
    text-align: center;
    border-radius: var(--br--button);
    margin-top: 20px;
}


.checkboxrow {
    display: flex;
    align-items: center;
}
.checkboxrow input{
    width: unset;
    margin-left: 20px;
}
.event-maker textarea,
.event-maker input {
    color: var(--font-dark);
}
.event-maker .add-block{
    max-width: 600px;
}
.event-maker .row{
    flex: 1;
}
.event-maker .col-xs-12 {
    display: flex;
    margin-top: 40px;
}
.event-maker .text-fur-eventmaker {
    flex: 1;
    margin-left: 25px;
}
.event-maker .text-fur-eventmaker .row{
    width: 100%;
}
.event-maker .text-fur-eventmaker img{
    object-fit: contain !important;
    width: unset !important;
    height: unset !important;
    width: 100% !important;
    border-radius: 10px;
}
.event-maker .form-senden-button{
    background: var(--main);
    border-radius: 500px;
    color: #fff;
    border: unset;
    transition-duration: 200ms;
    cursor: pointer;
}
.event-maker .form-senden-button:hover{
    transform: scale(1.02);
    transition-duration: 200ms;
}

.fahr-full .fahrplan-full {
    margin-top: 50px !important;
}
.fahr-full .eventmaker-link {
    position: relative;
}
.fahr-full .eventmaker-link .textcontent{
   position: absolute;
   right: 0px;
   bottom: -85px;
   z-index: 9999999;
}
.fahr-full .eventmaker-link .textcontent a{
    color: #fff !important;
    padding: 5px 10px;
    background-color: var(--main);
    border-radius: 12px;
    display: block;
}
.fahr-full .eventmaker-link .textcontent a:hover{
    transform: scale(1.03);
    transition-duration: 200ms;
}
.fahr-full.full_preview .eventmaker-link {
    display: none;
}
/* add event */

.row.seo .textcontent {
    height: auto;
}
@media (max-width: 991px) {
    .text-fur-eventmaker {
        display: none;
    }
    .add-block {
        margin-left: auto;
        margin-right: auto;
        max-width: 90% !important;
    }
    .add-block .add-img {
        width: 100%;
        max-width: 350px;
    }
}


.collection_content.galleryContentData.field-1660726655.bildergalerie.gallery .collection_content.galleryContentData.field-1660726655.bildergalerie.gallery {
    display: none;
}

.collection_full .block-video-duo .video-neu:empty {
    display: none !important;
}

/* .stellen-detail.full_preview .collection_full.ausbildungsstellen .collection_container > .collection_content.title.custom::after {
    content: "(M/W/D)";
    display: block;
    position: absolute;
    top: -30px;
    left: 0px;
    font-size: 17px;
} */

.firmen-coll.full_preview .owl-stage img {
    border-radius: 15px;
    overflow: hidden;
}

body.firmen-coll.full_preview .firmenbeschreibung-firma.kurz-knapp:empty {
    display: none;
}

body.full_preview .event__title{
    display: none;
}
body.full_preview .event__info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border-radius: 10px;
    z-index: 10;
    padding: 20px;
    margin-right: 20px;
}
body.full_preview .event__info{
    max-width: 340px;
}
body.full_preview .event__info .collection_content{
    padding: unset;
}
body.full_preview .event__info .event__datum{
    font-size: 14px;
}
body.full_preview .event__info .field-1675760114{
    font-size: 16px;
    color: var(--font-dark);
    margin-top: 5px;
}
body.full_preview .event__info .event__firm{
    font-size: 16px;
    margin-top: 5px;
}

body.full_preview .collection_content.event__mail{
    display: none;
}
body.full_preview .collection_content.field-1694778857{
    display: none;
}

body.dank #content .textcontent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
body.dank #content .textcontent img {
    margin-bottom: 30px;
}



.pr-maker__link { 
    margin-top: -65px;
}
.pr-maker__link .textcontent{
    display: flex;
    justify-content: end;
}
.pr-maker__link a{
    background: var(--main) !important;
    color: #fff !important;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    transition-duration: 200ms;
}
.pr-maker__link a:hover{
    transform: scale(0.95);
    transition-duration: 200ms;
}


.collection_list.firmen .event_container {
    position: absolute;
    display: inline-block;
    z-index: 9;
    transform: rotate(180deg);
    left: 0px;
    top: 20px;
    font-size: 16px;
    padding: 5px 10px;
    background: var(--main);
    border-radius: 5px 0px 0px 5px;
    
}
.collection_list.firmen .event_container a {
    color: #fff;
    font-size: 0.8rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}


#footer__form a {
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 7px 22px !important;
    border-radius: 5px;
    background: #fff;
    color: var(--font-dark);
}

 /* last_ch */
 body.praktikums #content .container {
    display: flex;
  }
  @media (width < 768px) {
    body.praktikums #content .container {
      flex-wrap: wrap;
    }
  }
  body.praktikums .praktikums__block-left {
    border-right: 1px solid var(--main);
  }
  @media (width <= 1199px) {
    body.praktikums .praktikums__block-left {
      width: 35%;
    }
  }
  @media (width < 768px) {
    body.praktikums .praktikums__block-left {
      width: 100%;
    }
  }
  body.praktikums .praktikums__block-right {
    display: flex;
    flex-wrap: wrap;
  }
  @media (width <= 1199px) {
    body.praktikums .praktikums__block-right {
      width: 65%;
    }
  }
  @media (width < 768px) {
    body.praktikums .praktikums__block-right {
      width: 100%;
    }
  }
  body.praktikums .pr-firm {
    width: 50%;
    transition-duration: 200ms;
  }
  @media (width <= 1199px) {
    body.praktikums .pr-firm {
      width: 100%;
    }
  }
  body.praktikums .pr-firm:hover {
    transform: scale(1.02);
    transition-duration: 200ms;
  }
  body.praktikums .pr-firm.hide {
    display: none;
  }
  body.praktikums .pr-firm__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body.praktikums .pr-firm .collection_container {
    padding: 20px;
    height: 100%;
    background-color: unset;
    border: 1px solid var(--main);
  }
  body.praktikums .pr-firm__header {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  body.praktikums .pr-firm__logo {
    width: 60px;
    height: 45px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
  }
  body.praktikums .pr-firm__logo img {
    object-fit: contain;
  }
  body.praktikums .pr-firm__name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 14px;
  }
  body.praktikums .pr-firm .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
  }
  body.praktikums .pr-firm__address {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
  }
  body.praktikums .pr-firm__address::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 15px;
    height: 100%;
    background-image: url(/userdata/svg/geo-alt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body.praktikums .pr-firm__footer-time {
    display: flex;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
  }
  body.praktikums .pr-firm__footer-time::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 15px;
    height: 100%;
    background-image: url(/userdata/svg/clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body.praktikums .pr-firm__pr-from::after {
    content: "-";
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
  }
  body.praktikums .pr-firm__pr-prof {
    display: none;
  }
  body.praktikums .teamsFilter button {
    background: unset;
    padding: unset;
    padding: 10px;
    transition-duration: 200ms;
    border-radius: 3px;
    margin-bottom: 2px;
    text-align: left;
    background-color: #303436;
    margin-right: 3px;
  }
  body.praktikums .teamsFilter button.button-o {
    color: #8f8f8f;
  }
  body.praktikums .teamsFilter button:hover {
    color: #fff;
    transition-duration: 200ms;
    background-color: #303436;
  }
  
  body.pr-maker #content form.pr-maker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  body.pr-maker #content form.pr-maker .pr-maker__block-right {
    width: 48%;
    background-color: #303436;
    padding: 20px;
    border-radius: 5px;
  }
  body.pr-maker #content form.pr-maker .pr-maker__block-right textarea {
    resize: vertical;
    height: 200px;
  }
  @media (width <= 1199px) {
    body.pr-maker #content form.pr-maker .pr-maker__block-right {
      width: 100%;
    }
  }
  body.pr-maker #content form.pr-maker .pr-maker__block-left {
    width: 48%;
    background-color: #303436;
    padding: 20px;
    border-radius: 5px;
  }
  body.pr-maker #content form.pr-maker .pr-maker__block-left select {
    width: 100%;
  }
  @media (width <= 1199px) {
    body.pr-maker #content form.pr-maker .pr-maker__block-left {
      width: 100%;
      margin-top: 20px;
    }
  }
  body.pr-maker #content form.pr-maker .pr-maker input.form-senden-button {
    width: 80px;
    margin-left: auto;
  }
  
  body.last_ch.full_preview #backButton {
    display: block;
    display: inline-block;
    margin-top: 30px;
    background: var(--main);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
  }
  /* body.last_ch.full_preview #backButton::after {
    content: "Zurück";
    display: inline-block;
  } */
  body.last_ch.full_preview .collection_full.pr-firm .collection_container {
    display: flex;
    flex-direction: column;
    padding: calc(10px + 30 * (100vw - 320px) / 1600);
    border: 1px solid var(--main);
    border-radius: 15px;
  }
  body.last_ch.full_preview .collection_full.pr-firm .collection_container .collection_content {
    padding: 0px;
  }
  body.last_ch.full_preview .pr-firm {
    margin-top: 20px;
  }
  body.last_ch.full_preview .pr-firm__header {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  body.last_ch.full_preview .pr-firm__logo {
    width: 60px;
    height: 45px;
    padding: 5px !important;
    background-color: #fff;
    border-radius: 5px;
  }
  body.last_ch.full_preview .pr-firm__logo img {
    object-fit: contain;
  }
  body.last_ch.full_preview .pr-firm__name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 14px;
  }
  body.last_ch.full_preview .pr-firm__facts {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  body.last_ch.full_preview .pr-firm .title {
    font-size: calc(20px + 6 * (100vw - 320px) / 1600);
    font-weight: 600;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    padding-bottom: 0px;
  }
  body.last_ch.full_preview .pr-firm__address-block {
    background-color: #303436;
    padding: 20px;
    border-radius: 5px;
  }
  body.last_ch.full_preview .pr-firm__teaser {
    margin-top: 40px;
  }
  body.last_ch.full_preview .pr-firm__teaser::before {
    content: "Über das Unternehmen:";
    display: block;
    font-size: calc(18px + 4 * (100vw - 320px) / 1600);
    margin-bottom: 10px;
    font-weight: 600;
  }
  body.last_ch.full_preview .pr-firm__high {
    margin-top: 20px;
  }
  body.last_ch.full_preview .pr-firm__high::before {
    content: "Highlights:";
    display: block;
    font-size: calc(18px + 4 * (100vw - 320px) / 1600);
    margin-bottom: 10px;
    font-weight: 600;
  }
  body.last_ch.full_preview .pr-firm__email {
    display: none;
  }
  body.last_ch.full_preview .pr-firm__pr-prof {
    padding: 0px 0px 20px 0px !important;
    border-bottom: 1px solid #303436;
  }
  body.last_ch.full_preview .pr-firm__address::before {
    content: "Adresse:";
    display: block;
    color: var(--main);
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
  body.last_ch.full_preview .pr-firm__pr-from::before {
    content: "Dauer:";
    display: block;
    color: var(--main);
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
  body.last_ch.full_preview .pr-firm__pr-to::before {
    content: "Beginn:";
    display: block;
    color: var(--main);
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
  body.last_ch.full_preview  .stellen_lc .title,
  body.last_ch.full_preview  .ausbildungsstellen .title {
    font-size: calc(20px + 6*(100vw - 320px) / 1600);
    font-weight: 600;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    padding-bottom: 0px;
}
  body.last_ch.full_preview .stellen_lc,
  body.last_ch.full_preview .ausbildungsstellen {
    max-width: 100%;
    /* background-color: #303436; */
    /* padding: 20px; */
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  body.last_ch.full_preview .stellen_lc textarea,
  body.last_ch.full_preview .ausbildungsstellen textarea {

    resize: vertical;
    height: 200px;
  }
  body.last_ch.full_preview .stellen_lc select,
  body.last_ch.full_preview .ausbildungsstellen select{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.last_ch.full_preview #area-2 {
    padding-top: 30px !important;
  }
  body.last_ch.full_preview #content {
    padding-bottom: 30px !important;
  }
  @media (width < 768px) {
    body.last_ch.full_preview #content {
      margin-top: 50px !important;
    }
  }
/* old */

body.last_ch_all #content .container {
    display: flex;
  }
  @media (width < 768px) {
    body.last_ch_all #content .container {
      flex-wrap: wrap;
    }
  }
  body.last_ch_all .praktikums__block-left {
    border-right: 1px solid var(--main);
  }
  @media (width <= 1199px) {
    body.last_ch_all .praktikums__block-left {
      width: 35%;
    }
  }
  @media (width < 768px) {
    body.last_ch_all .praktikums__block-left {
      width: 100%;
    }
  }
  body.last_ch_all .praktikums__block-right {
    display: flex;
    flex-wrap: wrap;
  }
  @media (width <= 1199px) {
    body.last_ch_all .praktikums__block-right {
      width: 65%;
    }
  }
  @media (width < 768px) {
    body.last_ch_all .praktikums__block-right {
      width: 100%;
    }
  }
  body.last_ch_all .pr-firm {
    width: 50%;
    transition-duration: 200ms;
  }
  @media (width <= 1199px) {
    body.last_ch_all .pr-firm {
      width: 100%;
    }
  }
  body.last_ch_all .pr-firm:hover {
    transform: scale(1.02);
    transition-duration: 200ms;
  }
  body.last_ch_all .pr-firm.hide {
    display: none;
  }
  body.last_ch_all .pr-firm__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  body.last_ch_all .pr-firm .collection_container {
    padding: 20px;
    height: 100%;
    background-color: unset;
    border: 1px solid var(--main);
  }
  body.last_ch_all .pr-firm__header {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  body.last_ch_all .pr-firm__logo {
    width: 60px;
    height: 45px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
  }
  body.last_ch_all .pr-firm__logo img {
    object-fit: contain;
  }
  body.last_ch_all .pr-firm__name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 14px;
  }
  body.last_ch_all .pr-firm .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
  }
  body.last_ch_all .pr-firm__address {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
  }
  body.last_ch_all .pr-firm__address::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 15px;
    height: 100%;
    background-image: url(/userdata/svg/geo-alt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body.last_ch_all .pr-firm__footer-time {
    display: flex;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
  }
  body.last_ch_all .pr-firm__footer-time::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 15px;
    height: 100%;
    background-image: url(/userdata/svg/clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body.last_ch_all .pr-firm__pr-from::after {
    content: "-";
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
  }
  body.last_ch_all .pr-firm__pr-prof {
    display: none;
  }
  body.last_ch_all .teamsFilter button {
    background: unset;
    padding: unset;
    padding: 10px;
    transition-duration: 200ms;
    border-radius: 3px;
    margin-bottom: 2px;
    text-align: left;
    background-color: #303436;
    margin-right: 3px;
  }
  body.last_ch_all .teamsFilter button.button-o {
    color: #8f8f8f;
  }
  body.last_ch_all .teamsFilter button:hover {
    color: #fff;
    transition-duration: 200ms;
    background-color: #303436;
  }
  
  body.last_ch_create  #content form.pr-maker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  body.last_ch_create  #content form.pr-maker .pr-maker__block-right {
    width: 48%;
    background-color: #303436;
    padding: 20px;
    border-radius: 5px;
  }
  body.last_ch_create  #content form.pr-maker .pr-maker__block-right textarea {
    resize: vertical;
    height: 200px;
  }
  @media (width <= 1199px) {
    body.last_ch_create  #content form.pr-maker .pr-maker__block-right {
      width: 100%;
    }
  }
  body.last_ch_create  #content form.pr-maker .pr-maker__block-left {
    width: 48%;
    background-color: #303436;
    padding: 20px;
    border-radius: 5px;
  }
  body.last_ch_create  #content form.pr-maker .pr-maker__block-left select {
    width: 100%;
  }
  @media (width <= 1199px) {
    body.last_ch_create  #content form.pr-maker .pr-maker__block-left {
      width: 100%;
      margin-top: 20px;
    }
  }
  body.last_ch_create  #content form.pr-maker .pr-maker input.form-senden-button {
    width: 80px;
    margin-left: auto;
  }
  
  body.last_ch.full_preview #backButton {
    display: block;
    display: inline-block;
    margin-top: 30px;
    background: var(--main);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
  }
  /* body.last_ch.full_preview #backButton::after {
    content: "Zurück";
    display: inline-block;
  } */
  body.last_ch.full_preview .collection_full.stellen_lc .collection_container,
  body.last_ch.full_preview .collection_full.ausbildungsstellen .collection_container {
    display: flex;
    flex-direction: column;
    padding: calc(10px + 30 * (100vw - 320px) / 1600);
    border: 1px solid var(--main);
    border-radius: 15px;
  }
  body.last_ch.full_preview .collection_full.stellen_lc .collection_container .collection_content,
  body.last_ch.full_preview .collection_full.ausbildungsstellen .collection_container .collection_content {
    padding: 0px;
  }
  body.last_ch.full_preview .pr-firm {
    margin-top: 20px;
  }
  body.last_ch.full_preview .pr-firm__header {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  body.last_ch.full_preview .pr-firm__logo {
    width: 60px;
    height: 45px;
    padding: 5px !important;
    background-color: #fff;
    border-radius: 5px;
  }
  body.last_ch.full_preview .pr-firm__logo img {
    object-fit: contain;
  }
  body.last_ch.full_preview .pr-firm__name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 14px;
  }
  body.last_ch.full_preview .pr-firm__facts {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  body.last_ch.full_preview .pr-firm .title {
    font-size: calc(20px + 6 * (100vw - 320px) / 1600);
    font-weight: 600;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    padding-bottom: 0px;
  }
  body.last_ch.full_preview .pr-firm__address-block {
    background-color: #303436;
    padding: 20px;
    border-radius: 5px;
  }
  body.last_ch.full_preview .pr-firm__teaser {
    margin-top: 40px;
  }
  body.last_ch.full_preview .pr-firm__teaser::before {
    content: "Über das Unternehmen:";
    display: block;
    font-size: calc(18px + 4 * (100vw - 320px) / 1600);
    margin-bottom: 10px;
    font-weight: 600;
  }
  body.last_ch.full_preview .pr-firm__high {
    margin-top: 20px;
  }
  body.last_ch.full_preview .pr-firm__high::before {
    content: "Highlights:";
    display: block;
    font-size: calc(18px + 4 * (100vw - 320px) / 1600);
    margin-bottom: 10px;
    font-weight: 600;
  }
  body.last_ch.full_preview .pr-firm__email {
    display: none;
  }
  body.last_ch.full_preview .pr-firm__pr-prof {
    padding: 0px 0px 20px 0px !important;
    border-bottom: 1px solid #303436;
  }
  body.last_ch.full_preview .pr-firm__address::before {
    content: "Adresse:";
    display: block;
    color: var(--main);
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
  body.last_ch.full_preview .pr-firm__pr-from::before {
    content: "Dauer:";
    display: block;
    color: var(--main);
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
  body.last_ch.full_preview .pr-firm__pr-to::before {
    content: "Beginn:";
    display: block;
    color: var(--main);
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
  body.last_ch.full_preview .pr-form {
    max-width: 100%;
    background-color: #303436;
    padding: 20px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  body.last_ch.full_preview .pr-form textarea {
    resize: vertical;
    height: 200px;
  }
  body.last_ch.full_preview .pr-form select {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.last_ch.full_preview #area-2 {
    padding-top: 30px !important;
  }
  body.last_ch.full_preview #content {
    padding-bottom: 30px !important;
  }
  @media (width < 768px) {
    body.last_ch.full_preview #content {
      margin-top: 50px !important;
    }
  }


  body.last_ch_all .stellen_lc .collection_container,
  body.last_ch_all .ausbildungsstellen .collection_container {
    padding: 20px;
    height: 100%;
    background-color: unset;
    border: 1px solid var(--main);
}
body.last_ch_all .stellen_lc,
body.last_ch_all .ausbildungsstellen {
    width: 50%;
    transition-duration: 200ms;
}
body.last_ch_all .stellen_lc .title,
body.last_ch_all .ausbildungsstellen .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

@media (width < 1200px) {
    .pr-maker__link {
        margin-top: unset;
    }
    body.last_ch_all .stellen_lc,
    body.last_ch_all .ausbildungsstellen {
        width: 100%;
    }
}

/* body.last_ch_all .vnm-confetti-button {
    display: none;
} */
/* body.last_ch_all .vnm-confetti-button a{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
} */

  /* last_ch end */

.lc-firm__wrapper .collection_container {
  display: flex;
  flex-direction: column;
  padding: 20px !important;
}