:root {
  --primary:rgb(35, 59, 92);
  --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: #b9c4d3;
  --footer-accent: #f5b000;
}
body{background-color: rgb(250 248 245);font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;}
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: 2rem;padding-right: 2rem;}

.btn{padding: 12px 32px; font-size: 14px; line-height: 20px;font-weight: 600; border-radius: 8px; 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: var(--primary);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: #fff;color: rgb(48 58 80);}
.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: var(--primary) !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: rgba(240, 235, 230, 0.5);}
.bg-destructive-10{background: rgba(204, 82, 51, 0.1);}

.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(98 109 132);}
.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(240 235 230) !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;
	text-decoration: none;
}
.horizontal_link_step span {
    font-size: 12px;
    line-height: 16px;
}
.icon_reverse {
    flex-direction: row-reverse;
}
.main_home_banner {
    width: 44rem;
    margin: auto;
}
.home_featured_section .unber_uns_featured_boxes {
    background: #faf8f500 !important
}
.main_home_banner a.btn{
  font-size: 14px;
  line-height: 20px;
  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: 16px;
    line-height: 24px;
    font-weight: 500;
}
.home_featured_section {
    padding-left: 2rem;
    padding-right: 2rem;
}
.main_home_banner h1.hero-title {
    line-height: 60px;
    font-weight: 600;

}
.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: 20px;
    line-height: 28px;
}
.home_featured_seaction_head {
    width: 42rem;
    margin: auto;
    max-width: 42rem;
}
.main_home_banner p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
}
.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: 28px !important;
}
.homefeatured_sec .w-14.h-14{
	height:4rem !important;
	width: 4rem !important;
}
.right_test_section .card-serene {
    border: none;
	    padding: 2.4rem;
}
.right_test_section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.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: 1px solid transparent !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: 52rem !important;
    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: #fff !important;
} 
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: var(--bg-light);padding: 7px 0;}
.navbar-brand{margin: 0; padding: 0;}
.navbar-brand .custom-logo{height: 144px; 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;height: 16px;margin-left: 5px;margin-top: 1px;border: none; 
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: 14px; font-weight: 500;}

.dropdown-menu li a {position: relative;padding-left: 45px;}
.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='%23233b5c' 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='%23233b5c' 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='%23233b5c' 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='%23233b5c' 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='%23233b5c' 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='%23233b5c' 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='%23233b5c' 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='%23233b5c' 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-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='%23233b5c' 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-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='%23233b5c' 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");}
.menu-icon-11 a::before{}


/* ===============================
   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:558px;
  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: 9px; padding-bottom: 9px;    padding-left: 32px;
    padding-right: 32px;}
/* DARK OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #233b5ccc 0%, #233b5c99 60%, #233b5c66 100%);
  z-index: 1;
}

/* CONTENT */
.hero-content {top: 50%; 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;
}



/* 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) 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: #233b5c;
  --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: 16px !important;
  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:2.5rem 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 2.5rem; 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;    color: #626d84;}
.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 30px;
  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;}

.footer-brand img {max-width: 250px;margin-bottom: 25px;}
.footer-text {line-height: 1.8;color: var(--footer-muted);}
.footer-title {    font-family: "Cormorant Garamond", serif;font-weight: 600;margin-bottom: 15px; color: #ffffff; font-size: 1.125rem;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;}
.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;
}

/* CREDIT */
a.footer-credit { display: flex; justify-content: center; align-items: center;
  text-align: center;
  margin-top:15px;
  font-size: 13px;
  color: rgb(170, 150, 105);
  flex-direction: column;
}

/* 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;
}

/* stack buttons manually */
.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 {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #233b5c;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    text-decoration: none;
    width: 55px;
    overflow: hidden;
    transition: width 0.35s ease;
    height: 50px;
}

.fab-icon {
    min-width: 24px;
}

.fab-text {
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.25s ease;
}

/* expand only hovered button */
.fab-item:hover {
    width: 200px;
}

.fab-item:hover .fab-text {
    opacity: 1;
}

/* first button always open */
.fab-item.active {
    width: 200px;
    background: #1aa0d1;
}

.fab-item.active .fab-text {
    opacity: 1;
}
/* .fixed-action-buttons:hover{transform: translate(-10px, -50%);} */
/* HOVER SLIDE IN */
.fixed-action-buttons:hover .fab-item,
.fab-item:hover {
/*transform: translateX(0);*/
}

