/* ##### --- module: widget ##### --- */

/* ===--- common ---=== */
.contentTitle {
	/*
	font-family: 'Ubuntu', sans-serif;
	background-image: url(../../images/site/icon_plus_big.png);
	background-repeat: no-repeat;
	background-position: left center;
	*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.widgetItem {
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #a19a8d;
	margin: 0px 0px 15px 0px;
}
.widgetItem.headline {
	padding: 0px 0px 0px 0px;
}
.fullwidth .widgetItem.left {
	float: left;
	width: 48%;
}
.fullwidth .widgetItem.right {
	float: right;
	width: 48%;
}
.fullwidth .widgetItem.auto {
	clear: both;
}
.widgetItem .contentTitle {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #8e8678;
	padding: 0px 0px 10px 0px;
}
.widgetItem .link, .widgetItem .link a {
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
}
.widgetItem .sweTitle8 {
	font-weight: 600;
}
/* ===--- imgtext ---=== */
.widget_imgtext {}
.widget_imgtext .contentTitle {
	text-align: left;
}
.widget_imgtext .content {
	margin: 0px auto;
	font-size: 13px;
	line-height: 18px;
	max-width: 300px;
}
.widget_imgtext .content .text {
	text-align: left;
	width: 180px;
	float: right;
	padding: 0px;
}
.widget_imgtext .image {
	float: left;
	max-width: 75px;
}
.widget_imgtext .image img {
	width: 100%;
	height: auto;
}
.widget_imgtext .text img .widget_imgtext .text img.swslang {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
}
.widget_imgtext .link {
	padding: 10px 0px 0px 0px;
	width: 200px;
	float: right;
}
.widget_imgtext .link a {
	text-align: right;
}
.jobboerse .widget_imgtext .content {
	float: none;
	text-align: center;
}
.jobboerse .widget_imgtext .content .text {
	width: 139px;
	padding: 10px 0px 0px 0px;
}
.jobboerse .widget_imgtext .image {
	float: none;
	margin: 0px auto;
}
/* ===--- termine ---=== */
.widget_termine .boxLeft {
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	width: 240px;
	float: left;
}
.widget_termine .boxRight {
	width: 240px;
	float: left;
}
.widget_termine .boxLeft {
	padding: 0px;
	margin: 0px;
}
.widget_termine .swcalendar .boxRight {
	padding: 0px;
	margin: 0px;
}
.widget_termine .text .boxRight .modTitle, .widget_termine .text .boxRight .modTitle a {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	text-decoration: none;
	border: none;
}
.widget_termine .link, .widget_termine .link a {
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
}
.widget_termine .swcalendar .listSpacer {
	height: 10px;
}

/* ===--- gallerysection ---=== */
.widget_gallerysection {}
.widget_gallerysection .contentTitle.hasIcon {
	display: block;
}
.widget_gallerysection .widgetgallerylinks {
	padding: 20px 0px 0px 0px;
}
.widget_gallerysection .widgetgallerylinks .swTable {
	float: left;
}
.widget_gallerysection .widgetgallerylinks .swTableCell {
	padding: 10px 10px 10px 0px;
}
.widget_gallerysection .widgetgallerylinks a:hover {
	opacity: 0.5;
}
.widget_gallerysection .widgetgallerylinks img {
	width: 100%;
	height: auto;
	max-width: 150px !important;
}
.widget_gallerysection .moreLink {
	text-align: right;
	margin: 10px 0px 0px 0px;
}
.widget_gallerysection .link {
	padding: 10px 0px 0px 0px;
}

.widget_gallerysection .gallerySlider {
	position: relative;
}
.widget_gallerysection .gallerySlider .sliderContainer {
	overflow: hidden;
	position: relative;
}
.widget_gallerysection .content .item {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-size: cover !important;
	background-position: center center;
	position: relative;
	cursor: grab;
}

.widget_gallerysection .gallerySlider .sliderArrow {
	width: 100%;
	position: absolute;
	bottom: 62%;
	display: none; /* initially hide */
	z-index: 1;
}
.widget_gallerysection .gallerySlider .next, .widget_gallerysection .gallerySlider .prev {
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 15px;
	height: 80px;
	opacity: 0.5;
	position: absolute;
}
.widget_gallerysection .gallerySlider .next:hover, .widget_gallerysection .gallerySlider .prev:hover {
	opacity: 0.8;
}
.widget_gallerysection .gallerySlider .next {
	background-image: url(../../images/portal/icon_arrow_small_grey_right.png);
	right: -11px;
	background-position: right center;
}
.widget_gallerysection .gallerySlider .prev {
	background-image: url(../../images/portal/icon_arrow_small_grey_left.png);
	left: -11px;
	background-position: left center;
}
.widget_gallerysection .sweTitle2 {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

/* ===--- textonly ---=== */
.widget_textonly .content {
	margin: 0px auto;
	font-size: 13px;
	line-height: 18px;
}
.widget_textonly .link {
	padding: 10px 0px 0px 0px;
	float: right;
}
.widget_textonly .link a {
	text-align: right;
}

/* ===--- mitgliederzahl ---=== */
.widget_mitgliederzahl .contentTitle {
	background-color: #50af31;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
}
.widget_mitgliederzahl .content {
	margin: 0px auto;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 10px 10px 10px;
}
.widget_mitgliederzahl .membertotal,
.widget_mitgliederzahl .memberextern {
	background-color: #50af31;
	color: #ffffff;
	margin: 0px -10px 0px -10px;
}
.widget_mitgliederzahl .membertotal {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.widget_mitgliederzahl .memberextern {
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin-bottom: 15px;
}
.widget_mitgliederzahl #mitglieder_scroller {
	background-color: #ffffff;
	color: #50AF31;
	margin: 0px -7px 0px -7px;
	padding: 0px 10px 0px 10px;
}
.widget_mitgliederzahl .listlink {
	margin: 10px -10px 0px -10px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #50af31;
	color: #ffffff;
}
.widget_mitgliederzahl .listlink:hover {
	opacity: 0.5;
}
.widget_mitgliederzahl .link {
	padding: 10px 0px 0px 0px;
	float: right;
}
.widget_mitgliederzahl .link a {
	text-align: right;
}

/* ===--- newsletter ---=== */
.widget_newsletter form.swslang fieldset {
	margin: 0px;
	padding: 0px;
}
.widget_newsletter form.swslang input, .widget_newsletter form.swslang input.modAlert, .widget_newsletter form.swslang textarea, .widget_newsletter form.swslang textarea.modAlert {
	width: 150px;
	border: 1px solid #50af31;
	font-size: 12px !important;
}
.widget_newsletter form.swslang input.button {
	background-color: #50af31;
	_float: right;
	margin: 0px 10px 0px 10px;
	width: auto;
}
.widget_newsletter form.swslang .separator, .widget_newsletter form.swslang .separatorLast {
	width: 150px;
	padding: 0px;
	float: left;
}
.widget_newsletter form.swslang fieldset {
	border: none;
}
.widget_newsletter form.swslang .header {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.widget_newsletter input.button, .widget_newsletter a.button, .widget_newsletter button.button, .widget_newsletter button, input[type="button"] {
	padding: 2px 8px 2px 8px;
}
/* ===--- img ---=== */
.widget_img .image {
	width: 250px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.widget_img.fullwidth .image {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.jobboerse .widget_img .image {
	width: 139px;
}
/* ===--- login ---=== */
.widget_login {
	font-size: 13px;
	line-height: 22px;
}
.widget_login ul {
	padding: 10px 0px 0px 0px;
}
.widget_login ul li a {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
}
.widget_login fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
.widget_login fieldset input {
	margin: 0px 0px 10px 0px;
	border: 1px solid #50af31;
}

/* ===--- Mitglieder ---=== */
.widget_mitglieder .content {
	font-size: 13px;
	line-height: 19px;
}

/* ===--- slider ---=== */
.widget_slider .item.islink:hover  {
	opacity: 0.5;
}

.widget_slider .item .image  {
	padding: 0px 0px 15px 0px;
}
.widget_slider .item .image img  {
	width: 100%;
	height: auto;
}

.widget_slider .sliderArrow {
	height: 40px;
	margin: 15px 0px 0px 0px;
}
.widget_slider .next, .widget_slider .prev {
	cursor: pointer;
	float: left;
	color: #8e8678;
}
.widget_slider .next {
	float: right;
}

.widget_slider .next:hover, .widget_slider .prev:hover {
	opacity: 0.8;
}


/* swiper settings */
.widget_slider .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.widget_slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.widget_slider .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.widget_slider .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}
