html {
    font-size: 16px;
}

body {
    font-family: "Webfont";
    font-weight: normal;
    background: #eee;
    line-height: 1.4;
}

.allwrap {
    max-width: 2200px;
    display: block;
    margin: 0 auto;
    background-color: white;
}

a {
    transition: all ease 0.5s;
    color: #009a3f;
    display: inline-block;
}

.content-inner video {
    display: block;
}

b,
strong {
    font-weight: 900;
}

p:last-child {
    margin-bottom: 0;
}

a:hover {
    color: #015c27;
}

.green-link {
    color: #009a3f;
    text-decoration: none;
}

.black-link {
    color: #000000;
    text-decoration: none;
}

.light-font {
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
    height: auto;
}

.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

h1 {
    font-weight: 900;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 4rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 900;
}

h3 {
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 900;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 900;
}

ul {
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    list-style-position: inside;
}

ul:last-child {
    margin-bottom: 0;
}

:focus-visible,
 :focus {
    outline: none;
}

.default-offset {
    margin-left: 40px;
}

.loadingcontainer {
    position: relative;
    min-height: 300px;
}

.loadingcontainer:after {
    content: " ";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-image: url('../images/oval_gray.svg');
    background-size: 40px 40px;
    background-position: center;
}

.mod-menu__sub {
    display: none;
}

.green-text {
    color: #009a3f;
}

#sp-page-builder {
    margin-left: -15px;
    margin-right: -15px;
}

.text-right {
    text-align: right;
}

.lead {
    font-size: 1.5rem;
}
.lead li {
    padding-left: 20px;
    position: relative;

}
.lead ul {
    list-style: none;
}
.lead li::marker {
    display: none !important;  
}
.lead li:after {
       position: absolute;
    content: "·";
    left: 0;
    top: -2px;
    font-size: 40px;
    display: block;
    line-height: 1;
}
#content-wrapper {
    position: relative;
    overflow: hidden;
}

#content {
    margin-top: 58px;
}

.breadcrumbs-container+#content,
#aktuelles-section+#content {
    margin-top: 0;
}


/* Sidebar */

.sidebar .mod-menu a {
    color: black;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    line-height: 1;
}

.sidebar .mod-menu .current a,
.sidebar .mod-menu .active a {
    color: #009a3f;
}

.sidebar>div,
.sidebar>ul {
    margin-bottom: 30px;
}

.sidebar .mod-menu a:hover {
    color: #009a3f;
}

.sidebar .mod-menu li {
    border-bottom: 1px solid black;
    width: 100%;
    padding: 4px 0 3px 0;
    margin-bottom: 0;
}

.sidebar .mod-menu.support-menu a {
    font-weight: 900;
    font-size: 1.4rem;
}


/* Sidebar End */


/* Header */

#header {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 30px;
    position: relative;
    z-index: 5;
}

.site-logo {
    padding-bottom: 30px;
}

.kanton-logo {
    padding-bottom: 25px;
}

.header-flex {
    align-items: flex-end;
}


/* Header End */


/* Headerimage */

