.elementor-kit-13{--e-global-color-primary:#C39D94;--e-global-color-secondary:#9F7A72;--e-global-color-text:#FFFFFF;--e-global-color-accent:#EAD8D3;--e-global-color-3a97ba5:#FFFFFF;--e-global-color-377aae2:#292929;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-23fc24f-font-size:1.2em;--e-global-typography-23fc24f-font-weight:600;--e-global-typography-23fc24f-line-height:125%;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"DM Sans", Sans-serif;font-size:20px;font-weight:300;line-height:150%;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:#02010100;font-size:18px;font-weight:500;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );border-radius:100px 100px 100px 100px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-3a97ba5 );border-style:solid;border-color:var( --e-global-color-secondary );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-3a97ba5 );}.elementor-kit-13 input:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea,.elementor-kit-13 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;}.elementor-kit-13 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-13 textarea:focus,.elementor-kit-13 .elementor-field-textual:focus{color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1640px;}.e-con{--container-max-width:1640px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --custom-padding: 80px;
    --custom-margin: 150px;
}

@media (width < 768px) {
    :root {
        --custom-padding: 40px;
        --custom-margin: 50px;
    }
}

body {
    background-color: var(--e-global-color-primary) !important;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

@media (width > 1023px) {
body::before {
    content: '';
    background-image: url(https://pre.zahndoc-rietberg.de/wp-content/uploads/2023/08/kreise-hero.svg);
        background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -70%;
    left: -20%;
}
}

@media (width < 1024px) {
body::before {
    content: '';
    background-image: url(https://pre.zahndoc-rietberg.de/wp-content/uploads/2023/08/kreise-hero.svg);
        background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 150%;
    width: 100%;
    top: -20%;
    left: -20%;
}
}

p {
    margin: 0;
}

p+*, *+p {
    margin-top: 15px;
}

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

h2 {
    font-size: clamp(25px, 5vw, 50px);
    letter-spacing: .5px;
    margin-bottom: 20px !important;
    position: relative;
}

h2::after {
    content: '';
    height: 2px;
    width: 130px;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 0;
}

h3 {
    font-size: clamp(25px, 5vw, 35px);
}

.accent-accent h2 span {
    color: var(--e-global-color-primary);
}

.accent-black h2 span {
    color: var(--e-global-color-377aae2);
}

.text-dark h2::after {
    background-color: var(--e-global-color-377aae2);
}

@media (width > 768px) {
    .short h2 {
        max-width: 340px;
    }
}

table,
tr,
td {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 none !important;
    font-size: inherit  !important;
}

ul {
    padding-left: 20px;
}

ul li {
    margin: 10px 0;
    list-style-type: disc;
}

ul li::marker {
    color: #fff;
}

img {
    border-radius: 40px !important;
}

.elementor-widget-text-editor a {
    text-decoration: underline;
}

.padding-0 {
    padding: 0;
}

.no-border-radius img {
    border-radius: unset !important;
}

.text-dark {
    color: var(--e-global-color-377aae2);
}

.section-margin {
    margin-top: var(--custom-margin);
    margin-bottom: var(--custom-margin);
}

.section-padding {
    padding-top: var(--custom-padding);
    padding-bottom: var(--custom-padding);
}

.button-filled-white .elementor-button {
    background-color: #fff;
}

.button-filled-white .elementor-button span {
    color: var(--e-global-color-377aae2);
}

.button-filled-accent .elementor-button {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);;
}

.button-filled-accent .elementor-button span {
    color:#fff;
}

.button-accent .elementor-button {
    border-color: var(--e-global-color-primary);
}

.button-accent .elementor-button span {
    color: var(--e-global-color-primary);
}

@media (width > 1400px) {
    .width-70 {
        width: 80%;
    }
}

.elementor-widget-video {
    border-radius: 40px;
}

/* Hero */

#hero .hero-bottom .hero-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/7;
    object-fit: cover;
}

/* Sections */

.section-image .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/11;
    object-fit: cover;
}

.section-bg-filled-opacity::after {
    --overhang: 5%;
      --shift: -30%; 
      content: "";
      position: absolute;
      top: calc(-1 * var(--overhang));
      bottom: calc(-1 * var(--overhang));
      left: calc(50% - 50vw);
      aspect-ratio: 1 / 1;
      transform: translateX(var(--shift));
      background: url("/wp-content/uploads/2025/09/kreis-transparent.svg") center / 100% 100% no-repeat;
      z-index: -1;
}

