/* @override 
	https://laubmusic.com/wp-content/themes/wp_laubmusic/css/style_laubmusic.css?ver=6.7.2
	http://relaunch.kardiologie-rangsdorf.de/wp-content/themes/wp_theme_rangsdorf/css/style_rangsdorf.css?ver=6.9
	https://relaunch.kardiologie-rangsdorf.de/wp-content/themes/wp_theme_rangsdorf/css/style_rangsdorf.css?ver=6.9 */


@charset "UTF-8";
/* CSS Document */

@import url("webfonts_rangsdorf.css");


body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	color: #111;
}

#size {
	display: none;
	position: fixed;
	z-index: 999;
	top: 2px;
	color: red;
	font-size: 0.6em;
	right: 4px;
}


/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.post, .page {
	margin: 0;
}

a,
a:visited {
	text-decoration: underline;
	color: #027DAE;
}

a:hover {
	color: inherit;
	outline: none;
}

a:focus {
	color: currentColor;
	outline-color: currentColor;
	outline-style: solid;
	outline-offset: .25rem;
	outline-width: 2px;
	border-radius: 1px;
}

p {
	margin-bottom: 1;
	margin-top: 0;
}

strong {
	font-weight: 500;
}	

ul,
ol {
	margin: 0 0 1em;
	padding-left: 20px;
}

.nomargin {
	margin: 0;
}

.blue {
	color: #0296C6;
}

.footnote {
	font-size: 0.85em;
}

.scalepict {
	width: auto;
	height: 100%;
}

figure {
	margin-top: 0;
	margin-bottom: 0;
}

.img_round img {
	border-radius: 18px;
}

h1 {
	font-size: 52px;
	font-weight: 300;
	line-height: 1.14;
	color: #4E4E4E;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

h2 {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.3;
	color: #444444;
	margin-bottom: 0.5em;
	margin-top: 0em;
}


h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	color: #3D3D3D;
	margin-bottom: 0.5em;
	margin-top: 0;
}

h4 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
	color: #333;
	margin-bottom: 0.3em;
	margin-top: 0;
}


#primary {
	display: block;
	width: 1100px;
	margin: 80px auto 120px;
	position: relative;
}


/*//////// HEADER ////////*/

#masthead {
	position: relative;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;	
	display: grid;
	grid-template-columns: 430px 890px;
	justify-content: space-between;
	column-gap: 0px;
	margin-top: 30px;	
}

#logo {
	position: relative;
	width: 210px;
	z-index: 10;
}

#logo a {
	display: block;
}

body.home #logo {
	width: 266px;
}

#holder_navi {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#menuToggle {
	display: none;
}


/*//////// NAVI ////////*/

nav {
}

#headermenu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	height: 42px;
	border-radius: 21px;
	border: 1px solid #4E4E4E;
	padding: 0;
}

#headermenu li {
	margin: 0;	
	height: 40px;
}

#headermenu li.current_page_item:not(.scroll-link) {
	
}

#headermenu a,
#headermenu a:visited {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 21px;
	padding-right: 18px;
	padding-left: 18px;
	text-decoration: none;
	color: #4E4E4E;
	transition: all 0.6s ease-in-out 0s;
}

#headermenu a:hover {
	color: #027DAE;
	text-decoration: none;
}

#headermenu a:focus {
	outline-color: #0296C6;
}

#headermenu li.current_page_item:not(.scroll-link) a {
	color: #fff;
	background: #0296C6;
}

#leichte_sprache {
	height: 42px;
}

#leichte_sprache img {
	margin-right: 8px;
	position: relative;
	top: 4px;
	margin-left: 16px;
	left: 0;
}

#leichte_sprache a,
#leichte_sprache a:visited {
	height: 42px;
	border-radius: 21px;
	background-color: #E2F7FE;
	text-align: center;
	white-space: nowrap;
	line-height: 42px;
	letter-spacing: -0.3px;
	text-decoration: none;
	color: #006FA8;
	font-size: 17px;
	transition: all 0.6s ease-in-out 0s;
	display: inline-block;
	padding-right: 16px;
}

#leichte_sprache a:hover {
	color: #004366;
	background-color: #ADE7FB;
}







/*//////// FOOTER ////////*/

#scrollup {
	position: fixed;
	bottom: 20px;
	right: 0px;
	width: 60px;
	height: 52px;
	cursor: pointer;
	z-index: 999;
}

#scrollup:hover {
	filter: brightness(80%) contrast(160%);
}

footer {
	position: relative;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fdeabd;
	border-radius: 18px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 80px;
}

#holder_footer {
	display: grid;
	grid-template-columns: 30% 32% 38%;
	justify-content: space-between;
	align-items: start;
	max-width: 1100px;
	margin: 0 auto 80px;
	position: relative;
}

#logo_footer {
	width: 210px;
	margin-top: -18px;
}