.headerimage {
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-graphics,
.footer-graphics {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.footer-graphics {
    top: auto;
    bottom: 0;
}

.header-graphics-inner,
.footer-graphics-inner {
    padding-left: 90px;
    padding-right: 90px;
    position: relative;
    text-align: right;
}

.header-graphics-inner .header-graphics-graphic-container,
.footer-graphics-inner .footer-graphics-graphic-container {
    margin-right: -140px;
    display: inline-block;
    position: relative;
}

.white-claim {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-graphics-graphic-container .white-claim {
    bottom: auto;
    top: 0;
}

.footer-line {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.footer-line-graphic {
    padding-left: 90px;
    text-align: right;
    padding-right: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 24px);
    pointer-events: none;
}

.footer-line-graphic-container {
    display: inline-block;
    pointer-events: all;
}

.footer-social-icons {
    margin-left: 7%;
}

.footer-social-icons a+a {
    margin-left: 20px;
}


/* Headerimage End */


/* Aktuelles */

#aktuelles-section {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.aktuelles-carousel-wrapper {
    overflow: hidden;
    opacity: 0;
    transition: opacity ease 0.5s;
}

.aktuelles-carousel-wrapper .container {
    margin-left: 0;
}

.aktuelles-carousel-wrapper .slick-list {
    overflow: visible;
    /*
  margin-left: -15px;
  margin-right: -15px;
  */
}

.aktuelles-carousel-item-text {
    padding: 30px 30px 7px 30px;
}

.com-content-article.item-page>a {
    display: none;
}

.aktuelles-carousel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}

.aktuelles-carousel .slick-track,
.related-angebote-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.aktuelles-carousel .aktuelles-carousel-item {
    height: auto;
    padding-bottom: 60px;
}

.aktuelles-carousel-item {
    height: auto;
}

.related-angebote-carousel .related-angebote-carousel-item {
    padding-bottom: 20px;
}

.aktuelles-carousel-item {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.aktuelles-carousel .aktuelles-carousel-item,
.related-angebote-carousel-item {
    margin: 0 7px;
    position: relative;
}

.aktuelles-carousel-item .button {
    position: absolute;
    left: 30px;
    bottom: 1px;
}

.aktuelles-carousel-item-buttons {
    margin-top: auto;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 20px 30px 20px 30px;
}

.aktuelles-carousel-item-buttons .button {
    position: static;
}

.related-angebote-carousel-item .button {
    left: 30px;
    bottom: 30px;
}

.news-overview-page .news-item {
    margin-bottom: 90px;
    display: none;
}

.news-overview-page .news-item.show {
    display: block;
}

.news-date {
    font-weight: 400;
    font-size: 1.3rem;
    display: block;
    color: #333;
}


/* Aktuelles End */


/* Buttons */

.button,
.btn-primary {
    border-radius: 50px;
    padding: 12px 25px 7px 25px;
    border: #009a3f 1px solid;
    color: #009a3f;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    background: transparent;
    transition: all ease 0.5s;
}

.button:hover,
.btn-primary:hover {
    background-color: #009a3f;
    color: white;
    border-color: #009a3f;
}

.button.white {
    border: 1px solid white;
    color: white;
}

.button.white:hover {
    color: #009a3f;
    background: white;
}

.button.white.filled {
    color: black;
    background-color: white;
    border: 1px solid white;
}

.button.white.filled:hover {
    color: white;
    background-color: black;
    border: 1px solid black;
}

.button.black {
    border: 1px solid black;
    color: black;
}

.button.black:hover {
    color: #fff;
    background: black;
}

.button.fullwidth {
    width: 100%;
}

.button.button-filled {
    background-color: #009a3f;
    color: white;
}


/* Buttons End */


/* Sticky Sidebar */

#sticky-sidebar {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 5;
}

.sticky-sidebar-navigation a {
    display: block;
    font-size: 25px;
    margin: 5px 0;
}

.sticky-sidebar-navigation {
    position: absolute;
    right: 25px;
    top: 45%;
}


/* Sticky Sidebar End */


/* Breadcrumbs */

.mod-breadcrumbs {
    margin-bottom: 58px !important;
    padding-top: 30px !important;
    padding-left: 0 !important;
}

.mod-breadcrumbs a {
    color: #878787;
    text-decoration: none;
}

.mod-breadcrumbs a:hover {
    color: #015c27;
}

.mod-breadcrumbs .active span {
    color: black;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e917";
    font-family: 'bzbfont' !important;
    margin-top: 2px;
    line-height: 1;
}


/* Breadcrumbs End */


/* Support Menü */

.support-menu a:before {
    font-family: 'bzbfont' !important;
    font-size: 18px;
    margin-right: 10px;
}

.item-kontakt a:before,
.support-menu .item-574 a:before {
    content: "\e90b";
}

.item-beratung a:before,
.support-menu .item-578 a:before {
    content: "\e90d";
}

.item-mail-schreiben a:before,
.support-menu .item-577 a:before {
    content: "\e900";
}

.item-mail-schreiben {
    display: none;
}

.item-chatten a:before {
    content: "\e90c";
}

.item-anmeldung a:before {
    content: "\e908";
}

.item-anrufen a:before,
.support-menu .item-575 a:before {
    content: "\e90a";
}

.item-anruf-anfordern a:before,
.support-menu .item-576 a:before {
    content: "\e909";
}


/* Support Menü End */


/* Footer */

footer {
    background: #c8d300;
    color: black;
    margin-top: 100px;
    position: relative;
}

.newsletter-column {
    justify-content: space-between;
}

.newsletter-button {
    margin-top: auto;
}

footer .footer-col {
    padding: 60px 0;
}

footer a {
    color: black;
}

footer a:hover {
    /*color:rgba(255,255,255,0.5);*/
}

.footer-col b,
.footer-col strong {
    font-weight: 900;
}

footer .mod-menu a {
    font-size: 1.4rem;
    text-decoration: none;
}

footer .mod-menu li {
    width: 100%;
}

.footer-col p {
    margin-bottom: 1.8rem;
}

footer p:last-child {
    margin-bottom: 0;
}

.social-column i {
    font-size: 20px;
}

.footer-social-icons a+a {
    margin-left: 15px;
}

.footer-social-icons a {
    padding: 7px;
}

.footer-navigation a {
    color: black;
    text-decoration: none;
}

.footer-navigation a:hover {
    color: #009a3f;
}

.footer-navigation li+li:before {
    content: "|";
    margin-right: 7px;
}

.footer-navigation li+li {
    margin-left: 7px;
}


/* Footer End */


/* Megamenu */

.mobile-search-icon {
    line-height: 1;
    margin-top: 5px;
}

#megamenu .search-icon {
    font-size: 0;
}

#megamenu .search-icon>span {
    font-size: 16px;
}

#megamenu a {
    color: black;
    text-decoration: none;
    font-weight: 900;
}

#megamenu a:hover {
    color: #015c27;
}

.megamenu>li>a {
    margin: 0 1.8vw;
    padding: 15px 3px 25px 3px;
    display: inline-block;
}

#megamenu li.active>a,
#megamenu li.current>a {
    color: #009a3f;
}

.megamenu>li {
    position: static;
}

.item-101 {
    display: none;
}

#megamenu .mod-menu__sub {
    font-size: 90%;
}

#megamenu .mod-menu__sub .mod-menu__sub .mod-menu__sub {
    display: none !important;
}

