/* FONTS */

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../font/sourcesans-light.woff2) format('woff2'), url(../font/sourcesans-light.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../font/sourcesans-regular.woff2) format('woff2'), url(../font/sourcesans-regular.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../font/sourcesans-bold.woff2) format('woff2'), url(../font/sourcesans-bold.woff) format('woff');
}
/* BODY */

body {
	background: #c1c1c1 url(../images/body_bg.png) repeat-y center top;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	line-height: 1.5em;
	color: #222;
	font-size: 15px;
	font-weight: 300;
	padding: 0px 20px 20px 20px;
	box-sizing: border-box;
	/* fontsmoothing */
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/* HEADLINES */

h1, h2, h3, h4, h5, h5, h6 {
	margin: 0.3em 0px 0.7em 0px;
	line-height: 1.3em;
	font-weight: 300;
}
h1 {
	font-size: 30px;
	margin: 0px 0px 20px 0px;
}
#pageintro_left h1 {
	font-size: 36px;
	margin-bottom: 15px;
}
#componentspan h1 {
	/*margin: 0px -30px 18px -30px;*/
	margin-bottom: 18px;
	background: #F7F7F7;
	padding: 15px 30px;
	color: #555;
}
body.home #componentspan h1 {
	background: none;
	margin: 15px 0px 20px 0px;
	padding: 0px;
	border-bottom: 3px solid #f1f1f1;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4, h5, h6 {
	font-size: 18px;
}
/* STRUCTURE */

#mainwrap {
	background: #fff;
	z-index: 10;
}
#topwrap {
	margin-bottom: 10px;
	z-index: 20;
}
#toprow_inner {
	padding: 6px 10px 8px 10px;
	font-weight: 400;
}
#pageintro {
	background: #f7f7f7;
}
#pageintro_left {
	padding: 35px 40px;
}
#breadrow {
	/*padding: 12px 30px 10px 30px;*/
	padding: 5px 15px;
}
#copy {
	text-align: center;
	font-size: 12px;
}
#after-content {
	margin-top: 30px;
}
#before_component,
#after_component {
	padding: 20px 30px 0px 30px;
}
#after_component {
	border-top: 5px solid #F7F7F7;
}

/* PAGEINTRO */

#pageintro_right {
	background: #f1f1f1;
	min-height: 100px;
}
#right {
	border-left: 5px solid #f7f7f7;
	padding: 25px 0 10px 30px;
}
#componentspan {
	padding: 0px 0px 15px 30px;
}
#componentspan.span12 {
	padding: 0px 30px 15px 30px;
}

/* TOPMENU */

#toprow ul.menu {
	text-align: right;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
}
#toprow ul.menu li {
	background-image: none;
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}
#toprow ul.menu li:first-child {
	border: none;
	padding: 0px;
	margin: 0px;
}
#toprow ul.menu a {
	color: #fff;
	font-size: 13px;
	line-height: 13x;
}
/* TEXT FORMATTING */

b, strong {
	font-weight: 400;
}
/* MENU */

#mainmenu {
	padding: 0px 0px 0px 0px;
	border-top: 3px solid #f7f7f7;
}
#mainmenu_inner {
	padding: 0px 20px;
}
/* FOOTER */

#footer {
	background: #f7f7f7;
	font-size: 13px;
	padding: 35px 40px 0px 40px;
	color: #888;
}
#footer_bottom {
	height: 69px;
	margin-bottom: 10px;
	margin-top: -18px;
	z-index: 20;
	position: relative;
}
#footer .modulheadline {
	border: none;
	padding: 0px;
	font-size: 16px;
}
/* HEAD */