.footer_location {
	margin-bottom: 1em;
	background: url(../picts/icon_location.svg) 1px 2px no-repeat;
	background-size: 23px;
	padding-left: 40px;
}

.footer_opening {
	margin-bottom: 1em;
	background: url(../picts/icon_zeiten.svg) left 2px no-repeat;
	background-size: 24px;
	padding-left: 40px;
}

.footer_phone {
	margin-bottom: 1em;
	background: url(../picts/icon_phone.svg) left 2px no-repeat;
	background-size: 24px;
	padding-left: 40px;
}
.footer_mail {
	margin-bottom: 1em;
	background: url(../picts/icon_mail.svg) left 4px no-repeat;
	background-size: 24px;
	padding-left: 40px;
}

.footer_note {
	margin-bottom: 1em;
	padding-left: 40px;
}

.footer_map {
	margin-bottom: 1em;
	background: url(../picts/icon_car.svg) left 3px no-repeat;
	background-size: 26px;
	padding-left: 40px;
}

footer a, 
footer a:visited {
	color:  #111;
	transition: all 0.6s ease-in-out 0s;
}

footer a:hover {
	color:  #000;
}

#footermenu {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footermenu li {
	display: inline-block;
}

#footermenu li a,
#footermenu li a:visited {
	color: #4E4E4E;
	text-decoration: none;
	font-size: 110%;
	padding-right: 10px;
	padding-left: 10px;
	transition: all 0.6s ease-in-out 0s;
}

#footermenu li a:hover,
#footermenu li a:focus {
	color: #027DAE;
}

#footermenu li.current_page_item a {
	color: #027DAE;
}



/*////////// HOME //////////*/

#header_home {
	width: 1320px;
	height: 822px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -2px;
}

#headerimage_home {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../picts/introbild_home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	border-radius: 40px;
}

#slogan_home {
	position: absolute;
	z-index: +1;
	width: 500px;
	bottom: 180px;
	left: 70px;
}

#slogan_home h1 {
	font-size: 60px;
	margin: 0;
}

#abdecker_headerbild {
	display: inline-block;
	border-bottom-right-radius: 40px;
	background: white;
	width: 430px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.abdecker_introbild_right {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	transform: translateX(50%);
	width: auto;
	height: 40px;
	z-index: 2;
}

.abdecker_introbild_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 40px;
	height: auto;
	transform: translateY(50%);
	z-index: 3;
}

#headertext_home {
	position: absolute;
	font-size: 17px;
	top: 35px;
	left: 70px;
	max-width: 260px;
	margin-right: 10px;
	margin-bottom: 10px;
	z-index: 10;
}

#headertext_home p {
	margin-bottom: 0.5em;
}

#willkommen {
	margin-bottom: 80px;
}

.cols_welcome {
	gap: 40px;
}

#aktuelles {
	margin-bottom: 80px;
}

#holder_aktuelles {
	background-color: #fdeabd;
	border-radius: 18px;
	padding: 40px;
}

#holder_aktuelles p:last-child {
	margin-bottom: 0;
}

#team {
	margin-bottom: 80px;
	position: relative;
	display: block;
}

#team:focus {
	outline: none;
}

#holder_team {
	min-height: 100%;
	overflow-y: visible !important;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.team_kachel {
	background: none !important;
	position: relative;
	display: inline-block;
	flex-basis: calc(50% - 20px);
	z-index: 10;
}

.team_kachel figure {
	margin: 0;
	position: relative;
	display: inline-block;
}

.open_detail_moeller,
.open_detail_henrichs {
	position: absolute;
	height: 40px;
	left: 20px;
	bottom: 18px;
	margin: 0;
}

.open_detail_moeller a,
.open_detail_moeller a:visited,
.open_detail_henrichs a,
.open_detail_henrichs a:visited {
	height: 40px;
	color: #111;
	text-decoration: none;
	line-height: 40px;
	background: url(../picts/arrow_link_gray.svg) calc(100% - 20px) center no-repeat rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding-right: 50px;
	padding-left: 20px;
	border-radius: 12px;
	margin: 0;
	transition: all 0.6s ease-in-out 0s;
}

.open_detail_moeller a:hover,
.open_detail_henrichs a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.open_detail_moeller a:focus,
.open_detail_henrichs a:focus {
	outline-color: white;
	outline-style: solid;
	outline-offset: .25rem;
	outline-width: 2px;
	border-radius: 12px;
}

.team_detail_moeller,
.team_detail_henrichs {
	flex-basis: 100%;
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	border-radius: 18px;
	padding: 30px 40px 40px;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: all 1s;
}

.team_detail_moeller.slide-in,
.team_detail_henrichs.slide-in {
	z-index: 20;
	opacity: 1;
}

.team_detail_moeller p,
.team_detail_henrichs p {
	margin-bottom: 0.5em;
}

.close_moeller,
.close_henrichs {
	position: relative;
	right: 0;
	margin: 0 !important;
	display: block;
	height: 30px;
}

