


.counters {
  background-color: rgba(95, 174, 255, 0.7);
  position: relative;
}

.section {
    padding: 20px 0;
}

.pricetabel {
  background-color: rgba(136, 136, 136, 0.3);
  position: relative;
}


.counters .facts-item {
    text-align: center;
    color: #fff;
}

.counters .facts-item .icon {
    margin-bottom: 10px;
}

/* .counters .facts-item .icon i {
    font-size: 40px;
    color: #fff;
} */

.counters .facts-item .fact-count h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.counters .facts-item .fact-count h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

/* Price Table */

.buchung {
  max-width:940px;
  margin:0 auto;
  /* font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif; */
  text-align:center;
  padding:10px;
  margin-bottom: 40px;
  background-color: white;

}

.buchung table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.buchung td, .buchung th {
  empty-cells: show;
  padding:10px;
}

.comparison {
  max-width:1140px;
  margin:0 auto;
  /* font:13px/1.4 "Helvetica Neue",Helvetica,Arial,sans-serif; */
  text-align:center;
  padding:10px;

  background-color: white;

}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  /* border-bottom:1px solid #CCC; */
}

.comparison td, .comparison th {
  border-right:1px solid #ccc;
  empty-cells: show;
  padding:10px;
}

.compare-heading {
  font-size:18px;
  font-weight:bold !important;
  border-bottom:0 !important;
  padding-top:10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display:none;
}

.comparison .compare-row {
  background:#F5F5F5;
}


.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #CCC;
}

.comparison tr td:first-child {
  text-align:left;
}

.comparison .qbse, .comparison .qbo, .comparison .qbgreen, .comparison .qbgrey, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  background:#3a3c3f;
  border-top-right-radius: 3px;
  border-right:0px;
}

.comparison .qbgreen {
  background:#63b13d;
  border-top-right-radius: 3px;
  border-right:0px;
}

.comparison .qbgrey {
  background:#cccccc;
  border-top-right-radius: 3px;
  border-right:0px;
}

.comparison .price-info {
  padding:5px 15px 15px 15px;
}

.comparison .price-was {
  color:#999;
}

.comparison .price-now, .comparison .price-now span {
  color:#3CB0FD;
}

.comparison .price-now span {
  font-size:32px;
  font-weight: 600;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}


/* .comparison .price-buy {
  background:#009E2C;
  padding:10px 20px;
  font-size:12px;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
} */
button {
  cursor: pointer;
}
small {
  color: #888;
}

.modal-xl {
  max-width: 1140px;
}

.list-item-color {
  color: #222 !important;
}

.comparison .price-buy {
    color: white;
    border: 1px solid #63b13d;
    border-radius: 5px;
    font-weight: bold;
    padding: 8px 20px;
    display: inline-block;
    background-color: #72ce3f;
    background: -moz-linear-gradient(top, #72cf3f, #60bb2d);
    background: -webkit-linear-gradient(top, #72cf3f, #60bb2d);
}

.senden {
    color: white;
    border: 1px solid #63b13d;
    border-radius: 5px;
    font-weight: bold;
    padding: 8px 20px;
    display: inline-block;
    background-color: #72ce3f;
    background: -moz-linear-gradient(top, #72cf3f, #60bb2d);
    background: -webkit-linear-gradient(top, #72cf3f, #60bb2d);
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color: #3b5998;
}

@media (min-width: 767px) {
    .buchung {
      display:none;
    }
    .comparison {
      margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
  border-top:0 !important;

  }

}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .price-now span {
  font-size:16px;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse, .comparison .qbo {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
  font-size:13px;
  }
}



.payment-type li {
width: 25%;
float: left;
}

.img-responsive img {
border: 0 none;
display: inline-block;
vertical-align: middle;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}

[type="radio"]:checked + label
{
    font-weight: bold;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5faeff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {

    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
