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

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.sticky {
    background: #f7e6ca;
    transition: 0.5s;
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 50px;
    z-index: 9999;
    display: block;
    transition: 0.5s;
}

#mobile-header {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px 50px;
    z-index: 9999;
}

.navigation-list {
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.header-navigation {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation li {
    display: inline-block;
    margin: 0 0 0 40px;
}

.header-navigation li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #23302C;
}

/* End Header */

/* Start banner */

#banner-section-devide {
    width: 100%;
    display: flex;   
}

.left-banner-set {
    width: 50%;
    background: #F7E6CA;
    padding-top: 160px;
    padding-left: 46px;
    position: relative;
}

.banner-logos {
    width: auto;
    display: block;
    margin: 0 0 50px 0;
}

.left-banner-set h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 15px;
    line-height: 25px;
    color: #23302C;
    margin-bottom: 170px;
}

.banner-set-h4-button-ban {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 15px;
    line-height: 25px;
    color: #F7E6CA;
    margin-bottom: 200px;
    position: relative;
    z-index: 9;
}

.banner-set-h4-button-ban::after {
    content: ".";
    position: absolute;
    height: 10px;
    width: 190px;
    background: #F7E6CA;
    left: 10px;
    bottom: 0;
    z-index: -1;
    font-size: 0px;
}

.right-banner-set {
    width: 50%;
    background: #D0DED6;
    padding-top: 160px;
    padding-right: 46px;
    position: relative;
}

.banner-right-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}

.contact-information-list-area {
    width: 300px;
    background: #839D95;
    position: absolute;
    right: 50px;
    padding: 40px 30px;
    z-index: 9;
}

.label-tiatle-name {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin: 0 0 10px 0;
}


.timing-hours-for-banner {
    width: 100%;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 40px;
}

.timing-hours-for-banner td {
    padding: 5px 5px 5px 0;
    font-size: 16px;
}

.timing-hours-for-banner td p {
    font-size: 12px;
    line-height: 11px !important;
    margin: 0px;
}

.timing-hours-for-banner td p span {
    display: block;
    margin: 0 0 4px 0;
    font-weight: 400;
}

.contact-information-banner {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.contact-information-banner li {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.contact-information-banner li a {
    font-size: 18;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
}

.banner-address {
    margin: 0;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
}

/* End Banner */


/* Start Third Section */

#fruit-section-number-third {
    width: 100%;
    display: block;
    background: #D0DED6;
    padding-top: 150px;
}

.third-section-divide-of-rull {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.left-fruit-setion-set {
    width: 66%;
    padding-left: 160px;
    padding-right: 50px;
}

.heading-left-fruit-title {
    font-size: 48px;
    font-weight: 400;
    color: #23302C;
    margin: 0 0 0 0;
}

.descripation-left-fruit-pera {
    display: block;
    font-size: 20px;
    color: #23302C;
    margin: 0 0 60px 0;
    line-height: 40px;
    font-weight: 400;
}

.bottom-left-fruit-pera {
    display: block;
    font-size: 20px;
    color: #23302C;
    line-height: 40px;
    font-weight: 400;
}

.right-fruit-setion-set {
    width: 34%;
}

.img-caju-gomes-right {
    width: 100%;
}

/* End Third Section */


/* Start Arndt Burnotte Section */

#arndt-burnotte-section {
    width: 100%;
    display: block;
    background: #F7E6CA;
    padding: 100px 160px 100px;
}

.arndt-burnotte-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    min-height: 400px;
}

.arndt-burnotte-image-wrap {
    width: 20%;
    flex-shrink: 0;
}

.arndt-burnotte-portrait {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.arndt-burnotte-content-box {
    flex: 1;
    background: #7f9e97;
    padding: 32px 56px 32px 64px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arndt-burnotte-text {
    font-size: 20px;
    line-height: 40px;
    color: #FFF;
    margin: 0 0 30px 0;
    font-weight: 400;
}

.arndt-burnotte-name {
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    margin: 0;
}

/* End Arndt Burnotte Section */


/* Start Slider Category */



/* End Category Slider   */


/* Start Doctor Says Section */

#doctor-days-feedback {
    width: 100%;
    display: block;
    background: #F7E6CA;
    padding: 0 160px;
}

.collection-of-doctors-area {
    width: 100%;
    display: block;
    position: relative;
    padding: 150px 0 55px;
    text-align: right;
}

.inner-content-section-doctor-feed {
    width: 730px;
    background: #839D95;
    display: inline-block;
    /* margin: 0 auto 0 0; */
    padding: 50px 40px 40px 150px;
    color: #FFF;
}

.doctor-img-feed-img {
    position: absolute;
    left: 20px;
    top: 0;
    width: 330px;
}

.content-doctor-day-descripation {
    font-size: 20px;
    text-align: left;
    line-height: 40px;
    color: #FFF;
    margin: 0 0 40px 0;
}

.doctor-name-list1 {
    text-align: left;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
}
/* End Doctor Says Section */


/* Start Contact  */

#contact-section-area-list {
    width: 100%;
    display: block;
    padding: 0 60px;
    background: #d0ded6;
}


