body {
    font-family: Verdana, sans-serif, monospace;
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
}

.container {
    width: 100%; /* oder eine andere Breite nach Ihrer Wahl */
    margin: 0 auto; /* Setzt den oberen und unteren Rand auf 0 und den linken und rechten Rand automatisch */
    text-align: center; /* Zentriert den Inhalt innerhalb des Containers */
}

.hidden {
    display: none !important;
    
}

.left {
    text-align: left;
}

.video-container {
    position: relative;
    width: 100%; /* Breite des Containers */
    max-width: 640px; /* Maximale Breite */
    padding-bottom: 56.25%; /* Seitenverhältnis von 16:9 */
    margin: auto;
}

object {
    max-width: 300px; /* Maximale Breite */
   } 

#enter-fullscreen {
    z-index: 1000;
    padding: 10px 20px; /* Erhöhtes Padding für größere Größe */
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px; /* Größere Schriftgröße */
    margin-top: 20px;

}

#enter-window {
    z-index: 1000;
    padding: 10px 20px; /* Erhöhtes Padding für größere Größe */
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px; /* Größere Schriftgröße */
    /* margin: 4px; entfernt, Abstand wird über .player-actions geregelt */

}

.button-active {
  background-color: #009933 !important; /* Neue Farbe für den gedrückten Zustand */
  color: white !important; /* Textfarbe ändern, optional */
}

#report-button {
    background-color: darkred; /* Dunkelrote Farbe */
    color: white; /* Weiße Textfarbe für bessere Lesbarkeit */
    z-index: 1000;
    padding: 10px 20px; /* Erhöhtes Padding für größere Größe */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px; /* Größere Schriftgröße */
    margin-top: 60px;
}


.einlade-button {
    background-color: green; /* Dunkelrote Farbe */
    color: white; /* Weiße Textfarbe für bessere Lesbarkeit */
    z-index: 1000;
    padding: 8px 20px; /* Erhöhtes Padding für größere Größe */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px; /* Größere Schriftgröße */
    margin-top: 20px;
}


        .video-js {
            width: 100%;
            height: auto !important;
         
        }
        
        .streamsend {
            margin-left: auto;
            
        }


/* Styling für das Nachrichten-Overlay */
.message-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    text-align: center;
    display: none; /* Standardmäßig versteckt */
    font-size: 18px; /* Größere Schriftgröße */
    font-family: Courier, sans-serif, monospace;
    width: 100%;
}

/* Übergeordnetes Element der Steuerleiste für Flexbox */
.vjs-control-bar {
    display: flex;
    align-items: center; /* Zentriert die Buttons vertikal */
    justify-content: flex-end; /* Setzt die Buttons an das rechte Ende der Steuerleiste */
    
}

/* Verstecke den Lautstärke-Button */
.video-js .vjs-volume-panel {
    display: none;
}

.video-js .vjs-big-play-button {
    background-color: rgba(0,0,0,.45);
    border: 1.5px solid #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -50px;
    margin-top: -30px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 5;
    visibility: hidden;
}

/* Stil für den Chromecast-Button */
.vjs-control-bar .vjs-chromecast-button {
    
    background-color: green; /* Setzt die Hintergrundfarbe auf Grün */
    color: white; /* Setzt die Textfarbe auf Weiß */
}

/* CSS für das Icon innerhalb des Buttons, falls vorhanden */
.vjs-control-bar .vjs-chromecast-button .vjs-icon-placeholder:before {
    color: white; /* Setzt die Farbe des Icons auf Weiß */
}

.accordion-button {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin: 0 auto;
    box-sizing: border-box;
}

.accordion-button:after, .accordion-button:before {
    font-size: 13px;
    color: #777;
    transition: 0.4s;
}

.accordion-button:before {
    content: '\25B6'; /* Unicode für den Pfeil nach rechts */
}

.accordion-button:after {
    content: '\25C0'; /* Unicode für den Pfeil nach links */
}

.accordion-button.active:after, .accordion-button.active:before {
    content: '\25B2'; /* Unicode für den Pfeil nach oben */
}

