@charset "utf-8";
@font-face {
    font-family: fredericka;
    src: url("../font/Fredericka_the_Great/FrederickatheGreat-Regular.ttf")
}

body {
    background-color: #312b38;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #fad9be;
    font-family: fredericka, monospace;
    font-weight: normal;
    line-height: 1.3;
    text-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.6);
	margin: 0;
}
h1 {
	font-size: 2rem;
}
a {
    color: #ffffff;
}
em {
	font-style: normal;
}
img {
    box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.6);
}

header {
    background-color: #1b171f;  
}
.headwrap {
	width: 90%;
	max-width: 75rem;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}

header.index {
    background-image: url("../img/gemaelde-lisa-stremlau-nebel-feld.jpg");
	background-attachment: fixed;
    background-size: cover;
    background-position: right;
    height: 100vh;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}
header a {
	text-decoration: none;
}
nav.start {
    position: absolute;
    top: 70vh;
    margin: 0 auto;
    text-align: center;
	
}
nav a {
    text-decoration: none;
    font-size: 1.5rem;
    text-shadow:  0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.6);
}
span {
	font-size: 1.5rem;
    text-shadow:  0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.6);
}

nav a:hover {
    color: black;
    text-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.6);
}

input {
	margin: 0.8rem 0;
}
textarea {
	width: 36.4rem;
	height: 7rem;
}
main {
	min-height: 80vh;
}
section {
	padding: 1rem 0.6rem;
}
footer {
    background-color: black;
    text-align: center;
    padding: 0.5rem;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	color: #ffcca2;
	text-decoration: underline;
}
.hauptnavigation {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.hauptnavigation a {
	background-color: rgba(216,114,108,0.15);
	padding: 0.6rem;
	border: 0.06rem black solid;
	transition: all 0.5s;
	
}
.hauptnavigation a:hover {
	color: rgba(246,229,255,0.8);
	background-color: black;
}
.title {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 20vh;
    margin: 0 auto;
    
}
.title h1, .title h2, .title h3 {
    color: rgba(0, 0, 0, 0.84);
    text-align: center;
    font-weight: 400;
    font-size: 2.9rem;
	line-height: 1.2;
    /* text-decoration: overline; */
    
    text-decoration-color: rgba(0, 0, 0, 0.6);
}
.title h1 {
    letter-spacing: -0.01em;
    font-size: 3.2rem;
    text-transform: uppercase;
    text-decoration: none;
}
.title h2 {
	letter-spacing: 0.01em;
}
.title h3 {
	letter-spacing: 0.09em;
	padding-left: 0.6rem;
}
.title-logo {
    margin: 0.6rem;
}
.title-logo h1, .title-logo h2, .title-logo h3 {
    color: white;
	font-size: 1rem;
    line-height: 1;
    /* text-decoration: overline; */
    margin: 0.2rem 0;
    font-weight: normal;
	
}
.title-logo h2 {
	letter-spacing: 0.05rem;
}

.title-logo h3 {
	letter-spacing: 0.14rem;
	padding-left: 0.1em;
}
.title-logo .ls {
    font-size: 1.1rem;
    /* letter-spacing: -0.005rem; */
    text-transform: uppercase;
    text-decoration: none;
    /* font-weight: bold; */
	line-height: 0.8rem;
	padding-bottom: 0.1rem;
}


 .wrapper {
    width: 90%;
    max-width: 75rem;
    margin: 0 auto;
    background-color: rgba(221,108,110,0);
}

.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.absatz-1 {
	margin-top: 0.9rem;
}
.absatz-2 {
    background-color: rgba(0, 0, 0, 0);
    
}
.foto-1, .foto-2 {
    float: left;
    width: 47%;
    max-width: 250px;
    margin: 1.5rem;
	margin-top: 2.5rem;
    border-radius: 0.7rem; 
}
.foto-1 {
    float: right;
    margin-right: 0.5rem;
}
.foto-2 {
    margin-left: 0.5rem;
}
.foto-bio {
	float: right;
	width: 45%;
    max-width: 430px;
    margin: 1.5rem;
	margin-right: 0;
	margin-top: 1.4rem;
    border-radius: 0.7rem; 
}
.foto-pro {
	border-radius: 0.7rem;
}
.foto-pro, .foto-pro2 {
	width: 45%;
}
.foto-pro2 {
	border: solid black 0.3rem;
}
.prozess-box {
	display: flex;
	align-items:center;
	justify-content: space-around;
}
.slider img {
		max-width: 90%;
		margin: 0 auto;
		border: solid black 0.3rem;
		/*border-radius: 1rem;*/
}
.slider {
	cursor: grab;
	}
.slider div {
	position: relative;
	}
.flex-galerie {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.slider .rund {
	border: none;
	border-radius: 0.7rem;
}
.center {
	text-align: center;
	padding-bottom: 1.5rem;
}
.impressum {
	box-shadow: none;
}
.impressum2 {
	box-shadow: none;
	margin: 1rem 0;
}

/*  - - - Mobile Navigation - - -*/

.burger {
	display: none;
}



@media screen and (max-width: 42.5rem) {
	
	
	
	.hauptnavigation {
		display: none;
	}
	.burger {
		display: block;
		
	}
	.burger > div > a span {
		display: flex;
	
		height: 0.188rem;
		width: 2.5rem;
		background-color: rgba(0,0,0,1.00);
		margin: 0.44rem 0;
		border-radius: 3.125rem;
	}
	/*Close-Funktion*/
	
	.burger-close .bar2 {
		opacity: 0;
	}
	.burger-close .bar3 {
		transform: rotate(45deg);
		position: absolute;
        top: 1rem;
        left: 1px;
		width: 2.9rem;
		height: 0.21rem;
	}
	.burger-close .bar1 {
		transform: rotate(-45deg);
		position: absolute;
        top: 1rem;
        left: 1px;
		width: 2.9rem;
		height: 0.21rem;
	}
	.burger-box {
		background-color: rgba(255,255,255,0.7);
		position: fixed;
		right: 0.6rem;
		top: 0.6rem;
		z-index: 20;
			
		border-radius: 0.3rem;
		height: 3.1rem;
		width: 3.1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-navi a {
		display: block;
		width: 90%;
		padding: 0.3rem;
		
	}
	.mobile-navi a:hover {
		background-color: rgba(255,255,255,0.40);
		border-radius: 1.56rem;
		
	}
	.mobile-navi {
		display: none;
		position: fixed;
		width: 50%;
		top: 1rem;
		right: 5rem;
		text-align: center;
		background-color: rgba(79,70,91,0.97);
		border-radius: 1.25rem;
		z-index: 20;
	}
	.flex-navi {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	/*   - - - Ende Mobile Navigation - - -   */
	
	header.index {
	background-attachment: scroll;
    background-size: cover;
    background-position: left;
	}
	
	.title h1, .title h2, .title h3 {
   
   
    font-weight: 400;
    font-size: 1.9rem;
	line-height: 1;
    
}
	.title h1 {
		letter-spacing: -0.02em;
		font-size: 2.15rem;
	}
	.title h3 {
		letter-spacing: 0.09em;
		padding-left: 0.1em;
	}
		
	textarea {
		width: 22rem;
	}
}