.close_moeller a,
.close_henrichs a {
	cursor: pointer;
	position: relative;
	color: #0296c6;
	font-size: 1px;
	top: 0px;
	right: 0;
	margin: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../picts/close_dark.svg) right top no-repeat ;
	float: right;
}

.close_moeller a:focus,
.close_henrichs a:focus {
	outline: 2px solid #444;
	outline-offset: .25rem;
	outline-width: 2px;
	border-radius: 1px;
}

.links_team {
	background: none !important;
	flex-basis: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 2em;
	padding-left: 22%;
	z-index: 10;
}

.links_team p {
	margin-bottom: 0.4em;
}

.links_team a,
.links_team a:visited {
	color: #027DAE;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	background: url(../picts/arrow_link_blue.svg) right center no-repeat;
	padding-right: 30px;
	transition: all 0.6s ease-in-out 0s;
}

.links_team a:hover {
	color: #01658d;
}

#praxis {
	margin-bottom: 80px;
}

#holder_praxis {
	display: flex;
	gap: 30px;
}

#holder_praxis figure {
	margin: 0;
}

#holder_praxis .praxis_right {
	background: none !important;
	white-space: nowrap;
}
.praxis_right > .wp-block-group__inner-container .wp-block-group {
background: none !important;
}

#holder_praxis table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

#holder_praxis .table_times table {
	margin-bottom: 0;
}

#holder_praxis table td:nth-child(1) {
	border-style: none;
	padding: 0;
	width: 44px;
}

#holder_praxis table td:nth-child(2) {
	border-style: none;
	padding: 0;
	width: auto;
}

#leistungen {
	margin-bottom: 80px;
}

#holder_leistungen {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.leistungen_kachel {
	background: none !important;
	position: relative;
	flex-basis: calc(50% - 20px);
}

.link_leistungen {
	position: absolute;
	height: 40px;	
	left: 20px;
	bottom: 18px;
	margin: 0;
}

.link_leistungen a,
.link_leistungen a:visited {
	height: 40px;
	color: #111;
	text-decoration: none;
	line-height: 40px;
	position: absolute;
	background: url(../picts/arrow_link_gray.svg) calc(100% - 20px) center no-repeat rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding-right: 50px;
	padding-left: 20px;
	border-radius: 12px;
	margin: 0;
	transition: all 0.6s ease-in-out 0s;
}

.link_leistungen a:hover {
	background-color: rgba(255, 255, 255, 1);
}

.link_leistungen a:focus {
	outline-color: white;
	outline-style: solid;
	outline-offset: .25rem;
	outline-width: 2px;
	border-radius: 12px;
}




/*////////// LEISTUNGEN //////////*/

#header {
	width: 1320px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#headerimage_leistungen {
	width: 100%;
	height: 570px;
	position: relative;
	border-radius: 18px;
	background-size: cover;
	background-position: bottom left;
}

#headerimage {
	width: 100%;
	height: 100%;
	position: relative;
}

#headerimage img {
	border-radius: 18px;
}

#slogan {
	position: absolute;
	z-index: +1;
	max-width: 640px;
	bottom: 42%;
	left: 50px;
}

#slogan h1,
#slogan p {
	margin: 0;
}

body.page-template-default #slogan {
	max-width: 100%;
	bottom: 20%;
}

body.page-template-default #slogan p {
	color: white;
}

.holder_leistung {
	background: none !important;
	margin-bottom: 80px;
	display: block;
	position: relative;
}

.leistung_pict {
	width: calc(50% - 20px);
	position: relative;
	display: inline-block;
}

.leistung_txt {
	width: calc(50% - 20px);
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	z-index: 1;
	margin-bottom: 0;
}

.leistung_accordion {
	width: calc(50% - 20px);
	position: relative;
	display: block;
	margin-top: 12px;
}

.leistung_accordion li {
	border: none !important;
	padding: 0 !important;
	margin-bottom: 12px;
}

.leistung_accordion li button {
	background-color: #fdeabd !important;
	border-radius: 12px !important;
	padding: 12px 20px !important;
}

.leistung_accordion span.wp-block-tt-accordion-item-header-button-icon-arrow {
	margin-right: 0 !important;
}

.leistung_accordion span.wp-block-tt-accordion-item-header-button-icon-arrow svg {
	transform: scale(1.2);
	display: none;
}

.leistung_accordion li button:after {
    content: " ";
	width: 20px;
	height: 20px;
	background: url(../picts/accordion_plus.svg) center center no-repeat;
	background-size: 16px;
}

.leistung_accordionn li button.expanded:after {
	background: url(../picts/accordion_minus.svg) center center no-repeat;
	background-size: 16px;
}

.leistung_accordion .wp-block-tt-accordion-item-panel {
	background-color: #fdeabd !important;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -12px !important;
}


/*////////// 404 //////////*/

.holder_404 {
	text-align: center;
}

.illu_404 {
	width: 50%;
	position: relative;
	display: inline-block;
}

