/*=== google fonts ===*/

@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');

body {	
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;    
  background: #fff;
  color: #000;	
}

@font-face {
    font-family: 'AbsaraSans';
    src: url('../fonts/AbsaraSans-Bold.otf');
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:hover {
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

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

select {
    cursor: pointer;
}

::selection {
    background: #FFF6CB;
}

::-webkit-selection {
    background: #FFF6CB;
}

::-moz-selection {
    background: #FFF6CB;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*======== header-area start =========*/
.header-area {
    background: #FFFFFF;
    display: block;
    width: 100%;
    /* position: sticky; */
    top: 0;
    z-index: 99;
}

.header-topbar {
    border-bottom: 1px solid #E0E0E0;
    padding: 24px 0;
}

.header_topmain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo img {
    max-width: 184px;
}

.header_item ul {
  display: flex; 
  align-items: center;
}
.header_item ul li {
    display: inline-block;
    padding-left: 30px;
}

.header_item ul li img {
    max-width: 21px;
    margin-right: 8px;
}

.header_item ul li a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    transition: 0.2s all ease;
}

.header-dropdownbar {
    padding: 24px 0;
    position: fixed;
    top: 78px;
    background: #fff;
    z-index: 9;
    width: 100%;
}

.header-dropmain > .menu-item {
  width: auto;
}

.header-dropmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item {
    position: relative;
}
.menu-item a {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    transition: 0.2s all ease;
}

.menu-item a img {
    max-width: 22px;
    margin-left: 5px;
}

.menu-item a span {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: block;
}

.menu-item a:hover span,
.menu-item a:hover {
    color: #009739;
}
ul.header-dropmain {
    width: 70%;
}

.menu-item .sub-menu {
    display: none;
    position: absolute;
    width: auto;
    background: #fff;
    -webkit-box-shadow: 0px 4px 44px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 44px 0px rgba(0,0,0,0.15);
    padding: 15px 20px;
    top: 30px;
    margin-top: 0;
    left: -20px;
    border-radius: 16px;
    white-space: nowrap;
}
.menu-item:hover .sub-menu {
    display: block;
    
}

.menu-item .sub-menu .menu-item {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.menu-item .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
}
.menu-item .sub-menu a {
    font-weight: normal;
}

.drop-btn {
    padding-bottom: 20px;
}
.header_item .drop-btn {
    padding-bottom: 0;
}
.header_item .drop-btn a {
  color: #fff;
  background: #009739;
  border-color: #009739;
  cursor: pointer;
}
.header_item .drop-btn a:hover {
  color: #000;
}
.drop-btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    background: none;
    border: 1px solid;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 1000px;
    transition: 0.2s all ease;
}

.drop-btn a:hover {
    opacity: 0.75;
}

.header-fixed {
    background: #FFFFFF;
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2)
}

.mobile_headbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.mobile_headbar img {
    max-width: 160px;
}

.mobile_headbar button {
    border: none;
    background: none;
    outline: none!important;
    box-shadow: none!important;
}

.offcanvas-start {
    width: 100%;
    border-right: none;
}

.offcanvas-header {
    padding: 24px 20px 15px;
    border-bottom: 1px solid #E0E0E0;
}

.offcanvas-header img {
    max-width: 152px;
}

.offcanvas-header .btn-close {
    font-size: 24px;
    color: #000;
    opacity: 1;
    outline: none!important;
    box-shadow: none!important;
}

.offcanvas-body {
    padding: 0;
}

.offcanvas-body .header_item ul li {
    display: block;
    padding-left: 0px;
    margin-top: 15px;
}

.offcanvas-body .header_item ul  {
    padding: 0px 16px 16px;
}

.header-dropmain2 {
    max-width: 956px;
    width: 100%;
}

.offcanvas-body .header_item input {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 8px 16px;
    padding-left: 48px;
    border: 1px solid #313233;
    border-radius: 10000px;
    background: none;
    outline: none;
    background-image: url(../images/icon-3.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 16px center;
} 

.mobile-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
    padding-right: 20px;
    border-bottom: 1px solid #E0E0E0;
    transition: 0.2s all ease;
}

.mobile-menu h4 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0;
}

.mobile-menu p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.mobile-menu ul li a img {
    max-width: 12px;
}

.mobile-menu ul li a:hover {
    opacity: 0.7;
}

.mobile-menu ul li > ul {

}

.mobile-menu ul li > ul {
    padding: 0 40px;
    border-bottom: 1px solid #E0E0E0;
    display: none;
}

.mobile-menu ul li > ul a {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 16px 0;
}

.mobile-menu ul li > ul li:last-child a {
    border: none;
}

.offcanvas-body {
    position: relative;
}

.mobile-side-menu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    transition: 0.5s all ease;
}

.for-mobile-side-menu {
    left: 0;
    transition: 0.5s all ease;
}

.mobile-side-menu-inner {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
}

.mobile-side-menu-inner img {
    margin-right: 17px;
}

.mobile-side-menu > ul {
    padding-left: 40px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 9px;
}

.mobile-side-menu ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding-left: 0;
}

.mobile-side-menu ul li:last-of-type a {
    border-bottom: none;
}

.mobile-side-menu .header_item ul li a {
    padding: 0;
    border-bottom: none;
    display: inline-block;
}

.mobile-side-menu .header_item ul li a img {
    max-width: 24px;
}

/*hamburger*/
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

/*======= hero-area start =========*/
.hero-sectionm {
    position: relative;
}

.hero-sectionm .hero_shape {
    max-width: 140px;
    position: absolute;
    left: -18%;
    top: 13%;
}

@media screen and (max-width: 1275px) {
    .hero-sectionm .hero_shape {
        display: none;
    }
}

.hero-upperm,
.hero-upperm h1 {
    font-weight: 700;
    font-size: 80px;
    text-align: center;
    color: #000000;
}

.hero-rightm img {
    max-width: 100%;
    margin-left: auto;
}

.hero-mainm {
    padding-top: 70px;
}
.hero-mainm .row {
  align-items: center;
}
.hero-mainm .col-md-4 {
    z-index: 10;
}

.hero-leftm h2 {
    font-weight: 800;
    font-size: 48px;
    color: #044684;
}

.hero-leftm h2 span {
    color: #044684
}

.hero-leftm h4 {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin: 24px 0;
}

.hero-leftm ul li img {
    max-width: 28px;
    margin-right: 10px;
}

.hero-leftm ul li {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 12px;
}

/*=== cystinol area start ===*/

.cystinol-item-inner-s1 img {
    max-width: 100%;
    display: block;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

.cystinol-item-inner-s1 img:nth-of-type(2) {
    display: none;
}

.cystinol-item-s1 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    max-width: 784px;
    margin: 0 auto;
}


/*=== urologie area start ===*/


.cta-area-s1 .container {
    max-width: 1632px;
}

.ulrologie-area-inner-s1 {
    display: flex;
    flex-wrap: wrap;
}

.cta-item-s1 {
    padding-right: 70px;
    padding-top: 75px;
}

.cta-item-s1 img {
    width: 100%;
    display: block;
}

.cta-item-s1 img:nth-of-type(2) {
    display: none;
}

.cta-item-s2 img {
    max-width: 100%;
    display: block;
    margin-bottom: 100px;
}

.cta-item-s2 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    margin: 0 0 32px;
}

.cta-item-s2 p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
}
.cta-item-s2 p:last-of-type {
    margin-bottom: 0;
}

/*=== newsletter area start ===*/


.newsletter-area-inner-s1 h2 {
    font-weight: 700;
    font-size: 80px;
    text-align: center;
    color: #000000;
    margin: 0 0 165px;
}

.newsletter-area-s1 .row {
    --bs-gutter-x: 48px;
}

.newsletter-item-s1 {
    margin-bottom: 48px;
}

.newsletter-item-inner-s1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto -62px;
    transform: translateY(-110px);
}

.newsletter-item-inner-s1 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    max-width: 592px;
    margin: 0 auto;
}

.newsletter-item2-s1 {
    padding: 75px 48px 60px;
    background: #FAD4DA;
    border-radius: 160px 0 160px 0;
}

.newsletter-item2-s1 h2 {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin: 0 0 16px;
}

.newsletter-item2-s1 p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin: 0 0 16px;
}

.newsletter-item2-s1 a {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 10px 24px;
    border: 1px solid #000000;
    border-radius: 1000px;
}

.newsletter-item2-s1 a:hover {
    background: #000;
    color: #fff;
}

.newsletter-item3-s1 {
    padding: 96px 64px;
    background: #FAD4DA;
    border-radius: 150px 0 150px 0;
}

.newsletter-item3-s1 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    margin: 0;
}

.newsletter-item4-s1 {
    background-image: url('../images/newsletter-02.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 344px 15px 64px 40px;
    margin-top: -230px;
}

.newsletter-item4-inner-s1 p {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    max-width: 325px;
    margin: 0;
}

.newsletter-item5-s1 {
    margin-top: -60px;
    background-color: #F1DAE9;
}

/*=== dolore area start ===*/

.dolore-area-s1 {
    background-image: url('../images/dolore-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 74px 0;
}

.dolore-item-s1 {
    padding: 100px 64px 80px;
    max-width: 574px;
    background: #03903C;
    border-radius: 200px 0 200px 0;
    opacity: 0.9;
    color: #fff;
    margin: 0;
}
html body .panel-layout .dolore-item-s1 .ci-button {
  color: #fff;
  border-color: #fff;
  margin-top: 10px;
}
html body .panel-layout .dolore-item-s1 .ci-button:hover {
  color: #fff;
}
.dolore-item-s1 p {
  font-size: 25px;
}

/*=== antibakterium area start ===*/


.antibakterium-area-s1 .container {
    max-width: 1632px;
}

.antibakterium-item-s1 {
    background: #f4d7e9;
    padding: 85px 15px;
    border-radius: 250px 0 250px 0;
    text-align: center;
}

.antibakterium-item-s1 h2 {
    font-weight: 700;
    font-size: 80px;
    color: #000000;
    margin: 0 0 24px;
}

.antibakterium-item-s1 p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    max-width: 784px;
    margin: 0 auto 32px;
}

.antibakterium-item-s1 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 58px;
}

