/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v16-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
    url('../fonts/lato-v16-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-regular.woff') format('woff'),
    /* Modern Browsers */

}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v16-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
    url('../fonts/lato-v16-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-700.woff') format('woff'),
    /* Modern Browsers */

}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v16-latin-900.eot');
  /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),

    url('../fonts/lato-v16-latin-900.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-900.woff') format('woff'),
    /* Modern Browsers */

}

h1 {
  color: #1d3a8f;
  font-size: 1.5em;
  font-weight: 900;
}

body {
  background-color: #f9f9f9;
}

#header {
  margin-left: auto;
  margin-right: auto;
  background-color:white;
}

#header img {
  width: 100%;
  background-size: cover;
  min-width: 1080px;
  background-color:white;
}

#divider {
  height: 60px;
  background-color: white;
  border-bottom: solid 2px #1d3a8f;
}

#wrap {
  font-family: Lato;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  background-color: #1d3a8f;
  width: 100%;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

#wrap p {
  font-size: 1.2em;
}

#side {
  float: left;
  padding-left: 25px;
  margin-top: 20px;
}

#inhalt {
  border-left: solid 350px #ececec;
}

#imprint {
  text-align: center;
}

.Zeilen {
  font-size: 1.2em;
  line-height: 120%;
  border-spacing: 5px;
  margin-bottom: 100px;
}