#megamenu .mod-menu__sub .mod-menu__sub a {
    border-bottom: 1px solid black;
    display: block;
    padding: 6px 0 3px 0;
    font-weight: 400;
}

.megamenu-content-section {
    border-top: 1px solid rgba(0, 154, 62, 1);
    border-bottom: 1px solid rgba(0, 154, 62, 1);
    padding-bottom: 30px;
    position: absolute;
    background: white;
    z-index: 1;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.megamenu-content-section ul {
    list-style: none;
    margin-top: 10px;
}

.megamenu .megamenu-content-section .mod-menu__sub {
    display: block;
}

.megamenu .megamenu-content-section>ul>li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 20px;
}


/* Megamenu End */


/* Accordion */
.accordion-container {
    margin-bottom: 90px;
}
.accordion-list-item {
    border-bottom: 1px solid;
}

.accordion-list-item-title {
    font-size: 1.4rem;
    padding: 12px 25px 5px 25px;
    position: relative;
    cursor: pointer;
}

.accordion-list-item-title.link-item:after {
    content: "\e917";
    font-size: 22px;
    right: 22px;
}

.accordion-list-item-title:after {
    content: "\e906";
    font-family: 'bzbfont' !important;
    position: absolute;
    right: 25px;
    top: 11px;
    font-size: 15px;
}

.accordion-list-item.active .accordion-list-item-title:after {
    content: "\e905";
}

.accordion-list-item-content {
    display: none;
    padding-left: 25px;
    padding-right: 25px;
    margin: 15px 0;
}

.accordion-list-item-content .custom-table-row:nth-child(odd) .custom-table-cell,
.accordion-list-item-content tr:nth-child(odd) td {
    background: #f4f4f4;
}

.accordion-list-item-content table {
    width: 100%;
}

.accordion-list-item-content td,
.accordion-list-item-content th {
    padding: 10px 15px 4px 15px;
    font-size: 90%;
}


/*
.kursdaten-row:nth-child(odd) td {
  background-color: rgba(0, 154, 63,0.15) !important;
}
.kursdaten-row:nth-child(even) td {
  background-color: rgba(0, 154, 63,0.04) !important;
}
.kursdaten-row + .custom-table-row:not(.kursdaten-row) td {
  border-top: 3px solid rgba(0, 154, 63,0.75) !important;
}
*/

.spacing-row td {
    background-color: #ffffff !important;
}


/* Accordion End */


/* checkmark List */

ul.checkmark-list,
.checkmark-list ul,
ul.chevron-list,
.chevron-list ul,
ul.triangle-list,
.triangle-list ul,
.sppb-addon-text-block ul {
    list-style: none;
}

.checkmark-list li,
.chevron-list li,
.triangle-list li,
.sppb-addon-text-block li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}

.triangle-list li:after,
.sppb-addon-text-block ul li:after {
    content: "\e919";
    font-size: 9px;
    top: 2px;
    transform: rotate(180deg);
}

.checkmark-list li:after,
.chevron-list li:after,
.triangle-list li:after,
.sppb-addon-text-block li:after {
    content: "\e907";
    font-family: 'bzbfont' !important;
    position: absolute;
    top: 2px;
    left: 0;
    color: #009a3f;
    font-size: 10px;
    transform: none;
}

.chevron-list li:after {
    content: "\e917";
    font-size: 13px;
    top: 2px;
    transform: none;
    line-height: 1;
}

.lead.chevron-list li:after {
    top: 6px;
}

.no-icon-list li:after,
.mod-list li:after,
.bordered-list li:after {
    display: none;
}


/* checkmark List End */


/* Custom Tables */

.custom-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.custom-table-row {
    display: table-row;
}

.custom-table-cell {
    display: table-cell;
    padding: 18px 15px 10px 15px;
}

.bordered-table .custom-table-cell {
    border-top: 1px solid #dee2e6;
}

.custom-table-cell+.custom-table-cell {
    padding-left: 15px;
}

.title-cell {
    font-weight: 700;
}

.custom-table-row {}


/* Custom Tables End */


/* Contact Person */
.angebot-contactperson-image-wrapper {
    text-align: center;
}
.angebot-contactperson-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-position: center top;
    background-size: cover;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.contactperson-carousel-item {
    display: none;
}

.contactperson-carousel-item:first-child {
    display: block;
}

.contactperson-block-item {
    margin-top: 40px;
}


/* Contact Person End */


/* bordered List */

.bordered-list ul,
.bordered-list {
    list-style: none;
    width: 100%;
}

.bordered-list li:first-child {
    border-top: 1px solid black;
}

.bordered-list li {
    border-bottom: 1px solid black;
    padding: 10px 5px 5px 0px;
}

.link-list a {
    position: relative;
    padding-left: 30px;
}

.link-list a i {
    position: absolute;
    left: 0;
    top: 0;
}


/* Bordererd List End */


/* Anmeldeformulare */


/* Anmeldeformulare */

.standort-hinweis-buchs,
.standort-hinweis-sargans,
.standort-hinweis-salez {
    display: none;
}

.date-field {}

.form-row-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-row {
    margin-bottom: 20px;
}

.form-column {
    /* flex: 1;*/
    width: 50%;
}

.form-field .control-label i {
    font-size: 110%;
    color: rgba(0, 154, 62, 1);
    cursor: pointer;
}

