/*
Theme Name: Albruhe Child
Theme URI: https://albruhe.de/
Description: Albruhe Theme
Author: Bektech Digital
Author URI: https://bektech.net
Template: Divi
Version: 1.0.0
*/
.header-app-div .et_pb_module_header {

	padding-bottom:0!important;
}
.header-app-div .et_pb_blurb_container {
	vertical-align:middle!important;
	
}
.header-contact-div .et_pb_module_header {

	padding-bottom:0!important;
}
.header-contact-div .et_pb_blurb_container {
	vertical-align:middle!important;
	padding-left:1px;
	}
.header-contact-div .et_pb_main_blurb_image {
	width:20px;
}

.tier-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tier-gallery .tier-image {
    flex: 1 1 calc(33.33% - 16px); /* 3 sütun */
    box-sizing: border-box;
}

@media(max-width: 768px) {
    .tier-gallery .tier-image {
        flex: 1 1 calc(50% - 16px); /* 2 sütun tablet için */
    }
}

@media(max-width: 480px) {
    .tier-gallery .tier-image {
        flex: 1 1 100%; /* 1 sütun mobil için */
    }
}
.custom-candle-images {
    display: flex;
    align-items: flex-end;
    height: 250px;
	margin-bottom:20px;
}

@media (max-width: 767px) {
	.custom-candle-images {
		justify-content:center;
	}
}	


@media (max-width: 767px) {
	.custom-candle-colors {
		display:flex;
		justify-content:center;
	}
}	

.custom-candle-images label {
	cursor:pointer;
}

.custom-candle-colors {
	height:35px;
	margin-top:10px;
}
.candle-img[data-shape="lang"] {
    height: 230px;
    width: auto;
}
.candle-img[data-shape="rund"] {
    height: 100px;
    width: auto;
}
.candle-img[data-shape="kurz"] {
    height: 150px;
    width: auto;
}


/*Colors*/

