* {
	margin: 0;
	padding: 0;
	outline: none;
}

.clr, .clearfix {
	clear: both;
	float: none;
	display: block;
	height: 0px;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
}

body {
    background: #fff;
    color: #4A4A4A;
    font-size: 18px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans';
    font-weight: normal;
}

.boxtotop {
  bottom: 1%;
  margin: 0;
  padding: 5px;
  position: fixed;
  right: 1%;
  z-index: 999;
  display: none;
}

.boxtotop img {
	transition: all 0.5s ease;
}

.boxtotop img:hover {
	transform: rotateX(180deg);
}

.boxtotop ul {
  list-style-type: none;
}

.boxtotop ul a {
  display: inline-block;
  padding: 0px;
}

body .jf_mm_trigger.jf_mm_rtl {
	display: none;
}

.uc-floating-button-wrapper {
  display: none;
}

.leaflet-top,
.leaflet-bottom {
	z-index: 998;
}

header a,
main a {
	text-decoration: none;
	color: #4A4A4A;
	font-weight: normal;
}

.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

header .headline {
	background: #EE7F00;
	position: fixed;
	width: 100%;
	z-index: 999;
}

header .headline .banner,
header .headline .banner img {
	transition: all ease 0.5s;
}

header .headline.small .banner {
	width: 230px;
	height: auto;
	border-radius: 0 0 25px 25px;
}

header .headline.small .banner img {
	margin: 1% 0 0 0;
	width: 60%;
	height: auto;
}

header .headline .inner {
	position: relative;
}

header .headline .banner img {
	margin: 5% 0 0 0;
}


header .banner {
	background: #fff;
	height: 200px;
	width: 306px;
	text-align: center;
	border-radius: 0 0 50px 50px;
/*	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px; */
	float: left;
	position: absolute;
}

header .nav-box {
	float: right;
	width: 66%;
	padding: 2.5% 0;
}

header .nav-box ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

header .nav-box li {
	list-style-type: none;
	position: relative;
	display: inline-block;
	padding: 0px 20px;
}


header .nav-box li a {
	color: #fff;
	line-height: 1.2em;
	padding: 10px 20px;
	background: none;
	transition: all ease 0.5s;
}

header .nav-box li:hover a,
header .nav-box li.active:hover a {
	color: #fff;
	background: #C1B092;
	border-radius: 10px;
}

header .nav-box li.deeper:hover a,
header .nav-box li.deeper.active:hover a {
	border-radius: 10px 10px 0 0;
}


header .nav-box li.active a {
	color: #C1B092;
	background: #fff;
	border-radius: 10px;

}

header .nav-box ul li ul {
	background: #C1B092 ;
	color: #fff;
	display: none;
	margin: 6% 0 0 0;
	padding: 0 0 5% 0;
	text-align: left;
	width: 13em;
	transition: all ease 0.5s;
	border-radius: 10px;
	position: absolute;
	top:25px;
	left: 20px;
}

header .nav-box li.deeper:hover ul,
header .nav-box li.active:hover ul {
	border-radius: 0 10px 10px 10px;
}


header .nav-box ul li:hover ul {
	display: inline-block;
}

header .nav-box ul li ul li {
	background: none;
	color: #fff;
	float: none;
	text-align: left;
	width: 90%;
	padding: 2% 0 2% 9%;
}

header .nav-box ul li:hover ul li a {
	padding: 0;
}

header .nav-box ul li:hover ul li a,
header .nav-box ul li ul li a:hover,
header .nav-box ul li ul li.active a {
	background: none;
	color: #fff;
	border-radius: 0;
}

header .nav-box ul li:hover ul li a:hover,
header .nav-box ul li:hover ul li.active a {
	font-weight: bold;
	color: #EE7F00;
}

header .nav-box li.item-136,
header .nav-box li.item-137 {
	display: none;
}

header .head-img {
	padding-top: 70px;
}
header .head-img img {
	width: 100%;
	height: auto;
	display: block;
}


header .kopf-menu {
	width: 100%;
	height: 77px;
}

header .kopf-menu .moduletable {
	width: 75%;
	margin: -1% auto 0;
}

