/* ledger-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ledger';
  font-style: normal;
  font-weight: 400;
  src: url('../media/fonts/ledger-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../media/fonts/ledger-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../media/fonts/poppins-v24-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../media/fonts/poppins-v24-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../media/fonts/poppins-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../media/fonts/poppins-v24-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../media/fonts/poppins-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../media/fonts/poppins-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../media/fonts/poppins-v24-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../media/fonts/poppins-v24-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*

MOOSGRÜN: #616a3b
GOLDGELB: #dfac4d

SCHRIFTEN
H1/ Ledger Regular 27pt, Durchschuss 37pt, Großbuchstaben, Laufweite 100, moosgrün
H2/ Poppins Regular 17pt, Durchschuss 22pt, Großbuchstaben, Laufweite 150, schwarz
Mengentext/ Poppins Light 12pt, Durchschuss 24pt, schwarz
Links im Mengentext/ Poppins Medium 12pt, Durchschuss 24pt, moosgrün
Button/ Poppins Regular, Großbuchstaben, Laufweite 175, weiß
Button aktiv/ Poppins Regular, Großbuchstaben, Laufweite 175, moosgrün
Navigation/ Poppins Light, 14pt, Großbuchstaben, Laufweite 175, weiß
Footer/ Poppins Medium 15pt, Durchschuss 19pt, Großbuchstaben, Laufweite 175, moosgrün
Footer Kontakt/ Poppins Light 12pt, Durchschuss 19pt, schwarz
Gästebuch Maske/ Poppins Medium 10pt, Großbuchstaben, Laufweite 175, moosgrün
Gästebuch Datum/ Poppins Medium 10pt, Großbuchstaben, Laufweite 175, moosgrün
Gästebuch Kommentartext/ Poppins Light 12pt, Durchschuss 24pt, schwarz
*/

.bg-green {
	background-color: #616a3b !important;
}
.bg-yellow {
	background-color: #dfac4d !important;
}
.bg-white {
	background-color: #fff !important;
}

.color-green {
	color: #616a3b !important;
}
.color-yellow {
	color: #dfac4d !important;
}
.color-white {
	color: #fff !important;
}

.db {
	border: 3px solid #dfac4d;
}

div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../media/img/loader.gif') no-repeat center center; 
}



















body {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size:13pt;
	line-height: 22pt;
	color: #000;
	background-image: url('../media/img/Kachel_HG.jpg');
	background-repeat: repeat;
}



@media (max-width: 980px) {
	body {
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
}


a,a:active,a:visited,a:link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	color: #8CBDB9;
	text-decoration: none;
}
a:hover {
	color: #E09E50;
	text-decoration: underline;
}
a.nav-link-footer,a.nav-link-footer:active,a.nav-link-footer:visited,a.nav-link-footer:link {
	clear: left;
	float: left;
	display: block;
	padding-bottom: 5pt; 
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
a.nav-link-footer:hover {
	color: #fff;
	text-decoration: underline;
}
a.nav-link-footer.active {
	color: #fff;
	text-decoration: underline;
}

a.nav-link,a.nav-link:active,a.nav-link:visited,a.nav-link:link {
	clear: left;
	float: left;
	display: block;
	padding-bottom: 5pt; 
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	color: #8CBDB9;
	text-decoration: none;
}
a.nav-link:hover {
	color: #E09E50;
	text-decoration: none;
}
a.nav-link.active {
	color: #E09E50;
	text-decoration: none;
}

a.btn-customy,a.btn-customy:active,a.btn-customy:visited,a.btn-customy:link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	border: 1px solid #8CBDB9;
	background: #8CBDB9;
	color: #2D3E4E;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 5px 10px;
	transition: ease .5s;
}
a.btn-customy:hover {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	border: 1px solid #E09E50;
	background: #fff;
	color: #2D3E4E;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 5px 10px;
	transition: ease .5s;
	text-decoration: none;
}

h1 {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 600;
	font-size: 30pt;
	color: #8CBDB9;
	line-height: 42pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 24pt;
	color: #2D3E4E;
	line-height: 32pt;
	letter-spacing: 0px;
}

h3,h4,h5,h6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18pt;
	color: #2D3E4E;
	line-height: 26pt;
	letter-spacing: 0px;
}

nav.navbar-light {
	background: #E8ECEB !important;
	background-color: #E8ECEB !important;
}


/* ====================== MAIN STYLES ========================= */


@media (max-width: 575.98px) {
}