/* You can add global styles to this file, and also import other style files */
.vv-tooltip {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: blue;
}
.preismodul {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
  .preismodul.large-12 .teaser > .row {
    position: relative;
  }

  .preismodul.large-12 .teaser > .row .columns:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.preismodul .price {
  height: 2.125rem;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.4em;
}
.preismodul .pricetext {
  display: table;
  width: 50%;
  height: 2.125rem;
  overflow: hidden;
  text-align: left;
  padding-right: 0;
}
.preismodul .pricetext span {
  padding-top: 0.4375rem;
  display: table-cell;
  color: #333;
  font-size: 1rem;
  line-height: 140%;
  vertical-align: middle;
}
.preismodul .accordion > dd > a {
  border-top: 0.0625rem solid #fff;
  border-bottom: 0;
  color: #0D57A6;
  font-size: 1rem;
  min-height: 2.125rem;
}
.preismodul .accordion > dd > a.active {
  color: #00366c;
}
@media only screen and (max-width: 40em) {
  .preismodul .accordion .content > ul > li > *:not(a) {
    padding-left: 0.9375rem;
  }
}
.preismodul .accordion .content p {
  margin-top: 0.3125rem;
}
.preismodul .accordion .content > ul.side-nav {
  padding-bottom: 0.9375rem;
}
.preismodul .accordion .content table.white {
  width: 100%;
  margin: 0;
  border: 0;
}
.preismodul .accordion .content table.white thead tr td {
  color: #0D57A6;
  padding: 0.3125rem;
  background-color: white;
  border-top: 0.125rem solid #0D57A6;
  border-bottom: 0.125rem solid #0D57A6;
}
.preismodul .accordion .content table.white tbody tr td {
  color: #0D57A6;
  padding: 0.3125rem;
  background-color: 0;
  border-bottom: 0.0625rem solid #0D57A6;
}
.preismodul .accordion .content table.white tbody tr:last-child td {
  border-bottom: 0.125rem solid #0D57A6;
}
.preismodul .accordion .content table.pricing {
  border: 0;
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.preismodul .accordion .content table.pricing td, .preismodul .accordion .content table.pricing tr, .preismodul .accordion .content table.pricing tfoot {
  background-color: transparent;
  border: 0;
}
.preismodul .accordion .content table.pricing tbody > tr:last-child > td {
  padding-bottom: 0.625rem;
}
.preismodul .accordion .content table.pricing td {
  padding: 0.3125rem 0;
}
.preismodul .accordion .content table.pricing td:last-child {
  text-align: right;
  font-weight: bold;
}
.preismodul .accordion .content table.pricing tfoot {
  border-top: 0.125rem solid #0D57A6;
}
.preismodul .accordion .content table.pricing tfoot td {
  font-weight: normal;
  padding-top: 0.625rem;
}
.preismodul .accordion .content table.pricing tfoot td:last-child {
  text-align: right;
  font-weight: bold;
}
@media only screen and (min-width: 64.063em) {
  #content_container_4 .preismodul.large-12 .teaser > .row .columns:last-child {
    position: relative;
  }
}
.vv-flexbox-container {
  display: flex;
  align-items: center;
}
.vv-flexbox-align-in-column {
  margin-left: auto;
  flex-direction: column;
}
.vv-flexbox-align-in-row {
  margin-left: auto;
  display: flex;
}
.vv-flexbox-align-right {
  margin-left: auto;
}
.vv-cta-not-first-in-column {
  margin-top: 10px !important;
}
.vv-total > div {
  padding: 15px;
}
.vv-total > section > div {
  padding: 15px;
}
.vv-row {
  margin-bottom: 2px;
}
.align-item-in-column {
  float: right;
  width: 100%;
}
.vv-cta-not-first-in-row {
  margin-left: 10px !important;
}
.vv-row-highlight {
  background-color: #FCF4EC;
}
.vv-row-highlight-border {
  border-top-style: solid;
  border-color: orange;
  border-width: 2px;
}
.vv-row-normal {
  background-color: #FBFBFB;
}
.vv-row-title {
  font-size: 24px;
}
.vv-row-bold {
  font-weight: bold;
}
.vv-total-info-row {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.vv-total-price-summary {
  font-size: 18px;
}
.vv-cta-vertical-center {
  margin: 0;
  transform: translateY(-50%);
  top: 11px;
}
.vv-row-banner {
  border: 1px;
  border-color: #0D57A6;
  border-style: solid;
  padding: 4px;
  color: #0D57A6;
  font-size: 14px;
  display: table-cell;
}

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