/* lora-600 - 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: 'Lora';
	font-style: normal;
	font-weight: 600;
	src: url('../media/fonts/lora-v26-latin-600.eot'); /* IE9 Compat Modes */
	src: url('../media/fonts/lora-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../media/fonts/lora-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('../media/fonts/lora-v26-latin-600.woff') format('woff'), /* Modern Browsers */
		url('../media/fonts/lora-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../media/fonts/lora-v26-latin-600.svg#Lora') format('svg'); /* Legacy iOS */
}
/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
	src: url('../media/fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../media/fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		url('../media/fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
		url('../media/fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../media/fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../media/fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../media/fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../media/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../media/fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../media/fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../media/fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}


/* montserrat-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: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../media/fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
	src: url('../media/fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../media/fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		url('../media/fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
		url('../media/fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../media/fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}



/*
	Türkis: #59993F
	Dunkelblau: #2D3E4E
	Orange: #8CB95E
	Grau: #E8ECEB
	
	
	font-family: 'Lora', serif;
	font-family: 'Montserrat';
*/

.bg-footer {
	background-color: #2D3E4E !important;
}
.bg-lightgrey {
	background-color: rgba(233, 238, 237, 0.4) !important;
}
.bg-grey {
	background-color: #E8ECEB !important;
}
.color-white {
	color: #fff !important;
}
.color-white a,.color-white a:active,.color-white a:visited,.color-white a:link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.color-white a:hover {
	color: #fff;
	text-decoration: underline;
}
.db {
	border: 2px solid #C31E24;
}
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-color: rgba(222, 214, 177, 0.40);
}



@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: #59993F;
	text-decoration: none;
}
a:hover {
	color: #8CB95E;
	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: #59993F;
	text-decoration: none;
}
a.nav-link:hover {
	color: #8CB95E;
	text-decoration: none;
}
a.nav-link.active {
	color: #8CB95E;
	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 #59993F;
	background: #59993F;
	color: #fff;
	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 #8CB95E;
	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: #59993F;
	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 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18pt;
	color: #2D3E4E;
	line-height: 26pt;
	letter-spacing: 0px;
}

h4,h5,h6 {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 600;
	font-size: 16pt;
	color: #59993F;
	line-height: 22pt;
	letter-spacing: 0px;
}

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


/* ====================== MAIN STYLES ========================= */
.main-container-bg {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 3px;
}

@media (max-width: 575.98px) {
	.main-container-bg {
		background-color: #fff;
		border-left: 0px solid #ccc;
		border-right: 0px solid #ccc;
		border-radius: 3px;
	}
}