html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#searchImgLogo {
    display: none !important;
}

[type=file] {
    height: 0.1px;
    width: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
   margin:auto;
   display:none;
    z-index: -1;
}

    [type=file] + label {
        background-color: #d3394c;
        color: #f1e5e6;
        cursor: pointer;
        display: inline-block;
        font-size: 1.25rem;
        font-weight: 700;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        [type=file] + label svg {
            fill: currentColor;
            height: 1em;
            width: 1em;
            margin-top: -0.25em;
            margin-right: 0.25em;
            vertical-align: middle;
        }

        [type=file] + label:hover {
            background-color: #722040;
        }

    [type=file]:focus + label {
        background-color: #722040;
        outline: 1px dotted #000;
    }
.lpColorTitel, .lpBtnColorAdd {
    color: #ad0132;
}
.btn-lp{
    background-color:#AD0132;
    color: #fff;
}
.carousel-indicators [data-bs-target] {
    background-color: #ad0132;

}
.custom-fa{
    font-size:30px;
    color:#ad0132;
}

.lpColor {
    color: #ad0132;
}

.fontSmall {
    font-size:11px;
}
.hrLp{
    background-color:gray;
}

.apexcharts-toolbar {
    display:none !important;
}

.bg-lightgray {
    background-color: lightgray !important;
}

.bg-migros {
    background-color: #FF6600 !important;
    color:white;
    font-weight:bold;
}

.color-migros {
    color: #FF6600;
}

.bg-lightgreen {
    color: #009900 !important;
}

.bg-lightred {
    color: #e81e0c !important;
}
.background-lightred {
    background-color: #e81e0c !important;
}
.pl-10, td{
    padding-left:10px !important;
}

.white-smoke{
    background-color:whitesmoke !important;
    font-weight:bold !important;
}

.disable-row {
    pointer-events:none;
}
.row-bezalt {
    background-color: #F1F0E8;
}

.error
{
    color:red
}

.bg-whitsmoke {
    background-color: whitesmoke !important;
}
.bg-white {
    background-color: white !important;
}

.invisible-cell {
    color:white;
}
.opacity-spinner {
    opacity: 0.1;
}

.spinner-container {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.map-frame {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 0px;
    margin-bottom:145px;
}

.readonly-checkbox {
    pointer-events: none;
}


.umfrage-card-img {
    height: 600px;
    object-fit: cover;
}


.equal-width-td {
    width: 80px;
}

.equal-width-input {
    width: 100%;
}