/* TOP SUCHE */
#head_center .search {
	padding: 50px 30px 0px 0px;
	text-align: right;
}
#head_center .search button {
	display: block;
	position: absolute;
	height: 18px;
	width: 18px;
	padding: 0px !important;
	right: 8px;
	top: 8px;
}
#head_center .search #mod-search-searchword {
	padding-right: 30px !important;
}
#loginicon {
	position: absolute;
	height: 50px;
	width: 50px;
	background: #F7F7F7 url(../images/icon-lock.png) no-repeat center center;
	right: -20px;
	top: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#head_right:hover #loginicon {
	right: 0px;
}
/* TOP LOGIN */
#head_right {
	background: #f7f7f7;
	padding: 15px 15px 10px 15px;
}
#head_right .modulheadline {
	font-size: 18px;
	margin-top: 0px;
	border: none;
	padding: 0px;
}
#head_right #form-login-username {
	margin-bottom: 5px;
}
#head_right #login-form button {
	display: block !important;
	height: 34px !important;
	width: 34px !important;
	padding: 0px !important;
	box-shadow: none !important;
}
#head_right .fieldwrap {
	width: 81%;
}
#head_right #form-login-password {
	float: left;
}
/* MODULES */

#component .module,
#before_component .module,
#after_component .module {
	margin-bottom: 20px;
}
.rightcolumn .module_inner {
	padding-right: 30px;
}
/* modulestyles */

.module .modulheadline {
	padding: 0 0 7px 0;
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
	margin-top: 0px;
	font-size: 18px;
	line-height: 18px;
	color: #888;
	color: #222;
	color: #666;
	border-bottom: 2px solid #f1f1f1;
}
/* box module */

.module.box .module_inner {
	padding: 15px 20px 0px 20px;
	color: #fff;
}
.module.box .modulheadline {
	color: #fff;
	font-size: 18px;
	padding: 17px 20px 0px 20px;
	border: none;
	margin: 0px;
}
.module.box ul li {
	background-image: url(../images/square-white-medium.png);
}

/* before-content-modules */

#before-content .module {
	margin-top: 25px;
}


/* LINKS */

a, a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
/* IMG */

img {
	/*width: 100%;*/
	max-width: 100%;
}
.imgsubtitle {		
	color: #fff;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px 0px 1em 0px;
	font-size: 16px;
	display: block;	
}

.imgbtn img:hover {
	border: solid 5px #E96971;
}

.imgbtn img {
	margin-bottom: 20px;
}

.imgbtn {
	text-align: center;
}

/* GRID */

