@charset "UTF-8";
/* CSS Document */

body {
	color:#777777;
	font-size:0.875rem;
}

#apotheke, #logos .member .details#apotheke {
	background:#871629;
}
#klinik, #logos .member .details#klinik {
	background:#245d92;
}
#homecare, #logos .member .details#homecare {
	background:#5c9039;
}
#kosmetik, #logos .member .details#kosmetik {
	background:#8c4d94;
}
#produktion, #logos .member .details#produktion {
	background:#1F651B;
}

/** Circled Icons ***/

.social i.fa {
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #fff;
  padding: 0.5em 0.6em;

}

.social i.fa:hover {
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #fff;
  padding: 0.5em 0.6em;
  background:#fff;
  color:#871629;

}

.social i.fa:hover#apotheke {
	background:#fff;
	color: #871629;
}
#services .icon-info i.fa:hover#klinik, .social i.fa:hover#klinik {
	background:#fff;
	color: #245d92;
}
.social i.fa:hover#homecare {
	background:#fff;
	color: #5c9039;
}
.social i.fa:hover#kosmetik {
	background:#fff;
	color: #8c4d94;
}
.social i.fa:hover#produktion {
	background:#fff;
	color: #1F651B;
}

#services.dark {
	padding: 75px 0;
    background: #eee;
}

/*** Mobile Nav ***/

#mobile-body-overly {
	background: rgba(255, 255, 255, 0.5);
}

#mobile-nav {
	background: rgba(255, 255, 255, 1.0);
}
#mobile-nav ul li {
	margin-bottom:1px;

}
#mobile-nav ul li a {
	/*color:#fff;*/
	font-weight:500;
}
#mobile-nav ul li a#apotheke {
	 color: #871629;
	 background:#eee;
}
#mobile-nav ul li a#klinik {
	color: #245d92;
	 background:#eee;
}
#mobile-nav ul li a#homecare {
	color: #5c9039;
	 background:#eee;
}
#mobile-nav ul li a#kosmetik {
	color: #8c4d94;
	 background:#eee;
}
#mobile-nav ul li a#apotheke {
	 color: #871629;
	 background:#eee;
}
#mobile-nav ul li a#klinik {
	color: #245d92;
	 background:#eee;
}
#mobile-nav ul li a#homecare {
	color: #5c9039;
	 background:#eee;
}
#mobile-nav a#kosmetik {
	color: #8c4d94;
	 background:#eee;
}
#mobile-nav a#news {
	color: #777;
	 background:#eee;
}


#mobile-nav ul li a:hover {
font-weight:600;
}
#mobile-nav ul .menu-has-children i {
	color:#fff;
}

#mobile-nav ul li a.info, #mobile-nav ul li a.info:hover {
    color: #fff;
	margin-left:0px;
}

/*** Top Bar ***/


section#topbar {
	padding: 10px 0;
	margin: 0;
}

section#intro {
	padding: 0;
	}

.section-header p {
	text-align:center;
}

h2 {
	text-transform:uppercase;
}

p {
  margin: 0 0 20px 0;
}

a:hover {
	color: #000;
}

#header #logo img {
    max-height: 40px;
}

.fa-address::before {
    content: "\f041";
}

.fa-hours::before {
    content: "\f394";
}

#topbar .contact-info {
    color: #777;
}

#topbar .contact-info .fa-address {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

/*** Desktop Nav ***/

.nav-menu a#apotheke, .nav-menu a#klinik, .nav-menu a#homecare, .nav-menu a#kosmetik {
	background:transparent;
}

.nav-menu a#apotheke:hover, .nav-menu a#klinik:hover, .nav-menu a#homecare:hover, .nav-menu a#kosmetik:hover, .nav-menu a#news:hover {
	background:transparent;
	color:#000;
}

.nav-menu a#apotheke {
	 color: #871629;
}
.nav-menu a#klinik {
	color: #245d92;
}
.nav-menu a#homecare {
	color: #5c9039;
}
.nav-menu a#kosmetik {
	color: #8c4d94;
}

.nav-menu a#apotheke {
	 color: #871629;
}
.nav-menu a#klinik {
	color: #245d92;
}
.nav-menu a#homecare {
	color: #5c9039;
}
.nav-menu a#kosmetik {
	color: #8c4d94;
}
.nav-menu a#news {
	color: #666;
}

.nav-menu a.btn-login#klinik, .mobile-nav a.btn-login#klinik {
    border-radius: .25rem;	
	background:#245d92;
	color:#fff;
    border: 2px solid #245d92;
    padding: 0.2rem 0.9rem 0.2rem 0.4rem;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}

.nav-menu a.btn-login#klinik:hover, .mobile-nav a.btn-login#klinik:hover {	
	background:#fff;
	color:#245d92;
    border: 2px solid #245d92;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}
.btn-login#klinik img {
    border: 2px solid #fff;
	background:#245d92;
    border-radius: 50%;
    padding: 0px;
    margin: 0 7px 0 -3px;
    width: 35px;
    height: auto;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}
.nav-menu a.btn-login#klinik:hover img, .mobile-nav a.btn-login#klinik:hover img {	
    border: 2px solid #245d92;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.3s;
}

#contact .contact-info i#apotheke, #services .box h4#apotheke {
	color: #871629;
}
#contact .contact-info i#klinik, #services .box h4#klinik {
	color: #245d92;
}
#contact .contact-info i#homecare, #services .box h4#homecare {
	color: #5c9039;
}
#contact .contact-info i#kosmetik, #services .box h4#kosmetik {
	color: #8c4d94;
}
#contact .contact-info i#produktion, #services .box h4#produktion {
	color: #1F651B;
}
#contact .contact-info i#p#versand, #services .box h4#versand {
	color: #36A623
}
#contact .contact-info i#verwaltung, #services .box h4#verwaltung {
	color: #871629;
}

