/* CSS Document */
head,body{
 width: auto;
  margin: 0;
  padding: 0;

	background-color:white;
}



html {
  overflow-x: hidden;
	max-width: 100%;
}
.main{	

	width:100%;
	height:100%;
}

ul, li{
	list-style-type: none;
	text-decoration: none;	
	 margin: 0;
 	 padding: 0;
}



a, h1, p, p2, p3{display: block;
font-family: gopher, sans-serif;
font-style: normal;
letter-spacing: 0em;
color:red;
text-decoration: none;
}

h1{font-size: 13pt;
line-height: 2em;
text-align: center;
font-weight: 500;}


a{font-size: 13pt;
line-height: 1.7em;
letter-spacing: 0.005em;
font-weight: 500;}

.links a{
	display:block;
}

.links{
	padding: 1em;
}

.rechts{
	padding:1em;
}

.contentgroup{display:block; width:auto;padding-bottom:10em;}
.content{display:block; width:auto;padding-bottom:10em; }
.werke{text-align: center; display:inline-block; width: auto}
.center{text-align: center;width:100%;}

.logo{

	background-color:white;
	max-width: 80px;
	position: fixed;
	right:2em;
	bottom:2em;
	display:none;
}

.image{
	width: auto;
    max-height: 80vh;
	max-width: 90vw;
	margin:0 auto;
	padding: 0em 0em 0em 0em;
	display:block;
	height:auto;
}


.contentgroup img{
	height: 75vw; max-height: 75vh;
}

img{ margin-left: auto;
  margin-right: auto;
	width: auto;
    max-height: 80vh;
	max-width: 90vw;
	margin:0 auto;
	padding: 0em 0em 0em 0em;
	display:block;
	height:auto;}

button{color: red; border: none; outline:none; width: 150px; height: 100px;font-size:20pt; margin-bottom: -0.8em; background-color: white; }

.werke a, p, p2, p3{ font-size: 11pt;
	text-align: center;
	width: 100%;
	padding:0;
	margin-top:0em;
	color:rgba(73,73,73,1.00);
	display: inline-block;
}

.werke a{color:rgba(73,73,73,1.00) ;
display: inline;
text-decoration: underline;}

p3{font-weight: 700;}
p{font-weight: 400;
max-width: 50vw;}
p2{font-weight: 400;
	text-align: left;}


a:visited {
  text-decoration: none;
	list-style-type: none;
}

/* mouse over link */
a:hover {
  color:rgba(73,73,73,1.00) ;
	
}

 u {
    text-decoration: none;
    border-bottom: 5px solid red;
  }
.werke u{border-bottom: 0px solid red;}


li a{
	list-style-type: none;
}



/*Desktop*/


.slicknav_menu{display: none}
.slicknav_btn{background-color: red;}


/*Tablet*/

@media (max-width: 768px){
	
	
a, h1, p, p2, p3{display: block;
font-family: gopher, sans-serif;
font-style: normal;
letter-spacing: 0em;
text-decoration: none;
}
	
	
	p, .werke a{
		font-size: 15pt;
		font-weight: 400;
		color:rgba(73,73,73,1.00);
		max-width: 80vw;
	}	
	
	.werke a{ text-decoration: underline;}
	
	p3{
		font-size: 10pt;
		color:red;
		letter-spacing: 0.03em;	
	}
	
	.werke u{border-bottom: 8px solid red;}
	
	
	
.slicknav_menu{display: block;
	position: fixed;
	right:2em;
	
	
	}
	
	
	.slicknav_btn{background: red;}
	#menu{display: none;
	;
	}
	
	.center{text-align: left;width:100%;}
	.werke{text-align: left; display:inline-block; width: auto; padding: 2em;}
	
	
	a, h1, p, p2, p3{ text-align: left;}
	
	
.werke {
    width: 80vw;
}
	
	.werke img {
    max-width: 100%;
    height: auto;
	margin-left: 0;
}
	
	button{display: inline; width: 200px; margin-left: -1.5em; margin-bottom: 0.1em; padding:-2em; font-size: 40pt; background-color: transparent; }	

	
	body{width: auto;}
	html {overflow-x: hidden;
}
}



/*Mobile*/

@media (max-width: 480px){

	.werke{padding: 1em;}
	
}