/*.reveal {*/
/*  background-image: url('https://www.novatec-gmbh.de/wp-content/uploads/2023/06/logo_colored.svg');*/
/*  background-position: 2.5% 25px;*/
/*  background-size: 10%;*/
/*  background-repeat: no-repeat;*/
/*}*/

.top-left {
    position: absolute;
    top: 2.5%;
    left: 1.5%;
    margin-left: auto;
    margin-right: auto;
}

.top-left img {
    width: 100%;
}

.top-right {
    position: absolute;
    top: 2.5%;
    right: -20%;
    margin-left: auto;
    margin-right: auto;
}

.top-right img {
    width: 25%;
}

.bottom-left {
    position: absolute;
    bottom: 2.5%;
    left: 0.75%;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    justify-content: center;
    text-align: center;
}

.bottom-left img {
    width: 75%;
}

h1, h2, h3, h4, h5 {
    font-family: Roboto, sans-serif !important;
}

.gradient-text, q, h1, h2, h3, h4, em, strong, .footnote {
    background: -webkit-linear-gradient(360deg, #1FAF98, #36BCEE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footnote {
    font-size: 40%;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.footnote:nth-last-of-type(3) {
    position: fixed;
    bottom: 5em;
}

.footnote:nth-last-of-type(2) {
    position: fixed;
    bottom: 3em;
}

.footnote:nth-last-of-type(1) {
    position: fixed;
    bottom: 1em;
}

.small {
    font-size: 50%;
}

.reveal .progress {
    /*background: -webkit-linear-gradient(360deg, #1FAF98, #36BCEE);*/
    background: #36BCEE;
    color: #1FAF98;
    height: 1%;
}

.slides section img {
    background: unset !important;
    filter: drop-shadow(16px 16px 20px grey);
    border: none !important;
}

a:link {
    color: white;
    text-decoration: underline dotted 0.1rem;
}

a:visited {
    color: white;
    text-decoration: underline dotted 0.1rem;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

ul {
    list-style-type: none !important;
}

.placeHigher {
    margin-top: -5% !important;
}

.placeHigher2 {
    margin-top: -10% !important;
}

.reveal a {
    position: unset;
}

code {
    font-size: 70%;
    line-height: 100%;
    height: 100%;
    /*width: 100%;*/
}

.container {
    display: flex;
    justify-content: center;
    position: relative;
}

.container > * {
    padding: 5px;

}

