/*-----------------------------------------------------------------------------------*/
/* Custom CSS, Template: J51 Layla Joomla 4 */
/*-----------------------------------------------------------------------------------*/
/* TV Zell-Weierbach, Ruediger Wurth */
/* Letzte Aenderung: 2022-12-23 */

/* ---------- global ------------*/
p {
    margin-bottom: 0.7rem;   /* Abstand unter p */
}
table p {
    margin-bottom: 0.2rem;  /* Abstand unter p in Tabelle */
}

/* ----------- Startseite ------------- */

/* Slideshow */
/*.slideshowcontainer {
    margin-bottom: 20px !important;  /* Abstand unterhalb */
}*/

.j51rotate-nav {
    display: none !important;
}

#j51rotate134-controls {
    display: none !important; 
}

/* box "Neuste Beiträge" und "Termine" und "Sportmenu" */
.module.box-shadow .module_surround {
    padding-top: 20px !important;  /* in Box: Ueberschrift Abstand nach oben verkleinern */
}

.box-shadow {
    background-color: rgba(245, 245, 245, 1);
    height: 90%;   /* beide gleiche Höhe */
    width: 90%;    /* alle 3 jeweils 90% ihres Bereichs */
    margin-left: 5%;  /* horizontal mittig */
    /* box-shadow: 0 1px 1px rgb(0 0 0 / 3%), 0 2px 2px rgb(0 0 0 / 4%), 0 4px 4px rgb(0 0 0 / 5%), 0 4px 8px rgb(0 0 0 / 5%); */
}

/* box "Sportangebot" */
.sidecol_block {
    padding-top: 25px;  /* zusaetzlicher Abstand oberhalb der Box "Sportmenu" */
}

/* fuer schmalen Screen: ueberschreibe definition in nexus.css */
@media only screen and (max-width: 767px) {
  .sidecol-a .module:first-of-type .module_surround {
    padding-top: 25px !important;  /*  in der Box: Abstand Ueberschrift nach oben */
  }
}

/* Startseite, Liste weiterer Beiträge */
div.items-more::before {
    content: " Weitere Beiträge:";
    font-size: 2rem;
    line-height: 3rem;
}

div.copyright a {
    color: #c8c8c8;
}

/* ----------- Kategorieansicht ------------- */

/* Kategorieansicht Umbruch */
.com-content-categories__item {
    display: block;
}

/* Kategorieansicht Überschriften fett */
.com-content-categories__item div:first-child a {
    font-weight: bold;
}

/* ------------- Uebungleiter: Bilder ------------- */
/* Extension: "tooltips" */
[data-tooltips][data-tooltips-is-image] {
    border-bottom: 1px dashed #5788D5;
    display: inline;
    color: #1a1a70;
}

/* ----------- Tabelle: hallenbelegung ------------- */
h3.hallenbelegung { 
    margin-top: 25px;
    font-weight: bold; 
} 

table.hallenbelegung { background-color: #f4f4ff; border-style:solid; border-color:#336699; border-width: 2px; }
tr.belegungtop { background-color: #e8e8ff; border-style:solid; border-color:#336699; border-width: 2px; }
.hallenbelegung td { height: 25px; border-style:solid; border-color:#336699; border-width: 2px; }

table.hallenbelegung p { 
    padding-left: 5px; 
    padding-right: 5px; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    line-height: 1.25em;
}

/* die Links innerhalb der Tabelle Hallenbelegung sollen schwarz bleiben */
table.hallenbelegung a:link { color: #000000 !important; }
table.hallenbelegung a:visited { color: #000000 !important; }

/* Tabelle Sonderbelegung */
table.tablenice1 p {
    margin-bottom: 0;  /* Abstand unter p in Tabelle */
}
table.tablenice1 {
    line-height: 1.25em;
}