.maxwidth {
	max-width: 1060px;
	margin: 0 auto;
}
.row-fluid {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* LISTS */

ul, ol {
	margin: 0px;
}
ul li {
	list-style: none;
	margin: 0px;
	padding-left: 15px;
	background-image: url(../images/square-gray-medium.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
}
ul li li {
	background-image: url(../images/square-gray-small.png);
	padding-left: 12px;
	background-position: 0 8px;
}
/* FORMS */

form {
	position: relative;
}
label {
	font-size: 14px;
	font-weight: 300;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-inline .input-prepend, .form-horizontal .input-prepend, select, select[multiple], select[size], input.onedit, input /* GENERAL */, input[type="file"],
.visCSSinput, .editor /* VISFORMS */ {
	font-family: 'Source Sans Pro', Arial, sans-serif !important;
	box-sizing: border-box;
	font-weight: 300;
	height: 34px;
	font-size: 14px;
	line-height: 14px;
	padding: 4px 8px !important;
	margin-bottom: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	width: 210px;
	max-width: 100%;
	/*
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	*/
	
	background: #fff;
	border: 2px solid #ddd !important;
	border: 2px solid #f1f1f1 !important;
}
/* VISFORMS */
.visCSSinput, .editor {
	width: 68.5% !important;
}
.visBtnCon {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ddd;
	text-align: right !important;
}
.visform input.error,
.visform textarea.error,
.visform select.error {
	border: 2px solid #ddd !important;

}
/* field width button */
input.extended_btn[type="text"] {
	width: 172px;
}
input[type="file"] {
	border: none !important;
	padding: 0px !important;
	font-size: 10px;
	background: none !important;
	width: 230px !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none !important;
	border: 2px solid #ddd !important;
}
textarea, .form-search textarea, .form-inline textarea, .form-horizontal textarea {
	min-height: 76px;
	padding: 8px !important;
	resize: none;
}
input[type="radio"], input[type="checkbox"] {
	width: auto !important;
	height: auto !important;
	background: #ececec !important;
	border: 1px solid #F02B2E !important;
	box-shadow: none !important;
	margin: 4px 8px 0px 0px;
	margin: 0px;
}
input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	-moz-appearance: radio;
	-webkit-appearance: radio;
	appearance: radio;
}
/* FIELDS IN TABLES */

table input {
	width: 100% !important;
}
/* INVALID */

.invalid {
	font-weight: normal !important;
	color: #e04f44;
}
input.invalid, select.invalid {
	border: 1px solid #e04f44 !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(255,0,0,0.3);
}
/* BOOTSTRAP */

.container-fluid {
	position: relative;
}
.muted {
	color: #bbb;
}
.well {
	box-shadow: none;
	border: none;
	border-radius: 0px;
	background-color: #F7F7F7;
	padding: 15px 25px 5px 25px;
}
ul.nav.nav-tabs li a {
	padding: 0px;
	background: none;
}


/* BOOTSRTRAP FORMS */

.form-actions {
	padding: 10px 0px 0px 0px !important;
	margin: 0px !important;
	text-align: right;
}
/* SELECT */

select option {
	padding: 5px 10px;
	cursor: pointer;
}
/* BUTTONS */

.btn, button.btn, input.btn[type="submit"], button, input[type="submit"],
.jevbootstrap .btn  {
	font-family: 'Source Sans Pro', Arial, sans-serif !important;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	background-image: none;
	color: #053573 !important;
	color: #fff !important;
	box-sizing: border-box;
	text-decoration: none !important;
	width: auto;
	padding: 10px 15px !important;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #053573 !important;
	border: none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}
.btn:hover, button.btn:hover, input.btn[type="submit"]:hover, .btn:active, button.btn:active, input.btn[type="submit"]:active, .btn:focus, button.btn:focus, input.btn[type="submit"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #222;
	color: #fff !important;
	background-position: right center;
}
.btn-arrow {
	background-image: url(../images/arrow_btn_w.png) !important;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px 40px 10px 15px !important;
}
/* GENERAL */

.marginb20 {
	margin-bottom: 20px;
}
.fullheight {
	position: absolute !important;
	bottom: 0px !important;
	top: 0px !important;
	right: 0px !important;
}
.transition {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* CONTENT IMG GENERAL */
img.border {
	border: 2px solid #eee;
}
img.mleft, img.mright {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}
img.mleft {
	margin: 5px 0px 10px 20px !important;
}
img.mright {
	margin: 5px 20px 10px 0px !important;
}
/* PAGER */
.pager {
	text-align: right;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.pager li {
	background: none;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 0px 7px;
	border-left: 1px solid #d9d9d9;
}
.pager li:first-child {
	margin: 0px;
	padding: 0px;
	border: none;
}
.pager li > a, .pager li > span {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	border: none;
}
.pager li, .pager .previous > a, .pager .previous > span, .pager .next > a, .pager .next > span {
	float: none;
	font-size: 12px;
	line-height: 12px;
}
.pager li > a:hover, .pager li > a:focus {
	background: none;
	text-decoration: underline;
}
/* PAGINATION */
.pagination {
	margin: 20px 0px 0px 0px;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	float: left;
}
.pagination ul > li {
	background: none;
	padding: 0px;
	margin: 0px;
}
.pagination a, .pagination span, .pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination ul > li > a, .pagination ul > li > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-right: 0px;
	margin-right: 5px;
	margin: 0px 5px 5px 0px;
	padding: 0px 7px;
	padding: 7px 10px;
	border: none;
	font-size: 13px;
	line-height: 13px;
	background: #F7F7F7;
}
.pagination ul > li > a, .pagination ul > li:last-child > a, .pagination ul > li:first-child > a {
	color: #fff;
}
.pagination ul > li:last-child a, .pagination ul > li:last-child span {
	border: none;
}
.pagination ul > li > a:hover {
	background: #222;
}
p.counter.pull-right {
	float: right;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
	margin-top: 7px;
}
/* ERRORPAGE */

body.error {
	text-align: center;
	padding-top: 150px;
	color: #fff;
}
/* REGALERIE */

.regalerie img {
	float: left;
	margin: 0px 10px 10px 0px;
	display: inline-block;
}
/* BREADCRUMBS */

.breadcrumb {
	padding: 0px;
	font-size: 13px;
	line-height: 13px;
}
.breadcrumb li {
	margin: 0px;
}
.breadcrumb, .breadcrumb > .active, .breadcrumb > li > .divider {
	/*color: #fff;*/
	color: #D4D4D4;
}
/* BLOG */

.blog .introtext {
	display: table;
}
.blog .introimg {
	max-width: 250px;
	float: left;
	margin: 5px 25px 0px 0px;
}
.blog .items-row {
	border-bottom: 1px solid #f7f7f7;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 22px;
	margin-bottom: 17px;
}
.blog .blogheadline {
	margin-top: 0px;
}
.blog .introtext {
	/*margin-bottom: 15px;*/
}
.blog p.readmore {
	padding: 0px;
}
body.home .blog {
	padding-top: 25px;
}
.article-info {
	margin-bottom: 10px;
}
.article-info .published {
	font-weight: normal;
	font-size: 18px;
}
.item-page .article-info .published {
	font-weight: 300;
	font-size: 18px;
	color: #bbb;
}
.item-page .article-info {
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}
/* LATEST NEWS */

.latestnews li {
	padding: 0px;
	border-bottom: #f1f1f1 1px solid;
	margin: 0px;
	list-style: none;
	background-image: none;
}
.latestnews li:last-child {
	border: none;
}
.latestnews li:hover {
	background: #F1F1F1;
}
.latestnews li a {
	padding: 10px 0px;
	display: block;
}
.latestnews li a span {
	padding-left: 15px;
	display: block;
	border-left: 3px solid #ddd;
}
.latestnews li:hover span {
	border-left-color: #888;
}
/* FLEXSLIDER */

.flexslider {
	position: relative;
}
.flexslider ul li {
	background: none;
}
.flexslider ul.slides > li {
	position: relative;
}
.flexslider .flex-caption {
	background: rgb(255,255,255);
	background: transparent\9;
	background: rgba(255,255,255,0.9);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	zoom: 1;
	/*
	background-image: url(../images/flexcaption-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 100px;
	background-color: #fff;
	*/	
	
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 1020px;
	-webkit-backface-visibility: hidden; /* CHROME FIX */
}
.flexslider .flex-caption:nth-child(n) {
	filter: none;
}
.flexslider .flex-caption p {
	padding: 0px;
}
.flexslider .flex-caption .modulheadline {
	margin: 15px 20px 10px 20px;
}
.flexslider .flex-caption-description {
	margin: 10px 20px 18px 20px;
}
.flexslider .flex-direction-nav a, .flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
	background-image: url(../images/slidearrows.png);
	background-repeat: no-repeat;
	background-color: transparent;
	opacity: 1 !important;
}
.flexslider .flex-direction-nav a {
	height: 32px;
	width: 32px;
}
.flexslider .flex-direction-nav .flex-next {
	right: 20px !important;
	background-position: right center;
}
.flexslider .flex-direction-nav .flex-prev {
	left: 20px !important;
	background-position: left center;
}
.flexslider .flex-control-nav {
	position: absolute;
	top: 15px;
	right: 20px;
}
.flexslider .flex-control-nav li {
	display: inline-block;
	margin: 0px 2px;
}
.flexslider .flex-control-nav li a {
	background: #fff;
	cursor: pointer;
	display: block;
	height: 12px;
	width: 12px;
	overflow: hidden;
	font-size: 0px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.flexslider .flex-control-nav li a:hover {
	background: #f1f1f1;
}
.flexslider .slides > li{
	-webkit-backface-visibility: initial !important; /* CHROME FIX */
}
/* TOPSCROLLER */
#topscroller {
	background: url(../images/arrow_big_up.png) no-repeat center 9px;
	border: 2px solid #F1F1F1;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	bottom: 30px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 30px;
	z-index: 999;
	width: 31px;
	height: 31px;
}
/* SUBMENU */

#right ul.menu li {
	padding: 0px;
	background-position: 0 10px;
}
#right ul.menu li a {
	font-size: 16px;
	display: block;
	padding: 5px 0px 5px 14px;
	border-bottom: 1px solid #f1f1f1;
}
#right ul.menu li:hover {
	background-color: #f1f1f1;
	background-position: 5px 10px;
	color: #222;
}
#right ul.menu li.parent > a {
	background-image: url(../images/arrow-down-blue.png);
	background-repeat: no-repeat;
	background-position: right 12px;
}
#right ul.menu li:hover a {
	padding-left: 19px;
}
#right ul.menu > li.active {
	background-image: url(../images/square-white-medium.png);
	background-position: 10px 12px;
}
#right ul.menu li.active > a {
	color: #fff;
	padding-left: 24px;
}
#right ul.menu ul {
	padding-left: 10px;
}
#right ul.menu li li a {
	font-size: 14px;
	padding-left: 12px;
}
#right ul.menu li.active li {
	background-image: url(../images/square-white-small.png);
}
#right ul.menu li.active li a {
	border-color: #b9d6eb;
}
/* EVENTS */

