/*
 * Copyright 2021 FIZ Karlsruhe - Leibniz-Institut fuer Informationsinfrastruktur GmbH
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.event-date-wrapper,
.event-date {
  display: inline-block;
}

.date-picker .day.highlight {
  font-weight: bold;
  color: #a5003b;
}

.static-content .node--type-event h2 {
  margin-bottom: 0;
}

.static-marginal .views-field-field-category-event .views-label-field-category-event,
.static-marginal .views-field-field-date-period .views-label-field-date-period,
.static-marginal .views-field-field-place .views-label-field-place {
  font-size: 16px;
  font-weight: bold;
}

.static-marginal .views-field-field-category-event .field-content {
  font-size: 16px;
}

#block-views-block-events-block-1 .block-title {
  margin: 20px 0 10px 0;
}
