html {
  box-sizing: border-box;
}

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

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  border-radius: 0;
  outline: 0;
  border: 0;
}
input:hover, input:active, input:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: 0;
  border: 0;
}

li {
  list-style-type: none;
}

a {
  color: #000000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.flex-container {
  display: flex;
}

.bold {
  font-weight: bold !important;
}

/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("//cdn.grobmeier.de/fonts/montserrat-v12-latin/montserrat-v12-latin-700.woff2") format("woff2"), url("//cdn.grobmeier.de/fonts/montserrat-v12-latin/montserrat-v12-latin-700.woff") format("woff");
}
/* noto-serif-regular - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif"), local("NotoSerif"), url("//cdn.grobmeier.de/fonts/noto-serif-v6-latin/noto-serif-v6-latin-regular.woff2") format("woff2"), url("//cdn.grobmeier.de/fonts/noto-serif-v6-latin/noto-serif-v6-latin-regular.woff") format("woff");
}
/* noto-serif-700 - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("//cdn.grobmeier.de/fonts/noto-serif-v6-latin/noto-serif-v6-latin-700.woff2") format("woff2"), url("//cdn.grobmeier.de/fonts/noto-serif-v6-latin/noto-serif-v6-latin-700.woff") format("woff");
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("//cdn.grobmeier.de/fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff2") format("woff2"), url("//cdn.grobmeier.de/fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff") format("woff");
}
body {
  color: #000000;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.main-container {
  padding: 0.1px;
}
@media (min-width: 992px) {
  .main-container {
    margin-top: 90px;
  }
}

.section-container {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section-container {
    padding: 60px 0;
  }
}

.head {
  font-family: "Noto Serif", serif;
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .head {
    font-size: 56px;
    line-height: 78px;
  }
}

.sub-head {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sub-head a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sub-head {
    font-size: 22px;
  }
}

.link {
  color: #0073af;
  text-decoration: underline;
  font-weight: bold;
}
.link:hover {
  color: #32a0e6;
  transition: 0.2s;
}

.author,
.date {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  .author,
  .date {
    font-size: 16px;
  }
}

.summary {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
@media (min-width: 768px) {
  .summary {
    font-size: 28px;
    line-height: 46px;
  }
}

.text {
  font-family: "Open Sans ", sans-serif;
  font-weight: 200;
  line-height: 32px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .text {
    font-size: 18px;
  }
}

.small-text {
  font-family: "Open Sans ", sans-serif;
  font-weight: 100;
  line-height: 24px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .small-text {
    font-size: 12px;
  }
}

.footnotes {
  font-family: "Open Sans ", sans-serif;
  font-weight: 100;
  line-height: 24px;
  font-size: 12px;
  padding-top: 15px;
}

.underline {
  display: inline-block;
  width: 70px;
  margin: 15px 0;
  border-bottom: 4px solid #000000;
}

.header-img {
  display: block;
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .header-img {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .header-img {
    height: 360px;
  }
}

.button-wrapper {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .button-wrapper {
    margin-top: 30px;
  }
}
.button-wrapper a {
  display: inline-block;
}
.button-wrapper .button {
  height: 60px;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 0 15px;
  background-color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  color: #FFFFFF;
  transition: 0.2s;
  cursor: pointer;
}
.button-wrapper .button:hover {
  background-color: #0073af;
}
.button-wrapper svg:hover {
  fill: #0073af;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .button-wrapper a:last-child,
  .button-wrapper .button + .button:last-child {
    margin-left: 30px;
  }
  .button-wrapper .button {
    margin-bottom: 0;
    font-size: 18px;
  }
}

header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  background-color: white;
  font-family: "Noto Serif", serif;
}
header .nav {
  justify-content: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
header .nav-brand,
header .nav-menu,
header .nav-action {
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
header .nav-menu a:hover,
header .nav-action a:hover {
  color: #0073af;
  transition: 0.2s;
}
header .nav-menu svg:hover,
header .nav-action svg:hover {
  fill: #0073af;
  transition: 0.2s;
}
header .nav-brand .logo {
  height: 30px;
  margin-right: 20px;
}
header .nav-menu li {
  margin-left: 20px;
}
header .nav-menu li:first-child {
  margin-left: 0;
}
header .nav-action .divider {
  height: 26px;
  margin: 0 5px 0 15px;
  border-left: 1px solid gray;
}
header .nav-action .icon, header .nav-action svg, header .nav-action img {
  height: 26px;
  width: 26px;
}
header .nav-action .icon {
  margin-left: 10px;
  border-radius: 20%;
  overflow: hidden;
}
header .nav-action .icon:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  header .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  header .nav-brand {
    flex-basis: 100%;
  }
  header .nav-menu {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  header .nav {
    font-size: 24px;
    height: 90px;
  }
  header .nav-brand {
    justify-content: flex-start;
    flex-basis: 33.3333333333%;
  }
  header .nav-brand .logo {
    height: 40px;
  }
  header .nav-menu {
    flex-basis: 41.6666666667%;
    justify-content: flex-start;
    margin: 0;
    padding-left: 70px;
  }
  header .nav-action {
    flex-basis: 25%;
    justify-content: flex-end;
  }
  header .nav-action .divider {
    height: 30px;
  }
  header .nav-action .icon, header .nav-action svg, header .nav-action img {
    height: 30px;
    width: 30px;
  }
}

footer {
  background-color: #000000;
  text-align: center;
}
footer, footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #c8d2d2;
}
footer .footer-buttons,
footer .footer-links {
  margin-bottom: 30px;
}
footer .footer-buttons li,
footer .footer-links li {
  display: inline-block;
}
footer .footer-buttons li {
  margin-right: 4px;
}
footer .footer-buttons li:last-child {
  margin-right: 0;
}
footer .footer-buttons i {
  vertical-align: middle;
  font-size: 40px;
}
footer .footer-links {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
footer .footer-links li {
  margin-right: 10px;
}
footer .footer-links li:last-child {
  margin-right: 0;
}
footer .underline {
  margin-top: 0;
  margin-bottom: 30px;
  border-color: #FFFFFF;
}
footer .footer-copyright {
  font-family: "Open Sans ", sans-serif;
  font-size: 14px;
}
footer .footer-copyright a {
  font-weight: bold;
  text-decoration: underline;
}

.paginator {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
  text-align: center;
}
.paginator .page {
  display: inline-block;
  margin: 0 2px;
}
.paginator .page a {
  color: #0073af;
  text-decoration: underline;
  font-weight: bold;
}
.paginator .page a:hover {
  color: #32a0e6;
  transition: 0.2s;
}
.paginator .page .active {
  color: #000000 !important;
  text-decoration: none;
}

.landing-hero {
  background-color: #E4E4E6;
}
.landing-hero .hero-wrapper {
  flex-direction: column;
}
.landing-hero .hero-img img {
  width: 100%;
}
.landing-hero .hero-detail .subtitle {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0073af;
}
.landing-hero .hero-detail .title {
  font-family: "Noto Serif", serif;
  font-size: 30px;
  font-weight: 400;
}
.landing-hero .hero-detail .text {
  line-height: 30px;
}
.landing-hero .hero-detail .text p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .landing-hero .hero-detail .text p {
    margin-top: 30px;
  }
}
.landing-hero .hero-detail .also-available {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .landing-hero .hero-detail .also-available {
    margin-top: 30px;
  }
}
.landing-hero .hero-detail .also-available {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  .landing-hero .hero-detail .also-available {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .landing-hero .hero-wrapper {
    flex-direction: row;
  }
  .landing-hero .hero-img {
    flex-basis: 33.3333333333%;
  }
  .landing-hero .hero-detail {
    flex-basis: 58.3333333333%;
    margin-left: 70px;
  }
  .landing-hero .hero-detail .subtitle {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .landing-hero .hero-detail .title {
    font-size: 46px;
    line-height: 60px;
  }
  .landing-hero .hero-detail .button-wrapper {
    text-align: left;
  }
}

.quote {
  background-color: #ebf0f0;
  text-align: center;
}
.quote .underline {
  margin: 7.5px 0 15px 0;
}
.quote .also-available {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .quote .also-available {
    margin-top: 30px;
  }
}
.quote .also-available {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  .quote .also-available {
    font-size: 16px;
  }
}
.quote .subscribe-form {
  vertical-align: middle;
}
.quote .subscribe-form .button,
.quote .subscribe-form input {
  width: 100%;
  margin: 0 auto 10px auto;
}
.quote .subscribe-form input {
  border: 4px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  cursor: auto;
}
.quote .subscribe-form input:hover {
  background-color: #FFFFFF;
}
.quote .subscribe-form input:focus {
  border: 4px solid #0073af;
}
.quote .subscribe-form .button:last-child {
  margin-left: auto;
}
@media (min-width: 768px) {
  .quote .subscribe-form .button,
  .quote .subscribe-form input {
    width: 415px;
  }
}
@media (min-width: 992px) {
  .quote .subscribe-form .button,
  .quote .subscribe-form input {
    display: inline-block;
  }
  .quote .subscribe-form .button:last-child {
    margin-left: 30px;
  }
}

.feature .feature-media {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature .feature-media {
    margin-top: 60px;
  }
}
.feature .feature-media {
  display: block;
  height: 315px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .feature .feature-media {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .feature .feature-media {
    height: 630px;
  }
}
.feature .feature-text {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature .feature-text {
    margin-top: 60px;
  }
}
.feature .feature-text {
  font-family: "Open Sans ", sans-serif;
  font-weight: 200;
  line-height: 32px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .feature .feature-text {
    font-size: 18px;
  }
}
.feature .line-breaker {
  display: inline;
}
.feature .feature-list {
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature .feature-list {
    margin-top: 60px;
  }
}
.feature .feature-list .feature-item {
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .feature .feature-list .feature-item {
    margin-bottom: 60px;
  }
}
.feature .feature-list .feature-item:last-child {
  margin-bottom: 0;
}
.feature .feature-list .feature-item .blog-image {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .feature .feature-list .feature-item .blog-image {
    margin-bottom: 40px;
  }
}
.feature .feature-list .feature-item .blog-image {
  background-color: #ebf0f0;
}
.feature .feature-list .feature-item .blog-image img {
  display: block;
  height: 150px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .feature .feature-list .feature-item .blog-image img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .feature .feature-list .feature-item .blog-image img {
    height: 300px;
  }
}
.feature .feature-list .feature-item .icon {
  display: none;
}
.feature .feature-list .feature-item .photo {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.feature .feature-list .feature-item .photo img {
  display: inline-block;
  width: 140px;
  border-radius: 50%;
}
.feature .feature-list .feature-item .content .text {
  font-size: 14px;
  line-height: 24px;
}
.feature .blog-link {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .feature .blog-link {
    margin-top: 60px;
  }
}
.feature .blog-link {
  display: block;
  color: #0073af;
  text-decoration: underline;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.feature .blog-link:hover {
  color: #32a0e6;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .feature .line-breaker {
    display: block;
  }
  .feature .feature-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .feature .feature-list .feature-item {
    flex-direction: row;
    flex-basis: 50%;
  }
  .feature .feature-list .feature-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .feature .feature-list .feature-item:nth-child(odd) {
    padding-right: 15px;
  }
  .feature .feature-list .feature-item:nth-child(even) {
    padding-left: 15px;
  }
  .feature .feature-list .feature-item .blog-image {
    flex-basis: 100%;
  }
  .feature .feature-list .feature-item .icon {
    display: block;
    flex-basis: 70px;
    margin-right: 30px;
  }
  .feature .feature-list .feature-item .icon svg,
  .feature .feature-list .feature-item .photo img {
    height: 70px;
    width: 70px;
  }
  .feature .feature-list .feature-item .content .text {
    font-size: 16px;
  }
  .feature .feature-text {
    column-count: 2;
    column-gap: 70px;
  }
}
@media (min-width: 992px) {
  .feature .feature-list .feature-item:nth-child(odd) {
    padding-right: 30px;
  }
  .feature .feature-list .feature-item:nth-child(even) {
    padding-left: 30px;
  }
  .feature .feature-list .feature-item .icon {
    flex-basis: 85px;
  }
  .feature .feature-list .feature-item .icon svg,
  .feature .feature-list .feature-item .photo img {
    height: 85px;
    width: 85px;
  }
}

.post .post-banner {
  background-color: #ebf0f0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 90px;
}
.post .post-banner .divider {
  margin: 0 4px 0 6px;
  color: #505f69;
}
@media (min-width: 768px) {
  .post .post-banner {
    font-size: 16px;
  }
}
.post .post-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .post .post-content {
    margin-top: 60px;
  }
}
.post .post-content {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .post .post-content {
    margin-bottom: 60px;
  }
}
.post .head,
.post .author-wrapper,
.post .summary,
.post .multi-column,
.post .share,
.post h2,
.post p,
.post ul,
.post pre {
  margin-right: 15px;
  margin-left: 15px;
}
.post .head,
.post .author-wrapper,
.post .summary {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .post .head,
  .post .author-wrapper,
  .post .summary {
    margin-bottom: 30px;
  }
}
.post h2 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .post h2 {
    margin-top: 60px;
  }
}
.post h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post h2 {
    margin-bottom: 40px;
  }
}
.post h2 {
  border-bottom: 4px solid #000000;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post h2 {
    font-size: 22px;
  }
}
.post a {
  color: #0073af;
  text-decoration: underline;
  font-weight: bold;
}
.post a:hover {
  color: #32a0e6;
  transition: 0.2s;
}
.post .multi-column p {
  margin-right: 0;
  margin-left: 0;
}
.post .quote,
.post .share {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .post .quote,
  .post .share {
    margin-top: 60px;
  }
}
.post .share .label,
.post .share .icons {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.post .share .label {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .post .share .label {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .post .multi-column {
    column-count: 2;
    column-gap: 60px;
  }
}
@media (min-width: 992px) {
  .post .head,
  .post .author-wrapper,
  .post .summary,
  .post .multi-column,
  .post .share,
  .post h2,
  .post p,
  .post ul,
  .post pre {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .post .head,
  .post .author-wrapper,
  .post .summary,
  .post .multi-column,
  .post .share,
  .post h2,
  .post p,
  .post ul,
  .post pre {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
}

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