.newsflash.events .event_item {
	background: #f7f7f7;
	margin-bottom: 15px;
}
.newsflash.events .event_item:hover {
	background: #f1f1f1;
}
.newsflash.events .event_item_left {
	float: left;
	margin-right: 15px;
}
.newsflash.events .evstartbox {
	padding: 10px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	font-size: 13px;
	min-width: 46px;
	font-weight: bold;
}
.newsflash.events .evendbox {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	font-size: 13px;
	min-width: 46px;
	color: #fff;
	font-weight: bold;
}
.newsflash.events .newsflash-title {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}
.newsflash.events .event_inner {
	display: table;
	padding: 10px 10px 10px 0px;
}
.newsflash.events .eventort {

	font-size: 15px;
}
.newsflash.events .eventdates {
	font-size: 14px;
	color: #888;
}
/* SEARCH */

.search .phrases {
	display: none;
}
.search .search_item {
	border-bottom: 1px solid #f1f1f1;
	padding: 6px 0px 15px 0px;
}
.search .form-limit {
	float: right;
}
.search #searchForm {
	margin-bottom: 20px;
}

/* PAGE IMAGE */

#pageimage img {
	min-width: 100%;
}

/* ARTICLE EVENT */

.item-page .eventdetails {
	margin-bottom: 15px;
	background: #f7f7f7;
	padding: 3px 10px;
	color: #888;
}
/* BLOG EVENT */

