/* @override 
	https://praxis-radtke.de/wp-content/themes/wp_radtke/css/style_radtke.css?ver=6.9
	https://praxis-radtke.de/wp-content/themes/wp_radtke/css/style_radtke.css?ver=6.9.1 */



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

@import url("webfonts_radtke.css");


body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Figtree';
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #005a64;
	background: #fffad7;
}

#size {
	display: none;
	position: fixed;
	color: blue;
	left: 5px;
	font-size: 10px;
	z-index: 9999;
	top: 5px;
}

#page {
	overflow-x: hidden;
	margin-bottom: -23px;
}



/* 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;
}

.hide {
	display: none;
}

a,
a:visited {
	text-decoration: underline;
	color: #005a64;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

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

strong {
	font-weight: 600;
}

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

.footnote {
	font-size: 0.85em;
}

h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

#header h1,
#header_home h1,
#header_image h1 {
	position: relative;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 0.5em;
	margin-top: 0;
}

h3 {
	font-size: 23px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 0.5em;
	margin-top: 0;
	word-break: keep-all;
}

.container {
	display: block;
	width: 1108px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	_background: rgba(254, 98, 125, 0.5);
}

ul.wp-block-list {
	padding-left: 20px;
}

a#scroll-to-top.custom-image img {
  display: block;
  max-width: 60px;
  height: auto;
  width: 40px;
  height: 40px;
}


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

#masthead {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	width: 100vw;
}

#bg_logo {
	width: 493px;
	height: 208px;
	display: inline-block;
	position: relative;
	margin: 0;
	background: url(../picts/bg_logo.svg) left top no-repeat;
	background-size: contain;
}

#logo {
	display: inline-block;
	width: 52%;
	z-index: +1;
	position: relative;
	top: 40px;
	left: 56px;
}

body.home #bg_logo {
	width: 546px;
	height: 230px;
}

body.home #logo {
	width: 52%;
	top: 42px;
	left: 58px;
}




/*//////// HANBURGER ////////*/
#menuToggle {
position: absolute;
width: 64px;
height: 64px;
background: #e53d51;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
cursor: pointer;
z-index: 100;
display: inline-block;
right: 45px;
top: 45px;
}

#menuToggle span {
display: block;
position: absolute;
height: 2px;
width: 28px;
background: #fff;
opacity: 1;
left: 18px;
border-radius: 1px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

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

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

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

#menuToggle span:nth-child(3) {
top: 39px;
}

#menuToggle.active span:nth-child(1) {
width: 48px;
height: 3px;
-webkit-transform: rotate(50deg);
-moz-transform: rotate(50deg);
-o-transform: rotate(50deg);
transform: rotate(50deg);
margin-top: 14px;
left: 0px;
}

#menuToggle.active span:nth-child(2) {
opacity: 0;
}

#menuToggle.active span:nth-child(3) {
width: 48px;
height: 3px;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-50deg);
margin-top: -4px;
left: 0px;
}

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

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

#navi {
position: absolute;
z-index: -90;
transform-origin: top right;
width: 48px;
height: 48px;
transform: scale(10%);
}

#navi.open {
position: absolute;
z-index: 90;
display: block;
background-color: #e53d51;
border-top-left-radius: 84px;
border-bottom-left-radius: 84px;
border-bottom-right-radius: 84px;
right: 45px;
top: 45px;
padding: 84px 84px 160px;
width: auto;
height: auto;
transform-origin: top right;
transform: scale(100%);
transition: .5s ease-in-out;
}

#headermenu  {
	padding: 0;
	margin: 0;
}

#headermenu > li {
	list-style-type: none;
	margin-bottom: 1.4em;
}

#headermenu > li > a {
	color: white;
	text-decoration: none;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	transition: all 0.8s ease-in-out 0s;
}

.sub-menu {
	padding: 0;
	margin-left: 1em;
	margin-top: 14px;
	margin-bottom: 14px;
}

.sub-menu > li {
	list-style-type: none;
	margin-bottom: 0.2em;
}

.sub-menu > li > a {
	font-size: 20px;
	color: white;
	text-decoration: none;
	font-weight: 600;
}



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

footer {
	background: #005a64;
	color: white;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer .container {
	color: white;
	display: grid;
	grid-template-columns: 150px 1fr 150px;
	align-items: center;
}

.copyright {
	font-size: 0.75em;
	line-height: 1.2;
	display: inline-block;
}

#footermenu {
	width: 100%;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 25px 0;
	text-align: center;
}

#footermenu li {
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	font-size: 20px;
}

#footermenu li::after {
	content: "|";
	display: inline-block;
	font-weight: 600;
	margin-right: 5px;
	margin-left: 10px;
}

#footermenu li:last-child:after {
	display: none;
}

#footermenu li a {
	font-weight: 600;
	color: white;
	text-decoration: none;
	
}

.section_footer li a:hover,
.section_footer li.current-menu-item a {
	opacity: 1;
}

.section_footer li.current-menu-item a {
	font-weight: 800;
}

.welle_oben,
.welle_unten {
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1280px;
	height: auto;
}

.welle_oben img,
.welle_unten img {
	display: block;
	width: 100%;
	height: auto;
}