a.link_button {
	text-decoration: none;
	color: white;
	font-size: 1.1em;
	background: #0296C6;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	padding-right: 18px;
	padding-left: 18px;
	display: inline-block;
	transition: all 0.6s ease-in-out 0s;
}

a.link_button:hover {
	background: #027DAE;
}



/* #Media Queries
================================================== */

@media only screen and (max-width: 1400px) {
h1 {
font-size: 50px;
}
h2 {
font-size: 40px;
}
#masthead {
grid-template-columns: auto 870px;	
}
#headermenu a {
height: 40px;
line-height: 40px;
font-size: 20px;
padding-right: 18px;
padding-left: 18px;
}
#headertext_home {
top: 35px;
left: 60px;
max-width: 260px;
}
#headerimage_leistungen {
height: 40.7vw;
}
#slogan {
left: 40px;
}
#header_home {
height: 59vw;
}
body.home #logo {
width: 250px;
}
#slogan_home {
width: 450px;
bottom: 22%;
left: 60px;
}
#abdecker_headerbild {
width: calc(100% - 870px);
height: 300px;
}
#slogan_home h1 {
font-size: 58px;
}
#masthead,
#header,
#header_home,
footer {
width: calc(100vw - 80px);
margin-right: 40px;
margin-left: 40px;
}
footer {
margin-bottom: 40px;
padding-top: 60px;
padding-bottom: 30px;
}
#holder_footer {
grid-template-columns: 27% 31% 42%;
margin: 0 40px 60px;
}
#logo_footer {
width: 200px;
margin-top: -19px;
}

#willkommen,
#aktuelles,
#team,
#praxis,
#leistungen {
margin-bottom: 70px;
}


}



@media only screen and (max-width: 1300px) {
h1 {
font-size: 45px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 26px;
}
#masthead {
grid-template-columns: auto 840px;	
}
#headermenu a {
height: 40px;
line-height: 40px;
font-size: 20px;
padding-right: 16px;
padding-left: 16px;
}
body.home #logo {
width: 226px;
}
#logo {
width: 200px;
}
#abdecker_headerbild {
width: calc(100% - 840px);
height: 290px;
}
#headertext_home {
font-size: 16px;
top: 30px;
left: 55px;
max-width: 230px;
}
#slogan {
max-width: 560px;
left: 30px;
}
#slogan_home {
width: 420px;
left: 50px;
}
#slogan_home h1 {
font-size: 54px;
}
#primary {
width: 1000px;
}
#willkommen,
#aktuelles,
#team,
#praxis,
#leistungen,
.holder_leistung {
margin-bottom: 60px;
}
#headerimage_leistungen {
height: 41vw;
}
	
}




@media only screen and (max-width: 1230px) {
#abdecker_headerbild {
width: calc(100% - 840px);
height: 280px;
}
#headertext_home {
font-size: 16px;
top: 30px;
left: 30px;
max-width: 230px;
}


	
}


@media only screen and (max-width: 1180px) {
h1 {
font-size: 44px;
}
h2 {
font-size: 35px;
}
#masthead {
grid-template-columns: auto 780px;	
}
#headermenu {
height: 40px;
border-radius: 20px;
}
#headermenu li {
margin: 0;	
height: 38px;
border-radius: 19px;
}
#headermenu a {
height: 36px;
line-height: 36px;
font-size: 19px;
padding-right: 14px;
padding-left: 14px;
}
body.home #logo {
width: 210px;
}
#leichte_sprache {
height: 40px;
border-radius: 20px;
font-size: 16px;
}
#leichte_sprache img {
margin-right: 6px;
top: 4px;
margin-left: 14px;
}
#leichte_sprache a,
#leichte_sprache a:visited {
height: 40px;
line-height: 40px;
font-size: 17px;
padding-right: 14px;
}
#slogan {
max-width: 560px;
bottom: 42%;
}
#slogan_home {
width: 420px;
left: 30px;
}
#slogan_home h1 {
font-size: 52px;
}
#abdecker_headerbild {
width: calc(100% - 780px);
height: 260px;
}
#headertext_home {
font-size: 15px;
top: 28px;
left: 28px;
max-width: 230px;
}
#primary {
width: 900px;
margin: 70px auto 100px;
}
#willkommen,
#aktuelles,
#team,
#praxis,
#leistungen,
.holder_leistung {
margin-bottom: 50px;
}
.links_team {
padding-left: 20%;
}

	
}


@media only screen and (max-width: 1120px) {

#masthead {
grid-template-columns: auto 740px;	
}
#headermenu {
height: 40px;
border-radius: 20px;
}
#headermenu a {
font-size: 18px;
padding-right: 13px;
padding-left: 13px;
}
body.home #logo {
width: 190px;
}
#logo {
width: 180px;
}
#abdecker_headerbild {
width: 260px;
height: 245px;
}
#headertext_home {
font-size: 15px;
top: 23px;
left: 23px;
max-width: 220px;
}
#slogan_home h1 {
font-size: 48px;
}
#headerimage_leistungen {
height: 42vw;
}



	
}



