/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 120px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-logo {
  height: 40px;
  width: auto;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Navbar */
.navbar-custom {
  background: linear-gradient(135deg, #1a3c6e 0%, #1b6ec2 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.navbar-custom .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.12);
}

.navbar-custom .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.4);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: normal;
  background-color: #f8f9fa;
}

.container {
  max-width: 1200px;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 40px 0;
}

.logo {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
}

.text-muted {
  color: #6c757d;
}

.text-center {
  text-align: center;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* Feature Boxes */
.feature-box {
  padding: 25px;
  height: 100%;
  border-left: 4px solid #1b6ec2;
  background: #f8f9fa;
  transition: transform 0.2s, box-shadow 0.2s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-box h3 {
  color: #1b6ec2;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.feature-box p {
  margin: 0;
  line-height: 1.6;
}

/* Price Box */
.price-card {
  border: 2px solid #1b6ec2;
  border-radius: 12px;
  overflow: hidden;
}

.price-card-header {
  background: linear-gradient(135deg, #1b6ec2 0%, #4a9de8 100%);
}

.price-card .price-card-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

.price-tag {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 20px;
}

.price-amount {
  color: #1a3c6e;
  font-weight: 300;
}

.features-list ul {
  font-size: 1.1rem;
}

.features-list li {
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #222;
}

.features-list li:last-child {
  border-bottom: none;
}

.cta-primary {
  background: linear-gradient(135deg, #1b6ec2 0%, #4a9de8 100%);
  border-radius: 8px;
}

/* Step Boxes */
.step-box {
  padding: 20px;
}

.step-box h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-number {
  color: #1b6ec2;
}

.step-box h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* FAQ Box */
.faq-box {
  max-width: 800px;
  margin: 0 auto;
}

.faq-box h5 {
  font-weight: bold;
  color: #333;
}

.faq-box p {
  color: #666;
  line-height: 1.6;
}

/* Kontakt Info Box */
.kontakt-info-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid #e5e5e5;
}

.kontakt-info-box h5 {
  color: #1a3c6e;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Team Cards */
.team-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.team-initials {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3c6e 0%, #1b6ec2 100%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.team-card h5 {
  margin-bottom: 0;
  color: #1a3c6e;
  font-weight: 600;
}

/* CTA Box */
.cta-box {
  border-radius: 8px;
}

.cta-box h2 {
  margin-bottom: 15px;
}

.btn-lg {
  padding: 12px 40px;
  font-size: 1.1rem;
}

/* Content Sections */
.content-section {
  padding: 40px 0;
}

.content-section h1 {
  margin-bottom: 30px;
  color: #1b6ec2;
}

.content-section h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #333;
}

/* Homepage Hero */
.hero-section {
  background: linear-gradient(135deg, #eef4fc 0%, #ddeaf8 100%);
  border-radius: 12px;
  padding: 60px 40px;
  margin-bottom: 20px;
  text-align: center;
}

.hero-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.hero-headline {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a3c6e;
  margin-bottom: 1rem;
}

.hero-sub {
  font-size: 1.2rem;
  color: #444;
  max-width: 620px;
  margin: 0 auto 1.5rem;
}

.hero-tagline {
  font-size: 1rem;
  letter-spacing: 0.03em;
}

/* Benefit Cards */
.benefit-card {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.benefit-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1b6ec2;
  margin-bottom: 10px;
}

/* "Von Handwerkern" Section */
.handwerker-section {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 40px;
}

.quote-box {
  background: #fff;
  border-left: 4px solid #1b6ec2;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.quote-text {
  font-style: italic;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.quote-author {
  color: #1b6ec2;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Feature Preview Grid */
.feature-preview-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.feature-preview-item:hover {
  border-color: #1b6ec2;
  box-shadow: 0 2px 8px rgba(27, 110, 194, 0.1);
}

.fp-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

/* Feature Category Sections (Features Page) */
.feature-category {
  border-top: 2px solid #e9eef5;
  padding-top: 40px;
}

.feature-category-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.category-icon {
  font-size: 2.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.feature-category-header h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a3c6e;
  margin-bottom: 4px;
  margin-top: 0;
}

.feature-category-header p {
  color: #666;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .logo {
    max-width: 90%;
  }

  body {
    margin-bottom: 150px;
  }

  .hero-section {
    padding: 40px 20px;
  }

  .hero-headline {
    font-size: 1.8rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .handwerker-section {
    padding: 25px;
  }

  .feature-category-header {
    flex-direction: column;
    gap: 10px;
  }
}
