.button-default {
  display: inline-block;
  background: transparent;
  border: solid #000 1px;
  padding: 10px 20px;
}

.page-101 ul, .page-101 ol {
  list-style: none;
}

.hero__containers-headlines h1 {
  padding: 10px 0 20px;
}
.hero__containers-headlines h2 {
  padding: 3px 0 10px;
}

.hero__containers-button {
  padding-top: 40px;
}

.hero__containers-under h4 {
  padding-bottom: 10px;
}

.hero-under__times div {
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-direction: row;
}

.services-item h4 {
  min-height: 2.4em;
  line-height: 1.2em;
}

.services__item-img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  box-sizing: content-box;
}

.container-headlines {
  text-align: center;
}
.container-headlines > *:not(:first-child) {
  padding: 10px 0;
}

.container-row-large {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container-row-large > div {
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
}

.container-row-padding {
  padding-top: 80px;
}

.container-row-padding-small {
  padding-top: 30px;
}

.container-padding-outside {
  padding-top: 120px;
}

.container-row-lcr > * {
  text-align: center;
}
.container-row-lcr > *:first-child {
  text-align: left;
}
.container-row-lcr > *:last-child {
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
