/* Startseite */
:root {
  --c7-50: #fcfaeb;
  --c7-50-contrast: #000000;
  --c7-100: #fcf5c7;
  --c7-100-contrast: #000000;
  --c7-200: #FFB300;
  --c7-200-contrast: #000000;
  --c7-300: #4f6e88;
  --c7-300-contrast: #000000;
  --c7-400: #0066b3;
  --c7-400-contrast: #000000;
  --c7-500: #1874bb;
  --c7-500-contrast: #ffff;
  --c7-600: #ffdd00;
  --c7-600-contrast: #000000;
  --c7-700: #bf9f28;
  --c7-700-contrast: #000000;
  --c7-800: #0e5486;
  --c7-800-contrast: #ffffff;
  --c7-900: #1874bb;
  --c7-900-contrast: #ffffff;
  --c7-A100: #FFB300;
  --c7-A100-contrast: #000000;
  --c7-A200: #1c73b7;
  --c7-A200-contrast: #000000;
  --c7-A400: #4f6e88;
  --c7-A400-contrast: #000000;
  --c7-A700: #FFB300;
  --c7-A700-contrast: #000000;
}
/* Newsbereich */
c7-news-list-default ul {
  padding: 0 !important;
  margin: 0 !important;
}

c7-news-list-default ul  li{
  padding: 0 !important;
 background: none;
}

c7-button{
  --c7-button-color: #1874bb;
  --c7-button-color-hover: #4f6e88;
  --c7-button-text: white;
  --c7-button-text-hover: white;
  font-size: 1.1rem;
  font-weight: 400;
}

.c7-news-list-default .c7-news-list-default-view article {
  background: transparent;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}

.c7-news-teaser-content a {
  text-decoration: none !important;
}

.c7-news-teaser-content a .c7-news-teaser-title{
  color: #1874bb !important;
  font-size: 22px !important;
  font-weight: normal !important;
  line-height: 28px !important;
}

c7-category{
  padding: .2rem 1rem;
  color: white;
}


/* FORM */

c7-form .swiper-slide{
  padding: 0;
}
c7-form input[type="text"] {
  background: transparent;
  color: #2f2f2f;
  margin-top: 0;
  padding: 0;
}

/* FOTOALBUM */

c7-gallery-albums-defaul .c7-tile{
  gap: 0;
}

.c7-tile .c7-tile-inner{
  border-radius: 0;
}
.c7-tile-body{
 gap: 0;
}
c7-gallery-albums-default .c7-tile-header{
  background-color: #1874bb;
  text-align: center;  
}
c7-gallery-albums-default .c7-tile-title {
  color: white;
  line-height: normal;
}

c7-gallery-albums-default .c7-tile-subtitle {
  color: white;
  line-height: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
}

.c7-gallery-album-after{
  padding-top: 1.5rem;
}

/* Veranstaltungen */
c7-category-filter-circle {
  --c7-category-filter-bg-color: #f6f6f6;
  --c7-category-filter-primary-color: var(--c7-500, black);
  --c7-category-filter-primary-color-contrast: white;
  --c7-category-icon-size: 40px;
  --c7-category-icon-circle-size: 80px;
  --c7-category-expansion-toggle-width: 35px;
  --c7-category-expansion-toggle-height: 35px;
  --c7-category-expansion-toggle-background-color: var(--c7-category-filter-primary-color);
  --c7-category-expansion-toggle-icon-color: white;
  --c7-category-expansion-toggle-icon-size: 35px;
  --c7-category-icon-backgroundColor: white;
}

c7-category-filter{
  --c7-filter-primary: var(--c7-500, black);
  --c7-filter-primary-contrast: white;
}

.event-categories-wrapper .c7-row-marker .c7-row-marker-item {
  color: white !important;  
}

.c7-calendar-export .c7-calendar-export-button .export-button-dropdown .c7-button {
  --c7-button-color: #1874bb;
  --c7-button-color-hover: #4f6e88;
}

/* OZG */

.c7-data-list-item-title{
  font-size: 1.25rem;
}

/* GEO */

.c7-geo-overview-default-inner ul li{
  background:none !important;
  padding: 0 !important;
}

.c7-geo-overview-default-inner ul{
  padding: 0;
}
c7-map{
  padding-bottom: 2rem;
}