/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*---------- ALLGEMEIN ----------*/
body{
	counter-reset: item;
	background: #FBF8F3;
	color: #819fb4;
}
.hidden{
	display:none;
}
.vc_empty_space{
	clear: both;
}

/*---------- FONTS ----------*/
h1, h2, h3, h5{
	font-family: "Playfair Display", serif;
	font-weight:400 !important;
	text-transform: none;
}
h4{
	font-family: "Ms Madi";
}
h1, .title.title_size_large h1{
	font-size:72px;
	line-height:1.1;
	letter-spacing: -0.5px;
}
h2{
	font-size:66px;
	line-height:1.1;
	letter-spacing: -0.9px;
}
h3{
	font-size:45px;
	line-height:1.3;
	letter-spacing: -0.5px;
}
h4{
	font-size:40px;
	line-height:1.2;
}
h5{
	font-size:37px;
	line-height:1.3;
}
h6{
	font-family: "DM Mono", sans-serif;
	font-weight: 500;
	font-size:13px;
	line-height:1.4;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color:#FCF1DC;
}
.wpb_text_column h3, 
.wpb_text_column h5{
	margin-bottom:30px !important;
}
p, ul li, ol li{
	font-family: "DM Sans", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px !important;
}
ol, ul{
	margin-bottom:22px;
}
.wpb_text_column ul li, .wpb_text_column ol li{
	max-width:90%;
}
ol.bullet {
	list-style: none;
	padding-left:30px;
}
ol.bullet li::before {
	font-family: "DM Sans", sans-serif;
	margin-left: -30px;
    margin-right: 11px;
    background: #303030;
    font-size: 13px;
    border-radius: 100%;
    color: white;
    width: 19px;
    height: 19px;
    text-align: center;
    display: inline-block;
}
ol.bullet1 li{ counter-increment: item1;}
ol.bullet1 li::before {
	content: counter(item1);
}
ol.bullet2 li{ counter-increment: item2;}
ol.bullet2 li::before {
	content: counter(item2);
}
.wpb_text_column ul li{
	list-style-type:none;
	margin-bottom:0;
	line-height:1.7;
	text-indent: -25px;
    padding-left: 25px;
}
.wpb_text_column ul li::before { 
	content: '\f105';
  font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 10px 0px;
	text-decoration:none;
	font-size: 13px;
}
.strong, strong{
	font-family: "DM Sans", sans-serif;
	font-weight:600;
}
p.small{
	font-size:14px !important;
}
.signature {
  font-family: "Ms Madi", cursive;
}
.font_brown h1, .font_brown h2, .font_brown h3, .font_brown h4, .font_brown h5, .font_brown h6, .font_brown p, .font_brown ul li, .font_brown ol li{
	color:#B69178;
}
.font_blue h1, .font_blue h2, .font_blue h3, .font_blue h4, .font_blue h5, .font_blue h6, .font_blue p, .font_blue ul li, .font_blue ol li, .font_blue ol li a{
	color:#819fb4;
}


/*---------- ELEMENTE ----------*/
.vc_text_separator.full{
	padding-bottom: 45px;
	margin-top: 30px;
}
.vc_text_separator.full div{
	font-family: "DM Sans", sans-serif;
	font-size:13px;
	text-transform: uppercase;
	letter-spacing:0.3px;
	background:none;
	padding:0 20px 0 0;
	color:#cccccc;
}
.comment_holder .comment .text .name{
	height:0;
}

.vcenter .vc_column-inner{
  display: flex;
  align-items: center;
  min-height:800px;
}

