@charset "UTF-8";
:root {
  --sonsor-bg: #e1e1e1;
  --sonsor-card-bg: #b0b1b5;
  --sonsor-card-border: rgba(255, 255, 255, 0.05);
  --sonsor-orange: #e02d00;
  --sonsor-purple: #c2bffd;
  --sonsor-blue: #429ad7;
  --sonsor-text-white: #fff;
  --sonsor-text-main: #000;
  --sonsor-text-gray: #000;
  --sonsor-radius-lg: 24px;
  --sonsor-radius-xl: 32px;
  --sonsor-font: "DM Sans", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--sonsor-bg);
}

.page {
	background: var(--sonsor-bg);
	max-width: none;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--sonsor-font);
}

h1,
h2,
h3, 
h4 {
  font-family: var(--sonsor-font);
  color: var(--sonsor-text-main) !important;
  line-height: 1.1;
}

p {
	color: var(--sonsor-text-main);
}

a {
	color: var(--sonsor-orange);
}


input, textarea, fieldset {
    border-radius: 15px;
}

fieldset {
  padding: 20px;
}

.submit:hover, .submit:focus {
  text-decoration: underline;
  background: var(--sonsor-orange);
}

.submit {
    text-transform: none;
    font-size: 1.5em;
    font-weight: normal;
    background-color: var(--sonsor-orange);
    padding: 5px 29px;
}

.header-navigation.is-fixed {
	background: none !important;
}

.header-bg {
	background-image: url(../../../files/sonsor/img/großvermieter_headerbild_1.0.png);
	background-size: cover;
	background-position: bottom;
	padding: 175px 0;
}

.bg-card {
	background: var(--sonsor-card-bg);
}

.centered-wrapper-inner {
	max-width: 1500px;
}

.sns-wrapper {
  background-color: var(--sonsor-bg);
  color: var(--sonsor-text-white);
  font-family: var(--sonsor-font);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.sns-wrapper * {
  box-sizing: border-box;
}

.sns-container {
  margin: 0 auto;
  padding: 0 20px;
}

/* --- TYPOGRAPHY --- */
.sns-h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px !important;
  margin-top: 20px !important;
}

.sns-h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  margin-bottom: 20px;
}

.sns-h3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

.sns-text-lg {
  font-size: 1.15rem;
  color: var(--sonsor-text-gray);
  line-height: 1.6;
}

.sns-gradient-text {
  background: linear-gradient(90deg, var(--sonsor-orange), var(--sonsor-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sns-text-orange {
  color: var(--sonsor-orange);
}
.sns-text-purple {
  color: var(--sonsor-purple);
}

/* --- COMPONENTS --- */
.sns-btn, .button, button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s,
    opacity 0.2s;
  font-size: 1rem;
}

.sns-btn-primary {
  background-color: var(--sonsor-orange);
  color: white;
  box-shadow: 0 10px 25px rgba(224, 45, 0, 0.3);
  flex: 1;
}

.sns-btn-secondary {
  background-color: #7e7f80;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
   flex: 1;
}

.sns-btn:hover, .button:hover, button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.sns-card {
 background: var(--sonsor-card-bg);
 box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 backdrop-filter: blur(2.5px);
 -webkit-backdrop-filter: blur(2.5px);
	border: 1px solid #e02d009c;
  border-radius: var(--sonsor-radius-lg);
  padding: 30px;
  transition: border-color 0.3s;
}

.sns-card:hover {
  border-color: rgba(194, 191, 253, 0.3);
}

/* --- NAVIGATION --- */
.sns-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(28, 28, 28, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 15px 0;
}

.sns-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sns-logo {
  font-size: 1.5rem;
  font-weight: 900;
}

.sns-nav-links {
  display: flex;
  gap: 30px;
}

.sns-nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.sns-nav-links a:hover {
  color: var(--sonsor-orange);
}
.sns-nav-btn {
  background: var(--sonsor-orange);
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: bold;
}

/* --- HERO --- */
.sns-hero {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.badge {
  display: inline-block;
  background: rgba(194, 191, 253, 0.1);
  color: var(--sonsor-purple);
  border: 1px solid rgba(194, 191, 253, 0.3);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.sns-dashboard-mockup {
  background: var(--sonsor-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  transform: rotate(2deg);
  position: relative;
}

.sns-dashboard-mockup img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.sns-alert-box {
  position: absolute;
  top: 40px;
  left: -40px;
  background: rgba(225, 225, 225, 0.75);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border: 1px solid rgba(225, 225, 225, 0.5);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-width: 220px;
  z-index: 2;
}

@keyframes pulse-glow {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.02);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.195);
  }
}

@-webkit-keyframes pulse-glow {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.195);
  }
}

.alert-dot {
	width: 10px;
	height: 10px;
	background: red;
	border-radius: 50%;
	animation: pulse-glow 2s infinite;
  -webkit-animation: pulse-glow 2s infinite;
}

