@font-face {
    font-family: Carlito;
    src: url(font/Carlito-Regular.ttf);
}

@font-face {
    font-family: Carlito;
    src: url(font/Carlito-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Carlito;
    src: url(font/Carlito-Italic.ttf);
    font-style: italic
}

@font-face {
    font-family: Carlito;
    src: url(font/Carlito-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #fff5;
}

::-webkit-scrollbar-thumb:hover {
    background: #fffa;
}

* {
    margin: 0;
    padding: 0;
}

::selection {
    color: #000;
    background-color: #eee;
}

html {
    background-image: url("img/background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Carlito;
    font-size: 20px;
    overflow-x: hidden;
}

.logo {
    display: block;
    margin: 65vh auto 10vh auto;
    width: 80%;
    max-width: 550px;
}

.kapitel {
    max-width: 900px;
    color: #d3d3d3;
    text-align: left;
    background-color: #0003;
    backdrop-filter: blur(9px);
    border-radius: 2px;
    box-shadow: 0 0 35px #000;
    margin: 0 auto 75px auto;
    padding: 35px;
}

h1 {
    color: #fff;
    text-align: center;
    margin: min(calc(16vw + 7vh + 60px), 45vh) auto;
    font-size: 48px;
    line-height: 53px;
    text-shadow: 0 0 25px #000;
}

h2 {
    margin: 20px 0;
    font-size: 40px;
}

.kapitel p {
    margin-bottom: 15px;
}

.intro {
    font-weight: bold;
}

td {
    padding-right: 4vw;
    text-transform: none;
    font-weight: normal;
}

tr {
    vertical-align: top;
    text-align: left;
}

tr .name {
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    text-shadow: 0 0 5px #fff8;
}

table {
    max-width: 90vw;
}

table .letztereintrag {
    height: 55px;
}

.footerbanner {
    margin: calc(8vw + 60px) auto;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    color: #fffb;
    text-shadow: 0 0 10px #000;
}

.footer .breaker {
    line-height: 50px;
    color: #fff5;
}

@media only screen and (max-width:480px) {
    .br::after {
        content: "\a\a";
        white-space: pre-wrap;
    }

    .kapitel p {
        margin-bottom: 70px;
    }
}
}
