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

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

#intro {
	height:50vh;
}

/*** SLIDEOUT ****/

label {
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: .040em;
}

#service-overlayslide {
  position: fixed;
  right: 0;
  top: 165px;
  z-index: 888;
}
#service-overlayslide #service-btn-toggle {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}
#service-overlayslide .service-btn-toggle {
  display: block;
  float: left;
  cursor: pointer;
  height: 150px;
  width: 46px;
  position: relative;
  background-color: #99c23a;
  color: #fff;
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
  /*border-radius: 15px 0 0 15px;*/
}
#service-overlayslide .service-btn-toggle:after {
  content:"Bestellung";
  font-weight:bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.120em;
  position: absolute;
  left: 14px;
  top: 135px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#service-overlayslide .service-btn-toggle:before {
  content: "<";
  position: relative;
  top: 10px;
  left: 20px;
	
}

#service-overlayslide .service-btn-toggle div {
	top:30px;
}

#service-overlayslide .service-btn-toggle i {
	font-size:24px;
	padding: 4px 8px 12px;
	margin-left:10px;
}
#service-overlayslide #service-btn-toggle:checked ~ .service-btn-toggle:before {
  content: ">";
}
#service-overlayslide .service-container {
  display: block;
  float: left;
  width: 270px;
  margin-right: -270px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#service-overlayslide #service-btn-toggle:checked ~ .service-container {
  margin-right: 0px;
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.5);
}
#service-overlayslide .service-container {
  color: #fff;
  background: rgba(255,255,255,0.8);
  text-align: center;
  letter-spacing: 0.060em;
  padding: 14px 17px;
}
#service-overlayslide .service-container h4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  margin-top: 0;
}
#service-overlayslide .service-container .phone {
  color: #fff;
  font-weight: normal;
}
#service-overlayslide .service-container .email {
  color: #fff;
  font-weight: normal;
}
#service-overlayslide .service-container .phone-text {
  font-weight: 600;
}
#service-overlayslide .service-container .email-text {
  font-weight: 600;
}

#service-overlayslide .service-container .btn.focus,
#service-overlayslide .service-container .btn:focus,
#service-overlayslide .service-container .btn:hover {
  color: #99c23a !important;
  border-color: #fff !important;
  background: #fff !important;
}

/** 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:#99c23a;

}

.social i.fa:hover#apotheke {
	background:#fff;
	color: #99c23a;
}
#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;
}


/*** Tool Tip ***/

.tooltip-inner {
  max-width: 250px;
}



section {
	padding: 75px 0;
	/*padding:0;*/
	margin: 0 0 0 0;
}

#services.dark, #about.dark {
	padding: 75px 0;
    background: #f3f3f3;
}

/*** 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 a {
	color:#303262;
	font-weight:600;
	
}

#mobile-nav ul li a:hover {
color:#99c23a;
}
#mobile-nav ul .menu-has-children i {
	color:#777;
}

#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: #303262;
}

#header {
	height:104px!important;
}

#header #logo {
	margin-top:-20px;
}

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

#header #logo img#logo-header {
    max-height: 75px;
	margin-top:10px;
}

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

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

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

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

/*** Desktop Nav ***/

#nav-menu-container {
	padding-top:13px;
}
  
.nav-menu a {
	color: #303262;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 13px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	text-decoration: none;
	zoom: 1;
	letter-spacing: 1px;
}


#apotheke {
	background:#99c23a;
}
#klinik {
	background:#245d92;
}
#homecare {
	background:#5c9039;
}
#kosmetik {
	background:#8c4d94;
}

#contact .contact-info i#apotheke, #services .box h4#apotheke {
	color: #99c23a;
}
#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;
}

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:#303262;
}

/*** 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;
}

/*** 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: #99c23a;
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
  	border: 2px solid #99c23a;
	width:220px;
}

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

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


/*** LOGOS ***/

#logos .member {
	margin-bottom:0px;
	height:100%;
}

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

#logos {
	background-color:transparent;
	padding: 30px 0 25px;
	text-align:center;
}

#logos .member#dept {
	-moz-box-shadow:    inset 0 0 5px #555;
   -webkit-box-shadow: inset 0 0 5px #555;
   box-shadow:         inset 0 0 5px #555;
    transition: 0.4s ease;
	border:0px solid #303262; 
	border-radius:15px; 
	padding: 15px 0 0px;
	background:#fff;
}

#logos .member#dept:hover {
	-moz-box-shadow:    inset 0 0 5px #99c23a;
   -webkit-box-shadow: inset 0 0 5px #99c23a;
   box-shadow:         inset 0 0 5px #99c23a;
    transition: 0.4s;
}

#logos .member#dept p {
    /*margin-top: 10px;*/
	color:rgb(48, 61, 135);
	font-weight:700;
	font-size:1.5rem;
	margin: 0 0 7px 0;
}

#logos p small {
	font-size:1rem; 
	font-weight:500; 
	font-style:italic; 
  }
  #logos p small a {
  color:#99c23a;
  }

/*** ABOUT ***/

/** #about {
	padding-top:0px;
} */

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

