/*nav.css*/
/*RSS Reader Link*/
#header .rss-reader A
{
	position: absolute;
	right: 7.69231%;
	top: 1rem;
	color: #BFBFBF;
	font-size: 0.5rem;
	text-align: center;
	line-height: 1.25;
}
#header .rss-reader .fas
{
	font-size: 1.75rem;
}
/*Mobile*/
#header .mobileMenu
{
	position: absolute;
	display: block;
	right: 7.69231%;
	bottom: 0.1em;
	text-align: center;
	padding: 0.5em 0.75em;
}
.mobileMenu.fas
{
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	font-size: 1.4em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B5BE8B;
}
.mobileMenu.fas:hover
{
	cursor: pointer;
	background-color: #DABAA5;
}
.mobile_menu
{
	line-height: 2;
	font-size: 1rem;
	z-index: 9999 !important;
}
.mobile_menu .level_1 LI
{
	border-bottom: 1px dotted #FFFFFF;
	padding: 0.5rem 0;
}
.mobile_menu .level_2 LI, .mobile_menu .level_1 LI.last
{
	border-bottom: none;
	padding: 0;
}
.mobile_menu A
{
	color: #FFFFFF;
	font-weight: normal;
}
.mobile_menu .level_1 A, .mobile_menu .level_1 STRONG.active
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2rem;
	display: block;
}
.mobile_menu .level_1 STRONG.active
{
	color: #3A4549;
}
.mobile_menu .level_1 .submenu_show A.submenu
{
	color: #3A4649;
}
.mobile_menu .level_2 A, .mobile_menu .level_2 STRONG.active
{
	text-transform: none;
	letter-spacing: 0;
	display: inline-block;
	font-family: 'Joules et Jaques', serif;
	letter-spacing: -0.02em;
	font-size: 1.3rem;
}
.mobile_menu .level_2 LI
{
	margin-left: 2.5rem;
	line-height: 1.3;
	padding-bottom: 1rem;
}
.mobile_menu .level_2 LI:before
{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: top;
	content: "\f0da";
	margin: auto 1rem auto -2.5rem;
	font-size: 1.4rem;
	line-height: 1;
}
.mobile_menu STRONG.active
{
}
.mobile_menu .inner
{
	background-color: #B5BE8B;
	padding: 5% 5% 2rem 5%;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.mobile_menu .mod_logo
{
	max-width: 200px;
	text-align: right;
	margin: 0 auto 0 0;
	padding: 0;
}
.mobile_menu .mobile_kontakt
{
	line-height: 1.5;
	font-size: 125%;
}
.mobile_menu .mobile_kontakt H2
{
	border-bottom-color: rgba(255, 255, 255, 0.200);
}
/*Main Navigation*/
/*Top Navigation*/
#mainmenu
{
	line-height: 0;
	display: table;
	/*background-color: #B5BE8B;*/
	/*background-color: #F6F5F2;*/
	margin: -60px 0 0 auto;
	max-width: 80%;
}
#mainmenu UL.level_1
{
	display: table-row;
}
#mainmenu UL.level_2
{
	display: block;
	position: absolute;
	top: auto;
	z-index: 999;
}
#mainmenu LI
{
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
	width: auto;
	/*+transition: all 500ms ease-in-out;*/
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#mainmenu .level_1 A, #mainmenu .level_1 STRONG
{
	display: block;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	/*+transition: all 500ms ease-in-out;*/
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	padding: 0.5em 1vw;
	color: #FFFFFF;
	color: #3A4549;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	/*(*+border-radius: 5px;*)
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
	/*border-bottom: 0.5em solid transparent;*/
	font-weight: normal;
}
#mainmenu .level_1 LI A:hover
{
	/*background-color: #A6B074;*/
	color: #DABAA5;
	/*border-bottom: 0.5em solid #DABAA5;*/
}
#mainmenu .level_1 A.trail, #mainmenu .level_1 LI .active
{
	/*background-color: #94A05A;*/
	color: #94A05A;
	/*border-bottom: 0.5em solid #94A05A;*/
}
@media (max-width: 999px)
{
	#mainmenu
	{
		display: none;
	}
}
/*Dropdown*/
#mainmenu .level_2 LI A, #mainmenu .level_2 LI STRONG
{
	font-family: 'Joules et Jaques', serif;
	letter-spacing: -0.02em;
	font-size: 1em;
	text-align: left;
	font-weight: 700;
	color: #FFFFFF;
	padding: 1em 1.5em;
	background-color: #B5BE8B;
	border-bottom: 1px solid #FFFFFF;
	/*text-transform: none;*/
	min-width: 200px;
	margin: 0;
	text-transform: none;
}
#mainmenu .level_2 LI A.last, #mainmenu .level_2 LI .active.last, #mainmenu .level_2 LI.last A:hover
{
	/*+border-radius: 0 0 4px 4px;*/
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-bottom: none;
}
#mainmenu .level_2 LI A:hover
{
	background-color: #A6B074;
	color: #FFFFFF;
}
#mainmenu .level_2 LI .active, #mainmenu .level_2 LI .forward
{
	color: #FFFFFF;
	background-color: #94A05A;
	font-weight: 400;
}
#mainmenu .level_2 LI.first
{
	position: relative;
}
#mainmenu .level_2 LI.first:before
{
	display: block;
	content: no-close-quote;
	font-size: 2em;
	line-height: 0;
	width: 0px;
	height: 0px;
	border-width: 0 12px 10px;
	border-color: transparent transparent #B5BE8B transparent;
	border-style: solid;
	/*+transform: rotate(360deg);*/
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	margin-left: 0.75em;
	background-color: transparent;
}
#mainmenu .level_2
{
	position: absolute;
	left: auto;
	right: auto;
	top: 0;
	z-index: 9999;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}
#mainmenu .submenu:hover .level_2
{
	opacity: 1;
	overflow: visible;
	width: auto;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
#mainmenu UL.level_2
{
	display: block;
	width: 99px;
}
#mainmenu UL.level_2 > LI
{
	display: list-item;
	width: 100%;
	border-left: none;
}
#mainmenu LI.trail .level_2 LI
{
	background-color: transparent;
}
/*Navigationspfad*/
.mod_breadcrumb
{
	position: relative;
	color: #8E8E8E;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mod_breadcrumb UL
{
	padding: 0;
}
.mod_breadcrumb UL LI
{
	display: inline-block;
}
.mod_breadcrumb UL LI A
{
	text-decoration: none;
	color: #8E8E8E;
}
.mod_breadcrumb UL LI A:hover
{
	color: #B9AA83;
}
.mod_breadcrumb UL LI:after
{
	margin-left: 5px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f178";
}
.mod_breadcrumb UL LI.last:after
{
	display: none;
}
@media (max-width: 699px)
{
	.mod_breadcrumb
	{
		display: none;
	}
}
/*Submenu*/
#submenu
{
	padding: 10px 0;
	margin-left: 155px;
}
#submenu UL
{
	margin: 0;
	padding: 0;
}
#submenu LI
{
	display: inline-block;
	line-height: 1.2em;
}
#submenu A
{
	display: block;
	text-decoration: none;
	text-align: center;
	/*+transition: all 500ms ease-in-out;*/
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 0 5px;
}
#submenu A:hover
{
	color: #3D3833;
}
#submenu A.trail, #submenu LI.active A
{
	color: #3D3833;
}
@media (max-width: 599px)
{
	#submenu
	{
		margin-left: 0;
		display: none;
	}
	#submenu A
	{
		margin-left: 0;
		text-align: left;
		padding: 0;
	}
	#submenu LI
	{
		display: block;
		line-height: 2em;
	}
}
/*Submenu Footertop*/
#submenufootertop LI
{
}
#submenufootertop A
{
	padding-right: 20px;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
#submenufootertop A:before
{
	margin-right: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	content: "\f06c";
	padding-left: 1px;
	color: #281C69;
	/*+transition: 500ms ease-in-out;*/
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
#submenufootertop A:hover, #submenufootertop LI.first A.first:hover:before
{
	color: #281C69;
}
#submenufootertop STRONG.active
{
	/*color: #281C69;*/
	font-weight: normal;
}
#submenufootertop STRONG.active:before
{
	margin-right: 10px;
	content: "\f06c";
	padding-left: 1px;
	color: #3D3833;
	color: #E34931;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*Service menu*/
#service A, #service SPAN
{
	display: block;
	text-decoration: none;
}
#service A:before, #service SPAN:before
{
	content: "\f138";
	margin-right: 5px;
	margin-left: 1px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#service A:hover
{
	color: #B12870;
	/*+transition: all 500ms ease;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#service A:hover:before
{
	color: #B12870;
	/*+transition: all 500ms ease;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#service SPAN, #service A.trail, #service A.active
{
	color: #B12870;
}
#service SPAN:before, #service A.trail:before, #service A.active:before
{
	color: #B12870;
	content: "\f139";
	margin-right: 5px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*FooterMenu*/
#agbMenu
{
}
@media (max-width: 767px)
{
}
#agbMenu LI
{
	display: inline-block;
	margin-right: 5px;
}
#agbMenu A
{
	text-decoration: none;
	color: #FFFFFF;
	/*+transition: all 500ms ease;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: normal;
}
#agbMenu A:before
{
	content: "\f105";
	margin-right: 8px;
	/*+transition: all 500ms ease;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#agbMenu A:hover
{
	color: #94A05A;
}
#agbMenu STRONG.active
{
	color: #94A05A;
	font-weight: normal;
}
#agbMenu STRONG.active:before
{
	color: #94A05A;
	content: "\f105";
	margin-right: 8px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
@media (max-width: 799px)
{
	#agbMenu LI
	{
		display: block;
		font-size: 1.1em;
		line-height: 1.8em;
	}
}
/*Toplink*/
.ce_toplink
{
	display: block;
	text-align: right;
}
.ce_toplink A
{
	padding: 10px;
	color: #FFFFFF;
	background-color: #DBC583;
	text-decoration: none;
}
.ce_toplink A:before
{
	content: "\f139";
	margin-right: 5px;
	color: #FFFFFF;
	margin-left: 1px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.ce_toplink A:hover
{
	background-color: #C3D621;
	/*+transition: all 500ms ease;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.nach_oben_link A
{
	position: fixed;
	right: 0;
	bottom: 20vh;
	font-size: 32px;
	background-color: #94A05A;
	color: #FFFFFF;
	padding: 0 10px 5px 5px;
	line-height: 0;
	/*+box-shadow: 0 0 10px -5px #000000;*/
	-moz-box-shadow: 0 0 10px -5px #000000;
	-webkit-box-shadow: 0 0 10px -5px #000000;
	box-shadow: 0 0 10px -5px #000000;
	/*+border-radius: 5px 0 0 5px;*/
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	z-index: 999;
}
.nach_oben_link A:hover
{
	cursor: pointer;
	color: #94A05A;
	background-color: #FFFFFF;
}
/*Sitemap Main*/
#main .mod_sitemap LI
{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 47.5%;
	position: relative;
	/*+box-sizing: content-box;*/
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #FFFAEC;
	background-color: rgba(255, 255, 255, 0.5);
	/*+box-shadow: 0px 10px 10px -15px rgba(0, 0, 0, 0.5);*/
	-moz-box-shadow: 0px 10px 10px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 10px 10px -15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 10px -15px rgba(0, 0, 0, 0.5);
	margin-right: 2%;
	margin-bottom: 2%;
}
#main .mod_sitemap LI A
{
	display: block;
	width: 100%;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 40px;
	text-decoration: none;
	color: #575759;
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 0 solid rgba(255, 255, 255, 0);
}
#main .mod_sitemap LI A:hover
{
	background-color: #FBF1EB;
	background-color: rgba(250, 240, 234, 0.513);
	border-left: 10px solid #8ACCD5;
}
@media (max-width: 799px)
{
	#main .mod_sitemap LI
	{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#main .mod_sitemap LI A
	{
		padding: 10% 15%;
	}
}
/*Portfolio Kategorien*/
.mod_newscategories LI
{
	text-align: left;
}
.mod_newscategories LI A, .mod_newscategories LI STRONG
{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-weight: normal;
	margin-left: 1px;
}
.mod_newscategories LI A:hover
{
	color: #191621;
	/*+transition: none;*/
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.mod_newscategories LI A:before
{
	content: "\f10c";
	font-size: 0.925em;
	padding-right: 5px;
	color: #7A7A7A;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.mod_newscategories LI A:hover:before
{
	content: "\f192";
	color: #191621;
}
.mod_newscategories LI.active STRONG:before
{
	content: "\f192";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 0.925em;
	padding-right: 5px;
}
.mod_newscategories LI A.reset:before
{
	content: "\f011";
}
@media (max-width: 799px)
{
	.mod_newscategories LI A, .mod_newscategories LI STRONG
	{
		font-size: 0.925em;
	}
}