/*//////// HOME ////////*/
#header_home {
	background-position: center 38%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25vw;
	color: white;
}

#header_home .container {
	margin-bottom: 0.5em;
}

#header_home h1 {
	max-width: 840px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#header_home p {
	max-width: 830px;
	font-size: 1.33em;
	line-height: 1.4;
	letter-spacing: 0.1px;
	margin-bottom: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#intro_home {
	background-color: #fad600;
	padding-top: 90px;
	padding-bottom: 50px;
}

.grid_teaser {
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	justify-items: stretch;
	align-items: stretch;
	justify-content: stretch; 
	align-content: stretch;
	margin-bottom: 30px;
}

.teaser_home {
	border-radius: 60px;
	margin-bottom: 20px;
}

.teaser_home > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 45% 55%;
	height: 100%;
}

.txt_teaser {
	padding: 22px;
	justify-self: stretch;
	align-self: stretch;
}

.txt_teaser h3 {
	letter-spacing: -0.1px;
	margin-top: 5px;
}

.txt_teaser p {
	margin-bottom: 5px;
}

.teaser_home figure img {
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.wp-element-button {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 20px;
	margin-bottom: 20px;
}





/*//////// THERAPIEABLAUF ////////*/

#therapieablauf {
	background-color: #ccebef;
	padding-top: 100px;
	padding-bottom: 100px;
}

#therapieablauf h1 {
	margin-top: 0;
}

body.home #therapieablauf {
	background-color: #fffad7;
}

.cols_ablauf {
	gap: 84px
}

.cols_ablauf .col_left {
	padding-right: 22px;
	padding-left: 22px;
}

.infokasten {
	border-radius: 60px;
	padding: 22px 22px 36px;
}

.icon_info {
	position: relative;
	display: inline-block;
	height: 74px;
	margin-top: -50%;
	margin-bottom: 20px;
}




/*//////// THERAPIEMATERIAL ////////*/

#therapiematerial {
	background-color: #ccebef;
	padding-top: 100px;
	padding-bottom: 100px;
}

#therapiematerial h1 {
	margin-top: 0;
}

#therapiematerial .inner {
	max-width: 782px;
}

.infokasten_kara {
	border-radius: 60px;
	padding: 48px 24px;
	margin-bottom: 2em;
}

.infokasten_kara > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 3fr 1fr;
	align-items: center;
	gap: 22px;
}

.infokasten_kara .wp-element-button {
	margin-bottom: 0;
}

.img_drop,
.img_drop img {
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
}

.img_drop_bottom_right,
.img_drop_bottom_right img {
	border-bottom-left-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.img_drop_bottom_left,
.img_drop_bottom_left img {
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

#therapiematerial hr {
	height: 2px;
	background: #009baf;
	border: none;
	margin-top: 1.5em;
	margin-bottom: 1em;
}


/*//////// KONTAKT ////////*/
section#kontakt {
	background: #009baf;
	padding-bottom: 50px;
}

section#kontakt .welle_oben {
	position: relative;
	transform: translateY(-64%);
}

section#kontakt .cols_kontakt {
	gap: 84px
}

section#kontakt .cols_kontakt .col_right {
	padding-right: 22px;
	padding-left: 22px;
}

.nf-form-fields-required { 
	display: none;
}

.nf-error-msg {
	display: inline-block;
	text-align: center !important;
	font-size: 14px;
	color: #fff !important;
	background: #e53d51 !important;
	height: 20px !important;
	border-radius: 10px;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.nf-error.field-wrap .nf-field-element::after {
	display: none !important;
}

.nf-field-container {
	margin-bottom: 10px !important;
}

.nf-field-label {
	display: none;
}

.nf-field-element input {
	border: none !important;
	height: 42px !important;
	border-radius: 24px !important;
	padding-left: 16px !important;
	padding-right: 8px;
	font-family: 'Figtree';
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #005a64;
}

.nf-field-element input placeholder {
	color: red;
}

textarea {
	border: none !important;
	border-radius: 24px !important;
	padding: 16px !important;
}

/* WebKit browsers (Chrome, Safari, Edge) */
.nf-field-element::placeholder {
    color: #ff2888 !important;
    font-style: italic !important;
}

/* Mozilla Firefox 19+ */
.nf-field-element::-moz-placeholder {
    color: #ff2888 !important;
    opacity: 1 !important;
}

.listradio-wrap li {
	position: relative;
	display: inline-block;
	height: 30px !important;
	margin-right: 30px !important;
	margin-bottom: 0 !important;
}

.listradio-wrap .nf-field-element label {
	font-size: 13.5px;
	margin-right: 30px !important;
}

.listradio-wrap .nf-field-element label:after {
	border: none !important;
	width: 24px !important;
	height: 24px !important;
	position: absolute;
	top: -2px !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
	height: 18px !important;
	width: 18px !important;
	left: -27px !important;
	top: 1px !important;
	border: none;
	background: #005a64 !important;
}

input.btn_submit {
	float: right !important;
	text-align: center !important;
	background: #e53d51 !important;
	padding-right: 28px !important;
	padding-left: 28px !important;
	line-height: 1;
}

input.btn_submit:hover {
	cursor: pointer;
	color: white !important;
	outline: 2px solid white;
}

.nf-response-msg {
	_margin-top: 3em;
}



/*//////// FÜR ELTERN / FÜR JUGENDLICHE ////////*/

#header_image {
	padding-top: 100px;
	padding-bottom: 10px;
}

