/******************
    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
*/

@font-face {
    font-family: "urwdin"; 
    font-style: normal;
    font-weight: normal;
    src: url("https://www.uni-kiel.de/rz/cau201x/fonts/urwdin-medium.woff"); 
}

body {
    font-family: sans-serif;
}

.large-heading,
h1,h2,h3,h4,h5,h6 {
    font-family: urwdin, sans-serif;
}

svg.ls-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../files/logo.png');
}

svg.ls-logo * {
    visibility: hidden;
}

a[href*="sa/forgotpassword"] {
    display:none;
}