body {
	background-color: black;
}
	
a
{
    font-style: italic;;
    color: #d0d0d0;
    text-decoration: none;
}

a:hover
{
    color: #808080;
    text-decoration: underline;
}

a.Menu_Normal
{
    color: #808080;
    font-size: 35px;
    width: 195px;

}
a.Menu_Selected
{
    color: #000000;
    font-size: 35px;
    width: 195px;
}


a.Menu
{
    font-size: 50px;
}

a.StartPage:hover
{
    color: #d0d0d0;
}


span.item
{
    font-weight: bold;
    letter-spacing: 5px;
}


.newsletterButton {
    background-color: #707070!important;
    color: #c0c0c0!important;
    width: 500px!important;
    height: 25px!important;
    border: 1px solid #505050!important;
    margin-top: 5px!important;
    font-size: 15px!important;
}

select, input[type=file]
{
    height: 23px !important;
}

input, button, select
{
    width: 500px;
    height: 20px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #505050;
    color: #000000;
    margin-top: 5px;
}

input.medium, button.medium, select.medium, textarea.medium {
    width:400px;
}

input.small, button.small, select.small, textarea.small {
    width:100px;
}


input.mini, button.mini, select.mini, textarea.mini {
    width:50px;
}



textarea
{
    width: 500px;
    font-size: 11px;
    background-color: #ffffff;
    border: 1px solid #505050;
    color: #000000;
    margin-top: 5px;
}

div.Track {
    cursor: pointer;
}

.TrackPosition
{
    color: #c0c0c0;
    padding-left: 5px;
    padding-right: 10px;
}
.TrackArtist
{
    font-weight: bold;
    padding-left: 5px;
    padding-right: 10px;
}

.TrackTitle
{
    padding-left: 5px;
    padding-right: 10px;
}

.TrackVersion
{
    font-style: italic;
    padding-left: 5px;
    color: #bbbbbb;
    padding-right: 10px;
}

.TrackSeparator {
    padding-left: 2px;
    padding-right: 2px;
}

.infotext
{
    text-align:justify;
}


@font-face {
    font-family: "TEARDROP BY BLASTTO";
    src: url("/TEARDROP_BY_BLASTTO.TTF") format("truetype");
}

body {
    font-size: 17px;
    margin: 0 auto;
    max-width: 75%;
    min-height: 100vh;
    font-family: sans-serif;
    color: #ffffff;
    color: #000000!important;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 150px 1fr 100px;
    gap: 0.5em;
    background-image: url("/seelen_v4_background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #cc0000;
}

.myBlub {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}
.myBlub1 {
    grid-column: 1 ;
    grid-row: 1;

}
.myBlub2 {
    grid-column: 2 ;
    grid-row: 1;

}
.myBlub3 {
    grid-column: 3 ;
    grid-row: 1;

}
.myBlub4 {
    grid-column: 4 ;
    grid-row: 1;

}

.myBump {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}


.myBump1 {
    grid-column: 1 ;
    grid-row: 1;
}

.myBump2 {
    grid-column: 2 ;
    grid-row: 1;
}
header,
article,
footer {
    border-radius: 0.5em 0.5em;
    border: 0;
    color: #ffffff;
}

header {
    grid-column: 1 / span 2;
    grid-row: 1;
    text-align: left;
    font-size: 120px;
    padding: 15px;
    font-family: "TEARDROP BY BLASTTO", sans-serif !important;
    border: 0px solid #00cc00;

}

nav  {
    grid-column: 1;
    grid-row: 2 / 4;
    border-radius: 0.5em 0.5em;
    border: 0px solid #c0c0c0;

}

article {
    border: #c0c0c0 0px solid;
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    padding: 10px;
}

footer {
    border: 0px solid #8a9da8;
    grid-column: 1 / span 2;
    grid-row: 4;
    text-align: center;
    gap: 0.5em;
}

li.navi {
    list-style-type: none;
    padding-bottom: 1em!important;
    font-size: larger;
}

ul {
    padding-left: 15px;
}


.readonly {
    background-color: #505050;
    color: #c0c0c0;
}

.newsDate, .eventDate {
    font-weight: bold;
}

.newsHeadline, .eventName {
    font-weight: bold;
    font-style: italic;
}

.newsText {
    text-align: justify;
    width: auto;
}

.newsItem {
    display: flex;
    flex-direction: row;
}

.Error {
    font-weight: bold!important;
    color: #cc0000!important;
}

.Error.large {
    font-size: 20px;
}
.Error.small {
    font-size: 15px;
}

.Note {
    font-weight: bold!important;
    color: #550000!important;
}

.Note.large {
    font-size: 20px;
}
.Note.small {
    font-size: 15px;
}

.Success {
    font-weight: bold;
    color: #008000;
}

.Success.large {
    font-size: 20px;
}

.Success.small {
    font-size: 15px;
}

.MainMenuLink {
    font-weight: bold;
    font-size: larger;
}


h1 {
    font-size: 25px;
    letter-spacing: 10px;
}

h2 {
    font-size: 20px;
}


.eventText {
    text-align: justify;
}

.eventLineupItem {
    font-style: italic;
    font-size: 12px;
}

.soldOut {
    color: #cc0000;
    font-style: italic;
    text-decoration: line-through;
}
