/* - CUSTOM - */

header.header-desktop .header-nav > ul > li.dd-normal > .dd-dropdown a,
header.header-desktop .header-nav > ul > li.dd-mega > .dd-dropdown a {
	font: 400 18px/22px 'Lato', sans-serif;
}

header.header-desktop .header-meta > ul > li > a {
	color: #444;
}

footer .footer ul.footer-menu-links > li span.a {
	font: 400 16px/20px 'Merriweather Sans', sans-serif;
}

a.anker {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

nav#mobile-menu .mobile-menu .header-logo {
	bottom: auto; /* chrome fix */
}

/* hide slider link arrow */
.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner::after {
	display: none;
}

/* header no image title */

.no-image-title {
	text-align:left;
}
.no-image-title h1 {
	font: 700 36px/44px 'Lato', sans-serif;
}
@media only screen and (max-width: 767px) {
	.no-image-title h1 {
		font: 400 22px/28px 'Lato', sans-serif;
	}
}

/* header-nav */
@media only screen and (max-width: 1489px) {
	header.header-desktop .header-nav > ul > li {
		margin: 0 30px 0 0;
	}
}
@media only screen and (max-width: 1199px) {
	header.header-desktop .header-nav > ul > li {
		margin: 0 13px 0 0;
	}
}

/* raisenow spendenmodul */
#lema-container.lema-container {
	max-width:none !important;
}
#lema-container.lema-container .lema-wrapper * {
	font-family: "Lato", sans-serif !important;
}
#lema-container.lema-container .lema-wrapper .lema-step {
	margin-bottom:0;
}
#lema-container.lema-container .lema-wrapper .lema-step-header {
	background: #e5007d;
	border-bottom:0;
}
#lema-container.lema-container .lema-wrapper .lema-step-number {
	left:15px;
}
#lema-container.lema-container .lema-wrapper .lema-step-number span {
	background-color:white;
	color:#e5007d;
}
#lema-container.lema-container .lema-wrapper .lema-step-header-text {
	padding-left: 55px;
	color:white;
}
#lema-container.lema-container .lema-wrapper .lema-amount-box.lema-active {
	color:white;
	background-color:#e5007d;
	border: #e5007d 1px solid;
}
#lema-container.lema-container .lema-wrapper .lema-amount-box {
	border-radius:5px;
}
#lema-container.lema-container .lema-wrapper .lema-amount-box.lema-active .lema-input-text.lema-amount-box-custom-input {
	background-color:#e5007d;
	border:1px solid #e5007d;
	color:white;
}

/* mitarbeiter */

.profile-wrapper {
	display: table;
	position: relative;
	box-shadow: 0 0 6px rgba(0, 0, 0, .25) !important;
	width: 100%;
}

.profile-wrapper .profile-pic {
	width: 180px;
	display: table-cell;
	vertical-align: top;
}

.profile-wrapper .profile-pic .pic-inner {
	width: 180px;
	display: block;
	position: relative;
	overflow: hidden;
}

.profile-wrapper:hover .profile-pic .pic-inner img {
	transform: scale(1.1);
}

