:root {
  --primary:rgb(51,51,51);
  --bg-light: rgba(250, 248, 245, 0.95);
  --primary-text:rgba(250, 248, 245, 0.6);
  --radius: 14px;
  --text-white: rgb(250, 248, 245);
  --footer-text: #d6dde7;
  --footer-muted: #ffffffcc;
  --footer-accent: #f5b000;
}
body{background-color: #fff;font-family: "Lato", system-ui, sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;}
h1, h2, h3, h4, h5, h6{font-family: "Playfair Display", serif !important;}
 p:last-child{padding-bottom: 0; margin-bottom: 0;}
ol, ul, menu {list-style: none;margin: 0;margin-bottom: 0px;padding: 0;}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {margin: 0;}

.relative {position: relative;}
.absolute{position: absolute;}
.tracking-wide {letter-spacing: .025em;}
.uppercase {text-transform: uppercase;}
.italic {font-style: italic;}
.container {margin-left: auto;margin-right: auto;max-width: 80rem;padding-left: 1rem;padding-right: 1rem;}

.btn{padding: 9px 32px; font-size: 16px; line-height: 24px;font-weight: 500; border-radius: 4px; gap: 8px; display: flex; align-items: center;border: 1px solid transparent;text-decoration: none;transition: all 0.3s ease;}
.btn svg{width: 16px; height: 16px;}
.btn-primary { border: 0;background:#a17345;color: var(--text-white);}
.btn-check:checked+.btn-primary, .btn-primary.active, .btn.show, .btn-primary:first-child:active, :not(.btn-check)+.btn-primary:active,

.btn-primary:hover { border: 0;background: hsl(215deg 45% 25% / 90%);box-shadow: none !important;}
.btn-outline {background:#75af5f;color: rgb(255,255,255);}
.btn-check:checked+.btn-outline, .btn-outline.active, .btn-outline.show, .btn-outline:first-child:active,:not(.btn-check)+.btn-outline:active,
.btn-outline:hover {background:hsl(35deg 25% 92% / 80%);}



.btn-muted {border:1px solid rgb(231 225 218);}
.btn-white{background: rgb(250, 248, 245); border: 1px solid rgb(231, 225, 218);}
.btn-muted:hover, .btn-white:hover,
.btn-check:checked+.btn-white, .btn-white.active, .btn-white.show, .btn-white:first-child:active,:not(.btn-check)+.btn-white:active
.btn-check:checked+.btn-muted, .btn-muted.active, .btn-white.show, .btn-muted:first-child:active,:not(.btn-check)+.btn-muted:active{background:rgb(67 112 86); color: #fff;}


.shadow{box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);}
.shadow-sm{box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;}

.text-accent {color: rgb(67 112 86);}
.text-primary{color: rgb(35, 59, 92) !important;}
.text-highlight{color: rgb(221, 162, 60);}
.text-accent-20{color: rgba(67, 112, 86, 0.2);}
.text-accent-30{color: rgba(67, 112, 86, 0.3);}

.bg-background{background: rgba(250, 248, 245, 0.95);}
.primary-bg, .bg-primary{background: rgb(117, 175, 95) !important;}
.bg-primary-5{background: rgba(35, 59, 92, 0.05)}
.bg-primary-10{background: rgba(35, 59, 92, 0.1);}
.bg-accent{background: rgb(67, 112, 86)}
.bg-accent-5{background: rgba(67, 112, 86, 0.05) !important;}
.bg-accent-10{background: rgba(67, 112, 86, 0.1);}
.bg-accent-20{background: rgba(67, 112, 86, 0.2);}


.bg-card{background: rgb(253, 253, 252);}
.bg-secondar{background: rgb(240, 235, 230);}
.bg-secondary-30{background: rgba(240, 235, 230, 0.3);}
.bg-secondary-50{background:rgb (255, 255, 255);}
.bg-destructive-10{background: rgba(204, 82, 51, 0.1);}
.bg-secondary-51{background:rgb(244, 247, 243);}

.text-primary-foreground{color: rgb(250 248 245);}
.text-primary-foreground-60 {color: rgb(250 248 245 / 60%);}
.text-primary-foreground-80 {color: rgba(250, 248, 245, 0.8);}

.text-muted-foreground {color: rgb(255,255,255);}
.text-foreground {color: rgb(38 47 64);}
.text-foreground-90{color: rgb(231, 225, 218);}
.leading-relaxed {line-height: 1.625;}

.text-destructive{color: rgb(204, 82, 51);}


.text-xs {font-size: .75rem;line-height: 1rem;}
.text-sm{font-size: 14px;}
.text-normal{font-size: 16px;}
.text-xl {font-size: 1.25rem;line-height: 1.75rem;}
.text-4xl {font-size: 2.25rem;line-height: 2.5rem;}
.text-sm {font-size: .875rem;line-height: 1.25rem;}
.text-lg {font-size: 1.125rem;line-height: 1.75rem;}
.text-6xl {font-size: 3.75rem;line-height: 1;}

.font-medium {font-weight: 500;}
.font-semibold {font-weight: 600;}
.font-bold {font-weight: 700;}

.p-6 {padding: 1.5rem;}
.p-8 {padding: 2rem;}
.pl-6 {padding-left: 1.5rem;}
.py-6 {padding-top: 1.5rem;padding-bottom: 1.5rem;}
.py-8 {padding-top: 2rem;padding-bottom: 2rem;}
.py-16 {padding-top:4rem;padding-bottom:4rem}
.mt-2 {margin-top: .5rem;}
.mt-6{margin-top: 1.5rem;}
.mt-8 {margin-top: 2rem;}
.mt-12 {margin-top: 3rem;}
.ml-4 {margin-left: 1rem;}
.mb-4 {margin-bottom: 1rem !important;}
.mb-3 {margin-bottom: 2rem !important;}
.mb-6 {margin-bottom: 1.5rem;}
.mb-8 {margin-bottom: 2rem;}
.mb-16 {margin-bottom: 4rem;}

.border-accent-50{border: 1px solid rgba(67, 112, 86, 0.5) !important;}
.border-transparent {border-color: transparent;}
.bg-secondary {background-color: rgb(117, 175, 95) !important;}
.border-border {border-color: rgb(231 225 218);}
.border-y {border-style: solid; border-top-width: 1px;border-bottom-width: 1px;}
.border {border-style: solid; border-width: 1px;}
.border-t {border-top: 1px solid rgb(231, 225, 218);}
.border-border{border-color: rgb(231, 225, 218)}
.rounded-xl {border-radius: .75rem;}
.rounded-full {border-radius: 9999px;}
.rounded {border-radius: .25rem;}
.rounded-2xl {border-radius: 1rem;}
.rounded-lg{border-radius: .625rem;}

.grid {display: grid;}
.grid-cols-1 {grid-template-columns: repeat(1,minmax(0,1fr))}
.grid-cols-2 {grid-template-columns: repeat(2,minmax(0,1fr))}
.grid-cols-3 {grid-template-columns: repeat(3, minmax(0, 1fr));}
.grid-cols-4 {grid-template-columns: repeat(4, minmax(0, 1fr));}

.flex-1 {flex: 1 1 0%;}
.flex {display: flex;}
.flex-row {flex-direction: row}
.flex-col {flex-direction: column}
.flex-col-reverse {flex-direction: column-reverse}
.flex-wrap {flex-wrap: wrap}
.items-start {align-items: flex-start}
.items-end {align-items: flex-end}
.items-center {align-items: center}
.items-stretch {align-items: stretch}
.justify-center {justify-content: center}
.justify-between {justify-content: space-between}
.inline-flex {display: inline-flex;}
.text-center {  text-align: center;}
.text-left {text-align: left;}

.style-none{list-style: none;}
.gap-0 {gap:0px}
.gap-1 {gap:.25rem}
.gap-12 {gap:3rem}
.gap-2 {gap:.5rem}
.gap-3 {gap:.75rem}
.gap-4 {gap:1rem !important}
.gap-6 {gap:1.5rem}
.gap-8 {gap:2rem}
.gap-12 {gap: 3rem;}
.gap-16 {
    gap: 4rem;
}

.max-w-2xl {max-width: 42rem;}
.max-w-3xl {max-width: 48rem;}
.max-w-4xl{max-width: 56rem;}
.max-w-xl {max-width: 36rem;}
.max-w-5xl{max-width: 64rem;}
.mx-auto {margin-left: auto;margin-right: auto;}

.w-2 {width: .5rem;}
.w-3 {width: .75rem;}
.w-4 {width: 1rem;}
.w-5 {width: 1.25rem;}
.w-8 {width: 2rem;}
.w-10 {width: 2.5rem;}
.w-12 {width: 3rem;}
.w-14{width: 3.5rem;}
.w-16 {width: 4rem;}
.w-24{width: 6rem;}

.h-2 {height: .5rem;}
.h-3 {height: .75rem;}
.h-4 {height: 1rem;}
.h-5 {height: 1.25rem;}
.h-8 {height: 2rem;}
.h-10 {height: 2.5rem;}
.h-12 {height: 3rem;}
.h-14{height: 3.5rem;}
.h-16 {height: 4rem;}
.h-24{height: 6rem;}

.h-full {height: 100%;}

.z-40 {z-index: 40;}.top-0 {top: 0;}
.sticky {position: sticky;}


.font-serif {font-family: Cormorant Garamond, Georgia, serif;}
h1,h2,h3,h4{ font-family: "Cormorant Garamond", serif;}
.heading-section { font-family: "Cormorant Garamond", serif;font-size: 1.875rem;line-height: 2.25rem;font-weight: 600;line-height: 1.25;}
.text-lead {font-size: 1.125rem;line-height: 1.75rem;line-height: 1.625;color:rgb(98 109 132);}
.card-serene {padding: 2rem;border-radius: .75rem;border: 1px solid #e7e1da;}
.card-item { padding: 2rem;border-radius: .75rem;background-color:rgb(253 253 252);text-decoration: none; display: flex; flex-direction: column; border: 1px solid transparent; transition: 0.5s; text-align:center;}
.card-item:hover {border-color: rgb(67 112 86 / 50%);}
.team-member img{border-radius: 16px; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;}
/* .team-member:before,.team-member:after{background: rgba(35, 59, 92, 0.1); border: rgb(231, 225, 218);
  border-radius: 9999px;width: 4rem;height: 4rem;z-index: -10;top: -1rem;left: -1rem;position: absolute; content: "";}
.team-member:after{width: 6rem; height: 6rem; left: auto; top: auto;right: -1rem;bottom: -1rem;} */
.featured_boxes_design li a {
    height: 280px;
}
.pt-10{padding-top:6rem;}
.button_transparent {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.ueber_uns_third_section h2 {
    font-size: 36px;
	line-height:40px;
	margin-bottom:2.5rem !important;
}

.ueber_uns_third_section .text-lead {
    text-align: left;
}
.ueber_uns_third_section .max-w-2xl {
    max-width: 56rem !important;
}
.ueber_uns_third_section .text-lead p {
    margin-top: 24px;
}
.unber_uns_featured .text-lead{
	width:42rem;
	text-align:center;
	margin: auto;
}
.ubersan-fourthsec h2 {
    font-size: 36px;
    line-height: 40px;
}
.ubersan-fourthsec p{
    font-size: 20px;
    line-height: 28px;
}
.unber_uns_featured_boxes li a {
    height: 300px;
}

.unber_uns_featured_boxes a.card-item{
	    align-items: baseline;
	text-align: left;
}
.horizontal_link_step h3
 {
    font-size: 24px;
    line-height: 32px;
}
.horizontal_link_step a {
    font-size: 16px;
    line-height: 24px;
}
.horizontal_link_step span {
    font-size: 12px;
    line-height: 16px;
}
.icon_reverse{
    flex-direction: row-reverse;
}
.main_home_banner{
  width: 50rem;
  margin: auto;
  text-align: center;
}

.main_home_banner a.btn{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.homepagesec li span{
    font-size: 14px;
    line-height: 20px;
}
.uber-unssecsection h2{
    font-size: 35px;
    line-height: 40px;
}
.main_home_banner span.hero-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #a17345;
    text-transform: uppercase;
    font-family: "Lato", system-ui, sans-serif;
    letter-spacing: 4.2px;
}
.home_featured_section {
    padding-left: 2rem;
    padding-right: 2rem;
}
.main_home_banner h1.hero-title {
  line-height: 60px;
  font-weight: 600;
  font-size: 60px;
  font-family: Georgia,serif;

}
.home_featured_section img {
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin-bottom: 15px;
}
.home_featured_section li a {
    height: 260px;
}
.home_featured_seaction_head h2 {
    font-size: 36px;
    line-height: 40px;
}
.home_featured_seaction_head p {
  font-size: 18px;
  line-height: 29px;
}
.home_featured_seaction_head {
    width: 56rem;
    margin: auto;
}
.main_home_banner p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Lato", system-ui, sans-serif;}
.blue_button_home {
    background: #233b5c;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 9px 32px;
}
.heading_increased p {
    width: 42rem;
    margin: auto;
}
.homefeatured_sec img {
    width: 24px !important;
}
.right_test_section h2 {
    font-size: 34px;
    line-height: 40px;
}
.right_test_section p.text-lead {
    font-size: 20px;
    line-height: 28px;
}
.homepagefivsec h2 {
    font-size: 36px;
    line-height: 40px;
}
.right_test_section a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 32px !important;
}
strong {
    font-weight: 600;
}
.homepagesec {
    background: #f0ebe6 !important;
}
.homepagefivsec p.main_para {
    font-size: 20px;
    line-height: 28px;
    color: #626d84;
    margin-bottom: 24px;
}
.homepagefivsec p.secound_para {
    font-size: 16px;
    line-height: 26px;
    color: #626d84;
    margin-bottom: 24px;
}
.homepagefivsec p.third_para {
    font-size: 18px;
    line-height: 28px;
    font-family: "Cormorant Garamond", serif;
}
.homepagefivsec p.third_para span{
    font-size: 14px;
    color: #626d84;
    line-height: 20px;
    font-family: "Cormorant Garamond", serif;
}
.homefeatured_sec {
    padding: 4rem 2rem;
}
.homefeatured_sec a:hover {
    border: none;
}
.homefeatured_sec a {
    padding: 0px;
    height: auto !important;
    background-color: #f5f2ed00;
}
.homefeatured_sec a:focus-visible{
  border: none !important;
  outline: none !important;
}
.uber-unssecsection .text-muted-foreground.leading-relaxed p {
    margin-bottom: 16px;
}
.uber-unssecsection cite {
    font-style: normal !important;
}
.aktullus_banner p {
    font-size: 20px;
    line-height: 28px;
}
.aktuelles_first_sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
    max-width: 48rem;
    margin: auto;
}
.white_background_contact h2 {
    color: #000 !important;
}
.white_background_contact h2 {
    color: #000 !important;
}
.white_background_contact .text-primary-foreground-80 {
    color: #626d84;
    font-size: 16px;
}
.white_background_contact a.btn.btn-outline {
    background: #233b5c;
    color: #fff;
}
.white_background_contact {
    background-color: #f7f9f6 !important;
    border: 1px solid #dfe5dc;
}
iframe {
    border-radius: 20px;
}
.fab-text strong {
    font-size: 14px;
    font-weight: 600;
}
/*.card-item path{stroke: red;}*/

/* NAVBAR */
.site-header{z-index: 99;}
.custom-navbar {border-bottom: 1px solid rgb(231, 225, 218);background: #fff;padding: 7px 0;}
.navbar-brand{margin: 0; padding: 0;}
.navbar-brand .custom-logo{height: 100px; width: auto;}
/* ===============================
   DROPDOWN BASE (ALL DEVICES)
================================ */
.dropdown-item{    padding: 12px 16px;}
.hover-dropdown .dropdown-menu {
  opacity: 0; width: 235px;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-top: 0;
  border-radius: 10px; border: rgb(231, 225, 218); 
}
.dropdown-item:focus, .dropdown-item:hover{background-color: rgb(240, 235, 230)}
.dropdown-toggle::after {content: "";display: inline-block;width: 16px !important;border-right:none !important;border-bottom: none !important;height: 16px !important;margin-left: 5px;margin-top: 1px;border: none; transform: rotate(0deg) !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f3556' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
background-repeat: no-repeat;background-position: center;background-size: contain;transition: transform 0.3s ease;}
.dropdown.show > .dropdown-toggle::after {  transform: rotate(180deg);}
.nav-link{display: flex; align-items: center; justify-content: center; text-transform: uppercase; color: rgb(38, 47, 64);font-size: 12px; font-weight: 500;}

.dropdown-menu li a {position: relative;padding-left: 15px;}
.dropdown-menu li a::before {content: "";position: absolute;left: 15px;top: 50%;transform: translateY(-50%);width: 20px;height: 20px; background-repeat: no-repeat;background-size: contain;}
.dropdown-menu li.icon-none a{padding-left: 15;}

.menu-icon-1 a::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E");}
.menu-icon-2 a::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z'/%3E%3C/svg%3E");}
.menu-icon-3 a::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a87c3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z'/%3E%3Cpath d='M12 22v-3'/%3E%3C/svg%3E");}
.menu-icon-4 a::before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1'/%3E%3Cpath d='M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1'/%3E%3Cpath d='M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1'/%3E%3C/svg%3E");}  

.menu-icon-5 a::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='8' height='4' x='8' y='2' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E");}
.menu-icon-6 a::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/%3E%3C/svg%3E");}
.menu-icon-7 a::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b4073' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E");}
.menu-icon-8 a::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E");}
.menu-icon-9 a::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");}
.menu-icon-10 a::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1'/%3E%3Ccircle cx='12' cy='8' r='2'/%3E%3Cpath d='M12 10v12'/%3E%3Cpath d='M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z'/%3E%3Cpath d='M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z'/%3E%3C/svg%3E");}
.menu-icon-11 a::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23677056' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");}


/* ===============================
   DESKTOP (HOVER)
================================ */
@media (min-width: 992px) {
  .hover-dropdown .dropdown-menu {
    display: block; /* desktop needs this */
  }

  .hover-dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* ===============================
   MOBILE (CLICK)
================================ */
@media (max-width: 991px) {
  .hover-dropdown .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .hover-dropdown.show .dropdown-menu {
    display: block;
    animation: slideDown 0.25s ease;
  }
}

/* Mobile dropdown animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ---------- CALL BUTTON ---------- */
.call-btn {
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
  padding: 10px 32px;
}

.call-btn:hover {
  background: #162944;
  color: #fff;
}
/* HAMBURGER ICON */
.animated-toggler {
  border: none;
  background: transparent;
}

.animated-toggler span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--primary);
  margin: 6px 0;
  transition: all 0.35s ease;
}

/* Open state */
.animated-toggler.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.animated-toggler.open span:nth-child(2) {
  opacity: 0;
}

.animated-toggler.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* Mobile menu slide animation */
@media (max-width: 991px) {
  .navbar-collapse {
    transition: transform 0.35s ease, opacity 0.35s ease;
  }
}

.container_mouse { position: absolute; bottom: 0; left: 50%;
  text-align: center;
  color: var(--text-white);
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 2rem;
  cursor: pointer; transform: translateX(-50%); z-index: 3;
}

.container_mouse .mouse-btn {
  /*margin: 10px auto;*/
  width: 24px;
  height: 40px;
  border: 2px solid hsl(40deg 33% 97% / 60%);
  border-radius:9999px;
  display: flex;
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 6px;
  height: 8px;
  background: hsl(40deg 33% 97% / 60%);
  border-radius: 50%;
  margin: auto;
  animation: scrolling 1s linear infinite;
}


@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }

  100% {
    opacity: 1;
    transform: translateY(6px);
  }
}


/* HERO BASE */
.hero-banner {
  position: relative;
  height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-banner img.banner-img{position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.hero-banner .btn{padding-top: 15px; padding-bottom: 16px;    padding-left: 32px;
    padding-right: 32px;}
    
/* DARK OVERLAY */
/* .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(20, 40, 65, 0.85) 0%,
    rgba(20, 40, 65, 0.4) 60%,
    rgba(20, 40, 65, 0.1) 100%
  );
  z-index: 1;
} */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #3333334d 0%, #3333334d 40%, rgba(20, 40, 65, 0.08) 80%);
  z-index: 1;
}



/* CONTENT */
.hero-content {top: 52%; left: auto; right: auto; width: 100%;
  position: absolute;
  /*max-width: 750px;top: 50%; left: 50%; transform: translate(-50%, -50%);*/
  color: var(--text-white);
  z-index: 2; transform: translateY(-50%);
}

/* ANIMATION BASE */
.hero-content > * {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.9s ease forwards;
}

/* STAGGERED DELAYS */
.hero-subtitle { animation-delay: 0.2s; }
.hero-title    { animation-delay: 0.4s; }
.hero-text     { animation-delay: 0.6s; }
.hero-buttons  { animation-delay: 0.8s; }

/* TEXT STYLES */
.hero-subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.85;
  display: block;
  margin-bottom: 20px;
}

.hero-title {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.2;
  margin-bottom:1.5rem;
}

.hero-text {
  font-size: 20px;
  line-height: 1.8;
  max-width:650px;
  margin-bottom: 35px;
  opacity: 0.9;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}



/* BOTTOM FADE */
.hero-fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(250,248,245,0) 0%,
    rgba(250,248,245,0.9) 100%
  );
  z-index: 2;
}

