/* ====================================================================================================================
 * Anpassungen Sevenskills
 * ====================================================================================================================*/
.tx-ws-flexslider .caption-text {
    position: absolute;
    width: 100%;
    margin:0;
    background: transparent;
    padding:3em;
}

.tx-ws-flexslider .caption-title {
    display:none;
}


/* @Header
-------------------------------------------------------------- */       

.tx-ws-flexslider .caption-text {
    background:transparent;
}

.flexslider {
    border:0px solid #fff;
}


.tx-ws-flexslider .caption-align-left .caption-text {
    left: 10%;
    top: 30%;
    right: 10%;
}


.tx-ws-flexslider .caption-text {
    width: auto;
}


.tx-ws-flexslider h1 {
    color:#fff;
    font-weight:normal;
    margin-bottom: 1em;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.63);
}


.tx-ws-flexslider .btn-primary {
    font-size:1.4em;
    padding:0.2em 2em;
}

.tx-ws-flexslider .caption-text {
    width: auto;
}

.flexslider .slides img { height: auto; }


@media screen and (max-width: 860px) {
  
    .tx-ws-flexslider .caption-align-left .caption-text {
        left: 2%;
        top: 2%;
        right: 2%;
        padding:0.5em;
    }
    
    .tx-ws-flexslider .btn-primary {
        font-size:0.8em;
        padding:0.3 em 1em;
    }
    .tx-ws-flexslider h1 {
        font-size:1.2em;
        margin-bottom: 1em;
    }

}


@media screen and (min-width: 861px) {
  
  .slides li div.caption .captiontitle { font-size: 18px; font-weight: normal; margin-bottom: 5px; text-align: right; }
  .slides li div.caption .captiontext { font-size: 12px; line-height: 15px; }

}