/* 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: 0;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 !important;
}
.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;
      font-weight: 600;
    }
    .secsectionerdbestattung .heading-section {
    font-size: 36px;
    line-height: 40px;
}
.secsectionerdbestattung .card-serene.bg-card{
  display: none;
}
.secsectionerdbestattung .card-serene.bg-card.h-full{
  display: block;
      background: #f0ebe64d;
    border: none;
}
.secsectionerdbestattung .text-body p {
    color: #626d84;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.erdbestattung_third li {
    text-align: left !important;
    margin-bottom: 10px;
        background: #fff;
    padding: 32px;
    border-radius: 20px;
}
 .erdbestattung_four li {text-align: left !important;
    margin-bottom: 10px;}
    .erdbestattung_five p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.erdbestattung_four .card-item:focus-visible {
    border: 1px solid transparent;
    outline: none;
}
.erdbestattung_four .card-item:hover {
    border: none;
}
     .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;
}

.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;
}

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

section.search_section {
    padding-bottom: 4rem;
}
.post_content {
    padding-left: 10rem;
    padding-right: 10rem;
}
.post-content p {
    color: #626d84;
    line-height: 30px;
    margin-top: 15px;
}
.go_to_home .btn {
    justify-content: center;
    width: 20%;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    background: #4f7f63;
    color: #fff;
}
.go_to_home {
    /* width: 50%; */
    text-align: center;
}
.go_to_home .btn:hover {
    background-color: #4f7f63;
    color: #fff;
}
.secsectionablauf .card-serene.bg-card.h-full {
  display: block;
  
}
.secsectionablauf .card-serene.bg-card {
  display: none;
}
 
.carditemestattung a.card-item {
  text-align: left;
	height: 175px;
}
 
.secsectionablauf .inline-flex.items-center.justify-center.w-16.h-16.rounded-full.bg-accent-10.mb-6 {
 
  display: none;
}
a.footer-credit:hover {
    color: #aa9669;
    text-decoration: underline;
}
.home_featured_section li {
    text-align: center;
}
.warum_familien {
    max-width: 100% !important;
    width: 100% !important;
}
.Gedenkportal_sec_boxes{padding-top: 2rem;}
.Gedenkportal_sec_boxes .container{padding: 0px;}
.Gedenkportal_sec_boxes li {
    text-align: center;
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.uber-uns_thrd_sec{padding-top: 2rem;}
.uber-uns_thrd_sec .container{padding: 0px;}
.uber-uns_thrd_sec li {
    /* text-align: center; */
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
}
.featured_boxes_button img {
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 0px;
}
.homefeatured_sec .home_featured_section {
    padding-left: 0rem;
    padding-right: 0rem;
}
.ubersicht_thirdsec {
    max-width: 48rem !important;
    width: 48rem;
}
.erdbestattung_four .card-item h3 {
    margin-bottom: 0px !important;
}
.secsectionerdbestattung li .rounded-full img {
    width: 12px;
}
.waldbestattung_four li span {
    font-size: 14px !important;
    line-height: 20px !important;
}
.waldbestattung_four li{
 gap: 0.5rem !important;
}
.erdbestattung_four .card-item {
    text-align: left;
    /* margin-bottom: 0px !important; */
}
.erdbestattung_third li h3{
  font-size: 18px;
  line-height: 28px;
}
.erdbestattung_third li p{
  font-size: 14px;
  line-height: 23px;
}
    .carditemestattung p {
        width: auto;
        margin: 0px;
    }
    .secsectionerdbestattung .card-serene.bg-card.h-full li {
    margin-bottom: 10px;
}
.erdbestattung_four h2{
  font-size: 36px;
  line-height: 40px;
}
.erdbestattung_four .max-w-4xl {
    max-width: 64rem;
}
.erdbestattung_four li span {
    font-size: 16px;
    line-height: 24px;
}
.feuerbestattung_four li span {
    font-size: 14px;
    line-height: 20px;
}
.erdbestattung_five .card-serene {
    border: none;
}
.ablauf_third {
    background: #faf8f5 !important;
}
.ablauf_third p {
    font-size: 20px;
}
.ablauf_fourth .text-lead {
    width: 42rem;
    margin: auto;
}
.ablauf_third h2 {
    font-size: 36px !important;
    line-height: 40px;
}
.ablauf_third .card-serene h3 {
    font-size: 20px;
}
.ablauf_third .card-serene p {
    font-size: 16px;
}
.ablauf_fourth {
    background-color: rgba(240, 235, 230, 0.3) !important;
    padding-left: 20rem;
    padding-right: 20rem;
        width: 100% !important;
    max-width: 100% !important;
}
.ablauf_fifth .text-body p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
}

