:root {
  /* --primary: #384048; */
  --bapred: #cc3d0f;
  --sinopia: #cc3d0fff;
  --black: #000001ff;



  --emerald: #0cce6bff;
  --pear: #dced31ff;
  --bs-danger: var(--pear);
  --bs-primary: var(--chrysler-blue);
  /* --bs-body-color: #555555; */
  --bs-body-color: #452c58;
  --bs-success: var(--emerald);
  --bs-card-title-color: var(--chrysler-blue);

  --primary: var(--chrysler-blue);
  /* --textfont: #555555; */
  --textfont: #452c58;
  --red: var(--bapred) --h1Gradient: linear-gradient(-90deg, red, var(--sinopia));


  --platinum: #ccdbdcff;
  --platinum-light: #F3F6F7;

  --redeyes: #ff0000;
  --electric-indigo: #7300ebff;
  --chrysler-blue: #4d2091ff;
  /* --chrysler-blue: #5a00d1ff; */
  --antiflash-white: #f3f6f7ff;
  --light-sea-green: #00a9a5ff;

}

.redeyes {
  color: var(--redeyes);
}
.btn-pear {
  color: var(--chrysler-blue);
  background-color: var(--pear);
  border-color: var(--pear)
}

.btn-pear:hover {
  color: white;
  background-color: var(--emerald);
  border-color: var(--emerald)
}

.starttrial:hover {

  background-color: var(--emerald) !important;
  border-color: var(--emerald) !important
}

html,
body {
  color: var(--textfont);
  background-color: var(--platinum-light);
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;

}

html {
  /*  overflow: hidden;  */
  scroll-behavior: smooth;
}

.fw-bold {
  font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
svg {
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
  color: var(--bs-primary);
  font-weight: 700;
}

.accordion-item .accordion-body {
  color: var(--textfont);
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

a.nav-link,
a.nav-link:visited,
#zebottom a,
#zebottom a:visited {
  color: var(--bs-white);
}

a.nav-link:hover,
#zebottom a:hover {
  color: var(--emerald);
}

.maincontent {
  padding-right: 0px;
  padding-left: 0px;
}


/* helpers */
.vh-50 {
  min-height: 50vh;
}

.vh-75 {
  min-height: 75vh;
}

.vh-100 {
  min-height: 100vh;
}


.text-danger {
  color: var(--chrysler-blue) !important;
}

.btn-red {
  color: white;
  background-color: var(--bapred) !important;
}


.text-primary {
  color: var(--primary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}


a.btn-primary,
a:visited.btn-primary {
  color: white;
}

.btn-primary,
.bg-primary {
  background-color: var(--primary) !important;
  border: none;
}

.bg-primary .dropdown-menu,
.bg-primary .dropdown-menu .dropdown-item,
.bg-primary .dropdown-menu .dropdown-item:focus {
  background-color: white;
  color: var(--primary);
}


.navbar-brand {
  font-weight: 700;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  text-transform: none;
}

.display-4 {
  /*font-weight: 700 !important;*/
  /* font-family: 'Fira Sans Extra Condensed', sans-serif; */
  font-size: calc(1.475rem + 2.7vw);
}

/* .nav-link {
  font-weight: 600;
} */

.navbar {
  font-size: inherit;
}

.varih1 {
  font-size: 3.5rem;
  /*font-weight: 700;*/
  /* font-family: 'Fira Sans Extra Condensed'; */
}

.varih3 {
  font-size: 2.2rem;
}


.btn {
  box-shadow: none;
}

.btn-group {
  white-space: nowrap;
}

.smalltext {
  font-size: 65%;
}

.section-header {
  text-align: center;
}

.shadow-lg {
  box-shadow: 0 0.1rem 3rem rgba(0, 0, 0, .175) !important;
}


img {
  image-rendering: -webkit-optimize-contrast;
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.pricingchecks .list-unstyled li {
  font-size: 90%
}

.pricingchecks .text-muted {
  opacity: 0.5
}

.pricingchecks .px-2.fw-bold {
  font-size: 2em;
  vertical-align: middle;
}


.pricingchecks ul li.inclu:before,
.pricingchecks td span.inclu:before {
  content: '\2713';
  display: inline-block;
  color: var(--bs-success);
  padding: 0 6px 0 0;
  font-size: 1.5em;
  font-weight: 700;
}

.pricingchecks ul li:not(.inclu):before,
.pricingchecks td span.text-muted:before {
  content: '\2713';
  display: inline-block;
  /*color: var(--bs-danger);*/
  padding: 0 6px 0 0;
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0.2;
}

.pricingchecks ul li.form-check:before,
.pricingchecks td span.form-check:before {
  content: '';
  padding: 0 0 0 0;
  font-size: 1.5em;
  font-weight: 700;

}

.pricingchecks ul li.form-check label,
.pricingchecks td span.form-check label {
  display: initial;
}

/* col-list overruled by nocss */
ul li {
  list-style-type: none;
  font-size: 1em;
}

.list-section .accordion-collapse {
  border: 0;
}

.list-section .accordion-button {
  padding: 15px 0px 15px;
  font-weight: 400;
  border: 0;
  font-size: 1.1rem;
  color: var(--bs-primary);
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.list-section .accordion-button:focus {
  box-shadow: none;

}

.list-section .accordion-button:hover {
  color: var(--emerald);
}

.list-section .accordion-button:not(.collapsed) {
  background: none;
  color: var(--emerald);
}

.list-section .accordion-body {
  padding: 15px 0px 15px;
  font-size: 1rem;
}

.alert {
  font-size: 1rem;
}

/* logos */


#msg2usert small {
  font-size: 70%
}

#msg2usert table {
  line-height: 1
}

#logos img {
  max-width: 150px;
  max-height: 90px;
  display: flex;
  padding: 20px;
  filter: grayscale(100%);
}

