/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html {
    height: 100%;
    box-sizing: border-box;
}
*,*:before,*:after {
    box-sizing: inherit;
}
body {
    position: relative;
    min-height: 100%;
}
* {
    font-family: 'Open Sans';
}
.navbar-no-bg {
    background-color: transparent;
}
header {
    height: 350px;
    width: 100%;
    display: flex;
    background-color: rgb(146, 35, 82);
}
.navbar {
    padding-top: 20px;
    padding-bottom: 30px;
}
@media (min-width: 992px)
{
.navbar-collapse {
    right: 15px;
    position: absolute;
    bottom: -10px;
    width: auto !important;
}
}
.flags {
    right: 25px;
    position: absolute;
    bottom: 75px;
}
.flags img {
    padding-left: 5px;
    width: 32px;
}
.active>.nav-link {
    color: rgb(146, 35, 82) !important;
    font-weight: 600;
}
header > div {
    display: table-cell;
}
.left_img,.right_img {
    min-width: 0;
    flex: 1;
}
.left_img,.right_img,.center_img {
    background-size: cover;
    height: 350px;
    overflow: hidden;
}
.center_img.distribution-3m,
.center_img.wholesale {
    background-position-y: center;
}
.center_img {
    padding: 0px;
    margin: 0px;
    border-left: 20px solid white;
    border-right: 20px solid white;
}
.left_img {
    /*background-image: url('http://www.rd.com/wp-content/uploads/sites/2/2016/06/07-when-alternative-medicine-goes-wrong-vaccine.jpg');*/
}
.center_img {
  /*  background-image: url('https://inm-baobab-prod-eu-west-1.s3.amazonaws.com/public/inm/media/image/2017/02/28/44996547fructose1.jpeg');*/
 
}
.right_img {
    /*background-image: url('http://www.best-country.org//img/article/735/735/3587medicine_orig.jpg');*/
}
.nav-link {
    font-size: 24px;
}
h1, h2, h3 {
    text-align: left;
}
h1 {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 10px;
    color: #383838;
}
h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
    color: #383838;
    padding-bottom: 16px;
    padding-top: 20px;
}
main {
    margin-top: 50px;
    font-weight: 300;
    color: #707173;
}
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #942351;
    font-size: 12px;
    color: white;
    padding-top: 20px;
    margin-top: 100px;
    padding-bottom: 20px;
}
footer a {
    color: white;
}
footer b {
    font-weight: 500;
}
footer a:hover {
    color: #dedede;
}
.employeeBox {
    width: 100%;
    box-shadow: 0 0 5px #888;
    margin-top: 100px;
    text-align: center;
    padding-bottom: 30px;
    border: 1px solid #942351;
    margin-bottom: 100px;
}
.employeeBox > h1 {
    font-size: 20px;
    text-align: center;
}
.employeeBox > h2 {
    font-size: 17px;
    margin-top: -5px;
    padding-top: 0px;
    text-align: center;
}
.employeeBox > .text {
    font-style: italic;
    padding: 20px 30px;
    font-size: 15px;
}
.employeeBox > img {
    width: 60%;
    border-radius: 150px;
    position: relative;
    margin-bottom: -65px;
    top: -100px;
    box-shadow: 0 0 5px #888;
}
.employeeBox .mail,.employeeBox .phone {
    padding-top: 10px;
}
.employeeBox a {
    text-decoration: none;
    color: #383838;
}
.employeeBox a:hover {
    color: black;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .productImage {
        margin-top: 50px;
    }

    .navbar .container {
        width: 100%;
    }

     .center_img {
        width: 100%;
        border: none;
        background-position-y: initial;
    }
}
@media (min-width: 1200px) {
    .container, .center_img {
        max-width: 970px;
    }
}
.employeeBox:hover > .employeeImage {
    filter: grayscale(0%);
}
.employeeImage {
    filter: grayscale(100%);
}
.productImage {
    width: 100%;
  /*  border: 3px solid #942351;*/
    box-shadow: 0 0 5px #888;
    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
b, strong {
    font-weight: 600;
}

.container {
    text-align: justify;
}

.productBoxRow {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.productBoxRow > div {
    display: flex;
    flex: 1;
    min-width: 280px;
}
.productBox-link {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.productBox-link:hover {
    text-decoration: none;
    color: inherit;
}
.productBox-link:hover .productBox {
    box-shadow: 0 8px 25px rgba(148, 35, 81, 0.15);
}
.productBox-link,
.productBox-link * {
    cursor: pointer !important;
}
.productBox-link h2,
.productBox-link p {
    color: inherit;
}
.productBox-link .productBox {
    margin-bottom: 0;
}
.productBox {
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.productBox:hover {
    box-shadow: 0 8px 25px rgba(148, 35, 81, 0.15);
}
.productBox-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.productBox-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.productBox h2,
.productBox h3 {
    font-size: 18px;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 15px;
    color: #942351;
}
.productBox p {
    margin-bottom: 20px;
    flex: 1;
}
.productBox .btn-medtraco {
    background-color: #942351;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    align-self: flex-start;
    cursor: pointer;
}
.productBox .btn-medtraco:hover {
    background-color: #7a1d43;
    color: white;
}
a.btn-medtraco {
    background-color: #942351;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
}
a.btn-medtraco:hover {
    background-color: #7a1d43;
    color: white;
}
.productBox-full {
    height: 100%;
}
.productBox-full .productBox-content {
    height: 100%;
}
.productBox h4,
main h4 {
    font-size: 1em;
    font-weight: 600;
    color: #383838;
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}
.product-list li {
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
}
.product-list li::before {
    content: "•";
    color: #942351;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.psaBoxRow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.psaBoxRow > div {
    flex: 1;
    min-width: 280px;
}
.psaBox {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
}
.psaBox-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.psaBox-content {
    padding: 25px;
}
.psaBox h3 {
    font-size: 18px;
    color: #942351;
    margin-bottom: 15px;
}
.psaBox i {
    color: #942351;
    margin-right: 8px;
}

