
header.header {

}
header.header .header-main {
    height: 91px;
}
header.header .header-main .inner {
    position: relative;
}
header.header .header-main .header-top {
    text-align: right;
    font-size: 17px;
    line-height: 40px;
}
header.header .header-main .header-top .kontakt,
header.header .header-main .header-top .socials {
    display: inline-block;
}
header.header .header-main .header-top .kontakt {
    margin-right: 15px;
}
header.header .header-main .header-top ul > li {
    display: inline;
	color: #024995;
	margin-left: 15px;
}
header.header .header-main .header-top .socials ul > li {
    margin-left: 5px;
}
header.header .header-main .header-top ul > li a,
header.header .header-main .header-top ul > li a:focus {
    text-decoration: none;
	color: #024995;
}
header.header .header-main .header-top ul > li a:hover {
    text-decoration: none;
	color: #000;
}
header.header .header-main .header-top .kontakt ul li span::before {
	font-size: 15px;
}


header.header .logo {
    width: 270px;
    height: 148px;
    z-index: 1001;
    position: absolute;
    background-color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
	left: 0;
	top: 0;
}
header.header .logo a {
    display: block;
    line-height: 0;
    width: 240px;
    height: 128px;
}
header.header nav.menu-desktop {
    display: block;
    right: 0;
    position: absolute;
    top: 42px;
}

header.header nav.menu-desktop #jux_megamenucss3 {
    text-transform: uppercase;
    font-weight: 600;
}
header.header nav.menu-desktop #jux_megamenucss3 .megamenu .js-megamenu {
    font-family: 'Open Sans', sans-serif;
}
header.header nav.menu-desktop #jux_megamenucss3 .megamenu ul.level0 li.megacss3.last a {
    padding-right: 0;
}
header.header nav.menu-desktop #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
    font-size: 16px;
	line-height: 24px;
}




.bp-nav-inner .mobile-menu-bottom {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 25px !important;
}
.bp-nav-inner .mobile-menu-bottom:hover a,
.bp-nav-inner .mobile-menu-bottom:focus a {
    color: #fff !important;
}
.bp-nav-inner .mobile-menu-bottom:hover a:hover,
.bp-nav-inner .mobile-menu-bottom:hover a:focus,
.bp-nav-inner .mobile-menu-bottom:focus a:hover,
.bp-nav-inner .mobile-menu-bottom:focus a:focus {
    color: #eee !important;
}

.bp-nav-inner .mobile-menu-bottom .mobiles-menue-kontakt {
    color: #fff;
}
.bp-nav-inner .mobile-menu-bottom .mobiles-menue-kontakt a {
  color: #fff;
  text-decoration: none;
}
.bp-nav-inner .mobile-menu-bottom .mobiles-menue-kontakt a:hover {
  color: #ccc;
  text-decoration: none;
}
.bp-nav-inner .mobile-menu-bottom .mobiles-menue-socials {
    margin-top: 25px !important;
}
.bp-nav-inner .mobile-menu-bottom .mobiles-menue-socials ul li {
    display: inline-block;
    margin-right: 10px;
}
.bp-nav-inner .mobile-menu-bottom .mobiles-menue-socials ul li a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    font-size: 23px;
    border: 1px solid #fff;
	color: #024995 !important;
}
.bp-nav-inner .mobile-menu-bottom:hover .mobiles-menue-socials ul li a,
.bp-nav-inner .mobile-menu-bottom:focus .mobiles-menue-socials ul li a {
    color: #024995 !important;
}



.bp-nav-inner .mobile-menu-bottom .mobiles-menue-socials ul li a:hover,
.bp-nav-inner .mobile-menu-bottom .mobiles-menue-socials ul li a:focus {
    background-color: #024995 !important;
    color: #fff !important;
}

.bp-nav-inner .mobile-menu-bottom .mobiles-menue-socials ul li.esf img {
	margin-top: -6px;
}




.menu-desktop {
  display: block;
}
#bp-nav-trigger {
  display: none;
}


