html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 1em 0 0.25em 0;
}

H2 { font-size: 1.4em; color: #017538; font-style: normal; font-family: verdana, helvetica, arial, sans-serif; text-decoration: none; }

body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	color: Black;
	background-color: #CCC;
	margin: 1px;
	border-left-width: 0px;
}

.button {
	text-align: center;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
	background-color: #AAA;
	padding: 0.2em;
	font-size: 1em;
	line-height: 1.6em;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px; /* Konqueror */
	border-radius: 6px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.button:hover {
	transition: all 0.5s ease;
	background-color: #999;
}

div.dtab {
	display: table;
	max-width: 50rem;
}

div.dtr {
	display: table-row;
}

div.dtd {
	display: table-cell;
}

.pagetitle,.pagetitle span {
	padding-right: 1rem;
	padding-top: 0.6rem;
	margin-bottom: -0.3rem;
	font-weight: bold;
}

.headlink_l a, .headlink_r a {
	line-height:0.9rem;
	font-size: 0.9rem;
	color:white;
}

.headlink_l a{
	margin-left: 0rem;
	float:left;
}

.headlink_r a{
	margin-left: 1rem;
	float:left;
}

#text {
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
  color: #008080;
  margin-bottom: 0.5em;
}

#text span {
  background-color:#fff;
}

#corner {
	border-style: none;
	border-width:0;
	width:12rem; 
	height:100%; 
	background-color: #009091; 
	display:table-cell;
}

#head {
	width: auto;
	line-height:40px;
	border-style: none;
	border-width:0;
	background-color: #009091;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

#foot {
	display: none;
	padding-right: 0.2rem;
}		


a:hover {
	font-weight: bold;
}

#content {
	font-size: 1rem;	
	background-color: #ddd;
	border-width:0.5rem;
	border-style: solid;
	border-color: #009091;
	padding:0.5rem;
}

#flex {
	display: inline-block;
	vertical-align:top;
}

#content-flex {
	padding: 1vw;
	margin: auto;
	border: thin none #FFF;
	text-align: center;
	display: flex; 
	flex-wrap: nowrap;	
	justify-content: center;
}

#content-flex2 {
	vertical-align:top;
	padding: 1vw;
	margin: auto;
	border: thin none #FFF;
	text-align: center;
	display: flex; 
	flex-wrap: wrap;	
	justify-content: center;
}

div.index-flex {
	display: -webkit-flex; /* Safari */
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	display: flex;
	flex-direction: row;
	flex-wrap: row wrap;
	justify-content: center;
}

div.flex {
	display: block;
	flex-direction: row;
	flex-wrap: row wrap;
	justify-content: center;	
}