body.page-fuer-eltern #header_image {
	background: #005a64;
}

body.page-fuer-jugendliche #header_image {
	background: #009baf;
}

#header_image .container h1 {
	font-size: 36px;
}

#header_image .container {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 10px;
	align-items: center;
	color: white;
	margin-bottom: -110px;
	z-index: +1;
}

#header_image .container .img_drop {
	position: relative;
	transform: translateY(-4%);
	width: 390px;
}



/*//////// INTRO ////////*/

#intro {
	background-color: #fad600;
	padding-top: 140px;
	padding-bottom: 30px;
	position: relative;
	margin-top: -80px;
	z-index: -1;
}

#intro .container {
	padding-left: 22px;
	padding-right: 22px;
}

.absatz_eng {
	max-width: 846px;
	margin-right: auto;
	margin-left: auto;
}

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

#leistungen {
	padding-top: 50px;
	padding-bottom: 50px;
}

#leistungen .wp-element-button {
	margin-bottom: 0px;
}

/* Accordion */

.wp-block-tt-accordion {

}

.leistungen_accordion li {
	border: none !important;
	margin-bottom: 20px;
}

.leistungen_accordion .wp-block-tt-accordion-item-header {
	background: #fad600;
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
}

.leistungen_accordion li button {
	position: relative;
	height: 100% !important;
	padding-right: 15px !important;
	padding-left: 25px !important;
	display: inline-block;
}

.leistungen_accordion li button span {
	position: relative;
	display: inline-block;
}

.leistungen_accordion .wp-block-tt-accordion-item-panel {
	padding: 20px 25px 20px !important;
}

.wp-block-tt-accordion-item-panel .wp-block-list {
	margin: 0;
	padding-left: 20px;
}

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

.leistungen_accordion span.wp-block-tt-accordion-item-header-button-icon-arrow svg {
	display: none;
	width: 0px;
}

.leistungen_accordion span.wp-block-tt-accordion-item-header-button-icon-arrow:after {
    content: " ";
	width: 40px;
	height: 40px;
	background: url(../picts/accordion_toggle.svg) center center no-repeat;
	background-size: 40px;
}

.leistungen_accordion li button.expanded span.wp-block-tt-accordion-item-header-button-icon-arrow:after {
	transform: rotate(180deg);
}

.wp-block-tt-accordion-item-panel .wp-block-list li {
	margin-bottom: 0.5em;
}

.leistungen_krisen {
	position: relative;
	border-radius: 30px;
	padding: 25px 25px 15px;
	margin-bottom: 50px;
}

.icon_krise {
	width: 47px;
	position: absolute;
	right: 25%;
	bottom: -20px;
}


/*//////// FAQ ////////*/

#faq {
	padding-bottom: 150px;
}

#faq h1 {
	margin-top: 1em;
	padding-left: 22px;
}

#faq .welle_oben {
	position: relative;
	transform: translateY(-99%);
}

.faq_table .tableberg-header {
	background: #005a64;
	font-size: 20px;
	color: white;
	border: none;
}

.tableberg-header th  {
	padding: 10px 22px;
}

.faq_table tbody td {
	vertical-align: top;
	padding: 10px 22px 12px;
	margin-left: 22px !important;
	border-bottom: 2px solid #005a64 !important;
}

.faq_table tbody td:first-child {
	width: 25%;
	font-weight: 600;
}

.faq_table tbody td:first-child:before { /* Abdecker Linie */
	content: "";
	display: inline-block;
	width: 20px !important;
	height: calc(100% + 2px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: +1;
	background: #fff9d7;
}

.faq_table .tableberg-cell-inner ul {
	padding-left: 20px;
	margin: 0;
}

.faq_table .tableberg-cell-inner li {
	color: #005a64;
	margin-bottom: 0.5em !important;
}



/*//////// TEAM ////////*/
body.page-team #header_image {
	background: #009baf;
}

#vita {
	padding-top: 100px;
	padding-bottom: 100px;
}

#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
	width: 434px;
	margin-bottom: -217px;
}

.holder_vita_right {
	padding: 40px 0 40px 474px;
	display: inline-block;
	position: relative;
	z-index: -1;
	margin-bottom: 100px;
}

.extend_right:after {
	display: inline-block;
	content: "";
	width: 50vw;
	height: 100%;
	background: #005a64;
	position: absolute;
	left: 100%;
	bottom: 0;
}

.holder_vita_left {
	padding: 40px 454px 40px 20px;
	display: inline-block;
	position: relative;
	z-index: -1;
	margin-bottom: 10px;
}

.img_right {
	position: relative;
	right: 0;
}

.extend_left:before {
	display: inline-block;
	content: "";
	width: 50vw;
	height: 100%;
	background: #009baf;
	position: absolute;
	right: 100%;
	bottom: 0;
}



/*//////// PAGES ALLGEMEIN ////////*/
body.page-template-default #header {
	background: #005a64;
	padding-top: 240px;
	padding-bottom: 40px;
}

body.page-template-default #header .container {
	display: flex;
	color: white;
}

