/*Menü*/
.fullwidth .wrapper-inside {
    max-width: 100%;
}

/** Änderungen an _links.css */
/* Links */
a,
a:visited {
    color: var(--color-company-1);
    text-decoration: none;
    font-weight: 600;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    font-weight: 600;
    color: var(--color-company-2);
    outline: 0;
}

body.technik {
    --current-color: var(--technik);
}

body.wirtschaft {
    --current-color: var(--wirtschaft);
}

body.pflege {
    --current-color: var(--pflege);
}

body.gymnasium {
    --current-color: var(--gymnasium);
}

/*NavBar_top*/
.technik .NavBar_top {
    background: var(--technik);
}

.wirtschaft .NavBar_top {
    background: var(--wirtschaft);
}

.pflege .NavBar_top {
    background: var(--pflege);
    color: var(--color-company-1);
}

.gymnasium .NavBar_top {
    background: var(--gymnasium);
    color: var(--color-company-1);
}

.pflege .NavBar_top a,
.gymnasium .NavBar_top a {
    color: var(--color-company-1);
}

.schule .ce_accordion .toggler.active,
.schule .ce_accordion .toggler:hover {
    background: var(--color-company-2);
}

.technik .ce_accordion .toggler.active,
.technik .ce_accordion .toggler:hover {
    background: var(--technik);
}

.wirtschaft .ce_accordion .toggler.active,
.wirtschaft .ce_accordion .toggler:hover {
    background: var(--wirtschaft);
}

.pflege .ce_accordion .toggler.active,
.pflege .ce_accordion .toggler:hover {
    background: var(--pflege);
    color: var(--color-company-1);
}

.gymnasium .ce_accordion .toggler.active,
.gymnasium .ce_accordion .toggler:hover {
    background: var(--gymnasium);
    color: var(--color-company-1);
}

/*       FAQ Bereich             */

.technik .faq {
    background: var(--technik);
}

.wirtschaft .faq {
    background: var(--wirtschaft);
}

.pflege .faq {
    background: var(--pflege);
    color: var(--color-company-1);
}

.gymnasium .faq {
    background: var(--gymnasium);
    color: var(--color-company-1);
}

/*Header*/
.headerContainer {
    border-bottom: .1em solid var(--color-dark);
    font-size: var(--font-size-xxs);
    font-weight: 600;
}

.headerContainer li {
    margin: 0;
}

.NavBar_top {
    padding-right: 5%;
    height: 2.3em;
    text-align: right;
    background: var(--color-dark);
    color: white;
    border-top: .25em solid var(--color-red);
}

.NavBar_top ul {
    margin: 0;
    padding: 0;
}

.NavBar_top a {
    color: white;
    text-decoration: none;
}

.NavBar_top strong {
    color: var(--dark);
}

.NavBar_top > div,
.NavBar_top li {
    display: inline-block;
}

.NavBar_top li {
    padding: .25em 1em;
}

.NavBar_top li.active {
    background: white;
}

.logo {
    max-width: 11em;
}

.logo ::selection {
    background: none;
}

.logo img {
    padding: 1.0625em;
}

.NavBar_bottom {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1em, 1fr));
}

@media screen and (max-width: 400px) {
    .NavBar_bottom {
        grid-template-columns: 100px 1fr;
    }
}

.c4g_navigation_mobile:after {
    font-size: 20px;
}

.c4g_navigation_mobile {
    text-align: right;
    line-height: 20px;
}

.NavBar_bottom .navigation {
    align-self: end;
}

.mainNavigation {
    display: grid;
    justify-content: end;
}

.kontakt .ce_text {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    /*grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));*/
    grid-gap: 1em;
    align-self: center;
    padding: 1.0625em;
    /*direction: rtl;*/
}

.kontakt,
.kontakt a {
    color: var(--color-company-2);
    text-decoration: none;
}

.kontakt a:before {
    color: var(--dark);
}

.mail a:before {
    content: "\f1fa";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: .5em;
}

.tel a:before {
    content: "\f3cd";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: .5em;
}

.tel span {
    margin-right: .5em;
}

.headerContainer .widget-submit {
    display: none;
}

.headerContainer .submit {
    background: none;
    border: none;
}

.searchModule {
    vertical-align: top;
    margin-right: 1.0625em;
    line-height: 2em;
}

.searchModule .mod_search.block *:not(input) {
    padding: 0;
    border: none;
    font-size: 1em;
    box-shadow: none;
    font-weight: normal;
}

