@charset "utf-8";

.stopFloat {
	display: block;
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border: 0;
	margin: 0;
	padding: 0;
}
#backto {
	display: inline-block;
	/*background-color: #c7c7c7;*/
	background-color: rgba(199,199,199,0.8);
	transition: background-color .3s;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 20px; /* 4px */
	margin: 20px;
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 1000;
	/*box-shadow: 5px 5px 8px silver;*/
}
#backto:hover {
	background-color: #3f3f3f;
	cursor: pointer;
}
#backto:active {
	background-color: #000;
}
#backto::after {
	content: "▲";
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	line-height: 36px;
	color: #fff;
}
@media screen and (max-width: 1000px) {
	#backto {
		bottom: 0;
		right: 0;
	}
	#backto::after {
		line-height: 40px;
	}
}

.versteckt {
	display: none;
}
.unsichtbar {
	/*position: absolute;
	left: -1199px;
	top: -1199px;
	width: 770px;*/
	/* Barrierefreie Alternative */
	clip: rect(0 0 0 0); 
	clip-path: inset(100%); 
	width: 1px;
	height: 1px; 
	overflow: hidden; 
	position: absolute; 
	white-space: nowrap; 
}
del { /* fuer Text durchgestrichen */
	text-decoration: line-through;
}
#content .ausdrucken {
	font-size: 0.9rem;
	background: url(images/icon_print.gif) no-repeat left center;
	padding-left: 22px;
}
.fett {
	font-weight: bold;
}
.center {
	text-align: center;
}
.rechts {
	text-align: right;
}
.stroked { /* Umrandung um Buchstaben */
	-webkit-text-stroke-color: #333;
	text-stroke-color: #333;
	-webkit-text-stroke-width: 1px;
	text-stroke-width: 1px;
}
#content hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	display: block;
	width: 100%;
}
span.plus {
	font-family: 'Indie Flower', cursive, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif, georgia, helvetica;
	font-size: 110%;
	font-weight: bold;
	line-height: 100%;
	display: inline-block;
	/*font-variant: small-caps;
	text-shadow: 0 0 5px black;
	color: #fcfcfc;*/
}
span.plus::first-letter {
	font-size: 120%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
a span.plus, span.plus a {
	text-decoration: underline;
}
ul.menu a span.plus, ul.menu span.plus a {
	text-decoration: none;
	color: #525252 !important;
}
ul.menu span.plus a:hover {
	color: #000 !important;
}
#content .achtung {
	color: #c30;
	text-shadow: 0 0 5px #c30;
	-webkit-animation: 2s infinite Pulse steps(20);
	animation: 2s infinite Pulse steps(20);
}
@-webkit-keyframes Pulse {
	from {
		opacity: 0.3;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0.3;
	}
}
@keyframes Pulse {
	from {
		opacity: 0.3;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0.3;
	}
}
#content .mono {
	font-family: 'Courier New', 'FreeMono', 'Nimbus Mono L', 'Courier';
	/*font-family: Consolas, Monaco, 'Lucida Console', monospace;*/
	font-size: 1.1em;
}
#content h1 {
	font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Noto Serif', 'Times';
	font-size: 3.5rem; /* 3rem; */
	line-height: normal;
}
#content h2 {
	font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Noto Serif', 'Times';
	font-size: 3rem; /* 2.5rem; */
	line-height: normal;
}
#content h3 {
	font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Noto Serif', 'Times';
	font-size: 2.5rem; /* 2rem; */
	line-height: 1.2em;
}
#content h4 {
	font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Noto Serif', 'Times';
	font-size: 1.6rem; /* 1.3rem; */
}
#content h5 {
	/*font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Roboto Serif', 'Times';*/
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'sans-serif', 'georgia', 'Roboto', 'helvetica';
	font-size: 1.2rem;
	line-height: normal;
}
#content h4 + h5 {
	margin-top: -1.5em;
}
#content h6 {
	/*font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Roboto Serif', 'Times';*/
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'sans-serif', 'georgia', 'Roboto', 'helvetica';
	font-size: 0.9rem;
	line-height: normal;
}
#content p {
	font-size: 1rem;
	line-height: 1.5;
}
#content div.flexboxen p {
	line-height: normal;
}
#content h3 + p {
	margin-top: -2em;
}
#content .kleiner {
	font-size: 0.9rem !important;
}
#content .gross {
	font-size: 115% !important;
}
#content .grau-klein {
	font-size: 0.9rem;
	color: #999;
}
#content .rot {
	color: #c30;
	text-decoration: blink;
}
#content .blau {
	color: #468ccf;
}
#content .blau a, #content .blau a .plus {
	text-decoration: none !important;
}
#content .gruen {
	color: #008000;
}
#content a:link, #content a:focus, #content a:visited, #content a:active {
	color: #468ccf;
	text-decoration: underline;
	z-index: 100;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#content .auffaellig {
	font-family: 'Georgia', 'Literata', 'Nimbus Roman No 9 L', 'IBM Plex Serif', 'serif', 'Noto Serif', 'Times';
	/*font-size: 120%;*/
}
#content ul, #content ol {
	width: auto;
	margin-left: 1.9em;
	padding-left: 0;
}
#content li, #content ul li ul li {
	padding-left: 0.8em;
	line-height: 1.5;
}
@media screen and (max-width: 700px) {
	#content ul, #content ol {
		margin-left: 1em;
	}
	#content li, #content ul li ul li {
		padding-left: 0.5em;
		margin-left: 0.5em;
	}
	#content details li, #content details ul li ul li {
		margin-left: 0;
	}
}
/*#content ol > li:before {
	content: counter(list, lower-alpha) ".) ";
	counter-increment: list;
}*/
#content ul li::marker, #content ol li::marker {
	color: #468ccf;
	font-weight: bold;
}
p.bank strong {
	display: inline-block;
}
@media screen and (max-width: 700px) {
	p.bank strong {
		display: block;	
	}
}
#content .background_image_fixed {
	background: url(images/kaffee-tablet.jpg) no-repeat fixed center center;
	background-size: cover;
	padding: 200px 1em;
	text-align: center;	
}
/*#content .background_image_fixed .max-width {
	transform: skewY(-4deg);
}*/
#content .background_image_fixed .spruch {
	max-width: 620px;
	background: rgba(212, 212, 212, 0.5);
	border-radius: 8px;
	padding: 0 8px 1px 8px;
	margin-right: auto;
	margin-bottom: auto;
	text-align: left;
	/*animation: buttonspruch 8s cubic-bezier(.65,.05,.36,1) infinite;*/
}
#content .background_image_fixed .spruch h3 {
	padding-top: 0.3em;
}
#content .background_image_fixed .spruch h3 + p {
	margin-top: -1.8em;
}
@media screen and (max-width: 1000px) {
	#content .background_image_fixed {
		padding: 80px 1em;
		background-position: 75%;
	}
	#content .background_image_fixed .spruch {
		background: rgba(170, 170, 170, 0.7);
	}
	#content .background_image_fixed .spruch h3 {
		padding-top: 0.7em;
	}
	#content .background_image_fixed .spruch h3 + p {
		margin-top: -0.8em;
	}
	#content h3 + p {
	margin-top: -0.8em;
	}
}

