/* CSS Document */

body,
html {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}

.pimg1,
.pimg2,
.pimg3 {
    position: relative;
    opacity: 0.95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.pimg2{
    background-position: top;
}


.pimg1 {
    background-image: url('../images/bglive01.jpg');
    min-height: 80%;
    background-position: top;
}

.pimg2 {
    background-image: url('../images/bglive06.jpg');
    min-height: 90%;
}

.pimg3 {
    background-image: url('../images/bglive03.jpg');
    min-height: 0%;
}


.section,
.section-dark {
    text-align: center;
    font-size: 1.5em;
    min-height: auto;
    vertical-align: middle;
    padding: 10em 0;
}

.section h1,
.section-dark h1 {

    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 3em;
    text-transform: uppercase;
}

.section h2,
.section-dark h2 {

    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";    
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 3em;
    text-align: left;
}

.section p,
.section-dark p {
    margin-top: 3em;
}

.section .one-column,
.text-table,
.text-table tr th {
    text-align: left;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    column-count: 1;
    column-gap: 5em;
    font-weight: 100
}


.section .text-table tr{
    height: auto;
    cellpadding: 2em;
}

.section .text-table tr td:first-child {
    padding-left: 0;
    padding-right: 1em;

}

.section .text-table tr td:last-child {
}

.section .text-table tr td {
    padding-left: 1em;
    vertical-align: top;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #ccc;
    width: 20em;
}

.section .text-table ul {
    list-style: inside;
}

.section-light {
    background-color: #f4f4f4;
    color: #666;
}

.section-dark {
    background-color: #666;
    color: #ddd;
}

.about-conainer {
    max-width: 1050px;
    margin: auto;
    padding: 1em;
}

.section-dark h2 {
    width: auto;
    margin-bottom: 1em;
}

.section-dark p {
    column-count: 1;
    text-align: justify;
    padding-bottom: 1em;
    margin: 0;
}

.ptext {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: brandon-grotesque, sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2em;
}

.ptext p {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 10px;
    width: auto;
    max-width: 850px;
    margin: auto;
    line-height: 2em;
}


.ptext .zitat-ende {
    color: #555;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 0.9em;
    text-align: right;
    text-transform: none;
    letter-spacing: 0.05em;
    padding: 0 10px 10px 10px;
}




@media(max-width: 600px) {
    .pimg1,
    .pimg2,
    .pimg3 {
        background-attachment: scroll;
    }
    .ptext {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .section p,
    .hard-facts-conainer tbody {
        font-size: 14px;
        font-size: 20px;
        line-height: 1.5em;
    }

    .section {
        padding: 2em 0;
    }
    table {
        font-size: 0.5em;
    }
}



@media(max-width: 1050px) {
    .section-dark p {
        padding: 0 1em;
    }
    .hard-facts-conainer {
        margin: 0 1em;
    }

}
.upcomingshows {
}
.previousshows td:first-child{
    text-decoration: line-through;
}