.blog .eventdetails {
	margin-bottom: 15px;
	background: #f7f7f7;
	padding: 3px 10px;
	color: #888;
}
/* TABLES */

table td, table th {
	padding: 3px 8px;
}
table th {
	text-align: left;
	font-weight: normal;
	color: #fff;
}
table tr:nth-child(odd) {
	background: #f7f7f7;
}
/* LOGOSLIDER */

#after_component .module.logoslide {
	margin-bottom: 25px;
}
.module.logoslide .modulheadline {
	margin-bottom: 25px;
}
.slick-slider {
	padding: 0px 50px;
	margin-top: 20px;
}
.slick-slider .slick-slide {
	text-align: center;
}
.slick-slider .slick-slide img {
	display: inline-block;
}
.slick-slider .slickbtn {
	position: absolute;
	top: 25px;
	padding: 0px !important;
	height: 25px;
	width: 25px;
}
.slick-slider .slick-prev {
	background: url(../images/arrow_btn_gray-back.png) no-repeat center center;
	left: 0px;
}
.slick-slider .slick-next {
	right: 0px;
	background: url(../images/arrow_btn_gray.png) no-repeat center center;
}
/* SYSTEM MESSAGE */

.alert {
	margin-bottom: 0px;
	border: none;
	background: none;
	padding: 10px 20px 0px 20px;
	color: #222;
}
.alert h4 {
	color: #222;
	margin-bottom: 10px;
}
.alert .close {
	display: none;
}
.modal-body {
	padding-bottom: 0px;
}
/* CAPTCHA */


#recap-jform_captcha #jform_captcha {
	width: 85px;
	margin-left: 5px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
#recap-jform_captcha span {
	display: block;
	font-size: 12px;
}
/* CONTENT ICONS */
.content_icons {
	text-align: right;
	clear: both;
}
.blog .content_icons {
	position: absolute;
	right: 0px;
	top: 0px;
}
.item-page .content_icons {
	border-top: 1px solid #f1f1f1;
	padding-top: 5px;
}
.content_icons li {
	display: inline-block;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 12px;
}
.content_icons span {
	display: none;
}


/* SPECIIAL MARGINS */

#pageimage,
#componentspan h1 {
	margin-left: -30px;
	margin-right: -30px;
}


