@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
		
		font-family: 'arca_majoraheavy';
    src: url('../fonts/arca-heavy-webfont.eot');
    src: url('../fonts/arca-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arca-heavy-webfont.woff2') format('woff2'),
         url('../fonts/arca-heavy-webfont.woff') format('woff'),
         url('../fonts/arca-heavy-webfont.ttf') format('truetype'),
         url('../fonts/arca-heavy-webfont.svg#arca_majoraheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

 /* * {margin: 0; padding: 0; outline: 0;}  */

html {
	background: url(../img/sunrise.png) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: droid_sansregular, Arial, Verdana, sans-serif;
	color: #e5e5e5;
	font-size: 12px;	
}


h1, h2 {
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 100%;
	padding-bottom: 24px;
}

.title, .subtitle {
	font-family: arca_majoraheavy, Arial, Verdana, sans-serif;
	position: relative;
	top: 350px;
	
}

.title {
	border-bottom: 5px solid #fff;
	padding-bottom: 0.75em;
	display: inline-block;
}

h2 {
	font-size: 24px;
}


p {
	margin: 0 0 15px 0;
	line-height: 1.7em;
}

a {
	color: #3e3e3e;
}

.buttons {
	text-align: center;
}

.buttons a {
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin: 3em 1em;
	padding: 0.5em;
	width: 158px;
}

.buttons a:hover, .buttons a:focus, .buttons a:active {
	background: #fff;
	color: #3e3e3e;
}

.clear {
	clear: both;
}
.wrap {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.section {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 500px;
}

.center {
	text-align: center;
	margin: 0 auto;
	display: table;
}

.box {
	width: 380px;
	height: 350px;
	margin: 0 1em;
	padding: 1em;
	display: inside-block;
	background: #5F555A;
	color: #fff;
	float: left;
}

.icon {
	width: 150px;
	height: auto;
	text-align: center;
	float: left;
	margin-right: 5em;
	margin-top: 2em;
}

.circle {
	width: 100px;
	height: 100px;
	background: url(../img/0114-user.svg) gray no-repeat center;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	float: left;
	margin-right: 5em;
}

.circle p, .circle q {
	position: relative;
	top: 110px;
}

q {
	font-style: italic;
}

q:before, q:after { content: '"';
}

label {
	width: 100px;
	
}

[type=text], [type=email], textarea {
	width: 260px;
}

td {
	padding: 0.25em;
}

form tr td:first-of-type {
text-align: right;
}

button {
	width: 100px;
	background: #fff;
	padding: 0.25em;
	margin-left: 0.5em;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-weight: 300;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	height: 50px;
	z-index: 1000;
	width: 100%;
	background: #5F555A;
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
	margin: 0 auto;
}


.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	
	color: #fff;
}
.subMenu a:hover {
	background: #978d92;
}

.spalten {
	-moz-columns: 2 100px;
	columns: 2 100px;
}

.active {
	background: #342a2f;
}
.end {
	margin: 0;
}


/* flip cards */

	figure {
    float: left;
    height: 200px;
		width: 200px;
    margin: 20px;
    perspective: 600px;
    position: relative;
		text-align: center;
}
		
	figure img {
    backface-visibility: hidden;
    background: none repeat scroll 0 0 #6b7077;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
    float: none;
    height: inherit;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.4s ease-in-out 0s;
    width: inherit;
    z-index: 900;
}

figure:hover img {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
    z-index: 900;
}

figure figcaption {
    backface-visibility: hidden;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    float: none;
    height: inherit;
    left: 0;
    position: absolute;
	  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
    top: 0;
    transform: rotateY(-179deg);
    transform-style: preserve-3d;
    transition: all 0.4s ease-in-out 0s;
    width: inherit;
    z-index: 800;
}

figure:hover figcaption {
	  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
    transform: rotateX(0deg) rotateY(0deg);
    z-index: 1000;
}

figcaption p {
		color: #38424b;
		padding-top: 25%;
}

/* SECTIONS */
.sTop {
	/* min-height: 130px; */
	color:#fff;
	/* padding: 50px 0; */
	height: 90.5vh;
	text-align: center;
	background: none;
}

.s1, .s2, .s3, .s4 {
	background:#fff;
	color:#222;
}

.s5 {
	background: #978d92;
	color: #fff;
	height: 800px;
}
