@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a.active, a:focus, button:focus, button.active {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: 0;
}

a:focus, a:hover {
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
    margin-bottom: 0;
}

a {
    transition: all ease-in-out 0.5s;
    text-decoration: none;
}

button {
    transition: all ease-in-out 0.5s;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
    color: #F18700;
}



body {
    font-family: 'Montserrat';
    font-size: 20px;
}

.main-wrapper {
    overflow: hidden;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 32px;
    padding-left: 0.8vw;
    max-width: 1700px;
    left: 50%;
    transform: translateX(-50%);
}

/* hero start */
.hero {
    background: url('../images/hero-dorithricin.jpg');
    padding-top: 155px;
    padding-bottom: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.hero .meditonsin-images img {
    width: 100%;
    height: auto;
    border: 5px solid #fff;
}

.hero .swiper-wrapper.meditonsin-images {
    margin-top: 25px;
}

.thumbImg {
    margin-right: 15px;
    margin-top: 20px;
}

.star span {
    font-size: 18px;
    font-weight: normal;
    color: #E4E5E9;
    display: block;
    text-align: center;
}
sub, sup {
	font-size: 0.55em;
	top: -0.7em;
	margin-right: 5px;
}

.hero .hero-right h1 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 70px;
    line-height: 78px;
    color: #000000;
}

.hero .hero-right h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #000;
    margin-bottom: 10px;
}

.hero .hero-right ul {
	margin: 30px 0 50px 30px;
}
.hero .hero-right ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
}

.hero-btn .btn {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    background: #FF9800;
    padding: 19px 28px;
    border-radius: 0;
    box-shadow: 2px 2px 4px 1px #33333373;
}

.hero-btn .btn span {
    margin-left: 22px;
}

.hero .hero-right ul li img {
    margin-right: 15px;
}

.hero .hero-right {
    padding-left: 70px;
}

.hero .hero-wrapper {
    max-width: 1700px;
    margin: 0 auto;
}

.hero .star {
    margin-top: 15px;
}

.star ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .hero-image {
    margin-right: 0;
}

.hero .slick-list {
    padding: 0 !important;
}

.hero .hero-main-img {
    width: 100%;
}

img.bottle {
    margin-top: 10vh;
}

/* hero end */
/* brand sec start */
.brand-sec .slick-slide {
    margin-right: 20px;
}

.brand-sec .slick-prev {
    background: url('../images/prev.svg');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 50% !important;
}

.brand-sec .slick-next {
    background: url('../images/next.svg');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 50% !important;
}

.slick-next:before, .slick-prev:before {
    display: none;
}

.brand-sec .slick-prev {
    left: -40px;
}

.brand-sec .brand-slider {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: center;
}

.brand-sec .slick-slide img {
    display: inherit;
}

.brand-sec .slick-next {
    right: -35px;
}
#buy {
    margin-top: -100px;
}
.brand-sec .h6 {
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
}
.brand-sec.footer ul {
    display: flex;
    justify-content: space-around;
}
.brand-sec.footer img {
    filter: grayscale(100%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.brand-sec.footer img:hover {
    filter: grayscale(0%);
}
.brand-sec .star {
    margin-top: 20px;
}


img.med-brand {
    max-width: 70%;
    height: auto;
    min-height: auto;
}

.brand-sec .brand-slider p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #000000;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
}

.brand-sec .slider-btn .btn {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    background: #F18700;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
}

.brand-sec .slider-btn .btn span {
    margin-left: 8px;
}

.star ul li {
    margin-right: 5px;
}

.star ul li:last-child {
    margin-right: 0;
}
.brand-list img {
    max-width: auto;
    width: auto;
    height: 28px;
}
.brand-list .stilaxx img {
    height: 60px;
}
.doregrippin img {
    height: 40px;
}
.brand-list {
    width: 80%;
    margin: 0 auto;
}
.regular .slick-prev,
.regular .slick-next {
	background-size: 100% !important;
}
.brand-sec-2 .slick-prev,
.brand-sec-2 .slick-next {
	background-size: 50% !important;
}

/* brand sec end */
/* fragen start */
.fragen {
    background:rgba(242, 179, 0, 0.1);
    padding: 110px 0;
}

.fragen .fragen-top p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #3D4151;
    margin-top: 10px;
    margin-bottom: 60px;
    max-width: 644px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
}

