:root {
	--theme-color: #000;
	--theme-color2: #000;
	--theme-color3: #FF8139;
	--title-color: #000;
	--body-color: #737887;
	--smoke-color: #F5F5F5;
	--smoke-color2: #E2E8FA;
	--smoke-color3: #EFF1F9;
	--black-color: #000000;
	--black-color2: #080E1C;
	--gray-color: #bdbdbd;
	--white-color: #ffffff;
	--light-color: #72849B;
	--yellow-color: #FFB539;
	--success-color: #28a745;
	--error-color: #dc3545;
	--th-border-color: #E0E0E0;
	--title-font: 'Barlow', sans-serif;
	--body-font: 'Roboto', sans-serif;
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1220px;
	--container-gutters: 24px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--ripple-ani-duration: 5s;
}


.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-fade .swiper-slide {
  pointer-events: none; /* Verhindert Interaktion mit unsichtbaren Slides */
  opacity: 0;           /* Standardmäßig alle Fade-Slides unsichtbar */
  transition-property: opacity; /* Nur Opazität animieren */
  transition-duration: 0.6s;    /* Dauer aus Ihrem Theme beibehalten */
  transition-timing-function: ease-in-out; /* Timing-Funktion aus Ihrem Theme */
}

.swiper-fade .swiper-slide.swiper-slide-active {
  pointer-events: auto; /* Interaktion für aktiven Slide ermöglichen */
  opacity: 1;           /* Aktiven Slide sichtbar machen */
  z-index: 1;           /* Stellt sicher, dass der aktive Slide oben liegt */
}
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden; /* Bereits vorhanden */
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 0;
	width: 100%;
	bottom: 200px;
	z-index: 9999;
	position: absolute;
}
.bg-tr5{
  background: rgba(0, 0, 0, 1)!important;
}
.accordion-button:not(.collapsed) {
	color: var(--theme-color);
	font-weight: 600;
	transition: ease-in;
}

.accordion-button:focus {
	z-index: 3;
	border-color: none !important;
	outline: 0;
	box-shadow: none!important;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: var(--theme-color);
}

.accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.accordion-button:focus {
	z-index: 3;
	border-color: #ccc;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.hero-text {
	margin-bottom: 10px;
}

img.reverenz{
max-width: 140px;
}

.price-card_setupfee {
	margin-left: 40px;
	font-size: 12px;
}

.mi-height {
	min-height: 380px;
	max-height: 380px;
}
.mi-height-4{
    min-height: 400px;
}

.mi-height-8{
    min-height: 320px;
}


.hero-style5 {
	position: relative;
	max-width: 650px;
	padding: 200px 0 145px 0;
	z-index: 9;
}