/* PRINT LAYOUT */
@media print {
a[href]:after {
	content: "" !important;
}
.hidden-print,  #mainmenu_inner {
	display: none !important;
}
body,  #breadrow,  #head_left,  #componentspan {
	padding: 0px !important;
}
#mainmenu {
	border-top: 0px;
	margin-bottom: 20px;
}
}
/* COMPONENT LAYOUT */
body.component {
	background: #fff;
	padding: 20px;
}
/* COMPONENT PRINT */

#pop-print {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.toContent{
	cursor: pointer;
}

/* TINYMCE */

body#tinymce {
	background: #fff;
}

/* FILES */

.gdownload {
	padding-left: 22px;
}
.dicon-pdf {
	background: url(../images/filetypes/icon_pdf.png) no-repeat left center;
}
.dicon-doc {
	background: url(../images/filetypes/icon_doc.png) no-repeat left center;
}
.dicon-zip {
	background: url(../images/filetypes/icon_zip.png) no-repeat left center;
}
.dicon-pic {
	background: url(../images/filetypes/icon_pic.png) no-repeat left center;
}

.gdownload span {
	color: #888;
	 margin-left: 5px;
	 font-style:italic;
}

/* RESPONSE TABLE BOX */
.responseboxwrap {
	position: relative;
}
	.responsebox {
		/*position: relative;*/
		overflow: auto;
	}
.responsebox::-webkit-scrollbar {
    -webkit-appearance: none;
}
.responsebox::-webkit-scrollbar:vertical {
    width: 11px;
}
.responsebox::-webkit-scrollbar:horizontal {
    height: 11px;
}
.responsebox::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
.responsebox::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 
	.responseboxwrap .tarrow {
		opacity: 0;
		position: absolute;
		height: 17px;
		width: 11px;
		background: url(../images/tarrows.png) no-repeat center center;		
		top: 50%;
		margin-top: -6px;	
	}
	.responseboxwrap .tarrowl {	
		left: -21px;
		background-position: left center;	
	}
	.responseboxwrap .tarrowr {		
		right: -21px;
		background-position: right center;		
	}
	


/* LINED SPANS */

.row-fluid.ordered {
	border-bottom: 2px solid #F1F1F1;
	padding: 20px 0px;
}
.row-fluid.ordered:last-child {
	border: none;
}
/*.row-fluid.ordered:nth-child(odd) {
	background: #F1F1F1;
}*/
/*.row-fluid.ordered [class*="span"] {
	padding: 10px; 	
}*/

/* Formular Fix */
.visform.form-horizontal .controls > .radio:first-child, 
.visform.form-horizontal .controls > .checkbox:first-child {
	padding-top: 0px;
}

.visform.form-horizontal .radio input[type="radio"],
.visform.form-horizontal .checkbox input[type="checkbox"]{
	margin-top: 4px;
}

.visform.form-horizontal .control-group{
	margin-bottom: 20px;
}

/* subpage Gesetze / Verordnungen */

.page-180 .koowa_header,
.page-181 .koowa_header
 {
	margin: 20px 0px;
	
}

.page-180 .btn-group a,
.page-181 .btn-group a {
	min-width: 135px !important;
}



/* jEvents Komponente */

#jevents h2 {
	text-align: center;
	margin: 30px 0px 20px 0px;
}


#jevents_body {
	border-radius: 0px;
	padding: 10px;
}

#jevents_body .cal_table {
	margin-left: 0px;
}

#jevents_body .month_cell_st {
	background-color: #E96971;
}

#jevents_body a.cal_titlelink:hover {
	background-color: #E30613;
}

.month_cell_st {
	border-color: #E30613 !important;
}

#jevents_body a.cal_titlelink:link, 
#jevents_body a.cal_titlelink:visited,
#jevents_body a.cal_titlelink:hover {
	color: #FFF;
	padding: 5px;
}

.new-navigation .nav-items div {
	background-color: #E96971;
}

.new-navigation .nav-items div.active a {
	background-color: #E30613 !important;
}

.new-navigation .nav-items div a {
	color: #FFF;
	padding: 4px 12px;
}

#jevents_body .nav-items div.active a:hover {
	background-color: #E30613;
	color: #FFF;
	text-decoration: none;
	padding: 4px 12px;
	border: none;
}