#about .content h2, .section-header h2, .section-header h3 {
	color:#99c23a;
}

#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 #logos {
	padding-top:0px;
}


#about #logos .member {
	padding-top:0px;
	margin-bottom: 0px;
}


/*** 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: #99c23a;
}

/* 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: #99c23a;
  border: 3px solid #99c23a;
}

/*** 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;
}

/*** Video ***/

video {
	width:100%;
	/*margin:0 12.5%;*/
	/*margin-bottom:50px;*/
}

/*** Services ***/

#services {
	background: #222;
}

#services .box {
	background-color:#fff;	
	  background-size: contain;
	  background-repeat:no-repeat;
	  padding:20px;
	  min-height:600px;
   	 box-shadow: 0px 0px 10px rgba(0,0,0, 0.5);
}

#services .box:hover {
   	 box-shadow: 0px 0px 15px rgba(0,0,0, 0.25);
}

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

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

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

#services .box#kompressionsstruempfe {
	background:url(../img/abteilungen/apotheke/apotheke_leistungen_07.jpg);
	background-color:#fff;	
	  background-size: contain;
	  background-repeat:no-repeat;
}

/* #services .box img {
  width:33.333%;
  margin:-20px 0 0 -20px;
  padding-bottom:95px;
} */

#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%;  */ 
	margin-top:33.333%;  
	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;
	color:#99c23a;
	border-color:#99c23a;
}

#services .icon-info i.fa:hover {
    border: 2px solid #99c23a;
    padding: 0.2em 0.5em;
	background: #99c23a;
	color:#fff;
}

  #services .box img#avantimedonline {
	  width:200px;
	  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;
	color:#303262;
}

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

/*** KONTAKT ***/

#contact {
	padding:75px 0 0;
}

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

#contact .contact-info h3 {
	color:#303262;
}

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

#contact .contact-info a {
    color: #99c23a;
}

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

/*** Partner ***/


#logos .member .pic img {
    max-width: 90% !important;
}

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


/*** FOOTER ***/

#footer {
	color:#bbb;
	background:#222;
}

#disclaimer {
    text-align: center;
    padding: 30px 0;
	margin-top: 50px;
	background:#ccc;
	color:#fff;
}

/*** News ***/

#about #news h2 .badge {
	font-size:1rem;
	vertical-align:top;
	background:#99c23a;
	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:#303262;

}

@media (max-width: 767px) {

/*** Slideout ***/

#service-overlayslide {
  top: 65px;
}

/*** Header ***/

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

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

/*** Intro ***/

#intro {
	height:40vh;
}
	
#intro .intro-content h2 {
    font-size: 14px;
	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: 50px 0 30px;
	margin: 0 0 0 0;
}

.section-header h2,  .section-header h3 {
	 font-size: 24px;
	 padding-bottom:10px;
}

/*** Logos ***/

#logos {
	background-color:transparent;
	padding: 30px 0 10px;
	text-align:center;
}

#logos .member#dept {
	-moz-box-shadow:    inset 0 0 5px #555;
   -webkit-box-shadow: inset 0 0 5px #555;
   box-shadow:         inset 0 0 5px #555;
    transition: 0.4s ease;
	
	border:0px solid #303262; 
	border-radius:15px; 
	padding: 15px 0 20px;
	background:#fff;
}

#logos .member#dept:hover {
	-moz-box-shadow:    inset 0 0 5px #99c23a;
   -webkit-box-shadow: inset 0 0 5px #99c23a;
   box-shadow:         inset 0 0 5px #99c23a;
    transition: 0.4s;
}




#logos .member#dept {
	
	border:0px solid #303262; 
	border-radius:15px; 
	/*padding: 0 0 7px;*/
	background:#fff;
}


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

/*** About ***/

#about {
    padding: 15px 0 15px 0;
	text-align:center;
}

#signature {
	float:none;
}

#about.dark {
	padding:30px 15px 50px;
}

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

#about #logos {
	width:75%;
	margin:0 12.5%;
	padding-top:30px;
	height:auto;
}

/*** Angebote ***/

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

/*** Video ***/

video {
	width:100%;
	margin:0 0 30px;
}

/*** 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; */
	margin:55% 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;
}

/*** Map ***/

.map {
	width:100%;
	height:15vh;
	margin:0;
	background-image: url(../img/map.png);
	background-position: center center;
	background-size: contain;
}

/*** Partner ***/

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

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

/*** News ***/

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

}

@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;
  }
   #logos .member#dept p {
	font-size:2.0rem;
}
   #logos .member#dept p small {
	font-size:1.2rem;
}
}

@media (max-width: 991px) {

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


@media (min-width: 992px) {

 #logos .member#dept p {
	font-size:1.25em;
}
   #logos .member#dept p small {
	font-size:0.8rem;
}
}

@media (max-width: 1279px) {

.d-none {
    display: none !important;
}



@media (max-width: 1200px) {

#apoyo {
    display: none !important;
}


}

@media (min-width: 1280px) {

#logos .member#dept p {
	font-size:1.5em;
}
}