@media (max-width: 1279px) {
	header.header .header-main .header-top {
		text-align: right;
		font-size: 15px;
		line-height: 30px;
	}
	header.header .logo {
		width: 220px;
		height: 121px;
		padding: 7px 10px;
	}
	header.header .logo a {
		display: block;
		line-height: 0;
		width: 200px;
		height: 107px;
	}
	header.header nav.menu-desktop {
		display: block;
		margin-left: 230px;
	}
	
	
	header.header nav.menu-desktop #jux_megamenucss3 .megamenu ul.level0 li.megacss3 a.megacss3 {
		padding: 10px 7px 10px 7px;
	}
	header.header nav.menu-desktop #jux_megamenucss3 .megamenu ul.level0 li.megacss3.last a.megacss3 {
		padding-right: 0;
	}
	header.header nav.menu-desktop #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
		font-size: 13px;
		line-height: 22px;
	}	
	
}
@media (max-width: 1023px) {
	header.header .header-main {
		height: auto;
	}
	header.header .header-main .bp-width {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	header.header nav.menu-desktop {
	  display: none;
	}
	#bp-nav-trigger {
	  display: block;
	}
	header.header .logo {
		width: auto;
		height: auto;
		padding: 10px 0px;
		position: relative;
		display: inline-block;
	}
	header.header .logo a {
		width: 120px;
		height: 64px;
	}
	header.header .header-main .header-top {
		display: none;
	}
}
@media (max-width: 768px) {


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

}



/** mobiles Menü **/
#bp-nav-trigger {
  position: absolute;
  top: 15px;
  right: 0px;
  height: 50px;
  width: 50px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}
#bp-nav-trigger span,
#bp-nav-trigger span::before,
#bp-nav-trigger span::after {
  position: absolute;
  height: 3px;
  width: 25px;
  background: #024995;
}
#bp-nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background .3s;
}
#bp-nav-trigger span::before,
#bp-nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background .3s, transform .3s;
}
#bp-nav-trigger span::before {
  transform: translateY(-8px);
}

#bp-nav-trigger span::after {
  transform: translateY(8px);
}
#bp-nav-trigger:hover span, 
#bp-nav-trigger:hover span::before,
#bp-nav-trigger:hover span::after {
  background: #333;
}
.nav-open #bp-nav-trigger span {
  background: transparent;
}
.nav-open #bp-nav-trigger span::before,
.nav-open #bp-nav-trigger span::after {
  background: #024995;
}
.nav-open #bp-nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open #bp-nav-trigger span::after {
  transform: rotate(45deg);
}


.bp-mobile-nav-overlay {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
.nav-open .bp-mobile-nav-overlay {
  opacity: .8;
  visibility: visible;
}
body.nav-open {
  overflow: hidden;
}



#bp-mobile-navigation.nav-container {
	position: fixed;
	z-index: 10002;
	top: 0;
	right: 0;
	height: 100%;
	width: 90%;
	max-width: 300px;
	background: #024995;
	color: #fff;
	transform: translateZ(0);
	transform: translateX(100%);
	transition: transform .5s cubic-bezier(.07,.23,.34,1);
	box-sizing: border-box;
	padding-bottom: 50px;
}
#bp-mobile-navigation.nav-container .bp-nav-inner {
	overflow: auto;
	height: 100%;
	width: 100%;
}
.nav-open #bp-mobile-navigation.nav-container {
  transform: translateX(0);
}

#bp-mobile-navigation #bp-close-the-nav {
	display: none;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav {
	display: block;
}

#bp-mobile-navigation #bp-close-the-nav span::before,
#bp-mobile-navigation #bp-close-the-nav span::after {
  content: '';
}
#bp-mobile-navigation #bp-close-the-nav:hover span::before,
#bp-mobile-navigation #bp-close-the-nav:hover span::after {
  background: #fff;
}
#bp-mobile-navigation #bp-close-the-nav span {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::before,
.nav-open #bp-mobile-navigation #bp-close-the-nav span::after {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
  top: 14px;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav:hover span::before,
.nav-open #bp-mobile-navigation #bp-close-the-nav:hover span::after {
  background: #ccc;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::before {
  transform: rotate(-45deg);
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::after {
  transform: rotate(45deg);
}

