/*
Kunde: 		physioteam-sperling.de
Erzeuger:	preuss cubus.de
Datum:		12-12-2023
*/

/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-rendering: optimizeLegibility;
}

html {
  -webkit-font-smoothing: antialiased;
}

html, body, div, form, pre, span, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	color: #373737;
	vertical-align: baseline;
}

body {
	background-color: #eaeaea;
	color: #373737;
	font-family: 'Fira Sans', Arial, Helvetica, Helvetica Neue, sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	line-height: 1.5;
}

p {
	margin-top: 10px;
	color: #373737;
}

ol ul li {
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #EF6446;
	font-weight: 700;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	padding-top: 20px;
}

hr {
	height: 1px;
	background: #ddd;
	border-width: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bodybold {
	font-weight: 700;
}

code {
	font-size: 1.1em;
}

a {
	color: #EF6446;
}

a:hover {
	color: #245ea8;
	text-decoration: underline;
}

a, img {
	border: none;
	text-decoration: none;
}

.page {
	margin: 0 auto;
	max-width: 1000px;
}

.header {
	background-color: white;
}

.sitename {
	text-align: center;
	font-size: 90%;
}

.sitename h1 {
	margin: 0.4em 0;
	font-weight: 700;
}

.sitename h1 a {
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
}

.sitename-banner {
	padding-top: 23%;
	background-image: url(../img/headlogo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner-img {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.left {
	float: left;
	margin: 0 1em 0 0;
}

.center {
	display: block;
	margin: 0 auto;
}

.right {
	float: right;
	margin: 0 0 0 1em;
}

/* @group Content */

.content {
	padding: 1.5em;
	background-color: white;
}

.content h1:first-child, .content>*:first-child {
	margin-top: 0;
}

.content h1 a:hover {
	text-decoration: none;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content form {
	margin: 1em 0;
}

.content table {
	border-spacing: 0;
	border-collapse: collapse;
}

.content th {
	text-align: left;
	padding: 0.3em;
	border-bottom: 1px solid #ddd;
}

.content td {
	text-align: left;
	padding: 0.3em;
	border-top: 1px solid #ddd;
}

.content .flexible {
	position: relative;
	padding-top: 0;
	padding-bottom: 56.25%;
}

.content .flexible iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content .toc {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .pagination {
	margin: 1em 0;
}

.content blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: .5em solid #00a820;
}

.content blockquote blockquote {
	margin-left: -1.5em;
	border-left: .5em solid #00a820;
}

.content blockquote blockquote blockquote {
	border-color: #d00;
}

.content pre {
	overflow: auto;
}

.content ul {
	margin-bottom: 20px;
	padding-left: 30px;
}

/* @end */

/* @group Footer */

.footer {
	margin: 1.5em;
	text-align: center;
	font-size: 0.7em;
	clear: both;
	background-color: #ffffff;
}

.footer a {
	color: #EF6446;
}

.footer a:hover {
	color: #EF6446;
	text-decoration: underline;
}

.footer-left, .footer-right {
	float: none;
}

.footer-right a {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	margin: 1.5em 0.1em;
	padding: 3px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}

.footer-right a:hover {
	background-color: #245ea8;
	color: #fff;
}

/* @end */

/* @group Navigation */

.navigation {
	padding: 0;
	background-color: #dadada;
	line-height: 2.5em;
}

.navigation a {
	color: #bbb;
	display: inline-block;
	padding: 0 0.6em;
}

.navigation a:hover {
	color: #111;
	background-color: #fff;
	text-decoration: none;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.navigation li a.active {
	color: #fff;
	font-weight: 400;
	background-color: #fe8c00;
}

.navigation li a.active:hover {
	color: #fff;
	background-color: #245ea8;
}

.navigation li {
	display: inline;
}

/* @end */

/* @group Forms und Buttons */

.form-control {
	margin: 0;
	padding: 3px 4px;
	display: inline-block;
	min-width: 7em;
	background-color: #fff;
	color: #555;
	background-image: linear-gradient(to bottom, #fff, #fff);
	border: 1px solid #ccc;
	font-size: 0.9em;
	font-family: inherit;
	font-weight: normal;
	line-height: normal;
}

.btn {
	margin: 0;
	padding: 4px 22px;
	display: inline-block;
	min-width: 7em;
	background-color: #eaeaea;
	color: #333333;
	background-image: linear-gradient(to bottom, #f8f8f8, #e1e1e1);
	border: 1px solid #bbb;
	border-color: #c1c1c1 #c1c1c1 #aaaaaa;
	border-radius: 4px;
	outline-offset: -2px;
	font-size: 0.9em;
	font-family: inherit;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.btn:hover, .btn:focus, .btn:active {
	color: #333333;
	background-image: none;
	text-decoration: none;
}

.btn:active {
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fehler {
	color: red;
	font-weight: 700;
}

.zitat  {
	font-weight: 700;
	font-style: italic;
	text-align:left;
	padding-left:10%;
	font-size: 1.2em;
	padding-bottom: 40px;
	padding-top: 30px;
}

/* @end */


@media screen and (min-width:62em) {

body {
	width: 1000px;
	margin: 1em auto;
	background-color: #eeeeee;
}

.sitename h1 {
	margin: 0.4em 0;
	font-size: 2.5em;
	font-weight: 700;
}

.page {
	background-color: white;
	margin: 0;
	border: 1px solid #ddd;
}

.page {
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner-img {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
}

}

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

body {
	font-size: 0.9em;

}

h1 {
	font-size: 5.0vw;
}

.navigation li {
	display: inline;
	font-size: 90%;
}

.sitename h1, .sitename, .navigation, .footer, .page {
	margin: 0;
	padding: 0;
}

.sitename, .navigation-search, .content, .footer {
	padding: 1em;
}

.banner-img {
	display: none;
}

.page {
	background-color: #d6d6d6;
}

}

@media print {

body, h1, h2, h3, h4, h5, h6 {
	background-color: #ffffff;
	color: black;
}

.page {
	border: none !important;
}

}