#jevents_body .nav-items > div a:hover {
	background-color: #E30613;
	text-decoration: none;
	color: #FFF;
	border: none;
	padding: 4px 12px;
}


#jevents_body .month_date {
	text-align: center;
	margin: 10px 0px;
}

#jevents_body .jev_toprow div.nextmonth a {
	background-image: url(../images/cal-rightarrow.png) !important;
	padding-right: 24px;
}

#jevents_body .jev_toprow div.previousmonth a {
	background-image: url(../images/cal-leftarrow.png) !important;
	padding-left: 24px;
}


.jev_toprow div.previousmonth, 
.jev_toprow div.currentmonth, 
.jev_toprow div.nextmonth {
	height: 25px !important;
}

.jev_header2 {
	margin-bottom: 20px !important;
}

.jevtt_title {
	background-color: #E30613 !important;
	color: #FFF;
	font-size: 14px !important;
}

.jevbootstrap .btn {
	background-color: #E30613;
}

.jevbootstrap .btn:hover {
background-color: #222222;
}

.event_legend_item {
	margin-right: 20px;
}

div.event_legend_name a:hover {
	text-decoration: none !important;
	color: #E30613 !important;
}

#jevents_body .cal_today a.cal_daylink:hover,
#jevents_body .cal_today a.cal_daylink {
	background-color: #E96971;
	color: #FFF;
	border-radius: 0px;
	border: none;
	padding: 4px 6px;
	}

#jevents_body .cal_today a.cal_daylink:hover {
		background-color: #E30613;
}

.ev_adminpanel .nav_bar_cell {
	padding: 15px;
}

.chzn-container-single .chzn-single {
	border-radius: 0px;
	height: auto;
	line-height: auto;
	text-align: left;
	width: auto;
	text-decoration: none !important;
}

.chzn-container-single .chzn-single span {
	margin-right: 0px;
}

ul.chzn-results li {
	background-image: none;
}

ul.chzn-results {
	margin: 0px !important;
}

.nav_bar_cell form div {
	width: 100%;
}

.chzn-single div {
	padding: 0px !important;
}

#category_fv_chzn {
	padding: 0px;
}

#jevents_body form input {
	background-color: #E30613;
	color: #FFF;
	margin-top: 20px;
}

#jevents_body form input:hover {
	background-color: #222222;
}

.ev_adminpanel div.nav_bar_cell > a {
	color: #FFF;
	background-color: #E30613;
	padding: 5px 40px 5px 10px;
	margin-bottom: 20px;
	display: inline-block;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 172px center;
	min-width: 200px;
	text-decoration: none;
	}
	
.ev_adminpanel div.nav_bar_cell > a:hover {
	background-color: #222222;
}

.adminform #myEditTabs {
	margin: 10px 0px;
	display: none;
}

.adminform #myEditTabs li.active a {
	background-color: transparent;
	color: #878786;
	border: none !important;
	margin-right: 10px;
}

.adminform #myEditTabs li a:hover {
	background-color: transparent;
}

#myEditTabsContent {
	margin-top: 30px;
}

.adminform .span10 {
	padding-left: 60px;
}

.adminform .span10 input,
.adminform .span10 textarea {
	min-width: 100% !important;
	border: solid 1px #888 !important;
	border-radius: 0px !important;
}

#jeveditor .editor {
	height: 0px !important;
	line-height: 0px;
	border: none !important;
	padding: 0px;
	width: 100% !important;

}

#jeveditor .editor div.mce-tinymce.mce-container.mce-panel {
	width: 100%;
	margin-left: -9px;
	max-width: 505px !important;
	min-width: 270px !important;
}

.mce-txt {
	color: #333333 !important;
}

.tab-content {
	color: #000;
	background-color: #FFF;
}

.jeventslight #toolbar i.icon-white,
.jeventslight #toolbar i.icon-cancel,
#jeveditor .icon-eye {
	display: none;
	visibility: hidden;
}

div.input-append input#publish_down.input-medium.hasTooltip {
	border: 1px solid #888;
}

button#publish_down_img.btn,
button#publish_up_img.btn {
	padding: 7px 15px 8px 15px !important;
}

