* {
box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 100%;
}

body {
	background-color: rgba(193,66,66,0.2);
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	margin: 0 auto 0 auto;
}


.navibereich {
	position: fixed;
	width: 100%;
	bottom: -3%;
	z-index: 100;
	background-color: rgba(255,255,255,0.8);
	padding: 10px 0;
	display: flex;
    justify-content: space-between;
	font-family: 'Martel Sans', sans-serif;
	font-weight: 200;
	font-size: 0.7em;
}
	
.navibereich li {
	list-style-type: none;
	width: 100%;
	text-align: center;
}
	
.navibereich a {
	color: black;
	text-decoration: none;
	font-size: 140%;
	font-weight: bolder;
}
	
header {
	width: 100%;
}


header img{
	position: relative;
	z-index: 100;
}

h1 {
	position: absolute;
	z-index: 1;
}


.personbox {
	background: url(../pics/atelier.jpg);
	height: auto;
	background-size: cover;

}

#person{
	position: relative;
	bottom:0px;
	z-index: 1;
	background-color: rgba(255,255,255,0.8);
	width: 45%;
	min-width: 780px;
	height: 950px;
	text-align: center;
}


#person p {
	text-align: justify;
	padding: 0 20px 0 20px;
	margin: auto 3em;
}

#person img { 
	margin-top: 30px;	
}

.arbeiten {
	background-color: white;
	width: 70%;
	min-width: 800px;
	margin: 4em auto 4em auto;
	text-align: center;	
	padding-top: 15px;
}

#produkte {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
	
figure {
	width: 290px;
	transition: transform .2s;
}	

figure:hover {
	transform: scale(1.7); 
}


.parallax-window {
    min-height: 430px;
    background: transparent;
}	

#kursbox {
	background-color: white;
	width: 45%;
	min-width: 600px;
	height: 280px;
	margin: 5em auto 4em auto;
	padding: 25px 20px 0 20px;
	text-align: center;
}


#kontakt {
	height: 400px;
	margin: 8em auto 4em auto;
	padding: 3em 0 0 0;
	text-align: center;
	background-color: white;
}


#kontakt h3 {
	font-size: 1.5em;
	font-weight:bold;
}

footer {
	text-align: center;
	padding-bottom: 5em;
}

	
h2 {
	color: black;
	font-size: 2.6em;
	margin: 2px 0;
}


p	{
	font-family: 'Martel Sans', sans-serif;
	line-height: 1.5;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.2);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 500px;
    max-width: 700px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	overflow: auto;
	text-align: justify;
}
.popupCloseButton {
    cursor: pointer;
    display: inline-block;
    font-family: 'Work Sans';
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */