@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'),
    url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD_vx3rCs.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
    U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
  color: black;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

body * {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  display: flex;
  flex-direction: column;
}

.logo {
  text-align: center;
  padding: 10px;
}

.content {
  padding: 20px;
}
.content h1,
.content h2 {
  margin: 0 0 5px 0;
}

.content b {
  font-size: 16px;
}
.content p {
  line-height: 1.5;
}

.images-mobile {
  padding: 0;
  display: block;
}

.images-desktop {
  padding: 10px;
  width: 50%;
  display: none;
}

.images-desktop img,
.images-mobile img {
  width: 100%;
}

.images-mobile img {
  width: 100%;
}

.images-desktop img {
  max-width: 550px;
}

.grey,
.grey a,
.grey a:visited {
  color: #999;
}

.nobreak {
  white-space: nowrap;
}

.bottom-links a {
  float: left;
  margin-right: 15px;
}

a.button {
  background-color: black;
  color: white;
  padding: 20px 50px;
  margin: 20px 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.impressum h2 {
  margin-top: 0;
  font-size: 18px;
}

.impressum p {
  font-weight: 300;
}

@media screen and (min-width: 780px) {
  .container {
    flex-direction: row;
  }
  .images-desktop {
    display: block;
    padding: 40px;
  }
  .images-mobile {
    display: none;
  }
  .content {
    padding: 40px;
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
  }
}