@media only screen and (max-width: 1024px) {
h1 {
font-size: 42px;
}
h2 {
font-size: 33px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 24px;
}
#masthead {
display: block;
margin-top: 20px;
}

/* Hamburger */
#menuToggle {
	border: none;
	padding: 0;
	background: none;
	width: 44px;
	height: 42px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	z-index: 200;
	display: inline-block;
	right: 3px;
	top: 45%;
	transform: translateY(-56%);
}

#menuToggle:focus {
	outline-color: #0296C6;
	outline-style: solid;
	outline-offset: .25rem;
	outline-width: 2px;
	border-radius: 1px;
}

#menuToggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: calc(100% - 8px);
	background: #0296C6;
	opacity: 1;
	left: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#menuToggle.active span {
	background: #333;
}

#menuToggle span:nth-child(1) {
	top: 10px;
}

#menuToggle span:nth-child(2),
#menuToggle span:nth-child(3) {
	top: 20px;
}

#menuToggle span:nth-child(4) {
	top: 30px;
}

#menuToggle.active span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#menuToggle.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 1px;
}

#menuToggle.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 1px;
}

#menuToggle.active span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#holder_navi {
display: none;
}
#holder_navi.open {
width: 100%;
display: block;
position: fixed;
left: 0; 
right: 0;
z-index: 100;
align-items: center;
background: #fff;
padding: 20px 40px 40px;
height: 100vh;
}
#headermenu {
display: block;
width: 220px;
height: auto;
border-radius: 0;
border: none;
padding: 0;
position: relative;
margin-right: auto;
margin-left: auto;
}
#headermenu li {
margin: 0;	
width: 100%;
height: 50px;
border-radius: 25px;
border: 1px solid #027DAE;
text-align: center;
margin-bottom: 12px;
}
#headermenu a,
#headermenu a:visited {
display: inline-block;
height: 48px;
line-height: 48px;
width: 100%;
font-size: 21px;
padding-right: 20px;
padding-left: 20px;
}
#leichte_sprache {
width: 220px;
margin-right: auto;
margin-left: auto;
margin-top: 40px;
}
#leichte_sprache img {
margin-right: 8px;
margin-left: 16px;
}
#leichte_sprache a,
#leichte_sprache a:visited {
height: 50px;
line-height: 50px;
letter-spacing: 0px;
font-size: 18px;
padding-right: 16px;
border-radius: 25px;
border: 1px solid #027DAE;
}
body.home #logo,
#logo {
width: 190px;
}
#header_home {
margin-top: 0px;
}
#headerimage_home {
border-radius: 30px;
}
#abdecker_headerbild {
width: 240px;
height: 225px;
}
.abdecker_introbild_right {
width: auto;
height: 30px;
}
.abdecker_introbild_bottom {
width: 30px;
height: auto;
}
#headertext_home {
font-size: 15px;
top: 15px;
left: 10px;
max-width: 220px;
}
#slogan_home {
width: 370px;
left: 20px;
bottom: 20%;
}
#slogan_home h1 {
font-size: 45px;
}
#slogan {
max-width: 530px;
}
#holder_footer {
grid-template-columns: 25% 32% 43%;
margin: 0 30px 60px;
}
#logo_footer {
width: 160px;
margin-top: -12px;
}
#primary {
width: 800px;
margin: 60px auto 90px;
}
#headerimage_leistungen {
height: 43vw;
border-radius: 16px;
}
#headerimage img {
border-radius: 16px;
}
#holder_aktuelles {
border-radius: 16px;
padding: 30px;
}
.img_round img {
border-radius: 16px;
}
#holder_leistungen {
gap: 30px;
}
.leistungen_kachel {
flex-basis: calc(50% - 15px);
}
.cols_welcome {
gap: 30px;
}
#holder_team {
gap: 30px;
}
.team_kachel {
flex-basis: calc(50% - 15px);
}
.team_detail_moeller,
.team_detail_henrichs {
border-radius: 16px;
padding: 25px 30px 30px;
}
.links_team {
padding-left: 15%;
}
.leistung_pict,
.leistung_txt,
.leistung_accordion {
width: calc(50% - 15px);
}


	
}