a.info {
	margin-left:13px;
}

/*a.info, a.info:active, .nav-menu li:hover > a.info, .nav-menu > .menu-active > a.info {
	color: #fff;
}*/
/*.nav-menu li:hover > a.info#apotheke, .nav-menu li:hover > a.info#klinik, .nav-menu li:hover > a.info#homecare, .nav-menu li:hover > a.info#kosmetik {
	background:#000;
}*/



/*** Intro ***/

#intro {
  background-color:#fff;
}

#intro #intro-carousel .item {
  background-position: top;
}


.intro-content .pic#logo, #intro-carousel .pic#logo {
    position: absolute;
    top: 30px;
    left: 30px;
}

.intro-content span {
	padding:1em;
	border-radius:25px;
	margin-bottom: 4rem;
}

.intro-content .pic#qm {
	position:absolute;
	bottom:30px;
	right:30px;
}

.intro-content .pic#qm img {
	width:90px;
}

.intro-content .pic img, #intro-carousel .pic img {
	width: 135px;
	border:3px solid #fff;
	border-radius:50%;
}

#intro .intro-content h2, #intro .intro-content h3 {
    color: #fff;
}
#intro .intro-content a i.fa-shopping-cart, #intro .intro-content a i.fa-truck {
	margin-right: 12px;
	font-size:1.5em;
}

#intro .intro-content h2 {
	font-size: 30px;
	letter-spacing: 2px;
	font-family:"Raleway", Helvetica, Arial, sans-serif;
	padding:1.5% 5% 1.5% 10%;
	background: linear-gradient(to left,#fff 74%,#fff 77%,rgba(255,255,255,.2) 90%,rgba(255,255,255,.2) 90%,rgba(255,255,255,0) 100%);
	bottom:10%;
	text-align:right;
	width:auto;
	position:absolute;
	right:0px;
}

#intro .intro-content h3 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size:22px;
    font-style: italic;
    letter-spacing: 0.4px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
    font-weight: 100;
}


/*** Ratings ***/

.btn-rating {
	border-radius:50px;
	background-image: linear-gradient(#eee, #fff, #ddd);
	box-shadow:0px 2px 6px 0px rgba(0,0,0,.3);  
	box-shadow-distance:10px;
	border:1px solid rgba(116,29,46,0.9);
	/*border color: rgba(116,29,46,0.9);*/
	/*border:0px solid #ddd;*/
	padding:0.5rem 1.25rem;
	font-size:0.9rem;
	font-weight:500;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.3s;
}

.btn-rating:hover {
	border-radius:50px;
	background-image: linear-gradient(#eef, #fff, #dde);
	box-shadow:2px 4px 12px 1px rgba(0,0,0,.2);  
	border:1px solid rgba(116,29,46,0.9);
	/*border color: rgba(116,29,46,0.9);
	border:0px solid #ddd;*/
	padding:0.5rem 1.25rem;
	font-weight:500;
	  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.3s;
}

.btn-rating img {
	box-shadow:2px 2px 3px 2px #ccc inset;  
	border:0px solid rgba(116,29,46,0.9);
	border-radius:50%;
	padding:10px;
	margin:0 8px 0 -12px;
	width:40px;
	height:auto;
}

.fa-star, .fa-star-half {
	color:#FFE100;
	font-size:1.2rem;
}

section#ratings {
	padding:0;
	margin:0 0 0px 0;
	background:#fff;
}

section#ratings h3 span {
	font-size:1.0rem; 
	letter-spacing:0.1em; 
	text-transform:none;
}

section#ratings h4 {
	font-size:3rem; 
	text-align:center;
}

section#ratings h4 .fa-star, section#ratings h4 .fa-star-half {
	font-size:2rem; 
	color:#FFE100;
}

#ratings .testimonial-item {
    margin: 0 10px 20px;
	text-align:center;
	/*box-shadow: inset 0 0 5px #ccc;*/
	transition: 0.4s ease;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 20px;
	background:#fff;
  	background-image: linear-gradient(to bottom right, #fff, #eee);
	color:#333;
}

#ratings .testimonial-item a {
	color:#333;
}

.google:before {
  	content: url(/style/img/logo_Google.png);	
	position: absolute;
	top:10px; 
	left:30px;
}

.quote:before {
  	content: url(/style/img/quote-sign-right.png);	
	position: absolute;
	top:10px; 
	left:30px;
}

.bubble:before {
  	font-family: "FontAwesome"; 
	font-weight: 900;
	 content: "\f075";	
	position: absolute;
	color:#ddd;
	font-size:1.5rem;
	top:5px; 
	left:30px;
}

#ratings .testimonial-item .fa-star {
	margin-top:2.5rem;
}
  
#ratings .testimonial-item div.badge {
    position: absolute;
    top: 10px;
    right: 20px;
}

/* Badge Color */

#ratings .testimonial-item#a div.badge {
	background-color: #666;
}
#ratings .testimonial-item#a div.badge:before {
	 content: "Aktuelles";
}

#ratings .testimonial-item#b  div.badge {
	background-color: rgba(116,29,46,0.9);
}
#ratings .testimonial-item#b div.badge:before {
	/* content: url(/style/img/button_apotheke.png);*/
	 content: "Apotheke";
}

#ratings .testimonial-item#c div.badge {
	background-color: rgba(36,93,146,0.9);
}
#ratings .testimonial-item#c div.badge:before {
	 content: "Klinik - Heim - Pflege";
}

#ratings .testimonial-item#d div.badge {
	background-color: rgba(92,144,57,0.9);
}
#ratings .testimonial-item#d div.badge:before {
	 content: "Homecare";
}

