/* FONTS EINBINDEN */
@font-face {
    font-family: barlowcondensed-extrabold;
    src: url('../fonts/BarlowCondensed-ExtraBoldItalic.ttf') format("truetype");
}
@font-face {
    font-family: barlowcondensed-bold;
    src: url('../fonts/BarlowCondensed-BoldItalic.ttf') format("truetype");
}
@font-face {
    font-family: barlow-bold;
    src: url('../fonts/Barlow-Bold.ttf') format("truetype");
}
@font-face {
    font-family: barlow;
    src: url('../fonts/Barlow-Regular.ttf') format("truetype");
}

html { 
    -webkit-font-smoothing: antialiased;
}

/* ALLGEMEINES CSS */
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: barlow !important;
    overflow: auto;
    user-select: none;
    font-size: 1rem;
    color: #000;
    background-color: #000;
    font-weight: normal;
    font-style: normal;
}
#main_site_wrapper{
    background-color: #fff;
}
a,
a:active,
a:hover,
a:focus{
    color: #000;
}
.no-padd{
    padding: 0 !important;
}
.schirmherrschaft{
    margin-top: 2rem;
    font-size: 1.3rem; 
    /* font-family: barlowcondensed-extrabold !important; */
    width: 100%;
}

.download,
.download:active,
.download:hover,
.download:focus{
    color: #fff;
}
.panel .download,
.panel .download:active,
.panel .download:hover,
.panel .download:focus{
    color: #000;
}

.download{
    display: block;
}

.border-bottom{
    border-bottom: 1px solid #fff;
}

.paddingl{
    padding-left: 5rem;
}
.width65{
    width: 65%;
}
.lineheight3{
    line-height: 3rem;
}
.text-deco-non{
    text-decoration: none;
}

.text-align-center{
    text-align: center;
}

.fs-smal{
    font-size: 1.2rem;
}

.barlowc-extrabold{
    font-family: barlowcondensed-extrabold, sans-serif !important;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: normal;
    font-style: normal;
}
.barlowc-bold{
    font-family: barlowcondensed-bold !important;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
}
.barlowbold{
    font-family: barlowcondensed-bold !important;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
}

.navbar-toggler-icon.collapsed {
    background-image: url('../icons/icon_menue.svg');
    background-size: auto;
}
.navbar-toggler-icon {
    background-image: url('../icons/icon_ionic_md_close_circle.svg');
}


#berufelistewrapper .form-switch{
    padding: 1rem 2rem;
    white-space: nowrap;
}

#berufelistewrapper .form-check .form-check-input {
    float: none;
    margin-left: -1.5em;
}

#berufelistewrapper .form-switch .form-check-input {
    margin-left: 0.5em;
}




#logintoggle_mobil.navbar-toggler-icon,
#logintoggle_mobil.navbar-toggler-icon.collapsed{
    /* background: transparent; */
    background-image: url('../icons/icon_login.svg');
}

#logintoggle_mobil{
    margin-right: .5rem;
}

ul.navbar-nav{
    font-family: 'barlowcondensed-extrabold';
    font-size: 1.5rem;
}

body.overlayopen{
    overflow: hidden;
}

header .navbar-collapse{
    margin-top: .5rem;
}

header .navbar-collapse ul{
    text-align: end;
}

header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;

    transition: all .3s ease-in-out;
}

header.headerfadeout{
    transform: translateY(-100%);
}


#logoplaceholder,
#loginlogoplaceholder{
    width: 160px;
    aspect-ratio: 15/7;
    background: url('../logo/Berufecasting_Logo_positiv.svg') center/contain no-repeat;
}

/* KONTATKINFO start */
/* KONTATKINFO start */
/* KONTATKINFO start */
/* KONTATKINFO start */
/* KONTATKINFO start */
#kontaktinfo{
    background-color: #e9e9e9;
    background-color: #dadada;
    background-color: #000;
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 5px; */
    /* border-top: #00ff00 1px solid; */
}

#kontaktinfo #headline{
    margin-bottom: .5rem;
}
#kontaktinfo #description{
    margin-bottom: 1rem;
}
#kontaktinfo #subheadline{
    margin-bottom: .5rem;
}


/* KONTATKINFO ende */
/* KONTATKINFO ende */
/* KONTATKINFO ende */
/* KONTATKINFO ende */
/* KONTATKINFO ende */



/* FOOTER */
footer{
    /* padding: 0.25rem 0.75rem; */
    font-weight: bold;
    /* height: 6em; */
    /* height: 5.5em; */
    min-height: 6.5em;
    display: flex;
    background: #e9e9e9;
}

footer #footercontent{   
    display: flex;
    flex: 1 100%;
    flex-flow: column nowrap;
    font-size: 1.3rem;
    padding: 10px;
    box-sizing: border-box;
}

footer #footercontent .wrapper{
    display: flex;
    flex-flow: column;
    flex: 1 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
footer #footercontent #copyright{
    align-items: start;
}
footer #footercontent #links{
    display: flex;
    width: 100%;
    gap: 10px;
}
footer #footercontent a{
    /* width: 50%; */
    font-weight: bold;
    white-space: nowrap;
    /* margin-bottom: 1rem; */
}




/* HOME */
#headerimg{
    width: 100%;
}
#headerimg img,
#step-to-step img,
#berufecasting-zahlen img{
    width: 100%;
    max-width: 100%;
}
#homewrapper{
    display:flex;
    flex-wrap: wrap;
    overflow: hidden;
}
#berufecasting{
    padding: 1.25rem 1.75rem;
    box-sizing: border-box;
}

#berufecasting-text{    
    font-size: 2.35rem;
}

#step-to-step,
#berufecasting-zahlen{
    width: 100%;
}
#slogan{
    background-color: #000;
    width: 100%;
    color: #fff;
    text-align: center;
}
#slogan #slogan-innercontent-wrap{
    margin: 1rem 0;
}
#slogan #slogan-text{
    width: 45%;
    margin: 0 auto;
    color: #6efbfd;
    font-size: 2rem;
}

#zum-beruf{
    /* background: url('../img/startseite_mediengestalter_digital_und_print.jpg') no-repeat center/contain; */
    text-align: center;
    /* min-height: 421px;
    max-height: 421px; */
    display: flex;
    position: relative;
    /* min-width: 100%; */
    /* min-height: 500px; */
    color: #fff;
}
.zumberufwrapper{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    position: absolute;
}
.zumberufwrapper.show{
    
    opacity: 1;
    z-index: 2;
}
#zum-beruf img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#zum-beruf #berufwrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    width: fit-content;
    max-width: 95%;
}

.prev,
.next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fdff00ba;
    color: #6efbfd;
    border-radius: 10px;
    cursor: pointer;
}
.prev:hover,
.next:hover{
    background-color: #6efbfd;
    color: #fdff00;
}
.prev{
    left: 0;
}
.next{
    right: 0;
}

#zum-beruf #berufname{
    /*width: 50%; */
    font-weight: bold;
    /* margin: 4rem 0; */
    margin-bottom: 1rem;
    font-size: 2rem;
    /* background-color: yellow; */
    background-color: #6efbfd;
    color: #000;
    /* width: fit-content;
    margin-left: auto;
    margin-right: auto; */
    padding: 0.5rem;
    
}

#berufname{
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1rem;
    text-underline-offset: -5px;
}

#zum-beruf #berufetext{
    /* width: 70%; */
    margin: 1rem auto 1rem;
}

#berufbtn-text{
    white-space: nowrap;
}

.buchenbtn{
    padding: .25rem 1.25rem;
}

.btn-custom-beruf #berufbtn-text,
.btn-custom-beruf .buchenbtn-text,
.btn-custom-black .buchenbtn-text,
.btn-custom-black #loginbtn-text,
.btn-custom-black #resetbtn-text,
.btn-custom-black .stornobtn-text,
.btn-custom-black #buchungsformbtn-text,
.btn-custom-black #slotbearbeitungformbtn-text,
.btn-custom-black #buchungstornoformbtn-text,
.btn-custom-disabled .buchenbtn-text{
    transform: skew(30deg);
    font-weight: bolder;
}
#berufbtn-text{
    display:flex;
    align-items: center;
    
}
.btn-custom-beruf #berufbtn-text::after{
    /* transform: skew(30deg); */
    /* content: "\f35b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: .5rem; */
    
    content: '';
    margin-left: 0.5rem;
    background: url(../icons/icon_pfeil_oben.svg) no-repeat center;
    width: 35px;
    height: 35px;

}
#berufefinderwrapper{
    width: 100%;
}
#berufefinder{
    padding: 1rem 0rem 1rem 1rem;
    background: #fdff00;
    position: relative;
    text-align: end;
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
}

