@import url(fonts.css);
@import url("../megafolio/css/settings.css") screen;
@import url("camera.css") screen;
@import url("nav.css") screen;


html * {
  margin:  0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
b {font-weight: bold;}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*begin our styles*/

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

body {
	background: #1abfd5;
	font-family: 'Open Sans', sans-serif;  font-size:1rem; color:#555; font-weight:400;}
}

p, ul {
	margin: 0 0 1.5em;
	line-height: 15px !important;
}

ul {
	list-style: disc;
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 15px;
}
ul li {margin: 0 0 3px 0;}

a {
	color: #1abfd5;
	text-decoration: none;
	font-size: 13px;
}
a:hover{
	/*color: #1c546d;*/
	color: #1D745A;
}
h1 {

}

h2 {
	font-family: 'PT Serif', serif;
	font-size: 32px;
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
}


.block {display:block;}


header { 
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
	padding: 5px 0;
	background: #fff;
	filter: alpha(opacity=95); /* internet explorer */
	-khtml-opacity: 0.95;      /* khtml, old safari */
	-moz-opacity: 0.95;       /* mozilla, netscape */
	opacity: 0.95;           /* fx, safari, opera */
}

.logo {
	width:213px; 
	float:left;
	margin-top: 2px;
}

footer { 
	margin: 30px 0 0 0;
	padding: 15px 0;
	background: #1c546d;
	color: #fff;
	bottom:0px;
	position: relative !important;
	width:100%;
}

/* = = = = = = = = =   MEGAFOLIO   = = = = = = = = = */

.container {	
	margin:auto; 
	padding:0px 30px;
	clear:both;
	max-width:1260px; 
	min-width:240px; 
	width:auto; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;	
}

.splash-white {
	width:100%;padding:45px 0px;
	background:#fff;
	position:relative;
}

.container-fullwidth {
	margin:auto; 
	padding:0px 30px;
	width:100%; 
	min-width:240px; 
	width:auto; 
	height:100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden; 
}

.megafolio-container,
.megafolio-container-splash	{
	width:100%;  
	height:100%;
	position:relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.filter_padder {
	/*position: absolute;
	z-index: 20;
	top: 0;
	left: 20%;*/
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

.filter_wrapper {
	border-radius:0;
	background: none;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.80;      /* khtml, old safari */
	-moz-opacity: 0.80;       /* mozilla, netscape */
	opacity: 0.80;           /* fx, safari, opera */
	padding: 0;
}

.filter { 
	float: left;
	padding: 0 10px;
	color: #1abfd5; 
	font-weight: 400; 
	text-transform:uppercase;
	line-height: 30px;
	}
.filter:hover, .filter.selected {color: #fff; background: #1abfd5; font-weight: 700;}
/*
#CategorieFilter {
	display: block;
	width: 40px;
	height: 40px;
	background: #333;
	color: #fff;
	width: auto;
	padding: 5px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.5rem;
}
*/
#CategorieFilter {
	background: url(../img/skin.png) no-repeat -155px 0 #333;
	display: block;
	height: 40px;
	width: 40px;
}


/* = = = = = = = = =   SLIDESHOW   = = = = = = = = = */
.camera_prev, .camera_next, .camera_commands { top: 58%;}
.camera_wrap {margin: 0 0 30px 0;}


















/* = = = = = = = = =   Kontakt   = = = = = = = = = */

form {
	font-size: 13px;
}
form fieldset {margin: 0; padding: 0;}
form label {
	display: block;
	float: left;
	width: 35%;
	margin: 4px 0;
}
form input, textarea{
	float: right;
	width: 60%;
	margin: 0 0 3px 0;
	padding: 3px;
	border: none;
	background: #fff;
}/*
form textarea {
	float: right;
	width: 60%;
	border: none;
}*/
form .send {
	float: right;
	/*margin-right:11px;*/
	padding: 3px 20px;
	width: 30%;
	cursor: pointer;
	color: #fff;
	background: #1abfd5;
	border: none;
	
}
form .send:hover {background: #9acc50;}
/*
#Formular {
width:300px;
float:left;
}

#Formular label{
	display: block;
	color: #797979;
	font-weight: 700;
}
#Formular input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#Formular input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#Formular textarea{
	width: 220px;
	height: 120px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#Formular textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#Formular div{
	margin-bottom: 15px;
}
#Formular div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#Formular div span.error{
	color: #e46c6e;
}
#Formular #send{

	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	width: 234px;
}
#Formular #send:hover{

}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
*/



.container .MS{
			background: #fff;
			padding: 20px 30px 30px;
		}
		.container .MS p{
			color: #555;
			font-family: 'Open Sans',sans-serif;
			font-size: 13px;
			font-weight: 400;
			line-height: 15px;
			margin-top: 12px;
			text-align: left;
		}
		.danke footer {position: absolute !important;}
		.container .Copyright 
		{	
			float: left;
			color: white;
			font-size:13px;
		}
		.container span a
		{	
			float: right;
			color: white;
			text-decoration: none;
			height: 20px;
		}
		.container span a:hover {color: #1ABFD5;}
		.mega-title {color: #000;}

