header.header {
  position: absolute;
  z-index: 10005;
  left: 0;
  top: 0;
  width: 100%;
}
.bp-slick.bp-slider-main {
    z-index: 10001;
}
main.content {
    z-index: 10002;
    position: relative;
}




header.header .header-main {
   
}
header.header .logo {
  width: 240px;
  float: left;
  background-color: #fff;
  padding: 25px 20px 20px 20px;
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
  position: relative;
}
header.header .logo a {
    line-height: 0;
	display: block;
}

header.header .right {
  float: right;
  position: relative;
}
header.header .right {
  float: right;
  position: relative;
  margin-top: 35px;
  padding-right: 50px;
}

header.header .right .menu-desktop {
  float: left;
}


header.header .right .socials {
    float: right;
    display: block;
	background-color: #a9171f;
	line-height: 35px;
	padding-right: 15px;
}
header.header .right .socials ul {
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 35px;
    line-height: 30px;
}
header.header .right .socials ul li {
    display: inline-block;
    margin-right: 3px;
}
header.header .right .socials ul li a {
  background-color: #333;
  color: #fff;
  text-align: center;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  font-size: 14px;
}
header.header .right .socials ul li a:hover {
    color: #333;
    background-color: #fff;
}



header.header .menu-desktop {
    display: block;
	background-color: #a9171f;
	height: 35px;
	border-radius: 20px 0px 0px 20px;
}


header.header .menu-desktop #jux_megamenucss3 .horizontal ul.level0 li.megacss3.submenu-align-fullwidth > .childcontent {
  right: -210px;
  left: unset !important;
  width: 1200px !important;
}
header.header .menu-desktop .none #js-mainnavcss3.noJS ul.megamenu li.haschild:hover > div.childcontent.adddropdown {
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
}
header.header .menu-desktop #jux_megamenucss3 .megamenu ul.level0 li.megacss3 span.menu-title {
  font-size: 15px;
}
header.header .menu-desktop #jux_megamenucss3 .megamenu ul.level0 > li.megacss3 > a > span.menu-title {
  line-height: 35px;
}

header.header .menu-desktop #jux_megamenucss3 .megamenu ul.level0 > li.megacss3.first {
	border-radius: 20px 0px 0px 20px;
	overflow: hidden;
}
header.header .menu-desktop #jux_megamenucss3 .megamenu ul.level0 > li.megacss3.first a {
  padding-left: 20px;
}

header.header #jux_megamenucss3 .megamenu ul.level1 li.group .group-title a {
    cursor: default;
}
header.header #jux_megamenucss3 .megamenu ul.level1 li.group .group-title a:hover,
header.header #jux_megamenucss3 .megamenu ul.level1 li.group .group-title a:focus {
    color: #fff !important;
}




