/* 0 - 575px */


/* Colors */

.bfe-blau {
    color: #00465A;
}

.bfe-gruen {
    color: #00A050;
}

.hellgrau {
    color: #EBEBEB;
}

.gelb {
    color: #E6BE00;
}

.bfe-orange {
    color: #FA640A;
}



/* Background Colors */

.bg-mittelgrau {
    background-color: #EFEFEF;
}

.bg-dark-mint {
    background-color: #004659;
    color: #EBEBEB;
}

.bg-landing-gradient {
    background: transparent radial-gradient(closest-side at 50% 23%, #D6D6D6 0%, #004659 100%) 0% 0% no-repeat padding-box;
}

/* Ende Colors */

.content-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

p {
    color: #00465A;
}

.bg-dark-mint  *, .bg-landing-gradient * {
    color: #EBEBEB;
}
/* Icons */

.bfe-icon {
    background-image: url(../img/icons-20x20.png);
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    top: 3px;
    position: relative;
}

.hover-icon {
    background-position-y: -20px !important;
}


/* Icons 20x20 */

.bfe-hilfe {
    background-position: 0 0;
}

.bfe-merkzettel {
    background-position: -20px 0;
}

.bfe-warenkorb {
    background-position: -40px 0;
}

.bfe-login {
    background-position: -60px -60px;
}

.bfe-user {
    background-position: -60px -20px;
}

.bfe-menu {
    background-position: -100px 0;
}

.bfe-personen {
    background-position: -120px -20px;
}

.bfe-marker {
    background-position: -140px -20px;
}

.bfe-marker-white {
    background-position: -140px -60px;
}

.bfe-abakus {
    background-position: -160px -20px;
}

.bfe-uhr {
    background-position: -180px -20px;
}

.bfe-uhr-white {
    background-position: -180px -60px;
}

.bfe-download {
    background-position: -220px -20px;
}

.bfe-dropdown {
    background-position: -240px -20px;
}

.bfe-flagge {
    background-position: -200px -20px;
}

.bfe-lupe {
    background-position: -80px -20px;
}

.bfe-zurueck {
    background-position: -280px 0;
}

.bfe-weiter {
    background-position: -300px 0;
}

.bfe-calendar {
    background-position: -340px 0;
}

.bfe-calendar-green {
    background-position: -340px -20px;
}

.bfe-calendar-white {
    background-position: -340px -60px;
}


/* Icons 30x30 */

.bfe-download-30 {
    background-position: -120px 120px;
}

.bfe-arrowup-30 {
    background-position: -180px -90px;
}


/* Icons 40x40 */

.bfe-ausrufezeichen-40 {
    background-position: 0 0;
}

.bfe-download-40 {
    background-position: -40px 40px;
}

.bfe-arrowup-40 {
    background-position: -80px 0;
}


/* Icons 50x50 */

.bfe-icon-50 {
    background-image: url(../img/icons-50x50.png);
    width: 3.125rem;
    height: 3.125rem;
    display: inline-flex;
    position: relative;
}

.bfe-info-50 {
    background-position: 0px 0;
}

.bfe-info-50-white {
    background-position: 0px -50px;
}

.bfe-download-50 {
    background-position: -50px 0;
}

.bfe-caret-50 {
    background-position: -100px 0;
}


/* Icons Ende */

html,
body {
    font-family: "PFAdamantSansProLight", Georgia;
    font-size: 100%;
    scroll-behavior: smooth;
}

.index--2 {
    z-index: -2;
}

.index--1 {
    z-index: -1;
}

.index-0 {
    z-index: 0;
}

.index-1 {
    z-index: 1;
}

.index-2 {
    z-index: 2;
}
 .null-top {
     top:150px !important;
 }
 .null-bottom {
     bottom: 0 !important;
 }
ul li {
    font-size: 1.4rem;
    /* line-height: 2.5rem; */
    line-height: 1.6rem;
    margin-top: 1.0rem;
}

footer .container {
    padding: 3rem 2rem 2rem 2rem;
    color: #fff;
    font-size: 1.125rem;
    background-color: #00465A;
}

footer hr {
    border: 2px solid #00A050;
    border-radius: .8rem 0 .8rem 0;
    width: .3rem;
    margin: 0;
}

footer ul {
    list-style: none;
    padding-left: 0;
    padding-top: .3em;
}

footer ul li {
    padding: .1rem 0;
    font-size: 16px;
    line-height: 1.6;
}

footer a {
    color: #fff;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.social-media {
    padding: .3rem 0;
}

.social-media .sharer-button {
    margin-right: .5rem;
    color: #fff;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.social-media .sharer-button:hover,
.social-media .sharer-button:focus {
    color: #ccc;
}

.copyright {
    background-color: #6e6e6e;
    color: #fff;
    font-size: .9375rem;
    padding: .5625rem 1.5rem;
}

.navbar-brand {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar {
    padding: 0;
}


/* Breadcrumbs */

.breadcrumb {
    font-size: 1.25rem;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #787878;
    content: ">";
}

.breadcrumb-item.active {
    color: #00A050;
}

.breadcrumb-item a {
    color: #787878;
}

.breadcrumb-item a:hover {
    color: #00A050;
}


/* HTML Elements Links Page Content*/

.page-content {
    padding-bottom: 4rem;
}

a {
    color: #00A050;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

a:hover {
    color: #00A050;
    text-decoration: underline;
}

hr {
    margin: 2rem 0;
    border-color: #00465A;
    border-width: 2px;
}

.green {
    border-color: #00a050;
}

.ohne-abstand-unten p{
    margin-bottom: 10px;
	line-height: 1.4;
}

.content-1230 hr {

    border-color: #00A050;
    border-width: 2px;
    margin: 32px 0;
}

.sidebar {}


/* Widgets */

.widget {
    padding: 3rem 2rem;
    background-color: #f5f5f5;
}


/* Secondary Nav */

.secondary-nav-container {
    display: block;
    padding: 0;
    height: 44px;
}

#secondary-nav {
    font-size: 1.25rem;
    display: flex;
    justify-content: flex-end;
}

#secondary-nav .navbar-nav {
    flex-direction: row;
    height: 44px;
    align-items: center;
}

#secondary-nav a {
    color: #00465A;
}

.nav-btn-container {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
}

.nav-btn-container .nav-item-btn .bfe-icon {
    top: 0;
}

.nav-toggler-container {
    padding: 0 .5rem;
    border-left: 2px solid #00465A;
}

#secondary-nav .nav-item-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    background: #00a050;
    background: -moz-linear-gradient(left, #00a050 0%, #00a050 100%);
    background: -webkit-linear-gradient(left, #00a050 0%, #00a050 100%);
    background: linear-gradient(to right, #00a050 0%, #00a050 100%);
   
}

#secondary-nav .nav-item-btn:hover {
    background: #00a050;
    border: none;
    background: -moz-linear-gradient(left, #00a050 0%, #3db378 100%);
    background: -webkit-linear-gradient(left, #00a050 0%, #3db378 100%);
    background: linear-gradient(to right, #00a050 0%, #3db378 100%);

}

#secondary-nav .nav-item .nav-link:hover {
    color: #00A050;
    -webkit-box-shadow: inset 0px -4px 0px 0px #00A050;
    -moz-box-shadow: inset 0px -4px 0px 0px #00A050;
    box-shadow: inset 0px -4px 0px 0px #00A050;
}

#secondary-nav ul .nav-link {
    padding: .5rem;
}

#secondary-nav .navbar-nav .nav-item:first-child,
#secondary-nav .navbar-nav .nav-item:nth-child(2) {
    border-right: none;
}

#secondary-nav>.navbar-nav>.nav-item:nth-child(3) {
    border-right: none;
}

#secondary-nav .form-control {
    border-radius: inherit;
    border-color: #00A050;
    font-size: 15px;
    font-style: italic;
}

#secondary-nav .search-field input {
    width: 350px;
    background-image: url(../img/icon-suche.png);
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    background-position: right 15px center;
    padding: 0 15px 0 15px;
    border-width: 2px;
}

#secondary-nav .search-field input::placeholder {
    color: #00465A;
}

.search-field {
   /* margin-left: 1em;*/
}

#secondary-nav .search-field input:focus {
    background-image: none;
}


/* Primary Nav */

#primary-nav {
    font-size: 1.85rem;
    margin-top: 1.5rem;
}

#primary-nav a {
    color: #00465A;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#primary-nav a:hover {
    color: #00A050;
    text-decoration: none;
}

#primary-nav .dropdown-menu .dropdown-item:hover:active {
    color: #fff;
}

#primary-nav ul .nav-link {
    padding: .5rem 1rem;
}

/* #primary-nav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
} */

#primary-nav .navbar-nav .mega-opener {
    position: relative;
    margin-right: 10px;
    padding-right: 26px;
    color: #00A050;
}

#primary-nav .navbar-nav .mega-opener::after {
    content: '';
    position: absolute;
    background-color: #00465A;
    right: 0;
    top: 10%;
    width: 2px;
    height: 80%;
}

#primary-nav .dropdown-item.active,
#primary-nav .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00A050;
}

.dropdown-item.active,
#primary-nav ul li ul:not('.mega-menu-ul') a:hover,
.dropdown-item:hover:active {
    color: #fff;
    text-decoration: none;
    background-color: #00A050;
}

@media screen and (max-width:1024px) {
    .dropdown-menu {
        position: relative !important;
        transform: none !important;
        border: 1px solid red;
    }
}


/* Dropdown Submenu */


/* Source: https://codepen.io/svnt/pen/beEgre */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-item::after {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
    content: "";
    border-top: .3rem solid transparent;
    border-bottom: .3rem solid transparent;
    border-left: .3rem solid;
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu:focus>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
}


/* Dropdown on Hover
 * aus kompatibilitäts-gründen mit verschiedenen eingabe-geräten
 * wird Konzept 'Hover' aus dem Fenster geworfen. 42.
 */


/* .dropdown:hover > .dropdown-menu {
    display: block;
} */


/*Without this, clicking will make it sticky*/


/* .dropdown > .dropdown-toggle:active {
    pointer-events: none;
} */


/* Modal Menu Mobiles Menü*/

#modal-menu .modal-body {
    padding: 3rem;
    overflow: hidden;
}

#modal-menu a {
    color: #00465A;
}

#modal-menu a:hover {
    color: #00A050;
}


/* Buttons */

.btn-hint {
    display: inline-block;
    margin-bottom: 15px;
}

.btn-hint .hint, .hint-tag {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 2rem;
    color: #8c8c8c;
}


/* Custom BFE Button */

