.hero-bg-img {
  /*
  background-color: rgba(0,0,0,.35);
  
  */
  background-blend-mode: lighten;   // Alternativ: overlay, darken, lighten
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


article p {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 8px;
    margin: 0px;
}



.badge-wienerlinien {
    --h: 24px;               /* Höhe */
    --bg: #2d74b8;           /* Hintergrundfarbe (Blau) */
    --fg: #ffffff;           /* Schriftfarbe */
    --radius: 3px;           /* Eckenradius */

    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: var(--h);
    padding: 0 3px;
    min-width: calc(var(--h) * 1);

    color: var(--fg);
    background: var(--bg);
    border-radius: var(--radius);
    box-shadow: 0 1px 0 rgba(0,0,0,.08);

    font: 500 14px/1 system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", sans-serif;
    letter-spacing: .3px;
    text-transform: uppercase;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.badge--u2 { --bg: #935e98; }
.badge--u4 { --bg: #319f49; }
.badge--d { --bg: #d3312c; }



@media (max-width: 768px) {
  .logo-container {
    width: 100% !important;
  }

  nav.main .row, 
  nav.main .col,
  div.suche .row,
  div.suche .col,
  div.suche .col-3 {
    display: block;
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #pfm-results {
    margin-top: 25px;
    width: 100%;
  }
  #pfm-results div {
    margin: 0px !important;

  }

}








select:disabled {
  background-color: #0b101f !important; /* Bootstrap's default */
  border-color: #000;
  color: var(--bs-secondary-color);
  cursor: not-allowed;
  opacity: 1; /* override Bootstrap’s reduced opacity */
}

.thumb{ aspect-ratio: 3/4; }              /* oder feste Höhe */
.object-cover{ object-fit: cover; }       /* füllt den Rahmen schön */
.zoom-img{ transition: transform .4s ease; will-change: transform; }
.thumb:hover .zoom-img{ transform: scale(1.1); }

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-btn {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 8px 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s;
}

.icon-btn:hover {
    background: rgba(255, 87, 51, 0.8);
    color: #fff;
}



/* Hover-Effekt */
.btn-group .btn:hover {
    background-color: #FF5733;
    filter: brightness(1.15); /* etwas heller */
    color: #fff;
}

#map {
    height: 400px;
}

.text-muted a {
    color: var(--bs-secondary-color);
}

h2 a {
    color: var(--bs-heading-color);
} 

.div_highlight {
    background-color: #1d3557; 
    overflow:visible;
}

.fixed-height-img {
    height: 300px;
    object-fit: cover; /* or contain, depending on your goal */
    width: 100%;
  }

.text-small {
    font-size: 12px;
}

a.button-text-white {
    color: #fff;
    text-decoration: underline;
}
a.button-text-white:hover {
    color: #fff !important;
    text-decoration: underline;
}

a.text-white {
    color: #fff;
    text-decoration: underline;
}
a.text-white:hover {
    color: #FF5733 !important;
    text-decoration: underline;
}
.no-underline {
  text-decoration: none !important;
}
.card-gradient {
    background: linear-gradient(180deg, #1A1A2E, #1d3557);
    color: white;
}


.simple-badge {
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  background: linear-gradient(#FF5733 0%, #8F0808 100%);

}

nav.main,
nav.main ul,
nav.main ul li {
    z-index: 1001 !important;
    position: relative;
    backdrop-filter: none;
    opacity: 1;
}

nav.main .container-title {
    color: #fff;
    background: #0b101f;
    background-image: repeating-linear-gradient(45deg, #363636 0, #363636 0.5px, transparent 0, transparent 50%);
    background-size: 5px 5px;
    background-color: #0b101f;
    padding: 10px;
    font-family: Oswald;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px dotted #555;
    min-width: 150px;
}

nav.main ul {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px;

}


nav.main li {
    font-size: 15px;
    border: 1px dotted #555;
    padding: 0px;
    background-color: #0b101f;
    margin-top: 3px;
}

nav.main li a {
  display: block;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box; /* ← Wichtig! */
  color: #fff;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 300;
  /* white-space: nowrap; */
}

.white-space-nowrap {
    white-space: nowrap;
}

nav.main .d-flex > ul {
  flex: 1;               /* makes both columns take equal width */
  min-width: 0;          /* prevents overflow issues */
}

nav.main li a:hover {
  /* background-color: #FF5733; */
  color: #fff;
}

nav.main li {
    font-size: 15px;
    border: 1px dotted #555;
}

.badge-header {
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: bold;
font-size: 15px;
white-space: nowrap;


}
.badge-text {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;

}


.btn-diagonal {
  position: relative;
  overflow: hidden;
  color: white;
  border: none;
  z-index: 1;
}

/* Create the diagonal overlay */
.btn-diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, transparent 30%, #ff5722 0%);
  /*transition: left 0.1s ease-in-out;*/
  z-index: -1;
}

/* Slide overlay into view on hover */
.btn-diagonal:hover::before {
    left: 0;
    transition: left 0.3s ease-in-out 0.1s; /* slight delay when leaving hover */
}



.element-with-background {
    width: 100%;
    /* height: 50vh; */
    position: relative;
    z-index: 1;
}

.element-with-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/themes/helvr/assets/images/header/vecteezy_wall-of-screens-displaying-code-and-data-creating-a-digital_57276490.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: 1; 
    pointer-events:none;
    opacity: 0.3; /* Adjust transparency here */
}
    
.image-fade-bottom {
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}



a.btn-primary {
    color: #ffffff;
    text-decoration: none;

}
a.btn-primary:hover {
    background-color: #b23b23 !important;
    border-color: #b23b23 !important;
    color: #ffffff !important;
    text-decoration: none;
}




/* override bootstrap defaults */
.accordion-button {
    background: #0b101f;
    border: 1px solid #555555;
}

.accordion-header {
    background: #0b101f;
}
.accordion-header button {
    color: #cdcdcd;
}

/*
1. General
**********************************************************************/
 body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
    background-color: #1A1A2E;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FF5733;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #0b101f;
    margin-bottom:0;
    height: 62px;

    background-image: repeating-linear-gradient(45deg, #363636 0, #363636 0.5px, transparent 0, transparent 50%);
    background-size: 5px 5px;
    background-color: #0b101f;
    border-bottom: 1px solid #555555;
}

.navbar-fixed-top {
    background: #0b101f;
    margin-bottom:0;
    height: 62px;

    background-image: repeating-linear-gradient(45deg, #363636 0, #363636 0.5px, transparent 0, transparent 50%);
    background-size: 5px 5px;
    background-color: #0b101f;
    border-bottom: 1px solid #555555;
}
.navbar-inner {
    background: #11111f;

    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #FF5733;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FF5733;
    color: #000;
}

/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FF5733;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FF5733;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FF5733;
}
.button-ps:hover, .button-ps:active {
    background-color:#FF5733;
    color:#181A1C;
}