.form-field .control-label i.fa-cloud-download {
    color: #ec971f;
}

[data-name='Wahlpflichtfach italienisch'] .radio-wrapper {
    margin-bottom: 0;
}

#kosten-row-bm2 h3 {
    margin-top: 15px;
}

.form-column+.form-column {
    padding-left: 20px;
}

.form-column input:not(.form-check input),
.form-column textarea {
    border-radius: 0 !important;
    border: 1px solid #000;
    line-height: 1.3;
    padding: 15px 24px 8px 24px;
    color: #000;
    width: 100%;
}

.filefield-wrapper {
    border: 2px solid #b4b4b4;
    position: relative;
    line-height: 34px;
    padding: 0px 14px;
    color: #58595b;
}

.filefield-wrapper label {
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer;
}

.filefield-delete {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    line-height: 1;
}

.form-column input[type=file]:not(.control-file input) {
    border: none;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.control.control-file.control-dokuments {
    position: relative;
}

.control-file input {
    border: none !important;
}

.control-dokuments .fa.fa-times {
    position: absolute;
    top: calc(50% - 4px);
    color: red;
}

.control-dokuments .fa.fa-times:hover {
    cursor: pointer;
    opacity: 0.8;
}

.form-column input:invalid:focus {
    border-color: red;
}

.form-validation-message .warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 85%;
    margin-bottom: 10px;
    line-height: 1.5;
}

.form-validation-message .info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 85%;
    margin-bottom: 10px;
    line-height: 1.5;
}

.confirm-message {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 1.75rem 1.75rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
    text-align: center;
}

.error-message {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 1.75rem 1.75rem;
    margin-bottom: 1rem;
    border: 1px solid #f8d7da;
    border-radius: .25rem;
    text-align: center;
}

body .chosen-container-single .chosen-single {
    border-radius: 0;
    font-size: 1rem;
    border: 1px solid #000;
    background: transparent;
    height: auto;
    line-height: 34px;
}

.chosen-container-single .chosen-single span {
    padding: 8px 18px 2px 18px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    width: 100%;
}

.chosen-container .chosen-results {
    width: 100%;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #009a3f;
    background-image: none;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
}

.form-field label:not(.form-field .form-check-label) {
    font-weight: 900;
    margin-bottom: 5px;
}

.control .form-check-label:not(.control .form-radio .form-check-label) {
    margin-top: 5px;
    margin-left: 5px;
}

.form-column-2 .chosen-container {
    max-width: 638px;
}

#content .chosen-container-single li:before {
    display: none;
}

body .chosen-container-single .chosen-single div b {
    background: url(../images/chosen-sprite.png) no-repeat 0 8px;
}

body .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 8px;
}

.name-field {
    display: none;
}

.form-row select {
    display: block !important;
    position: absolute;
    opacity: 0;
    top: calc(100% - 15px);
    pointer-events: none;
}

.form-field {
    position: relative;
    margin-bottom: 15px;
}

.clear-date {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    color: #666;
}

.controls {
    position: relative;
}

#rechnungsdaten_row {
    display: none;
}

#gesetzliche_vertretung_row,
#aufnamebedingungen_vorlehre,
#aufnamebedingungen_berufsvorbereitungsjahr,
#aufnamebedingungen_integration {
    /*display: none;*/
}

#gesetzliche_vertretung_row {
    display: none;
}

#brueckenagebote_beilagen_row {
    margin-bottom: 40px;
}

#ajax-loader {
    position: fixed;
    z-index: 999999999;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background-image: url('../images/loader.svg');
    background-position: center;
    background-repeat: no-repeat;
}

#ajax-loader.visible {
    display: block;
}

.webui-popover-inner {
    max-width: 500px;
}

label.checkbox-label {
    font-weight: 400;
}

.form-field .checkmark {
    pointer-events: none;
}

.form-field input[type=checkbox] {
    width: 25px;
    left: 0;
    height: 25px;
}

#wochtags_auswahl .control-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 15%;
    float: left;
    min-width: 150px;
}

#wochtags_auswahl .control {
    order: 1;
}

#wochtags_auswahl .control-label {
    order: 2;
}

#la-intro-row {
    margin-bottom: 40px;
}


/* Anmeldeformulare End */


/* Slick Override */
body .slick-slide {
    min-height: initial;
    height: auto;
}
body .slick-dots li {
    width: 12px;
    vertical-align: middle;
    height: 12px;
}

body .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

body .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0;
}

body .slick-dots li button::before {
    content: " ";
    width: 10px;
    height: 10px;
    border: 2px solid black;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    font-size: 0;
    position: relative;
}

.slick-dots li.slick-active button:before {
    background: black;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin-bottom: 2px;
}

.stories-carousel .slick-dots {
    text-align: left;
}


/* Slick Override End */


/* Bubbles */

.bubble {
    font-size: 2.0rem;
    font-weight: 900;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #009a3f;
    color: white;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    line-height: 1.1;
    position: absolute;
    right: 0;
    top: -100px;
}

.bubble.sm {
    width: 115px;
    height: 115px;
    font-size: 1.1rem;
}

.bubble span {
    padding: 25% 20% 20% 20%;
}

.bubble-container {
    position: relative;
    z-index: 3;
}