.antibakterium-item-s1 ul li a {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    padding: 12px 32px;
    border: 1px solid #000000;
    border-radius: 1000px;
    margin: 0 8px 20px;
}

.antibakterium-item-s1 ul li:nth-of-type(2) a {
    background: #044684;
    border-color: #044684;
    color: #fff;
}

.antibakterium-item-s1 ul li a:hover {
    opacity: .8;
}

.antibakterium-item-inner2-s1 img {
    transform: translateY(120px);
    margin-top: -100px;
    max-width: 366px;
}
.antibakterium-item-inner2-s1 {
  margin-bottom: 100px;
}

/*=== footer area start ===*/

.footer-area {
    padding: 32px 0 0;
    border-top: 1px solid #E0E0E0;
    margin-top: 80px;
}

.footer-item {
    padding: 32px 0 0;
    display: flex;
    align-items: center;
}

.footer-item-inner img {
    max-width: 100%;
}

.footer-item2 .menu-item {
  padding-bottom: 0;
  margin-right: 20px;
}

.footer-item-inner2 {
    margin-left: auto;
    padding-right: 42px;
    margin-bottom: 20px;
}

.footer-item-inner2 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 700px;
    padding-bottom: 12px;
}

.footer-item-inner2 ul li a {
    display: block;
    margin-bottom: 20px;
}

.footer-item-inner2 ul li a img {
    max-width: 100%;
}

.footer-item-inner2 > .ci-button {
    font-weight: 700;
    font-size: 16px;
    color: #828282;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 198px;
    height: 48px;
    border: 1px solid #828282;
    border-radius: 1000px;
    margin: 0 auto;
    cursor: pointer;
}

.footer-item-inner2 > .ci-button i {
    margin-left: 11px;
}

.footer-item-inner2 > .ci-button:hover {
    background: #828282;
    color: #fff;
}

.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 ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-top: 16px;
}

.footer-item2 ul li a:hover {
    color: #642283;
}

.footer-item3 {
    padding-top: 32px;
}

.footer-item3 .h2 {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin: 0 0 8px;
}

.footer-item3 p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin: 0 0 8px;
    line-height: 1.7;
}

.footer-item3 p span {
    text-decoration: underline;
}

.footer-item3 p:first-of-type {
    max-width: 1080px;
}

/*=== page-02 start ===*/

.partner-area-s1 {
    padding-top: 80px;
}

.partner-item-s1 {
    background: #F1DAE9;
    border-radius: 200px 0 200px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 87px 30px 70px 96px;
}

.partner-item-inner-s1 .small-tx,
.partner-item-inner-s1 h2 {
    font-weight: 700;
    font-size: 80px;
    color: #000;
    margin: 0 0 24px;
}
.partner-item-inner-s1 .small-tx {
    font-size: 60px;
    line-height: 1.1;
}

.partner-item-inner-s1 p {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    max-width: 472px;
    margin: 0 0 32px;
}

.partner-item-inner-s1 a {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 130%;
    padding: 14px 32px;
    background: #044684;
    border: 1px solid #FFFFFF;
    border-radius: 1000px;
}

.partner-item-inner-s1 a i {
    margin-left: 12px;
}

.partner-item-inner-s1 a:hover {
    opacity: .8;
}

.partner-item-inner2-s1 img {
    max-width: 100%;
}

/*=== heute area start ===*/

.heute-area-s1 {
    overflow: hidden;
}

.heute-area-s1 .row {
    --bs-gutter-x: 48px;
}

.heute-area-inner-s1 {
    max-width: 1612px;
    margin: 0 auto;
    background-image: url('../images/heute-01.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}

.heute-area-inner2-s1 {
    max-width: 1462px;
    margin: 0 auto;
    background-image: url('../images/heute-02.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 298px;
    padding: 96px 0 66px;
}

.heute-item-s1 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    text-align: center;
    margin: 0 0 8px;
}

.heute-item-s1 p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin: 0 0 48px;
}

.heute-item2-s1 {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-bottom: 30px;
}

.heute-item2-inner-s1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heute-item2-inner-s1 img {
    max-width: 100%;
    display: block;
    margin-bottom: 24px;
}

.heute-item2-s1 p {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin: 0 0 24px;
}

.heute-item2-s1 input {
    font-weight: 500;
    font-size: 20px;
    color: #828282;
    width: 100%;
    padding: 12px 24px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10000px;
}

.heute-item2-s1 a {
    font-family: 'AbsaraSans';
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    padding: 9px 32px;
    background: #D9414E;
    border-radius: 1000px;
}

.heute-item2-s1 a:hover {
    opacity: .8;
}

/*=== bestellen area start ===*/

.bestellen-area-s1 {
    overflow: hidden;
    padding-bottom: 18px;
}

.bestellen-area-s1 .row {
    --bs-gutter-x: 32px;
}

.bestellen-area-inner-s1 {
    max-width: 1292px;
    margin: 0 auto;
    background-image: url('../images/hero-shape.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 93px;
}

.bestellen-item-s1 {
    margin-bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.bestellen-item-inner-s1 {
    padding: 24px;
    border-bottom: 1px solid #E0E0E0;
}

.bestellen-item-inner-s1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto 8px;
}

.bestellen-item-inner2-s1 img {
    margin: 0 auto 24px;
}

.bestellen-item-inner-s1 p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.bestellen-item-inner3-s1 {
    padding: 16px;
    text-align: center;
}

.bestellen-item-inner3-s1 a {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

/*=== uber area start ===*/

.uber-area-s1 {
    overflow: hidden;
}

.uber-area-s1 .container {
    max-width: 1632px;
}

.uber-area-s1 .row {
    --bs-gutter-x: 96px;
}

.uber-item-s1 h1,
.uber-item-s1 h2,
.uber-item-s1 h3,
.uber-item-s1 h4 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #000000;
    margin: 0 0 10px;
}


.uber-slider {
    padding: 0 60px;
}

.uber-item2-inner-s1 img {
    max-width: 152px;
    display: block;
    margin-bottom: 16px;
}

.uber-item2-inner-s1 .headline {
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    margin: 0 0 16px;
}

.uber-item2-inner-s1 .content {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin: 0 0 16px;
}

.uber-item2-inner-s1 .name {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin: 0 0 24px;
}

.uber-item3-s1 img {
    width: 100%;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

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

.slick-prev, .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    z-index: 1;
}

.slick-prev {
    background-image: url(../images/slider-prev.svg) !important;
    background-position: 100% center !important;
    left: 0;
}

.slick-next {
    background-image: url(../images/slider-next.svg) !important;
    background-position: 100% center !important;
    right: 0;
}

.slick-dots {
    bottom: -12px;
    text-align: left;
    display: flex;
}
body .slick-dots li:before {
  content: none !important;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 8px;
    margin-left: 0 !important;
    transition: .3s;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
    border: 1px solid #000;
}

.slick-dots li.slick-active button {
    background: #000;
}

/*==page-03-start==*/

.hero3-left h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 68px;
    color: #000000;
}

.hero3-left h5 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 48px;
    color: #044684;
    position: relative;
}

.hero3-left h5 span {
    color: #044684;
}

.hero3-left h5::before {
    content: "";
    display: block;
    position: absolute;
    width: 176px;
    height: 139px;
    background: url('../images/h10.png') no-repeat;
    left: -220px;
    top: -120px;
}

.hero3-right img {
    max-width: 100%;
}

.hero-btm {
    max-width: 784px;
    margin: auto;
    position: relative;
    /* margin-top: 50px; */
}

.hero-sectionm:before,
.hero-btm::after {
    content: "";
    display: block;
    position: absolute;
    width: 176px;
    height: 139px;
    background-color: #E0F4E8;
    right: -220px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 60px 0;
}
.hero-sectionm:before {
  left: -220px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 60px;
}

.hero-btm .headline {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}

.hero-btm .content {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 15px;
}

.cystinol3-main {
    background: #f1dae9;
    border-radius: 240px 0 240px 0;
    padding: 90px 70px 90px 70px;
    margin: 0 100px;
}
.panel-layout .cystinol3-main .ci-button {
  margin-bottom: 0;
}

.cystino3-left h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}

.cystino3-left h3 span:nth-of-type(1) {
    color: #044684;
}

.cystino3-left h3 span:nth-of-type(2) {
    color: #044684;
}

.cystino3-left ul {
    margin-top: 20px;
}

.cystino3-left ul li {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 8px;
    display: flex;
}

.cystino3-left ul li:first-child {
    margin-top: 0;
}

.cystino3-left ul li span img {
    margin-right: 25px;
    /*! width: 26px; */
}

.cystino3-left h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.cystino3-left p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin: 10px 0 0 0;
}

.dosierung-item3 {
    margin-top: 32px;
}

.dauer3-item {
    margin-top: 32px;
}

.dauer3-item p:nth-of-type(2) {
    margin-top: 25px;
}

.dauer3-item a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    text-decoration: underline;
    margin-top: 17px;
}

.dauer3-item a span img {
    margin-right: 10px;
} 

.cystino3-right h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 26px;
    color: #000000;
}

.cystino3-right ul {
    display: flex;
    margin-top: 16px;
}

.cystino3-right ul li {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-right: 16px;
}

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

.cystino3-right ul:nth-of-type(2) {
    margin-top: 8px;
}


.cystino3-right img {
    max-width: 100%;
    margin-top: 70px;
}

.cystino3-right a {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ffffff;
    padding: 14px 32px;
    background: #044684;
    border-radius: 100px;
    transition: 0.2s all ease;
    margin-top: 30px;
}

.cystino3-right a:hover {
    opacity: 0.8;
}

.wirkweise-area {
    background: #ffffff;
    padding: 192px 0 170px 0;
}

.wirkweise-main {
    max-width: 784px;
    margin: auto;
}

.wirkweise-main h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 48px;
    color: #000000;
}

.wirkweise-main p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 25px;
}

.wirkmechan-area {
    background: #ffffff;
}

.wirkmechan-main img {
    width: 100%;
    margin-top: 30px;
}

.wikme3-title {
    max-width: 784px;
    margin: auto;
}

.wikme3-title h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 48px;
    color: #000000;
}

.btn-inner a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    border-radius: 100px;
    padding: 12px 32px;
    border: 1px solid #000000;
    margin-top: 24px;
    transition: 0.2s all ease;
}

.btn-inner a:hover {
    border: 1px solid #044684;
    background: #044684;
    color: #ffffff;
}

.btn-inner {
    margin-bottom: 190px;
}

.error-404 {
    margin-bottom: 80px;
}
.panel-layout a {
    text-decoration: underline;
    font-weight: 600;
    color: #000;
    display: inline;
}
.panel-layout .ci-button {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    padding: 12px 32px;
    border: 1px solid #000000;
    border-radius: 1000px;
    margin: 0 8px 20px;
    text-decoration: none;
    display: inline-block;
}
.cta-item-s2 .ci-button {
    margin-top: 20px;
}
.panel-layout .ci-button:hover {
    color: #fff;
    background: #000;
}
.panel-layout .ci-button.red {
    border-color: #000;
    color: #000;
}
.panel-layout .ci-button.red:hover {
    border-color: #E0F4E8;
    background: #E0F4E8;
    color: #fff;
}
.panel-layout .ci-button.ci-color {
    background: #E0F4E8;
    border-color: #E0F4E8;
    color: #fff;
}
.panel-layout .ci-button.ci-color:hover {
    opacity: .8;
}
.site-main ul li:before {
    content: '';
    font-size: 0;
    margin-right: 10px;
    margin-right: 10px;
    margin-left: -33px;
    background: #009739;
    border-radius: 14px 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: sub;
}
p {
    line-height: 1.4;
}
.panel-layout .panel-grid:first-of-type {
    margin-top: 60px;
}
.panel-layout .panel-layout .panel-grid {
    margin-top: 0;
}
.row.ai-center {
    align-items: center;
}
.cystinol3-main h2 {
    margin-bottom: 20px;
}

.panel-layout ul li {
    /* display: flex;
    align-items: flex-start; */
    margin-bottom: 8px;
    /* flex-wrap: wrap; */
    margin-left: 38px;
}
.hero-mainm h1 {
    margin-bottom: 25px;
    font-size: 44px;
    color: #000;
}
.hero-mainm h2 {
    font-size:32px;
    color: #000;
}
h1 span, h2 span, h3 span, h4 span {
    line-height: 1.3;
    display: inline-block;
}
.cystinol3-main ul {
    margin-bottom: 25px;
}
.cystinol3-main .siteorigin-widget-tinymce p,
.cystinol3-main .siteorigin-widget-tinymce li {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.box-listing .one-listing .text {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50px 0;
    padding: 30px 40px;
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.box-listing .one-listing .content {
    display: none;
    margin-bottom: 40px;
    padding: 0 40px;
}
.box-listing .one-listing.active .content {
    display: block;
}
.so-widget-wph-boxlisting-form-fields .hero-btm::after {
    content: none;
}

.newsletter-item2-s1 a {
    color: #000;
    display: inline-block;
    text-decoration: none;
}
.one-listing .headline img {
    margin-left: auto;
}

.post-header {
    font-weight: bold;
}
.post-header img {
    height: auto;
    border-radius: 100px 0 100px 0;
}
.green-headline {
    color: #044684;
    font-size: 48px;
}
.category-headline {
    font-size: 80px;
}
.post-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4;
    hyphens: auto;
}
.single-post  strong {
    font-weight: bold;
}
.single-post span {
    line-height: 1.4;
}
.single-post h2 {
    margin-bottom: 20px;
    font-weight: bold;
}
.single-post p {
    margin-bottom: 30px;
}
.post-header  {
    margin-top: 40px;
}
.post-header .row {
    align-items: flex-end;
}
.pflichttext a {
    color: #000;
}
.pflichttext{
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.single-post .footer-area   p {
    margin-bottom: 5px;
}
.single-post h3 {
    font-weight: bold;
}
.so-widget-wph-ratgeber-form-fields .post-title {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    cursor: pointer;
}
.so-widget-wph-ratgeber-form-fields .post-title a{
    text-decoration: none;
    color: #000;
}
.so-widget-wph-ratgeber-form-fields .post-content p {
    line-height: 1.5;
    margin-bottom: 10px;
}
.so-widget-wph-ratgeber-form-fields .post-footer a {
    font-weight: bold;
}
.so-widget-wph-ratgeber-form-fields .one-post {
    margin-bottom: 40px;
}
.so-widget-wph-ratgeber-form-fields .one-post img {
    border-radius: 100px 0;
}
body, html {
    overflow-x: inherit !important;
}
body .heute-item2-inner-s1 a,
.heute-item2-s1 a,
body .partner-item-inner-s1 a {
    color: #fff;
    background: #E0F4E8;
    border: none;
    text-decoration: none;
}
body .bestellen-item-inner3-s1 a {
    color: #000;
    text-decoration: none;
}

.bestellen-item-inner2-s1 {
    min-height: 135px;
    display: flex;
    align-items: center;
}
.drop-btn a:hover {
    color: #fff;
}
.pagination {
  margin-top: 40px;
}
.pagination ul {
    display: flex;
    font-weight: bold;
    justify-content: center;
    width: 100%;
}
.pagination ul li {
    margin-right: 10px;
    margin-left: 15px;
}
.pagination ul li:before {
    content: none;
}
.footer-item-inner2 ul {
  flex-wrap: wrap;
}
.footer-item-inner2 ul li {
  width: 33%;
  margin-bottom: 15px;
  display: none;
}
.footer-item-inner2 ul li:nth-child(-n+3) {
  display: block;
}
.footer-item-inner2 ul li a img {
  max-width: 180px;
}
.searchform-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 120px;
  z-index: 100;
}
.searchform-wrapper.active {
  display: block;
}
.searchform-wrapper .form-input {
  padding: 16px 24px;
  padding-left: 60px;
  box-shadow: 0 4px 44px 0 rgba(0,0,0,0.15);
  border-radius: 13px;
  border: 0;
}
#searchsubmit {
  margin: 0 20px;
  cursor: pointer;
  font-size: 0;
  background: transparent;
  position: absolute;  
  z-index: 1000000;
}
form .input-group {
  display: flex;
  align-items: center;
}
.vhidden {
  visibility: hidden;
}
.one-result {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f1;
}
.one-result:last-of-type {
  border-bottom: 0;
}
.one-result .search-title {
  font-size: 30px;
  font-weight: bold;
}
.one-result  .entry-summary a,
.one-result .search-title a {
  color: #044684;
  font-weight: bold;
}
.one-result  .entry-summary p {
  margin-bottom: 10px;
}
.pagination a {
  color: #044684;
}
.offcanvas .header-dropmain {
    display: flex;
    flex-wrap: wrap;
}
.offcanvas .menu-item {
  width: 100%;
  padding-bottom: 0;
}
.offcanvas .menu-item a {
  flex-wrap: wrap;
}
.offcanvas .menu-item .description {
  display: block;
  width: 100%;
}
.offcanvas .menu-item.drop-btn {
  display: none;
}
.offcanvas .mobile-menu ul li a img {
  max-width: 100%;
}
.offcanvas .menu-item .sub-menu {
  position:static;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: none;
  margin-top: 0;
}
.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;
}
.smallprint .siteorigin-widget-tinymce a {
  text-decoration: underline;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

body .so-panel.widget:last-of-type {
  margin-bottom: 0px !important;
}
.star-rating {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.star-rating img {
  margin-right: 10px;
}
.usp-header {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 10px;
  justify-content: center;
}
.usp-header img {
  margin-right: 20px;
}
.so-widget-wph-textbox-form-fields h2,
.so-widget-wph-textbox-form-fields h3 {
  margin-bottom: 20px;
}
.bg-image-hidden {
  display: none;
}
.width-image {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-repeat: no-repeat !important;
}
.width-image p,
.width-image * {
  color: #fff;
}
.width-image a {
  color: #fff;
  border-color: #fff;
}

.siteorigin-widget-tinymce p,
.siteorigin-widget-tinymce li {
  font-size: 20px;
  font-weight: 500;
}

.footer-item-inner2 img {
    filter: grayscale(1);
}
.usp-header .leaf {
    background: #E0F4E8;
    width: 25px;
    height: 25px;
    border-top-left-radius:70%;
    border-bottom-right-radius: 70%;
    margin-right: 12px;
}
.usp-content p {
    font-weight: 500;
}

.hero-video {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 100%;
  display: none;
}

body .so-panel.widget {
  margin-bottom: 50px !important;
}
table {
  border: 2px solid #E0E0E0;
}
table tr:first-of-type {
  background: #F2F2F2;
}
table tr:nth-child(even) {
  background: rgba(245, 245, 245, 0.5);
}
table tr td {
  padding: 20px;
}
table tr td img {
  margin-right: 15px;
}
iframe {
  width: 100%;
}
/* smooth header */
.header-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  transition: transform 200ms linear;
}
.header-topbar + div {
  transition: transform 200ms linear;
}

.header-unpinned {
    transform: translateY(-100%);
}

.header-pinned {
    transform: translateY(0%);
}
.header-unpinned + div {
  transform: translateY(-100%);
}
.header-dropmain .drop-btn {
  padding: 0;
}
.header-dropmain .jk-button-menu {
  font-size: 14px;
  font-weight: 500;
}
.header-unpinned + div .jk-button-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms linear;
}
.header-pinned + div .jk-button-menu {
  opacity: 0;
  transition: opacity 400ms linear;
  visibility: hidden;
}
.header_desktop {
  min-height: 187px;
}
/* end smooth header */

