/*
 * Skip-Links für Accessibility
 */
.skip-link {
	position: absolute;
	top: -40px;
	left: 6px;
	background: #000;
	color: #fff;
	padding: 8px 16px;
	text-decoration: none;
	z-index: 100000;
	transition: top 0.3s;
}

.skip-link:focus {
	top: 6px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Screen Reader Announcements */
.screen-reader-announcement {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Breadcrumb Navigation Styling */
.breadcrumb-navigation {
	margin-bottom: 20px;
	font-size: 0.8em; /* Identisch zu Impressum/Datenschutz */
	color: #787878;
}

.breadcrumb-navigation a,
.breadcrumb-navigation a:visited,
.breadcrumb-navigation a:active,
.breadcrumb-navigation a:link {
	font-size: 0.8em; /* Einheitliche Schriftgröße für alle Link-Zustände */
	color: #787878;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-navigation a:hover {
	font-size: 0.8em; /* Schriftgröße bleibt konstant */
	color: #88AE95;
	text-decoration: underline;
}

/* Navigation Styling */
#top-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#top-navigation a {
	font-size: 0.8em; /* Identisch zur Sidebar-Menü-Schriftgröße */
	color: #787878;
	text-decoration: none;
	transition: color 0.3s ease;
}

#top-navigation a:hover {
	color: #88AE95;
	text-decoration: underline;
}

#mobile-menu {
	display: none;
}



@media (max-width: 768px) {
	#top-navigation {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#mobile-menu {
		display: block;
		align-self: flex-end;
	}
}

/*
 * Moderne Typografie-Basis
 * Relative Einheiten (rem/em) für bessere Skalierbarkeit
 */

/* Font-Display: swap für bessere Performance */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v30/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosans/v30/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FFFD;
}

html {
	font-size: 16px; /* Basis-Schriftgröße für rem-Berechnung */
}

body {
	font-size: 1rem; /* 16px bei Standard-Browser */
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	background: url(/wp-content/themes/spielsucht/images/bg.png) fixed;
	color: #000;
	position: relative;
	line-height: 1.5; /* Relative Zeilenhöhe */
}

/* Responsive Typografie mit clamp() */
h1 {
	font-size: clamp(1.5rem, 4vw, 2.5rem); /* 24px - 40px */
	line-height: 1.2;
}

h2 {
	font-size: clamp(1.25rem, 3vw, 2rem); /* 20px - 32px */
	line-height: 1.3;
}

h3 {
	font-size: clamp(1.125rem, 2.5vw, 1.5rem); /* 18px - 24px */
	line-height: 1.3;
}

h4 {
	font-size: clamp(1rem, 2vw, 1.25rem); /* 16px - 20px */
	line-height: 1.4;
}

h5, h6 {
	font-size: clamp(0.875rem, 1.5vw, 1rem); /* 14px - 16px */
	line-height: 1.4;
}

/* Fließtext */
p {
	margin: 0 0 1.25rem 0; /* 20px bei 16px Basis */
	line-height: 1.6;
	font-size: 1rem;
}

/* Navigation und Buttons */
nav a, button, .button {
	font-size: 1rem;
	line-height: 1.4;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
	html {
		font-size: 14px; /* Kleinere Basis auf mobilen Geräten */
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 18px; /* Größere Basis auf großen Bildschirmen */
	}
}

/*
Theme Name: 
Theme URI:
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img {
	border: none;
}
a, .link {
	color: #88AE95;
	text-decoration: none;
	cursor:pointer;
}
a:hover, .link:hover {
	text-decoration: underline;
}
.alignright {
	margin: 6px 0 0 15px;
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	margin: 6px 15px 0 0;
	display: inline;
	float: left;
}
.clear {
	clear: both!important;
	float:none!important;
}
strong, b, h1, h2, h3, h4, h5, th {
	font-weight: 700;
}
/* WRAPPER */

a#topanker {
	position:relative;
	top:0;
	left:0;
	height:40px;
	display:block;
	cursor:default;
}

#wrapper {
	width: 998px;
	margin: 0 auto 40px auto;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #eee;
	-moz-box-shadow: 0 0 5px #eee;
	-webkit-box-shadow: 0 0 5px #eee;
}
/* WRAPPER */

header {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eee;
	height: 110px;
}

header a.logo{
	width: 80px;
	height: 80px;
	display: block;
	background: url(/wp-content/themes/spielsucht/images/logo.png) no-repeat;
	background-size: contain;
	top: 10px;
	left: 25px;
	position: absolute;
}
header .h1 {
	top: 15px;
	left: 120px;
	font-size: 1.6em;
	position: absolute;
	font-weight: 700;
}
header p, header h1 {
	top: 50px;
	left: 120px;
	font-size: 0.8em;
	position: absolute;
	color: #787878;
	font-weight: 400;
}

/* LINKS */

div#links {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 0.8em;
}

div#links a{
	color: #787878;
	text-decoration: none;
}

div#links a:hover {
	text-decoration: underline;
}

/* CONTENT */


/* CONTENT */

main {
	width: 650px;
	float: right;
	position: relative;
	border-left: 1px solid #eee;
	padding: 25px;
}
main h1, main h2, main h3, main h4, main h5 {
	margin: 10px 0;
	line-height: 1.3em;
	font-size: 1.3em;
	color: #88AE95;
	border-bottom:1px dotted #ccc;
	padding:0 0 10px 35px;
	background:url(/wp-content/themes/spielsucht/images/logo-small.png) no-repeat 0 0;
	position:relative;
}

main h1 a#top, main h2 a#top, main h3 a#top, main h4 a#top, main h5 a#top{
	position:absolute;
	cursor:pointer;
	right:0;
	top:10px;
	width:20px;
	height:7px;
	display:block;
	background:url(/wp-content/themes/spielsucht/images/top.png) no-repeat;
	z-index:9;
	opacity:0.6;
}