/* Formular */
form {
	margin: 0;
	padding: 0;
}
form p {
	margin-bottom: 1.5em;
	display: block;
}
form p label {
	padding-top: 0;
	cursor: pointer;
}
form p label.formularlinks, form p label.formularlinks_rot {
	padding-top: 14px !important;
}
fieldset {
	padding: 0.5em 1em 1em;
	margin-bottom: 2em;
	margin-top: 2em;
	border: 1px solid #ccc;
	border-radius: 0.6em;
}
fieldset.layout {
	border-color: #468ccf !important;
	margin-right: 0;
	margin-left: 0;
	background: #eee;
}
legend {
	font-size: 0.9rem;
	color: #999;
	padding: 0 8px;
}
#content span.formularlinks {
	padding-top: 12px;
}
#content .formularlinksgleichehoehe, #content .formularlinkscolor {
	display: block;
	float: left;
	width: 15em;
	font-size: 1rem;
}
#content .formularlinkscolor {
	padding-top: 18px;
}
#content span.formularlinks + img#codegrafik {
	padding-top: 0 !important;
}
#content p.formular_durchgehen {
	padding: 0;
	margin: 0;
}
#content p.formular_durchgehen + p {
	padding: 0;
	margin: 0;
}
form submit, form reset, form input, form select, form textarea, button {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'sans-serif', 'georgia', 'Roboto', 'helvetica';
	font-size: 1rem;
	line-height: 140%;
	outline: 0 none;
}
form input[type="color"] {
	cursor: pointer;
	width: 100px;
	height: 40px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*background-color: transparent;
	border-radius: 5px;*/
	position: relative; 
	bottom: -0.6em;
}
form input[type="file"] {
    width: auto;
    height: 40px;
	position: relative;
	bottom: -15px;
    cursor: pointer;
}
form input[type="number"] { /* Firefox */
	appearance: textfield;
}
form input[type="number"]::-webkit-inner-spin-button { /* Chrome und co. */
	appearance: none;
}
form input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	background-color: #fafafa;
	color: #000;
	top: 8px;
	height: 20px;
	width: 20px;
	border: 0;
	cursor: pointer;     
	margin-right: 7px;
	margin-bottom: 5px;
	outline: none;
	border: 1px solid #ccc; /* #ebebeb; */
	border-radius: 4px;
}
form input[type="checkbox"]:checked::before {
	position: absolute;
	font-size: 1rem; /*14px;*/
	left: 5px;
	top: -3px;
	font-weight: bolder;
	content: '\02143';
	transform: rotate(40deg);
}
form input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	background-color: #fafafa;
	color: #000;
	top: 9px;
	height: 20px;
	width: 20px;
	border: 0;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 5px;
	outline: none;
	border-radius: 40px;
	border: 1px solid #ccc; /* #ebebeb; */
}
form input[type="radio"]:checked::before {
	position: absolute;
	font-size: 1rem; /*14px;*/
	font-weight: bolder;
	left: 3px;
	top: -2px;
	content: '\2716';
	/*content: '\2718';
	content: '\02143';
	transform: rotate(40deg);*/
}
input[type="checkbox"] ~ label {
	vertical-align: bottom;
	margin-top: 5px;
}

form input[type="text"], form input[type="email"], form input[type="url"], form input[type="password"], form input[type="number"], form textarea {
	width: -moz-calc(100% - 18em);
	width: -webkit-calc(100% - 18em);
	width: -khtml-calc(100% - 18em);
	width: -o-calc(100% - 18em);
	width: calc(100% - 18em);
	padding: 13px 18px;
	border-radius: 8px;
	border: 1px solid #ccc; /* #ebebeb; */
	box-shadow: inset 0 1px 3px 1px rgba(0,0,0,.05);
	background: #fafafa;
	outline: 0 none;
}
form input[type="text"].inputlayoutkurz, form input[type="number"].inputlayoutkurz {
	width: 5em;
}