body.page-template-default article {
	max-width: 846px;
	margin-bottom: 100px;
}






/* #Media Queries
================================================== */
@media only screen and (max-width: 1400px) {
body.home #bg_logo {
width: 520px;
height: 225px;
}
body.home #logo {
top: 40px;
left: 54px;
}
#header_home {
background-position: center 50%;
padding-top: 380px;
}
#header_image .container {
grid-template-columns: 1fr 370px;
margin-bottom: -110px;
}
#header_image .container .img_drop {
width: 370px;
}


}


@media only screen and (max-width: 1280px) {
.welle_oben,
.welle_unten {
width: calc(100% + 100px);
}
#header_image .container {
grid-template-columns: 1fr 360px;
margin-bottom: -110px;
}
#header_image .container .img_drop {
width: 350px;
}
#intro_home {
padding-top: 80px;
padding-bottom: 50px;
}
#therapieablauf {
padding-top: 80px;
padding-bottom: 80px;
}
.cols_ablauf {
gap: 60px
}
.cols_ablauf .col_left {
padding-right: 20px;
padding-left: 20px;
}
.infokasten {
border-radius: 50px;
padding: 22px 22px 36px;
}
#therapiematerial {
padding-top: 80px;
padding-bottom: 90px;
}
section#kontakt .cols_kontakt {
gap: 60px;
}
#intro {
padding-top: 120px;
padding-bottom: 20px;
}
#faq {
padding-bottom: 120px;
}
#vita {
padding-top: 70px;
padding-bottom: 100px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 380px;
margin-bottom: -190px;
}
.holder_vita_right {
padding: 40px 0px 40px 410px;
margin-bottom: 100px;
}
.holder_vita_left {
padding: 40px 410px 40px 20px;
}




}




@media only screen and (max-width: 1208px) {
h1 {
font-size: 39px;
}
.container {
width: calc(100% - 100px);
}
#bg_logo {
width: 440px;
height: 190px;
}
#logo {
left: 50px;
}
body.home #bg_logo {
width: 490px;
height: 210px;
}
body.home #logo {
width: 53%;
top: 38px;
left: 48px;
}
#menuToggle {
right: 50px;
top: 40px;
}
#navi.open {
right: 50px;
top: 40px;
}
#header_home {
background-position: center center;
padding-top: 320px;
}
#header_home p {
font-size: 1.3em;
}
#header_image .container h1 {
font-size: 34px;
}
#header_image .container {
grid-template-columns: 1fr 340px;
margin-bottom: -110px;
}
#header_image .container .img_drop {
width: 320px;
}
#intro_home {
padding-top: 70px;
padding-bottom: 50px;
}
.teaser_home {
border-radius: 50px;
margin-bottom: 20px;
}
.txt_teaser {
padding: 20px;
}
.teaser_home figure img {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.grid_teaser {
gap: 20px;
margin-bottom: 30px;
}
.teaser_home > .wp-block-group__inner-container {
grid-template-columns: 40% 60%;
}
#therapieablauf {
padding-top: 70px;
padding-bottom: 70px;
}
.cols_ablauf {
gap: 40px
}
#therapiematerial {
padding-top: 70px;
padding-bottom: 80px;
}
.infokasten_kara {
border-radius: 50px;
padding: 30px 24px;
}
.infokasten_kara > .wp-block-group__inner-container {
grid-template-columns: 3fr 1fr;
gap: 20px;
}
section#kontakt {
padding-bottom: 40px;
}
body.page-template-default #header {
padding-top: 220px;
padding-bottom: 40px;
}


}


@media only screen and (max-width: 1024px) {
h1 {
font-size: 38px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 22px;
}
.container {
width: calc(100% - 80px);
}	
.welle_oben,
.welle_unten {
width: calc(100% + 80px);
}
#bg_logo {
width: 390px;
height: 170px;
}
#logo {
width: 54%;
top: 28px;
left: 40px;
}
body.home #bg_logo {
width: 460px;
height: 200px;
}
body.home #logo {
width: 54%;
top: 30px;
left: 40px;
}
#menuToggle {
right: 40px;
top: 35px;
}
#navi.open {
border-top-left-radius: 80px;
border-bottom-left-radius: 80px;
border-bottom-right-radius: 80px;
right: 40px;
top: 35px;
padding: 74px 74px 120px;
}
#header_home {
padding-top: 240px;
}
#header_home p {
font-size: 1.25em;
}
#header_image .container {
grid-template-columns: 1fr 320px;
margin-bottom: -90px;
}
#header_image .container .img_drop {
width: 300px;
}
#intro_home {
padding-top: 60px;
padding-bottom: 50px;
}
.teaser_home > .wp-block-group__inner-container {
grid-template-columns: 37% 63%;
}
.txt_teaser {
padding: 20px 20px 20px 15px;
}
#therapieablauf {
padding-top: 60px;
padding-bottom: 50px;
}
.cols_ablauf {
gap: 20px
}
.cols_ablauf .col_left {
padding-right: 20px;
padding-left: 20px;
}
#therapiematerial {
padding-top: 60px;
padding-bottom: 70px;
}
section#kontakt {
padding-bottom: 30px;
}
section#kontakt .cols_kontakt {
gap: 50px
}
section#kontakt .cols_kontakt .col_right {
padding-right: 0px;
padding-left: 0px;
}
#intro {
padding-top: 110px;
padding-bottom: 20px;
}
#intro .container {
padding-left: 0px;
padding-right: 0px;
}
#leistungen {
padding-top: 40px;
padding-bottom: 40px;
}
#vita {
padding-top: 70px;
padding-bottom: 100px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 340px;
margin-bottom: -170px;
}
.holder_vita_right {
padding: 30px 0px 30px 370px;
margin-bottom: 60px;
}
.holder_vita_left {
padding: 30px 370px 30px 0px;
}


}


