.img-ksc-1 {
    width: auto !important;
    height: 150px !important;
    margin: 0 auto !important;

}

.img-ksc-2 {
    width: 150px !important;
    margin: 0 auto !important;
}

.filterGray {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

/* Kundenportal - neu - Start */
#wn-neu-kundenportal {
    position: relative;
}

#wn-neu-kundenportal div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    background-color: #c39f18;
    top: 22px;
    left: 140px;
}

#wn-neu-kundenportal div p {
    margin-top: 18px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}


@media only screen and (max-width: 1200px) {
    #wn-neu-kundenportal div {
        left: 95px;
    }
}

@media only screen and (max-width: 992px) {
    #wn-neu-kundenportal div {
        left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    #wn-neu-kundenportal div {
        left: 210px;
    }
}

@media only screen and (max-width: 575px) {
    #wn-neu-kundenportal div {
        left: 130px;
    }
}
/* Kundenportal - neu - Ende */

.wnflux-btn-margin {
    max-width: 200px;
    margin-top: 25px;
    margin-left: 25px;
    display: inline-block !important;
}

.headline-box-container, .headline-box-img-container, .headline-box-video-container, .headline-box-video-vimeo-container {
    border: 1px solid #035149;
    height: 230px;
    position: relative;
    display: block;
}

@media only screen and (max-width: 991px) {
    .headline-box-img-container {
        margin-bottom: 40px;
    }
}

.headline-box-container {
    overflow: hidden;
}

.headline-box-video-container, .headline-box-video-vimeo-container {
    overflow: hidden;
    cursor: pointer;
}

.headline-box-video-container:before, .headline-box-video-vimeo-container:before {
    position: absolute;
    transition: all .4s;
    width: 90px;
    height: 90px;
    padding: 19px 10px 10px 28px;
    font: normal normal normal 50px/1 FontAwesome;
    content: "\f04b";
    color: #035149;
    background-color: white;
    border-radius: 50%;
    left: 0;
    top: 50%;
    border: 1px solid #035149;
    z-index: 2;
    right: 0;
    margin: auto;
    margin-top: -45px;
}

.headline-box-video-container:hover:before, .headline-box-video-vimeo-container:hover:before {
    opacity: 0.2;
}

.headline-box-headline {
    background: #035149;
    color: #fff;
    padding: 15px;
}

.headline-box-headline span {
    font-size: 12px;
}

.headline-box-img-headline {
    background: #035149;
    color: #fff;
    padding: 5px 15px;
}

.headline-box-img-container:after {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    transition: all .5s;
    bottom: -15px;
    right: -15px;
    position: absolute;
    color: #035149;
}

.headline-box-img-container:hover:after {
    opacity: .5;
}

.headline-box-img-container:hover img {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
}

.headline-box-content {
    padding: 15px;
    background: #fff;
}

.headline-box-img-content {
    overflow: hidden;
}

.headline-box-img-content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    display: block;
    -o-transition: .5s ease-in-out;
}

.headline-box-content span {
    float: right;
}

.headline-box-content ul {
    padding: 0;
    list-style: none;
}

.headline-box-content ul li {
    line-height: 1.7;
}

.closemodal {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #000;
    z-index: 1;
    font-size: 15px;
    border-radius: 50%;
    border: 2px solid #000;
    width: 20px;
    height: 20px;
    padding: 0px 2.5px;
    background: #fff;
    cursor: pointer;
}
