/* Search START*/
.seminar-options{
    display: inline-flex;
    font-weight: 700;
    justify-content: end;
}
.to-details-text{
    color: #464646;
    cursor: pointer;
}
.to-details-text:hover{
    transform: scale(1.02);
    color: #0079bc!important;
    transition: all .1s;
}
.hover-element{
    cursor: pointer;
    margin-left: 6px;
}

.termine-icon{
 /*   top: 2px;
      left: -11px;
 */
    position: relative;
    display: inline-block;

    content: url(../img/termin-icon.png);
    width: 20px;
}

.info-icon{
    position: relative;
    display: inline-block;
    content: url(../img/info-icon.png);
    width: 20px;
}

.preis-icon{
    position: relative;
    display: inline-block;
    content: url(../img/prices-icon.jpg);
    width: 20px;
}

.block-container {
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
}

.block-element {
    display: inline-block;
}

.popup {
    display: none;
    position: absolute;
    background-color: #0079bc;
    border: 1px solid darkgrey;
    border-radius: 3px !important;
    z-index: 1;
}
.popup-header{
    color: white;
}

.popup-body{
    background-color: white;
}

.hover-element:hover .popup {
    display: block;
    color: #464646;
}
.hover-element:hover{
    color: #0079bc;
}

.page-numbers{
    color: black;
    width: 30px;
    font-size: 19px;
}

a.page-numbers:hover{
    background-color: #0079BCCC;
    color: #ffffff!important;
}

.act{
    font-weight: 700;
    background-color: var(--bs-pagination-active-bg) !important;
    color: white;
}

div a.filter-button{
    background-color: #0079BC;
    color: white;
    padding: 5px;
}

div a.filter-button:hover{
    color: white !important;
}
/* Search END*/

/* Filter START*/
.form-check-label{
    color: black !important;
}
/* Filter END*/


.collapsible {
    background-color: white;
    color: #464646!important;
    cursor: pointer;
    margin: 0px 0px 20px 0px;
    width: 100%;
}

.active, .collapsible:hover {
    color: #464646!important;
}