.price-card_text {
	color: var(--white-color);
	padding: 0 var(--space-x) 28px var(--space-x);
	margin-bottom: 15px;
	border-bottom: 2px solid;
	-webkit-border-image: -webkit-linear-gradient(right, var(--title-color) 27%, var(--theme-color) 100%);
	border-image: linear-gradient(to left, var(--title-color) 27%, var(--theme-color) 100%);
	border-image-slice: 1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.brand-box1-1 {
	border-radius: 20px;
	border: 1px solid #EDF0F4;
	background: -webkit-linear-gradient(top, #EDF0F4 0%, rgba(237, 240, 244, 0) 100%);
	background: linear-gradient(180deg, #EDF0F4 0%, rgba(237, 240, 244, 0) 100%);
	display: grid;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 80px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.brand-box1-1 img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	width: 50px;
}

 

.mobile_hero {
	position: relative;
	max-width: 650px;
	padding: 200px 0 135px 0;
	z-index: 9;
	margin-left: auto;
	margin-right: auto;
}

.th-widget-contact {
	max-width: 400px;
}

.map-sec iframe {
	-webkit-filter: none;
	filter: none;
	height: 600px;
}

.modal-content {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background: none !important;
	background-clip: padding-box;
	border: none;
	border-radius: .3rem;
	outline: 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

/* Kombinierte Regel für Hover-Effekt UND aktiven Zustand */
.price-card:hover .price-card_top::before,
.price-card:hover .price-card_top::after,
.price-card.active .price-card_top::before, 
.price-card.active .price-card_top::after {
    opacity: 1;
    height: 120%;
    width: 120%;
    border-radius: 0;
    background-color: var(--theme-color);
}


.price-card.active .th-btn::before, 
.price-card.active .th-btn::after {
    background-color: var(--theme-color);
}

.price-card .th-btn.btn-active {
    background-color: var(--theme-color);
}

#order-form-container  .select, .form-control, .form-select, textarea, input {
	height: 56px;
	padding: 0 25px 0 25px;
	padding-right: 45px;
	border: 1px solid #ccc;
	color: var(--body-color);
	background-color: var(--smoke-color);
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
	font-family: var(--body-font);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/* Stellt sicher, dass der Container des Kreises als Positionierungs-Referenz dient */
.price-card_top {
    position: relative;
}

/* Stil für den Auswahl-Kreis (Standardzustand: leerer grauer Kreis) */
.selection-indicator {
    box-sizing: border-box;
    position: absolute;
    top: 20px;    /* Abstand von oben anpassen */
    right: 20px;  /* Abstand von rechts anpassen */
    width: 24px;
    height: 24px;
    border: 2px solid #cccccc; /* Grauer Rand */
    border-radius: 50%; /* Macht es rund */
    transition: border-color 0.3s ease;
    background-color: #fff; /* Hintergrundfarbe, falls er über farbigen Elementen liegt */
}

/* Stil für den inneren Punkt (standardmäßig unsichtbar) */
.selection-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;  /* Größe des inneren Punkts */
    height: 14px;
    background-color: var(--theme-color); /* Ihre Haupt-Theme-Farbe */
    border-radius: 50%;
    /* Startet bei Größe 0 (unsichtbar) und wird bei Auswahl animiert */
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
}

.price-card.active .price-card_setupfee {
    color: #ffffff;
}
/* --- Stile für den AKTIVEN Zustand --- */

/* Wenn die Karte .active ist, färben wir den Rand des Kreises */
.price-card.active .selection-indicator {
    border-color: var(--theme-color);
}

/* Wenn die Karte .active ist, machen wir den inneren Punkt sichtbar (skalieren ihn auf 1) */
.price-card.active .selection-indicator::after {
    transform: translate(-50%, -50%) scale(1);
}

.package-dimmed {
            opacity: 0.2;
            pointer-events: none; /* Verhindert Klicks auf die inaktiven Pakete */
            transition: opacity 0.3s ease;
        }

.toast-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.toast-delete-btn {
	background: var(--theme-color);
	border: none;
	color: #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.2s ease;
	line-height: 0;
	position: absolute;
	right: 0;
	 transform: translateY(-50%);
	 top: 50%;
}
.toast-delete-btn:hover {
	background: var(--title-color);
	 
}

.client-logo-section {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 200px;
}

 
 
section.label {
	background: linear-gradient(to right, var(--theme-color), 44%, transparent);
	padding: 25px 0;
	color: #E4E4E4;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

/* 2. Der Flex-Container, der die Ausrichtung steuert
---------------------------------------------------- */
.label-container {
    display: flex;
    justify-content: space-between; /* Verteilt Text und Button an die Enden des Containers */
    align-items: center;            /* Zentriert beide Elemente vertikal zueinander */
    flex-wrap: wrap;                /* Erlaubt den Umbruch auf kleinen Bildschirmen */
    gap: 20px;                      /* Sorgt für Abstand, wenn die Elemente umbrechen */
}

/* 3. Styling für den Text
---------------------------------------------------- */
.label-text {
	font-size: 1.5rem;
	font-weight: 200;
	flex-grow: 1;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
}
/* 4. Anpassungen für Mobilgeräte (alles unter 768px)
---------------------------------------------------- */
 
.scroll-top::after {
	content: "\f062";
	font-family: var(--icon-font);
	position: absolute;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: var(--theme-color);
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	/* display: block; */
	z-index: 1;
	border: 2px solid var(--theme-color);
	box-shadow: none;
	border-radius: 50%;
	display: none;
}

.scroll-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: none;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: translateY(45px);
	-ms-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}


.space, .space-bottom {
	padding-bottom: 35px;
}

.space, .space-top {
	padding-top: 35px;
}

.info-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 21px;
	align-items: first baseline;
}

.agb-h2{
	font-size: 20px;
}


.agb-h3{
	font-size: 16px;
	color: var(--color-theme);
}


.header-layout4 .menu-area {
	background: none;
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.36);
	padding: 15px 0;
}

.hero-2 .th-hero-bg::before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, var(--theme-color), 50%, transparent);
	z-index: 2;
	opacity: 0.9;
}

.process-card {
	position: relative;
	box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
	border-radius: 10px;
	background-color: var(--white-color);
	text-align: center;
	padding: 30px 20px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	min-height: 290px;
}


 

