@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6em;
  color: #4e4e4e;
}

@media (min-width: 750px) {
  html,
  body {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  html,
  body {
    font-size: 19px;
  }
}

h1 {
  font-weight: 400;
  font-size: 1.6em;
  color: #282828;
}

h2 {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
}

em {
  font-weight: 400;
  color: black;
  font-style: normal;
}

q {
  quotes: "»" "«" "›" "‹";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

a, a:hover, a:visited {
  color: #4e4e4e;
  text-decoration: none;
}

.none {
  display: none;
}

hr {
  width: 90%;
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.error {
  color: red;
}

select {
  padding: 5px 15px 5px 10px;
  border: 1px solid lightgrey;
  font-size: 16px;
  font-weight: 300;
  color: #5c5c5c;
  background-image: url(../../../_assets/link-symbols/dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 12px auto, 100%;
  background-color: #f7f7f7;
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
}

.outer-wrapper {
  height: 100vh;
  background-color: white;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "logo basket" "nav nav";
}

@media (min-width: 750px) {
  header {
    -ms-grid-columns: 160px auto 70px;
        grid-template-columns: 160px auto 70px;
        grid-template-areas: "logo nav basket";
  }
}

@media (min-width: 900px) {
  header {
    -ms-grid-columns: 210px auto 70px;
        grid-template-columns: 210px auto 70px;
  }
}

.logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

.logo img {
  margin-top: 24px;
  width: 160px;
}

@media (min-width: 600px) {
  .logo img {
    margin-top: 40px;
    width: 180px;
  }
}

@media (min-width: 900px) {
  .logo img {
    margin-top: 50px;
    width: 240px;
  }
}

nav {
  margin-top: 30px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: nav;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 750px) {
  nav {
    margin-bottom: 17px;
  }
}

@media (min-width: 900px) {
  nav {
    margin-bottom: 26px;
  }
}

nav ul {
  list-style-type: none;
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

nav li {
  float: left;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 400;
  color: #707070;
}

@media (min-width: 365px) {
  nav li {
    text-transform: uppercase;
  }
}

@media (min-width: 600px) {
  nav li {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  nav li {
    font-size: 18px;
    margin-left: 18px;
    margin-right: 18px;
  }
}

.shop {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: basket;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 12px;
}

@media (min-width: 600px) {
  .shop {
    margin-bottom: 18px;
  }
}

@media (min-width: 900px) {
  .shop {
    margin-bottom: 26px;
  }
}

.shop .shopping-cart, .shop .login-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}

.shop .shopping-cart img, .shop .login-people img {
  width: 22px;
  height: auto;
  margin-left: 5px;
  margin-bottom: 2px;
}

.shop .login-people {
  margin-left: 15px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-left: auto;
  margin-right: auto;
  width: 86%;
  max-width: 1100px;
}

@media (min-width: 750px) {
  main {
    margin-top: 50px;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}

.default-content-wrapper {
  margin: 0;
}

.default-content-wrapper a, .default-content-wrapper a:hover {
  text-decoration: underline;
}

@media (min-width: 900px) {
  .default-content-wrapper {
    margin: 0px 50px;
  }
}

footer {
  height: 210px;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 180px;
  padding-bottom: 30px;
}

footer .signet {
  padding-top: 50px;
  padding-bottom: 10px;
}

footer .signet img {
  width: 25px;
}

@media (min-width: 600px) {
  footer .signet img {
    width: 30px;
  }
}

footer .footer-links, footer .footer-tologo {
  margin-bottom: 30px;
}

footer .footer-links a, footer .footer-tologo a {
  color: #9B9995;
  margin-left: 6px;
  margin-right: 6px;
  font-weight: 400;
  font-size: 0.85em;
}

@media (min-width: 600px) {
  footer .footer-links a, footer .footer-tologo a {
    margin-left: 10px;
    margin-right: 10px;
  }
}

footer .footer-tologo {
  margin-bottom: 10px;
}

footer .footer-tologo a {
  font-size: 0.9em;
}

.default-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.95em;
  line-height: 1.5;
}

.default-wrapper article {
  display: block;
  width: 100%;
}

@media (min-width: 600px) {
  .default-wrapper article {
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .default-wrapper article {
    max-width: 800px;
  }
}

.default-wrapper a {
  text-decoration: underline;
}

.login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-wrapper a, .login-wrapper a:hover {
  text-decoration: underline;
}

.login {
  width: 100%;
  max-width: 500px;
}

.login__submit {
  margin-top: 20px;
}

.login hr {
  margin: 40px 0px;
}

.button-wrapper {
  margin: 30px 0px 0px 0px;
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button-wrapper > * {
  margin-bottom: .8em;
}

.button-wrapper > :last-child {
  margin-bottom: 0;
}

.button-wrapper a, .button-wrapper input, .button-wrapper button, .button-wrapper .error-button {
  color: white;
  background: #faa028;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 400;
  width: 100%;
  padding: .5em 1em;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0px;
}

.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .button-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.aspect-container {
  width: 100%;
  height: 0;
  padding-top: 141.4%;
  position: relative;
}

.aspect-container .inner-aspect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-container .inner-aspect-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: none;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}

.aspect-container::after {
  content: '';
  opacity: 0.9;
  text-align: center;
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0px;
  right: 0px;
  color: white;
  font-style: bold;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}

.aspect-container[title=new]::after {
  content: url(../../_assets/highlight/neu.svg);
}

.clip {
  overflow: hidden;
  white-space: nowrap;
  background: white;
  display: inline-block;
  position: relative;
}

.clip::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white);
  width: 30px;
  height: 100%;
}

.magazines-content-wrapper {
  margin: 0;
}

@media (min-width: 900px) {
  .magazines-content-wrapper {
    margin: 0px 50px;
  }
}

.magazines-content-wrapper .first-magazine {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: max-content auto;
      grid-template-rows: -webkit-max-content auto;
      grid-template-rows: max-content auto;
      grid-template-areas: "header" "cover"  "description";
  margin-bottom: 60px;
}

@media (min-width: 750px) {
  .magazines-content-wrapper .first-magazine {
    -ms-grid-columns: 45% 55%;
        grid-template-columns: 45% 55%;
    -ms-grid-rows: max-content auto;
        grid-template-rows: -webkit-max-content auto;
        grid-template-rows: max-content auto;
        grid-template-areas: "cover header" "cover description";
  }
}

.magazines-content-wrapper .first-magazine .header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 750px) {
  .magazines-content-wrapper .first-magazine .header {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.magazines-content-wrapper .first-magazine .header .issue {
  margin: 20px 0px 10px 0px;
  font-style: italic;
  font-size: .9em;
}

.magazines-content-wrapper .first-magazine .header .title {
  color: #313131;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
  line-height: 1.2em;
}

@media (min-width: 600px) {
  .magazines-content-wrapper .first-magazine .header .title {
    font-size: 1.5em;
  }
}

@media (min-width: 900px) {
  .magazines-content-wrapper .first-magazine .header .title {
    margin: 0px 0px 10px 0px;
  }
}

.magazines-content-wrapper .first-magazine .header .teaser {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0px 0px 10px 0px;
  font-size: 1.2em;
}

@media (min-width: 900px) {
  .magazines-content-wrapper .first-magazine .header .teaser {
    margin: 0px 0px 10px 0px;
  }
}

.magazines-content-wrapper .first-magazine .cover {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0px;
  width: 100%;
  padding: 0 5%;
}

@media (min-width: 600px) {
  .magazines-content-wrapper .first-magazine .cover {
    padding: 0 10%;
  }
}

@media (min-width: 750px) {
  .magazines-content-wrapper .first-magazine .cover {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 40px 0px 0px;
  }
}

.magazines-content-wrapper .first-magazine .description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: description;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 750px) {
  .magazines-content-wrapper .first-magazine .description {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.magazines-content-wrapper .first-magazine .description .brutto {
  margin-top: 20px;
}

.magazines-overview {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: (minmax(110px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

@media (min-width: 365px) {
  .magazines-overview {
    grid-gap: 20px;
    -ms-grid-columns: (minmax(145px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  }
}

@media (min-width: 600px) {
  .magazines-overview {
    grid-gap: 30px;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.magazine-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.magazine-thumbnail .issue {
  text-align: center;
  width: 98%;
  font-weight: 300;
  font-size: 13px;
  color: #7B7771;
  margin: 0px 10px 8px 10px;
}

@media (min-width: 600px) {
  .magazine-thumbnail .issue {
    font-size: 15px;
  }
}

.magazine-thumbnail .title {
  width: 98%;
  text-align: center;
  font-weight: 400;
  color: #7B7771;
  margin: 10px 10px 0px 10px;
  font-size: 15px;
}

@media (min-width: 600px) {
  .magazine-thumbnail .title {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .magazine-thumbnail .title {
    font-size: 18px;
  }
}

.magazine-thumbnail .teaser {
  text-align: center;
  width: 98%;
  font-weight: 300;
  font-size: 13px;
  color: #7B7771;
  margin: 0px 10px 10px 10px;
}

@media (min-width: 600px) {
  .magazine-thumbnail .teaser {
    font-size: 15px;
    margin: 0px 10px 20px 10px;
  }
}

.magazine-content {
  margin: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .magazine-content {
    margin: 0 10%;
  }
}

.magazine-content .article-row {
  margin: 1em 0;
  cursor: pointer;
}

.magazine-content .article-row .title {
  font-size: 1.35em;
  line-height: 1.4em;
  color: #313131;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  width: 80%;
}

.magazine-content .article-row .title a {
  color: #faa028;
  margin-left: 1em;
  font-size: .5em;
  border: 1px solid #faa028;
  vertical-align: .3em;
  text-transform: uppercase;
  padding: .25em .4em;
  font-family: "Lato", sans-serif;
  border-radius: 3px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.magazine-content .article-row .title a:hover {
  color: white;
  background: #faa028;
}

.magazine-content .article-row .article-content {
  padding-right: 30px;
  margin: 10px 0;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: .95em;
}

.magazine-content .article-row .author {
  font-size: .9em;
}

.new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #faa028;
  color: white;
  border-radius: 3px;
  margin-bottom: 1em;
}

.new-item p {
  font-weight: 400;
  margin: 0.5em 1em;
}

.tooltipcart, .tooltipmagazine {
  position: relative;
  display: inline-block;
}

.tooltipcart .tooltiptext, .tooltipmagazine .tooltiptext {
  font-size: 0.9rem;
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -120px;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tooltipcart:hover .tooltiptext, .tooltipmagazine:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltipcart {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.tooltipmagazine {
  border-bottom: 1px dotted #4e4e4e;
}

.article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-wrapper .article {
  font-family: "Roboto Slab", serif;
  line-height: 1.7;
  display: block;
  width: 100%;
  font-size: 0.9em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

@media (min-width: 600px) {
  .article-wrapper .article {
    text-align: justify;
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .article-wrapper .article {
    font-size: 1em;
    max-width: 800px;
  }
}

.article-wrapper .article p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

.article-wrapper .article .autor {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.article-wrapper .article .autor-level2 {
  font-family: "Lato", sans-serif;
  margin-top: 2em;
  margin-bottom: 0;
}

.article-wrapper .article .artikel-ueberschrift {
  font-size: 1.8em;
  line-height: 1.5em;
  font-weight: 400;
  color: #4e4e4e;
  text-align: left;
}

@media (min-width: 600px) {
  .article-wrapper .article .artikel-ueberschrift {
    font-size: 2em;
  }
}

.article-wrapper .article .artikel-ueberschrift-level2 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  color: #4e4e4e;
  text-align: left;
  margin-top: .4em;
}

@media (min-width: 600px) {
  .article-wrapper .article .artikel-ueberschrift-level2 {
    font-size: 1.6em;
  }
}

.article-wrapper .article .absatz-ueberschrift {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: black;
  margin-top: 1.5em;
  font-size: 1.1em;
}

.article-wrapper .article .artikel-unterueberschrift {
  color: black;
  font-size: 1.15em;
}

.article-wrapper .article .frage {
  border-left: 0.15em solid gray;
  padding-left: 1.5em;
  font-weight: 400;
  margin-top: 1.5em;
}

.article-wrapper .article table {
  width: 100%;
  max-width: 100%;
  border-spacing: 2px;
  overflow-x: auto;
  margin: 2em auto 0.5em auto;
  text-align: left;
  font-size: 0.9em;
}

.article-wrapper .article table td {
  padding: 4px 8px;
}

.article-wrapper .article table tr {
  background: #f8f8f8;
}

.article-wrapper .article table tr:nth-child(odd) {
  background: #f0f0f0;
}

.article-wrapper .article table tr:nth-child(1) {
  background: #e6e6e6;
}

@media (min-width: 600px) {
  .article-wrapper .article table {
    width: 80%;
  }
}

.article-wrapper .article .heraussteller {
  font-size: 1.6em;
  color: #1d7038;
  width: 80%;
  margin: 1em auto;
}

.article-wrapper .article .heraussteller p {
  text-align: center;
}

.article-wrapper .article .bu, .article-wrapper .article .bu-portrait {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-top: 0em;
  font-size: 0.9em;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media (min-width: 600px) {
  .article-wrapper .article .bu, .article-wrapper .article .bu-portrait {
    width: 80%;
  }
}

.article-wrapper .article .bu-portrait {
  width: 70%;
}

@media (min-width: 600px) {
  .article-wrapper .article .bu-portrait {
    width: 50%;
  }
}

.article-wrapper .article .sternchen {
  text-align: center;
}

.article-wrapper .article .kursiv {
  font-style: italic;
}

.article-wrapper .article .autorenbox {
  background-color: #f0f0f0;
  margin: 5%;
  padding: 1% 4%;
  font-family: "Lato", sans-serif;
  border-radius: 3px;
  text-align: left;
}

.article-wrapper .article .autorenbox__autor {
  font-size: 1.1em;
  color: black;
}

.article-wrapper .article .infobox {
  background-color: #f0f0f0;
  margin: 5%;
  padding: 1% 4%;
  font-family: "Lato", sans-serif;
  border-radius: 3px;
  text-align: left;
}

.article-wrapper .article .infobox__titel {
  font-size: 1.1em;
  color: black;
}

.article-wrapper .article img {
  width: 100%;
  margin: 1em auto 0.5em auto;
  display: block;
  border-radius: 3px;
}

@media (min-width: 600px) {
  .article-wrapper .article img {
    width: 80%;
  }
}

.article-wrapper .article img.portrait {
  width: 70%;
}

@media (min-width: 600px) {
  .article-wrapper .article img.portrait {
    width: 50%;
  }
}

.article-wrapper .article hr {
  margin: 2em auto 2em auto;
}

.article-wrapper .article img.buchcover {
  width: 80%;
  margin: 2em auto 2em auto;
  -webkit-box-shadow: 1px 1px 3px 1px #BBBBBB;
          box-shadow: 1px 1px 3px 1px #BBBBBB;
}

@media (min-width: 600px) {
  .article-wrapper .article img.buchcover {
    width: 35%;
    float: left;
    margin: 0.4em 1.5em 1em 0;
  }
}

.article-wrapper .article .rezension-titel, .article-wrapper .article .webrezension-titel {
  font-size: 1.5em;
  margin-bottom: 0em;
}

.article-wrapper .article .rezension-autor {
  margin: 0.2em 0;
}

.article-wrapper .article .rezension-info {
  font-size: 0.9em;
  margin: 0.8em 0;
  color: #a0a0a0;
}

.article-wrapper .article .webrezension-info {
  color: #4e4e4e;
}

.article-wrapper .article a {
  color: inherit;
  text-decoration: underline;
}

.article-wrapper .article .screenshot {
  -webkit-box-shadow: 1px 1px 3px 1px #BBBBBB;
          box-shadow: 1px 1px 3px 1px #BBBBBB;
}

.article-wrapper .article .bildquellen, .article-wrapper .article .uebersetzer {
  font-size: 0.9em;
}

.article-wrapper .article .bildquellen::before {
  content: "Bildquellen: ";
  font-weight: 400;
}

.article-wrapper .article .uebersetzer::before {
  content: "Übersetzt von: ";
  font-weight: 400;
}

.article-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: whitesmoke;
  margin: 1em 0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 1px #cccccc;
          box-shadow: 1px 1px 3px 1px #cccccc;
}

@media (min-width: 600px) {
  .article-hint {
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .article-hint {
    max-width: 800px;
  }
}

.article-hint .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 600px) {
  .article-hint .options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.article-hint .options div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em 1em 1em;
}

.article-hint .options div p {
  text-align: center;
  margin: 0;
}

.article-read-as-pdf-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: whitesmoke;
  margin: 1em 0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 1px #cccccc;
          box-shadow: 1px 1px 3px 1px #cccccc;
  max-width: 400px;
  padding-bottom: 1em;
  padding: 0 1em 1em 1em;
}

.article-read-as-pdf-hint p {
  text-align: center;
}

.article-read-as-pdf-hint .button-wrapper {
  margin-top: 0em;
}

.textinput {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.textinput .small {
  top: -24px;
  bottom: 12px;
  left: 15px;
  font-size: 12px;
  opacity: 1;
  height: 50%;
  font-weight: 300;
  color: black;
}

.textinput input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 0;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.textinput input + label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  height: 100%;
  left: 15px;
  vertical-align: baseline;
  top: 0px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-weight: 400;
  color: #b4b4b4;
}

.checkboxinput,
.radioinput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: 30px;
}

.checkboxinput input,
.radioinput input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.checkboxinput label,
.radioinput label {
  font-weight: 400;
}

.radioinput:first-child {
  margin-left: 0;
}

button {
  cursor: pointer;
  height: 50px;
  min-width: 220px;
  border: 1px solid #b4b4b4;
  background: white;
  border-radius: 25px;
  color: #b4b4b4;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 750px) {
  button {
    min-width: 280px;
    margin-bottom: 0;
  }
}

.foreward {
  background-color: #faa028;
  color: white;
  border: 0;
  margin-bottom: 24px;
}

@media (min-width: 600px) {
  .foreward {
    margin-bottom: 0;
  }
}

.abo-wrapper {
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 40px 0 40px 0;
  width: 90%;
}

.icon-wrapper--hidden {
  display: none;
}

.icon-wrapper img {
  height: 35px;
}

@media (min-width: 365px) {
  .icon-wrapper {
    width: 80%;
  }
  .icon-wrapper img {
    height: 45px;
  }
}

@media (min-width: 600px) {
  .icon-wrapper {
    width: 80%;
  }
  .icon-wrapper img {
    height: 70px;
  }
}

@media (min-width: 900px) {
  .icon-wrapper {
    width: 60%;
    max-width: 600px;
  }
  .icon-wrapper img {
    height: 80px;
  }
}

.icon-wrapper * {
  cursor: pointer;
}

.gray--hidden, .orange--hidden {
  display: none;
}

.selection-wrapper {
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selection-wrapper a, .selection-wrapper a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #a0a0a0;
          text-decoration-color: #a0a0a0;
}

.selection-wrapper__list {
  line-height: 1.6em;
  list-style-image: url(../../_assets/ul/checkmark.svg);
}

.selection-wrapper .hint {
  margin-top: 40px;
  font-size: 0.85em;
  line-height: 1.3em;
}

.selection-wrapper--hidden {
  display: none;
}

.subscription-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 18px;
  margin: 0;
}

@media (min-width: 900px) {
  .subscription-summary {
    padding: 0 10% 0 10%;
  }
}

.subscription-summary h2 {
  font-size: 1.2em;
}

.subscription-summary h3 {
  font-size: 1.1em;
}

.subscription-summary p {
  margin: .1em .0em;
}

.subscription-summary a {
  text-decoration: underline;
}

.subscription-summary__content {
  max-width: 500px;
}

.subscription-summary__summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.subscription-summary__summary p {
  margin: 0em;
}

.subscription-summary__summaryentry {
  -ms-grid-column-align: right;
      justify-self: right;
  font-weight: 300;
}

.subscription-summary__summaryentry--bold {
  font-weight: 700;
}

.subscription-summary__summaryentry--small {
  font-size: 0.8em;
}

.subscription-summary__hint {
  margin-top: 1em;
  margin-bottom: 1em;
}

.subscription-summary__submit {
  width: 100%;
}

.subscription-finish, .cart-finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.subscription-finish h1, .subscription-finish h3, .subscription-finish p, .cart-finish h1, .cart-finish h3, .cart-finish p {
  text-align: center;
}

.subscription-finish p, .cart-finish p {
  max-width: 700px;
}

.subscription-finish .hint, .cart-finish .hint {
  margin: 40px 0 30px 0;
}

.subscription-finish img, .cart-finish img {
  max-width: 200px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.subscription-finish a, .cart-finish a {
  text-decoration: underline;
}

.subaddresspage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subaddresspage__substart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subaddresspage select {
  height: 46px;
  margin: 26px 0 0 0;
  font-weight: 400;
}

.subaddresspage form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subaddresspage form section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.subaddresspage form section:first-of-type {
  margin-top: 0;
}

.subaddresspage form section > h2 {
  margin-bottom: 0px;
}

.subaddresspage form section > h2 + .textinput {
  margin-top: 25px;
}

.subaddresspage form #delivery-address-container {
  display: none;
}

.subaddresspage form .debit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .subaddresspage form {
    width: 80%;
  }
}

.subaddresspage form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .subaddresspage form .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.subaddresspage form .row .zip {
  width: 100%;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .subaddresspage form .row .zip {
    width: 30%;
  }
}

.subaddresspage form .row .country {
  width: 100%;
}

@media (min-width: 600px) {
  .subaddresspage form .row .country {
    width: 60%;
  }
}

.subaddresspage form .row .email, .subaddresspage form .row .account_owner {
  margin-right: 10px;
}

.subaddresspage form .row .email-repeat, .subaddresspage form .row .iban {
  margin-left: 0;
}

@media (min-width: 600px) {
  .subaddresspage form .row .email-repeat, .subaddresspage form .row .iban {
    margin-left: 10px;
  }
}

.paypal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  margin-bottom: 24px;
}

@media (min-width: 750px) {
  .paypal-wrapper {
    min-width: 310px;
    margin-bottom: 0px;
  }
}

#paypal-button-container {
  width: 100%;
  height: 50px;
  min-height: 50px;
}

.show-error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.show-error .content {
  width: 100%;
  max-width: 300px;
  min-height: 100px;
  background: white;
  padding: 1em;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .show-error .content {
    max-width: 400px;
  }
}

.show-error .content .title {
  font-size: 1.1em;
  color: red;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.show-error .content .description {
  padding: 0em 0.5em;
}

.cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-size: 17px;
}

@media (min-width: 750px) {
  .cart-content {
    margin: 0 13%;
  }
}

@media (min-width: 900px) {
  .cart-content {
    margin: 0 18%;
  }
}

.cart-content .cart-article-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.cart-content .cart-article-listing h2 {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .cart-content .cart-article-listing h2 {
    margin-bottom: 30px;
  }
}

.cart-content .cart-article-listing .article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}

.cart-content .cart-article-listing .article-row .cover-side {
  display: none;
  width: 140px;
  max-width: 140px;
}

@media (min-width: 600px) {
  .cart-content .cart-article-listing .article-row .cover-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-content .cart-article-listing .article-row .cover-side img {
  width: 100%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.cart-content .cart-article-listing .article-row .content-side {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 600px) {
  .cart-content .cart-article-listing .article-row .content-side {
    width: 90%;
  }
}

@media (min-width: 750px) {
  .cart-content .cart-article-listing .article-row .content-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.cart-content .cart-article-listing .article-row .content-side .content {
  padding: 0;
  width: 100%;
}

@media (min-width: 600px) {
  .cart-content .cart-article-listing .article-row .content-side .content {
    padding: 0 25px 0 15px;
  }
}

.cart-content .cart-article-listing .article-row .content-side .content .title {
  margin-bottom: 4px;
  font-weight: 400;
}

.cart-content .cart-article-listing .article-row .content-side .content .subtitle {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.cart-content .cart-article-listing .article-row .content-side .content .isbn,
.cart-content .cart-article-listing .article-row .content-side .content .price {
  font-size: 13px;
  margin-bottom: 0;
}

.cart-content .cart-article-listing .article-row .content-side .content .isbn a,
.cart-content .cart-article-listing .article-row .content-side .content .price a {
  color: blue;
}

.cart-content .cart-article-listing .article-row .content-side .content .price {
  margin-top: 5px;
}

.cart-content .cart-article-listing .article-row .content-side .amount-and-price {
  width: 150px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.cart-content .cart-article-listing .article-row .content-side .amount-and-price .price {
  margin-top: 1em;
  font-weight: 400;
}

.cart-content .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-content .summary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cart-content .summary .tax, .cart-content .summary .totalsum, .cart-content .summary .ordersum, .cart-content .summary .discount {
  margin: 0;
  padding: 0;
}

.cart-content .summary .totalsum, .cart-content .summary .discount {
  font-weight: 700;
}

.cart-content .summary .discount {
  color: green;
}

.cart-content .summary .tax {
  font-size: 12px;
}

.cart-content .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.cart-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-empty h1 {
  margin-bottom: 40px;
}

.cart-empty img {
  margin-bottom: 30px;
  width: 120px;
}

@media (min-width: 600px) {
  .cart-empty img {
    width: 150px;
  }
}

.cart-empty p {
  text-align: center;
}

.cart-empty a {
  text-decoration: underline;
}

.cartpage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cartpage select {
  height: 46px;
  margin: 26px 0 0 0;
  font-weight: 400;
}

.cartpage form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cartpage form section, .cartpage form .debit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.cartpage form section:first-of-type {
  margin-top: 0;
}

.cartpage form section > h2 {
  margin-bottom: 0px;
}

.cartpage form section > h2 + .textinput {
  margin-top: 25px;
}

.cartpage form #delivery-address-container {
  display: none;
}

@media (min-width: 900px) {
  .cartpage form {
    width: 80%;
  }
}

.cartpage form .row,
.cartpage form .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .cartpage form .row,
  .cartpage form .button-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cartpage form .row .zip,
.cartpage form .button-row .zip {
  width: 100%;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .cartpage form .row .zip,
  .cartpage form .button-row .zip {
    width: 30%;
  }
}

.cartpage form .row .country,
.cartpage form .button-row .country {
  width: 100%;
}

@media (min-width: 600px) {
  .cartpage form .row .country,
  .cartpage form .button-row .country {
    width: 48%;
  }
}

.cartpage form .row .email, .cartpage form .row .account_owner,
.cartpage form .button-row .email,
.cartpage form .button-row .account_owner {
  margin-right: 10px;
}

.cartpage form .row .email-repeat, .cartpage form .row .iban,
.cartpage form .button-row .email-repeat,
.cartpage form .button-row .iban {
  margin-left: 0;
}

@media (min-width: 600px) {
  .cartpage form .row .email-repeat, .cartpage form .row .iban,
  .cartpage form .button-row .email-repeat,
  .cartpage form .button-row .iban {
    margin-left: 10px;
  }
}

.cartpage form .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .cartpage form .button-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cartpage form .payment-selection-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media (min-width: 900px) {
  .cart-summary {
    margin: 0 10% 0 10%;
  }
}

.cart-summary .summary-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.cart-summary .summary-title h2 {
  margin-bottom: 0;
}

.cart-summary .section-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
}

@media (min-width: 600px) {
  .cart-summary .section-title {
    font-size: 20px;
    margin-top: 30px;
  }
}

.cart-summary .summary-article-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 600px) {
  .cart-summary .summary-article-listing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cart-summary .summary-article-listing .address {
  width: 100%;
}

@media (min-width: 600px) {
  .cart-summary .summary-article-listing .address {
    width: 50%;
  }
}

.cart-summary .summary-article-listing .address p {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}

@media (min-width: 600px) {
  .cart-summary .summary-article-listing .address p {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.cart-summary .summary-article-listing .articles {
  width: 100%;
}

@media (min-width: 600px) {
  .cart-summary .summary-article-listing .articles {
    width: 50%;
  }
}

.cart-summary .summary-article-listing .articles .article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  width: 100%;
}

.cart-summary .summary-article-listing .articles .article-row .cover-side {
  max-width: 50px;
  min-width: 50px;
}

@media (min-width: 600px) {
  .cart-summary .summary-article-listing .articles .article-row .cover-side {
    max-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-summary .summary-article-listing .articles .article-row .cover-side img {
  margin-top: 0;
  width: 100%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.cart-summary .summary-article-listing .articles .article-row .content-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 600px) {
  .cart-summary .summary-article-listing .articles .article-row .content-side {
    width: 90%;
  }
}

@media (min-width: 750px) {
  .cart-summary .summary-article-listing .articles .article-row .content-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.cart-summary .summary-article-listing .articles .article-row .content-side .content {
  padding: 0 0 0 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .cart-summary .summary-article-listing .articles .article-row .content-side .content {
    padding: 0 25px 0 15px;
  }
}

.cart-summary .summary-article-listing .articles .article-row .content-side .content .title {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
}

.cart-summary .summary-article-listing .articles .article-row .content-side .content .subtitle {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.cart-summary .summary-article-listing .articles .article-row .content-side .content .price,
.cart-summary .summary-article-listing .articles .article-row .content-side .content .article-sum {
  font-size: 14px;
  margin-bottom: 0;
}

.cart-summary .summary-article-listing .articles .article-row .content-side .content .price a,
.cart-summary .summary-article-listing .articles .article-row .content-side .content .article-sum a {
  color: blue;
}

.cart-summary .summary-article-listing .articles .article-row .content-side .content .price,
.cart-summary .summary-article-listing .articles .article-row .content-side .content .article-sum {
  margin-top: 5px;
}

.cart-summary .summary-article-listing .articles .article-row .content-side .amount-and-price {
  width: 240px;
  min-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.cart-summary .summary-article-listing .articles .article-row .content-side .amount-and-price .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.cart-summary .summary-article-listing .articles .article-row .content-side .amount-and-price .price {
  font-weight: 400;
}

.cart-summary .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-summary .summary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cart-summary .summary .sum, .cart-summary .summary .porto, .cart-summary .summary .complete, .cart-summary .summary .discount {
  -ms-grid-column-align: right;
      justify-self: right;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.cart-summary .summary .complete {
  font-weight: 700;
}

.cart-summary .summary .tax {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.cart-summary .agb a {
  text-decoration: underline;
}

.offers {
  width: 86%;
  max-width: 1000px;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .offers {
    width: 80%;
  }
}

/* G and list */
.gendy-dropdown {
  color: #a39b8b;
  font-size: 16px;
}

@media (min-width: 600px) {
  .gendy-dropdown {
    font-size: 18px;
  }
}

@media (min-width: 900px) {
  .gendy-dropdown {
    font-size: 20px;
  }
}

.gendy-dropdown-on {
  visibility: visible;
}

.gendy-dropdown-off {
  visibility: hidden;
}

.gendy-dropdown .gendy-button {
  background-color: #f1e9db;
  position: fixed;
  font-weight: 300;
  top: 8em;
  right: .5em;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 3px lightgrey;
          box-shadow: 2px 2px 3px lightgrey;
  border-radius: 1em .2em .2em 1em;
}

.gendy-dropdown ul {
  position: fixed;
  top: 8em;
  right: .5em;
  margin: 0;
  padding: 1em;
  list-style-type: none;
  background-color: #f1e9db;
  font-weight: 300;
  -webkit-box-shadow: 2px 2px 3px lightgrey;
          box-shadow: 2px 2px 3px lightgrey;
  border-radius: 1em .2em 1em 1em;
}

.gendy-dropdown ul li {
  margin: .5em;
}

.gendy-list-on {
  visibility: visible;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: grow 200ms ease-in-out;
          animation: grow 200ms ease-in-out;
}

.gendy-list-off {
  visibility: hidden;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
/*# sourceMappingURL=main.css.map */