/*
 Theme Name:   Divi Child
 Theme URI:    https://flotte.chalvi.de
 Description:  Child Theme für Divi
 Author:       Christian Puschendorf
 Author URI:   https://www.chalvi.de
 Template:     Divi
 Version:      1.0.0
*/

/* Eigene CSS-Anpassungen kommen hier */

/* Open Sans lokal */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/open-sans-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/open-sans-latin-700.woff2') format('woff2');
}

/* Kalender */

/* .entry-content thead th, tr th, tr td {
border-top: 1px solid #eee !important;
padding: 6px 2px !important;
}*/

.schifffahrt-calendar-wrap .fc-daygrid-event {
    border: none !important;
    padding: 2px 4px !important;
    font-size: 12px !important;
    box-shadow: none !important;
}

        .schifffahrt-calendar-wrap {
            margin: 20px 0;
        }

        .schifffahrt-legend {
            margin-top: 18px;
            display: flex;
            flex-wrap: wrap;
            gap: 12px 20px;
        }

        .schifffahrt-legend .legend-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
        }

        .schifffahrt-legend .legend-color {
            width: 18px;
            height: 18px;
            display: inline-block;
            border-radius: 3px;
        }