html {
height: 100%;
display: table;
width: 100%;
font-family: Arial;
color: #707173;
line-height: 1.4;
letter-spacing: 0.05em;
}

body {
display: table-cell;
vertical-align: middle;
background-color: #ededee;
}

img {
max-width:100%;
max-height:100%;
}

h1{
margin-top: 0px;
}

h3 {
margin-top: 0px;
margin-bottom: -10px;
color: #E33327;
letter-spacing: 0.05em;
font-size: 1.1em;
}

h2 {
font-size: 1.3em;
}

p {
color: #707173;
line-height: 1.4;
font-size: 0.9em;
letter-spacing: 0.05em;
}

a {
 color: #707173;
  text-decoration: underline;
}

/* unvisited link */
a:link {
    color: #707173;
}

/* visited link */
a:visited {
    color: #707173;
}

/* mouse over link */
a:hover {
    color: #9C9E9F;
}

/* selected link */
a:active {
    color: #9C9E9F;
}

.service li {
font-size: 1.1em;
text-indent: 0em;
line-height: 2.1em;
height: auto;
background-image: url(img/sym.png);
background-repeat: no-repeat;
background-position: 0.0em;
padding-left: 2em;
}

.service ul{
list-style-type: none;
}


.zentriert {
/* keine besonderen Angaben */
}

.main {
width: 100%;
height: 100px;
background-color: #ECEDED;
text-align: center;
position: relative;
}


.main01 {
width: 100%;
height: 250px;
background-color: #f6f6f7;
margin: 0px auto;
}

.main02 {
width: 100%;
min-height: 300px;
background-color: #ededee;
}

.main03 {
width: 100%;
height: 30px;
background-color: #b1b3b4;
}

.content01 {
box-sizing:border-box; 
background-color: #fff;
width: 1000px;
height: 100%;
margin: 0px auto;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}

.content02 {
box-sizing:border-box;
background-color: #f6f6f6;
width: 1000px;
min-height: 300px;
margin: 0px auto;
text-align: center;
padding: 35px;
}

.impressum {
box-sizing:border-box;
background-color: #f6f6f6;
width: 1000px;
margin: 0px auto;
text-align: left;
padding: 35px;
}

.footer {
box-sizing:border-box; 
background-color: #707173;
width: 1000px;
height: 100%;
margin: 0px auto;
text-align: right;
padding: 7px;
padding-right: 10px;
color: #fff;
font-size: 0.8em;
clear: left;
}

.footer a{
 color: #fff;
 text-decoration: none;
}

/* unvisited link */
.footer a:link {
    color: #fff;
}

/* visited link */
.footer a:visited {
    color: #fff;
}

/* mouse over link */
.footer a:hover {
    color: #D9DADB;
}

/* selected link */
.footer a:active {
    color: #D9DADB;
}

.logo{
box-sizing:border-box; 
width: 50%;
height: 100%;
text-align: center;
float: left;
}

.service{
box-sizing:border-box; 
width: 50%;
height: 100%;
text-align: left;
float: left;
padding-left: 45px;
border-left: 1px solid #707173;
}

.adress{
box-sizing: border-box; 
width: 50%;
height: 100%;
text-align: left;
float: left;
}

.symbol{
box-sizing:border-box; 
width: 50%;
height: 250px;
text-align: center;
float: left;
padding-left: 35px;
}

.symbol img{
width: 300px;
padding-top: 85px;
}





