@font-face {
	font-family:"Blanch-Condensed";
	src:url("../media/fonts/BLANCH_CONDENSED.woff2") format("woff2"),url("../media/fonts/BLANCH_CONDENSED.woff") format("woff"),url("../media/fonts/BLANCH_CONDENSED.otf") format("opentype");
	font-style:normal;font-weight:400;
}

/*	
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500; // MEDIUM
	
	font-family: 'Raleway', sans-serif;
	font-weight: 500; // MEDIUM
	font-weight: 600; // SEMIBOLD
	font-weight: 700; // BOLD
	
	
	font-family: 'Crimson Text', serif;
	font-weight: 600; // SEMIBOLD
	
	GRÜN: #a7ae6e
	Hellgrün: #f6f7f0
	Schwarz: #000
*/
.modal-backdrop {
	background-color: #ccc;
	opacity:0 !important;
	z-index:99999999;
}

.bg-light-green {
	background-color: #f6f7f0;
}
.bg-green {
	background-color: #a7ae6e;
}

.bg-white {
	background-color: #fff;
}

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

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; 
}

html {
	height: 100%;
	min-height: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

body {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:12pt;
	line-height: 21pt;
	color: #000;
	background-color: #fff;
}

b,strong {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

h1 {
	font-family:"Blanch-Condensed";
	font-weight: 400;
	font-size: 65pt;
	color: #a7ae6e;
	line-height: 65pt;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2 {
	font-family:"Blanch-Condensed";
	font-weight: 400;
	font-size: 35pt;
	color: #a7ae6e;
	line-height: 35pt;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top:-10px;
}
h3 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size:19pt;
	color: #a7ae6e;
	line-height: 25pt;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:40px;
}

hr {
	border:none;
	border-top: 2px dotted #000;
}

a,a:active,a:visited,a:link {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #a7ae6e;
	text-decoration: none;
}
a:hover {
	color: #a7ae6e;
	text-decoration: underline;
	transition: ease .5s;
}

a.btn-customy,a.btn-customy:active,a.btn-customy:visited,a.btn-customy:link {
	font-family:"Blanch-Condensed";
	font-weight: 400;
	font-size: 20pt;
	color: #000;
	line-height: 22pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
	outline: none;
	text-decoration: none;
	background-image: url("../media/img/Button.png");
	background-position: center center;
	background-size: 40px;
	background-repeat: no-repeat;
	text-shadow: 0px 0px 10px #fff;
}
a.btn-customy:hover {
	font-family:"Blanch-Condensed";
	font-weight: 400;
	font-size: 20pt;
	color: #a7ae6e;
	line-height: 22pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
	outline: none;
	text-decoration: none;
	background-image: url("../media/img/Button_Hover.png");
	background-position: center center;
	background-size: 40px;
	background-repeat: no-repeat;
	text-shadow: 0px 0px 10px #fff;
	transition: ease .2s;
}

button.btn-customy-gdpr,button.btn-customy-gdpr:active,button.btn-customy-gdpr:visited,button.btn-customy-gdpr:link {
	background: #eee;
	border: 1px solid #666;
	color: #333;
	padding: 5px 5px 5px 5px;
	outline: none;
	text-decoration: none;
	letter-spacing: 0px;
}
button.btn-customy-gdpr:hover {
	background: #eee;
	border: 1px solid #bdcf00;
	color: #000;
	padding: 5px 5px 5px 5px;
	outline: none;
	text-decoration: none;
	letter-spacing: 0px;
}

button.btn-customy-gdpr.active {
	background: #f2f5cc;
	color: #000;
	border: 1px solid #f2f5cc;
}



.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none;
}


.logo {
	max-width: 200px !important;	
}

.mobile-logo {
	max-width: 100px !important;
	padding:10px;
}

.burgernavi {
	max-width: 140px !important;
	cursor: pointer;
}

#mobile-menu-container {
	display: none;
	position: absolute;
	top: 0px;
	min-height: 100vh !important;
	max-height: 100vh !important;
	height: 100vh !important;
	min-width: 100% !important;
	max-width: 100% !important;
	background: rgba(255, 255, 255, 0.93);
	z-index:9999;
	padding-top: 0px;
	
}

.menulogo {
	max-width: 500px !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index:991;
}

#mobile-menu-close {
	position: absolute;
	top: 30px;
	right: 30px;
	max-width: 50px !important;
}

#menu-item-container {
	position: absolute;
	top: 100px;
	left: 0;
	z-index:992;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	
}

a.menu-item-mobile,a.menu-item-mobile:active,a.menu-item-mobile:visited,a.menu-item-mobile:link {
	display: block;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:20pt;
	color: #000;
	text-decoration: none;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 2px;
}
a.menu-item-mobile:hover {
	text-decoration: none;
	color: #000;
	transition: ease .5s;
}
.menu-item-mobile-active {
	color: #a7ae6e !important;
}

.untertext {
	display: block;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	text-transform: uppercase;
	font-family:"Blanch-Condensed";
	font-size:21pt;
	line-height: 24pt;
	color: #a7ae6e !important;
	text-align: center;
	opacity: 0;
	letter-spacing: 2px;
}


a.menu-item-icons,a.menu-item-icons:active,a.menu-item-icons:visited,a.menu-item-icons:link {
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size:20pt;
	color: #000;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
a.menu-item-icons:hover {
	text-decoration: none;
	color: #000;
	transition: ease .5s;
}

a.menu-item-icons img {
	height: 45px !important;
}

#menu-icons-container {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	text-align: center;
	margin-top: 60px;
}


a.carousel-control-next,a.carousel-control-next:active,a.carousel-control-next:visited,a.carousel-control-next:link,
a.carousel-control-prev,a.carousel-control-prev:active,a.carousel-control-prev:visited,a.carousel-control-prev:link {
	opacity: 1;
	font-size:28pt;
	color: #000;
	width: 100px !important;
}

a.carousel-control-next:hover,
a.carousel-control-prev:hover {
	opacity: 1;
	font-size:28pt;
	color: #e74a43;
}

.carousel-icony {
	max-width: 50px !important;
}

.footer {
	background: #a7ae6e;
	padding: 20px;
	font-size:12pt;
	margin-top: 50px;
	background-image: url("../media/img/Kreis_Footer.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100px;
	color: #fff !important;
}

.footer a,.footer a:active,.footer a:visited,.footer a:link {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
	transition: ease .5s;
}

a.footer-item,a.footer-item:active,a.footer-item:visited,a.footer-item:link {
	display: block;
	float:left;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size:12pt;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
	margin-top: 16px;
	letter-spacing: 0px;
}
a.footer-item:hover {
	text-decoration: underline;
	color: #fff;
	transition: ease .5s;
}
.footer-item-active {
	color: #fff !important;
	text-decoration: underline;
}

.info-icon {
	max-width: 50px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: -25px;
	margin-bottom: 15px;
}

.info-container h3{
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	color: #a7ae6e;
	font-size:21pt;
	margin-top:10px;

}

.info-container-mobile {
	position: fixed;
	bottom: 10%;
	left: 0;
	z-index:9999;
	
}

.mobile-info-close {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index:9999;
	max-width: 50px !important;
}

.info-container-mobile h3{
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	color: #a7ae6e;
	font-size:21pt;
	margin-top:10px;
}

.flappse {
	position: fixed;
	bottom: 10%;
	right:0;
	z-index:99;
	cursor: pointer;
	display: none;
	max-width: 60px !important;
}

.info-container-standard {

}

.info-container-standard h3{
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	color: #a7ae6e;
	font-size:21pt;
	margin-top:10px;
}

.info-icon-standard {
	cursor: pointer;
}

.carousel-icony-c {
	max-width: 50px !important;
}

.col-text-2 {
	column-count: 2;
	column-gap: 40px;
}

.beitrag-container h3 {
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	color: #a7ae6e;
	letter-spacing: 1px;
	margin-top: 20px;
}

.map-frame {
	border: 0;
	min-width: 100% !important;
	max-width: 100% !important;
	min-height: 500px !important;
	max-height: 500px !important;
}









































a.menu-item,a.menu-item:active,a.menu-item:visited,a.menu-item:link {
	display: block;
	float:right;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size:14pt;
	color: #000;
	text-decoration: none;
	margin-left: 60px;
	margin-top: 14px;
	letter-spacing: 1px;
}
a.menu-item:hover {
	text-decoration: none;
	color: #e74a43;
	transition: ease .5s;
}
.menu-item-active {
	color: #e74a43 !important;
}

.menu-container {
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 3px dotted black;
	min-height: 94px !important;
	max-height: 94px !important;
	z-index:99991;
}
















.carousel-caption {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	padding: 30px 60px;
	height: 100% !important;
	min-height: 100% !important;
	min-width: 25% !important;
	max-width: 25% !important;
	background: rgba(232, 76, 68, 0.60);
	color: #fff;
}





.content-row-1 {
	background-image: url("../media/img/HG2.png");
	background-repeat: repeat-y;
	background-position: right center;
}

.content-row-2 {
	background-image: url("../media/img/HG2.png");
	background-repeat: repeat-y;
	background-position: left center;
}

.content-row-devider {
	border-top: 3px dotted black;
	text-align: center;
}

.devider-icon {
	margin:auto;
	min-height: 40px !important;
	max-height: 40px !important;
	margin-top: -35px;
}










a.btn-default,a.btn-default:active,a.btn-default:visited,a.btn-default:link {
	background: #333;
	border: 1px solid #333;
	color: #fff;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
	text-decoration: none;
}
a.btn-default:hover {
	background: #fff;
	border: 1px solid #333;
	color: #333;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
	transition: ease .5s;
	text-decoration: none;
}


.margin-headerpic {
	margin-top:0px;
}

@media (max-width: 1260px) {
	#info-container-standard-in {
		display:none;
	}
	.info-container-standard {
		display:none;
	}
	.info-container {
		display:none;
	}
	
	.flappse {
		display: block;
	}

}

@media (max-width: 1180px) {

}


@media (max-width: 1100px) {


}
@media (max-width: 980px) {
	body {
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
	
	.menulogo {
		display:none;
	}
	
	.margin-headerpic {
		margin-top:100px !important;
	}
	
	a.menu-item-mobile,a.menu-item-mobile:active,a.menu-item-mobile:visited,a.menu-item-mobile:link {
		margin-top: 5px;
		font-size:16pt;

	}
	
	h1 {

		font-size: 50pt;

		line-height: 50pt;

	}
	
	h2 {
		font-size: 28pt;

		line-height: 28pt;

	}
	
	#menu-icons-container {
		margin-top: 15px;
	}
	
	#mobile-menu-close {
		top: 20px;
		right: 20px;
		max-width: 30px !important;
	}
	
	.col-text-2 {
		column-count: 1;
		column-gap: 40px;
	}

}

@media (max-width: 500px) {

}

@media all and (max-width:768px) {

}