#berufefinder::before{
    /* color: #fff; */
    /* content: "\f105"; */
    /* font-family: "Font Awesome 5 Free"; */
    /* font-weight: 900; */
    content: '';
    width: 35px;
    height: 35px;
    min-width: 35px;
    background: url(../icons/icon_pfeil_rechts.svg) no-repeat center;
    margin-right: .5rem;
}

#ausbildungswege_ueberblick{
    background: url('../img/startseite_ausbildungswege.jpg') center/contain no-repeat;
    position: relative;
    overflow: hidden;
}
#ausbildungswege_ueberblick img{
    /* visibility: hidden; */
    width: 100%;
}

#ausbildungswege_ueberblick #ausbildungswegecontent{
    position: absolute;
    bottom: 15%;
    left: 0%;
    width: 95%;
    width: 100%;
    padding-left: 2rem;
}

#ausbildungswege_ueberblick #ausbildungswegecontent-text{
    width: 100%;
    width: min-content;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    font-size: 2rem;
}
#ausbildungswege_ueberblick #ausbildungswege-text{
    /* width: 75%; */
    width: calc(100% - 50px);
}
#ausbildungswege_ueberblick #ausbildungswege-icon{
    width: 100px;
    background: #00ff00;
    display: flex;
    justify-content: start;
    align-items: center;
    transform: skew(-10deg);
}
#ausbildungswege_ueberblick #ausbildungswege-icon svg{
    transform: skew(10deg);
    margin-left: .2rem;
}

/* Schulseite start*/
/* Schulseite start*/
/* Schulseite start*/
/* Schulseite start*/
/* Schulseite start*/
/* Schulseite start*/
/* Schulseite start*/

#schule-img,
#beruf-img,
#faq-img,
#schulenliste-img,
#berufeliste-img
{
    width: 100%;
}

#beruf-img{
    overflow: hidden;
    max-height: 300px;
    max-height: 420px;
    max-height: 500px;
    /* display: flex; */
    /* justify-content: center; */
}

#schule-img img,
#beruf-img img,
#faq-img img,
.berufeliste-berufkachel img,
.schulenliste-schulkachel img,
#berufeliste-img img,
#schulenliste-img img
{
    width: 100%;
    max-width: 100%;
}


#ausbildungsschule-wrapper,
#berufeliste-headlinewrapper,
#schulenliste-headlinewrapper,
#berufs-wrapper{
    width: 100%;
    padding: 1rem 2rem;
    /* padding: 1rem 0rem; */
}
#berufs-wrapper{
    padding: 0;
}
.berufswrapper-right{
    padding: 0 2rem;
}
#schule-wrapper{
    width: 100%;
    position: relative;
}

#schule-wrapper #logo{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
    display: none;
}
/* #schule-wrapper #logo img{
    max-height: 100%;
} */

#ausbildungsschule-wrapper #ausbildungsschule-headline,
#ausbildungsschule-wrapper #ausbildungsschule-name,
#berufeliste-headlinewrapper #berufeliste-headline,
#schulenliste-headlinewrapper #schulenliste-headline,
#berufs-wrapper #berufs-name
{
    width: 100%;
    font-weight: bold;
    font-size: 1.75rem;
    font-size: clamp(1.5rem, 4vw, 2rem);
}
#schule-wrapper #schule-name,
#berufs-wrapper #berufs-name{

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6efbfd;
    padding: 2rem 0;
}

#schule-wrapper #schule-infos,
#ausbildungsschule-wrapper #ausbildungsschule-infos,
#berufs-wrapper #berufs-infos
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    font-weight: bold;
}
#schule-wrapper #schulinfo-wrap{
    padding: 1rem 2rem;
}
#schule-wrapper #schule-infos >*,
#ausbildungsschule-wrapper #ausbildungsschule-infos >*,
#berufs-wrapper #berufs-infos >*
{
    width: 100%;
}
#schule-wrapper #schule-infos >::before,
#ausbildungsschule-wrapper #ausbildungsschule-infos >::before,
#berufs-wrapper #berufs-infos >::before{
    
    font-family: "Font Awesome 5 Free";
    margin-right: .5rem;
    margin-bottom: .25rem;
    width: 1em;
    display: inline-block;
    text-align: center;
}
#schule-infos #schule-adresse::before{
    content: "\f3c5";
    font-weight: 900;
}

.homepage{
    display: flex;
}
#schule-infos #schule-homepage::before,
#ausbildungsschule-infos #ausbildungsschule-homepage::before,
#berufs-infos #berufs-homepage::before,
.homepage::before
{
    content: "\f35d";
    font-weight: 600;
}

.download::before{
    content: "\f019";
    font-weight: 600;
}
#schule-infos #schule-email::before{
    content: "\f0e0";
    font-weight: 900;
}
#schule-wrapper #schule-beschreibung,
#berufs-wrapper #berufs-beschreibung{
    width: 100%;
    margin-top: .75rem;
}

/* Schulseite ende*/
/* Schulseite ende*/
/* Schulseite ende*/
/* Schulseite ende*/
/* Schulseite ende*/
/* Schulseite ende*/
/* Schulseite ende*/


/* berufeliste start*/
/* berufeliste start*/
/* berufeliste start*/
/* berufeliste start*/
/* berufeliste start*/
/* berufeliste start*/
/* berufeliste start*/
/* berufeliste start*/


#berufelistewrapper{
    overflow: hidden;
}

#schulenliste-schulkachel-wrapper
{
    padding: 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#berufeliste-berufkachel-wrapper .berufeliste-berufkachel,
#schulenliste-schulkachel-wrapper .schulenliste-schulkachel{
    width: 100%;   
    display: block;
    margin-bottom: 1rem;
}
#schulenliste-schulkachel-wrapper .schulenliste-schulkachel{
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1em;
    text-underline-offset: -5px;

}
#schulenliste-schulkachel-wrapper .schulenliste-schulkachel:nth-child(odd){
    text-decoration-color: #6efbfd;
}
#schulenliste-schulkachel-wrapper .schulenliste-schulkachel:nth-child(even){
    text-decoration-color: #fdff00;
}

.schulenliste-schulkachel .schulkachel-schulname,
.berufeliste-berufkachel .berufkachel-berufename{
    font-weight: bold;
}

#berufeliste-berufkachel-wrapper.checked .full{
    opacity: 0;
    z-index: -1;
 }



#wrapper-berufecasting{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    /* height: 80px;
    height: fit-content; */
    font-size: 20pt;
    font-weight: bold;
}

#wrapper-berufecasting #berufecasting-headline{
    height: 80%;
    height: 70px;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 2rem;
}
#wrapper-berufecasting #berufecasting-headline-dreieck{
    display: flex;
    background: #fff;
    /* height: 20%; */
}
#wrapper-berufecasting #berufecasting-headline-dreieck::before{
    content:'';
    content: '';
    border-right: 1rem solid #000;
    border-bottom: 2rem solid #fff;
    display: block;
    width: 20%;
}
#wrapper-berufecasting #berufecasting-headline-dreieck::after
{
    content: '';
    display: block;
    width: 80%;
    border-left: 1rem solid #000;
    border-bottom: 2rem solid #fff;
}


