/*!
Theme Name: roithmeier
Theme URI: https://frauenarzt-roithmeier.at/
Author: Martin Paschinger, MA
Author URI: https://martinpaschinger.com/
Description: Description
Version: 1.0.0
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roithmeier
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

roithmeier is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
	--primary-clr: #E3FFF2;
	--secondary-clr: #F47571;
	--text-clr: #003C40;
	--padding-base: 70px;
}
  
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	color: var(--text-clr);
	font-family: new-hero, sans-serif;
	font-weight: 300;
	font-style: normal;
}

strong {
	font-family: new-hero, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h1, h2, h3 {
	font-family: quiverleaf-cf, sans-serif;
	font-weight: 800;
	font-style: normal;
}

h1, .heading-one {
	font-size: 110px;
	line-height: 95px;
	margin-top: -14px;
}

.home .hinweis h1 {
	max-width: 680px;
}

h2, h2 a {
	font-size: 60px;
	line-height: 63px;
}

p, a, li {
	font-size: 30px;
	line-height: 38px;
}

.site-footer p,
.site-footer a {
	font-size: 23px;
	line-height: 30px;
}

a {
	text-decoration: none;
	color: var(--text-clr);
}

.site-header p {
	line-height: 35px;
}

.site-header li,
.site-footer li {
	list-style: none;
}

h2,
.notification h1 {
	margin-bottom: 40px;
}

p {
	margin-bottom: 25px;
}

p:last-of-type {
	margin-bottom: 0;
}

.site-header p {
	margin-bottom: 0px;
}
/*** Navigation START ***/

.menu-toggle {
	display: none;
}

/*** Navigation ENDE ***/

/*** Header START ***/

.site-branding {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 40px;
}

.site-description {
	width: 420px;
}

header.site-header {
	padding: var(--padding-base);
	display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: #ffffff;
}

.nav-menu {
	display: flex;
	gap: 45px;
}

.main-navigation {
	display: flex;
    align-items: center;
    gap: 35px;
}

.custom-icon {
	width: 75px;
	height: 75px;
	border-radius: 100px;
	border: 3px solid var(--secondary-clr);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
}

.custom-icon.phone:hover {
	background-color: var(--secondary-clr);
}

.custom-icon.phone svg {
	width: 53%;
	height: 53%;
	cursor: pointer;
	fill: var(--secondary-clr);
	transition: all .3s ease-in-out;
}

.custom-icon.phone:hover svg {
	fill: #ffffff;
}

/*** Header ENDE ***/

/*** Content START ***/

