/* Template Treatment */

/* Inner Hero Content */
.zw-inner-hero-content {
	position: absolute;
	z-index: 10;
	top: 23%;
	left: 14.5%;
	width: 31%;
}

.zw-inner-hero-content h2 {
	margin: 0 0 15px 0;
	color: #E74922;
}

.zw-inner-hero-content p {
	margin: 0;
	color: #555555;
}

@media (max-width: 767px) {
	.zw-inner-hero-content {
		display: none;
	}
}

.zw-inner-hero {
	position: relative;
	height: 100vh;
	min-height: 100vh;
	background-color: var(--zw-color-bg-hellgrau);
	overflow: hidden;
}

.zw-inner-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.zw-inner-hero-bg--mobile {
	display: none;
}

.zw-content-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-two-column-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}

.zw-two-column-content__column {
	width: 100%;
	padding-left: 30px;
}

.zw-content-button {
	min-height: 30px;
	line-height: 30px;
	font-size: 16px;
}

@media (min-width: 768px) {
	.zw-inner-hero {
		height: 100vh;
		min-height: 100vh;
	}

	.zw-content-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.zw-two-column-content__column {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.zw-inner-hero {
		height: 60vh;
		min-height: 60vh;
	}

	.zw-inner-hero-bg--desktop {
		display: none;
	}

	.zw-inner-hero-bg--mobile {
		display: block;
	}
}

@media (min-width: 1200px) {
	.zw-content-button {
		font-size: 20px;
	}
}

@media (min-width: 1220px) {
	.zw-two-column-content {
		margin-left: -40px;
	}

	.zw-two-column-content__column {
		padding-left: 40px;
	}
}

/* Services Section */

.zw-services-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

.zw-services-section__inner {
	width: 100%;
}

.zw-intro {
	font-size: 20px;
	line-height: 24px;
	color: #444444;
}

.zw-services-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-top: 30px;
}

.zw-services-grid__item {
	width: 100%;
	padding-left: 30px;
}

.zw-services-grid__item h4 {
	text-transform: none;
	color: #555555;
}

.zw-services-grid__item li {
	font-size: 16px;
	line-height: 22px;
}