.ablauf_fifth p {
    font-size: 20px !important;
    line-height: 28px;
    color: #626d84;
	font-weight:400;
}
.abdauf_contact .text-xl {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.abdauf_contact h2 {
    font-size: 36px;
    line-height: 40px;
}
.ablauf_fifth h2.heading-section {
    font-size: 36px;
    line-height: 40px;
}
.ablauf_fifth .card-serene h4 {
    font-size: 20px;
}
body .ablauf_fifth .bg-accent-20 {
    background: none;
    border: 1px solid #43705680;
    border-radius: 5px !important;
}
.vorsorge_firstsec p {
    font-size: 18px;
    line-height: 29px;
}

body .vorsorge_firstsec {
    width: 52rem !important;
    padding-bottom: 6rem;
    max-width: 52rem !important;
	
}
.vorsorge_secoundsec li {
    text-align: center;
}
.vorsorge_secoundsec .container {
    padding: 0px;
}
input#gform_submit_button_1 {
    background: #233b5c;
    padding: 12px 36px;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #999999; /* Change to your desired color */
}
.gform-footer {
    position: relative !important;
}
input#gform_submit_button_1 {
    background: #233b5c;
    padding: 12px 60px 12px 36px;
}
div#field_1_14 {
    font-size: 14px;
    line-height: 20px;
    color: #626d84;
}
.gform_heading {
    display: none !important;
}
span.gfield_required.gfield_required_asterisk {
    color: #000 !important;
}
div#gform_fields_1 input {
    border: 1px solid #efefef !important;
	border-radius:10px;
	box-shadow: none;
}
div#gform_fields_1 textarea {
    border: 1px solid #efefef !important;border-radius:10px;box-shadow: none;
}
div#gform_fields_1 {
    row-gap: 28px !important;
}
div#gform_fields_1 .charleft.ginput_counter.gfield_description {
    display: none;
}
.gfield_label {
    font-size: 14px !important;
    line-height: 14px !important;
}
.abduf_checklist a.btn.btn-muted {
    display: none;
}
section.online_secsec {
    margin-bottom: 8rem;
}