/* KEYFRAMES */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-banner {
    /* padding: 0 6%; */
    text-align: left;
  }

  .hero-title {
    font-size: 36px;
  }
}


:root {
  --primary: #333333;
  --success: #3f6b55;
  --bg: #faf8f5;
  --border: #ddd;
  --radius: 14px;
}

/*body {
  background: var(--bg);
  font-family: system-ui, sans-serif;
}*/

.checklist-wrap {
  max-width: 760px;
  margin: 40px auto;
}

/* HEADER */
.checklist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.print-btn{padding-top: 5px; padding-bottom: 5px;}

/* PROGRESS */
.progress-row {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 8px;
  font-size: 14px;
}

.progress-bar {
    height: .5rem;
    background: rgb(240, 235, 230);
    border-radius: 9999px;
    overflow: hidden;
}

.progress-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--primary);
  transition: width 0.3s ease;
}

/* SECTION */
.checklist-section {
  background: #fff;
  border-radius: var(--radius);
  margin-top: 25px;
  overflow: hidden;
}

.section-head {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  cursor: pointer;
  background: #f9f7f3;
}

.section-head small {
  display: block;
  color: #777;
}

.section-body {
  padding: 15px;
  display: none;
}

.checklist-section.open .section-body {
  display: block;
}

.arrow {
  transition: transform 0.3s ease;
}

.checklist-section.open .arrow {
  transform: rotate(180deg);
}

/* CHECK ITEMS */
/*.check-item {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  gap: 12px; border: 1px solid transparent;
}
.check-item:hover{background:rgba(67, 112, 86, 0.1); border: 1px solid rgba(67, 112, 86, 0.3);}
*/

/* Checklist item base */
.check-item {
  cursor: pointer;
  border-radius: 12px; margin-top: 8px;
  padding: .75rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.check-item:hover{border:1px solid rgb(0 0 0 / 12%)}
/* Hide native checkbox */
.check-item input {
  display: none;
}

/* Custom checkbox */
.custom-checkbox {
width: 20px;
height: 20px;
border: 2px solid rgba(98, 109, 132, 0.4);
border-radius: 4px;
margin-top: 3px;
position: relative;
flex-shrink: 0;
}

/* Checked checkbox */
.check-item input:checked + .custom-checkbox {background: rgb(67, 112, 86);border-color: rgb(67, 112, 86);}
.check-item input:checked + .custom-checkbox::after {content: "✓"; position: absolute; color: #fff; font-size: 10px;
      left: 4px; top: 1px;}

/* Checked item background + text */
.check-item input:checked ~ span.label,
.check-item input:checked {
  text-decoration: line-through;
}

.check-item input:checked ~ .custom-checkbox,
.check-item input:checked {
  text-decoration: none;
}

.check-item input:checked ~ .custom-checkbox + * {
  text-decoration: line-through;
}

/* Green background like image */
.check-item input:checked ~ * {
  color: #2f6f4e;
}

.check-item:has(input:checked) {
  background: #eef5f0;
  border-color: #b9d7c3;
}

/* Section completed */
.checklist-section.completed .section-head {
  background: #f3f7f4;
}

/* Progress bar */
.progress-bar {
  height: 6px;
  background: #eee6de;
  border-radius: 999px;
  overflow: hidden;
}

#progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: rgb(35, 59, 92);
  transition: width 0.3s ease;
}


.faq-section .ui-accordion-header{margin-top: 16px; padding:2rem 1.5rem; font-weight: 600; font-size: 18px; border-radius: 10px; font-family: Cormorant Garamond, Georgia, serif; background: rgb(253, 253, 252); color: rgb(38, 47, 64); border: 1px solid rgb(231, 225, 218);
    display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: flex-start;}