.accordion {
    font-size: 0.7em;
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}


    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .playerWrapper {
      position: relative;
      max-width: 640px;
      background-color: #000;
      margin-top: 5px;
    }

    .previewPlayer {
      position: absolute;
      width: 50%;
      height: 100%;
      display: block;
    }

    fieldset {
      padding-left: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 0.85rem;
    }

    .list-group-item {
      padding: 0.5rem 1rem;
    }

    .list-group-item h6 {
      margin-top: 0.5rem;
    }

    footer {
      font-size: 0.85rem;
    }

    .buttons {
      display: block !important;
    }

.ome-player {
      position: relative;
      max-width: 640px;

}

i.op-con.op-warning::before {
    display: none;
}

i.op-bigbutton.op-con.op-play-big::before {
    display: none;
}

/* SEO improvements */
h1 {
    font-size: 1.2em;
    margin: 1em 0;
    color: #333;
}

footer {
    margin-top: 2em;
    padding: 1em 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 0.85em;
    width: 90%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* Share Overlay Styles */
.share-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.share-overlay-content {
    background-color: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.share-overlay-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em;
    border-bottom: 1px solid #ddd;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.share-overlay-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.2em;
}

.share-overlay-close {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.share-overlay-close:hover {
    background-color: #e9ecef;
}

.share-overlay-body {
    padding: 1.5em;
}

.share-option {
    margin-bottom: 2em;
}

.share-option:last-child {
    margin-bottom: 0;
}

.share-option label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.share-input-group {
    display: flex;
    gap: 0.5em;
    align-items: flex-start;
}

.share-input-group input,
.share-input-group textarea {
    flex: 1;
    padding: 0.75em;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: monospace;
    background-color: #f8f9fa;
    color: #333;
    resize: vertical;
}

.share-input-group input:focus,
.share-input-group textarea:focus {
    outline: none;
    border-color: #009933;
    box-shadow: 0 0 0 2px rgba(0, 153, 51, 0.2);
}

.share-input-group .button {
    flex-shrink: 0;
    margin: 0;
    padding: 0.75em 1em;
    font-size: 0.9em;
    white-space: nowrap;
}

/* Social Media Buttons */
.share-section {
    margin-bottom: 1.5em;
}

.share-section h4 {
    margin: 0 0 1em 0;
    color: #333;
    font-size: 1em;
    text-align: left;
}

.share-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 1.5em 0;
}

.copy-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75em;
}

.social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em;
}

.apps-heading {
    margin: 1em 0 1em 0;
    color: #333;
    font-size: 1em;
    text-align: center;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75em 1em;
    border: none;
    border-radius: 6px;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    color: white;
    gap: 0.5em;
}

.social-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.social-btn.whatsapp {
    background-color: #6c757d;
}

.social-btn.whatsapp:hover {
    background-color: #5a6268;
}

.social-btn.telegram {
    background-color: #6c757d;
}

.social-btn.telegram:hover {
    background-color: #5a6268;
}

.social-btn.facebook {
    background-color: #6c757d;
}

.social-btn.facebook:hover {
    background-color: #5a6268;
}

.social-btn.twitter {
    background-color: #6c757d;
}

.social-btn.twitter:hover {
    background-color: #5a6268;
}

.social-btn.linkedin {
    background-color: #6c757d;
}

.social-btn.linkedin:hover {
    background-color: #5a6268;
}

.social-btn.email {
    background-color: #6c757d;
}

.social-btn.email:hover {
    background-color: #5a6268;
}

.social-btn.link-copy {
    background-color: #009933;
}

.social-btn.link-copy:hover {
    background-color: #007a29;
}

.social-btn.embed-copy {
    background-color: transparent;
    border: 2px dashed #6c757d;
    color: #6c757d;
}

.social-btn.embed-copy:hover {
    background-color: transparent;
    border-color: #5a6268;
    color: #5a6268;
}

.social-btn.file-copy {
    background-color: #495057;
}

.social-btn.file-copy:hover {
    background-color: #343a40;
}

/* Responsive design for mobile */
@media (max-width: 600px) {
    .share-overlay-content {
        width: 95%;
        margin: 1em;
    }
    
    .share-overlay-header,
    .share-overlay-body {
        padding: 1em;
    }
    
    .share-input-group {
        flex-direction: column;
    }
    
    .share-input-group .button {
        align-self: flex-start;
    }
    
    .copy-buttons,
    .social-buttons {
        grid-template-columns: 1fr;
        gap: 0.5em;
    }
    
    .social-btn {
        padding: 0.8em;
        font-size: 0.9em;
    }
}