.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span {
  padding: 15px;
  display: block;
  border-bottom: 1px solid #ccc;
}
.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span:hover {
  background-color: #fff;
  color: #024995;
  cursor: pointer;
}






footer.footer {

}
footer.footer a,
footer.footer a:hover,
footer.footer a:focus{	

}

footer.footer .footer-main {
	text-align: center;
	padding: 15px 0;
}
footer.footer .footer-main nav ul li {
    display: inline-block;
	margin: 0 10px;
}
footer.footer .footer-main a {
	text-decoration: none;
}
footer.footer .footer-main a:hover,
footer.footer .footer-main a:focus{	
	text-decoration: none;
}



@media (max-width: 1279px) {

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

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

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

}









.bp-slider-main .ein-slide {
    position: relative;
}
.bp-slider-main .ein-slide img {
	width: 100%;
}
.bp-slider-main .ein-slide .inner {
    position: absolute;
    left: 0;
    bottom: 20%;
    color: #fff;
    background-color: #024995;
    padding: 20px 25px 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 200%;
    line-height: 1.3;
    opacity: 0.9;
}

.bp-slider-main.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.bp-slider-main .slick-prev {
    height: 100%;
    left: 5px;
    width: 50px;
    z-index: 98;
}
.bp-slider-main .slick-next {
    height: 100%;
    right: 5px;
    width: 50px;
    z-index: 98;
}
.bp-slider-main .slick-prev::before,
.bp-slider-main .slick-next::before {
	color: #eee;
    font-family: "icomoon";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}
.bp-slider-main .slick-prev::before {
    content: "\e903";
}
.bp-slider-main .slick-next::before {
    content: "\e904";
}
.bp-slider-main .slick-dots {
	bottom: 0px;
}
.bp-slider-main .slick-dots li button {
    background-color: #eee;
    height: 3px;
    opacity: 1;
    padding: 2px;
    top: 0;
    width: 25px;
}
.bp-slider-main .slick-dots li.slick-active button {
    background-color: #ccc;
}
.bp-slider-main .slick-dots li button::before {
    display: none;
}


@media (max-width: 1279px) {

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

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

}
@media (max-width: 640px) {
	.bp-slider-main .ein-slide .inner {
		padding: 10px 15px 10px 25px;
		font-size: inherit;
		line-height: 1.3;
	}
}













/** ##### LOGIN & USER Start ##### **/

/** MODUL **/
#login-form .pretext {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}


#login-form .userdata #form-login-username {
    margin-bottom: 25px;
}
#login-form .userdata #form-login-username label,
#login-form .userdata #form-login-username input {
	display: block;
	width: 100%;
	text-align: center;
}
#login-form .userdata #form-login-username input#modlgn-username {
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #3c3c3c;
    color: #3c3c3c;
	box-sizing: border-box;
}


#login-form .userdata #form-login-password {
    margin-bottom: 25px;
}
#login-form .userdata #form-login-password label,
#login-form .userdata #form-login-password input {
	display: block;
	width: 100%;
	text-align: center;
}

#login-form .userdata #form-login-password input#modlgn-passwd {
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #3c3c3c;
    color: #3c3c3c;
	box-sizing: border-box;
}


#login-form .userdata #form-login-remember {
    margin-bottom: 25px;
    position: relative;
}
#login-form .userdata #form-login-remember::after {
    clear: both;
    display: table;
    content: "";
}
#login-form .userdata #form-login-remember .control-label {
    float: left;
    font-size: 14px;
    line-height: 20px;
}
#login-form .userdata #form-login-remember .control-label::before {
    content: "";
    position: absolute;
    width: calc(100% - 165px);
    height: 1px;
    background-color: #999;
    box-sizing: border-box;
    top: 12px;
    left: 145px;
}
#login-form .userdata #form-login-remember #modlgn-remember {
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 6px;
}

#login-form .userdata #form-login-submit button.btn {
    width: 100%;
    background-color: #3c3c3c;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #3c3c3c;
}
#login-form .userdata #form-login-submit button.btn:hover,
#login-form .userdata #form-login-submit button.btn:focus {
    background-color: #3c3c3c;
	cursor: pointer;
}