.accordion-button::after {
    background-image: url('../images/plus.svg');
}

.accordion-button {
    font-style: normal;
    font-weight: normal;
    padding: 1rem 20px;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #F18700;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    margin-bottom: 15px;
    border: 0;
}

.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type {
    border-radius: 0 !important;
}

.accordion-body p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #3D4151;
}

/* fragen end */
/* kunden start */
.kunden {
    padding-top: 110px;
    padding-bottom: 100px;
}

.kunden .kunden-inner p {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 32px;
    color: #3D4151;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
}

.kunden .kunden-inner p:after {
    content: "";
    position: absolute;
    background: url('../images/comma-left.svg');
    background-repeat: no-repeat;
    width: 211px;
    height: 200px;
    left: -248px;
    top: 0;
}

.kunden .kunden-inner p:before {
    content: "";
    position: absolute;
    background: url('../images/comma-right.svg');
    background-repeat: no-repeat;
    width: 211px;
    height: 200px;
    right: -150px;
    bottom: -150px;
}

.kunden h3 {
    text-align: center
}

.kunden-slider {
    margin-top: 70px;
}

.kunden-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.kunden-bottom ul {
    display: flex;
    align-items: center;
}

.kunden-bottom .kunden-name {
    margin-left: 28px;
}

.kunden .slick-prev, .kunden .slick-next {
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -60px;
}

.slick-dots {
    display: none !important;
}

.kunden .slick-next {
    background: url('../images/kunden-right-arw.svg');
    background-repeat: no-repeat;
    width: 60px;
}

.kunden .slick-prev {
    background: url('../images/left-arrow.svg');
    background-repeat: no-repeat;
    width: 60px;
    z-index: 1;
    left: 45%;
    height: 18px;
}

.kunden .slick-prev, .kunden .slick-next {
    background: #F18700;
    box-shadow: 0px 8px 15px rgba(72, 72, 138, 0.08);
    background-image: url('../images/white-arrow.svg');
    background-repeat: no-repeat;
    padding: 20px 0;
    background-position: center;
    width: 60px;
}

.kunden .slick-prev:hover, .kunden .slick-next:hover {
	background-color: #000000;
}
.kunden .slick-prev {
    background-image: url('../images/white-arrow-left.svg');
}

/* kunden end */
/* .brand-sec-2 start */
.brand-sec-2 {
    padding-top: 55px;
    padding-bottom: 86px;
    margin-top: 0;
    background: rgba(242, 179, 0, 0.1);
}

.brand-sec h4,
.brand-sec-2 h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #000;
}

.brand-sec-2 .slider-inner {
    text-align: left;
    margin-top: 30px;
}

.brand-sec-2 .slider-inner ul {
    justify-content: left;
}

.brand-sec-2 .slider-inner .star {
    margin-top: 8px;
}

.brand-sec-2 .brand-slider p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #3D4151;
    margin-top: 11px;
}

.brand-sec-2 .nav-pills {
    justify-content: center;
    border-bottom: 6px solid #DFCCB9;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 90px !important;
}

.brand-sec-2 .nav-link {
    position: relative;
    width: 100%;
}

.brand-sec-2 .nav-link:after {
    content: "";
    position: absolute;
    border-bottom: 6px solid #DFCCB9;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -6px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent;
    color: transparent;
    width: 100%;
}

.brand-sec-2 h3 {
    opacity: 0.2;
}

.brand-sec-2 .nav-pills li {
    width: 53%;
}

.brand-sec-2 .nav-pills li:first-child {
    width: 47%;
}

.nav-pills .nav-link.active h3 {
    opacity: 1;
}

.nav-pills .nav-link.active:after {
    border-bottom: 6px solid #F18700;
}

.brand-sec-2 .slick-next {
    background: url('../images/brand-2-right-arw.svg');
    background-repeat: no-repeat;
    right: -60px;
}

.brand-sec-2 .slick-prev {
    background: url('../images/brand-2-left-arw.svg');
    background-repeat: no-repeat;
    left: -65px;
}
.brand-sec-2 .slick-prev {
	display: block !important;
	
}

