@font-face {
  font-family: 'dfc-book';
  src: url('/files/dfc_fonts/gothamssm-book-webfont.woff2') format('woff2'),
       url('/files/dfc_fonts/gothamssm-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'dfc-medium';
  src: url('/files/dfc_fonts/gothamssm-medium-webfont.woff2') format('woff2'),
       url('/files/dfc_fonts/gothamssm-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'dfc-bold';
  src: url('/files/dfc_fonts/gothamssm-bold-webfont.woff2') format('woff2'),
       url('/files/dfc_fonts/gothamssm-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'dfc-book', Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'dfc-bold', Arial, sans-serif;
  font-weight: 700;
  letter-spacing:-0.02rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
  font-family: 'dfc-bold', Arial, sans-serif;
}
.header .inside {
    max-width: 100%;
    padding-left: 30px!important;
}

.header {
    position: relative;
    overflow: visible;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.10));
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 30px;
    background: rgb(255, 255, 255);
    clip-path: polygon(0 100%, 100% 0, 0 0);
    z-index: 1;
    pointer-events: none;
}
.mainmenu ul li a,
.mainmenu ul li strong,
.mainmenu ul li span {
    font-family: 'dfc-medium', Arial, sans-serif;
    font-weight: 500;
}
.random-hero-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease;
}
h1, h2, h3 {
  hyphens: manual;
}
.form-hinweis {
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.55);
}
.mod_breadcrumb {
  border-top: 0px solid rgba(0,0,0,0.1);
  border-bottom: 0px solid rgba(0,0,0,0.1);
}
/***Anfrage CTA***/
html {
    scroll-behavior: smooth;
}

.floating-cta {
    position: fixed;
    right: 24px;
    bottom: 96px;
    z-index: 990;
    padding: 14px 28px;
    background: #d1ac71;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.floating-cta:hover {
    background: #a37f43;
}

@media (max-width: 767px) {
    .floating-cta {
        right: 16px;
        bottom: 84px;
        padding: 12px 22px;
    }
}
.page-kontakt .floating-cta {
    display: none;
}
form fieldset {
  background: #fff;
}
form fieldset legend {
  border-radius: 1px;

}
/***Download Border Radus***/
.ce_download_default a {
  border-radius: 8px;
}
/* Schräge CTA-Buttons – Grundform */
.floating-cta,
.formbody button.submit,
.ce_rsce_calltoaction a,
a.cta-schraeg {
    display: inline-block;
    background: #c9a96a; /* Goldton – exakten Wert eurer Buttons einsetzen */
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 16px 32px 22px; /* unten mehr – gleicht die abgeschnittene Ecke aus */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 100%);
    cursor: pointer;
    transition: background 0.2s ease;
}

/* Zustände */
.floating-cta:hover,
.formbody button.submit:hover,
.ce_rsce_calltoaction a:hover,
a.cta-schraeg:hover {
    background: #b6935a;
    color: #fff;
}

.floating-cta:focus-visible,
.formbody button.submit:focus-visible,
.ce_rsce_calltoaction a:focus-visible,
a.cta-schraeg:focus-visible {
    outline: 2px solid #222;
    outline-offset: 2px;
}

/* Mobil: etwas kompakter, Schräge flacher */
@media (max-width: 767px) {
    .floating-cta,
    .formbody button.submit,
    .ce_rsce_calltoaction a,
    a.cta-schraeg {
        padding: 13px 26px 18px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), 0 100%);
    }
}