@font-face {
    font-family: 'Cabrion-Light';
    src: url(/_content/Studentportal.Component/Font/39E240_0_0.eot);
    src: url(/_content/Studentportal.Component/Font/39E240_0_0.eot?#iefix) format('embedded-opentype'),
        url(/_content/Studentportal.Component/Font/39E240_0_0.woff2) format('woff2'),
        url(/_content/Studentportal.Component/Font/39E240_0_0.woff) format('woff'),
        url(/_content/Studentportal.Component/Font/39E240_0_0.ttf) format('truetype');
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    font-size: 16px;
    font-size: 100%;
    font-family: 'Cabrion-Light', Arial, sans-serif;
    line-height: 1.5;
    background-color: var(--body-background);
    color: var(--plaintext-dark);
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

body.no-scrolling {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.17rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.83rem;
}

h6 {
    font-size: 0.67rem;
}

a {
    color: var(--link-color);
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: var(--primary-dark);
}

a:not([href]):not([tabindex]):hover {
    color: var(--secondary-dark);
    cursor: pointer;
}

.bg-lightcolor {
    background-color: var(--primary-light);
}

.normalweight {
    font-weight: normal;
}

img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

select {
    font-family: inherit;
    font-size: inherit;
}

:focus {
    outline: none;
}