header.header #jux_megamenucss3 .megamenu .menue-ebene-1.einrichtungen .childcontent-inner .megacol.menu-1.column1 {
    width: 155px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.einrichtungen .childcontent-inner .megacol.menu-1.column2 {
    width: 190px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.einrichtungen .childcontent-inner .megacol.menu-1.column3 {
    width: 195px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.einrichtungen .childcontent-inner .megacol.menu-1.column4 {
    width: 355px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.einrichtungen .childcontent-inner .megacol.menu-1.column5 {
    width: 250px !important;
}



header.header #jux_megamenucss3 .megamenu .menue-ebene-1.leistungen .childcontent-inner .megacol.menu-1.column1 {
    width: 170px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.leistungen .childcontent-inner .megacol.menu-1.column2 {
    width: 285px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.leistungen .childcontent-inner .megacol.menu-1.column3 {
    width: 265px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.leistungen .childcontent-inner .megacol.menu-1.column4 {
    width: 125px !important;
}
header.header #jux_megamenucss3 .megamenu .menue-ebene-1.leistungen .childcontent-inner .megacol.menu-1.column5 {
    width: 325px !important;
}





@media (max-width: 1279px) {
	header.header .menu-desktop {
    	display: none;
	}
	header.header .right .socials {
        display: none;
	}
}
@media (max-width: 1023px) {

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

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

	header.header .logo {
		width: 200px;
		padding: 5px 10px 10px 10px;
	}
	header.header .right {
		margin-top: 0px;
		padding-right: 0;
	}
}








/** mobiles Menü **/
#bp-nav-trigger {
  position: absolute;
  top: -10px;
  right: 0px;
  height: 55px;
  width: 55px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #a9171f;
  border-radius: 50%;
  border: 3px solid #fff;
  box-sizing: border-box;
  transition: background .3s;
}
#bp-nav-trigger:hover {
	background-color: #333;
}
#bp-nav-trigger span,
#bp-nav-trigger span::before,
#bp-nav-trigger span::after {
  position: absolute;
  height: 3px;
  width: 25px;
  background: #fff;
}
#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 {

}
.nav-open #bp-nav-trigger span {
  background: transparent;
}
.nav-open #bp-nav-trigger span::before,
.nav-open #bp-nav-trigger span::after {
  background: #1F2B3D;
}
.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: 10006;
  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: 10007;
	top: 0;
	right: 0;
	height: 100%;
	width: 90%;
	max-width: 300px;
	background: #a9171f;
	color: #fff;
	transform: translateZ(0);
	transform: translateX(100%);
	transition: transform .5s cubic-bezier(.07,.23,.34,1);
	box-sizing: border-box;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 22px;
}
#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: #000;
}
#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 #666;
}
.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span:hover {
  background-color: #666;
  cursor: pointer;
}
.nav-open #bp-mobile-navigation .socials ul > li {
  display: inline-block;
  padding: 15px 0 15px 15px;
}
.nav-open #bp-mobile-navigation .socials ul > li a {
  background-color: #333;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}


@media (max-width: 640px) {
	#bp-nav-trigger {
		top: 10px;
		right: 0px;
		height: 50px;
		width: 50px;
		border: 2px solid #fff;
	}
}









.pre-footer {
	
}


.pre-footer .inhalt {
	position: relative;
	min-height: 75px;
}

.pre-footer .inhalt .teiler .ansprechpartner {
  float: left;
  width: 400px;
}
.pre-footer .inhalt .teiler .infotext {
  float: right;
  width: calc(100% - 485px);
}
.pre-footer .inhalt .teiler .infotext ul.kontakt > li::before  {
	font-family: icomoon;
	font-size: 55px;
	line-height: 55px;
	position: absolute;
	left: 0;
	top: 3px;
}
.pre-footer .inhalt .teiler .infotext ul.kontakt > li.telefon::before  {
	content: "\e91d";
}
.pre-footer .inhalt .teiler .infotext ul.kontakt > li.mail::before  {
	content: "\e914";
}
.pre-footer .inhalt .teiler .infotext ul.kontakt > li  {
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 75px;
}
.pre-footer .inhalt .teiler .infotext ul.kontakt > li a {
  color: #000;
  font-weight: 600;
}


.pre-footer .inhalt .teiler .infotext ul.socials > li {
  display: inline-block;
  box-shadow: 3px 3px 8px -2px #ccc;
  margin-right: 10px;
  margin-top: 10px;
}
.pre-footer .inhalt .teiler .infotext ul.socials > li:hover {
	box-shadow: inset 3px 3px 8px -2px #ccc;
}




.pre-footer .inhalt .teiler .infotext ul.socials > li a {
  display: block;
  padding: 10px;
}

.pre-footer  .welle {
	position: relative;
}
.pre-footer  .welle img {
	margin-top: -75px;
	display: inline-block;
}
.pre-footer .welle a.back-to-top-button {
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}
.pre-footer .welle a.back-to-top-button::before {
  content: "\f106";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 45px;
  font-size: 45px;
  width: 50px;
  text-align: center;
  display: block;
}
.pre-footer .welle a.back-to-top-button:hover {
	border: 2px solid #fff;
	background-color: #a9171f;
	color: #fff;
	bottom: 10px;
}