@media only screen and (max-width: 900px) {
.container {
width: calc(100% - 60px);
}	
.welle_oben,
.welle_unten {
width: calc(100% + 60px);
}
#bg_logo {
width: 350px;
height: 150px;
}
#logo {
width: 57%;
top: 18px;
left: 30px;
}
body.home #bg_logo {
width: 420px;
height: 180px;
}
body.home #logo {
width: 55%;
top: 30px;
left: 30px;
}
#menuToggle {
right: 30px;
top: 30px;
}
#navi.open {
border-top-left-radius: 70px;
border-bottom-left-radius: 70px;
border-bottom-right-radius: 70px;
right: 30px;
top: 30px;
padding: 60px 60px 100px;
}
#headermenu > li > a {
font-size: 29px;
}
#header_home {
padding-top: 230px;
}
#header_home p {
font-size: 1.2em;
}
#header_image  {
padding-top: 80px;
}
#header_image .container {
grid-template-columns: 1fr 290px;
margin-bottom: -80px;
}
#header_image .container h1 {
font-size: 31px;
}
#header_image .container .img_drop {
width: 270px;
}
#intro_home {
padding-top: 50px;
padding-bottom: 40px;
}
.teaser_home > .wp-block-group__inner-container {
grid-template-columns: 35% 65%;
}
.teaser_home {
border-radius: 40px;
}
.teaser_home figure img {
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
}
#therapieablauf {
padding-top: 50px;
padding-bottom: 40px;
}
.cols_ablauf {
gap: 10px
}
.cols_ablauf .col_left {
padding-right: 0px;
padding-left: 0px;
}
.icon_info {
height: 66px;
margin-top: -50%;
margin-bottom: 5px;
top: -5px;
}
.icon_info img {
width: 66px !important;
height: 66px !important;
}
.infokasten {
border-radius: 40px;
padding: 20px 20px 30px;
}
#therapiematerial {
padding-top: 50px;
padding-bottom: 60px;
}
.infokasten_kara {
border-radius: 40px;
padding: 30px 24px;
}
.infokasten_kara > .wp-block-group__inner-container {
grid-template-columns: 3fr 1fr;
gap: 15px;
}
section#kontakt {
padding-bottom: 20px;
}
section#kontakt .cols_kontakt {
gap: 40px;
}
.leistungen_accordion .wp-block-tt-accordion-item-header {
font-size: 19px;
}
#faq {
padding-bottom: 80px;
}
#faq h1 {
margin-top: 1em;
padding-left: 0px;
}
.tableberg-header th  {
padding: 10px 20px;
}
.faq_table tbody td {
padding: 10px 0 12px 17px;
margin-left: 20px !important;
}
.faq_table tbody td:first-child:before { /* Abdecker Linie */
display: none;
}
body.page-template-default #header {
padding-top: 200px;
padding-bottom: 30px;
}
#vita {
padding-top: 60px;
padding-bottom: 80px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 300px;
margin-bottom: -150px;
}
.holder_vita_right {
padding: 30px 0px 30px 320px;
margin-bottom: 60px;
}
.holder_vita_left {
padding: 30px 320px 30px 0px;
}


}


@media only screen and (max-width: 840px) {
#intro_home {
padding-top: 40px;
padding-bottom: 30px;
}
.grid_teaser {
display: block! important;
margin-bottom: 0px;
}
.teaser_home {
border-radius: 30px;
margin-bottom: 20px !important;
height: auto !important;
height: 100px;
}
.teaser_home > .wp-block-group__inner-container {
grid-template-columns: 35% 65%;
height: auto;
}
.txt_teaser {
padding: 30px 25px 25px;
}
.teaser_home figure img {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.wp-element-button {
font-size: 19px;
}
section#kontakt {
padding-bottom: 10px;
}
#vita {
padding-top: 40px;
padding-bottom: 60px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 260px;
margin-bottom: -130px;
}
.holder_vita_right {
padding: 20px 0px 20px 280px;
margin-bottom: 60px;
}
.holder_vita_left {
padding: 20px 280px 20px 0px;
}


}


@media only screen and (max-width: 780px) {
.cols_ablauf {
gap: 50px;
}
section#kontakt .cols_kontakt {
flex-wrap: nowrap !important;
gap: 15px
}


}



