.about-img {
	height: auto;
	width: 30vw
}

.test {
	height: 30px;
	background-color:#fff;
}

html {
	padding:0;
	margin:0;
}



.mypage li {
  list-style-image: url("../img/src/icon_zf.png");
	padding:5px;
	margin:10px;

}


/*----------------------------
REZENSION AREA
------------------------------*/

.rezension-area {
	background: rgba(0, 0, 0, 0) url("../img/src/backrezension.png") no-repeat scroll
		center center / cover;
	color: #4a4d4f;
	height: auto;
}

.rezension-area .section-padding {
	padding: 80px 0;
}

.rezension-area h2 {
	font-size: 80px;
	padding-bottom: 10px;
	color: #d0963e;
	text-align: center;
}

.rezension-area .area-title h2::after {
	background: #c1934c none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
}

.rezension-area .fa-angle-right:before,
.fa-angle-left:before {
	color: #4a4d4f;
}

.rezension-area .pogoSlider-slide:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	opacity: 0.4;
	z-index: -1;
}

.rezension-area .checked {
	color: orange;
}

.rezension-area img {
	height: 30px;
	width: auto;
}

.hwrap {
	width: 100%;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.7em;
	text-align: center;
	overflow: hidden;
	color: #4a4d4f;
}

.hmove {
	display: flex;
	position: relative;
	top: 0;
	right: 0;
}

.hslide {
	width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 10px;
}

@keyframes slideh {
	0% {
		right: 0;
	}
	30% {
		right: 0;
	}
	33% {
		right: 100%;
	}
	63% {
		right: 100%;
	}
	66% {
		right: 200%;
	}
	97% {
		right: 200%;
	}
	100% {
		right: 0;
	}
}
.hmove {
	animation: slideh linear 20s infinite;
}
.hmove:hover {
	animation-play-state: paused;
}

/*----------------------------
CATERING
------------------------------*/
.catering-bg {
	background: rgba(0, 0, 0, 0) url("../img/catering/catering1.jpg") no-repeat
		scroll center center / cover;
	background-attachment: fixed !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*----------------------------
Kontakt
------------------------------*/
.kontakt-bg {
	background: rgba(0, 0, 0, 0) url("../img/page/kontakt.jpg") no-repeat
		scroll center center / cover;
	background-attachment: fixed !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.urlweb {
	height:1px;
	padding:0;
	top: 0;
	visibility: hidden;
}

/*----------------------------
Catring AREA
------------------------------*/

.catering-area {
	background: rgba(0, 0, 0, 0) url("../img/catering/catering_area.jpg") no-repeat scroll
		center center / cover;
	color: #4a4d4f;
	height: auto;
}

.catering-area .section-padding {
	padding: 80px 0;
}

.catering-area h2 {
	font-size: 80px;
	padding-bottom: 10px;
	color: #d0963e;
	text-align: center;
}

/*----------------------------
Doppelzimmer AREA
------------------------------*/
.room-bg {
	background: rgba(0, 0, 0, 0) url("../img/pension/fewo.jpg") no-repeat
		scroll center center / cover;
	background-attachment: fixed !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.room-area {
	background: rgba(0, 0, 0, 0) url("../img/pension/fewo.jpg") no-repeat scroll
		center center / cover;
	color: #4a4d4f;
	height: auto;
}

.room-area .section-padding {
	padding: 80px 0;
}

.room-area h2 {
	font-size: 80px;
	padding-bottom: 10px;
	color: #d0963e;
	text-align: center;
}

/*----------------------------
Pension AREA
------------------------------*/
.zimmer-bg {
	background: rgba(0, 0, 0, 0) url("../img/pension/fewo.jpg") no-repeat
		scroll center center / cover;
	background-attachment: fixed !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.zimmer-area {
	background: rgba(0, 0, 0, 0) url("../img/pension/fewo.jpg") no-repeat scroll
		center center / cover;
	color: #4a4d4f;
	height: auto;
}

.zimmer-area .section-padding {
	padding: 80px 0;
}

.zimmer-area h2 {
	font-size: 80px;
	padding-bottom: 10px;
	color: #d0963e;
	text-align: center;
}

/*----------------------------
Buttons
------------------------------*/
a.button2{
	display:inline-block;
	padding:0.5em 3em;
	border:0.12em solid #d0963e;
	margin:0 0.3em 0.3em 0;
	box-sizing: border-box;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	color:#d0963e;
	text-align:center;
	transition: all 0.15s;
}
a.button2:hover{
	color:#ffffff;
	background-color: #d0963e;
	border-color:#d0963e;
}
a.button2:active{
	color:#ffffff;
	background-color: #d0963e;
	border-color:#d0963e;
}
@media all and (max-width:30em){
	a.button2 {
		display:block;
		margin:0.4em auto;
	}
} 


.maintenance {
		visibility: hidden !important;
}

/*----------------------------
Video AREA
------------------------------*/

.video-area {
	background: rgba(0, 0, 0, 0) url("../img/src/bgvideo.jpeg") no-repeat scroll
		center center / cover;
	color: #4a4d4f;
	height: auto;
}

.video-area .section-padding {
	padding: 0;
	margin:0px
}

.video-area h2 {
	font-size: 80px;
	padding-bottom: 10px;
	color: #d0963e;
	text-align: center;
}