@charset "utf-8";

/* TODO */

/*////////////////////////////////
//////////// FLEX-BOX //////////
////////////////////////////////*/
.xxx---d-flex {
    display: flex;
}
.xxx---d-flex-row {
    flex-direction: row;
}
.xxx---d-flex-column {
    flex-direction: column;
}
.xxx---flex-wrap {
    flex-wrap: wrap;
}
.xxx---flex-no-wrap {
    flex-wrap: nowrap;
}
.xxx---jc-sb {
    justify-content: space-between;
}
.xxx---jc-sa {
    justify-content: space-around;
}
.xxx---jc-s {
    justify-content: flex-start;
}
.xxx---jc-e {
    justify-content: flex-end;
}
.xxx---jc-c {
    justify-content: center;
}
.xxx---ai-c {
    align-items: center;
}
.xxx---ai-b {
    align-items: baseline;
}
.xxx---ai-s {
    align-items: flex-start;
}
.xxx---ai-e {
    align-items: flex-end;
}
.xxx---as-c {
    align-self: center;
}
.xxx---as-s {
    align-self: flex-start;
}
.xxx---as-e {
    align-self: flex-end;
}
.xxx---as-stretch {
    align-self: stretch;
}
.xxx---as-b {
    align-self: baseline;
}

.xxx---fw-500 {
    font-weight: 500;
}
.xxx--portal .xxx--portal-mod .portal__offset {
    padding-left: 0;
    padding-right: 0;
}
.xxx--portal .xxx--portal-mod .portal__offset .xxx--portal-mod {
    padding-left: 0;
    padding-right: 0;
}
#backtop {
    z-index: 10002;
    bottom: 60px;
    right: 0;
    opacity: 0;
    transition: all .3s ease-out;
    position: fixed;
}
.show {
    opacity: 1 !important;
}
#backtop button {
    color: #e90613;
    background-color: transparent;
    outline: none;
    border: 0;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 50px;
}

#backtop button i {
    font-size: 36px !important;
}

.mengen__mengum select {
    width: 100px;
    height: 42px;
    text-align: center;
}

/*.menue:hover>.dropdown-menu {
    display: block;
}*/
.modal-body.registrierung {
    background-color: #fff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

#artikeltext_detail {
    max-height: 96px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #366E2D; */
    margin-bottom: 30px;
}
#artikeltext_detail.is-open {
    max-height: 1000px;
}
.overlay_text {
    width: auto;
    height: 28px;
    z-index: 3;
    position: absolute;
    bottom: 0px;
    right: 15px;
    text-align: right;
    padding: 3px 0px 5px 5px;
    /* opacity: 1; */
}

.produkte__scroll {
    max-height: 360px;
    overflow: auto;
}
.xxx--scroll-sticky {
    background: var(--gelb);
}

.head__img-drucktuch {
    height: 27vw;
}
.head__img-drucktuch .drucktuch-portal img {
    height: 27vw;
}
/*.drucktuch-portal img {
    height: 27vw;
}*/
/*.head__img-drucktuch a.a-drucktuch {
    display: block;
    height: 100%;
    width: 100%;
}*/
/*
*
* Extra Small (XS)
*/

@media (max-width: 767px) {
    #backtop button {
        padding-right: 6px;
    }
    #backtop button i {
        font-size: 30px !important;
    }
}


/*
*
* Small (SM)
*/

@media (min-width: 768px) and (max-width: 991px) {

}


/*
*
* Medium (MD)
*/

@media (min-width: 992px) and (max-width: 1199px) {

}


/*
*
* Large (LG)
*/

@media (min-width: 1200px) {

}