.profile-wrapper .profile-pic img {
	width: 180px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

.profile-wrapper .profile-text {
	display: table-cell;
	vertical-align: top;
	width: auto;
	padding: 20px;
}

.profile-wrapper .profile-text p:last-child {
	margin-bottom:0 !important;
}

@media only screen and (max-width: 767px) {
	
	.profile-wrapper {
		display: block;
		text-align: center;
	}

	.profile-wrapper .profile-pic {
		width: 100%;
		display: block;
		text-align: center;
	}

	.profile-wrapper .profile-pic .pic-inner {
		margin: 0 auto;
	}

	.profile-wrapper .profile-text {
		display: block;
	}

}

.profile-wrapper .profile-line-1 {
	position: absolute;
	bottom: 0;
	width: calc(100% - 29px);
	height: 7px;
	background-color: #b8b8b8;
	z-index: 50;
}
.profile-wrapper .profile-line-2 {
	position: absolute;
	bottom: 0;
	width: 0px;
	height: 7px;
	background-color: #e5007d;
	z-index: 51;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.profile-wrapper:hover .profile-line-2 {
	width: calc(100% - 29px);
}

/* - KJF EVENTS - */

.google-map-agenda {
	display: block;
	position: relative;
}

.google-map-agenda .google-map-agenda-head {
	display: block;
	position: relative;
	text-align: right;
}

.google-map-agenda .google-map-agenda-head .dropdown {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.google-map-agenda .google-map-agenda-head .dropdown ul.dropdown-menu {
	padding: 0;
	border-radius: 0;
}

.google-map-agenda .google-map-agenda-head .dropdown ul.dropdown-menu > li {
	border-bottom: 1px solid #ddd;
}

.google-map-agenda .google-map-agenda-head .dropdown ul.dropdown-menu > li > a,
.google-map-agenda .google-map-agenda-head .dropdown ul.dropdown-menu > li:hover > a {
	position: relative;
	display: block;
	padding: 8px 15px 10px 15px;
	background: transparent;
	color: #bebab7;
}

.google-map-agenda .google-map-agenda-head .dropdown ul.dropdown-menu > li > a.checked,
.google-map-agenda .google-map-agenda-head .dropdown ul.dropdown-menu > li:hover > a.checked {
	color: #3D3935;
}

.google-map-agenda .google-map-agenda-head .dropdown ul.dropdown-menu > li > a.checked::after {
	display: block;
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
	content: '\f00c';
	position: absolute;
	top: 8px;
	right: 15px;
	color: inherit;
}

.google-map-agenda .google-map-agenda-wrapper {
	display: block;
	position: relative;
	text-align: left;
	background: #fff;
	height: 600px;
	margin: 15px 0;
}

.google-map-agenda .google-map-agenda-legend {
	display: block;
	position: relative;
	text-align: left;
	margin: 0 0 30px 0;
}

.google-map-agenda .google-map-agenda-legend > ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.google-map-agenda .google-map-agenda-legend > ul > li {
	display: block;
	position: relative;
	list-style: none;
	float: left;
	margin: 0 15px 0 0;
	height: 32px;
}

.google-map-agenda .google-map-agenda-legend > ul > li {
	background-repeat: no-repeat !important;
	background-position: left !important;
	background-size: 32px auto !important;
	padding: 0 0 0 37px;
}

.google-map-agenda .google-map-agenda-legend > ul > li.map-dark {
	background-image: url('../images/google-maps/map-marker-dark.png');
}

.google-map-agenda .google-map-agenda-legend > ul > li.map-normal {
	background-image: url('../images/google-maps/map-marker-normal.png');
}

.google-map-agenda .google-map-agenda-legend > ul > li.map-light {
	background-image: url('../images/google-maps/map-marker-light.png');
}

.google-map-agenda .google-map-agenda-legend > ul > li > span {
	display: block;
	font-size: 12px;
	line-height: 1.1em;
	padding-top: 2px;
}

.google-map-agenda .google-map-agenda-legend > ul > li > em {
	display: block;
	font-style: normal;
	font-size: 12px;
	line-height: 1.1em;
}

.google-map-agenda #map_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d4d4d4;
}

.google-map-agenda #map_canvas {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 550px;
	z-index: 1;
}

.google-map-agenda #agenda_quick {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 15px;
	height: 50px;
	font-size: 20px;
	font-weight: 700;
	line-height: 50px;
	overflow: hidden;
	text-align: right;
	color: #fff;
	background: #009fe3;
}

.google-map-agenda .google-map-agenda-results {
	display: block;
	position: relative;
	text-align: left;
}

.google-map-agenda .google-map-agenda-results > h4 {
	font-family: 'Lato', sans-serif !important;
	font-weight: 700 !important;
	padding: 10px 0 0 0;
	margin: 0 0 25px 0;
	color: #009fe3;
}

.google-map-agenda .google-map-agenda-results #map-agenda-results {
	display: block;
	position: relative;
}

@media only screen and (min-width: 992px) {
	.google-map-agenda .google-map-agenda-results #map-agenda-results {
		height: 600px;
		overflow: auto;
		padding-right: 15px;
	}
}

