body {
    font-family:"Arial", "Helvetica Neue", Helvetica, sans-serif;
    overflow-x:hidden;
}

.container-fluid {
    padding-left:0;
    padding-right:0;
}



@media (max-width:767px) {
    .row {
        margin-left:0;
        margin-right:0;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
    .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left:0;
        padding-right:0;
    }
}

/**
 * WordPress Generated Classes
 * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/* Alignment */
.alignnone {
    margin-left:0;
    margin-right:0;
    max-width:100%;
    height:auto;
}

.aligncenter {
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

@media (max-width:767px) {
    .alignleft {
        display:inline;
        margin-right:1.5em;
    }

    .alignright {
        display:inline;
        margin-left:1.5em;
    }
}

/* Captions */
.wp-caption {
    margin-bottom:1.5em;
    max-width:100%;
}

.wp-caption img[class*="wp-image-"] {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.wp-caption .wp-caption-text {
    margin:0.8075em 0;
}

.wp-caption-text {
    text-align:center;
}

/* Gallery */
.gallery {
    margin-bottom:1.5em;
}

.gallery-item {
    display:inline-block;
    text-align:center;
    vertical-align:top;
    width:100%;
}

.gallery-columns-2 .gallery-item {
    max-width:50%;
}

.gallery-columns-3 .gallery-item {
    max-width:33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width:25%;
}

.gallery-columns-5 .gallery-item {
    max-width:20%;
}

.gallery-columns-6 .gallery-item {
    max-width:16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width:14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width:12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width:11.11%;
}

.gallery-caption {
    display:block;
}

/* Text meant only for screen readers (from bootstrap sr-only) */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/* Navigation im Header */

.li_nav ul {
    display: flex;
    flex-direction: column;
    padding:0;


} 

.li_nav ul ul {
    padding-left:  20px;
}



.li_nav ul li {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.li_nav ul li a {
    text-decoration: none;
    color: var(--e-global-color-text);
    padding: 5px 20px 5px 20px;
    display: flex;
    font-size: 1em;
    line-height: 1em;
    border-top: 1px solid #efefef;
}



.li_nav ul li a:hover {
    color: var(--e-global-color-primary);
    background: #efefef;
}

.li_nav ul li:first-child a {
    border-top: none;
}

.li_nav ul .menu-item-has-children a {
    padding-bottom: 2px;
}

.li_nav ul li ul li a {
    font-size: 0.9em;
    border-top: none;
    padding: 3px 20px 3px 20px;
    font-weight: 300;
}

.li_nav ul li ul li a:hover {
    background: none;
}

.li_nav .sub-menu {
    display: none;
}



.li-override #li-nav-container h5 a {
    text-decoration: none;
}



/* Leere Datenfelder unsichtbar machen */

.li-override .li-empty {
    display: none !important;
}


.elementor-icon-wrapper {
    line-height: 1;
}

.li-override .li_fraktionslogo {
    width: auto;
    height:  65px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:  30px;
}

/*abgaben*/

.li-abgaben tr th {
    border-width: 0 0 1px 0;
    border-color: var(--e-global-color-primary);

}
.li-abgaben tr td{
    border: none;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.li-abgaben .li-abgaben-text {
    width: 40%;
}

.li-abgaben .li-abgaben-netto {
    width: 20%;
}
.li-abgaben .li-abgaben-brutto {
    width: 20%;
}

.li-abgaben .li-abgaben-steuer {
    width: 10%;
}

/* Korrektur Mobil für Tabellen Header*/
@media only screen and (max-width: 767px) {
  .li-override tr th {
    font-size: 12px;
    padding:5px;
  }
   .li-override tr td,
   .li-override .li-foerderungen tr td {
    font-size: 12px;
    padding:5px;
   }
   .li-override tr td ul {
    padding-left:10px;
    list-style-position: outside;
   }
}


/*Foerderungen*/
.li-foerderungen tr th {
    border-width: 0 0 1px 0;
    border-color: var(--e-global-color-primary);
}

.li-foerderungen tr td{
    border: none;
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.li-foerderungen .li-foerderung-spalte-1 {
    width:40%;
}
.li-foerderungen .li-foerderung-spalte-2 {
    width:40%;
}
.li-foerderungen .li-foerderung-spalte-3 {
    width:20%;
}


.li-override .li-foerderungen-uberschrift {
    margin-top:30px;
}


/*Facbox Styling für Seiten - test */

.li-factbox {
    font-size: 18px;
    margin: 0;
}

.li-override .li-factbox th,
.li-override .li-factbox td{
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-color: #eeeeee;
    padding: 6px 10px 6px 0;
}

.li-override .li-factbox tr:last-child th,
.li-override .li-factbox tr:last-child td{
    border-bottom: 0px;
}


.li-factbox th {
    font-weight: 600;
    line-height: 18px;
}

.li-factbox td {
    line-height: 18px;

}

.li-factbox td a {
    text-decoration: none;
    display: block;
    padding: 2px 0 2px 0;
}

.li-factbox td a:hover {
    color: #000;
    text-decoration: underline;
}


.icon--DOCX a::before {
    content: url(/wp-content/themes/libase-elementor-child-theme-main/assets/img/file-word-solid.svg);
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    color: var(--e-global-color-primary);
}

.icon--PDF a::before {
    content: url(/wp-content/themes/libase-elementor-child-theme-main/assets/img/file-pdf-solid.svg);
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    color: var(--e-global-color-primary);
}



/* Solarenergie */

.elementor-widget-text-editor a::after {
    content: url(/wp-content/themes/libase-elementor-child-theme-main/assets/img/link-out.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 18px;
    padding-left: 3px;
    fill: #00727d;
}


/* Flip-Box Override für Abteilungen */

.li-override .elementor-flip-box h3 {
    background:var(--e-global-color-primary );
    padding: 8px 20px 8px 20px;
    display:block;
    width: 100%;
}

.li-override .elementor-flip-box .elementor-flip-box__layer__overlay {
    padding:0;
}

.li-override .elementor-flip-box .elementor-flip-box__layer__description {
    padding:20px;
}

/* Amtstafel Dateiupload Shortcode */

.home .amtstafel_title {
    font-size: 20px;
    margin: 0;
    display: inline-flex;
}

.amtstafel-title-wrapper {
    font-size: 20px;
    display: flex;
    gap: 15px;
    padding-top: 10px;
}

.amtstafel_title {
    font-size: inherit;
    margin: 5px 0;
    display: flex;
    gap: 15px;
}

.home .amtstafel-datei-outter-wrapper {
    line-height: 20px;
}

.amtstafel-pdf-icon {
    width: 15px;
    height: 16px;
    margin-right: 5px;
}

.home .amtstafel-beschreibung {
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    line-height: 15px;
}

.amtstafel-beschreibung {
    font-size: 15px;
    padding: 5px 0;
}

.home .amtstafel-details {
    line-height: 15px;
}

.home .amtstafel-summary {
    font-size: 13px;
    padding-top: 5px;
}

.amtstafel-summary {
    font-size: 15px;
    padding-top: 5px;
}


@media (max-width: 768px) {
    .amtstafel-title-wrapper {
        font-size: 16px;
    }
}




/*Ausschüsse Personenliste*/
.personen_name {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    border-bottom:1px solid #eeeeee;
}


.ausschuss-details .ausschuss-funktion {
    color: var(--e-global-color-text);
    font-size: 16px;
    width: 160px;
    font-weight: 600;
}

.ausschuss-details .ausschuss-name-person {
    font-size: 20px;
    padding-bottom:4px;
}

.ausschuss-details .ausschuss-fraktion {
    color: var(--e-global-color-text);
    font-size: 16px;
    width:100%;
    margin-left: 160px;
}

.ausschuss-details .ausschuss-fraktion2 {
    color: var(--e-global-color-text);
    font-size: 16px;
    width:100%;
}

.ausschuss-details .mitglieder_titel{
    margin-top:20px;
    font-size: 16px;
    font-weight: 600;
}

.ausschuss-details .ausschuss_mitglieder {
    margin-left:160px;
    display: flex;
    flex-direction: column;    
    padding: 5px 0;
    border-bottom:1px solid #eeeeee;
    
}


@media screen and (max-width: 768px) {
    .ausschuss-details .ausschuss_mitglieder,
    .ausschuss-details .ausschuss-fraktion,
    .ausschuss-details .ausschuss-funktion {
        margin-left: 0;
    }
    .ausschuss-details .ausschuss-funktion {
        width: 300px;
      
    }

}

.li-loop-personen-card {
    min-width: 230px;
}

.li-loop-flex .elementor-grid{
    display: flex;
    flex-wrap: wrap;
}

/*Formular Styling*/

.af-form .acf-field-true-false {
    margin-bottom: 10px;
}

.af-form .acf-true-false label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    
}

.af-form .acf-true-false span {
    font-size: 14px;
}
.af-form .acf-true-false input {
    min-width: 30px;
    height: 18px;
    margin-top: -10px;
}

.af-form .acf-field-true-false .acf-label {
    margin-left: 40px;
    padding-bottom: 7px;
}

