


.infohosted .fa-check-circle {
	color: #4A7A41 !important;
}
#mod_menue_sub {
	display:none;
}
.priceratingg {

	text-align:center;
	padding-left:0px;
	font-weight:600;
	margin-bottom: 10px;
}
.priceratingg small {
	font-weight: 400;
}
.artikel_details
{
	margin-top: 0px !important;
}
.pricingtoptext {
	height: 40px;
	width: 100%;
}
.priceratingg {
	text-align:left;
}
.artikel_details h1 {
	text-align:left;
}
.toppertextstarter,
.toppertextbusiness,
.toppertextfree {
	height:140px;
	color:#111 !important;
    font-size: 1rem !important;
	line-height: 1.6rem;
	background-color: #e6e6e6 !important;
	margin-top: -10px;
	font-weight: 600 !important;
}
.toppertextstarter {

}
 @media (min-width: 1400px){

	 .pricingtoptext {
		 width: 38%;
	 }
 }
@media (min-width: 1024px){

	.pricingtoptext {
		width: 98%;
	}
}
a.kaufenbutton, input.kaufenbutton
{
	background: #007EA8 !important;
	color: #fff !important;
	border: 2px solid #007EA8 !important;
	font-size: 1.1rem !important;
	text-decoration: none !important;
}

#main input.kaufenbutton:focus,
#main input.kaufenbutton:hover
{
	background: #e7e7e7 !important;
	color: #003d50 !important;
	border: 2px solid #003d50 !important;
}
#main a.kaufenbutton:hover,
#main a.kaufenbutton:focus{
	background: #e7e7e7 !important;
	color: #3d6e0f !important;
	border: 2px solid #3d6e0f !important;

}
#penterprise a.kaufenbutton:hover,
#penterprise a.kaufenbutton:focus{
	background: #e7e7e7 !important;
	color: #003d50 !important;
	border: 2px solid #003d50 !important;
}
.pricingtable th.smalth {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
	font-family: 'roboto', sans-serif;
}

.pricingtoptext {

	background: #eee;
	height: 5rem;
	padding: 5px 20px;
	border-radius: 23px;
	margin-top: 20px;
}
div.preistoggle {
	padding-top: 20px;
	width:80px;
	display:inline-block;
	float:left;
	margin-bottom: 30px;
}
.bestBadge {
	display: block;
	top: -51px;
	position: absolute;
	z-index: 1000000;
	color: #fff;
	background: #333;
	padding: 10px 20px;
	font-family: 'Prompt';
	font-size: 1.4rem;
	margin-left: 220px;
	border-radius: 10px;
}
.monabr {
	position: relative;
	display: block;
	margin-right: 20px;
	font-size: 1.1rem;
	padding-top: 18px;
	width: 200px;
	float: left;
}
.yearabr {
	position: relative;
	display: block;
	margin-left: 20px;
	font-size: 1.1rem;
	padding-top: 18px;
	width: 200px;
	float: left;
}
div.slideControlContent {
	width: 100%;
	height: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 0 0%;
	text-align: center;
}
span.slideControl {
	flex: 1 100%;
	max-width: 80px;
	height: 20px;
	border-radius: 15px;
	background: #fff;
	display: inline-block;
	margin: 8px 8px 0 0;
	position: relative;
	cursor: pointer;
}
span.slideControl::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: #00a0d0;
	box-shadow: inset 0 4px 8px 0 rgba(46,43,56,0.16);
	z-index: 1;
}
span.slideControl.active::before {
	background: #86d7f1;
}
span.slideControl::after {
	content: '';
	position: absolute;
	left: 2px;
	top: -2px;
	width: 25px;
	height: 25px;
	background: #007597;
	box-shadow: 0 4px 8px 0 rgba(46,43,56,0.16), 0 8px 16px 0 rgba(46,43,56,0.08), 0 16px 32px 0 rgba(46,43,56,0.04);
	z-index: 9;
	border-radius: 50%;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
span.slideControl.active::after {
	left: 100%;
	margin: 0 0 0 -26px;
	background: #6da6ba;
}
span.slideControlCheckbox {
	flex: 1 100%;
	padding: 24px 0 12px 0;
}
span.slideControlMessage {
	flex: 1 100%;
}
.pricing-table .description {
	color:#666666 !important;
}
span.slideControlCheckbox {
	display:none;
}

.bus_slider-wrapper {
	width:100%;
	margin: 0px auto;
	padding-top: 10px;
	user-select: none;
}
.bus_slider-active{
	background: #cccccc !important;
}
.bus_value-display {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.bus_slider-track {
	position: relative;
	height: 20px; /* vergrößert für bessere Trefffläche */
	background: transparent;
	cursor: pointer;
}

.bus_slider-hitbox {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 30px;
	transform: translateY(-50%);
	z-index: 10;
}

.bus_slider-background {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 6px;
	background: #ddd;
	border-radius: 3px;
	transform: translateY(-50%);
	z-index: 0;
}

.bus_slider-line {
	position: absolute;
	top: 50%;
	height: 4px;
	background: #9e9e9e;
	transform: translateY(-50%);
	transition: background 0.2s ease;
	z-index: 1;
}

.bus_slider-line.bus_active {
	background: #00a0d0;
}

.bus_slider-point {
	width: 4px;
	height: 14px;
	background: #878787;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	pointer-events: none;
}
.bus_slider-point.bus_active {
	background: #00a0d0;
}

.bus_slider-handle {
	width: 18px;
	height: 18px;
	background: #0d7ea1;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: left 0.15s ease;
	z-index: 3;
	cursor: grab;
}
.bus_slider-hitbox {
	outline: none;
}
.handlefocus {
	box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.25);
	border-radius: 50%;
}

.bus_info-icon {
	position: relative;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	color: #555;
	font-size:1.2rem;
	width:24px;
	height:24px;
}

.bus_tooltip {
	position: absolute;
	max-width: 300px;
	padding: 10px 14px;
	background: #333;
	color: white;
	border-radius: 4px;
	white-space: normal;
	font-size: .9rem;
	z-index: 10;
	display: none;
	word-wrap: break-word;
	line-height: 1.3rem;
}
.dldescription {
	margin-top: 0px;
	height: 60px;
}
.dldescription label {
	margin-right: 0px !important;
}
.sliderviewli {
	height:150px;
	padding-top: 4px !important;
}
.sliderviewli small {
	font-size: .8rem;
}
#pbusiness .title {
	margin-top: -20px !important;
	padding-top:35px;
	background-color: #007EA8;
}
.pricing-table .bullet-item.ineu {
	background: #efefef;
	font-weight: bold;
	margin-top:-8px;
}
.pricebtnholder {
	height:110px;
	padding-top:10px !important;
}
#pbusiness {
	position:relative;
	box-shadow: 0 4px 8px 0 rgba(46,43,56,0.16), 0 8px 16px 0 rgba(46,43,56,0.08), 0 16px 32px 0 rgba(46,43,56,0.04);
	z-index:1;
}