/* Page Templates START */
/* Startseite */
.home .entry-flexible-content .entry-content-text-bild:nth-of-type(odd) div:last-of-type {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.home .entry-flexible-content .entry-content-text-bild:nth-of-type(odd) div:last-of-type img {
	grid-column: 3 / 6;
}

.home .entry-flexible-content .entry-content-text-bild:first-of-type div:last-of-type {
	display: block;
}

.entry-content-text-bild.hinweis div:last-of-type {
	position: relative;
}

.entry-content-text-bild.hinweis .notification {
	width: 100%!important;
	height: 100%;
	position: absolute!important;
	top: 0;
	left: 0;
	background-color: var(--secondary-clr);
	color: #ffffff;
	padding: 80px 50px;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.entry-content-text-bild.hinweis .notification.active {
	opacity: 1;
}

.home .entry-content-text-bild.hinweis,
.home .entry-content-cta:nth-of-type(even),
.home .entry-content-text-bild:nth-child(odd) {
	background-color: var(--primary-clr);
}

.home .entry-content-gallery {
	margin-top: -220px;
}

.home .entry-content-text-bild:nth-last-child(1) {
	align-items: flex-end;
}

.home .entry-content-text-bild:nth-last-child(1) div:first-of-type {
	padding-right: 100px;
}


.page-id-219 .entry-content-text-bild:first-child {
	background-color: var(--primary-clr);
}


/* Team */
.page-id-10 .entry-content-text-bild:nth-child(odd) {
	background-color: var(--primary-clr);
}

.page-id-10 .entry-content-text-bild:nth-child(even) {
	position: relative;
}

.page-id-10 .entry-content-text-bild:nth-child(even):before {
	width: 100%;
	height: 100%;
	content: '';
	background-color: var(--primary-clr);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.page-id-10 .entry-content-text-text {
	padding-bottom: 60px;
}

.page-id-10 .entry-content-text-text:nth-of-type(6) {
	padding-bottom: 120px;
}

/* Wahlarzt */
.page-id-10 .entry-content-gallery,
.page-id-12 .entry-content-gallery:last-of-type {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

.page-id-12 .entry-content-gallery:last-of-type img:first-of-type {
	grid-column: 1 / 4;
	transform: translateY(-160px);
}

.page-id-10 .entry-content-gallery img {
	width: 100%;
	grid-column: 1 / 8;
}

.page-id-12 .entry-content-gallery:last-of-type img:last-of-type {
	grid-column: 5 / 13;
}

.page-id-12 .entry-content-gallery:last-of-type img {
	width: 100%;
}

.page-id-12 .entry-content-text-text:nth-child(1) {
	background-color: var(--primary-clr);
}

.page-id-12 .entry-content-gallery:nth-last-child(3)  {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	position: relative;
}

.page-id-12 .entry-content-gallery:nth-last-child(3) img {
	width: 100%;
	grid-column: 1 / 7;
}

.page-id-12 .entry-content-gallery:nth-last-child(3):before {
	width: 100%;
	height: 25vw;
	content: '';
	background-color: var(--primary-clr);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Praxis */
.page-id-14 .entry-content-text-text div {
	border-top: 2px solid var(--text-clr);
}

.page-id-14 .entry-content-text-text {
	padding-bottom: 80px;
}

.page-id-14 .entry-flexible-content {
	background-color: var(--primary-clr);
}

/* Kontakt */
.page-id-16 .entry-footer div .btn-anfahrt {
	display: flex;
}

.page-id-16 .entry-flexible-content {
	background-color: var(--primary-clr);
}

.adj-padding-new,
.page-id-219 .entry-content-text-bild:first-child,
.home .entry-content-text-bild.hinweis div:first-of-type, 
.page-id-10 .entry-content-text-bild:nth-child(odd),
.page-id-12 .entry-content-text-text:nth-child(1),
.page-id-14 .entry-content-text-bild,
.page-id-16 .entry-content-text-text,
.page-id-18 .entry-content-text-text,
.page-id-20 .entry-content-text-text {
	padding-top: 70px;
}

.page-id-219 .entry-content-text-bild:nth-child(2) {
	background-color: var(--primary-clr);
}

.page-id-18 .entry-content-text-text,
.page-id-20 .entry-content-text-text {
	background-color: var(--primary-clr);
}
/* Page Templates ENDE */

.entry-content {
	position: relative;
}

.entry-content-text-bild,
.entry-content-text-text,
.entry-content-team,
.entry-content-gallery,
.entry-content-cta,
.entry-footer {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.entry-content-text-bild div,
.entry-content-text-text div,
.entry-content-team div,
.inner-entry-content-team div div,
.entry-content-cta div,
.entry-footer div {
	width: 50%;
}

.page-id-10 .entry-content-text-bild,
.page-id-10 .entry-content-text-text,
.page-id-12 .entry-content-text-text,
.page-id-10 .entry-content-team {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 20px;
}

.page-id-10 .entry-content-text-bild div:first-of-type,
.page-id-10 .entry-content-text-text div:first-of-type,
.page-id-10 .entry-content-team div:first-of-type,
.page-id-12 .entry-content-text-text div:first-of-type {
	width: 100%;
	grid-column: 1 / 5;
}

.page-id-10 .entry-content-text-bild div:last-of-type,
.page-id-10 .entry-content-text-text div:last-of-type, 
.page-id-10 .entry-content-team div:last-of-type,
.page-id-12 .entry-content-text-text div:last-of-type {
	width: 100%;
	grid-column: 6 / 13;
}

.page-id-10 .entry-content-gallery {
	padding-bottom: 0;
}

.entry-content-gallery img {
	width: calc(50% - 10px);
}

.inner-entry-content-team div {
	width: 100%;
}

.entry-content-text,
.entry-content-text-bild,
.entry-content-gallery,
.entry-content-text-text,
.entry-content-team,
.entry-content-cta {
	position: relative;
	padding: 0px var(--padding-base);
	padding-bottom: 120px;
}

.entry-content-divider,
.inner-entry-content-team div div:last-of-type {
	margin-bottom: 50px;
}

.entry-content-divider {
	width: 100%;
	height: 2px;
	background-color: var(--text-clr);
}

.entry-footer {
	padding: var(--padding-base);
}

.entry-content-cta div,
.entry-footer div {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.entry-content-cta div .btn-anfahrt,
.entry-footer div .btn-anfahrt {
	display: none;
}

/*** Content ENDE ***/

/*** Footer START ***/

.site-footer {
	border-top: 1px solid var(--text-clr);
	padding: 20px var(--padding-base);
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-info {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 40px;
}

.footer-nav ul {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 25px;
}

/*** Footer ENDE ***/

/*** Utils START ***/

.btn-primary {
	padding: 15px 30px;
	border: 3px solid var(--secondary-clr);
	color: var(--secondary-clr);
	display: inline-block;
	border-radius: 50px;
	transition: 
		background 0.3s ease-in-out,
		color 0.3s ease-in-out;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
}

.btn-primary svg {
	width: 48px;
	height: 48px;
	fill: var(--secondary-clr);
	transition: fill .3s ease-in-out;
}

.btn-primary:hover {
	background-color: var(--secondary-clr);
	color: #ffffff;
}

.btn-primary:hover svg {
	fill: #ffffff;
}

.calendar-icon {
	transform: translateY(-1px);
}

.marker-icon {
	transform: translateY(-1px);
}

.set-bg-primary {
	background-color: var(--primary-clr);
}

img {
	width: 100%;
    height: auto;
    display: block;
}

.entry-content ul {
	margin-top: 20px;
	margin-left: 26px;
}

.notification svg {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 30px;
	fill: #ffffff;
	cursor: pointer;
	transition: transform .5s ease-in-out;
}

.notification svg:hover {
	transform: rotate(180deg);
}

#menu-toggle,
#menu-toggle-close {
	display: none;
}

#primary-menu { 
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}

.skip-link {
	display: none;
}

.site-logo img {
	width: 150px;
}

.site-info-w {
	width: 100%;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}

.site-footer {
	gap: 40px;
}

.entry-content-team h2 {
	grid-column: 1 / -1;
}

	.adj-padding-new {
		margin-top: 0!important;
	}

/*** Utils ENDE ***/

.page-id-219 .entry-content-text-bild:first-child {
	padding-bottom: 100px!important;
}

.page-id-219 .entry-content-text-bild img {
	width: 75%;
}

.page-id-16 .entry-content-text {
	padding-bottom: 0;
}

@media all and (max-width: 1680px) {
	.site-branding {
		gap: 50px;
	}

	.nav-menu {
		gap: 40px;
	}

	.main-navigation {
		gap: 35px;
	}
}

@media all and (max-width: 1536px) {
	h1, .heading-one {
		font-size: 90px;
    	line-height: 85px;
    	margin-top: -10px;
	}

	h2 {
		margin-top: -10px;
	}

	.page-id-14 .entry-content-text-text h2 {
		margin-top: 0;
	}

	p {
		margin-bottom: 30px;
	}

	p, a, li {
		font-size: 24px;
		line-height: 34px;
	}
	
	header.site-header,
	.entry-content-text-text,
	.entry-footer {
		padding: 50px;
	}

	.entry-content-text, 
	.entry-content-text-bild, 
	.entry-content-gallery, 
	.entry-content-text-text, 
	.entry-content-team, 
	.entry-content-cta {
		padding: 0px 50px;
		padding-bottom: 80px;
	}

	.page-id-10 .entry-content-text-text:nth-of-type(6) {
		padding-bottom: 80px;
	}

	.site-footer {
		padding: 20px 50px;
	}

	.site-header p,
	.site-branding a {
		line-height: 31px;
	}

	.custom-icon {
		width: 60px;
		height: 60px;
	}

	.site-branding {
		gap: 40px;
	}

	.nav-menu {
		gap: 30px;
	}

	.main-navigation {
		gap: 30px;
	}

	.site-description {
		width: 350px;
	}

	.btn-primary {
		padding: 12px 24px;
		gap: 20px;
	}

	.btn-primary svg {
		width: 38px;
		height: 38px;
	}

	.page-id-10 .entry-content-team div:first-of-type {
		width: 100%;
		grid-column: 1 / 6;
	}

	.entry-content-divider, 
	.inner-entry-content-team div div:last-of-type {
		margin-bottom: 30px;
	}

	.page-id-10 .entry-content-text-text {
		padding-bottom: 30px;
	}

	.page-id-14 .entry-content-text-text {
		padding-bottom: 70px;
	}

	#primary-menu {
		gap: 40px;
	}

	.home .entry-content-text-bild:nth-last-child(1) div:first-of-type {
		padding-right: 80px;
	}
}

@media all and (max-width: 1280px) {
	h1, .heading-one {
		font-size: 64px;
    	line-height: 64px;
		margin-top: -8px;
	}

	h2, h2 a {
		font-size: 46px;
    	line-height: 48px;
	}

	h2, .notification h1 {
		margin-bottom: 30px;
	}

	p, a, li {
		font-size: 20px;
		line-height: 28px;
	}

	p {
		margin-bottom: 20px;
	}

	.site-header p,
	.site-branding a {
		line-height: 27px;
	}

	.site-description {
		width: 290px;
	}

	.nav-menu {
		gap: 25px;
	}

	.main-navigation {
		gap: 20px;
	}

	.site-branding {
		gap: 25px;
	}

	.custom-icon {
		width: 55px;
		height: 55px;
	}

	header.site-header,
	.entry-content-text-text,
	.entry-footer {
		padding: 40px;
	}

	.entry-content-text, 
	.entry-content-text-bild, 
	.entry-content-gallery, 
	.entry-content-text-text, 
	.entry-content-team, 
	.entry-content-cta {
		padding: 0px 40px;
		padding-bottom: 60px;
	}

	.page-id-10 .entry-content-text-text:nth-of-type(6) {
		padding-bottom: 60px;
	}

	.adj-padding-new,
	.page-id-219 .entry-content-text-bild:first-child,
	.home .entry-content-text-bild.hinweis div:first-of-type, 
	.page-id-10 .entry-content-text-bild:nth-child(odd), 
	.page-id-12 .entry-content-text-text:nth-child(1), 
	.page-id-14 .entry-content-text-bild, 
	.page-id-16 .entry-content-text-text, 
	.page-id-18 .entry-content-text-text, 
	.page-id-20 .entry-content-text-text {
		padding-top: 50px;
	}

	.site-footer {
		padding: 20px 40px;
	}

	.home .entry-content-gallery {
		margin-top: -120px;
	}

	.site-footer p, .site-footer a {
		font-size: 18px;
		line-height: 26px;
	}

	.entry-content ul {
		margin-top: 10px;
		margin-left: 19px;
	}

	.site-info {
		gap: 50px;
	}

	.btn-primary {
		gap: 10px;
	}

	.btn-primary svg {
		width: 30px;
		height: 30px;
	}

	.page-id-14 .entry-content-text-text {
		padding-bottom: 50px;
	}

	.entry-content-cta div, .entry-footer div {
		gap: 10px;
	}

	.btn-primary {
		gap: 8px;
		padding: 12px 22px;
	}

	.notification svg {
		width: 25px;
		height: 25px;
		top: 30px;
		right: 30px;
	}

	.entry-content-text-bild.hinweis .notification {
		padding: 40px 30px;
	}

	#primary-menu {
		gap: 30px;
	}

	.home .entry-content-text-bild:nth-last-child(1) div:first-of-type {
		padding-right: 50px;
	}

	h2 {
		margin-top: -5px;
	}
	
	.page-id-219 .entry-content-text-bild:first-child {
    padding-bottom: 60px !important;
}
}

@media all and (max-width: 1024px) {
	.page-id-219 .entry-content-text-bild:first-child {
    padding-bottom: 40px !important;
}
	
	h1, .heading-one {
		font-size: 42px;
		line-height: 44px;
		margin-top: -2px;
	}

	h2, h2 a {
		font-size: 28px;
		line-height: 32px;
		margin-top: 0;
	}

	h2, .notification h1 {
		margin-bottom: 20px;
	}

	p, a, li {
		font-size: 16px;
		line-height: 24px;
	}

	p {
		margin-bottom: 10px;
	}

	.notification svg {
		top: 20px;
		right: 20px;
	}

	header.site-header, 
	.entry-content-text-text, 
	.entry-footer {
		padding: 30px;
	}

	.site-footer {
		padding: 20px 30px;
	}

	.site-branding {
		gap: 25px;
		position: relative;
		z-index: 100;
		margin-top: 3px;
	}

	.site-description {
		max-width: 230px;
	}

	.site-footer {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 30px;
	}

	.home .entry-content-gallery {
		margin-top: -40px;
	}

	.site-info {
		flex-direction: column;
		gap: 0px;
	}

	.page-id-10 .entry-content-text-text {
		padding-bottom: 20px;
	}

	.entry-content ul {
		margin-top: 0px;
		margin-left: 15px;
	}

	.entry-content-text, .entry-content-text-bild, .entry-content-gallery, .entry-content-text-text, .entry-content-team, .entry-content-cta {
		padding-bottom: 40px;
	}

	.entry-content-cta, 
	.entry-footer {
		display: block;
	}

	.entry-content-cta div, 
	.entry-footer div {
		width: 100%;
	}

	.entry-content-divider, .inner-entry-content-team div div:last-of-type {
		margin-bottom: 20px;
	}

	.page-id-10 .entry-content-text-text:nth-of-type(6) {
		padding-bottom: 40px;
	}


	.adj-padding-new,
	.page-id-219 .entry-content-text-bild:first-child,
	.home .entry-content-text-bild.hinweis div:first-of-type, .page-id-10 .entry-content-text-bild:nth-child(odd), .page-id-12 .entry-content-text-text:nth-child(1), .page-id-14 .entry-content-text-bild, .page-id-16 .entry-content-text-text, .page-id-18 .entry-content-text-text, .page-id-20 .entry-content-text-text {
		padding-top: 30px;
	}

	.page-id-10 .entry-content-text-bild:nth-child(even):before {
		height: 100%;
	}

	.entry-content-text, .entry-content-text-bild, .entry-content-gallery, .entry-content-text-text, .entry-content-team, .entry-content-cta {
		padding: 0px 30px;
		padding-bottom: 40px;
	}

	.page-id-14 .entry-content-text-text {
		padding-bottom: 40px;
	}

	.post-16 .entry-footer div:last-of-type {
		margin-top: 15px;
	}

	.site-header p, .site-branding a {
		line-height: 21px;
	}

	.entry-content-text-bild.hinweis .notification {
		padding: 20px;
	}

	.btn-primary svg {
		width: 23px;
		height: 23px;
	}

	#menu-toggle-close {
		display: none;
		fill: var(--text-clr);
		position: relative;
		z-index: 100;
	}

	#menu-toggle-close.active {
		display: block;
	}

	#primary-menu {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		gap: 15px;
		padding: 160px 25px 25px 25px;
		background-color: var(--primary-clr);
		z-index: 50;
		opacity: 0;
		visibility: hidden;
		transition: 
			opacity .3s ease-in-out,
			visibility .3s ease-in-out;
	}

	#primary-menu.active {
		opacity: 1;
		visibility: visible;
	}

	#menu-toggle {
		width: 24px;
		height: 24px;
		display: block;
		position: relative;
    	z-index: 100;
	}

	#menu-toggle.active {
		display: none;
	}

	.custom-icon {
		position: relative;
		z-index: 100;
	}

	.nav-menu {
		gap: 16px;
		flex-direction: column;
	}

	#primary-menu .menu-item a {
		font-size: 26px;
		line-height: 32px;
	}

	.main-navigation {
		gap: 10px;
	}

	.home .entry-content-text-bild:nth-last-child(1) div:first-of-type {
		padding-right: 0px;
	}
}