main h1 a#top:hover, main h2 a#top:hover, main h3 a#top:hover, main h4 a#top:hover, main h5 a#top:hover{
	opacity:1;
}
main p {
	margin: 0 0 20px 0;
	line-height: 20px;
	font-size: 0.9em;
}

/* SECTION ENTRY */

main .entry {
	position:relative;
}

main .entry img {
	padding:3px;
	border:1px solid #88AE95;
	z-index:999;
	position:relative;
}


main .entry ul {
	margin:0 0 20px 20px;
	font-size:0.9em;
}
main .entry ul.margin-more {
	display: inline-block;
}
main .entry ul li {
	line-height:20px;
	list-style:square;
}
main .entry  ul.listnone{
	margin:0 0 20px 0;
}

main .entry  ul.listnone li{
	list-style:none;
}

main .entry  ul.listnone li.link {
	list-style:none;
}

/* SECTION DETAILS */

main .details ul {
	margin:0 0 20px 0;
}

main .details ul li, main ul.listnone li {
	list-style:none;
	position:relative;
	min-height:20px;
}


main .details ul li span.bubble, main ul.listnone li span.bubble{
	width:0px;
	overflow:hidden;
	text-align:center;
	height:20px;
	position:absolute;
	top:0;
	right:725px;
	background:#88AE95;
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index:999;
}

section .details ul li:hover span.bubble, section ul.listnone li:hover span.bubble, main .details ul li:hover span.bubble, main ul.listnone li:hover span.bubble{
	width:100px;
}

section .details ul li.link, section ul.listnone li.link, main .details ul li.link, main ul.listnone li.link{
	color: #88AE95;
	cursor:pointer;
}

section .details ul li.link:hover, section ul.listnone li.link:hover, main .details ul li.link:hover, main ul.listnone li.link:hover {
	text-decoration:underline;
}

section .details ul li span.icon, section ul.listnone li span.icon, main .details ul li span.icon, main ul.listnone li span.icon {
	width:15px;
	height:15px;
	margin:2px 15px 0 0;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
}

section .details ul li span.icon.phone, section ul.listnone li span.icon.phone, main .details ul li span.icon.phone, main ul.listnone li span.icon.phone {
	background-image:url(/wp-content/themes/spielsucht/images/phone.png);
}

section .details ul li span.icon.www, section ul.listnone li span.icon.www, main .details ul li span.icon.www, main ul.listnone li span.icon.www {
	background-image:url(/wp-content/themes/spielsucht/images/www.png);
}


section .details ul li span.icon.email, section ul.listnone li span.icon.email, main .details ul li span.icon.email, main ul.listnone li span.icon.email {
	background-image:url(/wp-content/themes/spielsucht/images/email.png);
}

section .details ul li span.icon.fax, section ul.listnone li span.icon.fax, main .details ul li span.icon.fax, main ul.listnone li span.icon.fax {
	background-image:url(/wp-content/themes/spielsucht/images/fax.png);
}
/* ANGEBOTE */

section .details ul.profil li, main .details ul.profil li{
	margin:0 0 10px 0;
	position:relative;
	font-size:0.9em;
	line-height:22px;
	float:left;
	width:100%;
}


section .details ul.profil li span, main .details ul.profil li span{
	float:right;
	width:660px;
}


section .details ul.profil li div.checkbox, main .details ul.profil li div.checkbox{
	width:20px;
	height:20px;
	border:1px solid #ccc;
	float:left;
	margin:0 15px 0 0;
}


section .details ul.profil li div.yes, main .details ul.profil li div.yes{
	background-image:url(/wp-content/themes/spielsucht/images/checkyes.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:17px;
	height:16px;
	display:block;
	position:absolute;
	left:3px;
	top:3px;
}

section .details ul.profil li div.placeholder, main .details ul.profil li div.placeholder{
	width:22px;
	height:25px;
	float:left;
	margin:0 15px 0 0;
}

section .details ul.profil li.headline, main .details ul.profil li.headline {
	margin:10px 0;
	font-weight:700;
}

section .details ul.profil li.headline.small, main .details ul.profil li.headline.small {
	margin:-10px 0 10px 0;
	font-weight:400;
}

/* TABLE OF CONTENT */

div#metoc {
	width:272px;
	float:right;
	background:#fdfdfd;
	border-left:15px solid #fff;
	position:relative;
	z-index:999;
}


div#metoc span.hide {
	position: absolute;
	font-size:0.6em;
	right:0;
	top:-20px;
	color:#999;
	cursor:pointer;
}

div#metoc span.show {
	z-index:999;
	background:#fff;
	border-left:20px solid #fff;
	position: absolute;
	font-size:0.6em;
	right:0;
	top:-20px;
	color:#999;
	cursor:pointer;
}

div#toc {
	width:250px;
	padding:10px;
	border:1px solid #eee;
}

div#toc div#toc_title{
	padding:0 0 10px 0;
	border-bottom:1px dotted #ccc;
	color:#4e4e4e;
	margin: 10px 0;
	line-height: 1.0em;
	font-size: 1.0em;

}

div#toc ul{
	margin:0 0 0 20px;
	font-size:0.8em;

}

div#toc ul li{
	list-style:square;
	list-style-image:url(/wp-content/themes/spielsucht/images/list-style-image.jpg);

}

div#toc ul li a {
	
	color:#787878
}

/* POST */

main .post {
	width:295px;
	float:left;
	margin:10px 10px 10px 0;
	border:1px solid #eee;
	padding:15px;
	height:390px;
	box-sizing: border-box;
}

main .post.last {
	float:right;
}


main .post h3{
	font-size:1.0em;
	padding:0 0 10px 0;
	background:none;
	width:100%;
	text-align:center;
}