img.aussen {
	width: 240px;
	padding:0rem;
	margin:0.5rem;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

img.aussen2 {
	width:300px;
	padding:0rem;
	margin:0.5rem;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

img.aussen:hover, img.gridimg2:hover, img.gridimg3:hover, img.gridimg4:hover, img.gridimg6:hover {
	max-height:66vh;
	transform: scale(1.5);
	transform-origin: 50% 50%;
}

img.gridimg:hover, img.gridimg5:hover {
	max-height:66vh;
	transform: scale(1.8);
	transform-origin: 50% 50%;
}

img.aussen2:hover {
	transform: scale(1.5);
	transform-origin: 50% 50%;
}

img.gridimg {
	width: 9rem;
	padding:0rem;
	margin:0rem;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

img.gridimg2 {
	height: 10.7rem;
	padding:0rem;
	margin:0rem;
	object-fit: contain;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

img.gridimg3 {
	width: 240px;
	max-height:300px;
	padding:0rem;
	margin:0rem;
	object-fit: contain;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

img.gridimg4 {
	width: 18rem;
	padding:0rem;
	margin:0rem;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

img.gridimg5 {
	width: 9.9rem;
	padding:0rem;
	margin:0rem;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

img.gridimg6 {
	width: 17.6rem;
	padding:0rem;
	margin:0rem;
	transition: transform 1s ease-in-out; /* Übergang für den Effekt */
}

div.gridimg {
	width: 9rem;
	padding:0.3rem;
	margin:0.3rem;
}

div.gridimg2 {
	height: 10.8rem;
	padding:0.4rem;
	margin:0.4rem;
	object-fit: contain;
}

div.gridimg3 {
	width: 15rem;
	padding:0.4rem;
	margin:0.4rem;
}

div.gridimg4 {
	width: 18rem;
	padding:0.3rem;
	margin:0.3rem;
}

div.gridimg5 {
	width: 9.9rem;
	padding:0.3rem;
	margin:0.3rem;
}

div.gridimg6 {
	width: 17.6rem;
	padding:0.3rem;
	margin:0.3rem;
}

div.terminbutton {
	padding:0.7rem;
	margin:auto;
	width:14rem;
	background-color:#088;
}

div.terminbutton a {
	color:white;
}

@media (min-width:950px) {
	div.index-flex {
		-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
}

@media (min-width:901px) {
	.pagetitle {
		font-family: Arial, sans-serif;
	    font-size: 2.4rem;
		font-weight:bold;
		color: #EEE;
		padding:0;
		background-color: #009091;
	}

	.Letters {
		letter-spacing: 0.1em;
	}
	
	#content {
		vertical-align:top;
		text-align: center;
		max-width: 48em;
	}
	
	#content-flex {
		padding: 1em;
		flex-wrap: nowrap;	
	}
		
	#content-flex .hide {
		display:block;
	}
	
	#content-flex2 {
		padding: 1em;
		flex-wrap: wrap;	
	}
		
	#content-flex2 .hide {
		display:block;
	}
	
	#foot_box {
		display:-webkit-box; 
		-webkit-flex-wrap:wrap; 
		display: -webkit-flex; 
		display:flex; 
		flex-direction: row; 
		flex-flow: wrap; 
		justify-content: center;
	}
}

@media (max-width:900px) {
	.pagetitle {
		font-family: Arial, sans-serif;
	    font-size: 2rem;
		font-weight:bold;
		color: #DDD;
		padding:0;
		background-color: #009091;
	}
	
	.Letters {
		display:none;
	}
	
	#content {
		vertical-align:top;
		padding: 0.4rem;
		text-align: center;
	}
	
	#content-flex {
		padding: 0.4rem;
		flex-wrap: wrap;	
	}
		
	#content-flex .hide {
		display:none;
	}
	
	#content-flex2 {
		padding: 0.4rem;
		flex-wrap: wrap;	
	}
		
	#content-flex2 .hide {
		display:block;
	}
	
	#foot_box {
		display:-webkit-box; 
		-webkit-flex-wrap:wrap; 
		display: -webkit-flex; 
		display:flex; 
		flex-direction: row; 
		flex-flow: row wrap; 
		justify-content: center;
	}
}

@media (min-width:680px) {
	#content-flex2 div.index-flex {
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	img.aussen2 {
		width:480px; 
	}
}

@media (max-width:750px) {
	.pagetitle {
		font-family: Arial, sans-serif;
	    font-size: 1.8rem;
		font-weight:bold;
		color: #DDD;
		padding:0;
		background-color: #009091;
	}
	
	#content-flex {
		padding: 0.4rem;
		flex-wrap: wrap;	
	}
		
	#content-flex .hide {
		display:none;
	}

	#content-flex2 {
		padding: 0.4rem;
		flex-wrap: wrap;	
	}
		
	#content-flex2 .hide {
		display:none;
	}
}

@media (max-width:680px) {
	.pagetitle {
		font-family: Arial, sans-serif;
	    font-size: 1.6rem;
		font-weight:bold;
		color: #DDD;
		padding:0;
		background-color: #009091;
	}
}

@media (max-width:600px) {
	.pagetitle {
		font-family: Arial, sans-serif;
	    font-size: 1.5rem;
		font-weight:normal;
		color: #DDD;
		padding:0;
		background-color: #009091;
	}
	
	.hide {
		display: none;
	}
}