.online_thirdsec li {
    text-align: center;
    padding: 20px;
}
.online_secsec a.btn.btn-muted {
    background: #233b5c;
    color: #fff;
}
.online_fourthsec h2 {
    font-size: 36px;
}
.online_fourthsec p {
    font-size: 16px;
}
.online_fourthsec h2 {
    font-size: 36px;
}
.abduf_checklist .max-w-2xl {
    display: none;
}
.online_fourthsec p.text-sm {
    font-size: 14px;
}
.online_fifthsec {
    margin: 40px auto ;
    border-radius: 20px;
    width: 76rem;
}
.online_fifthsec img.mx-auto {
    width: 45px !important;
}
.online_fifthsec .text-xl {
    font-size: 16px;
    line-height: 26px;
}
.online_last_sec p {
    font-size: 16px;
}
.online_last_sec .max-w-3xl {
    width: 51rem !important;
    max-width: 52rem !important;
}
.abduf_checklist {
    background-color: #faf8f5;
}
.abduf_checklist .card-serene{
  border-color: transparent;
}
.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: 26%;
    top: 27%;
}
.online_firstsec {
    padding-left: 18rem;
    padding-right: 18rem;
    margin-bottom: 50px !important;
        width: 100% !important;
    max-width: 100% !important;
}
.online_firstsec p {
    font-size: 18px;
    line-height: 29px;
}
.online_secsec .bg-card{
    background: #4370561a;
}
.vorsorge_third_sec .card-item p.text-sm {
    font-size: 16px;
    line-height: 26px;
    color: #626d84;
}
.vorsorge_third_sec .card-item h3 {
    font-size: 24px;
    line-height: 32px;
}
.vorsorge_third_sec .card-item {
    text-align: left;
        border: 1px solid #e7e1da;
}
.vorsorge_third_sec .max-w-4xl {
    max-width: 64rem;
}
.vorsorge_third_sec li {
    gap: 10px !important;
	margin-bottom:6px;
}
.vorsorge_fifth_sec {
    width: 100% !important;
    max-width: 100% !important;
}
.vorsorge_sixth_sec {
    width: 100%;
    max-width: 100%;
}
.vorsorge_sixth_sec p {
    font-size: 16px;
}
.vorsorge_sixth_sec {
    width: 60rem !important;
    max-width: 60rem !important;
    padding-bottom: 6rem;
}
.gedenkportal_contact_stripe a.btn.btn-outline.button_transparent:hover {
    background: #ffffff29;
    color: #ffff;
    border: 1px solid #fff;
}
section.search_section a.btn.btn-muted {
    background: #faf8f5;
}
section.search_section a.btn.btn-muted:hover {
    background: #4f7f63;
}
.ueber_uns_third_section .max-w-3xl {
    max-width: 56rem;
}
.gedenkportal_four_sec p {
    color: #626d84;
}
.unber_uns_featured {
    background: #f0ebe64d !important;
}
.unber_uns_featured_boxes {
    background: #f7f4f0 !important;
}
.online_firstsec .text-lead {
    width: 48rem;
    margin: auto;
}
.vorsorge_new_sec .max-w-5xl {
    width: 100% !important;
    max-width: 100% !important;
}
.vorsorge_new_sec {
    background: #faf8f5 !important;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.vorsorge_new_sec h2.heading-section {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px !important;
}
.vorsorge_new_sec p {
    font-size: 18px !important;
    line-height: 28px;
}
.vorsorge_new_sec ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #262f40 !important;
    margin-bottom: 10px;
}
.vorsorge_new_sec ul li img {
    background-color: #43705633;
    padding: 4px;
    border-radius: 41px;
    width: 20px;
    height: 20px;
}
.vorsorge_new_sec .card-serene h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
}
.vorsorge_new_sec .card-serene p {
    font-size: 16px !important;
    line-height: 24px;
    text-align: left;
}
.vorsorge_new_sec a.btn.btn-outline {
    background: #233b5c;
    margin-top: 22px;
    color: #fff;
    justify-content: center;
}
.provision-works h3 {
    margin-bottom: 10px !important;
}
.mobile-call-bar{
    display:none;
}
.badge_bottom{
  width: 10px;
}
.homepage_checklist h2 {
    font-size: 36px;
    line-height: 40px;
}
.homepage_checklist p.text-lead {
    font-size: 20px;
    line-height: 28px;
}
.homepage_checklist .flex a.btn.btn-muted {
    background: #faf8f5;
}
.homepage_checklist .card-serene {
    border: none;
}
.homepage_checklist .flex a.btn.btn-muted:hover {
    color: #000;
}
.warum_familien p{
    font-size: 20px;
    line-height: 28px;
}
.ubersicht_first_sec {
    width: 54rem !important;
    max-width: 54rem !important;
}
.ubersicht_last_sec .max-w-2xl {
    max-width: 48rem;
}
.ubersicht_sec h2.heading-section {
    font-size: 36px;
}
.ubersicht_sec .text-body p{

    color: #626d84;
}
.erdbestattung_four .w-14.h-14.rounded-full.bg-accent-10.flex.items-center.justify-center.mb-4 {
    display: none;
}
.erdbestattung_five p.text-lead{
    font-size: 20px !important;
    line-height: 28px !important;
}
.gedenkportal_last_sec p {
    font-size: 16px;
    line-height: 26px;
}
.gedenkportal_last_sec .flex a {
    font-weight: 500 !important;
    padding: 9px 16px;
}
.gedenkportal_third_sec p {
    font-size: 16px;
    line-height: 24px;
}
.gedenkportal_four_sec .card-serene p.text-sm.text-muted-foreground.mt-4.text-center {
    display: none;
}
.gedenkportal_four_sec .card-serene a.btn.btn-outline {
    display: none;
}
.featured_boxes_button:hover a img {
    filter: brightness(5);
}
.featured_boxes_button:hover a {
    background: #437056;
    color: #fff;
}
.homepage_checklist a.btn.btn-muted:hover{
    background: #437056;
    color: #fff !important;
}
.homepage_checklist a.btn.btn-muted:hover img {
    filter: invert(1) !important;
}

