/*
Theme Name: twenty twenty-five child
Description: Child-Theme von twentytwentyfive
Author: Martin Schlegel
Author URI: http://www.ms-comsign.de
Template: twentytwentyfive
Version: 1.0
Text Domain:  twentytwentyfive-child
*/

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #e6f3ff;
}

/* Vertikales zentrieren im Logobanner*/
.flickity-slider {
  display: grid;
  place-items: center;
}
/* Schriftgröße Downloadmanager*/
.w3eden .card h3 {
  font-size: inherit;
}

/* Focus ohne Rahmen*/
.wp-site-blocks :focus {
  outline-width: 0px;
  outline-style: solid;
}
