
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0; }

/* ----------------- Website background and general text colour ----------------- */
@font-face {
  font-family: 'eurostile-regular';
  src: url("fonts/eurostile.eot");
  src: url('fonts/eurostile-webfont.eot?#iefix') format('embedded-opentype'),
  src: url('fonts/eurostile-webfont.woff') format('woff');
  src: url("fonts/eurostile-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'eurostile-regular', Arial, Helvetica, sans-serif;
  font-weight: 100;
  background-image: url('../img/bg.png');
  background-color: #292929;
  /* #292929; */
  color: #fff;
}
h1 {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 14px;
  color: #1fa97d;
}
h2 {
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 14px;
  color: #1fa97d;
}
h3 {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 10px;
  color: #1fa97d;
}
h4 {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 5px;
  color: #fff;
}
p {
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
  margin-bottom: 10px;
}
a {
  color: white;
}
hr {
  height: 1px;
  width: 100%;
  background-color: #999;
}
span {
  color: #1fa97d;
}

.header {
  height: 120px;
  margin-top: 2%; }

.logo {
}

.navigation {
  margin-top: 5%;
  padding: 0;
}
.navigation ul {
  float: right;
  margin-bottom: 15px;
}
.navigation ul li {
  display: inline;
  width: 25%;
  margin-left: 40px;
}
.navigation ul li a {
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.navigation ul li a:hover {
  color: #1fa97d;
}
.headerimage {
  margin-bottom: 5%;
}
.headerimage img {
  width: 100%;
  height: auto;
/*  border-radius: 15px; */
  box-shadow: 0px 0px 3px 0px black;
  -webkit-box-shadow: 0px 0px 2px black;
  -moz-box-shadow: 0px 0px 2px black;
}
ul {
  list-style-image: url('../img/icons/listitem.jpg');
}
ul li {
  font-size: 16px;
  margin-left: 17px;
  padding-right: 10px;
  line-height: 30px;
}
.footer {
  margin-top: 80px; }

.footer p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #888; }

.footer a {
  color: #888;
  text-decoration: none; }

.footer a:hover {
  color: #1fa97d;
  text-decoration: none; }

.features p {
  text-align: right;
  float: right;
  margin-top: -32px; }

.features img {
  margin-left: 5px; }

/* ----------------------- WORK  ------------------------- */


#work {
  width: 100%;
}
.item {
  cursor: default;
  width: 245px;
  height: 230px;
  background-color: #FFF;
  margin: 0 1% 1% 0;
  float: left;
  -webkit-box-shadow: 0px 0px 2px black;
  -moz-box-shadow: 0px 0px 2px black;
  box-shadow: 0px 0px 3px 0px black;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  overflow: hidden;
}
.item .last {
  margin-right:0px;
}
.item img {
  display: block;
  width: 100%;
  border-bottom: 1px solid #888;
/*  border-radius: 15px 15px 0 0; */
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.item img:hover {
  opacity: 1;
}
.item h3 {
  text-align:center;
  font-size: 18px;
  font-weight: normal;
  color: #2d2d2d;
  padding-top:14px;
  margin-bottom:-2px;
}
.item h3 a {
  text-decoration: none;
  color: #2d2d2d;
}
.item p {
  text-align:center;
  font-size: 13px;
  color: #1fa97d;
  margin-bottom:6px;
}

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
	background:transparent;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 246px;
	height: 246px;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
z-index: 2;
}

.back {
	background: #1fa97d;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.back p {
	color:#fff;
	margin:15px 5px 0 15px;
	text-align:left;
	line-height:1.5;
}
#heisserolle {
	display:none;
	overflow-x:hidden;
}
#map_canvas {
	width:1024px;
	height:481px;
	margin: 0 auto;
	box-shadow: 0px 0px 3px 0px black;
	-webkit-box-shadow: 0px 0px 2px black;
	-moz-box-shadow: 0px 0px 2px black;
}
#map_canvas img {
	max-width:none;
}
#googlemap {
	overflow: hidden;
}
#googlemap p {
	font-family:Arial;
	font-size:12px;
	line-height:19px;
	margin-bottom:10px;
	color:#333;
}

/* ----------------------- H A C K S  ------------------------- */

/* FireFox 2+ */
.item, x:-moz-any-link  { width: 245px; height: 245px; }
.item img, x:-moz-any-link { opacity: 0.9; }
.back, x:-moz-any-link { display:none; }

/* FireFox 3.5+ */
body:not(:-moz-handler-blocked) .item img { opacity: 1; }
body:not(:-moz-handler-blocked) .back { display:block; }