@media only screen and (max-width: 768px) {
#bg_logo {
width: 310px;
height: 140px;
}
#logo {
width: 58%;
top: 14px;
}
body.home #bg_logo {
width: 400px;
height: 170px;
}
body.home #logo {
width: 55%;
}
#menuToggle {
transform: scale(90%);
transform-origin: right top;
top: 20px;
}
#navi.open {
border-top-left-radius: 60px;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
right: 30px;
top: 20px;
padding: 50px 50px 80px;
}
#headermenu > li > a {
font-size: 28px;
}
.sub-menu {
margin-top: 12px;
margin-bottom: 12px;
}
h1 {
font-size: 35px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 21px;
}
#footermenu li {
font-size: 18px;
}
#header_home {
background-position: center bottom;
padding-top: 210px;
}
#header_image  {
padding-top: 75px;
}
#header_image .container {
grid-template-columns: 1fr 240px;
margin-bottom: -60px;
}
#header_image .container h1 {
font-size: 30px;
max-width: 320px;
}
#header_image .container .img_drop {
width: 220px;
transform: translateY(0);
}
.infokasten_kara > .wp-block-group__inner-container {
align-items: start;
}
.infokasten_kara > .wp-block-group__inner-container .img_drop {
margin-top: 0.5em;
}
#intro {
margin-top: -50px;
padding-top: 80px;
padding-bottom: 10px;
}
#intro h1 {
margin-top: 1em;
}
.leistungen_accordion li {
margin-bottom: 15px;
}
.leistungen_accordion .wp-block-tt-accordion-item-header {
height: 50px;
border-radius: 25px;
font-size: 18px;
}
.leistungen_accordion li button {
padding-right: 10px !important;
padding-left: 20px !important;
}
.leistungen_accordion .wp-block-tt-accordion-item-panel {
padding: 15px 20px 10px !important;
}
.wp-block-tt-accordion-item-panel .wp-block-list {
padding-left: 20px;
}
.leistungen_accordion span.wp-block-tt-accordion-item-header-button-icon-arrow:after {
width: 36px;
height:36px;
background: url(../picts/accordion_toggle.svg) center center no-repeat;
background-size: 36px;
}
.leistungen_krisen {
border-radius: 25px;
padding: 20px 20px 15px;
margin-bottom: 40px;
}
#faq {
padding-bottom: 60px;
}
#faq h1 {
margin-top: 1em;
padding-left: 0px;
}
.faq_table .tableberg-header {
font-size: 18px;
}
.tableberg-header th  {
padding: 5px 10px;
}
.faq_table tbody td {
padding: 10px 0 12px 10px;
margin-left: 20px !important;
}
body.page-template-default #header {
padding-top: 180px;
padding-bottom: 30px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 220px;
margin-bottom: -110px;
}
.holder_vita_right {
padding: 20px 0px 20px 240px;
margin-bottom: 50px;
}
.holder_vita_left {
padding: 20px 240px 20px 0px;
}


}


@media only screen and (max-width: 680px) {
#bg_logo {
width: 280px;
height: 120px;
}
#logo {
width: 61%;
top: 12px;
}
body.home #bg_logo {
width: 370px;
height: 160px;
}
body.home #logo {
width: 55%;
top: 17%;
}
#navi.open {
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
right: 30px;
top: 20px;
padding: 40px 40px 60px;
}
#menuToggle {
transform: scale(80%);
top: 20px;
}
#headermenu > li > a {
font-size: 26px;
}
#footermenu li {
font-size: 16px;
}
#header_home {
padding-top: 200px;
}
#header_home p {
font-size: 1.15em;
}
#header_image  {
padding-top: 75px;
}
#header_image .container {
grid-template-columns: 1fr 220px;
margin-bottom: -50px;
}
#header_image .container h1 {
font-size: 29px;
max-width: 300px;
}
#header_image .container .img_drop {
width: 200px;
}
#vita {
padding-top: 40px;
padding-bottom: 60px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 200px;
margin-bottom: -100px;
}
.holder_vita_right {
padding: 20px 0px 20px 220px;
margin-bottom: 50px;
}
.holder_vita_left {
padding: 20px 210px 20px 0px;
}

}


@media only screen and (max-width: 640px) {
h1 {
font-size: 34px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 20px;
}
.container {
width: calc(100% - 40px);
}
.welle_oben,
.welle_unten {
width: calc(100% + 40px);
}
#bg_logo {
width: 260px;
height: 110px;
}
#logo {
width: 64%;
top: 9px;
left: 20px;
}
body.home #bg_logo {
width: 360px;
height: 160px;
}
body.home #logo {
width: 57%;
top: 15%;
left: 20px;
}
#menuToggle {
right: 20px;
top: 20px;
}
#navi.open {
width: calc(100% - 40px);
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
right: 20px;
top: 20px;
padding: 35px 30px 50px;
}
#headermenu > li > a {
font-size: 24px;
}
.sub-menu {
margin-top: 10px;
margin-bottom: 10px;
}
.sub-menu > li > a {
font-size: 18px;
}
.teaser_home {
border-radius: 30px;
}
.teaser_home figure img {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
#intro_home {
padding-top: 30px;
padding-bottom: 20px;
}
.txt_teaser {
padding: 25px 20px 20px;
}
.wp-element-button {
font-size: 18px;
}
.icon_info {
height: 60px;
margin-top: -50%;
margin-bottom: 5px;
top: -10px;
}
.icon_info img {
width: 60px !important;
height: 60px !important;
}
#therapieablauf {
padding-top: 40px;
padding-bottom: 40px;
}
.infokasten {
border-radius: 30px;
padding: 20px;
}
#therapiematerial {
padding-top: 40px;
padding-bottom: 50px;
}
.infokasten_kara {
border-radius: 30px;
padding: 30px 24px;
}
.infokasten_kara > .wp-block-group__inner-container {
grid-template-columns: 3fr 1fr;
gap: 10px;
}
section#kontakt .cols_kontakt {
flex-wrap: wrap !important;
gap: 10px;
}
.listradio-wrap li {
height: 22px !important;
}
input.btn_submit {
float: none !important;
margin-top: -5px !important;
width: 130px !important;
margin-right: auto !important;
margin-left: auto !important;
position: relative !important;
display: block !important;
}
section#kontakt .cols_kontakt .col_right {
border-top: 1px solid #eee;
padding-top: 10px;
}
body.page-template-default #header {
padding-top: 150px;
padding-bottom: 20px;
}
#vita {
padding-top: 40px;
padding-bottom: 60px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 180px;
margin-bottom: -90px;
}
.holder_vita_right {
padding: 20px 0px 20px 200px;
margin-bottom: 50px;
}
.holder_vita_left {
padding: 20px 190px 20px 0px;
}


}