.blue_button_home:hover {
    background: #233b5c;
	color: #fff;
}
.hero-banner .btn:hover{
	color: #000;
	background-color: #f0ebe6cc;
}
.checklist-header h3 {
    font-size: 24px;
    line-height: 32px;
}
.horizontal_link_step:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.search_section a.btn.btn-muted:hover img {
    filter: invert(1);
}
.vorsorge_sixth_sec h2{
	font-size: 30px;
	line-height:36px;
}
.vorsorge_last_sec  .text-xl{
	font-size: 20px;
	line-height: 28px;
}
ul#menu-footer-menu li {
    font-size: 16px;
    margin-top: 7px;
}
ul#menu-footer-menu li.current-menu-parent {
    color: #fff;
}
ul.footer-contact a {
    color: #fff;
    font-weight: 500;
}
.gen_white_back{
	background-color: #faf8f500 !important;
}
li.pure_white {
    color: #fff;
}
p.footer-text {
    color: #faf8f5cc;
    font-size: 16px;
}
.Gedenkportal_sec_boxes li:hover{
box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.okrilla_first_sec .max-w-3xl{
    width: 56rem;
    margin: auto;
	max-width: 56rem;
}
.okrilla_first_sec{
	padding-top:6rem;
	padding-bottom:6rem;
}
.okrilla_first_sec .text-lead p {
    font-size: 18px !important;
    line-height: 29px;
    text-align: left;
	word-wrap:break-word;
}
.okrilla_first_sec h2{
	font-size: 36px;
	line-height: 40px;
}
.okrilla_sec_sec {
    background: #233b5c !important;
    color: #ffff;
	padding-top:6rem;
	padding-bottom:6rem;
}
.okrilla_sec_sec h2 {
    color: #fff;
}
.okrilla_sec_sec li a {
    font-size: 20px !important;
	text-decoration: none;
}
.okrilla_sec_sec ul {
    position: relative;
}
.okrilla_sec_sec li strong {
    font-size: 14px;
    line-height: 20px;
    color: #faf8f599;
}

.okrilla_sec_sec li {
    padding-left: 35px;
    margin-top: 12px;
    font-size: 16px;
    flex-direction: column;
    gap: 0;
}
.okrilla_sec_sec li img {
    /* margin-right: 12px; */
    position: absolute;
    left: 0;
}
.okrilla_sec_sec .card-serene {
    background: transparent;
    /* text-align: left; */
    border: none;
    padding: 0px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.okrilla_sec_sec .card-serene a.btn.btn-outline {
    width: max-content;
    font-size: 18px;
}
.okrilla_sec_sec .card-serene p {
   text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #faf8f599;
}
.okrilla_third_sec {
    padding-bottom: 6rem;
}
.okrilla_fourth_sec .card-item {
    text-align: left;
	padding:1.5rem;
}
.okrilla_fourth_sec .card-item .w-14.h-14.rounded-full.bg-accent-10.flex.items-center.justify-center.mb-4 {
    display: none;
}
.okrilla_fourth_sec p.text-sm.text-accent {
    font-size: 16px;
    line-height: 26px;
    color: #626d84 !important;
}
.okrilla_fourth_sec .card-item:hover {
    border: 1px solid transparent;
    border-width: 1.25px !important;
}
.medingen_seventh_sec .card-item {
    text-align: left;
	border-color: #e7e1da;
	padding:1.5rem;
}
section.okrilla_fifth_sec {
    padding-bottom: 6rem;
}
.okrilla_six_sec a.btn.btn-white {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.okrilla_six_sec a.btn.btn-white:hover {
    background-color: #fff;
    color: #000;
}
.okrilla_six_sec .max-w-3xl {
    width: 58rem !important;
    max-width: 58rem;
}
.medingen_seventh_sec .card-item .rounded-full.bg-accent-10 {
    display: none;
}
.medingen_seventh_sec .card-item p {
    color: #626d84;
}
.medingen_seventh_sec .card-item a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    flex-direction: row-reverse;
    justify-content: left;
	 text-decoration: none;
}
.okrilla_first_sec a {
    text-decoration: none;
}
.okrilla_sec_sec p {
    color: #faf8f5cc;
}
.okrilla_sec_sec .max-w-5xl {
    width: 56rem;
	gap: 1rem;
}
.medingen_sec_sec li {
    padding: 0px;
}

.medingen_sec_sec li img {
    position: relative !important;
    margin-right: 10px;
    width: 10%;
}
strong.text_delete {
    display: none;
}
.okrilla_third_sec_heading .text-lead p {
    font-size: 16px !important;
}
.okrilla_fourth_sec p {
    font-size: 16px;
    line-height: 24px;
}
.okrilla_fourth_sec h2 {
    font-size: 36px;
    line-height: 40px;
}
.okrilla_fourth_sec .card-item a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.okrilla_fifth_sec_heading .text-lead p {
    font-size: 16px;
    line-height: 24px;
}
.okrilla_six_sec .text-lead p {
    font-size: 16px;
}
.okrilla_sec_sec .card-serene a.btn.btn-outline:hover {
    color: #000;
}
.medingen_last_sec .button_transparent:hover {
    background: #ffffff21;
    color: #fff;
	border:1px solid #fff;
}
.okrilla_six_sec a.btn.btn-white:hover {
    background: #fdfdfc;
    border: 1px solid #e7e1da;
}
.okrilla_first_sec a:hover {
    text-decoration: underline;
}
.okrilla_sec_sec li a:hover {
    text-decoration: underline;
}
.okrilla_fourth_sec .card-item a:hover {
    text-decoration: underline;
}
.medingen_last_sec .max-w-2xl {
    width: 48rem !important;
    max-width: 48rem !important;
}
.bg_dark{
	background-color: #F0EBE6 !important;
}
section.hero-banner.main_page_banner {
    height: 90vh;
}
.hero-buttons a.btn.btn.btn-primary:hover {
    background: #233b5c;
    color: #fff;
}
.featured_boxes_button a {
    background-color: transparent;
    border: 1px solid #e7e1da;
}
.team-member img{
	width: 75%;
}
.ubersicht_sec {
    padding-top: 6rem !important;
}
.ubersicht_sec .card-serene.bg-card.h-full li {
    margin-bottom: 10px;
}
.erdbestattung_boxes_heading .text-lead {
    width: 42rem;
    margin: auto;
}
.ubersicht_sec .card-serene.bg-card.h-full .rounded-full img {
    width: 12px !important;
}
.erdbestattung_third .w-14.h-14 {
    height: 2.5rem;
	width:2.5rem;
}
.erdbestattung_third img {
    margin-bottom: 0px;
}
.erdbestattung_four p.text-lead {
    font-size: 20px;
}
.vorsorge_third_sec li span {
    font-size: 14px;
    line-height: 20px;
    color: #262f40;
}
section.post_section {
    padding: 6rem 0rem;
}
section.post_section .horizontal_link_step {
    margin-bottom: 20px;
}
.aktuelles_sec_last_sec .max-w-2xl {
    max-width: 48rem !important;
}
.aktuelles_last_sec .max-w-2xl {
    max-width: 48rem;
}
.contact_page_details {
    background: #faf8f500 !important;
}
.online_thirdsec ul {
    width: 64rem;
    margin: auto;
}
section.impressium_page p {
    font-size: 20px;
    line-height: 28px;
    color: #626d84;
	    margin-bottom: 10px;
}
section.impressium_page h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 25px;
}
section.impressium_page {
    padding: 4rem;
}
section.impressium_page h1 {
    font-size: 48px !important;
    line-height: 48px;
    margin-bottom: 16px;
	
}
section.impressium_page h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
section.impressium_page h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
section.impressium_page a:hover {
    text-decoration: underline;
}
section.impressium_page a {
    color: #233b5c;
    text-decoration: none;
}
section.impressium_page ul {
    padding-left: 25px;
}

section.impressium_page ul li {
    list-style: disc;
    font-size: 20px;
    line-height: 28px;
    color: #626d84;
    margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
.container {
    max-width: 100%;
    width: 100% !important;
}
    .home_featured_seaction_head {
    width: 42rem;
    margin: auto;
    max-width: 42rem;
}
.faq-section .ui-accordion-header {
    padding: 2.5rem 1.5rem;
}
.erdbestattung_third .container {
    padding: 0px;
}
.mobile-call-bar{
    display:none;
}
}
@media screen and (max-width: 1024px) {
	.okrilla_third_sec .container {
    padding: 0;
}
	.bg-destructive-10 .call-btn {
    padding: 12px 32px;
}
	.gform-footer::after {

    left: 33%;
}
    .secsectionerdbestattung .heading-section {
    font-size: 33px;
    line-height: 40px;
}
  .mobile-call-bar{
    display:none;
}
  .online_firstsec {
    padding-left: 10rem;
    padding-right: 10rem;
    margin-bottom: 50px !important;
}
.online_thirdsec li {
    text-align: center;
    padding: 0px;
}
.online_thirdsec li .rounded-full {
    margin-bottom: 15px !important;
}
.online_fifthsec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.online_fifthsec {
    margin: 0px 20px 6rem;
    border-radius: 20px;
}
.online_last_sec .max-w-3xl {
    width: 58rem !important;
    max-width: 58rem !important;
}
.online_thirdsec .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));

}
	.online_fourthsec  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
  .ablauf_fourth {
    background-color: rgba(240, 235, 230, 0.3) !important;
    padding-left: 10rem;
    padding-right: 10rem;
}
.ablauf_fourth h3 {
    font-size: 24px;
}
.ablauf_fifth p {
    font-weight: 400;
}
  .secsectionerdbestattung h4 {
    font-size: 20px;
}
.erdbestattung_third img {
    margin-bottom: 0px;
}
  .aktullus_banner h1.hero-title{font-size: 60px ;line-height: 60px;}
  .home_featured_section li a {
    height: 260px !important;
}
.erdbestattung_four h2.heading-section {
    font-size: 36px;
    line-height: 40px;
}
.erdbestattung_four p {
    font-size: 20px;
    line-height: 28px;
}
.carditemestattung p {
    width: auto;
}

