@charset "UTF-8";
/* Reset */

	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, main, div, menu, nav, section {
    display: block;
}

body {
    line-height: 1.3;
}
	
/*mein css */

	html{
		max-width: 110em;
	}

	body {
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		padding: 10%;
		-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
		/*margin: 10%;*/
	}
	
	
	header {
		float: right;
		margin-bottom: 1em;
		position: sticky;
		position: -webkit-sticky;
		top: 0;
	}
	
	footer {
		clear: both;
		width: 100%;
		font-size: 70%;
		text-align: center;
		padding-top: 2em;
	}
	
	#nav-auf {
		font-weight: bold;
		margin: auto;
		height: 3em;
		float: right;
		text-decoration: none;
		position: static;
		/*position: sticky;
		position: -webkit-sticky;
		top: 0;*/
		background-color: white;
		z-index: 2;	
	}
	
	ul {
		list-style-type: none;
		}
		
	#nav-auf li a.active {
		color: white;
		background-color:red;
	}

	#nav-auf li {
		margin-top: 6px;
        margin-right: 3px;
        margin-bottom: 6px;
        margin-left: 3px;
		float: left; 
		}
		
	#nav-auf li a {
		color: black;
		text-decoration: none;
		border: 2px solid black;
		padding: 0.2em;
		background-color: white;
		box-shadow: 2px 2px 5px 0.5px;
		transition: 300ms;
				
	}
	
	#nav-auf li a:focus {
		border: 2px solid green;
		text-shadow: 0, 0, 0, 10px red;
		background-color: blue;
	}
	
	#nav-auf li a:hover {
		color: white;
		background-color: black;
	}
	
	#nav-auf li a:active {
		color: red;
		border: 2px solid red;
		background-color: green;
	}
	
	
	
	.knopf {
		display: none;
	}
	
	h1 {
		width: 60vw;
		float: right;
		display: inline;
		font-size: 36pt;
		font-weight: bold;
		/*clear: both;*/
		margin-bottom: 1em;
      /*  text-align: left;*/
      text-align: center;
	}

	
    h2 {
        font-size: 28pt;
        font-weight: bold;
        text-shadow: 0,0, 5px, 10px, red;
        margin-bottom: 1em;
        text-align: left;
    }
	
	h3 {
		font-size: 16pt;
		font-weight: bold;
		text-align: left;
	}
	
	h4 {
		font-weight: bold;
	}

	h6	{
		font-size: xx-small;
		text-align: center;
		display: inline;
		float: right;
	}
	
	p {
		margin-bottom: 1em;
	}
	
	strong {
		font-weight: bold;
	}

	.italic {
		font-style: italic;
	}
	
	.nix {
		text-decoration: none;
		color: black;		
	}
	
	
	figcaption {
		font-size: 8pt;
		text-align: left;
		margin-top: 1px;
		margin-bottom: 3px;
	}
	
	.mein {
		width: 60%;
        clear: both;
		text-align: justify;
		float: left;
	}
	
		.mein ul {
		list-style-type: disc;
		padding-left: 1em;
	}
	
		.mein ul li {
		margin-bottom: 1em;
	}
	
	
	aside {
		width: 38%;
		float: right;
	}
	
	.einzel {
		list-style-type: square;
		list-style-position: inside;
	}
	
	.imas {		/* image aside */
		width: 100%;
	}
	
	.immain {	/* image main */
		width: 100%;		
	}
	
	.immains {	/* 2 images main */
		width: 49%;
		float: left;
		border-right: 2px solid white;
	}
	
	.red{
		color: red;
	}
	
	.kleines {
		display: none;
	}
	
	.kleinesnix {
		display: block;
	}
	
	.mini{
		display: none;
	}
	
	.logo{
		margin: 1px;
		position: absolute;
		top: 2em;
		left: 1em;
	}
	
/* kuenstler-Seite ohne Parallaxen */

/*	.person-gruppe {
		clear: both;
		margin: 10 vw;
		text-align: justify;
	}
*/	

	#gotop, #gotop a {
		position: fixed;
	}
	
	
	#gotop a {
		text-align: center;
		color: black;
		text-decoration: none;
		font-weight: bold;
		font-size: 10pt;
		background: white;