@media (max-width:559px) {
	#head {
		max-width: 98vw;
		line-height:40px;
		border-style: none;
		border-width: 0;
		text-align: center;
		white-space: wrap;
		color: #DDD;
		padding:0;
		background-color: #009091;
	}	
	
	.Logobild {
		max-width: 90vw;
	}

	.pagetitle {
		font-family: Arial, sans-serif;
	    font-size: 1.4rem;
		font-weight:normal;
		color: #DDD;
		padding:0;
		background-color: #009091;
	}

	#content-flex2 {
		flex-wrap: wrap;	
	}
		
	#content-flex2 .hide {
		display:none;
	}
	
	div.gridimg5 {
		width: 9.5rem;
	}
	
	img.gridimg5 {
		width: 9.5rem;
	}
	
	div.gridimg6 {
		width: 17rem;
	}
	
	img.gridimg6 {
		width: 17rem;
	}
}

@media (max-width:449px) {
	img.bigimg {
		width:92vw;
	}
	
	div.gridimg5 {
		width: 12.7rem;
	}
	
	img.gridimg5 {
		width: 12.7rem;
	}
	
	#foot_box {
		display: inline-block; 
		justify-content: center;
	}

	.foot_submenu {
		margin-left:auto;
		margin-right:auto;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}	
}

#content-flex .small {
	display:none;
}

#content-flex .wide {
	display:inline;
	text-align: justify;
	padding: 0em;
}

#content-flex2 .small {
	display:inline;
	text-align: justify;
	padding: 0em;
}

#content-flex2 .wide {
	display:none;
}

.menue_innerlink:hover {
	transition: all 0.5s ease;
	background-color: #888;
}

div.body_space {
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-left: 14em;
	z-index: 3;
}

.footer_space {
	position: absolute;
	bottom: 0.5em;
	left:1em;
	color: #CCC;
}

#SeitenListe {
	padding: 0em;
}

#SeitenListe tr:nth-child(even) {
	background-image:url(image/grayback.gif);
}

div.dtd #footer_space {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #CCC;
}

table.photo {
	text-align: center;
}

table.photo td {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 2px;
	width: 124px;
	height: 124px;
	max-width: 124px;
	background-color: #FC6;
	clear: both;
	vertical-align: middle;
}

table.photo td img.photo_w {
	width: 120px;
	vertical-align: middle;
	text-align: center;
	float: none;
}

table.photo td img.photo_h {
	height: 120px;
	vertical-align: middle;
	text-align: center;
	float: none;
}

table.photo td:hover img {
	width: auto;
	height: auto;
	float: right;
	z-index: 2;
	position: fixed;
	bottom: 1%;
	right: 0.5%;
}

table.jobtable {
	border: none;
	border-collapse: collapse;
}

table.jobtable tr,table.jobtable tr td {
	border: 2px solid darkgray;
	border-collapse: collapse;
	background-color: whitesmoke;
}

table.jobtable tr.leerzeile,table.jobtable tr.leerzeile td {
	border-left: none;
	border-right: none;
	background: transparent;
}

table.wohntable {
	border: none;
	border-collapse: collapse;
}

table.wohntable tr,table.wohntabletr td {
	border: 2px solid darkgray;
	border-collapse: collapse;
	padding: 0.3rem;
	background-color: whitesmoke;
}

table.wohntable tr.leerzeile,table.wohntable tr.leerzeile td {
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 0.3rem;
	background: transparent;
}

table.suchtable{
	border: none;
	border-collapse: collapse;
}

table.suchtable tr,table.suchtable tr td {
	border: 2px solid darkgray;
	border-collapse: collapse;
	padding: 0.3rem;
}

table.suchtable tr.leerzeile,table.suchtable tr.leerzeile td {
	border-left: none;
	border-right: none;
	padding: 0.3rem;
	background: transparent;
}


/* Tooltip text */
div.tooltiptext {
  visibility: hidden;
  width: 10rem;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  display: inline-block;
  position: absolute;
  transform: translate(0%, -100%);
  z-index: 2;
}

/* Show the tooltip text when you mouse over the tooltip container */
div:hover .tooltiptext {
  visibility: visible;
  z-index: 2;
}

/* Tooltip text */
span.tooltiptext {
  visibility: hidden;
  width: 10rem;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  display: block;
  position: absolute;
  z-index: 2;
}

/* Show the tooltip text when you mouse over the tooltip container */
span.tooltiptext:hover {
  visibility: visible;
  z-index: 2;
}