/* #51658e */
.color-51658e {
    background: linear-gradient(to bottom, #51658e, #3a4a6e, #2c354f);
    box-shadow: inset 0 7px 12px -2px #3a4a6e, inset 0 9px 57px -3px rgba(81, 101, 142, 0.4), inset 0 -5px 8px 2px black, 0 0 3px 0px #51658e;
}

/* #ecc069 */
.color-ecc069 {
    background: linear-gradient(to bottom, #ecc069, #d1a350, #a77530);
    box-shadow: inset 0 7px 12px -2px #d1a350, inset 0 9px 57px -3px rgba(236, 192, 105, 0.4), inset 0 -5px 8px 2px black, 0 0 3px 0px #ecc069;
}

/* #64a96c */
.color-64a96c {
    background: linear-gradient(to bottom, #64a96c, #4b8252, #345b38);
    box-shadow: inset 0 7px 12px -2px #4b8252, inset 0 9px 57px -3px rgba(100, 169, 108, 0.4), inset 0 -5px 8px 2px black, 0 0 3px 0px #64a96c;
}

/* #7ab2c7 */
.color-7ab2c7 {
    background: linear-gradient(to bottom, #7ab2c7, #5c8fa1, #41677b);
    box-shadow: inset 0 7px 12px -2px #5c8fa1, inset 0 9px 57px -3px rgba(122, 178, 199, 0.4), inset 0 -5px 8px 2px black, 0 0 3px 0px #7ab2c7;
}

/* #8f77a2 */
.color-8f77a2 {
    background: linear-gradient(to bottom, #8f77a2, #715986, #533b68);
    box-shadow: inset 0 7px 12px -2px #715986, inset 0 9px 57px -3px rgba(143, 119, 162, 0.4), inset 0 -5px 8px 2px black, 0 0 3px 0px #8f77a2;
}

/* #a76262 */
.color-a76262 {
    background: linear-gradient(to bottom, #a76262, #8b4848, #692e2e);
    box-shadow: inset 0 7px 12px -2px #8b4848, inset 0 9px 57px -3px rgba(167, 98, 98, 0.4), inset 0 -5px 8px 2px black, 0 0 3px 0px #a76262;
}

/* For Candle Shape */
input[name="comment_candle_shape"]:checked + label {
    border-bottom: 2px solid #FAAF40;
    display: inline-block; 
	margin-bottom: 3px;
    transform: scale(1.05);
}

input[name="comment_candle_shape"] + label {
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
}
label[for="comment-shape-kurz"],
label[for="comment-shape-rund"] {
    margin-left: 5px;
}


.comment-shape-rund {margin-left:5px;}
/* For Colors */
input[name="comment_candle_color"]:checked + label::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #FAAF40;
    width: 100%;
    margin-top: 35px;
}

input[name="comment_candle_color"] + label {
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
}

input[name="comment_candle_color"]:checked + label {
    margin-bottom: 3px;
    transform: scale(1.09); 
}

.custom-candle-colors {
	height:35px;
}

.kerze-form input {
		position:relative;
		display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.kerze-form input:focus {
	border-color: #FAAF40;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 146, 111, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 146, 111, 0.6);
}
.kerze-form span {position:relative;}
/*.kerze-form span:has(input)::after {
    content: "*";
    position: absolute;  
    top: 0;
    right: 0;
    width: 2%;
    height: 34px;
    background-color: red;
    color: white;
    text-align: right;
    line-height: 34px;
    clip-path: polygon(100% 0%, 100% 100%, 50% 100%, 0% 50%, 50% 0%);
	padding-right:5px;
}*/

.kerze-form textarea {
	resize:none!important;
	width:100%;
	padding:4px 30px 4px 4px;

}
.kerze-form textarea:focus {
	border-color: #FAAF40;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 146, 111, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 146, 111, 0.6);
}
/*.kerze-form span:has(textarea)::after {
    content: "*";
    position: absolute;  
    top: 0;
    right: 0;
    width: 2%;
    height: 34px;
    background-color: red;
    color: white;
    text-align: right;
    line-height: 34px;
    clip-path: polygon(100% 0%, 100% 100%, 50% 100%, 0% 50%, 50% 0%);
	padding-right:5px;
}*/
.kerze-form span.wpcf7-not-valid-tip {
    display: none;
}
.kerze-form .wpcf7-not-valid {
    border-color: red !important;
    background-color: #ffe6e6 !important;
}
.kerze-form .wpcf7-not-valid:focus {
    border-color: #FAAF40 !important;
    background-color: #fff !important;
}
.kerze-form input[type=submit] {
    width: 30%;
    background-color: #494848;
    padding: 15px 30px;
    text-align: center;
    height: 100%;
    float: right;
    color: #FAAF40;
    font-size: 18px;
    border: 2px solid #494848;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-appearance: button;
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
}

@media (max-width: 767px) {
	.kerze-form input[type=submit] {
		width:100%;
		margin-top:20px;
		float:none;
	}
}

.kerze-form input[type=submit]::before {
    background: #FAAF40;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 0%;
    height: 100%;
    transition: all 0.6s ease;
}

.kerze-form input[type=submit]:hover {
	color: #494848;
    border: 2px solid #FAAF40;
    background-color: #FAAF40;
}

.kerze-form input[type=submit]:hover::before {
    width: 100%;
}

@media (max-width: 767px) {
	.asterisk {
		width:10%!important;
	}
}	
.asterisk {
    height: 34px;
    background-color: red;
    color: white;
    text-align: right;
    line-height: 40px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    padding-right: 5px;
    width: 3%;
    float: right;
    top: 34px;
    z-index: 14;
    font-size: 21px;
}

.kerze-form .photo-ask button {
    background-color: #494848;
    padding: 8px 30px;
    text-align: center;
    color: #FAAF40;
    font-size: 18px;
    border: 2px solid #494848;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-appearance: button;
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
}

.cf7-comment-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* aralarındaki boşluğu ayarlayın */
}
@media (max-width: 767px) { 
	.cf7-comment-container {
		display:grid;
		grid-template-columns: repeat(1, 1fr);
		margin-bottom:20px;
	}
}
.cf7-comment-box {
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0.5px 0 0 white inset, 0 1px 2px 0 #B3B3B3;
	border-bottom: 2px solid #FAAF40;
    position: relative;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cf7-comment-candle img {
	max-height: 180px;
    height: 80%;
    position: relative;
    display: inline-block;
}

.cf7-comment-candle {
	width:20%;
	display: inline-flex;
    justify-content: center;
}

.cf7-comment-details {
	padding:0 15px;
	width:80%;
}
.cf7-comment-details h4 {
	color:#FAAF40;
	font-weight:bold;
	font-size:21px;	
}
.cf7-comment-details h5 {
	color:#333;
	font-weight:500;
	font-size:12px;	
}
.cf7-comment-details p {
	font-weight:400;
	font-size:16px;
}

.addbutton {
    width: 30%;
    background-color: #494848!important;
    padding: 15px 30px!important;
    text-align: center!important;
    height: 100%!important;
    color: #FAAF40!important;
    font-size: 18px!important;
    border: 2px solid #494848!important;
    cursor: pointer!important;
    touch-action: manipulation!important;
    -webkit-appearance: button!important;
    position: relative!important;
    overflow: hidden!important;
    transition: 1s all ease!important;
}

@media (max-width: 767px) {
	.addbutton {
		width:100%!important;
		margin-top:20px!important;
	}
}

.addbutton::before {
    background: #FAAF40!important;
    content: ""!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    z-index: -1!important;
    width: 0%!important;
    height: 100%!important;
    transition: all 0.6s ease!important;
}

.addbutton:hover {
	color: #494848!important;
    border: 2px solid #FAAF40!important;
    background-color: #FAAF40!important;
}

.addbutton:hover::before {
    width: 100%!important;
}
.profil-lin::before {
	content: "\e08a";
	font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
	color:#FAAF40;
}
.log-link::before {
	content: "\7e";
	font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
	color:#FAAF40;
}