/*		border-radius: 10px;
	*/	border: 2px solid black;
		padding: 0.2em;
		box-shadow: 2px 2px 5px 0.5px;
/*		width: 2em;
		height: 2em;
*/		bottom: 40px;
		right:40px;
		/*
		margin-left: -5px;
		*/
		opacity: 0.7;
		transition: 200ms;
		z-index: 10;
	}

	#gotop a:hover, #gotop a:focus {
/*		radial-gradient (circle, #555, #282828);
		border-radius: 30px;
*/		color: white;
		background: black;
		box-shadow: 0 0 0 0;
	}
	
	#gotop {
		opacity: 0;
		transition: 1s;
	}
	
/*	
	#gotop {
		opacity: 1 2;
		transition: 500ms;
		
	}
	
	*/
	
/*	#gotop span {
		height: 0;
		width: 0;
		top: -4000em;
		overflow: hidden;
		position: fixed;
	}
*/	
	.portrait-l {
		clear: both;
		width: 35%;
		float: left;
	}
	
	.biotext-r {
		width: 60%;
		padding-top: 3em;
		padding-bottom: 3em;
		float: right;
		text-align: justify;
	}
	
	.portrait-r {
		clear: both;
		width: 35%;
		float: right;
	}
	
	.biotext-l {
		text-align: justify;
		width: 60%;
		padding-top: 3em;
		padding-bottom: 3em;
		float: left;
	}
	
	.show {
		box-shadow: 3px 3px 8px 0.5px black;
		transition: 300ms;
	}
	
	.show:hover, .show:active {
		box-shadow: 0 0 0 0;
		-webkit-filter: blur(5px) grayscale(80%);
		filter: blur(5px) grayscale(80%);
	}
	

/* medienabfrage für Smartphone */



@media all and (max-width: 700px) {
	.logo {
		top: 5em;
		transform: scale(0.7, 0.7);
	}
}

@media all and (max-width : 635px){
	
	.kleines {
		display: inline-block;
	}
	
	.kleinesnix {
		display: none;
	}
	
	.logo {
		margin-bottom: 1em;
	}
	
	h1 {
		margin-top: 1.3em;
	/*	width: 50vw;  */
	}
	
	#nav-auf {
		width: 70%;
		float: right;
		display: none;
		background-color: white;
	}
	
	#nav-auf li {
		float: right;
		width: 70%;
		margin: 20px;
		text-align: center;
	}
	
	#nav-auf li a {
		padding: 0.8em;
	}
    
	.knopf {
		color: black;
		font-size: 22pt;
		font-weight: bold, black;
		text-align: center;
		display: block;
		text-decoration: none;
		border: 2px solid black;
		position: absolute;
		top: 20px;
		right: 20px;
		padding: 0;
		width: 1.2em;
		height: 1.2em;
		cursor: pointer;
		background-color: white;
	}
	
	.knopf-auf:link {
		box-shadow: 2px 2px 5px 0.5px;
				
	}
	
	.knopf-auf:hover, .knopf-auf:active, .knopf-zu:hover, .knopf-zu:active {
		color: white;
		background-color: black;
		box-shadow: 0 0 0 0;
	}
	
	#kopf:target #nav-auf{
		display: block;
		margin-bottom: 10em;
	}
	
	#kopf:target .knopf-auf{
		display: none;
	}
	
	#kopf:target .knopf-zu:link {
		box-shadow: 2px 2px 5px 0.5px;
				
	}

	#gotop a{
		font-size: 16pt;
	}
	
    .mein {
        width: 90%;
        float: none;
        margin: auto;
    }
    
    aside {
        width: 90%;
        float: none;
        margin:auto;
    }
		
	.logo {
		top: 2em;
		transform: scale(0.5, 0.5);
	}
	
	.portrait-r, .portrait-l, .biotext-r, .biotext-l {
		width: 100%;
	}

}

@media all and (max-width : 562px){
	.mininix {
		display: none;
	}
	.mini {
		display: inline-block;
	}
	

	
	h1 {
		margin-top: 2em;
		width: 80vw;
	}
	
	
	#kopf:target #nav-auf{
		display: block;
		margin-bottom: 8em;
	}
	
		.logo {
		top: 0;
		transform: scale(0.4, 0.4);
	}
}