input#noendtime.checkbox,
input#allDayEvent.checkbox,
input#view12Hour.checkbox {
	margin-top: -1px;
	margin-left: 5px;
}

.jevdatetime fieldset label.active {
	background-color: #212121 !important;
}

.jevdatetime fieldset .jevstarttime,
.jevdatetime fieldset .jevendtime {
	display: block !important;
}

.jevdatetime fieldset .jevstarttime #start_24h_area input#start_time,
.adminform input#publish_up,
.adminform input#publish_down,
.jevdatetime fieldset .jevendtime #end_24h_area input#end_time {
	border: solid 1px #888 !important;
	border-radius: 0px;
}

.jevbootstrap [class^="icon-"],
.jevbootstrap [class*=" icon-"] {
	background-image: url(../images/cal-bgn-ico.png);
	background-position: center center;
	background-size: auto auto;
	border: solid 1px #FFF;
}


#component .item-page .item-image.pull-left {
    margin: 5px 20px 20px 0;
}

div.modal{
	z-index: 2000;
}

/* 15.01.2018 */

#adresseList thead > tr:last-child {
    border-bottom: 2px solid #505050;
}

.red{
	color: #E30613;
}

.small{
	line-height: 12px;
}

table.gehalt td{
	vertical-align: middle;
}

table.gehalt tbody tr{
	border-bottom: 2px solid #fff;
}

.koowa .koowa_header .koowa_anchor{
	visibility: hidden !important;
}

/* TOPMENU DROPDOWN */

#toprow ul.menu span{
	color: #fff;
	font-size: 13px;
	line-height: 13x;
	text-transform: none;
	text-shadow: none;
	font-weight: normal;
	padding: 0px;
	line-height: 13px;
}

#toprow ul.menu li.parent{
	position: relative;
}

#toprow ul.menu li.parent ul.nav-child{
	position: absolute;
	padding-bottom: 0px;
	left: 0px;
	text-align: left;
	padding-top: 8px;
	display: none;
}

#toprow ul.menu li.parent.alive ul.nav-child,
#toprow ul.menu li.parent:hover ul.nav-child{
	display: block;
}

#toprow ul.nav-child li{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	display: block;
	background-color: #eeeeee;
}

#toprow ul.nav-child li:first-child{
	border-bottom: 1px solid #fff;
}

#toprow ul.nav-child li.active a{
	color: #e96971;
}

#toprow ul.menu li:last-child{
	border-bottom: 0px;
}

#toprow ul.nav-child a{
	display: block;
	white-space: nowrap;
	text-transform: none;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 10px;
	border: none;
	color: #555;
}



#after-footer{
	background: #f7f7f7;
	display: none;
	padding-left: 40px;
}

#after-footer ul.nav{
	margin: 10px 0px 20px;
}

#after-footer li.parent{
	background: none;
	padding: 0px;
}

#after-footer ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0px;
}

#after-footer ul li{
	text-align: left;
	padding: 0px 0px 0px 15px;
	background: url(../images/square-gray-medium.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#after-footer ul li span{
	display: none;
}

#after-footer ul li a{
	font-size: 15px;
	line-height: 21px;
	padding: 0px;
}

@media(max-width: 980px){
	#after-footer{
		display: block;
	}
	
	#toprow{
		display: none;
	}
}


/* /////////////////////////////////////// COOKIEHINT */

#redim-cookiehint{
	background-color: #505050;
	left: 0;
}

#redim-cookiehint .cookiecontent{
	color: #fff;
	margin-top: 5px;
}

#redim-cookiehint .cookiebuttons .btn{
	background-color: #e30613;
	color: #333;
}

#redim-cookiehint .cookiebuttons .btn:hover{
	background-color: #222;
}


#adresseList td{
	line-height: 24px;
}

#stoerer{
	background-color: #e30613;
	color: #fff;
	padding: 20px;
}

#stoerer h3{
	color: #fff;
}


.categories-module li{
	display: inline-block;
	background: #f1f1f1;
	border-radius: 4px;
	padding: 3px 6px;
	font-size: 12px;
	line-height: 18px;
	margin-right: 5px;
}

.categories-module li h4{
	margin: 0px;
}


#gotommu{
	padding: 20px 5px;
	text-align: center;
}