.faq-section .ui-accordion-content{padding:0rem 1.5rem 2rem; background: rgb(253, 253, 252); color: rgb(38, 47, 64); border: 1px solid rgb(231, 225, 218);border-top: 0;  border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.faq-section .ui-accordion-content p{font-size: 14px; line-height:22.75px ; font-family: "Source Sans 3", sans-serif;}
.faq-section .ui-accordion-content-active{border: 1px solid rgba(67, 112, 86, 0.5); border-top: 0;}
.faq-section .ui-accordion-header.ui-state-active{border: 1px solid rgba(67, 112, 86, 0.5); border-bottom: 0; padding-bottom: 1rem; border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.faq-section .ui-accordion-header-icon {margin-top: 1px;width: 16px;height: 21px;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f3556' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;background-size: 20px;transition: transform 0.25s ease;}
.faq-section .ui-accordion-header.ui-state-active .ui-accordion-header-icon{transform: rotate(-182deg)}
.faq-section .ui-accordion-header:hover .ui-accordion-header-icon {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(67,112,86,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");}

.alternate-bg section:nth-child(2n + 2) {background: rgba(240, 235, 230, 0.3);}
.alternate-bg section:nth-child(even) .grid {display: grid;direction: rtl; text-align: left;}
.alternate-bg section:nth-child(even) .grid ul {display: flex;flex-direction: column;align-items: flex-end;}
.alternate-bg section:nth-child(even) .grid ul li {direction: ltr;}

.we-contact .grid-cols-2:nth-child(2n + 2) {display: grid;direction: rtl; text-align: left;}

.we-contact .grid-cols-2:nth-child(2n + 2) ul {display: flex;flex-direction: column;align-items:flex-start;}
.we-contact .grid-cols-2:nth-child(2n + 2) div,
.we-contact .grid-cols-2:nth-child(2n + 2) ul li {direction: ltr;}

.modal{background: rgb(0 0 0 / 68%);}
.gallery-thumb {cursor: pointer;border-radius: 14px;}
.gallery-modal .modal-content {  background: transparent;}
.gallery-nav {position: absolute;top: 50%;transform: translateY(-50%);background: rgba(0,0,0,.6);color: #fff;border: none;width: 48px;height: 48px;border-radius: 50%;font-size: 28px;display: flex;align-items: center;justify-content: center;}
.modal .btn-close{background: rgb(9 11 10 / 18%) !important;width: 38px;height: 38px;border-radius: 50%;opacity: 9;}
.gallery-nav.prev { left:20px; }
.gallery-nav.next { right:20px; }
.gallery-modal img {height: 75vh;width: auto;max-width: max-content;margin: 0 auto;}

.gallery-item {position: relative;overflow: hidden;border-radius: 12px; height: 292px;cursor: pointer;}
.gallery-item img {width: 100%;height: 100%;object-fit: cover;display: block; object-position: center;}
.gallery-item .caption {position: absolute;inset: 0;display: flex;align-items: flex-end;justify-content: center;padding: 1rem;color: rgb(255, 255, 255);font-size: 14px; line-height: 20px;font-weight: 500; text-align: center;background:linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));opacity: 0;visibility: hidden;
transition: opacity .3s ease, visibility .3s ease;}
.gallery-item:hover .caption {opacity: 1;visibility: visible;}

.winkler-team img{width: 128px; height: 128px;object-fit:cover;}

.timeline {
  max-width: 800px;
  margin: 60px auto;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #cfd9cf;
  display: none;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  position: relative;
  /* border-left: 1px solid #ccc; */
}

/* Initial hidden state */
.timeline-item {
  opacity: 0;
  transform: translateY(20px);
  animation: timelineFadeUp 0.8s ease forwards;
}

/* Stagger effect */
.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.25s; }
.timeline-item:nth-child(3) { animation-delay: 0.4s; }
.timeline-item:nth-child(4) { animation-delay: 0.55s; }

/* Keyframes */
@keyframes timelineFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.timeline-year {
  width: 100px;
  text-align: right;
  padding-right: 0;
  font-weight: 600;
  color: rgb(67, 112, 86);
  font-size: 20px;font-family: "Cormorant Garamond", serif;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background: rgb(67, 112, 86);
  border-radius: 50%;
  position:  absolute ;
  top: 6px; left: -7px;
}

.timeline-content {
  color: #1f2933;
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  border-left: 1px solid rgba(67, 112, 86, 0.2); position: relative;
}

/* Highlight "Today" */
.timeline-item.today .timeline-year {
  font-size: 20px;
}

.provision-works .arrow-icon{position: absolute; right: 0; top: 2rem;}
.provision-works .relative:last-child .arrow-icon{display: none;}

/* FOOTER BASE */
.site-footer {
  background: var(--primary);
  color: var(--footer-text);
  padding: 80px 0 80px;
  font-size: 15px;
}

.site-footer a {color:hsl(40deg 33% 97% / 80%);text-decoration: none;font-weight: normal;}
.site-footer a:hover {color: #fff;}
.site-footer ul{list-style: none; padding-left: 0;font-size: 14px;line-height: 20px; font-weight: 400;}
.site-footer ul a:hover {color: #a17345;}


.footer-brand img {max-width: 250px;margin-bottom: 25px;}
.footer-text {line-height: 1.8;color: var(--footer-muted);}
.footer-title {font-weight: 600;margin-bottom: 15px; color: #ffffff; font-size: 1.25rem;line-height: 1.75rem;}

/* LISTS */
.footer-links,
.footer-contact,
.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact svg, .footer-hours li svg{width: 16px; height: 16px; margin-top: 5px;color: #a17345;}
.footer-contact  li, .footer-hours li{display: flex; gap: .75rem; align-items: flex-start;}
.footer-links li,.footer-contact li,.footer-hours li {margin-bottom:4px;line-height: 1.6;}
.footer-links strong {color: #ffffff;}
.footer-emergency { padding-top: .5rem;border-top: 1px solid hsl(40deg 33% 97% / 20%);  color: var(--footer-accent); font-weight: 500;}
.footer-links li .sub-menu{font-weight: bold;margin-left: 1rem;margin-top: .5rem;}
.footer-links > li.menu-item-has-children > a { font-weight: 500; color: rgb(250, 248, 245);}
.footer-contact a.email{display: flex; align-items: center; justify-content: center;gap: .75rem;}
.footer-contact a.email svg {
    margin-top: 0;
}
.footer-hours li:not(:first-of-type) svg {
  display: none;
}

/* DIVIDER */
.footer-divider {
  border-color: rgba(255,255,255,0.2);
  margin: 40px 0 20px;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--footer-muted);
}

.footer-bottom-links a {
  margin-left: 20px;
  transition: color 0.3s ease;
}
.footer-bottom-links a:hover {
  color: #a17345;
}

/* CREDIT */
a.footer-credit { display: flex; justify-content: center; align-items: center;
  text-align: center;
  margin-top:15px;
 font-size: 12px;
    color: #6d6c6d;
    line-height: 16px;
        flex-direction: column;
}

a.footer-credit:hover{
  color:#a17345;
}
a.footer-credit img {
    width: 10px;
}
.ueber_uns_fourth_sec {
    padding-bottom: 6rem !important;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-bottom-links a {
    margin: 0 10px;
  }
}



/* WRAPPER */
.fixed-action-buttons {
    position: fixed;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    z-index: 999;
}

/* BUTTON */
.fab-item {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #233b5c;
    color: #fff;
    padding: 12px 16px;
    border-radius: 50px;
    text-decoration: none;
    width: 55px;
    overflow: hidden;
    transition: width 0.35s ease;
    height: 50px;
}
.fixed-action-buttons .fab-item:nth-child(1) {
    top: 0;
}
.fixed-action-buttons .fab-item:nth-child(2) {
    top: 60px;
}
.fixed-action-buttons .fab-item:nth-child(3) {
    top: 120px;
}
.fab-item:hover {
    width: 160px;
}
a.fab-item.fab-brown {
    background: #a17345;
}
a.fab-item.fab-green-light {
    background: #75af60;
}
a.fab-item.fab-green-dark {
    background: #5d894d;
}
/* ICON */
.fab-icon {
font-size: 18px;
line-height: 1;
}

/* TEXT */
.fab-text {
white-space: nowrap;
line-height: 1.2;
}

.fab-text small {
display: block;
font-size: 12px;
color: var(--primary-text);
}

/* GREEN BUTTON */
.fab-green {
background: #4f7f63;
}

/* INDIVIDUAL HOVER */
.fab-item:hover {
box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

/*ANIMATE-SCROLL*/
.animate-scroll {opacity: 1;transform: translateY(40px);transition: opacity 0.6s ease, transform 0.6s ease;}
.animate-scroll.in-view {opacity: 1;transform: translateY(0);}
.animate {animation: fadeUp 0.8s ease both; animation-timeline: view();animation-range: entry 20% cover 40%;}
.fade-left { opacity: 0;transform: translateX(-40px);}
.fade-left.in-view {opacity: 1;transform: translateX(0);}
.zoom {opacity: 0;transform: scale(0.9);}
.zoom.in-view {opacity: 1;transform: scale(1);}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* @media (min-width: 1024px) {
.container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
} */

@media (min-width: 768px) {
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
}


.gedenkportal_sec h2 {
    font-size: 36px;
    line-height: 40px;
}
.featured_boxes_heading h2 {
    font-size: 36px;
    line-height: 40px;
}
.featured_boxes_heading p {
    font-size: 16px;
    line-height: 24px;
}
.white_background{background-color: #fff !important;}
.gedenkportal_contact_stripe img {
    width: 48px;
}
.gedenkportal_contact_stripe a img {
    width: 16px;
}
.gedenkportal_contact_stripe .text-xl{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.gedenkportal_contact_stripe a {
    padding: 9px 32px !important;
    font-size: 14px;
    line-height: 20px;
}
.contact_page_details li a {
    height: 200px;
}
.contact_page_details img{
  width: 32px;
}
.contact_page_details h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px !important;
}
.contact_page_details p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #262f40;
}
.contact_page_details {
    padding-left: 2rem;
    padding-right: 2rem;
}
p.sub_heading {
    font-size: 14px;
    line-height: 20px;
    color: #626d84;
}
.description_diff {
    margin-bottom: 24px;
}
    .aktullus_banner h1.hero-title{
      margin-bottom: 16px !important;
    }
     .inner_banner .hero-overlay{ background: linear-gradient(90deg, #233b5c66 0%, rgba(20, 40, 65, 0.4) 60%, rgba(20, 40, 65, 0.1) 100%);}
     .contact_form_section .section-container {
    padding-left: 2rem;
    padding-right: 2rem;
}
section.hero-banner.bestattung_img img{
  object-position: 80% 80%;
}
.naturbestattung_img img{
  object-position: 80% 20%;

}
section.hero-banner.seebestattung_img img {
    object-position: 80% 70%;
}
.contact_form_section h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px !important;
}
 .contact_form_section  .white_background_contact  {padding: 2rem;}
 .full_details_section h2 {
    font-size: 36px;
    line-height: 40px;
}
.heading_increased h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
}
.footer-brand img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.footer-brand img:hover {
    filter: none;
}

.homefeatured_sec .rounded-full img{
  margin-bottom: 0px;
}
.featured_boxes_button{
  justify-content: center;
}
.navbar-expand-lg.custom-navbar .container{
  padding-bottom: 0px !important;
}

@media screen and (max-width: 1024px) {
 .featured_boxes_design li a {
    height: 335px;
}
.featured_boxes_heading {
    padding-bottom: 0px !important;
}
.py-16 {
    padding-top: clamp(3rem, 4vw,  6rem);
    padding-bottom: clamp(3rem, 4vw,  6rem);
}

section.py-16.ueber_uns_third_section .max-w-3xl{
  max-width: 56rem;
}
.unber_uns_featured {
    padding-bottom: 4rem !important;
}
.unber_uns_featured_boxes li a {
    height: 410px;
}
.ubersan-fourthsec .mb-16 {
    margin-bottom: 2rem !important;
}
.timeline {
    margin: 40px auto;
}
.ubersan-fourthsec .max-w-2xl{max-width: 48rem;}
.aktuelles_first_sec h2 {
    font-size: 36px;
    line-height: 40px;
}
.aktuelles_first_sec {
    padding-top: 6rem;
    padding-bottom: 2rem;
    max-width: 48rem;
    margin: auto;
}
.white_background_contact .max-w-2xl {
    max-width: 48rem;
}
.py-16 {padding-top:6rem;padding-bottom:6rem}

}
/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-banner {
    /* padding: 0 6%; */
    height: 448px;
    text-align: left;
  }

      .aktullus_banner .hero-title {
        font-size: 48px;
        line-height: 48px;
    }
    .gedenkportal_sec img{
      margin-bottom: 24px !important;
    }
    .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
    .featured_boxes_heading {
        padding-bottom: 3rem !important;
    }
    .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.featured_boxes_design li a {
        height: 275px;
    }
    .calender_section .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gedenkportal_contact_stripe h2{
  margin-bottom: 1rem !important;
}
.gedenkportal_last_sec p {
    font-size: 14px;
}
.gedenkportal_last_sec a {
    padding: 8px 16px;
}
    .gedenkportal_sec a img {
        margin-bottom: 0px !important;
    }
    .gap-16 {
    gap: 2.1rem;
}
.grid-cols-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));

}
.homepagefivsec .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.team-member img {
    width: 60%;
}
.mob-order-1 {order: 2;}
.mob-order-2 {order: 1;}
.homefeatured_sec {
    padding: 4rem 1rem;
}
.right_test_section .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));

}
.faq-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.navbar-expand-lg.custom-navbar .container {
    padding-bottom: 0px !important;
}
.uber-unssecsection .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));

}
.contact_form_section .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr) ) !important;

}
   