/* Bubbles End */


/* Fancybox */

.fancybox__content {
    width: 90%;
    max-width: 800px;
}

.has-image .fancybox__content {
    max-width: none;
}

.has-iframe .fancybox__content {
    padding: 0;
}

.has-iframe .fancybox__content {
    height: 100%;
    max-height: 90vh;
}
iframe {
    display: block;
}

/* Fancybox End */


/* Filter */

#section-id-1653212975859 {
    z-index: 3;
}

.filter-button {
    min-width: 200px;
}

.filter-button i {
    margin-left: 8px;
}

.filter-button-inner span,
.filter-button-inner i {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.filter-button-inner i {
    font-size: 12px;
    pointer-events: none;
}

.filter-button-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-inputs {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 40px;
}

.filter-element {
    display: inline-block;
    margin: 7px;
    position: relative;
}

.filter-element-inputs {
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid black;
    background-color: white;
    padding: 30px 20px 20px 20px;
    z-index: 10;
    min-width: 250px;
}

.dropdown-close-button {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 80%;
    z-index: 3;
    padding: 7px;
}

.filter-element-inputs .checkbox-container {
    margin-bottom: 7px;
}

.filter-button.open {
    background-color: white;
    color: black;
}


/* Filter End */


/* Vue Transitions */

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.fade-move {
    transition: @defaultTransition;
}

.fade-leave-active {
    transition: opacity 0.5 ease;
}


/* Vue Transitions End */


/* Angebot Cards */

.angebot-card {
    position: relative;
    /*  padding-bottom: 65px;
    margin-top: 30px;
    margin-bottom: 30px;*/
}

.angebot-card-image {
    position: relative;
}

.angebot-card-image .bubble {
    right: 10px;
    top: auto;
    bottom: -52.5px;
}

.angebot-card-text {
    padding: 30px;
    padding-bottom: 80px;
}

.related-angebote-carousel-item-text {
    padding: 30px;
    padding-bottom: 70px;
}

.angebot-card-inner,
.related-angebote-carousel-item-inner {
    border: 1px solid var(--bs-gray-500);
    height: 100%;
    position: relative;
}

.related-angebote-carousel-item-inner .button {
    bottom: 30px;
    left: 30px;
    position: absolute;
}

.angebot-card-text h3,
.related-angebote-carousel-item h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.related-angebote-carousel-item h3 {
    hyphens: auto;
}

/*
.hasbubble .angebot-card-text h3 {
    padding-right: 80px;
}
*/

.angebot-card-button-container {
    position: absolute;
    bottom: 30px;
}

.angebot-card-button-container .button {
    border-color: black;
    color: black;
}

.angebot-card-button-container .button:hover {
    border-color: black;
    color: white;
    background-color: black;
}

.angebot-card-daten i {
    font-size: 20px;
    margin-right: 15px;
}

.angebot-card-daten-row>span,
.angebot-card-daten-row i {
    display: inline-block;
    vertical-align: middle;
}

.angebot-card-daten-row {
    position: relative;
    padding: 7px 0 7px 30px;
}

.angebot-card-daten-row>i {
    position: absolute;
    left: 0;
    top: 7px;
}

.angebot-card-daten-row>i.customicon-calendar {
    top: 5px;
}


/* Angebot Cards End */


/* Custom Checkboxes */

.checkbox-container {
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
    display: block;
}

.checkmark {
    position: absolute;
    left: 0;
    border: 1px solid black;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    top: 0;
}

[type="checkbox"]:checked+.checkmark:after {
    content: "✓";
    position: absolute;
    font-size: 90%;
    left: 1px;
    top: -1px;
    color: #009a3f;
}

.checkbox-container [type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
}


/* Custom Checkboxes End */


/* Header Carousel */

.header-carousel-container {
    position: relative;
    background: #fefefe;
}

.header-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.header-slide-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.has-onyl-button .slide-text {
    margin-bottom: 5%;
}

.header-carousel .header-slide-background {
    background-position: center top;
    position: relative;
    z-index: 1;
}

.header-slide {
    background: #fafafa;
    display: none;
}

.header-slide:first-child {
    display: block;
}

.header-slide.slick-slide {
    display: block;
    position: relative;
}

.header-slide.loading:after {
    /*
  position: absolute;
  content: " ";
  width: 40px;
  height: 40px;
  background-image: url("../images/oval_gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top:calc(50% - 20px);
  left: calc(50% - 20px);
  */
}

.header-slide-background {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

.header-slide a {
    display: block;
    color: white;
    text-decoration: none;
    position: relative;
}

.header-slide p {
    font-size: 1.25rem;
}

.header-slide .short_desc {
    font-size: 1.6rem;
    font-weight: 900;
    margin-top: 15px;
}

.slide-text {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0;
    max-width: 700px;
}

.header-slide .button {
    font-size: 1.1rem;
    margin-top: 40px;
}


/* Header Carousel End */


/* LIVESEARCH*/

#live-search {
    opacity: 0;
    z-index: 100000;
    pointer-events: none;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: #c8d300;
    transition: all ease 0.5s;
    padding: 30vh 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 10000001;
}

.live-search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c8d300;
    z-index: 2;
}

#live-search.show {
    opacity: 1;
    pointer-events: all;
}