#ratings .testimonial-item#e div.badge {
	background-color: rgba(140,77,148,0.9);
}
#ratings .testimonial-item#e div.badge:before {
	 content: "Fußpflege und Kosmetik";
}

/* <strong> color */

#ratings .testimonial-item#a strong {
	color: #666;
}

#ratings .testimonial-item#b  strong {
	color: rgba(116,29,46,0.9);
}

#ratings .testimonial-item#c strong {
	color: rgba(36,93,146,0.9);
}


#ratings .testimonial-item#d strong {
	color: rgba(92,144,57,0.9);
}

#ratings .testimonial-item#e strong {
	color: rgba(140,77,148,0.9);
}



#ratings .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#ratings .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#ratings .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#ratings .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#ratings .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#ratings .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#ratings .owl-nav, #ratings .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#ratings .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#ratings .owl-dot.active {
  background-color: rgba(116,29,46,1.0);
}

/*** Service ***/


.service-container .btn-intro {
  	font-size: 15px;
  	font-weight: bold;
  	letter-spacing: 1px;
 	display: inline-block;
 	padding: 10px 32px;
 	border-radius: 2px;
 	transition: 0.5s;
  	margin: 10px;
 	background: #fff;
 	color: #871629;
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
  	border: 2px solid #871629;
	width:220px;
}

.service-container .btn-intro:hover {
  color: #fff;
  background: #871629;
}

#intro #intro-carousel::before {
  background-color: rgba(0, 0, 0, 0.0);
}


/*** LOGOS ***/
#logos .member#dept .pic {
    transition: 0.4s;
}

#logos .member#dept .pic:hover {
	transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
    transition: 0.4s;
}

/*** ABOUT ***/

#about {
	padding-top:0px;
}

#about .content h2 {
	text-transform:none;
	padding-bottom:15px;
}

#about .content h2, .section-header h2, .section-header h3, .section-header h4 {
	color:#333;
}

#about .content h3 {
	color:#555;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height:1.1;
	font-style:normal;
}

#about .content p {
	font-size:16px;
	line-height:28px;
}

 .section-header h2 {
	 font-family:"Raleway", Helvetica, Arial, sans-serif;
	 font-size: 40px;
	letter-spacing: 3.5px;
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
	padding-bottom:30px;
 }

.section-header h3 {
	font-family:"Raleway", Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing: 3.5px;
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
	padding-bottom:30px;
 }

#signature {
	height:auto;
	float:left;
}

#qm {
	width:75px;
	height:auto;
	float:right;
}


/*** About Image Card ***/

#about .testimonial-item {
  padding: 30px 30px 0 30px;
  margin: 0px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#about .col-lg-9 {
	padding-top: 60px;
	padding-right: 60px;
}

#about .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#about .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#about .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#about .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#about .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#about .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#about .owl-nav, #about .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#about .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#about .owl-dot.active {
  background-color: #871629;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #871629;
  border: 3px solid #871629;
}

/*** Angebote ***/

#angebote .testimonial-item {
box-sizing: content-box;
padding: 0;
margin: 30px 0px;
text-align: center;
min-height: 50px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

#angebote .testimonial-item .testimonial-img {
    width: 100%;
	height:auto;
    border-radius:0%;
	border: 0;
}

.promos-carousel {
	height:240px;
}

/*** Services ***/

#services {
	background: #222;
}

#services .box {
	background-color:#fff;
	  background-size: contain;
	  background-repeat:no-repeat;
	  padding:20px;
	  min-height:600px;
}

#services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
  }

#services .box#apotheke {
	background:url(/style/img/intro-carousel/apotheke.jpg);
	background-color:#fff;
	  background-size: contain;
	  background-repeat:no-repeat;
}

#services .box#klinik {
	background:url(/style/img/intro-carousel/klinik-heim-pflege.jpg);
	background-color:#fff;
	  background-size: contain;
	  background-repeat:no-repeat;
}

#services .box#homecare {
	background:url(/style/img/intro-carousel/homecare.jpg);
	background-color:#fff;
	  background-size: contain;
	  background-repeat:no-repeat;
}

#services .box#kosmetik {
	background:url(/style/img/intro-carousel/kosmetik.jpg);
	background-color:#fff;
	  background-size: contain;
	  background-repeat:no-repeat;
}
#services .box#produktion {
	background:url(/style/img/abteilungen/produktion/produktion_leistungen_01.jpg);
	background-color:#fff;
	  background-size: contain;
	  background-repeat:no-repeat;
}
#services .box#verwaltung {
    background-image: url(/style/img/abteilungen/homecare/homecare_leistungen_06.jpg);
	background-color:#fff;
	  background-size: contain;
	  background-repeat:no-repeat;
}

#services .box img {
  width:20%;
  border-radius:50%;
  border:2px solid #ddd;
}

#services .box h4 {
	font-size: 18px;
	margin-bottom:10%;
	padding:2.5% 5%;
	text-transform:uppercase;
	background: linear-gradient(to left,#fff 74%,#fff 77%,rgba(255,255,255,.2) 90%,rgba(255,255,255,.2) 90%,rgba(255,255,255,0) 100%);
	margin-top:12.5%;
	text-align:right;
	margin-right:-20px;
	width:108%;
	float:right;

}

#services .box h5 {
    margin-left: 30px;
	font-size:18px;
	font-style:italic;
}

#services .box h4 span#price {
	float:right;
	color:#fff;
	padding:0.75em;
	margin-left:1em;
	margin-top:-1.5em;
	border-radius:0px;
}

#services .box p {
	margin-left:32px;
	margin-top:15px;
	font-weight:bold;
	text-decoration:underline;
}

#services .box ul {
    margin-left: 0;
	list-style:none;
}

#services .box ul li {
	font-size:18px;
	line-height: 28px;
	margin-left:px;
}