.full_details_section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.featured_boxes_design {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.horizontal_link_step {
    margin-left: 1rem;
    margin-right: 1rem;
}
.contact_page_details li a {
    height: 180px !important;
}

}
@media (max-width: 600px) {
.py-16 {padding-top:4rem;padding-bottom:4rem}

  .aktullus_banner .hero-title{
    font-size: 36px;
    line-height: 45px;
  }
    .aktullus_banner p{
    font-size: 18px;
    line-height: 29px;
  }
  .featured_boxes_heading h2 {
    font-size: 30px;
    line-height: 36px;
}
.grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .grid-cols-2{
        grid-template-columns: repeat(1, minmax(0, 1fr));

    }
    .gedenkportal_contact_stripe .flex a {
    margin-bottom: 12px;
    text-align: center;
    justify-content: center;
}
.gedenkportal_contact_stripe .flex {
    display: block;
}
.main_home_banner {
    width: 100%;
    margin: auto;
}
.main_page_banner {
    height: 858px;
}
.main_home_banner span.hero-subtitle{
  margin-bottom: 0px;
}
.main_home_banner h1.hero-title{
  line-height: 45px;
}
.main_home_banner a.btn {
    text-align: center;
    justify-content: center;
    width: 100%;
}
.home_featured_seaction_head {
    width: 100%;
    margin: auto;
}
.home_featured_seaction_head h2 {
    font-size: 28px;
    line-height: 38px;
}
.container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home_featured_seaction_head p {
    font-size: 18px;
    line-height: 29px;
}
    .grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .home_featured_section a.card-item {
padding: 0px;
}
.home_featured_section li a {
    height: 200px;
}
.heading_increased h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
}
    .team-member img {
        width: 100%;
    }
    .homepagefivsec h2 {
    font-size: 30px;
    line-height: 38px;
}
.homepagefivsec p.main_para {
    font-size: 18px;
    line-height: 29px;
    color: #626d84;
    margin-bottom: 24px;
}
.heading_increased p {
    width: 100%;
    margin: auto;
}
.right_test_section h2 {
    font-size: 30px;
    line-height: 38px;
}
.right_test_section p.text-lead {
    font-size: 18px;
    line-height: 29px;
}
.ui-accordion-content {
    color: #626d84 !important;
}
.uber-unssecsection h2 {
    font-size: 30px;
    line-height: 38px;
}
.uber-unssecsection .card-serene {
    padding: 24px;
}
.ueber_uns_third_section h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 2.5rem !important;
}
.unber_uns_featured .text-lead {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.ubersan-fourthsec h2{
  font-size: 30px;
  line-height: 38px;
}
.ubersan-fourthsec p {
    font-size: 18px;
    line-height: 29px;
}
.ubersan-fourthsec .flex.gap-3.justify-center {
    display: grid;
}
.fixed-action-buttons {
    position: fixed;
    right: auto;
    top: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    gap: 0px;
    z-index: 999;
    transition: 0.5s;
    width: 100%;
    bottom: -4%;
}
a.fab-item.fab-green{
  display: none;
}
.fab-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--primary);
    color: var(--text-white);
    padding: 12px 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-decoration: none;
    min-width: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    /* transform: translateX(70%); */
    /* transition: transform 0.35s ease, box-shadow 0.35s ease; */
}
    .aktuelles_first_sec h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .horizontal_link_step .rounded-full {
    display: none;
}
.horizontal_link_step h3 {
    font-size: 20px;
    line-height: 28px;
}
.white_background_contact h2 {
    font-size: 24px;
    line-height: 32px;
}
    .contact_page_details li a {
        padding: 0px !important;
    }
    .contact_form_section .section-container {
    padding-left: 1rem;
    padding-right: 1rem;
}
.contact_form_section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px !important;
}
    .full_details_section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .full_details_section h2 {
    font-size: 30px;
    line-height: 38px;
}
}








/* // anup css  for footer section // */

/* // Certifiacte css // */

.certificate{
  text-align: center;
}

.certificate-heading{
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400px;
  letter-spacing: 0.1em;
}

.certificate-wrapper{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.5rem;
  justify-content: center;
}

.certificate-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.certificate-item img{
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 8px;
  border-radius: 10px;
  background-color: #484748;
  padding: 15px;
  border-width: 2px;
  border: 2px solid #6d6c6d;
}
.certificate-item:nth-child(3) img {
    padding: 0px !important;
    width: 5.5rem;
    height: 5.5rem;
}
.certificate-item:nth-child(4) img {
    padding: 0px !important;
    width: 5.5rem;
    height: 5.5rem;
}
.certificate-item img:hover{
  border-color: #a17345;
}

.certificate-item p{
  margin: 0;
  font-size: 12px;
  font-weight: 400px;
  line-height: 16px;
  max-width: 120px;
  color: #a7a6a0;
  gap: 2.5rem;

}


p.footer-certified {
  color: #a17345;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}


/* // headind and content space css // */


.section-space{
  height: 2px;              /* small space */
  width: 65px;              /* small line width */
  background-color: #a17345;
  margin: 6px auto 10px;    /* controlled spacing */
  border-radius: 10px;
}



/* ===== ABOUT SECTION ===== */

.about-section{
  padding: 80px 0;
}

/* GRID ALIGN */
.about-section .grid{
  align-items: center;
}

/* ===== IMAGE ===== */
.team-member{
  display: flex;
  justify-content: center;
}

.team-member img{
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
}

/* ===== CONTENT ===== */

.heading-section{
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #222;
}

.text-accent{
  color: #a17345;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;

}

/* DESCRIPTION */
.about-section p{
  color: #666;
  line-height: 1.7;
  margin-top: 10px;
}

/* ===== BUTTON ===== */

.about-section a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #a17345;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px){
  .team-member img{
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 768px){

 

  .mob-order-1{
    order: 2;
  }

  .mob-order-2{
    order: 1;
  }

  .team-member img{
    width: 200px;
    height: 200px;
  }

  .heading-section{
    font-size: 22px;
  }

  .about-section p{
    font-size: 14px;
  }

}

/* ===== contact stripe button CSS ===== */


.hansenbut1{
  background-color: #a17345;
}

.hansenbut2{
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
} 
.hansenbut3.heading-section{
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
  


/* ===== For menu underline or hover CSS ===== */


ul#menu-main-menu li a {
    font-size: 14px;
    position: relative;
    transition: color 0.3s ease;
    text-transform: capitalize;
    line-height: 20px;
}

/* Hover → only color change */
ul#menu-main-menu li a:hover {
  color: #75af5f;
}

/* Underline default hidden */
ul#menu-main-menu li a::after {
    position: absolute;
    /* left: 0; */
    /* bottom: 0px; */
    width: 0;
    height: 2px;
    /* background-color: #75af5f; */
    right: -6px;
    top: 12px;
}
ul#menu-main-menu li a {
    position: relative;
}
/* Active menu only */
ul#menu-main-menu li.current-menu-item a {
  color: #75af5f;
}

ul#menu-main-menu li.current-menu-item a::after {
  width: 100%;
}





/*  Contact Stripe 2 CSS */
/* SECTION */
.contact-stripe {
  padding: 80px 0;
  background: #ffffff;
}

/* CONTAINER */
.container {
  /* max-width: 1100px; */
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADING */
.section-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 40px;
  position: relative;
}

.section-heading::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #a17345;
  display: block;
  margin: 10px auto 0;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.contact-box {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.3s ease;
  background: #f7f9f6;
}

/* .contact-box:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
} */

/* HEADER */
.contact-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  /* width: 28px;
  height: 31px; */
  background-color: #efece4;
  border-radius: 9999px;
  padding: 8px;
}

/* TITLE */
.contact-box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

/* SUBHEADING */
.subheading {
  font-size: 14px;
  color: #777;
}

/* INFO */
.contact-info p {
  margin: 5px 0;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/* LINK */
.contact-link {
  display: inline-block;
  margin-top: 15px;
  color: #a17345;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;

}

.contact-link:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.custom-card {
    display: flex;
    align-items: stretch;
    background: #f7f9f6;
    border: 1px solid #dfe5dc;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 32px;
    min-height: 215px;
}

.card-image {
  width: 320px;
  flex: 0 0 320px;
}

.card-image img {
  width: 100%;
  height: 100%;
  min-height: 215px;
  object-fit: cover;
  display: block;
}

.card-content {
  flex: 1;
  padding: 38px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #3a3128;
  margin: 0 0 12px;
}

.card-desc {
  font-size: 16px;
  line-height: 1.85;
  color: #6f6a63;
  margin: 0 0 16px;
  /* max-width: 760px; */
}
.card-content a:hover {
    text-decoration: underline;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b5792f;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  width: fit-content;
}

.card-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

.arrow-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 991px) {
  .custom-card {
    flex-direction: column;
  }

  .card-image {
    width: 100%;
    flex: 0 0 auto;
  }

  .card-image img {
    min-height: 260px;
  }

  .card-content {
    padding: 28px 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .card-title {
    font-size: 24px;
  }

  .card-desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .card-image img {
    min-height: 220px;
  }

  .card-content {
    padding: 22px 18px;
  }
}







/* Buttenlist CSS */

.funeral-types-section {
  background: #f4f7f3;
  padding: 70px 0 40px;
}

.funeral-types-section .container {
  background-color: #f4f7f3;
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 65rem;
}

.funeral-types-header {
  text-align: center;
  margin-bottom: 38px;
}

.funeral-types-title {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  font-family: "Playfair Display", Georgia, serif  ;
}

.funeral-types-divider {
  display: block;
  width: 84px;
  height: 2px;
  background: #b9824c;
  margin: 16px auto 0;
}

.funeral-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 18px;
  margin-bottom: 34px;
}

.funeral-type-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 66px;
  padding: 0 20px;
  background: transparent;
  border: 1px solid #dfe5dc;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.funeral-type-card:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  border-color: #e0c7a3 !important; /* warm brown highlight */
}

.funeral-type-card-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.funeral-type-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.funeral-type-arrow {
  font-size: 22px;
  line-height: 1;
  color: #b9824c;
  flex-shrink: 0;
}

.funeral-type-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}

.funeral-types-bottom {
  text-align: center;
}

.funeral-types-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #b9824c;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 14px;
}

.funeral-types-cta:hover {
  opacity: 0.85;
}

.funeral-types-cta-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.funeral-types-cta-arrow {
  font-size: 28px;
  line-height: 1;
  color: #b9824c;
}

.funeral-types-description {
  font-size: 16px;
  line-height: 1.7;
  color: #7a7a7a;
}

.funeral-types-description a {
  color: #b9824c;
  text-decoration: none;
}

.funeral-types-description a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .funeral-types-title {
    font-size: 34px;
  }

  .funeral-types-cta {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .funeral-types-section {
    padding: 50px 0 30px;
  }

  .funeral-types-grid {
    grid-template-columns: 1fr;
  }

  .funeral-types-title {
    font-size: 28px;
  }

  .funeral-type-card {
    min-height: 70px;
    padding: 0 18px;
  }

  .funeral-type-text {
    font-size: 16px;
  }

  .funeral-types-cta {
    font-size: 20px;
  }

  .funeral-types-description {
    font-size: 14px;
  }
}



/* Heading list CSS */

.headinglist-section {
  background: #ffffff;
  padding: 60px 0 50px;
}

.headinglist-container {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 35px;
}
.questions_section {
    padding-bottom: 6rem;
}
.headinglist-backlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #6f7d88;
  text-decoration: none;
  transition: color 0.25s ease;
}

.headinglist-backlink:hover {
  color: #b9824c;
}

.headinglist-backicon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.headinglist-backarrow {
  font-size: 20px;
  line-height: 1;
  color: inherit;
}

.headinglist-title {
  max-width: 1100px;
  margin: 0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #333333;
  font-family: serif;
}

.headinglist-divider {
  display: block;
  width: 95px;
  height: 2px;
  background: #b9824c;
  margin: 16px 0 34px;
}

.headinglist-description {
  max-width: 1240px;
  font-size: 25px;
  line-height: 1.75;
  color: #6f7d88;
  margin-bottom: 32px;
}

.headinglist-description p {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 29px;
}

.headinglist-description p:last-child {
  margin-bottom: 0;
}

.headinglist-subheading {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #333333;
  font-family: serif;
}

.headinglist-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.headinglist-item {
  width: 100%;
}

.headinglist-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.headinglist-item-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: 8px;
  flex-shrink: 0;
}
.headinglist-description p.text-foreground {
    font-size: 16px;
    line-height: 26px;
}
.headinglist-description.headinglist-description-secondary {
    margin-bottom: 0;
}
.headinglist-item-check {
  font-size: 24px;
  line-height: 1;
  color: #b9824c;
  margin-top: 4px;
  flex-shrink: 0;
}

.headinglist-item-text {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
  font-family: "Lato", system-ui, sans-serif;
}

.headinglist-item-text p {
  margin: 0;
}

.headinglist-item-text a {
  color: #b9824c;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.headinglist-item-text a:hover {
  color: #8c5a2b;
  border-bottom-color: #8c5a2b;
}

