.pdmAccountSettings {

    background: #555050;

    h2 {
        font-weight: bold;
        background: #ccc5c5;
        font-size: 25px;
        padding-top: 8px !important;
        margin-bottom: 2px !important;
        text-align: left;
        margin-top: 0;
        padding-bottom: 8px !important;
        padding-left: 12px !important;
    }

    #projekte_tab_header {
        width: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .logout {
        position: absolute;
        right: 10px;
        top: 13px;
    }

    .w3-button {
        width: 160px;
    }

    .tabcontent, .tabcontent3 {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 0;
        border: 0;
        border-top: 10px solid #ff9800;
        &.green {
            border-top: 10px solid #79df79;
        }

        /*min-height: 640px;*/
        animation: none;

        h3 {
            margin-bottom: 0;
            background: #ff9800;
            margin-top: 0;
            padding: 7px 0 9px 0;
            text-transform: uppercase;
        }
    }

    .tabcontent {
        padding: 10px;
    }

    .tabcontent.withtabs {
        padding: 0;
    }

    .tabcontent2 {
        padding: 8px 0px 0px 0px;
        background: gray;

        > .tabs {
            width: 100% !important;
            margin-left: 10px !important;
        }
    }

    #projekte_tab, #aufgaben_tab {
        padding: 5px;

        iframe {
            height: 760px;
            padding: 5px;
        }
    }

    .tabcontent3 {
        width: 100%;
    }

    .tabs {
        width: 99%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;

        > div {
            display: flex;

            > a {
                margin: 10px 10px 10px 0;
                &:last-child {
                    margin-right: 0;
                }
                display: block;
                float: none;
                border: 0;

                &.active {
                    margin-bottom: 0;
                    background: #ff9800 !important;
                    font-weight: bold !important;
                }
            }

            &.green {
                > a {
                    background: #00bd00 !important;
                    color: #000 !important;

                    &.active {
                        background: #79df79 !important;
                        color: #000 !important
                    }
                }
            }
        }
    }

    .buttons > a {
        display: inline-block;
        background: #ffeb3b;
        text-decoration: none;
        padding: 3px 0;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 200px;
        text-align: center;

        .fa-triangle-exclamation {
            font-size: 20px;
            color: rgb(207, 5, 5)
        }

        &.active {
            background: #ff9800 !important;
            font-weight: bold !important;
        }
    }

    #listen .buttons > a {
        width: 302px;
    }

    .system-buttons {
        position: relative;
        max-width: 95%;
        width: 460px;
        margin: 70px auto 30px auto;
        background: #333;
        padding: 20px 30px;
        display: block !important;

        a {
            float: none;
            display: block;
            width: auto !important;
            margin: 5px 10px;
        }
    }

    @media screen and (max-width: 1340px) {
        .top-buttons, .system-buttons {
            display: block !important;
            a {
                width: 320px !important;
                margin: 9px auto;
                display: block;
                float: none;
            }
            
        }
    }
    
}