.ion-android-checkmark-circle::before {
	margin-left:-36px;
	margin-right:20px;
}

#services .icon-info {
	margin:15px;
}

#services .icon-info i {
    font-size: 30px;
    margin: 5px 10px 0;
	padding:10px;
}

#services .icon-info i.fa {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
    padding: 0.2em 0.5em;
	background:#fff;
}

#services .icon-info i.fa:hover {
    border: 2px solid #871629;
    padding: 0.2em 0.5em;
}

#services .icon-info i.fa#apotheke {
	color:#871629;
	border-color:#871629;
}

#services .icon-info i.fa#apotheke:hover {
	background: #871629;
	color:#fff;
}

#services .icon-info i.fa#klinik {
	color:#245d92;
	border-color:#245d92;
}

#services .icon-info i.fa#klinik:hover {
	background:#245d92;
	color:#fff;
}

#services .icon-info i.fa#homecare {
	color:#5c9039;
	border-color:#5c9039;
}

#services .icon-info i.fa#homecare:hover {
	background:#5c9039;
	color:#fff;
}
#services .icon-info i.fa#kosmetik {
	color:#8c4d94;
	border-color:#8c4d94;
}

#services .icon-info i.fa#kosmetik:hover {
	background:#8c4d94;
	color:#fff;
}
#services .icon-info i.fa#produktion {
	color:#1F651B;
	border-color:#1F651B;
}

#services .icon-info i.fa#produktion:hover {
	background:#1F651B;
	color:#fff;
}

#services .icon-info i.fa#versand {
	color:#36A623;
	border-color:#36A623;
}

#services .icon-info i.fa#versand:hover {
	background:#36A623;
	color:#fff;
}

  #services .box img#terminland {
	  width:150px;
	  height:auto;
	  border-radius:0;
	  border:0;
	  margin:20px 0 30px;
  }

/** TEAM **/

#logos .member span {
    border-bottom:#fff 1px solid;
	margin-bottom:1em;
	padding-bottom:1em;
}

#logos .member .social i {
    font-size: 24px;
    margin: 5px 10px 0;
}

.partners .pic img {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/*** TESTIMONIALS ***/

#testimonials .testimonial-item {
	min-height:300px;
}


#testimonials .testimonial-item .testimonial-img {
    height: auto;
	width:175px;
    border-radius: 50%;
}

#testimonials .testimonial-item h3 {
    padding-top: 20px;
}

#testimonials .testimonial-item h4 {
    padding: 5px 0;
}

/*** KONTAKT ***/

#contact {
	padding:0;
}

#contact .contact-info i {
	margin-bottom:30px;
	background:#F2F7FF;
}

#contact .contact-info a:hover {
	color: #000;
}
#contact .contact-info a {
    color: #871629;
}

#contact .contact-email, #contact .contact-address , #contact .contact-phone {
    border-left: 0px;
    border-right: 0px;
}

/*** Partner ***/


section#logos .member .pic img {
    max-width: 70%;
}



/*** News ***/

#about #news h2 .badge {
	font-size:1rem;
	vertical-align:top;
	background:#871629;
	color:#fff;
}

#about #news h3 {
	font-size: 1.75rem;
	padding-bottom:1.25rem;
}

#about #news .content ul {
	list-style-type:disc;
	padding-left:3rem;	
}

#about #news #b ol, #about #news #b ul {
	padding-left:1rem;	
}


#about #news .col-lg-4 {
	margin-top:0rem;
}

#about #news .alert#b, #about #news .alert#c {
	padding:1.25rem 1.25rem 0rem;
	margin-bottom:1.75rem;
	background:#eee;
	color:#000;

}

/*** KHP Portal ***/
@media (max-width: 767px) {

/*** Slideout ***/

#service-overlayslide {
  top: 100px;
}

/*** Intro ***/

#intro {
	height:40vh;
}

#intro .intro-content h2 {
    font-size: 18px;
	letter-spacing: 1px;
	padding: 2.5% 25px 2.5% 12.5%;
	margin-bottom:5%;
}
#intro .intro-content h3 {
	font-size:16px;
}

/*
.intro-content .pic#logo {

		position:absolute;
		top:15px;
		left:15px;
}
*/

#intro-carousel {
	display:none;
}

.intro-content .pic#logo, #intro-carousel .pic#logo {
		display:none;
}
.intro-content .pic img,  #intro-carousel .pic#logo img {
		width: 70px;
}

.intro-content .pic#qm {
	position:absolute;
	bottom:15px;
	right:15px;
}

.intro-content .pic#qm img {
	width:50px;
}

/*** Section ***/

/*
section {
	padding: 20px 0;
	margin: 0 0 15px 0;
}
*/
.section-header h2,  .section-header h3 {
	 font-size: 28px;
	 padding-bottom:10px;
}

/*** Logos ***/

section#logos .member#dept .pic img {
    max-width: 100%;
}

section#about .col-lg-9 {
    padding-top: 20px;
    padding-right: 20px;
}

  #about .testimonial-item {
    margin: 30px 10px;
}

/*** About ***/

#about {
    padding: 15px 0 15px 0;
}
#about .content h2 {
    font-size: 24px;
}

/*** Angebote ***/

#angebote .testimonial-item {
    margin: 15px 0px;
}

/*** Services ***/


#services.dark {
    padding: 40px 0 30px 0;
}

#services .box {
	min-height:50px;
}

#services .box h4  {
	font-size: 16px;
    padding: 0 0;
    text-transform: uppercase;
    background: #fff;
    text-align: left;
    width: 100%;
    float: none;
	margin: 35% 0 20px 5px;
}

#services .box h4 span#price {
	margin-top:-75px;
}

