/* Allgemein */

body {
  background: #0F1122;
  background: radial-gradient(circle, rgba(15, 17, 34, 1) 0%, rgba(5, 7, 19, 1) 100%);
  color: #b7b8bd;
  
  font-family: "Mulish",Roboto,open-sans,"Open Sans",Arial,sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.1rem;
}

a,
button {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  color: #363f45;
} 

h1, .h1 {
  font-weight: 500;
  font-family: "Philosopher",open-sans-bold, "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  font-family: "Philosopher",open-sans-bold, "Open Sans", Arial, sans-serif;
  color: #ffffff;
}



header {
  background-color: transparent;
  color: #000;
  position: fixed;
  top: 0;
  transition-duration: .3s;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 100%;
  z-index: 100;
}

header nav {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, .1);
  color: #ffffff;
}

header nav .container {
  min-height:100px;
}
  
header nav .nav-item a  {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
}
  
header nav .nav-item a:hover  {
    color: #75d1ce;
}
  
header nav .fa-star {
  background: radial-gradient(circle, rgba(251,232,148,1) 0%, rgba(155,116,29,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.navbar {
    padding: 0;
}

/* Bezugsrahmen */
header .navbar { position: relative; /* schon vorhanden */ }

/* Einheitliche Regeln für alle drei Zustände */
@media (max-width: 991.98px){
  header #mainNav.collapse,
  header #mainNav.collapse.show,
  header #mainNav.collapsing{
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: rgba(15,18,28,.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,.15);
    border-top: 1px solid #ffffff;
    padding: .75rem 1rem;
    z-index: 1050;
    display: block !important;
  }

  /* Ein-/Ausblenden nur über Sichtbarkeit, nicht Höhe */
  header #mainNav.collapse,
  header #mainNav.collapsing{
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    /* optional: flüssigeres Rendern */
    will-change: opacity, transform;
  }
  header #mainNav.collapse.show{
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  /* Bootstrap-Height-Animation neutralisieren */
  header #mainNav.collapsing{
    height: auto !important;
    overflow: visible !important;
    transition: none !important;  /* keine zusätzliche Height-Transition */
  }

  /* Links untereinander */
  header #mainNav .navbar-nav{
    flex-direction: column;
    gap: .25rem;
  }
}


.products .card {
  background: none;
  }
.products .card .card-title {
  text-decoration: none;
  color: inherit;            /* übernimmt die Textfarbe des Containers */
}
.products .card .card-title:hover,
.products .card .card-title:focus,
.products .card .card-title:active {
  text-decoration: none;
  color: #fff;
}

.products .card .card-title:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: .25rem;
}

.ahead,
.ahead:hover {
  text-decoration: none;
  color: #ffffff
}


.preis {
    font-size: 2rem;
    color: white;
}
  
.table-dark {
  --bs-table-bg: rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(4px);
}
  
.preis-popover {
  font-size: .85rem;
  padding: .15rem .6rem;
  border-radius: 999px;
}
  
.popover .popover-body {
    background: #22232f;
  color: #fff
}
  
.popover .popover-header {
  padding: 0;
  margin: 0;
  background: transparent;
  border-bottom: 0;
}

.popover .popover-title-custom {
  display: block;
  background: #FBE894;
  background: radial-gradient(circle, rgba(251, 232, 148, 1) 0%, rgba(155, 116, 29, 1) 100%);
  color: #000;
  font-weight: 600;
  padding: .5rem .75rem;
  border-radius: .5rem .5rem 0 0;
}


figcaption .fa-star {
  background: radial-gradient(circle, rgba(251, 232, 148, 1) 0%, rgba(155, 116, 29, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}



.pageheader{
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 70dvh; overflow: hidden;
  padding-top: calc(72px + env(safe-area-inset-top));
  padding-bottom: clamp(24px, 8vh, 72px);
}


.pageheader img,
.pageheader video{
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none; /* verhindert versehentliche Klicks auf dem Video */
}
.pageheader h1{
  position: relative;   /* wichtig fürs z-index */
  z-index: 1;
  color:#fff; font-size: clamp(60px,10vw,120px); font-weight:700; line-height:1;
  text-align:center; text-shadow: 5px 4px 17px rgba(0,0,0,.6);
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}
/* Abdunkelung */
.pageheader::after{
  content:""; position:absolute; inset:0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.25), rgba(0,0,0,.55));
}
/* Motion-Preference */
@media (prefers-reduced-motion: reduce){
  .pageheader video{ display:none; }
}