.price-card_top {
	background-color: var(--title-color);
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	padding: 0;
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.price-card:hover .price-card_top::before, .price-card:hover .price-card_top::after, .price-card.active .price-card_top::before, .price-card.active .price-card_top::after {
	opacity: 1;
	height: 130%;
	width: 130%;
	border-radius: 0;
	background-color: var(--theme-color);
}


.price-card_content {
	padding: var(--space-y) var(--space-x);
	flex-grow: 1;
}

.price-card {
	--space-x: 40px;
	--space-y: 40px;
	background-color: var(--smoke-color);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
	  border: 1px solid rgba(104, 77, 244, 0.1);

}

.number-section {
	 
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	align-self: center;
	gap: 10px;
	/* background: #fff; */
	padding: 5px;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 30px;
}

.testi-box_text {
	margin-top: -0.45em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--smoke-color2);
	font-size: 14px;
}

.testi-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--white-color);
	box-shadow: 0px 6px 15px rgba(8, 14, 28, 0.06);
	border-radius: 10px;
	gap: 30px;
	padding: 30px;
}

.box-title {
	font-size: 20px;
	line-height: 1.417;
	font-weight: 700;
	margin-top: -0.32em;
}


.testi-box_desig {
	font-size: 11px;
	display: block;
	margin-bottom: -0.5em;
}

.label-small{
	font-size: 1.5rem;
	font-weight: 600;
	background: var(--theme-color);
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}

.mbo{
	margin-bottom: 0px;
}

.sec-title {
	margin-bottom: calc(var(--section-title-space) - 10px);
	margin-top: -0.32em;
	text-transform: none;
}

img.icon-site{
	max-width: 40px;
}

.icon-process {
	max-width: 30px !important;
}

.service-item_icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: block;
	margin-bottom: 28px;
	background-color: #f4f4f4;
	border-radius: 50%;
}

.copyright-text {
	margin: 0;
	font-size: 12px;
}

.footer-layout5 .copyright-wrap {
	padding: 18px 0;
	background-size: 100% auto;
	background-color: transparent;
	border-top: none }

.testi-box_review {
	color: var(--theme-color);
	font-size: 14px;
	position: absolute;
	bottom: 50px;
	right: 40px;
}	

.title-area .sec-title {
	margin-bottom: 35px;
}


.mobile-image-container {
	display: none;
}



/* Stile für die Preis-Karten-Auswahl */
.price-card {
      position: relative; /* WICHTIG: Diese Zeile wurde hinzugefügt */
    transition: opacity 0.4s ease-in-out, transform 0.3s ease;
    cursor: pointer;
}

.price-card:hover {
    /* transform: translateY(-0px); */ /* Leichter Schwebe-Effekt */
}

/* Reduziert die Deckkraft für alle Karten, wenn eine Auswahl aktiv ist */
.selection-active .price-card {
    opacity: 0.3;
}

/* Setzt die Deckkraft für die ausgewählte Karte zurück auf 1 */
.selection-active .price-card.active {
    opacity: 1;
    transform: translateY(-0px); /* Hebt die aktive Karte hervor */
}


.bottom-price {
	background: var(--theme-color);
	padding: 15px;
	margin-bottom: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	gap: 5px;
}


.liked {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	font-weight: 100;
	color:#ffce00;
	font-size: 0.7rem;
	font-style: italic;
	text-transform: uppercase;
}

.liked .fa-star {
	color:#ffce00;
	font-size: 0.6rem;
}


.text-success-2{
	color:#ffce00;
}

span.eye{
	font-weight: 600;
	color: #000;
}

img.icon-free{
	width: 40px;
  margin-left: 5px;
  height: auto;
}

.underline {
	text-decoration: underline;
}