#services .box img#terminland {
	margin:20px 0px 30px -32px;
}

.ion-android-checkmark-circle::before {
	margin-left:-30px;
	margin-right:16px;
}


#services .box ul li {
    font-size: 16px;
    margin-left: 0px;
}

#services .box ul li span {
    display:none;
}

/*** Partner ***/

#logos .partners .pic img {
    max-width: 35%;
}

section#logos .member .pic img {
    max-width: 50%;
	padding:15px 0;
}

#logos .member .details {
   margin:0 15px;
}

/*** Nav Menu Container 2 (Info & News) ***/

 #nav-menu-container2 {
    display: none;
}

/*** News ***/

#about .container#news {
	text-align:left;
}


}


/** new portal_dashboard menue**/
.nav-link{
	font-size: 14px !important;
	font-weight: bold !important;
}


.h6{
	font-size: 14px !important;
	font-weight: bold !important;
}


@media (min-width: 768px) {

#contact .contact-info {
	margin-top:-30px;
}

#call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.nav-menu > li {
    margin-left: 0px !important;
}

.btn-icon{
	padding: 2px 10px 10px 10px !important;
	background-color: #245D92;
	border-radius: 25%;
}

.btn-fixed{
	min-width: 200px;
	max-width: 200px;
	color: #fff !important;
	text-align: left !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
.btn-fixed:hover{
	background-color: rgb(93, 218, 180) !important;
}
*/

@media (max-width: 1200px){
	.btn-fixed{
		min-width: 100% !important;
	}
		
}

.btn-fixed-with-icon{
	min-width: 168px;
	max-width: 168px;
	color: #fff !important;
	text-align: left !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media (max-width: 1200px){
	.btn-fixed-with-icon{
		min-width: 100% !important;
	}
		
}


.btn .btn-xs {
	padding: 1px 5px 1px 1px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 10%;
	border-color: white !important;
}

@media (min-width: 768px) and (max-width: 1200px) {	

 #nav-menu-container2 {
    margin-right:60px;
}
}


@media (max-width: 1200px) {

	#mobile-nav-toggle {
		display: inline;
	}
	#nav-menu-container {
		display: none;
	}

	#nav-menu-container2 {
		display: block !important;
	}

	#search_in_top{
		display: none !important;
	}
}

#nav-menu-container2 {
    display: none;
}


.fixed-top {
    top: 0;
    position: relative !important;
}


@media (max-width: 1200px) {
	.mobile-nav-item{
		/*display: none !important;*/
	}
}

.nav-mobile-menu li a{
	color:black !important;
}



/** PORTAL PAGE **/

#intro .intro-content h2.section-header {
    color: #245C91;
    bottom: auto;
    margin-top: 10px;
}

.intro-wrapper .pic img {
    width: 135px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 30px;
}

.intro-wrapper .item {
    height: 500px;
	background-size: cover;
}

.intro-section .arrow_box a {
	text-decoration: none;
}

@media (max-width: 767px) {
	.forms-wrapper .box .title {
		font-size: 15px;
		height: 50px;
	}

	.forms-wrapper .box {
		height: 180px;
	}

	.bestellart.forms-wrapper .box {
		height: 180px;
	}

	.forms-wrapper .box .title span {
		font-size: 10px;
	}

	.intro-wrapper .item {
		height: 300px;
	}

	#intro .intro-content h2.section-header {
		font-size: 14px;
	}
}

.btn-light {
    color: #212529;
    background-color: #cecece;
    border-color: #cecece;
}


/* Bestellübersicht Liste*/

.thead-dark th {
	color: #fff;
    background-color: #245D92 !important;
    border-color: #245D92 !important;
}

.thead-dark-pending th {
	color: #fff;
    background-color: rgb(192, 188, 188) !important;
    border-color: rgb(192, 188, 188) !important;
}


.thead-dark-grey{
	color: #fff;
    background-color: #696d70 !important;
    border-color: #245D92 !important;
}

@media (min-width: 992px){
	d-lg-flex {
		display: flex !important;
	}
}

@media (min-width: 768px){
 	d-md-flex {
    display: flex!important;
	}
} 

@media (max-width: 768px){
	d-sm-show{
		display: block!important;
	}
}

@media (min-width: 576px){
	modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}
 


.page-item.active .page-link {
    z-index: 3;
    color: #ffffff!important;
    background-color: rgb(36,93,146) !important;
    border-color:rgb(36,93,146) !important;
}
/*
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6c757d!important;
    background-color: #fff!important;
    border: 1px solid #6c757d!important;
}
*/

.per-page-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.blink {
	animation: blink 1s steps(1, end) infinite;
}
  
@keyframes blink {
	0% {
	  opacity: 1;
	}
	50% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
}

.nopadding {
    padding: 0 !important;
}

.content-details {
    padding: 20px;
}

.badge.badge-danger-comment{
	background-color: red;
	position: absolute !important; 
	top: -10px !important;
	right: -10px !important;
	border: 1px solid #fff;
   }

.badge.badge-success-comment{
	background-color: green;
	position: absolute !important; 
	top: -10px !important;
	right: -10px !important;
	border: 1px solid #fff;
}


.badge.badge-all-search{
	background-color: red;
	position: absolute !important; 
	top: -5px !important;
	right: -5px !important;
}

.badge.badge-ticket-search{
	background-color: #9694FF;
	position: absolute !important; 
	top: -5px !important;
	right: -5px !important;
}

.order.danger {
	-webkit-animation: bgcolor-danger 1s infinite;
	animation: bgcolor-danger 2s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}


