.absatz-header {
  font-size: 22px !important; /* Falls Größe auch überschrieben wird */
  line-height: 1.7 !important; 
}

.lead-text {
  font-size: 30px !important; /* Falls Größe auch überschrieben wird */
  line-height: 1.5 !important; 
}

html {
  scroll-behavior: smooth;
}



.floating-button {
    position: fixed;
    bottom: 55px;
    right: 35px;
    width: 170px;
    height: 170px;
    background-color: #e84422;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8px;
    padding-bottom: 15px;
    line-height: 1.2;
    z-index: 9999; /* Stellt sicher, dass der Button ganz vorne bleibt */
    transform: rotate(-12deg);
}

.floating-button img {
    width: 40px; /* Größe des Icons anpassen */
    height: auto;
    margin-bottom: 8px;
}

.floating-button:hover {
    background-color: #cc5500;
    transform: scale(1.1);
}

/* Kleinere Größe für Mobilgeräte */
@media screen and (max-width: 768px) {
    .floating-button {
        width: 120px;
        height: 120px;
        font-size: 14px;
        bottom: 40px;
        right: 20px;
    }

    .floating-button img {
        width: 30px; /* Kleineres Icon */
        margin-bottom: 6px;
    }
}


/* NunitoSans_10pt-Black */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'NunitoSans_10pt';
  font-style: black;
  font-weight: 900;
  src: url('../../steinerhaustechnik/fonts/NunitoSans_10pt-Black.ttf') format('truetype'); /* Für alle modernen Browser */
}

/* NunitoSans_10pt-ExtraBold */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'NunitoSans_10pt';
  font-style: extrabold;
  font-weight: 800;
  src: url('../../steinerhaustechnik/fonts/NunitoSans_10pt-ExtraBold.ttf') format('truetype'); /* Für alle modernen Browser */
}

/* NunitoSans_10pt-Bold */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'NunitoSans_10pt';
  font-style: bold;
  font-weight: 700;
  src: url('../../steinerhaustechnik/fonts/NunitoSans_10pt-Bold.ttf') format('truetype'); /* Für alle modernen Browser */
}

/* NunitoSans_10pt-Regular */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'NunitoSans_10pt';
  font-style: regular;
  font-weight: 400;
  src: url('../../steinerhaustechnik/fonts/NunitoSans_10pt-Regular.ttf') format('truetype'); /* Für alle modernen Browser */
}


/* Formular */
.form fieldset {
        border: 0px solid rgba(0, 0, 0, 0);
    }

.form.style5 textarea {
    border-radius: 0px !important;
}

.form.style5 input {
    border-radius: 0px !important;
}

.button.submit,
input[type="submit"],
button[type="submit"] {
    border-radius: 0px !important;
}

@media only screen and (max-width: 767px) {
    .column[class*="col_"]:not([class*="_m"]), 
    .autogrid_grid .column:not([class*="_m"]) {
        margin-bottom: 0px !important;
    }
}