@media (max-width: 1199px) {
  .headinglist-title {
    font-size: 58px;
  }

  .headinglist-description {
    font-size: 22px;
  }

  .headinglist-subheading {
    font-size: 30px;
  }

  .headinglist-item-text {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .headinglist-container {
    padding: 0 30px;
  }

  .headinglist-title {
    font-size: 46px;
  }

  .headinglist-description {
    font-size: 20px;
    line-height: 1.7;
  }

  .headinglist-subheading {
    font-size: 27px;
  }

  .headinglist-item-text {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .headinglist-section {
    padding: 45px 0 35px;
  }

  .headinglist-container {
    padding: 0 20px;
  }

  .headinglist-backlink {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .headinglist-title {
    font-size: 34px;
    line-height: 1.1;
  }

  .headinglist-divider {
    width: 70px;
    margin: 14px 0 24px;
  }

  .headinglist-description {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .headinglist-subheading {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .headinglist-item-inner {
    gap: 12px;
  }

  .headinglist-item-icon {
    width: 16px;
    height: 16px;
    margin-top: 6px;
  }

  .headinglist-item-text {
    font-size: 17px;
    line-height: 1.55;
  }
}


/*  list CSS */

.checklist-feature-section {
  background: #ffffff;
  padding: 70px 4rem;
}

.checklist-feature-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px;
}

.checklist-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 46px;
  align-items: start;
}

.checklist-feature-left {
  padding-top: 10px;
}

.checklist-feature-eyebrow {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: .3em;
  color: #b07b43;
}

.checklist-feature-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;

  /* margin: 0 0 24px; */
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #333333;
  font-family: serif;
}

.checklist-feature-description {
  max-width: 560px;
  margin-bottom: 26px;
  font-size: 19px;
  line-height: 1.6;
  color: #6f7d88;
}

.checklist-feature-description p {
  margin: 0;
}

.checklist-feature-benefits {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checklist-feature-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.checklist-feature-benefit-icon-wrap {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

.checklist-feature-benefit-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.checklist-feature-benefit-fallback {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: #b07b43;
  font-size: 18px;
  line-height: 1;
}

.checklist-feature-benefit-text {
  font-size: 16px;
  line-height: 24px;
  color: #6f7d88;
}

.checklist-feature-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.checklist-feature-button {
  min-width: 286px;
  min-height: 54px;
  padding: 16px 30px;
  border-radius: 3px;
  background: #b07b43;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.checklist-feature-button:hover {
  background: #996634;
  transform: translateY(-1px);
}

.checklist-feature-button-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.checklist-feature-button-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.checklist-feature-button-arrow {
  font-size: 18px;
  line-height: 1;
}

.checklist-feature-right {
  display: flex;
}

.checklist-feature-card {
  width: 100%;
  background: #f7f9f6;
  border: 1px solid #ddd8cf;
  border-radius: 18px;
/*   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04); */
  overflow: hidden;
}

.checklist-feature-card-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 24px 12px;
}

.checklist-feature-card-top-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
    background: #a173451a;
    padding: 11px;
    border-radius: 50px;
}
.checklist-feature-card-header-content {
  flex: 1;
}

.checklist-feature-card-title {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333333;
  font-family: serif;
}

.checklist-feature-card-subtitle {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #8a8f85;
}

.checklist-feature-card-list {
  padding: 8px 24px 10px;
}

.checklist-feature-card-item {
  margin-bottom: 12px;
}

.checklist-feature-card-item:last-child {
  margin-bottom: 0;
}

.checklist-feature-card-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ecf0ea4d;
  /* border: 1px solid #ece8df; */
  border-radius: 10px;
  padding: 14px 14px;
}

.checklist-feature-card-checkbox {
    width: 22px;
    min-width: 22px;
    display: flex;
    justify-content: center;
    padding-top: 2px;
    border: 2px solid #7373734d;
    border-radius: 4px;
}

.checklist-feature-card-checkbox-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.checklist-feature-card-checkbox-box {
  width: 18px;
  height: 18px;
  /* border: 2px solid #d6d3cb; */
  border-radius: 4px;
  display: block;
  background: transparent;
}
.checklist-feature-card-item:nth-child(1) h4 {
    font-size: 14px;
    line-height: 20px;
    color: #737373;
}
.checklist-feature-card-item:nth-child(1) h4 {
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    text-decoration: line-through;
}
.checklist-feature-card-text {
  flex: 1;
}

.checklist-feature-card-item-title {
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: "Lato", system-ui, sans-serif !important;
    color: #333;
}

.checklist-feature-card-item-desc {
  margin: 0;
      font-size: 12px;
    line-height: 16px;
  color: #8a8f85;
}

.checklist-feature-card-footer {
  border-top: 1px solid #ddd8cf;
  text-align: center;
  padding: 18px 24px 22px;
}

.checklist-feature-card-footer-link {
  color: #b07b43;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.25s ease;
}

.checklist-feature-card-footer-link:hover {
  color: #996634;
}

@media (max-width: 1199px) {
  .checklist-feature-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .checklist-feature-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .checklist-feature-title {
    font-size: 40px;
  }

  .checklist-feature-description {
    max-width: 100%;
    font-size: 18px;
  }

  .checklist-feature-button {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .checklist-feature-section {
    padding: 50px 0;
  }

  .checklist-feature-container {
    padding: 0 18px;
  }

  .checklist-feature-title {
    font-size: 32px;
  }

  .checklist-feature-description {
    font-size: 16px;
  }

  .checklist-feature-benefit-text {
    font-size: 16px;
  }

  .checklist-feature-card-header,
  .checklist-feature-card-list,
  .checklist-feature-card-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .checklist-feature-card-title {
    font-size: 20px;
  }

  .checklist-feature-card-item-title {
    font-size: 15px;
  }

  .checklist-feature-card-item-desc {
    font-size: 13px;
  }
}


/* leftside content right side single image */


.preplan-section {
  background: #f7f5f2;
  padding: 90px 4rem;
}

.preplan-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 24px;
}
.contact_stripe {
    padding: 6rem;
}
.custom-card:hover {
    border: 1px solid #a173454d;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.preplan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 40px;
  align-items: center;
}

.preplan-content {
  max-width: 660px;
}

.preplan-eyebrow {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b07b43;
  font-weight: 500;
}

.preplan-title {
  margin: 0 0 24px;
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -0.4px;
  color: #333;
  font-weight: 700;
  font-family: serif;
}

.preplan-description {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.65;
  color: #6f7d88;
}

.preplan-description p {
  margin: 0 0 14px;
}

.preplan-description p:last-child {
  margin-bottom: 0;
}

.preplan-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 34px;
}

.preplan-list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.preplan-list-icon-wrap {
  width: 18px;
  min-width: 18px;
  margin-top: 6px;
}

.preplan-list-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.preplan-list-icon-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #b07b43;
  font-size: 18px;
  line-height: 1;
}

.preplan-list-text {
  font-size: 17px;
  line-height: 1.6;
  color: #6f7d88;
}

.preplan-list-text p {
  margin: 0;
	font-size: 16px;
}

.preplan-list-text strong,
.preplan-list-text b {
  color: #737373;
  font-weight: 700;
}

.preplan-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.preplan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 16px 30px;
  background: #b07b43;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.preplan-button:hover {
  background: #996634;
  transform: translateY(-1px);
}

.preplan-button-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.preplan-button-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.preplan-button-arrow {
  font-size: 18px;
  line-height: 1;
}

.preplan-image-column {
  display: flex;
  justify-content: flex-end;
}

.preplan-image {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .preplan-grid {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  }

  .preplan-title {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .preplan-section {
    padding: 70px 0;
  }

  .preplan-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .preplan-content {
    max-width: 100%;
    order: 1;
  }

  .preplan-image-column {
    justify-content: flex-start;
    order: 2;
  }

  .preplan-image {
    max-width: 100%;
  }

  .preplan-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .preplan-section {
    padding: 50px 0;
  }

  .preplan-container {
    padding: 0 18px;
  }

  .preplan-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }

  .preplan-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 18px;
  }

  .preplan-description {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .preplan-list {
    gap: 14px;
    margin-bottom: 26px;
  }

  .preplan-list-text {
    font-size: 15px;
  }

  .preplan-button {
    width: 100%;
    padding: 15px 20px;
  }

  .preplan-button-text {
    font-size: 15px;
  }
}
/* sayyam css starts*/
.leistungen_first_sec {
    padding-top: 6rem;
    padding-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
.leistungen_first_sec h2 {
    font-size: 48px;
    line-height: 48px;
    
}
.leistungen_first_sec p {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 400;
}
.leistungen_first_sec .text-lead {
    margin-top: 24px;
}
.transfer-box {
    background-color: #f7f9f6;
    border-radius: 8px;
    padding: 32px;
    max-width: 900px;
    /* margin: 20px auto; */
    font-family: Arial, sans-serif;
    color: #333;
    border: 1px solid #dfe5dc;
    margin-bottom: 48px;
}

.transfer-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 32px;
}

.transfer-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #555;
}

.transfer-box p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #737373;
    font-weight: 400;
}

.transfer-box ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
}
.transfer-box ul li img {
    margin-right: 8px;
    width: 20px;
}
.mini_link {
    background: #75af60;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 6rem;
}
.mini_link h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    color: #fff;
}
.mini_link .text-xl {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fffc;
        margin-bottom: 16px !important;
}
.mini_link span.btn.btn-outline {
    padding: 0px;
    background: none;
    color: #a17345;
}
section.mini_link_attach a {
    text-decoration: none;
}
.mini_link:hover {
    opacity: .95;
}
.bestattungsvorsorge_banner {
    height: 384px;
}
.bestattungsvorsorge_banner .hero-overlay {
    background: none;
}
.bestattungsvorsorge_banner img{
      object-position: center 40%;
}
.Bestattungsvorsorge_fir_sec {
    padding: 6rem 0rem;
    width: 56rem;
    margin: auto;
    /* text-align: left; */
}
.Bestattungsvorsorge_fir_sec h2 {
    font-size: 48px;
    line-height: 48px;
    text-align: left;
}
.Bestattungsvorsorge_fir_sec .text-lead {
    margin-top: 32px;
}
.Bestattungsvorsorge_fir_sec .text-lead p {
    font-size: 18px;
    line-height: 29px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}
.light_green_bg{
  background-color: #f4f7f3;
}
.Bestattungsvorsorge_sec_sec {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 6rem;
    padding-bottom: 3rem;
}
.Bestattungsvorsorge_sec_sec .text-lead p {
    display: none;
}
.Bestattungsvorsorge_sec_sec h2 {
    font-size: 36px;
    line-height: 40px;
}
.Bestattungsvorsorge_sec_sec_boxes {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 6rem;
}
.Bestattungsvorsorge_sec_sec_boxes .card-item {
    padding: 2rem;
    border-radius: .75rem;
    background-color: #f7f9f6 !important;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border: 1px solid #dfe5dc;
    transition: 0.5s;
    text-align: center;
    height: 215px;
}
.Bestattungsvorsorge_sec_sec_boxes .rounded-full.bg-accent-10 {
    background: #eef4ec;
}
.Bestattungsvorsorge_sec_sec_boxes .card-item h3 {
    font-size: 20px;
    line-height: 28px;
}
.Bestattungsvorsorge_sec_sec_boxes .card-item p {
    font-size: 14px;
    line-height: 23px;
    color: #737373;
}
section.Bestattungsvorsorge_third_sec .card-serene {
    padding: 20px !important;
    background-color: #f7f9f6;
    border: 1px solid #dfe5dc;
    border-radius: 8px;
}
section.Bestattungsvorsorge_third_sec .card-serene .rounded-full.bg-accent-20 {
   font-family: "Lato", system-ui, sans-serif;
    height: 32px;
    width: 32px;
    background: #a17345;
    color: #fff !;
}
section.Bestattungsvorsorge_third_sec .card-serene .rounded-full.bg-accent-20 span{
  color: #fff;
	font-family: "Lato", system-ui, sans-serif;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 600;
}
section.Bestattungsvorsorge_third_sec .card-serene p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
section.Bestattungsvorsorge_third_sec .max-w-3xl {
    width: 56rem !important;
    max-width: 56rem !important;
}
section.Bestattungsvorsorge_third_sec {
    padding-bottom: 6rem;
}
.contact_stripe h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 16px;
}
.contact_stripe .max-w-2xl {
    width: 56rem !important;
    max-width: 56rem !important;
}
.contact_stripe .text-xl {
    width: 32rem !important;
    max-width: 32rem !important;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
}
.contact_stripe a.btn.btn-outline {
    padding: 14px 32px;
    border-radius: 2px;
}
a.btn.btn-outline.hansenbut1:hover {
    background: #a17345;
    color: #fff;
}
a.btn.btn-outline.icon_reverse.hansenbut2:hover {
    background: #ffffff1a;
    color: #fff;
    border: 1px solid;
}
.bestattungsvorsorge_sec_last h2 {
    font-size: 24px;
    line-height: 32px;
}
.bestattungsvorsorge_sec_last_boxes {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 6rem;
}
.bestattungsvorsorge_sec_last_boxes .card-item {
    padding: 2rem;
    border-radius: .75rem;
    background-color: #f7f9f6 !important;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border: 1px solid #dfe5dc;
    transition: 0.5s;
    text-align: center;
    height: 245px;
}
.bestattungsvorsorge_sec_last_boxes .rounded-full.bg-accent-10 {
    background: #eef4ec;
}
.bestattungsvorsorge_sec_last_boxes .card-item h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px !important;
}
.faq-section h3.ui-accordion-header {
    background: #f4f7f300 !important;
    border: 1px solid #dfe5dc;
}
.faq-section .ui-accordion-content{
  background: #f4f7f300 !important;

}
.bestattungsvorsorge_sec_last_boxes .card-item p {
    font-size: 14px;
    line-height: 23px;
    color: #737373;
}
.bestattungsvorsorge_sec_last_boxes ul {
    width: 56rem;
    margin: auto;
}
.bestattungsvorsorge_sec_last_boxes .card-item{
  height: auto;
  padding: 24px;
}
.featured_bottom_description a:hover {
    text-decoration: underline;
}

.featured_bottom_description a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
	letter-spacing:0px;
}
.featured_bottom_description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #737373;
}
.bestattungsvorsorge_sec_last_boxes .card-item:hover{
  border-color: #a173454d;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.bestattungsvorsorge_sec_last_boxes .gap-8 {
    gap: 1rem;
}
.faq-section .ui-accordion-header:nth-child(1){
  margin-top: 0px;
}
.Bestattungsvorsorge_sec_last h2 {
    font-size: 24px;
    line-height: 32px;
}
.uber-uns_last_section li h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 4px !important;
}
.Bestattungsvorsorge_sec_last {
    padding-bottom: 1rem;
}
.ueber_uns_fourth_sec .text-lead {
    display: block;
    text-align: left;
    width: 56rem;
    margin: auto;
    margin-top: 26px;
}
.ueber_uns_fourth_sec .text-lead p {
    display: block;
    margin-bottom: 12px;
        font-size: 16px;
    line-height: 24px;
}
.ueber_uns_sec_sec {
    padding: 32px;
    /* text-align: left !important; */
    border-radius: 6px;
    margin-bottom: 3rem;
    width: 56rem;
     background: #eef4ec !important;
    border: none !important;
}
.ueber_uns_third_sec {
    background: none !important;
	margin-bottom:6rem;
}
.ueber_uns_sec_sec h2 {
    text-align: left;
}
.ueber_uns_sec_sec p {
    text-align: left;
    color: #333;
}
.ueber_uns_sec_sec p.text-muted-foreground {
    color: #737373;
}
.ueber_uns_sec_sec .section-space{display: none;}
.ueber_uns_first_sec {
    padding-bottom: 0px;
    margin-bottom: 3rem;
}
.ueber_uns_sec_sec ul.list-type li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(161 115 69);
    border-radius: 50%;
    top: 9px;
    left: 0;
}
.ueber_uns_sec_sec ul.list-type li {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    width: 48%;
    text-align: left;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
        color: #737373;
}
.ueber_uns_third_sec {
    padding: 0px;
}
.ueber_uns_five_one_sec .grid-cols-2 {
    grid-template-columns: 16% 84%;
}
.ueber_uns_five_one_sec {
    max-width: 80rem;
    margin: auto;
    padding: 32px;
    border-radius: 6px;
    margin-bottom: 3rem;
    background-color: #f7f9f6 !important;
    border: 1px solid #dfe5dc;
}
.ueber_uns_five_one_sec .team-member img {
    width: 192px;
    height: 192px;
    box-shadow: none;
}
.ueber_uns_five_one_sec .about-desc p {
    line-height: 24px;
}
.ueber_uns_five_one_sec h2 {
    margin-top: 0px !important;
}
.ueber_uns_five_one_sec  .grid {
    align-items: flex-start;
}
.ueber_uns_five_one_sec:nth-of-type(even) .team-member {
  order: 2;
}

