/*
 Theme Name:   rohrreinigung-in-koeln
 Template:     schluesseldienst-hamburg
 Theme URI:    https://example.com/mytheme-child/
 Description:  Дочерняя тема для MyTheme
 Author:       Ваше имя
 Author URI:   https://example.com
 Template:     mytheme
 Version:      1.0.0
 Text Domain:  mytheme-child
*/

.koeln-service-list {
	margin: 50px 0;
}

.koeln-service-list__title {
	text-align: center;
}
.koeln-service-list__description {
	text-align: center;
	margin-bottom: 25px;
	font-size: 20px;
	color: #8492a6;
}
.koeln-service-list__items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.koeln-service-list-item {
	display: flex;
	gap: 10px;
}
.koeln-service-list-item__icon {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}
.koeln-service-list-item__icon img {
	width: 100%;
	height: 100%;
}
.koeln-service-list-item__content {
	flex-grow: 1;
	background: #eee;
	padding: 15px 20px;
	border-radius: 0 15px 15px 0;
}
.koeln-service-list-item__content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2rem;
}
.koeln-service-list-item__content h3 a {
	font-weight: bold;
	font-size: 1.2rem;
	color: #ef7b4f;
	text-decoration: none;
}
.koeln-service-list-item__content h3 a:hover {
	text-decoration: underline;
}
.koeln-service-list-item__content a,
.koeln-service-list-item__content span {
	color: #ef7b4f;
}

@media (max-width: 768px) {
	.koeln-service-list__description {
		font-size: 16px;
	}
	.koeln-service-list-item__icon {
		width: 50px;
		height: 50px;
	}
}

/* Intro text box styles */
.intro-text-box {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 30px;
	max-width: 900px;
	line-height: 1.8;
}

.intro-text-box p {
	margin-bottom: 20px;
}

.intro-text-box p:last-of-type {
	margin-bottom: 25px;
}

.highlight-link {
	color: #ef7b4f;
	text-decoration: none;
	font-weight: 600;
}

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

.intro-benefits-list {
	list-style: none;
	padding: 0;
	margin: 30px auto 0;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.intro-benefits-list li {
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	color: #333;
	text-align: left;
}

/* Serviceleistungen trigger as non-link container */

@media (min-width: 992px) {
  #topnav .navigation-menu.nav-light > li > .menu-item-container {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li > .menu-item-container {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
}

#topnav .navigation-menu > li > .menu-item-container {
	display: block;
	color: #3c4858;
	font-size: 12px;
	background-color: transparent !important;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.5s;
	font-family: 'Nunito', sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}

#topnav .navigation-menu > li:hover > .menu-item-container,
#topnav .navigation-menu > li.active > .menu-item-container {
	color: #ef7b4f !important;
}

#topnav .navigation-menu > li > .menu-item-container:hover,
#topnav .navigation-menu > li > .menu-item-container:active,
#topnav .navigation-menu > li > .menu-item-container:focus {
	color: #ef7b4f;
	outline: none;
}



.intro-benefits-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('./assets/images/check-orange.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(2000%) hue-rotate(200deg) brightness(0.8) contrast(1.2);
}

@media (max-width: 768px) {
	.intro-text-box {
		padding: 20px;
		line-height: 1.6;
	}
	
	.intro-benefits-list {
		margin: 25px auto 0;
		padding: 0 15px;
	}
}

/* ------------------------------
   Navigation: Serviceleistungen as div
   ------------------------------ */
#topnav .navigation-menu > li > .menu-item-container {
	display: block;
	color: #3c4858;
	font-size: 12px;
	background-color: transparent !important;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.5s;
	font-family: 'Nunito', sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

#topnav .navigation-menu > li:hover > .menu-item-container,
#topnav .navigation-menu > li.active > .menu-item-container {
	color: #ef7b4f !important;
}

#topnav .navigation-menu > li > .menu-item-container:hover,
#topnav .navigation-menu > li > .menu-item-container:active,
#topnav .navigation-menu > li > .menu-item-container:focus {
	color: #ef7b4f;
	outline: none;
}

#topnav.scroll .navigation-menu > li > .menu-item-container {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #3c4858;
}

#topnav.scroll-active .navigation-menu > li > .menu-item-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (max-width: 991px) {
	#topnav .navigation-menu > li > .menu-item-container {
		color: #3c4858;
		padding: 10px 20px;
	}

	#topnav .navigation-menu > li > .menu-item-container:after {
		position: absolute;
		right: 15px;
	}

	#topnav .navigation-menu > li > .menu-item-container:hover,
	#topnav .navigation-menu > li.has-submenu.open > .menu-item-container {
		color: #ef7b4f;
	}
}

