html {
  height: 100%;
  margin-bottom: 0px;
}

h1 {
        font-size: 20px;
}

h2 {
        font-size: 16px;
}

h3 {
        font-size: 14px;
}


body {
        background-color: #FFF000;
        font-family: "Arial", sans-serif;
        line-height: 18px;
        margin: 0px;
        padding: 0;
        font-size: 12px;
        color:#0000A0;
        position: relative;
        display: grid;
        place-content: center;
}

.logo {
        position: relative;
        left: 0px;
        top: 0px;
}

.banner {
        position: relative;
        left: 0px;
        top: 0px;
}


.backgroundimage {
        background-color: #FFF000;
        background-image:url("../Images/Background.png");
        background-repeat:repeat;
}

nav,
main,
article,
aside,
footer {
        top: 0px;
        position: relative;
}

.top {
        padding: .5em;
        background:#FFF000;
}

.odd {
        padding: .5em;
        background:#FFFF80;
}

.even {
        padding: .5em;
        background:#FFFFA0;
}

.box {
        border-radius: 0.5em;
        border: 0px solid;
        border-color:slateblue;
}

.break {
        padding-top: 10px;
        padding-bottom: 10px;
        background-image:url("../Images/break.png");
        background-repeat:repeat-x;
}

.page-up {
        padding-top: 10px;
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
}

.topspace {
        margin-top: 20px;
}

.content {
        padding-bottom: 20px;
}

.container {
        background:#FFF000;
        max-width: 1400px;
        min-width: 100px;
        justify-content: flex-start;
        justify-self: start;
        padding-left: 50px;
        padding-right: 50px;
}

.EventTable {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
}

.tdDate {
        width: 180px;
}

.tdEvent {
        font-weight: bold;
}

th {
        text-align: left;
        font-weight: bold;
}

td {
        text-align: left;
        font-weight: normal;
}


main {
        border-color:slateblue;
        font-weight: bold;
}

section_x {
        background:#E1E3E4;
        border-color:slateblue;
}


.header-container {
        display: flex;
        flex-flow: row-reverse wrap;
}

.header-item {
        border: 0px solid;
        padding: .5em;
        font-weight: bold;
        text-align: center;
}

/* gro�e Viewports */
.menu-container {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
}

.menu-item {
        border: 0px solid;
        margin: .5em;
        padding: 1em;
        font-family: sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        max-width: 12em;
        background:#FFFF80;
        border-radius: 0.5em;
        border-color:slateblue;
}

.menu {
        color:#0000A0;
        text-decoration-line:none;
}

.vorstand-container {
        display: flex;
        flex-direction: column;
}

.vorstand-item {
        display: flex;
        flex-direction: row;
        border: 0px solid;
        margin: .5em;
        padding: .5em;
        width:180px;
        font-weight: bold;
        text-align: left;
        background:#FFF000;
        border-color:slateblue;
}

.links-container {
        display: flex;
        flex-direction: column;
}

.links-item {
        border: 0px solid;
        margin: .5em;
        padding: .5em;
        font-weight: bold;
        text-align: left;
        border-color:slateblue;
}


.profile-container {
        display: flex;
        flex-direction: row;
}

.profile-image {
        border:0px solid;
        width:300px;
}

.profile-text {
        padding-left:0em;
        min-width:300px;
        max-width:400px;
}


.link-container {
        margin-left: 0.5em;
        display: flex;
        flex-direction: row;
}

.link-image {
        border:0px solid;
        width:300px;
}

.link-text {
        padding-left: 50px;
        min-width:300px;
        max-width:400px;
}

.link-item {
        margin: 0.5em;
        padding:0em;
        min-width:560px;
        width:auto;
        font-weight: bold;
        text-align: left;
        background:#8090D0;
}

@media all and (min-width: 40em) {
        .menu-container {
            flex-direction: row;
            flex-wrap: wrap;
        }
        .vorstand-container {
            flex-direction: row;
            flex-wrap: wrap;
        }
        .songlist-container {
            flex-direction: row;
            flex-wrap: wrap;
        }
        .video-container {
            flex-direction: row;
            flex-wrap: wrap;
        }
        .profile-container {
            flex-direction: column;
        }
        .profile-text {
        padding-left:1em;
        }
}