.ueber_uns_five_one_sec:nth-of-type(even) .mob-order-1 {
  order: 1;
}
.ueber_uns_five_one_sec:nth-of-type(even)  .grid-cols-2 {
    grid-template-columns: 84% 16%;
}
.ueber_uns_five_one_sec  .gap-12 {
    gap: 2rem;
}
.ueber_uns_five_one_sec .about-desc p.black_para {
    color: #333;
}
.ueber_uns_five_last_sec {
    background-color: #a173450d !important;
    border: 2px dashed #a17345;
}
.ueber_uns_five_last_sec .team-member {
  order: 1 !important;
}
.ueber_uns_five_last_sec .mob-order-1 {
  order: 2 !important;
}
.ueber_uns_five_last_sec  .grid-cols-2 {
    grid-template-columns: 16% 84% !important;
}
.uber-uns_secound_last_sec_boxes {
    background-color: #f4f7f3 !important;
    border: none;
    /* color: #000; */
    padding-bottom: 6rem;
    padding-top: 0px;
}
.uber-uns_secound_last_sec {
    padding-bottom: 1rem;
}
.uber-uns_secound_last_sec_boxes li span {
    color: #333;
}
.only_normal_para {
    padding-bottom: 4rem;
}

.only_normal_para p {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}
.trauerhalle_first_sec p {
    font-size: 16px !important;
    color: #737373 !important;
    line-height: 24px !important;
}
.trauerhalle_sec_sec li {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 8px;
}
.trauerhalle_sec_sec li img {
    width: 20px;
    margin-right: 8px;
}
.small_contact_stripe .max-w-2xl {
    width: 100% !important;
}
.small_contact_stripe {
    width: 56rem !important;
    margin: auto;
    padding: 2rem;
    border-radius: 6px;
    margin-bottom: 6rem;
}
.small_contact_stripe h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}
.small_contact_stripe .text-xl {
    width: 48rem !important;
    max-width: 48rem !important;
    font-size: 16px;
    line-height: 24px;
    color: #fffc;
    margin-bottom: 24px;
}
.trauerhalle_sec_sec {
    border: 1px solid #dfe5dc !important;
    background: #f7f9f6 !important;
}
.contact_form_section {
    max-width: 80rem !important;
    margin: auto;
    padding-top: 2rem;
}
.gform_heading {
    display: none !important;
}
.contact-form textarea {
    border: 1px solid #dfe5dc !important;
    border-radius: 6px;
    box-shadow: none !important;

}
.contact-form input {
    border: 1px solid #dfe5dc !important;
    box-shadow: none !important;
}
.contact-form {
    padding: 2rem;
    background: #f7f9f6;
    border: 1px solid #dfe5dc;
    border-radius: 6px;
}
.contact_form_section .grid-cols-2 {
grid-template-columns: 60% 40%;
}
.go_to_home {
    /* width: 50%; */
    text-align: center;
}
.go_to_home .btn {
    justify-content: center;
    width: 20%;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    background: #75af60;
    color: #fff;
}







.contact-card-section .contact-card {
  max-width: 100%;
    background: #79b35f;
    border-radius: 8px;
    padding: 2rem;
    color: #ffffff;
    box-sizing: border-box;
}

.contact-card-section .contact-title {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #ffffff;
}
.contact-card-section .contact-block {
  margin-bottom: 20px;
}

.contact-card-section .contact-city {
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.06em; */
    color: #fff9;
    margin-bottom: 4px;
        text-transform: uppercase;
}

.contact-card-section .contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-card-section .contact-icon {
    width: 20px;
    height: 20px;
    color: #b96c46;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: none;
}

.contact-card-section .contact-icon svg {
  width: 24px;
  height: 24px;
}

.contact-card-section .contact-phone{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
} 
.contact-card-section .contact-email {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.contact-card-section .contact-address {
    margin-top: 4px;
    margin-left: 38px;
    font-size: 14px;
    line-height: 20px;
    color: #e8f0dc;
}

.contact-card-section .contact-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 15px 0 15px;
}

.contact-card-section .contact-email-row {
  align-items: center;
}
.contact_form_section .white_background_contact p {
    color: #737373;
    font-size: 14px;
    line-height: 23px;
}
.white_background_contact a {
    text-decoration: none;
}
.white_background_contact span.btn.btn-outline.icon_reverse {
    background: none;
    padding: 0px;
    margin-top: 15px;
    color: #af8963;
    /* text-decoration: none; */
        font-size: 14px;
    line-height: 20px;
}




.location-map-section {
    padding: 24px 18px 30px;
    width: 80rem !important;
    margin: auto;
}

.location-map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
}

.location-map-card {
    width: 100%;
    border: 1px solid #dfe5dc;
    border-radius: 10px;
}

.location-map-frame {
  width: 100%;
  height: 300px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.location-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.location-map-caption {
    /* margin-top: 12px; */
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    padding: 8px;
}
.contact_last_sec ul {
    width: 80rem !important;
}
.contact_last_sec ul a {
    padding: 20px !important;
}
.contact_last_sec ul a h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 4px !important;
}
.contact_last_sec .card-item p {
    line-height: 20px;
}
.charleft.ginput_counter.gfield_description {
    display: none;
}
span.gfield_required.gfield_required_asterisk {
    color: #000;
}
.contact-form input::placeholder {
  color: #737373;
}
.contact-form textarea::placeholder {
  color: #737373;
}
div#gform_fields_1 {
    row-gap: 24px;
}
input#gform_submit_button_1 {
    background: #79b35f;
    padding: 12px 36px 12px 56px;
	color: #fff !important;
}
.gform-footer::after {
    content: "";
    background-image: url('/wp-content/uploads/2026/03/whiteupperarrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    /* font-family: sans-serif; */
    left: 4%;
    top: 27%;
}
.gform-footer.gform_footer.top_label {
    position: relative;
}
.white_background_contact a:hover {
    text-decoration: underline;
    color: #af8963;
}
.location-map-frame iframe{
  height: 420px !important;
}
.gform-theme--foundation .gfield textarea.medium {
    min-block-size: 8rem !important;
}
.contact-card-section .contact-phone:hover {
    color: #af8963;
}
.contact-card-section .contact-email:hover {
    color: #af8963;
}
.leistungen_sec_sec h2 {
    font-weight: 600;
}
.leistungen_sec_sec .transfer-box p:last-child {
    margin-bottom: 0pc;
}
.leistungen_sec_sec .transfer-box ul {
    margin-top: 10px;
}
.leistungen_sec_sec .transfer-box ul li {
    line-height: 24px;
    }





/* Location section css */

.bh-location-section {
  padding: 0 0 16px;
  }
  
  .bh-location-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0px;
  }
  
  .bh-location-card {
  margin-top: 40px;
  background: #f7f9f6;
  border: 1px solid #dfe5dc;
  border-radius: 8px;
  }
  .smalll_details_section_neukloster ul {
    gap: 2rem;
}
.contact_last_sec {
    width: 80rem;
    margin: auto;
    padding: 0 0 6rem;
}
  .bh-location-card-top {
  display: grid;
  grid-template-columns: 426px 1fr;
  align-items: stretch;
  min-height: 288px;
  }
  
  .bh-location-image-col {
  border-right: 1px solid #d9d3ca;
  }
  
  .bh-location-main-image {
  width: 100%;
  height: 100%;
  min-height: 288px;
  object-fit: cover;
  display: block;
  border-radius: 8px 0px 0px 0px ;
  }
  
  .bh-location-content-col {
  padding: 26px 40px 20px;
  }
  
  .bh-location-content-inner {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 34px;
  }
  
  .bh-location-top-icon-wrap {
  width: 58px;
  height: 58px;
  min-width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border-radius: 50%;
  background: #f1ece4;
  }
  
  .bh-location-top-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  }
  
  .bh-location-text-wrap {
  display: flex;
  flex-direction: column;
  }
  
  .bh-location-main-title {
  margin: 0 0 4px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #333333;
  font-family: "Playfair Display", serif !important;
  }
  
  .bh-location-subtitle {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #6f7d88;
  }
  .neukloster_auch_heading {
    padding-bottom: 0.5rem;
}
.neukloster_auch_heading h2 {
    font-size: 24px;
    line-height: 32px;
}
  .bh-location-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #b07b43;
  text-decoration: none;
  transition: color 0.25s ease;
  }
  
  .bh-location-top-link:hover {
  color: #8f6438;
  }
  
  .bh-location-top-link-arrow {
  font-size: 16px;
  line-height: 1;
  }
  
  .bh-location-info-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 72px;
  align-items: start;
  }
  
  .bh-location-info-title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333333;
  font-family: "Playfair Display", serif;
  }
  
  .bh-location-contact-list,
  .bh-location-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  .bh-location-contact-item,
  .bh-location-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
  }
  
  .bh-location-contact-item:last-child,
  .bh-location-feature-item:last-child {
  margin-bottom: 0;
  }
  .funeral-links-section li a h3 {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
    font-family: "Lato", system-ui, sans-serif !important;
    font-weight: 400;
    margin-bottom: 0px !important;
}
.funeral_flex {
    display: flex;
    justify-content: center;
}
.funeral-links-section {
    padding-bottom: 6rem;
}
.standorte_last_sec {
    padding-bottom: 1rem;
}
.standorte_last_sec .section-space {
    display: none;
}
.standorte_last_sec h2 {
    font-size: 24px;
    line-height: 30px;
}
a.bh-location-top-link:hover {
    text-decoration: underline;
}
.neukloster_auch ul.grid li.light_grey:hover a {
    border: 1px solid #dfe5dc !important;
}
.neukloster_auch ul.grid li.light_grey:hover a h3 {
    color: #737373 !important;
}
.funeral_flex li a {
    padding: 10px 20px;
    background: #f7f9f6;
    border: 1px solid #dfe5dc;
    border-radius: 3px;
}
  .bh-location-contact-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  object-fit: contain;
  flex-shrink: 0;
  }
  
  .bh-location-contact-link,
  .bh-location-contact-text,
  .bh-location-feature-text {
  font-size: 16px;
  line-height: 24px;
  color: #737373;
  text-decoration: none;
  }
  
  .bh-location-contact-link:hover {
  color: #b07b43;
  }
  
  .bh-location-feature-bullet {
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 50%;
  background: #b07b43;
  flex-shrink: 0;
  }
  
  .bh-location-map-wrap {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d9d3ca;
  /* border-radius: 8px 0px 0px 0px; */
  }
  
  .bh-location-map-frame,
  .bh-location-map-embed iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
  }
  
  .bh-location-map-embed {
  line-height: 0;
  }
  
  @media (max-width: 1199px) {
  .bh-location-container {
  padding: 0 24px;
  }
  .bh-location-card {
    margin-left: 2rem;
    margin-right: 2rem;
}
  .bh-location-card-top {
  grid-template-columns: 320px 1fr;
  }
  
  .bh-location-info-grid {
  grid-template-columns: 1fr 220px;
  gap: 40px;
  }
  }
  
  @media (max-width: 991px) {
  .bh-location-card-top {
  grid-template-columns: 1fr;
  }
  
  .bh-location-image-col {
  border-right: 0;
  border-bottom: 1px solid #d9d3ca;
  }
  
  .bh-location-main-image {
  min-height: 280px;
  }
  
  .bh-location-content-col {
  padding: 22px 24px 18px;
  }
  
  .bh-location-info-grid {
  grid-template-columns: 1fr;
  gap: 28px;
  }
  }
  
  @media (max-width: 767px) {
  .bh-location-container {
  padding: 0 16px;
  }
  
  .bh-location-content-col {
  padding: 20px 18px 18px;
  }
  
  .bh-location-content-inner {
  gap: 16px;
  margin-bottom: 24px;
  }
  
  .bh-location-top-icon-wrap {
  width: 50px;
  height: 50px;
  min-width: 50px;
  }
  
  .bh-location-top-icon {
  width: 20px;
  height: 20px;
  }
  
  .bh-location-main-title,
  .bh-location-info-title {
  font-size: 22px;
  }
  
  .bh-location-contact-link,
  .bh-location-contact-text,
  .bh-location-feature-text,
  .bh-location-subtitle {
  font-size: 15px;
  }
  
  .bh-location-map-frame,
  .bh-location-map-embed iframe {
  height: 240px;
  }
  }
  



  /* Contactbox css */