.google-map-agenda .google-map-agenda-results .agenda-result-list {
	display: block;
	position: relative;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list > h5 {
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 50px;
	margin: 0;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result {
	display: block;
	position: relative;
	padding: 15px 15px 1px 15px;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 20px;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result.result-light {
	background: #fff;
	border: 1px solid #ece9ea;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result.result-dark {
	background: #ece9ea;
	border: 1px solid #ece9ea;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result > h6 {
	display: block;
	padding: 0 40px 0 0;
	margin: -4px 0 10px 0;
	font: inherit;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result > h6 > em {
	display: block;
	font-style: normal;
	font-size: 12px;
	padding: 0 0 3px 0;
	opacity: .75;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result > h6 > span {
	background: #009fe3;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	padding: 0 3px;
	margin: 0 0 5px 0 !important;
	display: inline-block;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result > h6 > a,
.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result > h6 > a:hover {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result > h6 > a:hover {
	color: #009fe3;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result > p {
	padding: 0 40px 0 0;
	font-size: 14px;
	line-height: 20px;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result ul.kjf-op {
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.google-map-agenda .google-map-agenda-results .agenda-result-list .agenda-result ul.kjf-op > li {
	padding: 0;
	list-style: none;
	width: 16px;
	height: 15px;
	background: #009fe3;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 2px 0;
	cursor: help;
}

.google-map-agenda .google-map-agenda-results p {
	font-size: 18px;
	line-height: 24px;
}

.google-map-agenda .google-map-agenda-results p a {
	color: #009fe3;
}

.agenda-detail-sidebar .selectric .label {
    padding-top: 2px !important;
}

.agenda-detail-sidebar ul.agenda-citys {
    list-style: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.agenda-detail-sidebar ul.agenda-citys > li {
    list-style: none !important;
	display: block;
	margin: 0 -25px !important;
	padding: 0 !important;
	border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.agenda-detail-sidebar ul.agenda-citys > li > a,
.agenda-detail-sidebar ul.agenda-citys > li > a:hover {
    text-decoration: none !important;
	display: block;
	padding: 5px 25px;
}

.agenda-detail-sidebar ul.agenda-citys > li > a.current,
.agenda-detail-sidebar ul.agenda-citys > li > a.current:hover {
    font-weight: 700;
}

.single-teasers .single-teaser .single-teaser-text h3 {
	display: block;
	position: relative;
	font: inherit;
}

.single-teasers .single-teaser .single-teaser-text h3 > ul.kjf-op {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 99999;
}

.single-teasers .single-teaser .single-teaser-text h3 > ul.kjf-op > li {
	padding: 0;
	list-style: none;
	width: 16px;
	height: 15px;
	background: #009fe3;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 0 2px;
	float: left;
	cursor: help;
}

.single-teasers .single-teaser .single-teaser-text h3 > ul.kjf-op > li.excl {
	width: auto;
	letter-spacing: 1px;
	padding: 0 3px;
}

/* module jobs extern JS plugin */
/* updates 10.05.2023 | Matthias Müller [nextron.ch] */

#modulejobs .pj-widget-main-container .pj-widget-jobs-container > h2 {
	display: block !important;
}

#modulejobs .pj-widget-main-container .pj-widget-jobs-container ul.pj-widget-job-results {
	border: none !important;
}

#modulejobs .pj-widget-main-container .pj-widget-jobs-container ul.pj-widget-job-results > li.list-group-item {
	font: 400 18px/22px 'Merriweather Sans', sans-serif !important; 
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}

@media only screen and (max-width: 767px) {
	#modulejobs .pj-widget-main-container .pj-widget-jobs-container ul.pj-widget-job-results > li.list-group-item {
		font: 400 16px/20px 'Merriweather Sans', sans-serif !important; 
	}
}

#modulejobs .pj-widget-main-container .pj-widget-jobs-container ul.pj-widget-job-results > li.list-group-item > a {
	display: block;
	position: relative;
	padding: 27px 70px 25px 30px !important;
}
