body {
	background-color: #d5d3f4;
}

#wrapper {
	width: 1024px;
	margin: auto;
	padding-top: 70px;
	background-color: #fff;
	border-radius: 20px;
}

header {
	margin: 25px;
}

main {
	margin: 25px;
}

.hidden {
	display: none;
}

/* Float */

.floatLeft {
	float: left;
	width: 50%;
}

.floatRight {
	float: right;
	width: 50%;
}

.floatRight > img {
	width: 100%;
}

.floatRight > a > img {
	width: 100%;
}

#headLeft {
	width: 50%;
}

#headRight {
	float: right;
}

.clear {
	clear: both;
}

hr { 
	display: block;
	height: 1px;
    border: 0;
    border-top: 1px solid #211d70;
    margin: 1em 0;
    padding: 0;
}

/* IMG */

.floatRight > a > .imgHalf {
	width: 49.49%;
	display: inline;
}

.photo-grid {
	max-width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
 
.photo-grid li {
	display: inline-block;
	width: 100%;
}
 
.photo-grid img {
	display: block;
	height: auto;
	max-width: 100%;
}
 
.photo-grid figure {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px;
}
 
.photo-grid figcaption {
	background: rgba(29,108,112,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
 
.photo-grid figcaption p {
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	top: -40px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.photo-grid li:hover figcaption {
	opacity: 1;
}

.photo-grid img {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	max-width: 100%;
}
 
.photo-grid li:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

.photo-grid figcaption p {
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	top: -40px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
}
 
.photo-grid li:hover figcaption p {
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.photo-grid figcaption {
	background: rgba(29,108,112,0.8);
	color: white;
	display: table;
	height: 50px;
	width: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
}

/* Kontakt Box */

#kontaktBox {
	margin-top: 25px;
	padding: 25px;
	border: 2px solid #1d6c70;
	background-color: #1d6c70;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#kontaktBox p{
	color: #fff;
}

/* Form */
.btn_submit {
	background-color: #1d6c70;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 5px;
}

.btn_submit:hover {
	background-color: #fff;
	color: #1d6c70;
	border: 1px solid #ccc;

}


/* Menu */
#navContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	z-index: 200;
}
nav {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	background-color: #211d70;	
	margin: auto;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 15px 0 10px 0;
	width: 1024px;
	z-index: 200;
}
nav ul {
	list-style: none;
}

nav ul li{
	display: inline;	
}

nav ul li a {
	text-decoration: none;
	padding: 5px 10px 20px 10px;
	font-size: 110%;
	color: #fff;

}

nav ul li a:hover {
	text-decoration: none;
	border-bottom: 6px solid #1d6c70;
}

.anchor{
   display: block;
   height: 70px;
   margin-top: -70px;
   visibility:hidden;
}

/* Fonts */

p, li {
	font-family: 'Roboto', sans-serif;
}

h1 {
	color: #1d6c70;
	font-family: 'Roboto', sans-serif;
}

h2 {
	color: #1d6c70;
	font-family: 'Roboto', sans-serif;
}

h3 {
	color: #1d6c70;
	font-family: 'Roboto', sans-serif;
}

.bold {
	font-weight: bold;
}

/* Footer*/
footerFloatRight {
	float: right;
}
footer {
	padding: 5px 25px 5px 25px;
	background-color: #211d70;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

footer p{
	color: #fff;
}

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

footer a:hover{
	color: #1d6c70;
}
