/* Add here all your css styles (customizations) */

.clients-section {
    padding: 60px 0;
    position: relative;
    background: white;
    background-position-x: 50%;
    background-position-y: center;
    background-size: auto auto;
    background-size: cover;
    background-position: center center;
}

.partnerimage{
    margin:10px;
}

.rs-caption-1 {
    font-weight: 400;
    
}

.rs-caption-3, .rs-caption-4 {
    color: #fff;
    font-size: 19px;
    font-weight: 200;
}

.rs-caption-2 span {
    background: rgba(255,255,255,0.8);
    color: rgb(29,147,207);
    padding:4px;
    line-height: 160%;

}

.rs-caption-3 span{
    background: rgba(0,0,0,0.4);
    padding:4px;
}

    /*Registration and Login Page v1
    ------------------------------------*/
.reg-page {
    color: #555;
    padding: 10px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

.reg-page fieldset{
    background: #fefefe !important;
}

/*Reg Header*/
.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: solid 0px #eee;
}

.reg-header h2 {
    font-size: 24px;
    margin-bottom: 15px;


}
.sky-form header{
    background: #fefefe !important;
}

/*Reg Forms*/
.reg-page label {
    color: #777;
}



/* Themengebiete */


.topic-block:hover {
    box-shadow: 0 0 8px #eee;
}

.service-block-v1 {
    margin-top: 30px;
}


.service-block-v1 h4{
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}

.topics .topic-title{
    padding-bottom: 30px;
}

.service-block-v1 hr{
    margin-bottom:10px;
    margin-top:0px;
}

.topic-block h4{
    font-size: 10px;
}
.topics .col-sm-6 {
    padding-top:20px;
}

.topics .service-block-v1{
     background: #ffffff;
    margin-bottom:20px;
    margin-top:20px;

}

.topics .service-block-v1 i{
    background: #3498db;
}

.service-block-v1 emph{
    background-color: #d4e9f7;

}

.topic_info .question{
    background-color: #d4e9f7;
}

.logos img{
    max-height: 70px;
    margin-bottom: 25px;
}


.tag-box-v5{
    background: none;
    font-size: 1.1em;
}

@media (max-width: 767px) {
    .about-image .text-right { text-align:left }
}

/* Highlihting of Kernthemen */

.kernthema_filter.btn-success {
    background: #72c02c;

}
.highlight_kernthema{
    box-shadow: 0 0 8px #d7f1c1;
    border: 1px solid #72c02c;
    background: #ffffff !important;

}

.topics .service-block-v1.highlight_kernthema i{
    background: #72c02c;
}

.highlight_kernthema emph{
    background-color: #d7f1c1;
}

.kernthemen .service-block-v1 h4{
    font-size:16px
}

.topics h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.kernthemen .service-block-v1 {
    text-align: center;
    position: relative;
    padding: 10px;
    border: none;
    background: none;
    margin:2px;
}

.kernthemen .col-md-3, .kernthemen .col-md-2{
    padding-right: 1px !important;
    padding-left: 1px !important;
}


.kernthemen .highlight_kernthema{
    box-shadow: 0 0 8px white;
    border: none;
    background: #ffffff !important;

}

@media only screen and (max-width : 975px) {
    .title-banner{font-size: 1.1em;}
    .rs-caption-3{
        margin-top:45px !important;
        font-size: 1.6em;}
}

#logos_header img:hover{
    opacity: 1 !important;
}

.kernthemen h4::after{
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #999;
}

.fragestellungen_filter{
    padding-bottom: 25px;
}

.bg-grey hr{
    border-color: #ddd !important;
}

.link-list a {
    color: #eee;
    font-size: 12px;
    text-transform: none;
}

.link-list li i {

    float: none;
}

.service-block-v1 i {
    line-height: 67px;
}


.rs-caption-3 .btn-u.btn-brd{
    /*background: rgba(255,255,255,0.3);*/
}