@charset "UTF-8";
/* CSS Document */

html {
	font-size: 11pt;
	font-family: report, sans-serif;
	color: #32744e;
}

h1 {
	font-size: 1.7em;
	font-weight: 400;
	margin: 0;
}

h2 {
	font-size: 1.4em;
	font-weight: 200;
	margin: 0;
}

body {
	margin: 0;
}

a {
	color: #32744e;

}

a:hover {
	text-decoration: underline;
}

#top {
	width: 100%;
	background-image: url("../img/bg.jpg"); 
    background-color: #ffa499; 
    height: 30em; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;

}

#logo {
	width: 19em;
	position: absolute;
	top: 6%;
	left: 20%;
}

#links {
	width: 10em;
	height: 15em;
	margin: 1em auto 1em auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
#links a{
	color: #32744e;
	text-decoration: none;
	font-size: 2em;
}

#portfolio {
	width: 90%;
	margin: 0 auto 0 auto; 

}
#portfolio p{
	font-size: 1.2em;
	margin-bottom: 2.5em;
	margin-top: 0em;
}

.bild{
	width: 8em;
}
.banner {
	width: 17em;
}

.zeile {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
	margin-top: 1em;
}

#kontakt {
	width: 90%;
	margin: 5em auto 5em auto;
	font-size: 2em;
}


#impressum {
	width: 90%;
	margin: 0 auto 2em auto;
	font-size: 1.3em;
}

.toplink {
	font-size: 1.8em;
	width: 90%;
	text-align: right;
	text-decoration: none;
}

#boden {
	width: 100%;
	background-image: url("../img/bg02.jpg"); 
    background-color: #ffa499; 
    height: 15em; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}


/* VERLAGSSEITE */

#logo2 {
	width: 23em;
	position: absolute;
	top: 9%;
	left: 20%;
}

#verlinks {
	width: 100%;
	margin: 0 auto 3em auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
#verlinks a{
	color: #32744e;
	text-decoration: none;
	font-size: 2em;
}

#hintergrund {
	width: 100%;
	padding: 1em 0 2em 0;
	background-color: #ffe9da;
}

#verlag {
	width: 90%;
	margin: 0 auto 0.9em auto;
	font-size: 1.4em;
}

.book { 
    width: 100%;
	overflow: hidden;
    margin: 0 auto 2em auto;
	display: flex;
	justify-content: space-evenly;
	font-size: 1.3em;
}

.container {
	width: 9em;
	display: flex;
	flex-direction: column;
	margin-right: 0.5em;
}

.cover {
	max-width: 9em;
}
.cover img{
	max-width: 9em;
}

.info {
	max-width: 18em;
	background-color: #fff;
	font-size: 0.8em;
	padding: 1em;
}

.probe {
	max-width: 9em;
	margin-top: 1em;
	position: relative;
}
.probe img {
	max-width: 9em;
}
.probe .titel{
	position: absolute; 
    bottom: 0; 
    background: rgba(255, 233, 218, 0.5);
	font-size: 1.2em;
    color: #fff; 
    width: 100%; 
    padding: -0.5em, -0.5em, -0.5em, 0.5;
}

#wir {
	width: 80%;
	margin: 1em auto 5em auto;
	font-size: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	
}

#kunst {
	width: 90%;
	margin: 2em auto 0 auto;
	font-size: 2em;
}

.profil {
	width: 6em;
	
}

.icon {
	width: 4em;
}

.bio {
	font-size: 0.6em;
	margin-top: 1em;
	margin-bottom: 1em,
}



@media only screen and (min-width: 45em) {

#logo{
width: 20em;
	top: 15%;
	left: 39%;
}

#logo2 {
	width: 24em;
	top: 15%;
	left: 33%;
}
	
#links, #verlinks {
	width: 40%;
	margin-top: 1.2em;
}
	
#portfolio, #kontakt, #kunst, #imp, #impressum  {
	width: 55%;
}
	
#wir {
	width: 55%;
	flex-wrap: nowrap;
	justify-content: space-between;	
	flex-direction: row;
		
}
	
.bild{
	width: 17.5em;
}
.banner {
	width: 36em;
}
.zeile {
	margin-top: 2.5em;
}	
	
#verlag {
    width: 56%;
	font-size: 1.4em;	
}

.book {
    width: 56%;		
}

.info {
	max-width: 29em;
}
	
.icon {
	width: 6em;
}
	
}









