

.tarifboxen-wrapper .eine-tarifbox {
	margin-top: 2%;
	color: #000;
	text-align: center;
	padding: 25px 10px;
	border-radius: 4px;
	background: rgb(222,222,222);
	background: -moz-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,1) 100%);
}


.tarifboxen-wrapper .eine-tarifbox h3 {
  color: #393185;
  font-size: 1.6em;
  line-height: 1.3;
}
.tarifboxen-wrapper .eine-tarifbox .preis-box .preis {
  font-weight: 600;
  font-size: 26px;
}
.tarifboxen-wrapper .eine-tarifbox .preis-box .monatlich {
  font-size: 14px;
}

.tarifboxen-wrapper .eine-tarifbox .leistungen-box {
  border-top: 2px solid #393185;
  margin-top: 15px;
  padding-top: 25px;
}

.tarifboxen-wrapper .eine-tarifbox .leistungen-box ul > li:first-child {
  border-top: 0 none;
}
.tarifboxen-wrapper .eine-tarifbox .leistungen-box ul > li {
  border-top: 1px dotted #666;
  padding: 10px 0;
}

.tarifboxen-wrapper .eine-tarifbox .leistungen-box .klein {
  font-size: 0.7em;
}



.tarifsinformationen-fuer-alle ul > li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
  padding-left: 20px;
}
.tarifsinformationen-fuer-alle ul > li:first-child {
  border-top: 1px solid #ccc;
}
.tarifsinformationen-fuer-alle ul > li::before {
  content: "\f105";
  position: absolute;
  left: 4px;
  top: 9px;
  font-family: fontawesome;
}
.tarifsinformationen-fuer-alle ul > li .key::after {
  content: ": ";
}
.tarifsinformationen-fuer-alle ul > li .wert {
  margin-left: 5px;
  font-weight: 600;
}




.zusaetzliche-leistungen ul > li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
  padding-left: 20px;
}
.zusaetzliche-leistungen ul > li:first-child {
  border-top: 1px solid #ccc;
}
.zusaetzliche-leistungen ul > li::before {
  content: "\f105";
  position: absolute;
  left: 4px;
  top: 9px;
  font-family: fontawesome;
}
.zusaetzliche-leistungen ul > li .key::after {
  content: ": ";
}
.zusaetzliche-leistungen ul > li .wert {
  margin-left: 5px;
  font-weight: 600;
}





#glasfaserbau-slider .ein-item {
  margin: 0 5px;
}
#glasfaserbau-slider .ein-item .inner {
	position: relative;
}

#glasfaserbau-slider .ein-item .inner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  box-sizing: border-box;
  padding: 5px 8px;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}