@font-face {
    font-family: Frankenstein;
    src: url("../Fonts/frankenstein.ttf");
}

body {
    margin: 0;
}

.site-header {
    text-align: center;
    padding-top: 5px;
}

.site-header img {
    border: 0;
}

#nav {
    font-family: Frankenstein;
    font-size: 30px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../Images/loffel500.jpg");
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    text-align: center;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    bottom: 11px;
    display: inline;
    line-height: 25px;
}

#nav a,
#nav a:link,
#nav a:visited {
    text-decoration: none;
    cursor: pointer;
    display: inline;
    color: #000066;
}

#nav a:hover,
#nav a:active {
    color: red;
}

#nav #active a,
#nav #active a:link,
#nav #active a:visited,
#nav #active a:hover {
    color: red;
    cursor: text;
}

#nav2 {
    font-size: 15px;
    height: 30px;
}

#nav2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav2 li {
    bottom: 60px;
    display: inline;
    line-height: 15px;
}

#nav2 a,
#nav2 a:link,
#nav2 a:visited {
    text-decoration: none;
    cursor: pointer;
    display: inline;
    color: black;
    font-style: oblique;
    font-weight: bold;
}

#nav2 img {
    vertical-align: middle;
}

#nav2 a:hover {
    color: red;
}

#nav2 #active2 a,
#nav2 #active2 a:link,
#nav2 #active2 a:visited,
#nav2 #active2 a:hover {
    color: red;
    cursor: text;
}

.site-content {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.site-content .content-left,
.site-content .inhalt,
.site-content .content-right {
    display: table-cell;
    vertical-align: top;
}

.site-content .content-left {
    width: 13%;
}

.site-content .inhalt {
    width: 72%;
}

.site-content .content-right {
    width: 15%;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