main .post p.headline {
	width:100%;
	color: #88AE95;
	font-weight:700;
	margin:0 0 0 0;
	border-bottom:1px dotted #ccc;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

main .post p.subtitle {
	width:100%;
	max-height:40px;
	line-height:20px;
	overflow:hidden;
	text-align:center;
}

main .post ul {
	width:100%;
	margin:0 0 10px 0;
}

main .post ul li{
	list-style:none;
	clear:both;
	line-height:20px;
	min-height:20px;
	margin:0 0 2px 0;
	font-size:0.9em;
	position:relative;
}

main .post ul li span.bubble{
	width:0px;
	overflow:hidden;
	text-align:center;
	height:20px;
	position:absolute;
	top:0;
	right:311px;
	background:#88AE95;
	z-index:999;
	color:#fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

main .post ul li:hover span.bubble{
	width:100px;
}

main .post ul li.link{
	color: #88AE95;
	cursor:pointer;
}

main .post ul li.link:hover {
	text-decoration:underline;
}

main .post span.icon {
	width:15px;
	height:15px;
	margin:2px 15px 0 0;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
}

main .post span.icon.phone {
	background-image:url(/wp-content/themes/spielsucht/images/phone.png);
}

main .post span.icon.www {
	background-image:url(/wp-content/themes/spielsucht/images/www.png);
}
main .post span.icon.email {
	background-image:url(/wp-content/themes/spielsucht/images/email.png);
}
main .post span.icon.fax {
	background-image:url(/wp-content/themes/spielsucht/images/fax.png);
}
main .post div.details {
	width:100%;
	text-align:right;
	font-size:0.8em;
	color:#88AE95;
	cursor:pointer;
}
main .post div.details:hover {
	text-decoration:underline;
}
/* BREADCRUMPS */

#breadcrump {
	width:100%;
	line-height:20px;
	font-size:0.8em;
	margin:0 0 20px 0;
}

#breadcrump div{
	float:left;
	margin:0 10px 0 0;
}

/* CONTACT FORMULAR */

#contact {
	width:100%;
}

#contact .box{
	width:100%;
	margin: 0 0 10px 0;
	float:left;
}
#contact .box .headline{
	float:right;
	width:515px;
	line-height:40px;
	font-weight:700;
	font-size:1.2em;
	color:#88AE95;
}
#contact .box .left {
	float:left;
	width:170px;
	text-align:right;
	font-weight:400;
	font-size:0.8em;
	color:#88AE95;
	line-height:30px;
}
#contact .captcha img{
	float:left;
	width:170px;
	text-align:right;
	font-weight:400;
	font-size:0.8em;
	color:#88AE95;
	line-height:30px;
}
#contact .box .left small {
	float:left;
	width:170px;
	text-align:right;
	font-weight:400;
	font-size:0.8em;
	color:#000;
	line-height:15px;
}
#contact .box .left.big{
	width:350px;
}
#contact .box .right{
	float:right;
	width:515px;
}
#contact .box .right.small{
	width:320px;
}
#contact .box .right.small select{
	width:100px;
}
#contact .box .right.small input{
	width:280px;
	height:40px;
}
#contact .box .right.small .captcha input{
	width:100px;
}
#contact .box .right input	{
	width:400px;
	height:20px;
	padding:5px 15px;
	border:1px solid #ccc;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#contact .box .right select{
	width:432px;
	padding:5px 15px;
	border:1px solid #ccc;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#contact .box .right input:focus{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#contact .box .right textarea{
	width:400px;
	line-height:20px;
	padding:5px 15px;
	border:1px solid #ccc;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	font-size:1em;
	font-weight:400;
	font-family:'Noto Sans', sans-serif;
}
#contact .box .right.small textarea{
	width:290px;
	height:60px;
}

#contact #tabs {
	width:100%;
	float:left;
}

#contact #tabs  p{
	float:right;
	width:515px;
}


#contact #tabs ul {
	width:515px;
	height:30px;
	line-height:30px;
	float:right;
}

#contact #tabs ul li {
	list-style:none;
	margin:0 5px 0 0;
	float:left;
}

#contact #tabs ul li a{
	height:30px;
	line-height:30px;
	display:block;
	background:#eee;
	padding:0 15px;
}


#contact #tabs ul li.ui-tabs-active a {
	background:#88AE95;
	color:#fff;
}

#contact #tabs ul li.ui-tabs-active a, #contact #tabs ul li a:hover {
	background:#88AE95;
	color:#fff;
	text-decoration:none;
}

#contact input.wpcf7-submit {
	margin:20px 0 0 380px;
	height:30px;
	line-height:30px;
	padding:0 15px;
	background:#88AE95;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:1em;
	
}


#contact input.wpcf7-submit:hover {
	background:#eee;
	color:#88AE95;
	
}

/* BUTTONS */

section input.button, main input.button {
	width:25px;
	height:25px;
	text-align:center;
	line-height:20px;
	background:#eee;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:3px solid #ccc;
	cursor:pointer;
}

section input.button:hover, section input.button.active, main input.button:hover, main input.button.active {
	border-bottom:3px solid #88AE95;
}

#choose {
	display:none;
}



#suchtberatung {
	padding:15px;
	background:#C3D6C9;
	margin:20px 0 0 0;

}

/* POSTS */
#posts {
	margin:20px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
}


/* MAPS CANVAS */

div.acf-map {
	width:100%;
	height:450px;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px dotted #ccc;
}
/* PAGE NUMBERS */

#wp_page_numbers {
	width:100%;
	margin:20px;
	float:left;
}

#wp_page_numbers ul {
	width:100%;
	position:relative;
	text-align:center;
	display: table;
}

#wp_page_numbers ul li{
	list-style:none;
	display: inline-block;
	margin:0 2px;
}

