/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/





a.footerbox {
    text-decoration: underline !important;
}


.tabellen-ibd th {
    background-color:#eeeeee;
    color: #333333 !important;   
    font-size: 14px !important; 
}

.tabellen-ibd td {
    font-size: 14px !important; 
}


.tabellen-ibd thead {
    border: 0px !important;
}

.tabellen-ibd table th {
    padding: 10px 20px 10px 20px !important;
}


.sterne-tabelle td  {
    font-size: 14px !important;
}


/* Spannwellen Formular Störer */

.form-hinweis {
    border: 1px solid #333333;
    padding: 20px;
}


/* Footer Menü Aufzählung */

ul.footer_navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;    
}


/* Sterne Tabellen Überschrift */

.sternetabellen_h {
    color: #333333 !important;
    font-weight: 600 !important;
}


/* Zwischenüberschriften mit Hintergrund */

div.sub-lines > p {
    width:max-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e5007d;
    color: white;
    text-transform: uppercase;
}


/* Aufzählungen im Text  */

.ibd_aufzaehlung ul li::marker, 
ol li::marker {
  color: #e5007d;
  font-size: 1.4em;
}



/* Lighbox */

.wpgb-lightbox-title {
    display: none;
}


/* Tabelle Lagereinheiten */

.tg-2uhc {
    display: none;
}

/* Klapplager Tabellen */

.kl-tabelle td {
	font-size: 14px !important;
}


/* Sterne Tabellke */

.spannwellen-container {
    display: flex;
    flex-wrap: wrap;
}

.spannwellen-item,
.spannwellen-item-empty {
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
}

.spannwellen-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.clearfix {
    clear: both;
}

.spannwellen-item:nth-child(2n+1) {
    margin-bottom: 50px;
}

.sterne-tabelle {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sterne-tabelle tr {
    display: flex;
    width: 100%;
}

.sterne-tabelle td {
    flex: 1;
    display: flex;
    align-items: center;
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 767px) {
    .spannwellen-item,
    .spannwellen-item-empty {
        width: 100%;
    }

    .spannwellen-item:nth-child(2n+1) {
        margin-bottom: 50px;
    }

    .spannwellen-item {
        margin-bottom: 50px;
    }

    .spannwellen-item:last-child {
        margin-bottom: 0;
    }
}
