body
{
	/* Background pattern from Subtle Patterns */
	background-image: url("dark-triangles/dark-triangles.png");
	/*background-color: #3390de;*/
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 !important;
}
#container
{
	width: 1200px;
	height: 1250px;
	margin: auto;
	/*background-color: #3390de;*/
}
#logo
{
	background-color: #212121;
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: fixed;
	z-index: 1;
	opacity: 0.7;
}
#logo.sticky
{
	background-color: rgba(33, 33, 33, 0.9);
	width: 100%;
	height: 80px;
	overflow: hidden;
	z-index: 1;
}
h1
{
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 6px 4px 2px rgba(0, 0, 0, 0.36);
	font-weight: 700;
	font-size: 50px;
	color: #FFFFFF;
}
h1.sticky
{
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 6px 4px 2px rgba(0, 0, 0, 0.36);
	font-weight: 700;
	font-size: 27px;
	color: #5d5d5d;
}
#gallery
{
	margin-top: 150px;
	height: 500px;
	width: 700px;
	background-color: #212121;
	float: left;
	border-radius: 60px 0px 0px 0px;
	-moz-border-radius: 60px 0px 0px 0px;
	-webkit-border-radius: 60px 0px 0px 0px;
}
.slider_photo
{
	width: 100%;
}
#slider
{
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	max-height: 500px;
	border-radius: 60px 0px 0px 0px;
	-moz-border-radius: 60px 0px 0px 0px;
	-webkit-border-radius: 60px 0px 0px 0px;
}
#contact
{
	float: left;
	height: 500px;
	width: 490px;
	margin-top: 150px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #212121;
	opacity: 0.7;
	border-radius: 0px 60px 0px 0px;
	-moz-border-radius: 0px 60px 0px 0px;
	-webkit-border-radius: 0px 60px 0px 0px;
}
h2
{
	margin-bottom: 20px;
	font-size: 25px;
}
#e-mail-front
{
	height: 200px;
	width: 240px;
	background-color: #ec0606;
	float: left;
	opacity: 1;
}
#e-mail-front:hover
{
	opacity: 0;
}
#e-mail-back
{
	background: #ec0606;
	height: 200px;
	width: 240px;
	position: absolute;
	left: 57.8%;
	line-height: 200px;
	font-size: 17px;
	font-weight: 700;
	margin-left: 5px;
	opacity: 0;
}
#e-mail-back:hover
{
	opacity: 1;
}
#phone-front
{
	height: 200px;
	width: 240px;
	background-color: #73e30b;
	float: left;
	opacity: 1;
}
#phone-front:hover
{
	opacity: 0;
}
#phone-back
{
	height: 200px;
	width: 240px;
	background-color: #73e30b;
	position: relative;
	opacity: 0;
	left: 49%;
	bottom: 200px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	line-height: 200px;
}
#phone-back:hover
{
	opacity: 1;
}
#facebook
{
	height: 200px;
	width: 240px;
	background-color: #3b5998;
	float: left;
	position: relative;
	bottom: 200px;
}
a
{
	text-decoration: none;
	color: #FFFFFF;
}
#kontakt24h
{
	width: 240px;
	height: 200px;
	float: left;
	font-weight: 700;
	font-size: 30px;
	position: relative;
	bottom: 200px;
	text-align: center;
	line-height: 125px;
	/*background-color: #012345;*/
}
#text
{
	clear: both;
	margin-top: 150px;
	height: 550px;
	width: 1200px;
	color: #FFFFFF;
	background-color: #212121;
	opacity: 0.7;
	border-radius: 0px 0px 60px 60px;
	-moz-border-radius: 0px 0px 60px 60px;
	-webkit-border-radius: 0px 0px 60px 60px;
}
#footer
{
	height: 50px;
	width: 1200px;
	background-color: #212121;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.5;
	-webkit-box-shadow: 0px -50px 77px 17px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -50px 77px 17px rgba(0,0,0,0.5);
	box-shadow: 0px -50px 77px 17px rgba(0,0,0,0.5);
	border-radius: 60px 60px 0px 0px;
	-moz-border-radius: 60px 60px 0px 0px;
	-webkit-border-radius: 60px 60px 0px 0px;
}
