#cookie-price {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 99999;
}
#cookie-price-modal {
position: absolute;
width: 410px;
text-align: center;
background: #fff;
color: #333;
left: 50%;
padding: 30px;
margin-left: -205px;
top: 50%;
transform: translateY(-50%);
}
#cookie-price span {
cursor: pointer;
font-size: 18px !important;
}
#cookie-price .mwst {
font-size: 13px !important;
font-weight: 400;
text-transform: none;
}
#cookie-price span:hover {
text-decoration: none;
} .machine-price p {
margin-top: 8px !important;
}
.machine-price .weekend {
font-size: 13px;
font-weight: 400;
}
.machine-price .mprice {
font-weight: 600;
}
.machine-price .price {
float: right;
text-align: right;
color: #a0004b;
}
.machine-price .price span {
margin-left: 3px;
color: #444;
font-weight: 400;
font-size: 16px;
}
.equipment {
margin: 10px 0;
}
.eq-title {
font-weight: bold;
} .privat, .unternehmen {
display: none;
}
.price-1 .privat, .price-2 .unternehmen {
display: block;
}
.price-1 .unternehmen, .price-2 .privat {
display: none;
} .has-machine-btn {
padding-bottom: 40px !important;
}
.machine-btn {
position: absolute;
bottom: 15px;
display: block;
background: #1c6979;
border:1px solid #1c6979;
color: #fff;
border-radius: 5px;
text-decoration: none;
text-align: center;
padding: 8px 15px;
left: 15px;
right: 15px;
}
.machine-btn:hover {
background: #fff;
}.form-locked-message{color:var(--wpforms-label-color)}