a.ico {
	width: 16px;
	float: right;
	padding: 2px;
}

a.ico img {
	width: 16px;
	height: 16px;
	border: 1px solid;
	margin: 1px;
	padding: 0px;
}

a.pdf {
	width: 40px;
	float: right;
	margin: 0.5em;
}

.abschnitt {
	margin-bottom: 0.3em;
}

.abschnitt a {
  white-space: nowrap;	
}

img.bullet {
	border: 0;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

img.eyecatch {
	padding-top: 0.4em;
	width: 100%;
}

ul.bullet {
	margin: 0em 1em 0em 1em;
	padding: 0.4em 0.0em;
	list-style: url( 'image/bullet.gif' );
	text-align: left;
	opacity: 1.0;
}

ul.bullet li {
	padding: 0.0em 0.0em 1.0em 0.0em;
}

@keyframes bulletFade {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1.0;
	}

	100% {
		opacity: 1.0;
	}
}

ul.bullet li:nth-child(1) {
	animation-delay:0s;
	animation: bulletFade 0.5s;
}

ul.bullet li:nth-child(2) {
	animation-delay:0s;
	animation: bulletFade 1.0s;
}

ul.bullet li:nth-child(3) {
	animation-delay:0s;
	animation: bulletFade 1.5s;
}

ul.bullet li:nth-child(4) {
	animation-delay:0s;
	animation: bulletFade 2.0s;
}

ul.bullet li:nth-child(5) {
	animation-delay:0s;
	animation: bulletFade 2.5s;
}

ul.bullet li:nth-child(6) {
	animation-delay:0s;
	animation: bulletFade 3.0s;
}


ul.hand {
	padding: 1em 3em 0.3em;
	margin: 0.5em;
	list-style: url( 'image/hand.gif' );
	list-style-position:inside;
	background-image: url( 'image/granite.gif' );
}

ul.hand li {
	padding: 0.5em;
}

ul.hand .litxt, ul.hand a {
	top:-7px; 
	position:relative;
}

table {
	margin: auto;
}

table.links {
	border-collapse: collapse;
	margin: auto;
}

table.links tr td {
	padding: 0.2em;
	margin: 0;
	border-collapse: collapse;
}

ul.links {
	margin:0.5em;
	padding-left: 1.5em;
}

.abstand {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.linkgroup {
	background-image: url( 'image/litegray.gif' );
	border-left: 0;
	border-right: 0;
}

.begriff {
	background-image: url('image/granite.gif');
	border-width: 2px;
	border-style: solid;
}

.begriff li {
	line-height: 1.9em;
}

td.menu {
	vertical-align: top;
}

td.pagebody {
	border-left: 3px solid Gray;
	width: 100%;
	padding-left: 1em;
}

#linktitel {
	padding-left: 1em;
	padding-right: 1em;
	height: 32px;
}

.listImg {
	vertical-align: middle;
}

.titleImg {
	vertical-align: middle;
	height: 24px;
}

.change {
	text-align: center;
	font-size: 0.8em;
}

@keyframes FeedbackRot {
  0%   {transform: rotate(0deg);}
  70%  {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.Feedback {
	font-size: 0.8em;
}

.Feedback img {
	width:16px;
	height:12px;
	background-color:#888;
	animation-name: FeedbackRot;
	animation-duration: 4s;
	animation-delay: -2s;
	animation-iteration-count: infinite;
}

/* Tooltip container */
.HB {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

#disBack {
  display:none;
}

#Back {
  display:block;
}

#nonJShidden {
  display:none;
}

#nonJSshown {
  display:inline;
  line-height: 2em;
}

.HB img {
	  border: 1px dotted;
} 

.about {
	padding: 1em;
	margin: 1em;
	text-align: justify;
}

.about1 {
	background-color: #eef;
}

.about2 {
	background-color: #efe;
}

.adresse {
	background:rgba(255,255,255,0.5);
	padding: 0.3em;
	width: 12em;
	margin-left: auto;
	margin-right: auto;
}

.hobbys {
	padding-left:1em;
	margin-left:0em;
	margin-bottom:0.5em;
	background:rgba(255,255,255,0.5);
}
