/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
******************/

/* --------------------------
   1) Webfont Bariol einbinden
--------------------------- */
@font-face {
    font-family: 'Bariol';
    src: url('./files/Bariol_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bariol';
    src: url('./files/Bariol_Regular_Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Bariol';
    src: url('./files/Bariol_Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Bariol';
    src: url('./files/Bariol_Thin_Italic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Bariol';
    src: url('./files/Bariol_Light_Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

/* Standard-Schrift festlegen */
body,
html {
    font-family: 'Bariol', Arial, sans-serif !important;
}




/* --------------------------
   2) Header verkleinern
--------------------------- */
#surveylistrowjumbotron img {
    max-width: 280px;        /* Logo kleiner */
    margin-bottom: 10px;
}

.navbar {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

.navbar-brand img {
    max-height: 38px !important;
}



/* --------------------------
   3) Footer entfernen
--------------------------- */
#surveylistfooter,
footer,
.ls-footer,
#ls-global-footer {
    display: none !important;
}



/* --------------------------
   4) Allgemeine Layout-Optimierung
--------------------------- */
h1, h2, h3, h4 {
    font-weight: 400;
}

.btn {
    border-radius: 6px !important;
    font-weight: 500;
}

#surveylistrowjumbotron span {
    font-size: 1.2rem;
    font-weight: 300;
}
