/*.uk-grid {
  display: flex; 
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
} */

/*!HEADER */
#l-i0r950axa {
  padding-top:7%;
  padding-bottom:7%;
}

/*!Artikelblog-Abstand */
.article-wraper {
  height: 100%;
  padding-bottom: 48px;
  border-top: 1px solid #4a6d00;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
}
.article-wraper-inner {
  padding-top: 48px;
}

.items-leading .article-title .page-header [itemprop="name"] {
  font-size:26px;
}

.item-image {
  padding-bottom: 0px;
  width: 100% !important ;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;

}
.left.item-image {
  margin: 0px 0px 24px 0px !important;
}
  .image-left .blog-item .item-image,
  .image-right .blog-item .item-image {
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
}
.blog .item-image {
  margin-bottom: 0px;
}

/*!FOOTER */
#f1c-qe89el34j {
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
}
#f1c-qe89el34j a {
  color:#fff;
}
#f1c-qe89el34j a:hover {
  color: #becc00;
}

/*Buttons*/
.btn-primary{
  background: #4a6d00;
  color: #fff !important;
  
}
.btn-secondary {
  background: #4a6d00;
  color: #fff;
}
.btn-primary:hover {
  color: #000000 !important;
  background-color: #becc00;
  border-color: #becc00;
}
.btn-secondary:hover {
  color: #000000 !important;
  background-color: #becc00;
  border-color: #becc00;
}
/*! Simple Image Gallery*/
ul.sigFreeClassic li.sigFreeThumb {
  float: left;
  background:#fff!important;
  margin:0 0px 0px 0;
  padding:6px 6px 6px 6px;
  list-style:none!important;
}
/* Contactform */
.jd-simple-contact-form .text-muted {
  color: #000000 !important;
}
/* CONVERT FORMS */
.convertforms .cf-input:required {
  font-size:1em;
  color:var(--input-color);
  background-color:#faffcc;
  padding:var(--input-padding);
  border:solid 1px var(--input-border-color);
  border-radius:var(--input-border-radius);
  text-align:var(--input-text-align);
}
.convertforms .cf-content-wrap,
.convertforms .cf-form-wrap {
  padding:0px;
}
.convertforms .cf-input[type=checkbox],
.convertforms .cf-input[type=radio] {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.convertforms .cf-checkbox-group,
.convertforms .cf-radio-group {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  gap:5px;
  padding:12px 12px 0px 0px;
}
#btn-cf-hw{
  box-sizing: border-box;
  background: #4a6d00;
  color: #fff !important;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  padding: 12px;
}

#btn-cf-hw:hover {
  color: #000000 !important;
  background-color: #becc00;
  border-color: #becc00;
  padding: 12px;
}


/* JEvents Customized */

.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
    float: left;
    height: 23px;
    line-height: 23px;
    text-align: center !important;
    color: #4a6d00 !important;
    font-weight: bold;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #4a6d00;
    border: 1px solid #4a6d00;
}
.jev_toprow div.currentmonth {
    border-top: 1px solid #4a6d00;
    border-bottom: 1px solid #4a6d00;
    margin-bottom: -1px;
}
#jevents_body .jev_toprow div.previousmonth a {
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    color: #FFF;
    background: url(/components/com_jevents/views/flat/assets/images/mini_arrowleft.png) no-repeat center left !important;
    text-decoration: none;
}
#jevents_body .jev_toprow div.nextmonth a {
    padding-right: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    background: url(/components/com_jevents/views/flat/assets/images/mini_arrowright.png) no-repeat center right !important;
    text-decoration: none;
}
#jevents_body .cal_today a.cal_daylink {
    background-color: #4a6d00;
    padding: 4px;
    border-radius: 10px;
    color: #FFFFFF;
}
#jevents_body .cal_today a.cal_daylink:hover {
    border-left: 1px solid #4a6d00;
    background-color: #fff;
    border: 1px solid #4a6d00;
    padding: 4px;
    border-radius: 10px;
    color: #4a6d00;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #4a6d00;
    color: #FFF;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #FFF;
    border-left: 1px solid #4a6d00;
  color: #4a6d00;
}

.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid #4a6d00;
    border-left: 0px;
}
.nav-items > div:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #4a6d00;
}

.nav-items > div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #4a6d00;
}
#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #CCC;
    border-left: 1px solid #4a6d00;
    color: #000;
}

.nav-items > div:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #4a6d00;
}

.nav-items > div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #4a6d00;
}