.content {
    margin-top: 10px;
    margin-bottom: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.content-items{
    border: 1px solid #0079bc;
}

.toggle-icon::before {
    display: inline-block;
    content: url('../img/arrow-lightblue.png');
    margin-left: 0.5em;
    transition: all ease-in-out 0.25s;
}
.toggle-icon::after {
    margin-left: 5px;
    content: "(ausklappen)";
    font-style: normal;
    color: #0079bc;
}
.active .toggle-icon::before{
    transform: rotate(-180deg);
}

.active .toggle-icon::after{
    margin-left: 5px;
    content: "(einklappen)";
    color: #0079bc;
    font-style: normal;
}

.index-gerade-false{
    background-color: #f1f1f1;
    padding: 0px 10px;

}
.index-gerade-true{
    background-color: white;
    padding: 0px 10px;
}

.option-item {
    color: var(--dkiEvents-text-color);
    background: #0079BC;
    border-radius: 1rem!important;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0 0.3125rem 0 1rem;
    white-space: nowrap;
    margin-top: 1rem;
    cursor: pointer;
    letter-spacing: .25px;
}

.option-button{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent no-repeat center center url(data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1.5C4.8525 1.5 1.5 4.8525 1.5 9C1.5 13.1475 4.8525 16.5 9 16.5C13.1475 16.5 16.5 13.1475 16.5 9C16.5 4.8525 13.1475 1.5 9 1.5ZM12.75 11.6925L11.6925 12.75L9 10.0575L6.3075 12.75L5.25 11.6925L7.9425 9L5.25 6.3075L6.3075 5.25L9 7.9425L11.6925 5.25L12.75 6.3075L10.0575 9L12.75 11.6925Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A);
    opacity: .5;
    transition: .2s all ease-in-out;
}


/* Brochure */
.brochure-bereich {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.brochure-bereich > .brochure-positioned {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.brochure-bereich > .brochure-positioned > .brochure-logo {
    position: absolute;
    font-size: 1px;
    top: 0;
    left: 0;
}
.brochure-bereich > .brochure-positioned > .brochure-logo > img {
    max-width: 100%;
}
.brochure-bereich > .brochure-positioned > .brochure-logo-sub {
    text-align: left;
    position: absolute;
    font-size: 1px;
    top: 20%;
    left: 6%;
}
.brochure-bereich > .brochure-positioned > .brochure-logo-sub > img {
    max-width: 50%;
}
.brochure-bereich > .brochure-positioned > .brochure-title {
    color: white;
    text-align: left;
    position: absolute;
    font-size: 1px;
    top: 78.5%;
    left: 30%;
    width: 100%;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-title1 > svg {
    width: 60.2%;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-title1 > svg > text {
    font-weight: bold;
    font-size: 0.36rem;
    fill: #ffffff;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-title2 > svg {
    width: 68%;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-title2 > svg > text {
    font-weight: bold;
    font-style: italic;
    font-size: 0.222rem;
    fill: #ffffff;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-url-text > svg {
    width: 68%;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-url-text > svg > text {
    font-weight: bold;
    font-style: italic;
    font-size: 0.222rem;
    fill: #ffffff;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-badge-text > svg {
    width: 68%;
}
.brochure-bereich > .brochure-positioned > .brochure-title > .brochure-badge-text > svg > text {
    font-weight: bold;
    font-style: italic;
    font-size: 0.222rem;
    fill: #ffffff;
}
.brochure-bereich > .brochure-image {
    vertical-align: bottom;
}
.brochure-bereich > .brochure-image > img {
    width: 100%;
    bottom: 0;
}
.download-brochure-all {
    text-align: center;
    padding-top: 30px;
}
.icon-text {
    padding-left: 10px;
}
.no-result-msg {
    font-weight: bold;
    font-style: italic;
}
.brochure-add-article {
    text-align: right;
    padding-top: 10px;
}
.brochure-add-article-category {
    text-align: right;
}
.white-font {
    color: #fff;
}
.white-font:hover {
    color: #fff;
}
.brochure-category-section {
    margin-top: 20px;
}
.brochure-category {
    margin-top: 10px;
}
.brochure-category-desc {
    line-height: 30px;
}
.brochure-category-desc h2 {
    margin: 0;
}
.brochure-ver-complete {
    border: 1px solid rgba(0,0,0,.1);
    margin-top: 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}
.brochure-ver-complete:hover {
    background-color: #f0f0f0;
}
.brochure-ver-complete .brochure-ver-image {
    float: left;
    width: 50px;
    overflow: hidden;
}
.brochure-ver-complete .brochure-ver-text {
    float: left;
    margin-left: 20px;
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    min-height: 50px;
}
.brochure-ver-complete .brochure-ver-text .brochure-ver-inner-text {
    text-align: left;
}
.brochure-ver-complete .brochure-ver-check {
    float: right;
    width: 50px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.brochure-ver-complete-index {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.brochure-ver-complete-index .brochure-ver-image-index {
    float: left;
    width: 100px;
    overflow: hidden;
}
.brochure-ver-complete-index .brochure-ver-text-index {
    float: left;
    margin-left: 20px;
    width: calc(100% - 170px);
    display: flex;
    align-items: center;
    min-height: 100px;
}
.brochure-ver-complete-index .brochure-ver-text-index .brochure-ver-inner-text-index {
    margin-left: 20px;
    text-align: left;
}
.brochure-ver-complete-index .brochure-ver-text-index .brochure-ver-inner-text-index h3 {
    margin-left: -20px;
    text-align: left;
}
.brochure-ver-complete-index .brochure-ver-button-index {
    float: right;
    width: 50px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 100px;
}
.clear {
    clear: both;
}
.brochure-choose-area {
    text-align: left;
}
.brochure-choose-area h2 ~ div, .brochure-choose-area h3 ~ div {
    margin-top: 0;
}
.brochure-sub-kat {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}
.brochure-kat-header {
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brochure-kat-caption {

}
.brochure-kat-check-all {

}
.brochure-check-all {

}
.brochure-check-all-label {

}
.brochure-check-all-checkbox {

}
.brochure-remove {
    color: red;
}
.brochure-start-pdf {
    float: left;
    width: calc(100% - 50px);
    text-align: center;
}
.brochure-remove-all {
    float: right;
    width: 50px;
    text-align: center;
    padding-top: 30px;
}
.download-brochure-pdf {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.brochure-pane .white-font {
    color: #fff !important;
}
.brochure-pane .white-font:hover {
    color: #fff !important;
}
.brochure-pane .btn-tertiary {
    color: #212529 !important;
    background: #e5edf5 linear-gradient(180deg,#e9f0f7,#e5edf5) repeat-x;
    border-color: #e5edf5;
    transition:transform .2s ease-in-out
}
.brochure-pane .btn-tertiary:hover {
    color: #212529 !important;
    background: #c9daea linear-gradient(180deg,#d1e0ed,#c9daea) repeat-x;
    border-color: #c0d4e7;
    transform:scale(1.05)
}
.btn-success {
    transition:transform .2s ease-in-out
}
.btn-success:hover {
    transform:scale(1.05)
}

.brochure-add-article-category button {
    width: 100% !important;
}
.brochure-add-article-category a, .brochure-add-article-category button {
    text-align: center !important;
    margin-top: 0px !important;
}
/* Brochure end */


/* Newsletter Start */

.leftFeld {
    padding: 0 15px 0 0; }
.rightFeld {
    padding: 0 0 0 15px; }

@media screen and (max-width: 767px) {
    .rightFeld, .leftFeld {
        padding: 0 !important; }}

#newsletterForm .rightFeld {
    padding: 0 0 0 15px; }

#newsletterForm .leftFeld {
    padding: 0 15px 0 0; }

.newsletter-form-inside{
    padding: 20px 5px 20px 5px;
}
.newsletter-form-outside{
    padding: 0px 25% 0px 25%;
}
.required-message{
    font-size: 15px;
    color: red;
}

.newsltter-btn{
    color: white;
    width: 100%;
    text-align: center;
    padding: 4px;
}
.newsltter-btn-active{
    color: white;
    background-color: #00598b;
    width: 100%;
    text-align: center;
    padding: 4px;
    border: none;
}

.newsltter-btn-inactive{
    color: white;
    background-color: #0079bc;
    width: 100%;
    text-align: center;
    padding: 4px;
    border: none;
}
.newsltter-btn-inactive:hover{
    color: white !important;
    transform: scale(1.05);
    animation: 1s;
    transition: transform .2s ease-in-out;
}
.newsltter-btn-active:hover{
    color: white !important;
    transform: scale(1.05);
    animation: 1s;
    transition: transform .2s ease-in-out;
}
/* Newsletter End */


/* Download Center Start*/
.password-field {
    width: 100%;
    border: none;
    background-color: rgba(118,156,115,0.1);
    height: 35px;
    padding: 5px 15px;
    font-weight: 500; }

.ui-input-icon-right .ui-password-icon {
    margin-top: -0.99rem;
    margin-right: 1rem;
}
/* Download Center End */