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

p {
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	font-size: 0.9em;
	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 { display: none;}

#i-nav-ul {
	display: block;
	position: fixed;
	z-index: 200;
	top: -240px;
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mobmenu {
	width: 100%;
	height: 60px;
	background: #c7d301;
	border-bottom: solid thin #3d3026;
	line-height: 60px;
}
#i-nav-ul li a { display: block; width: 100%; height: 60px;}

#i-nav {
	display: block;
	width: 50px;
	height: 25px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.show { 
	top: 0px !important;
}

#homescreen h1 {
	clear: both;
	padding-top: 0vh;
}

#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 {
	display: none;
}
.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;
}

.flexcontent {
	max-width: 200px;
	margin-top: 10px;
	margin-right: 1vw;
	margin-left: 1vw;
	float: left;
}
.flexcontent img{
		width: 50px;
		height: auto;
}
#boxscreen .mainContainer { background-image:url(img/bg_about.jpg);}

#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    {
	max-width: 300px;
	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: center;
}
#retail img {
	vertical-align:middle;
	width: 50px;
	height: auto;
	float: none;
	margin-right:2vw;
	padding-bottom:10px;
}
#contactscreen hr {
	width: 100%;
	height: 1px;
	border-style: none;
	background-color: #3D3026;
	clear: both;
}
#copy {
	float: none;
	text-align: center;
}
#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: none;
}
#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: url(img/bg_about.jpg);
}
#impressumscreen p {
	text-align: justify;
	font-size: 1em;
	font-weight: 300;
}
#impressumscreen h1{
	padding-top: 0vh;
	padding-bottom: 5vh;
}