.searchModule .mod_search.block {
    overflow: visible;
    position: relative;
}

.headerContainer .widget-text:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: .5em;
    top: 0;
    right: 0;
}

.searchModule label {
    position: absolute;
    z-index: -1;
    right: 0;
}

.searchModule input {
    width: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
}


.searchModule:hover input, .searchModule:focus input, .searchModule:active input, .searchModule:focus-within input {
    width: 100%;
    padding: .25em 2.25em .25em 1em;
    margin: 0;
    transition: 1s;
}

.searchModule:hover .widget-text:after,
.searchModule:focus .widget-text:after,
.searchModule:active .widget-text:after,
.searchModule:focus-within .widget-text:after {
    position: absolute;
    right: 1em;
    color: var(--dark);
    transition: 1s;
}

.c4g_navigation_mega.block {
    overflow: visible;
}

.c4g_navigation_mega .level_1 > li {
    position: relative;
}

.c4g_navigation_mega .level_1 > li:hover *:before {
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


/* Main Navigation Icons */
.c4g_navigation_mega li > a:before,
.c4g_navigation_mega span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    display: block;
    line-height: 1em;
    margin: auto;
    left: 0;
    right: 0;
    width: 1em;
    font-size: 1.5em;
    top: -.5em;
    -moz-animation: cycle-horizontal 4s linear 10;
    -webkit-animation: cycle-horizontal 4s linear 10;
}

.c4g_navigation_mega a.login:before,
.c4g_navigation_mega span.login:before {
    content: "\f573";
}

.c4g_navigation_mega a.sickNote:before,
.c4g_navigation_mega span.sickNote:before {
    content: "\f0f9";
}

.c4g_navigation_mega a.representation:before,
.c4g_navigation_mega span.representation:before {
    content: "\f073";
}

.c4g_navigation_mega a.international:before,
.c4g_navigation_mega span.international:before {
    content: "\f0ac";
}

.c4g_navigation_mega a.iServ:before,
.c4g_navigation_mega span.iServ:before {
    content: "\f2b9";
}

.c4g_navigation_mega a.moodle:before,
.c4g_navigation_mega span.moodle:before {
    content: "\f19d";
}

.c4g_navigation_mega a.webUntis:before,
.c4g_navigation_mega span.webUntis:before {
    content: "\f017";
    font-weight: 100;
}

.c4g_navigation_mega a.mensa:before,
.c4g_navigation_mega span.mensa:before {
    content: "\f2e7";
}

/* Ene 2021-11-30 */
.c4g_navigation_mega a.haeufigeFragen:before,
.c4g_navigation_mega span.haeufigeFragen:before {
    content: "\f059";
}

.c4g_navigation_mega a.coronaAktuell:before,
.c4g_navigation_mega span.coronaAktuell:before {
    content: "\e074";
}

.c4g_navigation_mega a.lending:before,
.c4g_navigation_mega span.lending:before {
    content: "\f02d";
}

/* --------------------- */


.c4g_navigation_mobile:after {
    top: 3.35em;
}

.c4g_navigation_burger {
    opacity: .94;
}

.c4g_burger_header img {
    max-width: calc(50% - 5em);
    min-width: 150px;
}

.c4g_navigation_burger .level_1 a,
.c4g_navigation_burger .level_1 span,
.c4g_navigation_burger strong {
    padding: 0 1em;
    margin: auto;
    width: auto;
}

*:not(.c4g_show_on_mobile) .c4g_navigation_mobile:after {
    color: var(--dark);
}

.c4g_navigation_mobile.opened:after {
    color: white;
}

@-webkit-keyframes cycle-horizontal {
    35% {
        transform: rotate(0) translate(0, 0);
    }
    40% {
        transform: rotate(5deg) translate(0, -2px);
    }
    45% {
        transform: rotate(-3deg) translate(0, -2px);
    }
    50% {
        transform: rotate(5deg) translate(0, -2px);
    }
    55% {
        transform: rotate(-3deg) translate(0, -2px);
    }
    60% {
        transform: rotate(5deg) translate(0, -2px);
    }
    65% {
        transform: rotate(-3deg) translate(0, -2px);
    }
    70% {
        transform: rotate(0) translate(0, 0);
    }
}

@-moz-keyframes cycle-horizontal {
    35% {
        transform: rotate(0) translate(0, 0);
    }
    40% {
        transform: rotate(5deg) translate(0, -2px);
    }
    45% {
        transform: rotate(-3deg) translate(0, -2px);
    }
    50% {
        transform: rotate(5deg) translate(0, -2px);
    }
    55% {
        transform: rotate(-3deg) translate(0, -2px);
    }
    60% {
        transform: rotate(5deg) translate(0, -2px);
    }
    65% {
        transform: rotate(-3deg) translate(0, -2px);
    }
    70% {
        transform: rotate(0) translate(0, 0);
    }
}

.top_3em > div {
    max-width: var(--max-width);
}

.layout_upcoming a:after {
    align-content: center;
}

.horizontal p {
    white-space: normal;
}

.information h2, .informaton p {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Anpassungen types **/
h3 {
    margin-bottom: 0.5em;
}

/** Änderungen an Formularen **/
.widget > label {
    font-weight: 400;
}

input[type=text], input[type=email], input[type=tel] {
    padding: 10px 6px;
}

.ui-datepicker .ui-datepicker-title {
    display: -webkit-box;
}
.ce_form button{
font-size: 1rem;
    position: relative;
    color: white;
    text-decoration: none;
    user-select: none;
    padding: 0.5em 2em;
    outline: none;
    background: var(--color-red);
}
/**Formular Steps**/
.progress {
    margin: 0 0 1em;
    height: 2em;
    position: relative;
}
.progress-bar {
    width: 100%;
    height: 100%;
    background: #fff;
}
.progress .numbers {
    position: absolute;
    color: #fff;
    font-size: 18px;
    height: 100%;
    padding: 0 1em;
    top: 0.2em;
    font-weight:900;
}
.progress-bar-inner {
    background: #EE283B;
    height: 100%;
}

.mod_mp_form_steps ul {
    list-style: none;
    padding: 0;
}
.mod_mp_form_steps ul li {
    display: inline-block;
    padding-right: 30px;
}

/** weitere Abstände **/
.top_3em {
    margin-top: 3em;
}

.bottom_3em {
    margin-bottom: 3em;
}

/** Overlay **/

.euf_overlay {
    z-index: 100;
}

.euf_overlay__close {
    margin: 0;
    border-top-right-radius: 0;
    line-height: 1rem;
}

.euf_overlay__close:hover {
    background: none;
}

.euf_overlay__content {
    max-height: 90vh;
    max-width: 80vw;
    overflow: auto;
    background: whitesmoke;
    color: var(--color-dark);
    padding: 3rem 2rem 2em;
}

.euf_overlay__content:before {
    content: "Information der BBS Jever";
    position: absolute;
    width: 100%;
    height: 6rem;
    left: 0;
    top: 0;
    background: url(/files/framework/images/logo_bbs/bbs-jever-logo_white.png), var(--dark);
    border-top: .25em solid var(--color-red);
    background-size: auto 5rem;
    background-repeat: no-repeat;
    color: white;
    padding-top: .25rem;
    padding-left: 170px;
    font-weight: bold;
    display: grid;
    align-content: center;
    text-align: center;
}

.euf_overlay__content .ce_text.first {
    margin-top: 100px;
}

#footer .euf_overlay__content p:last-child {
    margin-bottom: 0;
}

.overlay_footer a {
    color: white;
}

/** Informations- oder Highlighttext **/

.indent_bot {
    margin-bottom: 1.5em;
}

.information {
    border: 2px solid var(--color-highlight);
    padding: 1em;
    position: relative;
    overflow: visible;
    margin-left: calc(((1em * 2.5) * 2) + 12px);
}

.information p:before {
    left: -2.5em;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--color-highlight);
    border: 2px solid var(--color-highlight);
    color: white;
    content: "\f129";
    display: inline-block;
    margin: auto 10px;
    text-align: center;
    font: 2.5em/40px "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 1.75em;
}

.virus {
    border: 2px solid var(--color-highlight);
    padding: 1em;
    position: relative;
    overflow: visible;
    margin-left: calc(((1em * 2.5) * 2) + 12px);

}

.virus p:before {
    left: -2.5em;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--color-highlight);
    border: 2px solid var(--color-highlight);
    color: white;
    content: "\e074";
    display: inline-block;
    margin: auto 10px;
    text-align: center;
    font: 2.5em/40px "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 1.75em;
}

.questions_wirtschaft {
    border: 2px solid var(--wirtschaft);
    padding: 1em;
    max-width: fit-content;
    position: relative;
    overflow: visible;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    float: right;
}

