/* main elements */
@import url('/huepercdn/fonts/exo-2/fonts.css');

body {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  background: #f8f9fa;
  color: #00101a;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
}

h2 {
  letter-spacing: 0.02rem;
  font-size: 2.2rem;
}

b, strong {
  font-weight: 600;
}

p {
  font-size: 1.1rem;
  color: #1a1a1a;
}

.light {
  font-weight: 400;
}

.green, .green-price .price {
  color: #7b9424 !important;
}

/***** link styles *****/
a {
  color: #7b9424;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in-out;
}

a:hover, a:focus {
  color: #313c41;
  text-decoration: none;
}

.svane a {
  color: #0aa1e2;
}

.svane a:hover, .svane a:focus {
  color: #313c41;
}




/***** progress bar *****/
.progress-bar {
  background: #fed500;
}


  /***** pills *****/
.badge {
    font-weight: 400;
}

.badge-primary {
    color: #000000;
	background: #fed500;
}


/***** buttons *****/
.btn-primary {
  background-color: #7b9424;
  border: none;
  color: #fff;
  padding: 13px 28px 15px 28px;
  transition: 0.2s ease-in-out;
  border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #7c9424d5;
  border: none;
  color: #fff;
}

.svane .btn-primary {
  background-color: #0aa1e2;
}

.svane .btn-primary:hover, .svane .btn-primary:focus {
  background-color: #0aa1e2d5;
}

.bg-svane {
  background-color: #0aa1e2;
}


/***** preise *****/
.price-wrap  {
  color: #00101a;
  text-align: left;
}

.price {
  font-size: 5.2rem;
  font-weight: 700;
  width: 100% !important;
  color: #00101a;
  letter-spacing: -0.05rem;
}

.price small {
  font-size: 30px;
}

.price-suffix {
  color: #00101a;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.price-prefix {
  color: #00101a;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.01rem;
  font-size: 1.3rem;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .price-suffix, .price-prefix {
    font-size: 90%;
    text-align: left;
  }

  .price {
    font-size: 60px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .price-wrap {
    margin-bottom: 30px;
  }
}




/***** hotspots *****/
.btn-hotspot {
    background-color: #7b9424;
    border: none;
    color: #fff;
    padding: 10px 28px 9px 28px;
    transition: 0.2s ease-in-out;
    border-radius: 0px;
}

.btn-hotspot:hover, .btn-hotspot:focus {
    background-color: #7b9424;
    border: none;
    color: #fff;
}

.hotspot-text {
  font-family: 'Open Sans', sans-serif;
}

.btn.spot {
	padding: 7px 0px;
}


/***** icons *****/
.fa-star {
  color: #fed500;
  font-size: 1.5rem;
}
