.elementor-142 .elementor-element.elementor-element-ed4de27{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ed4de27 *//* --- BASIS-DESIGN --- */
:root {
  --osna-blue: #0A58CA; 
  --bg-color: #FAFAFC; 
  --text-dark: #1A1A1A;
}

.osna-premium-page {
  background-color: var(--bg-color);
  font-family: sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

.text-blue {
  color: var(--osna-blue);
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* --- HERO SECTION --- */
.server-section {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.server-text {
  text-align: center;
  max-width: 800px;
  z-index: 10;
  position: relative;
}

.osna-headline {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.osna-subheadline {
  font-size: 20px;
  color: #555;
}

.server-image {
  position: absolute;
  width: 400px;
  z-index: 1;
  opacity: 0.1;
}

/* --- FEATURES SECTION --- */
.features-section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.features-wrapper {
  display: flex;
  gap: 30px;
}

.custom-box {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.04);
  flex: 1;
  border-top: 4px solid transparent;
  transition: all 0.3s ease;
}

.custom-box:hover {
  border-top: 4px solid var(--osna-blue);
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.box-icon {
  font-size: 32px;
  margin-bottom: 20px;
}

.custom-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

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

/* --- KONTAKT SECTION --- */
.contact-section {
  padding: 80px 20px 120px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.contact-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.04);
  flex: 1;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
}

.border-blue {
  border: 2px solid var(--osna-blue);
}

.badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--osna-blue);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.contact-link, 
.contact-link:visited, 
.contact-link:hover, 
.contact-link:active {
  display: inline-block;
  margin-top: 20px;
  color: var(--osna-blue) !important;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.contact-link:hover {
  opacity: 0.7; /* Macht den Link beim Drüberfahren nur leicht blasser, statt orange */
}/* End custom CSS */
/* Start custom CSS *//* Startposition für die Animation */
.fade-up-title, .fade-up-card {
  opacity: 0;
  transform: translateY(40px);
}/* End custom CSS */