header .kopf-menu .moduletable ul {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

header .kopf-menu ul li {
	list-style-type: none;
	width: 33%;
	display: inline-block;

}

header .kopf-menu ul li a {
	color: #fff;
	border-radius: 10px;
	padding: 3% 6%;
}

header .kopf-menu ul li a.icon {
	padding: 5% 14%;
	font-size: 25px;
}


header .kopf-menu ul li.item-125 a,
header .kopf-menu ul li.item-163 a {
	background: #EE7F00;
}

header .kopf-menu ul li.item-130 a {
	background: #204F48;

}

header .kopf-menu ul li a img {
	padding-right: 2%;
	margin: -2% auto;
}

header .kopf-menu ul li a {
	transition: all 0.5s ease;
}

header .kopf-menu ul li:hover a {
	padding: 4% 8%;
	font-size: 20px;
	font-weight: bold;
}

header .kopf-menu ul li.item-130:hover a {
	padding: 6% 16%;
	font-size: 27px;
}

header .moduletable.kreise {
	border-radius: 100px;
	background: #204F48;
	display: inline-block;
	border: 2px solid #fff;
	width:200px;
	height: 200px;
	position: absolute;
	top:15%;
	right: 30%;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

header .head-img .moduletable.kreise .custom {
	transform: rotate(30deg);
	color: #fff;
	text-align: center;
}

header .moduletable.kreise.presse {
	background: #EE7F00;
	top: 40%;
}

header .moduletable.kreise .custom {
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 10%;
	right: 5%;
}
header .moduletable.kreise a {
	color: #fff;
}
header .moduletable.kreise .custom img {
	width: 50%;
	margin: 0 auto 4%;
}

header .moduletable.kreise .custom h3 a:hover,
header .moduletable.kreise .custom h3 p.active a {
	font-weight: bold;
}



main .content {
	padding: 2% 0 5%;
	font-size: 20px;
	background: url(../images/tafelchemnitz-hintergrund-grafik.png) no-repeat right -160px bottom -40px;
}

.page_bg129 main .content,
.page_bg136 main .content,
.page_bg137 main .content {
	background: none;
}

main .content a {
	color: #EE7F00;
}

main .content a:hover,
main .content a.active {
	font-weight: bold;
}

main .content ul {
	list-style-type: none;
	list-style-position: outside;
}

main .content ul li {
	list-style-type: "- ";
	margin-left: 1%;
}

main .content ul.breadcrumb.navileiste li {
	margin-left: 0;
}


main .content .moduletable.navileiste a {
	color: #fff;
}

main .content .moduletable.navileiste a:hover {
	font-weight: normal;
}

main .content li.active {
	color: #EE7F00;
}

main .content .inner .moduletable.navileiste {
	background: #C1B092;
	color: #fff;
	margin-bottom: 3%;
	padding: 0.5%;

}

main .content .moduletable.navileiste p{
	padding: 0 5px 0 0;
	float: left;
}

main .content .moduletable.navileiste ul li {
	display: inline;
}

main .content .moduletable.navileiste ul {
	list-style-type: none;
}

main .content .moduletable.navileiste ul li .divider {
	color: #204F48;
}

main .content .page-header {
	display: inline-block;
	background: #EE7F00;
	padding: 0.5% 1.5% 0.5% 0.5%;
	margin: 1% 0 2%;
}

main .content .page-header h1,
main .content .page-header h2 {
	color: #fff;
	padding: 0.5% 1.5%;
	border-left: 6px solid #204F48;
	width: 100%;
}

main .content .blog .items-leading.clearfix {
	height: auto;
	line-height: 1.2em;
	font-size: 20px;
}

main .content .blog .items-leading p.readmore a.btn {
	color: #fff;
	background: #EE7F00;
	margin: 10px 0;
	padding: 10px 15px;
	border: 1px solid #EE7F00;
	border-radius: 10px;
	display: inline-block;
}

main .content .blog .items-leading p.readmore a.btn:hover {
	color: #EE7F00;
	background: #fff;
}

main .blog .leading-0,
main .blog .leading-1,
main .blog .leading-2,
main .blog .leading-3,
main .blog .leading-4,
main .blog .leading-5,
main .blog .leading-6,
main .blog .leading-7 {
	margin-bottom: 30px;
}

main .blog img {
	width: 50%;
	height: auto;
}

main .content .ig-grid-img-link,
main .content .ig-menu-grid-item {
	border: 1px solid #C1B092;
	padding: 3px;
}

main .content .ig-menu-grid-text h3,
main .content .ig-menu-grid-link h3 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}


main .content .ig-menu-grid-text div {
	text-align: center;
}
main .content .ig-thumb-text {
	font-size: 14px;
	text-align: center;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.ig-thumb-scroller-horizontal .ig-slider-items {
	text-align: center;
}

main .content .semanticui-body button.ui.button.fluid {
	margin-bottom: 1%;
	font-size: 20px;
	background: #EE7F00;
	color: #fff;
}

main .content .semanticui-body button.ui.button.fluid:hover {
	background: #fff;
	color: #EE7F00;
	border: 1px solid #EE7F00;
}

main .content .semanticui-body .ui.form .field > label {
	font-size: 18px;
	color: #4A4A4A;
}

main .content a.chronoforms6_credits {
	font-size: 10px;
	color: #4A4A4A;
}

main .content .phocamaps {
	margin: 0 0 40px 0;
}

#phocamaps .pmroute,
.pmroute {
	margin: 15px;
}

.phocamaps .pmroute form input {
	width: 100%;
	height: auto;
	margin-bottom: 1%;
	font-size: 20px;
	border-radius: 4px;
	border: 1px solid #EE7F00;

}

.phocamaps .pmroute form input.pm-input-route-btn {
	color: #fff;
	background: #EE7F00;
	padding: 0.8em 1.5em;
	border: none;
	font-weight: bold;
}

.phocamaps .pmroute form input.pm-input-route-btn:hover {
	color: #EE7F00;
	background: #fff;
	border: 1px solid #EE7F00;
}

main .item-page,
footer .footer-topbox .inner /*,
footer .ueberuns .inner,
footer .copyright .inner*/ {
	padding: 0 2%;
}


footer .footer-topbox .footer-navi ul {
	margin-left: 4%;
}
footer .footer-topbox .footer-navi ul li {
	list-style-type:"- ";
	list-style-position: outside;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer li.active a {
	font-weight: bold;
	color: #4A4A4A;
}

footer .copyright a:hover,
footer .copyright a.active {
	color: #EE7F00;
}

footer .footer-topbox,
footer .ueberuns,
footer .copyright {
	padding: 2% 0;
}

footer .footer-kontakt .moduletable,
footer .footer-navi .moduletable,
footer .footer-spenden .moduletable {
	width: 31%;
	float: left;
	margin-right: 2%;
}

footer .footer-spenden .moduletable {
	margin-right: 0;
}

footer h3 {
	border-left: 4px solid #204F48;
	margin-bottom: 6%;
	padding-left: 1%;
}

footer .footer-topbox {
	background: #EE7F00;
	color: #fff;
	height: auto;
}

footer .ueberuns {
	background: #C1B092;
	color: #fff;
}

footer .copyright {
	background: #4A4A4A;
	color: #fff;
	height: 66px;
}



footer .copyright img {
	width: 31%;
	height: auto;
	margin-top: 1%;
}

footer .copyright .outbox .inbox {
	width: 48%;
}

footer .copyright .outbox .inbox.text {
	float: left;
}

footer .copyright .outbox .inbox.bild {
	float: right;
	text-align: right;
}



/************** M E D I A  Q U E R I E S ******************/

@media (max-width: 1800px ) {

	header .moduletable.kreise {
		right: 20%;
		top: 13%;
	}

	header .moduletable.kreise.presse {
		top: 35%;
	}

}


@media ( max-width: 1500px ) {
	header .moduletable.kreise.aktuelles,
	header .moduletable.kreise.presse {
		top: 25vh;
		right: 15%;
	}

	header .moduletable.kreise.presse {
		right: 33%;
	}
}

@media ( max-width: 1200px ) {

	.inner {
		width: 96%;
	}
	.headline {
		height: 60px;
	}
	header .banner {
		border-radius: 0 0 25px 25px;
	}
	header .head-img {
		padding-top: 60px;
	}
	header .nav-box {
		display: none;
	}

	/****** M O B I L E  M E N U ******/

	body .jf_mm_trigger.jf_mm_rtl {
		display: block;
	}

	.jf_mm_wrapper .iconSpacing_ltr,
	.jf_mm_wrapper .iconSpacing_rtl {
		color: #4A4A4A !important;
	}

	header .headline .inner .mobile h3 {
		display: none;
	}

	header .menuiconbox {
		float: left;
		margin: 0;
		padding: 6px 5px 0;
		background: transparent;
		transition: all ease 0.5s;
	}

	header .menuiconbox span.quer {
		display: block;
		float: right;
		width: 35px;
		height: 5px;
		margin-bottom: 6px;
		background: #fff;
		transition: all ease 0.5s;
	}

	header .menuiconbox span.quer.num3 {
		margin-bottom: 0;
	}

	header .menuiconbox:hover span {
		width: 45px;
		border-radius: 10px;
	}

	header .headline .mobile .levelHolderClass,
	header .headline .mobile .jf_mm_wrapper li {
		background: #EE7F00;
	}

	header .headline .mobile h2 {
		color: #4A4A4A;
		padding: 3%;
	}

	header .headline .mobile .jf_mm_wrapper li a {
	color: #4A4A4A;
	}

	header .headline .mobile nav.jf_mm_wrapper ul li:hover > a,
	header .headline .mobile nav.jf_mm_wrapper ul li.active > a {
		background: #4A4A4A;
		color: #fff;
	}

	header .headline .mobile .jf_mm_wrapper .backItemClass a {
		color: #fff;
	}

	/******************************************************/

	header .moduletable.kreise.aktuelles,
	header .moduletable.kreise.presse {
		/*top: 8%;*/
		top: 13vh;
		right: 10%;
	}

	header .moduletable.kreise.presse {
		right: 35%;
	}

	main .content {
		/*background: url(../images/tafelchemnitz-hintergrund-grafik.png) no-repeat right bottom;*/
	}

	footer .footer-kontakt .moduletable,
	footer .footer-navi .moduletable {
		width: 50%;
		margin: 1% 0 2%;
	}

	footer .footer-spenden .moduletable {
		width: 100%;
	}

	footer h3,
	footer .footer-topbox .footer-navi ul {
		margin: 0 0 1% 0;
	}

	footer .footer-topbox .footer-navi ul li {
		list-style-position: inside;
	}

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

	header .headline .banner {
		width: 230px;
		height: auto;
	}

	header .headline .banner img {
		margin: 1% 0 0 0;
		width: 60%;
		height: auto;
	}

	header .moduletable.kreise.aktuelles,
	header .moduletable.kreise.presse {
		top: 9vH;
	}

	header .moduletable.kreise.presse {
		right: 38%;
	}

	header .kopf-menu {
		height: auto;
	}

	header .kopf-menu .moduletable {
		margin: 3% auto 0;
	}

	header .kopf-menu ul li {
		width: 100%;
		height: 45px;
		margin: 1% auto;

	}

	header .kopf-menu ul li a,
	header .kopf-menu ul li a.icon {
		padding: 1.5% 4%;
		font-size: 18px;
	}

	header .kopf-menu ul li.item-130:hover a,
	header .kopf-menu ul li:hover a,
	header .kopf-menu ul li:hover a.icon {
		font-weight: bold;
		padding: 1.5% 4%;
		font-size: 18px;
	}

	header .kopf-menu ul li a img {
		margin: -1% auto;
	}

	main .content {
		padding: 0 0 3% 0;
	}

	main .item-page,
	footer .footer-topbox .inner,
	footer .ueberuns .inner,
	footer .copyright .inner {
		padding: 0;
	}

	footer .copyright,
	footer .ueberuns {
		height: auto;
	}

	footer .copyright .inner .outbox .inbox,
	footer .copyright .inner .outbox .inbox.text,
	footer .copyright .inner .outbox .inbox.bild {
		width: 100%;
		float: none;
		text-align: left;
		padding-bottom: 1%;
	}

}
@media ( max-width: 740px ) {
	header .moduletable.kreise {
		width: 100px;
		height: 100px;
		border-radius: 50px;
	}

	header .moduletable.kreise .custom {
		width: 100px;
		height: 100px;
		top: 8%;
		font-size: 12px;
	}

	main .content img.siegel {
		width: 70%;
		height: auto;
	}
}
@media ( max-width: 540px ) {
	header .moduletable.kreise {
		/*width: 150px;
		height: 150px;
		border-radius: 150px;*/
		width: 44%;
		height: 50px;
		border-radius: 25px;
		padding: 4% 2% 2%;
		margin: 2% auto 4%;
		position: static;

	}

	header .head-img .moduletable.kreise .custom {
		transform: rotate(0deg);
		margin: 0 auto;
	}

	header .moduletable.kreise .custom {
		position: static;
		width: 150px;
		height: 50px;
		font-size: 13px;
		/*padding: 15% 0;*/
	}

	header .moduletable.kreise .custom img {
		width: 30%;
		float: left;
		margin: 0;
	}

	header .kopf-menu .moduletable {
		margin: 3% auto;
	}

	header .kopf-menu ul li a,
	header .kopf-menu ul li a.icon,
	header .kopf-menu ul li.item-130:hover a,
	header .kopf-menu ul li:hover a,
	header .kopf-menu ul li:hover a.icon {
		padding: 3% 4% 2%;
	}

	main .content {
		font-size: 18px;
	}

	main .content .page-header {
		padding: 1% 3% 1% 1%;
	}

	main .content .page-header h1,
	main .content .page-header h2 {
		padding: 0.5% 1%;
	}

	footer .footer-kontakt .moduletable,
	footer .footer-navi .moduletable {
		float: none;
		max-width: 96%;
		width: 96%;
	}

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


	header .headline .banner {
		width: 186px;
		height: auto;
	}

	header .headline .banner img {
		width: 50%;
		height: auto;
	}

	header .headline.small .banner {
		width: 186px;
	}

	header .headline.small .banner img {
		width: 50%;
	}

	header .kopf-menu ul li a img {
		margin: -3% auto;
	}

	main .content ul {
		list-style-position: inside;
	}

	main .content img.siegel {
		width: 100%;
	}

}

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