table.fixed_header thead tr {
	position: sticky;
	top: 120px;
	background:#333;
	z-index: 1;
	color:#fff;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,0.4); /* Optional: leichter Schatten für visuelle Trennung */
}
table.fixed_header thead tr th  {
	color:#fff;
}
table.fixed_header .fa-check {
	color: #00a0d0;
	font-size: 1.6rem;
}
.section-heading td {
	background-color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 12px;
	border-top: 1px solid #ccc;
	padding-top:80px;
	padding-bottom:20px;
	font-family: "Anton" !important;
	font-size: 2rem;
}
table caption
{
	color: #ffffff;
}
.middescription {
	margin-top: 30px;
	border-top: 1px solid #b6b6b6;
	background: #f6f6f6 !important;
	font-weight: 500 !important;
}
ul.pricing-table {
	min-height:1320px;

}
.pricing-table .title {
	margin-bottom: 0px !important;
}

.pricing-table .secheckmarker {
	background-color: #7dba47;
	color: #000;
}
.pricing-table .secheckmarker .bus_info-icon {
color:#000;
}
.pricing-table .price small
{
	font-size: 0.85rem;
}

.pricing-table .title {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (min-width: 64.0625em){
	#main #content .reporeid-47 section {
		padding-top: 0rem !important;
		padding-bottom: 4rem;
	}
	#main #content .reporeid-47 {
		padding-top: -3rem !important;
		padding-bottom: 0rem;
	}
}

@media screen and (max-width: 960px) {
	.artikel_liste h2, .artikel_details h1, .artikel_details h2, .artikel_details h3 {
		font-size: 2.3rem;
	}

	.pricingtoptext {
		margin-top: 5rem !important;

	}

	.pricingtoptext img {
		margin-left:-2rem !important;
		width:100%;
	}

	.monabr,
	.yearabr {
		width: 150px;
	}
}
@media (min-width: 1024px) {
	.pricing-table {
		width: 32%;
		float: left;
		margin-left: 0px !important;
		margin-right: 30px !important;
	}
	.pricingthing {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap; /* optional, für kleine Bildschirme */
	}
	.pricing-table {
		width: calc(32% - 20px); /* passt sich der Gap-Größe an */

		box-sizing: border-box;
		border-radius: 10px;
	}
}