@media all and (max-width: 768px) {
	.page-id-219 .entry-content-text-bild img {
	width: 100%;
}
	
	.main-navigation {
		gap: 8px;
	}

	#primary-menu .menu-item a {
		font-size: 21px;
		line-height: 24px;
	}

	h1, .heading-one {
		font-size: 32px;
		line-height: 34px;
	}

	.entry-content-text-bild, .entry-content-text-text, .entry-content-team, .entry-content-gallery, .entry-content-cta, .entry-footer {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 25px;
	}

	.home .entry-content-text-bild.hinweis div:first-of-type, .page-id-10 .entry-content-text-bild:nth-child(odd), .page-id-12 .entry-content-text-text:nth-child(1), .page-id-14 .entry-content-text-bild, .page-id-16 .entry-content-text-text, .page-id-18 .entry-content-text-text, .page-id-20 .entry-content-text-text {
		padding-top: 25px;
	}

	.entry-content-text-bild.hinweis .notification {
		padding: 15px;
	}

	.entry-content-text, .entry-content-text-bild, .entry-content-gallery, .entry-content-text-text, .entry-content-team, .entry-content-cta {
		padding: 0px 25px;
		padding-bottom: 30px;
	}

	.notification svg {
		width: 20px;
		height: 20px;
		top: 20px;
		right: 20px;
	}

	.entry-content-text-bild div, .entry-content-text-text div, .entry-content-team div, .inner-entry-content-team div div, .entry-content-cta div, .entry-footer div {
		width: 100%;
	}

	header.site-header, 
	.entry-footer {
		padding: 25px;
	}

	.site-branding {
		gap: 15px;
		flex-direction: column;
		align-items: flex-start;
	}

	header.site-header {
		align-items: flex-start;
	}

	.site-footer {
		padding: 20px 25px;
	}

	.entry-content-text-text,
	.entry-footer {
		flex-direction: column;
	}

	.entry-content-text-text {
		gap: 25px;
	}

	.entry-content-text-text div, 
	.entry-footer div {
		width: 100%;
	}

	.entry-content-cta,
	.entry-footer {
		gap: 0;
	}
	
	.entry-content-cta div,
	.entry-footer div {
		flex-direction: column;
		align-items: flex-start;
	}

	.home .entry-flexible-content .entry-content-text-bild:nth-of-type(odd) div:last-of-type {
		display: block;
	}

	.home .entry-content-gallery {
		margin-top: 0;
	}

	.entry-content-gallery img {
		width: 100%;
	}

	.custom-icon {
		width: 45px;
		height: 45px;
	}

	.page-id-10 .entry-content-text-bild, .page-id-10 .entry-content-text-text, .page-id-12 .entry-content-text-text, .page-id-10 .entry-content-team {
		display: flex;
		flex-direction: column;
		column-gap: 20px;
	}

	.entry-content-text-text {
		gap: 0px;
	}

	.entry-content-divider, .inner-entry-content-team div div:last-of-type {
		margin-bottom: 15px;
	}

	.page-id-10 .entry-content-gallery, .page-id-12 .entry-content-gallery:last-of-type {
		display: block;
	}

	.home .entry-content-text-bild.hinweis div:first-of-type, .page-id-10 .entry-content-text-bild:nth-child(odd), .page-id-12 .entry-content-text-text:nth-child(1), .page-id-14 .entry-content-text-bild, .page-id-16 .entry-content-text-text, .page-id-18 .entry-content-text-text, .page-id-20 .entry-content-text-text {
		gap: 20px;
	}

	.page-id-12 .entry-content-gallery:nth-last-child(3) {
		display: flex;
	}

	.page-id-12 .entry-content-gallery:last-of-type img:first-of-type {
		transform: translateY(0);
	}

	.page-id-14 .entry-content-text-text h2 {
		margin-top: 3px;
		margin-bottom: 15px;
	}

	.page-id-14 .entry-content-text-text {
		padding-bottom: 25px;
		gap: 25px;
	}

	.post-16 .entry-footer div:last-of-type {
		margin-top: 10px;
	}
}