Vorlage:Bildrechte/style.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 53: Zeile 53:
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
  justify-content: center;
   margin-bottom: 1.2rem;
   margin-bottom: 1.2rem;
   position: relative;
   gap: 15px; /* Abstand zwischen Symbol und Logo */
  height: 80px; /* Feste Höhe für den Container */
}
}


Zeile 62: Zeile 64:
   font-weight: bold;
   font-weight: bold;
   user-select: none;
   user-select: none;
   color: rgba(0,0,0,0.15);
   color: rgba(0,0,0,0.5);
   position: absolute;
   display: flex;
   left: 0;
   align-items: center;
   top: 50%;
   height: 100%;
  transform: translateY(-50%);
  z-index: 0;
}
}


/* Logo-Bereich */
/* Logo-Bereich */
.logo {
.logo {
   width: 100%;
   height: 100%;
   text-align: center;
   display: flex;
   z-index: 1;
   align-items: center;
   position: relative;
   justify-content: center;
}
}


.logo img {
.logo img {
   max-width: 100%;
   max-height: 100%;
   height: auto;
   width: auto;
  max-height: 80px;
   object-fit: contain;
   object-fit: contain;
   width: auto;
   border-radius: 6px;
}
}


/* Bilder */
/* Bilder */
.box-content img {
.box-content img {
  border-radius: 6px;
   max-width: 100%;
   max-width: 100%;
}
}
Zeile 188: Zeile 186:


@media screen and (max-width: 480px) {
@media screen and (max-width: 480px) {
   .symbol {
   .header-container {
     font-size: 60px;
     flex-direction: column;
     position: static;
     height: auto;
     display: block;
     gap: 5px;
    text-align: center;
  }
    transform: none;
 
     margin-bottom: 0.5rem;
  .symbol, .logo {
     height: auto;
   }
   }


   .header-container {
   .logo img {
     flex-direction: column;
     max-height: 60px;
   }
   }