/* fonts */
@font-face {
  font-family: "Tangerine";
  src: url("../fonts/Tangerine-Regular/tangerine-v17-latin-regular.woff2") format("woff2"), url("../fonts/Tangerine-Regular/tangerine-v17-latin-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light/font.woff2") format("woff2"), url("../fonts/Avenir-Light/font.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium/font.woff2") format("woff2"), url("../fonts/Avenir-Medium/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy/font.woff2") format("woff2"), url("../fonts/Avenir-Heavy/font.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #fff7f7;
  font-family: "Avenir", sans-serif;
  font-weight: 100;
  color: #111;
}

h1, h2, h3, h4 {
  font-family: "Georgia", "Times", serif;
  font-weight: normal;
  line-height: 1.2em;
}

main, footer {
  display: block;
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 10px;
}

header {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  flex: 0 0 auto;
  border-bottom: 4px solid #fee2e2;
  background-color: #fff7f7;
  text-align: center;
}
header h1 {
  margin: 20px 0;
  font-family: "Tangerine", serif;
  font-size: 0;
  color: #c09191;
}
header h1 img {
  width: 200px;
  height: 50px;
}

main {
  flex: 1 0 auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 30px -15px;
}

footer {
  display: block;
  flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
  main, footer {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  main {
    padding: 20px 30px 30px;
  }

  header {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    flex: 0 0 auto;
    border-bottom: 4px solid #fee2e2;
    background-color: #fff7f7;
    text-align: center;
  }
  header h1 img {
    width: 300px;
    height: 75px;
  }
}
@media screen and (min-width: 1024px) {
  header, main, footer {
    margin: 0 auto;
  }

  header {
    border-bottom-width: 6px;
  }

  main {
    padding: 30px 50px 50px;
  }
}
main {
  line-height: 1.5em;
}
main h1 {
  margin: 0 0 1em;
}
main h3 {
  margin: 2em 0 1em;
}
main ol {
  line-height: 2em;
}
main ol li::marker {
  font-weight: 800;
}
main img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .flex-row {
    display: flex;
  }
  .flex-row ol, .flex-row p {
    flex: 1 0 50%;
    padding-right: 50px;
  }
}
.cta {
  margin: 0;
  text-align: center;
}
.cta a {
  display: inline-block;
  margin: 20px auto 0;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fee2e2;
  box-shadow: 0px 0px 10px -5px #666;
  font-family: "Georgia", "Times", serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #111;
  text-decoration: none;
}
.cta a:hover {
  background-color: #f7a0a0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .cta a {
    margin: 30px auto 0;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .cta a {
    font-size: 24px;
    line-height: 32px;
  }
}
.teasers {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
}

.teaser {
  position: relative;
  color: #c09191;
  width: 100%;
  clear: both;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fee2e2;
  box-shadow: 0px 0px 10px -5px #666;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
.teaser:hover {
  background-color: #f7a0a0;
  color: #fff;
}
.teaser picture img {
  width: 50%;
  float: left;
  margin-right: 15px;
}
.teaser .title {
  position: absolute;
  top: 10px;
  left: calc(50% - 40px);
  display: block;
  width: 50%;
  padding: 5px 55px 0 55px;
  font-family: "Tangerine", serif;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  border-radius: 5px;
}
.teaser .title.saphir {
  background: linear-gradient(to left top, #1b1a39, #2a28b0);
}
.teaser .title.rubin {
  background: linear-gradient(to left top, #52161e, #aa0513);
}
.teaser .title.smaragd {
  background: linear-gradient(to left top, #122c23, #47ba93);
}
.teaser .title.diamant {
  color: #111;
  background: linear-gradient(to left top, #9ca4a6, #c9dddb);
}
.teaser .subtitle {
  position: relative;
  top: 60px;
  display: block;
  margin: 0 0 10px 10px;
  font-size: 15px;
  line-height: 15px;
  font-style: italic;
}
.teaser .subtitle:before {
  content: "~ ";
}
.teaser .subtitle:after {
  content: " ~";
}
.teaser .link {
  position: absolute;
  left: calc(50% + 15px);
  bottom: 15px;
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
}
.teaser .link:after {
  content: " >";
}

@media screen and (min-width: 768px) {
  .teasers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
footer {
  color: #c09191;
  font-weight: 100;
}
footer #impressum {
  position: relative;
  z-index: 3;
  display: none;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px;
  clear: both;
  background-color: #fff;
  box-shadow: 0px 0px 30px -15px;
  color: #c09191;
}
footer #impressum span {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
footer #impressum p a {
  color: #c09191;
}
footer > p {
  display: block;
  margin: 20px 0;
  float: left;
}
footer #toggle-imprint {
  display: block;
  margin: 20px 0;
  float: right;
  color: #c09191;
  text-decoration: none;
}
footer #impressum.show {
  display: block;
}

@media screen and (min-width: 768px) {
  footer #impressum {
    padding: 20px;
  }
  footer #impressum span {
    right: 20px;
    top: 20px;
  }
}
#cookie-consent {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
}
#cookie-consent div {
  max-width: 860px;
  margin: 0 20px;
  padding: 10px;
  background-color: #fee2e2;
  box-shadow: 0px 0px 10px -5px #666;
  border-radius: 8px;
}
#cookie-consent button {
  display: block;
  border: none;
  border-radius: 5px;
  font-family: "Avenir", sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  background-color: #c09191;
}
#cookie-consent button.green {
  background-color: #47ba93;
}
#cookie-consent a {
  color: #c09191;
}
#cookie-consent #cookie-consent-panel-1 {
  display: grid;
  grid-template-rows: auto 1fr 1fr auto;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
}
#cookie-consent #cookie-consent-configure-panel {
  display: grid;
  grid-template-rows: auto auto 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #cookie-consent div {
    margin: 0 50px;
    padding: 10px 30px;
  }
  #cookie-consent #cookie-consent-panel-1 {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr 1fr;
  }
  #cookie-consent #cookie-consent-panel-1 p, #cookie-consent #cookie-consent-panel-1 a {
    grid-column: 1/4;
  }
  #cookie-consent #cookie-consent-configure-panel {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  #cookie-consent #cookie-consent-configure-panel p {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 960px) {
  #cookie-consent div {
    margin: 0 auto;
    padding: 10px 50px;
  }
}

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