@media only screen and (max-width: 920px) {
h1 {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 23px;
}
h4 {
font-size: 21px;
}
#abdecker_headerbild {
width: 220px;
height: 210px;
}
#headertext_home {
font-size: 14px;
top: 10px;
left: 8px;
max-width: 210px;
}
#slogan_home {
width: 370px;
left: 20px;
bottom: 18%;
}
#slogan_home h1 {
font-size: 42px;
}
#slogan {
max-width: 380px;
bottom: 30%;
}
#masthead,
#header,
#header_home,
footer {
width: calc(100vw - 60px);
margin-right: 30px;
margin-left: 30px;
}
#holder_footer {
grid-template-columns: 25% 32% 43%;
margin: 0 20px 50px;
}
#logo_footer {
width: 156px;
}
.footer_location {
background: url(../picts/icon_location.svg) 1px 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_opening {
background: url(../picts/icon_zeiten.svg) left 4px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_phone {
background: url(../picts/icon_phone.svg) left 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_mail {
background: url(../picts/icon_mail.svg) left 6px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_note {
padding-left: 30px;
}
.footer_map {
background: url(../picts/icon_car.svg) left 5px no-repeat;
background-size: 22px;
padding-left: 30px;
}
#primary {
width: 780px;
margin: 50px auto 80px;
}

	
}


@media only screen and (max-width: 840px) {
body {
font-size: 17px;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 29px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
body.home #logo,
#logo {
width: 180px;
}
#abdecker_headerbild {
width: 210px;
height: 190px;
}
#headertext_home {
font-size: 13px;
top: 10px;
left: 8px;
max-width: 210px;
}
#slogan_home {
width: 300px;
left: 20px;
bottom: 16%;
}
#slogan_home h1 {
font-size: 39px;
}
#slogan {
max-width: 350px;
}
#masthead,
#header,
#header_home,
footer {
width: calc(100vw - 60px);
margin-right: 30px;
margin-left: 30px;
}
footer {
margin-bottom: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
#holder_footer {
grid-template-columns: 45% 55%;
margin: 0 20px 40px;
}
.col_footer_1 {
grid-row-start: 1;
grid-row-end: 1;
grid-column: 1 / span 2;
margin-bottom: 20px;
}
.col_footer_2,
col_footer_3 {
grid-row-start: 2;
grid-row-end: 2;
}	
#logo_footer {
width: 160px;
margin-top: 0;
}
.footer_location {
background: url(../picts/icon_location.svg) 1px 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_opening {
background: url(../picts/icon_zeiten.svg) left 4px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_phone {
background: url(../picts/icon_phone.svg) left 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_mail {
background: url(../picts/icon_mail.svg) left 6px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_note {
padding-left: 30px;
}
.footer_map {
background: url(../picts/icon_car.svg) left 5px no-repeat;
background-size: 22px;
padding-left: 30px;
}
#primary {
width: calc(100% - 60px);
}
.cols_welcome {
gap: 20px;
}
#holder_team {
gap: 20px;
}
.team_kachel {
flex-basis: calc(50% - 10px);
}
.links_team {
padding-left: 0;
}
#holder_praxis table td:nth-child(1) {
width: 38px;
}
.open_detail_moeller a,
.open_detail_henrichs a {
background-size: 17px;
padding-right: 45px;
padding-left: 20px;
}
.link_leistungen {
background-size: 17px;
padding-right: 45px;
padding-left: 20px;
}
.close_moeller,
.close_henrichs {
height: 28px;
}
.close_moeller a,
.close_henrichs a {
width: 28px;
height: 28px;
}
.leistung_pict,
.leistung_txt,
.leistung_accordion {
width: calc(50% - 10px);
}
	
}


@media only screen and (max-width: 720px) {
h1 {
font-size: 32px;
}
body.home #logo,
#logo {
width: 170px;
}
#slogan {
max-width: 310px;
left: 20px;
bottom: 28%;
}
#masthead,
#header,
#header_home,
footer {
width: calc(100vw - 40px);
margin-right: 20px;
margin-left: 20px;
}
footer {
margin-bottom: 20px;
}
#header {
margin-top: 10px;
}
#headerimage_home {
border-radius: 20px;
}
#slogan_home {
left: 20px;
bottom: 10%;
}
#slogan_home h1 {
font-size: 37px;
}
#headerimage_leistungen {
height: 44vw;
}
#primary {
width: calc(100% - 40px);
margin: 40px auto 70px;
}
#holder_leistungen {
gap: 20px;
}
.leistungen_kachel {
flex-basis: calc(50% - 10px);
}
.link_leistungen {
left: 15px;
bottom: 15px;
padding-right: 50px;
padding-left: 20px;
}
.open_detail_moeller,
.open_detail_henrichs {
left: 12px;
bottom: 14px;
}
	
}


