/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general
----------------------------------------------- */

body {
font-size:100.01%;
margin-top:3em;
}

#navigation {
float:left;
position:fixed;
}

#navigation a {
display:block;
}

#navigation img {
margin-top:3em;
display:block;
}

#contentWrap {
margin-left:10em;
}

#content {
margin:0 auto;
width:34em;
text-align:center;
}

.press #content, .musiker #content, .programs #content {
text-align:left;
}


a:link {
color:#000000;
}

a:visited {
color:#555555;
}

strong {
font-weight:700;
margin-top:1em;
display:block;
}

h1 {
font-size:2em;
}

h3 {
font-size:1.5em;
}

h4 {
font-size:1.2em;
margin-bottom:1em;
}


.cds #content {
width:36em;
}

.cds #content p {
float:left;
width:12em;
height:15.5em;
}


/* l10n_lang_list
----------------------------------------------- */

.l10n_lang_list {
margin-top:3em;
}

.l10n_lang_list .de-de {
1display:none;
}


/* event liste
----------------------------------------------- */


.Jahr {
1text-align:left;
font-size:2em;
margin-top:1em;
margin-bottom:.7em;
}

.datum {
1text-align:right;
text-align:left;
float:left;
1width:10em;
}

.beschreibung {
1margin-left:11em;
margin-left:10.5em;
margin-bottom:1em;
text-align:left;
}

/*  musicians
----------------------------------------------- */


.divider {
display:block;
1clear:both;
margin-top:6em;
}

.musiker .article-image {
float:left;
margin-right:1em;
1width:25%;
1height:25%;
}

.musiker p {
1margin-bottom:1em;
}

/*  intro
----------------------------------------------- */
.introWrap {
width:567px;
margin:0 auto;
}

/*  gallery
----------------------------------------------- */

.images {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
    grid-gap: 1.5rem;
}

.images img {
    max-width: 100%;
    object-fit: cover;
}