.berufecasting-workshopwrapper{
    width: 100%;
    padding: 1rem 2.5rem;
}
#berufecasting-workshopwrapper{
    font-weight: bold;
}
.berufecasting-workshopwrapper .workshoptitel,
.berufecasting-workshopwrapper .workshoptime,
.berufecasting-workshopwrapper .workshoplocation,
.berufecasting-workshopwrapper .workshopemail,
.workshoptime
{
    width: 100%;
    position: relative;
    display: flex;
}
.berufecasting-workshopwrapper .workshoptitel,
.berufecasting-workshopwrapper .workshoptime,
.berufecasting-workshopwrapper .workshoplocation,
.workshoptime
{
    margin: 0.8rem 0;
}
/* .berufecasting-workshopwrapper #workshoptitel::before, */
.berufecasting-workshopwrapper #workshoptime::before,
.berufecasting-workshopwrapper #workshoplocation::before,
.berufecasting-workshopwrapper #workshopemail::before,
.workshoptime::before,
.workshopschule::before,
.workshoplocation::before,
.workshophomepage::before,
.workshopemail::before,
.kachelbot .s-ansprechname::before,
.ansprechpartner::before,
.kachelbot .s-ansprechtel::before,
.ansprechpartnertel::before,
.kachelbot .s-ansprechemail::before,
#login-bot #passwordreset::before,
#reset-bot #resetabbrechen::before,
#abbrechen::before,
#buchungsform-bot #formheadline::before,
.slots::before,
.backbtn::before,
.homepage::before,
.download::before,
.s-ansprechemail::before,
.stornobuttonwrap .stornobtn-text::after
{

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5rem;
    margin-bottom: .25rem;
    width: 1em;
    display: inline-block;
    text-align: center;
}
.berufecasting-workshopwrapper .workshoptitel::before{
    content: '';
    width: 1.5rem;
    display: block;
    position: absolute;
    height: 100%;
    background: transparent;
    transform: translateX(-2.5rem);
}
.berufecasting-workshopwrapper #workshoptime::before,
.workshoptime::before{
    content:'\f017';
}
.berufecasting-workshopwrapper #workshoplocation::before,
.workshoplocation::before{
    content:'\f3c5';
}
.berufecasting-workshopwrapper #workshopemail::before,
.workshopemail::before{
    content:'\f0e0';
}

#berufecasting-workshopwrapper:nth-child(even) .allowbuchungwrapper{
    background-color: #6efbfd;
    padding-bottom: 1rem;
}
#berufecasting-workshopwrapper:nth-child(odd) .allowbuchungwrapper{
    background-color: #fdff00;
    padding-bottom: 1rem;
}
#berufecasting-workshopwrapper:nth-child(even) .allowbuchungwrapper #berufecastinglogo{
    background-color: #6efbfd;
}
#berufecasting-workshopwrapper:nth-child(odd) .allowbuchungwrapper #berufecastinglogo{
    background-color: #fdff00;
}

#berufecastinglogo img{
    max-width: 100%;
}

.berufecasting-workshopwrapper .castingButtonWrap{
    text-align: center;
    font-weight: 400;
}


#castingswrapper{
    width: 100%;
    padding: .5rem 1rem;
}

#castingswrapper .castingwrapperkachel{
    width: 100%;
}
.castingwrapperkachel img{
    width: 100%;
    max-width: 100%;
}
.castingwrapperkachel .casting-beruf{
    font-weight: bold;
    width: 100%;
}
.castingwrapperkachel:last-child{
    margin-bottom: 4rem;
}

/* berufeliste ende*/
/* berufeliste ende*/
/* berufeliste ende*/
/* berufeliste ende*/
/* berufeliste ende*/
/* berufeliste ende*/
/* berufeliste ende*/
/* berufeliste ende*/


/* ALLGEMEINE CLASSEN */
.blue-neon{
    color: #6efbfd;
    background-color: #6efbfd;
}
.yellow-neon{
    color: #fdff00;
    background-color: #fdff00;
}

.centered{
    margin: 0 auto !important;
}
.left{
    margin: 0;
}
.right{
    margin: 0;
    margin-left:auto;
}


.btn{
    border-radius: 0;
    color: #000;
}

.wrappingdiv{
    width: 100%;
}

.coloredlinepartwrapper{
    width: 100%;
    display: flex;
    height: 1rem;
}
.coloredlinepartwrapper .transparentpart{
    width: 100%;
    height: 100%;
}
.coloredlinepartwrapper .diagonalcutleft{
    height: 100%;
    width: 20%;
}
.coloredlinepartwrapper .diagonalcutleft::before{
    content: "";
    border-left: 1rem solid #000;
    border-bottom: 1rem solid transparent;
    height: 100%;
    display: block;
}
.coloredlinepartwrapper .diagonalcutright{
    height: 100%;
    width: 20%;
}
.coloredlinepartwrapper .diagonalcutright::after{
    content: "";
    border-right: 1rem solid #000;
    border-top: 1rem solid transparent;
    height: 100%;
    display: block;
}



.custom-hr{
    height: 10px !important;
    width: 4rem;
    background: currentColor;
    opacity: 1;
    border: solid 0.1px #6efbfd;
    /* box-shadow: 0 0 5px; */
    margin: 0;
}
.custom-hr-sm{
    height: 5px !important;
    width: 1.5rem;
    background: currentColor;
    opacity: 1;
    border: solid 0.1px #fdff00;
    /* box-shadow: 0 0 5px; */
    margin: 0;
}

.navbar-mobilbtn{
    padding: 0.25rem 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.conditionshow{
    display: none;
}
.btn-custom{
    background-color: #6efbfd;
    padding: 0rem .5rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.btn-custom-beruf{
    font-weight: bold;
    background-color: #6efbfd;
    transform: skew(-30deg);
    /* margin-bottom:4rem; */
}
.btn-custom-disabled{
    font-weight: bold;
    background-color: #e3e3e3;
    transform: skew(-30deg);
    /* margin-bottom:4rem; */
}
.btn-custom-disabled:focus,
.btn-custom-beruf:focus,
.btn:focus{
    box-shadow: 0 0 0 0 transparent;
}
.btn-custom-black{
    background-color: #000;
    transform: skew(-30deg);
    color: #fff;
}

.btn-custom-black:hover{
    color: #fff;
}



/* CASTINGDETAILANSICHT */
/* CASTINGDETAILANSICHT */
/* CASTINGDETAILANSICHT */
/* CASTINGDETAILANSICHT */


#castingdetailinfo #castingdetailinfoheadline{
    font-weight: bold;
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    border-bottom: #6efbfd 2px solid;
    flex-wrap: wrap;
    padding-bottom: 1.3rem;
}
.backbtnbackground{
    background: #000;
}
.backbtn{
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    margin-left: 1.2rem;
}
.backbtn .backbtnsvg{
    fill: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

#castingdetailinfo #castingdetailinfoheadlinetext{
    margin: auto 2.5rem;
    color: #6efbfd;
    font-size: 2rem;
    line-height: 2.3rem;
    width: 100%;
    width: 80%;
}
#castingdetailinfo #slotsbuchung{
    background-color: #e9e9e9;
    position: relative;
}

.slotwor{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#slotbearbeitung{
    background-color: #6efbfd;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#slotbearbeitung::before{
    content: "";
    border-right: 0.5rem solid #6efbfd;
    border-top: 3rem solid #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
}

#slottext{
    margin-top: .5rem;
}

#castingdetailinfo #berufecasting-ansprech-schule{
    background-color: #6efbfd;
}

#castingdetailinfo .buchungs-detailinfo-wrapper:nth-child(even) .ansprechpartner-wrap-bucher{
    background-color: #fdff00;
}
#castingdetailinfo .buchungs-detailinfo-wrapper:nth-child(odd) .ansprechpartner-wrap-bucher{
    background-color: #6efbfd;
}

.stornobuttonwrap{
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    margin-right: 1rem;
}

.stornobuttonwrap .stornobtn-text::after{
    content:"\f00d";
    margin-right: 0;
    margin-left: 0.5rem;
    color: #fdff00;
}

/* CASTINGDETAILANSICHT ENDE*/
/* CASTINGDETAILANSICHT ENDE*/
/* CASTINGDETAILANSICHT ENDE*/


/* SLOTBEARBEITEN START */
/* SLOTBEARBEITEN START */
/* SLOTBEARBEITEN START */
/* SLOTBEARBEITEN START */

#slotbearbeitungform-wrapper{
    width: 100%;
    height: 100%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
#slotbearbeitungform-top{
    background: #fff;
    height: 30%;
    display:flex;
    flex-wrap: wrap;
}


#slotbearbeitungform-top .wrapper{
    width: 100%;
    padding: 1.5rem;
}


#slotbearbeitungform-bot{
    /* height: 70%; */
    background-color: #e9e9e9;
    padding-bottom: 1.5rem;
}

#slotbearbeitungform-bot form{
    height: 100%;
    width: 100%;
    overflow: auto;
}
#slotbearbeitungform-bot #slotbearbeitungformdatawrapper{
    padding: 1.5rem;
    margin-right: 1.5rem;
}

