/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.jsr-button-startseite .elementor-button,
.jsr-button-startseite .elementor-button:hover {
  background-color: #F6F6F6;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: none;
  fill: #3A3A3A;
  color: #3A3A3A;
  border-style: none;
  padding: 0.25rem 1rem 0.25rem 0rem;
}
.jsr-button-startseite .elementor-button:hover,
.jsr-button-startseite .elementor-button:hover .elementor-button-icon {
  color: #83A111;
}
.jsr_lehrerbereich_nav,
.jsr_lehrerbereich_subnav {
  list-style-type: none;
  padding-left: 0;
}
.jsr_lehrerbereich_subnav {
  padding-left: 0.5rem;
  padding-bottom: 1rem;
}

.jsr_lehrerbereich_nav .elementor-button {
  background-color: #F6F6F6;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: none;
  fill: #3A3A3A;
  color: #3A3A3A;
  border-style: none;
  padding: 0.25rem 2rem 0.25rem 0rem;
}
.jsr_lehrerbereich_nav .elementor-button:hover,
.jsr_lehrerbereich_nav .elementor-button:focus,
.jsr_lehrerbereich_nav > li.active > .elementor-button-wrapper > .elementor-button,
.jsr_lehrerbereich_subnav > li.active_subnav > .elementor-button-wrapper > .elementor-button {
  background-color: #F6F6F6;
  color: #83A111;
  border: none;
}
.jsr_lehrerbereich_nav .elementor-button:hover .elementor-button-icon {
  color: #83A111;
}
.jsr_lehrerbereich_subnav .elementor-button {
  font-weight: 400;
}
.jsr_lehrerbereich h2 {
  text-transform: none;
  font-size: 2rem;
  letter-spacing: -1px;
  margin-top: 3rem;
}
.jsr_lehrerbereich h2:first-of-type {
  margin-top: 0;
}
.jsr_lehrerbereich h3 {
  margin-top: 3rem;
}
.stichwort-nav {
  margin-bottom: 3rem;
}
.stichwort-nav a {
  display: inline-block;
  background-color: #FFFFFF;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.stichwort-nav a:hover {
  background-color: #83A111;
  color: #FFFFFF;
}
.stichwort-liste h2 {
  font-size: 1.5rem;
}
.stichwort-liste ul {
  margin-bottom: 3rem;
  border-top: 1px solid #D8D8D8;
  list-style-type: none;
  padding-left: 0;
}
.stichwort-liste ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.stichwort-liste p {
  margin-bottom: 0;
}
.elementor-button .elementor-button-content-wrapper {
    display: flex;
    align-items: flex-start; /* Icon oben ausrichten */
}

.elementor-button .elementor-button-icon {
    margin-top: 0.3em; /* Abstand zwischen Icon und Text */
    display: inline-flex;
    align-items: flex-start; /* Icon bleibt oben */
    line-height: 1;
}
.dashboard-label {
  font-size: 0.9rem;
  line-height: 1.3;
  width: 100%;
  color: rgba(112, 111, 111, 1);
  margin-bottom: 0.25rem;
}
.dashboard-input {
  font-size: 0.9rem;
  line-height: 1.3;
  color: rgba(112, 111, 111, 1);
  background-color: #ffffff;
  border-color: #DADADA !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  width: 400px !important;
  max-width: 100%;
  font-size: 1rem;
  padding: 1rem 1rem 0.75rem 1rem !important;
  box-sizing: border-box !important;
  outline: none !important;
  font-weight: 300;
  font-family: "Sarabun";
  margin-bottom: 0.5rem;
}
.dashboard-submit-container {
  margin-top: 1.5rem;
}
.dashboard-submit {
  font-size: 0.9rem !important;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  background-color: #83a111 !important;
  color: #fff !important;
  border-style: none !important;
  border: none !important;
  border-radius: 5px 5px 5px 5px !important;
  margin-bottom: 0.5rem;
}
.dashboard-submit:hover {
    background-color: #8fb307 !important;
    color: #fff !important;
}
