/* new dan first landing */


.dan-first-header-section {
	width: 100dvw;
	height: 100dvh;
	background-image: url(/wp-content/themes/dankuchen/assets/images/2025/first-hero-bg-min.jpg);
	margin-left: calc(50% - 50dvw);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}

.header-section-container.container {
	align-items: flex-start;
}

.dan-first-header-section img.absolute {
	width: 287px;
	height: 149px;
	position: absolute;
	right: 80px;
	bottom: 160px;
}


.dan-first-header-section p {
	align-items: center;
    flex-direction: row;
}
.dan-first-header-section h1 {
	color: var(--Bela, #FFF);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 50px;
}

.dan-first-header-section .btn {
	margin-top: 30px;
	margin-bottom: 15px;
}


.dan-first-header-section .prosti-termini {
	display: flex; 
	align-items: center;
    flex-direction: row;
    gap: 10px;
	color: var(--Bela, #FFF);
	font-family: "GT Walsheim LC";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

}





/* old dan first landing */
.dan-first-description-wrap {
	background-color: #eae5de;
	padding: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.top-gallery-img {
	max-height: 100dvh;
}


.wp-block-columns {
	margin-bottom: 30px;
}

h2 {
	margin-top: 70px;
	margin-bottom: 60px;
}
.dan-first-description-wrap h3 {
	margin-top: 40px;
	margin-bottom: 18px;
}

.dan-first-description-wrap ul {
	margin-bottom: 20px;
	list-style: inside ;
}

.wp-block-table td {
	border-left: none;
	border-right: none;
	border-color: #cddae4;
}
.wp-block-table tr:last-child td {
	text-align: right;
}

.main-banner .banner-nav{
	display: none;
}

header.header.fixed {
	z-index: 15;
}

@media (min-width: 992px) {
	.container {
	    width: 1500px;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: stretch;
	    align-content: center;
	    flex-wrap: nowrap;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: calc(100% - 60px);
	}

	.container > .main-banner {
		max-width: 100dvw;
		width: 100dvw;
		margin-left: calc(50% - 50dvw);
	}

	.wp-block-gallery {
		gap: 30px!important;
	}

	.wp-block-gallery  {
		padding-left: 0;
		padding-right: 0;
	}

	.header.top:not(.fixed) {
		background-color: transparent;
		position: absolute;
		top: 0;
		z-index: 2222;
		left: 0;
		width: 100%;
		border-bottom: none;
	}
	.top-gallery-img {
		margin-top: 30px!important;
		margin-bottom: 30px!important;		
	}

	.header.top:not(.fixed) .nav-primary > li > a, .header.top:not(.fixed) .nav-primary > li > span {
    	color: #fff;
	}
}

@media (max-width: 991.9px) {
	.container > .main-banner {
		max-width: 100dvw;
		width: 100dvw;
		margin-left: -15px;
		margin-right: -15px;
	}	

	.wp-block-gallery {
		padding-left: 0;
		padding-right: 0;
		gap: 15px;
	}

	.wp-block-gallery {
		gap: 15px!important;
	}	
	.top-gallery-img {
		margin-top: 15px!important;
		margin-bottom: 15px!important;		
	}	

	.wp-block-columns {
		margin-bottom: 60px;
	}

	.dan-first-description-wrap {
		padding: 40px 20px;
	}
}



@media (min-width: 600px) { 
	.w-20 {
		width: 20%!important;
	}

	.top-gallery-img {
		object-fit: cover;
		max-height: 60dvh;

	}
}




/* carousel */ 
.card-wrap .card {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	border-radius: 27px;
	border: 1px solid rgba(234, 229, 222, 0.30);
	background: rgba(234, 229, 222, 0.30);
	padding: 32px;
}

.card-wrap .card .client-image {
	position: absolute;
	top: 36px;
	right: 12px;
}
.card-wrap .card .testimonial-header-wrap {
	display: flex;
	flex-direction: column;
}
.card-wrap .card .testimonial-header-wrap .subtitle {
	color: #000;
	font-family: "GT Walsheim LC";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px; /* 146.154% */
	padding-right: 30px;
}
.card-wrap .card .testimonial-header-wrap .description {
	padding-top: 23px;
	color: #000;
	font-family: "GT Walsheim LC";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 23px; /* 143.75% */
}

@media (min-width: 992px) {
	.full-width-section { 
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);

	}
	.full-width-midi-section {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
	}
}


header.header.top:not(.fixed) .logo-light {
	display: flex;
}

header.header.top:not(.fixed) .logo-dark {
	display: none!important;
}