#login-form .userdata ul.unstyled {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}


@media (max-width: 1279px) {

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

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

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

}












/** KOMPONENTEN VIEWS **/
.login.bp-login .login-description {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}
.login.bp-login form .control-group {
    position: relative;
}
.login.bp-login form .control-group::after {
    clear: both;
    display: table;
    content: "";
}

.login.bp-login form #username-lbl {
    display: block;
    width: 100%;
    text-align: center;
}
.login.bp-login form #username {
    display: block;
    width: 100%;
    text-align: center;
	margin-bottom: 25px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #3c3c3c;
    color: #3c3c3c;
	box-sizing: border-box;
}
.login.bp-login form #password-lbl {
    display: block;
    width: 100%;
    text-align: center;
}
.login.bp-login form #password {
    display: block;
    width: 100%;
    text-align: center;
	margin-bottom: 25px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #3c3c3c;
    color: #3c3c3c;
	box-sizing: border-box;
}
.login.bp-login form input#remember {
    position: absolute;
    right: 0;
    top: 9px;
    margin: 0;
}


.login.bp-login form button.btn {
    width: 100%;
	margin-top: 25px;
    background-color: #fff;
    color: #3c3c3c;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #3c3c3c;
}
.login.bp-login form button.btn:hover,
.login.bp-login form button.btn:focus {
    background-color: #3c3c3c;
	color: #fff;
	cursor: pointer;
}


main.content > div .nav.nav-tabs.nav-stacked {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}



.reset.bp-passwort-vergessen,
.remind.bp-benutzer-zusenden {
    text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.reset.bp-passwort-vergessen h1,
.remind.bp-benutzer-zusenden h1{
	font-size: 18px;
	line-height: 26px;
}

.reset.bp-passwort-vergessen form#user-registration .control-group,
.remind.bp-benutzer-zusenden form#user-registration .control-group {
    margin-top: 25px;
}

.reset.bp-passwort-vergessen form#user-registration .control-group input,
.remind.bp-benutzer-zusenden form#user-registration .control-group input{
	margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    border-color: #3c3c3c;
    color: #3c3c3c;
	box-sizing: border-box;
}
.reset.bp-passwort-vergessen form#user-registration button.btn,
.remind.bp-benutzer-zusenden form#user-registration button.btn{
    width: 100%;
    background-color: #fff;
    color: #3c3c3c;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #3c3c3c;
}
.reset.bp-passwort-vergessen form#user-registration button.btn:hover,
.reset.bp-passwort-vergessen form#user-registration button.btn:focus,
.remind.bp-benutzer-zusenden form#user-registration button.btn:hover,
.remind.bp-benutzer-zusenden form#user-registration button.btn:focus {
    background-color: #3c3c3c;
	color: #fff;
	cursor: pointer;
}


.profile.bp-login .btn-toolbar.pull-right {
    float: none;
    background-color: #ebebeb;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.profile.bp-login #users-profile-core legend {
    background-color: #3c3c3c;
    width: 100%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #fff;
}
.profile.bp-login #users-profile-core {
    margin-top: 25px;
	background-color: #ebebeb;
}
.profile.bp-login #users-profile-core dl::after {
	content: "";
	display: table;
	clear: both;
}
.profile.bp-login #users-profile-core dt,
.profile.bp-login #users-profile-core dd {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
	box-sizing: border-box;
}


#member-profile legend {
    background-color: #3c3c3c;
    width: 100%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #fff;
}
#member-profile input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
}
#member-profile input#jform_username:hover {
    cursor: not-allowed;
}
#member-profile button.btn {
	margin-top: 25px;
    width: 100%;
    background-color: #3c3c3c;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #3c3c3c;
}
#member-profile button.btn:hover,
#member-profile button.btn:focus {
    background-color: #3c3c3c;
	cursor: pointer;
}




@media (max-width: 1279px) {

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

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

}
@media (max-width: 640px) {
	
	.profile.bp-login #users-profile-core dt {
		float: none;
		width: 100%;
		border-bottom: 0;
		padding-bottom: 0;
		font-weight: 600;
	}
	.profile.bp-login #users-profile-core dd {
		float: none;
		width: 100%;
		padding-top: 0;
	}
}
/** ##### LOGIN & USER Ende ##### **/

