/** promo pop up **/
@media (min-width: 991.9px){
	.arrow_box{
		width: 720px !important;
		line-height: 0.8rem !important;
	}

	#orders-info-button img {
		max-width: 64px;
		height: auto;
		background: #245d92;
		border-radius: 50%;
		padding: 0px;
		margin: 10px 0px 0px 200px;
	}
	#info_read_order{
		width: 500px;
		border: 1px solid #cecece;
		padding-right: 8px;
	}
	.fancy-container {
		border: 1px solid #ccc;
		border-radius: 6px;
		display: inline-block;
		margin: 10px;
		padding: 10px;
		text-align: center;
	  }

	  .order-header-container {
		border: 1px solid #ccc;
		border-radius: 6px;
		/*display: inline-block;*/
		margin: 0px;
		margin-right: 0px;
		padding: 18px;
		text-align: center;
		background-color: #f7f7f7;
	  }

	  .order-header-container-pending {
		border: 1px solid #ccc;
		border-radius: 6px;
		/*display: inline-block;*/
		margin: 0px;
		margin-right: 0px;
		padding: 18px;
		text-align: center;
		color: #ffffff;
		background-color: rgb(192, 188, 188);
	  }
	  .card-header-list{
		list-style:none;
		padding-inline-start: 5px;
	  }
	  .table-wrapper {
	
		width: 100%;
		margin: 0 auto 0;
		max-height: 100%;
		/*overflow-y: scroll;*/
		position: relative;
		transition: all 0.2s ease-out;
	  }
}

@media (max-width: 991.9px){
	.arrow_box{
		width: 320px !important;
		line-height: 0.8rem !important;
	}

	#orders-info-button img {
		max-width: 64px;
		height: auto;
		background: #245d92;
		border-radius: 50%;
		padding: 0px;
		margin: 10px 0px 0px 100px;
	}
	#info_read_order{
		width: 300px;
		border: 1px solid #cecece;
		padding-right: 8px;
	}
	.fancy-container {
		border: 1px solid #ccc;
		border-radius: 6px;
		display: inline-block;
		margin: 10px;
		padding: 10px;
		text-align: center;
	  }
	  .order-header-container {
		border: 1px solid #ccc;
		border-radius: 6px;
		background-color: #f7f7f7;
		/*display: inline-block;*/
		margin-bottom: 10px;
		padding: 10px;
		text-align: center;
	  }

	  .order-header-container-pending {
		border: 1px solid #ccc;
		border-radius: 6px;
		color: #ffffff;
		background-color:  rgb(192, 188, 188);
		/*display: inline-block;*/
		margin-bottom: 10px;
		padding: 10px;
		text-align: center;
	  }

	
	  .col-lg-12{
		padding-right: 0px !important;
		padding-left: 0px !important;
	  }

	  .card-header-list{
		list-style: none;
		padding-inline-start: 5px;
		display: inline-flex;
	  }
	  .table-wrapper {
	
		width: 100%;
		margin: 0 auto 0;
		max-height: 100%;
		/*overflow-y: scroll;*/
		position: relative;
		transition: all 0.2s ease-out;
	  }

	  /*
	  .card {
		margin: 1rem;
	  }
		*/
}

@media (max-width:576px){
	.card-header-list{
		list-style: none;
		text-align: left;
		padding-inline-start: 5px;
		padding-left: 10px;
		display: inline;
	  }
}

  
  .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
  }
  
  
  @media (min-width: 991.9px) {


	.large-screen .table-wrapper {
	  max-width: 900px;
	}
	.large-screen .card-list-table {
	  background: white;
	}
	.large-screen .card-list-table tbody tr {
	  background: transparent;
	  box-shadow: none;
	  margin: 0;
	}
	.large-screen .card-list-table tbody tr:nth-of-type(even) {
	  background: #dfdfdf;
	}
	.large-screen .card-list-table thead {
	  display: table-header-group;
	}
	.large-screen .card-list-table thead th:last-child {
	  box-shadow: none;
	}
	.large-screen .card-list-table thead th {
	  border-bottom: 1px solid #dfdfdf;
	  padding: 5px 5px;
	}
	.large-screen .card-list-table tbody tr {
	  display: table-row;
	  padding-bottom: 0;
	}
	.large-screen .card-list-table tbody tr:nth-of-type(even) {
	  background: #fff;
	}

	/** admin view table-cell width **/
	.large-screen .card-list-table thead th:nth-child(1) {
		width: 10%;
	}
	.large-screen .card-list-table thead th:nth-child(2) {
		width: 15%;
	}
	.large-screen .card-list-table thead th:nth-child(3) {
		width: 15%;
	}
	.large-screen .card-list-table thead th:nth-child(4) {
		width: 10%;
	}
	
	.large-screen .card-list-table thead th:nth-child(5) {
		width: 50%;
	}	
	/** user view table-cell width **/
	.user-screen .card-list-table thead th:nth-child(1) {
		width: 20%;
	}
	.user-screen .card-list-table thead th:nth-child(2) {
		width: 20%;
	}
	.user-screen .card-list-table thead th:nth-child(3) {
		width: 20%;
	}
	.user-screen .card-list-table thead th:nth-child(4) {
		width: 20%;
	}
	.user-screen .card-list-table thead th:nth-child(5) {
		width: 50%;
	}


	/** blister table column**/
	.blister-screen .card-list-table thead th:nth-child(1) {
		width: 30%;
	}
	.blister-screen .card-list-table thead th:nth-child(2) {
		width: 20%;
	}
	.blister-screen .card-list-table thead th:nth-child(3) {
		width: 12%;
	}
	.blister-screen .card-list-table thead th:nth-child(4) {
		width: 38%;
	}


	.large-screen .card-list-table tbody td {
	  border-bottom: 1px solid #dfdfdf;
	  cursor: pointer;
	  display: table-cell;
	  padding: 5px 5px;
	  transition: background 0.2s ease-out;
	  vertical-align: middle;
	  text-align: center;
	}
	.large-screen .card-list-table tbody td:after {
	  display: none;
	}
	.large-screen .card-list-table tbody td:before {
	  content: "";
	}
	.large-screen .card-list-table tbody tr:hover td {
	  background: #f7f7f7;
	}
	
  }
  

  @media (min-width: 768px) {
	.table-wrapper {
	  background: white;
	  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	}
  }
  
  .card-list-table {
	table-layout: fixed;
	background: transparent;
	margin-bottom: 0;
	width: 100%;
  }
  .card-list-table thead {
	display: none;
  }
  .card-list-table tbody tr {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	display: block;
	padding: 15px 10px;
	margin: 0 0 10px 0;
  }

  .card-list-table tbody tr:last-child{
	margin: 0 0 0 0;
  }

  .card-list-table tbody td {
	border: 0;
	display: block;
	padding: 0px 10px 10px 40%;
	/*position: relative;*/
	text-align: left;
  }
  .card-list-table tbody td:first-of-type::after {
	visibility: hidden;
  }
  
  .card-list-table tbody td:after {
	content: "";
	width: calc(100% - 30px);
	display: block;
	margin: 0 auto;
	background: #dfdfdf;
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
  }
  
  @media (max-width: 991.9px) {
	.card-list-table tbody td:before {
		color: #333333;
		font-size: 1em;
		content: attr(data-title);
		display: table-cell;
		font-weight: 500;
		height: 100%;
		left: 15px;
		margin: auto;
		position: absolute;
		vertical-align: middle;
		white-space: nowrap;
		width:40%;
		text-align: left;
		font-weight:900;	
	  }	
  }
  

  .card-list-table thead th {
	font-size: 1em;
	color: #ffffff;
  }
  
  .modal-lg{
    position: relative;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
}