form select {
	/* entfernt die Dropdown-Schaltflaeche */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	padding: 13px 30px 13px 18px;
	width: -moz-calc(100% - 18em + 38px);
	width: -webkit-calc(100% - 18em + 38px);
	width: -khtml-calc(100% - 18em + 38px);
	width: -o-calc(100% - 18em + 38px);
	width: calc(100% - 18em + 38px);
	background-color: #fafafa;
	background-position-x: 0;
	background-position-y: 0;
	background-image: none;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: calc(100% - 0.6em) center;
	border: 1px solid #ccc; /* #ebebeb; */
	box-shadow: inset 0 1px 3px 1px rgba(0,0,0,.05);
	border-radius: 8px;
	outline: 0 none;
	background-image: url('images/arrowBottom.svg');
	background-size: 1.1em;
}
select::-ms-expand { /* entfernt die Dropdown-Schaltflaeche fuer IE 11 */
    display: none;
}
form select.inputlayoutkurz {
	min-width: 5em;
	width: auto;
}
form textarea.inputlayout {
	/*font-size: 1em;*/
	min-height: 10em;
}
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form input[type="url"]:focus, form textarea:focus, input[type="radio"]:focus, form select:focus {
	border: 1px solid #999;	/* #ccc */
	box-shadow: 0 0 5px #e1e1e1;
}
::placeholder {
	font-size: 0.9em;
	/*text-align: right;*/
	color: #999;
	opacity: 1;
	transition: opacity 1s;
}
:focus::placeholder {
	opacity: 0;
}
#content .formularlinks {
	display: block;
	float: left;
	width: 15em;
	font-size: 1rem;
	/*min-height: 3em; */ /* gibt die Hoehe der Spalte an */
}
#content .formularlinks_rot {
	display: block;
	float: left;
	width: 15em;
	font-size: 1rem;
	color: #cc0000;
}
#content .formular_rechte_einheit {
	margin-left: 15em;
	margin-top: 5px;
	margin-bottom: 15px;
	float: right;
	font-size: 1rem;
	display: block;
	width: -moz-calc(100% - 15em);
	width: -webkit-calc(100% - 15em);
	width: -khtml-calc(100% - 15em);
	width: -o-calc(100% - 15em);
	width: calc(100% - 15em);
}
#content .formular_rechte_einheit_oben {
	margin-left: 15em;
	margin-top: -2.3em;
	/*margin-bottom: 15px;*/
	float: right;
	font-size: 1rem;
	display: block;
	width: -moz-calc(100% - 15em);
	width: -webkit-calc(100% - 15em);
	width: -khtml-calc(100% - 15em);
	width: -o-calc(100% - 15em);
	width: calc(100% - 15em);
	/*height: auto;*/
}
p.formular_rechte_einheit ~ p {
	display: block;
	float: none;
	clear: both;
	/*width: 100%;*/
}
#content .formular_rechte_einheit input[type="checkbox"] ~ label { /* fuer Checkbox */
	float: right;
	width: -moz-calc(100% - 2.2em);
	width: -webkit-calc(100% - 2.2em);
	width: -khtml-calc(100% - 2.2em);
	width: -o-calc(100% - 2.2em);
	width: calc(100% - 2.2em);
	padding-top: 5px;
	padding-bottom: 8px;
}
#content .formular_rechte_einheitkleiner {
	margin-left: 16.5em;
	margin-top: 5px;
	margin-bottom: 15px;
	float: right;
	font-size: 0.9rem;
	display: block;
	width: -moz-calc(100% - 16.5em);
	width: -webkit-calc(100% - 16.5em);
	width: -khtml-calc(100% - 16.5em);
	width: -o-calc(100% - 16.5em);
	width: calc(100% - 16.5em);
}
#content form .fcheck {
	width: 5px;
	visibility: hidden;
}
/*input:required:invalid {
	border-color: red;
}*/
:invalid { /* ist fuer die Validierung bei Formulare die Bubble-Nachricht */
	scroll-margin-top: 130px; /* wird benoetigt, wegen Sticky-Header (#nav) */
	scroll-behavior: auto;
}
@media all and (max-width: 1000px) {
	:invalid {
		scroll-margin-top: 105px;
	}
}
@media all and (max-width: 400px) {
	:invalid {
		scroll-margin-top: 70px;
	}
}
#content input[type="submit"].inputlayoutbutton, #content input[type="reset"].inputlayoutbutton, #content button[type="submit"].inputlayoutbutton, #content button[type="reset"].inputlayoutbutton {
	display: inline-block;
	background: #eee;
	background-image: linear-gradient(#dadada, #fff);
	border-radius: 10px;
	border: 3px double #ccc;
	color: #000;
	font-size: 1rem;
	padding: 6px 3em;
	margin: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline: 0 none;
	cursor: pointer;
	text-align: center;
}
#content input[type="submit"].inputlayoutbutton:hover, #content input[type="submit"].inputlayoutbutton:focus, #content input[type="reset"].inputlayoutbutton:hover, #content input[type="reset"].inputlayoutbutton:focus, #content button[type="submit"].inputlayoutbutton:hover, #content button[type="submit"].inputlayoutbutton:focus, #content button[type="reset"].inputlayoutbutton:hover, #content button[type="reset"].inputlayoutbutton:focus {
	box-shadow:rgba(0,0,0,0.7) 0px 4px 12px, inset rgba(0,0,0,0.15) 0px -7px 14px;
	background-image: linear-gradient(#fff, #dadada);
}
#content input[type="submit"].inputlayoutbutton:active, #content input[type="reset"].inputlayoutbutton:active, #content button[type="submit"].inputlayoutbutton:active, #content button[type="reset"].inputlayoutbutton:active {
	box-shadow: rgba(0,0,0,0.7) 0px 2px 8px, inset rgba(0,0,0,0.15) 0px -7px 14px;
	background-image: linear-gradient(#dadada, #fff);
	color: #c30;
}
@media all and (max-width: 1000px) {
	#content input[type="submit"].inputlayoutbutton, #content input[type="reset"].inputlayoutbutton, #content button[type="submit"].inputlayoutbutton, #content button[type="reset"].inputlayoutbutton {
		padding: 6px 2em;
	}
}
@media all and (max-width: 600px) {
	#content input[type="submit"].inputlayoutbutton, #content input[type="reset"].inputlayoutbutton, #content button[type="submit"].inputlayoutbutton, #content button[type="reset"].inputlayoutbutton {
		padding: 6px 1em;
	}
}