/* .brand-sec-2 end */
/* medice start */
.medice {
    background: none;
    padding: 25px 0;
    margin-top: 35px;
    margin-bottom: 54px;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
}

.medice .image-holder {
    text-align: center;
}

/* medice end */
/* brand sec 3 start */
.brand-sec-3 {
    padding-left: 130px;
    padding-right: 191px;
}

.brand-sec-3 .brand-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-sec-3 .brand-list {
    padding-bottom: 62px;
}

.brand-sec-3 .bdr {
    border: 1px solid #E6E7EA;
    max-width: 1180px;
    margin: 0 auto;
}

/* .brand-sec end */
footer {
    padding-top: 53px;
    padding-bottom: 55px;
}

footer .footer-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-list ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #585C6A;
}

footer .footer-list ul li {
    margin-right: 40px;
}

footer .footer-list ul li:last-child {
    margin-right: 0;
}

footer .copyright {
    padding-top: 50px;
    text-align: center;
}

footer .copyright p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #585C6A;
}

/* hovers  */
.hero-btn .btn:hover {
    background: #fff;
}

footer .footer-list ul li a:hover {
    color: #F18700;
}

.slider-for .slick-slide img {
    width: auto;
    border: 6px solid #fff;
}

.slider-for .slick-slide img.first {
	border: 0;
}

.hide {
    display: none !important;
}

.thumbnail-image.first img {
    height: 100px;
    object-fit: cover;
}

.hero-wrapper .col-md-3 {
    justify-content: flex-end;
    display: flex !important;
    flex-direction: column;
}
.logo-wrapper {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-wrapper img {
	margin: 0 auto;
	max-width: 90%;
}
.accordion-button {
    align-items: baseline;
    display: block !important;
}
.accordion-button::after {
    position: absolute;
    right: 15px;
    top: 15px;
}
.brand-slider.just-one {
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.brand-slider.just-one .slider-inner {
    margin-top: 40px;
}
.brand-slider.just-one .med-brand {
    width: 270px;
}
.accordion-body h3 {
	font-size: 20px;
}
table tr:nth-of-type(odd) {
	background: rgba(112, 194, 13, 0.05);
}
table thead {
	background: #F18700;
	color: #fff;
}
table td,
table th {
	padding: 10px 7px;
}
header.page-header .navbar-brand {
    color: #F18700;
    text-align: center;
}
header .navbar-brand {
    max-width: 280px;
    line-height: 1.2;
    color: #F18700;
    padding: 5px 15px 10px;
}
.navbar-brand {
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}
.navbar-brand .small-text {
    font-size: 0.88rem;
}
.green {
    color: #000000;
}
.aktivaderm,
.footer-menu   svg,
.footer-menu   .soventol {
	max-width: 190px;
}
.footer-menu   img,
.footer-menu   svg {
	width: 100%;
}
.banner-slider {
	display: flex;
    flex-direction: row-reverse;
}
.banner-slider .slider { 
	width: calc(100% - 120px);
}
.banner-slider .slider-nav .slick-track {
    display: flex;
    flex-direction: column;
}

.banner-slider .slider-nav .thumbImg {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.hero.hide-partner {
	padding-bottom: 50px;
}
.thumbnail-image {
    max-width: 102px;
}
.hero .hero-right ul li:before {
    content: '';
    font-size: 0;
    margin-right: 10px;
    margin-right: 10px;
    margin-left: -33px;
    display: inline-block;
    background: #FF9800;
    border-radius: 14px 0;
    width: 24px;
    height: 24px;
    vertical-align: sub;
}
#description {
    font-size: 17px;
}
#jetzt-kaufen .button-wrapper {
    margin-top: 30px;
}
.footer-item {
    padding: 32px 0;
    display: flex;
    align-items: center;
}

.footer-item2 {
    width: 100%;
}
.footer-item2 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
    margin: 0;
}
.footer-item2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.footer-item2 .menu-item {
    padding-bottom: 0;
    margin-right: 20px;
}
.footer-item2 ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-top: 16px;
}
.smallprint .siteorigin-widget-tinymce p, .smallprint .siteorigin-widget-tinymce a, .smallprint p {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
    color: #333;
    font-weight: 500;
}