#toplivesearch {
    background: white;
    border: none;
    padding: 20px 85px 13px 25px;
    border-radius: 0;
    font-size: 1.2rem;
    width: 100%;
    font-weight: 300;
}

.top-navigation-content .customicon-search {
    position: absolute;
    right: 15px;
    top: 21px;
    color: #777;
}

.top-navigation-content {
    width: 100%;
    max-width: 600px;
    z-index: 3;
}


/* Cutom Arrow */

.custom-arrow {
    border: 1px solid #009a3f;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #009a3f;
    transition: all ease 0.5s;
    cursor: pointer;
    transition: all ease 0.5s;
}

.custom-arrow.slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
}

.custom-arrow-left {
    left: -60px;
}

.custom-arrow-right {
    right: -60px;
}

.custom-arrow i {
    line-height: 60px;
    font-size: 22px;
}

.custom-arrow:hover {
    background-color: #009a3f;
    color: white;
}

#aktuelles-arrow-right {
    left: auto;
}

.custom-arrow.slick-disabled {
    opacity: 0;
}


/* Custom Arrow End */


/* LIVESEARCH END */


/* Category Page */

.category-description-row {
    margin-bottom: 150px;
}


/* Category Page End */


/* Striped Menü */

.striped-menu {
    flex-direction: column;
}

.striped-menu a {
    font-size: 1.4rem;
    padding: 14px 25px 7px 25px;
    position: relative;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
    display: block;
}

.striped-menu a:hover {
    color: #009a3f;
}

.striped-menu li:first-child a {
    border-top: 1px solid;
}

.striped-menu a:after {
    font-family: 'bzbfont' !important;
    content: "\e917";
    position: absolute;
    right: 15px;
    top: 12px;
}

.cat-page-graphic-container {
    position: relative;
}

.cat-page-graphic {
    margin-top: 100px;
}


/* Striped Menü End */


/* Radio Wrapper */

.radio-wrapper {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: italic;
}

.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    border-radius: 0;
    width: 25px;
    border: 2px solid #b4b4b4;
}

.radio-wrapper input:checked~.checkmark:after {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 1px;
    color: #b4b4b4;
    font-size: 20px;
}


/* Radio Wrapper End */


/* STUNDENPLÄNE */

.custom-stundenplane ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.custom-stundenplane ul li {
    width: 33.3333%;
    padding-right: 10px;
    margin: 9px 0;
}

.custom-stundenplane ul li a {
    position: relative;
    padding-left: 25px;
}

.custom-stundenplane ul li a i {
    position: absolute;
    top: 1px;
    left: 0;
}


/* STUNDENPLÄNE END */


/* Galleries */

.bzb-gallery-item {
    padding: 8px;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 8%);
    display: block;
    margin-bottom: 25px;
}

.imagegallery-date {
    font-weight: 400;
    font-size: 1.3rem;
    display: block;
    color: #333;
}

.newsmodule .angebot-item {
    border-bottom: 1px solid #333;
    padding: 10px 0 7px 0;
    font-size: 90%;
}

.gallery-modul .angebot-item {
    display: none;
}

.gallery-modul .angebot-item.show {
    display: block;
}


/* Galleries End */


/* testimonials */

.interview-question {
    font-weight: 700;
    display: block;
}

.interview-answer {
    margin-bottom: 1.8rem;
    display: block;
}

.testimonial-author-box {}

.testimonial-author-box-image-wrapper {
    border-top: none !important;
}

.testimonial-author-box-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-position: center top;
    background-size: cover;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-modul-lehrgang-section {
    margin-bottom: 18px;
    margin-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid black;
}

.testimonial-item-title a {
    padding: 3px 0;
}


/* testimonials End */


/* Formulare */

[data-pflichtfeld="none"] .formRequired {
    display: none;
}

.rsform-block-bemerkungen {
    margin-top: 3.5rem;
}

.lead .rsform {
    font-size: 1rem;
}

.formContainer {
    padding: 0;
    border: none;
}

p.formRed {
    margin-bottom: 1.5rem;
}

.rsform {
    display: none;
}

.hide-label+label {
    display: none;
}

.rsform-block-lehrgang {
    display: none;
}

.rsform-block-kurs {
    display: none;
}

.rsform .form-label {
    font-weight: 900;
    margin-bottom: 5px;
}

.rsform .form-control {
    border-color: black;
    border-radius: 0;
    padding: 15px 24px 8px 24px;
}

.rsform .btn-primary {
    border-color: black;
    color: black;
    padding: 12px 35px 7px 35px;
}

.rsform .btn-primary:hover {
    background-color: black;
    color: white;
}


/* Formulare End*/


/* SP Accordion */

.sppb-toggle-direction .fa-chevron-right:before {
    content: "\e906";
    font-family: 'bzbfont' !important;
    color: black;
    right: 25px;
    top: 11px;
    font-size: 15px;
}

.sppb-panel-title {
    font-size: 1.4rem;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    color: black;
}

.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
}

.sppb-panel-group>.sppb-panel {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    margin-bottom: 0;
}

.sppb-panel-group .sppb-panel .sppb-panel-body {
    border-top: none;
}


/* SP Accordion End */


/* Ansprechpartner */

.persons-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.person-item-wrapper,
.subtitle-item-wrapper {
    padding: 0 15px 15px 15px;
    width: 33.3333%;
}