.questions_wirtschaft.fullwidth,
.questions_pflege.fullwidth,
.questions_technik.fullwidth,
.questions_gymnasium.fullwidth {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.questions_wirtschaft h2:before {
    border: 2px solid var(--wirtschaft);
    color: black;
    background: var(--wirtschaft);
    content: "\f128";
    display: inline-block;
    margin: auto 10px;
    text-align: center;
    font: 1.0em/40px "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 1.75em;
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation-name: fall-in;
    animation-duration: .75s;
}

.questions_wirtschaft h2 {
    line-height: 50px;
    min-height: 50px;
}

.questions_wirtschaft:hover h2:before {
    display: none;
}

.questions_wirtschaft:hover h2,
.questions_pflege:hover h2,
.questions_technik:hover h2,
.questions_gymnasium:hover h2 {
    text-indent: calc(2em + 20px);
}

.questions_technik {
    border: 2px solid var(--technik);
    padding: 1em;
    max-width: fit-content;
    position: relative;
    overflow: visible;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    float: right;
}

.questions_technik h2:before {
    border: 2px solid var(--technik);
    color: black;
    background: var(--technik);
    content: "\f128";
    display: inline-block;
    margin: auto 10px;
    text-align: center;
    font: 1.0em/40px "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 1.75em;
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation-name: fall-in;
    animation-duration: .75s;
}

.questions_technik h2 {
    line-height: 50px;
    min-height: 50px;
}

.questions_technik:hover h2:before {
    display: none;
}

.questions_pflege {
    border: 2px solid var(--pflege);
    padding: 1em;
    max-width: fit-content;
    position: relative;
    overflow: visible;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    float: right;
}

.questions_pflege h2:before {
    border: 2px solid var(--pflege);
    color: black;
    background: var(--pflege);
    content: "\f128";
    display: inline-block;
    margin: auto 10px;
    text-align: center;
    font: 1.0em/40px "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 1.75em;
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation-name: fall-in;
    animation-duration: .75s;
}

.questions_pflege h2 {
    line-height: 50px;
    min-height: 50px;
}

.questions_pflege:hover h2:before {
    display: none;
}

.questions_gymnasium {
    border: 2px solid var(--gymnasium);
    padding: 1em;
    max-width: fit-content;
    position: relative;
    overflow: visible;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    float: right;
}

.questions_gymnasium h2:before {
    border: 2px solid var(--gymnasium);
    color: black;
    background: var(--gymnasium);
    content: "\f128";
    display: inline-block;
    margin: auto 10px;
    text-align: center;
    font: 1.0em/40px "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    line-height: 1.75em;
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation-name: fall-in;
    animation-duration: .75s;
}

.questions_gymnasium h2 {
    line-height: 50px;
    min-height: 50px;
}

.questions_gymnasium:hover h2:before {
    display: none;
}


/** Wegweise Bildungsangebote **/

.button_back {
    border: solid var(--base-border-color) var(--base-border-width);
    background: var(--color-company-2);
    padding: 10px;
    width: max-content;
    margin-top: 3em;
}

.button_back a {
    color: white;
}

/** Subfooter **/


.awards_wrapper {
    display: grid;
    /*grid-template-columns: auto auto auto auto auto;/* Änderung Ene 08.07.2021*/
    grid-template-columns: auto auto auto; /* Änderung Ene 08.07.2021*/
    grid-gap: 1em;
    width: 100%;
    justify-content: space-evenly;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid var(--color-gray);
    padding-top: 2em;
    margin-top: 4em;
    margin-bottom: 2em;
}

.awards_wrapper img {
    padding: 10px;
    opacity: 0.60;
    -webkit-filter: grayscale(50%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
    transistion: all 1000ms ease-in-out;
}

.awards_wrapper img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    transform: scale(1.05);
}


/** Änderungen am Footer */

#footer a,
#footer a:visited {
    color: var(--color-white);
    font-weight: bold;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: var(--color-company-2);
    font-weight: bold;
    outline: 0;
}


#footer #euf_overlay p a {
    color: var(--color-red);
}

#footer #euf_overlay p a:hover,
#footer #euf_overlay p a:active,
#footer #euf_overlay p a:focus {
    color: var(--dark);
}

#footer .mod_newslist.block span {
    padding-left: 1em;
    display: block;
}

.footer-copyright {
    text-align: left !important;
}