@media (max-width: 1279px) {
	.pre-footer .inhalt .teiler .infotext {
	  width: calc(100% - 425px);
	}
}
@media (max-width: 1023px) {
	.pre-footer .inhalt {
		min-height: 50px;
	}
	.pre-footer .inhalt .teiler .ansprechpartner {
		width: 300px;
	}
	.pre-footer .inhalt .teiler .infotext {
	  width: calc(100% - 325px);
	}
	.pre-footer .inhalt .teiler .infotext ul.kontakt > li::before {
		font-size: 35px;
		line-height: 35px;
	}
	.pre-footer .inhalt .teiler .infotext ul.kontakt > li {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 45px;
		font-size: 14px;
		line-height: 20px;
	}
	.pre-footer .inhalt .teiler .infotext ul.socials > li a {
		padding: 5px;
	}
	.pre-footer .inhalt .teiler .infotext ul.socials > li a img {
		width: 50px; 
	}
	
	.pre-footer  .welle img {
		margin-top: -50px;
	}
}
@media (max-width: 768px) {
	.pre-footer .inhalt {
		min-height: 25px;
	}
	.pre-footer .inhalt .teiler .ansprechpartner {
		width: 250px;
	}
	.pre-footer .inhalt .teiler .infotext {
	  width: calc(100% - 275px);
	}
	.pre-footer .inhalt .teiler .infotext ul.socials > li {
	  margin-top: 5px;
	}
	.pre-footer .welle img {
		margin-top: -25px;
	}
	.pre-footer .welle a.back-to-top-button {
		display: none;
	}
}
@media (max-width: 640px) {
	.pre-footer .inhalt {
		min-height: 35px;
	}
	.pre-footer .inhalt .teiler .infotext {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	.pre-footer .inhalt .teiler .ansprechpartner {
		float: none;
	}
	  .pre-footer .inhalt .teiler .infotext ul.kontakt > li {
		margin-top: 25px;
		margin-bottom: 25px;
		padding-left: 0;
		font-size: 14px;
		line-height: 20px;
	}
	.pre-footer .inhalt .teiler .infotext ul.kontakt > li::before {
		top: 0;
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	.pre-footer .welle img {
		margin-top: -35px;
		display: block;
	}
}
@media (max-width: 480px) {

}








footer.footer {

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

}

footer.footer  .footer-main {
    background-color: #a9171f;
    color: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 16px;
	position: relative;
}
footer.footer .footer-main ul.footer-links a,
footer.footer .footer-main ul.footer-links a:hover, 
footer.footer .footer-main ul.footer-links a:focus {
    color: #fff;
	display: inline-block;
	bottom: 0;
	position: relative;
}
footer.footer .footer-main ul.footer-links a:hover, 
footer.footer .footer-main ul.footer-links a:focus {
    bottom: 3px;
	text-decoration: none;
}

footer.footer .footer-main ul.footer-links {
    text-align: center;
}
footer.footer .footer-main ul.footer-links li {
    display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

footer.footer .footer-main ul.footer-links li.medizin-beauftragter {
  padding-left: 20px;
  margin-left: 20px;
}
footer.footer .footer-main ul.footer-links li.medizin-beauftragter::before {
  content: "|";
  position: absolute;
  left: -4px;
  top: 0;
}





footer.footer .footer-main .footer-info-wrapper {
  position: absolute;
  left: 5%;
  top: 35px;
}
footer.footer .footer-main .footer-info-wrapper a,
footer.footer .footer-main .footer-info-wrapper a:hover, 
footer.footer .footer-main .footer-info-wrapper a:focus {
    color: #fff;
	display: inline-block;
	position: relative;
}

footer.footer .footer-main .footer-info-wrapper .kontakt-info-headline {
	font-size: 20px;
	line-height: 1;
	line-height: 28px;
	font-style: italic;
	padding-left: 15px;
	bottom: 0;
	position: relative;
}
footer.footer .footer-main .footer-info-wrapper .kontakt-info-headline:hover {
	bottom: 3px;
}

footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay {
	visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #fe0000;
  color: #fff;
  bottom: 35px;
  left: 0;
  z-index: 10065; 
  font-size: 14px;
  line-height: 20px;
  width: 300px;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 15px 15px 0 0;
  transition: all 0.3s ease-in-out;
}
footer.footer .footer-main .footer-info-wrapper:hover .kontakt-info-overlay {  
	opacity: 1;
	visibility: visible;
}

footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li {
  padding-left: 25px;
  margin: 10px 0;
  position: relative;
}
footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li.adresse::before {
	content: "\f041";
	font-family: fontawesome;
	position: absolute;
	left: 1px;
	top: 4px;
	font-size: 23px;
}
footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li.telefon::before {
	content: "\f095";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}
footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li.mail::before {
	content: "@";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	footer.footer .footer-main .footer-info-wrapper .kontakt-info-headline {
	  font-size: 18px;
	  line-height: 23px;
	}
	footer.footer .footer-main .footer-info-wrapper .kontakt-info-headline:hover {
		bottom: 0;
	}
}
@media (max-width: 768px) {
	footer.footer .footer-main ul.footer-links li {
		display: block;
		margin-left: 0;
		padding-left: 0;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	footer.footer .footer-main ul.footer-links li.medizin-beauftragter {
	  padding-left: 0px;
	  margin-left: 0px;
	}
	footer.footer .footer-main ul.footer-links li.medizin-beauftragter::before {
		display: none;
	}
	footer.footer .footer-main ul.footer-links a:hover, 
	footer.footer .footer-main ul.footer-links a:focus {
		bottom: 0;
	}
	
	
	
	footer.footer .footer-main .footer-info-wrapper {
		position: relative;
		left: unset;
		top: unset;
		text-align: center;
		margin-top: 50px;
	}
	footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay, 
	footer.footer .footer-main .footer-info-wrapper:hover .kontakt-info-overlay {  
		opacity: 1;
		visibility: visible;
		position: relative;
		left: unset;
		bottom: unset;
		width: 100%;
		padding: 0;
		z-index: inherit; 
	}
	
	footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li {
		padding-left: 0;
	}
	footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li.adresse::before {
		display: none;
	}
	footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li.telefon::before {
		position: relative;
		font-size: 16px;
	}
	footer.footer .footer-main .footer-info-wrapper .kontakt-info-overlay ul > li.mail::before {
		position: relative;
		font-size: 16px;
	}
}
@media (max-width: 640px) {

}


body.site .cpnb-m-cookies-floatButton {
    z-index: 1000099;
	display: none;
}







.bp-slider-main .ein-slide {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.bp-slider-main .ein-slide .inner {    
    position: absolute;
    left: 3%;
    bottom: 100px;
    color: #fff;    
}
.bp-slick.bp-slider-main.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.bp-slick.bp-slider-main.slick-slider .slick-dots {
    bottom: 10px;
}




@media (max-width: 1279px) {
	.bp-slider-main .ein-slide {
		height: 700px;
	}
}
@media (max-width: 1023px) {
	.bp-slider-main .ein-slide {
		height: 500px;
	}
}
@media (max-width: 768px) {
	.bp-slider-main .ein-slide {
		height: 400px;
	}
}
@media (max-width: 640px) {
	.bp-slider-main .ein-slide {
		height: 350px;
	}
}
@media (max-width: 480px) {
	.bp-slider-main .ein-slide {
		height: 300px;
	}
}












/** ##### 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: #333333;
    color: #333333;
	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: #333333;
    color: #333333;
	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: #333333;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
#login-form .userdata #form-login-submit button.btn:hover,
#login-form .userdata #form-login-submit button.btn:focus {
    background-color: #333333;
	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: #333333;
    color: #333333;
	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: #333333;
    color: #333333;
	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: #333333;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
.login.bp-login form button.btn:hover,
.login.bp-login form button.btn:focus {
    background-color: #333333;
	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: #333333;
    color: #333333;
	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: #333333;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
.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: #333333;
	color: #fff;
	cursor: pointer;
}


.profile.bp-login .btn-toolbar.pull-right {
    float: none;
    background-color: #eee;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.profile.bp-login #users-profile-core legend {
    background-color: #333333;
    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: #eee;
}
.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: #333333;
    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: #333333;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #333333;
}
#member-profile button.btn:hover,
#member-profile button.btn:focus {
    background-color: #333333;
	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 ##### **/