.koeln-features {
	background: transparent;
	padding: 50px 0;
	margin: 50px 0;
}
.koeln-features__title {
	text-align: center;
}
.koeln-features__text {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.koeln-features__list {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.koeln-features-list-item {
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px;
}

.koeln-features-list-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 32px;
	height: 32px;
	background-image: url('./assets/images/check-orange.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0) saturate(100%) invert(27%) sepia(8%) saturate(1000%) hue-rotate(180deg) brightness(0.9) contrast(0.9);
}

.koeln-features-list-item__title {
	font-size: 20px;
	color: #455962;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
}

.koeln-features-list-item__text {
	line-height: 1.7;
	color: #555;
	text-align: left;
}
.koeln-features__callback {
	margin-top: 50px;
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: center;
}
.koeln-features__callback-text {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}

.koeln-features__cta {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e0e0e0;
}
.koeln-features__cta-text {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}
.koeln-features__cta-button-wrapper {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.koeln-features__cta .phone-button {
	min-width: 200px;
	display: inline-block;
}

@media (max-width: 768px) {
	.koeln-features__text {
		font-size: 16px;
	}
	.koeln-features__list {
		margin-top: 30px;
	}
	.koeln-features-list-item {
		padding-left: 50px;
		margin-bottom: 25px;
	}
	.koeln-features-list-item::before {
		width: 28px;
		height: 28px;
	}
	.koeln-features-list-item__title {
		font-size: 18px;
	}
	.koeln-features__callback {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.koeln-features__cta {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}
	.koeln-features__cta-text {
		margin-bottom: 1rem;
	}
}

.koeln-areas-about {
	margin: 50px 0;
}
.koeln-areas-about__title {
	text-align: center;
	margin-bottom: 25px;
}
.koeln-areas-about__wrapper {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 25px;
}
.koeln-areas-about__wrapper img {
	width: 100%;
}
.koeln-areas-about__content p + p {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ef7b4f;
}

@media (max-width: 768px) {
	.koeln-areas-about__wrapper {
		grid-template-columns: 1fr;
	}
}

.koeln-areas-about__photo img {
	height: auto;
}

.koeln-advices {
	margin: 50px 0 0;
}
.koeln-advices__title {
	text-align: center;
	color: #ef7b4f;
}
.koeln-advices__text {
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
	color: #8492a6;
}
.koeln-advices__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.koeln-advices__subtext {
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.koeln-advices-item {
	border-radius: 15px;
	overflow: hidden;
	background: #eeeeee;
}

.koeln-advices-item__photo img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.koeln-advices-item__content {
	padding: 25px 20px;
}

.koeln-advices-item__title {
	color: #ef7b4f;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	min-height: 54px;
}

@media (max-width: 768px) {
	.koeln-advices__text,
	.koeln-advices__subtext {
		font-size: 16px;
	}
	.koeln-advices__items {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1000px) {
	.tabs-block__nav {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

.paragraph ul {
	padding-left: 0;
}

.paragraph li {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	margin-bottom: 10px;
}

.paragraph li::before {
	content: '';
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('./assets/images/check-orange.svg');
	background-color: transparent;
	margin-left: 0;
}

.paragraph hr {
	color: #ef7b4f;
}

.paragraph strong {
	color: #ef7b4f;
}

.districts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	width: 100%;
}
.district {
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}
.district__button {
	background-color: #f4a261;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 14px 18px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}
.district__button--active {
	background-color: #eb5820;
	border-radius: 8px 8px 0 0;
}
.district__areas {
	background-color: rgba(211, 211, 211, 0.4);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	border-radius: 0 0 8px 8px;
}
.district__area a {
	padding: 5px 15px;
	display: flex;
	width: 100%;
	transition: 0.2s ease-in-out;
}
.district__area a:hover {
	background-color: #dfdfdf;
}

/* Welcome block styles for home page - desktop only */
@media (min-width: 769px) {
	.home .welcome-block .heading,
	.page-template-home .welcome-block .heading {
		font-size: 3.5rem !important;
		line-height: 1.2;
	}
	
	.home .welcome-block .alert.alert-light.alert-pills,
	.page-template-home .welcome-block .alert.alert-light.alert-pills {
		font-size: 1.25rem !important;
	}
	
	.home .welcome-block .alert.alert-light.alert-pills .content,
	.page-template-home .welcome-block .alert.alert-light.alert-pills .content {
		font-size: 1.25rem !important;
	}
	
	.home .welcome-block .alert.alert-light.alert-pills .badge,
	.page-template-home .welcome-block .alert.alert-light.alert-pills .badge {
		font-size: 1rem !important;
		padding: 0.5rem 0.75rem;
	}
}

/* Contact page styles */
.contact-info__item strong {
	color: #ef7b4f;
	font-weight: 600;
}

.contact-info address {
	font-style: normal;
	line-height: 1.6;
}

.koeln-contact-map-container {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 15px;
}

.koeln-contact-map-container iframe {
	width: 100%;
	height: 400px;
	border: 0;
	display: block;
}

.contact-form .form-group {
	margin-bottom: 1.5rem;
}

.contact-form label {
	font-weight: 500;
	margin-bottom: 0.5rem;
	display: block;
}

.contact-form .form-control {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1rem;
}

.contact-form .form-control:focus {
	outline: none;
	border-color: #ef7b4f;
	box-shadow: 0 0 0 0.2rem rgba(239, 123, 79, 0.25);
}

.contact-form textarea.form-control {
	resize: vertical;
	min-height: 120px;
}

.contact-form .text-danger {
	color: #dc3545;
}

@media (max-width: 768px) {
	.koeln-contact-map-container iframe {
		height: 300px;
	}
	
	.contact-info__item {
		margin-bottom: 1.5rem !important;
	}
}

/* Phone field icon for callback form */
.text-input--phone .text-input__input::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: 15px;
	background-image: url('./assets/icons/phone.svg');
}

.phone-button-text {
	filter: invert(1);
}


.logo {
	display: flex;
	align-items: center;
	padding: 14px 0;
}

.logo img {
	object-fit: contain;
	width: 40px;
}

.logo__content {
	line-height: 21px;
	margin-left: 10px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: .3px;
	color: #fff;
}

.nav-sticky .logo__content {
	color: #3c4858;
}

.logo__content span {
	color: #EF7B4F;
}
