/*KIC5 KULTUR IM CAPITOL STYLE SHEET*/
/*RESETS & SETUP BASICS*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: #484848;
	background: #735c32 url(/media/templates/site/kic5/images/body_bg.jpg) no-repeat center top;
}
h1, h2, h3, h4 {
	font-weight: 400;
	font-variant: normal;
	color: #84aa23;
	font-size: 1.7rem;
	line-height: 1.6em
}
a:link, a:visited {
	color: #3f93bf;
	text-decoration: none;
	font-weight: 700;
	color: #89a030;
}
a:hover, a:active {
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
.top-wrapper {
	background: url(../images/header_bg.png) no-repeat center top;
}
.section-slider .container {
	padding-top: 20px;
}
.moduletable.header img {
	max-width: 90%;
}

/*NAV-MOBILE*/

.dj-megamenu-wrapper {margin-left:10px;}

/* CENTERED NAVIGATION MENU
.main-navigation {
	float: left;
	width: 100%;
	letter-spacing: 0.05em;
	font-size: 18px;
	height: 25px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
	font-family: "Roboto Slab", Serif;
	text-shadow: 2px 2px 7px #666;
}
.main-navigation ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
.main-navigation ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	border-right: 1px solid #e6d3aa;
}
.main-navigation li:last-child {
	border-right: none;
}
.main-navigation ul li a {
	display: block;
	margin: 0;
	color: #ffffff;
	padding: 0;
	margin: 0 9px;
	text-decoration: none;
	font-weight: 400;
}
.main-navigation ul li a:hover {
	border-bottom: 1px solid #fff;
}
.main-navigation ul li a.active {
	color: #e0ec7a;
}
.main-navigation .current a {
	color: #e0ec7a;
}
.main-navigation .current a:hover {
	color: #e0ec7a;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: inherit!important;
} */
/*CONTENT*/
.section-main .container {
	background-color: rgba(255, 255, 255, 0.27);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.main {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
}
.page-header {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.page-header h2 {
	margin: 0;
	line-height: 1.2em;
}
.blog-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}
.item-content ul li {
	margin-bottom: 5px;
}
/*VARIOUS CONTENT FORMATS*/	
.content-upper {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.item-image img {
	max-width: 250px;
	height: auto;
	margin: 5px 0 20px 20px;
}


.icon-calendar {color:#ddd;}
/*SIDEBOX*/
.moduletable.about {
	padding: 20px 20px 10px 20px;
	background-color: #e4dfd3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.moduletable.about h3, .moduletable.partner h3 {
	color: #484848;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 10px 0;
}
.moduletable.partner {
	padding: 20px 20px 10px 20px;
	background-color: #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.moduletable.about img, .moduletable.partner img {
	max-width: 100%;
}
/*FOOTER*/
.section-footer .container {
}
.section-footer .container .moduletable {
	padding: 20px 20px 0 20px;
	margin: 0 0 40px 0;
	color: #fff;
}
.section-footer .container .moduletable.footer-legal {
	text-align: right;
}
.section-footer .container .moduletable.footer-legal a {
	color: #fff;
}
/*BOOTSTRAP OVERRIDES*/
.item-content .btn-secondary {
 --bs-btn-color: #fff;
 --bs-btn-bg: #6c757d;
 --bs-btn-border-color: #6c757d;
 --bs-btn-hover-color: #fff;
 --bs-btn-hover-bg: #5c636a;
 --bs-btn-hover-border-color: #565e64;
 --bs-btn-focus-shadow-rgb: 130, 138, 145;
 --bs-btn-active-color: #fff;
 --bs-btn-active-bg: #565e64;
 --bs-btn-active-border-color: #51585e;
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: #fff;
 --bs-btn-disabled-bg: #6c757d;
 --bs-btn-disabled-border-color: #6c757d;
}
.btn-primary {
	background-color: #84aa23;
	color: #fff;
	border-color: #84aa23;;
}
.btn-primary:hover {
	background-color: #9dc43b;
	border-color: #84aa23;
}
hr {
	border-top: 1px solid #ccc;
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>.active>a, .pagination>.active>span {
    background-color: #9dc43b;
	color:#fff;
	border:1px solid #ccc;
}



/*JOOMLA OVERRIDES*/
.article-info-term {
	display: none;
}
.published {
	font-size: 0.85em;
	font-weight: 300;
}

/****** MEDIA QUERIES ******/
/***************************/

@media (max-width: 575px) {
.top-wrapper {
	background: url(../images/favicon-196x196.png) no-repeat center top;
}
.moduletable.header img {
	max-width: 100%;
}
.main {
    padding: 20px;
}
.moduletable.about {
	margin-top:30px;
}
.section-footer .container .moduletable.footer-contact {
	padding: 20px 20px 0 20px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.section-footer .container .moduletable.footer-legal {
	text-align: center;
}
.item-image.float-end {float:none;width:100%;}
.item-image img {margin:0 0 20px 0;width:100%;}
}

@media (min-width: 576px) and (max-width: 767px) {
.top-wrapper {
	background: url(../images/favicon-196x196.png) no-repeat center top;
}
.moduletable.header img {
	max-width: 100%;
}
.main {
    padding: 20px;
}
.moduletable.about {
	margin-top:30px;
}
.section-footer .container .moduletable.footer-contact {
	padding: 20px 20px 0 20px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.section-footer .container .moduletable.footer-legal {
	text-align: center;
}
.item-image img {
    max-width: 200px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.dj-megamenu-clean li a.dj-up_a {
    font-size: 15px!important;
    padding: 0 10px!important;
}
.item-image img {
    max-width: 200px;
    height: auto;
    margin: 5px 0 15px 15px;
}
}
@media (min-width: 1200px) {
}