/*input[type="text"]:invalid {
	border-color: #c30;
}
input[type="text"]:valid {
	border-color: #ccc;
}*/

/* Pflichtfeld hervorheben */
/*input[type="text"]:required, input[type="email"]:required, textarea:required, input[type="radio"]:required, input[type="checkbox"]:required {
	background: #ffffe1;
	border: 1px solid #7a7a7a;
}*/
/* Pflichtfeld OK */
/*input[type="text"]:valid, input[type="email"]:valid, textarea:valid, input[type="radio"]:valid, input[type="checkbox"]:valid {
	background: #fff;
	border: 1px solid #7a7a7a;
}*/
/* ENDE Formular */
/* Reload Button */
img#codegrafik {
	display: inline-block;
}
.reloadbutton {
	border-color: transparent #000; /* farbe */
	border-radius: 50%;
	border-style: solid;
	border-width: .125em;
	height: 1em;
	margin: .25em;
	width: 1em;
	font-weight: bold;
	font-size: 1em; /* groesse */
  
	-webkit-animation: rotate 3.5s linear infinite;
	animation: rotate 3.5s linear infinite;
  
	display: inline-block;
	cursor: pointer;
}
.reloadbutton:before, .reloadbutton:after {
	border-style: solid;
	content: '';
	display: block;
	position: absolute;
	width: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.reloadbutton:after {
	border-color: transparent transparent transparent #000; /* farbe */
	border-width: .3125em 0 .3125em .5em;
	top: -.3125em;
	left: .0625em;
}
.reloadbutton:before {
	border-color: transparent #000 transparent transparent; /* farbe */
	border-width: .3125em .5em .3125em 0;
	bottom: -.3125em;
	right: .0625em;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
/* Ende Reload Button */

/* Beitraege in der Verwaltung */
#content .Beitraege {
	display: block;
	/*scroll-margin-top: 120px;*/
	z-index: 1;
}
#content .BeitraegeOben, #content .BeitraegeUnten {
	background: #eaeaea;
	border: 1px solid #468ccf;
	padding: 5px 10px;
	font-size: 0.9em;
	display: block;
}
#content .Beitraege .BeitraegeOben {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 1em;
}
#content .Beitraege .BeitraegeUnten {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 1em;
}
#content .Beitraege .BeitraegeTextinhalt {
	padding: 5px 10px;
	border-right: 1px solid #468ccf;
	border-left: 1px solid #468ccf;
	background: #fff;
	font-size: 1em;
	display: block;
}
#content .Beitraege .BeitraegeTextinhalt img {
	max-width: 100%;
	height: auto;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#content .Beitraege .BeitraegeTextinhalt object {
	width: 100% !important;
	max-height: 100% !important;
}
#content .Beitraege blockquote {
	border-top: 1px solid #A8C7E6;
	margin: 10px 0 0;
	padding: 5px 20px;
	color: #003e7d;
}
@media all and (max-width: 700px) {
	#content .Beitraege .embed-container, #content .Beitraege object {
		position: relative;
		padding-bottom: 56.25%; /* ratio 16x9 */
		height: 0;
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	#content .Beitraege .embed-container iframe, #content .Beitraege object embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
#content span.SmileyLogin img, #content div.BeitraegeTextinhalt img {
	display: inline-block;
}
/* Ende Beitraege in der Verwaltung */
/* Blaetterfunktion Beitaege */
#blaettnavigation {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
#blaettnavigation a {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 2px 1px;
	padding: 4px 7px;
	color: #444; /* #468ccf */
	font-weight: bold;
	text-decoration: none !important;
	display: inline-block;
}
#blaettnavigation a:visited {
	color: #468ccf;
	font-weight: normal;
	text-decoration: none !important;
} 
#blaettnavigation a:hover, #blaettnavigation a:active {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f8f8f8;
	color: #737373;
	text-decoration: none !important;
}
.current {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 9px;
	color: #444;
	font-weight: bold;
	background: #f3f3f3;
}
.pages {
	text-align: center;
	font-size: 0.9em;
	display: block;
}
@media all and (max-width: 700px) {
	#blaettnavigation, .pages {
		text-align: left;
	}
}
/* Ende Blaetterfunktion Beitaege */

pre {
	font-family: Consolas, Monaco, 'Lucida Console', monospace;
	font-size: 1rem;
	line-height: 1.5;
	color: #00f;
	background-color: #f6f8fa;
	margin: 1em 0;
	padding: 0.4em 1em;
	overflow: auto;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-wrap: break-all;
	border-top: 1px solid #468ccf;
	border-right: 1px solid #468ccf;
	border-bottom: 1px solid #468ccf;
	border-left: 8px solid #468ccf;
	border-radius: 0 5px 5px 0;
	hyphens: auto;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}