.fa-file{
	font-size: 18px !important;
}
.fa-download{
	font-size: 18px !important;
}

.clientDataBox{

	background-color:#F9F9F9;     
	border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
	padding: 5px;
}
.msg-modal{
	color: #1F651B;
	padding-top: 10px;
}


.btn-outline-success-on{
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-danger-on {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-warning-on {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}  

.btn-group-sm label{
	margin-bottom: 0px !important;
}


/***** AUTOCOMPLETE  CSS****/

/* (A) AUTOCOMPLETE WRAPPER */
.acWrap {
	display: block;
	position: relative;	
  }

  .ac-table-wrapper {
	max-height: 400px !important;
	overflow: hidden !important;
	width: 567px;
	background-color: #fff;
  }

  
  /* (B) SUGGESTIONS */
  .acWrap .acSuggest {
	position: absolute;
	top: 100%; left: 0;
	z-index: 9;
	width: 350px;
	background: #eee;
	border: 1px solid #ccc;
	display: none;
  }
 
  .acWrap table {
	 
    table-layout:fixed;
    width: 100%;
	border-collapse: inherit;
  }

  .acWrap table th{
	text-align: center;
	font-weight: bold;
	color: #000;
	background-color: #fff;
  }

  .acWrap table td{
	cursor: pointer;
  }

  

.acWrap table td:nth-child(1) {
	text-align: center;
}
.acWrap table td:nth-child(2) {
	text-align: center;
}
.acWrap table td:nth-child(3) {
	text-align: center;
}
.acWrap table td:nth-child(4) {
	text-align: center;
}
.acWrap table  td:nth-child(5) {
	text-align: center;
}
.acWrap table td:nth-child(6) {
	text-align: center;
}
.acWrap table td:nth-child(7) {
	text-align: center;
}

.acWrap table tr:hover {
	background-color: rgb(214, 244, 245);
}

.acWrap table td, .table th {
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.acWrap .clientTab {
	position: absolute;
	top: 100%; left: 0;
	z-index: 9;
	width: 300px;
	background: #eee;
	border: 1px solid #ccc;
	display: none;
  }

.acWrap .clientTab td:nth-child(1) { 
	text-align: left;
	width: 300px;
}

.acWrap .medicationTab {
	position: absolute;
	top: 100%; left: 0;
	z-index: 9;
	width: 468px;
	background: #eee;
	border: 1px solid #ccc;
	display: none;
  }

@media screen and (min-width: 992px) {
	.acWrap .medicationTab {
		position:absolute;
		top: 100%; left: 0;
		z-index: 999;
		width: 468px;
		background: #eee;
		border: 1px solid #ccc;
		display: none;
	  }		
}


.acWrap .medicationTab td a:nth-child(6) {
	text-align: center;
	display: block;
	border: 1px solid black;
	width: 10em;
}

.acWrap .ticketTab {
	position: absolute;
	top: 100%; left: 0;
	z-index: 9;
	width: 600px;
	background: #eee;
	border: 1px solid #ccc;
	display: none;


	max-height: 600px !important;
	overflow: auto !important;

  }

  .acWrap .ticketTab thead th {
	position: sticky;
	top: 0;
	}


.linkBox
{
    width: 30px;
    height: 30px;
}

.linkBox a
{
    width: 100%;
    height: 100%;
    display: block;
}

.info-link-box{
	font-size: 16px;
}
	/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
		  @media (max-width: 992px)  {

			.acWrap .acSuggest {
				width: 100% !important;
			  }
			
			  .acWrap table tr:hover {
				background-color: rgb(214, 244, 245);
			}
	  
			  /* Force table to not be like tables anymore */
			  .acWrap table, .acWrap thead, .acWrap tbody, .acWrap td, .acWrap tr {
				  display: block;
			  }
	  
			  /* Hide table headers (but not display: none;, for accessibility) */
			  .acWrap table th {
				  position: absolute;
				  top: -9999px;
				  left: -9999px;
			  }
	  
			  .acWrap table tr {
					margin: 0 0 1rem 0;
			}
			
			.acWrap table tr:nth-child(odd) {
					background: #fefefe;
				}
				.acWrap table td {
				  /* Behave  like a "row" */
				  border: none;
				  border-bottom: 1px solid rgb(245, 240, 240);
				  position: relative;
				 
			  }
			  .acWrap table td:before {
				  /* Now like a table header */
				  position: absolute;
				  /* Top/left values mimic padding */
				  top: 0;
				  left: 6px;
				  padding-right: 10px;
				  white-space: nowrap;
			  }
	
			  .acWrap .residentTab td:nth-of-type(1):before { content: "Station:"; }
			  .acWrap .residentTab td:nth-of-type(2):before { content: "Klient:"; }
			  .acWrap .residentTab td:nth-of-type(3):before { content: "Medikament:"; }
			  .acWrap .residentTab td:nth-of-type(4):before { content: "Darreichung:"; }
			  .acWrap .residentTab td:nth-of-type(5):before { content: "Menge:"; }
			  .acWrap .residentTab td:nth-of-type(6):before { content: "Lieferdatum:"; }
			  .acWrap .residentTab td:nth-of-type(7):before { content: "Status:"; }
			  .acWrap .residentTab td:nth-of-type(8):before { content: "";}			
	
			  
			  .acWrap .medicationTab td:nth-of-type(1):before { content: "Medikament:"; }
			  .acWrap .medicationTab td:nth-of-type(2):before { content: "Darreichung:"; }
			  .acWrap .medicationTab td:nth-of-type(3):before { content: "Menge:"; }
			  .acWrap .medicationTab td:nth-of-type(4):before { content: "Geliefert:"; }
			  .acWrap .medicationTab td:nth-of-type(5):before { content: "Status:"; }
			  .acWrap .medicationTab td:nth-of-type(6):before { content: "";}
	

			  .acWrap .ticketTab td:nth-of-type(1):before { content: "Vorname:"; }
			  .acWrap .ticketTab td:nth-of-type(2):before { content: "Nachname:"; }
			  .acWrap .ticketTab td:nth-of-type(3):before { content: "Betreff:"; }
			  .acWrap .ticketTab td:nth-of-type(4):before { content: "Datum:"; }
			  .acWrap .ticketTab td:nth-of-type(5):before { content: "Status:"; }
			  .acWrap .ticketTab td:nth-of-type(6):before { content: "Link";}
	
			  .acWrap .clientTab td:nth-of-type(1):before { content: ""; }
			  
		  }

@media screen and (min-width: 1200px) {
	#item-navigation{
		display: none;
	}
}


@media screen and (max-width: 1200px) {
	
	table {
		border-collapse: collapse !important; /* Collapse the borders */
		width: 100% !important; /* Ensure table takes up full width */
	}

	table thead {display: none; }
	table td { display: flex; }

	table 
		td:nth-of-type(3):before,
		td:nth-of-type(4):before 
	{
		content: attr(label);
		font-weight: bold;
		width: 120px;
		min-width: 120px;
	}


	table 
		td:nth-of-type(3),
		td:nth-of-type(4),
		td:nth-of-type(5),
		td:nth-of-type(6) { 
		display: none;
	}

	#renew-icon-not-mobile{
		display: none;
	}
}

.table.table-hover tbody tr:hover {
	background-color: white !important;
  }


#todoList tr {
cursor: pointer;
}

