html, body {
	padding: 0;
	margin: 0;
	height: auto;
}

body {
	background-color: #950500;
	font-family: "Perpetua", "Times New Roman", Times, serif;
}

/* On Top Bar */
#menubar {
	display:block;
	background:#ffffff;
} 
#menubar ul {
	display:block;
	width:2.2em;
	margin:0 auto;
	padding:0px 0px 7px 0px;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}

/* Navigation */ 
nav {
	padding:0px 0px 7px 0px;
	display: block;
	height: 20px;
	background: #ffffff;
	text-align: center;
}
nav ul {
	display: block;
}
nav ul li {
	display: inline;
	margin: 20px 20px 20px 20px;
}
nav ul li a {
	color: #707070;
	font-size: 20px;
	line-height: 45px;
	transition: background 0.2s;
	-webkit-transition: background 0.2s;
}
nav ul li a:hover {
	border-bottom: 0.12em solid #D0391C;
}
nav ul li a.active {
	border-bottom: 0.12em solid #D0391C;
}


ul {
	margin:0px;
	padding:0px;
}
li {
	
	font-weight:100;
	color:#D0391C;
}


.pichead {
    line-height: 0px;
	padding: 0px 0px 0px 0px;
}

.picbottom {
    line-height: 0px;
	padding: 0px 0px 0px 0px;
}

.picsolo {
	line-height: 0px;
	padding: 0px 0px 0px 0px;
}


.logo {
	width: 100%;
	height: auto;
	max-width: 100%;
    position: relative;	
}


#scrolltofixedlogo {
    width: 100%;
    height: auto;
	max-width: 100%;
	
}


a, a:link, a:active, a:visited, a:hover {
	color: inherit;on
	text-decoration: underline;
}
a.underline:link {
	color: #000000;
	text-decoration: underline;
}
a.underline:visited {
	color: #000000;
	text-decoration: underline;
}
a.underline:hover {
	color: #000000;
	text-decoration: underline;
}


a.underlineonblack:link {
	color: #56280B;
	text-decoration: underline;
}
a.underlineonblack:visited {
	color: #56280B;
	text-decoration: underline;
}
a.underlineonblack:hover {
	color: #56280B;
	text-decoration: underline;
}


a {
	text-decoration: none;
}


.h1 {
    font-weight: bold;
    text-decoration:none;
}


.topmenu {
	color: #ffffff;
	background-color: #666666;
	padding: 15px 20px 10px 20px;
	text-align: center;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.6);
}


.content {
	color: #ffffff;
	padding: 20px 20px 20px 20px;
	text-align: left;
}
.contentbegin {
	color: #ffffff;
	padding: 32px 20px 20px 20px;
	text-align: left;
}
.contentimprint {
	color: #ffffff;
	font-size: 15px;
	padding: 6px 20px 20px 20px;
	text-align: left;
}


.footer {
	padding: 20px 20px 20px 20px;
	background-color: #FDF419;
	font-size: 15px;
	color: #56280B;
	text-align: center;
}


.scrollToTop {
	width:40px; 
	height:40px;
	padding:0px; 
	text-align:center; 
	font-weight:bold;
	color: #444;
	text-decoration:none;
	position:fixed;
	bottom:17%;
	right:7%;
	display:none;
	background:  url("images/arrow_up.png") no-repeat 0px 0px;
}
.scrollToTop:hover {
	text-decoration:none;
}


.icons {
	margin: 20px;
}


@font-face {
  font-family: Perpetua;
  src: url("font/Per.woff") format("woff");
}

@media screen and (max-width:1920px) {
	body {
		font-size:17px;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.0em 0em 0.0em 0em;
	}