/* ==========================================================
   Self Hosted Google Fonts
   ========================================================== */

/* Open Sans 400 */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/images/fonts/open-sans-v44-latin_latin-ext-regular.woff2") format("woff2");
}

/* Raleway 200 */
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("/images/fonts/raleway-v37-latin_latin-ext-200.woff2") format("woff2");
}

/* Raleway 300 */
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/images/fonts/raleway-v37-latin_latin-ext-300.woff2") format("woff2");
}

/* Raleway 400 */
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/images/fonts/raleway-v37-latin_latin-ext-regular.woff2") format("woff2");
}

/* Raleway 500 */
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/images/fonts/raleway-v37-latin_latin-ext-500.woff2") format("woff2");
}

/* Raleway 600 */
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/images/fonts/raleway-v37-latin_latin-ext-600.woff2") format("woff2");
}
/* ==========================================================
   Schriftzuweisung entsprechend den bisherigen Helix-Werten
   ========================================================== */

/* Grundschrift */
html,
body,
input,
button,
select,
textarea {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

body {
    font-size: 15px;
}

/* Hauptnavigation */
.sp-megamenu-parent,
.sp-megamenu-parent > li > a,
.offcanvas-menu,
.offcanvas-menu a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

/* Überschriften */
h1,
.h1 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 200;
}

h2,
.h2 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 300;
}

h3,
.h3 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 400;
}

h4,
.h4 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 400;
}

h5,
.h5 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

h6,
.h6 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
}

/* SP Page Builder Überschriften */
.sppb-addon-title,
.sppb-image-content-title {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}