*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

h2 {
  font-family: "Museo", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.125;
  margin: 0 0 16px;
}

h4 {
  font-family: "Museo",serif;
  font-weight: normal;
  line-height: 1.375em;
  font-size: 1rem;
  color: inherit;
  text-align: inherit;
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

li {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.logo, .claim {
  width: 180px;
  height: auto;
}

.header a {
  color: #244046;
  text-decoration: none;
}

.header a:hover {
  color: #298491;
}

.breadcrumb {
  display: block;
  margin: 0;
  padding: .75rem 0;
  color: #000;
  font-size: .75rem;
  line-height: 1.5em;
  list-style: none;
  text-align: center;
}

.breadcrumb::before {
  content: "Sie sind hier: ";
  padding-right: .25rem;
}

.breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
}

.breadcrumb li a {
  color: currentColor;
}

.breadcrumb li + li::before {
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: url('data:image/svg+xml,<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(6, 4)" fill="%23B5B5B5"><polygon points="1.4 12 0 10.6 4.6 6 0 1.4 1.4 0 7.4 6"></polygon></g></g></svg>');
  top: 2px;
  margin-left: -13px;
  margin-right: 8px;
}

.breadcrumb li:last-child {
  color: #242424;
}