.home_featured_seaction_head {
    width: 54rem;
    margin: auto;
}
.ubersicht_sec h2.heading-section {
    font-size: 36px;
    line-height: 40px;
}
.ubersicht_sec p.text-body {
    color: #626d84 !important;
}
.ubersicht_sec .card-serene {
    padding: 30px;
    border-radius: .75rem;
    border: 1px solid #e7e1da;
}
.ubersicht_sec li{margin-bottom: 10px;}
.team-member img{width: 100%;}
 .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}
.call-btn {
    background: var(--primary);
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
}
.footer-links li {
    line-height: 24px !important;
}
.erdbestattung_four p.text-sm.text-accent{
  font-size: 14px;
  line-height: 20px;
}
.feuerbestattung_four .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}
    .erdbestattung_four p.text-xs {
        font-size: 12px;
        line-height: 18px;
    }
.waldbestattung_four .grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));

}
 .ablauf_fourth_list h3 {
    font-size: 24px;
}
}
/* RESPONSIVE */
@media (max-width: 768px) {
	.medingen_last_sec .max-w-2xl {
    width: 100% !important;
    max-width: 100% !important;
}
	    .bg-destructive-10 .call-btn {
        padding: 12px 20px;
    }
	.gform-footer::after {
        left: 21%;
    }
.mobile-call-bar{
    display:none;
}
.home_featured_section .container {
    padding: 0px;
}

  .online_fifthsec {
    margin: 0px 20px 6rem;
    border-radius: 20px;
}
    .online_last_sec .max-w-3xl {
        width: 100% !important;
        max-width: 100% !important;
    }
  .ablauf_fourth_list .grid-cols-2 {
    grid-template-columns: repeat(1,minmax(0,1fr));

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

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

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

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

  }
  .vorsorge_sixth_sec h2 {
    font-size: 30px;
}

  .hero-banner {
    /* padding: 0 6%; */
    height: 448px;
    text-align: left;
  }

      .aktullus_banner h1.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));

}
.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;
}
.carditemestattung .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));

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

}
	.okrilla_first_sec .max-w-3xl{
		width:100%;
		max-width:100%;
	}
	.okrilla_sec_sec .max-w-5xl {
  width:100%;
		max-width:100%;
    gap: 1rem;
}
	.okrilla_fifth_sec_heading {
    padding-left: 0px;
    padding-right: 0px;
}
	.okrilla_six_sec .max-w-3xl {
 width:100%;
		max-width:100%;
}
	.medingen_seventh_sec .mb-16 {
    margin-bottom: 30px;
}
	.online_thirdsec ul{
		max-width:100%}
	    .online_fifthsec {
        width: 95%;
    }
}
@media (max-width: 600px) {
	    .online_fifthsec {
        width: 90%;
    }
	.online_firstsec .text-lead{
		width:100%;
	}
	.ablauf_fourth .text-lead {
    width: 100%;
    margin: auto;
}
	.erdbestattung_boxes_heading .text-lead{
		width:100%;
	}
	.okrilla_six_sec h2{
		font-size: 24px;
		line-height: 32px;
	}
	.okrilla_fourth_sec h2 {
    font-size: 30px;
    line-height: 36px;
}
	.okrilla_sec_sec h2 {
 font-size: 24px;
		line-height:32px;
}
	.okrilla_first_sec h2 {
    font-size: 30px;
    line-height: 36px;
}
	.bg-destructive-10 .call-btn {
        padding: 12px 32px;
    }
	    .gform-footer::after {
        left: 38%;
    }
      .ubersicht_sec h2.heading-section {
        font-size: 30px;
        line-height: 38px;
    }
        .grid-cols-4.gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ubersicht_last_sec .flex a {
    margin-bottom: 10px;
    text-align: center !important;
    justify-content: center;
}

.ubersicht_last_sec .flex {
    display: block;
}
.py-16 {padding-top:4rem;padding-bottom:4rem}

  .aktullus_banner .hero-title{
    font-size: 34px !important;
    line-height: 45px !important;
  }
  .online_fourthsec h2 {
    font-size: 30px;
}
.online_fifthsec h2 {
    font-size: 24px;
}
.online_last_sec a.btn.btn-white {
    padding: 12px 16px !important;
}

  .bg-destructive-10 .flex.mob-flex-col {
    display: block;
}
.bg-destructive-10 .flex.mob-flex-col a {
    width: 200px;
    margin: 16px auto;
    text-align: center;
    justify-content: center;
}
.ablauf_third h2 {
    font-size: 30px !important;
    line-height: 38px;
}
    .aktullus_banner p{
    font-size: 18px;
    line-height: 29px;
  }
  .featured_boxes_heading h2 {
    font-size: 30px;
    line-height: 36px;
}
.secsectionerdbestattung .heading-section {
    font-size: 28px;
    line-height: 38px;
}
.home_featured_section {
    padding-left: 1rem;
    padding-right: 1rem;
}
.erdbestattung_third li{
  padding: 24px;
}
    .erdbestattung_four h2.heading-section {
        font-size: 30px;
        line-height: 38px;
    }
    .erdbestattung_four p {
        font-size: 18px;
        line-height: 29px;
    }
    .erdbestattung_five p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.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 !important;
        padding: 10px !important;
}
.homepage_checklist h2 {
    font-size: 30px;
    line-height: 38px;
}
.homepage_checklist p.text-lead {
    font-size: 18px;
    line-height: 29px;
}
.checklist-header{
    display: block;
}
.print-btn {
    width: 100% !important;
    justify-content: center;
    margin-top: 10px;
}
.checklist-section .section-head {
    padding: 8px !important;
}
.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;
}
.vorsorge_new_sec h2.heading-section {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px !important;
}
.vorsorge_sixth_sec p{
  font-size: 16px !important;
  line-height: 26px !important;
}
.ubersan-fourthsec .flex.gap-3.justify-center {
    display: grid;
}
.fixed-action-buttons{
   display: none;
}


    .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;
}
.mobile-call-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: #2f3b4c;
    z-index: 999;
}

