body {
background-color:white;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
margin: 0pt auto;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 14pt;
font-style: normal;
font-variant: normal;
font-weight: 400;
background-image: url(bg.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

-webkit-animation: background 40s cubic-bezier(1,0,0,1) infinite;
  animation: background 40s cubic-bezier(1,0,0,1) infinite;  
}

html {
overflow-y:scroll;
}


.con2{
    text-align: center;
}
.con2 pre{
    display: inline-block;
    text-align: left;
}

#main {
    position: relative;
    margin:0 auto;
    max-width: 100%;
    height: auto;
	margin-left: auto;
    margin-right: auto;

}
@media only screen and (max-width: 479px){
    #main { width: 100%; }
}
.main2 {
	
	color:black;
	font-size:22pt;
}

.Center {
	text-align:center;
	vertical-align:center;
	font-size:90pt;
	color:white;
	background-color:#227447;
	
}

.text {
	font-size:14pt;
	min-height:200px;
	max-width:75%;	
    margin:0 auto;
	margin-left: auto;
    margin-right: auto;
	
}

.placeholder{
  padding: 3em;
}
.progressContainer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: white;
}
.progress{
  height: 12px;
  background: #227447;
  width: 0;
  transition: width 0.5s;
}

.footer {
	text-align: center;
	margin-top:5pt;
	color: white;
	background-color:#227447;
	font-size:14pt;
	margin-bottom:12px;
	padding-top:8px;
}

ul {
    list-style-type: none;
	
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #227447;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	float:center;
	position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

li {
float:left;
text-align: center;
}

li a {
    display: table;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: white;
	color:black;

}

#header {
    position: relative;
    margin:0 auto;
    max-width: 1310px;
    height: auto;
    border: 0px solid black;
    border-collapse:collapse;
    color:#009b8a;
}

@media only screen and (max-width: 479px){
    #header { width: 90%; }
}

.warnung {
	color:red;
}

#box {
font-style: italic;
font-size:12pt;
}
#box1 {
font-style: italic;
font-size:12pt;
}
#box2 {
font-style: italic;
font-size:12pt;
}
#box3 {
font-style: italic;
font-size:12pt;
}
#box4 {
font-style: italic;
font-size:12pt;
}
#box5 {
font-style: italic;
font-size:12pt;
}
#box6 {
font-style: italic;
font-size:12pt;
}
#box7 {
font-style: italic;
font-size:12pt;
}
#box8 {
font-style: italic;
font-size:12pt;
}
#box9 {
font-style: italic;
font-size:12pt;
}
#box10 {
font-style: italic;
font-size:12pt;
}
#box10 {
font-style: italic;
font-size:12pt;
}
#box11 {
font-style: italic;
font-size:12pt;
}
#box12 {
font-style: italic;
font-size:12pt;
}

#box13 {
font-style: italic;
font-size:12pt;
}
#box14 {
font-style: italic;
font-size:12pt;
}


td {
padding-bottom:7.5pt;
padding-top:7.5pt;
border-bottom-style:solid;
border-color:lightgray;
vertical-align:top;
}
tr {

border-style:none;	
}

.tablerow {
border-right-color:lightgray;
border-right-style:solid;

}

.aufklappen {
font-weight: bold;
}

a {

 color:#A44A30;
 transition: all .2s ease-in;
}
a:hover {
color:#227447;
}

h3 {
	
}