:root {
  --c7-50: #828282;
  --c7-50-contrast: #ffffff;
  --c7-100: #70980d;
  --c7-100-contrast: #000000;
  --c7-200: #256344;
  --c7-200-contrast: #000000;
  --c7-300: #739719;
  --c7-300-contrast: #000000;
  --c7-400: #edb200;
  --c7-400-contrast: #000000;
  --c7-500: #edb200;
  --c7-500-contrast: #ffff;
  --c7-600: #9dc835;
  --c7-600-contrast: #ffffff;
  --c7-700: #eeda00;
  --c7-700-contrast: #000000;
  --c7-800: #868282;
  --c7-800-contrast: #ffffff;
  --c7-900: #9dc835;
  --c7-900-contrast: #ffffff;
  --c7-A100: #e1e5e3;
  --c7-A100-contrast: #000000;
  --c7-A200: #f6e81d;
  --c7-A200-contrast: #000000;
  --c7-A400: #bdf720;
  --c7-A400-contrast: #000000;
  --c7-A700: #f5ca48;
  --c7-A700-contrast: #000000;
}


/* STARTSEITE */
c7-news-carousel-default c7-carousel-default{
    margin: 0;
    padding: 0;
}

c7-news-carousel-default c7-carousel-default .c7-carousel-center{
    width: 100%;
    align-items: center; 
}

c7-news-carousel-default c7-carousel-default .c7-carousel-center .c7-carousel-main{
    padding: 0rem 1rem !important;
}

.c7-carousel-center .c7-tile .c7-tile-inner{
    border-radius: 0;
    background-color: transparent;
}

c7-news-carousel-default c7-carousel-default .c7-carousel-center .c7-tile c7-img{
    height:254px;
    border-radius: 0;
}

c7-news-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body{
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    width: 85%;
    border-radius: 0;
    background-color: rgba(237, 178, 0, .75);    
}

c7-news-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body c7-tile-header{
    margin: 0;
    padding: 2px 9px;
}

c7-news-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body c7-tile-header .c7-tile-title{
    color: white;
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
}

c7-news-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body c7-tile-header .c7-tile-subtitle{
    font-size: 20px;
    line-height: 32px;
    color: white;
}

 c7-carousel-default .c7-carousel-center button{
    height: 81px;
    width: 29px;
    color: black;
    font-size: 2rem;
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

c7-carousel-default .c7-carousel-navigation-wrapper .c7-element-icon-button[disabled]{
    color: rgba(0, 0, 0, .5);
}


c7-event-carousel-default c7-carousel-default{
    margin: 0;
    padding: 0;
}

c7-event-carousel-default c7-carousel-default .c7-carousel-center{
    width: 100%;
    align-items: center;
}


c7-event-carousel-default c7-carousel-default .c7-carousel-center .c7-carousel-main{
    padding: 0rem 1rem !important;
}

.c7-carousel-center .c7-tile .c7-tile-inner{
    border-radius: 0;
    background-color: transparent;
}

c7-event-carousel-default c7-carousel-default .c7-carousel-center .c7-tile c7-img{
    height:254px;
    border-radius: 0;
}

c7-event-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;  
}

c7-event-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body c7-tile-header{
    margin: 0;
    height: 100%;  
    width: 100%;   
    position: absolute;
    bottom: 0rem;
    width: 100%;
    padding: 0;
    margin: 0;  
}

c7-event-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body c7-tile-header .c7-tile-title{
    color: white;
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
    padding: 2rem 9px; 
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(237, 178, 0, .75);   
}

c7-event-carousel-default c7-carousel-default .c7-carousel-center .c7-tile .c7-tile-body c7-tile-header .c7-tile-subtitle{
    font-size: 20px;
    line-height: 32px;
    color: white;
    position: absolute;
    padding: 2px 9px;
    text-shadow: -1px 1px 5px #000;
    top: 1rem;
    background-color: rgba(237, 178, 0, .75); 
}

c7-event-meta .c7-calendar-event-meta{
    display: none;
}

.cm-search{
    width: 58px;
   
    margin-left: auto;
}

.cm-search c7-search-filter-inline{
    
}
c7-search-filter-inline .c7-search-bar-filter-wrapper{
    min-width: 0;
   
    background-color: transparent !important;
    border-radius: 0;
    box-shadow: none;
}

.cm-search c7-search-filter-inline .c7-search-bar-filter-wrapper input{
    display: none !important;
}

c7-search-filter-inline .c7-search-bar-filter-wrapper > .c7-filter-end{
    height: 49px;
    width: 58px;
    transition: all 0.3s ease-in-out;
}
c7-search-filter-inline .c7-search-bar-filter-wrapper .c7-filter-end .c7-search-inline-search-button{
    height: 49px;
    width: 58px;
    border-radius: 7px;
    color: white;
    align-self: center;
    background: url(../images/bg-black.png) repeat scroll 0 0;
    transition: all 0.3s ease-in-out;
}

c7-search-filter-inline .c7-search-bar-filter-wrapper .c7-filter-end .c7-search-inline-search-button:hover{
    background: #edb200;
}

c7-search-filter-inline .c7-search-bar-filter-wrapper > .c7-filter-end c7-icon{
    color: white;
}



/* Newsbereich */
c7-news-list-default ul {
  padding: 0 !important;
  margin: 0 !important;
   list-style-type: none !important;
  list-style:none !important;
}

c7-news-list-default ul  li{
  padding: 0 !important;
 background: none;
  list-style-type: none !important;
  list-style:none !important;
}

c7-category-filter-circle .c7-category-list-wrapper ul li{
   background: none !important;
   list-style-type: none !important;
   list-style:none !important;
   margin-left: 0 !important;
}

.c7-button-toggle-group ul li{
  background: none !important;
  list-style-type: none !important;
  list-style:none !important;
  margin-left: 0 !important;
}

.c7-news-list-default .c7-news-list-default-view article {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}

.c7-news-list-default .c7-news-list-default-view article .c7-news-teaser-content h3{
  padding: 0 !important;
}

.c7-news-list-default .c7-news-teaser-content a:hover{
  color:#739719 !important;
}

.c7-news-teaser-content a {
  text-decoration: none !important;
}

.c7-news-teaser-content a .c7-news-teaser-title{
  color: #edb200 !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-gallery-albums-default c7-gallery-provider ul li{
  background:none !important;
}
.c7-news-list-default c7-news-provider ul li{
  background: none !important;
}
c7-gallery-albums-default c7-gallery-album-default ul li{
  background: none !important;
}
.c7-button-toggle-group ul li{
  background: none !important;
}


/* GEO */
c7-geo-overview-default .c7-geo-overview-default-view c7-button{
  --c7-button-line-height: 34px !important; 
}

c7-geo-overview-default .c7-geo-overview-default-view .c7-tile-title{
  color: #9dc835;
}

.c7-tile .c7-tile-inner{
  border-radius: 0;
}
.c7-tile-body{
 gap: 0;
}
c7-gallery-albums-default .c7-tile-header{
  color: #9dc835;
  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;  
}


/* OZG */

.c7-data-list-item-title{
  font-size: 1.25rem;
}
c7-data-list-item.c7-data-list-item.c7-data-list-action-item.c7-part.hydrated {
    padding: 10px;
}
/* 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;
}