img.inline {
	display: inline;
}
@media screen and (max-width: 1280px) {
	#content h1 {
		font-size: 3rem;
	}
	#content h2 {
		font-size: 2.5rem;
	}
	#content h3 {
		font-size: 2rem;
	}
	#content h4 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1000px) {
	#content h1 {
		font-size: 2.2rem;
		line-height: 140%;/**/
	}
	#content h2 {
		font-size: 1.6rem;
		line-height: 140%;/**/
	}
	#content h3 {
		font-size: 1.4rem;
	}
	#content h4 {
		font-size: 1.2rem;
	}
	#content p {
		font-size: 1rem;
		line-height: 1.4em;/**/
	}
}
@media screen and (max-width: 700px) {
	#content h1 {
		font-size: 1.5rem;
		line-height: 140%;
		font-weight: bold;
		/*vertical-align: bottom;*/
	}
	#content h2 {
		font-size: 1.3rem;
		line-height: 140%;
		font-weight: bold;
		/*vertical-align: bottom;*/
	}
	#content h3 {
		font-size: 1.2rem;
		font-weight: bold;
		/*vertical-align: bottom;*/
	}
	#content h4 {
		font-size: 1.15rem;
		font-weight: bold;
		/*vertical-align: bottom;*/
	}
	#content h5 {
		font-size: 1.05rem;
	}
	#content h4 + h5 {
		margin-top: -1.0em;
	}
	#content p {
		font-size: 1rem;
		line-height: 1.4em;
	}
	/* Formular */
	#content form p {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
	}
	#content label.formularlinks, #content span.formularlinks, #content .formularlinks_rot, #content label.formularlinkscolor, #content span.formularlinkscolor {
		width: 100%;
	}
	#content .formularlinksgleichehoehe {
		display: inline;
		float: none;
		width: auto;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#content span.formularlinks {
		padding-top: 1px;
	}
	form input[type="text"], form input[type="email"], form input[type="url"], form input[type="password"], form textarea {
		width: -moz-calc(100% - 26px);
		width: -webkit-calc(100% - 26px);
		width: -khtml-calc(100% - 26px);
		width: -o-calc(100% - 26px);
		width: calc(100% - 26px); /* - 38px */
		padding: 5px 12px;
		border-radius: 6px;
	}
	form input[type="color"] {
		bottom: 0;
	}
	form p input[type="color"] ~ label {
		display: block;
		padding-top: 0; /* 10px; */
	}
	form input[type="radio"] {
		top: 4px;
		margin-bottom: 0;
	}
	form label.kleiner + span.formular_rechte_einheitkleiner {
		margin-top: 0 !important;
		padding-top: 0 !important;
		line-height: normal;
	}
	form select {
		width: -moz-calc(100% - 26px + 26px);
		width: -webkit-calc(100% - 26px + 26px);
		width: -khtml-calc(100% - 26px + 26px);
		width: -o-calc(100% - 26px + 26px);
		width: calc(100% - 26px + 26px);
		padding: 5px 12px;
		border-radius: 6px;
	}
	#content .formular_rechte_einheit, #content .formular_rechte_einheit_oben {
		margin: 5px 10px 13px 0;
		float: none;
		width: 100%;
	}
	#content input[type="submit"].inputlayoutbutton, #content input[type="reset"].inputlayoutbutton {
		padding: 5px 0.6em;
		margin: 2px;
	}
	#content .formular_rechte_einheitkleiner {
		margin: 5px 10px 13px 0;
		float: none;
		width: 100%;
	}
	/* ENDE Formular */
}
#content .txtrechts {
	text-align: right;
}
#content .textschatten {
	text-shadow: 0.05em 0.05em 0.1em #333;
}
@media screen and (min-width: 420px) { /* Skalieren nicht bei Smartphones */
	#content .boxschatten {
		box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
		transition: all ease 0.3s;
		/*transition: all 0.2s ease-in 0s;*/
	}
	#content .boxschatten:hover, #content .boxschatten:focus {
		box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.25);
		transform: scale(1.02);
		
		
	}
}
#content #funktionen::before, #content #beispiele::before, #content #plus::before {
    display: block;
    content: ' ';
    height: 125px;
    margin-top: -125px;
    visibility: hidden;
}
img {
	display: block;
	border: 0;
}
img.grafik-skaliert {
	width: 100%;
	height: auto;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain; /* cover; */
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1000px) {
	#content #funktionen::before, #content #beispiele::before, #content #plus::before {
    	display: block;
    	content: ' ';
    	height: 102px;
    	margin-top: -102px;
    	visibility: hidden;
	}
}
/*@media screen and (max-width: 1000px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#content #funktionen::before, #content #beispiele::before, #content #plus::before {
    	height: 122px;
    	margin-top: -122px;
	}
}*/

@media screen and (max-width: 400px) {
	#content #funktionen::before, #content #beispiele::before, #content #plus::before {
    	display: block;
    	content: ' ';
    	height: 62px;
    	margin-top: -62px;
    	visibility: hidden;
	}
}
/*@media screen and (max-width: 400px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#content #funktionen::before, #content #beispiele::before, #content #plus::before {
		height: 82px;
    	margin-top: -82px;
	}
}*/

