/*
Theme Name: Online Solutions Group
Theme URI: http://onlinesolutionsgroup.de
Description: Online Solutions Group
Author: Online Solutions Group
Author URI: https://www.onlinesolutionsgroup.de/
Version: 1.1
Text Domain: xcore
*/

.price-table-wrapper .price-table-pricing { margin-bottom: 60px; }
.price-table-wrapper .pt-td:not(.row-button) { margin-bottom: 2px; padding: 15px 10px; }
.price-table-wrapper .price-table-summary { margin-top: 120px; }
@media( min-width: 992px ) {
    .video-wrapped { width: 100% !important; min-height: 350px !important }
    .video-wrapped{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
    .video-wrapped iframe, .video-wrapped object, .video-wrapped embed, .video-wrapped video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}
#page-builder .section.icons div[onclick]:hover { cursor: pointer; }

@media( max-width: 767px ) {
    .page-template-blog .blog-slide {
        clear: both;
    }
}

.animated-text span {
    opacity: 0;
    display: inline-block;
    animation-name: reveal;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.animated-text.in-view span {
    animation-play-state: running;
}

.btn-sm.btn-icon:not(.btn-icon-right) {
	padding-left: 28px;
}

@keyframes reveal {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Preistabelle START */
#price-switch-container {
  margin-bottom: 40px;
}
.price-highlight {
  color: #195f98;
  font-weight: 700;
}
.price-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.price-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider track */
.price-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

/* The circle knob */
.price-slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Toggle ON */
.price-switch input:checked + .price-slider {
  background-color: #4caf50;
}

.price-switch input:checked + .price-slider::before {
  transform: translateX(22px);
}

.stroke-price::after {
  content: " €";
}

.stroke-price-monthly {
  display: none !important;
}
/* Preistabelle END */
/* Stripe Checkout START */
.wpfs-form-label {
  color: hsla(0,0%,10%,0.7) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.wpfs-form-check-label {
  color: hsla(0,0%,10%,0.7) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.stripe-product-text {
  font-size: .8rem;
  line-height: .9rem;
  text-align: left;
  margin-bottom: 25px;
}

.stripe-hr {
  margin-top: .4rem; 
  margin-bottom: .4rem;
}

.stripe-text-bold {
  font-weight: 700;
}

.stripe-headliner-text {
  margin-top: 30px;
  padding-bottom: 25px;
}

.stripe-product-text p:last-of-type {
  margin-bottom: 0px;
}

.stripe-left {
  float: left;
}

.stripe-right {
  float: right;
}

.no-padding {
  padding: 0 0 0 0 !important;
}

.no-margin {
  margin: 0 0 0 0 !important;
}

.wpfs-form-actions a {
  display: none;
}

.wpfs-form-actions button {
  width: 100%;
  height: 44px;
  font-weight: normal;
}

.wpfs-form-group input, .wpfs-form-group select {
  border-radius: 6px !important;
  height: 40px !important;
}

.wpfs-form-select > span {
  height: 40px !important;
}

.stripe-container > .row > div:first-of-type {
  margin-right: 60px;
  padding-right: 0px;
}

.stripe-container > .row > div:last-of-type {
  padding-left: 60px;
}

#wpfs-tax-postal-code-row {
	display: none !important;
}

#stripe-back-to-pricelist {
  position: absolute;
  bottom: 0;
  border-radius: 4px;
}

.stripe-fs-16 {
  font-size: 16px;
}
.stripe-fs-14 {
  font-size: 14px;
}
.stripe-fs-12 {
  font-size: 12px;
}
.stripe-c-b {
  color: #000 !important;
}
.stripe-c-g-400 {
  color: rgba(26, 26, 26, 0.5) !important;
}
.stripe-c-g-500 {
  color: rgba(26, 26, 26, 0.6) !important;
}
.stripe-c-g-900 {
  color: rgba(26, 26, 26) !important;
}

.stripe-c-g-600 {
  color: rgba(26, 26, 26, 0.7) !important;
}

.stripe-f-w-400 {
  font-weight: 400;
}

.stripe-f-w-500 {
  font-weight: 500;
}
.stripe-f-w-600 {
  font-weight: 600;
}

.stripe-container h1 {
  font-size: 36px;
  color: rgba(26, 26, 26, 0.9) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif !important;
}
.stripe-container h3 {
  font-size: 20px;
  color: rgba(26, 26, 26, 0.9) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif !important;
}
.stripe-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Ubuntu", sans-serif !important;
  color: rgba(26, 26, 26, 0.9) !important;
}

.stripe-exp-t {
  margin-right: 20px;
  position: relative;
  word-break: break-word;
}
.stripe-exp-t-t {
  margin-right: 20px;
  transition: all 0.3s ease;
}
.stripe-exp-t-t.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stripe-exp-t-t.collapsed div { 
  display: contents;
}

.stripe-exp-t-b {
  position: absolute;
  right: -20px;
  top: 0;
  cursor: pointer;
  width: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stripe-exp-t-b svg {
  fill: rgba(26, 26, 26, 0.5);
}

.wpfs-form-error-message {
  color: rgb(220, 39, 39);
  font-weight: 400;
}

.stripe-container form.stripe-submit input:required:invalid {
  border-color: rgb(220, 39, 39) !important;
}

.stripe-container form.stripe-submit .wpfs-form-group:has(input:required:invalid)::before {
  content: "PFLICHTFELD";
  color: rgb(220, 39, 39);
  display: block;
  float: right;
  font-size: 11px;
}

.stripe-mobile-only {
  display: none;
}

.stripe-mobile-button-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

#stripe-mobile-details-button {
  padding: 12px;
  background-color: rgba(26, 26, 26, 0.05);
  display: flex;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 8px;
}

#stripe-mobile-details-button svg {
  width: auto;
  height: 12px;
  margin-left: 8px;
}

