/*
	CSS for Marburger Konzertverein on "marburger-konzertverein.de"
	© Thomas Eckert <t.eckert@marburger-konzertverein.de> 2017–2022

	Design colors
	• MKV Ground: yellow #ffe61a (cmyk(0%, 10%, 90%, 0%); Other versions: #FFEE47, #FFED38, #FEF432, #FFF30F)
	• MKV Sheet: white #FFFFFF with opacity gradient .8 to .55 over yellow MKV background
	• MKV Text dark: very dark brown #360E10 = rgb(54,14,16) = (21,5,6)%
	• MKV Text lighter: dark brown #661B1F = rgb(102,27,31) [rgb(74,43,21)??] = (40,11,12)%
	• MKV Text faded: opacity .6 (class="sub")

	Design fonts
	• MKV Title: Sorts Mill Goudy (Google fonts)
	• MKV Text: EB Garamond @ 16pt
	• MKV Sans: Lato:300
*/

/*2022 no longer conformal to DSGVO (remote fonts at google server)*/
/*@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Sorts+Mill+Goudy&subset=latin-ext');*/
/*@import
url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');*/

/*@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-regular.woff2') format('woff2'),
       url('../fonts/eb-garamond-v26-latin-ext_latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-italic.woff2') format('woff2'), 
       url('../fonts/eb-garamond-v26-latin-ext_latin-italic.woff') format('woff'); 
}*/

/* eb-garamond-regular - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-500 - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-600 - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-700 - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-800 - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-italic - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-500italic - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-600italic - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-700italic - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-800italic - latin-ext_latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 800;
  src: local(''),
       url('../fonts/eb-garamond-v26-latin-ext_latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/eb-garamond-v26-latin-ext_latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-100 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-100italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* lato-italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {font-family: 'EB Garamond', serif; font-size: 16pt; color: #360E10}

body {height: 100%; margin: 0; padding: 0; background: #ffe61a; font-feature-settings: "onum" 1}
@supports (font-variant-numeric: oldstyle-nums) {
    body {font-feature-settings: normal; font-variant-numeric: oldstyle-nums}}
body::after {content: ""; background: url("MKV Signet 1785.svg") no-repeat; background-position: top right; opacity: .03; top: -2em; left: 1em; bottom: 1em; right: -2em;
  position: fixed; z-index: -1; background-size: 60ex auto}

a {text-decoration: none; color: #661B1F}
a:hover {color: #904C34}
a:visited {opacity: .8}

p {margin: 1.2ex 0 0 0}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {font-weight: 600; font-size: 100%; margin: 1.2em 0 0  0; color: #360E10}
h1 {margin-top: 2em; font-size: 140%}
h2 {margin-top: 1.4em; font-size: 120%; color: #661B1F}
h3 {margin-top: 1.4em; font-style: italic}
p:first-child, h1:first-child, h2:first-child, h3:first-child, h2+p, h3+p, h4+p {margin-top: .6ex}

strong, b {font-weight: 600}

ul {list-style-type: square; padding: 0}
ul li {margin: .6ex 0 0 4ex}

ul.compact {break-inside: avoid-column; -webkit-column-break-inside: avoid;
  page-break-inside: avoid; display: table;	/* workaround */}
ul.compact li {margin: .2ex 0 0 4ex}

blockquote, fieldset {border: 0; margin: 1em 2em; padding: 1em 2em; text-align: left; 
	color: rgba(54,14,16,.6);
	background-image: linear-gradient(top, rgba(255,255,255,.65) 0, rgba(255,255,255,.55) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.65) 0, rgba(255,255,255,.55) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.65) 0, rgba(255,255,255,.55) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,.65) 0, rgba(255,255,255,.55) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.65) 0, rgba(255,255,255,.55) 100%);
	quotes: '»' '«' '„' '“'}
blockquote .author {text-align: right; opacity: .6; font-style: italic}

fieldset {margin: 1ex; padding: 1ex}

label {display: inline-block; width: 35%; text-align: right}
label.required {font-weight: 600}
input[type='radio'] + label, input[type='checkbox'] + label {
	display: block; width: auto; text-align: left}

