@charset "utf-8";
body {
	margin: 0px;
}
h1 {
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 3em;
	margin: 0px;
	color: #3D3026;
	font-variant: small-caps;
}
h2 {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5em;
	margin: 0px;
	color: #3D3026;
	font-variant: small-caps;
}
h3 {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 600;
	font-size: 1.8em;
	margin: 0px;
	color: #3D3026;
	font-variant: normal;
}

p {
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	font-size: 1.2em;
	margin: 0px;
	color: #3D3026;
}
a {
	text-decoration: none;
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	color: #3D3026;
	margin: 0px;
	padding:0px;
}
.parallax {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: auto;
	min-height: 0vh;
	-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.40);
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.40);
}
.mainContainer {
	width: 100%;
	height: auto;
	background-image: url(img/cardboard-texture_v1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contentContainer {
	width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10vh;
	padding-bottom: 50px;
	text-align: center;
}
.fullheight {
	min-height: 100vh;
}
.bolder {
	font-size: 1.5em;
	font-weight: 700;
}

header img {
	width: 200px;
	height: auto;
	float: left;
	padding-bottom:1vh;
}
.menu ul {
	float: right;
	clear: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2vh;	
}
.menu ul li  {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
#menuoben .menu ul li a {
	font-weight: 600;
}
#menuunten .menu ul li a{
	font-weight: 800;
	color: #c7d301;
}
#menuunten .menu ul li a:hover{
	color: #3d3026;
}
#homescreen h1 {
	clear: both;
	padding-top: 10vh;
}

header.sticky {
	width: 100%;
	height: auto;
	background: white;
	position: fixed;
	top: 0%;
	left: 0%;
	padding-top: 2vh;
	padding-bottom: 1vh;
	-webkit-box-shadow: 0px 2px 50px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 50px rgba(0,0,0,0.50);
	z-index:100;
}
header.sticky img {
	display: none;
}
header.sticky .menu ul { 
	clear:none;
}

header.sticky #menuoben .menu ul { padding-right: 5vw;}

.contactmenubutton {
	background-color: #3D3026;
	border-radius: 5px;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#homescreenbutton  {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10vh;
	text-align: center;
}
#homescreenbutton img {
	width: 150px;
	height: 150px;
}
#bgbewertung {
	background-image: url(img/bg_bewertung.jpg);
}
#bgbewertung .contentContainer {
	padding-top: 5vh;
}
.pfeilunten {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
	padding-top: 5vh;
}
.pfeilunten img {
	width: 60px;
	height: 60px;
}
#paintscreen .mainContainer .contentContainer p {
	padding-top: 5vh;
}
#paintparallax {
	background-image: url(img/maler_comic.jpg);
}
#paintparallax .contentContainer { 
	width: 50vw;
	margin-left: 40vw;
}
.flexcontainer {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: -moz-flex; 
	display: -o-flex; 
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: flex-start;
	padding-top: 5vh;
	text-align: center;
	padding-bottom: 5vh;
}
#paintparallax .flexcontainer {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;

	padding-top: 10vh;
}

.flexcontent {
	max-width: 200px;
	margin-top: 10px;
	margin-right: 1vw;
	margin-left: 1vw;
	floa: left;
}
.flexcontent img{
		width: auto;
		height: 60px;
}
#boxscreen .flexcontent img {
	width: 200px;
	height: 200px;
}
#ideascreen .mainContainer .contentContainer p {
	padding-top: 5vh;
}
#ecoparallax {
	background-image: url(img/save_v4.jpg);
	min-height:40vh;
}
#contactfield    {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5vh;
	text-align: left;
}
#contactfield img {
	width: auto;
	height: 30px;
	vertical-align:middle;
}
#retail {
	padding-top: 15vh;
	text-align: left;
}
#retail img {
	vertical-align:middle;
	width: 60px;
	height: auto;
	float: left;
	margin-right:2vw;
	padding-bottom:2vh;
}
#contactscreen hr {
	width: 100%;
	height: 1px;
	border-style: none;
	background-color: #3D3026;
	clear: both;
}
#copy {
	float: left;
	text-align: left;
}
#social img {
	width: 50px;
	height: auto;
	display: inline;
}
#social {
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 2vh;
	padding-bottom:2vh;
}
#footermenu {
	float: right;
}
#footermenu ul {
	padding: 0px;
	margin: 0px;
}
#footermenu ul li  {
	display: inline;
}
#copy p {
	font-weight: 300;
	font-size: 0.8em;
}
#footermenu ul li a {
	font-weight: 300;
	font-size:0.8em;
}

#impressumscreen .mainContainer {
	background-attachment: fixed;
}
#impressumscreen p {
	text-align: justify;
	font-size: 1em;
	font-weight: 300;
}
#impressumscreen h1{
	padding-top: 10vh;
	padding-bottom: 5vh;
}