.stilaxx img {
  height: 47px;
}
.ps-center {
  display: flex;
  justify-content: center;
}
.ps-right {
  display: flex;
  justify-content: flex-end;
}
.post-header-wrapper {
    background-color: rgba(184,70,144,0.2);
    padding: 40px 0;
}
.single .post-info {
    display: flex;
    flex-wrap: wrap;
}
.single .post-info time {
    margin-right: 30px;
}
.single .post-info .categories {
    width: 100%;
}
.single .post-info .categories a {
    font-size: 14px;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
    font-weight: 500;
    color: #000;
}
.single .post-info .categories a + a {
    margin-left: 10px;
}
.single .post-info time,
.single .post-info address a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.single .post-info address {
    line-height: 1;
    margin-bottom: 20px;
}
.single .entry-content {
    margin-top: 40px;
}
.author-avatar {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px;
}

.author-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.author-link {
    font-size: 16px;
    color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.author-description {
    width: calc(100% - 125px);
}
.author-info {
    background: rgba(184,70,144,0.2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
    margin: 40px auto 150px;
    padding: 30px;
    border-radius: 30px 0
}
.comments-title, .comment-reply-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 120px;
}
.comment {
    background: rgba(184,70,144,0.2);
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 80px 0;
}
.comment .children {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    border: 2px solid rgba(184, 70, 144, 0.2);
    border-radius: 80px 0;
}
.comment .children .children {
    border-radius: 60px 0;
}
.comment .children .comment {
    background: none;
}
.comment .children .comment:last-of-type {
    padding-bottom: 0;
}
.comment .comment-content p:last-of-type {
    margin-bottom: 10px;
}
.comment .comment-reply-link {
    font-size: 14px;
    border: 1px solid;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 500;
    color: #000;
}
.meta-comments {
  font-size: 16px;
}
.comments-area {
    max-width: 784px;
    margin: auto;
}
.comment-metadata a {
    color: #666;
    font-size: 14px;
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
}
.form-group {
    width: 100%;
    order: 2;
}
.comments-input {
    width: 100%;
    margin-bottom: 30px;
}
.comment-form-cookies-consent,
.form-submit {
    order: 2;
}
.comment-form textarea,
.comment-form input {
    border-radius: 25px;
    padding: 12px 20px;
}
.comments-input .col-sm-5 {
    padding-right: 8px;
}
.comments-input .col-sm-7 {
    padding-right: 0;
}
.btn-primary {
    background: rgba(184, 70, 144, 1);
    border: none;
    padding: 12px 20px;
}

.so-widget-wph-recipe {
  border: 1px solid #000;
  padding: 30px;
  border-radius: 30px 0;
}
.so-widget-wph-recipe p,
.so-widget-wph-recipe li {
  font-size: 20px;
  font-weight: 500;
}
.site-main .so-widget-wph-recipe li:before {
  content: '-';
  background: none;
  font-size: 20px;
  width: auto;
  height: auto;
  vertical-align: baseline;
}
.so-widget-wph-recipe li {
  list-style: 
}
.small-container {
  max-width: 784px;
  margin: auto;
}
.so-widget-wph-product {
  background: #F1DAE9;
  margin: 0 100px;
  border-radius: 240px 0;
  padding: 160px 0;
  margin-bottom: 180px;
}
.so-widget-wph-product p {
  font-weight: 500;
}
.so-widget-wph-product .ci-button {
  margin: 0;
  margin-top: 15px;
}
.so-widget-wph-product h2 {
  margin-bottom: 30px;
}
.product-containeer {
  margin-top: 120px;
  text-align: center;
  margin-bottom: -300px;
}
.product-containeer .col-md-3 {
  padding: 0 25px;
}
.product-containeer .title {
  margin-top: 20px;
  font-weight: 500;
  text-decoration: none;
}
.product-containeer a {
  text-decoration: none;
  color: #000;
}
.product-intro .row {
    margin-left: 208px;
}
.grp{
    width: 100%;
    position: relative;
}
.so-widget-wph-pages .grp::before {
    content: " ";
    background: #E0F4E8;
    width: 185px;
    height: 145px;
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
    display: block;
    position: absolute;
    left: -235px;
    top: 313px;
}
.so-widget-wph-pages .grp::after {
    content: " ";
    background: #E0F4E8;
    width: 105px;
    height: 85px;
    border-top-left-radius: 35%;
    border-bottom-right-radius: 35%;
    display: block;
    position: absolute;
    left: 1319px;
    bottom: 215px;
}
.so-widget-wph-pages .img1 {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    object-fit: cover;
    height: 250px;
}
.so-widget-wph-pages .card-title a {
  font-weight: 700;
}
.so-widget-wph-pages .card-title {
    color: #009739;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4;
    display: block;
}
.so-widget-wph-pages .card {
    border:none;
}
.so-widget-wph-pages .card a {
    color: #009739;
    text-decoration: none;

}
.so-widget-wph-pages .col {
  margin-bottom: 30px;
}
.so-widget-wph-pages .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.so-widget-wph-pages .card {
  display: block;
}
.so-widget-wph-pages .card-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
/* start timeline */
.timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #E0F4E8;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline .timeline-item .timeline-content p:last-of-type {
  margin-bottom: 0;
}
.timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
.timeline .timeline-item:after, .timeline .timeline-item:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.timeline .timeline-item .timeline-icon {
    background: #E0F4E8;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}
.timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    border-radius: 40px 0;
    padding: 20px;
    border: 2px solid #DCDDDD;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.timeline .timeline-item:nth-of-type(even) .timeline-content {
    float: right;
}
.timeline-content h2:before,
.timeline-content h3:before {
  width: 20px;
  height: 20px;
  border-radius: 13px 0;
  background-color: #E0F4E8;
  content: '';
  display: inline-block;
  margin-right: 10px;
}
/* end timeline */