.blauBG {
	background: #3984c8 url(images/hintergrundbgblau.jpg) no-repeat fixed center center;
	background-size: cover;
	color: #fff;
}
.orangeBG {
	/*background: #6cf url('images/hintergrund-blau.jpg') repeat;*/
	background: #e497d4 url(images/orange.jpg) no-repeat fixed center center;
	background-size: cover;
}
.rotBG {
	background: #c30;
}
.gelbBG {
	background: #ff6;
}
.gruenBG {
	background: #66d1bd;
	/*background: #6F0;*/
	background-image: #66d1bd linear-gradient(60deg, #3F3, #396, #66d1bd);
	color: #fff;
}
.hellblauBG {
	background: #c5cedf;
	/*background: #6F0;*/
	background-image: #c5cedf linear-gradient(60deg, #9CF, #09C, #c5cedf);
	color: #fff;
}
.grauBG {
	background: #a9a9a9 url('images/bggrau.jpg') repeat;
	color: #fff;
}
.BGgrauweiss {
	background: linear-gradient(to bottom, rgba(171,171,171,1) 0%,rgba(200,200,200,1) 34%,rgba(227,227,227,0.7) 66%,rgba(255,255,255,0) 100%);
}
.weissBG  {
	background: #fff;
	color: #000;
}
.hellgrauBG {
	background: #e3e3e3 url('images/grauer-asfalt.png') repeat;
	/*background: #e3e3e3 url('images/hintergrund-weiss-grau.png') repeat;
	background: #e3e3e3 url('images/hggrau5.jpg') repeat;*/
}
.hellgrau2BG {
	background: #e3e3e3 url('images/page-background.png') repeat;
}
.lightslategrayBG {
	background: #778899;
	color: #fff;
}
.lightslategrayBG .hellgrau2BG {
	color: #000;
}
.anthrazitBG {
	background: #353535 url('images/bganthrazit.jpg') repeat;
	color: #fff;
}
.bordorotBG {
	background-image: #C03 linear-gradient(to right, rgb(252, 142, 147), rgb(242, 106, 140));
	/*background: #C03 url(images/hintergrund-rot-bg.jpg) repeat;
	background: #C03 url(images/red-background.jpg) repeat;*/
	background-color: #C03;
	color: #fff;
}

