body, p, h2, td {
    color: #333;
}

p {
    font-size: 0.8em;
}

h2 {
    font-size: 1.6em;
}

/* Navi */
#nav ul li a {
    color: rgba(255, 255, 255, 0.8);
}

#nav ul li a span {
    font-size: 1em;
}
#nav ul li a span.impressum {
    font-size: 0.6em;
}

#nav ul li a span:before {
    line-height: 1.2em;
}

/* Home */

#bandbild {
    width: 100%;
    max-width: 622px; 
}

#naechster_termin {
    color: #dddddd;
    font-size: 0.8em;
    border: 1px solid #333333;
    margin-top: 0.2em;
    padding: 2px;
}

#info {
    color: #dddddd;
    font-size: 1em;
    font-style:italic;
    margin-top: 10px;
    padding: 2px;    
}

/* Termine */
.terminlist {
    padding: 20px 4px 4px 4px;
    background-color: #CCCCCC;
    color: #663366;
}

.terminetable {
    width: 100%;
    background-color: white;
    border-collapse: separate;
    border-spacing: 2px;    

}

.terminetable td {
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #CCCCCC;
    font-size: 0.8em !important; 
    color: #333;
    padding: 0.2em 0.2em 0.2em 0.3em;
    line-height: 1.2em;
}

.terminetable tr.active td {
    background-color: #EEEEEE;
    font-weight: bolder;
    font-size: 0.8em !important;    
}

.terminetable tr.terminyear td {
    border: 1px solid #333;
    background-color: white;
    font-size: 1.2em !important;
}

/* Musiker */
section#musiker.three div.musiker_row {
    clear: both;
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
} 

section#musiker.three div.musiker_50 {
    width: 50%;
    float: left;
    padding-bottom: 24px;
}

section#musiker.three div.musiker_50 a img{
    width: 120px;
}

section#musiker.three div.musiker_33 {
    width: 33.3%;
    float: left;
    padding-bottom: 24px;    
}

section#impressum.three p {
    margin-bottom: 1em;
    line-height: 1.8em;
}

@media screen and (min-width: 961px) {

    .fancybox-is-open .fancybox-stage {
        overflow: hidden;
        margin: 20px 10% 20px 10%;
    }

}

.modal-image {
    width: 50%;
    max-width: 360px;
    min-width: 320px;
    float: left;
}

.modal-image img {
    max-width: 360px;
	padding-right: 5px;	
}

.modal-name {
    font-weight: bold;
    padding-left: 5px;
}

.modal-content {
	clear: none;
}

.modal-content p {
    font-size: 0.8em;
}

.fancybox-button svg {
    color: black;
}

/* Demos */
.demos {
    clear: both;
    width: 100%;
    text-align: center;
}

.demo {
    float: left;
    padding-top: 20px;
    width: 50%;
    min-width: 300px;
    font-size: 1.2em;
    text-align: center; 
}

.demo.left{
    clear: both;
}

.demo audio {
 max-width: 90%;
}


/* Impressum */

#main > section#impressum {
    text-align: left;
}

#main > section#impressum header {
    text-align: center;
}




.container {
    max-width: 1000px;
    margin-bottom: 0.2em !important;
}

header {
    margin: 0 0 0.2em 0;
}

section#home.cover {
    padding: 1em 0 0 0;
    background-color: #000000;
}

#innerLogo img{
    width: 100%;
}


/* Ausblenden des kleinen Logos über dem Menü */

#header {
    background-image: none;
    background-color: black;
    padding-top: 80px;
}

/* Einblenden des kleinen Logos über dem Menü */

@media screen and (min-width: 961px) and (max-width: 1880px) {

    #header {
        padding-top: 20px;
    }

    #header.move
    {
        padding-top: 120px;
        background-image: url("../images/layout/logo_masthead.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;        
    }   

}

@media screen and (min-width: 961px) and (max-width: 1320px) {

    #header.move
    {
        padding-top: 80px;
        background-image: url("../images/layout/logo_masthead.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;        
    }    
}

@media screen and (max-width: 960px) {

    #header.move
    {
        padding-top: 80px;
        background-image: url("../images/layout/logo_masthead.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;        
    }    
}       