@font-face {
    font-family: "MavenPro";
    src: url('../fonts/MavenPro-Black.ttf');
    font-weight: 900;
}

@font-face {
    font-family: "MavenPro";
    src: url("../fonts/MavenPro-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "MavenPro";
    src: url("../fonts/MavenPro-Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "MavenPro";
    src: url("../fonts/MavenPro-Regular.ttf");
    font-weight: 100;
}

@font-face {
    font-family: "FredokaOne";
    src: url("../fonts/FredokaOne-Regular.ttf");
}

.clear-float {
    clear: both;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

ul {
    margin: 0;
    padding: 0;
}

* {
    position: relative;
    font-family: "MavenPro", sans-serif;
    box-sizing: border-box;
}

html {
    position: absolute;
    width: 100vw;
    min-width: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15pt;
    height: 100vh;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
}

button {
    color: white;
    border: 3px solid white;
    font-size: 15pt;
    padding: 2px 60px;
}

code {
    font-family: Fixedsys, Courier, monospace;
}

div.dialog.page-link .dialog-box {
    flex-direction: column;
    width: 90vw;
    height: 90vh;
}

div.dialog.page-link .dialog-box iframe {
    flex-grow: 1;
    border: 1px solid gray;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
}

#dsgvo-popup {
    position: fixed;
    text-align: left;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 14pt;
}

#dsgvo-popup .popup-inner {
    align-items: stretch;
    font-size: 13pt;
    color: white;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 154px;
    margin-right: 154px;
    margin-top: 27px;
    text-align: justify;
}

#dsgvo-popup .popup-inner a {
    color: white;
}

#dsgvo-popup button {
    float: right;
    clear: both;
    margin-top: 10px;
    background-color: #A4C2D1;
    cursor: pointer;
}


.scroll-test {
    width: 15px;
    height: 5000px;
    background: linear-gradient(to bottom, #FF00FF, #000000);
}