.list-contact-area-inner-2-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.left-map-section-1 {
    background: #839D95;
    width: 30%;
    padding: 40px 0;
}

.top-part-section-001 {
    width: 100%;
    display: block;
    padding: 0 30px 30px;
}

.contact-label-tiatle-name-foot {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin: 0 0 10px 0;
}

.contact-timing-hours-for-banner-foot {
    width: 100%;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-timing-hours-for-banner-foot td {
    padding: 5px 5px 5px 0;
    font-size: 16px;
}

.contact-timing-hours-for-banner-foot td p {
    font-size: 12px;
    line-height: 11px !important;
    margin: 0px;
}

.contact-timing-hours-for-banner-foot td p span {
    display: block;
    margin: 0 0 4px 0;
    font-weight: 400;
}


.contact-information-banner-foot-text {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
}

.contact-information-banner-foot-text li {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.contact-information-banner-foot-text li a {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
}

.banner-address-footer-contact {
    margin: 20px 0 0;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
}

.bottom01-part-section-001 {
    width: 100%;
    display: block;
    padding: 30px 30px 0;
}

#map-contact {
    width: 100%;
    height: 320px;
}

.right-map-section-1 {
    width: 70%;
    padding-top: 80px;
    padding-left: 90px;
}

.footer-title-heading-con {
    color: #23302C;
    font-size: 48px;
    font-weight: 300;
    display: block;
    margin: 0 0 20px 0;
}

.footer-descripation-peragra-001 {
    font-size: 20px;
    color: #23302C;
    display: block;
    margin: 0px 0 10px 0;
}

.kontakt-form-inputs-area-list {
    width: 100%;
    display: block;
    margin: 50px 0 0 0;
}

.kontaktformular-status {
    margin-bottom: 20px;
    padding: 14px 20px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    display: none;
}

.kontaktformular-status:not(:empty) {
    display: block;
}

.kontaktformular-status--success {
    background: #839D95;
    color: #FFF;
}

.kontaktformular-status--error {
    background: #c75a4e;
    color: #FFF;
}

.kontaktformular-status--info {
    background: #F7E6CA;
    color: #23302C;
}

.form-group-section-list-area-001 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.full-input-width-form {
    width: 100%;
}

.input-from-sett-footer {
    width: 100%;
    display: block;
    padding: 20px 0 20px 30px;
    font-size: 18px;
    color: #8B8272;
    letter-spacing: 1px;
    border: none;
    background: #F7E6CA;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}

.input-from-sett-footer::placeholder {
    color: #8B8272;
}

.half-input-width-form-01 {
    width: 40%;
}

.half-input-width-form-02 {
    width: 58%;
}

.text-rea-nachricht-area {
    width: 100%;
    display: block;
    padding: 20px 0 20px 30px;
    font-size: 18px;
    color: #8B8272;
    letter-spacing: 1px;
    border: none;
    background: #F7E6CA;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    height: 368px;
}

.submit-button-list-area-foot {
    display: block;
    text-align: right;
}

.abschicken-btn {
    font-size: 18px;
    border: none;
    background: none;
    color: #000000;
    position: relative;
    right: 80px;
    bottom: 80px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
    z-index: 99;
}

.abschicken-btn::after {
    content: ".";
    position: absolute;
    height: 10px;
    width: 190px;
    background: #F7E6CA;
    right: -50px;
    bottom: 0;
    font-size: 0px;
    z-index: -1;
}

#bottom-section-foot {
    width: 100%;
    display: block;
    padding: 30px 0 60px 0;
    text-align: center;
    background: #d0ded6;
}

.bottom-list-listing-area01 {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-list-listing-area01 li {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    margin: 0 5px;
}

.bottom-list-listing-area01 li a {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    font-size: 400;
}


.for-mobile-hide-desktop {
    display: none;
}


/* End Contact  */



/* Start Slider Section */


#carouselExampleDark {
    width: 100%;
    display: block;
    padding: 60px 20px 100px 60px;
    background-image: linear-gradient(#F2C193 60%, #D0DED6 40%);
}

#indicator-list-dots-23 button {
    opacity: 0.6;
    outline: none;
    background: no-repeat;
}

#indicator-list-dots-23 .active {
    opacity: 1;
}