.zw-two-column-content__column .zw-prophylaxe-image {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.zw-services-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.zw-services-grid__item {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.zw-intro {
		font-size: 24px;
		line-height: 30px;
	}

	.zw-services-grid__item {
		width: 25%;
	}

	.zw-services-grid__item li {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (min-width: 1220px) {
	.zw-services-grid {
		margin-left: -40px;
	}

	.zw-services-grid__item {
		padding-left: 40px;
	}
}

/* Prophylaxe From The Beginning Section */

.zw-prophylaxe-beginning {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-prophylaxe-family-image {
	margin: 0;
}

.zw-prophylaxe-family-image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.zw-prophylaxe-beginning {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Dental Cleaning Section */
.zw-dental-cleaning {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-dental-cleaning {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Composite Fillings Section */

.zw-composite-info-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-highlight-box {
	padding: 10px;
	background-color: #f5f5f5;
}

.zw-composite-image {
	margin: 0;
}

.zw-composite-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.zw-composite-row--second {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.zw-composite-info-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Full Ceramic Advantages Section */

.zw-full-ceramic-advantages {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-treatment-image {
	margin: 0;
}

.zw-treatment-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Treatment Lists */

.zw-treatment-page li {
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 1199px) {
	.zw-treatment-page li {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (min-width: 768px) {
	.zw-full-ceramic-advantages {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Full Ceramic Biocompatibility Section */

.zw-full-ceramic-biocompatibility {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #D7F0F5;
}

.zw-treatment-image--center {
	text-align: center;
}

.zw-treatment-image--center img {
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* Full Ceramic Applications Section */

.zw-full-ceramic-applications {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}


/* Full Ceramic Aesthetics Image Section */

.zw-full-ceramic-aesthetics {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-full-width-image {
	margin: 0;
}

.zw-full-width-image img {
	display: block;
	width: 100%;
	height: auto;
}

.zw-treatment-page > p:empty {
	display: none;
	margin: 0;
}


@media (min-width: 768px) {
	.zw-full-ceramic-biocompatibility,
	.zw-full-ceramic-applications,
	.zw-full-ceramic-aesthetics {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

.zw-treatment-page h1,
.zw-treatment-page h2,
.zw-treatment-page h3,
.zw-treatment-page h4 {
	hyphens: auto;
	overflow-wrap: break-word;
	word-break: normal;
}

/* Insurance Subsidy Accordion Section */

.zw-insurance-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-accordion__item {
	margin-bottom: 15px;
}

.zw-accordion__button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 8px;
	background-color: #adadad;
	color: #ffffff;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	cursor: pointer;
}

.zw-accordion__content {
	height: 0;
	padding: 0 10px;
	overflow: hidden;
	transition: height 0.3s ease;
}

.zw-accordion__item.is-open .zw-accordion__content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.zw-accordion__content > :last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.zw-insurance-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Dental Crown Section */

.zw-dental-crown-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-dental-crown-section .zw-treatment-image img {
	width: 560px;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.zw-dental-crown-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Dental Bridge Section */

.zw-dental-bridge-section {
	padding-top: 30px;
	padding-bottom: 30px;
}


/* Ceramic Inlays and Onlay Section */

.zw-ceramic-inlays-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-ceramic-inlays-section .zw-treatment-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-ceramic-inlays-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Dental Bridge Image */

.zw-dental-bridge-section .zw-treatment-image img {
	width: 522px;
	max-width: 100%;
	height: auto;
}

.zw-onlay-row {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.zw-dental-crown-section .zw-treatment-image,
	.zw-dental-bridge-section .zw-treatment-image,
	.zw-ceramic-inlays-row .zw-treatment-image,
	.zw-onlay-row .zw-treatment-image {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.zw-dental-bridge-section .zw-two-column-content {
		flex-direction: column;
	}

	.zw-dental-bridge-section .zw-two-column-content__column:first-child {
		order: 2;
	}

	.zw-dental-bridge-section .zw-two-column-content__column:last-child {
		order: 1;
	}
}

/* Inlay Overview Section */

.zw-inlay-overview-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

.zw-inlay-overview-grid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.zw-inlay-overview-item {
	width: 100%;
	text-align: center;
}

.zw-inlay-overview-item img {
	display: block;
	width: 100%;
	max-width: 278px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.zw-inlay-overview-item h3 {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.zw-inlay-overview-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.zw-inlay-overview-item {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.zw-inlay-overview-item {
		width: 25%;
	}
}

@media (max-width: 600px) {
	.zw-inlay-overview-item img {
		max-width: 220px;
	}
}

/* Inlay Materials Section */

.zw-inlay-materials-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-inlay-materials-image img {
	width: 655px;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-inlay-materials-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	
	.zw-prothetik-right {
		padding-top: 140px;
	}
}

@media (max-width: 767px) {
	.zw-inlay-materials-image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.zw-prothetik-right {
		margin-top: 30px;
	}
}

/* Prothetik Hero */

.zw-inner-hero-content--dark h2,
.zw-inner-hero-content--dark p {
	color: #000000;
}

/* Denture Types Section */

.zw-denture-types-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

.zw-denture-types-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.zw-denture-type {
	width: 100%;
}

.zw-denture-type img {
	display: block;
	width: 440px;
	max-width: 100%;
	height: auto;
}

.zw-denture-type h4 {
	margin-top: 15px;
	text-transform: none;
}

@media (min-width: 768px) {
	.zw-denture-types-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.zw-denture-type {
		width: calc(50% - 15px);
	}
}

@media (min-width: 1200px) {
	.zw-denture-type {
		width: calc((100% - 60px) / 3);
	}

	.zw-denture-type img {
		width: 440px;
		height: 310px;
		object-fit: cover;
	}
}

/* Individual Denture Benefits Section */

.zw-denture-benefits-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}

.zw-denture-benefits-section ol {
	padding-left: 30px;
}

.zw-denture-benefits-section li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.zw-denture-benefits-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Endodontie Hero */

.zw-inner-hero-content--gray h2 {
	color: #ADADAD;
}

.zw-inner-hero-content--gray p {
	color: #555;
}

/* Endodontics Expert Tabs Section */

.zw-endodontics-expert-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

.zw-expert-tabs__nav {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 15px;
	background-color: #dddddd;
	border-radius: 10px;
}

.zw-expert-tabs__button {
	padding: 10px 15px;
	border: 0;
	border-radius: 10px;
	background-color: transparent;
	color: #E74922;
	font: inherit;
	font-size: 20px;
	cursor: pointer;
}

.zw-expert-tabs__button:hover,
.zw-expert-tabs__button:focus {
	background-color: #fafafa;
	color: #444444;
	outline: none;
}

.zw-expert-tabs__button.is-active {
	background-color: #E74922;
	color: #ffffff;
}

.zw-expert-tabs__content {
	margin-top: 40px;
}

.zw-expert-tabs__panel[hidden] {
	display: none;
}

.zw-expert-tabs__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -30px;
}

.zw-expert-tabs__text,
.zw-expert-tabs__image {
	width: 50%;
	padding-left: 30px;
}

.zw-expert-tabs__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.zw-expert-tabs__text .zw-content-button {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.zw-endodontics-expert-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (min-width: 1220px) {
	.zw-expert-tabs__grid {
		margin-left: -40px;
	}

	.zw-expert-tabs__text,
	.zw-expert-tabs__image {
		padding-left: 40px;
	}
}

/* Expert Tabs Mobile */

@media (max-width: 767px) {
	.zw-expert-tabs__nav {
		display: flex;
		padding: 15px 0;
		gap: 15px;
		flex-direction: column;
		align-items: flex-start;
		background-color: transparent;
		border-radius: 0;
	}

	.zw-expert-tabs__button {
		width: auto;
		border-radius: 0;
		font-size: 16px;
	}

	.zw-expert-tabs__grid {
		display: flex;
		flex-direction: column;
		margin-left: 0;
	}

	.zw-expert-tabs__text,
	.zw-expert-tabs__image {
		width: 100%;
		padding-left: 0;
	}

	.zw-expert-tabs__image {
		order: 1;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.zw-expert-tabs__text {
		order: 2;
	}
	
	.zw-expert-tabs__content {
		margin-top: 20px;
	}
}
/* Tooth Structure Section */

.zw-tooth-structure-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-tooth-structure-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-tooth-structure-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Tooth Structure Mobile */

@media (max-width: 767px) {
	.zw-tooth-structure-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Root Canal Treatment Section */

.zw-root-canal-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

.zw-root-canal-section__second-row {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.zw-root-canal-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (min-width: 1220px) {
	.zw-root-canal-section__second-row {
		margin-top: 40px;
	}
}

/* Root Canal Treatment Steps Section */

.zw-root-canal-steps-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-root-canal-step {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -30px;
	margin-top: 30px;
}

.zw-root-canal-step__content,
.zw-root-canal-step__image {
	width: 50%;
	padding-left: 30px;
}

.zw-root-canal-step__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-root-canal-steps-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.zw-root-canal-step--image-left {
		flex-direction: row-reverse;
	}
}

@media (min-width: 1220px) {
	.zw-root-canal-step {
		margin-left: -40px;
		margin-top: 40px;
	}

	.zw-root-canal-step__content,
	.zw-root-canal-step__image {
		padding-left: 40px;
	}
}

/* Root Canal Treatment Steps Mobile */

@media (max-width: 767px) {
	.zw-root-canal-step {
		flex-direction: column;
		margin-left: 0;
	}

	.zw-root-canal-step__content,
	.zw-root-canal-step__image {
		width: 100%;
		padding-left: 0;
	}

	.zw-root-canal-step__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Periodontitis Information Section */

.zw-periodontitis-info-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

@media (min-width: 768px) {
	.zw-periodontitis-info-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Periodontitis Causes Section */

.zw-periodontitis-causes-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-periodontitis-causes-section__highlight {
	color: #E74922;
}

.zw-periodontitis-causes-section__symptoms-row {
	margin-top: 30px;
}

.zw-periodontitis-causes-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-periodontitis-causes-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (min-width: 1220px) {
	.zw-periodontitis-causes-section__symptoms-row {
		margin-top: 40px;
	}
}

/* Periodontitis Causes Mobile */

@media (max-width: 767px) {
	.zw-periodontitis-causes-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Periodontitis Treatment Focus Section */

.zw-periodontitis-treatment-section {
	background-color: #dfdfdf;
}

.zw-periodontitis-treatment-section__mobile-image img {
	display: block;
	width: 100%;
	height: auto;
}

.zw-periodontitis-treatment-section__content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-periodontitis-treatment-section__content h2 {
	color: #ffffff;
}

.zw-periodontitis-treatment-section__content h4,
.zw-periodontitis-treatment-section__content p {
	color: #555555;
}

/* Periodontitis Treatment Tablet */

@media (min-width: 768px) {
	.zw-periodontitis-treatment-section {
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/paro_schwerpunkte-1.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.zw-periodontitis-treatment-section__mobile-image {
		display: none;
	}

	.zw-periodontitis-treatment-section__content {
		width: 50%;
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Periodontitis Treatment Desktop */

@media (min-width: 1200px) {
	.zw-periodontitis-treatment-section {
		height: 1100px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/l_paro_schwerpunkte.jpg');
	}

	.zw-periodontitis-treatment-section__content {
		width: 50%;
	}
}

/* Implant Advantages Section */

.zw-implant-advantages-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F5F5F5;
}

.zw-implant-advantages-section__content {
	width: 100%;
}

.zw-implant-advantages-section__mobile-image {
	margin-top: 20px;
}

.zw-implant-advantages-section__mobile-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Implant Advantages Tablet */

@media (min-width: 768px) {
	.zw-implant-advantages-section {
		padding-top: 55px;
		padding-bottom: 55px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/zahnimplantat-aufbau.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.zw-implant-advantages-section__content {
		width: 50%;
	}

	.zw-implant-advantages-section__mobile-image {
		display: none;
	}
}

/* Implant Advantages Desktop */

@media (min-width: 1200px) {
	.zw-implant-advantages-section {
		min-height: 1200px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/l-zahnimplantat-aufbau.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* Implantate Hero Desktop */

@media (min-width: 1200px) {
	.zw-inner-hero-content--implantate,
	.zw-inner-hero-content--braces {
		width: 21%;
	}
}

/* Implant Types Section */

.zw-implant-types-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-implant-types-section__row {
	margin-top: 30px;
}

.zw-implant-types-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.zw-implant-types-section__link {
	color: #E74922;
	text-decoration: none;
}

.zw-implant-types-section__link:hover,
.zw-implant-types-section__link:focus {
	color: #E74922;
	text-decoration: none;
}

@media (min-width: 768px) {
	.zw-implant-types-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (min-width: 1220px) {
	.zw-implant-types-section__row {
		margin-top: 40px;
	}
}

/* Implant Types Mobile */

@media (max-width: 767px) {
	.zw-implant-types-section__row {
		flex-direction: column;
	}

	.zw-implant-types-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Implant Information Tabs Section */

.zw-implant-tabs-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

.zw-implant-tabs-section__cost-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}

.zw-implant-tabs-section__cost-column {
	width: 33.333333%;
	padding-left: 30px;
}

@media (min-width: 768px) {
	.zw-implant-tabs-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (min-width: 1220px) {
	.zw-implant-tabs-section__cost-grid {
		margin-left: -40px;
	}

	.zw-implant-tabs-section__cost-column {
		padding-left: 40px;
	}
}

/* Implant Information Tabs Mobile */

@media (max-width: 767px) {
	.zw-implant-tabs-section__cost-grid {
		flex-direction: column;
		margin-left: 0;
	}

	.zw-implant-tabs-section__cost-column {
		width: 100%;
		padding-left: 0;
	}
}

/* Implant Dentists Image Section */

.zw-implant-dentists-image-section {
	padding-top: 30px;
}

.zw-implant-dentists-image-section img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.zw-implant-dentists-image-section {
		padding-top: 55px;
	}
}

/* Implant Dentists Content Section */

.zw-implant-dentists-content-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-implant-dentists-content-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* All-on-4 New Method Section */

.zw-all-on-4-method-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-all-on-4-method-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* All-on-4 Benefits Section */

.zw-all-on-4-benefits-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-all-on-4-benefits-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* All-on-4 Treatment Process Section */

.zw-all-on-4-process-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-all-on-4-process-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-all-on-4-process-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* All-on-4 Treatment Process Mobile */

@media (max-width: 767px) {
	.zw-all-on-4-process-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* All-on-4 Expert Advice Section */

.zw-all-on-4-expert-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-all-on-4-expert-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Oral Surgery Consultation Section */

.zw-oral-surgery-consultation-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-oral-surgery-consultation-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-oral-surgery-consultation-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Oral Surgery Consultation Mobile */

@media (max-width: 767px) {
	.zw-oral-surgery-consultation-section__image {
		display: none;
	}
}

/* Oral Surgeon Profile Section */

.zw-oral-surgeon-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-oral-surgeon-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 768px) {
	.zw-oral-surgeon-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Oral Surgeon Profile Mobile */

@media (max-width: 767px) {
	.zw-oral-surgeon-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Oral Surgery Services Section */

.zw-oral-surgery-services-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-oral-surgery-services-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Bone Augmentation Main Content Links */

.zw-bone-augmentation-main-section__link {
	color: #E74922;
	text-decoration: none;
}

.zw-bone-augmentation-main-section__link:hover,
.zw-bone-augmentation-main-section__link:focus {
	color: #E74922;
	text-decoration: none;
}

/* Bone Augmentation Options Section */

.zw-bone-augmentation-options-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-bone-augmentation-options-section__link {
	color: #E74922;
	text-decoration: none;
}

.zw-bone-augmentation-options-section__link:hover,
.zw-bone-augmentation-options-section__link:focus {
	color: #E74922;
	text-decoration: none;
}

@media (min-width: 768px) {
	.zw-bone-augmentation-options-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Bone Augmentation Consultation Section */

.zw-bone-augmentation-consultation-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-bone-augmentation-consultation-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Sinus Lift Types Section */

.zw-sinus-lift-types-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-sinus-lift-types-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Implantology Consultation Section */

.zw-sinus-lift-consultation-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-sinus-lift-consultation-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Bleaching Hero Content */

.zw-inner-hero-content--white h2,
.zw-inner-hero-content--white p {
	color: #ffffff;
}

/* Bleaching Specialist */

.zw-bleaching-main-section__specialist img {
	display: block;
	width: 325px;
	max-width: 100%;
	height: auto;
	margin: 40px 0 15px;
}

/* Bleaching Procedure Section */

.zw-bleaching-procedure-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-bleaching-procedure-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 768px) {
	.zw-bleaching-procedure-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Bleaching Procedure Mobile */

@media (max-width: 767px) {
	.zw-bleaching-procedure-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Veneers Benefits Section */

.zw-veneers-benefits-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-veneers-benefits-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Veneer Treatment Process Section */

.zw-veneer-treatment-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-veneer-treatment-section__images img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.zw-veneer-treatment-section__images img + img {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.zw-veneer-treatment-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Veneer Treatment Process Mobile */

@media (max-width: 767px) {
	.zw-veneer-treatment-section__images {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Lumineer Treatment Process Section */

.zw-lumineer-treatment-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-lumineer-treatment-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Lumineer Insurance Costs Section */

.zw-lumineer-insurance-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-lumineer-insurance-section__notice {
	padding: 10px;
	background-color: #f5f5f5;
	color: #E74922;
}

@media (min-width: 768px) {
	.zw-lumineer-insurance-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Orthodontics Appointment Box */

.zw-orthodontics-main-section__appointment {
	padding: 50px;
	background-color: #EAEAEA;
}

/* Orthodontics Hero Content */

.zw-inner-hero-content--orthodontics p {
	font-weight: 700;
}

/* Orthodontics Children Section */

.zw-orthodontics-children-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-orthodontics-children-section__link {
	color: #E74922;
	text-decoration: none;
}

.zw-orthodontics-children-section__link:hover,
.zw-orthodontics-children-section__link:focus {
	color: #E74922;
	text-decoration: none;
}

@media (min-width: 768px) {
	.zw-orthodontics-children-section {
		padding-top: 55px;
		padding-bottom: 55px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/kieferorthopaedie_kinder.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width: 1200px) {
	.zw-orthodontics-children-section {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}

/* Orthodontics Children Mobile */

@media (max-width: 767px) {
	.zw-orthodontics-children-section {
		background-image: none;
	}
}

/* Orthodontics Adults Section */

.zw-orthodontics-adults-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-orthodontics-adults-section {
		padding-top: 55px;
		padding-bottom: 55px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/kieferorthopaedie_erwachsene.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width: 1200px) {
	.zw-orthodontics-adults-section {
		padding-top: 100px;
		padding-bottom: 48px;
	}
}

/* Orthodontics Adults Mobile */

@media (max-width: 767px) {
	.zw-orthodontics-adults-section {
		background-image: none;
	}
}

/* Orthodontic Corrections Section */

.zw-orthodontics-corrections-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-orthodontics-corrections-section {
		padding-top: 55px;
		padding-bottom: 55px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/kieferorthopaedie_zahnkorrektur.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width: 1200px) {
	.zw-orthodontics-corrections-section {
		height: 749px;
		padding-top: 200px;
		padding-bottom: 100px;
		box-sizing: border-box;
	}
}

/* Orthodontic Corrections Mobile */

@media (max-width: 767px) {
	.zw-orthodontics-corrections-section {
		background-image: none;
	}
}

/* Orthodontics Treatment Timing Section */

.zw-orthodontics-timing-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
}

@media (min-width: 768px) {
	.zw-orthodontics-timing-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Orthodontics Early Treatment Section */

.zw-orthodontics-early-treatment-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-orthodontics-early-treatment-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 768px) {
	.zw-orthodontics-early-treatment-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Orthodontics Early Treatment Mobile */

@media (max-width: 767px) {
	.zw-orthodontics-early-treatment-section__image {
		margin-bottom: 20px;
	}
}

/* Braces Hero Content */

.zw-inner-hero-content--braces h2 {
	color: #ADADAD;
}

.zw-inner-hero-content--braces p {
	color: #555555;
	font-weight: 700;
}

/* Removable Braces Section */

.zw-removable-braces-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Removable Braces Mobile */

@media (max-width: 767px) {
	.zw-removable-braces-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Fixed Braces Section */

.zw-fixed-braces-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-fixed-braces-section {
		padding-top: 55px;
		padding-bottom: 55px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/kieferorthopaedie_feste_zahnspange.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* Fixed Braces Mobile */

@media (max-width: 767px) {
	.zw-fixed-braces-section {
		background-image: none;
	}
}

/* Brackets Section */

.zw-brackets-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-brackets-section__grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}

.zw-brackets-section__item {
	width: 33.333333%;
	padding-left: 30px;
	text-align: center;
}

.zw-brackets-section__item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.zw-brackets-section__item p {
	text-align: center;
}

.zw-brackets-section .zw-intro {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.zw-brackets-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (min-width: 1220px) {
	.zw-brackets-section__grid {
		margin-left: -40px;
	}

	.zw-brackets-section__item {
		padding-left: 40px;
	}
}

/* Brackets Mobile */

@media (max-width: 767px) {
	.zw-brackets-section__item {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* Invisible Braces Section */

.zw-invisible-braces-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-invisible-braces-section {
		padding-top: 55px;
		padding-bottom: 55px;
		background-image: url('https://zahnwilmersdorfde4539.live-website.com/wp-content/uploads/2026/09/transparente_schienen.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* Invisible Braces Mobile */

@media (max-width: 767px) {
	.zw-invisible-braces-section {
		background-image: none;
	}
}

/* Lingual Braces Section */

.zw-lingual-braces-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f4f4f4;
}

.zw-lingual-braces-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-lingual-braces-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Lingual Braces Mobile */

@media (max-width: 767px) {
	.zw-lingual-braces-section__image {
		margin-bottom: 20px;
	}
}

/* Retainer Section */

.zw-retainer-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-retainer-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.zw-retainer-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Retainer Mobile */

@media (max-width: 767px) {
	.zw-retainer-section__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* Six Month Smiles Benefits Section */

.zw-six-month-smiles-benefits-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-six-month-smiles-benefits-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Six Month Smiles Testimonials Section */

.zw-six-month-smiles-testimonials-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-six-month-smiles-testimonials-section__image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}

.zw-six-month-smiles-testimonials-section em {
	color: #dd0055;
}

@media (min-width: 768px) {
	.zw-six-month-smiles-testimonials-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Six Month Smiles Testimonials Mobile */

@media (max-width: 767px) {
	.zw-six-month-smiles-testimonials-section__image {
		margin-bottom: 20px;
	}
}

/* Six Month Smiles Practice Section */

.zw-six-month-smiles-practice-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.zw-six-month-smiles-practice-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Freddi Zelener Introduction Section */

.zw-freddi-intro-section__right img {
	max-width: 100%;
	height: auto;
}

/* Freddi Zelener Practice Image Section */

.zw-freddi-practice-section img {
	display: block;
	width: 100%;
	height: auto;
}

/* Ilja Sapiro Introduction Section */

.zw-ilja-intro-section__right img {
	max-width: 100%;
	height: auto;
}

/* Ilja Sapiro Practice Image Section */

.zw-ilja-practice-section img {
	display: block;
	width: 100%;
	height: auto;
}

/* Tofik Abramov Introduction Section */

.zw-tofik-intro-section__image img {
	max-width: 100%;
	height: auto;
}

/* Philosophy Concept Quote */

.zw-philosophy-concept-section blockquote {
	text-align: center;
	font-style: italic;
}

/* Philosophy Dentists Section */

.zw-philosophy-dentists-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}

.zw-philosophy-dentists-grid__item {
	width: 100%;
	padding-left: 30px;
	margin-bottom: 30px;
}

.zw-philosophy-dentists-grid__item img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {

	.zw-philosophy-dentists-grid__item {
		width: 33.333333%;
	}

}

@media (min-width: 1220px) {

	.zw-philosophy-dentists-grid {
		margin-left: -40px;
	}

	.zw-philosophy-dentists-grid__item {
		padding-left: 40px;
	}

}

/* Dentists Profiles Section */

.zw-dentists-profiles-section {
	overflow: hidden;
	background-color: #F5F5F5;
}

.zw-dentists-profile {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-bottom: 30px;
}

.zw-dentists-profile:last-child {
	margin-bottom: 0;
}

.zw-dentists-profile__image,
.zw-dentists-profile__content {
	width: 100%;
	padding-left: 30px;
}

.zw-dentists-profile__image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.zw-dentists-profile__content a {
	color: #E74922;
}

.zw-dentists-profile__content a:hover {
	color: #E74922;
}

/* Dentists Profiles Animation */

.zw-dentists-profile {
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.zw-dentists-profile.is-visible {
	opacity: 1;
	transform: translateX(0);
}

/* Dentists Profiles Desktop */

@media (min-width: 768px) {

	.zw-dentists-profile__image,
	.zw-dentists-profile__content {
		width: 50%;
	}

	.zw-dentists-profile--reverse .zw-dentists-profile__image {
		order: 2;
	}

	.zw-dentists-profile--reverse .zw-dentists-profile__content {
		order: 1;
	}

}

/* Dentists Profiles Wide Desktop */

@media (min-width: 1220px) {

	.zw-dentists-profile {
		margin-left: -40px;
		margin-bottom: 40px;
	}

	.zw-dentists-profile__image,
	.zw-dentists-profile__content {
		padding-left: 40px;
	}

}

/* Dentists Profiles Mobile */

@media (max-width: 767px) {

	.zw-dentists-profile__image {
		margin-bottom: 20px;
	}

}

/* Dentists Profiles Reduced Motion */

@media (prefers-reduced-motion: reduce) {

	.zw-dentists-profile {
		opacity: 1;
		transform: none;
		transition: none;
	}

}

/* Team Members Section */

.zw-team-members-section {
	overflow: hidden;
}

.zw-team-member {
	margin-bottom: 30px;
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.zw-team-member:last-child {
	margin-bottom: 0;
}

.zw-team-member.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.zw-team-member__image {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Team Members Desktop Spacing */

@media (min-width: 1220px) {
	.zw-team-member {
		margin-bottom: 40px;
	}
}

/* Team Members Reduced Motion */

@media (prefers-reduced-motion: reduce) {
	.zw-team-member {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media (max-width: 767px) {
	.zw-team-member__image {
		margin-bottom: 40px;
	}
}

/* Praxisrundgang Gallery Section */

.zw-praxis-gallery-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zw-praxis-gallery {
	position: relative;
	width: 100%;
}

.zw-praxis-gallery__stage {
	position: relative;
	width: 100%;
	height: 1248px;
	background-color: #FFFFFF;
}

.zw-praxis-gallery__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.zw-praxis-gallery__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.zw-praxis-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Gallery Navigation Arrows */

.zw-praxis-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: #FFFFFF;
	color: rgba(50, 50, 50, 0.4);
	transform: translateY(-50%);
	cursor: pointer;
	transition: color 0.15s ease;
}

.zw-praxis-gallery__arrow:hover,
.zw-praxis-gallery__arrow:focus-visible {
	color: rgba(50, 50, 50, 0.7);
}

.zw-praxis-gallery__arrow--prev {
	left: 0;
}

.zw-praxis-gallery__arrow--next {
	right: 0;
}

@media (min-width: 1200px) {

	.zw-praxis-gallery__stage {
		height: 1248px;
		aspect-ratio: auto;
	}

	.zw-praxis-gallery__image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

}

/* Gallery Pagination */

.zw-praxis-gallery__pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	transform: translateX(-50%);
}

.zw-praxis-gallery__bullet {
	display: block;
	box-sizing: content-box;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
}

.zw-praxis-gallery__bullet:hover,
.zw-praxis-gallery__bullet:focus-visible {
	border-color: #FFFFFF;
}

.zw-praxis-gallery__bullet.is-active {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

/* Gallery Tablet and Mobile */

@media (max-width: 1199px) {
	.zw-praxis-gallery__stage {
		height: auto;
		aspect-ratio: var(--zw-gallery-ratio);
	}
}

/* Gallery Desktop Spacing */

@media (min-width: 768px) {
	.zw-praxis-gallery-section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

/* Gallery Reduced Motion */

@media (prefers-reduced-motion: reduce) {
	.zw-praxis-gallery__slide {
		transition: none;
	}
}

/* Praxisrundgang Gallery Mobile */

@media (max-width: 767px) {

	.zw-praxis-gallery__stage {
		height: 420px;
		min-height: 420px;
		aspect-ratio: auto;
	}

	.zw-praxis-gallery__slide {
		width: 100%;
		height: 100%;
	}

	.zw-praxis-gallery__image {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	.zw-praxis-gallery__pagination {
		bottom: 20px;
		z-index: 10;
	}

}

/* Stellenangebote Section */

.zw-stellenangebote-section h1 {
	color: #E74922;
}

.zw-stellenangebote-section h2 {
	color: #ADADAD;
}

.zw-stellenangebote-intro {
	font-size: 24px;
	line-height: 30px;
}

.zw-stellenangebote-contact {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.zw-stellenangebote-contact a {
	color: #E74922;
}

.zw-stellenangebote-contact a:hover {
	color: #E74922;
}

.zw-stellenangebote-icon {
	flex: none;
	color: #555555;
}

/* Stellenangebote Responsive Typography */

@media (max-width: 1199px) {
	.zw-stellenangebote-intro {
		font-size: 20px;
		line-height: 24px;
	}
}