.section-bg-border-opacity::after {
    --overhang: 5%;
      --shift: -30%; 
      content: "";
      position: absolute;
      top: calc(-1 * var(--overhang));
      bottom: calc(-1 * var(--overhang));
      left: calc(50% - 50vw);
      aspect-ratio: 1 / 1;
      transform: translateX(var(--shift));
    background: url(/wp-content/uploads/2025/09/kreis-rand.svg)  center / 100% 100% no-repeat;
    z-index: -1;
}

.section-bg-filled-white::after {
    content: '';
    background-image: url(https://pre.zahndoc-rietberg.de/wp-content/uploads/2025/09/kreis-weiss-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: auto;
    height: 120%;
    aspect-ratio: 1/1;
    top: -10%;
    right: -3%;
    z-index: -1;
}

body.home .section-bg-filled-white::after {
    height: 110%;
    top: -5%;
    right: -5%;
}

.image-round img {
    border-radius: 100% !important;
}

/* Loops */

.custom-loop {
    margin-top: 40px;
}

.custom-loop .swiper-slide {
    padding-bottom: 10px;
}

.custom-loop .custom-loop-item {
    font-size: 18px;
    line-height: 150%;
    padding: 20px;
    border-radius: 40px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
}

.custom-loop.leistungen .custom-loop-item {
    color: var(--e-global-color-377aae2);
    background-color: #fff;
}

.custom-loop.news .custom-loop-item {
    background-color: var(--e-global-color-secondary);
}

.custom-loop.leistungen .custom-loop-item .elementor-button {
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.custom-loop.leistungen .custom-loop-item .elementor-button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.custom-loop.news .custom-loop-item .elementor-button {
    color: var(--e-global-color-text);
}

.custom-loop.news .custom-loop-item .elementor-button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.custom-loop .custom-loop-item .e-con-inner {
    padding: 0;
}

.custom-loop .custom-loop-item h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: -10px;
}

.custom-loop.leistungen .custom-loop-item h3 {
    color: var(--e-global-color-secondary);
}

.custom-loop .custom-loop-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

@media (width > 1023px) {
    .home .custom-loop.news {
        width: 80%;
    }
}

/* */

.elementor-widget-video {
    box-shadow: 0px 0px 10px 0px #00000059;
}

/* Team */

#team .gallery-item span {
    display: block;
    font-weight: 700;
}

.elementor-image-carousel-wrapper.swiper img.swiper-slide-image {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.elementor-image-carousel-wrapper.swiper .elementor-swiper-button {
    background: #fff;
    padding: .5rem;
    border-radius: 100px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.elementor-image-carousel-wrapper.swiper .elementor-swiper-button svg {
    fill: var(--e-global-color-primary) !important;
}

.elementor-image-carousel-wrapper.swiper .swiper-slide .swiper-slide-inner,
figure.wp-caption {
    text-align: left;
}

.elementor-image-carousel-wrapper.swiper .swiper-slide .swiper-slide-inner figcaption,
figure.wp-caption figcaption {
    text-align: left;
    font-style: normal;
    color: #fff;
    display: inline-block;
    background: var(--e-global-color-secondary);
    padding: 1rem;
    border-radius: 100px;
}

/* Kontakt */

.elementor-form * {
    font-family: "DM Sans", Sans-serif;
}

.elementor-form label {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.elementor-form .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
    color: var(--e-global-color-377aae2) !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 10px !important;
}

.elementor-form .elementor-button[type="submit"] {
    background-color: transparent !important;
}

.elementor-form .elementor-button[type="submit"]:hover {
    background-color: var(--e-global-color-accent) !important;
    color: #ffffff;
}

.elementor-form .elementor-field-type-html {
    font-size: 14px;
}

 /* Impdat */
 
.page-impdat .elementor-832 a,
.page-impdat .elementor-847 a {
     word-break: break-word;
 }
 
 .page-impdat h2 {
     font-size: 1.7em;
 }
 
 .page-impdat h3 {
     font-size: 1.2em;
 }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DM Sans';
	font-display: auto;
	src: url('https://pre.zahndoc-rietberg.de/wp-content/uploads/2025/09/DMSans-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */