:root {
  --primary: #153450;
  --shadow: 0 8px 30px rgba(0, 0, 0, .08);
  --bs-primary: #153450;
  --bs-primary-rgb: 21, 52, 80;
}

body {
  scroll-behavior: smooth;
  color: #0d1b2a;
  min-width: 300px;
}

.navbar.bg-primary {
  background-color: #153450 !important;
}

.navbar-brand {
  font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.navbar-brand:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.bg-gradient {
  background: linear-gradient(135deg, #153450 0%, rgb(10.396039604, 25.7425742574, 39.603960396) 100%);
}

/* All links */
a {
  color: #153450;
  text-decoration: none; /* optional: remove underline */
  transition: color 0.2s;
}

/* Hover effect */
a:hover,
a:focus {
  color: #0d1b2a; /* slightly darker shade for hover */
  text-decoration: underline; /* optional */
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
}

h2 {
  color: #153450;
}

.section-space {
  padding: 5rem 0;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.interest-pill {
  background: rgba(21, 52, 80, 0.08);
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #153450;
  font-size: 0.9rem;
}

.shadow-soft {
  box-shadow: var(--shadow);
}

.card-hover {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.tiny {
  font-size: x-small;
}
.tiny a {
  color: var(--bs-secondary-color);
}

.profile-image {
  max-height: 340px;
  max-width: 340px;
}

.pub {
  padding: 1rem 1.2rem;
}

.pub-title {
  font-weight: 600;
  color: #0d1b2a;
}
.pub-title a {
  color: #0d1b2a;
}
.pub-title a:hover {
  color: #0d1b2a;
  text-decoration: underline;
}

.pub-meta {
  font-size: 0.95rem;
}

.pub-links a {
  text-decoration: none;
}

.project-card {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: white;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
  color: #153450;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
  min-width: 150px;
}
.icon-link:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
  text-decoration: none;
}
.icon-link i {
  font-size: 1.2rem;
}

#conference-list div {
  line-height: 1.4;
}

.impressum h2 {
  margin-top: 3rem;
}
.impressum h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
}

/*# sourceMappingURL=main.css.map */