@media only screen and (max-width: 560px) {
h1 {
font-size: 33px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 19px;
}
footer .container {
grid-template-columns: 150px 1fr 90px;
}
#footermenu li {
font-size: 15px;
}	
#header_home {
padding-top: 190px;
}
#header_home p {
font-size: 1.1em;
}
#header_image  {
padding-top: 70px;
}
#header_image .container {
grid-template-columns: 1fr 180px;
margin-bottom: -45px;
}
#header_image .container h1 {
font-size: 28px;
max-width: 300px;
}
#header_image .container .img_drop {
width: 180px;
}
.infokasten_kara > .wp-block-group__inner-container .img_drop {
margin-top: 0;
}
#faq {
padding-bottom: 40px;
}
.faq_table tbody td:first-child {
width: 35%;
}
#vita {
padding-top: 30px;
padding-bottom: 50px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 180px;
margin-bottom: -90px;
}
.holder_vita_right {
padding: 100px 0px 20px 20px;
margin-bottom: 40px;
}
.holder_vita_left {
padding: 100px 20px 20px 0px;
}

}


@media only screen and (max-width: 500px) {
body {
font-size: 15px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 23px;
}
h3 {
font-size: 18px;
}
#menuToggle {
transform: scale(70%);
right: 20px;
top: 15px;
}
#navi.open {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
right: 20px;
top: 15px;
padding: 30px;
}
#headermenu > li {
margin-bottom: 1.2em;
}
#headermenu > li > a {
font-size: 22px;
}
.sub-menu {
margin-top: 6px;
margin-bottom: 8px;
}
.sub-menu > li > a {
font-size: 17px;
}
footer {
padding-top: 15px;
padding-bottom: 15px;
}
footer .container {
grid-template-columns:  1fr;
}
#footermenu {
padding: 0 0 15px;
}
.copyright {
order: 2;	
line-height: 1.4;
}
#header_home {
background-position: center bottom;
padding-top: 190px;
}
#header_home p {
font-size: 1.05em;
}
#header_image  {
padding-top: 75px;
}
#header_image .container {
grid-template-columns: 1fr 160px;
margin-bottom: -40px;
}
#header_image .container h1 {
font-size: 25px;
max-width: 260px;
}
#header_image .container .img_drop {
width: 160px;
}
.teaser_home {
border-radius: 20px;
}
.teaser_home > .wp-block-group__inner-container {
grid-template-columns: 30% 70%;
}
.teaser_home figure img {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.txt_teaser {
padding: 20px 20px 20px;
}
.icon_info {
height: 50px;
margin-top: -50%;
margin-bottom: 5px;
top: -10px;
}
.icon_info img {
width: 50px !important;
height: 50px !important;
}
.infokasten {
border-radius: 20px;
padding: 15px 15px 10px;
}
.infokasten_kara {
border-radius: 20px;
padding: 20px;
}
.infokasten_kara > .wp-block-group__inner-container {
grid-template-columns: 1fr;
gap: 15px
}
.infokasten_kara > .wp-block-group__inner-container .img_drop {
grid-row: 1;
width: 40%;
}
section#kontakt {
padding-bottom: 1px;
}
#leistungen {
padding-top: 30px;
padding-bottom: 20px;
}
.leistungen_accordion li {
margin-bottom: 10px;
}
.leistungen_accordion .wp-block-tt-accordion-item-header {
height: 46px;
border-radius: 23px;
font-size: 16px;
line-height: 1;
}
.leistungen_accordion li button {
padding: 0 10px 0 15px !important;
}
.leistungen_accordion .wp-block-tt-accordion-item-panel {
padding: 15px 15px 10px !important;
}
.leistungen_accordion span.wp-block-tt-accordion-item-header-button-icon-arrow:after {
width: 30px;
height: 30px;
background: url(../picts/accordion_toggle.svg) center center no-repeat;
background-size: 30px;
}
.leistungen_krisen {
border-radius: 23px;
padding: 15px;
margin-bottom: 30px;
}
.icon_krise {
width: 45px;
right: 25px;
}
body.page-template-default #header {
padding-top: 130px;
padding-bottom: 15px;
}

}