#wp_page_numbers ul li a{
	display:block;
	width:25px;
	height:22px;
	text-align:center;
	line-height:22px;
	background:#eee;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:3px solid #ccc;
	cursor:pointer;
	color:#000;
	font-size:0.8em;
}

#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a{
	border-bottom:3px solid #88AE95;
	text-decoration:none;	
}

/* POSTMETA */

#postmeta {
	margin:15px 0;
	padding:15px 0;
	border-top:1px dotted #ccc;
}

#postmeta p{
	margin:0;
}
/* WP REPORTS */

.wprp_wrapper{
	clear: both;
	display: block;
	width:100%;
}
.wprp_form{
	background:#C3D6C9;
	margin: 15px 0;
	padding:15px 15px 0 15px;	
	display: none;
}
.wprp_form form{
	margin: 0;
	padding: 0;
}

.wprp_message{
	text-align: center;
	padding: 5px;
	border:1px solid #ccc;
	background-color: #eee;
	display: none;
}

.wprp_form table tr td {
	border-bottom:15px solid  #C3D6C9;
}



.wprp_form table tr td label, .wprp_form table tr td  select{
	height:30px;
	line-height:30px;
	padding:0 10px 0 0;
	font-size:0.9em;
}


.wprp_form table tr td textarea{
	height:90px;
	line-height:20px;
	padding:0 10px;
	width:400px;
}

input.wprp_submit {
	margin:0 0 0 0;
	height:30px;
	line-height:30px;
	padding:0 15px;
	background:#88AE95;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:1em;
	
}


input.wprp_submit:hover {
	background:#eee;
	color:#88AE95;
	
}

.wprp_clear{
	clear: both;
	display: block;
}

/* SIDEBAR */

aside {
	width: 248px;
	padding: 25px 24px 25px 25px;
	float: left;
	position: relative;
}

aside h3 {
	font-size: 0.9375rem; /* 15px */
	margin:0 0 10px 0;
	color:#787878;
}

aside p {
	font-size:0.8em;
}

aside ul {
	width: 299px;
	margin: 0 0 25px -25px;
	position: relative;
}
aside ul li {
	list-style: none;
	width: 295px;
	margin: 0 0 1px 0;
	border-left: 4px solid #eee;
}
aside ul li:hover, aside ul li.current_page_item, aside ul li.current-cat {
	background: #eee;
	border-left: 4px solid #88AE95;
}
aside ul li a {
	width: 250px;
	padding: 8px 24px 8px 21px;
	display: block;
	font-size:0.8em;
}
aside ul li a:hover {
	text-decoration: none;
}
/* FOOTER */

footer {
	padding:10px 25px;
	text-align:right;
	border-top:1px solid #eee;
}

footer p{
	margin:0;
	font-size:0.7em;
	color:#787878
}

footer a{
	color:#787878
}


/* PRO QUIZ */

.wpProQuiz_answerCorrect {
	background: #6DB46D ;
	font-weight: bold ;
}
.wpProQuiz_answerCorrect label {
	font-weight: bold ;
}

.wpProQuiz_answerIncorrect {
	background: #FF9191 ;
	font-weight: bold ;
}
.wpProQuiz_content {
	margin-top: 10px ;
	margin-bottom: 10px ;
}

.wpProQuiz_content h2 {
	margin-bottom: 10px ;
}
*+html .wpProQuiz_button, *+html .wpProQuiz_button:hover {
	padding: 3px 0px ;
}
.wpProQuiz_button {
	padding: 5px 10px ;
	text-align:center;
	line-height:20px;
	background:#eee;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:3px solid #ccc;
	cursor:pointer;
}

.wpProQuiz_button:hover {
	border-bottom:3px solid #88AE95;

}

.wpProQuiz_question_page {
	margin-bottom: 20px ;
}

.wpProQuiz_question_page span {
	font-weight: bold ;
}

.wpProQuiz_questionListItem:last-child, .wpProQuiz_questionListItemLastChildIE {
	padding: 3px ;
	margin-bottom: 0 ;
}

.wpProQuiz_questionListItem {
	padding: 3px ;
	margin-bottom: 5px ;
	background-image: none ;
	margin-left: 0 ;
	list-style: none !important;
}

.wpProQuiz_questionListItem > table{
	border-collapse: collapse ;
	margin: 0 ;
	padding: 0 ;
	width: 100%;
}

.wpProQuiz_list, .wpProQuiz_listItem, .wpProQuiz_questionList, .wpProQuiz_sortStringList, .wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion, .wpProQuiz_resultsList, .wpProQuiz_catOverview ol {
	list-style: none ;
	padding: 0 ;
	margin: 0 0 20px 0!important;
}
.wpProQuiz_questionList {
	margin: 0 0 20px 0!important;
	background: #C3D6C9 ;
	padding: 15px ;
	list-style: none ;
}
.wpProQuiz_listItem {
	position: relative ;	
}
.wpProQuiz_response {
	background: #F8FAF5 ;
	border: 1px solid #C4C4C4 ;
	padding: 5px ;
	margin-bottom: 15px ;
	box-shadow: 1px 1px 2px #AAA ;
}
.wpProQuiz_response span {
	font-weight: bold ;
}
.wpProQuiz_sort {
	width: 25px ;
}
.wpProQuiz_results h3 {
	margin-bottom: 10px ;
}
.wpProQuiz_sort_correct_answer {
	font-weight: bold ;
	margin-right: 5px ;
	display: none ;
}
.wpProQuiz_sortable, .wpProQuiz_sortStringItem {
	padding: 5px ;
	border: 1px solid lightGrey ;
	box-shadow: 2px 2px 1px #EEE;
	background-color: #F8FAF5 ;
	cursor: move;
}
.wpProQuiz_time_limit .time {
	font-weight: bold ;
	margin-top: 5px ;
	margin-bottom: 5px ;
}
.wpProQuiz_time_limit .wpProQuiz_progress {
	height: 10px ;
	background-color: blue ;
	margin-bottom: 5px ;
}
.wpProQuiz_time_limit_expired {
	font-weight: bold ;
	font-size: 0.9375rem; /* 15px */
	text-align: center ;
}
.wpProQuiz_question_text {
	margin: 30px 0;
}
.wpProQuiz_tipp > div {
	padding: 10px ;
	background-color: #DDECFF ;
	border: 1px dotted #363636 ;
	border-radius: 10px ;
	position: absolute ;
	bottom: 5px ;
	left: 5px ;
	right: 5px ;
	box-shadow: 2px 2px 5px 0px #313131 ;
	z-index: 99999 ;
}
.wpProQuiz_matrixSortString, .wpProQuiz_matrixSortString > h3{
	margin-bottom: 10px ;
	margin-top: 0 ;
}
.wpProQuiz_matrixSortString {
	background: #F8FAF5 ;
	border: 1px solid #C3D1A3 ;
	padding: 5px ;
}
.wpProQuiz_sortStringList {
	padding: 10px ;
}
.wpProQuiz_sortStringList > li {
	float: left ;
	margin-left: 5px ;
	margin-right: 5px ;
	margin-bottom: 5px ;
}

.wpProQuiz_sortStringItem {
	margin: 0 ;
	background-image: none ;
	list-style: none ;
}
.wpProQuiz_maxtrixSortCriterion {
	padding: 5px ;
}
.wpProQuiz_placehold {
	background-color: #FFFFC2 ;
	list-style: none ;
	background-image: none ;
	padding: 5px ;
	height: 30px ;
	min-width: 50px ;
	margin: 0 ;
}
.wpProQuiz_maxtrixSortText {
	padding: 5px ;
}
.wpProQuiz_mextrixTr > td {
	border: 1px solid #D1D1D1 ;
	padding: 5px ;
	vertical-align: middle ;
}
.wpProQuiz_points {
	font-weight: bold ;
	text-align: center ;
	margin-bottom: 20px ;
}
.wpProQuiz_cloze input[type="text"] {
	background: transparent;
	border: 0 ;
	border-bottom: 1px solid ;
	height: 18px ;
	margin: 0 ;
	padding: 0 4px 0 4px ;
	color: black ;
	border-radius: 0 ;
	box-shadow: 0 0 ;
}
.wpProQuiz_cloze input:focus {
	outline: none ;
}
.wpProQuiz_questionListItem input, .wpProQuiz_questionListItem label {
	margin: 0 ;
	font-weight: normal;
	display: inline;
}
.wpProQuiz_questionListItem input {
	float: none ;
	display: inline ;
}
.wpProQuiz_resultsList > li {
	background-image: none ;
	padding: 0 ;
	margin: 0 ;
	list-style-type: none!important;
}
.wpProQuiz_lock, .wpProQuiz_prerequisite {
	border: 1px dotted #FFC3C3 ;
	background-color: #FFF7F7 ;
}
.wpProQuiz_lock p, .wpProQuiz_prerequisite p {
	margin: 20px ;
	font-weight: bold ;
}
.wpProQuiz_toplistTable {
	width: 100% ;
	border: 1px solid #C3D1A3 ;
	border-collapse: collapse ;
	margin: 0 ;
}
.wpProQuiz_toplistTable caption {
	caption-side:top ; 
	text-align: right ;
	padding-bottom: 2px ;
	color: gray ;
	margin: 0 ;
	font-size: 0.6875rem; /* 11px */
}
.wpProQuiz_toplistTable thead tr {
	background: rgb(155,187,89) ; 
	padding: 5px ; 
	color: white ; 
	font-weight: bold ; 
}
.wpProQuiz_toplistTable tbody td:FIRST-CHILD{
	font-weight: bold ;
}
.wpProQuiz_toplistTable td, .wpProQuiz_toplistTable th {
	padding: 5px ;
	text-align: center ;
	border: 0 ;
}
.wpProQuiz_toplistTable th {
	background: #9BBB59 ;
}
.wpProQuiz_toplistTrOdd {
	 background-color: #EBF1DE ; 
}
.wpProQuiz_addToplist {
	margin-top: 10px ;
	background-color: #F5FAEA ;
	padding: 10px ;
	border: 1px solid #C3D1A3 ;
}
.wpProQuiz_addToplistMessage {
	border: 1px solid rgb(160, 160, 160) ; 
	background-color: #FCFFB3 ; 
	margin-bottom: 5px ;
	border-radius: 5px ;
	padding: 5px ;
	font-weight: bold ;
	color: dimGray ;
}
.wpProQuiz_resultTable {
	 margin: 15px auto ;
	 width: 400px ;
	 border: 1px solid #C4C4C4 ;
	 padding: 15px ;
	 font-weight: bold ; 
}
.wpProQuiz_resultTable table {
	width: 100% ;
    border-collapse: collapse ;
    margin: 0 ;
    border: 0 ;
}
.wpProQuiz_resultName {
	width: 100px ;
    border-right: 1px solid rgb(134, 134, 134) ;
    padding: 10px 0px ;
    border-bottom: 0 ;
    border-top: 0 ;
    border-left: 0 ;
}
.wpProQuiz_resultValue {
	padding: 0 ;
	border: 0 ;
}
.wpProQuiz_resultValue div {
    color: black ;
    text-align: right ;
    box-shadow: 1px 1px 3px 1px #C4C4C4 ;
    display: inline-block ;
    height: 18px  ;
    zoom: 1 ;
    *display: inline ;
    margin-right: 3px ;
    vertical-align: middle ;
}
.wpProQuiz_addBox label {
	display: inline ;
}
.wpProQuiz_addBox input[type="text"] {
	margin: 0 ;
}
.wpProQuiz_reviewQuestion {
	max-height: 100px;
	overflow: hidden;
	background-color: #C3D6C9;
	position: relative;
}
.wpProQuiz_checkPage > div {
	border: 1px solid #C3D1A3;
	background-color: #F8FAF5;
}
.wpProQuiz_checkPage h3 {
	margin: 10px 0 10px 0;
}
.wpProQuiz_reviewQuestion ol, .wpProQuiz_checkPage ol {
	list-style-type: none ;
	margin: 0 ;
	padding: 5px 5px 0 0 ;
	zoom: 1 ;
	position: relative ;
}
.wpProQuiz_reviewQuestion ol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wpProQuiz_checkPage li:hover, .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget {
	border-bottom:3px solid #88AE95;
}
.wpProQuiz_reviewQuestion li, .wpProQuiz_checkPage li {
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#eee;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:3px solid #ccc;
	cursor:pointer;
	float:left;
	list-style:none;
	margin:0 0 5px 5px;
}




