@font-face {
    font-family: 'StreamLineIconsLight';
    src: url('../fonts/streamline/fonts/StreamLineIconsLight.ttf') format('truetype'), url('../fonts/streamline/fonts/StreamLineIconsLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: dmsans;
    src: url(../fonts/DMSans.ttf);
}


:root {
    --corner-radius-small: 2px;
    --corner-radius-medium: 4px;
    --corner-radius-default: var(--corner-radius-medium);
    --corner-radius-large: 8px;
    --corner-radius-xlarge: 12px;
    --font-size-caption: 12px;
    --font-size-default: 18px;
    --font-size-h1: 68px;
    --font-size-h2: 54px;
    --font-size-h3: 40px;
    --font-size-h4: 32px;
    --font-size-h5: 28px;
    --font-size-h6: 24px;
    --padding-default: 12px;
}

html, body {
    font-family: var(--DefaultFontFamily);
}

body {
    background: white !important;
}

.sl-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'StreamLineIconsLight' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.div-pagetitle {
    background-color: var(--ColorPrimary);
    border-radius: var(--corner-radius-default);
    padding: var(--padding-default);
}

.useroperationbackground {
    background-image: url(https://www.ecoplus.at/media/8977/tj-150921-02-005.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rz-body:only-child {
    background-color: var(--ColorBodyLight)
}

.border-none {
    border: none !important;
}