.container {
	max-width: 1530px;
}

.tarifform {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.form-select:focus {
	box-shadow: none;
	border-color: inherit;
}

.tarifform.active {
    visibility: visible;
    height: auto;
    overflow: auto;
}

.tarifform .badge {
    font-weight: 600 !important;
}

.btn-primary {
	background-color: #080878;
	border: none;
	color: #ffffff !important;
	min-width: 120px;
}

@media (max-width: 768px) {
  .w-md-100 {
     width:100% !important;
  }
}

#nextBtn {
	background-color: #f05f00;
	border: none;
	color: #ffffff !important;
	min-width: 120px;
}

#prevBtn {
	background-color: #080878;
	border: none;
	color: #ffffff !important;
	min-width: 120px;
}

.btn-primary:hover {
	background-color: #080878;
	border: none;
	color: #ffffff !important;
}

.btn-secondary {
	background-color: #f05f00;
	border: none;
	color: #ffffff !important;
	min-width: 120px;
}

.btn-secondary:hover {
	background-color: #f05f00;
	border: none;
	color: #ffffff !important;
}

.preis, .preisrouter, .preisoption, .preishardware {
	color: #f05f00;
}

.ztarifpreis_one{
	 display: block;
}

.bg-orange {
	background-color: #f05f00 !important;
}

.badge {
  font-size: .8em;
  font-weight: 600;	
}

.orange {
	color: #f05f00;
}

.summary span {
	color: #080878;
}

.bg-grey {
	background-color: #efefef !important;
}

.bg-lightred {
	background-color: #feeee7 !important;
}

input[type=text] {
	border: 1px solid #ced4da !important
}

.form-select:focus{
	border: 1px solid #f05f00;
}

.inputbox, .inputboxbig {
	border: 1px solid #ced4da !important;
	border-radius: 3px;
	padding: .5rem 1rem;
	margin-top: 10px;
	color: #000000;
	font-size: 16px;
}

.form-select {
	margin-top: 10px;
}

.form-check {
	margin-bottom: 0;
}

.tab {
    display: none;
}

input.invalid {
    background-color: #ffdddd
}

select.invalid {
    background-color: #FFDDDD;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}

.step .text {
    position: absolute;
    top: 15px;
    left: -40px;
    right: auto;
    text-align: center;
    width: 100px;
}

#submit {
    display: none;
}

.step.active {
    opacity: 1;
	background-color: #f05f00;
}

.step.finish {
    background-color: #f05f00
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

.form-check-label {
	padding-bottom: 8px;
}

.displaynone {
	display:none;
}

.displayblock {
	display:block;
}

.tarifform.active {
	overflow: hidden;
}

.tarifmasterform .form-check-input {
	height: 1em !important;
	width: 1em !important;
	margin-top: 8px;
}

.tarifmasterform .form-check-label {
	padding-bottom: 0;
}

.hidden {
  display: none;
}

/* Summary Spinner */
#si_container {
  position: relative;
  min-height: 320px;
}

.si-spinner-ctr {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.si-spinner {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  font-size: 1.1rem;
}

.si-spin {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 6px solid #e9e9e9;
  border-top-color: #ff7a00;
  animation: siSpin .8s linear infinite;
}

@keyframes siSpin { 
  to { transform: rotate(360deg); } 
}