.wpProQuiz_reviewQuestion div {
	position: absolute;
	right: 0;
	background-color: #B8B8B8;
	top: 0;
	height: 20px;
	width: 10px;
	border: 0;
	border-radius: 10px;
	cursor: move;
 }
 .wpProQuiz_reviewLegend {
 	padding: 5px ;
 	margin-bottom: 8px ;
 }
 .wpProQuiz_reviewLegend ol {
 	list-style-type: none ;
	padding: 0 ;
	margin: 0 ;
 }
 .wpProQuiz_reviewLegend li {
 	float: left ;
	padding-right: 5px ;
	list-style-type: none ;
	margin: 0 ;
 }
 .wpProQuiz_reviewColor {
	height: 10px ;
	width: 10px ;
	display: inline-block ;
	margin-right: 2px ;
 }
 .wpProQuiz_button2 {
	padding: 5px 10px ;
	text-align:center;
	line-height:20px;
	background:#eee;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:3px solid #ccc;
	cursor:pointer;
}

 .wpProQuiz_button2:hover {
	border-bottom:3px solid #88AE95;

}

.wpProQuiz_button2:hover {
 	background: #EBEBEB ;
 }
.wpProQuiz_reviewDiv {
 	margin: 20px 0 20px 0 ;
 }
.wpProQuiz_header {
	display:block!important;
}
.wpProQuiz_catOverview {
	margin-top: 10px;
	margin-bottom: 20px;
}
.wpProQuiz_catOverview li {
	list-style: none ;
	padding: 0 ;
	clear: left ;
	border-bottom: 1px dashed #aaa;
	height: 1.05em ;
	margin: 10px 0 0 0 ;
	position: relative ;
}
.wpProQuiz_catOverview span {
	background:#fff ;
	padding:0 3px 0 0 ;
	float:left ;
	position:absolute ;
	text-decoration:none ;
}
span.wpProQuiz_catPercent {
	font-weight: bold ;
	padding-left: 5px ;
	color: #000 ;
	right: 0 ;
}
#rating {
	width: 160px;
	text-align: left;
	font-size: 12px;
}
span.shownumber {
	position: relative;
	color: #88AE95;
	cursor: pointer;
	font-size: 0.75rem; /* 12px */
}
span.shownumber:hover span {
	text-decoration: underline;
}
span.shownumber i {
	display: none;
}
span.shownumber.active i {
	display: block;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	margin: 0 0 1.25rem 0; /* 20px */
}
span.shownumber.active i small {
	width: 100%;
	display: inline-block;
}
span.shownumber.active:hover i {
	text-decoration: none;
}
@media (max-width: 1000px) {
	a#topanker {
		height: 0px;
	}
	header {
		height: 140px;
	}
	header div#menu {
		width: 60%;
		height: 40px;
		background: #88AE95;
		color: #fff;
		position: absolute;
		left: 50%;
		margin: 0 0 0 -30%;
		bottom: 10px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		content: 'Menü öffnen';
		z-index: 999;
	}
	header div#menu::before {
		content: 'Menü öffnen';
		width: 100%;
		height: 40px;
		line-height: 40px;
		display: block;
		text-align: center;
		text-transform: uppercase;
	}
	header div#menu.open  {
		position: fixed;
		right: 30px;
		top: 10px;
		z-index: 999;
		width: 40px;
		height: 40px;
		display: block;
		background: #88AE95;
		left: inherit;
		margin: 0;
		bottom: inherit;
	}
	header div#menu.open::before {
		content: 'X';
	}
	header .h1 {
		font-size: 1.2em;
		top: 10px;
	}
	header p,
	header h1 {
		top: 45px;
	}
	#wrapper {
		width: 90%;
		margin: 40px 5% 20px 5%;
	}
	div#links {
		top: -30px;
		right: 0;
	}

	main {
		width: 90%;
		margin: 0 0;
		padding: 20px 5%;
		border: none;
	}
	main .entry {
		clear: both;
	}
	div#metoc {
		width: 100%;
		margin: 0 0 20px 0;
		border: 0;
		z-index: 99;
	}
	div#toc {
		width: 90%;
		padding: 15px 5%;
		margin: 0 0 0 20px 0;
	}
	main {
		overflow: hidden;
	}
	main .entry img {
		z-index: 99;		
	}
	main .entry img.alignleft, main .entry img.alignright {
		max-width: 50%;
		height: auto;
	}
	aside {
		position: fixed;
		height: 0%;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		background: #fff;
		z-index: 998;
		overflow: hidden;
	}
	aside.open {
		opacity: 1;
		height: 100%;
		overflow-y: scroll;
	}
	aside h3 {
		width: 90%;
		padding: 20px 5%;
		border-bottom: 1px solid #eee;
	}
	aside ul {
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 25px 0;
	}
	aside ul li {
		width: 100%;
	}
	aside ul li a {
		width: 90%;
		padding: 16px 0 16px 10%;
	}
	aside p {
		width: 90%;
		padding: 0 5% 20px 5%;
	}
	main object {
		width: 100% !important;
	}
	div#metoc span.hide {
		display: none !important;
	}
	main .post {
		width: 90%;
		padding: 15px 5%;
		height: auto;
	}
	main .post div.details {
		width: 80%;
		float: none;
		clear: both;
		margin: 15px auto 0 auto;
		display: table;
		border: 2px solid #88AE95;
		line-height: 32px;
		text-align: center;
		border-radius: 18px;
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
	}
	#wp_page_numbers {
		margin: 0;
	}
	#contact .box .left {
		width: 100%;
		text-align: left;
	}
	#contact .box .left small {
		width: 100%;
		display: inline-block;
		text-align: left;
	}
	#contact .box .right {
		width: 100%;
	}
	#contact .box .right select {
		width: 100%;
	}
	#contact .box .right input {
		width: 90%;
		padding: 8px 5%;
	}
	#contact .box .headline {
		width: 100%;
	}
	#contact #tabs ul {
		width: 100%;
	}
	#contact #tabs ul li {
		width: 32%;
		font-size: 0.5625rem; /* 9px */
		margin: 0;
	}
	#contact #tabs ul li+li {
		margin: 0px 0px 0px 2px;
	}
	#contact #tabs ul li a {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	#contact #tabs  p {
		width: 100%;
	}
	#contact .box .right textarea,
	#contact .box .right.small .captcha input {
		width: 90%;
		padding: 15px 5%;
	}
	#contact .box .left.big,
	#contact .box .right.small {
		width: 100%;
	}
	#contact input.wpcf7-submit {
		margin: 20px 0;
		width: 100%;
		line-height: 40px;
		height: 40px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		display: block;
	}
}

