/* inspird by Jarosław Morawski — Designer */


@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url(/'Ubuntu-Regular.ttf'); /* IE9 Compat Modes */
	src: local(''),
	url('Ubuntu-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
				}

html, body, div {
}

body { 
  font-family: 'Ubuntu', sans-serif;
  color: black;
  background-color: white;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.0125em;
  text-align: left;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

h10 {
	font-size: 9px;
}


hr {
    border: 0;
    height: 1px;
    background: black;
}

div {
  /* display: table-cell; */
  display: block;
  text-align: left;
  width: 98%;
  padding-top: 2rem;
  padding-bottom: 0rem;
}

/* btn {
  display: table;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

sup { 
    vertical-align: super;
    font-size: 0.7em;
    padding-left: 0.1em;
} */

ul {
  margin-left: 1.2em;
  padding-left: 0;
  list-style-type: disc;
}

.circle {list-style-type: circle;}


ol {
  margin-left: 1.2em;
  padding-left: 0;
}

.alpha {list-style-type: lower-alpha;}

li {
  padding-left: 0.3em;
  /*text-indent: -1.5em; */
}


/* nur für neue Lüftung */
ol.pkt2 {
  counter-reset:listenpunkt_ebene2;
  list-style-type:none;
}
ol.pkt2 li:before {
  content: "2."counter(listenpunkt_ebene2,decimal) " ";
  counter-increment:listenpunkt_ebene2;
}

ol.pkt3 {
  counter-reset:listenpunkt_ebene2;
  list-style-type:none;
}
ol.pkt3 li:before {
  content: "3."counter(listenpunkt_ebene2,decimal) " ";
  counter-increment:listenpunkt_ebene2;
}

td {
	vertical-align: top;
}

/* li:before {  
  padding-right: 8px;
  vertical-align: 0%;
  margin-left: -1.1em;
}

fav {
  vertical-align: -1%;
}

fav2 {
  vertical-align: 0%;
} */


.graf { /* normale Grafiken */
	position: relative;
	float: right;
	/* margin-left: auto;
	margin-right: 0; */
	max-width: 200px;
	height: auto;
	z-index: 1;
}

.inline {
	display: inline-block;
	position: relative;
	width: auto;
	height: 24px;
	z-index: 1;
	bottom: -7px;
}

.lesser { /* vertikale Grafiken */
	width: auto;
	height: 20px;
	bottom: -4px;
}

.lesser_x { /* vertikale Grafiken */
	width: auto;
	height: 18px;
	bottom: -3px;
}

.lesser_w { /* vertikale Grafiken */
	width: 30px;
	height: auto;
	bottom: 0px;
}

.less { /* horizontale Grafiken */
	width: auto;
	height: 14px;
	bottom: -2px;
}

/* .grafx {
	float: right;
	max-width: 100%;
	height: auto;
	z-index: 200;
	opacity: 0;
	background: url("3.png") center center / cover no-repeat;
} */

/* .graf:hover .grafx {
	opacity: 1;
} */

img.graf:hover { /* mouseover für normale Grafiken */
	position: relative;
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	display: block;
	z-index: 200;
	max-width: 100%;
	height: auto;
	margin-top: -200px;
	/*transform: scale(4.0, 4.0);
	-moz-transform: scale(4.0, 4.0);
	-webkit-transform: scale(4.0, 4.0);
	-o-transform: scale(4.0, 4.0);
	-ms-transform: scale(4.0, 4.0); */
}

.float {
	position: fixed;
	top: -1em;
	/* color: grey; */
	background-color: white;
	z-index: 100;
	/* opacity: 0.8; */
	/* filter: alpha(opacity=80); /* For IE8 and earlier */
	width: 98%;
	height: auto;
	padding-right: 1rem;
}

.legal {
	font-size: 12px;
}

.red {
	color: red;
}

.green {
	color: green;
}

.abstand {
	padding-top: 180px;
	font-weight: bold;
}

.plan {
	height: auto;
	width: 100%;
}

.back{ /* Hintergrundbild */
	position: fixed;
	top: 15em;
	z-index: -100;
	opacity: 0.1;
	filter: alpha(opacity=10); /* For IE8 and earlier */
	width: 50%;
	height: auto;	
}

.orange {
	color: #FF7300;
	}
	
/* .sup {
	vertical-align: +4px;
	font-size: 150%;
	font-weight: 900;
} */



a {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted gray;
    transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
}

a:visited {
    color: black;
}

a:hover {
    color: #F3B69A;
    border-bottom-color: #F3B69A;
}

a:active {
    color: black;
}



a.red {
	color: red;
	word-wrap: break-word;
}

a.red:hover {
    color: #F3B69A;
    border-bottom-color: #F3B69A;
}


a.orange {
	color: orange;
	word-wrap: break-word;
}

a.orange:hover {
    color: #faded1;
    border-bottom-color: #F3B69A;
}

/* a.grey {
	color: grey;
	opacity: 0.5;
	word-wrap: break-word;	
} */







@media only screen and (max-width: 800px) {
    
body { 
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.0125em;
  text-align: left;
  padding-top: 7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

hr {
    border: 0;
    height: 1px;
    background: black;
}

div {
  display: block;
  text-align: left;
  width: 98%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

/* btn {
  display: table;
  padding-top: 1.3rem;
} */

ul {
  margin-left: 1.2em;
  padding-left: 0;
}

ol {
  margin-left: 1.2em;
  padding-left: 0;
}

li {
  padding-left: 0.3em;
  /*text-indent: -1.5em; */
}



/* li:before {  
  padding-right: 8px;
  vertical-align: 0%;
  margin-left: -1.1em;
}

sup { 
    vertical-align: super;
    font-size: 0.7em;
    padding-left: 0.1em;
} */

.graf {
	/* margin-left: auto;
	margin-right: 0; */
	max-width: 100px;
	height: auto;
}

.inline {
	display: inline-block;
	position: relative;
	width: auto;
	height: 22px;
	z-index: 1;
	bottom: -6px;
}

.lesser { /* vertikale Grafiken */
	width: auto;
	height: 18px;
	bottom: -3px;
}

.lesser_x { /* vertikale Grafiken */
	width: auto;
	height: 16px;
	bottom: -2px;
}

.lesser_w { /* vertikale Grafiken */
	width: 28px;
	height: auto;
	bottom: 0px;
}

.less { /* horizontale Grafiken */
	width: auto;
	height: 12px;
	bottom: -1px;
}

.float {
	position: fixed;
	top: 0em;
	/* color: grey; */
	background-color: white;
	z-index: 100;
	/* opacity: 0.5;
	/* filter: alpha(opacity=50); /* For IE8 and earlier */
	width: 95%;
	height: auto;
	padding-right: 1rem;
}

.back{
	position: fixed;
	top: 15em;
	z-index: -100;
	opacity: 0.1;
	filter: alpha(opacity=10); /* For IE8 and earlier */
	width: 90%;
}


 /* 
.left-half {
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.3rem;
}

.right-half {
  padding-bottom: 1.3rem;
}
*/