.BGRegenbogen {
	/*background-image: linear-gradient(60deg, green, yellow, sienna);
	background-image: linear-gradient(60deg, #3083f8, #6CF, #aecf60, #F66, #9b3256);*/
	background-image: linear-gradient(60deg, #906, #F66, #9b3256);
	background-size: 800% 800%;
	animation: AnimationRegenbogen 20s ease infinite;
	color: #fff;
}
@-webkit-keyframes AnimationRegenbogen {
	0%{
		background-position: 90% 0%
	}
	50%{
		background-position: 11% 100%
	}
	100%{
		background-position: 90% 0%
	}
}
@keyframes AnimationRegenbogen {
	0%{
		background-position: 90% 0%
	}
	50%{
		background-position: 11% 100%
	}
	100%{
		background-position: 90% 0%
	}
}

.rahmen {
	border: 1px dotted #666;
}


.gruenepersonen {
	color: #fff;
	background-color: #66d1bd;
	background-position: 50% 50%; /* 75% 50%; */
	background-size: cover;
	background-repeat: no-repeat;
	backface-visibility: hidden;
	background-image: url('images/page-1_img07.jpg'); /* Grueneingefaerbtepersonen */
	height: auto; /* 290px; */
	/*background-color: rgba(0,0,0,0.5);*/
}


/* Flex-Boxen fuer die Seiten */
.flexboxen {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flexboxen>* {
	margin-bottom: 0.5em;
	padding: 0.7em 1em;	
}
div.b50-2 h1:nth-child(1), div.b50-2n h2:nth-child(1), div.b50-2 h3:nth-child(1), div.b50-2 h4:nth-child(1), div.b50-2 h5:nth-child(1) {
	margin-top: 0.3em;
}
.flexboxen div p {
	margin-bottom: 0.4em;
}
.flexboxen div.b50-2 h4 + p {
	margin-top: -1.8em;
}
.flexboxen div.b50-2 h5 + p {
	margin-top: 0.3em;
}
.flexboxen>div.b25 {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	max-width: -moz-calc(25% - 2em);
	max-width: -webkit-calc(25% - 2em);
	max-width: -khtml-calc(25% - 2em);
	max-width: -o-calc(25% - 2em);
	max-width: calc(25% - 2em);
}
.flexboxen>div.b33 {
	-ms-flex: 1 1 33%;
	flex: 1 1 33%;
	max-width: -moz-calc(33% - 2em);
	max-width: -webkit-calc(33% - 2em);
	max-width: -khtml-calc(33% - 2em);
	max-width: -o-calc(33% - 2em);
	max-width: calc(33% - 2em);
}
/*.flexboxen div.b33 h4 + p {
	margin-top: -1.2em;
}*/
.flexboxen>div.b50 {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: -moz-calc(50% - 2em);
	max-width: -webkit-calc(50% - 2em);
	max-width: -khtml-calc(50% - 2em);
	max-width: -o-calc(50% - 2em);
	max-width: calc(50% - 2em);
}
.flexboxen>div.b50-2 {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: -moz-calc(50% - 3em);
	max-width: -webkit-calc(50% - 3em);
	max-width: -khtml-calc(50% - 3em);
	max-width: -o-calc(50% - 3em);
	max-width: calc(50% - 3em);
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.flexboxen>div.b66 {
	-ms-flex: 1 1 66%;
	flex: 1 1 66%;
	max-width: -moz-calc(66% - 2em);
	max-width: -webkit-calc(66% - 2em);
	max-width: -khtml-calc(66% - 2em);
	max-width: -o-calc(66% - 2em);
	max-width: calc(66% - 2em);
}
.flexboxen>div.b75 {
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	max-width: -moz-calc(75% - 2em);
	max-width: -webkit-calc(75% - 2em);
	max-width: -khtml-calc(75% - 2em);
	max-width: -o-calc(75% - 2em);
	max-width: calc(75% - 2em);
}
.flexboxen>div.b88 {
	-ms-flex: 1 1 88%;
	flex: 1 1 88%;
	max-width: -moz-calc(88% - 2em);
	max-width: -webkit-calc(88% - 2em);
	max-width: -khtml-calc(88% - 2em);
	max-width: -o-calc(88% - 2em);
	max-width: calc(88% - 2em);
}
.flexboxen>div.b100 {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: -moz-calc(100% - 2em);
	max-width: -webkit-calc(100% - 2em);
	max-width: -khtml-calc(100% - 2em);
	max-width: -o-calc(100% - 2em);
	max-width: calc(100% - 2em);
}
.flexboxen>div.b100-2 {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: -moz-calc(100% - 3em);
	max-width: -webkit-calc(100% - 3em);
	max-width: -khtml-calc(100% - 3em);
	max-width: -o-calc(100% - 3em);
	max-width: calc(100% - 3em);
	margin-right: 0.5em;
	margin-left: 0.5em;
}
/*.flexboxen div.b100-2 .b33 + .rechts, .flexboxen div.b100-2 .b66 + .rechts {
	text-align: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: red !important;
}*/
.flexboxen div div.verbergen p {
	color: #333 !important;
	font-size: 0.9rem;
}
.flexboxen div div.verbergen p strong {
	font-size: 1rem;
}


/*div.b25 h1:first-child, div.b33 h1:first-child, div.b50 h1:first-child, div.b66 h1:first-child, div.b75 h1:first-child, div.b88 h1:first-child, div.b100 h1:first-child, 
div.b25 h2:first-child, div.b33 h2:first-child, div.b50 h2:first-child, div.b66 h2:first-child, div.b75 h2:first-child, div.b88 h2:first-child, div.b100 h2:first-child,  
div.b25 h3:first-child, div.b33 h3:first-child, div.b50 h3:first-child, div.b66 h3:first-child, div.b75 h3:first-child, div.b88 h3:first-child, div.b100 h3:first-child, */
div.b25 h4:first-child, div.b33 h4:first-child, div.b33 h4:first-child, div.b66 h4:first-child, div.b75 h4:first-child, div.b88 h4:first-child, div.b100 h4:first-child {
	margin-top: 0.4em; /* 0.15em; */
}
div.b25 h5:first-child, div.b33 h5:first-child, div.b33 h5:first-child, div.b66 h5:first-child, div.b75 h5:first-child, div.b88 h5:first-child, div.b100 h5:first-child {
	margin-top: 0.7em;
}
@media screen and (max-width: 1280px) {
	/*div.b25 h1:first-child, div.b33 h1:first-child, div.b50 h1:first-child, div.b66 h1:first-child, div.b75 h1:first-child, div.b88 h1:first-child, div.b100 h1:first-child, 
	div.b25 h2:first-child, div.b33 h2:first-child, div.b50 h2:first-child, div.b66 h2:first-child, div.b75 h2:first-child, div.b88 h2:first-child, div.b100 h2:first-child,  
	div.b25 h3:first-child, div.b33 h3:first-child, div.b50 h3:first-child, div.b66 h3:first-child, div.b75 h3:first-child, div.b88 h3:first-child, div.b100 h3:first-child, */
	div.b25 h4:first-child, div.b33 h4:first-child, div.b33 h4:first-child, div.b66 h4:first-child, div.b75 h4:first-child, div.b88 h4:first-child, div.b100 h4:first-child {
		margin-top: 0.65em;
	}
	div.b25 h5:first-child, div.b33 h5:first-child, div.b33 h5:first-child, div.b66 h5:first-child, div.b75 h5:first-child, div.b88 h5:first-child, div.b100 h5:first-child {
		margin-top: 0.8em;
	}
}
@media screen and (max-width: 1000px) {
	/*div.b25 h1:first-child, div.b33 h1:first-child, div.b50 h1:first-child, div.b66 h1:first-child, div.b75 h1:first-child, div.b88 h1:first-child, div.b100 h1:first-child, 
	div.b25 h2:first-child, div.b33 h2:first-child, div.b50 h2:first-child, div.b66 h2:first-child, div.b75 h2:first-child, div.b88 h2:first-child, div.b100 h2:first-child,  
	div.b25 h3:first-child, div.b33 h3:first-child, div.b50 h3:first-child, div.b66 h3:first-child, div.b75 h3:first-child, div.b88 h3:first-child, div.b100 h3:first-child, */
	div.b25 h4:first-child, div.b33 h4:first-child, div.b33 h4:first-child, div.b66 h4:first-child, div.b75 h4:first-child, div.b88 h4:first-child, div.b100 h4:first-child {
		margin-top: 0.6em;
	}
	div.b25 h5:first-child, div.b33 h5:first-child, div.b33 h5:first-child, div.b66 h5:first-child, div.b75 h5:first-child, div.b88 h5:first-child, div.b100 h5:first-child {
		margin-top: 0.75em;
	}
}

@media screen and (max-width: 800px) {
	.flexboxen {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.flexboxen>* {
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 0.1em 1em;
		/*padding: 0;  ACHTUNG */
	}
	.flexboxen>div.b25, .flexboxen>div.b33, .flexboxen>div.b50, .flexboxen>div.b66, .flexboxen>div.b75, .flexboxen>div.b88, .flexboxen>div.b100 {
		/*min-width: 100%;*/
		min-width: -moz-calc(100% - 2em);
		min-width: -webkit-calc(100% - 2em);
		min-width: -khtml-calc(100% - 2em);
		min-width: -o-calc(100% - 2em);
		min-width: calc(100% - 2em);
		/*max-width: -moz-calc(100% - 2em);
		max-width: -webkit-calc(100% - 2em);
		max-width: -khtml-calc(100% - 2em);
		max-width: -o-calc(100% - 2em);
		max-width: calc(100% - 2em);*/
		-ms-flex: 1 auto; /* zusaetzlich wegen IE-Bug mit: auto */
	}
	.flexboxen>div.b50-2, .flexboxen>div.b100-2 {
		min-width: -moz-calc(100% - 3em);
		min-width: -webkit-calc(100% - 3em);
		min-width: -khtml-calc(100% - 3em);
		min-width: -o-calc(100% - 3em);
		min-width: calc(100% - 3em);
		margin-right: 1em;
		margin-left: 1em;
		padding-right: 0.5em;
		padding-left: 0.5em;
		-ms-flex: 1 auto;
	}
	.flexboxen div.b66 p {
		margin-top: -0.3em;
	}
	.flexboxen div h4 {
		margin-bottom: 0;
		padding-bottom: 2px;
		/*border-bottom: 1px dotted #999;*/
	}
	.flexboxen div h4.noline {
		border-bottom: none;
	}
	.flexboxen div.b50-2 h4 + p {
		margin-top: 0.2em;
	}
	.flexboxen div h5 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.flexboxen div.b50-2 h5 + p {
		margin-top: 0;
	}
	.rahmen {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	.rechts {
		text-align: left;
	}
	div.flexboxen ~ .weissBG {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
}
@media screen and (max-width: 400px) {
	/*.flexboxen div > div.b33, .flexboxen div > div.b66 {
		min-width: -moz-calc(100% - 1em);
		min-width: -webkit-calc(100% - 1em);
		min-width: -khtml-calc(100% - 1em);
		min-width: -o-calc(100% - 1em);
		min-width: calc(100% - 1em);
		/*margin-right: 1em;
		margin-left: 1em;*/
		/*padding-right: 0.5em;
		padding-left: 0.5em;
		-ms-flex: 1 auto;
	}
	.flexboxen div.b100-2 > p, .flexboxen div.b100-2 > h3, .flexboxen div.b100-2 > h4 {
		margin-right: 0.5em;
		margin-left: 0.5em;
		padding-right: 0.5em;
		padding-left: 0.5em;
	}*/
}
ul.liste-pfeil li {
	/*list-style-type: "❯";*/
	list-style-type: "›";
	padding-left: 0.5em; /* 1em */
}
ul.liste-pfeil li::marker {
	font-weight: bold;
	color: #468ccf;
	font-size: 1.5rem; /* 1.1rem */
}
@media screen and (max-width: 400px) {
	ul.liste-pfeil {
		margin-left: 0;
		padding-left: 0.5em;
	}
}

.inhalt {
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	padding: 20px 20px 1px;
	margin: 0px 0px 10px;
}

.show, .hide {
	padding: 10px;
	background: rgb(254, 164, 0);
	box-shadow: none !important;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 10px;
}

.show:hover, .hide:hover {
	background: rgb(255, 214, 118);
	color: #fff !important;
	transition: 0.2s all ease-in-out !important;
}


.bild {
	background: url('images/buch.png'); /* page-1_img07.jpg */
	width: 100%;
	height: 250px;
	background-color: #f3f3f3;
	background-position: 75% 70%; /* 75% 50%; */
	background-size: cover;
	background-repeat: no-repeat;
	backface-visibility: hidden;
}

/* Box anzeigen und verstecken - bei Funktionsliste und im Kontaktformular */
.holder {
	width: 100%;
}
/*.holder h2 {
	text-align:left;
}*/
.holder summary {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	cursor: pointer;
}
form details {
	display: block;
}
form summary { /* Formular */
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 15em;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}
form details[open] p {
	animation: sliding 0.9s linear forwards;
}
@keyframes sliding {
	0% {
		opacity: 0;
		height: 0;
		transform: translatey(-100px);
	}
	100% {
		opacity: 1;
		height:  auto;
		transform: translatey(0);
	}
}
form details p span.formular_rechte_einheitkleiner {
	padding-bottom: 1.5em;
}
.holder summary span {
	color: #468ccf;
	text-decoration: underline;
}
form summary span { /* Formular */
	color: #468ccf;
	text-decoration: underline;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
form summary span:hover {
	color: #000;
}
@media screen and (max-width: 700px) {
	form summary { /* Formular */
		margin-left: 0;
	}
	form summary span { /* Formular */
		margin-top: 0.1em;
		margin-bottom: 0.1em;
	}
}
summary::before {
	content: "+";
	margin: 0 9px 0 0;
	display: inline-block;
}
details[open] > summary::before {
	content: "-";
}
summary::details-marker {
	/*display: none;*/
	clip: rect(0 0 0 0); 
	clip-path: inset(100%); 
	width: 1px;
	height: 1px; 
	overflow: hidden; 
	position: absolute; 
	white-space: nowrap;/**/
}
summary + ul, summary + p {
	margin-top: -0.4em;
}
/* Ende - Box anzeigen und verstecken - bei Funktionsliste und im Kontaktformular */

/* Popup-Fenster in CSS */
.info-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	opacity: 0;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.info-popup:target {
	opacity: 1;
	pointer-events: auto;
}
.width600 > div {
	max-width: 600px;
}
.width800 > div {
	max-width: 800px;
}
.width1000 > div {
	max-width: 1000px;
}
.info-popup > div {
	/*max-width: 600px;*/
	width: 80%;
	position: relative;
	margin: 15% auto;
	padding: 1em 1.5em 0.7em 1.5em;
	border-radius: 10px;
	background-color: #fff;
	background: #fff linear-gradient(#fff, #bebebe);
	cursor: default;
}
.info-popup a.close {
	background-color: #fff !important;
	color: #000 !important;
	width: 24px;
	line-height: 24px;
	position: absolute;
	right: -12px;
	top: -10px;
	text-align: center;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
	text-decoration: none !important;
	/*font-weight: bold;*/
}
.info-popup a.close:hover {
	background-color: #646464 !important;
	color: #468ccf !important;
}
@media screen and (max-width: 800px) {
	.info-popup > div {
		margin: 8% auto;
		padding: 0.5em 1em 0.4em 1em;
	}
}
/* Ende - Popup-Fenster in CSS */
