/* Fallback */
.m25-teaser-event__topic,
.m03-seminar__topic {
    background-color:#00427f;
    color:#fff
}

.m03-seminar__topic.is-info-event {
    background-color:#00427f;
    color:#fff
}

/* e-learning */
.m03-seminar__topic.is-e-learning {
    background-color:#d2ddea;
    color:#fff
}

.is-e-learning {
    background-color:#d2ddea;
    color:#fff
}

/*----------------------------------------------------- BEGIN CHATBOT ----------------------------------------------------- */
.chatbot {
    /* Am unteren rechten Bildschirmrand fixieren */
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    /* Größe beschränken */
    width: 480px; /* Fallback */
    width: 100vw;
    max-width: 100%;
    height: 720px; /* Fallback */
    height: 100vh;
    height: stretch; /* Gesamten Viewport bei iOS einnehmen */
    max-height: 100vh;
    /* Das geschlossene Overlay befindet sich außerhalb
     * des sichtbaren Bereichs. */
    transform: translateY(100%);
    /* Verschieben animieren */
    transition: transform 0.3s linear;
}

/* Auf größeren Geräten: feste Höhe definieren
 * Zudem muss das Overlay bis zum Rand gehen */
@media (min-width: 900px) {
    .chatbot {
        width: 480px;
        height: 720px;
        right: 1rem;
    }
}

/* Wenn das Overlay geöffnet ist, wird es zurück in
 * den sichtbaren Bereich geschoben */
.chatbot--open {
    transform: translateY(0);
}

.chatbot__options {
    /* Das geschlossene Overlay befindet sich außerhalb
     * des sichtbaren Bereichs. Die Buttons werden hier nach oben
     * geschoben, damit wenigstens sie sichtbar sind. */
    transform: translateY(-100%);
    opacity: 1;
    /* Beim Schließen des Overlays sollen die Buttons von unten einfliegen,
     * sobald das Overlay vollständig verschwunden ist */
    transition: transform 0.3s ease 0.4s, opacity 0.1s ease 0.3s;
    /* Abstand zum Overlay */
    /* padding-bottom: 1rem; */
    /* Inhalt rechtsbündig anordnen */
    display: flex;
    justify-content: flex-end;
}

/* Button bei geöffnetem Overlay verstecken */
.chatbot--open .chatbot__options {
    transform: translateY(0);
    opacity: 0;
    /* Beim Öffnen des Chatbots: Button schnell verschwinden lassen */
    transition: opacity 0.1s;
}

.chatbot__button {
    background-color: transparent;
    position: relative;
    animation: bounce 0.85s ease-in 12 alternate;
    
    width: 360px;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 900px) {
    .chatbot__button {
        width: 200px !important;
        margin-right: 0.25rem !important;
    }
}

/* Falls der Chatbot bereits geöffnet wurde: Animation ausblenden */
.chatbot--active .chatbot__button {
    animation: none;
}

@keyframes bounce {
    /* 0-50% erzeugen eine Pause zwischen dem Hüpfen */
    0% {
        transform: translateY(0);
    }
    35% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-0.75rem);
    }
}

.chatbot__iframe {
    display: block;
    /* Vom Hintergrund abheben */
    background-color: #ffffff;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
    /* Iframe über dem "Chatbot öffnen"-Button positionieren */
    position: absolute;
    top: 0;
    left: 0;
    /* Größe an übergeordneten Container anpassen */
    width: 100%;
    height: 100%;
    /* Rahmen und Rundung */
    border: 1px solid #d7d7d7;
    border-radius: 4px 4px 0 0;
}
/*----------------------------------------------------- END CHATBOT ----------------------------------------------------- */


@media only screen and (min-width: 640px) {
    .b-brand-logo-large .logo-img {
        width: 180px;
        height: 50px;
    }
}
@media only screen and (min-width: 1025px) {
    .b-brand-logo-large .logo-img {
        width: 250px;
        height: 60px;
    }
}
@media only screen and (min-width: 1280px) {
    .b-brand-logo-large .logo-img {
        width: 300px;
        height: 70px;
    }
}

[data-css=m10-contact] .m10-contact__link-wrapper.is-contact.is-none::before{
    opacity: 0 !important;
}

/* IHKASUP-376 - Start */
@media only screen and (min-width:1024px) {
    .c-button--m10-contact.is-placeholder {
        display: none
    }

    .c-button--m10-contact.is-placeholded {
        display: inline-block
    }
}
/* IHKASUP-376 - End */

