body {  background: WhiteSmoke;  }

#page-container {
        width:800px;
        margin:auto;
        padding-top: 20px;
		}

#leftcol {  }

#rightcol {  }

#buttonlink {
                margin-top: 30px;
                margin-bottom: 20px;


}


#einleitung {

                font-style:italic;
                font-family: Georgia, serif;
                font-size: 16px;
                text-align: justify;
                margin-bottom: 10px;
	width:700px;
}

#upcomingdates {  margin-bottom: 30px;}

#upcomingdatestext {

    height: 52px;
    margin-top: 20px;
    margin-bottom: 10px;

}
span {

    height: 52px;
    display: table-cell;
    vertical-align: middle;
}



#pastdates {
                    margin-top: 30px;
                    margin-bottom: 20px;
}

#slider {
            width: 700px;
            margin: 20px 0 20px 0;
}


.uberschriftfontstyle {color: #4282bc;
    font-family: Georgia serif;
    font-style:italic;
    font-size: 20px;
    font-weight: bold;
}

#page-container p {
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
}

#footer {

        height: 66px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        border-top: 1px solid #000000;

        margin-bottom: 60px;
        line-height: 18px;
}


#footer #copyright {
        padding-top: 13px;
}

#footer a {
        color: #000000;
        text-decoration: none;     
}

#footer a:hover{color:#4282bc;}


#showlink a:link {text-decoration: none; }
#showlink a:visited {text-decoration: none; }
#showlink a:active {text-decoration: none; }
#showlink a:hover {text-decoration: none; }



table { border-collapse: collapse; }


.uptr {font-size: 16px;
    font-family: Georgia, serif;
    font-style:italic;
     }

.pasttr {font-size: 12px;
    font-family: Georgia, serif;
    font-style:italic;
}

td {
        height: 30px;

}



.link {  text-align: right;
        padding-top: 3px; padding-right: 20px;
        width: 20px;
}

.link-interview {  text-align: right;
        padding-top: 3px; padding-right: 20px;
}

.datum {  text-align:right }

.ort {  padding-left: 20px;  }

.lineup { padding-left: 20px; }

.hid {
    display:none;
}

.btn-primary {
    color: #fff;
    background-color: #862C2C;
    border-color: #862C2C;
}

/* Super! */


#logo-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeOut 1s ease 1.5s forwards;
  }

#logo-intro img {
    max-width: 60vw;
    max-height: 60vh;
  }

@keyframes fadeOut {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