.hero-blog-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  display: flex;
  align-items: center;
}
.hero-blog-wrapper .h1 {
  font-size: 80px;
  font-weight: 600;
}
.hero-blog-wrapper .h1, .h4{
  color: #fff;
}
.one-post {
  margin-bottom: 45px;
  padding: 0 20px;
}
.one-post .image-wrapper img {
  max-height: 276px;
  object-fit: cover;
  border-radius: 100px 0;
}
.one-post .categories  {
  width: 100%;
}
.one-post .categories .cat-links a {
  background: #F2F2F2;
  padding: 10px 25px;
  border-radius: 40px;
  color:  #000;
  margin-right: 5px;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none; 
  display: inline-block;
}
.one-post .meta-data {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.one-post .meta-data .autor-information {
  margin-right: 15px;
  font-size: 16px;
}
.one-post .post-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 20px 0 10px;
}
.one-post .post-title a {
  color: #E0F4E8;
  text-decoration: none;
}
.one-post .read-more {
  color: #E0F4E8;
  text-decoration: none;
}
.one-post .autor-information img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.sib_signup_box_inside_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.sib_msg_disp {
  width: 100%;
}
.sib_signup_box_inside_1 p {
  width:100%;
}
.sib_signup_box_inside_1 p.wph-input-field {
  width: 48%;
}
.sib_signup_box_inside_1 p.wph-input-field input {
  width: 100%;
}
.sib-email-area + p {
  font-size: 12px;
  font-weight: 400;
}
.sib-email-area + p .wph-submit {
  margin-top: 20px;
  border: 1px solid;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 1000px;
  background: transparent;
  font-size: 14px;
  color:#fff;
  transition: background 400ms linear;
}
.sib-email-area + p .wph-submit:hover {
  background: #fff;
  color: #000;
}
.header_desktop .drop-btn a:hover {
  background: #E0F4E8;
  border-color: #E0F4E8;
}
.button-wrapper {
  display: flex;
  justify-content: center;
}
.entry-content > .wph-filter {
  display: none; 
}
.search .partner-item-s1 {
  padding-right: 96px;
}
.search .partner-item-inner-s1,
.search .partner-item-inner2-s1 {
  width: 45%;
}
.search .one-result .entry-summary a,
.search .one-result .search-title a,
.pagination a {
  color: #E0F4E8;
}
.single .entry-content ul {
  margin-left: 40px;
  margin-bottom: 20px;
}
.card-text,
.card-text p,
.card a {
  font-weight: 500;
}
.card a {
  font-weight: 600;
}
.breadcrumbs {
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.single .breadcrumbs,
.archive .breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs .seperator {
  margin: 0 10px;
}
.single .entry-content a {
  color: #E0F4E8;
  text-decoration: underline;
}
.single .post-title {
  font-size: 32px;
}
.single .mediaelement {
  margin-bottom: 30px;
}
.single .mediaelement small {
  color: #666;
}
.single .news-text-wrap p + p {
  margin-bottom: 0;
}
.single .green-headline {
  color: #009739;
}
.single .hero-leftm h2 {
    color: #000;
}
.site-main ul.white-leaf li:before  {
  background: #fff;
} 
.wpforms-form ul li:before {
  content: none;
}