#stripe-mobile-details-close-button {
  padding: 12px;
  padding-right: 0px;
  display: flex;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(26, 26, 26, 0.9) !important;
  text-decoration: underline dotted;
}

#stripe-mobile-details-close-button svg {
  width: auto;
  height: 12px;
  margin-left: 8px;
}

.stripe-f-r {
  justify-content: flex-end;
}

.no-scroll {
  overflow: hidden;
}

#stripe-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 999;
  display: none; /* hidden by default */
}
#stripe-curtain.stripe-active {
  display: block !important;
}

@media screen and (max-width: 991px) {
  #stripe-back-to-pricelist {
      position: inherit;
  }
  .stripe-container > .row > div:first-of-type {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .stripe-container > .row > div:last-of-type {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .stripe-mobile-only {
    display: inherit;
  }

  .stripe-mobile-items-center {
    text-align: center;
  }

  #stripe-mobile-details {
    position: absolute;
    top: -45px;
    background-color: #fff;
    z-index: 1000;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-top: 0px;
  }

  #stripe-back-to-pricelist {
    display: none;
    margin-bottom: 0px !important;
  }

  .stripe-headliner-text {
    margin-top: 0px;
  }

  #stripe-mobile-details.collapsed {
    display: none;
  }

  .stripe-container h3 {
    display: none;
  }

  .stripe {
    padding-top: 54px;
  }
}
/* Stripe Checkout END */

/* F2C Special START */
.tiny-price-table .tns-item:not(:first-of-type) .price-item-header {
    background: rgb(235, 235, 235) !important;
	h3 {
		color: #3e3e3e !important;
	}
}

.tiny-price-table {
	.tns-item {
		margin-top: 10px;
		
		.price-item {
			box-shadow: 0 0 15px -5px rgba(28,28,28,.15) !important;
		}
	}
}
/* F2C Special END */
/* Jumbotron Certificates START */
.jumb-box {
    flex: 1;
    display: flex;
    align-items: flex-end
}

@media (max-width: 768px) {
    .jumb-box {
        flex:1 1 100%
    }

    .jumb-container>.jumb-box:last-child {
        justify-content: flex-start!important;
        margin-top: 25px
    }
}
.cert-container img {
    height: 50px;
    width: auto;
    object-fit: contain
}

.cert-container picture:not(:last-of-type) {
    padding-right: 8px
}
.jumb-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.jumb-container img {
    filter: grayscale(100%);
    transition: filter 0.3s ease
}

.jumb-container img:hover {
    filter: grayscale(0%)
}
.jumb-container > .jumb-box:last-child {
  justify-content: flex-end;
}

.jumb-container > .jumb-box:first-child > .jumb-content:first-child {
  justify-content: flex-start;
}

.jumb-box .jumb-content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media( max-width: 768px ) {
    .jumb-container > .jumb-box:last-child > .jumb-content:first-child {
  justify-content: flex-start;
}
}
/* Jumbotron Certificates END */