@font-face {
    font-family: 'whitemouse';
    src: url('../fonts/whitemouse.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ac';
    src: url('../fonts/ac.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanonet';
    src: url('../fonts/Yanonet.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ayuma';
    src: url('../fonts/Ayuma2yk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* margin: oben rechts unten links; */

body {
    background-image: url('../images/backgroun.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    overflow-y: scroll;
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
}

header {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 8em;
    background-color: rgba( 0, 0, 0, 0.6);
    border-bottom-color: white;
    border-bottom-width: 0.025em;
    border-bottom-style: solid;
    overflow: hidden;
}

.logo {
    float: left;
    height: 100%;
}

nav {
    font-size: 2em;
    background-color: rgba( 0, 0, 0, 0.6);
    position: sticky;
    text-align: center;
    top: 0;
    height: calc(2em+28px);
    overflow: visible;
    width: 100%;
    z-index: 2;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

nav li {
    float: left;
    border-right: 1px solid #bbb;
}

nav li:last-child {
    border-right: none;
}

nav li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
}

nav li a:hover,
nav .dropdown:hover .dropbtn {
    background-color: gray;
}

nav li.aktiv {
    background-color: gray;
}

nav li.dropdown {
    display: inline-block;
}

nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: gray;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

nav .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

nav .dropdown-content a:hover {
    background-color: lightgray;
}

nav .dropdown:hover .dropdown-content {
    display: block;
}

main {
    font-size: 2em;
    margin: 1em auto 1em auto;
    /* margin-left: auto;
    margin-right: auto; */
}

main .content {
    text-align: center;
    padding: 0.2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

main .content ul {
    width: 20em;
    margin: auto;
    text-align: center;
    background-color: rgba( 0, 0, 0, 0.6);
}

span {
    font-size: 1.5em;
    margin: 0.2em;
    background-color: rgba( 0, 0, 0, 0.6);
}

main .content-left {
    text-align: left;
    background-color: rgba( 0, 0, 0, 0.6);
    padding: 0.2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

main h1 {
    text-align: center;
    background-color: rgba( 0, 0, 0, 0.6);
}

main h3 {
    text-align: left;
    margin-left: 0.2em;
    padding-left: 0.2em;
    margin-right: 0.2em;
    padding-right: 0.2em;
    background-color: rgba( 0, 0, 0, 0.6);
}

footer {
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2em;
    background-color: rgba( 0, 0, 0, 0.6);
    overflow: hidden;
}

.test {
    margin-top: 0.4em;
    font-size: 4em;
    font-family: ayuma;
}