/*Nexus 10*/
.product_teaser_single_module {
  font-size: 1.1em;
  font-family: "Arial", sans-serif; }
  .product_teaser_single_module h6 {
    text-transform: uppercase;
    font-family: "Brandon_bld", sans-serif; }
    .product_teaser_single_module h6:after {
      content: "";
      width: 100px;
      border-top: 5px solid #000;
      display: block;
      margin: 0.5em 0; }
  .product_teaser_single_module article {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product_teaser_single_module article .product_teaser_single_module-image {
      width: 100%;
      height: 50vw;
      background-position: center bottom;
      background-size: cover;
      background-repeat: no-repeat; }
    @media only screen and (min-width: 48em) {
      .product_teaser_single_module article {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        .product_teaser_single_module article .product_teaser_single_module-image {
          height: 300px;
          width: 50%; }
        .product_teaser_single_module article .product_teaser_single_module-copy {
          padding: 0 0 0 2em;
          width: 50%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .product_teaser_single_module article em {
      font-size: 1.3em;
      font-family: "Brandon_bld", sans-serif;
      display: block;
      margin: 0.8em 0 0.5em; }

.product_teaser_module-business {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em; }
  .product_teaser_module-business .product_teaser_module-price {
    font-size: 1.1em;
    margin-right: 1em;
    font-weight: bold; }
  @media only screen and (min-width: 41.25em) {
    .product_teaser_module-business {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 22.5em) {
    .product_teaser_module-business {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .product_teaser_module-business .product_teaser_module-price {
        margin-bottom: 0.8em; } }

.product_teaser_overview_module .topic-tag {
  margin-top: 1em; }

.product_teaser_overview_module article .product_teaser_single_module-image {
  height: 50vw;
  padding: 0; }

@media only screen and (min-width: 48em) {
  .product_teaser_overview_module article .product_teaser_single_module-copy {
    width: 50%;
    padding: 0 0 0 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product_teaser_overview_module article .product_teaser_overview_module-image_wrp {
    width: 50%; }
  .product_teaser_overview_module article .product_teaser_single_module-image {
    height: 300px;
    width: 100%; } }

.product_teaser_overview_module .package_overview-business {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
