.cards .card {
    overflow: hidden;
}
.page-navigation {
    /*display:none;*/
    width: 100%;
    clear: both;
}

figure .caption {
    margin: 32px auto;
    text-align: center;
    width: 70%;
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.96px;
}

.frame-space-before-extra-small {
    margin-top: 1rem;
}
.frame-space-after-extra-small {
    margin-bottom: 1rem;
}
.frame-space-before-small {
    margin-top: 2rem;
}
.frame-space-after-small {
    margin-bottom: 2rem;
}
.frame-space-before-medium {
    margin-top: 3rem;
}
.frame-space-after-medium {
    margin-bottom: 3rem;
}
.frame-space-before-large {
    margin-top: 4rem;
}
.frame-space-after-large {
    margin-bottom: 4rem;
}
.frame-space-before-extra-large {
    margin-top: 5rem;
}
.frame-space-after-extra-large {
    margin-bottom: 5rem;
}

/* boxes (aspect ratio 1.5 x 1)
------------------------------- */
.box-15x10 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-15x10:before {
    display: block;
    content: "";
    width: 100%;
   /* padding-top: 66.66%;*/
}
.box-15x10 > .box-15x10-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* boxes (aspect ratio 363 x 263)
------------------------------- */
.box-36x26 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: 65%;
}
.box-36x26:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 72.45%;
}
.box-36x26 > .box-15x10-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* loader-ellips
------------------------- */
.list-container .page-navigation {
    display: none;
}
.scroll-status, .list-container #load-more-info {
    display: none;
}
.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #333;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot--1,
.loader-ellips__dot--2 {
    left: 0;
}
.loader-ellips__dot--3 { left: 1.5em; }
.loader-ellips__dot--4 { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellips__dot--1 {
    animation-name: reveal;
}

.loader-ellips__dot--2,
.loader-ellips__dot--3 {
    animation-name: slide;
}

.loader-ellips__dot--4 {
    animation-name: reveal;
    animation-direction: reverse;
}

.invalid-feedback, .help-block {
    display: none!important;
}
.form .general-text-container {
    margin-bottom: 30px;
}

.has-error .form-input {
    border-bottom:1px solid #b44141!important;
}
.has-error .checkbox-label {
    color:#b44141!important;
}
.button {
    /*display: inline-block!important;*/
    padding: 17px 20px 17px 27px!important;
    line-height: 1;
    margin-right: 15px;
}
.button span {
    min-width: initial!important;
    padding-right: 22px!important;
    position: relative;
    line-height: 1;
    white-space: nowrap;
}
.button span:after {
    margin: 0 0!important;
    right: 0;
    position: absolute;
}
.buttons-group-container .button {
    margin-right: 15px;
}
.footer p > a {
    color:#5d5d5d;
}

.main-section p > a {
    color: #006937;
}

.general-text-container a {
    display: inline-block;
}

@media (max-width: 600px) {
    .button span {
        width: auto!important;
    }
}

.preview-small {
    padding: 0 0;
}
.videoslider-text {
    margin: 30px 0 0 0;
}

.search-list-container {
    width: 100%;
    margin-bottom: 20px;
}
.result_txt, #kesearch_num_results {
    font-size: 18px;
}
#kesearch_pagebrowser_top a, #kesearch_pagebrowser_bottom a {
    padding: 3px 10px;
    font-size: 20px;
    color:#006937;
}
#kesearch_results a {
    color:#006937;
    padding: 3px 10px;
}
#kesearch_results h3 > a {
    padding: 0 0;
}
.search-list-container .cards .card {
    max-width: 100%!important;
}
.search-list-container .list .card .card-text {
    width: 100%!important;
    background-color: #fafafa;
}
.main-grey-bar-bottom {
    margin-bottom: 0;
    height: 63px;
}
.video-slider {
    margin-top: 20px;
}
.news-img {
    min-height: 260px;
    max-height: 260px;
    overflow: hidden;
}
.news-img > img {
    max-width: 100%;
    height: auto;
}

.cards-container .card:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
    z-index: 2;
}

@media (max-width: 735px) {
    .news-img > img {
        height: auto;
    }
    .news-img {
        overflow: hidden;
        min-height: initial;
    }
}

.news-cards-container {
    padding-left: 15px;
    padding-right: 15px;
}
.green-heading {
    color: #006937;
}
.general-text-container p.text-green,
.general-text-container li.text-green-list {
    margin-left: 90px;
}
.double .general-text-container p.text-green,
.double .general-text-container li.text-green-list {
    margin-left: 0;
}
li.text-green-list > p {
    display: inline;
    color: #006937;
}
.title-btn, .title-btn:hover {
    display: flex;
    padding: 17px 28px;
    width: 230px;
    background-color: #006937;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    text-decoration: none;
    margin-top: 45px;
}

.title-btn, .title-btn:hover .btn-text {
    color: #fff !important;
}
label[for="epeaform-411-epea-topic"], label[for="epeaform-411-epea-nachname"], label[for="epeaform-411-epea-vorname"], label[for="epeaform-411-epea-firma"], label[for="epeaform-411-epea-email"], label[for="epeaform-411-epea-message"]
{
    display:none;
}

label[for="epeaformEN-1929-epea-topic"], label[for="epeaformEN-1929-epea-vorname"], label[for="epeaformEN-1929-epea-nachname"], label[for="epeaformEN-1929-epea-firma"], label[for="epeaformEN-1929-epea-email"], label[for="epeaformEN-1929-epea-message"]
{
    display:none;
}
.slider-description-box > .box-15x10-content {
    /*position: relative;*/
}
.sliderQuote{
    text-align: center;
}
.sliderQuote .button span p{
    color: white!important;
    font-style: normal!important;
    font-size: 12px!important;
    margin-bottom: 0px!important;
}
.sliderQuote .button:hover{
    color: #006937!important;
}
.button-filled:hover span p {
    color: #006937 !important;
}
.sliderQuote .button span p:hover{
    color: #006937!important;
}
.sliderQuote .button span p:focus{
    color: #006937!important;
}
.sliderBox{
    bottom: 0;
    position: absolute;
    margin-bottom: 30px
}
.sliderDescription{
    margin-right: 15px;
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
 /*   .sliderDescription{
        width: 100%!important;
        margin-left: 0%!important;
    }
    .slider-carousel-buttons-bottom .slick-slide p{
        width: 100%!important;
    }*/
    .box-15x10:before {
        height: 600px;
    }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    .box-15x10:before {
        height: 600px;
    }
    .sliderDescription {
        margin-right: 0px;
        max-width: 100%;
        margin-left: 20%;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .sliderDescription{
       /* margin-top: -250px;*/
    }
    .box-15x10:before {
        height: 800px;
    }
    .content-container .slider-carousel-buttons-bottom {
        margin-bottom: -100px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .sliderDescription{
       /* margin-top: -250px;*/}
}


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

@media (max-width: 600px) {
    .container-small .slider-carousel-buttons-bottom .slick-slide .image-container {
        height: 250px; }
    .slider-carousel-buttons-bottom .slick-slide p {
        width: 100%!important; }
    #rightcontentBox .banner-container:first-child {
        display: contents!important;
    }
}

/*Only for IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .col-sm-10{
        flex:none;
    }
}

.newsImage img{
    width:100%;
    height: auto;
}
.form-bottom-container {
    margin-bottom: 30px;
}
.captcha {
    margin-bottom: 0;
}
.captcha + input {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background: none;
}

.captcha + input:focus {
    border-bottom: 1px solid #006937;
    outline:none;
    box-shadow: none;
    background: none;
}