/* should delete */
#pdmAccountSettings {

    background: #555050;

    h2 {
        font-weight: bold;
        background: #ccc5c5;
        font-size: 25px;
        padding-top: 8px !important;
        margin-bottom: 2px !important;
        text-align: left;
        margin-top: 0;
        padding-bottom: 8px !important;
        padding-left: 12px !important;
    }

    #projekte_tab_header {
        width: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .logout {
        position: absolute;
        right: 10px;
        top: 13px;
    }

    .w3-button {
        width: 160px;
    }

    .tabcontent, .tabcontent3 {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 0;
        border: 0;
        border-top: 10px solid #ff9800;
        &.green {
            border-top: 10px solid #79df79;
        }

        /*min-height: 640px;*/
        animation: none;

        h3 {
            margin-bottom: 0;
            background: #ff9800;
            margin-top: 0;
            padding: 7px 0 9px 0;
            text-transform: uppercase;
        }
    }

    .tabcontent {
        padding: 10px;
    }

    .tabcontent.withtabs {
        padding: 0;
    }

    .tabcontent2 {
        padding: 8px 0px 0px 0px;
        background: gray;

        > .tabs {
            width: 100% !important;
            margin-left: 10px !important;
        }
    }

    #projekte_tab, #aufgaben_tab {
        padding: 5px;

        iframe {
            height: 760px;
            padding: 5px;
        }
    }

    .tabcontent3 {
        width: 100%;
    }

    .tabs {
        width: 99%;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;

        > div {
            display: flex;

            > a {
                margin: 10px 10px 10px 0;
                &:last-child {
                    margin-right: 0;
                }
                display: block;
                float: none;
                border: 0;

                &.active {
                    margin-bottom: 0;
                    background: #ff9800 !important;
                    font-weight: bold !important;
                }
            }

            &.green {
                > a {
                    background: #00bd00 !important;
                    color: #000 !important;

                    &.active {
                        background: #79df79 !important;
                        color: #000 !important
                    }
                }
            }
        }
    }

    .buttons > a {
        display: inline-block;
        background: #ffeb3b;
        text-decoration: none;
        padding: 3px 0;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 200px;
        text-align: center;

        .fa-triangle-exclamation {
            font-size: 20px;
            color: rgb(207, 5, 5)
        }

        &.active {
            background: #ff9800 !important;
            font-weight: bold !important;
        }
    }

    #listen .buttons > a {
        width: 302px;
    }

    .system-buttons {
        max-width: 95%;
        width: 460px;
        margin: 70px auto 30px auto;
        background: #333;
        padding: 20px 30px;
        display: block !important;

        a {
            float: none;
            display: block;
            width: auto !important;
            margin: 10px 10px;
        }
    }

    @media screen and (max-width: 1340px) {
        .top-buttons, .system-buttons {
            display: block !important;
            a {
                width: 320px !important;
                margin: 9px auto;
                display: block;
                float: none;
            }
            
        }
    }
    
}

/* delete  */

#monitoring {
    .iframe {
        height: 653px;
    }

    .buttons {
        height: 77px;
        width: 99%;
        margin: 10px auto 10px auto;
    }
}

#listen {
    padding: 0 !important;
    .iframe {
        height: 678px;
    }
    .buttons {
        padding: 10px;
    }
}

.iframe.preislisten {
    height: 610px;
}

.iframe.preislisten2 {
    height: 520px;
}

#googlekategorie .buttons a {
    width: 260px;
}

.buttons.dynamisch a {
    display: inline-block;
    background: #ffeb3b;
    text-decoration: none;
    padding: 3px 10px;;
    margin: 5px;
    width: 200px;
    text-align: center;

    .fa-triangle-exclamation {
        font-size: 20px;
        color: rgb(207, 5, 5)
    }

    &.active {
        background: #ff9800 !important;
        font-weight: bold !important;
    }
}

.reset-pass-styled-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.reset-pass-styled-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

#preislisten, #listen, #monitoring2, #googlekategorie, #artikelUpdaten {
    a {
        margin-right: 30px !important;
        width: 180px !important;
    }

    .info {
        margin-left: -29px;

        img {
            border: 1px solid #bbb;
            max-width: 100%;
            margin: 20px 0;
        }

        .popup-content {
            ol {
                padding-left: 20px;
            }
        }
    }
    table.faktoren td {
        border: 1px solid #000;
        padding: 14px !important;
        font-size: 12px;
        text-align: left;
        vertical-align: top;
      }
      table.faktoren td:last-child {
          border-left: 0
      }
      table.faktoren thead td {
          background: #bbb;
          border-bottom: 0;
          text-align: center !important;
      }
}

#listen a {
    width: 282px !important;    
}
#googlekategorie a {
    width: 230px !important;    
}

/* Badge Styles */
.badge {
    position: absolute; 
    top: -4px;
    right: -28px;
    border-radius: 50%; 
    padding: 5px 10px; 
    background-color: red; 
    color: white; 
    font-weight: bold; 
    font-size: 14px;
}

/* Videoguide */

.videoguide {
    position: absolute;right: -148px;z-index: 1;top: 68px;display: block;margin: 0;
}

#videoModal {
    justify-content: center;align-items: center;padding: 90px;
}

.modal {
    display: none; /* Versteckt das Modal standardmäßig */
    position: fixed;
    z-index: 1; /* Sitzt oben */
    left: 0;
    top: 0;
    width: 100%; /* Vollbild */
    height: 100%; /* Vollbild */
    overflow: auto; /* Ermöglicht Scrollen bei Bedarf */
    background-color: rgb(0,0,0); /* Schwarz */
    background-color: rgba(0,0,0,0.4); /* Schwarz mit Transparenz */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Zentrale Position */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Breite des Modals */

    video {
        width: 100%;
        height: auto;
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}