.ps-akkordeon.ui-accordion .ui-accordion-header {
    box-sizing: border-box;
    margin: 0;    
	padding: 10px 35px 10px 0;
    position: relative;
	border: 0 none;
	border-radius: 0;
	border-top: 1px solid #024995;
}
.ps-akkordeon.ui-accordion .ui-accordion-header:first-child {
    border-top: 0 none;
}
.ps-akkordeon.ui-accordion .ui-accordion-header.ui-state-focus {
    outline: none;
}
.ps-akkordeon.ui-accordion .ui-accordion-header::after {
    font-family: fontawesome;
    font-size: 15px;
	line-height: 20px;
    position: absolute;
    right: 3px;
	font-weight: normal;	
	top: calc(50% - 10px);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: "\f067";
	color: #024995;
}

.ps-akkordeon.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.ps-akkordeon.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed::after {
	content: "\f067";
	/**
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
    transform: rotate(0deg);	
	**/
}
.ps-akkordeon.ui-accordion .ui-accordion-header.ui-accordion-header-active::after{
	content: "\f068";
	/**
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    transform: rotate(45deg);
	**/
}
.ps-akkordeon.ui-accordion .ui-accordion-content {
    padding: 0 0 25px 0;
    margin: 0;

}



@media (max-width: 1279px) {
	
}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.ps-akkordeon.ui-accordion .ui-accordion-content {
		padding: 0 0 15px 0;
	}
}
@media (max-width: 640px) {
	.ps-akkordeon.ui-accordion .ui-accordion-content {
		padding: 0 0 10px 0;
	}
}
@media (max-width: 480px) {

}












/** ########## UI-TABS START ########## **/
.ps-tabs.ui-tabs,
.ps-tabs.ui-tabs .ui-tabs-panel,
.ps-tabs.ui-tabs .ui-tabs-nav {
    padding: 0;
	overflow: hidden;
}
.ps-tabs.ui-tabs .ui-tabs-nav {
	border-bottom: 1px solid #3c3c3c;
    margin-bottom: 35px;
    display: flex;		
	justify-content: center;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #666 #000;

}
.ps-tabs.ui-tabs .ui-tabs-nav
    &::-webkit-scrollbar {
       display: none;	
	}	
}
.ps-tabs.ui-tabs .ui-tabs-nav li {
	white-space: nowrap;
    margin: 0 0px 0 0;
    padding: 0;
    text-align: center;
	float: none;
	display: inline-block;
}
.ps-tabs.ui-tabs .ui-tabs-nav li a {
    background-color: #fff;
	color: #000;
    border: 0px none;
    box-sizing: border-box;
    display: block;
	float: none;
    padding: 10px 20px;
	border-right: 0 none #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.ps-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #024995;
    color: #fff;
}
.ps-tabs.ui-tabs .ui-tabs-nav li a:hover {
    background-color: #024995;
	color: #fff;
}
.ps-tabs.ui-tabs .ui-tabs-panel.ein-inhalt {

}

@media (max-width: 1279px) {
	
}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.ps-tabs.ui-tabs .ui-tabs-nav li a {
		padding: 7px 10px;
	}	
}
@media (max-width: 640px) {

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

}
/** ########## UI-TABS ENDE ########## **/




/** UI-TABS Standorte ANFANG  **/
#tabs-standorte.ps-tabs.ui-tabs .ui-tabs-panel.ein-inhalt .der-standort {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#tabs-standorte.ps-tabs.ui-tabs .ui-tabs-panel.ein-inhalt .der-standort .adresse {
    position: absolute;
    width: 100%;
    bottom: 10px;
    background-color: rgba(2,73,149,0.9);
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 1279px) {
	
}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.ps-tabs.ui-tabs .ui-tabs-nav li a {
		padding: 7px 10px;
	}	
}
@media (max-width: 640px) {

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

}
/** UI-TABS Standorte ENDE  **/








