@charset "UTF-8";
/*
Theme Name:     BVDVAKeynote
Theme URI:      http://themeforest.net/item/the-keynote-conference-event-meeting-wordpress-theme/9718856
Description:    BVDVA-Childtheme for "The Keynote"
Author:         Lothar Hoffmann
Author URI:     https://www.cherrymint.de
Template:       thekeynote
Version:        1.0
*/
.woocommerce-product-gallery__image--placeholder {
  border: none !important;
  margin-bottom: 5rem;
}

select#standplatz {
  padding: 0.9rem 0.5rem;
  background-color: #B61918;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  width: 100%;
}

.after-entry-summary {
  margin-top: 4.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.view-cart {
  background-color: #ECECEC;
  padding: 1rem;
  width: 100%;
  text-align: right;
}

.up-sells.upsells.products {
  display: inline-block;
}
.up-sells.upsells.products li {
  width: 22% !important;
}
.up-sells.upsells.products .woocommerce-loop-product__title {
  min-height: 45px;
}

.ppom-option-price-list.ppom-total-without-fixed th {
  font-weight: bold;
}

#ppom-price-container .ppom-option-price-list .ppom-label-item {
  text-align: left;
}

.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r {
  padding: 0 !important;
}

.standzubeh_r {
  font-size: 1rem;
  font-weight: bold;
}

.flex-table-options thead th {
  font-weight: bold;
}
.flex-table-options thead th:first-of-type {
  text-align: left;
}
.flex-table-options .quantities-lable {
  font-weight: bold;
  display: flex !important;
  flex-direction: column;
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 0;
}
.flex-table-options .quantities-lable span {
  font-weight: normal;
  font-size: 0.8rem;
}
.flex-table-options .quantity {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px !important;
  width: 100% !important;
}
.flex-table-options input[type=number]::-webkit-inner-spin-button,
.flex-table-options input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.flex-table-options input[type=number] {
  -moz-appearance: textfield;
}
.flex-table-options .quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  margin: 0 !important;
  border: 1px solid #eee;
  padding: 0;
  padding-right: 17px;
}
.flex-table-options .quantity input:focus {
  outline: 0;
}
.flex-table-options .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.flex-table-options .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.flex-table-options .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}
.flex-table-options .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.flex-table tbody tr {
  display: flex;
  flex-direction: column;
}
.flex-table tbody tr .label, .flex-table tbody tr .value {
  text-align: left;
}
.flex-table tbody tr .label {
  padding-bottom: 0;
  font-size: 1rem;
}
.flex-table tbody tr .value {
  padding-top: 0;
}
.flex-table tbody tr select {
  min-width: 50% !important;
  width: 50%;
}

/* Shop General */
button {
  /*    font-family: "Signika"; */
}

.gdlr-header-wrapper {
  color: #fff;
}

.gdlr-logo a img {
  position: absolute;
  top: 11px;
  width: auto !important;
  max-height: 75px;
}

.gdlr-fixed-header .gdlr-logo a img {
  max-height: 50px;
}

.gdlr-fixed-header .gdlr-header-container {
  padding: 4px 0;
}

td.product-quantity::first-letter {
  padding-left: 5px !important;
}

td.product-quantity input {
  text-align: left !important;
  padding-left: 5px;
}

@media all and (max-width: 1070px) {
  .gdlr-header-wrapper {
    margin-top: -45px;
  }

  .gdlr-logo a img {
    position: relative;
  }

  .gdlr-fixed-header .gdlr-logo a img {
    top: 0;
  }
}
@media all and (max-width: 768px) {
  tr.woocommerce-cart-form__cart-item.cart_item {
    position: relative !important;
  }

  td.product-remove {
    float: right;
    margin: 32px 10px;
    border: none;
    padding: 0 !important;
  }

  td.product-remove a {
    padding: 4px !important;
  }

  td.product-remove::after {
    clear: both;
  }

  td.product-name {
    border-bottom: none;
    padding-bottom: 0 !important;
  }

  td.product-subtotal {
    padding-top: 5px !important;
    margin-top: -20px;
  }
}
html .woocommerce div.product form.cart .button,
html .woocommerce #content div.product form.cart .button,
html .woocommerce-page div.product form.cart .button,
html .woocommerce-page #content div.product form.cart .button {
  padding-bottom: 12px !important;
}