.no-minheight .vcenter .vc_column-inner{
  min-height:0;
}
@media (min-width: 1000px){
	.full-height-row,
	.full-height-row .vc_column-inner{
  min-height: 100vh; /* Fensterhöhe */
	}	
}
.row_image_right h6, .row_image_left h6{
	margin-bottom:20px !important;	
}
.row_image_right h2, .row_image_left h2{
	margin-bottom:40px !important;	
}
.row_image_right h4, .row_image_left h4{
	margin-bottom:10px !important;	
	color:#98B6CA;
}
.row_image_right p, .row_image_left p{
	margin-bottom:30px !important;	
}
.row_image_right .vc_single_image-wrapper{
	@media (min-width: 768px) {
		margin-right: -17%;
	}
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{
	border-radius: 30px;
}
/*---------- CALL-TO-ACTION ----------*/
.qode-btn-text{
	font-family: "DM Mono", sans-serif;
	font-weight: 500;
	font-size:13px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color:#B69178;
	border-bottom:1px solid #B69178;
	padding-bottom:3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.qode-btn-text:hover{
	padding-bottom:1px;
}
/*.qbutton, .error404 .qbutton{
	font-family: "DM Sans", sans-serif;
	letter-spacing:1px;
	height:auto !important;
	border:1px solid #303030;
	margin: 0 auto;
    display: block;
	line-height:1.25 !important;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.qbutton.large{
	font-size: 13px;
    line-height: 15px !important;
    padding: 11px 26px;
}
.qbutton.large::after { 
	content: '\f105';
  font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin:0px 0px 0px 10px;
	text-decoration:none;
}
.qbutton.small{
	font-size:12px;
	padding:8px 20px 6px;
}
.qbutton.small:hover{
	color:#ffffff;
}*/
#cn-notice-text{
	font-family: "DM Sans", sans-serif;
}
.cn-button, .cn-button.bootstrap, .cn-button:hover, .cn-button.bootstrap:hover{
	background:#ffffff;
	font-family: "DM Sans", sans-serif;
	color:#333333;
	margin-top:0 !important;
	border:0 !important;
	margin:0 2px !important;
	text-shadow: none !important;
  box-shadow: none !important;
  padding-top:4px !important;
  padding-bottom:4px !important;
}
#cn-accept-cookie{
	margin-left:8px !important;
}
#cn-more-info{
	color:#999999;
  background:#444444;
}
/*---------- HEADER ----------*/
.header_bottom{
	background-color: rgba(0, 0, 0, 0) !important;
}
/*------ Logo ------*/
.q_logo img, .q_logo a{
	max-width: 100%;
  width: 272px !important;
  height: 109px !important;
}
/*------ Navigation ------*/
nav.main_menu>ul>li>a{
	color:#FCF1DC !important;
  padding: 0 10px;
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
}
nav.main_menu>ul>li.menu-item-type-custom>a{
	font-family: "DM Sans", sans-serif;
    color: #b69178 !important;
    background: #FCF1DC;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 1.6;
    margin-top: 48px;
    margin-left: 15px;
    padding: 11px 28px 11px;
    border-bottom: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
}
.footer_bottom_holder .footer_bottom a.qbutton{
	font-family: "DM Sans", sans-serif;
    color: #b69178 !important;
    background: #FCF1DC;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 0%  4PX;
    width:90%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    border:none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* schöner Schatten */
    margin-bottom: 5px;
}
.footer_bottom_holder .q_elements_holder{
	width: 90%;
	margin: 0 auto;
}
.footer_bottom_holder .q_elements_holder .q_elements_item{
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* schöner Schatten */
}

.footer_bottom_holder .q_elements_holder .q_elements_item h5{
	font-family: "DM Sans", sans-serif;
	font-weight: 700 !important	;
	font-size: 20px;
}

.footer_bottom_holder .q_elements_holder.alignment_one_column_left.responsive_mode_from_1000 .q_elements_item .q_elements_item_content{
	padding:  10px !important;
}
.footer_bottom span{
	display: block;
}
.footer_bottom span.h6{
	font-family: "DM Mono", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
.footer_bottom span.haupttext{
	text-transform: none;
	letter-spacing: 0;
}
nav.main_menu>ul>li.menu-item-type-custom>a:hover{
	color:#ffffff !important;
	background:#B69178;
}	
header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a{
	opacity:1;
}
nav.main_menu>ul>li>a span{
	padding-bottom:4px;
}
nav.main_menu>ul>li>a:hover span{
	border-bottom:1px solid #B69178 !important;
}
nav.main_menu>ul>li.menu-item-type-custom>a:hover span{
	border-bottom:0 !important;
}
header.light nav.main_menu>ul>li>a{
 color:#B69178 !important;
}

/*---------- FOOTER ----------*/
.footer_top_holder p{
	font-size:16px;
	line-height:26px;
}
.footer_top_holder a{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.footer_top_holder a:hover{
	border-bottom:1px solid #d2d2d2;
}
#block-4, #block-5{
	float:left;
	margin-right:40px;
}
#block-4 img{
	max-width: 60px;
}
.widget_media_image{
	max-width: 272px;
	margin-top: -10px !important;
}

/*---------- FLOATING CALL BUTTON ----------*/
.floating-call-button a{
    position: fixed !important;       /* fixiert auf dem Bildschirm */
    top: 0px;          /* Abstand vom unteren Rand */
    right:0px;
    color: white;          /* Schriftfarbe */
    padding: 15px 20px;    /* Größe des Buttons */
    border-radius: 50px;   /* runde Form */
    font-size: 18px;       /* Schriftgröße */
    text-decoration: none; /* keine Unterstreichung */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* schöner Schatten */
    z-index: 99999999;         /* immer oben */
    transition: transform 0.2s;
    height: 24px !important;
    right: 20px;
}
.floating-call-button{
	width: 175px;
}

/*---------- STARTSEITE ----------*/
.home .header_bottom, .home .header_top, .home .fixed_top_header .bottom_header{
	background:none !important;
}
.home header.dark .q_logo img.light{
	opacity: 1;
}
.home header.dark .q_logo img.dark{
	opacity: 0;
}
@media (min-width: 768px){
	.home .content{
		margin-top:-165px !important;
	}
}
.content{
	padding-bottom:100px;
}
.row_start .inside-row{
	min-height:400px;
}
.row_start .vcenter .vc_column-inner{
	background-size:640px auto !important;
	background-position: center center !important;
}
.row_start h1{
	color:#FCF1DC;
    margin-bottom:90px !important;
}
@media (min-width: 768px) {
  .row_start h1{
  	margin-left:-240px;
  }
}
@media (min-width: 800px) {
  .row_start h1{
   	margin-left:-155px; 
    }
}
.row_start h4{	
    	margin-top: 90px !important;
    	margin-bottom: 12px !important;
    	color:#FCF1DC;
    }
@media (min-width: 1001px) {
	.row_start h4{
	    	margin-left: -210px;
	    	margin-top:160px !important;
	    }
	}
