.dropmenu ul li a {
  
  text-transform: uppercase;
  font-family: "D-DIN Exp";
  color: black !important;
}

.btn.btn-primary {
text-transform: uppercase;
  font-family: "D-DIN Exp";
}

/* Fix the  */
.hero .pulse {
  color: black;
  
}


.bg-gray {
background-image: url("sandpaper_backup.png") !important;
}

/* Make Font size bigger */
body {
font-size: 1.0rem;
color: #000;
background-image: url("sandpaper_light.png") !important;
}


/* Change the titles to D-DIN, according to HU manual*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "D-DIN Exp", -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
  margin-top:2rem;
  color:#3a414e
}
      
      
.overlay {
background:  #fff;
}

#header {
  font-size: .9rem;

  height: 6rem;
  background: #f8f7f6;
  background-image: url("sandpaper_backup.png") !important;
}

#header .navbar-section {
  height: 6rem;
}

#header .logo img, #header .logo svg {
  display: inherit;
  height: 4.5rem;
}


body.header-fixed.header-animated #header.scrolled .navbar-section {
  height: 4rem;
}
body.header-fixed.header-animated #header.scrolled .logo img, body.header-fixed.header-animated #header.scrolled .logo svg {
  height: 3.5rem;
}
body.header-fixed.header-animated #header.scrolled {
  height: 4rem;
}

/* because of accessibility, contrast increased*/
.modular-features .feature-content {
  color: #000;
}



.hero .btn-primary {
    /* Colors - High contrast for visibility on dark overlay */
    background-color: #e5007c !important; /* Bright Pink - HU accent color */
    border: 2px solid #e5007c !important;
    color: #ffffff !important;
    
    /* Size - Large and prominent */
    padding: 16px 32px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    
    /* Shape - Modern rounded */
    border-radius: 8px !important;
    
    /* Effects - Subtle shadow for depth */
    box-shadow: 0 4px 14px 0 rgba(229, 0, 124, 0.39) !important;
    
    /* TEXT ALIGNMENT FIXES - ADD THESE */
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    
    /* Interaction */
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.hero .btn-primary:hover {
    background-color: #c10065 !important;
    border-color: #c10065 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px 0 rgba(229, 0, 124, 0.5) !important;
}



/* Text lesbarer machen auf hero bild */
.hero.text-light h2 {
  
  font-family: 'D-DIN', sans-serif;
  color: #00376c;
  font-weight: bold;
  
    -webkit-text-stroke: 2px rgba(255,255,255,0.4);
  text-stroke: 1px rgba(255,255,255,0.8); /* fallback for other browsers */
}
.hero.text-light h1 {
  font-family: 'D-DIN Exp', sans-serif;
  color: #00376c;
  font-weight: bold;
      -webkit-text-stroke: 3px rgba(255,255,255,0.3);
  text-stroke: 1px rgba(255,255,255,0.8); /* fallback for other browsers */
  
}

/* Make text readable with a slight white fog in the background */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(255,255,255,0.92) 0%,
    rgba(255,255,255,0.0) 92%
  );
  pointer-events: none;
  
  z-index: ;  
}

.hero .container {
  
  z-index: 1;  /* above glow */
}
  
/* For the display of features with images instead of icons */

/* Standard für col-3 col-md-4 col-sm-6 (4 Spalten Layout) */
.modular-features .column.col-3 .feature-icon img.feature-logo {
        max-width: 160px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    position: relative;
    top: auto;
    left: auto;
    display: inherit;
    margin: 0 auto 1rem;
    transform: none;
}

/* Nur für col-4 col-md-6 col-sm-12 (3 Spalten Layout) */
.modular-features .column.col-4 .feature-icon img.feature-logo {
    max-width: 180px !important;
    max-height: 120px !important;
    width: auto !important;
    height: auto !important;
    

    display: block;
}


/* Nur für col-4 col-md-6 col-sm-12 (3 Spalten Layout) */
.modular-features .column.col-4 .feature-icon img.feature-logo {
    max-width: 180px !important;
    max-height: 120px !important;
    width: auto !important;
    height: auto !important;
    order: 1 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin-bottom: 1rem !important;
    
}

.modular-features .feature-icon {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding: 1.5rem 1rem !important;
    
    
}

/* Text at bottom with 3 columns */
.modular-features .column.col-4 .feature-icon h6 {
    order: 2 !important;
    margin-bottom: 1rem;
  
}



/* Custom tiny text class for EU disclaimer in footer*/
.text-tiny {
    font-size: 0.8rem;
    line-height: 1.4;
}

#footer {
  text-align: left; 
  color: #3c3c3c;

}

#footer .col-12{
  text-align: center; 
}

hr {
  
  opacity: 0.3;
}

iframe[src*="h5p_embed"] {
    width: 100% !important;
    height: 900px !important;
}