.contactbox-section {
  padding: 6rem 4rem;
  background: #f4f7f3;
  }
  
  .contactbox-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 24px;
  }
  
  .contactbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  }
  
  /* BOX */
  .contactbox-item {
  background: #f7f9f6;
  border: 1px solid #dfe5dc;
  border-radius: 8px;
  padding: 32px;
  }
  
  /* TITLE */
  .contactbox-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0 0 20px;
  }
  
  /* LIST */
  .contactbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  }
  
  /* LEFT SIDE (ICON LIST) */
  .contactbox-list-one .contactbox-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  }
  
  .contactbox-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: 3px;
  flex-shrink: 0;
  }
  
  .contactbox-link,
  .contactbox-text {
  font-size: 16px;
  line-height: 24px;
  color: #6f7d88;
  text-decoration: none;
  }
  
  .contactbox-link:hover {
  color: #b07b43;
  }
  
  /* RIGHT SIDE (BULLET LIST) */
  .contactbox-list-two .contactbox-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  }
  
  .contactbox-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b07b43;
  margin-top: 8px;
  flex-shrink: 0;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
  .contactbox-grid {
  grid-template-columns: 1fr;
  gap: 20px;
  }
  
  .contactbox-item {
  padding: 24px;
  }
  }
  
  @media (max-width: 767px) {
  .contactbox-title {
  font-size: 20px;
  }
  
  .contactbox-link,
  .contactbox-text {
  font-size: 14px;
  }
  }
    .Bestattungsvorsorge_sec_sec_boxes ul {
    width: 80rem;
    margin: auto;
}
p.footer-text {
    font-size: 14px;
    line-height: 23px;
}
ul#menu-footer-menu li {
    line-height: 20px;
    margin-bottom: 8px;
}
h4.certificate-heading {
    font-family: "Lato", system-ui, sans-serif !important;
    color: #ffffff80;
}
.certificate-item p {
    font-size: 11px;
    line-height: 14px;
    color: #fff9;
}
.neukloster_fir_sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.neukloster_fir_sec h2 {
    font-size: 48px;
    line-height: 48px;
}
.neukloster_fir_sec .text-xl {
    width: 48rem !important;
    max-width: 48rem !important;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
}
.neukloster_fir_sec h4.subheading-section {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 4.2px;
    font-family: "Lato", system-ui, sans-serif !important;
    color: #a17345;
    text-transform: uppercase;
}
.neukloster_sec_sec p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.neukloster_sec_sec {
    padding: 6rem 0rem;
    width: 56rem;
}
.neukloster_three_boxes {
    padding-top: 6rem;
}
.smalll_details_section_neukloster {
    background: transparent !important;
    border: none;
    padding-bottom: 6rem;
}
.smalll_details_section_neukloster li {
    color: #333;
}
.neukloster_auch ul.grid li a {
    padding: 8px 16px;
 

}
.neukloster_auch ul.grid li a h3 {
    font-size: 14px !important;
    font-family: "Lato", system-ui, sans-serif !important;
    line-height: 20px;
    font-weight: 400;
    margin: 0px !important;
}
.neukloster_auch ul.grid {
    display: flex !important;
    width: 56rem;
    margin: auto;
        justify-content: center;
    gap: 1rem;
}
.neukloster_auch ul.grid li a {
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid #dfe5dc;
    border-radius: 6px;
}
.neukloster_auch {
    padding-bottom: 6rem;
}
.neukloster_auch ul.grid li:hover a h3 {
    color: #a17345 !important;
}
.neukloster_auch ul.grid li:hover a {
    border-color: #a17345 !important;
}
.neukloster_contact_stripe h2 {
    font-size: 30px;
}
.light_grey h3 {
    color: #737373;
}
.map_section_heading {
    padding-bottom: 1rem;
}
section.map-shown-section {
    padding-bottom: 6rem;
}
.home_featured_heading p {
    width: 36rem;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
}
.home_featured_heading h2 {
    font-size: 36px;
    line-height: 40px;
}
.home_featured_heading {
    width: 100%;
    max-width: 100%;
    padding-top: 6rem;
    padding-bottom: 2rem;
}
.home_featured_boxes_section ul {
    width: 80rem;
    margin: auto;
    padding-top: 0px;
}
.home_featured_boxes_section .btn.btn-outline {
    background: none;
    padding: 0px;
    color: #a17345;
        font-size: 14px;
    line-height: 20px;
}
.home_featured_boxes_section li a {
    background: #f7f9f6;
    border: 1px solid #dfe5dc;
    text-align: center !important;
    align-items: center !important;
        height: 290px;
}
.home_featured_boxes_section li a p {
    color: #737373;
        font-size: 14px;
    line-height: 23px;
}
.featured_boxes_button a {
    padding: 12px 24px;
    border-radius: 3px;
}
.featured_boxes_button {
    background: #f4f7f3;
    padding: 3rem 0rem 6rem;
}
.featured_boxes_button img {
    filter: brightness(5);
}
.featured_boxes_button a:hover {
    background: #75af5f !important;
    color: #fff !important;
}
.main_home_banner a.btn.btn.btn-primary:hover {
    background: #a17345;
    opacity: 0.9;
}
.main_home_banner a.btn.btn.btn-outline:hover{
      background: #75af5f;
      opacity: 0.9;
}
.Abschied {
    padding-top: 6rem;
    padding-bottom: 3rem;
    max-width: 56rem;
}
.Abschied h2.heading-section {
    font-size: 36px;
    line-height: 40px;
}
.Abschied p {
    margin-top: 32px !important;
    width: 42rem;
    margin: auto;
}
.about_section .team-member img {
    width: 208px;
    height: 208px;
	box-shadow:none;
}
.about_section {
    padding-top: 0px;
    max-width: 48rem;
}
.about_section .grid-cols-2 {
    grid-template-columns: 25% 75%;
    gap: 2.5rem;
}
.Neukloster {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.Neukloster h2.heading-section {
    font-size: 48px;
    line-height: 48px;
}
.Neukloster p {
    width: 42rem;
    margin: auto;
    margin-top: 26px;
    font-size: 18px;
    line-height: 28px;
}
section.hero-banner.inner_banner {
    height: 448px;
    position: relative;
    overflow: hidden;
}
.funeral-types-bottom a:hover {
    text-decoration: underline;
}
.small_details_Section span {
    color: #fffc;
	font-size:14px;
	line-height:20px;
}
.about-section a:hover{
  text-decoration: underline;
}
section.hero-banner.inner_banner:after {
content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37%; /* controls fade height */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 60%,
    #ffffff 100%
  );
  z-index: 99;
}
.funeral-links-section a:hover h3 {
    color: #a17345;
}
.funeral-links-section a:hover {
    border-color: #a17345;
}
.funeral_flex {
    gap: 12px;
}
.map_section_heading h2 {
    font-size: 30px;
    line-height: 36px;
}
.Bestatter_wism h2 {
    font-size: 30px;
    line-height: 36px;
}
.top-header-bar {
  background-color: #3a3a3a; /* dark grey */
  color: #ffffff;
  font-size: 14px;
  border-bottom: 1px solid #777;
}

.top-header-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-left a span img {
    width: 14px;
}
.top-right svg {
    width: 15px;
}
.top-left, .top-right {
  display: flex;
  gap: 25px;
}

.item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.top-right svg {
    width: 20px;
}
.top-left a span, .top-right a span {
    font-size: 14px !important;
}
.top-left a, .top-right a {
    color: #fff;
    text-decoration: none;
    /* font-size: 14px !important; */
}
.top-left a:hover, .top-right a:hover {
    color: #75af60;
}
.Bestattungsvorsorge_fir_sec .text-lead p.text-sl {
    font-size: 16px !important;
    line-height: 24px !important;
}
.white_background_contact h3 {
    font-size: 20px;
}
.home_featured_boxes_section a:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-color: #a173454d;
}
.contact-info a:hover {
    color: #a17345;
}

.contact-info a {
    color: #555555;
    text-decoration: none;
}
.inner_banner .hero-overlay {
    background: none;
}
.headinglist-backlink:hover img.headinglist-backicon {
    filter: opacity(0.5);
}
.mobile-bottom-bar {
  display: none;
}
.main_home_banner p {
    width: 42rem;
    margin: auto;
}
.menu-item-has-children > a {
  position: relative;
  padding-right: 18px;
}

.menu-item-has-children > a::after {
    content: "";
    width: 6px !important;
    height: 6px !important;
    border-right: 1.5px solid #333 !important;
    border-bottom: 1.5px solid #333 !important;
    transform: rotate(45deg) !important;
    display: inline-block;
    margin-top: 2px;
    background-image: none !important;
}
.current-menu-parent a.nav-link.dropdown-toggle::after {
    border-color: #75af60 !important;
}
.current-menu-parent a.nav-link.dropdown-toggle {
    color: #75af60 !important;
    border-bottom: 2px solid #75af60 !important;
}
ul#menu-main-menu li a{
		padding-left:12px !important;
		padding-right:12px !important;

	}
.current_page_item {
    border-bottom: 2px solid #75af60;
}
.gravity_form_heading p {
    display: block !important;
    width: 36rem;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
}
.trauerfall_first_sec {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.trauerfall_first_sec p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px !important;
    width: 42rem;
    margin: auto;
}
.trauerfall_first_sec h2 {
    font-size: 48px;
    line-height: 48px;
}
section.impressum_section {
    padding: 0rem 2rem 6rem;
}
section.impressum_section p {
    font-size: 18px;
    line-height: 29px;
    color: #626d84;
	margin-bottom:20px;
}
section.impressum_section h2 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
}
.datenschutz_data h1 {
    display: none;
}
.datenschutz_data h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.datenschutz_data h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 12px;
        color: #333333;
}
.datenschutz_data h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}
.datenschutz_data p {
    font-size: 18px;
    line-height: 29px;
    color: #626d84;
	margin-bottom:20px;
}
.datenschutz_data ul {
    margin-bottom: 20px;
}
.datenschutz_data p a {
    color: #a17345;
    text-decoration: none;
}
.datenschutz_data p a:hover {
    text-decoration: underline;
}
.Datens_first_sec h2 {
    font-size: 48px;
    line-height: 48px;
}
section.datenschutz_data li {
    font-size: 18px;
    line-height: 29px;
    color: #626d84;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 30px;
}
footer .current_page_item {
    border: none;
}
#print-checklist .card-serene {
	border: none;
	background: none;
}
.progress-row .text-muted-foreground {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 600;
}
#progress-count{
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 500;
}
.checklist-section .section-head{
	padding: 16px 20px !important;
	background: #ecf0ea80;
	
}
.checklist-section {border: 1px solid #dfe5dc !important;
  border-radius: 20px;}
.checklist-section .section-head .flex span{
	font-size: 12px;
	line-height: 16px;
	color: #737373;
}
.section-progress.text-accent {
	padding: 5px 10px;
	background: #fff;
	border-radius: 50px;
	border: 1px solid #dfe5dc;
}
.checklist-section .section-body{
  padding: 0px !important;
}
.check-item-wrap .check-item {
	margin-top: 0px !important;
  align-items: center;
  border-bottom: 1px solid #dfe5dc;
  border-radius: 0px;
}
.label-title {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 600;
}
.label-sub {
	font-size: 12px;
	line-height: 16px;
	color: #737373;
}
.checklist-actions .btn.call-btn {
	background: #75af60;
}
.checklist-actions .btn.btn-muted:hover {
  background: none !important;
}
.checklist-actions .btn.btn-muted {
  border-color: #75af60;
  color: #75af60;
}
.bottom_data {
	font-size: 12px;
	line-height: 16px;
	color: #737373;
}
.checklist_contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	background-color: #75af600d;
	border-radius: 8px;
	border: 1px solid #75af6033;
	max-width: 100%;
	width: 56rem;
	margin: auto;
}
.checklist_contact .contact-info {
	flex: 1;
	display: flex;
}
#print-checklist .max-w-3xl{
  max-width: 56rem;
}
.checklist_contact .contact-info {
    flex: 1;
}

.checklist_contact .contact-info .icon {
    color: #4CAF50;
    margin-right: 10px;
}

.checklist_contact .contact-info h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	color: #333;
	line-height: 24px;
}

.checklist_contact .contact-info p {
	font-size: 14px;
	margin-top: 0px;
	color: #666;
	line-height: 20px;
}

.checklist_contact .contact-number {
    margin-left: 20px;
}

.checklist_contact .phone-button {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #75af60;
	color: white;
	text-decoration: none;
	font-size: 14px;
	border-radius: 8px;
	font-weight: 600;
	line-height: 20px;
}

.checklist_contact .phone-button .icon {
    margin-right: 10px;
}
.icon_svg{
  display: flex;
  align-items: center;
}
#gform_2 {
	background: #f7f9f6;
	border: 1px solid #dfe5dc;
	padding: 32px;
	border-radius: .375rem;
}
.gf_progressbar_percentage {
	background-color: #a17345 !important;
}
.ginput_container input {
	border-color: #dfe5dc !important;
	box-shadow: none !important;
}
.Bestattungsvorsorge_form_sec .max-w-3xl {
	max-width: 42rem;
}
.gform-page-footer {
	border-top: 1px solid #ccc !important;
	padding-top: 15px !important;
}
.gform-page-footer input{
  background-color: #a17345 !important;
  color: #fff !important;
}
.gform-page-footer.gform_page_footer.top_label {
	justify-content: space-between;
}
#field_2_26 h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
#field_2_26 p {
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}
#field_2_26 {
	border-bottom: 1px solid #dfe5dc;
	padding-bottom: 15px;
}
.gfield--type-radio .gchoice{
  border: 1px solid #dfe5dc !important;
  padding: 12px !important;border-radius: 2px;}