#slotbearbeitungform-bot #slotbearbeitungformbtn{
    margin-left:60%;
}



/* SLOTBEARBEITEN ENDE */
/* SLOTBEARBEITEN ENDE */
/* SLOTBEARBEITEN ENDE */
/* SLOTBEARBEITEN ENDE */


/* Buchungstorno START */
/* Buchungstorno START */
/* Buchungstorno START */
/* Buchungstorno START */

#buchungstornoform-wrapper{
    width: 100%;
    height: 100%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
#buchungstornoform-top{
    background: #fff;
    height: 45%;
    display:flex;
    flex-wrap: wrap;
}

#buchungstornoform-top #slotinfo{
    margin-bottom: .5rem;
}

#buchungstornoform-top .wrapper{
    width: 100%;
    padding: 1.5rem;
}
#buchungstornoform-top .wrapper #stornodetails{
    margin-top: 1rem;
}


#buchungstornoform-bot{
    /* height: 70%; */
    background-color: #e9e9e9;
    padding-bottom: 1.5rem;
}

#buchungstornoform-bot form{
    height: 100%;
    width: 100%;
    overflow: auto;
}
#buchungstornoform-bot #buchungstornoformdatawrapper{
    padding: 1.5rem;
}

#buchungstornoform-bot #buchungstornoformbtn{
    margin-left:60%;
}




/* Buchungstorno ENDE */
/* Buchungstorno ENDE */
/* Buchungstorno ENDE */
/* Buchungstorno ENDE */





/* MEINE BUCHUNGEN */
/* MEINE BUCHUNGEN */
/* MEINE BUCHUNGEN */
/* MEINE BUCHUNGEN */


#buchungslisteheadline{
    font-weight: bold;
    background-color: #000;
    color: #fff;
    height: 60px;
    font-size: 1.5rem;
    display: flex;
}

#buchungslisteheadline #buchungslisteheadlinetext{
    margin:auto 1.7rem;
}

.kacheltop{
    padding: 1rem 2rem;
}
.kacheltop .workshopname,
.workshopname,
.kachelbot .s-ansprech{
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.workshoptime,
.workshopschule,
.workshoplocation,
.workshophomepage,
.s-ansprechname,
.s-ansprechtel,
.s-ansprechemail{
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.workshopemail,
.ansprechpartner,
.ansprechpartnertel,
.homepage,
.download,
#slottext,
.text-bold{
    font-weight: bold;
}
.kacheltop .workshophomepage{
    display: flex;
}
.kacheltop .workshoptime::before{
    content: "\f017";
}
.kacheltop .workshopschule::before,
.workshopschule::before{
    /* content: "\f286"; */
    content: url('../img/test.svg');
}
.kacheltop .workshoplocation::before{
    content: "\f3c5";
}
.kacheltop .workshophomepage::before{
    content: "\f35d";
}
.kachelbot{
    padding: 1rem 1.5rem 3rem;
}
.workshopkachel:nth-child(odd) .kachelbot{
    background-color: #6efbfd;
}
.workshopkachel:nth-child(even) .kachelbot{
    background-color: #fdff00;
}

.kachelbot .s-ansprechname::before,
.ansprechpartner::before{
    content: "\f007";
    font-size: 1.3rem;
}
.kachelbot .s-ansprechtel::before,
.ansprechpartnertel::before{
    content: "\f095";
    font-size: 1.3rem;
}
.kachelbot .s-ansprechemail::before,
.s-ansprechemail::before{
    content: "\f0e0";
    font-size: 1.3rem;
}

#buchungslistewrapper .workshopkachel{
    border-bottom:#000 solid 10px;
}

#buchungslistewrapper{
    margin-bottom:150px;
}

/* MEINE BUCHUNGEN ende */
/* MEINE BUCHUNGEN ende */
/* MEINE BUCHUNGEN ende */
/* MEINE BUCHUNGEN ende */


/* MEINE CASTINGS */
/* MEINE CASTINGS */
/* MEINE CASTINGS */
/* MEINE CASTINGS */


.wrapperlink{
    display: flex;
    padding-left: 1.5rem;
    padding-left: 3.5rem;
    padding-left: 2rem;
    height: 5rem;
}

.wrapperlink:nth-child(odd){
    background-color: #e9e9e9;
}
.wrapperlink:nth-child(even){
    background-color: #fff;
}

.wrapperlink .wrapperlinktext{
    width: 83%;
    width: 75%;
    display: flex;
    align-items: center;
    word-break: break-word;
    line-height: 1.7rem;
}

.wrapperlink .linkdetails{
    /* background: red; */
    width: 17%;
    width: 25%;
    transform: translateX(10%);
    position: relative;
}
.wrapperlink .linkdetails::before{
    content: "";
    border-left: 1rem solid transparent;
    height: 100%;
    display: block;
}
.wrapperlink:nth-child(odd) .linkdetails::before{
    border-bottom: 5rem solid #6efbfd;
}
.wrapperlink:nth-child(even) .linkdetails::before{
    border-bottom: 5rem solid #fdff00;
}
.wrapperlink .linkdetails::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1rem;
    height: 50px;
    width: 50px;
    background-image: url(../icons/icon_pfeil_rechtsoben.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

/* MEINE CASTINGS */
/* MEINE CASTINGS */
/* MEINE CASTINGS */
/* MEINE CASTINGS */






/* Buchungsform */
/* Buchungsform */
/* Buchungsform */
/* Buchungsform */
#buchungsform-wrapper{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#buchungsform-top{
    background: #fff;
    /* min-height: 35%; */
    min-height: fit-content;
    height: 250px;
    display:flex;
    flex-wrap: wrap;
}


#buchungsform-top .wrapper{
    width: 100%;
    padding: 3.3rem 2rem 1rem;
    padding: 1rem 2rem 1rem;
}


#buchungsform-bot{
    /* height: 65%; */
    /* height: calc(100% - 250px); */
    background-color: #fdff00;
}

#buchungsform-bot form{
    height: 100%;
    width: 100%;
    /* overflow: auto; */
}
#buchungsform-bot #buchungsformdatawrapper{
    padding: 1.5rem;
    margin-right: 1.5rem;
}
#buchungsform-bot #formheadline{
    font-weight: bold;
    margin-bottom: 0.2rem;
}

#buchungsform-bot #buchungslot{
    font-weight: bold;
    margin-bottom: .5rem;
}

#buchungsform-bot #formheadline::before,
.slots::before{
    content: url('../icons/icon_slots.svg');
    content: "\f500";
    /* width: 3em; */
}

#buchungsform-bot .form-control{
    border-radius: 0;
    border: 2px solid #000;
}

#buchungsform-bot #passwordreset{
    background-color: #6efbfd;
    font-weight: bold;
    text-decoration: none;
    width: 70%;
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
}

/* #buchungsform-bot #passwordreset div{
    padding: .5rem 0;
} */


#buchungsform-bot #passwordreset::before{
    content: "\f30b";
    margin-left: 1rem;
    margin-bottom: 0;
}

#buchungsform-bot #passwordreset::after{
    content: "";
    border-bottom: 2.7rem solid #fdff00;
    border-left: 1rem solid #6efbfd;
    margin-left:auto;
}

#buchungsform-bot #buchungsformbtn{
    margin-left:60%;
    /* padding: 0.55rem 1.5rem; */
}
#buchungsformbtn-text{
    padding: .5rem;
}

#abbrechen{
    margin-left:54%;
}
#abbrechen::before{
    content: url('../icons/icon_ionic_md_close_circle.svg');
    content: "\f057";
}



/* Buchungsform */
/* Buchungsform */
/* Buchungsform */
/* Buchungsform */






/* LOGIN */
/* LOGIN */
/* LOGIN */
#login-wrapper{
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* color: #fff; */
    width: 100%;
    height: 100%;
}

#login-top{
    background: #fff;
    height: 20%;
    display:flex;
}

#loginlogoplaceholder{
    margin-left: 1.5rem;
}

#login-bot{
    height: 80%;
    background-color: #fdff00;
}

#login-bot form{
    height: 100%;
    width: 100%;
}
#login-bot #logindatawrapper,
#reset-bot #logindatawrapper{
    padding: 1.5rem;
    margin-right: 1.5rem;
}
#login-bot #formheadline,
#reset-bot #formheadline{
    font-weight: bold;
    margin-top: 2.5rem;
    margin-bottom: 0.7rem;
}

#login-bot .form-control,
#reset-bot .form-control{
    border-radius: 0;
    border: 2px solid #000;
}

#login-bot #passwordreset{
    background-color: #6efbfd;
    font-weight: bold;
    text-decoration: none;
    width: 70%;
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
}

/* #login-bot #passwordreset div{
    padding: .5rem 0;
} */


#login-bot #passwordreset::before{
    content: "\f30b";
    margin-left: 1rem;
    margin-bottom: 0;
}

#login-bot #passwordreset::after{
    content: "";
    border-bottom: 2.7rem solid #fdff00;
    border-left: 1rem solid #6efbfd;
    margin-left:auto;
}

#login-bot #loginbtn{
    margin-left:60%;
}
#loginbtn-text{
    padding: .5rem;
}


/* LOGIN end*/
/* LOGIN end*/
/* LOGIN end*/




/* PASS RESET */
/* PASS RESET */
/* PASS RESET */

#reset-bot #resetbtn{
    margin-left:20%;
}

#reset-bot #resetbtn-text{
    padding: .5rem;
}

#reset-bot #resetabbrechen{
    margin-left:13%;
}
#reset-bot #resetabbrechen::before{
    content: url('../icons/icon_ionic_md_close_circle.svg');
    content: "\f057";
}

#reset-bot{
    height: 80%;
    background-color: #6efbfd;
}

/* PASS RESET */
/* PASS RESET */
/* PASS RESET */



/* OVERLAY */
/* OVERLAY */
/* OVERLAY */
/* OVERLAY */


.showX{
    display: none;
}


#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    z-index: 10;
}

#overlay-close{
    position: absolute;
    top: 4%;
    right: 5%;
    width: 25px;
    height: 25px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    font-family: sans-serif, 'Font Awesome 6 Free';
    cursor: pointer;
    z-index: 10;
}


#overlay-content{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #00000065;
}



/* OVERLAY ende*/
/* OVERLAY ende*/
/* OVERLAY ende*/
/* OVERLAY ende*/

/* POPUP MESSAGE */
/* POPUP MESSAGE */
/* POPUP MESSAGE */
/* POPUP MESSAGE */

#messagebody{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000d4;
    top: 0;
    left: 0;
    z-index: 15;
}

#messagebodycontent{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    /* z-index: 15; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
}
#messagewrapper{
    margin: 2rem 2rem 7rem 2rem;
    margin: 2rem 2rem 2rem 2rem;
}

#messagetitel{
    font-size: 2rem;
    font-weight: bold;
}
/* #messagetext{

} */
#messagebutton,
#cancelbutton{
    margin-top: 1rem;
    padding: 0.5rem 3.2rem;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    left: 50%;
    transform: translateX(-50%) skew(-30deg);
    background: #6efbfd;
}

#messagebuttontext,
#cancelbuttontext{
    transform: skew(30deg);
}

/* POPUP MESSAGE */
/* POPUP MESSAGE */
/* POPUP MESSAGE */
/* POPUP MESSAGE */


/* ACCORDEON  START*/
/* ACCORDEON  START*/
/* ACCORDEON  START*/


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 18px;
    padding: 18px 1.7rem 18px ;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.accordion_wrapper:nth-child(even) .accordion{
    background-color: #fdff00;
}
.accordion_wrapper:nth-child(odd) .accordion{
    background-color: #6efbfd;
}
.accordion_wrapper{
    color: #000;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .active, .accordion:hover {
    background-color: #ccc;
} */

.skew {
    /* content:""; */
    display: none;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: #eee;
    display: none;
    overflow: hidden;
}
.panel p{
    margin-top: 1rem;
}
.buchung~ .panel {
    padding: 0;
}
button.accordion::after {
    content: "\f13a";
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* color: #777; */
    float: right;
    margin-left: 5px;
    background: url(../icons/icon_akkordeon_auf.svg) center;
    width: 25px;
    height: 25px;
    min-width: 25px;
}
button.accordion.active::after{
    /* content: "\f139"; */
    background-image: url('../icons/icon_akkordeon_zu.svg');
}
/* button.accordion.active{
    background-color: #6efbfd;
} */
.accordion.buchung{
    background-color: #fff;
    border-bottom: 2px solid #000;
}
button.accordion.buchung.active{
    background-color: #fff;
}

/* ACCORDEON  ENDE*/
/* ACCORDEON  ENDE*/
/* ACCORDEON  ENDE*/
/* ACCORDEON  ENDE*/






#kooperationspartner{
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}
#koop-logos{
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
}
#kooperationspartner a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#kooperationspartner img{
    max-width: 100%;
}
#koops-headline{
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
}
#kooperationspartner-ben{
    width: 100%;
    padding: 1rem 2rem;
}

.namentlich{
    margin-right: 1.5rem;
    white-space: nowrap;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    display: inline-block;
}

/* CSS FÜR GERÄTE SPEZIFIKATION */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   
    

    .no-casting{
        padding: 2rem;
        background: #e9e9e9;
    }

    .namentlich {
        width: 100%;
    }

    .schirmherrschaft {
        font-size: 1.3rem !important;
    }

    #kooperationspartner a{
        min-height: 70px;
        min-height: 110px;
    }

    .nav-item:nth-child(odd){
        background-color: #fdff00;
    }
    .nav-item:nth-child(even){
        background-color: #6efbfd;
    }
    .nav-item{
        text-align: start;
        padding: 0.5rem 0rem 0.5rem 2rem;
        
    }
    .nav-link{
        color: #000;
        /* margin-left: 1rem; */
    }
    .nav-item.loggedin{
        background-color: #000;
    }
    .loggedin .nav-link{
        color: #fff;
    }
    .nav-item.logout{
        background-color: #fff;
    }
    .logout .nav-link{
        color: #000;
    }

    #berufecastinglogo{
        display: none;
    }
    
    .paddingl{
        padding-left: 1.5rem;
    }

    #zum-beruf #berufname {
        font-size: 1.7rem;
    }

    footer #footercontent #links{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 992px) {
    .berufswrapper-right {
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 1200px) {
    #zum-beruf {
        min-width: 100%;
        /* min-height: 300px; */
        aspect-ratio: 16/9;
    }
}
@media only screen and (max-width: 1400px) {
    .nav-item:nth-child(odd){
        background-color: #fdff00;
    }
    .nav-item:nth-child(even){
        background-color: #6efbfd;
    }
    .nav-item{
        text-align: start;
        padding: 0.5rem 0rem 0.5rem 2rem;
        
    }
    .nav-item.loggedin{
        background-color: #000;
    }
    .loggedin .nav-link{
        color: #fff;
    }
    .nav-item.logout{
        background-color: #fff;
    }
    .logout .nav-link{
        color: #000;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .no-casting{
        padding: 2rem;
        background: #fff;
    }



    
    /* HEADER INFO */
    
    .nav-link{
        color: #000;
    }
    #logoplaceholder{
        
        margin-left: 4rem;
    }
    /* LOGIN */
    #login-wrapper {
        width: 50%;
        margin-left: auto;
    }

    #koops-headline,
    #kooperationspartner-ben{
       
        padding: 1rem 4rem;
    }
    #koop-logos{
        padding: 0 4rem;
    }

    /* FOOTER INFO */

    #kontaktinfo{
        /* flex-wrap: nowrap; */
        justify-content: space-between;
        padding: 2rem 5rem 2rem 4rem;
    }
    #kontaktinfo #berufecastingdesc{
        width: 45%;
    }
    
    #ausbildungswege_ueberblick #ausbildungswegecontent {
        padding-left: 4rem;
    }


    /* berufeliste */
    #berufeliste-berufkachel-wrapper{
        display: flex;
        flex-wrap: wrap;
        padding: 0 5rem;
    }
    .wrapperlink {
        width: 100%;
    }

    /* BERUFE SEITE */

    /* #beruf-img {
        
        overflow: hidden;
        display: flex;
        justify-content: center;
    } */


    /* schullisten */
    #schulenliste-headlinewrapper,
    #berufeliste-headlinewrapper,
    #berufelistewrapper .form-switch{
        padding: 1rem 5rem;
    }

    #schulenliste-schulkachel-wrapper {
        padding: 1rem 5rem;
    }

    #schulenliste-schulkachel-wrapper .schulenliste-schulkachel {
        width: 50%;
        padding-bottom: 0.5rem;
    }

    .schulenliste-schulkachel:nth-child(even) .schulelistenimg{
        border: 5px solid #fdff00;
    }
    .schulenliste-schulkachel:nth-child(odd) .schulelistenimg{
        border: 5px solid #6efbfd;
    }

    /* Ausbildungswege  + FAQS*/
    .accordion_wrapper{
        width: 90%;
        margin-bottom: 1.5rem;
    }
    /* .accordion {
        padding: 18px 50px 18px 5rem;
    } */
    /* .accordion {
        transform: skew(-30deg) translate(-6%, 0);
    }
    .accordion div,
    button.accordion::after{
        transform: skew(30deg);
    } */

    .skew {
        /* content:""; */
        position:absolute;
        background: #fff;
        top:0;
        right:-25px;
        bottom: -1px;
        width: 50px;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
        display: block;
    }
    
    .panel {
        background-color: #fff;
        padding: 0 18px 0 3.5rem;
    }

    .paddingl{
        padding-left: 3.5rem;
    }
    
    #berufecastinglogo{
        display: none;
    }


    /* MEINE BERUFECASTING */
    #buchungslistewrapper .accordion,
    #buchungslistewrapper .accordion div,
    #buchungslistewrapper button.accordion::after{
        transform: none;
    }

    /* #buchungslistewrapper .wrapperlink{
        width: 100%;
    } */
    
    #buchungslistewrapper .wrapperlink:nth-child(odd){
        background-color: #e9e9e9;
    }


    .kacheltop{
        background-color: #e9e9e94d;
    }




    /* SlotForm */
    #slotbearbeitungform-wrapper {
        width: 50%;
        height: 90%;
        top: 48%;
        left: 71%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* .wrapperlink {
        width: 50%;
    } */

    .berufelisthead{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .no-casting{
        padding: 0rem;
    }

    .kachelwrapper{
        display: flex;
        flex-wrap: wrap;
        padding: 2rem 5rem;
    }
    .workshopkachel{
        width: 50%;
    }

    .wrapperlinkliste{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.5rem;
    }
    

     /* SlotForm */
     #slotbearbeitungform-wrapper {
        width: 40%;
        left: 77%;
    }


    /* buchungsform */
     /* buchenform */

     #buchungsform-wrapper {
        width: 60%;
        height: 100%;
        margin-left: auto;
    }


    .accordion {
        padding: 18px 50px 18px 5rem;
    }
    .panel p {
        width: 80%;
        background: #e9e9e9d4;
        padding: 1rem;
    }


    footer #footercontent .wrapper{
        flex-flow: row;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    

    #buchungstornoform-top{

        height: fit-content;
    }


    
    #kooperationspartner a{
        width: 25%;
        min-height: 170px;
    }
    
    
    /* .navbar-mobilbtn{
        display: none;
    }
    .conditionshow{
        display: flex;
    } */

    .navbar{
        font-size: .7rem;
    }

    /* MESSAGES */
    #messagebodycontent {
        width: 30%;
    }


    /* FOOTER */

    footer #footercontent{
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 5rem 0 2rem;
    }
    footer #footercontent #copyright{
        align-items: center;
    }
    footer #footercontent #links{
        width: 25%;
    }


    /* HOME */

    
