/* CSS Document */

* {
 margin: 0px;
 padding: 0px;
}

body,html {
 width: 100%;
 height: 100%;
}

body {
 font-family: 'Open Sans', sans-serif;
 font-size: 1em;
}

h1 {
 margin: 20px;
 text-align: left;
}

h2 {
}

h3 {
 margin: 20px;
 text-align: left;
}

p {
 margin: 20px;
}

p.slogan {
 font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
 font-style: italic;
 font-weight: normal;
 text-align: left;
 font-size: 140%;
 color: rgba(150,150,150,1.00);
}

a {
 text-decoration: none;
}

a:hover  {}

table {
 width: 98%;
 margin: 1%;
}

td {
 padding: 5px;
}

header,
header .banner,
header .banner img {
 width: 100%;
 height: auto;
 text-align: center;
}

#header {
 max-width: 1280px;
 margin-left: auto;
 margin-right: auto;
}

#header .logo {
 float: left;
 margin-left: 20px;
}

header .banner .modMpNivoSlider {
 z-index: 50;
}

/*Top-Navi*/

.top_navi {
 float:right;
 margin-top: 25px;
 margin-right: 40px;
}

.top_navi li {
 display: inline-block;
 list-style: none;
 background-color: rgba(77,143,77,1.00);
 border-radius: 20px;
 margin: 10px;
}

.top_navi li a {
 display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 40px;
	padding-bottom: 5px;
	color: rgba(255,255,255,1.00);
	font-size: 90%;
}

.top_navi .telefon {
 background-image: url("../images/misc/telefon-icon.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}

.top_navi .mail {
 background-image: url("../images/misc/mail-icon.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*Aktionbutton */

.actionbutton {
 z-index: 60;
 position: relative;
 margin-top: -150px;
 margin-left: auto;
 margin-right: auto;
}

.actionbutton li {
 display: inline-block;
 list-style: none;
 border: 3px solid rgba(255,255,255,1.00);
 background-color: rgba(77,143,77,1.00);
 border-radius: 20px;
 margin: 50px;
}

.actionbutton li a {
	display: block;
 width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 60px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00)!important;
	font-size: 120%;
}

.actionbutton li.reservieren {
	background-image: url("../images/misc/restaurant-icon.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}

.actionbutton li.buchen {
 background-image: url("../images/misc/pension-icon.png");
 background-repeat: no-repeat;
 background-position: 10px center;
}

.actionbutton li.buchen a {
color: rgba(255,255,255,1.00)!important;
}

/*Back to Top*/

.back-to-top {
 z-index: 999;
 position: fixed;
 right: 20px;
 bottom: 20px;
 display: none;
 width: 46px;
 height: 46px;
 text-indent: -9999px;
 background: url(../images/sprite.png) no-repeat -11px -474px;
}

.back-to-top:hover {
 background: url(../images/sprite.png) no-repeat -57px -474px;
}

#main {
 max-width: 1280px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

#main a{
 color: rgba(77,143,77,1.00);
}

#main a:hover {
 color:rgba(50,50,50,1.00);
}

#main .textitem,#main .textitem_2 {
 text-align: left;
}

#main .textitem ul,#main .textitem_2 ul {
 margin: 10px;
}

#main .textitem li,#main .textitem_2 li {
 margin-left: 40px;
}

#main .textitem_2 {
 background-color: whitesmoke;
 padding: 10px;
 border-radius: 10px;
 
}

footer {}

/*Footer*/
#footer {
 clear: both;
 margin-top: 20px;
 width: 100%;
 text-align: center;
 background-color: rgba(77,143,77,1.00);
 color: rgba(255,255,255,1.00);
}

#footer p {
 margin-left: 0px;
}

#footer h4 {
}

#footer a {
 color: rgba(255,255,255,1.00);
 text-decoration: underline;
}

#footer .footerhead {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 max-width: 1240px;
 margin-left: auto;
 margin-right: auto;
 padding: 20px;
}

#footer .footerhead div {
 -ms-flex: 1 1 300px;
 flex-basis: 300px;
 flex-grow: 1;
 text-align: left;
 padding: 20px;
}

#footer .footerhead .portfolio {
}

#footer .footerhead .portfolio ul {
 margin-top: 10px;
}

#footer .footerhead .portfolio li {
 margin-left: 20px;
 padding-left: 10px;
}


#footer .footerhead .contact {
}

#footer .footerhead .contact p {
 margin-top: 10px;
}

#footer .footerhead .ort iframe {
 margin-top: 10px;
}

#footer .share-buttons  {
 width: 98%;
 padding: 1%;
 background-color: #303030;
}

#footer .share-buttons li {
 display: inline-block;
 margin-left: 5px;
 margin-right: 5px;
}

#footer .navi_bottom {
 width: 98%;
 padding: 1%;
 background-color: #303030;
}

#footer .navi_bottom li {
 display: inline-block;
 list-style: none;
 margin-left: 5px;
 margin-right: 5px;
}

#footer .copyright {
 width: 98%;
 padding: 1%;
 background-color: #303030;
 text-align: center;
}

/*Footer-Ende*/

.liGallery li {
	display: inline-block;
	background-color:rgba(255,255,255,1.00);
 padding: 2px;
	margin: 2em;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(200,200,200,1.00);
	box-shadow: 0px 0px 5px 5px rgba(200,200,200,1.00);
 line-height: 0;
}

.liGallery li img {
 border-radius: 5px;
}

/* ----- PIFAFORM ----- */

div.pifa-form {
 text-align: center;
}

.pifa-form {
 max-width: 800px;
 margin-top: 2em;
 margin-left: auto;
 margin-right: auto;
}

.pifa-form label {
 float: left;
 width: 200px;
	display: block;
	height: 10px;
	padding: 10px;
 line-height: 1.4em;
}


.pifa-form div.checkbox_wrapper {
 padding: 5px;
}

.pifa-form div.checkbox-wrapper label {
 float: left;
	width: 438px;
}

.pifa-form div.privacy {
	margin-bottom: 15px;
}

.pifa-form div {
	margin: 10px;
}

.pifa-form select {
	width: 456px;
	height: 25px;
}

.pifa-form input[type="text"],
textarea {
	width: 450px;
}

.pifa-form .text_medium {
 padding-top: 3px;
 padding-right: 15px;
 padding-left: 3px;
 padding-bottom: 3px;
}

.pifa-form .pifa-error select,
.pifa-form .pifa-error input,
.pifa-form .pifa-error textarea {
	clear: both;
	border: 1px solid #C31250;
}

.pifa-form input {
	height: 25px;
	padding: 5px;
}

.pifa-form textarea {
	height: 200px;
	line-height: 1.2em;
	padding: 5px;
}

.pifa-form .pifa-error input[type="text"],
.pifa-form .pifa-error textarea {
	width: 454px;
}

.pifa-form .pifa-error label {
	color: #C31250;
}

.pifa-form p {
	display: none;
}

.pifa-form .pifa-error .pifa-error-message {
	display: block;
}

.pifa-form .pifa-error:hover p {
	display: block;

}

.button.red,
div.button_red input
{
	clear: both;
	margin: 10px;
	z-index: 2;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color:rgba(66,66,66,1.00); 
	height: 30px;
	border-radius: 5px;
 border:0px;
}

div.button_red input {
	clear: both;
	position: relative;
	float: left;
	margin-right: 20px;
}

.button.grey,
div.button_grey input {
	clear: both;
	margin: 10px;
	z-index: 2;
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ccc;
	height: 30px;
	border-radius: 5px;
 border:0px;
}

.button.red,.button.grey input[type="submit"] {
	margin-top: 40px;
	position: relative;
	clear: both;
}

#pifa-field-33 {
   position: absolute;
   left: -1999px;
}
