* {
	padding: 0;
	margin: 0;
	font-size: inherit;
}


body {
	color: white;
	font-family: 'Miso', sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
}

/* first for IE 4–8 */
@font-face {
  font-family: Miso;
  src: url("fonts/miso-regular-webfont.eot");
  font-weight: normal;	
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: Miso;
  src: url('fonts/miso-regular-webfont.woff') format('woff');
  font-weight: normal;
}

/* first for IE 4–8 */
@font-face {
  font-family: Miso;
  src: url("fonts/miso-bold-webfont.eot");
  font-weight: bold;
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: Miso;
  src: url("fonts/miso-bold-webfont.woff") format("woff");
  font-weight: bold;
}

.align-right {
	text-align: right;
}
blockquote {
	font-style: italic;
	margin: 0 0 30px 0;
}
.text blockquote p {
	margin: 0 0 10px 0;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-size: .7em;
	position: relative;
}
blockquote cite:before {
	content: "–";
}
a {
	position: relative;
	color: white;
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}

h2  {
    margin: 100px 0 20px 0;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 6px;
}

.links {
	margin: -15px 0 35px 0;
	font-style: normal;
	font-size: .7em;
}

.sprache .float {
	display: block;
	float: left;
	line-height: 1em;
}
.sprache .float.spacer {
	width: 2px;
	height: 1.1em;
	border-radius: 1px;
	background: white;
	margin: -1px 6px 0 5px;
}
a,
h2 span {
	position: relative;
}
.no-touch a:after,
a.current:after,
h2 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #fff;
	z-index: -1;
	display: none;
}
a.button:hover:after {
	display: none !important;
}
h2 span:after,
.no-touch a:hover:after,
a.current:after {
	display: block;
}

#wrap {
	position: relative;
	background-color: #F39184;
	z-index: 1;
}

#header {
	position: relative;
	width: 100%;
	height: 500px;
}

#content {
	position: relative;
	margin: 0 20px;
}

/*.site-title {
	
	width: 323px;
	height: 323px;
	position: absolute;
	
	background-image: url("logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	
	left: 50%;
	top: 50%;
	margin-left: -161px;
	margin-top: -161px;
	
	text-indent: -500px;
	overflow: hidden;
}*/
.mail {
	
	position: absolute;
	
	width: 300px;
	
	left: 50%;
	bottom: 30px;
	
	margin-left: -150px;
	
	text-align: center;    
	font-weight: normal;
	letter-spacing: 7px;
	line-height: 30px;
	
}


.sprache {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	top: 30px;
	right: 30px;
	position: fixed;
	z-index: 6;
}

.fb {
	bottom: 28px;
	right: 27px;
	position: fixed;
	z-index: 7;
}

.fb img {
	width: 16px;
	height: 16px;
	display: block;
}

.fb .float {
	display: block;
	float: right;
	line-height: 1em;
}
.fb .float.spacer {
	width: 2px;
	height: 0.8em;
	border-radius: 1px;
	background: white;
	margin: -1px 4px 0 4px;
}

.text {
	max-width: 600px;
	margin: 0 auto 0 auto;
	padding: 100px 0 100px 0;
	line-height: 27px;
}
.text p {
	margin: 0 0 23px 0;
}


.site-title {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	z-index: 5;
	
}
.coin-blocker-layer {
	position: absolute;
	
}
.coin {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*overflow: visible*/
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
			transform-style: preserve-3d;
	
}
.coin .side {
	/*-webkit-transform: rotateY(0deg);*/
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
         -o-backface-visibility: hidden;
			backface-visibility: hidden;
			
	background-image: url("logo_x2.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 630px 300px;
	text-indent: -500px;
	overflow: hidden;
	/*background-color: #F39184;*/
}
.coin .side.back {
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
			
	background-position: -330px 0px;
	/*background-color: green;*/
	
}

.nobackgroundsize .coin .side {
	background-image: url("logo.png");
}

.no-csstransforms3d .coin .side.back,
.no-csstransforms3d .coin:hover .side.front {
	display: none;
}
.no-csstransforms3d .coin:hover .side.back {
	display: block;
}

.img-marcas img {
	width: 95%;
	height: auto;
	display: block;
	border-style: solid;
	border-width: 7px;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 568px) {
	.site-title .coin .side{
		background-size: 420px 200px;
		background-position: 0px 0px;
	}
	.site-title .coin .side.back {
		background-position: -220px 0px;
	}
	.site-title {
		top: 40%;
		width: 200px;
		height: 200px;
		margin-top: -100px;
		margin-left: -100px;
	}
	.mail {
		bottom: 2px;
		line-height: 25px;
	}
	.fb {
		bottom: 10px;
		right: 10px;
	}
	.sprache {
		right: 13px;
	}
}