/* IHKA-85 - Start */
.c-m70-banner-cleaner.section.is-basket {
    background-color: transparent
}

.c-m70-banner-cleaner.section header {
    padding: 24px
}

.c-m70-banner-cleaner.section h1 {
    font-size: 2rem;
    padding: 0
}

[data-css=c-m70-banner] {
    overflow: hidden;
    margin: 24px 0;
    background: #004988;
    color: #fff;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width:480px) {
    [data-css=c-m70-banner] {
        display: block
    }
}

@media only screen and (min-width:768px) {
    [data-css=c-m70-banner] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.c-m70-banner--image {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/svgmin/icons/banner_bg_r.png);
    background-size: cover;
    background-position: right
}

@media only screen and (min-width:480px) {
    .c-m70-banner--image {
        display: block;
        width: 100%;
        height: 100px
    }
}

@media only screen and (min-width:768px) {
    .c-m70-banner--image {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 20%;
        height: auto
    }
}

.c-m70-banner--content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    padding: 28px 24px 24px
}

.c-m70-banner--content__title {
    color: #fff;
    margin-bottom: 8px;
    font-size: 2rem
}

@media only screen and (min-width:768px) {
    .c-m70-banner--content__title {
        font-size: 2.2rem
    }
}

@media only screen and (min-width:1280px) {
    .c-m70-banner--content__title {
        font-size: 2.6rem
    }
}

.c-m70-banner--content__p {
    margin-bottom: 8px;
    line-height: 1.2
}