html .button[name=login], p.return-to-shop a {
  padding-bottom: 10px !important;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding-top: 1em;
}

.woocommerce-error::before {
  color: #fff;
}

.woocommerce-error li a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}

input, textarea {
  color: #666 !important;
}

.woocommerce-order-address, .woocommerce-form-login-toggle {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 0;
}

.woocommerce-order-address p {
  margin-left: 12px;
}

.woocommerce-form-login-toggle p {
  margin-top: 20px;
}

/* Kasse */
#billing_phone {
  border: none;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.form-row.place-order.wc-gzd-place-order {
  float: right;
}

#place_order {
  padding-top: 18px;
  padding-bottom: 12px;
  margin-top: -3px;
}

.nopaymentrequired {
  padding-top: 0 !important;
}

.nopaymentrequired ul li {
  text-align: center !important;
}

/* Multistep-Checkout */
.checkout-display-steps-container {
  justify-content: center;
}

.checkout-display-steps-container li.active {
  color: #b61918;
}

.checkout-display-steps-container li.active + li:after {
  background-color: #b61918;
}

.checkout-display-steps-container li.enabled:after,
.checkout-display-steps-container li.active:after {
  border: none;
}

.checkout-display-steps-container li.enabled:before {
  border-color: #8b8b8b;
}

.checkout-display-steps-container li.enabled + li:after {
  background-color: #8b8b8b;
}

.checkout-display-steps-container li.active:before {
  border-color: #b61918;
}

.multistep-nav a {
  display: inline-block;
  text-shadow: none;
  border-bottom: 3px solid #871212;
  color: #ffffff !important;
  background: #b61918 !important;
  line-height: 1;
  padding-top: 18px !important;
  padding-bottom: 12px !important;
  border-radius: 4px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  vertical-align: middle;
  font-weight: bold;
}

.multistep-nav a:hover {
  background: #5a606c !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .checkout-button:hover, .coupon button:hover {
  background: #5a606c !important;
  color: #FFF !important;
}

.checkout-button-grey {
  background: #5a606c !important;
  color: #FFF !important;
}

.checkout-button-grey:hover {
  background: #b61918 !important;
  color: #FFF !important;
}

.multistep-nav a.btnlight {
  display: inline-block;
  font-size: 12px;
  padding: 14px 27px;
  margin-bottom: 15px;
  margin-right: 15px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  letter-spacing: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333 !important;
  background: #fff !important;
}

.multistep-nav a.btnlight:hover, button[name=add-to-cart]:hover {
  background: #5a606c !important;
  color: #FFF !important;
}

/* --------------------------------

Standplan

-------------------------------- */
.page-id-863 .cd-float,
.page-id-1505 .cd-float {
  display: none !important;
}

.page-id-863 #header,
.page-id-863 #inner-banner,
.page-id-1505 #header,
.page-id-1505 #inner-banner,
.page-id-863 .container,
.page-id-1505 .container,
.page-id-863 .main-content,
.page-id-1505 .main-content,
.page-id-863 #footer,
.page-id-1505 #footer {
  min-width: 1200px;
}

.page-id-863 .main-content .row,
.page-id-1505 .main-content .row {
  margin: 0 !important;
}

