/* latin */

@font-face {
  font-family: Lato, 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(fonts/Lato-Light.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */

@font-face {
  font-family: Lato, 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(fonts/Lato-Regular.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
	padding: 0;
	margin: 0;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -999;
}

.fadeIn {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	-o-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */

.fadeIn-3s {
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
}

/* Key Frames
---------------------------------------------------- */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}

#page-wrap-start {
	position: relative;
	width: auto;
	min-height: 400px;
	height: auto;
	margin: 250px auto 0;
	padding: 50px;
	color: #fff;
	text-shadow: 0 0 3px #755025;}

#page-wrap {
	position: relative;
	width: 760px;
	min-height: 400px;
	height: auto;
	margin: 250px auto 0;
	padding: 50px;
	background: rgba(255,243,228,0.7);
	-moz-box-shadow: 0 0 20px #333, 0 0 8px #fff3e4 inset;
	-webkit-box-shadow: 0 0 20px #333, 0 0 8px #fff3e4 inset;
	box-shadow: 0 0 20px #333, 0 0 8px #fff3e4 inset;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #540000;
}

body {
	font-family: Lato, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #540000;
}

p, li
{
	font-family: Lato, Verdana, Helvetica, Arial, SansSerif;
	line-height: 1.4em;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	padding: 0;
}

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #000;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

a:hover {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}

#page-wrap ul
{
	margin-left: 3px;
}
#page-wrap ul li
{
	background: url(../../img/li.png) 0 7px no-repeat;
	display: block;
	margin-left: 0;
	padding: 0 0 6px 18px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
}
#page-wrap ul li ul
{
	padding: 0;
	margin: 0 0 0 10px;
}

.articleText {
	margin-bottom: 3px;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 24px 0 12px;
	color:#222;
}

h1
{
	padding: 0 0 18px;
	letter-spacing: 0.03em;
	color: #fff;
	text-shadow: 0 0 5px #666;
}

h3 {
	padding: 24px 0 0;margin-bottom:0.25em;}

hr {
	border: 1px solid transparent;
	clear: both;
}

blockquote
{
	margin: 1.5em 0;
	padding: .5em 20px;
	quotes: "\201C""\2019";
	
}
blockquote:before {
  color: #fff;
  content: open-quote;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-style: italic;
}

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}

.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
}

.imgDIVtopLeft {
	margin: 8px 10px 5px 20px;
	padding: 0px;
	border: 0;
}

.imgDIVtopCenter, .imgtxt-bottom-center {
	margin: 8px -50% 5px -50%;
	padding: 0px;
	border: 0;
	text-align:center;
}

.imgDIVblockImgLeft {
	margin-right: 10px;
}

.imgDIVblockImgRight {
	margin-left: 10px;
}

.imagebox-right {float:right;width:240px;margin:0 0 20px 30px;overflow:hidden;}

.imagebox-right img {max-width: 240px;height: auto !important}

#page-wrap img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #fff;
}

#page-wrap img.welle {box-shadow: none;top:-48px;position:relative}

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}

.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}

address { font-style: normal; font-size:0.95em; margin-bottom:1em;}

/** 
 * Navigation 
 */

.nav {
	text-align: center;
	width: 100%;
	background: transparent;
	margin: 0;
	border-bottom: 0 solid transparent;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: all ease 1s;
}

.nav.whiteHeader {
	background: rgba(250, 191, 118, 0.95);
	border-bottom: 1px solid rgba(250, 162, 53, 0.3);
	box-shadow: 0 0 3px #755025;
	transition: all 1s ease 0s;
}

.nav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom: 1;
	*display: inline;
	list-style-type: none;
}

.nav li {
	float: left;
	padding: 8px 15px;
	border: none;
}

.nav li a {
	color: #540000;
	transition: all 0.1s ease 0s;
	text-decoration: none;
}

.nav li a:hover {
	color: #2b0c00;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgba(250, 191, 118, 0.95);
	border-radius: 3px;
	border: 1px solid #fff;
	box-shadow: 0 0 3px #cccccc;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 9px;
	margin: 0 5%;
	max-width: 95%;
	padding: 5px !important;
	vertical-align: middle;
	width: 90%;
}

select option {
	background-color: #a00;
	border-bottom: 1px solid #b00;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	margin: 5px;
	text-align: left;
	padding: 3px 0 !important;
}

@media (max-width: 899px) {
	#page-wrap {
		width: 80%;
	}
.nav {
	transition: none; }
}

.description {z-index: -99999;position:absolute;top:-2em;}

#footer {
	padding: 1.5em 0;
	overflow: hidden;
	text-align: center;
	font-size: 0.9em
}

#footer-start {
    position: fixed;
    bottom: 0;
	font-size: 0.9em;
	float: right;
	right: 1em;	
}

#footer p, #footer p a, #footer-start p, #footer-start p a {color:#666;}
