/* USER CSS */

.bhIframe[data-uid="143"] {
  max-width: 980px;
  margin: 0 auto;
}

html body.bh-bemode[data-beuser="m.schrittwieser@netwerk.at"] .bhe-link[data-key="backend"] {
display: block !important;
}

[data-cookie="bh_cookies_allow_marketing"],
[data-cookie="bh_cookies_allow_statistic"],[data-cookie="bh_cookies_allow_thirdcountries"],[data-cookie="bh_cookies_allow_all"] {
  display: none !important;
}

#directMeterReadingForm h3 {
  font-size: 24px;
}

#directMeterReadingForm input {
 margin-bottom:20px;
}

#meterReadingButton {
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    background-color: var(--primary-color-100);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 1.5rem 2rem;
    border: 1px solid var(--primary-color-100);
    border-radius: 0px;
    cursor: pointer;
    box-sizing: border-box;
    transition: ease-in-out all 0.3s;
}