@media only screen and (max-width: 670px) {
h1 {
font-size: 31px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 19px;
}
#header_home {
height: 63vw;
margin-top: 5px;
}
#abdecker_headerbild,
#headertext_home {
display: none;
}
#slogan_home {
left: 20px;
bottom: auto;
top: 18%;
}
#slogan_home h1 {
font-size: 35px;
}
#slogan {
max-width: 300px;
}
#holder_footer {
font-size: 17px;
grid-template-columns: 250px auto;
margin: 0 20px 40px;
}
.col_footer_1 {
grid-row-start: 1;
grid-row-end: 1;
grid-column: 1 / span 2;
margin-bottom: 20px;
}
.col_footer_2,
.col_footer_3 {
grid-row-start: 2;
grid-row-end: 2;
}	
#logo_footer {
width: 150px;
}
.footer_location {
background: url(../picts/icon_location.svg) 1px 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_opening {
background: url(../picts/icon_zeiten.svg) left 4px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_phone {
background: url(../picts/icon_phone.svg) left 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_mail {
background: url(../picts/icon_mail.svg) left 6px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_note {
padding-left: 30px;
}
.footer_map {
background: url(../picts/icon_car.svg) left 5px no-repeat;
background-size: 22px;
padding-left: 30px;
}
.close_moeller,
.close_henrichs {
height: 26px;
}
.close_moeller a,
.close_henrichs a {
width: 26px;
height: 26px;
}

	
}


/* Change Columns breakpoint to 640px */
@media (max-width: 639px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
flex-basis: 100% !important;
}
.team_kachel {
flex-basis:100%;
}
.leistung_pict,
.leistung_txt,
.leistung_accordion {
width: 100%;
}
.leistung_txt {
position: relative;
margin-top: 20px;
margin-bottom: 10px;
}

}


@media (min-width: 640px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
flex-basis: 0 !important;
flex-grow: 1 !important;
}


}



@media only screen and (max-width: 630px) {
h1 {
font-size: 27px;
}
h2 {
font-size: 27px;
}
body.home #logo,
#logo {
width: 160px;
}
#menuToggle {
width: 40px;
height: 38px;
}
#menuToggle span {
height: 2px;
}
#menuToggle span:nth-child(1) {
top: 8px;
}
#menuToggle span:nth-child(2),
#menuToggle span:nth-child(3) {
top: 18px;
}
#menuToggle span:nth-child(4) {
top: 28px;
}
#slogan_home {
left: 20px;
bottom: auto;
top: 15%;
}
#slogan_home h1 {
font-size: 33px;
}
#slogan {
max-width: 260px;
}
#holder_footer {
font-size: 17px;
grid-template-columns: 230px auto;
margin: 0 20px 40px;
}
.col_footer_1 {
grid-row-start: 1;
grid-row-end: 1;
grid-column: 1 / span 2;
margin-bottom: 20px;
}
.col_footer_2,
.col_footer_3 {
grid-row-start: 2;
grid-row-end: 2;
}	
#logo_footer {
width: 150px;
}
.footer_location {
background: url(../picts/icon_location.svg) 1px 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_opening {
background: url(../picts/icon_zeiten.svg) left 4px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_phone {
background: url(../picts/icon_phone.svg) left 3px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_mail {
background: url(../picts/icon_mail.svg) left 6px no-repeat;
background-size: 20px;
padding-left: 30px;
}
.footer_note {
padding-left: 30px;
}
.footer_map {
background: url(../picts/icon_car.svg) left 5px no-repeat;
background-size: 22px;
padding-left: 30px;
}

	
}





@media only screen and (max-width: 600px) {
#masthead,
#header,
#header_home,
footer {
width: calc(100vw - 20px);
margin-right: 10px;
margin-left: 10px;
}
#slogan_home {
width: 250px;
left: 20px;
bottom: auto;
top: 15%;
}
#slogan_home h1 {
font-size: 32px;
}
#headerimage_leistungen {
height: 45vw;
}
footer {
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
#logo_footer {
width: 140px;
}
#holder_footer {
display: block;
}
.col_footer_2,
.col_footer_3 {
padding-left: 50px;
padding-right: 50px;
}
#primary {
width: calc(100% - 20px);
}
#holder_leistungen {
gap: 10px;
}
.leistungen_kachel {
flex-basis: calc(50% - 5px);
}
.link_leistungen {
left: 10px;
bottom: 10px;
padding-right: 45px;
padding-left: 15px;
border-radius: 10px;
}
#holder_praxis {
display: block;
}
.praxis_right > .wp-block-group__inner-container {
display: flex;
gap: 30px;
margin-top: 20px;
}

	
}


@media only screen and (max-width: 550px) {
h1 {
font-size: 25px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
body.home #logo,
#logo {
width: 150px;
}
#headerimage_home {
border-radius: 14px;
}
#slogan_home {
width: 250px;
left: 20px;
top: 12%;
}
#slogan_home h1 {
font-size: 30px;
}
#slogan {
max-width: 240px;
bottom: 32%;
}
#headerimage img {
border-radius: 14px;
}
#holder_aktuelles {
border-radius: 14px;
padding: 20px;
}
.img_round img {
border-radius: 14px;
}
#scrollup {
width: 50px;
}
.team_detail_moeller,
.team_detail_henrichs {
border-radius: 14px;
padding: 15px 20px 20px;
}
.close_moeller,
.close_henrichs {
height: 24px;
}
.close_moeller a,
.close_henrichs a {
width: 24px;
height: 24px;
}
	
}