.coloredlinepartwrapper{
    width: 100%;
    display: flex;
    height: 2rem;
}
.coloredlinepartwrapper .diagonalcutleft::before{
    content: "";
    border-left: 1rem solid #000;
    border-bottom: 2rem solid transparent;
    height: 100%;
    display: block;
}
.coloredlinepartwrapper .diagonalcutright::after{
    content: "";
    border-right: 1rem solid #000;
    border-top: 2rem solid transparent;
    height: 100%;
    display: block;
}
#slogan #slogan-text {
    font-size: 3rem;
}
#slogan #slogan-innercontent-wrap {
    margin: 0rem 0 1rem;
}


#berufs-wrapper {
    padding: 0rem 2rem 0 0;
}

/* #ausbildungswege_ueberblick #ausbildungswegecontent {
    left: 7%;
} */



    /* berufeliste */

    .wrapperlink {
        width: 33%;
    }

    /* schullisten */
    #schulenliste-schulkachel-wrapper .schulenliste-schulkachel {
        width: 33%;
    }
    /* SchuleListen SEITE */
    #schulenliste-headlinewrapper,
    #berufeliste-headlinewrapper{
        width: 75%;
    }

    /* BERUFSSCHULE */

    #schule-wrapper,
    #berufs-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.5rem;
    }

    #berufs-wrapper .wrapperflex{
        display: flex;
        width: 100%;
        overflow: hidden;
    }

    #schule-wrapper #schule-name{
        width: 40%;
        position: relative;
        overflow: hidden;
    
    }
    #schule-name div{
        width: 75%;
    }
    #schule-wrapper #schule-name::after {
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        /* border-left: transparent solid 13rem;
        border-bottom: #fff solid 18rem;
        border-right: solid 5rem #fff; */
        border-left: transparent solid 5rem;
        border-bottom: #fff solid 18rem;
        border-right: solid 3rem #fff;
    }
    /* #schule-wrapper #schule-name div{
        transform: skew(30deg) translateX(10%);
    
    } */


    #schule-wrapper #logo{
        display: flex;
        justify-content: center;
    }

    #schule-wrapper #schule-name {
        
        justify-content: flex-start;
        padding: 4.5rem 0 4.5rem 4rem;
    }
    #berufs-wrapper #berufs-name {
        
        justify-content: flex-start;
        padding: 4.5rem 0 4.5rem 4rem;
    }
    #berufs-wrapper #berufs-name {
        
        position: relative;
    }
    #berufs-wrapper .berufswrapper-right {
        
        width: 60%;
        margin-top: 1rem;
    }
    .berufswrapper-right {
        padding: 0 0 0 4rem;
    }
    #berufs-wrapper #berufs-name::after{
        position: absolute;
        right: 0;
        top: 0;
        content: '';
        /* border-left: transparent solid 13rem;
        border-bottom: #fff solid 18rem;
        border-right: solid 5rem #fff; */
        border-left: transparent solid 5rem;
        border-bottom: #fff solid 25rem;
        border-right: solid 3rem #fff;
    }
    #schulinfo-wrappers{
        width: 100%;
    }
    #schulinfo-wrap{
        width: 45%;
    }

    #schule-wrapper #schulinfo-wrap {
        padding: 1rem 4rem;
    }

    #berufs-wrapper #berufs-name {
        font-size: 2rem;
        width: 75%;
    }
    #castingswrapper,
    #berufewrapper .berufecasting-workshopwrapper{
        margin: 1rem 0 1.5rem 0rem;
        padding: 0rem;
        position: relative;
        overflow: hidden;
    }
    
    #berufewrapper .berufecasting-workshopwrapper{
        display: flex;
    }
    
    /* #castingswrapper::before{
        content: '';
        border-bottom: #e9e9e9 solid 16rem;
        border-left: transparent solid 13rem;
        position: absolute;
        left: 20%;
        transform: translate(-100%);
    } */
    /* #berufewrapper .berufecasting-workshopwrapper::before{
        content: '';
        border-bottom: #e9e9e94d solid 22rem;
        border-left: transparent solid 13rem;
    } */

    #berufewrapper .kacheltop {
        padding: 1rem 4rem;
    }
    #castinginfowrapper::before{
        content: '';
        border-bottom: #e9e9e94d solid 19rem;
        border-left: transparent solid 13rem;
    }
    #castinginfowrapper{
        margin: 1.5rem 0;
    }
    #date-berufecasting{
        background-color: #e9e9e94d;
        max-width: 30%;
    }
    #slotsbuchung{
        max-width: 30%;
    }

    #berufecasting-workshopwrapper .allowbuchungwrapper {
        width: 100%;
        width: 85%;
        display: flex;
        align-items: flex-end;
    }
    .allowbuchungwrapper .kachelbot{
        padding-bottom: 1rem;
        padding: 1rem 3rem;
    }
    .castingButtonWrap{
        /* margin: auto 0; */
        margin-bottom: 2rem;
    }
    .allowbuchungwrapper #berufecastinglogowrap{
        margin-left: auto;
    }
    #castingwrappercontent{
        display: flex;
        width: 80%;
        width: 100%;
        margin: 0 0 0 auto;
        background-color: #e9e9e94d;
        justify-content: space-between;
    }
    

    #berufecastinglogo{
        width: 200px;
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: end;
        background-color: #6efbfd;
        padding: 2rem;
        padding: 2rem 2rem 3rem;
    }

    #berufecastinglogowrap{
        /* width: 100%; */
        background-color: #6efbfd;
        display: flex;
        align-items: end;
    }

    #castingwrapperkachelwrap{
        /* max-width: calc(100% - 200px); */
        display: flex;
        flex-wrap: wrap;
        padding: 1.5rem 1.5rem 0.5rem 4rem;
        flex-grow: 1;
    }

    #castingswrapper .castingwrapperkachel {
        min-width: 22%;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        width: auto;
        margin-bottom: 1rem;
        
    }
    #castingswrapper .castingwrapperkachel.multi {
        
        max-width: 45%;
        max-width: 22%;
        
    }
    .castingwrapperkachel .casting-beruf {
        min-width: 30%;
    }
    
    
    .castingwrapperkachel img {
        max-height: 165px;
    }

    .castingwrapperkachel{
        margin-right: 1.5rem;
    }

    /* BERUFECASTING BANNER */

    #wrapper-berufecasting{
        width: 30%;
        margin-left: 4rem;
    }
    #wrapper-berufecasting.left {
        width: 50%;
        margin: 0;
    }
    #wrapper-berufecasting #berufecasting-headline-dreieck::before ,
    #wrapper-berufecasting #berufecasting-headline-dreieck::after {
        border-bottom: 1.5rem solid #fff;
    }


    /* meine Berufecastings */
    #castingdetailinfo #castingdetailinfoheadline {
        width: 50%;
        position: relative;
        /* transform: skew(-30deg) translate(-7%); */
    }
    #castingdetailinfo #castingdetailinfoheadline::after{
        /* content: "";
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 2rem solid #fff;
        border-top: 9.7rem solid #000;
        border-bottom: 1rem solid #fff; */
        content: "";
        position: absolute;
        top: 0;
        right: -40px;
        bottom: 0;
        width: 80px;
        background: #fff;
        transform: skew(-20deg);
    }
    

    #castingdetailinfo #castingdetailinfoheadline {
        
        border-bottom: #fff 2px solid;
        overflow: hidden;
    }

    #castinginfowrapper{
        display: flex;
    }

    #slotbearbeitung{
        background-color: #fdff00;
    }
    #slotbearbeitung::before {
        border-right: 0.5rem solid #fdff00;
    }


    .buchungs-detailinfo-wrapper{
        display: flex;
        flex-wrap: wrap;
        padding: 0 5rem;
        margin: 1.5rem 0;
    }
    .berufecasting-buchungwrapper{
        width: 33%;
        background: #e9e9e9;
    }


    #buchungstornoform-wrapper {
        width: 32%;
        height: 100%;
        transform: translate(-114%, -50%);
        position: absolute;
        top: 52%;
        left: 100%;
    }
    #buchungstornoform-bot{
        background-color: #6efbfd;
    }




    .workshopkachel {
        width: 33%;
        margin-right: 1.5rem;
    }



    /* SlotForm */
    #slotbearbeitungform-wrapper {
        width: 30%;
        left: 81%;
    }



    /* buchenform */

    #buchungsform-wrapper {
        width: 45%;
        height: 100%;
        margin-left: auto;
    }

    /* buchenform */



    .navbar-expand-lg .navbar-collapse {
        display: block!important;
        flex-basis: 100%;
    }

    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
    .navbar-expand-lg {
        flex-wrap: wrap;
        justify-content: flex-start;
    }


    
    /* .accordion {
        padding: 18px 50px 18px 7rem;
    } */

    #buchungslistewrapper{
        margin-bottom:200px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #buchungslistewrapper{
        margin-bottom:300px;
    }
 

    .navbar{
        font-size: 1rem;
        white-space: nowrap;
    }

    /* LOGIN */
    #login-wrapper {
        width: 30%;
        margin-left: auto;
    }

    
    /* MESSAGES */
    #messagebodycontent {
        width: 25%;
    }

    /* HOME SEITE */

    #berufecasting {
        padding: 1.25rem 5.4rem;
    }
    .break{
        display:none;
    }

    #berufecasting,
    #berufefinderwrapper
    {
        order: 1;
    }
    #zum-beruf
    {
        order: 2;
        min-width: 35%;
        min-height: 300px;
        width: 35%;
        /* height: 400px; */
    }
    #step-to-step,
    #slogan,
    #ausbildungswege_ueberblick,
    #berufecasting-zahlen, 
    #rueckblick-video-container
    {
        order: 3;
    }

    #berufecasting{
        width: 45%;
    }
    #berufefinderwrapper{
        width: 20%;
        display: flex;
        align-items: end;
    }
    #berufefinder{
        height: 50%;
        display: flex;
        align-items: end;
        padding: 1rem 2rem 1rem 2rem;
    }
    #berufefinder::before {
        
        top: 50%;
        left: 10%;
    }

    /* .coloredlinepartwrapper .diagonalcutleft,
    .coloredlinepartwrapper .diagonalcutright  {
        width: 8%;
    } */
    .coloredlinepartwrapper .diagonalcutleft::before{
        border-left: .5rem solid #000;
    }
    .coloredlinepartwrapper .diagonalcutright::after{
        border-right: 0.5rem solid #000;
    }

    #ausbildungswege_ueberblick{
        width: 100%;
    }
    #ausbildungswege_ueberblick #ausbildungswegecontent-text{
        /* width: 20%; */
        width: min-content;
        line-height: 2rem;
    }



    #berufs-wrapper .berufswrapper-right {
        width: 55%;
        margin: auto 0;
    }



    #buchungstornoform-wrapper {
        width: 27%;
     }
    
    

     /* flotform */
     /* SlotForm */
    #slotbearbeitungform-wrapper {
        width: 25%;
        left: 84%;
    }

    #buchungsform-wrapper {
        width: 30%;
        height: 100%;
        margin-left: auto;
    }

    /* Castings */
    .castingwrapperkachel img {
        max-height: 165px;
    }


    #berufs-beschreibung{
        padding-right: 2rem;
    }

    #castinginfowrapper {
        padding-left: 5rem;
    }

    /* .accordion {
        padding: 18px 50px 18px 8rem;
    } */
    .panel p {
        width: 65%;
    }



    /* #beruf-img{
      
        max-height: 500px;
    } */

}

@media only screen and (min-width: 1400px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-mobilbtn{
        display: none;
    }
    .conditionshow{
        display: flex;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }

    #berufs-wrapper .berufswrapper-right {
        width: 50%;
        margin: auto 0;
    }

    /* .accordion {
        padding: 18px 50px 18px 8.5rem;
    } */
    .panel p {
        width: 55%;
    }
}
/* @media only screen and (min-width: 1600px) {
    
} */
@media only screen and (min-width: 1600px) {

    /* .no-casting{
        padding: 4rem 0rem;
    } */



    /* SchuleListen SEITE */
    #schulenliste-headlinewrapper,
    #berufeliste-headlinewrapper{
        width: 40%;
    }
    
    .berufecasting-buchungwrapper{
        width: 20%;
        background: #e9e9e9;
        margin-right: 5px;
    }

    #buchungstornoform-wrapper {
        width: 20%;
     }

     .workshopkachel {
        width: 25%;
        margin-right: 1.5rem;
    }


     /* SlotForm */
     #slotbearbeitungform-wrapper {
        width: 20%;
        left: 86%;
    }


    ul.navbar-nav li{
        margin: 0 0.5rem;
    }


    #ausbildungsschule-wrapper #ausbildungsschule-headline, #ausbildungsschule-wrapper #ausbildungsschule-name, #berufeliste-headlinewrapper #berufeliste-headline, #schulenliste-headlinewrapper #schulenliste-headline, #berufs-wrapper #berufs-name {
        
        font-size: 3.25rem;
    }

    .fs-smal {
        font-size: 1.5rem;
    }
    
    #berufecasting-text {
        font-size: 3.25rem;
    }

    #berufecasting-home-text{
        font: 1.14rem;
        line-height: 1.5rem;
    }

   
    #berufecasting {
        padding: 1.25rem 7.4rem;
    }


    #schulenliste-headlinewrapper, #berufeliste-headlinewrapper, #berufelistewrapper .form-switch {
        padding: 1rem 7rem;
    }

    #berufeliste-text,
    #schulliste-text{
        font-size: 1.14rem;
        line-height: 1.5rem;
        margin-top: 1rem;
    }

    #berufeliste-berufkachel-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 0 7rem;
    }

    #schulenliste-schulkachel-wrapper {
        padding: 1rem 7rem;
    }


    .kachelwrapper {
        
        padding: 2rem 7rem;
    }

    .paddingl {
        padding-left: 7rem;
    }
    .accordion {
        padding: 18px 50px 18px 7rem;
    }
    .panel {
        background-color: #fff;
        padding: 0 18px 0 7rem;
    }
    #buchungslisteheadline #buchungslisteheadlinetext {
        margin: auto 7rem;
    }
    .wrapperlinkliste {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    /* MESSAGES */
    #messagebodycontent {
        width: 20%;
    }

    #koops-headline,
    #kooperationspartner-ben{
       
        padding: 1rem 7rem;
    }
    #koop-logos{
        padding: 0 7rem;
    }

    #kontaktinfo {
        /* flex-wrap: nowrap; */
        justify-content: space-between;
        padding: 2rem 5rem 2rem 7rem;
    }
     /* FOOTER */

     footer #footercontent {
        padding: 0 5rem 0 5rem;
    }


    #berufs-wrapper .berufswrapper-right {
        width: 45%;
        margin: auto 0;
    }

    #ausbildungswege_ueberblick #ausbildungswegecontent {
        padding-left: 7rem;
    }



    


    #berufs-wrapper #berufs-name {
        justify-content: flex-start;
        padding: 4.5rem 0 4.5rem 7rem;
    }

    .berufswrapper-right {
        padding: 0 0 0 7rem;
    }
    
    #wrapper-berufecasting {
        margin-left: 7rem;
    }

    #berufewrapper .kacheltop {
        padding: 1rem 7rem;
    }

    #castingwrapperkachelwrap {
        
        padding: 1.5rem 1.5rem 0.5rem 7rem;
    }

    #schule-wrapper #schule-name {
        
        padding: 4.5rem 0 4.5rem 7rem;
    }

    #schule-wrapper #schulinfo-wrap {
        padding: 1rem 7rem;
    }

}
@media only screen and (min-width: 1900px) {
    

    /* MESSAGES */
    #messagebodycontent {
        width: 15%;
    }

    #berufs-wrapper .berufswrapper-right {
        width: 40%;
        margin: auto 0;
    }
     
    /* .accordion {
        padding: 18px 50px 18px 13.5rem;
    } */
}
@media only screen and (min-width: 2200px) {
    

    /* MESSAGES */
    #messagebodycontent {
        width: 15%;
    }

    #berufs-wrapper .berufswrapper-right {
        width: 30%;
        margin: auto 0;
    }
     
    /* .accordion {
        padding: 18px 50px 18px 15.5rem;
    } */
    .panel p {
        width: 45%;
    }


    #beruf-img{
      
        max-height: 700px;
    }
}

