@charset 'utf-8';
:root {
    --unit-100vh: 100vh;
}
@supports (height: 100dvh) {
    :root {
        --unit-100vh: 100dvh;
    }
}
@viewport {

width: device-width;

zoom: 1;

}
html {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	font: 14px sans-serif,Tahoma, Helvetica;
	margin: 0px;
	box-sizing: border-box;
	background-color: #fbfbfb;
}

A:link,
A:visited,
A:active,
A:focus,
TD.UPunkt {
	color: #007F82;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #fff;
	background-color: #007F82;
}

P {
	line-height: 1.4em;
	margin: 0;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

H1, H2, H3, H4, H5, H6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	color: #007F82;
	text-align: center;
}

.MedTrain {
	font-size: 25px;
	color: #007F82;
	text-align: center;
	padding-bottom: 10px;
}

H2 {
	font-size: 20px;
	color: #666666;
	margin-bottom: 15px;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 1.45em;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: 1px;
}

H3 {
	font-size: 16px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 1.45em;
	font-style: bold;
	letter-spacing: 1px;
}

.tdText {
	line-height: 1.4em;
	letter-spacing: 1px;
	vertical-align: bottom;
	padding-bottom: 12px;
}

.fliess {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.fliess li {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

.wrapText {
	padding-left: 27px;
	padding-top: 2px;
	min-height: 275px;
	width: 100%;
}

.page {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
}

.section {
	height: auto;
	justify-content: center;
	align-items: center;
}

.menu {
	position: fixed;
	z-index: 500;
	height: 46px;
	max-width: 900px;
	padding-left: 5%;
	padding-right: 5%;
	top: 0;
	justify-content: flex-end;
}

.wrapper {
	max-width: 92%;
	background-color: #fff;
}

.header {
	background-color: #fff;
 /*#B2D6FF;*/
	margin-top: 0;
	display: flex;
	height: auto;
	padding-top: 23px;
}

.Lock {
	text-align: center;
	width: 100%;
	border: 3px dotted #ff0000;
	padding: 8px 10px 8px 10px;
	margin-top: 2px;
	margin-bottom: 1px;
	display: flex;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.breadcrumb {
	position: relative;
	min-height: 22px;
	color: #666666;
	border-bottom: 1px solid #000;
	padding-left: 15px;
	padding-top: 5px;
	width: 100%;
	text-align: left;
	vertical-align: baseline;
	font-weight: bold;
	background-color: #fff;
}

.content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	vertical-align: top;
	display: flex;
	float: right;
}

.footer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #ddd;
	color: #666666;
	font-size: 12px;
	background-color: #fff;
	padding: 5px 5px 25px 5px;
	text-align: center;
}

.illustration img {
	display: block;
	width: 100%;
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {
	#menu_mobile {
		visibility: visible;
	}

	#menu {
		display: none;
	}

	.section {
		width: 100%;
	}

	.wrapText {
		padding-top: 12px;
	}

	.bgBody {
		background-image: url(../images/content_bg_mob.gif);
		background-repeat: repeat-y;
	}

	.content {
		padding-left: 5px;
		background-image: url(../images/content_dot_bg.gif);
	}

	.firstPage {
		margin-left: 25px;
		padding-top: 12px;
	}
}
/* Tablet Styles #################################### */
@media only screen and (min-width: 401px) and (max-width:960px) {
	#menu_mobile {
		visibility: visible;
	}

	#menu {
		display: none;
	}

	.section {
		width: 100%;
	}

	.wrapText {
		padding-top: 12px;
	}

	.firstPage {
		margin-left: 25px;
		padding-top: 12px;
	}

	.bgBody {
		background-image: url(../images/content_bg_mob.gif);
		background-repeat: repeat-y;
	}

	.content {
		padding-left: 5px;
		background-image: url(../images/content_dot_bg.gif);
	}
}

/* Desktop Styles */

@media only screen and (min-width: 961px) {
	.page {
		width: 900px;
		margin: 0 auto;
		background-color: #fff;
	}

	#menu_mobile {
		display: none;
	}

	#menu {
		display: block;
	}

	#menu {
		position: relative;
		float: left;
		width: 195px;
		height: auto;
		padding-left: 14px;
		padding-top: 15px;
		padding-bottom: 25px;
		text-align: left;
		background-image: url(/gfx/layout/menu_bg.gif);
		background-repeat: repeat-y;
	}

	#menu A {
		text-decoration: none;
		font-weight: bold;
		line-height: 17px;
		letter-spacing: 1px;
		color: #007F82;
	}

	#menu A:hover {
		text-decoration: underline;
		background-color: #ffffff;
	}

	.content {
		position: relative;
		float: right;
		width: 670px;
		height: auto;
		background-image: url(/gfx/layout/content_bg.gif);
		background-repeat: repeat-y;
	/*margin-left:15px;*/
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.footer {
		position: relative;
		text-align: center;
		border-top: 1px solid #000000;
		color: #666666;
		background-color: #ffffff;
		padding-top: 5px;
		padding-bottom: 25px;
		width: 100%;
	}
}
  /* ------------------------------------- Menu ---------------------- */
#menu_mobile {
	background-color: #fff;
	z-index: 600;
	float: right;
	min-width: 30%;
	position:;
	top: 0px;
	font-size: 14px;
	border-left: 1px dotted #CDCDCD;
	border-right: 1px dotted #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
   text-align:center;
}

#menu_mobile:hover {
	border-left: 1px dotted #CDCDCD;
	border-right: 1px dotted #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#menu_mobile ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 6px;
	padding-bottom: 5px;
	margin-left: 0;
}

#menu_mobile li.topmenu {
	float: right;
}

.topmenu a {
	/*float: right;
	text-align: center;*/
	min-width: 100%;
}

.topmenu ul {
	display: none;
	min-width: 100%;
}

.topmenu a, .submenu a {
	padding: 1px 3px 12px 3px;
	color: #007F82;
        /* color:#999;*/
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

.submenu a {
	font-size: 12px;
        /* background-color:#fff;*/
	width: 100%;
	position: relative;
	clear: both;
        /* special IE6 */;
}

#menu_mobile a:hover, .topmenu.on a {
        /* color:#999;
         background-color:#ddd!important;*/
	text-decoration: none;
	color: #fff;
	background-color: #007F82;
}

.topmenu:hover ul {
	display: block;
	height: auto;
	float: right;
	margin-left: 0;
}

.topmenu:hover img {
	background-color: #fff;
}
    /* --------------- Ende Menu -----------*/
	
	 
#burj {
	position: relative;
	vertical-align: middle;
	margin: 0;
	padding-bottom: 105%;
}

#burj svg {
	display: inline-block;
	position: absolute;
	max-width: 500px;
	max-height: 543px;
	top: 0;
	left: 0;
}

#burj rect:hover {
	opacity: 0.3;
	stroke: cadetblue;
	stroke-width: 2;
}

#burj rect:active {
	opacity: 0.5;
	stroke: cadetblue;
	stroke-width: 2;
}

/*------------------------HoneyPot -------------------------*/
#honeydiv {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; /* for the benefit of IE5 Mac */
  visibility: hidden;
}