@media (min-width: 800px) and (max-width: 1000px){
    .row_start h4{	
    	margin-left: -210px; 
    }
}
@media (min-width: 768px) and (max-width: 800px){
    .row_start h4{	
    	margin-left: -240px; 
    	filter: drop-shadow(0px 0px 5px rgba(155, 90, 6, 0.5));
    	margin-bottom: 12px !important;
    	color:#FCF1DC;
    }
}
.row_start h6{
	color: #B69178;
    padding-bottom: 90px;
    letter-spacing: 1.5px;
    font-weight: 500;
}
.row_start .main-visual{
	background-image: url(https://www.lebenslicht-bestattung.at/wp-content/uploads/2026/01/main-visual@2x-3.webp?id=1123) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.row_start .main-visual .vc_column-inner{
		border-top-right-radius: 30%;
}
@media (min-width: 1001px){
		.cta-two-columns{
			margin-left: -155px;
		}
}
@media (min-width: 1001px) and (max-width: 1400px){
		.cta-two-columns{
				width:120%;
		}
}
.cta-two-columns .q_elements_item{
		margin-right:12px;
		border-radius: 33px;
    margin-right: 1%;
    display: block;
    float: left;
}
.q_elements_holder.two_columns .q_elements_item{
    width: 49%;
}
.cta-two-columns h5{
	margin-bottom: 0 !important;
	letter-spacing: -0.1px;
}
.wpb_wrapper .q_elements_holder .q_elements_item:first-child .q_elements_item_content{
	background-image: url(https://www.lebenslicht-bestattung.at/wp-content/uploads/2026/01/cta_icon_phone.svg);
	background-size: 234px auto !important;
  background-position: center left;
  background-repeat: no-repeat;
}
.wpb_wrapper .q_elements_holder .q_elements_item:last-child .q_elements_item_content{
	background-image: url(https://www.lebenslicht-bestattung.at/wp-content/uploads/2026/01/cta_icon_sign.svg);
	background-size: 100% auto !important;
  background-position: center 45px;
  background-repeat: no-repeat;
}
.row_lightblue{
	background-size:100px auto !important;    
}
.row_logos{
	overflow: visible;          
  padding: 6vw 0;    
}
.row_logos_rotate{
	margin-top: -86px;
    transform: rotate(-2deg);
    transform-origin: center;
    background-size:100px auto !important;   
}
.row_logos h6{
	font-size:20px;
	font-weight:400;
	color:#FCF1DC;
	text-transform: initial;
}
.row_logos .icon-sun{
	margin-top: -12px;
  margin-bottom: -12px !important;
}
.badge01, .badge02{
	position: absolute;
	width:113px;
	height:113px;
	margin-top:-65px;
}
.badge01{
	margin-left:52px;
}
.badge02{
	margin-left:182px;
}
.qode-banner{
	border-radius: 18px;
}
.left-banner .qode-banner .qode-banner-content{
	background-color: rgba(255, 220, 167, .5);
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.right-banner .qode-banner .qode-banner-content{
	background-color: rgba(120, 147, 166, .5);
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.qode-banner .qode-banner-content .qode-banner-text-holder *{
	color:#F8F5E8;
}
.qode-banner .qode-banner-content .qode-banner-text-holder h2{
	font-size:60px;
}
.qode-banner:hover .qode-banner-content{
	opacity: 0;
	background-color: rgba(120, 147, 166, .0);
}
/*---------- Rows ----------*/
.home_todesanzeigen .qbutton{
	text-align:center;
	width: 170px;
}
.home_slogan .qbutton{
	text-align:center;
	width: 220px;
}
.home_slogan h2{
	margin-bottom:40px !important;
}
.q_icon_with_title.tiny .icon_holder img{
	width:80px;
	text-align:center;
}
.icon_text_holder{
	padding:0 !important;
}
.home_ansprechpartner img{
	max-width:80%;
	margin-top: 30px;
}
.home_ansprechpartner h3{
	margin: 85px 0 25px;
}
.home_ansprechpartner .signature{
}
.home_ansprechpartner .signature img{
	width: 250px;
    height: auto;
}
.q_icon_with_title .icon_with_title_link{
	margin-top:0 !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.q_icon_with_title:hover .icon_holder{
	margin-top:-8px !important;
	margin-bottom:16px !important;
}
h6.icon_title{
	padding:0 10px;
}
.q_icon_with_title.custom_icon_image.center .icon_holder{
	margin: 0 0 8px;
}

/*---------- UNTERSEITEN ----------*/
.row_heading{
margin-top:-160px;
padding-top:140px;
}
@media (min-width: 1001px){
	.row_heading .vcenter .vc_column-inner{
	  display: flex;
	  align-items: center;
	  min-height:350px;
	}
	.row_image_left_full .vcenter .vc_column-inner{
	  display: flex;
	  align-items: center;
	  min-height: 600px;
	}
	.row_image_left_full .wpb_single_image{
		width: 160%;
	  border-radius: 30px !important;
	  overflow: hidden;
	  margin-top: -180px;
	  margin-bottom: -180px !important;
	  margin-left:-65%;
	}
}
.row_heading .wpb_single_image{
	width: 150%;
  border-radius: 30px !important;
  overflow: hidden;
  margin-bottom: -60px !important;
}
.row_heading h1{
	margin-bottom:28px !important;
}
.row_heading.heading_yellow{
    background: #E9C283;
    padding-bottom: 60px;
    margin-bottom: 60px !important;
}
.row_heading.heading_plain{
	background:transparent;
    margin-bottom: 60px !important;
}
.heading_plain h1{
	color:#B69178 !important;
}

.row_heading.heading_yellow h1,
.row_heading.heading_yellow h6{
	color:#FCF1DC;
}

.heading_beige{
	background:#EDE0C7;
}
.heading_beige h1, .heading_beige h6{
	color:#B69178;
}

.heading_blue{
	background:#8CA1AF;
}
.heading_blue h1, .heading_blue h6{
	color:#FCF1DC;
}

.section_yellow{
	background:#E9C283;
}
.section_yellow p, .section_yellow h6,  .section_yellow h3{
	color:#FCF1DC;

} 
.description_with_icon .vc_single_image-wrapper{
	max-width: 95px;
    margin-bottom: 30px;
}
.description_with_icon ul{
	margin-top:-30px;
}
.description_with_icon ul li{
	margin-bottom: 0 !important;

}
.font_blue ol.bullet li::before{
	background: #819fb4;
}

/*---------- Erklärung ----------*/
.description img{
	margin:0 0 18px 0;	
}
.description h3{
	max-width: 70%;
    margin-bottom: 20px;
}
.description p{
	max-width:85%;
}

/*---------- Kontakt ----------*/
div.wpb_single_image.ansprechpartner{
	float:left;
	margin-right:20px;
	margin-bottom:20px !important;
	max-width:180px;
	border-radius: 200px;
	overflow: hidden;
}
div.ansprech-text:after{
	clear: both;
	content: " ";
display: table;
}
.contact p strong{
	margin-bottom:10px;
}
.contact_section{
	padding-top:30px;
}
.adresse .badge02,
.adresse .badge01{
 margin:0 0 !important;
 float:left;
 position: relative;	
}
.

/* --------------- Impressum --------- */
.impressum strong{
  font-size: 13px;
  line-height: 1.538461538461538em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  display:block;
  padding-left:1px;
  font-family: "DM Sans", sans-serif;
}
.impressum strong{
  margin-top:18px;
  display:block;
  padding-left:1px;
}


/*---------- Fehler 404 Seite nicht gefunden ----------*/
.error404 .title  img{
  
  width:200px;
  margin:80px auto 0 auto;

}
.page_not_found{
	margin-top:120px;
}
.error404 .qbutton{
	    display: inline-block;
    padding: 8px 20px;
}


/*---------- Todesanzeigen Home ----------*/

.blog_holder.masonry article .post_text .post_text_inner{
	background-color: transparent;
}

.latest_post_two_holder .latest_post_two_inner{
	background:none;
}
.latest_post_two_holder .latest_post_two_text{
	padding: 5px 0px 40px;
}
@media (min-width: 601px){
.home_todesanzeigen h4,
.home_todesanzeigen p.wohnort,
.home_todesanzeigen p.sterbedatum,
.home_todesanzeigen p.parte,
.home_todesanzeigen p.beileid{
	text-align:center;
}}
.latest_post_two_holder h3{
	font-size: 25px;
	text-align: center;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	color:#819fb4;
}
.home_todesanzeigen .latest_post_two_holder{

}
.home_todesanzeigen .sterbedatum span{
	/*background:url(http://www.sfk-bestattung.at/wp-content/uploads/2017/12/icon_cross.svg) no-repeat 0px 0px;
	padding-left: 15px;*/
}
.single .entry_title{
	margin-bottom:16px !important;
}
.parte, .beileid{
	font-size:16px;
	margin:0 0 2px 0;
}
.parte a, .beileid a{
	padding-left:15px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	color:#819fb4 !important;
}
.parte a{
	background:url(http://www.lebenslicht-bestattung.at/wp-content/uploads/2017/12/icon_parte.svg) no-repeat 0px 0px;
	border-bottom:0;
}
.beileid a{
	background:url(http://www.lebenslicht-bestattung.at/wp-content/uploads/2017/12/icon_kerze.svg) no-repeat 0px 0px;
	border-bottom:0;
}
.home_todesanzeigen .latest_post_two_excerpt{
	display:none;
}
.latest_post_two_holder .latest_post_two_image{
	border-radius: 20px;
	overflow: hidden;
}
.latest_post_two_holder .latest_post_two_image a{
	/*background:url(http://www.lebenslicht-bestattung.at/wp-content/uploads/2017/12/img_frame3-1.png) no-repeat;*/
	background-size: 100%;
	max-height: 308px;
    overflow: hidden;
}
.latest_post_two_holder .latest_post_two_image img,
.blog_holder.masonry article .post_image img{
	/*max-width: 75%;
    padding-left: 12%;
    padding-top: 14px;
    padding-bottom: 43px;*/
    width: 66%;
    border-radius: 20px;
    margin: 0 auto;
    padding: 0 !important;
}
.blog_holder.masonry article .post_text .post_text_inner, .blog_holder.masonry_full_width article .post_text .post_text_inner{
	text-align: center;
}
.blog_holder.masonry article .post_image, .blog_holder.masonry article .post_text{
	width: 100%;
}

/*---------- Todesanzeigen Startseite ----------*/
.miniature_gedenken .wohnort,
.miniature_gedenken .parte,
.miniature_gedenken .beileid,
.miniature_gedenken .latest_post_two_excerpt{
	display: none;
}
.miniature_gedenken h3.entry_title{
	font-size:20px;
	text-align: left;
	margin:0 !important;
}
.miniature_gedenken .entry_title a{
	font-family: "DM Sans", sans-serif;
	font-size:20px;
	text-transform: initial;
	color: #92AEC1;
}
.miniature_gedenken .sterbedatum{
	font-family: "DM Mono", sans-serif;
	font-size:13px;
	font-weight:500;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 0 !important;
  line-height: 2;
}
.miniature_gedenken .latest_post_two_text{
	padding: 5px 0px 18px !important;
}

/*---------- Todesanzeige Unterseite ----------*/
body.single-post{
	margin-bottom:-184px;
}
.single-post, .single-post .wrapper, .single-post .content, .single-post .content .container{
	background: #f4f4f4;
}
.single .title .title_holder{
	padding-top:0px !important;
	margin-top:90px;
	height:235px !important;
}
.single-post .title{
	background: #f4f4f4;
}
.single-post .content .container{
}
.single-post .comment_holder{
	background-color:#F4F4F4;
	border-radius: 30px;
}
.single-post .footer_top, .single-post .footer_top .footer_top.footer_top_full{
	margin-bottom: 0 !important;
}
.blog_holder article .post_content_holder,
#respond{
	max-width:580px;
	width:60%;
	margin:0 auto;
}
#respond{
	padding-top:100px;
}
.blog_holder article .post_image,
.blog_holder article .post_text{
	width: 46%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}
.blog_holder article .post_text .post_text_inner{
	padding-top:40px;
}
.post_image_frame{
	/*background: url(http://www.lebenslicht-bestattung.at/wp-content/uploads/2017/12/img_frame3-1.png) no-repeat;*/
    background-size: 100%;
    max-width: 251px;
}
.post_image img{
	max-width: 75%;
    padding-left: 12%;
    padding-top: 14px;
    padding-bottom: 43px;
}
.blog_single img{
	max-width: 100%;
    padding:0px;
    border-radius: 30px;
    overflow: hidden;
}
.blog_holder .wohnort,
.blog_holder .sterbedatum{
	font-family: "DM Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 20px;
    margin-bottom: 13px;
}
.parte, .beileid{
	margin-bottom:4px !important;
}
.wohnort{
	margin-bottom:5px !important;
}
.sterbedatum{
	margin-bottom:25px !important;
}
#respond h3{
	margin-bottom:25px;
}
#respond textarea{
	border:1px solid #819fb4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	font-family: "DM Sans", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
	background:#F4F4F4;
    color: #303030;
	height:95px;
}
#respond .logged-in-as{
	font-size:11px !important;
	margin-bottom:12px;
}
#respond .logged-in-as a{
	color: #303030;
	border-bottom:1px solid #303030;
}
#respond .small{
	font-size:11px !important;
	float:left;
	margin-bottom:10px;
}
#respond .three_columns{
	display:none;
}
.google-recaptcha-container{
	float:left;
}
#submit_comment{
	font-family: "DM Sans", sans-serif;
    color: #FCF1DC;
    font-weight: normal;
    letter-spacing: 1px;
    height: auto !important;
    border: 1px solid #819fb4;
	background-color: #819fb4;
	color: #ffffff;
    margin: 1px 0 0 0;
	float:right;
    display: block;
	font-size: 13px;
    line-height: 15px !important;
    padding: 11px 26px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#submit_comment:hover{
	background-color:#E9C283;;
	border-color:#E9C283;
}
#submit_comment:disabled {
    opacity:0.15;
	cursor:not-allowed;
}