/* --- CHALLENGES --- */
.sns-section {
  padding: 75px 0;
}

.sns-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.sns-icon-box {
  width: 60px;
  height: 60px;
  background: rgba(224, 45, 0, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--sonsor-orange);
  margin-bottom: 20px;
}

/* --- PORTAL & API --- */
.sns-split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.sns-feature-row {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.sns-feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #e02d001f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sonsor-orange);
}

.sns-code-block {
  background: #0f0f0f;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  color: #a0a0a0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.sns-code-dots {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.sns-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* --- SCALING & PLAN --- */
.sns-floorplan-box {
  aspect-ratio: 1/1;
  background: var(--sonsor-bg);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.sns-floorplan-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.3;
  background-image: url(../../../files/ellio/Bilder_new/Bilder/grundriss.webp);
}

.sns-hotspot {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sns-hotspot-dot {
  width: 24px;
  height: 24px;
  background: var(--sonsor-orange);
  border: 3px solid var(--sonsor-bg);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(224, 45, 0, 0.3);
}

.sns-hotspot-purple .sns-hotspot-dot {
  background: var(--sonsor-purple);
  box-shadow: 0 0 0 4px rgba(194, 191, 253, 0.3);
}

.sns-hotspot-label {
  background: var(--sonsor-bg);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 8px;
}

/* --- PRICING --- */
.pricing {
  padding: 50px 0;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.price-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid #eee;
  display: flex;
  transition: transform 0.3s;
  flex-direction: column;
}
.price-card.unlimited {
  background: #000; 
  color: white;
}
.price-card:hover, .price-card:focus-within {
  border: 2px solid var(--sonsor-blue);
  transform: scale(1.05);
  z-index: 2;
}
.price-card.unlimited:hover, .price-card:focus-within {
  border-color: var(--sonsor-orange);
}
.price-card h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.price-card.unlimited h4 {
	color: var(--sonsor-orange) !important;
}
.price-val {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  margin-top: 0 !important;
  /*margin-bottom: 20px;*/
}
.price-val-undertext {
  font-size: 0.8em;
  color: var(--text-muted);
}
.price-card ul {
  list-style: none;
  flex-grow: 1;
  margin-bottom: 30px;
}
.price-card li {
  margin-bottom: 12px;
  font-size: 0.9rem;
}
.price-features {
  padding-left: 0 !important;
  margin-top: 15px;
}

.price-features li {
  font-size: 0.9rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
}
.price-features.white-color li {
  color: #fff;
}

.price-features.white-color li .p-check {
  color: var(--sonsor-orange);
}
.p-check {
  color: var(--sonsor-blue);
  font-weight: bold;
}
.price-btn {
  padding: 14px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid var(--sonsor-orange);
  color: var(--primary);
  transition: 0.3s;
}
.price-btn:hover, .price-btn:focus {
  background: var(--sonsor-orange);
  box-shadow: 0 10px 20px rgba(0, 104, 116, 0.3);
  color: #fff !important;
}
.price-btn.dark {
  border-color: white; 
  color: white;
}
.price-btn.dark:hover, .price-btn.dark:focus {
  color: #000 !important;
  background: var(--sonsor-blue);
  box-shadow: 0 10px 20px rgba(151, 240, 255, 0.3);
  border-color: var(--sonsor-blue);
}

/* --- FAQ --- */
details {
  background: var(--sonsor-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  margin-bottom: 15px;
  overflow: hidden;
}

summary {
  padding: 25px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary i {
  color: var(--sonsor-purple);
  transition: transform 0.3s;
}
details[open] summary i {
  transform: rotate(180deg);
}

.sns-faq-content {
  padding: 0 25px 25px 25px;
  color: var(--sonsor-text-gray);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: -10px;
  padding-top: 20px;
}

/* --- FOOTER / FORM --- */
.sns-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 700px;
  margin: 30px auto 0;
}

.sns-input {
  width: 100%;
  padding: 16px;
  background: var(--sonsor-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  font-family: inherit;
  font-size: 1rem;
}

.sns-input:focus {
  outline: none;
  border-color: var(--sonsor-purple);
}

.sns-full-width {
  grid-column: 1 / -1;
}

/* --- FOOTER --- */
footer {
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 50px 0 40px;
  text-align: center;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
  text-align: left;
}

.footer-link {
  color: #fff !important;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--sonsor-blue) !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
	.header-bg {
		padding: 50px 0;
	}
  .hero-grid,
  .sns-split-grid,
  .sns-grid-3 {
    grid-template-columns: 1fr;
  }
  
  .sns-grid-3 {
  	gap: 10px;
  }

  .sns-nav-links {
    display: none;
  } /* Mobile Menu not implemented for simplicity */

  .sns-dashboard-mockup {
    transform: none;
    margin-top: 40px;
  }
  .sns-alert-box {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .sns-btn-primary, .sns-btn-secondary {
  	flex: none;
  }
  .sns-btn-secondary {
    margin-left: 0;
    margin-top: 15px;
    display: inline-flex;
    width: 100%;
  }
  .sns-btn {
    width: 100%;
  }
  .sns-form-grid {
    grid-template-columns: 1fr;
  }
}


/*
###########################################################################
~~ Responsives
###########################################################################
*/
.show_mobile {
  display: none !important;
}
.show_tablet {
  display: none !important;
}
@media (max-width: 900px) {
  .tablet_flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tablet_text-center {
    text-align: center;
  }
  .sns-section {
  	padding: 50px 0;
  }
}
@media (max-width: 850px) {
  .hide_tablet {
    display: none !important;
  }
  .show_tablet {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .hide_mobile {
    display: none !important;
  }
  .show_mobile,
  .show_mobile_only {
    display: block !important;
  }

  .mobile_flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile_text-center {
    text-align: center;
  }
}

.p-absolute {
	position: absolute;
}

.p-rel {
	position: relative;
}

.inset-0 {
	inset: 0 0 0 0;
}

.translate-up-100 {
  translate: 0% -100%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-250 {
  width: 250px;
}
.max-width-500 {
  max-width: 500px;
}
.p-lr-5 {
  padding-left: 5%;
  padding-right: 5%;
}
.p-lr-10 {
  padding-left: 10%;
  padding-right: 10%;
}
.p-lr-20 {
  padding-left: 20%;
  padding-right: 20%;
}
.p-t-5 {
  padding-top: 5%;
}
.p-t-300p {
  padding-top: 300px !important;
}
.p-r-20p {
  padding-right: 20px;
}
.p-b-5 {
  padding-bottom: 5%;
}
.p-b-200p {
  padding-bottom: 200px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5% !important;
}
.m-b-10 {
  margin-bottom: 10%;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5% !important;
}
.m-t-10 {
  margin-top: 10%;
}
.m-t-30p {
  margin-top: 30px !important;
}
.m-t-320-imp {
  margin-top: 260px !important;
}
@media (max-width: 600px) {
  .m-t-320-imp {
    margin-top: 150px !important;
  }
}
.m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-lr-10 {
  margin-left: 10%;
  margin-right: 10%;
}
.m-lr-5 {
  margin-left: 5%;
  margin-right: 5%;
}
@media (max-width: 1400px) {
  .height_350_xxl {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .m-lr-sm-5 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-lr-sm-15 {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-tb-sm-5 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .m-tb-sm-15 {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .p-lr-sm-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-lr-sm-15 {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-tb-sm-5 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-tb-sm-15 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .p-lr-20 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  .w-md-35 {
    width: 35%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-650px {
    max-width: 650px;
  }
  .w-md-550px {
    max-width: 550px;
  }
  .w-md-415px {
    width: 415px;
  }
  .m-lr-md-5 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-lr-md-10 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .m-lr-md-15 {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-lr-md-35 {
    margin-left: 35%;
    margin-right: 35%;
  }
  .m-tb-md-5 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .m-tb-md-15 {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .p-lr-md-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-lr-md-10 {
    padding-left: 10%;
    padding-right: 10%;
  }
  .p-lr-md-15 {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-lr-md-25 {
    padding-left: 25%;
    padding-right: 25%;
  }
  .p-lr-md-30 {
    padding-left: 30%;
    padding-right: 30%;
  }
  .p-lr-md-35 {
    padding-left: 35%;
    padding-right: 35%;
  }
  .p-lr-md-40 {
    padding-left: 38%;
    padding-right: 38%;
  }
  .p-tb-md-5 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-tb-md-15 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
@media (min-width: 992px) {
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .m-lr-lg-5 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-lr-lg-15 {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-tb-lg-5 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .m-tb-lg-15 {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .p-lr-lg-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-lr-lg-15 {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-tb-lg-5 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-tb-lg-15 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
@media (max-width: 1250px) {
  .p-lr-10 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-lr-20 {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 1400px) {
  .w-xxl-35 {
    width: 35%;
  }
  .w-xxl-75 {
    width: 75%;
  }
  .m-lr-xxl-5 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .m-lr-xxl-15 {
    margin-left: 15%;
    margin-right: 15%;
  }
  .m-tb-xxl-5 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .m-tb-xxl-15 {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  .p-l-xxl-10 {
    padding-left: 10%;
  }
  .p-lr-xxl-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .p-lr-xxl-15 {
    padding-left: 15%;
    padding-right: 15%;
  }
  .p-tb-xxl-5 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .p-tb-xxl-15 {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
/*# sourceMappingURL=custom.css.map */