.call-item{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.2);
    justify-content: center;
            background: #233b5c;
}

.call-item:last-child{
    border-right: none;
}

.call-icon{
    display: flex;
}

.call-text small{
    display: block;
    font-size: 11px;
    opacity: 0.8;
}

.call-text strong{
    font-size: 13px;
    font-weight: 600;
}

.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;
}
.Gedenkportal_sec_boxes{padding-left: 1rem !important;padding-right: 1rem !important;}
.team_section_uber .grid-cols-4 {
    grid-template-columns: repeat(2,minmax(0,1fr));

}
	.medingen_last_sec h2 {
    font-size: 24px;
}
	body .vorsorge_firstsec {
    width: 100% !important;
    padding-bottom: 6rem;
}
	    .medingen_last_sec .flex {
        display: block;
    }
	    .medingen_last_sec .flex a {
        margin-bottom: 12px;
        text-align: center;
        justify-content: center;
    }
}
li#menu-item-259 a {
    pointer-events: none;
}
li#menu-item-272 a{
pointer-events: none;
}
li#menu-item-259 ul.sub-menu a {
    pointer-events: all;
}
li#menu-item-272 ul.sub-menu a {
    pointer-events: all;
}
li.icon-none a {
    padding-left: 18px;
}
.custom-navbar img {
    width: 260px !important;
    height: auto !important;
}