.subtitle-item-wrapper {
    width: 100%;
}

.vcf-button {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
    padding: 3px 7px;
    display: inline-block;
    color: black;
    text-decoration: none;
}

.organisation-person-item-image {
    position: relative;
}

.organisation-person-item {
    /*
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  font-size: 90%;
  height: 100%;
  background: #e5e5e5;
  */
}

.organisation-person-item-subtitle-row+.organisation-list-item>div {
    border-top: none !important;
}

.organisation-person-item-subtitle {
    white-space: nowrap;
}

.organisation-person-item-infos {
    padding: 15px 0;
}

.mix-buttons button {
    background: transparent;
    border: none;
    color: black;
    text-decoration: none;
}

.mix-buttons button.mixitup-control-active {
    color: #009a3f;
}


/* Ansprechpartner End */


/* SP Carousel */

.sppb-image-carousel-layout1 .sppb-carousel-extended-item img {
    border-radius: 0;
}

.sppb-carousel-extended-dots ul li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid black !important;
    border-radius: 50% !important;
    background: transparent !important;
}

.sppb-carousel-extended-dots ul li span {
    background: transparent !important;
}

.sppb-carousel-extended-dots ul li.active {
    width: 10px !important;
    height: 10px !important;
    background: black !important;
}

.sppb-carousel-extended-dots ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}


/* SP Carousel End */


/********************* Events CSS DESIGN ***************/

.event_list-section ul.events_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #000;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.event_list-section ul.events_list li {
    padding: 26px 0 9px 0;
    width: 100%;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event_list-section ul.events_list .event_link{
width: 125px;
gap:7px;
display: flex;
flex-direction: column;
}
.event_list-section ul.events_list .events_date {
    display: flex;
    align-items: flex-start;
    width: 20%;
}

.event_list-section ul.events_list .events_date span.date {
    font-size: 4.5rem;
    font-weight: 900;
    margin-right: 30px;
    line-height: 67px;
}

.event_list-section ul.events_list .events_date span.mon-year {
    text-align: left;
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1;
}

.mon-year span {
    display: block;
}

.event_cal-link i {
    margin-right: 10px;
}



.event_list-section ul.events_list li .events_title {
    width: 30%;
    font-size: 1.5rem;
    padding-bottom: 10px;
}

.event_list-section ul.events_list li .events_location_calendar {
    width: 30%;
}

.event_list-section ul.events_list li .events_location_calendar>* {
    display: flex;
    align-items: center;
}

.event_list-section ul.events_list li .events_location_calendar>*:not(:last-child) {
    margin-bottom: 4px;
}

.event_list-section ul.events_list li .event_link a.round_arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #009a3f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.events_location_calendar .location {
    position: relative;
    padding-left: 25px;
}

.events_location_calendar .location i {
    position: absolute;
    left: 0;
    top: 2px;
}

.event_cal-link a {
    position: relative;
    padding-left: 25px;
}

.event_cal-link a i {
    position: absolute;
    left: 0;
    top: 0;
}


/* Mobile Menü */

.mobile-toggle {
    display: none;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 30px;
}

.hamburger-box {
    width: 30px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 3px;
}

.hamburger {
    padding: 15px 20px 8px 0;
}

.mobile-menu-container {
    background: #3E3F40;
    position: fixed;
    left: -100%;
    top: 67px;
    width: 100%;
    height: calc(100% - 67px);
    z-index: 99999;
    transition: all ease 0.5s;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    box-sizing: border-box;
}

.mobile-logo img {
    max-width: none;
    height: 40px;
    width: auto;
}

.mobile-menu-container ul {
    list-style: none;
    margin-left: 0;
}

.mobile-menu-container .menu {
    margin-left: 0;
    display: initial;
}

.mobile-menu-container li {
    position: relative;
}

.mobile-menu-container li:last-child {
    margin-bottom: 0;
}

.mobile-menu-container .nav-child {
    display: none;
    font-size: 90%;
    padding: 15px 0;
}

.mobile-menu-container li:hover .nav-child {}

#mobilemenu li li a:link,
#mobilemenu li li a:visited {
    font-size: 18px;
    width: 100%;
}

.mobile-menu-container.active {
    left: 0;
}

#mobilemenu {
    padding-left: 20px;
    padding-right: 20px;
}

#mobilemenu .mod-menu {
    flex-direction: column;
}

#mobilemenu .item-528 {
    display: none;
}

#mobilemenu li a:link,
#mobilemenu li a:visited {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}

#mobilemenu .mod-menu>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0 2px 0;
}

#mobilemenu .mod-menu li.parent {
    padding-bottom: 0;
    padding-right: 40px;
}

#mobilemenu .mod-menu li.parent>a {}

#mobilemenu li.current>a:link,
#mobilemenu li.current>a:visited,
#mobilemenu .mod-menu>li.active>a:link,
#mobilemenu .mod-menu>li.active>a:visited {
    color: #009a3f;
}

#mobilemenu .mod-menu>li>a:link {
    padding-bottom: 4px;
    display: block;
    text-decoration: none;
}

.mobile-logo {
    padding: 5px;
    margin-top: 5px;
}