ul.ps-liste li,
ul.bp-liste li {
    text-align: left;
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}
ul.ps-liste li::before,
ul.bp-liste li::before{
    font-family: fontawesome;
    position: absolute;
    left: 5px;
    top: 13px;
    content: "\f111";
    font-size: 4px;
    line-height: 100%;
}




a.ps-button {
	background-color: #024995;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid #024995;
	padding: 4px 25px;
}
a.ps-button:hover,
a.ps-button:focus {
	background-color: #fff;
	color: #024995;
	text-decoration: none;
}


.fliesstext-center {
	text-align: center;
}
.bg-hellgrau {
	background-color: #ebebeb;
}
.bg-blau {
	background-color: #024995;
	color: #fff;	
}
.bg-blau a {
	color: #fff;
	text-decoration: underline;
}
.bg-blau a:hover,
.bg-blau a:focus {
	color: #ddd;
	text-decoration: underline;
}
.bg-blau h1, 
.bg-blau h2, 
.bg-blau h3, 
.bg-blau h4 {
	color: #fff
}

.bg-blau a.ps-button {
	background-color: #fff;
	color: #024995;
	border: 2px solid #fff;
	text-decoration: none;
}
.bg-blau a.ps-button:hover,
.bg-blau a.ps-button:focus {
	background-color: #024995;
	color: #fff;
	text-decoration: none;
}





/** 4ER HOVER SLIDER **/
.hover-slider .ein-item {
	position: relative;
	margin: 0 5px;
	font-size: 0.8em;
	line-height: 1.3em;	
}
.hover-slider .ein-item .bild img {
	width: 100%;
}
.hover-slider .ein-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: rgba(2,73,149,0);
    color: rgba(255,255,255,0);
    text-transform: uppercase;
    font-weight: 700;
}
.hover-slider .ein-item:hover .overlay {
    background-color: rgba(2,73,149,0.8);
	color: rgba(255,255,255,1);
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.hover-slider .ein-item .overlay {
		background-color: rgba(2,73,149,0.8);
		color: rgba(255,255,255,1);
		height: auto;
		top: initial;
		bottom: 0;
		font-weight: 400;
		padding: 7px 0;
		
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	.hover-slider .ein-item .overlay {
		font-size: 1em;
		line-height: 1.3em;		
	}
}








/** BILD-TEXT-SLIDER **/
.ps-slick.bild-text-slider .ein-item {

}
.ps-slick.bild-text-slider .ein-item .inner {
	position: relative;
}
.ps-slick.bild-text-slider .ein-item .inner .bild {
    width: 50%;
}
.ps-slick.bild-text-slider .ein-item .inner .bild img {
    width: 100%;
}
.ps-slick.bild-text-slider .ein-item .inner .info-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 75px 15px 50px;
}
.ps-slick.bild-text-slider .slick-prev::before, 
.ps-slick.bild-text-slider .slick-next::before {
    color: #fff;
}



@media (max-width: 1279px) {

	.ps-slick.bild-text-slider .ein-item .inner .info-wrapper {
		padding: 5px 40px 5px 15px;
	}

}
@media (max-width: 1023px) {
	.ps-slick.bild-text-slider .ein-item .inner .bild {
		width: 100%;
	}
	.ps-slick.bild-text-slider .ein-item .inner .info-wrapper {
		width: 100%;
		height: auto;
		top: auto;
		left: 0;
		bottom: 0;
		display: block;
		padding: 15px 15px 15px 15px;
		background-color: rgba(2,73,149,0.9);
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	.ps-slick.bild-text-slider .ein-item .inner .info-wrapper {
		position: relative;
	}
}








/** STATEMENT **/
.ps-statement {
	text-align: center;
	color: #024995;
}
.ps-statement .hintergrundbild {
    padding: 150px 0;
    background-image: URL("../../../images/default/bg_statement.jpg");
    background-size: cover;
    background-position: center center;
}
.ps-statement .statement span {
    font-weight: 700;
    font-size: 110%;
}
.ps-statement .person span {
    font-size: 16px;
}
@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.ps-statement .hintergrundbild {
		padding: 100px 0;
	}
}
@media (max-width: 768px) {
	.ps-statement .hintergrundbild {
		padding: 75px 0;
	}
}
@media (max-width: 640px) {

}









