
ul.list-inline{display:block;}
li.list-inline-item {display:inline-block;color: #ffffff;}
li.list-inline-item a {font-family: Tahoma, Verdana, Segoe, sans-serif;text-decoration: none;text-transform: uppercase;outline: none;color: #ffffff!important;font-size: 16px; line-height: 24px;}
li.list-inline-item  > .current-language { font-weight: 700}
li.list-inline-item:not(:last-child) {
    margin: 0;
}
li.list-inline-item:first-child:before {content: '' !important;}
li.list-inline-item:before{
    content: "|";
    margin-right: 5px;
    margin-left: 5px;
}

#kc-locale ul {
    display: inline-block;
}

.alert__icon {
    display: inline-block;
    margin-right: 5px;
}

ul.social-account-list {
    columns: 3;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-account-list > li {
    font-size: small;
    padding: 0.4em;
    display: inline-block;
    vertical-align: top;
}
.kcCommonLogoIdP {
    margin-right: 5px;
}

.outer{
    width: 1920px;
    max-width: 100%;
    margin: auto;
    position: relative;
}

.content-wrapper {
    background-image:url("../img/csm_eingang_nord_ralph_bisdorf_messe_dortmund_813899ae0e.jpg") !important;
    background-size: 75% auto;
    background-repeat:   no-repeat;
    background-position: top right;
    border-bottom: 65px solid #008cc0!important;
}

@media screen and (max-width: 1024px) {
    .content-wrapper {
        background-size: 100% auto;
    }
}


.opacity-main-content {
    opacity: .95;
}

.language-switch-container {
    grid-row: 1 / 2;
    z-index: 1;
    padding: 28px 40px 28px 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-start;
}

.language-switch-container > a {
    font-weight: 400;
    color: #fff!important;
    text-decoration: none;
    margin-right: 30px;
    font-size: 2.0rem;
    vertical-align: middle;
}

.brand-logo {
    width: fit-content;
}

.pl-content-login {
    padding-left: 20%;
    padding-right: 20%;
}

@media screen and (max-width: 980px) {
    .pl-content-login {
        padding-top: 2em;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}
.itb-content {
    background-image: url("../img/kommbox.png") !important;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 5%;
    margin-bottom: 10%;

}

#kc-content.card-body {
    background-color: transparent!important;
}