.btn-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-bfe {
    color: #FFFFFF;
    border-color: #00A050;
    background: #00a050;
    background: -moz-linear-gradient(left, #00a050 0%, #00a050 100%);
    background: -webkit-linear-gradient(left, #00a050 0%, #00a050 100%);
    background: linear-gradient(to right, #00a050 0%, #00a050 100%);

}

.btn-bfe:hover,
.btn-bfe:focus,
.btn-bfe:active,
.btn-bfe.active,
.open .dropdown-toggle.btn-bfe {
    color: #FFFFFF;
    border-color: #00A050;
    background: #00a050;
    background: -moz-linear-gradient(left, #00a050 0%, #3db378 100%);
    background: -webkit-linear-gradient(left, #00a050 0%, #3db378 100%);
    background: linear-gradient(to right, #00a050 0%, #3db378 100%);

}

.btn-bfe:active,
.btn-bfe.active,
.open .dropdown-toggle.btn-bfe {
    background-image: none;
}

.btn-bfe.disabled,
.btn-bfe[disabled],
fieldset[disabled] .btn-bfe,
.btn-bfe.disabled:hover,
.btn-bfe[disabled]:hover,
fieldset[disabled] .btn-bfe:hover,
.btn-bfe.disabled:focus,
.btn-bfe[disabled]:focus,
fieldset[disabled] .btn-bfe:focus,
.btn-bfe.disabled:active,
.btn-bfe[disabled]:active,
fieldset[disabled] .btn-bfe:active,
.btn-bfe.disabled.active,
.btn-bfe[disabled].active,
fieldset[disabled] .btn-bfe.active {
    background-color: #00A050;
    border-color: #00A050;
}

.btn-bfe .badge {
    color: #00A050;
    background-color: #FFFFFF;
}


/* Boostrap Btn */

.btn-primary {
    color: #fff;
    border: none;
    background: #00a050;
    background: -moz-linear-gradient(left, #00a050 0%, #00a050 100%);
    background: -webkit-linear-gradient(left, #00a050 0%, #00a050 100%);
    background: linear-gradient(to right, #00a050 0%, #00a050 100%);
}

.btn-primary:hover {
    background: #00a050;
    border: none;
    background: -moz-linear-gradient(left, #00a050 0%, #3db378 100%);
    background: -webkit-linear-gradient(left, #00a050 0%, #3db378 100%);
    background: linear-gradient(to right, #00a050 0%, #3db378 100%);
}

.btn-secondary {
    color: #fff;
    border: none;
    background-color: #00465A;
}

.btn-secondary:hover {
    background: #00a050;
    border: none;
}

.btn {
    color: #fff;
    border-radius: 0;
    padding: .4rem 2.75rem;
    transition: all .2s;
    font-size: 1.1rem;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.btn-md {
    padding: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.3rem;
    font-family: "PFAdamantSansProMedium", Georgia;
}

.btn-lg,
.bfe-form .submit-btn {
    padding: 0.8rem 2.5rem;
    font-size: .8rem;
    line-height: 1.3rem;
    font-family: "PFAdamantSansProMedium", Georgia
}

.btn-outline-primary,
.wp-block-button .wp-block-button__link {
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #00A050;
    border-color: #00A050;
    border: 2px solid;
    min-width: 100px;
    font-size: .8125rem;
    padding: .625rem 3.125rem;
    margin-bottom: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
}

.btn-outline-primary:hover,
.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: #00A050;
    border-color: #00A050;
    text-decoration: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #006E37;
    border-color: #006E37;
}

.btn-outline-secondary {
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #00465A;
    border-color: #00465A;
    border: 2px solid;
    border-bottom: 3px solid;
    min-width: 100px;
    font-size: .8125rem;
    padding: 0 .875em;
    background-color: transparent;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #00465A;
    border-color: #00465A;
}

.bfe-rounded {
    border-radius: 1.5rem 0 1.5rem 0;
}

.btn-xl {
    font-size: 40px;
    padding: .8rem 4rem;
    position: relative;
}


/* Simple Toggle */

.btn-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-bottom: 0;
}

.btn-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1e1e1;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #13d84b;
}

input:focus+.slider {
    box-shadow: 0 0 1px #13d84b;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.checkbox-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
}


/* Rounded sliders */

.slider.round {
    border-radius: 40px;
}

.slider.round:before {
    border-radius: 50%;
}


/* Headlines & Überschriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00465A;
}

h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
}

h5 {
    font-size: 14px;
    font-family: "PFAdamantSansProMedium", Georgia;
}

.bfe-hl {
    z-index: 15;
    position: relative;
}

.bfe-hl::before {
    width: 1.255rem;
    height: .875rem;
    content: "";
    background-color: #00A050;
    border-radius: 0 0 .3rem 0;
    display: block;
    position: absolute;
    z-index: -10;
    left: -.4rem;
    top: -.2rem;
}

footer h5 {
    font-size: 1.55rem;
    color: #00A050;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: "PFAdamantSansProMedium", Georgia;
}


/* Fließtext */

p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}


/* Jumbotron */

.jumbotron {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-bottom: 0;
}

.jumbotron.starter {
    padding: 2.125rem 0 2.125rem 0;
    background-color: #fff;
}

.jumbotron.standard {
    padding: 2.125rem 0 0 0;
    background-color: #fff;
}

.jumbotron.branch-jumbotron,
.jumbotron.market-jumbotron {
    padding: 2.125rem 0 0 0;
    min-height: 500px;
}

.menu-jumbotron {
    background-color: #fff;
    padding: .875rem 0;
}

.bfe-jumbotron {
    background-color: #fafafa;
    border-radius: 45px 0 45px 0;
    padding: 40px 45px;
    margin-bottom: 30px;
}

.bfe-jumbotron p {
    font-size: 20px;
    margin-bottom: .5rem;
}

.bfe-jumbotron.gray {}

.bfe-jumbotron.gray h4,
.bfe-jumbotron.gray p {
    font-size: 20px;
    line-height: 30px;
    color: #787878;
}

.bfe-gradient {
    background: -moz-linear-gradient(60deg, rgba(0, 160, 80, 0.3) 0%, rgba(235, 235, 235, 0.3) 100%);
    background: -webkit-linear-gradient(60deg, rgba(0, 160, 80, 0.3) 0%, rgba(235, 235, 235, 0.3) 100%);
    background: linear-gradient(60deg, rgba(0, 160, 80, 0.3) 0%, rgba(235, 235, 235, 0.3) 100%);
    position: relative;
}

.bfe-gradient-to-top {
    background: -moz-linear-gradient(to top, rgba(0, 160, 80, 0.3) 0%, rgba(235, 235, 235, 0.3) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 160, 80, 0.3) 0%, rgba(235, 235, 235, 0.3) 100%);
    background: linear-gradient(to top, rgba(0, 160, 80, 0.3) 0%, rgba(235, 235, 235, 0.3) 100%);
    position: relative;
}

.overlapping-bottom {
    -webkit-box-shadow: inset 0px -25rem 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px -25rem 0px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px -42rem 0px 0px rgba(255, 255, 255, 1);
    padding-top: 1.875rem;
    margin-bottom: 0;
}

.overlapping-bottom-medium {
    -webkit-box-shadow: inset 0px -15rem 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px -15rem 0px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px -15rem 0px 0px rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.jumbotron .white {
    color: #fff;
}

.white h1 {
    color: #fff;
}

.claim {
    margin-top: 2rem;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.25rem;
}

.cta-jumbotron {
    padding: 2.5rem 1rem 2.3rem 1rem;
    margin-bottom: 4rem;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -15px;
    margin-right: -15px;
}


/* Container */

.mein-bfe .content-container {
    position: relative;
}

.follow-up-market {
    color: #00465A;
}

.follow-up-market .content-container {
    margin-bottom: 4rem;
}

.content-1230 .content-container {
    padding-top: 64px;
    color: #00465A;
}

.content-1540 .content-container,
.content-1660 .content-container {
    padding-top: 58px;
}

.content-580 .content-container {
    padding-top: 64px;
    color: #00465A;
}

.content {
    background-color: #fff;
}

.follow-up-market .page-title-container,
.branch-page .page-title-container,
.geschichte .page-title-container {
    text-align: inherit;
}

.page-title {
    text-align: center;
    padding: 36px 0;
}

.page-title h1 {
    display: inline-block;
    margin-bottom: 0;
}

.content-1660 .breadcrumb,
.content-1540 .breadcrumb {
    margin-top: 1rem;
}

.content-page {
    max-width: 2080px;
    margin: 0 auto;
}


/* Seminarfinder */

.seminarfinder {
    background-color: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding: 0.9rem calc(1em + .75rem + 2px);
    color: #00465a;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.seminarfinder .filter-row {
    box-shadow: 0px 0px 5px 1px #c8c8c8;
border-radius: 1.5rem 0 1.5rem 0;
}

.seminarfinder .filter-row .filter-col {
    background-color: #fff;
}

.seminarfinder .filter-row .filter-col {
    border: 2px solid #c8c8c8;
}

.seminarfinder .filter-row .filter-col:first-child {
    border-bottom: none;
}

.seminarfinder .filter-row .filter-col:nth-child(2) {
    border-top: none;
    border-bottom: none;
}

.seminarfinder .filter-row .filter-col:nth-child(3) {
    border-top: none;
}

.seminarfinder .row .filter-col:first-child {
    border-radius: 1.5rem 0 0 0;
}

.seminarfinder .row .filter-col:nth-child(3n) {
    border-radius: 0 0 1.5rem 0;
}

.seminarfinder .row .result-col {
    background-color: #00465A;
    border-radius: 1.5rem 0 1.5rem 0;
    margin-top: .3125rem;
}

.seminarfinder .row .filter-col .filter {
    border-top-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
}

.special-filter {
    margin-top: .5rem;
}


/* Formular Form Custom Select */

select {
    display: none !important;
}

.seminarfinder .select-filter {
    background-color: inherit;
}

.seminarfinder .form-check {
    padding: .375rem 1rem .375rem 1rem;
    font-size: .9375rem;
    height: calc(2em + .75rem + 2px);
    font-family: "PFAdamantSansProMedium", Georgia;
}

.seminarfinder .form-check-label {
    display: block;
    margin-right: .5rem;
}

.seminarfinder .bfe-form-check {
    display: flex;
    justify-content: center;
    height: 100%;
}

.seminarfinder .result-container {
    text-align: center;
    background-color: #00465A;
    color: #fff;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(1.5em + .75rem + 2px);
    border-radius: 0.8rem 0 .8rem 0;
}

.seminarfinder .result-container .results {
    font-size: .9375rem;
    display: flex;
    align-items: center;
    font-family: "PFAdamantSansProMedium", Georgia;
    padding-top: 0;
}

.seminarfinder hr {
    margin: auto;
    width: 70%;
    display: block;
    border-color: #c2c2c2;
}


/* Custom Checkbox Source: https://www.w3schools.com/howto/howto_css_custom_checkbox.asp */

.custom-checkbox,
.custom-checkbox label {
    position: relative;
}

.custom-checkbox label {
    cursor: pointer;
}

.custom-checkbox input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    display: inline-block;
    height: .75rem;
    width: .75rem;
    border-radius: 3px;
    border: 2px solid #004659;
    top: 4.5px;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #004659;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Form Formular Input */

.bfe-form {
    font-size: 24px;
    color: #00465A;
}

.bfe-form .subform,
.bfe-form .subform-hl {
    margin-bottom: 15px;
}

.bfe-form label {
    font-family: "PFAdamantSansPro", Georgia;
}

.bfe-form .form-group {
    margin-bottom: 25px;
}

.bfe-form input {
    border: 2px solid #c8c8c8;
    height: 80px;
    border-radius: 15px 0 15px 0;
    font-size: 22px;
    padding: .375rem 1.35rem;
    color: #00465A;
}

.bfe-form input.form-check-input {
    height: inherit;
    padding: 0;
}

.bfe-form .selectric .label {
    border: 2px solid #c8c8c8;
    height: 80px;
    border-radius: 15px 0 15px 0;
    font-size: 22px;
    padding: .375rem 1.35rem;
    color: #00465A;
    font-family: "PFAdamantSansPro", Georgia;
    line-height: 64px;
    text-align: left;
    background: #fff;
}

.selectric .label::after {
    content: '▾';
    position: absolute;
    right: 1.35rem;
}

.bfe-form textarea {
    border: 2px solid #c8c8c8;
    height: 80px;
    border-radius: 15px 0 15px 0;
    font-size: 22px;
    padding: 1.375rem 1.35rem;
    color: #00465A;
}

.bfe-form .btn {
    font-size: 1.25rem;
    line-height: 1.3rem;
    font-family: "PFAdamantSansProMedium", Georgia;
    border: 2px solid;
    border-radius: 15px 0 15px 0;
    padding: 1.35rem 4rem;
}

.bfe-form .form-check {
    position: relative;
}

.bfe-form .form-check .form-check-input,
.attendee-form .form-check .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-top: 0;
    margin-left: 0;
    z-index: 10;
}

.bfe-form .form-check {
    padding-left: 0;
}


/* Radio */

.bfe-form input[type='radio']:checked+label::before,
.bfe-form input[type='radio']:not(:checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #00465A;
    background: white;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.bfe-form input[type=radio]:checked+label::before,
.bfe-form input[type=radio]:not(:checked)+label::before {
    border-radius: 50%;
}

.bfe-form input[type='radio']:hover+label::before {
    background: #EBEBEB;
    box-shadow: inset 0 0 0 4px white;
}

.bfe-form input[type='radio']:checked+label::before {
    background: #00465A;
    box-shadow: inset 0 0 0 4px white;
}


/* Checkbox */

.bfe-form .form-check .form-check-label {
    padding-left: 54px;
    position: relative;
}

.bfe-form input[type='checkbox']:checked+label::before,
.bfe-form input[type='checkbox']:not(:checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #c8c8c8;
    background: white;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.bfe-form input[type=checkbox]:checked+label::before,
.bfe-form input[type=checkbox]:not(:checked)+label::before {
    border-bottom-right-radius: 6px;
}

.bfe-form input[type='checkbox']:hover+label::before {
    background: #EBEBEB;
    box-shadow: inset 0 0 0 4px white;
}

.bfe-form input[type='checkbox']:checked+label::before {
    background: #00465A;
    box-shadow: inset 0 0 0 4px white;
}

.conditions .bfe-form .form-check {
    margin-bottom: 15px;
}


/* Teilnehmer hinzufügen -  Add Attendee Checkbox */

.attendee-form .attendee-option {
    background-color: #efefef;
    padding: 15px;
    margin-bottom: 10px;
}

.attendee-form .attendee-option .form-check-input {
    padding-right: 60px;
}

.attendee-form .form-check {
    padding-left: 0;
    position: relative;
}

.attendee-form input[type='checkbox']:checked+label::before,
.attendee-form input[type='checkbox']:not(:checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #c8c8c8;
    background: white;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.attendee-form input[type=checkbox]:checked+label::before,
.attendee-form input[type=checkbox]:not(:checked)+label::before {
    border-bottom-right-radius: 6px;
}

.attendee-form input[type='checkbox']:hover+label::before {
    background: #EBEBEB;
    box-shadow: inset 0 0 0 4px white;
}

.attendee-form input[type='checkbox']:checked+label::before {
    background: #00465A;
    box-shadow: inset 0 0 0 4px white;
}


/* Password Checker */

.password-check {
    font-family: "PFAdamantSansPro", Georgia;
}

.password-check .password-indicator::before {
    content: ' ';
}

.seminar-status.green,
.password-check .password-indicator.green {
    color: #00A050;
}

.seminar-status.yellow,
.password-check .password-indicator.yellow {
    color: #E6BE00;
}

.seminar-status.red,
.password-check .password-indicator.red {
    color: #FA640A;
}

.bfe-form .help-text {
    color: #787878;
    font-size: 20px;
    line-height: 30px;
}

.bfe-form .helpBlock {
    color: #787878;
}

.registration .bfe-form .subform {
    margin-bottom: 50px;
}

.payment-select .payment-option {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.payment-select .payment-option .form-check-label {
    display: block;
}

.payment-select .payment-option .payment-icon {
    display: inline-flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.payment-select .payment-option .payment-icon.kreditkarte {
    width: 40px;
    height: 30px;
    background-image: url(../img/kreditkarte-icon.png);
    top: 5px;
    margin-right: 15px;
}

.payment-select .payment-option .payment-icon.paypal {
    width: 135px;
    height: 34px;
    background-image: url(../img/paypal.png);
    top: 8px;
}

.payment-select .payment-option .payment-icon.rechnung {
    width: 42px;
    height: 30px;
    background-image: url(../img/rechnung-icon.png);
    top: 5px;
    margin-right: 15px;
}

.payment-select .payment-option .helpBlock {
    font-size: 13px;
    display: block;
    text-align: left;
    padding-left: 54px;
    color: #a0a0a0;
}


/* Radio */

.bfe-form.payment-select input[type='radio']:checked+label::before,
.bfe-form.payment-select input[type='radio']:not(:checked)+label::before {
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    border: 2px solid #c8c8c8;
    background: white;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.bfe-form.payment-select input[type=radio]:checked+label::before,
.bfe-form.payment-select input[type=radio]:not(:checked)+label::before {
    border-radius: 0 0 6px 0;
}

.bfe-form.payment-select input[type='radio']:hover+label::before {
    background: #EBEBEB;
    box-shadow: inset 0 0 0 4px white;
}

.bfe-form.payment-select input[type='radio']:checked+label::before {
    background: #00465A;
    box-shadow: inset 0 0 0 4px white;
}


/* Categories */

.categories {
    padding: 1.25rem 0;
}


/* Topics Overlapping */

.topics {
    margin-top: .7rem;
}

.topics .card {
    border: none;
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.topics .card-img-top {
    height: 342px;
    border-radius: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.topics .card-title {
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
    background-color: #F0F0F0;
    display: inline-block;
    padding: 25px 32px 25px 12px;
}

.topics .card-title a {
    color: #00465A;
}

.topics .card-body {
    border-radius: 0;
    margin-top: -36px;
    padding: 0;
}

.topics .card-text,
.gallery.dreispalter .card .card-text {
    font-size: .875rem;
    color: #00465a;
    line-height: 1.5rem;
}

.topics h4 {
    margin-bottom: 5rem;
}


/* Aktuelle Veranstaltung */

.current-events {
    margin: 3rem 0;
    font-size: 1rem;
}

.current-events .card {
    height: 23.125rem;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    color: #00465A;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 2rem;
    font-family: "PFAdamantSansPro", Georgia;
}

.current-events .card-title.hover {
    display: none;
}

.current-events .additional-title {
    font-size: .75rem;
    display: none;
    text-transform: uppercase;
}

.current-events .card-title {
    color: #00465A;
    font-family: "PFAdamantSansProSemiBold", Georgia;
    font-size: 1.2rem;
    margin-bottom: 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.current-events .card-img-overlay {
    background: #f9f9f9;
}

.current-events .add-info {
    display: block;
    line-height: 1.4rem;
}

.current-events .hover-card-text {
    display: none;
    border-top: 2px solid #00465A;
    margin-top: 30px;
    padding-top: .2rem;
}

.current-events .card:hover .hover-card-text,
.current-events .card:focus .hover-card-text,
.current-events .card:hover .additional-title,
.current-events .card:focus .additional-title,
.current-events .card:hover .card-title.hover,
.current-events .card:focus .card-title.hover {
    display: block;
}

.current-events .card:hover .card-title.non-hover,
.current-events .card:focus .card-title.non-hover {
    display: none;
}

.current-events .card-img-overlay {
    top: inherit;
    bottom: 0;
    padding: 30px 25px;
}


/* Slider Carousel */

#slider {
    height: 20rem;
    margin-bottom: 2.375rem;
}

#slider .carousel-inner,
#slider .carousel-inner .carousel-item {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/* Inhaltsseite Unterseite Post Beitrag */

.featured-img {
    height: 320px;
    margin-bottom: 2rem;
}


/* Veranstaltungsdetails Seminar Details */

.seminar-details .seminar-category h6 {
    color: #00A050;
    margin-bottom: 1.25rem;
}

.seminar-id {
    color: #fa640a;
    margin: 0 1rem;
}

.seminar-details {
    padding: 0 0 3rem 0;
}

.seminar-details h6 {
    font-size: .9375rem;
}

.seminar-details .seminar-tags {
    margin-bottom: 2.375rem;
}

.seminar-title {
    font-family: "PFAdamantSansProMedium", Georgia;
    font-size: 1.875rem;
}

.seminar-overview {
    margin-bottom: 2.5rem;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: .9375rem;
    color: #004659;
}

.seminar-overview .overview-row {
    margin: .775rem 0;
}

.seminar-overview .overview-col {
    text-align: center;
    padding: .3rem 0;
    border-right: 2px solid #000;
}

.seminar-overview .overview-col:last-child {
    border-right: none;
}

.seminar-overview .overview-col .detail-info .bfe-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
}

.detail-info {
    align-self: center;
}

.seminar-info, #readmore p, .read-more-link {
    
   /* font-size: 1.25rem;*/
}

.detail-icon {
    color: #00A050;
    margin-right: .5rem;
}

.read-more-link {
    color: #ccc;
    font-style: italic;
    text-decoration: underline;
}

.read-more-link:hover,
.read-more-link:focus {
    color: #00465A;
}

.pdf-download {
    margin: 2em 0;
}

.pdf-download a {
    margin-left: .25rem;
    color: #00A050;
    font-size: 1.09375rem;
    font-family: "PFAdamantSansPro", Georgia;
}

.seminar-accordion {
    margin-bottom: 1rem;
}

.seminar-content-toggle {
    border: 1px solid #b4b4b4;
    padding: .375rem 3.25rem;
    font-size: 1.09375rem;
    border-top-left-radius: .9rem;
    color: #b4b4b4;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

.seminar-content-toggle[aria-expanded="true"] {
    background-color: #00A050;
}

.seminar-content-toggle[aria-expanded="true"] .toggle-text {
    color: #fff;
}

.seminar-content-toggle[aria-expanded="true"] .toggle-text::after {
    background-position: -240px -60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.seminar-content-toggle .toggle-text {
    display: block;
    position: relative;
}

.seminar-content-toggle .toggle-text::after {
    background-image: url(../img/icons-20x20.png);
    background-position: -240px -40px;
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    content: '';
    position: absolute;
    right: -2rem;
    top: 3px;
}

.seminar-content-toggle[aria-expanded="false"]:hover {
    border-color: #00A050;
    color: #00A050;
}

.toggle-content {
    font-size: 1.25rem;
    color: #00465A;
    padding: 1.5625rem 2rem;
    border-left: 1px solid #00A050;
    border-right: 1px solid #00A050;
    border-bottom: 1px solid #00A050;
}

.seminar-content-toggle[aria-expanded="false"]:hover .toggle-text::after {
    background-position: -240px -20px;
}

.seminar-more-options {
    margin-bottom: 3.125rem;
}

.seminar-more-options .favor {
    height: auto;
}

#moreTrainer {
    position: absolute;
    margin-left: -10px;
    padding-left: 10px;
    background-color: #fff;
    z-index: 100;
}

.moreTrainerInner {
    display: none;
}

.favourite-link {
    color: #787878;
}

.favourite-link:hover .link-text {
    color: #00A050;
}

.favourite-link:hover .bfe-heart-30 {
    background-position: -30px -60px;
}

.favourite-link .link-text {
    margin-left: .5rem;
    font-size: 1.1rem;
    line-height: 1.875rem;
}

.booking-options {
    padding: 3rem 1rem 2rem 1rem;
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    border-radius: 1.7rem 0 1.7rem 0;
}

.price {
    font-size: 3.125rem;
    font-family: "PFAdamantSansPro", Georgia;
    margin-bottom: 0;
}

.booking-options .bfe-select {
    background-image: linear-gradient(45deg, transparent 50%, #00465A 50%), linear-gradient(135deg, #00465A 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100%) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
    border-radius: 0;
    background-color: none;
}

.booking-options input {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-align-last: center;
    border-radius: 0;
    background-color: none;
}

.booking-options .custom-select,
.booking-options .form-control,
booking-options input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #00465a;
    font-size: 1.4rem;
    border-color: #004659;
}

.booking-options .input-group-text {
    border-radius: 0;
    border: none;
}

.booking-options .input-group {
    border: 1px solid #00465A;
}

.booking-options form {
    margin-top: .5rem;
}

.booking-options .time-table {
    font-size: 1.5625rem;
    color: #00465A;
    border: 1px solid #00465A;
    padding: .34375rem;
    margin-bottom: .625rem;
}

.booking-options .time-table#zeit {
    text-align: center;
}

.text-note {
    font-size: .9375rem;
    margin-bottom: 1.3125rem;
}

.buy-me {
    position: relative;
}

.availability-btn {
    position: relative;
    left: 50%;
    margin-left: -1.875rem;
    margin-bottom: 1rem;
    cursor: help;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #E6BE00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.availability-btn .bfe-icon-30 {
    margin-top: -2px;
}

.availability-tooltip .tooltip-inner {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #E6BE00;
    color: #E6BE00;
    border-radius: 0;
    padding: .75rem 1.125rem;
}

.text-tooltip {
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #00A050;
    opacity: 1;
}

.in-text-tooltip {
    opacity: 1;
}

.in-text-tooltip .tooltip-inner {
    background-color: #fff;
    border: 2px solid #00A050;
    color: #00A050;
    border-radius: 0;
    padding: .9375rem .625rem;
    text-align: left;
    font-size: 1rem;
}

.in-text-tooltip::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -12px;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #00A050 transparent;
    display: block;
    width: 0;
}

.in-text-tooltip::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    border-width: 9px 9px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}


/*<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>*/

.shopping-cart-link {
    color: #00A050;
    display: block;
    text-align: center;
    margin-top: 1rem;
}

.shopping-cart-link:hover {
    color: #00A050;
    text-decoration: underline;
}

.shopping-cart-link .bfe-warenkorb {
    background-position: -40px -20px;
    margin-right: .3rem;
}

.gray-text {
    font-size: .8125rem;
    color: #999;
}

.gray-text a {
    color: #999;
    text-decoration: underline;
}

.gray-text a:hover {
    color: #00A050;
    text-decoration: underline;
}

.gray-text .bfe-flagge {
    background-position: -200px -40px;
}

.trainer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.trainer .trainer-thumbnails {
    display: inline-flex;
}

.trainer .trainer-thumbnails .trainer-img {
    position: relative;
    margin-left: -.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 3px solid #fff;
}

.trainer .trainer-thumbnails .trainer-img:first-child {
    margin-left: 0;
    z-index: 50;
}

.trainer .trainer-thumbnails .trainer-img:nth-child(2) {
    z-index: 45;
}

.trainer .trainer-list {
    font-size: 0.9375rem;
    font-family: "PFAdamantSansProMedium", Georgia;
	padding-left: 0;
}

.trainer .trainer-list .trainer-list-ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: "PFAdamantSansPro", Georgia;
}

.trainer-list-ul li {
    font-size: 0.9375rem;
    line-height: 1.8;
}

.trainer .trainer-list .trainer-list-ul li a {
    color: #828282;
}

.trainer .trainer-list .trainer-list-ul li a:hover {
    color: #828282;
    text-decoration: underline;
}

.trainer-list-title {
    font-size: .8rem;
    margin-bottom: 0;
    color: #505050;
}


/* Warenkorb */

.page-title-container {
    /*text-align: center;*/
    text-align: left !important;
    padding: 4rem 0 3.8rem 0;
}

.page-title-container h1 {
    display: inline-block;
    margin-bottom: 0;
}

.bg-lightgrey {
    background-color: #f5f5f5;
}

.bg-grey {
    background-color: #efefef;
}

.bg-hl-grey {
    background-color: #EFEFEF;
    z-index: 100;
    position: relative;
}

.bg-hl-grey h1 {
    margin: 2.5rem 0 2.5rem 0.5rem;
}

.bg-hl-grey h1:before {
    display: none;
}

.hl-center {
    display: flex;
    justify-content: center;
}

.hl-green-box {
    width: 1.255rem;
    height: .875rem;
    background-color: #00A050;
    border-radius: 0 0 .3rem 0;
    position: absolute;
    z-index: 0;
    top: 2.4rem;
    z-index: -1;
}

.cart-item {
    background-color: #FFF;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding: 1.875rem 0.9375rem 1.875rem 1.875rem;
    color: #00465a;
    margin-bottom: 3.125rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.cart-item .result-overview {
    margin-bottom: 2.5rem;
}

.cart-item hr {
    margin: 2rem 0;
    border-width: 2px;
}

.cart-item .result-options-container {
    border-left: none;
}

.cart-item .result-options .result-price {
    font-size: 2.8125rem;
    margin-bottom: 0;
}

.cart-item .result-options a {
    margin-bottom: 1rem;
}

.cart-item .result-date-select .form {
    margin-bottom: 1rem;
}

.sem p {
    display: inline-block;
    margin: 0 1rem 0.5rem 0;
    font-size: .9375rem;
}

.sem-kind {
    color: #00A351;
}

.course-num {
    color: #FA640A;
}

.sem-detail {
    margin-bottom: 2.625rem;
}

.sem-detail p {
    font-size: .875rem;
    color: #004659;
    padding: 0 .5rem;
    border-right: 1px solid rgb(0, 70, 89, 0.25);
    display: inline-block;
}

.sem-detail p:last-child {
    border-right: none;
}

.bfe-person {
    background-position: -120px -20px;
    margin: 0 .3rem 0 0;
}

.bfe-place {
    background-position: -140px -20px;
    margin: 0 .3rem 0 0;
}

.bfe-ue {
    background-position: -160px -20px;
    margin: 0 .3rem 0 0;
}

.bfe-time {
    background-position: -180px -20px;
    margin: 0 .3rem 0 0;
}

.cart-item h2 {
    font-size: 1.75rem;
    font-family: "PFAdamantSansProMedium", Georgia;
}

.shopping-cart-select {
    background-color: transparent;
    border: 1px solid #004659;
    border-radius: 0;
    color: #00465a;
    font-size: 1.2rem;
    font-family: "PFAdamantSansProMedium", Georgia;
    height: calc(2.3em + .75rem + 2px);
}

.bfe-available p {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    font-size: .9375rem;
}

.bfe-icon-30 {
    background-image: url(../img/icons-30x30.png);
    width: 1.875rem;
    height: 1.875rem;
    display: inline-flex;
    position: relative;
}

.bfe-icon-40 {
    background-image: url(../img/icons-40x40.png);
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    position: relative;
    margin-top: -1px;
}

.bfe-avail-yellow {
    color: #E6BE00;
}

.bfe-icon-avail-yellow {
    background-position: 0 0;
    margin: 0 .5rem 0 0;
}

.bfe-avail-green {
    color: #00A351;
    font-size: .8rem;
}

.bfe-icon-avail-green {
    background-position: 0px -30px;
    margin: 0 .5rem 0 0;
}

.bfe-icon-remove {
    background-position: -260px -40px;
    margin: 0 .2rem 0 0;
}

.shopping-cart-summary {
    background-color: #FFF;
    padding: 1rem 3rem;
    color: #00465a;
}

.shopping-cart-summary h3 {
    font-size: 2.5rem;
    font-family: "PFAdamantSansPro", Georgia;
    margin-bottom: 1rem;
}

.shopping-cart-summary .summary-info {
    color: #00A351;
    font-size: 1.5625rem;
}

.shopping-cart-summary hr {
    margin: .5rem 0 2.875rem 0;
    border-width: 2px;
}

.shopping-cart-summary .buy-btn {
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}

.sum-art {
    color: #00A351;
    font-size: 1.5625rem;
}

.total-price {
    font-size: 3.125rem;
    font-family: "PFAdamantSansProMedium", Georgia;
    text-align: center;
    margin-bottom: 2.875rem;
    display: block;
}

.sum-price span {
    font-size: 1.5rem;
    vertical-align: text-top;
}

.btn-buy-more {
    border: 2px solid #FA640A;
    color: #FA640A;
    font-size: 0.9rem;
    padding: 0.5rem 3.3rem;
    font-family: "PFAdamantSansProMedium", Georgia;
}

.btn-buy-more:hover {
    background-color: #FA640A;
    color: #FFF;
}

.sum-hint {
    color: #A0A0A0;
    font-size: .8125rem;
    line-height: 1rem;
    text-align: left;
}

.bfe-heart-30 {
    background-position: -30px -30px;
}

.bfe-calendar-30 {
    background-position: 0 -90px;
}

.bfe-zurueck-30 {
    background-position: -60px 0;
}

.sem-price-block {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.sem-price-block p {
    margin: 0 0 .5rem 0;
}

.sem-price {
    font-size: 2.8125rem;
    font-family: "PFAdamantSansProMedium", Georgia;
}

.bfe-remove a {
    color: #A0A0A0;
}

.bfe-merkzettel-shopping-cart {
    background-position: -20px -20px;
}


/*Warenkorb Übersicht */

.shopping-cart-overview {
    color: #00465A;
    font-size: 16px;
}

.shopping-cart-overview .input-block {
    margin-bottom: 40px;
}

.shopping-cart-overview .input-span {
    display: block;
}


/* Suchergebnis */

.results,
.shopping-cart,
.registration,
.add-staff {
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 4.6875rem;
}

.results .seminarfinder {
    margin-bottom: 3.125rem;
}

.summary-container {
    margin-bottom: 2.8125rem;
}

.summary-container hr {
    margin: 0;
}

.result-summary {
    font-size: 1.5625rem;
    color: #00A050;
    padding: 0 2rem 2.5rem 2rem;
    line-height: 40px;
}

.result-tab {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.result-tab .tab-btn {
    display: block;
    font-size: 1.875rem;
    color: #00465A;
    font-family: "PFAdamantSansProMedium", Georgia;
    background-color: #fff;
    padding: 1.5rem 0 2.5rem 0;
    border-top: 1.25rem solid #00A050;
}

.result-tab .tab-btn.active {
    background-color: #00A050;
    color: #fff;
}

.result-summary::before {
    background-image: url(../img/icons-20x20.png);
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    content: '';
    background-position: -80px -20px;
    position: absolute;
    left: 15px;
    top: 8px;
}

.result-summary .result {
    font-size: 2.5rem;
    font-family: "PFAdamantSansPro", Georgia;
    color: #00465A;
    display: block;
}

.result-item {
    background-color: #fff;
    padding: 2rem 2rem 1.25rem 2rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-bottom: 2.75rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.result-meta {
    font-size: .9375rem;
    font-family: "PFAdamantSansProMedium", Georgia;
}

.result-meta .meta-category,
.result-meta .meta-date {
    color: #00A050;
    margin-right: 1.25rem;
}

.result-meta .meta-id {
    color: #FA640A;
}

.result-title {
    font-size: 1.75rem;
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #00465A;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    display: block;
    position: relative;
    z-index: 5;
}

.result-item .banner-new {
    top: -2rem;
    right: 1.5625rem;
}

.banner-new {
    position: absolute;
    width: 4rem;
    height: 3rem;
    background-color: #FA640A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-new::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2rem 1rem 2rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
}

.banner-text {
    margin-bottom: .7rem;
    text-transform: uppercase;
    font-size: 20px;
}

.result-overview {
    font-size: 0.875rem;
    color: #00465A;
    margin-bottom: 0.5rem;
}

.result-overview .detail-info {
    display: block;
}

.more-details {
    color: #A0A0A0;
    font-size: 1.0625rem;
    font-family: "PFAdamantSansProMedium", Georgia;
    text-decoration: underline;
    margin-bottom: .8125rem;
}

.result-date-select-col {
    padding-top: 2rem;
}

.result-date-select-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.result-date-select {
    width: 100%;
}

.result-date-select .form {
    width: 100%;
    margin-bottom: .2rem;
}

.result-date-select .custom-select {
    height: calc(2.3em + .75rem + 2px);
}

.result-date-select form .bfe-select {
    font-size: 1.5625rem;
    border-radius: 0;
    color: #00465A;
    font-family: "PFAdamantSansProMedium", Georgia;
    border-color: #00465A;
}

.result-status {
    display: block;
    font-size: .9375rem;
    margin-bottom: .9375rem;
}

.result-status .bfe-icon-30 {
    margin-bottom: -8px;
    margin-right: .5rem;
}

.result-status.green .bfe-calendar-30 {
    background-position: 0 -30px;
}

.result-status.yellow .bfe-calendar-30 {
    background-position: 0 0;
}

.result-status.red .bfe-calendar-30 {
    background-position: 0 -120px;
}

.result-status.green {
    color: #00A050;
}

.result-status.yellow {
    color: #E6BE00;
}

.result-status.red {
    color: #c80000;
}

.result-options-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.result-options {
    width: 100%;
}

.result-options .result-price {
    font-size: 1.875rem;
    text-align: center;
    display: block;
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #00465A;
    margin-bottom: .5rem;
}

.result-options .btn {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.result-options .favorize {
    color: #00A050;
    display: block;
    text-align: center;
    font-size: 1.25rem;
}

.result-options .delete {
    color: #b4b4b4;
    display: block;
    text-align: center;
    font-size: 1.25rem;
}

.result-options .favorize .bfe-icon,
.result-options .delete .bfe-icon {
    margin-right: .2rem;
}

.result-options .favorize .bfe-merkzettel {
    background-position: -20px -20px;
}

.result-options .delete .bfe-entfernen {
    background-position: -260px -40px;
}

.result-item.editorial {
    padding: 0;
}

.result-item.editorial .overview-container {
    padding: 2.25rem 2rem;
}

.result-item.editorial .result-meta {
    margin-bottom: .5rem;
}

.result-item.editorial .result-meta .meta-date {
    margin-right: 0;
}

.result-item.editorial .result-title {
    font-family: "PFAdamantSansProMedium", Georgia;
    font-size: 1.5625rem;
    margin-bottom: .5rem;
}

.result-item.editorial .result-excerpt {
    font-size: 1.25rem;
    color: #787878;
    margin-bottom: 0;
    line-height: 2.2rem;
}

.result-item .editorial-image {
    height: 100%;
    width: 100%;
    border-top-left-radius: 2rem;
    background-position: top left;
    background-size: cover;
}


/* Pagination Seitenzahl Paginierung */

.pagination {
    font-size: 0.9375rem;
}

.pagination .page-link {
    line-height: 2rem;
    background: none;
    border: none;
    color: #00465A;
}

.pagination .page-link:hover {
    text-decoration: underline;
}

.page-item.active .page-link {
    color: #00A050;
    font-family: "PFAdamantSansPro", Georgia;
    background: none;
}


/* Minor Sites - Untergeordnete Seiten - Galerie */

.minor-sites .card {
    border-radius: 0;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 2rem;
}

.minor-sites .card-img-top {
    background: inherit;
    border-radius: 0;
    height: 175px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.minor-sites .card-body {
    padding: .7rem 1rem;
    background-color: #f0f0f0;
}

.minor-sites .card-text {
    font-size: 1.25rem;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    color: #00465A;
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
}

.minor-sites .card-img-color-overlay {
    background-color: rgba(0, 0, 0, 0.0);
    height: 100%;
}


/* Minor Sites Hover Effekt */

.minor-sites .card a:hover .card-img-color-overlay {
    background-color: rgba(0, 147, 80, .4);
}

.minor-sites .card a:hover .card-body {
    background-color: #00A050;
}

.minor-sites .card a:hover .card-text {
    color: #fff;
}

.minor-sites .card a:hover {
    text-decoration: none;
}


/* Minor Sites Hover Transitions */

.minor-sites .card-body,
.minor-sites .card-text,
.minor-sites .card-img-color-overlay {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


/* Transition */

.transition-2s {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


/* Galerien Einspalter Zweispalter Dreispalter Vierspalter Fuenfspalter */

.gallery {
    font-family: "PFAdamantSansProLight", Georgia;
}

.card-img-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Galerie Einspalter */

.gallery.einspalter {
    min-height: 20rem;
    padding: 1.5rem 1.5625rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 3rem;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery.einspalter h2 {
    font-size: 2.75rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
}

.gallery.einspalter .btn {
    margin-bottom: 2rem;
}

.gallery.einspalter.cta p {
    text-align: left;
    margin-bottom: 0;
    font-size: 1rem;
    color: #fff;
    position: relative;
}

.gallery.einspalter.cta p::before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    top: -10px;
    left: 0;
    position: absolute;
}

.gallery.einspalter .btn-col {
    margin-top: 2.75rem;
    text-align: center;
}

.gallery.einspalter .btn-col .btn:first-child {
    margin-right: 1.5625rem;
}

.gallery.einspalter.info p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.gallery.einspalter.info .info-col {
    height: 100%;
    display: flex;
    align-items: center;

}

.gallery.einspalter.info .info-box {
    background: #EFEFEF;
    font-size: 1rem;
    padding: 70px 40px;
    border-radius: 2rem 0 2rem 0;
    color: #646464;
    position: relative;
    margin-right: 1rem;
    width: 100%;
}

.gallery.einspalter.info .info-box .info-icon {
    background-color: #00A050;
    position: absolute;
    width: 70px;
    height: 70px;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery.einspalter.info .info-box .title,
.gallery.einspalter.info .info-box .date,
.gallery.einspalter.info .info-box .description {
    display: block;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.gallery.einspalter.info .info-box .title {
    font-family: "PFAdamantSansProSemiBold", Georgia;
}

.gallery.einspalter.info .info-box .date {
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #00A050;
    margin-bottom: 1.5rem;
}

.gallery.einspalter.info .info-box .description {}

.gallery.einspalter.info .info-box .info-ul {
    list-style-type: none;
    font-size: 1rem;
    padding-left: 0;
    margin-bottom: 0;
}

.gallery.einspalter.info .info-box .info-ul li {
    background-image: url(../img/info-ul-li.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 1.8rem;
    margin-bottom: .4rem;
}

.gallery.einspalter.info .info-box .info-ul li:last-child {
    margin-bottom: 0;
}


/* Dreispalter */

.gallery.dreispalter {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.gallery.dreispalter .card-img-top {
    height: 342px;
    background-size: cover;
    border-radius: 0;
}

.gallery.dreispalter .card {
    margin-bottom: 2rem;
    border: none;
}

.gallery.dreispalter .card .card-body {
    border-radius: 0;
    margin-top: -36px;
    padding: 0;
}

.gallery.dreispalter .card .card-title {
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
    background-color: #F0F0F0;
    display: inline-block;
    padding: 25px 32px 25px 12px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.gallery.dreispalter .card .card-title a {
    color: #00465A;
}

.gallery.dreispalter .card .additional-title {
    font-weight: bold;
    font-size: 1.125rem;
    font-family: "PFAdamantSansPro", Georgia;
    color: #00A050;
}

.dreispalter h4 {
    margin-bottom: 5rem;
}

.bfe-slide {
    width: 84px;
    height: 60px;
    background-color: #00A050;
    cursor: pointer;
    padding: 15px;
}

.bfe-slide {
    position: absolute;
    z-index: 500;
    /* top: 11rem; */
}

.bfe-slide.prev {
    border-top-left-radius: 1rem;
    left: -134px;
    display: none;
}

.bfe-slide.next {
    border-bottom-right-radius: 1rem;
    right: -134px;
    display: none;
}

.bfe-slide:hover {
    background-color: #03823F;
}

.bfe-slide .bfe-zurueck-30 {
    background-position: -60px -90px;
}

.bfe-slide .bfe-weiter-30 {
    background-position: -90px -90px;
}


/* Vierspalter siehe Current Events */

.gallery.vierspalter {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.bfe-slide.zurueck {
    border-top-left-radius: 1rem;
    left: -134px;
    display: none;
}

.bfe-slide.weiter {
    border-bottom-right-radius: 1rem;
    right: -134px;
    display: none;
}

.gallery.vierspalter .banner-orange {
    height: 65px;
    width: 65px;
    position: absolute;
    right: 1rem;
    top: 0;
    background-image: url(../img/bfe-banner.png);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery.vierspalter .banner-orange .banner-text {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
}


/* Fünfspalter Fuenfspalter siehe Emphases */

.fuenfspalter-beschreibung {
    margin-bottom: 4px;
}

.fuenfspalter .card {
    position: relative;
    height: 400px;
}

.fuenfspalter .card-img-overlay {
    padding: 0;
}

.fuenfspalter .card .card-img-overlay .card-title {
    background-color: #F8F8F8;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 15px 25px;
    font-size: 1.40625rem;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.emphases {
    margin-top: 2.15rem;
    /* margin-bottom: 2.15rem; */
    margin-bottom: 150px;
    font-size: .9375rem;
}

.card-img-container {
    height: 100%;
}

.emphases .card .card-img-top {
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1.0);
    transition: .3s;
    position: relative;
}

.emphases .card .card-body {
    position: relative;
}

.emphases .card:hover .card-title,
.emphases .card:focus .card-title {
    text-decoration: underline;
}

.emphases .card {
    border-radius: 0;
    margin-bottom: 1.25rem;
    border: none;
}

.emphases .card-text a {
    color: #00465a;
}


/* Small Gallery */

.small-gallery .sm-gallery {
    min-height: 440px;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-bottom: 25px;
}

.small-gallery .sm-gallery .gradient-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.small-gallery .sm-gallery .blue-to-white {
    background: rgb(0, 70, 89);
    background: linear-gradient(0deg, rgba(0, 70, 89, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.small-gallery .sm-gallery .content {
    color: #fff;
    font-size: 25px;
    padding: 150px 54px 50px 50px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.small-gallery .sm-gallery .content h3 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 5px;
}

.small-gallery .sm-gallery .content .text {
    margin-bottom: 20px;
    display: block;
}

.small-gallery .sm-gallery .content .buttons .btn-lg {
    padding: 20px 10px;
}


/* Editorial Page */

.featured-post-image {
    height: 500px;
    position: relative;
    font-family: "PFAdamantSansProLight", Georgia;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
}

.post-title {
    background-color: #f2f2f2;
    display: inline-block;
    
    position: absolute;
    padding: 50px 70px;
    bottom: 0;
    left: 0;
    color: #00465A;
    width: 100%;
}

.post-title h1 {
    margin: 0;
    word-wrap: normal;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.editorial-content {
    color: #00465A;
}


/*.editorial-content p:first-letter {
    float: left;
    font-size: 3rem;
    margin-top: 5px;
    padding: 5px;
}

.first-letter p:first-letter {
    float: left;
    font-size: 3rem;
    margin-top: 5px;
    padding: 5px;
}*/


/* 404 Page */

.error-404 {
    margin-top: 3rem;
}

.error {
    color: red;
}


/* Floating Overlapping Images */

.float-right-img,
.float-left-img {
    float: none;
    display: block;
    margin: 1rem 0;
    position: relative;
    max-width: 100%;
}


/*  Nachfolgemarkt / Stellenmarkt / Follow Up Market / Job Market */

.market-btn {
    margin-top: 70px;
    margin-bottom: 65px;
}

.market-btn .btn-hint {
    display: block;
    margin-bottom: 0;
}

.market-rider,
.market-options {
    border-top: 2px solid #00A050;
    padding-top: 25px;
}

.market-rider p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #8c8c8c;
}

.market-subform {
    background-color: #f5f5f5;
    padding: 50px;
    margin-left: -50px;
    margin-right: -50px;
    
    margin-bottom: 50px;
    border-radius: 1.5rem 0 1.5rem;
}
.market-subform .label {
    text-align: left;
    font-size: 14px;
}
.market-subform .select2 {
    display: none;
}
.market-form label {
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
}

.market-form input {
    border: none;
    height: 60px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.file-upload input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.market-form .file-upload {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.market-form .file-upload:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.required {
    margin-bottom: 30px;
    display: block;
    color: #8c8c8c;
}

.market-form .submit-btn {
    display: block;
    width: 100%;
    position: relative;
}

.market-table {
    margin-top: 75px;
    margin-bottom: 35px;
}


/* Markt Tabelle */

.table-bfe {
    text-align: center;
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #6e6e6e;
}

.table-bfe thead th,
.table-bfe td {
    max-width: 230px;
    min-width: 150px;
    padding: 18px 15px;
}

.table-bfe thead th {
    color: #00A050;
    position: relative;
    border-bottom: 2px solid #00A050;
    border-top: none;
    vertical-align: middle;
    font-family: "PFAdamantSansPro", Georgia;
    font-weight: bold;
}

.table-bfe thead th::before {
    content: "";
    background: #b4b4b4;
    position: absolute;
    bottom: 25%;
    right: 0;
    height: 50%;
    width: 2px;
}

.table-bfe thead th:last-child::before {
    content: none;
}

.table-bfe td:first-child {
    border-top: none;
}

.table-bfe td {

    border-top: none;
    vertical-align: middle;
}

.table-bfe .download-icon:hover {
    background-position: -40px;
}

.table-bfe tbody tr:first-child {
    border-top: none;
}

.table-bfe tbody tr {
    border-top: 2px solid #b4b4b4;
}

.file-info {
    display: block;
    font-size: 14px;
}

/* Ansprechpartner Kontakt Contact Person */

.cp-headline {
    border-top: 2px solid #00a050;
    padding-top: 1.2rem;
    color: #00465A;
}

.contact-person {
    margin-bottom: 80px;
}

.contact-person .cp-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    float: left;
}

.cp-data {
    padding-left: 125px;
}

.contact-person .cp-info.cp-name {
    font-size: 30px;
    color: #00465A;
}

.contact-person .cp-info {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    position: relative;
    color: #787878;
}

.contact-person a.cp-info {
    display: inline-block;

}

.contact-person .cp-data p,
.card-text p {
    line-height: 20px;
    color: #00465A;
}

.contact-person .cp-position {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-person .cp-position::after {
    content: "";
    background: #00465A;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
}

.cp-bild {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: 1px solid #efffff;
}


/* Mein BFE Login Bereich */

.login-modal {
    position: absolute !important;
    border: 2px solid #00A050;
    padding: 45px 30px;
    margin: 25px 0 0 0;
    width: 420px;
    right: -75px;
}

#secondary-nav .login-modal .form-control {
    border: none;
    height: 60px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #f5f5f5;
    font-style: normal;
    padding: 16px 25px;
}

#secondary-nav .login-modal .login-btn {
    padding: 1.25rem 4rem;
    margin-bottom: 20px;
    font-size: 20px;
}

#secondary-nav .login-modal::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 75%;
    margin-left: -6px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #00A050 transparent;
    z-index: -10;
}

#secondary-nav .login-modal::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 75%;
    margin-left: -3px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

#secondary-nav .login-modal .login-options {
    text-align: center;
    font-size: 20px;
    color: #787878;
}

#secondary-nav .login-modal .login-options a {
    color: #00A050;
    display: block;
}

#secondary-nav .login-modal .login-options .registration-link {
    margin: 5px 0;
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
}

#secondary-nav .login-modal .login-options hr {
    margin: 25px 0;
}

.login-info-col {
    border-bottom: 2px solid #00A050;
}

.login-info {
    padding: 20px 0;
    font-size: 20px;
    font-family: "PFAdamantSansPro", Georgia;
}

.login-info .customer-id {
    color: #00A050;
}

.login-info .customer-id-number {
    font-weight: bold;
    color: #00465A;
}

.title-container {
    text-align: center;
    padding: 30px 0 90px 0;
}

.back-to-menu .bfe-icon {
    margin-top: 10px;
}

.back-to-menu:hover .bfe-icon {
    background-position: -280px 60px;
}

.mein-bfe-title {
    font-family: "PFAdamantSansPro", Georgia;
    font-weight: bold;
}

.mein-bfe-nav {
    padding-top: 60px;
    list-style: none;
    padding-left: 0;
    font-family: "PFAdamantSansPro", Georgia;
    position: relative;
}

.mein-bfe-nav .nav-item {
    display: block;
}

.mein-bfe-nav .nav-item .nav-link {
    display: block;
    position: relative;
    padding: 20px 10px;
    text-align: center;
    background-color: #EBEBEB;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    color: #00465A;
    cursor: pointer
}

.mein-bfe-nav .nav-item .nav-link.active {
    background-color: #fafafa;
}

.mein-bfe-nav .nav-item .nav-link.active:hover {
    background-color: #fafafa;
    color: inherit;
}

.mein-bfe-nav .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #00A050;
    bottom: 0;
    left: 0;
}

.mein-bfe-nav .nav-item .nav-link:hover {
    background-color: #00A050;
    color: #fff;
}

.mein-bfe-container {
    background-color: #fff;
}

.mein-bfe-content {
    color: #00465A;
    padding: 0 25px;
    width: 100%;
    display: none;
}

.mein-bfe-content hr {
    margin: 50px 0;
    border-color: #00A050;
    border-width: 2px;
}

.user-info {
    display: block;
    font-size: 16px;
}

.user-info.user-name {
    font-family: "PFAdamantSansPro", Georgia;
    font-weight: bold;
}


/* Mein BFE Rechnungen */

.toggle-table {
    font-family: "PFAdamantSansPro", Georgia;
}

.table-head-row {
    padding: 10px 15px;
}

.toggle-table .table-head-row .table-head {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.toggle-table .table-head-row .table-head .table-head-title {
    word-break: break-all;
}

.toggle-table .table-row {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 15px 0 15px 0;
    margin-bottom: 15px;
}

.toggle-table .table-row .btn-collapse,
.toggle-table .table-row .btn-download,
.toggle-table .table-row .btn-cancel {
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    height: 30px;
}

.btn-download {
    height: 1.875rem;
}

.toggle-table .table-row .btn-collapse .bfe-icon.bfe-dropdown {
    background-position: -240px 0;
}

.toggle-table .table-row .btn-collapse .bfe-icon {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.toggle-table .table-row .btn-collapse[aria-expanded="true"] .bfe-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-description {
    border-top: 1px solid #787878;
    padding: 20px 0 0 0;
    margin-top: 20px;
    align-items: center;
}

.toggle-table .product-description .download-icon {
    background-position: -120px -30px;
}

.toggle-table .product-description .download-icon:hover {
    background-position: -120px -60px;
}

.toggle-table .product-description .btn-cancel.disabled {
    cursor: not-allowed;
}

.toggle-table .product-description .btn-cancel.disabled .cancel-icon {
    background-position: -150px -180px;
}

.toggle-table .product-description .cancel-icon {
    background-position: -150px -120px;
}

.toggle-table .product-description .cancel-icon:hover {
    background-position: -150px -150px;
}

.toggle-table .product-description .product-tag {
    align-self: center;
}

.toggle-table .product-description .input-span {
    word-break: normal;
    hyphens: auto;
}


/* Geschäftsführung Vorstand Vorstellung Team */

.member-card.member {
    display: flex;
    height: 100%;
}

.member-card.member .card {
    border: none;
    margin-bottom: 50px;
    width: 100%;
    height: 318px;
    position: relative;
    overflow: hidden;

}

.member-card .card-img-top {
    height: 100%;
}

.member-card, .card,
.member-card .card-img-top {
    border-top-left-radius: 50px;
}

.member-card .card-body .card-title,
.member-card .card-body .card-text {
    font-family: "PFAdamantSansProLight", Georgia;
}

.member-card .card-title {
    color: #00465A;
    font-size: 18px;
    margin-bottom: 6px;
}
.member-card .card-body {
    background-color: #f7f7f7;
    width: 100%;

}
.member-card.member .card-body {
    background-color: #f7f7f7;
    position: absolute;
    bottom: -600px;
    transition: all 1s;
}

.member-card.member .card-body {
    padding: 20px 28px 50px 20px;

}

.member-card.member .card:hover {
    text-decoration: none;
}

.member-card.member .card:hover .card-body {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.member-card .card-text,
.member-card .card-text ul {
    color: #787878;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}

.member-card.member .card-text ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}


/* Dozenten Instructor */

.instructor-directory {
    border-top: 2px solid #00465A;
    font-size: 20px;
    padding: 30px 0;

}

.instructor-directory .directory-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 27px;
    text-align: center;
}

.instructor-directory .directory-list li {
    margin-bottom: 8px;
}

.instructor-directory .directory-list a {
    color: #949494;
}

.instructor-directory .directory-list a:hover {
    color: #00A050;
    text-decoration: none;
}

.instructor-item {
    border-top: 2px solid #646464;
    padding: 50px 48px;
}

.member-card.instructor .card {
    border: none;
}

.member-card.instructor .card-img-top {
    height: 330px;
}

.member-card.instructor .card-body {
    padding: 25px;
}

.member-card.instructor .instructor-position::after {
    content: "";
    background: #00465A;
    display: block;
    margin: 22px 0;
    height: 2px;
    width: 50px;
}

.member-card.instructor .instructor-link {
    display: inline-block;
    color: #787878;
}

.member-card.instructor .instructor-link:hover {
    color: #00A050;
}

.instructor-item .instructor-description * {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
}


/* Geschichte History */

.history .content {
    margin-bottom: 176px;
}

.history .location {
    
}

.history .history-event {
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

.history .history-event:last-child {
    margin-bottom: 0;
}

.history .history-event .history-date {
    color: #00A050;
    font-size: 70px;
    font-family: "PFAdamantSansProLight", Georgia;
    position: relative;
}

.history .history-event .history-image {
    width: 100%;
    height: 240px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.history .history-event .history-text {
    display: block;
    font-size: 25px;
    background-color: #fff;
    color: #00465A;
    padding: 25px 12px;
}

.history .history-event .history-text .history-title {
    font-size: 30px;
}


/* Förderprojekte Projekt*/

.foerderprojekte .content-container .content {
    margin-bottom: 0;
}

.support-projects .project {
    padding-top: 30px;
}

.support-projects .project-image {
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.support-projects .project-text {
    background-color: #fff;
    padding: 40px;
}

.history.support-projects .history-event.project-event .history-text.project-text {
    /*width: 70%;*/
	position: unset;
}

.support-projects .instructor-item {
    border-top: none;
}

.support-projects .divider,
.foerderung .divider {
    border-top: 2px solid #000;
    margin: 30px 0 30px 0;
}

.support-projects .support-logos {
    margin-bottom: 30px;
}

.support-projects .support-logos .logo-list {
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}

.support-projects .support-logos .logo-list li {
    display: inline;
}

.support-projects .support-logos .logo-list li img {
    max-height: 120px;
    width: auto;
    margin: 10px;
}


/* Ausrichtung rechts / Bild links */

.history-event:nth-child(odd) .history-date {
    text-align: right;
}


/* Ausrichtung rechts / Bild links */

.history-event:nth-child(even) .history-date {
    text-align: left;
}


/* Timeline Zeitstrahl auf Geschichte / History */

.history-timeline {
    list-style-type: none;
    padding: 0 58px 0 25px;
    background-color: #fff;
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.history-timeline::after {
    content: '';
    width: 2px;
    height: calc(100% - 30px);
    position: absolute;
    background-color: #00465A;
    top: 22px;
    right: 30px;
    z-index: -80;
}

.history-timeline li {
    font-size: 20px;
    margin-bottom: 90px;
    position: relative;
}

.history-timeline li:last-child {
    margin-bottom: 0;
}

.history-timeline li .history-link::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: -35px;
    top: 50%;
    margin-top: -8.5px;
    border-radius: 50%;
    border: 1px solid #00465A;
    background-color: #fff;
    z-index: -70;
}

.history-timeline li .history-link:hover::after,
.history-timeline li .history-link.active::after {
    border-color: #00A050;
    background-color: #00A050;
}


/* Slider */


/* Slider Bild */

.image-slider-wrapper .carousel-control-next-icon,
.image-slider-wrapper .carousel-control-prev-icon {

    background-image: none;
}

.image-slider-wrapper .carousel-indicators {
    position: relative;
    margin-top: 2.5rem;
}

.image-slider-wrapper .carousel-indicators li {
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 100%;
    background-color: #EBEBEB;
    opacity: 1;
}

.image-slider-wrapper .carousel-indicators .active {
    background-color: #00A050;
}

.image-slider-wrapper .carousel-control-next-icon img,
.image-slider-wrapper .carousel-control-prev-icon img {
    max-width: 100%;
}

.image-slider-wrapper .carousel-inner .carousel-item {
    height: 600px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Slider Text */

.slider-text {
    background-color: #EBEBEB;
    width: auto;
    border-radius: 50px 0 50px 0;
    font-family: "PFAdamantSansProMedium", Georgia;
}
.slider-text .carousel-item {
    padding:30px;
}

.slider-text .carousel-content {
    margin-top: 2rem;
}

.slider-text .carousel-content p {
    font-family: "PFAdamantSansProLight", Georgia;
    color: #00465A;
    /* font-size: 2rem; */
    line-height: 2rem;
    margin-bottom: 0;
}

.slider-text h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-family: "PFAdamantSansProLight", Georgia;
}

.slider-number {
    font-size: 100px;
    line-height: 0;
    font-family: "PFAdamantSansProHairline";
    position: absolute;
    bottom: -30px;
    color: #00A050;
    opacity: 15%;
    margin-top: 1.5rem;
    right: 0;
}

.slider-text .carousel-inner {
    overflow: visible !important;
}

.slider-wrapper {
    position: relative;
    margin-bottom: 10rem;
}

.slider-jumbotron {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* border-radius: 0; */
    /* margin-bottom: 0; */
    position: relative;
    background-color: none !important;
    padding: 20px;
}

.slider-wrapper .carousel-control-next,
.slider-wrapper .carousel-control-prev {
    position: relative;
    margin-top: 1rem;
}

.slider-wrapper .carousel-control-next-icon img,
.slider-wrapper .carousel-control-prev-icon img {
    /* height: 40px; */
    width: auto;
}


/* Stellenangebote */

.job-offer-item {
    background-color: #f2f2f2;
    padding: 2rem 2rem 2rem 2rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.75rem;
}

.job-offer-item .detail-info .bfe-icon {
    background-position-y: -20px;
}

.job-offer-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.625rem;
    background-color: #00A050;
    border-bottom-right-radius: 1.563rem;
    bottom: 0px;
    left: 0;
}

.job-offer-item a:hover {
    text-decoration: none;
}

.highlight .job-offer-info {
    display: block;
}

.job-offer-info {
    margin: auto 0;
    font-size: 1.25rem;
    text-align: center;
    color: #FFF;
    display: none;
}

.job-offer-meta {
    font-size: .9375rem;
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #00A050;
}

.job-offer-title {
    font-size: 1.75rem;
    font-family: "PFAdamantSansProLight", Georgia;
    color: #00465A;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    display: block;
    position: relative;
    z-index: 5;
    padding: 0.5rem 2rem 0.5rem 0;
}


/* Kasten highlighted */

.job-offer-item.highlight {
    background-color: #00A050;
    padding: 2rem 2rem 2rem 2rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.75rem;
    color: #FFF;
}

.highlight .job-offer-title {
    font-size: 1.75rem;
    font-family: "PFAdamantSansProLight", Georgia;
    color: #FFF;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    display: block;
    position: relative;
    z-index: 5;
    padding: 0.5rem 2rem 0.5rem 0;
}

.highlight .job-offer-title:hover {
    color: #FFF;
}

.highlight.job-offer-item .detail-info .bfe-icon {
    background-position-y: -60px;
}

.highlight .job-offer-meta {
    font-size: .9375rem;
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #FFF;
}

.highlight .result-overview {
    color: #FFF;
}

.job-offer-info {
    margin: auto 0;
    font-size: 1.25rem;
    text-align: center;
    color: #FFF;
}

.job-offer .bfe-icon-50 {
    display: flex;
    margin: 0 auto 0.5rem auto;
}


/* Stellenbeschreibung */


/* Navigation */

.nav-tabs {
    border-bottom: none;
}

.nav-tabs li a.active {
    color: #00465A !important;
    border-bottom: 0.188rem solid #00A050 !important;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.nav-tabs li a {
    font-family: "PFAdamantSansProMedium", Georgia;
    font-size: 1.25rem;
    color: #B4B4B4;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1.5rem;
}

.tab-content {
    margin-top: 1rem;
    color: #00465A;
}


/* Inhalt Jobbeschreibung */

.job-description {
    margin: 3.25rem 0;
}

.job-description h3 {
    margin-top: 3rem;
}

.job-description p {
    margin-bottom: 2.188rem;
}

.job-description li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}


/* Inhalt Bewerbung */

.job-application {
    position: relative;
    padding: 3.125rem;
    background-color: #F5F5F5;
    border-top-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    overflow: hidden;
    color: #00465A;
    margin: 6.25rem 0;
}

.job-application input {
    border: none;
    height: 3.75;
    border-radius: 0.938rem 0 0.938rem 0;
    padding: .375rem 1.35rem;
    color: #00465A;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
}

.job-application label {
    font-size: 1.25rem;
}

.personal-info {
    font-size: 1.563rem;
    line-height: 2.188rem;
}

.btn-linkedin {
    background-color: #2867B2;
    font-family: "PFAdamantSansProMedium", Georgia;
    color: #FFF;
}

.btn-linkedin:hover {
    background-color: #fff;
    color: #2867B2;
}


/* Wordpress */

.wp-block-separator {}

.wp-block-button .wp-block-button__link {}

.post-edit-link {
    display: block;
    margin-bottom: 30px;
}

.market-subform .acf-field[data-width]+.acf-field[data-width] {
    border: none;
}

.market-subform .acf-fields>.acf-field {
    border: none;
}

.acf-input .description {
    font-size: 0.75rem;
}

.market-subform .acf-label .description {
    font-size: 0.75rem;
}

.market-subform .acf-field-true-false {
    text-align: center;
}

.market-subform .acf-field-true-false .acf-true-false input {
    height: 100%;
}

.market-subform .acf-basic-uploader {
    margin-bottom: 0;
}

.amountResult {
    cursor: pointer;
}


/* Warenkorb Login */

.registry-box {
    color: #00465A;
}

.teilnehmer-filter-list>li {
    border-left: 1px solid #000000;
    cursor: pointer;
}

.teilnehmer-filter-list>li:first-of-type {
    border-left: unset;
}

.teilnehmer-list.checked-in li a {
    color: #00465A;
}

.teilnehmer-list.checked-in li a .teilnehmer-add {
    color: #a0a0a0;
    font-style: italic;
}


/* Andys Teilnehmer hinzufügen Modal START*/

.add-attendee {
    color: #00465A;
    font-size: 20px;
    border: none;
}

.add-attendee .modal-header {
    border-bottom: 0;
}

.add-attendee .seminar-title {
    font-size: inherit;
}

.add-attendee .attendee-filter {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    background-color: #efefef;
    flex-wrap: wrap;
    align-content: stretch;
    margin-bottom: 60px;
}

.add-attendee .attendee-filter .filter-option {
    padding: 15px;
    color: #00465A;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.add-attendee .attendee-filter .filter-option:hover {
    color: #00A050;
}

.add-attendee .attendee-filter .filter-option.active {
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
}

.add-attendee .bfe-form .form-check {
    background-color: #efefef;
}


/* Andys Teilnehmer hinzufügen Modal ENDE*/

.modal-content button.close {
    position: absolute;
    right: -40px;
    top: -40px;
    font-size: 3rem;
    color: #fff;
    opacity: 1;
}

.cart-completion {
    background-color: #fff;
    padding: 35px 25px;
    font-size: 25px;
    color: #00465A;
    margin-bottom: 50px;
}

.cart-completion hr {
    margin: 30px 0;
}

.cart-completion .total-count {
    color: #00A050;
    align-items: baseline;
}

.cart-completion .article-count .price-count {
    display: block;
    text-align: right;
}

.cart-completion .total-count .total-span {
    display: block;
    text-align: left;
    font-size: 25px;
}

.cart-completion .total-count .total-price {
    display: block;
    font-size: 30px;
    margin-bottom: 0;
    text-align: right;
}

.cart-completion .vat-text {
    color: #00465A;
    font-size: 20px;
    line-height: 25px;
}

.cart-completion .helpText {
    font-size: 13px;
    line-height: 15px;
    color: #a0a0a0;
    margin-bottom: 0;
}


/* Nutzerführung / guidance im Buchungsprozess */

.guidance-container {
    width: 100%;
    padding: 15px;
    font-size: 13px;
    background-color: #fff;
    color: #787878;
    font-weight: bold;
    font-family: "PFAdamantSansPro", Georgia;
    margin-bottom: 100px;
    margin-left: 15px;
    margin-right: 15px;
}

.guidance-ul {
    width: 100%;
    margin: 0;
    align-items: center;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding-left: 0;
}

.guidance-li {
    margin-top: 0;
}

.guidance-ul .guidance-li.active {
    color: #00A050;
}

.guidance-ul .guidance-li .guidance-link {
    color: #787878;
}


/* Alert */

.alert {
    background: #EFEFEF;
    color: #00465A;
    padding: 50px;
    border-radius: 2rem 0 2rem 0;
    border: none;
}

.alert .info-icon {
    background-color: #00A050;
    position: absolute;
    width: 70px;
    height: 70px;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Änderungen von Alessandro am 9. April 2020 */

.foerderung-wrapper {
    padding-top: 60px;
}

.foerderung-inner {
    background-color: #ffffff;
    padding: 45px 50px;
    color: #00465A;
}

.foerderung-info {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    max-width: 65%;
}

.foerderung-title {
    margin-bottom: 55px;
}

.info-col {
    margin: 12px 0;
    padding: 12px;
}

.info-col.anbieter {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.foerderung-info {
    margin-bottom: 50px;
}

.foerderung-excerpt {
    font-style: italic;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.foerderung-content::before {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background-color: #000;
    top: 0;
    left: 15px;
    position: absolute;
}

.foerderung-content {
    padding-top: 50px;
}

.foerderung-content.foerder-collapse.show {
    transition-delay: 0.5s;
}

.foerderung-toggle {
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.foerderung-toggle[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.foerder-collapse:not(.show) {
    display: none;
}

.hide {
    display: none;
}


/******
F.A.Q
******/

.faq {
    padding-top: 60px;
    color: #00465A;
}

.faq::before {
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background-color: #000;
    top: 0;
    left: 15px;
    position: absolute;
}

.faq-contact-block {
    position: relative;
    margin: 70px 0 30px 0;
}

.faq-contact-text {
    padding: 50px 0 50px 0;
    margin-bottom: 0;
}

.faq-contact-block::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 0;
    position: absolute;
}

.faq-list {}

.cat-terms {
    padding-left: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.cat-term {
    list-style: none;
    margin-bottom: 30px;
    font-weight: 600;
}

.cat-term>ul {
    padding-left: unset;
    list-style: none;
    margin: 10px 0;
    font-weight: normal;
}

.cat-term>ul>li {}

.cat-term>ul>li>a {
    color: inherit;
}

.faq-content {
    display: flex;
    background: #f2f2f2;
    position: relative;
    border-radius: 50px 0 0 0;
    padding: 70px;
    font-family: "PFAdamantSansPro", Georgia;
}

.faq-content .question,
.faq-content .answer {
    font-size: 20px;
    line-height: 30px;
}

.faq-post {
    display: none;
}

.faq-post>h3 {
    font-weight: unset;
    color: #00A050;
    margin-bottom: 2rem;
}

.faq-post>.frage {
    font-weight: 600;
}

.faq-post>.antwort {
    font-size: 1rem;
    line-height: 1.6;
}

.faq-content-title {
    font-size: 30px;
}

.faq-editor-content {
    margin-bottom: 60px;
}

.faq-contact-btn .btn {
    margin: 20px;
}


/* 
 * Über Uns 
 * */

.page-content .minor-sites .row {
    justify-content: center;
}


.abs-popup .modal-content {
    background-color: unset;
    border: unset;
    max-width: 50%;
}

.abs-modal-wrap .modal-content .modal-header button.close {
    position: absolute;
    right: -40px;
    top: 15%;
    font-size: 3rem;
    color: #fff;
    opacity: 1;
}

.abs-modal-wrap .modal-content .modal-header button.close span {
    font-size: 2rem !important;
    color: #ffffff !important;
}

.abs-modal-wrap .modal-content .modal-body .job-application {
    padding: 2.125rem;
    margin: 1.5rem;
    margin-bottom: 3rem;
}

.wpcf7-acceptance label {
    display: flex;
    align-items: center;
}

.job-application .wpcf7-acceptance input.datacheck {
    margin-right: 20px;
    margin-bottom: 0;
}

.karriere .page-content .content-container .content {
    margin-bottom: 0;
}


/* Inhouse Seite */

.inhouse .info-box {
    background: #EFEFEF;
    font-size: 1rem;
    padding: 35px 20px;
    border-radius: 2rem 0 2rem 0;
    color: #646464;
    position: relative;
    margin-right: 1rem;
    text-align: center;
}

.inhouse .info-col {
    padding: 0;
}

.inhouse .info-box .info-icon {
    background-color: #00A050;
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inhouse .info-box .title {
    font-family: "PFAdamantSansProSemiBold", Georgia;
    color: #00465A; 
}

.language-select {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
}

.language-select li {
    display: inline-block;
    margin-left: 35px;
}

.language-select li:first-child {
    margin-left: 0;
}

.language-icon {
    display: block;
    width: 38px;
    height: 38px;
    background-position: center center;
    background-size: cover;
}

.lang-ger.active, .lang-ger:hover {
    background-image: url(../img/ger-flag.png);
}

.lang-ger {
    background-image: url(../img/ger-flag-disabled.png);
}

.lang-eng.active, .lang-eng:hover {
    background-image: url(../img/uk-flag.png);
}

.lang-eng {
    background-image: url(../img/uk-flag-disabled.png);
}


/* Media Query, bitte in die Style-xxl.css einfügen */

@media (min-width: 1921px) {
    .language-select {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .language-icon {
        width: 50px;
        height: 50px;
    }
}


/* Anpassungen vom 14.10.2020 */

.home h4 {
    font-weight: normal;
}

.ueber-uns .branch-page .content,
.service .branch-page .content,
.foerderungen .foerderungen .content {
    margin-bottom: 4rem;
}

.special-filter .checkmark {
    top: 0.25rem;
}

.page-template-template_1230 .page-title-container,
.page-template-template_1660 .page-title-container {
    text-align: center !important;
}

.gutachten .member-card.member .card:hover .card-body {
    background-color: #EBEBEB;

}
.gutachten .member-card.member .card .card-body {
    background-color: #EBEBEB;

}
.gutachten .member-card.member .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.gutachten .member-card.member ul {
    padding-left: 15px;
}

.gutachten .member-card.member ul li {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 5px;
    color: #00465A;
    list-style-type: disc;
	margin-top: 0;
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .2em 2.5em;
}

#scrollTop {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
}

.back-to-top.btn {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-top-left-radius: 10px;
}

.info-button {
    border-radius: 1.5rem 0 1.5rem 0;
    position: relative;
    display: flex;
    padding: 2rem;
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-end;
	background-size: cover;
    z-index: 9;
}

.info-button .inner-info {
    z-index: 1;
}

.info-button .text {
    color: #fff;
	margin-bottom:0;
}

.info-button h3 {
    color: #fff;
}

.info-button a.btn  {
    font-size: 1rem;
    padding: 1.35rem;
}

.blue-to-white {
    background: rgb(0, 70, 89);
    background: linear-gradient(0deg, rgba(0, 70, 89, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.gradient-overlay {
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 1.5rem 0 1.5rem 0;
}

.result-date-select .form .selectric-bfe-select .selectric .label {
    padding-top: 10px;
}
@media (min-width: 1200px) {
	.xl-h-100 {
		height: 100%;
	}
.col-xl-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
.has-drop-cap:not(:focus)::first-letter {
    float:left;
    font-size:4.0em;
    line-height:.68;
    font-weight:100;
    margin:.15em .1em 0 0;
    text-transform:uppercase;
    font-style:normal;
 }

.header-form-job {
    border-top: 1px solid #00A050;
    color: #00A050;
    width: 100%;
    display: block;
    padding: 20px 0;
    font-size: 26px;
}

.carousel.slide.gallery.vierspalter .bfe-slide{
    top:10rem;
}

.carousel-control-prev-icon {
    background-image: url(../img/control_text_prev.png);
    left: 0;
}
.carousel-control-next-icon {
    background-image: url(../img/control_text_next.png);
    right: 0;
}

.product-page .carousel-control-prev-icon,
.product-page .carousel-control-next-icon {
    background-color: rgba(255,255,255,1);
    position: absolute;
    background-size: 50% 50%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 60px;
    height: 60px;
    background-size: contain;
}

.sv_list {
    border-top: 2px solid #00a050;
    padding-top: 1.2rem;
}
.instructor-directory .directory-list li {
	word-break: break-word;
}
.info-text-ap {
	text-align:center;
}
.trainer .trainer-list .trainer-list-ul li {

    margin-top: .25rem;
}
.cr_ipe_item .cr_form-inputgroup label {
	font-size: 16px;
	font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
}
.cr_form-inputgroup .cr_form-input {
    height: 60px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
}
.cr_button.is-primary {
    border-radius: 1.5rem 0 1.5rem 0;
    padding: 1.35rem 4rem;
    font-size: 1.2rem;
    line-height: 1.25rem;
	height: unset;
    color: white;
    background: #00a050;
}
.ma-grid {
	justify-content: space-around;
}
.smallerLoginError {
    font-size: 20px;
}
.smallerLoginError a {
    color: red !important;
}
.bfe-rounded-2 {
    border-radius: 0 0 1.5rem 0;
}

@media screen and (min-width: 994px) and (max-width: 1199px) {
    
    .result-options-container .result-options .btn, 
    .btn-outline-primary, 
    .wp-block-button .wp-block-button__link  {
        padding: .4rem 1.75rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1880px) {
    
    .dropdown-menu {
        left: unset;
        right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 993px) {
    

    .filter-col.col-md-6:not(:first-of-type)::after {
        display: none;
    }
    .seminarfinder .filter-row .filter-col:first-child {
        border-bottom: 1px solid #C8C8C8;
    }
    .result-options-container .result-options .btn, 
    .btn-outline-primary, 
    .wp-block-button .wp-block-button__link  {
        padding: .4rem 1rem;
    }
}
.form-control.search-input {
    border-radius: 0;
}


@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 2.25rem;
  background-color: #f9640a; 
  padding-left: 100%;
  box-sizing: border-box;
  z-index: 99999;
}
.ticker-wrap-no {
  
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 2.25rem;
  background-color: #f9640a; 
  box-sizing: content-box;
  z-index: 99999;
}

  .ticker {

    display: inline-block;
    height: 2.25rem;
    line-height: 2.25rem;  
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
  .ticker-no {

    display: inline-block;
    height: 2.25rem;
    width: 100%;
    line-height: 2.25rem;  
    text-align: center;
    box-sizing: border-box;
  }

    .ticker__item {

      display: inline-block;

      padding: 0.5rem 2rem;
      font-size: 2rem;
      color: white;   

    }
    .ticker__item p {
        font-size: 1.2rem;
        line-height: 1.2;
        color: #ffffff;
    }

    @media screen and (min-width: 60px) and (max-width: 918px) {
    
        .ticker-wrap-no,.ticker-no { height: 4.25rem;}
        
    }
    @media screen and (min-width: 60px) and (max-width: 484px) {
    
        .ticker-wrap-no,.ticker-no { height: auto; position: relative;}
        
    }

    .section-container {
        display: flex;
        flex-direction: column;
        gap: 3.25rem;
    }

    .landing-page-header-title {
        position: absolute;
        margin-top: 5%;
        margin-left: 10%;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .landing-page-header-title h1 {
        font-size: 3.125rem;
        letter-spacing: 0.3rem;
        text-transform: uppercase;
        font-weight: 100;
        padding: 0;
        font-family: 'PFAdamantSansProThin';
    }

    .landing-page-image {
        width: 100%;
    }

    .landing-page-content {
        margin: 5% 10%;
    }
    .landing-page-content h2 {
        margin-bottom: 1.6rem;
    }
    .landing-page-content h3 {
        margin-bottom: 1.6rem;
    }
    .landing-page-content p {
        font-size: 1.25rem;
    }

    .landing-page-links {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .landing-page-link {
        display: inline-flex;
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 36px;
        font-size: 1.25rem;
        line-height: 2.5;
        width: calc(50% - 1rem);
        justify-content: center;
        flex: 0 1 auto;
    }
    .landing-page-link-2 {
        display: inline-flex;
        text-align: center;
        border: 1px solid #ffffff;
        border-radius: 72px;
        font-size: 1.875rem;
        line-height: 4;
        width: 100%;
        justify-content: center;
        flex: 0 1 auto;
    }
    .landing-page-link-2:hover, .landing-page-link:hover {
        color: #fff;
        background-color: #00A050;
        border-color: #00A050;
        text-decoration: none;
    }

/* HELPERS */
.df-row {display: flex; flex-direction: row; flex-wrap: wrap;}
.df-row-rev {display: flex; flex-direction: row-reverse; flex-wrap: wrap;}
.df-col {display: flex; flex-direction: column; flex-wrap: wrap;}
.df-col-rev {display: flex; flex-direction: column-reverse; flex-wrap: wrap;}
.gap {gap: 1.2em}

	.bfe-login {
		/*background-position: -60px -60px;*/
		background-position: -60px 0px;
	}

	#login-form-toggle {
		background: #fff !important;
		color: #00465A !important;
		border: 2px solid #c1c1c1 !important;
	}

	#login-form-toggle:hover {
		background: #fff !important;
		color: #00A050 !important;
		border: 2px solid #00A050 !important;
	}
	#login-form-toggle:hover .bfe-login {
		background-position: -60px -20px;
}

@media screen and (max-width: 777px) {
	.ticker-wrap-no, .ticker-no {
		position: relative;
		height: auto;
		display:flex;
	}
}

.nozoom {
    -moz-transform: none !important;
}