input, textarea, button {
	border: 0; background-color: rgba(0,150,255, .1);
		/*248, 180, 108, 0.2);/*50,50,0,.05);/*255, 255, 255, .5);*/
	font-family: 'EB Garamond', serif; color: #360E10; font-size: 100%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input[type='text'], input[type='email'], input[type='tel'], 
	input[type='password'], input[type='url'] {width: 60%}
textarea {width: 100%}
input[type='number'] {width: 2.5em; text-align: right}
input[type='checkbox'], input[type='radio'] {float: left; width: auto; margin-right: .5em}
input[type='checkbox']~label:hover, input[type='radio']~label:hover {background: rgba(50,50,0,.05)}
button, input[type='button'], input[type='submit'], input[type='reset'] {
	min-width: 6em; margin: .4ex; background: rgba(255,255,0,.8); font-weight: 600}
button:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover {
	background: rgba(255,255,0,.4); margin: .4ex; font-weight: 600}
/*input::before {content: attr(name); display: inline-block; width: 5.5em; text-align: right}*/
textarea {vertical-align: top}
.concertsseries input[type='checkbox'] {display: block; float: left; margin: 1ex 1ex -1ex -1.2em}

header {position: relative; width: 100ex; margin: 1ex auto 0 auto; padding: 2ex 9ex 0 9ex; /*font-family: 'Sorts Mill Goudy', serif; font-size: 2.6em; font-weight: normal; text-align: center; text-transform: uppercase;*/ z-index: 1001}
header a {color: #360E10}
header a:hover {color: #661B1F}

article {position: relative; width: 118ex; margin: -2ex auto 0 auto; padding: 2ex 9ex 0 9ex; /*background: url("MKV Signet.svg") no-repeat top right; background-size: 12em;*/ text-align: center}

nav {z-index: 1000; position: relative; display: block; margin: -4ex 9ex 1ex 9ex; background: rgba(231,215,173,.8)/*#E7D6AD*/; font-size: 100%}
nav a, nav a:visited, nav .main {position: relative; display: inline-block; padding: .5em 1.4ex; text-align: center; color: #360E10}
nav a:hover, nav .main:hover, nav .main-content a:hover {background: #360E10; color: #E7D6AD}
nav .main-content {display: none; position: absolute; min-width: 10em; margin: .5em -1.4ex 0 -1.4ex; box-shadow: 0px 8px 8px 0px rgba(74,43,21,0.05)	}
nav .main-content a {display: block; background: #E7D6AD; opacity: .95; text-align: left}
nav .main:hover .main-content, nav .main:active .main-content {display: block}

footer {position: relative; display: block; margin: 0 10.3ex .6ex 10.3ex; border-top: 1px #661B1F solid; padding: 1ex 0; font-size: 90%}
footer a {padding: 0 1em; border-left: 1px #661B1F solid; color: #661B1F}
footer a:first-child {border: none}
footer a:hover {color: #360E10}

main {position: relative; border: 0; margin: 0 9ex; padding: 2em 1em 2em 2em;
	min-height: 20em; text-align: left; color: #360E10;
	background-image: linear-gradient(top, rgba(255,255,255,.8) 0, rgba(255,255,255,.55) 100%);
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.8) 0, rgba(255,255,255,.55) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.8) 0, rgba(255,255,255,.55) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,.8) 0, rgba(255,255,255,.55) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.8) 0, rgba(255,255,255,.55) 100%)}
aside {min-height: 5em; width: 37ex; float: right; margin: 0 -35ex 0 1ex; padding: 1.3em;
	padding-bottom: 1ex;
	background-image: linear-gradient(top, rgba(231,215,173,.8) 0, rgba(231,215,173,.6) 100%);
	background-image: -webkit-linear-gradient(top, rgba(231,215,173,.8) 0, rgba(231,215,173,.6) 100%);
	background-image: -moz-linear-gradient(top, rgba(231,215,173,.8) 0, rgba(231,215,173,.6) 100%);
	background-image: -o-linear-gradient(top, rgba(231,215,173,.8) 0, rgba(231,215,173,.6) 100%);
	background-image: -ms-linear-gradient(top, rgba(231,215,173,.8) 0, rgba(231,215,173,.6) 100%)}


/*main td a {color: #3b3b3b; font-weight: 600}*/

td, th {padding: 0 2ex 0 2ex; text-align: center}
/*table {margin: 0 auto; border-collapse: separated; border-spacing: 0; color: #360e10; border-bottom: 1px solid #360e10; ; opacity: .8}
th, td {border-top: 1px solid #360e10; padding: 0.25em 0.5em; vertical-align: center; text-align: center; font-weight: normal; white-space: nowrap}
thead th, thead td, tfoot th, tfoot td {border-bottom: 1px solid #ffe; background: #360e10; color: #e7d6ad}
tr:nth-child(odd) {background: #e7d6ad}
tr:nth-child(even) {background: #ffe}*/
/*tbody tr.odd th, tbody tr.odd td {border-color: #360e10; background: #e7d6ad}*/

.sub {font-size: 80%; opacity: .6}
.decent {opacity: .6; font-weight: normal}
.remark {opacity: .6; font-style: italic}
.signature {margin: 1ex 0 0 0; font-style: italic; opacity: .6}
.source {margin: 0 0 1ex 0; font-style: italic; text-align: right; opacity: .6}
.important {color: darkred}
.separator {text-align: center; margin: 1em 0 1em 0}

.link {float: right; font-size: .85rem; opacity: .6; padding-left: 1ex}
	.link::before {content: "▶︎ "; font-style: normal; font-size: 80%}

article img {float: right; max-width: 60%; margin: 0 0 .6ex .8ex}
article figure {margin: 0; padding: 0}
article figcaption {display: inline-block; text-align: left; font-style: italic; font-size: 67%; opacity: .4; line-height: 100%}
article .mini-portrait {border-radius: 50%; max-height: 5em; opacity: .7}
article .mini-portrait:hover {opacity: .9}

#credits {display: none; position: absolute; bottom: 0; right: 0; width: 44%;
	background-image: linear-gradient(top, rgba(231,215,173,.95) 0, rgba(231,215,173,.7) 100%);
	background-image: -webkit-linear-gradient(top, rgba(231,215,173,.95) 0, rgba(231,215,173,.7) 100%);
	background-image: -moz-linear-gradient(top, rgba(231,215,173,.95) 0, rgba(231,215,173,.7) 100%);
	background-image: -o-linear-gradient(top, rgba(231,215,173,.95) 0, rgba(231,215,173,.7) 100%);
	background-image: -ms-linear-gradient(top, rgba(231,215,173,.95) 0, rgba(231,215,173,.7) 100%);
	margin: 0 -2em 3em 0; padding: 2em; list-style: none; text-align: left;}
#credits li {margin-left: 0}

.twocols {columns: 2; -webkit-columns: 2; -moz-columns: 2; -o-columns: 2; -ms-columns: 2;
	column-gap: 3em; -webkit-column-gap: 3em; -moz-column-gap: 3em; -o-column-gap: 3em; -ms-column-gap: 3em}
.newcol {break-before: column; -webkit-column-break-before: always}
.column {display: inline-block; max-width: 42ex; vertical-align: top; margin-right: 2em}


.concertsseries .concert {display: block; position=relative; margin-top: 3em;
	width=100%;
}
	.concertsseries .concert:after {clear: both; content: ""; display: table}
.concertsseries .concert .ID {display: block; float: left; margin-left: -4em; 
	width: 2.6em; background: rgba(54,15,26,.1); font-family: 'lato'; font-weight: 100;
	text-align: center; color: white; line-height: .8; padding: .3ex}
.concertsseries .concert .ID p:first-child {font-size: 200%}
.concertsseries .concert .ID p:nth-child(2) {font-size: 80%}

.concertsseries .concert h1 {font-size: 110%; font-weight: 600; margin: 0; padding: 0; margin-top: .8em}
.concertsseries .concert h2, .concertsseries .concert h3 {font-size: 100%; margin: 0; padding: 0}
.concertsseries .concert h3 {font-weight: normal}
.concertsseries .concert h4 {margin-top: 1.4em; font-style: italic}
.concertsseries .concert .artists {margin: .4ex 0 0 0; padding: 0; list-style: none}
.concertsseries .concert .artists li {margin: 0 0 0 2ex; padding: 0; 
	font-style: italic;	text-indent: -2ex}
.concertsseries .concert .programme {margin: 1.2ex 0 0 0; padding: 0;
	list-style: none}
.concertsseries .concert .programme li {margin: .2ex 0 0 2ex; text-indent: -2ex}
.concertsseries .concert p {margin: .6ex 0 0 0; opacity: .75}
.concertsseries .concert div p {font-style: normal}

.concertsseries > h1 {margin-top: 3.8em}
.concertsseries > h2 {margin-top: 2.8em; text-align: center}
.concertsseries > h3, .concertsseries > h4, .concertsseries > h5 {margin-top: 2.2em}

form .concertsseries .concert {margin-top: 1.8ex}
form .concertsseries .concert h1 {font-size: 100%; font-weight: 600; margin: 0; padding: 0}

.concert .artist, .concert .item, .concert .description {margin: 2.1ex 0  2.1ex 0}


.contact {margin-top: 1ex; page-break-inside: avoid; -webkit-column-break-inside: avoid;
	break-inside: avoid-column; display: table; /* workaround */
}
.contact div {display: inline}
.contact .name {font-weight: bolder}
.contact .function::before {content: " · "}
.contact .street::before {content: "\a"; white-space: pre}
.contact .place::before {content: " · "}
.contact .phone::before {content: "\a Fon "; white-space: pre}
.contact .fax::before {content: " · Fax "}
.contact .email::before {content: "\a eMail "; white-space: pre}