.carousel-indicators img {
    width: 100%;
    display: block;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 168px;
    height: auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.left-chhota img {
    position: relative;
    z-index: 99;
    width: 328px;
}

#indicator-list-dots-23 {
    position: relative !important;
    display: block !important;
    margin: -365px 0 0 0px !important;
    width: 100%;
    text-align: right;
    /* box-shadow: 0 -10px 130px #e5aa75; */
    padding: 0 0 100px 365px;
    word-break: keep-all;
    white-space: nowrap;
    overflow-x: scroll;
}

.condensed-list-list-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.left-chhota {
    width: 25%;
}

.right-chhota {
    width: 85%;
	padding-left: 50px;
}

.content-peragraph-set {
    height: 410px;
    overflow-y: auto;
}

.content-peragraph-set::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.content-peragraph-set::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #FFF; 
  border-radius: 0px;
  background: #FFF;
  width: 5px;
  border-right: 1px solid #DAAD84;
  border-left:  1px solid #DAAD84;;
}
 
/* Handle */
.content-peragraph-set::-webkit-scrollbar-thumb {
  background: #23302C; 
  border-radius: 0px;
  width: 10px;
}

/* Handle on hover */
.content-peragraph-set::-webkit-scrollbar-thumb:hover {
  background: #23302C; 
  width: 10px;
}

.carousel-control-next, .carousel-control-prev {
    position: unset !important;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.left-chhota h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.left-chhota h3 {
    font-size: 48px;
    font-weight: 300;
    margin: 0 0 60px 0;
    min-height: 115px;
}

.content-peragraph-set p {
    font-size: 16px;
    line-height: 28px;
}

#indicator-list-dots-23::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  #indicator-list-dots-23::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #23302C; 
    border-radius: 0px;
    background: #23302C;
    width: 5px;
    height: 5px;
    border-top: 1px solid #D0DED6;
    border-bottom:  1px solid #D0DED6;;
  }
   
  /* Handle */
  #indicator-list-dots-23::-webkit-scrollbar-thumb {
    background: #23302C; 
    border-radius: 0px;
    width: 10px;
    height: 10px;
  }
  
  /* Handle on hover */
  #indicator-list-dots-23::-webkit-scrollbar-thumb:hover {
    background: #23302C; 
    width: 10px;
    height: 10px;
  }

#arrow-btn-slider {
    position: relative;
    width: 100%;
}

.carousel-control-prev1 {
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 9;
    border: none;
    background: #d0ded6;
    border-radius: 100%;
}

.carousel-control-next1 {
    position: absolute;
    right: 0;
    top: -45px;
    z-index: 9;
    border: none;
    background: #d0ded6;
    border-radius: 100%;
}

#for-mobile-slider {
    display: none;
}

div#mySidenav {
    display: none;
}


.bottomArrowAncher {
    position: fixed;
    bottom: -100px;
    right: 20px;
    transition: 0.5s;
}

.showBottom {
    bottom: 20px;
    transition: 0.5s;
}

.stick-menu-list {
    width: 150px;
    display: none;
}

.sticky .stick-menu-list {
    width: 150px;
    display: block !important;
}

.number-positions-list-slider {
    position: absolute;
    left: 100px;
    bottom: 0;
    z-index: 9999;
    font-size: 18px;
    color: #839D95;
    letter-spacing: 2px;
    font-weight: 700;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    padding-bottom: 110px;
}

#Datenschutz {
    z-index: 9999;
    /* --bs-modal-box-shadow: 0 0.5rem 1rem
    rgba(var(--bs-body-color-rgb), 0.15); */
    /* box-shadow: 0 0.5rem 1rem    rgba(var(--bs-body-color-rgb), 0.15); */
    background: #0000005c;
}

#Impressum {
    z-index: 9999;
    /* --bs-modal-box-shadow: 0 0.5rem 1rem
    rgba(var(--bs-body-color-rgb), 0.15); */
    /* box-shadow: 0 0.5rem 1rem    rgba(var(--bs-body-color-rgb), 0.15); */
    background: #0000005c;
}

#Datenschutz ul {
    list-style: none;
}

#Datenschutz p span {
    display: block;
}