
/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0px none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent
}

body {
	font-size: 62.5%;
	font-family: 'Poppins', sans-serif;
	color: #5c6767;
	font-weight: 300;
	background: #5c6767;
}
b, strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #000;
}

.spamprotection {
	display: none;
}


/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */

#all {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #FFF;
}
#page {
	margin: 0 auto;
	max-width: 128em;
	width: 100%;
	position: relative;
	z-index: 10;
}

footer {
	padding: 0 5em;
}
article {
	padding: 0 7em 0 3em;
}
#bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}


#mainnav {
	position: absolute;
	height: 100vh;
	top: -100vh;
	width: 100%;

	z-index: 20;
	transition: top 0.6s;

background: #5c6767;
background: -moz-linear-gradient(top, rgba(92,103,103,1) 0%, rgba(92,103,103, 0.75) 50%, rgba(92,103,103, 0) 100%);
background: -webkit-linear-gradient(top, rgba(92,103,103,1) 0%, rgba(92,103,103, 0.75) 50%, rgba(92,103,103, 0) 100%);
background: linear-gradient(to bottom, rgba(92,103,103,1) 0%, rgba(92,103,103, 0.75) 50%, rgba(92,103,103, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c6767ff', endColorstr='#5c676700',GradientType=0 );

	transform: rotateX(-1deg)  scale(1);
}

#mainnav ul {
	text-align: center;
	padding: 10em 5vw;
}
#mainnav li {
	padding-bottom: 1em;
}

header {
	padding: 10em 0;
}
#all header {
	padding-bottom: 10em;
}
#tit {
	padding-top: 10em;
}

#footer .rowmax {
	padding-top: 10em;
}

/* -------------------------------------------------- */
/*    NAVIGATION                                      */
/* -------------------------------------------------- */

nav ul {
	list-style: none;
}



#mainnav a {
	color: #FFF;
	transition: transform 0.3s;
	transform: scale(1);
	-webkit-hyphens: auto;
	hyphens: auto;

	/*
	text-shadow: 0 0 2em #5c6767, 0.1em 0.1em 0.2em #5c6767;
	*/
}

.act a {
	font-weight: 700;

}
nav a:hover {
	transform: scale(1.2);
}




/* -------------------------------------------------- */
/*    CONTENT DESIGN                                  */
/* -------------------------------------------------- */


h1,h2 {
	font-weight: 300;
	-webkit-hyphens: auto;
	hyphens: auto;
}

h1 {
	font-size: 5.6em;
	color: #FFF;
	line-height: 1.2em;
}
h2, #mainnav li {
	font-size: 3.8em;
	line-height: 1.2em;
}



p, li {
	font-size:		2.4em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}



.frame {
	overflow: hidden;
	text-align: left;
	padding: 10em 0 5em 0;
}

.frame  h2 {
	float: left;
	width: 35%;
	text-align: right;
}

.frame .txt,
.frame .ce-right.ce-below .ce-gallery{
	float: right;
	width: 60%;
}


.frame li {
	margin-left: 1em;
}


.ce-left .ce-gallery {
	float: none;
}
.ce-gallery img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

article a:after,
footer a:after {
	content: '\f061'; /* fetter pfeil */
	content: '\f178'; /* langer pfeil */
	content: '\f105'; /* angle right */

	font-family: FontAwesome;
	padding-left: 0.4em;
}
a.mail:after {
	content: none;
}

a.button,
a.download {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 0.1em;
}
/*
	position: relative;
	overflow: hidden;
	background-clip: content-box;
	border-top: 1em solid transparent;
}

a.button:before,
a.download:before {
	content: '';
	width: 200%;
	height: 2em;
	background: #000;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
*/
a.button {
	color: #fff;
	background-color: #8879b0; /* violet */
	background-color: #b09272; /* dunkelbraun */
}
a.download:after {
	content: '\f063';
}


#footer .txt {
	float: none;
	width: 100%;
	overflow: hidden;
}
#footer p {
	color: #fff;
	float: left;
	width: 33.3%;
}
/*
#footer p:first-child {
	width: 40%;
}
*/
/*
#footer p:last-child {
	text-align: right;
}
*/
#footer a {
	color: #FFF;
}
#footer a.download {
	background-color: #FFF;
	color: #5c6767;
}

#footer #totop {
	float: none;
	text-align: center;
	width: 100%;
	padding: 5rem 0 2rem 0;
}

#totop a {
	display: block;
	font-weight: 700;
	color: #eed1b5;
}

#totop a:after {
	content: '';
}

#totop a:before {
	font-family: FontAwesome;
	content: '\f102'; /* double angle up*/
	content: '\f062'; /* arrow up*/
	display: block;
	margin: 0 auto;
}



/* menu experiment */

.navtoggle {
	position: absolute;
	padding: 2em;
	right: 0;
	top: 0;
	cursor: pointer;
	display: block;
	z-index: 15;
}

body {
	perspective: 100em;
}

#all {
	transition: transform 0.6s;
	transform-origin: 50% 1%;
}
.navopen #all {
	height: 120vh;
	overflow: hidden;
	transform: rotateX(9deg) translateZ(-20em);
}

.navopen #mainnav {
	top: 0;
}