/* +++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++ */

/* Rueckblick Seite */
#lehrer-kommentare {
    padding: 3.25rem 5.4rem;
    order: 4;
}

#lehrer-kommentare-text{
    font-size: 2.25rem;
    font-size: 2.35rem;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1rem;
    text-underline-offset: -5px;
    text-decoration-color: #6efbfd;
}

.speech {
    font-size: 1.2em;
    color: #fff;
    background: #000;
    padding: 20px;
    width: 100%;
}

.speech::after {
    display: block;
    width: 0;
    content: "";
    border: 1.5rem solid transparent;
}

.speech.down::after {
    border-top-color: #000;
    border-bottom: 0;
}

.speech {
    position: relative;
    margin: 30px;
    margin-top: 0;
    margin-left: 0;
}

.speech::after { 
    position: absolute; 
}

.speech.down::after {
    bottom: -20px; 
    left: calc(15% - 20px);
}


#rueckblick-video-container{
    order: 3;
    width: 100%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#rueckblick-video-container picture{
    display: block;
    width: 100%;
}

#rueckblick-video-center-wrapper{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10%;
}

#rueckblick-video-wrapper{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.kommentarbox{
    width: 400px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.kommentarbox-text{
    font-size: 1.14rem;
    line-height: 1.5rem;
    padding: 2rem;
    padding-left: 2.5rem;
    padding-top: 0;
}

.kommentarbox-icon{
    width: 40px;
    height: auto;
    margin: 0.5rem;
}

.kommentarbox-dreieck{
    display: flex;
    background: #fff;
}

.kommentarbox-dreieck:before{
    content:'';
    content: '';
    border-right: 1rem solid #f5f5f5;
    border-bottom: 2rem solid #fff;
    display: block;
    width: 20%;
}

.kommentarbox-dreieck:after{
    content: '';
    display: block;
    width: 80%;
    border-left: 1rem solid #f5f5f5;
    border-bottom: 2rem solid #fff;
}

#rueckblick-trenner{
    order: 5;
    width: 100%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#rueckblick-trenner picture{
    display: block;
    width: 100%;
}

#rueckblick-video{
    width: 100%;
    height: auto;
}

.rueckblick-video-text{
    margin: 0 !important;
    background: none !important;
}

#kommentare-wrapper{
    margin-top: 3rem;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

#button-berufecasting-2025{
    width: 30%;
    height: 100px;
    background-color: #6CFF00;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#button-berufecasting-2025-icon{
    width: 80px;
    height: auto;
}

@media only screen and (max-width: 600px) {
    
    #rueckblick-video-center-wrapper{
        width: 100%;
    }

    #button-berufecasting-2025{
        width: 80%;
        height: 60px;
    }

    #button-berufecasting-2025-icon {
        width: 50px;
    }

    #button-berufecasting-2025-headline{
        font-size: 1.5rem;
    }

    #lehrer-kommentare {
        padding: 3.25rem 2rem;
    }

    #lehrer-kommentare-headline{
        font-size: 2rem !important;
    }

    .kommentarbox {
        width: 90%;
    }
    
    .kommentarbox-text {
        font-size: 0.8rem;
        line-height: 1.1rem;
        padding: 1.5rem;
        padding-left: 2rem;
    }
    

}

@media only screen and (min-width: 600px) {
    
    .kommentarbox{
        width: 400px;
    }

    .kommentarbox-text{
        font-size: 1.14rem;
        line-height: 1.5rem;
    }

    #button-berufecasting-2025{
        width: 65%;
        height: 80px;
    }

    #rueckblick-video-center-wrapper{
        width: 90%;
    }

}

@media only screen and (min-width: 768px) {
    
    .kommentarbox{
        width: 500px;
    }

    .kommentarbox-text{
        font-size: 1.14rem;
        line-height: 1.5rem;
    }

    #button-berufecasting-2025{
        width: 50%;
        height: 80px;
    }

    #rueckblick-video-center-wrapper{
        width: 90%;
    }

}

@media only screen and (min-width: 992px) {

    .kommentarbox{
        width: 300px;
    }

    .rueckblick-video-text{
        width: 70% !important;
    }

    #rueckblick-video-center-wrapper{
        width: 80%;
    }

    #button-berufecasting-2025{
        height: 80px;
    }


}

@media only screen and (min-width: 1400px){
    
    .kommentarbox{
        width: 400px;
    }

    .rueckblick-video-text{
        width: 45% !important;
    }
    
    #button-berufecasting-2025{
        width: 30%;
        height: 80px;
    }

    #rueckblick-video-center-wrapper{
        width: 70%;
    }

}



#weekdayselector{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
}

.weekdayselect,
.weekdayselect-reset{
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.weekdayselect.selected,
.weekdayselect-reset.selected{
    background-color: #6efbfd;
}
.weekday-element{
    border: 1px solid #fff;
    overflow: hidden;
}
.weekday-element.show{
    display: flex;
}
.weekday-element.hide{
    display: none;
}
.weekday-element .wrapperlinktext{
    line-height: 1.3rem;
}


.nav-link .badge{
    /* margin-left: 5px; */
    /* width: 1em;
    height: 1em; */
    background-color: #f00;
    margin: 0;
    margin-left: 3px;
    padding: 1px;
    font-size: 0.75rem;
}