/* Changing Susy default global settings */
/* Makes border-box properties */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }

.product_table {
  display: flex;
  flex-wrap: wrap; }
  .product_table .product {
    /* Styles for mobile view go here */
    margin-bottom: 2em;
    /* Styles for desktop view go here */ }
    @media (min-width: 575px) and (max-width: 939px) {
      .product_table .product {
        width: 48.27586%;
        float: left;
        margin-right: 3.44828%; }
        .product_table .product:nth-child(even) {
          float: right;
          margin-right: 0; } }
    @media (min-width: 940px) {
      .product_table .product {
        width: 31.03448%;
        float: left;
        margin-right: 3.44828%; }
        .product_table .product:nth-child(3n+3) {
          float: right;
          margin-right: 0; } }
    .product_table .product form {
      height: 100%; }

.prodov_container {
  /* width: 18em;*/
  height: 100%;
  border: 1px solid #eee;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .prodov_container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .prodov_container:hover {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02); }
  .prodov_container:hover::after {
    opacity: 1; }
  .prodov_container .prodov_header {
    background: #eee;
    color: #D2615F;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 1em; }
  .prodov_container .prodov_image {
    width: 100%;
    min-height: 144px;
    position: relative; }
    .prodov_container .prodov_image .proshow_responsive_image {
      width: 100%;
      height: auto; }
    .prodov_container .prodov_image .prodov_register {
      position: absolute;
      text-align: center;
      top: 20px;
      width: 100%; }
      .prodov_container .prodov_image .prodov_register button {
        padding: 10px;
        color: #D2615F;
        background: white;
        border: 1px solid #D2615F;
        border-radius: 5px;
        font-size: 1em; }
        .prodov_container .prodov_image .prodov_register button:hover {
          text-decoration: none;
          color: white;
          background: #D2615F;
          border: 1px solid #D2615F;
          border-radius: 5px;
          cursor: pointer; }
    .prodov_container .prodov_image .prodov_price {
      position: absolute;
      top: 130px;
      width: 100%; }
      .prodov_container .prodov_image .prodov_price span {
        color: white;
        background: black;
        /* fallback color */
        background: rgba(210, 97, 95, 0.8);
        padding: 10px; }
  .prodov_container .prodov_more_information {
    display: none;
    text-align: center;
    padding: 10px; }
    .prodov_container .prodov_more_information:hover {
      cursor: pointer; }
    .prodov_container .prodov_more_information .prodov_more_information_less {
      display: none; }
  .prodov_container .prodov_content {
    padding: 15px; }
    .prodov_container .prodov_content ul {
      padding-left: 15px;
      margin-top: 10px; }

.registration tr th {
  text-align: left;
  vertical-align: top; }
.registration tr td.registration_description {
  padding: 20px 0; }
.registration tr td.registration_submit {
  text-align: right;
  padding-top: 20px; }
  .registration tr td.registration_submit p {
    font-size: 0.9em; }
.registration tr td.registration_infos {
  padding-top: 20px; }
  .registration tr td.registration_infos p {
    padding-bottom: 5px;
    text-align: justify;
    font-size: 0.9em; }
.registration tr td .registration_kein_termin {
  color: red; }
  .registration tr td .registration_kein_termin a {
    color: blue; }
.registration input {
  margin: 5px 0; }
  .registration input[type='text'], .registration input[type='email'] {
    width: 100%; }

.registration_infos p {
  font-size: 0.9em; }

/*# sourceMappingURL=event-showcase-public.css.map */