/** ANSPRECHPARTNER **/
.ps-ansprechpartner {
	
}
.ps-ansprechpartner .inner .bild {
    width: 50%;
    float: left;
    text-align: right;
	box-sizing: border-box;
	padding-right: 15px;
}
.ps-ansprechpartner .inner .bild img {
	max-width: 200px;
	width: 100%;
	display: initial;
}
.ps-ansprechpartner .inner .text {
    width: 50%;
    float: right;
    text-align: left;
	box-sizing: border-box;
	padding-left: 15px;
}
@media (max-width: 1279px) {

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

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

}
@media (max-width: 640px) {
	.ps-ansprechpartner .inner .bild {
		width: 100%;
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.ps-ansprechpartner .inner .text {
		width: 100%;
		float: none;
		text-align: center;
		box-sizing: border-box;
		padding-left: 0;
		margin-top: 15px;
	}
}






/** ########## AKTUELLES allgemein START ########## **/
.ps-news {
}


.ps-news .ein-beitrag.filterDiv.show {
    display: block;
}
.ps-news .ein-beitrag .inner {	
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #999;	
}
.ps-news.ps-slick .ein-beitrag .inner {	
	border-bottom: 0 none;	
}
.ps-news .ein-beitrag .inner .bild {
    float: left;
    width: 325px;
    margin-right: 25px;
}
.ps-news .ein-beitrag .inner .inhalt.spalte {
    float: left;
    width: 850px;
}

.ps-news .ein-beitrag .inner .inhalt .kalender {
    border: 3px solid #3c3c3c;
    border-radius: 4px;
    text-align: center;    
    width: 64px;
    font-weight: 600;
	position: relative;
}

.ps-news .ein-beitrag .inner .inhalt .kopf {
    margin-bottom: 8px;
}
.ps-news .ein-beitrag .inner .inhalt .kopf .kalender::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 10px;
    height: 10px;
    border-bottom: 10px solid #ebebeb;
    border-left: 10px solid #3c3c3c;
    box-sizing: border-box;
}
.ps-news .ein-beitrag .inner .inhalt .kopf .kalender .monat {
    background-color: #282828;
    color: #fff;
	padding: 2px 0 5px 0;
	font-size: 10px;
	line-height: 1em;
}
.ps-news .ein-beitrag .inner .inhalt .kopf .kalender .tag {
    font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	padding: 10px 0;
}
.ps-news .ein-beitrag .zugehoerige-kategorien {
    color: #024995;
    font-size: 16px;
    line-height: 20px;
}
.ps-news .ein-beitrag .inner .inhalt h3{
	margin: 3px 0 5px 0;
}
.ps-news .ein-beitrag .inner .inhalt a.weiterlesen {
    display: block;
    margin-top: 5px;
    color: #024995;
    text-decoration: none;
    font-weight: 700;
}
.ps-news .ein-beitrag .inner .inhalt a.weiterlesen:hover,
.ps-news .ein-beitrag .inner .inhalt a.weiterlesen:focus {
    color: #282828;
    text-decoration: none;
}
.ps-news .ein-beitrag .inner .inhalt a.weiterlesen::after {
    content: " ...";
}


@media (max-width: 1279px) {
	.ps-news .ein-beitrag .inner .bild {	
		width: 275px;		
	}
	.ps-news .ein-beitrag .inner .inhalt.spalte {
		width: 660px;
	}
}
@media (max-width: 1023px) {
	.ps-news .ein-beitrag .inner .bild {	
		width: 175px;
		margin-right: 15px;
	}
	.ps-news .ein-beitrag .inner .inhalt.spalte {
		width: 534px;
	}
}
@media (max-width: 768px) {
	.ps-news .ein-beitrag .inner .bild {	
		display: none;
	}
	.ps-news .ein-beitrag .inner .inhalt.spalte {
		width: 100%;
	}
}
@media (max-width: 640px) {

}

/** ########## AKTUELLES allgemein ENDE ########## **/