.comment_number{
	display:none;
}
.comment_holder .comment{
	background:none;
	padding: 0 5px 20px;
}
.comment_holder .comment-list>li{
	width: 23%;
    float: left;
    min-height: 460px;
    padding: 0 1%;
}
.comment_holder .comment .image{
	width: 85px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 30px;
    float: none;
    text-align: center;
	border-radius: 0;
}
.comment_holder .comment .text{
	padding-left:0;
}
.comment_holder .comment .text p{
	text-align:center;
	font-family: "DM Sans", sans-serif;
	font-weight:400;
	margin-bottom:7px;
}
.comment_holder .comment .comment_date{
	font-family: "DM Mono", sans-serif;
	font-weight:normal;
	text-align:center;
	font-size:13px;
	display:inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
	width:100%;
	margin:0 0 10px 0;
	color:rgb(182, 145, 120)
;
}
.comment_holder .name{
	visibility:hidden;
	margin-bottom:0 !important;
}
.comment_holder .comment-reply-link{
	text-align:center;
	display: block;
}
.comment_holder .comment-list>li:nth-child(4n+1){
    clear:left;	
}

/*---------- RESPONSIVE ----------*/
@media (max-width: 2000px) {
	h2{
		font-size:60px;
	}
	h3{
		font-size:42px;
	}
	.cta-two-columns h5{
		font-size: 32px;
	}
	p, ul li, ol li{
		font-size:19px;
	}
	/*.carousel-inner .slider_content{
		width: 64% !important;
    	left: 18% !important;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 span{
		font-size: 30px !important;
		line-height:1.4 !important;
	}	*/
}
@media (min-width: 1001px) and (max-width: 1100px){
	.q_logo img, .q_logo a{
		width: 220px !important;
    height: 88px !important;
	}
	nav.main_menu>ul>li>a{
		padding: 0 6px;
		letter-spacing: -0.1px;
		filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.15));
	}
}
@media (min-width: 768px) and (max-width: 1100px){
	#block-4, #block-5{
		float: none;
		margin-right: 0;
	}
	#block-5, #block-6{
		text-align: right;
	}
	.footer_top .widget.widget_nav_menu li, .footer_top_holder p{
		font-size:16px !important;
		line-height: 26px !important;
	}
}
@media (min-width: 768px) and (max-width: 1000px){
	.cta-two-columns{
		margin-left:-50%;
	}
	.badge01, .badge02{
		width: 100px;
		height:100px;
		margin-top: -56px;
	}
	.home .row_start .vc_col-sm-12{
		margin-top:-100px;
	}
}

