html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:inherit;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	border:0;
	outline:0
} 
	
article,aside,figure,figure img,hgroup,footer,header,nav,section{
	display:block}
	
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}

input,select{ 
	vertical-align:middle}

a img{
	border:0}
	
:focus{
	outline:0}
 
a:hover,a:active{
	outline:none}*
	{-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box}

html, body{
	height: 100%}
	
h1, h2{
	font-size: 2.5em;
	font-weight:bold;
	padding-bottom: 1em;
	margin-top: 1em;
	}	


h2{
	border-top: 2px solid black;
	}	

@media (max-width: 1140px){h1, h2 {max-width:560px; margin:0}}
@media (min-width: 1140px) and (max-width: 1440px){h1, h2 {font-size:1.5em}}
@media (max-width: 800px){h1, h2{margin:0 0 1.45em 20%;max-width:75%;font-size:1.7em}}
@media (max-width: 600px){h1, h2{font-size:1.3em}}

h3 {
	font-size: 1.5em;
	padding-bottom:.5em;
	margin-top:.5em;
	/*border-top: 1px solid black;*/
	}	
	
h4 {
	font-size: 1.2em;
	padding-bottom:.5em;
	margin-top:.3em;
	border-top: 1px solid black;
	}	


@media (max-width: 1140px){h3, h4 {max-width:560px; margin:0 0 1.45em 0}}
@media (min-width: 1140px) and (max-width: 1440px){h3, h4 {font-size:1.15em}}
@media (max-width: 800px){h3, h4{margin: 0 0 .45em 20%;max-width:75%;font-size:1.3em}}
@media (max-width: 600px){h3, h4{font-size:1.05em}}



body{
	font-size:100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background:#000;
	color:#FFF;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased}

#site-wrapper {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: table;
}


/*Bilder Skalierung*/
	
img, object, embed, video, iframe {
	max-width: 100%;
	_width: 100%;
	height:auto;
	display:block;} /* Fluid images */
	 
img {
	border: 0;
	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
	
svg:not(:root) {
	overflow: hidden} /* Correct IE9 overflow */

	
::selection{
	background:#000}
	
::-moz-selection{
	background:#000}

img::selection{
	background:transparent}

img::-moz-selection{
	background:transparent}
	
body{
	-webkit-tap-highlight-color:#000}

/*Links*/

a,a:visited{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #000;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	-webkit-transition:all 0.35s ease;
	transition:all 0.35s ease;
	}
	
a em,a:visited em{
	font-style:italic}
	
a:hover{
	opacity:.5}

/*Navigation*/
.nav{
	position: absolute;
	top:0;
	left:0;
	padding-top:5%;
	padding-left: 2%;
	z-index:100;
}

.nav li{
	margin:0 0 1.45em}

.nav a{
	font-size:1.65em;
	font-weight:normal;
	border:none}
	
@media (max-width: 1140px){
	.nav{
		position:absolute;
		margin-top:740px;
		top:0;
		padding: 7%;
		right:auto;
		left:0;
		z-index:100}
		
	.nav li{
		display:block;
		margin:0 0 1.45em 0}}
		
@media (max-width: 600px){
	.nav{
		position:absolute;
		margin-top:430px;
		top:0;
		left:0;
		padding:5%;
		z-index:100}}

.sticky {
	position: fixed;
	margin-top:0;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;}

/*Portrait*/
#portrait{
	overflow: hidden;
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	width:60%;
	background:#000;
	padding:5%}
	
@media (max-width: 1140px){
	#portrait{
		position: absolute;
		top:0;
		left:0;
		right:auto;
		width:100%;
		height:750px;
		background-position:50% 20%}}

@media (max-width: 600px){
	#portrait{
		height:400px}}

/*Inhalt linke Spalte*/

#left-wrapper{
	/*overflow: scroll;*/
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	color:#151515;
	background:#FFF;
	width:40%;
	margin:0 auto;
	padding: 2% 5% 2% 7%}
	
@media (max-width: 1140px){
	#left-wrapper{
		position:relative;
		margin-top:750px;
		width:100%;
		padding:5em 20% 2em;
		overflow:visible}}
			
@media (max-width: 800px){
	#left-wrapper{
		padding:3em 5%}}

@media (max-width: 600px){
	#left-wrapper{
		margin-top:400px;
		padding:2em 5%}}

#left-wrapper p{
	margin:0 0 1.5em;
	line-height:1.45em;
	font-size:1.25em;
	-moz-font-feature-settings:"liga=1, dlig=1";
	-ms-font-feature-settings:"liga", "dlig";
	-o-font-feature-settings:"liga", "dlig";
	-webkit-font-feature-settings:"liga", "dlig";
	font-feature-settings:"liga", "dlig";
	-webkit-hyphens:auto;-moz-hyphens:auto;
	-ms-hyphens:auto;hyphens:auto}