#gform_fields_2_2{
  row-gap: 24px;
}
.ginput_container_textarea textarea {
	border: 1px solid #dfe5dc !important;
	box-shadow: none !important;
}
.gfield--type-html p {
	color: #737373;
}
#field_2_16 h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
#field_2_16 p {
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}
#field_2_16 {
	border-bottom: 1px solid #dfe5dc;
	padding-bottom: 15px;
}
#gform_fields_2{
  row-gap: 24px;
}
.gfield_label.gform-field-label {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
#input_2_17 .gchoice{
  border: 1px solid #dfe5dc !important;
  padding: 12px !important;border-radius: 2px;}
  .gfield-choice-input {
	border: 2px solid #000 !important;
	/* outline: 2px solid #333 !important; */
}
input {
	color: #737373 !important;
}
#input_2_20 {
	width: 100%;
}
#field_2_48 h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
#field_2_48 p {
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}
#field_2_48 {
	border-bottom: 1px solid #dfe5dc;
	padding-bottom: 15px;
}
#field_2_44 h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
#field_2_44 p {
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}
#field_2_44 {
	border-bottom: 1px solid #dfe5dc;
	padding-bottom: 15px;
}
#field_2_38 h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
#field_2_38 p {
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}
#field_2_38 {
	border-bottom: 1px solid #dfe5dc;
	padding-bottom: 15px;
}
#field_2_31 h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
#field_2_31 p {
	font-size: 14px;
	line-height: 20px;
	color: #737373;
}
#field_2_31 {
	border-bottom: 1px solid #dfe5dc;
	padding-bottom: 15px;
}
#field_2_53 button {
	background: #75af5f;
}
#gform_previous_button_2_6 {
    background-color: transparent !important;
    border: 1px solid #737373 !important;
    box-shadow: none !important;
    color: #000 !important;
}
@media screen and (max-width: 1500px) {
.hero-banner {
    position: relative;
    height: 530px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
hero-content {  top: 48%;}}
@media screen and (max-width: 1024px) {
	.custom-navbar {
    padding: 17px 0;
}
	    .headinglist-title {
        font-size: 48px;
    }
	    .headinglist-item-text {
        font-size: 16px;
    }
	.funeral-types-section .container {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.funeral-types-cta {
        font-size: 16px;
    }
	.preplan-grid {
    gap: 48px;
    grid-template-columns: 50% 45%;
}
	.home_featured_boxes_section li a {
    height: 330px;
}
	.preplan-list-text p {
    margin: 0;
    font-size: 16px;
}
	.checklist-feature-title {
        font-size: 36px;
    }
	.hero-banner {
        position: relative;
        height: 950px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
	  .home_featured_boxes_section ul {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
}
  .contact_form_section .grid-cols-2 {
    grid-template-columns: 55% 40%;
}
.location-map-section {
    padding: 24px 18px 30px;
    width: 62rem !important;
    margin: auto;
}
.contact_last_sec ul {
    width: 100% !important;
}
  .neukloster_fir_sec {
    padding-left: 0;
    padding-right: 0;
}
section.map-shown-section {
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
section.map-shown-section .container {
    padding: 0px;
}


  .ueber_uns_five_one_sec:nth-of-type(even)  .grid-cols-2 {
    grid-template-columns: 82% 16%;
}
.ueber_uns_five_one_sec {
    max-width: 100% !important;
    margin-left: 4rem;
    margin-right: 4rem !important;
}
.Bestattungsvorsorge_sec_sec_boxes ul {
    width: 100%;
}
.Bestattungsvorsorge_sec_sec_boxes .card-item {
    height: 275px;
}
.contact_stripe .max-w-2xl {
    width: 100% !important;
    max-width: 100% !important;
}
.testimonial_section .max-w-3xl {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 4rem;
    padding-right: 4rem;
}
.ueber_uns_five_one_sec .grid-cols-2 {
    grid-template-columns: 20% 78%;
}
.navbar-brand .custom-logo {
    height: 40px;
    width: 80%;
}
	.custom-card {
    margin-left: 3rem;
    margin-right: 3rem;
}
}
@media screen and (max-width: 768px) {
	    .navbar-brand .custom-logo {
        height: 80px;
        width: 80%;
    }
	.card-image {
    width: 40%;
}
	.custom-card {
        margin-left: 1rem;
        margin-right: 1rem;
    }
	    .custom-card {
        flex-direction: row;
    }
	 .checklist-feature-button {
        min-width: auto;
        width: 45%;
    }
	 .preplan-grid {
        gap: 48px;
        grid-template-columns: 100%;
    }
	.checklist-feature-section {
    background: #ffffff;
    padding: 70px 1rem;
}
	.main_home_banner h1.hero-title {
    line-height: 48px;
    font-weight: 600;
    font-size: 48px;
    font-family: Georgia,serif;
}
	.main_home_banner {
    width: 100%;
}
	.about_section {
    padding-top: 0px;
    max-width: 90%;
}
	    .home_featured_boxes_section li a {
        height: 270px;
    }
	.home_featured_boxes_section ul {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
	.hero-banner {
        height: 715px;
    }
  .neukloster_auch ul.grid {
    flex-wrap: wrap;
    gap: 9px;
            width: 100%;
}
.neukloster_contact_stripe {
    padding-left: 1rem;
    padding-right: 1rem;
}
  .neukloster_sec_sec {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
    section.map-shown-section {
        padding-bottom: 6rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .bestattungsvorsorge_sec_last_boxes {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
}
  .contactbox-section {
    padding: 6rem 2rem;
    background: #f4f7f3;
}
    .contactbox-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
  .bh-location-info-grid {
        grid-template-columns: 1fr 300px;
        gap: 28px;
    }
  .ueber_uns_five_one_sec .grid-cols-2 {
        grid-template-columns: 30% 70%;
    }
    
  .ueber_uns_fourth_sec .text-lead {
    width: 100%;
}
  .ueber_uns_first_sec {
    padding-bottom: 0px !important;
}
.ueber_uns_sec_sec {
    width: 44rem !important;
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: 48rem !important;
}
.ueber_uns_fourth_sec .text-lead p {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
	    color: #737373;
}
.Bestattungsvorsorge_fir_sec {
    width: 100%;
    padding: 6rem 2rem;
}
.Bestattungsvorsorge_sec_sec_boxes ul{
  grid-template-columns: repeat(3,minmax(0,1fr))
}
.Bestattungsvorsorge_sec_sec_boxes .card-item {
        height: 345px;
    }
    section.Bestattungsvorsorge_third_sec .max-w-3xl {
    width: 100% !important;
    max-width: 100% !important;
}
.bestattungsvorsorge_sec_last_boxes ul {
    width: 100%;
}
    .testimonial_section .max-w-3xl {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0rem;
        padding-right: 0rem;
    }
        .ueber_uns_five_one_sec:nth-of-type(even) .grid-cols-2 {
        grid-template-columns: 70% 30%;
    }
    .ueber_uns_five_last_sec .grid-cols-2 {
    grid-template-columns: 30% 70% !important;
}
.uber-uns_last_section ul{grid-template-columns: repeat(3, minmax(0, 1fr));}
.uber-uns_last_section .card-item {
    height: 110px !important;
    padding: 24px;
}
.small_contact_stripe .text-xl {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px;
    line-height: 24px;
    color: #fffc;
    margin-bottom: 24px;
}
.small_contact_stripe {
    width: 45rem !important;
    margin: auto;
    padding: 2rem;
    border-radius: 6px;
    margin-bottom: 6rem;
}
 .location-map-section {
        padding: 24px 18px 30px;
        width: 46rem !important;
        margin: auto;
    }
    .contact_last_sec .grid-cols-3{
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    .contact_last_sec a.card-item {
    height: 110px;
}
	.funeral-types-title {
		font-size: 24px;}
	.funeral-types-description {
    font-size: 14px;
    line-height: 1.7;
    color: #7a7a7a;
}
}
@media screen and (max-width: 600px) {
	.trauerfall_first_sec p{
		width:100%;
	}
	.gravity_form_heading p {
    width: 100%;
}
	.mobile-bottom-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .mb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 5px;
    min-height: 60px;
  }

  .mb-icon {
    margin-bottom: 4px;
  }

  .mb-text {
    font-size: 12px;
    font-weight: 500;
  }

  .mb-brown {
    background: #a97844;
  }

  .mb-green-light {
    background: #7fb35d;
  }

  .mb-green-dark {
    background: #6a9450;
  }
	section.hero-banner.inner_banner {
    height: 250px;
}
	    .headinglist-title {
        font-size: 36px;
    }
	    .card-image {
        width: 100%;
    }
	.custom-card {
        flex-direction: column;
		margin-left: 0rem;
        margin-right: 0rem;
    }
	
	.main_home_banner p {
    font-size: 18px;
    line-height: 29px;
		width:100% !important;
  
}
	
	.Abschied p {
    width: 100%;
}
	.about_section .grid-cols-2 {
    grid-template-columns: 100%;
    gap: 2.5rem;
}
	 .home_featured_heading h2 {
    font-size: 30px;
    line-height: 36px;
}
	.home_featured_heading p {
    width: 100%;
}
	    .contact-grid {
        grid-template-columns: 1fr;
    }
	.checklist-feature-benefits {
    gap: 6px;
}
	.checklist-feature-button {
        min-width: auto;
        width: 90%;
    }
	.about_section .team-member {
        display: flex;
        justify-content: center;
    }
	.main_home_banner h1.hero-title {
    line-height: 45px;
    font-weight: 600;
    font-size: 36px;
}
  .gform-footer::after {
    left: 30%;
}
input#gform_submit_button_1 {
    background: #79b35f;
    padding: 12px 36px 12px 56px;
    width: 100%;
}
.location-map-section {
        padding: 24px 18px 30px;
        width: 26rem !important;
        margin: auto;
    }
    .location-map-grid {
    grid-template-columns: repeat(1, 1fr);

  }
  .contact_last_sec a.card-item {
        height: auto;
    }
  .neukloster_fir_sec h2 {
    font-size: 36px !important;
    line-height: 40px !important;
}
      .contactbox-grid
 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
        .contactbox-section {
        padding: 6rem 0rem;
        background: #f4f7f3;
    }
        section.map-shown-section
 {
        padding-bottom: 6rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
        .uber-uns_last_section .card-item {
        height: auto !important;
        padding: 24px;
    }
  .bh-location-info-grid {
    grid-template-columns: 1fr;
    gap: 28px;
}
.neukloster_contact_stripe {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.bh-location-subtitle{
  font-size: 16px;
}
h2.bh-location-main-title{
      font-size: 30px;
    line-height: 36px;
}
  .Neukloster h2.heading-section {
    font-size: 36px;
    line-height: 40px;
}
.Neukloster p {
    width: 100%;
}
      .small_contact_stripe
 {
        width: 25rem !important;
        margin: auto;
        padding: 2rem;
        border-radius: 6px;
        margin-bottom: 6rem;
    }
      .ueber_uns_five_last_sec .grid-cols-2
 {
        grid-template-columns: 100% !important;
    }
    .ueber_uns_five_last_sec .mob-order-1 {
    text-align: center;
}
    .ueber_uns_five_last_sec .team-member {
        display: flex;
        justify-content: center;
    }
      .ueber_uns_five_one_sec .grid-cols-2 {
        grid-template-columns: 100%;
    }
    .ueber_uns_five_one_sec .container {
    padding: 0px;
}
.team-member {
    display: flex;
    justify-content: left;
}
    .ueber_uns_five_one_sec:nth-of-type(even) .grid-cols-2 {
        grid-template-columns: 100%;
    }
    .ueber_uns_five_one_sec:nth-of-type(even) .team-member {
    order: 1;
}
  .ueber_uns_five_one_sec {
        max-width: 100% !important;
        margin-left: 1rem;
        margin-right: 1rem !important;
    }
  .ueber_uns_sec_sec ul.list-type li {
    width: 100%;
    margin-bottom: 16px;
}
      .ueber_uns_sec_sec
 {
        width: 25rem !important;
        margin-left: 1rem;
        margin-right: 1rem;
        max-width: 25rem !important;
    }
  .contact_stripe .text-xl {
    width: 100% !important;
    max-width: 100% !important;
    
}
.contact_stripe .flex a {
    margin-bottom: 10px;
    justify-content: center;
}
.bestattungsvorsorge_sec_last_boxes {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 6rem;
}
.contact_stripe .flex {
    display: block;
}
  .contact_stripe h2 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 16px;
}
  .contact_stripe {
    padding: 4rem 1rem;
}
  .Bestattungsvorsorge_fir_sec {
        width: 100%;
        padding: 6rem 1rem;
    }
        .Bestattungsvorsorge_sec_sec_boxes .card-item {
        height: auto;
    }
    .Bestattungsvorsorge_sec_sec_boxes {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 6rem;
}
    .Bestattungsvorsorge_sec_sec h2 {
    font-size: 30px;
    line-height: 36px;
}
  .Bestattungsvorsorge_fir_sec h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
}
  .leistungen_first_sec {
    width: 100%;
}
.leistungen_first_sec h2 {
    font-size: 36px;
    line-height: 40px;
}
.Bestattungsvorsorge_sec_last h2 {
    font-size: 24px;
    line-height: 32px;
}
.top-header-container {
    max-width: 100%;
   
}
span.item span.location {
    display: none;
}
span.item span.mobile_email {
    display: none;
}
	
}
.datenschutz_data .text-center {
    text-align: left !important;
    width: 48rem;
    margin: auto;
    opacity:1;
    transform: translateY(0px);
}