body {
	font-family: 'Noto Sans', sans-serif;
	color: #444;
	font-size: 18px;
	min-height: 100vh;
	position: relative;
	margin: 0;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	margin-bottom: 14px;
	text-align: center;
}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

p {
	text-align: justify;
}

a {
	outline: 0;
	color: #444;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #76B729;
}

hr {
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}


/**
	LOADING ANIMATION
**/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading.gif) center no-repeat #fff;
}


/**
	NAVBAR
**/
.navbar {
	background-color: #FFF;
	border-bottom: 1px solid #E5E5E5;
	min-height: 80px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 2.4rem;
	padding-right: 0;
}

.nav-link {
	height: 100%;
	font-size: 18px;
}

.nav-link span {
	display: inline-block;
	vertical-align: middle;
}

.navbar-toggler {
	border: 0px;
	width: 100%;
	float: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(68,68,68, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.logo-font {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: bold;
}


/**
	GLOBAL
**/
.color-brown {
	color: #835C3B;
}

.color-green {
	color: #76B729;
}

.brown-background {
	padding: 28px;
	background-color: rgba(68,68,68,0.8);
	color: #FFF;
}

.h1-image {
	display: block;
	width: 48px; height: auto;
	margin: 0 auto 0 auto;
}

.h1-hr {
	display: block;
	width: 100px; height: 14px;
	border: solid 3px #76B729;
	border-color: #76B729 transparent transparent transparent;
	border-radius: 50%/14px 14px 0 0;
	margin: 0 auto 60px auto;
}

.p-end {
	margin-bottom: 0;
}

.icon-gap {
	width: 2rem;
}

.btn-info {
	background-color: #76B729;
	border-color: #76B729;
	color: #FFF;
}

.btn-info:hover {
	background-color: #72AF27;
	border-color: #72AF27;
	color: #FFF;
}

.btn-booking {
	background-color: #FFBB09;
	border-color: #FFBB09;
	color: #FFF;
}

.btn-booking:hover {
	background-color: #F2AF00;
	border-color: #F2AF00;
	color: #FFF;
}

.btn-icon-gap {
	padding-right: 0.5rem;
}


/**
	WILLKOMMEN
**/
#willkommen {
	min-height: 1000px; width: 100%;
	background-image: url(../images/banner.jpg);
	box-shadow: inset 0 0 0 2000px rgba(220,220,220,0.14);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.title {
	padding: 246px 0 80px 0;
	font-size: 42px;
}


/**
	UNSER HOF
**/
#unser-hof {
	padding: 80px 0 80px 0;
	text-align: center;
}

#unser-hof .col {
	text-align: center;
	padding-bottom: 42px;
}

#unser-hof .col img {
	display: block;
	margin: 0 auto 0 auto;
}

#unser-hof .col div {
	top: 10px;
	position: relative;
}

.hof-info-text {
	padding: 0 80px 60px 80px;
	/* border-bottom: 1px solid rgba(68,68,68,0.2); */
}

#unser-hof-parallax {
	padding: 80px 0 80px 0;
	background-image: url("../images/unser-hof.jpg");
	box-shadow: inset 0 0 0 2000px rgba(131,92,53,0.42);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#unserHofCarousel {
	display: block;
	margin: 0 auto 0 auto;
}

.carousel {
	width: 800px;
}


/**
	FERIENWOHNUNGEN
**/
#ferienwohnungen {
	padding: 80px 0 80px 0;
}

.card {
	width: 100%;
	border: 4px solid rgba(68,68,68,0.2);
	margin-bottom: 30px;
}

#booking-button {
	margin-left: 10px;
	margin-top: 0px;
}

.unsere-empfehlung {
	box-shadow: 0px 0px 4px 2px #FFD15C;
}

.unsere-empfehlung img.star {
	top: -15px; right: -15px;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	position: absolute;
}

/**
	FERIENWOHNUNGEN - MODALE DIALOGE
**/
.modal-dialog {}
.modal-title {
	font-size: 24px;
}

.house-info {
	font-size: 16px;
}

#kurzinfo {
	padding-top: 0px;
}


/**
	BUCHUNGSANFRAGE
**/
#buchungsanfrage {
	padding: 80px 0 80px 0;
	background-color: #EAEAEA;
}

.jumbotron {
	padding: 42px;
	border: 1px solid rgba(68,68,68,0.2);
}


/**
	AKTIVIT�TEN & UMGEBUNG
**/
#aktivitaeten {
	padding: 80px 0 80px 0;
}

.weblink {
    font-weight: bold;
    font-size: 16px;
    padding-left: 1rem;
}

#aktivitaeten li {
   list-style: square;
   color: #76B729;
}

#aktivitaeten li span {
	color: #444;
}

.suesel-umgebung {
	padding-right: 28px;
}


/**
	ANFAHRT
**/
#anfahrt {
	padding: 80px 0 20px 0;
	background-image: url(../images/anfahrt.jpg);
	box-shadow: inset 0 0 0 2000px rgba(220,220,220,0.42);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#map {
	height: 393px;
	margin-bottom: 60px;
}


/**
	FOOTER
**/
#footer {
	padding: 40px 0 40px 0;
}

.contact-gap {
	display: inline-block;
	padding-left: 7px;
	width: 50px;
}

.footer-right {
	margin-top: 0px;
	text-align: right;
}

#footer2 {
	padding: 40px 0 40px 0;
	background-color: #EAEAEA;
}


/**
	IMPRESSUM
**/
#impressum {
	padding: 160px 0 80px 0;
}


/**
	MEDIA QUERIES
**/
@media screen and (max-width: 990px) {
	h2 {
		text-align: center;
	}
	.navbar-brand {
		width: 100%;
		text-align: center;
	}
	.navbar-nav {
		text-align: center;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
	.modal-dialog {
		margin: 60px;
	}
	.hof-info-text {
		padding: 20px 0 80px 0;
	}
	#booking-button {
		margin-left: 0px;
		margin-top: 10px;
	}
	#kurzinfo {
		padding-top: 24px;
	}
	.suesel-umgebung {
		padding-right: 0px;
	}
	.footer-right {
		margin-top: 42px;
		text-align: left;
	}
}

@media (min-width: 990px) and (max-width: 1200px) {

}