/* ########################################################################## */
/* # BOF hte.css */
/* # StyleSheet HTE-Plugin */
/* ########################################################################## */


/* temp wegen slider */
.package-cell figure img + img {
    display: none;
}
/* ende temp */

.package-cell {
    background-color: #ffffff;
    border: 1px solid var(--hte-border-color, #dedede);
    position: relative;
    text-align: left;
    font-size: 0.875em;
}

.package-cell figure {
    margin: 0;
    position: relative;
    border-bottom: 0.5rem solid #ffffff;
    display: table-cell;
    overflow: hidden;
}

.package-cell.hte-exclusive {
    background-color: var(--hte-bg-special-color, #e3f3fa);
}
.package-cell.hte-exclusive figure {
    border-color: var(--hte-bg-special-color, #e3f3fa);
}

.package-cell.hte-topidee {
    background-color: var(--hte-bg-special-color, #e3f3fa);
}
.package-cell.hte-topidee figure {
    border-color: var(--hte-bg-special-color, #e3f3fa);
}

.special-item figure figcaption,
.package-cell figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    color: #ffffff;
    font-size: 1em;
    line-height: 1;
    text-align: left;
    padding-bottom: 0;
}

.special-item figure figcaption > span,
.package-cell figure figcaption > span {
    display: block;
    background-color: rgba(0, 38, 89, 0.7);
    padding: 0.75em 0.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}

.special-item figure figcaption > span.red-article,
.package-cell figure figcaption > span.red-article {
    background-color: rgba(255, 102, 0, 0.7);
}

.special-item figure figcaption > span.provider-page,
.package-cell figure figcaption > span.provider-page {
    background-color: rgba(83, 87, 87, 0.7);
}

.package-cell figure figcaption .price-ab,
.package-cell figure figcaption .price-typ {
    font-size: 0.7em;
}

.package-cell figure figcaption > span.details-button {
    background-color: #ff6600;
    display: none;
}

#page-main .package-cell h3,
#page-main .package-cell .h3-optic {
    font-size: 1em;
    margin: 0.5em 0.5em 0.25em;
    font-weight: bold;
}

.package-cell p {
    font-size: 1em;
    margin: 0.1em 0.75rem;
}

.package-cell .additionals {
    margin: 0.5em 0;
    flex: 1 1 auto;
}

.package-cell .additionals .fa,
.package-cell .additionals .fas,
.package-cell .additionals .far {
    color: #808080;
    margin-right: 0.25rem;
}

.package-cell > a,
.package-cell > a:hover {
    color: #464646;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
    border-radius: 1rem;
    transition: all 0.1s ease-out;
}

.package-cell > a:hover {
    color: #464646;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}




.package-cell > a:hover figure {
    border-bottom-color: var(--hte-hover-color, #265a90);
}

.ui-datepicker{
    z-index:3000 !important;
}

input[type="text"].t3-conform-datepicker,
input[type="text"].t3-conform-datepicker-custom,
input[type="text"].t3-conform-month{
    border:none;
    width:1px;
    height:1px;
    line-height:1px;
    font-size:36px;
    vertical-align:bottom;
    background-color:transparent;
    position:absolute;
    z-index: -1;
    outline: none;
}


.xdsgvo-container.missing .copyright-label,
.xdsgvo-container.missing .dsgvo-label,
.hte-required.missing,
.hte-required.hasDatepicker.missing + button,
.hte-required.t3-conform-month.missing + button{
    border-color:#ff0000;
    background-color:#ffdada;
}
.hte-required.valid{
    border-color:#00ff00;
    background-color:#daffda;
}

/* im Package-Creator + Detailseite genutzt */
.rel-edit-popup {
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 0.25s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    box-sizing: border-box;
    visibility: hidden;
    z-index: 1200;
    height: 100%;
    width: 100%;
    overflow: auto;
    margin: 0;
    display: table;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;  /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.rel-edit-popup-inner {
    margin: auto 0;
    width: 100%;
    border: 1px solid #ccc;
    max-width: 960px;
    /* background-color: #fff; */
    background-color: #EEF0F2;
    position: relative;
}


.opportunity-popup .rel-edit-popup-inner {
    max-width: 1200px;
}

.rel-edit-popup.active {
    visibility: visible;
    opacity: 1;
    max-height:100%;
}

.rel-dummy-wrapper {
    display:none !important;
}

.packet-image-upload.grid-container{
    height:auto;
}

.disable-scroll {
    overflow:hidden;
    height: 100%;
    position: fixed;
    width:100%;
    margin-right:17px;
}

.custom-toggle-section .item-header {
    background-color: #f5f5f5;
    cursor: pointer;
    margin: 0.125em 0;
    padding: 0.25rem;
}
.custom-toggle-section .item-header h2 {
    position: relative;
    padding-right: 1.5em;
}
.custom-toggle-section .item-header h2:after {
    content: "►";
    display: block;
    position: absolute;
    right: 0.25rem;
    transform: rotate(0deg);
    transition: transform 0.5s ease;

    font-size: 0.875rem;
    bottom: 0.5rem;
}
.custom-toggle-section.active .item-header h2:after {
    transform: rotate(90deg);

}

.custom-toggle-section .item-content{
    display:none;
}

#anfragetext:read-only{
    color:#808080;
}

#upl-progress-wrapper{
    display:inline-block;
    width:100%;
    height:20px;
    border: 1px solid #fff;
    margin-top:0.25em;
}

#upl-progress-wrapper > div{
    width:0;
    height:100%;
    background-color:#38ff38;
}

#upl-progress-wrapper > div.fake-progress{
    margin:0 auto;
    background-color:#38b6ff;
}

#upl-video-status > div{
    margin:2px 0;
    padding:0;
    border:1px solid #000;
    width:100%;
    height:25px;
    visibility:hidden;
}

#upl-video-status > div > div {
    width:0;
    height:100%;
    background-color:#7ea97e;
    transition:width 1s;
}