h3#Glcksspielsucht-im-Internet + p,
h3#Glcksspielsucht-im-Internet + p + p,
h3#Glcksspielsucht-im-Internet + p + p + p {
	position: relative;
}
h3#Glcksspielsucht-im-Internet + p:after,
h3#Glcksspielsucht-im-Internet + p + p:after,
h3#Glcksspielsucht-im-Internet + p + p + p:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

h3#Glcksspielsucht-im-Internet + p a,
h3#Glcksspielsucht-im-Internet + p a:hover,
h3#Glcksspielsucht-im-Internet + p + p a,
h3#Glcksspielsucht-im-Internet + p + p a:hover,
h3#Glcksspielsucht-im-Internet + p + p + p a,
h3#Glcksspielsucht-im-Internet + p + p + p a:hover {
	color: #000 !important;
	text-decoration: none !important;
	cursor: default !important;
}

.entry > p,
h2 ~ p,
h3 ~ p {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}


/* ========================================
   EINRICHTUNG VORSCHLAGEN FORMULAR STYLES
   ======================================== */

.einrichtung-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

/* Formular Sektionen */
.form-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #4CAF50;
    position: relative;
    z-index: 1;
}

.form-section:nth-child(even) {
    background: #f0f8ff;
    border-left-color: #2196F3;
}

.form-section:nth-child(3n) {
    background: #fff8f0;
    border-left-color: #FF9800;
}

/* Sektion Titel */
.section-title {
    color: #2c5aa0;
    margin: 0 0 1.25rem 0; /* 20px */
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 0.625rem; /* 10px */
}

.subsection-title {
    color: #1565c0;
    margin: 15px 0 15px 0;
    font-size: 16px;
    font-weight: 600;
}

.subsection-info {
    color: #666;
    font-style: italic;
    margin: 5px 0 15px 0;
    font-size: 13px;
}

/* Formular Zeilen */
.form-row {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.form-row.checkbox-row {
    align-items: center;
}

/* Labels */
.form-label {
    flex: 0 0 250px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    z-index: 3;
}

.form-label label {
    display: block;
    margin-bottom: 5px;
}

.form-label small {
    display: block;
    font-size: 11px;
    color: #666;
    font-weight: normal;
    line-height: 1.3;
}

/* Formular Felder */
.form-field {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 3;
}

/* Input Felder */
.einrichtung-form input[type="text"],
.einrichtung-form input[type="email"],
.einrichtung-form input[type="url"],
.einrichtung-form input[type="tel"],
.einrichtung-form select,
.einrichtung-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
}

.einrichtung-form input[type="text"]:focus,
.einrichtung-form input[type="email"]:focus,
.einrichtung-form input[type="url"]:focus,
.einrichtung-form input[type="tel"]:focus,
.einrichtung-form select:focus,
.einrichtung-form textarea:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
    outline: none;
    z-index: 5;
}

/* Textarea */
.einrichtung-form textarea {
    min-height: 80px;
    resize: vertical;
}

/* Select Dropdowns */
.einrichtung-form select {
    background: #fff url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 8px center;
    background-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
}

/* Einrichtungstypen Sektionen */
.einrichtungstypen {
    margin-top: 20px;
}

.einrichtungstyp-sektion {
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    border-left: 5px solid #4CAF50;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    z-index: 10;
}

.einrichtungstyp-sektion:nth-child(2) {
    border-left-color: #2196F3;
}

.einrichtungstyp-sektion:nth-child(3) {
    border-left-color: #FF9800;
}

.einrichtungstyp-header {
    background: #f8f9fa;
    padding: 15px 20px;
    margin: -25px -25px 20px -25px;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #ddd;
}

.einrichtungstyp-title {
    color: #2c5aa0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.einrichtungstyp-info {
    background: #e3f2fd;
    border-left: 4px solid #2196F3;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-style: italic;
    color: #1565c0;
    font-weight: 500;
}

