@charset "UTF-8";
@import url("https://use.typekit.net/yrv2mjg.css");
@import url("https://use.typekit.net/czx6zqr.css");
.spinner {
  position: relative;
  display: inline-block;
  min-height: 72px;
  min-width: 72px;
  height: 72px;
  width: 72px;
  animation: spin 1.3s linear infinite;
  margin: 0;
  padding: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-1%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-width%3A%205px%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23000000%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-opacity%3A%200.15%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke%3A%20%23318700%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3EPreloader_72x2%3C%2Ftitle%3E%0A%20%20%20%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2233%22%2F%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M14.3%2C60.9A33%2C33%2C0%2C0%2C1%2C36%2C3%22%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A");
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#hourglass {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  padding-left: calc( 50vw - 36px );
  padding-top: calc( 50vh - 36px );
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

/**
 *
 * Weinbau Markus Ruch: Stylesheet public web
 *
 * @author     Manuel Märklin
 * @copyright  2020 Manuel Märklin Programmierung, Switzerland
 * @link       https://www.2mp.ch
 */
@media all {
  * {
    margin: 0;
    padding: 0;
    font-family: questa-grande, serif;
    font-weight: 400;
    font-style: normal; }

  html {
    font-size: 20px; }

  body {
    color: #000000;
    background-color: #444444;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-attachment: fixed; }

  a {
    color: #000000;
    cursor: pointer; }

  b,
  strong {
    font-weight: 700; }

  em,
  i {
    font-style: italic; }

  h1,
  h2,
  h3 {
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }

  h1 {
    font-size: 34px;
    letter-spacing: 3px;
    border-bottom: 1px solid black;
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #ffffff; }

  h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px; }

  h3 {
    font-size: 24px;
    padding-bottom: 10px; }

  img {
    border: 0;
    max-width: 100%;
    height: auto !important; }

  ol, ul {
    margin: 0;
    padding-left: 1.5em; }

  form .flex {
    display: flex; }
  form .layout-row {
    display: flex;
    width: 100%; }

  input,
  textarea,
  select {
    border: 1px solid #444444;
    font-family: neue-haas-grotesk-text, sans-serif; }
    input.error,
    textarea.error,
    select.error {
      border-color: #a32100 !important; }

  input {
    padding: 3px;
    width: 346px;
    font-size: 18px; }
    input.txtmed, input.txtcity {
      width: 256px; }
    input.txtsmall, input.txtzip {
      width: 72px; }
    input[type=checkbox], input[type=radio] {
      width: 20px;
      margin-right: 18px; }
    input[readonly] {
      background-color: #aaaaaa; }

  button {
    padding: 10px 60px;
    font-size: 24px;
    text-transform: uppercase;
    border: 1px solid #000000;
    background-color: #ffffff;
    cursor: pointer; }

  .formerror {
    color: #e62700;
    margin-left: 18px; }

  .form-group label {
    display: block; }
    .form-group label.required:after {
      content: '*';
      margin-left: 6px; }

  .buttons {
    margin-top: 20px; }

  html {
    height: 100% !important; }

  #page {
    position: relative !important;
    min-height: 100%;
    /* real browsers */
    height: auto !important;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    z-index: 100; }

  #messages {
    display: none;
    position: fixed;
    width: 360px;
    top: 0;
    left: 50%;
    margin-left: -360px;
    margin-top: 224px;
    z-index: 1000; }
    #messages .msg {
      padding: 13.5px;
      text-align: left;
      display: inline-block;
      position: relative;
      max-width: 360px;
      font-family: neue-haas-grotesk-text, sans-serif;
      font-size: 18px;
      color: #ffffff; }
      #messages .msg.error {
        padding-top: 54px;
        background-color: #e62700; }
      #messages .msg.ok {
        background-color: #318700; }
      #messages .msg.warn {
        padding-top: 54px;
        color: #000000;
        background-color: #f4e018; }
    #messages .msg-closer {
      height: 20px;
      width: 20px;
      position: absolute;
      top: 0;
      right: 0;
      margin: 18px;
      background-image: url("../images/wbr_kreuz_042020.svg"); }

  .header a,
  .footer a {
    text-decoration: none; }

  .header {
    position: fixed;
    top: 0;
    z-index: 400;
    width: 100%;
    height: 120px;
    font-size: 24px; }
    .header .logo {
      display: block;
      position: absolute;
      left: 50%;
      width: 300px;
      margin-left: -150px;
      margin-top: 30px; }

  .menu {
    position: fixed;
    top: 110px;
    width: 100%;
    z-index: 600; }

  .mobilemenu-opener {
    display: none; }

  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 100; }
    .footer a {
      font-family: neue-haas-grotesk-text, sans-serif; }

  .topnav ul,
  .subnav ul,
  .shopnav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0; }
    .topnav ul li,
    .subnav ul li,
    .shopnav ul li {
      margin: 0;
      padding: 0;
      flex: 0 1 auto;
      cursor: pointer;
      position: relative; }
      .topnav ul li a,
      .subnav ul li a,
      .shopnav ul li a {
        color: #ffffff;
        display: block;
        padding: 10px 20px;
        text-decoration: none; }
      .topnav ul li.active a,
      .subnav ul li.active a,
      .shopnav ul li.active a {
        font-style: italic; }

  .topnav {
    margin: 0;
    font-size: 32px; }
    .topnav ul {
      justify-content: center; }

  .subnav {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin: 0; }
    .subnav ul {
      justify-content: space-between; }
      .subnav ul li:last-of-type {
        left: 50px;
        bottom: 50px;
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        transform: rotate(-90deg); }

  .shopnav {
    border-bottom: 3px solid black; }
    .shopnav ul {
      justify-content: center; }
      .shopnav ul li a {
        color: #000000;
        display: block;
        padding: 10px 20px;
        text-decoration: none; }
      .shopnav ul li.active a {
        color: #a32100;
        text-decoration: underline; }

  .content {
    position: relative;
    margin-top: 200px;
    z-index: 800; }
    .content #overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding-top: 24px;
      overflow-y: auto;
      background-color: rgba(0, 0, 0, 0.5); }
    .content .catalogue,
    .content .page,
    .content .shop {
      z-index: 200;
      position: absolute;
      width: 720px;
      left: 50%;
      margin-left: -390px;
      padding: 20px 30px; }
      .content .catalogue p a,
      .content .page p a,
      .content .shop p a {
        color: #a32100;
        text-decoration: underline; }
    .content .catalogue h2, .content .catalogue h3,
    .content .shop h2,
    .content .shop h3 {
      padding-bottom: 0;
      line-height: 32px;
      text-transform: none !important;
      text-align: left !important; }
    .content .catalogue h3,
    .content .shop h3 {
      font-style: italic; }
    .content .catalogue {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 20px 50px 80px 50px; }
      .content .catalogue h2, .content .catalogue h3 {
        padding-bottom: 0;
        line-height: 32px;
        text-transform: none !important;
        text-align: left !important; }
      .content .catalogue .product {
        display: grid;
        grid-template-columns: 30% 70%;
        padding: 20px 0;
        border-bottom: 1px solid #000000; }
        .content .catalogue .product .info {
          padding-left: 20px; }
          .content .catalogue .product .info .name {
            hyphens: auto; }
          .content .catalogue .product .info .description {
            margin-top: 40px; }
          .content .catalogue .product .info .order {
            margin-top: 40px;
            text-align: right; }
            .content .catalogue .product .info .order a {
              display: inline-block;
              padding: 10px 60px;
              font-size: 24px;
              text-transform: uppercase;
              border: 1px solid #000000;
              background-color: #ffffff;
              text-decoration: none; }
        .content .catalogue .product .image img {
          height: 400px !important; }
    .content .page {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 20px 30px 80px 30px;
      column-count: 2;
      column-rule: 1px solid #000000;
      column-gap: 41px; }
      .content .page.single-col {
        column-count: auto; }
      .content .page img {
        margin-bottom: 10px;
        border: 1px solid #000000; }
      .content .page .pageForm {
        margin-top: 40px; }
    .content .shop {
      background-color: #ffffff; }
      .content .shop .cart-link {
        position: absolute;
        top: 20px;
        right: 30px;
        font-family: neue-haas-grotesk-text, sans-serif;
        font-size: 18px;
        padding: 13.5px 0px;
        cursor: pointer; }
        .content .shop .cart-link span {
          font-family: neue-haas-grotesk-text, sans-serif; }
        .content .shop .cart-link.active {
          padding: 13.5px 39.5px;
          color: #ffffff;
          background-color: #318700; }
          .content .shop .cart-link.active .prefix {
            display: inline; }
      .content .shop .category,
      .content .shop .product {
        display: grid;
        grid-template-columns: 50% 10% 10% 30%; }
        .content .shop .category .price,
        .content .shop .product .price {
          text-align: right;
          padding-right: 20px; }
        .content .shop .category .size,
        .content .shop .product .size {
          padding-left: 20px; }
      .content .shop .category {
        padding: 80px 0 10px 0;
        border-bottom: 1px solid #000000;
        margin-bottom: 10px; }
        .content .shop .category .name {
          font-weight: 700;
          text-transform: uppercase; }
        .content .shop .category .price {
          padding-right: 40px; }
      .content .shop .product {
        padding: 0 0 10px 0; }
        .content .shop .product .name {
          hyphens: auto; }
        .content .shop .product .price {
          padding-right: 20px; }
        .content .shop .product .form-group label {
          display: none; }
        .content .shop .product .form-group input {
          width: 40px; }
          .content .shop .product .form-group input.whpclass {
            width: 18px; }
        .content .shop .product .buttons {
          margin-top: 0; }
          .content .shop .product .buttons button {
            padding: 3px 10px;
            font-size: 18px; }
      .content .shop .cart {
        background-color: #ffffff; }
        .content .shop .cart .cart-closer {
          position: absolute;
          top: 20px;
          right: 20px;
          width: 40px;
          height: 40px;
          display: inline-block;
          font-size: 36px;
          text-decoration: none;
          cursor: pointer;
          background-image: url("../images/wbr_kreuz_schwarz_042020.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 30px; }
        .content .shop .cart .item {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #000000;
          padding: 20px 0; }
          .content .shop .cart .item .delete {
            flex: 0 0 5%; }
            .content .shop .cart .item .delete a {
              display: block;
              margin-top: 3px;
              height: 18px;
              width: 18px;
              background-image: url("../images/wbr_kreuz_schwarz_042020.svg");
              background-repeat: no-repeat;
              background-position: center;
              border: 2px solid #000;
              background-size: 14px; }
          .content .shop .cart .item .article {
            flex: 0 0 55%; }
          .content .shop .cart .item .size {
            flex: 0 0 10%; }
          .content .shop .cart .item .price {
            flex: 0 0 10%; }
          .content .shop .cart .item hr {
            display: none; }
          .content .shop .cart .item .quantity {
            flex: 0 0 5%; }
          .content .shop .cart .item .total {
            flex: 0 0 10%;
            text-align: right; }
          .content .shop .cart .item .colcell {
            font-size: 21px;
            margin-top: 18px; }
            .content .shop .cart .item .colcell .name {
              hyphens: auto; }
            .content .shop .cart .item .colcell .form-group label {
              display: none; }
            .content .shop .cart .item .colcell .form-group input[name=Quantity] {
              display: inline;
              width: 30px;
              font-size: 21px;
              text-align: center;
              padding: 4.5px;
              border: 2px solid #000000;
              position: relative;
              top: -6.5px; }
        .content .shop .cart .item:last-of-type {
          margin-bottom: 9px; }
        .content .shop .cart .summary {
          display: flex;
          justify-content: space-between;
          font-size: 21px;
          padding-top: 9px; }
          .content .shop .cart .summary.split {
            padding-top: 0;
            border-bottom: 1px solid #000000;
            padding-bottom: 9px; }
          .content .shop .cart .summary .total .vat {
            line-height: 24px;
            font-size: 16px;
            margin-left: 9px; }
        .content .shop .cart .checkout {
          margin-top: 54px; }
          .content .shop .cart .checkout .msg {
            margin-bottom: 27px;
            padding: 9px; }
          .content .shop .cart .checkout .flex {
            display: block; }
            .content .shop .cart .checkout .flex .box {
              display: flex;
              width: 100%;
              margin-bottom: 18px;
              flex-wrap: wrap; }
              .content .shop .cart .checkout .flex .box h3.deliverygroup,
              .content .shop .cart .checkout .flex .box .form-group.deliverygroup {
                display: none; }
              .content .shop .cart .checkout .flex .box h3 {
                width: 100%; }
              .content .shop .cart .checkout .flex .box .form-group {
                width: 358px;
                margin-bottom: 6px; }
                .content .shop .cart .checkout .flex .box .form-group:nth-child(even) {
                  margin-right: 2px; }
                .content .shop .cart .checkout .flex .box .form-group:nth-child(odd) {
                  margin-left: 2px; }
                .content .shop .cart .checkout .flex .box .form-group.togglegroup {
                  width: 100%;
                  margin-bottom: 18px; }
                .content .shop .cart .checkout .flex .box .form-group .checkbox,
                .content .shop .cart .checkout .flex .box .form-group .radio {
                  display: flex;
                  margin: 12px 0; }
      .content .shop .agb {
        width: 100% !important; }
        .content .shop .agb label a {
          text-decoration: underline; }
        .content .shop .agb .prefix {
          display: none;
          padding: 20px 0; }

  .whpclass,
  .whpclass label {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1; } }
@media screen and (max-width: 1080px) {
  #messages {
    margin-top: 150px; }

  .mobilemenu-opener {
    display: block;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 1200;
    background-image: url("../images/wbr_hamburger_042020.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    padding: 13.5px 27px;
    cursor: pointer; }
    .mobilemenu-opener.open {
      background-image: url("../images/wbr_kreuz_schwarz_042020.svg"); }

  .menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 75vw;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px; }
    .menu .topnav {
      position: relative;
      left: auto;
      padding: 50px 0 0 0; }
      .menu .topnav ul {
        flex-direction: column; }
        .menu .topnav ul li a {
          color: #000000;
          line-height: 32px;
          padding: 5px 10px; }

  .subnav ul li {
    font-size: 14px; }
    .subnav ul li:last-of-type {
      transform: none;
      left: 0;
      bottom: 0;
      text-transform: none;
      letter-spacing: 0; }

  .content {
    margin-top: 130px; } }
@media screen and (max-width: 800px) {
  #messages {
    margin-top: 140px;
    left: 0;
    margin-left: 40px; }

  .header .logo {
    width: 240px;
    margin-left: -120px; }

  .shopnav ul {
    justify-content: left;
    flex-wrap: wrap; }
    .shopnav ul li a {
      padding: 10px; }
    .shopnav ul li.active a {
      color: #a32100;
      text-decoration: underline; }

  .content {
    margin-top: 120px; }
    .content .catalogue,
    .content .page,
    .content .shop {
      width: calc(100% - 100px);
      left: 0;
      margin: 0 20px; }
    .content .catalogue,
    .content .shop {
      font-size: 18px; }
      .content .catalogue h2, .content .catalogue h3,
      .content .shop h2,
      .content .shop h3 {
        font-size: 18px;
        line-height: 20px; }
      .content .catalogue h3,
      .content .shop h3 {
        font-size: 14px; }
    .content .catalogue {
      width: calc(100% - 60px);
      padding: 10px; }
      .content .catalogue .product {
        grid-template-columns: 20% 80%; }
        .content .catalogue .product .info {
          padding-left: 0; }
          .content .catalogue .product .info .description {
            margin-top: 20px; }
          .content .catalogue .product .info .order {
            margin-top: 20px; }
            .content .catalogue .product .info .order a {
              display: inline-block;
              padding: 10px 30px; }
        .content .catalogue .product .image img {
          height: auto !important; }
    .content .page {
      column-count: auto; }
    .content .shop .category,
    .content .shop .product {
      grid-template-columns: 50% 15% 15% 20%; }
      .content .shop .category .price,
      .content .shop .product .price {
        padding-right: 10px; }
      .content .shop .category .size,
      .content .shop .product .size {
        padding-left: 10px; }
    .content .shop form {
      margin-bottom: 10px; }
      .content .shop form .layout-row {
        display: block; }
        .content .shop form .layout-row .form-group {
          margin-bottom: 5px; }
    .content .shop input.txtmed, .content .shop input.txtcity {
      width: 264px; } }
@media screen and (max-width: 600px) {
  .mobilemenu-opener {
    right: 10px; }

  .content .catalogue,
  .content .page,
  .content .shop {
    width: calc(100% - 80px);
    padding: 10px 20px; }
    .content .catalogue button,
    .content .page button,
    .content .shop button {
      font-size: 18px;
      padding: 10px 20px; }
  .content .shop .category,
  .content .shop .product {
    grid-template-columns: 55% 15% 15% 15%; }
  .content .shop .product .buttons {
    position: relative;
    left: -70px; }
  .content .shop .cart .cart-closer {
    top: 10px; }
  .content .shop .cart .item .delete {
    flex: 0 0 10%; }
  .content .shop .cart .item .article {
    flex: 0 0 35%; }
  .content .shop .cart .item .size {
    flex: 0 0 15%; }
  .content .shop .cart .item .price {
    flex: 0 0 15%; }
  .content .shop .cart .item .quantity {
    flex: 0 0 10%; }
  .content .shop .cart .item .total {
    flex: 0 0 15%;
    text-align: right; }
  .content .shop .cart .item .colcell .form-group input[name=Quantity] {
    font-size: 18px;
    top: 0; } }
@media screen and (max-width: 480px) {
  .mobilemenu-opener {
    right: 0; }

  .content .catalogue,
  .content .page,
  .content .shop {
    width: calc(100% - 40px);
    margin: 0 10px;
    padding: 10px; }
    .content .catalogue input,
    .content .page input,
    .content .shop input {
      width: 260px; }
      .content .catalogue input[type="checkbox"], .content .catalogue input[type="radio"],
      .content .page input[type="checkbox"],
      .content .page input[type="radio"],
      .content .shop input[type="checkbox"],
      .content .shop input[type="radio"] {
        width: 20px; }
      .content .catalogue input.txtmed, .content .catalogue input.txtcity,
      .content .page input.txtmed,
      .content .page input.txtcity,
      .content .shop input.txtmed,
      .content .shop input.txtcity {
        width: 198px; }
      .content .catalogue input.txtsmall, .content .catalogue input.txtzip,
      .content .page input.txtsmall,
      .content .page input.txtzip,
      .content .shop input.txtsmall,
      .content .shop input.txtzip {
        width: 52px; }
  .content .shop .category,
  .content .shop .product {
    grid-template-columns: 40% 20% 20% 20%; }
  .content .shop .cart .item {
    justify-content: end;
    flex-wrap: wrap; }
    .content .shop .cart .item .article {
      flex: 0 0 50%; }
    .content .shop .cart .item .size {
      flex: 0 0 20%;
      text-align: center; }
    .content .shop .cart .item .price {
      flex: 0 0 20%;
      text-align: center; }
    .content .shop .cart .item hr {
      display: inline;
      flex: 0 0 100%;
      color: transparent; }
    .content .shop .cart .item .quantity {
      flex: 0 0 10%; }
    .content .shop .cart .item .total {
      flex: 0 0 15%;
      text-align: right; }
    .content .shop .cart .item .colcell {
      margin-top: 0; }
      .content .shop .cart .item .colcell .form-group input[name=Quantity] {
        font-size: 18px;
        top: 0; } }