/* auf Mobile den Text eher unten platzieren und kleiner skalieren */
@media (max-width: 576px){
  .pageheader{
    padding-top: 14vh;
  }
}

.checkout-hinweis {
  color: #f2c64d;
}

#card-fields-container {
  background: white;
  border-radius: 10px
  padding: 10px;
  blur: 2;
  backdrop-filter: blur(40px);
}

.webBgBlur {
    --bs-table-bg: rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
}

.webBgGold, .btn-primary {
    background: #FBE894;
    background: radial-gradient(circle, rgba(251, 232, 148, 1) 0%, rgba(155, 116, 29, 1) 100%);
    color: #080916;
}


.webBgGruen {
    background: #52e8dc;
    background: -webkit-linear-gradient(#52e8dc 0%, #45bfba 100%);
    background: -moz-linear-gradient(#52e8dc 0%, #45bfba 100%);
    background: -o-linear-gradient(#52e8dc 0%, #45bfba 100%);
    background: linear-gradient(#52e8dc 0%, #45bfba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52e8dc', endColorstr='#45bfba',GradientType=0 );
    color: #080916;
}

.webBgGold,
.btn-primary:hover {
    background: #ebb64d;
    background: -webkit-linear-gradient(#ebb64d 0%, #ffca62 100%);
    background: -moz-linear-gradient(#ebb64d 0%, #ffca62 100%);
    background: -o-linear-gradient(#ebb64d 0%, #ffca62 100%);
    background: linear-gradient(#ebb64d 0%, #ffca62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb64d', endColorstr='#ffca62',GradientType=0 );
    color: #080916;
}






.containerKacheln {
  background: #333f45;
  background-image: url('/images/factory-background.png');
  background-size: cover;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-position-x: center;
}

.containerKacheln .rowBg {
  background-color: #ffffff8f;
  padding: 20px;
  height: 100%;
  text-align: center;
  color: #0e0f1e;
}

.containerKacheln .rowBg i {
  font-size: 3rem;
  border-radius: 50%;
  padding: 20px;
  width: 100px;
  text-align: center;
  color: white;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.device-grid .icon-wrap {
  width: 96px; height: 96px;
  display: grid; place-items: center;
  border: 1.8px solid rgba(255,255,255,.35);
  border-radius: 30px;
}

.device-grid i { font-size: 38px; line-height: 1; color: rgba(255,255,255,.9); }
.device-grid h3 { letter-spacing: .2px; }
.device-grid p { max-width: 28ch; margin-inline: auto; }
@media (min-width: 992px) {
  .device-grid .icon-wrap { width: 112px; height: 112px; }
  .device-grid i { font-size: 44px; }
}

.device-grid .icon-wrap:hover {
  border-color: rgba(255,255,255,.6);
  transform: translateY(-4px);
  transition: all .2s ease;
  background: #9b741d;
}

.accordion-item {
    color: #b7b8bd;
}


.link-light {
    color: #b7b8bd!important;
}
.link-light:hover {
    color: #ffffff!important
}

.accordion-button::after {
  filter: invert(1);
  opacity: 0.8;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1);
  opacity: 1;
}

.accordion-button {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none;
    font-size: 1.3rem;
}


  /* RAIL: horizontales Grid */
  .rail {
    grid-auto-flow: column;
    /* Kachelbreite: min…fluid…max */
    grid-auto-columns: clamp(220px, 26vw, 360px);
    gap: 1rem;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 1rem;
    padding: .5rem 1rem;

    /* Scrollbar dezent/aus */
    scrollbar-width: none;
  }
  .rail::-webkit-scrollbar { display: none; }

  /* Masken an den Rändern (Disney+-Look) */
  .rail-wrap::before,
  .rail-wrap::after {
    content:"";
    position:absolute; top:0; bottom:0; width:80px; pointer-events:none; z-index:2;
  }
  .rail-wrap::before { left:0; background:linear-gradient(90deg,#0b1020,transparent); }
  .rail-wrap::after  { right:0; background:linear-gradient(-90deg,#0b1020,transparent); }

  /* Kachel */
  .tile {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 10px 24px rgba(0,0,0,.35);
    transition: transform .2s ease, box-shadow .2s ease;
  }

  /* Hover/Focus Effekte */
  .tile:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 18px 36px rgba(0,0,0,.45);}
  .tile:focus-visible { outline: none; }
  .tile .tile-focus{
    position:absolute; inset:0; border-radius:12px; pointer-events:none;
    box-shadow: 0 0 0 0 rgba(255,255,255,.9);
    transition: box-shadow .15s ease;
  }
  .tile:focus-visible .tile-focus { box-shadow: 0 0 0 4px rgba(255,255,255,.9); }

  /* Pfeilbuttons */
  .rail-btn { width: 36px; height: 36px; opacity:.85; }
  .rail-btn:hover { opacity:1; }

  @media (prefers-reduced-motion: reduce){
    .tile, .rail { scroll-behavior: auto !important; }
  }
  
.rail-wrap { position: relative; }               /* hast du schon, wichtig für Z-Index */
.rail-btn  { position: absolute; z-index: 5; }   /* Buttons sicher über die Masken */
.rail-wrap::before,
.rail-wrap::after { z-index: 1; }                /* Masken unter die Buttons legen */

/* Video liegt über dem Bild, ist aber zunächst unsichtbar */
.tile img,
.tile video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.tile .tile-video{
  position:absolute; inset:0;
  z-index:2;
  opacity:0; transition:opacity .25s ease;
  pointer-events:none;
}

.tile.has-video:hover .tile-video,
.tile.has-video:focus-visible .tile-video,
.tile.has-video.playing .tile-video{
  opacity:1;
}

/* Bewegungsreduktion respektieren */
@media (prefers-reduced-motion: reduce) {
  .tile .tile-video { transition: none; }
}
/* Hinweis-Overlay, erscheint nur während der Preview auf Mobile */
.tile.has-video .tap-hint{
  position:absolute; left:0; right:0; bottom:.5rem;
  margin:auto; width:max-content; max-width:90%;
  background:rgba(0,0,0,.6); color:#fff; font-size:.875rem;
  padding:.35rem .6rem; border-radius:.5rem; opacity:0; 
  transition:opacity .2s ease; pointer-events:none;
}
.tile.has-video.playing .tap-hint{ opacity:1; }











.country-list a{
  display:inline-flex;           /* Flag + Text in einer Zeile */
  align-items:center;
  gap:.5rem;
  white-space:nowrap;            /* kein Umbruch im Link */
  line-height:1.6;
}
.country-list .fi{
  flex:0 0 auto;
  border-radius:2px;
}


/* Footer */
footer {
  background: #51BDC2;
  color: #000;
}

footer a {
  text-decoration: none;
  margin-right: 10px;
  color: #000;
}

footer a:hover {
    color: #96792d;
    text-decoration: none;
}

footer .footIcon {
  background: white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: inline-block;
  padding-top: 2px;
  text-align: center;
  color: #f1ba6a;
  -webkit-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
}

footer .footIcon:hover {
  background: #15a1b0;
  color: #f1ba6a;
}

footer .footerLinks span {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #96792d;
}

/* Mobile/Default: Bild im Flow, rechts ausrichten */
.footer-lumus-wrap { text-align: right; }     /* oder .footer-lumus { margin-left:auto; display:block; } */
.footer-lumus      { position: static; }

/* Ab md: unten rechts anpinnen */
@media (min-width: 768px){
  .footer-lumus-wrap { position: relative; }
  .footer-lumus {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

footer .footerHinweis{
    background: #21222e;
    color: #b7b8bd;
    text-align: center;
    font-style: italic;
    font-size: smaller;
}















.link-ohne,
.link-ohne a {
  text-decoration: none !important;
}

.form-floating>label {
  color: #000000;
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.8rem;
  }
  
  h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1200px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
  }
}






main .rowAbfrageBuch .aufzNr {
float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  padding-top: 5px;
  text-align: center;
}
    
.testimonial-text {
  min-height: 300px;
}
    
.bspRechnung .bspRechnung-zeile {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin: 0.25rem 0;
  font-size: 1rem;
}

.bspRechnung .bspRechnung-label {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.bspRechnung .bspRechnung-value {
  flex-shrink: 0;
  margin-left: 0.5rem;
  white-space: nowrap;
  text-align: right;
}

.bspRechnung .bspRechnung-dots {
  flex-grow: 1;
  border-bottom: 1px dotted #999;
  height: 1em;
  transform: translateY(-0.2em); /* leichte optische Korrektur */
}

    
    
    
    
.blockquote-custom {
  position: relative;
  font-size: 1.0rem;
}

.blockquote-custom-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: 50px;
  font-size: 2rem;
  background: #068390;
  background: -webkit-linear-gradient(#068390 0%, #15838e 100%);
  background: -moz-linear-gradient(#068390 0%, #15838e 100%);
  background: -o-linear-gradient(#068390 0%, #15838e 100%);
  background: linear-gradient(#068390 0%, #15838e 100%);
    background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068390', endColorstr='#15838e',GradientType=0 );
} 
    
.bgGrauText h2 {
  font-size: 1.5rem;
}
    
.bgGrauText h3 {
  font-size: 1.3rem;
}
    
.bgGrauText h4 {
  font-size: 1.1rem;
}
    
.bgGrauText .fa-headerImg {
  color: #1e295026;
  text-align: right;
  font-size: 25vw;
  float: right;
  margin-left: 50px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .bgGrauText .fa-headerImg {
    font-size: 15vw;
    margin-left: 20px;
    margin-bottom: 5px;
  }
}
    
.formRechner {
  background: #333f45;
  color: white;
}

.divUsp .divUspIcon i {
  font-size: 4rem;
  color: #17274e;
}

  
.funnelFormGr {
  background: #f8f8f8;
}
        
.funnelForm .btn-auswahl {
  border-radius: 0px;
  color: #fff;
  border: 0px;
 -moz-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto; 
}
        
.funnelForm .btn-auswahl:hover {
  background: #e4eaf2;
  color: #17274e;
}
        
.funnelForm .btn-auswahl span {
  display: block;
  font-size: 1.4rem;
}
        
.funnelForm .btn-auswahl i {
  display: block;
  font-size: 4rem;
  margin-bottom: 10px;
}
        
.funnelForm .bg-auswahl {
  background: #a6a6a6;
  color: #e4eaf2;
}
        
.funnelForm .form-check-input:disabled ~ .form-check-label,
.funnelForm .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}

.accordion-lead .accordion-button:not(.collapsed) {
  color: #212529;
  font-weight: 600;
}

.accordion-lead .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-lead .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
}

main .bgContent .rowOberKategorie {
  background: #eaeaea;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
  display: block;
}

main .bgContent .rowOberKategorie:hover {
  background: #445059;
  color: #fff;
}

main .containerTeaser span,
main .containerOrte span,
main .bgContent .subtitel {
  color: #a6a6a6;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}



.rowAbfrageBuch .iconTop  {
  color: #a6a6a6;
  font-size: 4rem;
  float: left;
  padding-right: 10px;
  width: 100px;
  text-align: center;
}

.card-logos .card {
  background: #fff;
  border: none;
  border-radius: 0px;
}

.card-logos .card-body {
  background: #f8f8f8;
}
      
.card-logos .card-img-logo {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  margin-top: 40px;
}
      
.card-logos .h5 {
  text-decoration: none;
}

.card-logos .card-footer {
  border-top: var(--bs-card-border-width) solid #a6a6a6;
}

.card-logos .card-footer i {
  color: #88c031;
}
      
.rowAbfrageBuch .icon-arrow {
  font-size: 1.5rem;
}


main .bgContent .eintraegeListe .prBeadge {
  background: #F5B865;
  color: #000;
  text-align: center;
  padding: 6px;
  /* max-width: 200px; */
}

main .bgContent .eintraegeListe .colImg {
  padding: 0px;
  background-size: cover !important;
  background-position: center !important;
  min-height: 150px;
  /* max-width: 200px; */
}

main .bgContent .eintraegeListe .colIcon {
  padding: 0px;
  min-height: 150px;
  max-width: 200px;
  font-size: 6rem;
  text-align: center;
  margin: auto;
  color: #7dc9d0;
  color: #7dc9d05e;
}

main .bgContent .eintraegeListe .colImgMobi {
  display: inline-block;
  background-size: cover !important;
  background-position: center !important;
  float: left;
  margin-right: 10px;
  height: 150px;
  width: 200px;
}

main .bgContent .eintraegeListe .prBg .beschreibung {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

main .bgContent .eintraegeListe .beschreibung {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

main .bgContent .eintraegeListe .h3 {
  text-decoration: none;
  color: #000;
}

main .bgContent .eintraegeListe .branche {
  font-weight: bold;
  color: #a6a6a6;
}

main .bgContent .eintraegeListe .prBg {
  background: #FFEDD0;
  color: #606060;
}

main .bgContent .eintraegeListe .normBg {
  color: #606060;
  background: #f8f8f8;
}

main .bgContent .eintraegeListe .werBg {
  color: inherit;
  background: #f5b865;
}

main .bgContent .eintraegeListe .werBg .branche {
  font-weight: bold;
  color: #606060;
}

@media (min-width: 768px) {
  main .bgContent .eintraegeListe .beschreibung {
    padding: 30px!important;
  }
}

main .bgContent a {
  color: inherit;
}

main .bgContent a:hover {
  color: #88c031;
}

main .bgContent .eintraegeListe .colWeiter {
  text-align: center;
  padding: 6px;
  font-size: 1.5rem;
}

main .bgContent .eintraegeListe .colWeiter:hover {
  background: #858585;
  color: #000;
}

main .bgContent .eintraegeListe .badgeGold {
  background: #ebb64d;
  font-weight: normal;
  color: #fff;
}

main .bgContent .eintraegeListe .badgeGrau {
  background: #606060;
  font-weight: normal;
  color: #fff;
}

.funnelFormular  input[type=checkbox] {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  padding: 10px;
  margin-left: -13px !important;
  margin-top: 15px;
}

.funnelFormular  .checkboxtext {
  display: block;
  margin-left: 30px;
  margin-top: -15px;
}
  
.funnelFormular .needs-validation .form-control:invalid {
  border: 2px red solid;
}
.funnelFormular .needs-validation .form-control:valid {
  border: 2px white solid;
}
    
.funnelFormular .invalid-feedback {
  color: #000;
  font-weight: bold;
}
    
.funnelFormular .form-check-input.is-invalid ~ .form-check-label,
.funnelFormular .was-validated .form-check-input:invalid ~ .form-check-label{
  color: #ffffff!important;
}

  

.webBgBlau {
    background: #17274e;
    background: -webkit-linear-gradient(#17274e 0%, #36539b 100%);
    background: -moz-linear-gradient(#17274e 0%, #36539b 100%);
    background: -o-linear-gradient(#17274e 0%, #36539b 100%);
    background: linear-gradient(#17274e 0%, #36539b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17274e', endColorstr='#36539b',GradientType=0 );
    color: #ffffff;
}
    
.webBgAntrazit {
  background: #333f45;
  background: -webkit-linear-gradient(#333f45 0%, #40525b 100%);
  background: -moz-linear-gradient(#333f45 0%, #40525b 100%);
  background: -o-linear-gradient(#333f45 0%, #40525b 100%);
  background: linear-gradient(#333f45 0%, #40525b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333f45', endColorstr='#40525b',GradientType=0 );
  color: #ffffff;
}  
    
.webBgAntrazitTrans {
  background: rgba(1, 16, 23, 0.8);
  color: #ffffff;
}  
    
.webBgGrau {
  background: #eaeaea;
  background: -webkit-linear-gradient(#eaeaea 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(#eaeaea 0%, #f2f2f2 100%);
  background: -o-linear-gradient(#eaeaea 0%, #f2f2f2 100%);
  background: linear-gradient(#eaeaea 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f2f2f2',GradientType=0 );
}  