.filter-container ul {
    list-style-type:none;
    margin: 0;
    max-height: 50vh;
    padding: 0;
}

.filter-container li {
    padding:0;
}
.filter-container li input {
    vertical-align: middle;
}


.pool-special {
    border: 1px solid transparent;
    background: transparent;
}

.pool-special .anfrage-bearbeiten {
    background-color: #EEF0F2;
}
.pool-special .speicher-container {
    padding: 2rem 1rem;
}


.hteblur {
    -webkit-filter: blur(0.25em);
    filter: blur(0.25em);
    -webkit-user-select: None;
    -moz-user-select: None;
    -ms-user-select: None;
    user-select: None;
}

.htemax {
    margin-bottom: 1rem !important;
}

.htemax > p {
    max-height: 30vh;
    overflow-y: auto;
}


map.imswitch area {
    outline: 0;
}

.pac-container {
    z-Index: 2000;
}

.filter-sel-combo {
    position:relative;
}

.filter-sel-combo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filter-sel-combo .button-group + div {
    display:none;
}

#page-header .filter-sel-combo .button-group + div {
    border: 1px solid var(--hte-border-color, #dedede);
    z-index: 10;
    position: absolute;
    background-color: var(--hte-bg-light-color, #f9f9f9);
    width: 208px;
    padding: 0.5rem;
    color: var(--hte-txt-color, #464646);
    text-align: left;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    box-sizing: border-box;
    display:none;
}

#page-header .filter-sel-combo.filter-sel-combo-head .button-group + div {
    width: calc(100% - 1rem);
}

.filter-sel-combo.filter-sel-combo .button-group:hover + div,
#page-header .filter-sel-combo.filter-sel-combo .button-group:hover + div {
    border-color:#464646;
    border-top-color:#deded0;
}

.filter-sel-combo.active .button-group {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-bottom:none;
}

.filter-sel-combo label {
    white-space: nowrap;
    display: block;
    padding: 4px;
}

.filter-sel-combo li:hover {
    background-color: var(--hte-btn-bg-hover-color, #265a90);
    color: var(--hte-btn-hover-color, #ffffff);
}

.filter-sel-combo.active .button-group + div,
#page-header .filter-sel-combo.active .button-group + div{
    display:block;
}


.flex-special {
    display: flex;
    align-items: flex-end;
}
.label-special {
    display: block;
    margin: 0.5rem 0;
}


#page-header-filter.hidden,
#page-header-filter.fixed.hidden {
    display: none;
}

/* Anfrage-Popup-Container + Inhalte */
#opportunity-request-popup .checker-text {
    margin-left: 60px;
}

#opportunity-request-popup .button {
    font-size: 0.875em;
    max-width: none;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#opportunity-request-popup .button-prev {
    width: 100%;
}

#opportunity-request-popup .anfrage-close-button-container .button-cancel {
    background-color: #ccc;
}

#opportunity-request-popup .anfrage-close-button-container .button-cancel:hover {
    color: #fff;
}


#opportunity-request-popup form > div.grid-container {
    display: none;
}

#opportunity-request-popup form > div.grid-container.active {
    display: block;
}


@media screen and (max-width: 320px) {
    #ui-datepicker-div {
        position:fixed !important;
        top:50% !important;
        left:50% !important;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

@media screen and (max-width: 480px) {
    .special-item figure figcaption {
        font-size: 0.75em;
    }
}



@media screen and (min-width: 400px) {
    .package-cell figure figcaption > span.details-button {
        display: inline-block;
    }
}

@media screen and (min-width: 640px) {

    .package-cell {
        font-size: 1em;
    }

    .package-cell figure figcaption {
        font-size: 1.25em;
    }

    #page-main .package-cell h3,
    #page-main .package-cell .h3-optic {
        font-size: 1.25em;
    }

}

@media screen and (min-width: 800px) {
    .rel-edit-popup-inner {
        border-radius: 3px;
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    }
}

@media screen and (min-width: 960px) {
    .special-item figure figcaption {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 2000px) {
    .special-item figure figcaption {
        font-size: 1.25em;
    }
}


.required-info {
    display: block;
    font-size: 0.875rem;
    color: #888;
    position: absolute;
    left: 0.75rem;
    bottom: 0.25rem;
    font-style: italic;
}

.required {
    font-size: 0.875rem;
}

/* ########################################################################## */
/* # EOF hte.css */
/* ########################################################################## */