.c-m70-banner--content__links {
    padding-top: 8px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:480px) {
    .c-m70-banner--content__links {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .c-m70-banner--content__links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.c-m70-banner--content .one {
    height: 30px;
    color: #fff;
    font-weight: 700
}

@media only screen and (min-width:480px) {
    .c-m70-banner--content .one {
        width: 100%;
        display: block
    }
}

.c-m70-banner--content .one:hover,
.c-m70-banner--content .two:hover {
    opacity: .6
}

@media only screen and (min-width:768px) {
    .c-m70-banner--content .one {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%
    }
}

.c-m70-banner--content .one:before {
    content: '';
    background-size: 11345px 225px;
    background-image: url(../img/sprites/sprites-icons-sprite.svg);
    width: 8px;
    height: 12px;
    background-position: -5665px 0;
    display: inline-block;
    margin-right: 10px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    top: 1px
}

.no-svg .c-m70-banner--content .one:before {
    background-image: url(../img/sprites/sprites-icons-sprite-medium.png)
}

.westerham .c-m70-banner--content .one:before {
    background-size: 11345px 225px;
    background-image: url(../img/sprites/sprites-icons-sprite.svg);
    width: 7px;
    height: 11px;
    background-position: -5605px 0
}

.no-svg .westerham .c-m70-banner--content .one:before {
    background-image: url(../img/sprites/sprites-icons-sprite-medium.png)
}

.c-m70-banner--content .two {
    height: 30px;
    color: #fff;
    font-weight: 700;
    position: relative
}

@media only screen and (min-width:480px) {
    .c-m70-banner--content .two {
        width: 100%;
        display: block
    }

    .c-m70-banner--content .two:before {
        top: 7px
    }
}

@media only screen and (min-width:768px) {
    .c-m70-banner--content .two {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%
    }
}

.c-m70-banner--content .two:before {
    content: '';
    display: inline-block;
    background-size: 11345px 225px;
    background-image: url(../img/sprites/sprites-icons-sprite.svg);
    width: 38px;
    height: 23px;
    background-position: -2205px 0;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    position: relative;
    left: -8px;
    margin-right: -5px
}

.no-svg .c-m70-banner--content .two:before {
    background-image: url(../img/sprites/sprites-icons-sprite-medium.png)
}

.westerham .c-m70-banner--content .two:before {
    background-size: 11345px 225px;
    background-image: url(../img/sprites/sprites-icons-sprite.svg);
    width: 38px;
    height: 23px;
    background-position: -2160px 0;
    opacity: .7
}


.no-svg .westerham .c-m70-banner--content .two:before {
    background-image: url(../img/sprites/sprites-icons-sprite-medium.png)
}


@media only screen and (min-width:768px) {
    .c-m70-banner--content .two:before {
        top: -2px
    }

    .c-module {
        padding: 20px 40px 12px
    }
}
/* IHKA-85 - End */


/* IHKA-87 - Start */
/* Linkedin Start */
:root {
    --linkedin-svg-url: url(../img/svg/LINKEDIN_45x45px.svg);
    --linkedin-png-url: url(../img/sprites/LINKEDIN_45x45px.png);
    --linkedin-svg-white-url: url(../img/svg/LINKEDIN_white_45x45px.svg);
    --linkedin-png-white-url: url(../img/sprites/LINKEDIN_white_45x45px.png);
    --linkedin-width: 45px;
    --linkedin-heigth: 45px;
}

.footer-sharing__sharing-link.a11y-focus-key .footer-sharing__link-icon.is-linkedin:before,
.footer-sharing__sharing-link:focus .footer-sharing__link-icon.is-linkedin:before,
.footer-sharing__sharing-link:hover .footer-sharing__link-icon.is-linkedin:before {
    background-image: var(--linkedin-svg-white-url);
    width: var(--linkedin-width);
    height: var(--linkedin-heigth);
    top: -1px;
    left: -1px
}

.no-svg .footer-sharing__sharing-link.a11y-focus-key .footer-sharing__link-icon.is-linkedin:before,
.no-svg .footer-sharing__sharing-link:focus .footer-sharing__link-icon.is-linkedin:before,
.no-svg .footer-sharing__sharing-link:hover .footer-sharing__link-icon.is-linkedin:before {
    background-image: var(--linkedin-png-white-url);
}

.footer-sharing__link-icon.is-linkedin:before {
    content: "";
    left: -1px;
    position: absolute;
    top: -1px
}

.footer-sharing__link-icon.is-linkedin:before {
    background-image: var(--linkedin-svg-url);
    width: var(--linkedin-width);
    height: var(--linkedin-heigth);
}

.no-svg .footer-sharing__link-icon.is-linkedin:before {
    background-image: var(--linkedin-png-url);
}

.westerham .footer-sharing__link-icon.is-linkedin:before {
    background-image: var(--linkedin-svg-url);
    width: var(--linkedin-width);
    height: var(--linkedin-heigth);
}

.no-svg .westerham .footer-sharing__link-icon.is-linkedin:before {
    background-image: var(--linkedin-png-url);
}
/* Linkedin End */

/* Facebook-Neu Start */
:root {
    --facebook-neu-svg-url: url(../img/svg/FACEBOOK_45x45px.svg);
    --facebook-neu-png-url: url(../img/sprites/FACEBOOK_45x45px.png);
    --facebook-neu-svg-white-url: url(../img/svg/FACEBOOK_white_45x45px.svg);
    --facebook-neu-png-white-url: url(../img/sprites/FACEBOOK_white_45x45px.png);
    --facebook-neu-width: 45px;
    --facebook-neu-heigth: 45px;
}

.footer-sharing__sharing-link.a11y-focus-key .footer-sharing__link-icon.is-facebook-neu:before,
.footer-sharing__sharing-link:focus .footer-sharing__link-icon.is-facebook-neu:before,
.footer-sharing__sharing-link:hover .footer-sharing__link-icon.is-facebook-neu:before {
    background-image: var(--facebook-neu-svg-white-url);
    width: var(--facebook-neu-width);
    height: var(--facebook-neu-heigth);
    top: -1px;
    left: -1px
}

.no-svg .footer-sharing__sharing-link.a11y-focus-key .footer-sharing__link-icon.is-facebook-neu:before,
.no-svg .footer-sharing__sharing-link:focus .footer-sharing__link-icon.is-facebook-neu:before,
.no-svg .footer-sharing__sharing-link:hover .footer-sharing__link-icon.is-facebook-neu:before {
    background-image: var(--facebook-neu-png-white-url);
}

.footer-sharing__link-icon.is-facebook-neu:before {
    content: "";
    left: -1px;
    position: absolute;
    top: -1px
}

.footer-sharing__link-icon.is-facebook-neu:before {
    background-image: var(--facebook-neu-svg-url);
    width: var(--facebook-neu-width);
    height: var(--facebook-neu-heigth);
}

.no-svg .footer-sharing__link-icon.is-facebook-neu:before {
    background-image: var(--facebook-neu-png-url);
}

.westerham .footer-sharing__link-icon.is-facebook-neu:before {
    background-image: var(--facebook-neu-svg-url);
    width: var(--facebook-neu-width);
    height: var(--facebook-neu-heigth);
}

.no-svg .westerham .footer-sharing__link-icon.is-facebook-neu:before {
    background-image: var(--facebook-neu-png-url);
}

/* Facebook-Neu End */
/* IHKA-87 - End */