@font-face {
    font-family: "Paralucent Bold";
    src: url("../webfonts/Bold.woff2");
}
@font-face {
    font-family: "Paralucent Medium";
    src: url("../webfonts/Medium.woff2");
}
@font-face {
    font-family: "Paralucent Light";
    src: url("../webfonts/Light.woff2");
}

:root {
    --yellow: #F2B83F;
    --green: #80D640;
    --blue: #438AEB;
    --lila: #53178E;
    --red: #E10C24;
    --black: #1E0A31;
    --blackHover: #161615;
}

.bg_blue, .frame-layout-1, .header.layout1 {background-color: var(--blue);}
.bg_green, .frame-layout-2, .header.layout2 {background-color: var(--green);}
.bg_yellow, .frame-layout-3, .header.layout3 {background-color: var(--yellow);}
.bg_red, .frame-layout-4, .header.layout4 {background-color: var(--red); color: #FFF;}
.bg_red a, .frame-layout-4 a, .header.layout4 a {color: #FFF;}
.bg_red a:hover, .frame-layout-4 a:hover, .header.layout4 a:hover {color: #FFF;}
.bg_lila, .frame-layout-5, .header.layout5 {background-color: var(--lila);}
.header.layout5 {background-color: #fff;}
.header.layout4 nav a:hover {color: var(--blackHover);}


.color-1, .yellow {color: var(--yellow);}
.color-2, .green {color: var(--green);}
.color-3, .blue {color: var(--blue);}
.color-4, .lila {color: var(--lila);}
.color-5, .red {color: var(--red);}

html {
    font-size: 16px;
}

body {
    background-color: #fff;
    font-family: "Paralucent Medium", sans-serif;
    color: var(--black);
    line-height: 1.3rem;
    font-size: 1rem;
}

main.startpage {
    overflow-x: hidden;
}

.lightFont {
    font-family: "Paralucent Light" !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
}

.content p, .content ul li,
.mediumFont {
    font-family: "Paralucent Medium";
    font-size: 1.9rem;
    line-height: 2.5rem;
}

.content .accordion-body p {
    font-size: 1rem;
    line-height: 1.3rem;
}

p.fontSmall {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
}

p.mediumFontSmall,
span.mediumFontSmall {
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
}

p.paddingRight {
    padding-right: 20%;
}

.boldFont {
    font-family: "Paralucent Bold", sans-serif !important;
    font-size: 1.6rem !important;
    line-height: 2rem !important;
}

.boldFontSmall {
    font-family: "Paralucent Bold";
    font-size: 1rem;
}

@media only screen and (max-width: 991.98px) {
    .boldFont,
    .content p, .content ul li,
    .content .description ul li,
    .mediumFont {
        font-size: 1.2rem !important;
        line-height: 1.8rem !important;;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        font-size: 16px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
    font-family: "Paralucent Medium", sans-serif;
}

.startpage h3,
.content h1, .content .h1 {
    font-family: "Paralucent Bold", sans-serif;
    font-size: 80px;
    line-height: 80px;
}

@media only screen and (max-width: 767.98px) {
    .startpage h3, .content h1, .content .h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

.frame-type-mask_ausbildung_header header h1, .frame-type-mask_ausbildung_header header .h1,
.startpage h1, .startpage .h1,
.startpage h2, .startpage .h2 {
    font-family: "Paralucent Bold", sans-serif;
    font-size: 140px;
    line-height: 130px;
}

h2, .h2,
p.teaser {
    font-size: 30px;
    line-height: 40px;
}
h3, .h3 {
    font-size: 26px;
    line-height: 42px;
}

h5 {
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.2rem;
}

.content.minimal h2 {
    font-size: 1rem;
    font-family: "Paralucent Bold";
}

.content.minimal h4 {
    font-size: 1rem;
    font-family: "Paralucent Medium";
}


.content.minimal p {
    margin-bottom: 2.5rem;
}

.content.minimal p.mediumFontSmall {
    margin-bottom: 1.3rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--black);
}

a:hover {
    color: var(--red);
}

input.button,
a.buttonLink, a.buttonLinkLila {
    display: inline-block;
    color: var(--red);
    background-color: transparent;
    border: 2px solid var(--red);
    border-radius: 40px;
    font-size: 18px;
    line-height: 18px;
    font-family: "Paralucent Medium", sans-serif;
    width: fit-content;
    padding: 23px 27px;
    text-decoration: none;
}



input.button:hover,
a.buttonLink:hover {
    color: #fff;
    background-color: var(--red);
}

a.buttonLinkLila {
    color: var(--lila);
    background-color: var(--green);
    border: 2px solid var(--lila);
}

a.buttonLinkLila:hover {
    color: var(--green);
    background-color: var(--lila);
}

a.buttonLinkWhite,
a.buttonLinkWhite:hover {
    color: #fff;
    background-color: var(--transparent);
    border: 2px solid #fff;
}

a.buttonLink.white {
    color: white;
    background-color: transparent;
    border: 1px solid white;
}

a.buttonLinkWhiteRed {
    color: #fff;
    background-color: var(--transparent);
    border: 2px solid #fff;
}

a.buttonLinkWhiteRed:hover {
    color: #fff;
    background-color: var(--red);
    border: 2px solid var(--red);
}

ul.navbar-nav {
    margin-left:-16px;
    margin-right:-16px;
}

.navbar {
    padding-top: 20px;
}

@media only screen and (min-width: 992px) {
    #navbarSupportedContent > .container {
        padding: 0
    }
}

.navbar-toggler {
        display: none;
    }

.nav-link {
    font-family: "Paralucent Medium";
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1.3px;
    color: var(--black);
    transition: transform 0.3s ease;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 13px;
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
    color: var(--black);
}

@media only screen and (min-width: 992px) {
    .nav-link:hover {
        transform: scale(1.1);
    }
}

.nav-link.active {
    font-family: "Paralucent Bold";
}

.nav-link.active,
span.kreisLila,
span.kreisGruen,
span.kreisBlau,
span.kreisWeiss,
span.kreisSchwarz {
    background-image: url('../icons/Kreis-Hervorhebung-schwarz.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 1.9em;
    padding: 13px 30px 10px 18px;
    text-align: center;
}

span.kreisLila {background-image: url('../icons/Kreis-Hervorhebung-lila.svg');}
span.kreisGruen {background-image: url('../icons/Kreis-Hervorhebung-gruen.svg');}
span.kreisBlau {background-image: url('../icons/Kreis-Hervorhebung-blau.svg');}
span.kreisWeiss {background-image: url('../icons/Kreis-Hervorhebung-weiss.svg');}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--blackHover);
}

.count-up.kreisBlau {
    background-size: 100%;
    min-width: 200px;
}

strong {
    font-family: "Paralucent Bold", sans-serif;
}

.frame {
    padding-bottom: 100px;
    position: relative;
}
.content.minimal .frame .frame {
    padding-bottom: 0;
}

.content.minimal > .frame {
    padding-bottom: 50px;
}

.frame .container .container {
    padding-left: 0;
    padding-right: 0;
}

.frame-space-before-extra-small {padding-top: 25px !important;}
.frame-space-before-small {padding-top: 50px !important;}
.frame-space-before-medium {padding-top: 75px !important;}
.frame-space-before-large {padding-top: 150px !important;}
.frame-space-before-extra-large {padding-top: 200px !important;}
.frame-space-before-none {padding-top: 0 !important;}

.frame-space-after-extra-small {padding-bottom: 25px !important;}
.frame-space-after-small {padding-bottom: 50px !important;}
.frame-space-after-medium {padding-bottom: 75px !important;}
.frame-space-after-large {padding-bottom: 150px !important;}
.frame-space-after-extra-large {padding-bottom: 200px !important;}
.frame-space-after-none {padding-bottom: 0 !important;}

.header {
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 100px;
}

.pagets__minimal .header {
    padding-bottom: 300px;
}

.header .headerLogo_submenu {
    display: flex;
    justify-content: space-between;
}

.header .headerLogo_submenu .navbar-brand {
    transition: transform 0.3s ease;
    margin-left: -19px;
}
.header .headerLogo_submenu .navbar-brand:hover {
    transform: scale(1.1);
}

.header .languageSubMenu {
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
}

.header .languageSubMenu.mobile {
    display: none;
}

.header .languageSubMenu li {
    margin-left: 10px;
    margin-right: 10px;
}

.header .languageSubMenu li a {
    font-family: "Paralucent Medium";
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.6px;
    color: var(--black);
    text-decoration: none;
}

footer {
    padding-bottom: 50px;
    border-bottom: 30px solid var(--lila);
    margin-top: 150px;
    position: relative;
}

footer .linkTopContainer a.linkToTop {
    display: none;
}

footer .footer_logo, footer .footer_logo_stadt {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}

footer .footer_logo_stadt {
    justify-content: flex-end;
}

footer .footer_logo_stadt a.navbar-brand,
footer .footer_logo a.navbar-brand {
    max-width: 200px;
    display: flex;
    flex-direction: column;
}

footer .lightFont{
    letter-spacing: 1.3px;
    margin-bottom: 50px;
}

footer .nav {
    margin-left: -10px;
    margin-right: -10px;
}

footer .nav li, footer .nav li a {
    line-height: 1rem;
}

footer .nav .mediumFont{
    font-size: 1rem;
    padding: 0 10px;
}

.startpage footer h2, footer h2 {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 21px;
    font-family: "Paralucent Medium", sans-serif;
}

.frame-type-mask_startpage_header {
    background-color: var(--lila);
    position: relative;
    z-index: 2;
}

.frame-type-mask_ausbildung_header .container-md,
.frame-type-mask_einrichtung_header .container-md,
.frame-type-mask_jobs_header .container-md,
.frame-type-mask_startpage_header .container-md {
    padding-top: 40px;
    position: relative;
}

.frame-type-mask_ausbildung_header .bg_green,
.frame-type-mask_einrichtung_header .bg_green,
.frame-type-mask_jobs_header .bg_blue,
.frame-type-mask_startpage_header .bg_yellow {
    height: 284px;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.frame-type-mask_ausbildung_header header,
.frame-type-mask_einrichtung_header header,
.frame-type-mask_jobs_header header,
.frame-type-mask_startpage_header header {
    position: relative;
    z-index: 5;
    margin-bottom: 220px;
}

.frame-type-mask_jobs_header header {
    margin-bottom: unset;
    margin-left: 440px;
    margin-top: 96px;
}

.frame-type-mask_einrichtung_header header {
    margin-bottom: unset;
    margin-top: 176px;
    max-width: 60%;
}

.frame-type-mask_ausbildung_header header {
    color: #fff;
    padding-top: 130px;
    margin-bottom: 0;
    pointer-events: none;
}

.frame-type-mask_ausbildung_header header p {
    max-width: 45%;
    padding-top: 70px;
}

.frame-type-mask_ausbildung_header .imageContainer,
.frame-type-mask_jobs_header .imageContainer,
.frame-type-mask_startpage_header .imageContainer{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 84px;
}

.frame-type-mask_ausbildung_header .imageContainer img,
.frame-type-mask_startpage_header .imageContainer img {
    object-fit: cover;
    width: 575px;
    height: calc(535px + (700 - 535) * ((100vw - 320px) / (1600 - 320)));
    border-radius: 30px;
}

@media only screen and (min-width: 1600px) {
    .frame-type-mask_ausbildung_header .imageContainer img,
    .frame-type-mask_startpage_header .imageContainer img {

        height: 700px;
    }
}

.frame-type-mask_jobs_header .imageContainer {
   right: unset;
   width: 100%;
}

.frame-type-mask_jobs_header .imageContainer img.imgLeft,
.frame-type-mask_jobs_header .imageContainer img.imgRight {
    object-fit: cover;
    border-radius: 30px;
}

.frame-type-mask_jobs_header .imageContainer img.imgLeft {
    width: 530px;
    height: unset;
    max-height: 410px;
}

.frame-type-mask_jobs_header .imageContainer img.imgRight {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 80px;
    top: -40px;
}


.linkTopContainer a.linkToTop,
.frame-type-mask_konstanz_header .imageContainer a.linkDown,
.frame-type-mask_ausbildung_header .imageContainer a.linkDown,
.frame-type-mask_startpage_header .imageContainer a.linkDown {
    width: 120px;
    height: 120px;
    display: block;
    bottom: -60px;
    left: -60px;
    position: absolute;
    background-color: var(--red);
    background-image: url('../icons/Pfeil-Down.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    z-index: 10000;
}

.linkTopContainer {
    position: relative;
}
.pagets__startpage .linkTopContainer {
    position: unset;
}

.linkTopContainer a.linkToTop {
    transform: rotate(180deg);
}
.pagets__startpage .linkTopContainer a.linkToTop {
    left: unset;
    right: calc(((100% - 1320px) / 2) + (var(--bs-gutter-x) * .5));
}
.linkTopContainer a.linkToTop {
    left: unset;
    right: calc((100% - 1320px) / 2);
}

.linkTopContainer a.linkToTop {
    bottom: -50px;
}

.frame-type-mask_ausbildung_header .imageContainer a.linkDown:hover,
.frame-type-mask_startpage_header .imageContainer a.linkDown:hover {
    transform: scale(1.1);
}

.linkTopContainer a.linkToTop:hover {
    transform: rotate(180deg) scale(1.1);
}

.frame-type-mask_startpage_header .icons {
    color: white;
    display: flex;
    margin-left: -25px;
    position: relative;
    z-index: 5;
    max-width: fit-content;
}

.frame-type-mask_startpage_header .iconContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 25px;
}

.frame-type-mask_startpage_header .iconName {
    margin-top: 15px;
    letter-spacing: 0.1em;
}

.frame-type-mask_startpage__bild_mit_textelement {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}

.frame-type-mask_startpage__bild_mit_textelement .textContainer {
    position: absolute;
    width: 645px;
    height: fit-content;
    background-color: white;
    border-radius: 30px;
    padding: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.frame-type-mask_startpage__bild_mit_textelement .textContainer p {
    text-align: center;
    margin-top: 70px;
}

.frame-type-mask_startpage__bild_mit_textelement .textContainer img {
    max-width: 80px;
}

.frame-type-mask_startpage__bild_mit_textelement > img {
    max-height: 1200px;
    object-fit: cover;
    height: revert-layer;
}

.frame-type-mask_startpage_begriffe {
    padding-top: 40px;
}

.frame-type-mask_startpage_begriffe p:first-child {
     display: inline;
}

.frame-type-mask_startpage_begriffe .begriff {
    display: inline;
    hyphens: auto;           /* Silbentrennung aktiv */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphenate-character: ''; /* Bindestrich am Zeilenende entfernen */
    -webkit-hyphenate-character: '';
    overflow-wrap: break-word;  /* lange Wörter umbrechen bei Platzmangel */
    word-break: normal;
}

.frame-type-mask_startpage_begriffe .undDu .kreisLila {
    margin-left: 50px;
}

.frame-space-before-topAbove {
    padding-top: 100px;
}
.frame-space-before-topAbove .container {
    margin-top: -214px;
}

.frame-space-before-topAboveSm2,
.frame-space-before-topAboveSm {
    padding-top: 80px;
}
.frame-space-before-topAboveSm .container {
    margin-top: -148px;
}
.frame-type-mask_ausbildung_quer_einsteigen {
    padding-top: 70px;
}

.frame-space-before-topAboveSm2 .container {
    margin-top: -177px;
}

.frame-type-mask_startpage_kita_counter .textContainer {
    max-width: 40%;
    margin-top: -65px;
}

.frame-type-mask_startpage_kita_counter .counterContainer,
.frame-type-mask_startpage_kita_counter .textContainer {
    margin-right: 340px;
    margin-left: auto;
}

.frame-type-mask_startpage_kita_counter .imageContainer {
    width: 200px;
    position: absolute;
}

.frame-type-mask_startpage_kita_counter .imageContainer img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img1,
.frame-type-mask_startpage_kita_counter .imageContainer.img4 {
   height: 200px;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img2,
.frame-type-mask_startpage_kita_counter .imageContainer.img3 {
    height: 350px
}

.frame-type-mask_startpage_kita_counter .imageContainer.img1 {
    left: 125px;
    bottom: 405px;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img2 {
    left: 12px;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img2 {
    bottom: 30px;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img4 {
    bottom: 180px;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img3 {
    top: 33px;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img3,
.frame-type-mask_startpage_kita_counter .imageContainer.img4 {
    right: 12px;
}

.frame-type-mask_startpage_kita_counter .imageContainer.img5 {
    width: 420px;
    height: 310px;
    right: 110px;
    bottom: -155px;
}

.frame-type-mask_startpage_kita_counter .container {
    position: relative;
    margin-bottom: 440px;
}

.frame-type-mask_startpage_kita_counter .linkContainer {
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -290px;
}

.frame-type-mask_startpage_kita_counter .counterContainer {
    color: var(--blue);
    display: flex;
    justify-content: space-between;
    max-width: 50%;
    align-items: last baseline;
    margin-top: 100px;
    padding-bottom: 230px;
}

.frame-type-mask_startpage_kita_counter .counterContainer .h2 {
    font-size: 90px;
    line-height: 110px;
}

.frame-type-mask_startpage_kita_counter .counterContainer > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.frame-indent-left > .container {
    margin-left: 33%;
    margin-right: auto;
}

.frame-indent-left > .container > .ce-container {
    width: 66%;
}

.frame-type-mask_startpage_fragen_antworten > .container {
    padding: 0;
}

.frame-smContainer {
    border-radius: 30px;
    width: 80%;
}

.frame-smContainer p {
    padding-left: 40px;
    padding-right: 40px;
}

.frame-space-before-topAboveSm.frame-smContainer {
    height: calc(10%);
}

.frame-space-after-bottomAfter {
    margin-bottom: 430px;
}

.frame-space-after-bottomAfter .frame:last-of-type {
    margin-bottom: -430px;
}

/***********************
*   Accordion Begin    *
************************/
.custom-accordion .accordion-item {
    background: transparent;
    border: none;
}

.custom-accordion .accordion-button {
    background: transparent;
    color: #fff;
    padding: 1.5rem 3.5rem 1.5rem 0;
    box-shadow: none;
    position: relative;
    font-family: "Paralucent Medium";
    font-size: 1.9rem;
    line-height: 2.5rem;
}

.custom-accordion .accordion-button:focus,
.custom-accordion .accordion-button:hover {
    color: var(--red);
}

.custom-accordion .accordion-body {
    color: #fff;
    padding: 0 100px 1.5rem 0;
    font-size: 1rem;
    background-color: transparent;
}

.custom-accordion .accordion-body a {
    color: #fff;
}

.custom-accordion .accordion-body a:hover {
    color: var(--red);
}

/* Pfeil rechts */
.custom-accordion .accordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 45px;
    height: 45px;
    border: 2px solid var(--red);
    transform: translateY(-50%);
}

.custom-accordion .accordion-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
    background-image: url('../icons/Pfeil-rot.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 24px;
}

.custom-accordion .accordion-button:focus .accordion-icon,
.custom-accordion .accordion-button:hover .accordion-icon {
    background-color: var(--red);
}

.custom-accordion .accordion-button:focus .accordion-icon::after,
.custom-accordion .accordion-button:hover .accordion-icon::after {
    background-image: url('../icons/Pfeil-weiss.svg');
}

/* Pfeil drehen wenn offen */
.custom-accordion .accordion-button:not(.collapsed) .accordion-icon {
    display: none;
}

/* Bootstrap Default Icon entfernen */
.custom-accordion .accordion-button::after {
    display: none;
}
/***********************
*   Accordion END    *
************************/

.headerline.lightFont {
    border-bottom: 1px solid var(--black);
    margin-bottom: 15px;
    padding: 0 1rem 1rem 1rem;
}

.jobList .dataCol .headerline {
    margin-bottom: 60px;
}

.jobFrom {
    background-color: var(--blue);
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "Paralucent Bold", sans-serif;
    width: fit-content;
}

.jobList .jobFrom {
    margin-bottom: 15px;
}

.jobList > .filterCol {
    padding-right: 140px;
}

.filterCol .headerline.selected span:nth-child(1),
.filterCol .headerline span:nth-child(2) {
    display: none;
}
.filterCol .headerline span:nth-child(1),
.filterCol .headerline.selected span:nth-child(2) {
    display: block;
}

.jobList .dataCol a {
    text-decoration: none;
}

.traegerList .headerContainer a:hover,
.jobList .dataCol .rightCol > a:hover {
    text-decoration: underline;
}

.jobList .dataCol .rightCol {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.kitaList .dataCol .leftCol img,
.jobList .dataCol .leftCol img {
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 30px;
}

.row.kitaList .job.kita.row img { 
    border-radius: 30px;
}

.kitaList .dataCol .leftCol img,
.jobList.kitaList .dataCol .leftCol img {
    min-height: unset;
    max-height: 200px;
}

.jobList .mediumFontSmall p {
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
}

.jobList .job {
    margin-bottom: 15px;
}

.jobList .job .linkContainer {
    justify-content: flex-end;
}

#kitaMap .mapContainer {
    width: 100%;
    aspect-ratio: 1920 / 1122;
}

#kitaMap .map {
    width: 100%;
    height: 100%;
}

.accordion.accordion-flush {
    border: none;
    --bs-accordion-border-color: transparent;
}

.accordion.accordion-flush .accordion-item {
    background-color: none;
    border-bottom: 1px solid var(--black);
}

.accordion.accordion-flush .accordion-item:last-child {
    border-bottom: none;
}

.accordion.accordion-flush .accordion-button {
    background-image: url('../icons/Icon-Plus.svg');
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
}
.accordion.accordion-flush .accordion-button:not(.collapsed) {
    background: none;
    color: var(--black);
}

.accordion-body {
    padding: 0;
    background-color: rgb(0,0,0,0.05);
    border-radius: 20px;
    margin-bottom:20px;
}

.accordion.accordion-flush .selectContainer li:hover::after,
.accordion.accordion-flush .accordion-button::after {
    background: none;
}

.accordion.accordion-flush .selectContainer {
    list-style: none;
    padding: 0 var(--bs-accordion-btn-padding-x);
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
}

.accordion.accordion-flush .selectContainer li {
    padding-right: 40px;
    position: relative;
    padding-top: calc(var(--bs-accordion-btn-padding-y) / 2);
    padding-bottom: calc(var(--bs-accordion-btn-padding-y) / 2);
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.accordion.accordion-flush .selectContainer li:first-child {
    padding-top: var(--bs-accordion-btn-padding-y)
}
.accordion.accordion-flush .selectContainer li:last-child {
    padding-bottom: var(--bs-accordion-btn-padding-y);
}
.accordion.accordion-flush .selectContainer li::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.accordion.accordion-flush .selectContainer li:hover {
    cursor: pointer;
}

.deleteAllFilter {
    padding: 1rem 1.25rem;
    display: none;
}
.deleteAllFilter.show {
    display: block;
    border-top: 1px solid var(--black);
}

#kitasMap .deleteAllFilter.show {
    background-color: white;
    opacity: 0.8;
}

.deleteAllFilter a {
    color: var(--red);
    text-decoration: none;
    font-family: "Paralucent Medium", sans-serif;
    width: 100%;
    display: inline-block;
    position: relative;
    background-image: url('../icons/Icon-x-rot.svg');
    background-repeat: no-repeat;
    background-position: right center;
}

.filterSelected {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.filterSelected a {
    color: #fff;
    background-color: var(--red);
    padding: 8px 50px 5px 20px;
    position: relative;
    margin-bottom: 3px;
    background-image: url('../icons/Icon-x-weiss.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.filterSelected a:last-child {
    margin-bottom: 0px;
}

/*.filterSelected a::after {
    content: '+';
    color: #fff;
    background: none;
    font-size: 20px;
    font-family: "Paralucent Bold", sans-serif;
    line-height: 20px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -52%) rotate(-43deg);
}                       */

.jobdetail_header .bg_blue {
    height: 284px;
    width: 100%;
}

.profildetail_header .bgColor {
    min-height: 130px;
    width: 100%;
}

.profildetail_header.kitaHeader .bg_image,
.jobdetail_header .bg_image {
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    height: 580px;
    width: 100%;
}

.profildetail_header .bg_image .description {
    margin-top: 30px;
}

.profildetail_header,
.jobdetail_header {
    position: relative;
    /*height: 864px; */
}

.jobdetail_header .container-md {
    z-index: 10;
    position: relative;
    height: 100%;
}

.jobdetail_header .bg_blue .container-md .row {
    align-items: flex-end;
    height: 100%;
}

.profildetail_header .bgColor .container-md h1,
.jobdetail_header .bg_blue .container-md .row h1 {
    margin-bottom: -12px;
    hyphens: auto;
}

.profildetail_header .bgColor .container-md h1 {
    margin-top: 60px;
}

.profildetail_header .bg_image .container-md,
.jobdetail_header .bg_image .container-md {
    padding-top: 10px;
}

.profildetail_header .bg_image .container-md .row,
.jobdetail_header .bg_image .container-md .row {
    align-items: flex-start;
    height: 100%;
    padding: 0;
}

.jobdetail_header .jobDetails .jobDetail {
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    padding: 5px 0;

    font-family: "Paralucent Light";
    font-size: 1.6rem;
    line-height: 2rem;

    font-family: "Paralucent Medium";
    font-size: 1.8rem;
    line-height: 2.5rem;

}
.jobdetail_header .jobDetails .jobDetail:last-child {
    border-bottom: none;
}

.jobdetail_header .jobDetail.jobValidFrom::first-letter {
    text-transform: uppercase;
}

.profildetail_header .container-md,
.jobdetail_header .titleCol {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

a.backlink {
    display: flex;
    margin-left: 5px;
}

a.backlink .text {
    margin-left: 10px;
}

a.backlink .arrow {
    background-image: url('../icons/Pfeil-Down-black.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    transform: rotate(90deg);
    height: 23px;
    width: 13px;
}

a.backlink:hover {
    color: white;
}

a.backlink:hover .arrow {
    background-image: url('../icons/Pfeil-weiss.svg');
}

.jobdetail_content {
    margin-top: 60px;
}
.profildetail_content.traegerContent {
    margin-top: 140px;
}

.jobdetail_content .jobTitel {
    font-family: "Paralucent Bold", sans-serif;
    margin-bottom: 0;
    margin-top: 20px;
}

.linkContainer {
    text-align: center;
    position: realtive;
    display: flex;
    justify-content: center;
    width: 100%;
}

.traegerContent .kita .linkContainer {
    justify-content: space-between;
    align-items: flex-end;
}

.traegerContent .kitaList .col-md-8 .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.traegerContent .kita .dataCol,
.traegerContent .kita .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jobdetail_content .textDescription {
    font-family: "Paralucent Bold", sans-serif;
    font-size: 1rem;
    line-height: 1.2rem;
    padding-top: 9px;
}

.jobdetail_content .row {
    margin-bottom: 120px;
}

.traegerContent .kitaList .dataCol .row {
    margin-bottom: 25px;
}

.jobdetail_content .row .textKurz {
    margin-top: 60px;
}

.jobdetail_content ul.lineStyle {
    list-style: none;
    padding-left: 0;
}

.jobdetail_content ul.lineStyle li {
    border-bottom: 1px solid var(--black);
    padding: 15px 0;
}

#filterOptionWrapMap {
    background-color: white;
    opacity: 0.8;
    padding: 1rem;
}

/****************************
**** ImageGrid  START *******
****************************/

.imageGrid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(3, 1fr);
}

.imageGrid .imageItem {
    text-align: center;
    font-size: 30px;
}

.imageGrid .imageItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.imageGrid .img1, .imageGrid .img3, .imageGrid .img4, .imageGrid .img7, .imageGrid .img9, .imageGrid .img10 {
    grid-row: span 8;
}
/***************************
**** ImageGrid  END *******
****************************/

/****************************
**** ImageGrid2 (Einrichtung Profilseite)  START *******
****************************/

.imageGrid2 {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: [line-h1] 440px [line-h2] 270px [line-h3] 440px [line-h4] 270px [line-h5] 170px [line-h6];
}

.imageGrid2 .imageItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
/***** 1. Element ***/
.imageGrid2 .img1 {
    grid-column: 1 / 3;
    grid-row: line-h1 / line-h3;
}
.imageGrid2 .img2 {
    grid-column: 3 / 4;
    grid-row: line-h1 / line-h2;
}
.imageGrid2 .img3 {
    grid-column: 3 / 4;
    grid-row: line-h2 / line-h3;
}

/***** 2. Element ***/
.imageGrid2 .img4 {
    grid-column: 1 / 2;
    grid-row: line-h3 / line-h4;
}
.imageGrid2 .img5 {
    grid-column: 2 / 4;
    grid-row: line-h3 / line-h4;
}

/***** 3. Element ***/
.imageGrid2 .img6 {
    grid-column: 1 / 2;
    grid-row: line-h4 / line-h6;
}
.imageGrid2 .img7 {
    grid-column: 2 / 3;
    grid-row: line-h4 / line-h5;
}
.imageGrid2 .img8 {
    grid-column: 3 / 4;
    grid-row: line-h4 / line-h6;
}

/***************************
**** ImageGrid  END *******
****************************/

/****************************
**** BenefitsGrid  START ****
****************************/

.benefits {
    display: grid;
    gap: 20px;
    grid-template-rows: [line-h1] 20px [line-h2] 286px [line-h3] 20px [line-h4];
    grid-template-columns: [line-v1] calc(25% - 15px) [line-v2] calc(25% - 15px) [line-v3] calc(25% - 15px) [line-v4] calc(25% - 15px) [line-v5];
    margin-top: 90px;
}

.benefits.fourplus {
    grid-template-rows: [line-h1] 20px [line-h2] 286px [line-h3] 20px [line-h4] 286px [line-h5] 20px [line-h6];
}

.benefit {
    text-align: center;
    height: 286px;
}

.benefit .innerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--yellow);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
}
.benefits.einrichtung .benefit .innerContent {
    background-color: var(--green);
}

.benefit.nth2, .benefit.nth4, .benefit.nth5, .benefit.nth7 {
    height: 366px;
}
.benefit.nth2 .innerContent, .benefit.nth4 .innerContent, .benefit.nth5 .innerContent, .benefit.nth7 .innerContent {
    background-color: var(--blue);
    color: #fff;
}
.benefits.einrichtung .benefit.nth2 .innerContent,
.benefits.einrichtung .benefit.nth4 .innerContent,
.benefits.einrichtung .benefit.nth5 .innerContent,
.benefits.einrichtung .benefit.nth7 .innerContent {
    background-color: var(--lila);
    color: #fff;
}
.benefit.nth1 {
    grid-column: line-v1 / line-v2;
    grid-row: line-h2 / line-h3;
}
.benefit.nth2 {
    grid-column: line-v2 / line-v3;
    grid-row: line-h1 / line-h4;
}
.benefit.nth3 {
    grid-column: line-v3 / line-v4;
    grid-row: line-h2 / line-h3;
}
.benefit.nth4 {
    grid-column: line-v4 / line-v5;
    grid-row: line-h1 / line-h4;
}

.benefit.nth5 {
    grid-column: line-v1 / line-v2;
    grid-row: line-h3 / line-h6;
}
.benefit.nth6 {
    grid-column: line-v2 / line-v3;
    grid-row: line-h4 / line-h5;
}
.benefit.nth7 {
    grid-column: line-v3 / line-v4;
    grid-row: line-h3 / line-h6;
}
.benefit.nth8 {
    grid-column: line-v4 / line-v5;
    grid-row: line-h4 / line-h5;
}

.benefit .benefitName {
    font-family: "Paralucent Medium";
    font-size: 1.6rem;
    line-height: 1.8rem;
    hyphens: auto;
    margin-top: 15px;
    margin-bottom: 40px;
}
.benefit.nth2 .benefitName, .benefit.nth4 .benefitName, .benefit.nth5 .benefitName, .benefit.nth7 .benefitName {
    margin-bottom: 60px;
}

.benefit .benefitBeschreibung {

}

/****************************
**** BenefitsGrid  END *******
****************************/

div.loader {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

.jobdetail_bewerbung h2 {
    font-family: "Paralucent Bold", sans-serif;
    margin-bottom: 25px;
    margin-top: 150px;
}

.jobdetail_bewerbung p {
    margin-bottom: 0px;
}
.jobdetail_bewerbung .kontaktEinrichtung p.fontSmall {
    margin-bottom: 20px;
}

.jobdetail_bewerbung form {
    padding-right: 140px;
}

.jobdetail_bewerbung form,
.jobdetail_bewerbung .externalLink {
    margin-top: 65px;
}

form .fileUpload,
form input {
    width: 100%;
    background-color: #EDEDED;
    border: none;
    margin-bottom: 20px;
    height: 70px;
    padding: 0 40px;
    border-radius: 35px;
    color: var(--black);
    font-family: "Paralucent Light";
    font-size: 1.6rem;
}
form input::placeholder {
    color: var(--black);
    font-size: 1rem;
    font-family: "Paralucent Medium";
}
form input:focus-visible {
    border: 1px solid var(--black) !important;
    box-shadow: none !important;
    outline: none;
}

form textarea {
    width: 100%;
    background-color: #EDEDED;
    border: none;
    margin-bottom: 20px;
    height: 125px;
    padding: 20px 40px;
    border-radius: 35px;
    color: var(--black);
    font-family: "Paralucent Light";
    font-size: 1.6rem;
}
form textarea::placeholder {
    color: var(--black);
    font-size: 1rem;
    font-family: "Paralucent Medium";
}
form textarea:focus-visible {
    border: 1px solid var(--black) !important;
    box-shadow: none !important;
    outline: none;
}

.formStartpage form input,
.formStartpage form textarea {
    background-color: #FFFFFF;
}

.formStartpage form input.f3-form-error,
.formStartpage form textarea.f3-form-error {
    background-color: #FF9F9F;
}

@-moz-document url-prefix() {
    .formStartpage form input[type="text"] {
        padding-top: 7px;
    }
}

form input.button {
    margin-top: 65px;
}

form .checkbox {
    display: flex;
}
form .checkbox input.form-check-input {
    border-color: transparent;
    outline: none !important;
    width: 30px;
    height: 30px;
    border-radius: 0;
    padding: 15px;
    margin: 0;
}
.jobdetail_bewerbung form .checkbox input.form-check-input {
    border-color: black;
}
.form-check-input:hover {
    cursor: pointer;
}
.form-check-input:checked {
    background-color: white;
    background-image: url('../icons/Icon-Check.svg');
    background-size: 20px;
}
form .form-check-input:focus {
    border: 1px solid var(--black) !important;
    box-shadow: none !important;
    outline: none;
}

form .checkbox label {
    padding-left: 20px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
}

.formStartpage h3 {
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-bottom: 25px;
}

.formStartpage form input.button {
    background-color: var(--red);
    border-color: #fff;
    color: #fff;
}

.formStartpage form input.button:hover {
    background-color: #fff;
    color: var(--red);
}

input#fileUpload[type="file"] {
    display: none;
}

.formStartpage .fileUpload,
.jobdetail_bewerbung .fileUpload {
    margin-bottom: 50px;
}
.fileUpload {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    width: 300px;
    height: 100px;
    background-image: url('../icons/Icon-Upload.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 40px center;
    display: flex;
    align-items: center;
}
.fileUpload span {
    color: var(--black);
    font-size: 1rem;
    font-family: "Paralucent Medium";
}

.formStartpage .fileUpload {
    background-color: #FFFFFF;
}

.imgRund {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 300px;
}

.imgRund img {
    object-fit: cover;
    border-radius: 50%;
    width: unset;
    aspect-ratio: unset;
}

.kontaktEinrichtung hr {
    border-color: var(--black);
    margin-top: 20px;
    margin-bottom: 60px;
    opacity: 1;
}
.kontaktEinrichtung.kontaktTraeger hr:last-of-type {
    margin-bottom: 0;
}

.kontaktEinrichtung a.showMore {
    color: var(--black);
}
.kontaktEinrichtung a.showMore:hover {
    color: var(--red);
}

.jobdetail_map {
    width: 100%;
    height: 580px;
    border-bottom: 30px;
    margin-top: 170px;
    margin-bottom: 45px;
}

.jobdetail_map > div {
    border-radius: 30px;
}

.listMap_button {
    position: absolute;
    top: 248px;
    right: 12px;
    z-index: 5;
}

.listMap_button .toggle {
    position: relative;
    width: 240px;
    height: 70px;
    border-radius: 999px;
    border: 2px solid #e30613;
    display: flex;
    overflow: hidden;
    font-family: sans-serif;
    background: white;
}

.listMap_button .segment {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    color: #e30613;
    transition: color 0.4s ease;
}

.listMap_button .segment.list {
    background-image: url('../icons/Icon-Liste-rot.svg');
    background-repeat: no-repeat;
    background-position: center left 30px;
    padding-left: 30px;
}
.listMap_button .segment.list.active {
    background-image: url('../icons/Icon-Liste-weiss.svg');
}
.listMap_button .segment.map {
    background-image: url('../icons/Icon-Karte-rot.svg');
    background-repeat: no-repeat;
    background-position: center left 20px;
    padding-left: 20px;
}
.listMap_button .segment.map.active {
    background-image: url('../icons/Icon-Karte-weiss.svg');
}

.listMap_button .segment.active {
    color: white;
}

.listMap_button .slider {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #e30613;
    top: 0;
    left: 0;
    transition: transform 0.7s cubic-bezier(.22,.61,.36,1);
}

.listMap_button .slider.left {
    border-radius: 999px 0 0 999px;
}

.listMap_button .slider.right {
    border-radius: 0 999px 999px 0;
}

.profil .liContent p {
    font-size: 1rem;
    line-height: 1.25rem;
}

.profil li .liContent {
    margin-top: 16px;
}

.profil .liContent li,
.content ul li p.mediumFontSmall {
    font-size: 1rem;
    padding: 0;
    border-bottom: none;
    line-height: var(--bs-body-line-height);
    margin-bottom: 0;
}

.default .content ul li {
    line-height: 1.3rem;
    font-size: 1rem;
}

.content .einrichtung ul li,
.content .description ul li {
    font-size: 1.9rem;
    line-height: 2.5rem;
}

.profil .liContent.border-bot {
    border-bottom: 1px solid var(--black);
    padding: 15px 0;
}

.profil li .liContent.lihtml {
    margin-top: 0;
}

.profil li .liContent.lihtml p {
    font-size: 30px;
    line-height: 40px;
}

.profil li .liContent.lihtml p:last-child {
    margin-bottom: 0;
}

.profil li iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
}

.profildetail_content ul.lineStyle li.video {
    border: none;
}

.profildetail_content ul.lineStyle li.video h3 {
    margin-bottom: 20px;
}

.profildetail_content .profil.row {
    margin-bottom: 350px;
}

.profildetail_content .jobs .jobFrom {
    margin-bottom: 20px;
}

.profildetail_content .jobs a {
    text-decoration: none;
}
.profildetail_content .jobs a:hover {
    text-decoration: underline;
}

.traegerdetail_mapContact {
    margin-bottom: 100px;
}

.kitadetail_mapContact .kitadetail_map {
    max-width: 80%;
    border-bottom: 30px;
    margin-top: 320px;
    margin-bottom: 120px;
}

.kitadetail_map .container-md {
    padding: 0;
}

.traegerdetail_mapContact .traegerdetail_map {
    margin-top: 0px;
    height: 100%;
}

.kitadetail_mapContact .kitadetail_map .map {
    width: 100%;
    height: 580px;
    border-radius: 30px;
    margin-bottom: 40px;
    display: flex;
}
.traegerdetail_mapContact .traegerdetail_map .map {
    height: 605px;
}

.kitadetail_mapContact .kitadetail_map p.fontSmall {
    margin-bottom: 20px;
}

.kontaktTraeger .logo {
    padding-top: 20px;
}

.kontaktTraeger .logo img {
    object-fit: cover;
}

.kontaktTraeger .logo img {
    max-height: 180px;
}

.busstopCity_innerContent  {
    display: flex;
}

.busstopCity_innerContent p {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
}

.busstopCity_innerContent img {
    margin-right: 20px;
}

.traegerList .traeger {
    margin-bottom: 30px;
    min-height: 190px;
}

.traegerList .dataCol .leftCol .imgContainer {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000000D;
    border-radius: 30px;
}

.traegerList .dataCol .leftCol img {
    height: 80%;
    min-height: unset;
    object-fit: contain;
    border-radius: unset;
    width: 80%;
    object-position: center;
}

.traegerList .dataCol .rightCol .kurzText {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.traegerList .dataCol .rightCol .kurzText {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.traegerList .headerContainer {
    display: flex;
    margin-bottom: 20px;
    margin-top: 10px;
}

.jobList.traegerList .dataCol .rightCol {
    justify-content: flex-start;
}

.traegerList .innerContainer {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.traegerList .textContainer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 180px);
    justify-content: space-between;
}

.traegerList .job .linkContainer {
    justify-content: flex-end;
    align-items: flex-end;
}

.traegerList .job .linkContainer {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: fit-content;
}

.traegerList .kitaJobContainer {
    display: flex;
    margin-top: 20px;
}

.traegerList .kitaJobContainer div {
    margin-right: 20px
}

.kitaInfo h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: normal;
}

.kitaInfo p {
    font-size: 1rem;
    line-height: normal;
}

.frame-type-mask_ausbildung_kita_navigation .container-md {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.frame-type-mask_ausbildung_kita_navigation .container-md .headerImageContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frame-type-mask_ausbildung_kita_navigation .headerContainer {
    color: var(--green);
    text-align: center;
    margin-bottom: 100px;
}

.frame-type-mask_ausbildung_kita_navigation .imageContainer {
    max-width: 60%;
}

.frame-type-mask_ausbildung_kita_navigation .logoTextContainer {
    max-width: 240px;
    margin-top: 50px;
    margin-right: 50px;
}

.frame-type-mask_ausbildung_kita_navigation .textContainer {
    margin-top: 30px;
}

.frame-type-mask_ausbildung_kita_navigation .textContainer p {
    color: #fff;
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
}

.frame-type-mask_ausbildung_kita_navigation .textContainer a {
    color: #fff;
    text-decoration: underline;
}

.frame-type-mask_ausbildung_kita_navigation .textContainer a:hover {
    color: var(--red);
    text-decoration: underline;
}

.frame-type-mask_ausbildung_3bilder_text .nth2 .imageContainer {
    height: calc((1320px / 3) - 24px);
}

@media only screen and (max-width: 1399.98px) {
    .frame-type-mask_ausbildung_3bilder_text .nth2 .imageContainer {
        height: calc((1140px / 3) - 24px);
    }
}

@media only screen and (max-width: 1199.98px) {
    .frame-type-mask_ausbildung_3bilder_text .nth2 .imageContainer {
        height: calc((960px / 3) - 24px);
    }
}

@media only screen and (max-width: 991.98px) {
    .frame-type-mask_ausbildung_3bilder_text .nth2 .imageContainer {
        height: calc((720px / 3) - 24px);
    }
}

@media only screen and (max-width: 767.98px) {
    .frame-type-mask_ausbildung_3bilder_text .nth2 .imageContainer {
        height: auto;
    }
}

.frame-type-mask_ausbildung_3bilder_text .imageContainer img {
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}


.frame-type-mask_ausbildung_3bilder_text .imageContainer {
    margin-bottom: 25px;
}

.frame-type-mask_ausbildung_3bilder_text .headerContainer {
    margin-bottom: 25px;
    color: var(--green);
}

.frame-type-mask_ausbildung_3bilder_text .headerContainer strong {

}

.frame-type-mask_ausbildung_3bilder_text .textContainer {
    color: #fff;
}

.frame-type-mask_ausbildung_3bilder_text .textContainer ul {
    padding-left: 14px;
}

.frame-type-mask_ausbildung_3bilder_text .textContainer p,
.frame-type-mask_ausbildung_3bilder_text .textContainer li {
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
}

.frame-type-mask_ausbildung_3bilder_text .textContainer li::marker {
    color: var(--green);
}

.frame-type-mask_ausbildung_3bilder_text {
    padding-bottom: 280px;
}

.frame-type-mask_ausbildung_quer_einsteigen .headerContainer {
    margin-bottom: 100px;
    padding: 0;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .imageContainer {
    padding-right: calc(1320px / 2 / 3);
    position: relative;
    display: inline-block;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .imageContainer img {
    border-radius: 24px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.imageInnerContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .imageInnerContainer::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--red);
    background-image: url('../icons/Icon-Plus-weiss.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    z-index: 10;
    cursor: pointer;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .imageInnerContainer:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 100%;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
}

.modal .modal-dialog {
    max-width: 60vw;
    max-height: 80vw;
}

/*.modal .btn-close {
    filter: brightness(0) saturate(100%) invert(11%) sepia(95%) saturate(7445%) hue-rotate(344deg) brightness(95%) contrast(105%);
}  */

.modal .btn-close {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    cursor: pointer;
    z-index: 1050;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.modal .btn-close:hover {
    transform: scale(1.2);
}
.modal .btn-close:active, .modal .btn-close:focus, .modal .btn-close:focus-visible {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.modal .btn-close::before {
    content: "\2715";
    font-size: 3.5rem;
    color: #E10C24;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 60px;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .imageContainer,
.frame-type-mask_ausbildung_quer_einsteigen .row .textContainer {
    margin-bottom: 90px;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .textContainer ul {
    max-width: 80%;
    margin-top: 70px;
    padding-left: 15px;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .textContainer li {
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
}

.frame-type-mask_ausbildung_quer_einsteigen .row.videoContainer {
    margin-bottom: 100px;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .videoInnerContainer .leftCol {
    max-width: 200px;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .videoInnerContainer .rightCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .video_vorschaubild {
    height: 110px;
    width: 100%;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* roter Kasten */
.frame-type-mask_ausbildung_quer_einsteigen .row .video_vorschaubild::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #E10C24;
    border-radius: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* weißer Pfeil */
.frame-type-mask_ausbildung_quer_einsteigen .row .video_vorschaubild::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 8px solid transparent;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .video_vorschaubild:hover {
    transform: scale(1.05);
}

.frame-type-mask_ausbildung_quer_einsteigen .row .video_vorschaubild img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .videotext {

}

.frame-type-mask_ausbildung_quer_einsteigen .row .videotext p {
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .videoLogo {
    max-height: 30px;
}

.frame-type-mask_ausbildung_quer_einsteigen .row .videoLogo img {
    height: 100%;
    vertical-align: first;
    width: fit-content;
}

@media only screen and (max-width: 1399.98px) {
    .frame-type-mask_ausbildung_quer_einsteigen .row .imageContainer {
        padding-right: calc(1140px / 2 / 4);
    }
}

@media only screen and (max-width: 1199.98px) {
    .frame-type-mask_ausbildung_quer_einsteigen .row .imageContainer {
        padding-right: calc(960px / 2 / 5);
    }
}

@media only screen and (max-width: 991.98px) {
    .frame-type-mask_ausbildung_quer_einsteigen .row .imageContainer {
        padding-right: calc(720px / 2 / 6);
    }

    .imageInnerContainer {
        height: 70%;
    }
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte {
    padding-bottom: 240px;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .whitebox {

}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .whitebox .box {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 30px;
    margin-bottom: 35px;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .whitebox .box:last-of-type {
    margin-bottom: 40px;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .whitebox .box h3 {

}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .whitebox .box p {

}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .ablauf p {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    color: #fff;
    width: 90%;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .ablauf h3 {
    line-height: 30px;
    margin-bottom: 20px;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .ansprechpartner {
    margin-top: 35px;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .ansprechpartner div:first-child {
    padding-top: 60px;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .ansprechpartner img {
    border-radius: 155px;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.frame-type-mask_ausbildung__auslaendische_fachkraefte .ansprechpartner a {
    color: #fff;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung {
    padding-bottom: 250px;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent .imageTextGrid .imageItem {
    text-align: left;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img1 .innerContent,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img2 .innerContent,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img3 .innerContent {
   /* justify-content: flex-start; */
}
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img4 .innerContent,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img5 .innerContent,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img6 .innerContent {
   /* justify-content: flex-start;  */
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img7 .innerContent,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img8 .innerContent,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img9 .innerContent {
    /*justify-content: flex-end;  */
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img1 img,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img3 img,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img7 img,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img9 img {
    height: 420px;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img2 img,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img4 img,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img6 img,
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img8 img {
    height: 320px;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .img5 img {
    height: 520px;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent .textContent {
    min-height: 230px;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .header_ausbildungKarriere {
    margin-bottom: 150px;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent h3 {
    margin-top: 25px;
    line-height: 32px;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent h3.subheader {
    margin-top: 0;
    font-family: "Paralucent Light" !important;
}

.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent p {
    margin-top: 25px;
    font-family: "Paralucent Medium";
    font-size: 1rem;
    line-height: 1.3rem;
}
.frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent p:last-child {
    margin-bottom: 0px;
}

/****************************
**** ImageTextGrid (Ausbildung)  START *******
****************************/

.imageTextGrid {
    display: grid;
    column-gap: 1.3rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: [line-h1] 620px [line-h2] 100px [line-h3];
}

.imageTextGrid.row2 {
    grid-template-rows: [line-h1] 620px [line-h2] 100px [line-h3] 620px [line-h4] 100px [line-h5];
}

.imageTextGrid.row3 {
    grid-template-rows: [line-h1] 620px [line-h2] 100px [line-h3] 620px [line-h4] 100px [line-h5] 620px [line-h6];
    padding: 0;
}

.imageTextGrid .imageItem img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    border-radius: 30px;
}
/***** 1. Element - Reihe***/
.imageTextGrid .img1 {
    grid-column: 1 / 2;
    grid-row: line-h1 / line-h3;
}
.imageTextGrid .img2 {
    grid-column: 2 / 3;
    grid-row: line-h1 / line-h2;
}
.imageTextGrid .img3 {
    grid-column: 3 / 4;
    grid-row: line-h1 / line-h3;
}

/***** 2. Element - Reihe ***/
.imageTextGrid .img4 {
    grid-column: 1 / 2;
    grid-row: line-h3 / line-h4;
}
.imageTextGrid .img5 {
    grid-column: 2 / 3;
    grid-row: line-h2 / line-h5;
}

.imageTextGrid .img6 {
    grid-column: 3 / 4;
    grid-row: line-h3 / line-h4;
}

/***** 3. Element - Reihe ***/
.imageTextGrid .img7 {
    grid-column: 1 / 2;
    grid-row: line-h4 / line-h6;
}
.imageTextGrid .img8 {
    grid-column: 2 / 3;
    grid-row: line-h5 / line-h6;
}

.imageTextGrid .img9 {
    grid-column: 3 / 4;
    grid-row: line-h4 / line-h6;
}

/*.imageTextGrid .img2 img,
.imageTextGrid .img4 img,
.imageTextGrid .img6 img,
.imageTextGrid .img8 img {
    height: 55%;
}   */

/***************************
**** ImageGrid  END *******
****************************/

.frame-type-ce_columns3 {
    min-height: 320px;
}

.frame-type-mask_ausbildung_ansprechpartner {
    position: absolute;
    top: -150px;
}

.frame-type-mask_ausbildung_ansprechpartner img {
    border-radius: 155px;
    height: 300px;
    width: 300px;
    object-fit: cover;
    margin-bottom: 25px;
    margin-left: 60px;
}

.frame-type-mask_ausbildung_ansprechpartner p {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
}

.frame-type-mask_konstanz_header {
    min-height: 2700px;
    padding-top: 300px;
    color: #fff;
}

.frame-type-mask_konstanz_header .container-md {
    z-index: 10;
    position: relative;
    top: -300px;
}

.frame-type-mask_konstanz_header h1 {
    font-family: "Paralucent Bold", sans-serif;
    font-size: 140px;
    line-height: 130px;
}

.frame-type-mask_konstanz_header .header_ausbildungKarriere {
    padding-top: 186px;
    z-index: 4;
    position: relative;
}

.frame-type-mask_konstanz_header .bg_red {
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.frame-type-mask_konstanz_header .imageContainer {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 84px;
}

.frame-type-mask_konstanz_header .imageContainer img {
    object-fit: cover;
    width: 575px;
    border-radius: 30px;
    aspect-ratio: 575/700;
    height: auto;
}

.frame-type-mask_konstanz_header .linkTopContainer a.linkToTop {
    width: 120px;
    height: 120px;
    display: block;
    bottom: -60px;
    left: -60px;
    position: absolute;
    background-color: var(--red);
    background-image: url('../icons/Pfeil-Down.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    z-index: 10000;
}

.frame-type-mask_konstanz_header .backgroundImages {
    height: 580px;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.frame-type-mask_konstanz_header .backgroundImages.bgImg1 {

}
.frame-type-mask_konstanz_header .backgroundImages.bgImg2 {
    top: 880px;
}
.frame-type-mask_konstanz_header .backgroundImages.bgImg3 {
    top: 1360px;
}
.frame-type-mask_konstanz_header .backgroundImages.bgImg4 {
    top: 1940px;
}

.frame-type-mask_konstanz_header .redTextBoxes {
    position: absolute;
    top: 810px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.frame-type-mask_konstanz_header .redTextBox {
    background-color: var(--red);
    border-radius: 30px;
    padding: 40px 50px;
}
.frame-type-mask_konstanz_header .redTextBox.box1 {
    width: 700px;
    height: auto;
    align-self: flex-end;
}
.frame-type-mask_konstanz_header .redTextBox.box2 {
    width: 500px;
    min-height: 605px;
    margin-top: 45px;
}
.frame-type-mask_konstanz_header .redTextBox.box3 {
    width: 500px;
    min-height: 500px;
    align-self: flex-end;
}

.frame-type-mask_konstanz_header .redTextBox h2 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
}

.frame-type-mask_konstanz_header .redTextBox p {
    font-family: "Paralucent Medium";
    font-size: 1.9rem;
    line-height: 2.5rem;
}
.frame-type-mask_konstanz_header .redTextBox p:last-child {
    margin-bottom: 0;
}

.frame-type-mask_konstanz_header .redTextBox p a {
    color: #fff;
}

.frame-type-mask_konstanz_header .redTextBox p a.buttonLink {
    color: #fff;
    border: 2px solid #fff;
    line-height: 18px;
    margin-top: 20px;
}

.frame-type-mask_konstanz_header .redTextBox p a.buttonLink:hover {
    background-color: #fff;
    color: var(--red);
    margin-top: 20px;
}

.frame-type-mask_konstanz_header .imageContainer2 {
    max-width: 510px;
    height: auto;
    margin-top: -200px;
    margin-left: 140px;
}

.frame-type-mask_konstanz_header_logo_text .headerContainer {
    padding-top: 20px;
}

.frame-type-mask_konstanz_header_logo_text h2 {
    color: var(--red);
}

.frame-type-mask_konstanz_header_logo_text p {
    margin-top: 20px;
}

.frame-type-mask_konstanz_header_logo_text .logoTextContainer img {
    max-width: 215px;
}

.frame-type-mask_kontakt .kontakt {
    margin-bottom: 80px;
}

.frame-type-mask_kontakt .imageContainer img {
    border-radius: 155px;
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.frame-type-mask_kontakt .name {
    margin-top: 25px;
}

.frame-type-mask_kontakt .name h3 {
    line-height: 30px;
}

.frame-type-mask_geschafft_deaktiviert {
    padding-bottom: 0;
    margin-bottom: -80px;
}

.frame-type-mask_geschafft_deaktiviert .container {
    padding-right: 35%;
}
.frame-type-mask_geschafft_deaktiviert .farbe1 .container {
    display: flex;
}

.frame-type-mask_geschafft_deaktiviert .iconContainer {
    text-align: right;
    padding-right: 75px;
    width: fit-content;
    margin-bottom: 75px;
    margin-left: 15px;
}

.frame-type-mask_geschafft_deaktiviert h1 {
    margin-bottom: -12px;
    width: fit-content;
    align-self: flex-end;
}

.frame-type-mask_geschafft_deaktiviert p {
    padding-top: 40px;
}

.frame-type-mask_geschafft_deaktiviert .farbe1 {

}

.frame-type-mask_geschafft_deaktiviert .farbe2 {
    padding-bottom: 260px;
}

.frame-type-mask_geschafft_deaktiviert .blue_yellow .farbe1 {
    background-color: var(--blue);
    color: var(--yellow);
}

.frame-type-mask_geschafft_deaktiviert .blue_yellow .farbe2 {
    background-color: var(--yellow);
    color: var(--blue);

}

.frame-type-mask_geschafft_deaktiviert .blue_yellow a {
    color: var(--blue);
    border-color: var(--blue);
}

.frame-type-mask_geschafft_deaktiviert .blue_yellow a:hover {
    background-color: var(--blue);
    color: var(--yellow);
}

.frame-type-mask_geschafft_deaktiviert .yellow_lila .farbe1 {
    background-color: var(--yellow);
    color: var(--lila);
}

.frame-type-mask_geschafft_deaktiviert .yellow_lila .farbe2 {
    background-color: var(--lila);
    color: var(--yellow);
}

.frame-type-mask_geschafft_deaktiviert .yellow_lila a {
    color: var(--yellow);
    border-color: var(--yellow);
}

.frame-type-mask_geschafft_deaktiviert .yellow_lila a:hover {
    background-color: var(--yellow);
    color: var(--lila);
}

.frame-type-mask_startpage_zu_schnell .textContainer {
    margin-right: 50px;
}

.frame-type-mask_startpage_zu_schnell .textContainer .kreisLila {
    background-image: url('../icons/Kreis-Hervorhebung-lila.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 91% 9em;
    padding: 38px 23px 32px 52px;
    text-align: left;
    width: fit-content;
}

.frame-type-mask_startpage_zu_schnell .linkContainer {
    text-align: right;
    justify-content: flex-end;
    margin-top: 20px;
}

.frame-type-mask_startpage_zu_schnell {
     margin-top: 248px;
}

.togglePictures {
    display: none;
}

.mapsmap {
    height: 400px;
    border:solid 3px transparent;
    border-radius:30px;
}

p.textgooglebox {
    font-size: 1rem;
    line-height: normal;
}

ul.validationlist {
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px;
    font-weight: bold;
}

.jobdetail_bewerbung ul.validationlist li {
    line-height: 1.3rem;
    font-size: 1rem;
}

@media only screen and (max-width: 1399.98px) {
    .frame-type-mask_startpage_kita_counter .imageContainer.img3 {
        top: 300px;
    }

    .frame-type-mask_startpage_kita_counter .textContainer {
        margin-right: 280px;
        margin-top: -92px;
    }

    .frame-type-mask_startpage_kita_counter .imageContainer.img5 {
        right: 240px;
    }

    .frame-type-mask_startpage_kita_counter .imageContainer.img2,
    .frame-type-mask_startpage_kita_counter .imageContainer.img4 {
        top: 770px;
    }

    .frame-indent-left > .container {
        margin-left: auto;
        margin-right: auto;
    }

    .frame-indent-left > .container > .ce-container {
        width: 66%;
        margin-left: auto;
        margin-right: auto;
    }

    .pagets__startpage .linkTopContainer a.linkToTop {
        right: calc(((100% - 1140px) / 2) + (var(--bs-gutter-x) * .5));
    }

    .frame-type-mask_jobs_header header {
        margin-left: 280px;
    }

    .frame-type-mask_ausbildung_header .imageContainer {
        right: 12px;
    }

    .frame-type-mask_ausbildung_header header {
        padding-top: 0px;
    }

    .linkTopContainer a.linkToTop {
        right: calc((100% - 1140px) / 2);
    }

    .frame-type-mask_ausbildung_karriere_und_weiterbildung .header_ausbildungKarriere h2 {
        word-break: break-word;
        hyphens: auto;
    }

}

@media only screen and (max-width: 1199.98px) {
    .frame-type-mask_konstanz_header h1, .frame-type-mask_konstanz_header .h1,
    .frame-type-mask_ausbildung_header header h1, .frame-type-mask_ausbildung_header header .h1,
    .startpage h1, .startpage .h1,
    .startpage h2, .startpage .h2 {
        font-size: 120px;
        line-height: 110px;
    }

    .frame-type-mask_ausbildung_header .container-md,
    .frame-type-mask_jobs_header .container-md,
    .frame-type-mask_startpage_header .container-md {
        padding-top: 77px;
    }
    .frame-type-mask_einrichtung_header .container-md {
        padding-top: 33px;
    }

    .frame-type-mask_einrichtung_header .bg_green {
        height: 240px;
    }

    .frame-type-mask_konstanz_header .imageContainer,
    .frame-type-mask_ausbildung_header .imageContainer,
    .frame-type-mask_jobs_header .imageContainer,
    .frame-type-mask_startpage_header .imageContainer {
        right: 0px;
    }

    .frame-space-before-topAbove .container {
        margin-top: -197px;
    }

    .frame-type-mask_startpage_kita_counter .imageContainer.img1 {
        left: 70px;
        bottom: 500px;
    }

    .frame-type-mask_startpage_kita_counter .textContainer {
        margin-right: 242px;
        margin-top: -75px;
        max-width: 37%;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer {
        margin-right: 230px;
    }

    .frame-type-mask_startpage_zu_schnell .textContainer {
        margin-right: 0px;
    }

    .frame-type-mask_startpage_zu_schnell {
        margin-top: 264px;
    }

    .pagets__startpage .linkTopContainer a.linkToTop {
        right: calc(((100% - 960px) / 2) + (var(--bs-gutter-x) * .5));
    }

    .header .headerLogo_submenu .navbar-brand:hover {
        transform: scale(1.05);
    }

    .frame-type-mask_jobs_header header {
        margin-left: 152px;
    }

    .frame-type-mask_jobs_header header {
        margin-top: 59px;
    }

    .jobList > .filterCol {
        padding-right: 50px;
    }

    .frame-type-mask_einrichtung_header header {
        margin-top: 58px;
    }

    .listMap_button {
        top: 205px;
    }

    .frame-type-mask_ausbildung_header .imageContainer {
        right: 12px;
    }

    .frame-type-mask_ausbildung_header header {
        padding-top: 0px;
    }

    .frame-type-mask_ausbildung_header header h1 {
        max-width: 60%;
    }

    .linkTopContainer a.linkToTop {
        right: calc((100% - 960px) / 2);
    }

    .frame-type-mask_konstanz_header .imageContainer img, .frame-type-mask_konstanz_header .imageContainer img,
    .frame-type-mask_ausbildung_header .imageContainer img, .frame-type-mask_startpage_header .imageContainer img {
        width: 500px;
    }

    .frame-type-mask_ausbildung_header header p {
        max-width: 65%;
    }

    .frame-type-mask_ausbildung_header .imageContainer a.linkDown {
        left: 330px;
    }

    .frame-type-mask_konstanz_header .header_ausbildungKarriere {
        padding-top: 203px;
    }

    .frame-type-mask_konstanz_header .redTextBoxes {
        top: 753px;
    }

    .frame-type-mask_konstanz_header .redTextBox.box2 {
        width: 600px;
        min-height: auto;
    }

    .frame-type-mask_konstanz_header .redTextBox.box3 {
        width: 600px;
        min-height: auto;
        margin-top: 45px;
    }

    .frame-type-mask_konstanz_header .imageContainer2 {
        margin-top: 45px;
        margin-left: 140px;
    }

    .frame-type-mask_konstanz_header {
        min-height: 2770px;
    }

    .frame-type-mask_einrichtung_header header.isTraeger {
        max-width: 80%;
        margin-top: 138px;
    }

    .benefit .benefitBeschreibung {
        hyphens: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .header > .container {
        display: flex;
        justify-content: space-between;
    }

    .header .languageSubMenu.mobile {
        display: flex;
    }

    .header .languageSubMenu.desktop {
        display: none;
    }

    .navbar-toggler {
        height: 15px;
        width: 70px;
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: space-between;
        border: none;
        margin-top: 35px;
        z-index: 10001;
    }

    .navbarToggler {
        height: 5px;
        width: 100%;
        background-color: var(--black);
    }

    .logoContainer {
        max-width: fit-content;
        margin: 0;
        z-index: 10001;
    }

    nav.navbar {
        position: absolute;
        width: 0;
        height: 0;
    }

    nav.navbar.show {
        width: 100vw;
        height: 100vh;
        z-index: 10000;
        background-color: var(--yellow);
        margin-left: -25px;
        top: 0;
        padding: 0;
    }

    .nav-link {
        font-size: 40px;
        line-height: 48px;
    }

    #navbarSupportedContent {
        align-self: flex-start;
        height: 100%;
    }

    #navbarSupportedContent .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    ul.navbar-nav li {
        margin-bottom: 25px;
    }

    .languageSubMenu.mobile {
        flex-direction: column;
        padding: 0;
        margin-top: 95px;
    }

    .languageSubMenu.mobile li {
        margin-bottom: 8px;
    }

    .languageSubMenu.mobile li a {
        font-size: 25px;
        line-height: 30px;
    }

    .navbar-nav .nav-link {
        width: fit-content;
    }

    .frame-type-mask_konstanz_header .header_ausbildungKarriere h1, .frame-type-mask_konstanz_header .header_ausbildungKarriere .h1,
    .frame-type-mask_ausbildung_header header h1, .frame-type-mask_ausbildung_header header .h1,
    .startpage h1, .startpage .h1,
    .startpage h2, .startpage .h2 {
        font-size: 100px;
        line-height: 90px;
    }

    .frame-type-mask_ausbildung_header .container-md,
    .frame-type-mask_einrichtung_header .container-md,
    .frame-type-mask_jobs_header .container-md,
    .frame-type-mask_startpage_header .container-md {
        padding-top: 114px;
    }

    .frame-type-mask_ausbildung_header .imageContainer,
    .frame-type-mask_jobs_header .imageContainer,
    .frame-type-mask_startpage_header .imageContainer {
        right: -25%;
    }

    .linkTopContainer a.linkToTop,
    .frame-type-mask_konstanz_header .imageContainer a.linkDown,
    .frame-type-mask_ausbildung_header .imageContainer a.linkDown,
    .frame-type-mask_startpage_header .imageContainer a.linkDown {
        display: none;
    }

    .frame-space-before-topAbove .container {
        margin-top: -180px;
    }

    .frame-type-mask_startpage__bild_mit_textelement .textContainer p {
        margin-top: 55px;
    }

    .frame-type-mask_startpage__bild_mit_textelement .textContainer {
        padding: 55px;
        margin-bottom: 30px;
    }

    .frame-type-mask_startpage__bild_mit_textelement > img {
        max-height: 920px;
        object-fit: cover;
        height: revert-layer;
    }

    .container, .container-sm, .container-md {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .frame-type-mask_startpage_kita_counter .imageContainer {
        display: none;
    }

    .counterContainer .h1 {
        font-size: 120px;
        line-height: 110px;
    }

    .frame-type-mask_startpage_kita_counter .textContainer {
        margin-top: 30px;
        max-width: 80%;
        margin-right: 0;
        margin-left: 0;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer {
        margin-right: auto;
        max-width: 70%;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer .h2:first-child {
        min-width: 150px;
    }

    .frame-type-mask_startpage_kita_counter .container {
        position: relative;
        margin-bottom: 100px;
    }

    .frame-type-mask_startpage_kita_counter .linkContainer {
        bottom: 90px;
        width: calc(100% - 50px);
    }

    .frame-type-mask_startpage_begriffe p:first-of-type {
        margin-right: 30px
    }

    .frame-type-mask_startpage_begriffe p.undDu {
        display: inline-block;
    }

    .frame-type-mask_startpage_zu_schnell .textContainer span {
        font-size: 1.9rem;
        line-height: 2.5rem;
    }

    .frame-type-mask_startpage_zu_schnell {
        margin-top: -90px;
        max-width: 300px;
        margin-left: auto;
        margin-bottom: 150px;
    }

    .frame-type-mask_startpage_zu_schnell .textContainer {
        margin-right: 0px;
        max-width: 270px;
    }

    .frame-smContainer {
        width: 100%;
    }

    footer .lightFont {
        font-size: 1.3rem !important;
        line-height: 1.9rem !important;
    }

    footer .linkTopContainer {
        position: absolute !important;
        top: -90px;
        right: 25px;
    }

    footer .linkTopContainer a.linkToTop {
        display: block;
        right: 0 !important;
    }

    .frame-type-mask_jobs_header .imageContainer {
        right: unset;
        left: 0px;
    }

    .frame-type-mask_jobs_header .imageContainer img.imgLeft {
        margin-left: -25px;
        margin-top: -40px;
        max-height: 430px;
    }

    .frame-type-mask_jobs_header .imageContainer img.imgRight {
        right: 25px;
    }

    .frame-type-mask_jobs_header header {
        margin-top: 22px;
        margin-left: 0;
    }

    .frame-type-mask_jobs_header {
        height: calc(100% + 70px);
    }

    .frame-type-mask_jobs_header {
        min-height: 700px;
    }

    .kitaList .dataCol,
    .jobList .dataCol {
        margin-top: 50px;
    }

    .jobList > .filterCol {
        padding-right: 12px;
    }

    .kitaList .dataCol .rightCol .kurzText, .kitaList .dataCol .rightCol .linkContainer,
    .jobList .dataCol .rightCol .kurzText, .jobList .dataCol .rightCol .linkContainer {
        display: none;
    }

    .kitaList .filterCol .headerline,
    .jobList .filterCol .headerline {
        margin-bottom: 0;
    }

    .kitaList .dataCol .leftCol img,
    .jobList .dataCol .leftCol img {
        min-height: 250px;
    }

    .jobList .dataCol .rightCol {
        justify-content: flex-start;
    }

    .jobList .dataCol a {
        margin-top: auto;
        margin-bottom: auto;
    }

    .jobList .dataCol .headerline {
        margin-bottom: 30px;
    }

    .frame-type-mask_einrichtung_header header {
        margin-top: 56px;
    }

    .linkTopContainer a.linkToTop {
        right: calc((100% - 720px) / 2);
    }

    .frame-type-mask_ausbildung_header header p {
        max-width: 60%;
    }

    .frame-type-mask_ausbildung_kita_navigation .imageContainer {
        max-width: 80%;
    }

    .frame-type-mask_ausbildung_kita_navigation .logoTextContainer {
        margin-top: 65px;
        margin-right: 0;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .videoInnerContainer.row {
        flex-direction: column;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row .videoInnerContainer .leftCol {
        max-width: unset;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row .video_vorschaubild {
        height: 180px;
        margin-bottom: 20px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row .video_vorschaubild {
        height: auto;
        aspect-ratio: 420/235;
    }

    .frame-type-mask_konstanz_header,
    .frame-type-mask_ausbildung_header {
        overflow-x: hidden;
    }

    .frame-type-mask_ausbildung__auslaendische_fachkraefte .whitebox {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .frame-type-mask_ausbildung_3bilder_text {
        padding-bottom: 140px;
    }

    .frame-type-mask_konstanz_header .header_ausbildungKarriere {
        padding-top: 220px;
    }

    .frame-type-mask_konstanz_header .imageContainer {
        right: -15%;
    }

    .frame-type-mask_konstanz_header .backgroundImages {
        height: 700px;
    }

    .frame-type-mask_konstanz_header .backgroundImages.bgImg2 {
        top: 1000px;
    }

    .frame-type-mask_konstanz_header .backgroundImages.bgImg3 {
        top: 1700px;
    }

    .frame-type-mask_konstanz_header .backgroundImages.bgImg4 {
        top: 2400px;
    }

    .frame-type-mask_konstanz_header {
        min-height: 3326px;
    }

    .frame-type-mask_konstanz_header .redTextBoxes {
        width: calc(100% - 50px);
    }

    .frame-type-mask_konstanz_header .redTextBox {
        align-self: center !important;
        width: 100% !important;
    }

    .frame-type-mask_konstanz_header .redTextBox.box1,
    .frame-type-mask_konstanz_header .redTextBox.box2,
    .frame-type-mask_konstanz_header .redTextBox.box3 {
        max-width: 700px;
    }

    .frame-type-mask_konstanz_header .redTextBox.box2 {
        margin-top: 280px;
    }

    .frame-type-mask_konstanz_header .redTextBox.box3 {
        margin-top: 300px;
    }

    .frame-type-mask_konstanz_header .imageContainer2 {
        margin-top: 275px;
        margin-left: auto;
        margin-right: auto;
    }

    .frame-type-mask_konstanz_header_logo_text .logoTextContainer {
        margin-top: 40px;
    }

    .frame-type-mask_konstanz_header_logo_text p {
        max-width: 60%;
    }

    .frame-indent-left > .container > .ce-container {
        width: 100%;
    }

    .frame-type-mask_einrichtung_header header.isTraeger {
        max-width: 100%;
        margin-top: 57px;
    }

    .frame-type-mask_einrichtung_header .bg_green {
        height: 140px;
    }

    .frame-type-mask_einrichtung_header .container-md {
        padding-top: 15px;
    }

    .frame-type-mask_einrichtung_header .container-md {
        display: flex;
        flex-direction: column;
        padding-top: 15px;
    }

    .frame-type-mask_einrichtung_header header {
        margin-bottom: 0px;
        max-width: 100%;
    }

    .listMap_button {
        position: relative;
        top: unset;
        margin-left: auto;
        margin-right: auto;
        right: unset;
        margin-top: 50px;
    }

    .jobDetails {
        display: none;
    }

    .benefit .benefitName {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .benefit .innerContent {
        padding: 15px;
    }

    .benefit .benefitName {
        margin-bottom: 40px !important;
    }

    .zitat-card.card_komplett .card-body {
        top: -70px;
    }

    .zitat-card.card_komplett .card-body .kurzText {
        margin-top: -35px;
    }

    .profildetail_content .profil.row {
        margin-bottom: 250px;
    }

    .kitadetail_map .map,
    .jobdetail_map .map {
        padding: 0 !important;
        height: 100%;
    }

    .jobdetail_map .map > div {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        padding: 96px 73px !important;
    }

    .kitadetail_mapContact .kitadetail_map {
        max-width: 95%;
    }

    .kitadetail_mapContact .kitadetail_map {
        margin-top: calc((100vw / 3) - 12px);
    }
}

@media only screen and (max-width: 767.98px) {
    nav.navbar.show {
        margin-left: -25px;
    }

    .frame-type-mask_ausbildung_header header h1, .frame-type-mask_ausbildung_header header .h1,
    .startpage h1, .startpage .h1,
    .startpage h2, .startpage .h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .frame-type-mask_ausbildung_header .container-md,
    .frame-type-mask_einrichtung_header .container-md,
    .frame-type-mask_jobs_header .container-md,
    .frame-type-mask_startpage_header .container-md {
        padding-top: 154px;
    }

    .frame-type-mask_einrichtung_header .container-md {
        padding-top: 41px;
    }

    .frame-type-mask_ausbildung_header .imageContainer,
    .frame-type-mask_jobs_header .imageContainer,
    .frame-type-mask_startpage_header .imageContainer {
        right: -225px;
    }

    .frame-type-mask_ausbildung_header header,
    .frame-type-mask_einrichtung_header header,
    .frame-type-mask_jobs_header header,
    .frame-type-mask_startpage_header header {
        margin-bottom: 290px;
    }

    .frame-type-mask_jobs_header header {
        margin-bottom: 120px;
    }

    .frame-type-mask_jobs_header {
        min-height: 500px;
    }

    .frame-type-mask_einrichtung_header header {
        margin-bottom: 100px;
    }

    .frame-type-mask_startpage_header .icons {
        max-width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .frame-type-mask_startpage_header .iconContainer {
        padding: 0 15px;
    }

    .frame-space-before-topAbove .container {
        margin-top: -159px;
    }

    .frame-type-mask_startpage__bild_mit_textelement .textContainer {
        width: calc(100% - 50px);
    }

    .frame-type-mask_startpage__bild_mit_textelement > img {
        max-height: 810px;
    }

    .frame-type-mask_startpage_kita_counter .textContainer {
        margin-top: 30px;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .counterContainer .h1 {
        font-size: 120px;
        line-height: 110px;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer {
        max-width: 95%;
    }

    .frame-type-mask_startpage_kita_counter .container {
        margin-bottom: 30px;
    }

    .frame-type-mask_startpage_zu_schnell {
        margin-top: 10px;
        margin-bottom: 180px !important;
    }

    .formStartpage {
        margin-bottom: 150px !important;
    }

    .frame-smContainer {
        width: calc(100% + 50px);
        margin-left: -25px;
        border-radius: 0;
    }

    .frame-indent-left > .container > .ce-container {
        width: 100%;
    }

    .frame {
        padding-bottom: 65px;
    }

    .startpage .frame-type-mask_startpage__bild_mit_textelement {
        padding-bottom: 0px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen {
        padding-top: 80px;
    }

    .frame-space-after-bottomAfter .frame:last-of-type,
    .frame-space-after-bottomAfter,
    .frame:last-of-type {
        margin-bottom: unset;
        padding-bottom: 0;
    }

    footer {
        margin-top: 90px;
    }

    footer .row2 {
        flex-direction: column-reverse;
    }

    footer .nav {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .nav-item {
        margin-bottom: 16px;
    }

    .nav-item:last-child {
        margin-bottom: 0px;
    }

    .footer_logo img {
        margin-left: -20px;
    }

    footer .kontakt {
        margin-top: 70px;
    }

    footer .linkTopContainer {
        top: unset;
        bottom: 75px;
    }

    footer {
        padding-bottom: 25px;
    }

    .frame-type-mask_jobs_header .imageContainer img.imgLeft {
        width: 300px;
        height: 340px;
    }

    .frame-type-mask_jobs_header .imageContainer img.imgRight {
        width: 130px;
        height: 120px;
    }

    .kitaList .dataCol .leftCol img,
    .jobList .dataCol .leftCol img {
        min-height: 250px;
    }

    .frame-type-mask_jobs_header header h1 {
        display: inline;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphenate-character: '';
        -webkit-hyphenate-character: '';
        overflow-wrap: break-word;
        word-break: break-all;
    }

    .frame-type-mask_jobs_header .container-md {
        padding-top: 34px;
    }

    ul.navbar-nav li {
        margin-bottom: 12px;
    }

    .frame-type-mask_einrichtung_header {
        padding-bottom: 70px;
    }

    .frame-type-mask_ausbildung_header header p {
        max-width: 100%;
        padding-top: 271px;
    }

    .frame-type-mask_ausbildung_header header {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .frame-type-mask_ausbildung_kita_navigation .imageContainer {
        max-width: 100%;
    }

    .frame-type-mask_ausbildung_3bilder_text .col-12 {
        margin-bottom: 56px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row {
        flex-direction: column;
    }

    .frame-space-before-topAboveSm .container {
        margin-top: -122px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row .imageContainer {
        display: none;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row .textContainer {
        width: 100%;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row .textContainer ul {
        max-width: 100%;
        margin-top: 40px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .headerContainer {
        margin-bottom: 55px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row.videoContainer .col-6 {
        width: 100%;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .row .videoInnerContainer .rightCol {
        flex-direction: row;
        justify-content: space-between;
    }

    .frame-type-mask_ausbildung_header .container-md {
        padding-top: 154px;
    }

    .frame-type-mask_ausbildung__auslaendische_fachkraefte {
        padding-bottom: 140px;
    }

    .frame-type-mask_ausbildung_karriere_und_weiterbildung .header_ausbildungKarriere {
        margin-bottom: 65px;
    }

    .imageTextGrid.row2 {
        display: flex;
        flex-direction: column;
    }

    .frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent .textContent {
        min-height: fit-content;
        margin-bottom: 40px;
    }

    .frame-type-mask_ausbildung_karriere_und_weiterbildung {
        padding-bottom: 250px;
    }

    .frame.frame-space-after-medium .frame-type-mask_ausbildung_ansprechpartner,
    .frame.frame-space-after-extra-large .frame-type-mask_ausbildung_ansprechpartner,
    .frame.frame-space-after-large .frame-type-mask_ausbildung_ansprechpartner {
        position: inherit;
        margin-top: -150px;
    }

    .frame-type-mask_ausbildung_ansprechpartner .container {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .frame-type-mask_konstanz_header .imageContainer {
        right: -20%;
    }

    .frame-type-mask_konstanz_header .backgroundImages {
        height: 800px;
    }

    .frame-type-mask_konstanz_header .backgroundImages.bgImg2 {
        top: 1100px;
    }
    .frame-type-mask_konstanz_header .backgroundImages.bgImg3 {
        top: 1900px;
    }
    .frame-type-mask_konstanz_header .backgroundImages.bgImg4 {
        top: 2700px;
    }

    .frame-type-mask_konstanz_header .redTextBoxes {
        top: 885px;
    }

    .frame-type-mask_konstanz_header .redTextBox {
        padding: 50px 60px;
    }

    .frame-type-mask_konstanz_header .redTextBox.box1,
    .frame-type-mask_konstanz_header .redTextBox.box2,
    .frame-type-mask_konstanz_header .redTextBox.box3 {
        max-width: 500px;
    }

    .frame-type-mask_konstanz_header .redTextBox h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .frame-type-mask_konstanz_header .redTextBox p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .frame-type-mask_konstanz_header .redTextBox.box2 {
        margin-top: 404px;
    }

    .frame-type-mask_konstanz_header .redTextBox.box3 {
        margin-top: 440px;
    }

    .frame-type-mask_konstanz_header {
        min-height: 3716px;
        padding-bottom: 92px;
    }

    .frame-type-mask_konstanz_header .imageContainer2 {
        margin-top: 408px;
    }

    .frame-type-mask_konstanz_header .header_ausbildungKarriere h1, .frame-type-mask_konstanz_header .header_ausbildungKarriere .h1 {
        font-size: 90px;
        line-height: 75px;
        width: 100%;
        hyphens: none;
    }

    .frame-type-mask_konstanz_header .header_ausbildungKarriere {
        padding-top: 231px;
    }

    .frame-type-mask_konstanz_header_logo_text p {
        max-width: 100%;
    }

    h2.accordion-header,
    p.teaser,
    .custom-accordion .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }

    .custom-accordion .accordion-body a, .custom-accordion .accordion-body p {
        font-size: 1rem !important;
        line-height: 1.3rem !important;
    }

    .imageTextGrid.row3 {
        display: flex;
        flex-direction: column;
    }

    .frame-space-after-large {
        padding-bottom: 100px !important;
    }

    .pagets__minimal .header {
        padding-bottom: 150px;
    }

    .frame-type-mask_einrichtung_header header.isTraeger {
        max-width: 100%;
        margin-top: 57px;
    }

    .profildetail_header .bgColor .container-md h1 {
        margin-bottom: -7px;
        margin-top: 64px;
    }

    .jobdetail_header .bg_blue .container-md .row h1 {
        margin-bottom: -7px;
        max-width: 80%;
    }

    .jobdetail_bewerbung h2,
    .jobdetail_content .textDescription {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .jobdetail_content .textDescription {
        margin-bottom: 16px;
    }

    .profildetail_content.traegerContent h2.textDescription {
        margin-bottom: 90px;
    }

    .jobdetail_bewerbung h2 {
        margin-top: 0px;
    }

    .jobdetail_content ul.lineStyle {
        margin-top: 12px;
    }

    .jobdetail_content .row {
        margin-bottom: 100px;
    }

    .jobdetail_content .row .row {
        margin-bottom: 0px;
    }

    .jobdetail_content .row .row.job.kita,
    .jobdetail_content .row.jobs .row {
        margin-bottom: 100px;
    }

    .row.kitaList .job.kita.row img {
        margin-bottom: 20px;
    }

    .jobdetail_bewerbung form {
        padding-right: 0px;
    }

    .kitadetail_mapContact .kitadetail_map > div,
    .jobdetail_map > div {
        border-radius: 0px;
    }

    .jobdetail_map {
        margin-bottom: 75px;
    }

    .kitadetail_mapContact .kitadetail_map .jobdetail_map,
    .kitadetail_mapContact .kitadetail_map {
        margin-top: 0;
    }
    .kitadetail_mapContact .kitadetail_map {
        margin-bottom: 0;
    }

    .kontaktEinrichtung {
        margin-top: 125px;
    }

    .kitadetail_mapContact .row {
        margin-left: 0;
        margin-right: 0;
    }

    .kitadetail_mapContact .row > div:first-child {
        padding: 0;
    }

    .kitadetail_mapContact .row > div:last-child {
        padding-left: 20px;
    }

    .kitadetail_mapContact {
        margin-bottom: 90px;
    }

    .imageGrid, .imageGrid2 {
        display: flex;
        flex-direction: column;
    }

    .imageGrid2.show .mobileDisabled,
    .imageGrid.show .mobileDisabled {
        display: block;
    }
    .mobileDisabled {
        display: none;
    }

    .togglePictures {
        display: block;
        margin-top: 45px;
        text-align: right;
    }

    .togglePictures.show .fewerPictures,
    .togglePictures .morePictures {
        display: block;
    }
    .togglePictures .fewerPictures,
    .togglePictures.show .morePictures {
        display: none;
    }

    .benefits {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .benefit {
        height: fit-content !important;
    }

    .benefit .benefitName {
        margin-bottom: 30px !important;
    }

    .jobdetail_header .bg_blue {
        height: 200px;
    }

    .frame-space-before-topAboveSm2 .container {
        margin-top: -140px;
    }

    .zitat-card.card_komplett .card-body .kurzText {
        margin-top: -20px;
    }

    .frame-type-mask_jobs_header .imageContainer img.imgLeft {
        margin-top: -40px;
    }

    .frame-type-mask_jobs_header .imageContainer img.imgRight {
        top: -40px;
    }

    .frame-type-mask_jobs_header .bg_blue{
        height: 270px;
    }

    .frame-type-mask_jobs_header header {
        margin-top: 144px;
        margin-left: 0;
    }

    .frame-type-mask_jobs_header .imageContainer img.imgLeft {
        height: 373px;
    }

    .frame-type-mask_jobs_header header {
        margin-top: 143.1px;
    }

    .jobList .job {
        margin-bottom: 50px;
    }

    .profildetail_content .profil.row {
        margin-bottom: 120px;
    }

    .jobs .linkContainer {
        margin-top: 40px;
        justify-content: flex-start;
    }

    .kitadetail_mapContact .kitadetail_map {
        max-width: 100%;
    }

    .kitadetail_mapContact .container-md {
        padding: 0;
    }

    .kontaktEinrichtung,
    .kitadetail_mapContact .container-md .busstopCity {
        padding: 0 25px;
    }

    .kitadetail_map .map > div {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        padding: 96px 73px !important;
    }

    #jobsCarousel {
        padding-top: 0;
    }

    .frame-type-mask_ausbildung_quer_einsteigen {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 575.98px) {
    nav.navbar.show {
        margin-left: -25px;
    }

    .startpage main .h1, .startpage main h2 {
        letter-spacing: -4.5px;
    }

    .startpage main .undDu .h1 {
        letter-spacing: 0;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 25px;
        padding-right: 25px;
    }

    .frame-type-mask_ausbildung_header header h1, .frame-type-mask_ausbildung_header header .h1,
    .frame-type-mask_startpage_kita_counter .counterContainer .h2, .frame-type-mask_startpage_kita_counter .counterContainer h2,
    .startpage h1, .startpage .h1,
    .startpage h2, .startpage .h2 {
        font-size: 60px;
        line-height: 60px;
        max-width: 400px;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer h1 .lightFont, .frame-type-mask_startpage_kita_counter .counterContainer .h1 .lightFont {
        letter-spacing: 0px;
        font-size: 1.3rem !important;
        line-height: 1.6rem !important;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer .h2 .lightFont, .frame-type-mask_startpage_kita_counter .counterContainer h2 .lightFont {
        letter-spacing: 0px;
        font-size: 1.2rem !important;
        line-height: 1.5rem !important;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer h1, .frame-type-mask_startpage_kita_counter .counterContainer .h1,
    .frame-type-mask_startpage_kita_counter .counterContainer .h2, .frame-type-mask_startpage_kita_counter .counterContainer h2 {
        width: fit-content;
        min-width: unset !important;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer .h2, .frame-type-mask_startpage_kita_counter .counterContainer h2 {
        min-width: 115px !important;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer {
        max-width: 100%;
    }

    .count-up.kreisBlau {
        padding: 28px 30px 28px 18px;
        min-width: 150px;
    }

    .frame-type-mask_konstanz_header .header_ausbildungKarriere h1, .frame-type-mask_konstanz_header .header_ausbildungKarriere .h1 {
        font-size: 75px;
        line-height: 65px;
        width: 100%;
        hyphens: none;
        letter-spacing: -0.2rem;
    }

    .frame-type-mask_ausbildung_header .container-md,
    .frame-type-mask_einrichtung_header .container-md,
    .frame-type-mask_jobs_header .container-md,
    .frame-type-mask_startpage_header .container-md {
        padding-top: 113px;
    }
    .frame-type-mask_jobs_header .container-md {
        padding-top: 33px;
    }

    .frame-type-mask_konstanz_header .header_ausbildungKarriere {
        padding-top: 241px;
    }

    .frame-type-mask_ausbildung_header .imageContainer,
    .frame-type-mask_jobs_header .imageContainer,
    .frame-type-mask_startpage_header .imageContainer {
        right: -200px;
    }

    .navbar-toggler {
        margin-top: 10px;
    }

    .frame-type-mask_ausbildung_header header,
    .frame-type-mask_einrichtung_header header,
    .frame-type-mask_jobs_header header {
        margin-bottom: 0;
    }

    .frame-type-mask_startpage_header header {
        margin-bottom: 225px;
    }

    .frame-space-before-topAbove .container {
        margin-top: -150px;
    }

    .frame-type-mask_startpage__bild_mit_textelement .textContainer p {
        margin-top: 30px;
    }

    .frame-type-mask_startpage__bild_mit_textelement .textContainer {
        padding: 30px;
    }

    .frame-type-mask_startpage__bild_mit_textelement .textContainer {
        width: calc(100% - 50px);
    }

    .kitaList .dataCol .leftCol img, .jobList .dataCol .leftCol img {
        min-height: 190px;
    }

    .frame-type-mask_ausbildung_header .container-md {
        padding-top: 173px;
    }

    .frame-type-mask_konstanz_header .imageContainer {
        right: -25%;
    }

    .startpage h3, .content h1, .content .h1 {
        width: 100%;
    }

    .startpage h3, .content h1, .content .h1 {
        width: 100%;
        hyphens: auto;
        word-break: break-word;
    }

    .frame-type-mask_ausbildung_3bilder_text {
        padding-bottom: 140px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen .headerContainer {
        margin-top: -130px;
    }

    .frame-type-mask_ausbildung_karriere_und_weiterbildung .container,
    .frame-type-mask_ausbildung__auslaendische_fachkraefte .headerContainer {
        padding: 0;
    }

    .frame-type-mask_ausbildung_ansprechpartner img {
        align-self: flex-end;
    }

    .frame-type-mask_konstanz_header .imageContainer img {
        width: 450px;
    }

    .frame-type-mask_konstanz_header .imageContainer {
        right: -55%;
    }

    .frame-type-mask_konstanz_header .redTextBox {
        padding: 40px 50px;
    }

    .frame-type-mask_konstanz_header .redTextBox.box2 {
        margin-top: 330px;
    }

    .frame-type-mask_konstanz_header .redTextBox.box3 {
        margin-top: 370px;
    }

    .frame-type-mask_konstanz_header .imageContainer2 {
        margin-top: 498px;
    }

    .frame-type-mask_einrichtung_header header.isTraeger {
        max-width: 100%;
        margin-top: 57px;
    }

    .frame-type-mask_einrichtung_header .container-md {
        padding-top: 41px;
    }

    .card {
        min-width: 90vw;
    }

    .zitat-card.card_komplett .card-body {
        top: 85px;
    }

    .zitat-card.card_komplett .imageContainer {
        height: 100%;
    }

    .zitat-card.card_komplett .card-body .kurzText,
    .zitat-card.color_green .card-body .quotationMarks {
        max-width: 90%;
    }

    .frame-type-mask_ausbildung_karriere_und_weiterbildung .imageTextGrid .innerContent .textContent {
        margin-bottom: 80px;
    }

    .frame-type-mask_ausbildung_quer_einsteigen {
        padding-top: 80px;
    }

    .jobdetail_map .map > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px !important;
    }

}

@media only screen and (max-width: 470px) {
    .frame-type-mask_ausbildung_quer_einsteigen {
        padding-top: 30px;

    }

    .frame-type-mask_ausbildung_quer_einsteigen .headerContainer h2.green {
        max-width:95%;
    }

}

@media only screen and (max-width: 430px) {
    .frame-type-mask_einrichtung_header header, .frame-type-mask_einrichtung_header header.isTraeger {
        margin-top: 7px;
        max-width: 300px;
    }

    .frame-type-mask_startpage_kita_counter .counterContainer .h2, .frame-type-mask_startpage_kita_counter .counterContainer h2 {
        min-width: 90px !important;
    }
}

@media only screen and (max-width: 400px) {
     .frame-type-mask_ausbildung_header header h1, .frame-type-mask_ausbildung_header header .h1,
    .startpage h1, .startpage .h1,
    .startpage h2, .startpage .h2 {
        font-size: 50px;
        line-height: 50px;
        max-width: 290px;
    }

    .frame-type-mask_ausbildung_header .imageContainer img, .frame-type-mask_startpage_header .imageContainer img {
        height: 400px;
    }

    .frame-type-mask_ausbildung_header .bg_green, .frame-type-mask_einrichtung_header .bg_green, .frame-type-mask_jobs_header .bg_blue, .frame-type-mask_startpage_header .bg_yellow {
        height: 212px;
    }

    .frame-type-mask_ausbildung_header .container-md, .frame-type-mask_einrichtung_header .container-md, .frame-type-mask_jobs_header .container-md, .frame-type-mask_startpage_header .container-md {
        padding-top: 70px;
    }

    .frame-type-mask_ausbildung_header .container-md {
        padding-top: 120px;
    }

    .frame-type-mask_einrichtung_header .bg_green {
        height: 170px;
    }

    .frame-space-before-topAbove .container {
        margin-top: -142px;
    }

}

.clamped {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}