@media only screen and (max-width: 500px) {
body {
font-size: 16px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 19px;
}
h4 {
font-size: 19px;
}
#masthead {
margin-top: 12px;
}
#slogan_home {
width: 210px;
left: 20px;
top: 12%;
}
#slogan_home h1 {
font-size: 27px;
}
#slogan {
max-width: 230px;
left: 15px;
bottom: 36%;
}
#holder_footer {
margin: 0 20px 30px;
}
.col_footer_1 {
margin-bottom: 10px;
}
.col_footer_2,
.col_footer_3 {
padding-left: 20px;
padding-right: 20px;
}
.footer_location,.footer_opening,
.footer_phone,
.footer_mail,
.footer_note,
.footer_map {
margin-bottom: 0.5em;
}
.footer_note {
display: none;
}
#footermenu {
padding: 0 10px;
}
#footermenu li a {
font-size: 105%;
padding-right: 5px;
padding-left: 5px;
}
#willkommen,
#aktuelles,
#team,
#praxis,
#leistungen,
.holder_leistung {
margin-bottom: 40px;
}
#holder_leistungen {
display: block;
}
.leistungen_kachel {
margin-bottom: 15px;
}
.leistungen_kachel:last-child {
margin-bottom: 0px;
}
#holder_praxis table td:nth-child(1) {
width: 36px;
}
.links_team a,
.links_team a:visited {
background-size: 16px;
padding-right: 25px;
}
.open_detail_moeller a,
.open_detail_henrichs a {
background-size: 15px;
padding-right: 44px;
padding-left: 20px;
}
.link_leistungen {
background-size: 15px;
padding-right: 44px;
padding-left: 20px;
}



	
}


@media only screen and (max-width: 420px) {
body {
font-size: 15px;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 18px;
}
#menuToggle {
width: 36px;
height: 34px;
}
#menuToggle span:nth-child(1) {
top: 8px;
}
#menuToggle span:nth-child(2),
#menuToggle span:nth-child(3) {
top: 16px;
}
#menuToggle span:nth-child(4) {
top: 24px;
}
#headermenu {
width: 190px;
}
#headermenu li {
width: 100%;
height: 46px;
border-radius: 23px;
border: 1px solid #027DAE;
}
#headermenu a,
#headermenu a:visited {
display: inline-block;
height: 44px;
line-height: 44px;
font-size: 20px;
}
#leichte_sprache {
width: 190px;
margin-top: 30px;
}
#leichte_sprache img {
margin-right: 6px;
margin-left: 14px;
}
#leichte_sprache a,
#leichte_sprache a:visited {
height: 48px;
line-height: 48px;
border-radius: 24px;
font-size: 17px;
letter-spacing: -0.4px;
padding-right: 14px;
}
#header_home {
height: 65vw;
}
#slogan_home {
width: 190px;
left: 20px;
top: 12%;
}
#slogan_home h1 {
font-size: 24px;
}
#headerimage_leistungen {
height: 48vw;
}
#slogan {
max-width: 220px;
left: 15px;
}
#holder_footer {
font-size: 16px;
}
#logo_footer {
width: 130px;
}
.col_footer_2,
.col_footer_3 {
padding-left: 0px;
padding-right: 0px;
}
#primary {
margin: 30px auto 0px;
}
#scrollup {
width: 46px;
}
#holder_praxis table td:nth-child(1) {
width: 35px;
}

}

@media only screen and (max-width: 360px) {
h1 {
font-size: 20px;
}
h2 {
font-size: 20px;
}
body.home #logo,
#logo {
width: 120px;
}
#header_home {
height: 70vw;
}
#headerimage_home {
border-radius: 12px;
}
#slogan_home {
width: 170px;
left: 15px;
top: 12%;
}
#slogan_home h1 {
font-size: 22px;
}
#headerimage_leistungen {
height: 50vw;
}
#slogan {
max-width: 190px;
}
#logo_footer {
width: 120px;
}
#willkommen,
#aktuelles,
#team,
#praxis,
#leistungen,
.holder_leistung {
margin-bottom: 30px;
}
#headerimage img {
border-radius: 12px;
}
#holder_aktuelles {
border-radius: 12px;
padding: 10px;
}
.img_round img {
border-radius: 12px;
}
.team_detail_moeller,
.team_detail_henrichs {
border-radius: 12px;
padding: 5px 10px 10px;
}
.close_moeller,
.close_henrichs {
top: 5px;
}
.praxis_right > .wp-block-group__inner-container {
font-size: 14px;
gap: 15px;
margin-top: 10px;
}
#holder_praxis table td:nth-child(1) {
width: 32px;
}

}

@media only screen and (max-width: 320px) {
h1 {
font-size: 18px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 17px;
}
h4 {
font-size: 17px;
}
body.home #logo,
#logo {
width: 110px;
}
#slogan_home {
width: 160px;
left: 15px;
top: 12%;
}
#slogan_home h1 {
font-size: 20px;
}
#slogan {
max-width: 180px;
}

}


