body {
    margin: 0;
    background-color: #EEEEEE;
    font-family: 'Lato';
}
p {
    float: left;
    text-align: justify;
}
a {
    text-decoration: none;
    color: #000000;
}
table {
    margin-top: 6px;
}
td {
    min-width: 50px;
    vertical-align: top;
    text-align: justify;
}
header a, footer a {
    color: #ECF0F1;
}
#Logo {
    margin-top: 20px;
}
#header {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
    height: 30px;
    background-color: #2C3E50;
}
#header header a:first-child div {
    box-shadow: none;
}
#header header div {
    margin-top: -40px;
    height: 60px;
    -webkit-box-shadow: 3px -2px 9px 1px rgba(44,62,80,0.57);
    -moz-box-shadow: 3px -2px 9px 1px rgba(44,62,80,0.57);
    box-shadow: 3px -2px 9px 1px rgba(44,62,80,0.57);
}
#header div img {
    height: 100%;
    width: 60px;
}
main {    
    font-size: 16px;
}
main h1 {
    font-size: 100px;
}
#Dienstleistungen div {
    color: #ECF0F1;
    line-height: 100px;
    margin-bottom: 20px;
    background-color: #1E8BC3;
    height: 100px;
}
#Dienstleistungen div:last-child {
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 50px;
}
#Dienstleistungen div span {
    float: left;
    font-size: 25px;
    font-weight: bold;
    line-height: 94px;
    padding-left: 20px;
    padding-right: 6px;
}
#Dienstleistungen div:last-child span {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 50px;
}
#Kontakt div {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1E8BC3; 
    margin-bottom: 50px;
    line-height: 30px;
}
#Kontakt div:last-child {
    margin-bottom: 50px;
}
#Kontakt div a {
    color: #ECF0F1;
}
#AGB h3 {
    font-size: 30px;
}
#AGB h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
#footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px; 
    background-color: #1E8BC3;
    color: #ECF0F1;
}
footer h2 {
    font-size: 30px;
}
footer div {
    margin-top: 20px;
    line-height: 30px;
}
footer div a p {
    float: left;
}
.kontakt {
    width: 20px;
    height: 20px;
    float: left;
    padding-right: 3px;
}
.inactive {
    background-color: #59ABE3;
}
.active {
    background-color: #1E8BC3;
    border-bottom: 2px solid #ECF0F1;
}
.padding {
    padding-top: 50px;
    height: auto;
    padding-bottom:50px;
}
.abstand {
    float: left;
    padding-left: 20px;
}
.pagelink {
    margin-top: 40px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    height: 20px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 2px solid #59ABE3;    
}
.pagelink:hover {
    text-decoration: underline;
}