@media (min-width: 1001px) {
	.side_menu_button_wrapper{
		display: none;
	}
}
@media (max-width: 1000px) {
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, div[data-element_type=container].qode_elementor_container_inner, nav.content_menu ul {
		max-width: 680px;
	}
	h1, .title.title_size_large h1{
		font-size:58px;
	}
	h2,
	.qode-banner .qode-banner-content .qode-banner-text-holder h2{
		font-size:46px;
	}
	p, ul li, ol li {
    font-size: 17px;
  }
	.header_top_bottom_holder{
		height:100px;
	}
	.q_logo img, .q_logo a{
		width: 195px !important;
    height: auto !important;
	}
	.q_logo, .logo_wrapper, 	.q_logo a{
		left: 0;
	}
	.q_logo img.mobile{
	}
	header.dark .q_logo img.dark{
		opacity: 1 !important;
		display: block !important;
	}
	header.dark .q_logo img.mobile,
	.home header .q_logo img.mobile,
	.home header .q_logo img.dark{
		opacity: 0 !important;
	}
	.home header.dark .q_logo img.light{
		opacity: 1 !important;
		display: block !important;
	}
	.vcenter .vc_column-inner{
		min-height: inherit;
	}
	.badge01 {
    margin-left: 30px;
	}
	.badge02 {
    margin-left: 140px;
	}
	/* Mobile Menu – Side Menu */
	.side_menu_button_wrapper{
		display: block;
	}
	.side_menu{
		background: url(https://www.lebenslicht-bestattung.at/wp-content/uploads/2026/01/bg_brown.webp);
		background-repeat: repeat;
		background-size: 100px auto;
		padding: 70px 30px 30px;
	}
	.side_menu a{
		color:#FCF1DC;
		font-size:20px;
	}
	.side_menu a.close_side_menu {
    background-image: none !important;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 26px;
    top: 36px;
}
	.side_menu a.close_side_menu::before,
	.side_menu a.close_side_menu::after {
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 25px;          
	    height: 4px;          
	    background-color: #FCF1DC;
	    transform-origin: center;
	}
	.side_menu a.close_side_menu::before {
	    transform: translate(-50%, -50%) rotate(45deg);
	}
	.side_menu a.close_side_menu::after {
	    transform: translate(-50%, -50%) rotate(-45deg);
	}
	.side_menu a.close_side_menu::before,
	.side_menu a.close_side_menu::after {
	    transition: transform 0.25s ease, background-color 0.25s ease;
	}
	.mobile_menu_button{
		display: none;
	}
	.light .side_menu_button>a, .side_menu_button>a{

		color: #B69178 !important;
	}
	.dark .side_menu_button>a, .side_menu_button>a{
		color:#FCF1DC !important;
	}
	.mobile_menu_button span, .side_menu_button>a{
		color:#ffffff;
	}
	header{
		top:0 !important;
	}
	.q_logo{
		top:0;
	}
	.home .header_inner{
		height:0;
	}
	.q_elements_holder.responsive_mode_from_1000.two_columns .q_elements_item{
		width: 96%;
		margin-bottom: 10px !important;
	}
	.q_elements_holder.alignment_one_column_left.responsive_mode_from_1000 .q_elements_item .q_elements_item_content{
		text-align: center !important;
	}
	.row_start .main-visual,
	.row_start .main-visual .vc_column-inner{
		min-height: 1000px;
		height:100%;
		border-radius: 0;
	}
	.row_heading {
		margin-top: -138px;
		padding-top: 140px;
		padding-bottom: 31px !important;
	}
	.latest_post_two_holder .latest_post_two_image a{
		background-size: 83%;
		background-position:top center;
	}
	.latest_post_two_holder .latest_post_two_image img{
		max-width: 61.5%;
		padding-left: 19%;
		padding-top: 20px;
		padding-bottom: 54px;
	}
	h6.icon_title{
		padding:0;
	}
	h3{
		font-size: 28px;
	}
	.home_ansprechpartner img{
		max-width: 90%;
	}
	nav.mobile_menu{
		margin-bottom:15px;
		margin-top:-15px;
	}
	.row_start h1{
		font-size: 68px;
	}
	h1, .title.title_size_large h1{
		margin: 30px 0;
	}
	.single .title .title_holder{
		margin-top:0 !important;
	}
	.blog_holder article .post_content_holder, #respond{
		width: 70%;
	}
	.footer_top .widget.widget_nav_menu li,
	.footer_top_holder p{
		font-size:14px;
		line-height: 1.5;
	}
	.footer_col4 .telbutton{
		font-size:14px;
		padding: 5px 35px;
	}
	p.small{
		font-size:12.5px !important;
		line-height:1.35;
	}
	.latest_post_two_holder .latest_post_two_image a{
		max-height:inherit;
	}
	.row_logos_rotate{
		padding-left: 20px;
    padding-right: 20px;
	}
	.row_logos h6{
		font-size: 17px;
		line-height:1.25;
	}

}
@media (max-width: 767px) {
	.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, div[data-element_type=container].qode_elementor_container_inner, nav.content_menu ul {
		max-width: 540px;
	}

	h1, .title.title_size_large h1{
		font-size:48px;
	}
	h3 {
        font-size: 34px;
    }

	
	.home header.dark .q_logo img.dark{
		opacity: 1 !important;
	}
	.home header.dark .q_logo img.light,
	.home header .q_logo img.mobile{
		opacity: 0 !important;
		display: block !important;
	}
	/* Mobile Phone Button */
	.footer_bottom{
		width:100%;
		display: block;
	}
	.footer_bottom_holder{
		display: block !important;
		width: 100%;
    position: fixed;
    bottom: 20px;
    z-index: 99999;
	}
	.page-id-10 .footer_bottom_holder,
	.single-post .footer_bottom_holder{
		display: none !important; /* Telefon-Button bei Todesanzeigen ausblenden */
	}
	.widget.qode_button_widget{
		display: block;
	}
	.main-visual{

	}
	.row_start .main-visual{
		min-height: 160px;
		border-radius: 30px;
		top: 30px;
	}
	.row_start .main-visual .vc_column-inner {
		min-height: 240px;
		height: 100%;
		border-radius: 30px;
		margin-top: 80px;
		}
	.q_elements_holder .element-tel{
		display: none !important; /*  Rund um die Uhr erreichbar Homestage*/

	}
	#block-4, #block-5{
		float: none;
	}
	.wpb_single_image.vc_align_right,
	.wpb_single_image .vc_single_image-wrapper.vc_box_rounded{
		margin-bottom: 20px !important;
	}
	.row_image_right .wpb_single_image.vc_align_right{
		max-width: 65%;
	}

	.row_image_right .claudia-gross .wpb_single_image.vc_align_right{
		max-width: 100%;
	}