#logos img:hover {
  filter: none !important;
}

@media (max-width: 400px) {
  #logos img {
    max-width: 150px;
    max-height: 80px;
    display: flex;
    padding: 10px;
    filter: grayscale(100%);
  }

}

/* onboard */
.calctotal {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 700;
  line-height: 0.8;
}

/* hero headers */
.index .product-device {
  z-index: -1;
  width: 600px;
  height: 577px;
}

.free-availability-calendar-with-app .product-device {
  z-index: -1;
  width: 205px;
  height: 100%;
}

.booking-search-bar .product-device {
  z-index: -1;
  width: 600px;
  height: 577px;
}

.direct-booking-buttons .product-device {
  z-index: -1;
  width: 600px;
  height: 577px;
}

/* google translate support pages */
.skiptranslate iframe {
  display: none;
}

.filtergray {
  color: white;
  filter: grayscale(100%);
}


.strikediag {
  /* color: red; */
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.logo-icon {
  max-width: 200px;
}



.card-header {
  color: var(--chrysler-blue)
}

.card,
.portfolio-modal .modal-content {
  border-radius: 0;
}

.tooltip,
.custom-tooltip {
  opacity: 0.95;
  color: white;
  font-weight: 400;
  line-height: 1.2;
  font-size: 85%;
  --bs-tooltip-bg: var(--bapred);
}

.tooltip-inner {
  text-align: left;
  padding: 16px;
}

[data-bs-toggle="tooltip"] {
  cursor: pointer;
  background-color: transparent;
  /* color: var(--bapred); */
}

.index .hero .leadi a {
  text-decoration: underline;
  text-decoration-color: rgb(235, 235, 240);
  text-decoration-thickness: 1.6px;
}

.index .hero .leadi a:hover {
  /* text-decoration: none; */
  text-decoration: underline;
  text-decoration-color: var(--emerald);
  text-decoration-thickness: 2.4px;
  color: var(--emerald);
}

.index .hero b {
  color: var(--chrysler-blue)
}

.maincontent .card-footer {
  border-top: none;
}

.svgicon {
  width: 48px;
}

.new {
  opacity: 0.05;
  height: 0.5em;
}

a:active,
a:focus {
  outline: none;
}


.fa-2x {
  vertical-align: middle;
}

.clickable:hover {
  font-weight: bold;
  cursor: pointer;
}

.icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  fill: currentColor;
  vertical-align: sub;
}

.iconsmall {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  fill: currentColor;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}


/* client containers */

.flip-card-img {
  width:300px;
  height:250px;
  max-width: 100%;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 250px;
  perspective: 1000px;
}

#clientz .col {
  display: flex;
  justify-content: center;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #ffffff;
  /* color: white; */
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flip-card-back .inner {
  align-items:center;
  text-align: center;
}

/* old clients */



/* pricing */

   .booka-place-pricing thead th {
      text-align: center;
    }
  
  .booka-place-pricing tbody th {
      /* font-size:80%; */
      /* font-weight: 300; */
      font-weight:normal;
      vertical-align: middle;
    }
  
  .booka-place-pricing tbody .tussenkop {
      display: table-row;
      margin-top: 120px;
    }
  
  .booka-place-pricing tbody .tussenkop>td {
      /* padding-top: 10px; */
      margin-top: 20px;
      font-weight: 600;
      background-color: var(--chrysler-blue);
      color: white;
    }
  
  
    .booka-place-pricing tbody a,
    .booka-place-pricing tbody a:visited {
      text-decoration: underline;
    }
    .booka-place-pricing .sticky-top {
      top: 56px;
      background-color: white;
      z-index: inherit;
    }

    .booka-place-pricing  td {
      text-align: center;
    }
    .booka-place-pricing .tussenkop td {
      text-align: left;
    }
    .booka-place-pricing .smalllegal {
      font-size: 80%;
      line-height: 1;
    }

