html {
    background: #e6e9e9;
}

body {
    background: ghostwhite;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 12px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0em 0em 2em;
}

.container {
    max-width: 100%;
    font-size: 14px;
    padding: 0px 30px;
}

.container p {
    font-size: 15px;
}
.container h3, h4 {
    color: #233779;
}

.header {
    padding: 0px 0px 10px;
}

.header img {
    float: right;
    padding: 10px;
}

.header h1 {
    padding: 0px 0px 0px 20px;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #233779;
    text-transform: uppercase;
    font-weight: normal;
}

.nav li {
    float: left;
    margin: 0px auto;
}

.nav li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 13px;
    text-decoration: none;
}

.nav a:hover {
    background-color: #e0782c;
}

.active {
    background-color: #e0782c;
}

/*wenn Fenster kleiner als ??px verändern sich folgende Werte*/
@media screen and (max-width: 767px){
    .nav li {float: none;}
    .header h1 {font-size: 20px; text-align: center;}
    .header img {float: none; display: block; margin-left: auto; margin-right: auto;}
}


/*Startseite*/
.home_content {
  text-align: center;
  font-size: 21px;
}

.home_content h1 {
    font-size: 30px;
    color: #233779;
}

/*Einzugsgebiet*/
.map img {
    padding: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Wir über uns*/

.team {
    margin-bottom: 30px;
}

.photo {
    max-width: 40%;
    padding-bottom: 20px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

.tbody {

}
td {
    height: 35px;
    width: 1em;
}

.leitbild {
    hyphens: manual;
}

/*Kontakt*/
.adress td {
    height: 0px;  
}

.mail {
    margin-bottom: 10px;
}

#mails b {
display: none;
}

#mailr b {
display: none;
}

/*Download*/

.table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.table thead{
    background-color: #233779;
    color: white;
}

.table th, td {
    border-color: aqua;
}

.links a {
    font-size: 15px;
    text-transform: uppercase;
}