@media only screen and (max-width: 1300px) {
  .page-id-863 .main-content .container,
.page-id-1505 .main-content .container,
.page-id-863 .main-content .col-md-12,
.page-id-1505 .main-content .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* Custom Passwordprotection */
.passwordProtection {
  float: left;
  width: 100%;
}

.passwordProtection > p {
  margin-top: 2.5em !important;
  text-align: center;
}

.passwordProtectionFlex {
  display: flex;
}

.passwordProtectionHalf {
  float: left;
  margin: 0 5%;
  padding: 3%;
  width: 40%;
  background: #eee;
  border: none;
  justify-content: stretch;
}

.passwordProtectionHalf label {
  width: 100%;
  font-size: 1em;
  color: #000;
}

.passwordProtectionHalf label:first-child {
  font-size: 0.85em;
}

.passwordProtectionHalf .wpcf7-form-control-wrap {
  position: relative;
  float: left;
  width: 100%;
}

.passwordProtectionHalf .wpcf7-form-control-wrap input {
  padding: 6px 12px;
  width: 100%;
  height: 34px;
  line-height: 1.42857143;
  color: #555;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.passwordProtectionHalf .wpcf7-form-control-wrap input[type=checkbox] {
  width: auto;
  height: auto;
}

.passwordProtectionHalf .confirm-handling {
  margin-top: 1em;
}

.passwordProtectionHalf input[type=submit] {
  float: right;
  margin: 0;
  padding: 7px 30px;
  /*background-color: #b61918;*/
  color: #fff !important;
  border: 0;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.passwordProtectionHalf input[type=submit]:first-child {
  float: left;
  margin-top: 1em;
}

.passwordProtectionHalf .mandatoryFields {
  float: left;
  margin-top: 10px;
}

.passwordProtectionHalf h3 {
  margin-bottom: 0.7em;
  font-size: 1.5em;
  color: #000;
}

.passwordProtectionHalf span.wpcf7-list-item {
  margin: 0;
}

.passwordProtectionHalf .wpcf7-list-item input {
  float: left;
}

.passwordProtectionHalf .wpcf7-list-item-label {
  float: left;
  margin-top: 2px;
  margin-left: 1em;
  width: 90%;
  display: flex;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .passwordProtectionFlex, .passwordProtectionHalf {
    display: block;
  }

  .passwordProtectionHalf {
    margin: 0;
    padding: 5%;
    width: 100%;
  }

  .passwordProtectionHalf:nth-of-type(2) {
    margin-top: 2em;
  }
}
.totalbusiness-button, input[type=button], input[type=submit] {
  display: inline-block;
  font-size: 12px;
  padding: 14px 27px;
  margin-bottom: 15px;
  margin-right: 15px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  letter-spacing: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #3d3d3d;
}

.totalbusiness-button-light, input[type=button], input[type=submit] {
  display: inline-block;
  font-size: 12px;
  padding: 14px 27px;
  margin-bottom: 15px;
  margin-right: 15px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  letter-spacing: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  background: #fff;
}

.gdlr-portfolio-info .gdlr-social-share {
  display: none;
}

.gdlr-related-portfolio.portfolio-item-holder {
  display: none;
}

.gdlr-speaker-item .gdlr-speaker-thumbnail:hover .gdlr-speaker-thumbnail-overlay {
  padding: 2em;
  color: #fff;
  text-align: center;
}

.gdlr-speaker-item .gdlr-speaker-thumbnail:hover .gdlr-speaker-thumbnail-overlay h3, .gdlr-speaker-item .gdlr-speaker-thumbnail:hover .gdlr-speaker-thumbnail-overlay div {
  color: #fff !important;
}

#sponsoring_shortdescription, #referent_infotext {
  height: 150px;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.infobox {
  width: 49%;
  min-width: 400px;
  margin-bottom: 2em;
  outline: 1px solid #000;
}

.infobox h2 {
  background-color: #CCC;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0;
  position: relative;
}

.infobox h2 i {
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.infobox div {
  padding: 1em;
}

.gdlr-page-title-wrapper {
  background-image: url("/wp-content/uploads/2019/10/Background-2.jpg") !important;
  background-position: 50% 50%;
  background-size: cover;
}

.totalbusiness-button-light:hover {
  background-color: #b61918 !important;
  color: #fff !important;
}

.hintbox {
  padding: 15px 13px 15px 45px;
  margin: 0 0 25px;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  border-top: 0;
  text-shadow: none;
  background: #C23030;
  color: #FFF;
}

#payment .gdlr-box-with-icon-item {
  text-align: center;
}

#payment .gdlr-box-with-icon-item.pos-left i {
  float: none !important;
  margin: 0 !important;
}

.woocommerce-orders-table__cell-order-actions a {
  margin-right: 0.5em !important;
}

.woocommerce-error a {
  color: #cccccc !important;
}

.tooltip.fade.top.in {
  opacity: 1 !important;
  left: auto !important;
}
.tooltip.fade.top.in .tooltip-inner {
  padding: 0;
}

.woocommerce-help-tip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 16px;
  line-height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
  margin: 0 0 0 9px;
  font-size: 1.4em;
}
.woocommerce-help-tip:after {
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-indent: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  cursor: help;
  font-variant: normal;
  margin: 0px;
}

#ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(4) > th, #ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(2) > th, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(2) > th, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(4) > th, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(5) > th, #ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(5) > th, #ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(6) > th, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(6) > th, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(6) > th {
  position: relative;
}

#ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(4) > th > span, #ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(2) > th > span, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(2) > th > span, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(4) > th > span, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(5) > th > span, #ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(5) > th > span, #ppom-box-2 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(6) > th > span, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div.ppom-field-wrapper.ppom-col.col-md-12.standzubeh_r_gold > div > table > tbody > tr:nth-child(6) > th > span, #ppom-box-3 > div.form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse > div > div > table > tbody > tr:nth-child(6) > th > span {
  position: absolute;
  right: 10px;
  top: 10px;
}

.wca-help .q-icon img {
  width: 15px;
  height: 15px;
}
.wca-help .image-outer {
  display: none;
  position: absolute;
  top: -150px;
  left: -330px;
  z-index: 100;
  border-radius: 6px;
  border: 1px solid #dddddd;
}
.wca-help .image-outer img {
  width: 250px;
  border-radius: 6px;
}
.wca-help:hover .image-outer {
  display: block;
}

#referent_profile_pic_field .description {
  font-weight: bold;
  color: indianred;
}

.speaker-bio-bottom-links {
  background-color: #ECECEC;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}
.speaker-bio-bottom-links a:first-of-type {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans";
  text-align: right;
  outline: 0;
  vertical-align: baseline;
  -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: visible;
  left: auto;
  border: 0;
  display: inline-block;
  box-shadow: none;
  padding: 13px 17px;
  border-radius: 4px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-shadow: none;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #5a606c;
  background: #5a606c !important;
  color: #FFF !important;
}
.speaker-bio-bottom-links a:last-of-type {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans";
  text-align: right;
  outline: 0;
  vertical-align: baseline;
  -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  left: auto;
  border: 0;
  display: inline-block;
  background: #b61918;
  color: #ffffff;
  border-bottom: 3px solid #871212;
  box-shadow: none;
  padding: 13px 17px;
  border-radius: 4px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-shadow: none;
  font-weight: bold;
}

.session-bottom-links {
  background-color: #ECECEC;
  padding: 1rem;
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
}
.session-bottom-links a:last-of-type {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans";
  text-align: right;
  outline: 0;
  vertical-align: baseline;
  -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: visible;
  left: auto;
  border: 0;
  display: inline-block;
  box-shadow: none;
  padding: 13px 17px;
  border-radius: 4px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-shadow: none;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #5a606c;
  background: #5a606c !important;
  color: #FFF !important;
}
.session-bottom-links a:first-of-type {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans";
  text-align: right;
  outline: 0;
  vertical-align: baseline;
  -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  left: auto;
  border: 0;
  display: inline-block;
  background: #b61918;
  color: #ffffff;
  border-bottom: 3px solid #871212;
  box-shadow: none;
  padding: 13px 17px;
  border-radius: 4px;
  text-transform: uppercase;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-shadow: none;
  font-weight: bold;
}

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