﻿/* marcellus-regular - latin */
@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/marcellus-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Marcellus'), local('Marcellus-Regular'), url('../fonts/marcellus-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/marcellus-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/marcellus-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/marcellus-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/marcellus-v7-latin-regular.svg#Marcellus') format('svg'); /* Legacy iOS */
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Marcellus";
    font-size: 16px;
}

.auth-page h1, h2, h3, h4, p {
    color: white;
    margin: auto;
    width: fit-content;
}

#iubenda_policy p {
    color:black;
}

label {
    display: block;
    margin: auto;
    text-align: center;
    font-weight: normal;
    color: white;
}

.smaller-button, .small-button, .button {
    font-size: 24px;
    display: block;
    width: 50%;
    margin: auto;
    text-align: center;
}

.small-button {
    font-size: 16px;
}

.smaller-button {
    font-size: 12px;
}

.top-right {
    position: absolute;
    right: 35px;
    top: 20px;
}

.custom-control-label {
    color: white;
}

.external {
    line-height: 32px;
    font-size: 16px;
    font-family: sans-serif;
    display: block;
    width: 75%;
    margin: 10px auto;
    text-align: left;
    border-radius: 4px;
    background-color: white;
}

.bottom-panel {
    width: 100%;
    bottom: 2em;
    margin-top: 100px;
}

.external-icon {
    width: 30px;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
}

a.btn.btn-default.external {
    color: black;
}

a, a:visited, a:link {
    color: white;
}

.main {
    background: url("../who_are_you_bg.jpg") repeat-y top center;
    background-size: 100% 100%;
}


.select {
    background-color: black;
    text-align: center;
}

option {
    background-color: black;
    text-align: center;
}

btn.dropdown-toggle.btn-default {
    background-color: black;
    text-align: center;
}

.my-form-control {
    display: block;
    background-color: #0000;
    width: 75%;
    margin: auto;
    padding: 0px;
    border: none;
    margin-bottom: 5px;
    text-align: center;
    color: white;
}

select.my-form-control {
    width: fit-content;
}

.my-form-group {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
}

::placeholder {
    color: #fff;
    text-align: center;
}

input:focus {
    border: none;
    outline: none;
}

.auth-page {
    margin-top: 10%;
    display: block;
    text-align: center;
    color: white;
}

button.multiselect {
    width: 50%;
}

button, button:focus {
    border: none;
    background-color: transparent;
    color: white;
    outline: none;
}

button:focus {
    text-decoration: underline;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .main {
        background: url("../who_are_you_bg@x2.jpg") repeat-y top center;
        background-size: 100% 100%;
    }
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    display: block;
    width: 50%;
    margin: auto;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-header {
    border: 0;
    margin: 20px 0 20px;
    display: block;
    text-align: center;
    color: white;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.footer {
    position: fixed;
    bottom: 20px;
    margin-top: 50px;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    padding: 0 30px;
}

.footer > .left {
    text-align: left;
    flex: 1;
}

.footer > .right {
    text-align: right;
    flex: 1;
}

.impressum {
    background-color: transparent;
    margin-top: 20px;
    text-align: center;
}

.button-previous {
    font-size: 14px;
}

.grants .page-header {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    color: white;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants .grant img {
        width: 100px;
        height: 100px;
    }

    .grants .grant .clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .grants .grant .granttype {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .created {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .expires {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant li {
        list-style-type: none;
        display: inline;
    }

        .grants .grant li:after {
            content: ', ';
        }

        .grants .grant li:last-child:after {
            content: '';
        }
