@charset "utf-8";
#logo_ef {
	position: relative;
	width: 368px;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
}
#line {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 50px;
	position: relative;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
/*	background-color: white;	/*#141414;*/
	color:#ccc;
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: inherit;
}
a:focus {
	outline: #444 dotted thin;
}
img {
	max-height: calc(90vh - 65px) !important;
	max-width: calc(90vw - 194px) !important;
}
#picture {
	object-fit: contain; /*scale-down;*/
/*	padding: 10px; */
/*	border: 1px solid #f00;*/
}
.framedh {
	padding: 10px;
/*	border: 1px solid #eee;*/
	background-color:#fff;
	width: calc(90vw - 194px);
}
.framedv {
	padding: 10px;
/*	border: 1px solid #eee;*/
	background-color:#fff;
	height: calc(90vh - 65px);
}
.header {
	width: 100%;
	height: 93px;
	position: relative;
	padding-top: 0px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
	text-align: center;
/*	background-color: #090909;*/
}
.header .menu {
	color: #ddd;
	position: relative;
	top: -10px;
	float: right;
	margin-right: 10px;
}
.contact, .home {
	position:fixed;
	top:30px;
	right:20px;
	z-index:1;
}

/* center images */
.layout {
	display: table;
	height: 100%;
	overflow: hidden;
	text-align: center;
	width: 1px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.layout-wrapper {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
.layout-content {
/*	border: 1px solid #eee;*/
	display: inline-block;
	position: relative;
	cursor:pointer;
}
input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
/* end center */

/* navigation */
.close {
	position:fixed;
	top:18px;
	right:8px;
	z-index: 1;
	opacity: 0.5;
}
p {
	color: #666;
}
.footer {
	position:fixed;
	bottom:50px;
	min-width:500px;
	padding-left:10px;
	margin-left:60px;
	margin-right:60px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
	color: #666;
}
.previous {
	position:fixed;
	top:0px;
	left:0%;
	height:100%;
	background:none;
	border:none;
	width:75px;
	opacity: 0.5;
	z-index: 1;
}
.next {
	position:fixed;
	top:0px;
	right:0%;
	height:100%;
	background:none;
	border:none;
	width:75px;
	opacity: 0.5;
	z-index: 1;
}
h1 {
	font-size: larger;
	position:absolute;
/*	width:100%;*/
	color: #eee;
	text-align: left;
	z-index: 1;
	padding-left: 12px;
}
/* end navigation */

.print {
	position: absolute;
	left: 25px;
	top: 50px;
}

/* form */
.frm {
	max-width: 350px;
	min-width: 350px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
/*	position: absolute;*/
}
.formitem input, .formitem label {
	display: block;
}
.formitem {
	margin-right: auto;
	margin-left: auto;
	height:1.5em;
	margin-bottom: 1.3em;
	width: 350px;
}
.formitem input, .formitem textarea {
	max-width: 350px;
	min-width: 350px;
	float: right;
	height:1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#ddd;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	-moz-box-shadow: none;
	border-radius: 10px;
	}
.formitem textarea {
	overflow: auto;
}
.submit{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: orange !important;
	height: 3em;
	max-width: 360px;
	min-width: 360px;
	left: -8px;
/*	float: right;*/
	height:2.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#ddd;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	-moz-box-shadow: none;
	border-radius: 10px;
}
label {
	font-size: small;
	color: #666;
}
#bericht {
	height: 150px;
}
.bedankt {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.cat {
	background:none;
	color:#ccc;
	border:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
}
.cat_thumb {
	border:1px solid #eee;
	padding: 10px;
	background-color: #fcfcfc;
	margin: 0 10px 20px 10px;
}
/* end form */