.row_heading h1{
	margin-bottom: 10px !important;
}
	.row_heading h6{
		margin-bottom: 20px !important;
	}
	.row_logos .full_section_inner{
		width: inherit;
	}
	.row_logos .wpb_column{
		margin-bottom: 12px;
	}
	.row_image_right .vc_single_image-wrapper {
    margin-top: 30px;
	}
	.row_start .vcenter .vc_column-inner{
		background-position: center 70px !important;
		padding-top:0 !important;
	}
	.wpb_wrapper .q_elements_holder .q_elements_item:first-child .q_elements_item_content{
		background-size: 310px !important;
	}
	.latest_post_two_holder .latest_post_two_image img{
		max-width: 75%;
		padding-left: 12%;
		padding-top: 14px;
		padding-bottom: 43px;
	}
	.latest_post_two_holder .latest_post_two_image a{
		background-size: 100%;
	}
	.badge01, .badge02{
		width: 30%;
    height: auto;
    margin-top: -24%;
	}
	.badge01 {
        margin-left: -5%;
    }
  .badge02 {
        margin-left: 27%;
    }
  .right-banner{
  	margin-top:20px;
  }
 	.miniature_gedenken h4{
 		margin-bottom: 30px !important;
 	}
 	.miniature_gedenken .latest_post_two_holder li{
 		width: 100% !important;
 	}
	h6.icon_title{
		font-size: 16px;
		max-width: 220px;
    	margin: 0 auto;
	}
	.description img{
		margin: 36px 0 18px 0;
	}
	.description div.section{
		padding:0 !important;
	}
	.blog_holder article .post_content_holder, #respond{
		width:100%;
	}
	#respond{
		padding-top: 30px;
	}
	#submit_comment{
		padding: 8px 16px !important;
	}
	div.comment_form{
		border:0;
		padding-top:0;
		margin-bottom: 0;
	}

	.comment_holder .comment-list>li{
		width: 48%;
	}
	.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4{
		width:50%;
	}
	p.small{
		font-size:14px !important;
		line-height: 1.5;
	}
	.description .vc_text_separator.full{
		padding-bottom:0;
	}
	.comment_holder .comment-list>li:nth-child(2n+1){
    	clear:left;	
	}
	.bestattungsarten .vc_column-inner .wpb_wrapper{
		margin: 0 auto;
	}
	.bestattungsarten .vc_column_container{
		width: 33%;
		float: left;
		margin-bottom: 20px;
	}

	.description_with_icon .vc_single_image-wrapper{
		max-width: 75px;
	}
	.bestattungsarten .vc_column-inner .wpb_wrapper .wpb_text_column{
		margin-top: -20px !important;
	}
	.footer_top .widget.widget_nav_menu li, .footer_top_holder p{
		font-size:16px;
	}
	.footer_top, .footer_top.footer_top_full{
		padding-bottom: 100px;
	}
}
@media (max-width: 767px) and (min-width: 600px){
	.full_section_inner,
	.footer_top_full{
		width: 600px;
    margin: 0 auto;
	}
}
@media (max-width: 599px) and (min-width: 480px){
	.full_section_inner,
	.footer_top_full{
		width: 420px;
    margin: 0 auto;
	}
}
@media (max-width: 600px) {

	.row_start .main-visual .vc_column-inner {
		min-height: 220px;
	}
	h1, .title.title_size_large h1{
		font-size:40px;
	}
	.row_start h1{
		font-size: 42px;
		text-align: center;
		width:100%;
	}
	.row_start h4{
		width:100%;
		text-align: center;
		font-size: 35px;
	}
	.row_start h6{
		padding-bottom: 1px;
	}
	.row_heading{
		margin-top: -160px;
		padding-bottom:  10px !important;
	}
	.q_elements_holder.responsive_mode_from_1000.two_columns .q_elements_item{
		width:100%;
	}
	.latest_post_two_holder .latest_post_two_image{
		width: 35%;
		float: left !important;
	}

	.latest_post_two_holder .latest_post_two_inner{
		width: 65%;
	}
	.latest_post_two_holder .latest_post_two_image a{
		background-size: 83%;
		background-position:top center;
	}
	.latest_post_two_holder .latest_post_two_image img{
		max-width: 100%;
		width: 85%;
		margin: 0 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.latest_post_two_holder h3{
		margin-top: 0 !important	;
		text-align: left;
	}
	.latest_post_two_holder .latest_post_two_text {
		padding: 5px 0px 10px;
		}
	.description h3{
		max-width:inherit;
	}
	.blog_holder article .post_image, .blog_holder article .post_text{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.post_image_frame{
		background-image: none !important;
		margin: 0 auto;
	}
	.blog_holder article .post_image, .blog_holder article .post_text{
		text-align:center;
	}
	.title.title_size_large h1{
		font-size: 32px!important;
    	line-height: 1.4!important;
		margin:40px 0;
	}
	.blog_holder article .post_text .post_text_inner{
		padding-top: 15px;
	}
	.comment_holder .comment-list>li{
		width: 48%;
	}
	.comment_holder .comment-list>li{
		width: 100%;
		float: none;
		min-height: inherit;
		padding: 0;
		margin: 0 auto;
		margin-left: 0%;
	}
	.comment_holder .comment .image{
		float: left;
		width: 14%;
	}
	.comment_holder .comment .text {
		padding: 0 0 0 0;
		min-height: 0;
		position: relative;
		width: 76%;
		margin-left: 10%;
		float: left;
}
.comment_holder .comment .text p{
	text-align: left;
}
.comment_holder .comment .comment_date{
	text-align: left;
}
	.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4{
		width:100%;
	}
	.comment_holder .comment-list>li:nth-child(1n+1){
    	float:left;	
	}
	.comment_holder .comment-list>li:last-child{
		margin: 0 auto;
    	margin-left: 12%;
	}

	.bestattungsarten .vc_column_container{
		width: 50%;
	}
	.description_with_icon .vc_single_image-wrapper{
		max-width: 60px;
	}
}
@media (max-width: 480px) {

	h1, .title.title_size_large h1{
		font-size:42px;
	}
	h6{
		font-size: 12px;
	}
	header {
		position: absolute !important;
	}
	.single-post header{
		position: relative !important;
	}
	.row_heading {
		padding-top: 90px;
	}
	.row_heading .wpb_wrapper{
	}
	.parallax_section_inner_margin, .section_inner_margin{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.vc_row{
		width: 98%;
	    padding-left: 1%;
	    padding-right:1%;
	    margin:0;
	}
	div.grid_section .section_inner{
		width:100%;
	}
	.latest_post_two_holder .latest_post_two_image img{
		max-width: 75%;
		padding-left: 12%;
		padding-top: 17px;
		padding-bottom: 50px;
	}
	.latest_post_two_holder .latest_post_two_image a{
		background-size: 100%;
	}
	.home_slogan h2{
		font-size: 5.5vw;
	}
	h3{
		font-size: 25px;
	}
	.vc_column-inner{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.wpb_wrapper{
		/* padding:0 8px !important; */
	}
	.qode-btn{
		/* margin-left: 8px; */
	}
	.vc_row {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		margin: 0;
		}
	.comment_holder .comment-list>li{
		width: 96%;
		margin-left: 2%;
	}
	.row_logos_rotate{
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 30px !important;
		padding-right: 30px !important;
		transform: rotate(-0deg);
	}
	.row_lightblue{
		display: none;
	}
}
/*---------- WEBFONTS ----------*/

@font-face {
  font-family: "Playfair Display";
  src: url("webfonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 900; /* variabler Bereich */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("webfonts/DMMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("webfonts/DMMono-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("webfonts/DMMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("webfonts/DMMono-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("webfonts/DMMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Mono";
  src: url("webfonts/DMMono-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("webfonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-optical-sizing: auto;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("webfonts/DMSans-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 1000;
  font-style: italic;
  font-optical-sizing: auto;
  font-display: swap;
}
@font-face {
  font-family: "Ms Madi";
  src: url("webfonts/MsMadi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