@media only screen and (max-width: 420px) {
body {
font-size: 14px;
}
h1 {
font-size: 27px;
}
h2 {
font-size: 22px;
}
#headermenu > li > a {
font-size: 21px;
}
.sub-menu {
margin-top: 4px;
margin-bottom: 6px;
}
#headermenu > li {
margin-bottom: 1em;
}
.sub-menu > li > a {
font-size: 17px;
}
#header_home {
background-position: center bottom;
padding-top: 180px;
}
#header_home p {
font-size: 1em;
}
#header_image  {
padding-top: 80px;
}
#header_image .container {
grid-template-columns: 1fr 135px;
margin-bottom: -40px;
}
#header_image .container h1 {
font-size: 23px;
max-width: 230px;
}
#header_image .container .img_drop {
width: 135px;
}
#intro_home {
padding-top: 20px;
padding-bottom: 15px;
}
.teaser_home > .wp-block-group__inner-container {
grid-template-columns: 35% 65%;
}
.txt_teaser {
padding: 15px;
}
.wp-element-button {
font-size: 17px;
}
.leistungen_accordion li {
margin-bottom: 8px;
}
.leistungen_accordion .wp-block-tt-accordion-item-header {
height: 44px;
border-radius: 24px;
font-size: 15px;
line-height: 1;
}
.leistungen_accordion li button {
padding: 0 10px 0 15px !important;
}
.leistungen_accordion .wp-block-tt-accordion-item-panel {
padding: 10px !important;
}
.leistungen_accordion span.wp-block-tt-accordion-item-header-button-icon-arrow:after {
width: 28px;
height: 28px;
background: url(../picts/accordion_toggle.svg) center center no-repeat;
background-size: 28px;
}
.leistungen_krisen {
border-radius: 20px;
padding: 15px;
}
.icon_krise {
width: 40px;
}
#faq {
padding-bottom: 20px;
}
#faq h1 {
margin-top: 1em;
padding-left: 0px;
}
.faq_table .tableberg-header {
font-size: 17px;
}
.tableberg-header th  {
padding: 5px 7px;
}
.faq_table tbody td {
padding: 8px 0 10px 7px;
}
#vita {
padding-top: 20px;
padding-bottom: 30px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 160px;
margin-bottom: -80px;
}
.holder_vita_right {
padding: 90px 0px 20px 20px;
margin-bottom: 40px;
}
.holder_vita_left {
padding: 90px 20px 20px 0px;
}

}


@media only screen and (max-width: 380px) {
#header_image  {
padding-top: 85px;
}
#header_image .container {
grid-template-columns: 1fr 130px;
margin-bottom: -30px;
}
#header_image .container h1 {
font-size: 21px;
max-width: 210px;
}
#header_image .container .img_drop {
width: 130px;
}
.leistungen_accordion .wp-block-tt-accordion-item-header {
height: 44px;
border-radius: 24px;
font-size: 15px;
line-height: 1;
}


}


@media only screen and (max-width: 360px) {
body {
font-size: 13px;
}
h1 {
font-size: 25px;
}
h2 {
font-size: 20px;
}
.container {
width: calc(100% - 30px);
}
.welle_oben,
.welle_unten {
width: calc(100% + 100px);
}
#bg_logo,
body.home #bg_logo {
width: 100%;
height: 160px;
margin-top: -10px;
}
#logo,
body.home #logo {
top: 16%;
width: 57%;
left: 10px;
}
#menuToggle {
right: 15px;
top: 8px;
transform: scale(60%);
}
#navi.open {
width: calc(100% - 30px);
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
right: 15px;
top: 8px;
padding: 20px;
}
#headermenu > li > a {
font-size: 20px;
}
.sub-menu {
margin-top: 2px;
margin-bottom: 4px;
}
.sub-menu > li > a {
font-size: 16px;
}
#header_home {
padding-top: 190px;
}
#header_image  {
padding-top: 115px;
}
#header_image .container {
grid-template-columns: 1fr 110px;
margin-bottom: -25px;
}
#header_image .container h1 {
font-size: 20px;
max-width:180px;
}
#header_image .container .img_drop {
width: 110px;
}
.txt_teaser {
padding: 10px;
}
.txt_teaser h3 {
font-size: 17px;
}
#therapieablauf {
padding-top: 30px;
padding-bottom: 20px;
}
.cols_ablauf {
gap: 30px
}
.icon_info img {
width: 50px !important;
height: 50px !important;
}
#therapiematerial {
padding-top: 30px;
padding-bottom: 40px;
}
.wp-element-button {
font-size: 16px;
}
.faq_table .tableberg-header {
font-size: 15px;
}
body.page-template-default #header {
padding-top: 46vw;
padding-bottom: 15px;
}
#vita {
padding-top: 10px;
padding-bottom: 30px;
}
#vita .img_drop_bottom_right,
#vita .img_drop_bottom_left {
width: 140px;
margin-bottom: -70px;
}
.holder_vita_right {
padding: 75px 0px 10px 10px;
margin-bottom: 30px;
}
.holder_vita_left {
padding:75px 10px 10px 0px;
}


}