#left-wrapper p em{
	font-style:italic}
	
@media (max-width: 1140px){#left-wrapper p{max-width:560px;margin: 0 0 1.45em 1em}}
@media (min-width: 1140px) and (max-width: 1440px){#left-wrapper p{font-size:.975em}}
@media (max-width: 800px){#left-wrapper p{margin:0 0 1.45em 20%;max-width:75%;font-size:1.125em}}
@media (max-width: 600px){#left-wrapper p{font-size:.925em}}

#left-wrapper .small{
	font-size: 1em;} 
	
@media (min-width: 1140px) and (max-width: 1440px){#left-wrapper .small{font-size:.825em}}
@media (max-width: 800px){#left-wrapper .small{font-size:1em}}
@media (max-width: 600px){#left-wrapper .small{font-size:.775em}}



.no-js #left-wrapper p{
	font-size:1.5em}
@media (max-width: 600px){.no-js #left-wrapper p{font-size:1em}}


/* sections */

#konzerte{
	/*border-bottom: 2px solid #000;*/
	
}

#konzerte p{
	/*margin: 0 0 0.8em;*/
	}

#bio{}

#foto{}

#contact{}

#contact li{
	padding-bottom:0.5em;
	font-size: 1.1em;}

@media (max-width: 1140px){#contact li{max-width:560px;margin:0 auto 1em auto}}
@media (min-width: 1140px) and (max-width: 1440px){#contact li{font-size:.875em}}
@media (max-width: 800px){#contact li{margin:0 0 1em 20%;max-width:75%;font-size:.9em}}
@media (max-width: 600px){#contact li{font-size:.875em}}
	

#imprint{}

#imprint li{
	padding-bottom:0.5em;
	font-size: 1.1em;}

@media (max-width: 1140px){#imprint li{max-width:560px;margin:0 auto 1em auto}}
@media (min-width: 1140px) and (max-width: 1440px){#imprint li{font-size:.875em}}
@media (max-width: 800px){#imprint li{margin:0 0 1em 20%;max-width:75%;font-size:.9em}}
@media (max-width: 600px){#imprint li{font-size:.875em}}


footer{
	border-top: 2px solid black;
	padding-top: 2%;
	margin-top: 2%;
	}
	
footer p{
	font-size:0.9em;}

@media (max-width: 1140px){footer p{max-width:560px;margin:0 auto 1em auto}}
@media (min-width: 1140px) and (max-width: 1440px){footer p{font-size:.825em}}
@media (max-width: 800px){footer p{margin:0 0 1em 20%;max-width:75%;font-size:.9em}}
@media (max-width: 600px){footer p{font-size:.775em}}

		
	
#monogram{
	position:absolute;
	bottom:5.5%;
	right:2.5%;
	width:60px;
	display:block}
@media (max-width: 1140px){#monogram{top:2.5%;right:2.5%;width:12.5%;max-width:60px}}


#ingolf{
	background:#FFF}
@media (max-width: 1140px){#ingolf{background:#FFF}}

#ingolf #left-wrapper{background:#FFF}
#ingolf #left-wrapper p{color:#151515}
#ingolf #left-wrapper a{color:#151515;border-color:#151515}
#ingolf .nav a{color: #333}

@media (max-width: 1140px){#ingolf .social a{color:#212121}}


/* Embedd Container for YouTube Videos */

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

@media (max-width: 1140px){.embed-container{max-width:560px;margin: 0 0 1.45em 1em}}
@media (max-width: 800px){.embed-container{margin:0 0 1.45em 20%;max-width:75%;}}



.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}


/*codedirection*/

.codedirection { 
	unicode-bidi:bidi-override; 
	direction: rtl;}


/*Modal*/

.modalDialog {
	position: fixed;
	overflow: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #eee;
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	text-decoration: none;
	
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 100%;
	height:100%;
	position: relative;
	margin: 0;
	padding:5% 20%;
}

@media (max-width: 1140px){.modalDialog > div{}}
@media (min-width: 1140px) and (max-width: 1440px){.modalDialog > div{}}
@media (max-width: 800px){.modalDialog > div{ padding: 10% 10%}}
@media (max-width: 600px){.modalDialog > div{padding: 100px 2%}}

.closeModal {
	position: absolute;
    top: 5%;
    right: 5%;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
	text-decoration:none;
}

.closeModal a, a:visited {
	border-bottom: none;
}

.closeModal:hover { opacity: .3; }

::-moz-selection {
    text-shadow: none;
    background: #c09a5d;
}

::selection {
    text-shadow: none;
    background: #c09a5d;
}