.tab-info {
    background: #e3f2fd;
    border-left: 4px solid #2196F3;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    z-index: 14;
}

.tab-info p {
    margin: 0;
    color: #1565c0;
    font-weight: 500;
}

/* Submit Button */
.submit-section {
    text-align: center;
    background: #e8f5e8;
    border-left-color: #4CAF50;
    position: relative;
    z-index: 15;
}

.einrichtung-form input[type="submit"] {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    position: relative;
    z-index: 16;
}

.einrichtung-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #45a049, #4CAF50);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

/* Captcha */
.captcha-image {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
}

.captcha-text {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .einrichtung-form {
        padding: 15px;
        margin: 10px;
    }
    
    .form-section {
        padding: 15px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .form-label {
        flex: none;
        width: 100%;
    }
    
    .einrichtungstyp-sektion {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .einrichtungstyp-header {
        padding: 12px 15px;
        margin: -20px -15px 15px -15px;
    }
    
    .einrichtungstyp-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .tab-link {
        padding: 10px 8px;
        font-size: 13px;
    }
    
    .einrichtung-form {
        padding: 10px;
        margin: 5px;
    }
    
    .form-section {
        padding: 15px 10px;
    }
}

/* Sanfte Hover-Effekte ohne störende Transformationen */
.form-section:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

/* Spezielle Styling für verschiedene Bereiche */
.form-section[data-type="selbsthilfegruppe"] {
    border-left-color: #9C27B0;
    background: #faf5ff;
}

.form-section[data-type="beratungsstelle"] {
    border-left-color: #2196F3;
    background: #f0f8ff;
}

.form-section[data-type="klinik"] {
    border-left-color: #FF9800;
    background: #fff8f0;
}

/* Zusätzliche Styling für bessere Lesbarkeit */
.einrichtung-form .wpcf7-form-control-wrap {
    position: relative;
    z-index: 5;
}

.einrichtung-form .wpcf7-select,
.einrichtung-form .wpcf7-text,
.einrichtung-form .wpcf7-textarea,
.einrichtung-form .wpcf7-email,
.einrichtung-form .wpcf7-url,
.einrichtung-form .wpcf7-tel {
    position: relative;
    z-index: 6;
}

/* Zusätzliche Styling für bessere Lesbarkeit */
.einrichtung-form .wpcf7-form-control-wrap {
    position: relative;
    z-index: 5;
}

.einrichtung-form .wpcf7-select,
.einrichtung-form .wpcf7-text,
.einrichtung-form .wpcf7-textarea,
.einrichtung-form .wpcf7-email,
.einrichtung-form .wpcf7-url,
.einrichtung-form .wpcf7-tel {
    position: relative;
    z-index: 6;
}

/* Verbesserte Post-Boxen */
.post {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: default;
}

.post:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.post.hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Details-Link Styling */
.details {
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
	user-select: none;
}

.details:hover {
	background-color: #2c5aa0;
	color: #fff;
}

/* Details-Bereich für Zusätzliche Informationen (nicht klickbar) */
.details:not([onclick]) {
	cursor: default;
	background: none;
	color: inherit;
}

.details:not([onclick]):hover {
	background: none;
	color: inherit;
}

/* Zusätzliche Informationen Bereich - nicht klickbar */
.additional-info {
	cursor: default;
	background: none;
	color: inherit;
}

.additional-info:hover {
	background: none;
	color: inherit;
}

/* Postmeta-Bereich schützen */
#postmeta {
	cursor: default;
}

/* Externe Links Styling */
.external-link {
	position: relative;
	text-decoration: none;
	color: #2c5aa0;
	transition: color 0.3s ease;
	cursor: pointer;
}

.external-link:hover {
	color: #1e3a5f;
	text-decoration: underline;
}

.external-link-icon {
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	color: #666;
	transition: transform 0.3s ease;
}

.external-link:hover .external-link-icon {
	transform: translate(2px, -2px);
}

/* Link-Hover-Effekte für Post-Boxen */
.post h3 a {
	cursor: pointer;
	transition: color 0.3s ease;
}

.post h3 a:hover {
	color: #1e3a5f;
}

/* E-Mail Links */
.post a[href^="mailto:"] {
	cursor: pointer;
	transition: color 0.3s ease;
}

.post a[href^="mailto:"]:hover {
	color: #1e3a5f;
	text-decoration: underline;
}

/* Verbesserte Bubble-Styles */
.bubble {
	cursor: default;
}

/* Loading und Error States */
.loading {
	text-align: center;
	padding: 40px 20px;
	color: #666;
}

.loading p {
	font-size: 1rem;
	margin: 0;
}

.error {
	text-align: center;
	padding: 40px 20px;
	color: #d32f2f;
	background: #ffebee;
	border-radius: 8px;
	border-left: 4px solid #d32f2f;
}

.error p {
	font-size: 1rem;
	margin: 0;
}

/* Keine Ergebnisse */
.no-results {
	text-align: center;
	padding: 40px 20px;
	color: #666;
	background: #f5f5f5;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.no-results p {
	font-size: 1rem;
	margin: 0 0 10px 0;
}

.no-results p:last-child {
	margin-bottom: 0;
	font-size: 0.875rem; /* 14px */
	color: #999;
}

/* Einrichtungen Header */
.einrichtungen-header {
	margin-bottom: 1.25rem; /* 20px */
	padding: 1.25rem; /* 20px */
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 4px solid #4CAF50;
}

.einrichtungen-header p {
	margin: 0 0 10px 0;
	font-size: 1rem;
}

.einrichtungen-header p:last-child {
	margin-bottom: 0;
	font-weight: 600;
	color: #2c5aa0;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
	.details {
		padding: 8px 12px;
		font-size: 14px;
	}
	
	.post:hover {
		transform: none;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
}