.dropdown-mobile-icon {
    position: absolute;
    top: 16px;
    color: rgba(255,255,255,0.85);
    right: 0;
    padding: 3px 10px;
}
.dropdown-mobile-icon i {
    font-size:22px;
}
#mobilemenu .mod-menu>li>.mod-menu__sub {
    background: rgba(255, 255, 255, 0.1);
}

#mobilemenu .mod-menu__sub {
    width: calc(100% + 40px);
}

#mobilemenu .mod-menu__sub a {
    padding: 10px 5px 5px 15px;
}

.mod-menu__sub li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mod-menu__sub li:last-child {
    border-bottom: none;
}

.mod-menu__sub .dropdown-mobile-icon {
    top: 8px;
    right: 5px;
}

#mobilemenu .mod-menu__sub .mod-menu__sub {
    background: rgba(255, 255, 255, 0.2);
}

#mobilemenu .mod-menu__sub .mod-menu__sub a:link {
    font-size: 16px;
}

#mobilemenu .mod-menu__sub .mod-menu__sub .active a {
    color: #555;
}


/* Mobile Menü End */


/* einstufungstests */

.einstufungstests-table-description {
    font-size: 90%;
    max-width: 850px;
    margin-top: 15px;
    color: #444;
    margin-bottom: 15px;
}


/* 404 Page */

.content-404 {
    border-top: 5px solid #009a3f;
    padding-top: 125px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.content-404-flex {
    justify-content: center;
}

.content-404 h1 {
    font-size: 150px;
    line-height: 1;
    margin-right: 60px;
}

.content-404-flex {
    max-width: 1000px;
}

.content-404-introtext {
    text-align: left;
}

.content-404-oops {
    font-size: 42px;
    margin-bottom: 0;
}

.content-404-legend {
    font-size: 25px;
    max-width: 370px;
}

.content-404-link {
    font-size: 20px;
}

.content-404-images {
    margin-top: -4.5vw;
    z-index: 0;
    position: relative;
}


/* 404 Page end */


/* Anlaesse Table */

.anlaesse-list {
    display: table;
    margin-bottom: 80px;
    width: 100%;
}

.anlaesse-list-item {
    display: table-row;
}

.anlaesse-list-cell {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #009a3f;
    padding: 18px 25px 12px 0;
    position: relative;
}

.share-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    min-width: 165px;
}

.table-legend {
    display: none;
    color: #009a3f;
    font-weight: 700;
}

.infoanlaesse-weiterbildung .news-overview-page .news-item {
    margin-bottom: 0;
}


/* Anlaesse Table End */


/* ORGANISATION LIST */

.organisation-list {
    display: table;
    vertical-align: top;
    font-size: 92%;
    width: 100%;
}

.organisation-list-item {
    display: table-row;
    justify-content: space-between;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.organisation-list-item>div {
    display: table-cell;
    border-top: 1px solid black;
    padding: 13px 25px 7px 0;
    vertical-align: top;
}

.organisation-list-item>div:last-child {
    padding-right: 0;
}

.organisation-list-item:last-child>div {
    border-bottom: 1px solid black;
}

.organisation-list-vcf-button {
    text-decoration: none;
}


/* ORGANISATION LIST END */


/* Bootstrap Select */

.dropdown-toggle.btn-light {
    --bs-btn-border-radius: 0;
    --bs-btn-bg: white;
    --bs-btn-border-color: black;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: black;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select {
    width: 100% !important;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #009a3f;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu li {
    /*  padding-left: 22px;*/
}

.bootstrap-select .dropdown-menu li a {
    padding-left: 36px;
}

.bootstrap-select .dropdown-menu li a:before {
    content: " ";
    width: 15px;
    height: 15px;
    border: 1px solid #dcdcdc;
    position: absolute;
    left: 10px;
    display: inline-block;
    top: 6px;
    text-align: center;
}

.bootstrap-select .dropdown-menu li.selected a:before {
    content: "✓";
    font-size: 14px;
    /* position: absolute;
    left: 10px;
    top: 6px;*/
}

.bootstrap-select .dropdown-menu li a .check-mark {
    display: none !important;
}

.bootstrap-select .dropdown-menu.inner li:first-child a:before {
    /*  display: none !important;*/
}

.cky-btn {
    border-radius: 10px !important;
    padding: 8px 8px 4px 8px !important;
}
.cky-notice-des p a + a {
    margin-left: 7px !important;
}

/*Termine Mobile Button*/
.item-849 {
    display:none !important;
}

/* === Angebot Card Buttons - Fix für Überlappung === */

.angebot-card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.angebot-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: static;
    padding-bottom: 30px !important;
}

.angebot-card-buttons {
    margin-top: auto; /* Schiebt Buttons nach unten */
    display: flex;
    gap: 0.75rem;
    padding-top: 1rem;
    flex-wrap: wrap;
}

.angebot-card-button-container {
    position: relative;
    display: block;
    bottom: 0px !important;
}
/*
.angebot-card .button {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
    text-decoration: none;
}


.angebot-card .button-secondary {
    background-color: #6c757d;
    border: 1px solid #6c757d;
    color: #fff;
}

.angebot-card .button-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
*/

/* Mobile-Optimierung */
@media (max-width: 767px) {
    .angebot-card-buttons {
        gap: 0.5rem;
    }
    
  
}