/** filter type block **/
#formFilterPort label{
	margin-bottom: 0 !important;
}

.stats-icon{
	height:2em !important;
	width: 2em !important;
	border-radius: 0.3rem !important;
}	

.font-normal, .text-muted-light{
	
	font-size: 0.7rem;
	color: #797979 !important;
}

form .form-control-search:focus {
	outline:0px !important; 
	box-shadow: none !important;
}
form .form-control-search {
	position: relative;
	width: 100%;
}

#main{
	padding: 0 !important;
}

/*
.card-top-menu {
    --bs-card-spacer-y: 0rem !important;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: rgba(0, 0, 0, 0.125);
    --bs-card-border-radius: 0.7rem;
    --bs-card-box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    --bs-card-inner-border-radius: calc(0.7rem - 1px);
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: #fff;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
}
	

@media (max-width: 1200px) {
	.card-top-menu {
		--bs-card-spacer-y: 1rem !important;
		--bs-card-spacer-x: 1rem !important;
		--bs-card-title-spacer-y: 0.5rem;
		--bs-card-border-width: 1px;
		--bs-card-border-color: rgba(0, 0, 0, 0.125);
		--bs-card-border-radius: 0.7rem;
		--bs-card-box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
		--bs-card-inner-border-radius: calc(0.7rem - 1px);
		--bs-card-cap-padding-y: 1rem;
		--bs-card-cap-padding-x: 1rem;
		--bs-card-cap-bg: #fff;
		--bs-card-cap-color: ;
		--bs-card-height: ;
		--bs-card-color: ;
		--bs-card-bg: #fff;
		--bs-card-img-overlay-padding: 1rem;
		--bs-card-group-margin: 0.75rem;
		word-wrap: break-word;
		background-clip: border-box;
		background-color: var(--bs-card-bg);
		border: var(--bs-card-border-width) solid var(--bs-card-border-color);
		border-radius: var(--bs-card-border-radius);
		display: flex;
		flex-direction: column;
		height: var(--bs-card-height);
		min-width: 0;
		position: relative;
	}
}

*/

.btn-nav {

	--bs-btn-color: #fff !important;
    --bs-btn-bg: #245D92 !important;
    --bs-btn-border-color: #245D92 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 95, 118, 200;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #245D92;
    --bs-btn-disabled-border-color: #245D92;
	  border-radius: 5px !important;

}
