.elementor-1345 .elementor-element.elementor-element-4326dc1:not(.elementor-motion-effects-element-type-background), .elementor-1345 .elementor-element.elementor-element-4326dc1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212121;}.elementor-1345 .elementor-element.elementor-element-4326dc1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1345 .elementor-element.elementor-element-4326dc1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-1345 .elementor-element.elementor-element-9096a9a.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1345 .elementor-element.elementor-element-9096a9a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1345 .elementor-element.elementor-element-9096a9a.elementor-column > .elementor-widget-wrap{justify-content:space-between;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-Serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1345 .elementor-element.elementor-element-3f67e5a{width:auto;max-width:auto;text-align:left;}.elementor-1345 .elementor-element.elementor-element-3f67e5a > .elementor-widget-container{margin:20px 0px 20px 20px;}.elementor-1345 .elementor-element.elementor-element-3f67e5a img{width:265px;}.elementor-1345 .elementor-element.elementor-element-9d45544:not(.elementor-motion-effects-element-type-background), .elementor-1345 .elementor-element.elementor-element-9d45544 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212121;}.elementor-1345 .elementor-element.elementor-element-9d45544{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1345 .elementor-element.elementor-element-9d45544 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1345 .elementor-element.elementor-element-e4805b9 > .elementor-widget-container{padding:0px 0px 0px 0px;}body.elementor-page-1345:not(.elementor-motion-effects-element-type-background), body.elementor-page-1345 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212121;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1345 .elementor-element.elementor-element-3f67e5a > .elementor-widget-container{margin:10px 10px 10px 10px;}}/* Start custom CSS for shortcode, class: .elementor-element-e4805b9 *//* Attribution und Erase Button verstecken */
.chatbot-attribution, #chatbot-chatgpt-erase-btn img, #chatbot-chatgpt-submit img {
    display: none !important;
}

/* Chatbot auf volle Höhe der Seite strecken */
#chatbot-chatgpt {
    height: 100vh; /* Volle Höhe der Seite */
    background: #212121 !important;
    border-color: #aaa;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding-bottom: 17px
}

/* Texteingabefeld */
#chatbot-chatgpt-message {
    background: #2f2f2f;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.1);
    resize: none;
    transition: border-color 0.3s, box-shadow 0.3s;
        color: #fff;
        margin-bottom: 10px;
}

/* Fokuszustand für das Texteingabefeld */
#chatbot-chatgpt-message:focus {
    border: 1px solid #ccc;
    box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.2);
    outline: none;
}

/* Senden-Button rechts neben dem Textfeld */
#chatbot-chatgpt-submit {
    background: #1b7f65 !important;
    padding: 10px;
    border-radius: 8px;
}

#chatbot-chatgpt-submit:hover {
    background: #1b7f65 !important;
    box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.1);
}

#chatbot-chatgpt-submit::before {
    content: 'Senden'; /* Text wird hier eingefügt */
    color: #fff;
    font-weight: 600; /* Fett */
}
#chatbot-chatgpt-erase-btn {
    background: #3f3f3f !important;
    padding: 10px;
    border-radius: 8px;
}
#chatbot-chatgpt-erase-btn::hover {
    background: #2f2f2f !important;
    box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.1);
}

#chatbot-chatgpt-erase-btn::before {
    content: 'Verlauf löschen'; /* Text wird hier eingefügt */
    color: #fff;

}
/* Padding auf 0 setzen für mobile Geräte */
@media only screen and (max-width: 768px) {

    #chatbot-chatgpt-conversation {
            height: 100vh; /* Volle Höhe der Seite */
        padding: 0 !important;
    }
        .chat-message.bot-message {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        }


}


@media only screen and (max-width: 768px) {
    #chatbot-chatgpt-conversation {
        max-height: 50vh !important; /* Sicherstellen, dass die volle Höhe verwendet wird */
    }
    #chatbot-chatgpt-header-embedded {
        padding: 0px;
    }
}/* End custom CSS */