/* Individuelle Styles Gemeinde*/
/*Basisfarben:

*/
/*Allgemein*/
.section-column.subcontent-wrap .frame.frame-type-shortcut {
    position: relative;
    text-align: left;
    bottom: 0;
    padding: 0;
} 
/*NEWS List*/
.row.news-list-item {
margin: 0 -20px 0 -20px;
padding: 1rem 0 1rem 0;
border-bottom: 1px solid rgba(69,104,0,0.5);
}
.row.news-list-item h3 {
  font-size: 1.5rem;	
}
.news .page-navigation p {
display: none;
}
.list-group-item:first-child, .list-group-item {
  border:none;
}
@media (min-width: 768px) {
.news-list-item .img-responsive {
    width: 100%;
    height: auto;
}
}
@media (min-width: 200px)and (max-width: 767px) {
.news-list-item .img-responsive {
    width: auto;
    max-height: auto;
}
#page-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
} 
}
/*Ende NEWS List*/
/* Bilder Galleries*/
.gallery-row:last-child {
 margin-bottom: 1rem;
}
/* Ende Bilder Galleries*/
.lead {
    font-size: 1rem;
    font-weight: 400;
    padding: 1rem 0;
}

/*Pagination*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 14px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/*Ende Pagination*/
/*Accordion*/
.mb-0 .btn-link {
  font-weight: 400;
  color: #456800;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) { 
.news-list-item col-md-3 {
    flex: 0 0 25%;
    max-width: none;
} 
}
.img-responsive {
width: 100%;
height: 100%;
}
/*Vorlage Media Queries*/
@media (min-width: 200px) { 
.frame {
    position: relative;
    /*padding-top: 2rem;*/
    padding-bottom: 2rem;
} 
}



@media (min-width: 992px) { ... 
}

@media (min-width: 1200px) {...

}
/*Anfang - Einstellungen Karussel*/
.carousel .carousel-fade .slide {
  perspective: initial !important;
  transform: initial !important;
  height: auto;
}

@media (min-width: 1401px)and (max-width: 1920px){
.carousel .carousel-content-inner {
  max-width: 1920px;
}
.carousel-item-type-image .carousel-image img {
  min-width: 100%;
}
.carousel .item {
  height: auto;
}
.frame-type-carousel_fullscreen {
margin-top: -30px;
}
}
@media (min-width: 1201px)and (max-width: 1400px){
.carousel .carousel-content-inner {
  max-width: 1400px;
}
.carousel-item-type-image .carousel-image img {
  min-width: 110%;
}
.carousel .item {
 height: auto;
}
}
@media (min-width: 993px)and (max-width: 1200px){
.carousel .carousel-content-inner {
  max-width: 1200px;
}
.carousel-item-type-image .carousel-image img {
  min-width: 110%;
}
.carousel .item {
  height: auto;
}
}
@media (min-width: 769px)and (max-width: 992px){
.carousel .carousel-content-inner {
  max-width: 992px;
  
}
.carousel-item-type-image .carousel-image img {
  min-width: 110%;
}
.carousel .item {
height: auto;
}
}
@media (min-width: 577px)and (max-width: 768px){
.carousel .carousel-content-inner {
  max-width: 768px;
}
.carousel-item-type-image .carousel-image img {
  min-width: 110%;
}
.carousel .item {
  height: auto;
}
}
@media (min-width: 375px)and (max-width: 576px){
.carousel .carousel-content-inner {
 height: auto;
}
.carousel-item-type-image .carousel-image img {
  min-width: 100%;
}
.carousel .item {
 height: auto;
}

}
@media (max-width: 374px){
.carousel .carousel-content-inner {
  max-width: 374px;
}
.carousel-item-type-image .carousel-image img {
  min-width: 100%;
}

}
/*Ende - Einstellungen Karussel*/