.service-feature_icon {
	background: var(--theme-color);
	box-shadow: none;
	border-radius: 5px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

/* ============================================================= */
/* 2. Anpassung für Tablets (bis 1200px Breite)                 */
/* Wird aktiv, wenn der Bildschirm 768px oder schmaler ist.    */
/* ============================================================= */

@media (max-width: 1200px) {
.mobile-image-container {
	display: none;
}
.own-head {
	background-size: contain;
}

.hero-style5 {
	position: relative;
	max-width: 650px;
	padding: 120px 0 145px 0;
	z-index: 9;
}

.price-card_top_2 {
	background-color: var(--title-color);
	padding: 10px 0px;
	min-height: 65px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}
.price-card_title {
	font-size: 20px;
	margin-top: -0.3em;
	margin-bottom: 4px;
	color: var(--white-color);
	padding: 0 var(--space-x);
	position: relative;
	z-index: 3;
	text-align: center;
}

.price-card_setupfee {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.price-card_content {
	padding: 2px 10px;
	flex-grow: 1;
}
.ft-mobile {
	font-size: 15px;
	line-height: 13px;
	justify-content: center;
}
.widget-container {
 
	max-width: 1000px;
 
}


.bottom-price {
	background: var(--theme-color);
	padding: 10px;
	margin-bottom: 0;
}

}

 

/* ============================================================= */
/* 3. Anpassung für große Smartphones (bis 992px Breite)       */
/* Wird aktiv, wenn der Bildschirm 576px oder schmaler ist.    */
/* ============================================================= */
@media (max-width: 992px) {
.mobile_hero {
      	padding: 120px 0px 0px 0px;
      }
			.hero-style5 {
			position: relative;
			max-width: 650px;
			padding: 100px 0 80px 0;
			z-index: 9;
		}

	 .th-hero-bg {
        background-image: none !important;
    }

	.hero-2 .th-hero-bg::before {
	background: linear-gradient(to right, var(--theme-color), 100%, transparent);
	}

	.hero-style5 .hero-text {
	font-size: 13px;
	}

	 .th-btn {
	width: 100%;
	text-align: center;
}

img.reverenz {
	max-width: 110px;
	text-align: center;
	margin: -15px auto;
	position: absolute;
	bottom: 0%;
	transform: translate(-50%, -50%);
	left: 50%;
}

    .mobile-image-container img {
	max-width: 70%;
	height: auto;
}

   .mobile-image-container {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	opacity: 0.7;
	padding: 0 20px;
}

.price-card_top_2 {
	background-color: var(--title-color);
	padding: 10px 0px;
	min-height: 65px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}
.price-card_title {
	font-size: 20px;
	margin-top: -0.3em;
	margin-bottom: 4px;
	color: var(--white-color);
	padding: 0 var(--space-x);
	position: relative;
	z-index: 3;
	text-align: center;
}

.price-card_setupfee {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.price-card_content {
	padding: 2px 10px;
	flex-grow: 1;
}
.ft-mobile {
	font-size: 15px;
	line-height: 13px;
	justify-content: center;
}

.widget-container {
	max-width: 500px;
	border-radius: 10px;
}


.bottom-price {
	background: var(--theme-color);
	padding: 10px;
	margin-bottom: 0;
}


}

/* ============================================================= */
/* 3. Anpassung für große Smartphones (bis 767px Breite)       */
/* Wird aktiv, wenn der Bildschirm 767px oder schmaler ist.    */
/* ============================================================= */
@media (max-width: 767px) {

	  .mobile_hero {
      	padding: 120px 0px 0px 0px;
      }
			.hero-style5 {
			position: relative;
			max-width: 650px;
			padding: 100px 0 80px 0;
			z-index: 9;
		}

	 .th-hero-bg {
        background-image: none !important;
    }

	.hero-2 .th-hero-bg::before {
	background: linear-gradient(to right, var(--theme-color), 100%, transparent);
	}

	.hero-style5 .hero-text {
	font-size: 13px;
	}

 .price-card_top_2 {
	background-color: var(--title-color);
	padding: 10px 0px;
	min-height: 65px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}
.price-card_title {
	font-size: 20px;
	margin-top: -0.3em;
	margin-bottom: 4px;
	color: var(--white-color);
	padding: 0 var(--space-x);
	position: relative;
	z-index: 3;
	text-align: center;
}

.price-card_setupfee {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.price-card_content {
	padding: 2px 10px;
	flex-grow: 1;
}

 .th-btn {
	width: 100%;
	text-align: center;
}

img.reverenz {
	max-width: 110px;
	text-align: center;
	margin: -15px auto;
	position: absolute;
	bottom: 0%;
	transform: translate(-50%, -50%);
	left: 50%;
}

 .label-container {
        /* Ändert die Ausrichtung auf vertikal (untereinander) */
        flex-direction: column;
        justify-content: center; /* Zentriert die Elemente auf der vertikalen Achse */
        text-align: center;      /* Zentriert den Text und den Button-Inhalt */
    }

    .label-text {
       margin-bottom: 10px; /* Kleiner Abstand zwischen Text und Button */
    }

   .mobile-image-container {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	opacity: 0.7;
	padding: 0 20px;
}

    .mobile-image-container img {
	max-width: 70%;
	height: auto;
}

section.label {
	background-color:var(--theme-color);
 
}

.label-small {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}

.ft-mobile {
	font-size: 15px;
	line-height: 13px;
	justify-content: center;
}

.widget-container {
	max-width: 350px;
	border-radius: 10px;
}


.bottom-price {
	background: var(--theme-color);
	padding: 10px;
	margin-bottom: 0;
}

}



/* ============================================================= */
/* 4. Anpassung für kleine Smartphones (bis 575px Breite)       */
/* Wird aktiv, wenn der Bildschirm 575px oder schmaler ist.    */
/* ============================================================= */
@media (max-width: 575px) {
        .mobile_hero {
      	padding: 120px 0px 0px 0px;
      }
			.hero-style5 {
			position: relative;
			max-width: 650px;
			padding: 100px 0 80px 0;
			z-index: 9;
		}

	 .th-hero-bg {
        background-image: none !important;
    }

	.hero-2 .th-hero-bg::before {
	background: linear-gradient(to right, var(--theme-color), 100%, transparent);
	}

	.hero-style5 .hero-text {
	font-size: 13px;
	}

.hero-style5 .hero-title {
	font-size: 50px;
	line-height: 54px;
}

.price-card_top_2 {
	background-color: var(--title-color);
	padding: 10px 0px;
	min-height: 65px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}
.price-card_title {
	font-size: 20px;
	margin-top: -0.3em;
	margin-bottom: 4px;
	color: var(--white-color);
	padding: 0 var(--space-x);
	position: relative;
	z-index: 3;
	text-align: center;
}

.price-card_setupfee {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.price-card_content {
	padding: 2px 10px;
	flex-grow: 1;
}

img.reverenz {
	max-width: 110px;
	text-align: center;
	margin: -15px auto;
	position: absolute;
	bottom: 0%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.header-layout4 .menu-area {
	background: none;
	-webkit-backdrop-filter: blur(7.5px);
	backdrop-filter: blur(7.5px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.36);
	padding: 5px;
}

.th-btn {
        width: 100%;
        text-align: center;
    }

.hero-style5 .sub-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	letter-spacing: -0.4px;
	margin-bottom: 0px;
}

      .project-box4 {
        	position: relative;
        	--space: 40px;
        	border-radius: 35px;
        	margin-bottom: 0px;
        	overflow: hidden;
        	margin: 20px;
        }

        .project-box4 .project-tags a {
        	font-size: 14px;
        	font-weight: 500;
        	letter-spacing: -0.28px;
        	background-color: var(--white-color);
        	color: var(--title-color);
        	border-radius: 100px;
        	padding: 4px 20px;
        	-webkit-transition: all 0.4s ease-in-out;
        	transition: all 0.4s ease-in-out;
        	width: 100%;
        	display: block;
        	margin: 5px 0;
        }

        .project-box4 .project-tags {
      	display: -webkit-box;
      	display: -webkit-flex;
      	display: -ms-flexbox;
      	display: block;
      	gap: 5px;
      }

.label-small {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	border-radius: 50%;
	width: auto;
	height: auto;
	display: inline-block;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.label-text {
	font-size: 1.2rem;
	font-weight: 200;
	flex-grow: 1;
	display: block;
	align-items: center;
	color: #fff;
	justify-content: center;
}

.mbo{
	margin-bottom: 20px;
}

.service-item {
	border-radius: 30px;
	border: 1px solid var(--theme-color);
	padding: 20px 20px;
	background: -webkit-linear-gradient(top, #FFF 77.78%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #FFF 77.78%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.process-card {
	position: relative;
	box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
	border-radius: 10px;
	background-color: var(--white-color);
	text-align: center;
	padding: 30px 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}

.process-card-wrap {
	padding: 0 15px !important;
}
span.duration {
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
	margin-bottom: 0;
	position: relative;
	top: -1px;
	left: -4px;
}

.price-card_title {
	font-size: 30px;
	margin-top: -0.3em;
	margin-bottom: 4px;
	color: var(--white-color);
	padding: 0 var(--space-x);
	position: relative;
	z-index: 3;
}

.price-card {
	--space-x: 15px;
	--space-y: 15px;
}

.price-card_top_2 {
	background-color: var(--title-color);
	padding: 10px 0px;
	min-height: 65px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}
.price-card_title {
	font-size: 20px;
	margin-top: -0.3em;
	margin-bottom: 4px;
	color: var(--white-color);
	padding: 0 var(--space-x);
	position: relative;
	z-index: 3;
	text-align: center;
}

.price-card_setupfee {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
}
.price-card_content {
	padding: 2px 10px;
	flex-grow: 1;
}
.ft-mobile {
	font-size: 13px;
	line-height: 13px;
	justify-content: center;
}

.testi-box {
 
	margin-top: 0px;
	 
}

.title-area .sec-title {
	margin-bottom: 15px;
}

.testi-box_review {
	 
	position: static;
	 
}

.widget-container {
	max-width: 100%;
	border-radius: 10px;
}


.bottom-price {
	background: var(--theme-color);
	padding: 10px;
	margin-bottom: 0;
}

}
