﻿
/*.RadRotator {
    max-width:100% !important;
}

rrRelativeWrapper {
    max-width: 100% !important;
    height:auto !important;
}

.rrClipRegion {
    width: 200px !important;
   
}

    .rrClipRegion.rrItemsList {
        width: 400px;
        height: auto !important;
    }

    .rrClipRegion.rrItemsList li {
        width: 400px;
        height: auto !important;
    }*/

.refRow {
    padding:20px;
    border-top: 5px solid darkseagreen;
    
}

.refRotator {
    /*background: antiquewhite !important;*/
    max-width: 100%;
}

.refBild {
    border-radius: 50%;
    
    width: 200px;
    height: 200px;
    
    margin-bottom: 10px;
}

.refDatum {
    font-size: .9em;
    font-weight: 400;
    padding-top: 10px;
    color: gainsboro;
}

.refTitel {
    font-size: 1.4em;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #252525;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 5px;
}

.refUntertitel {
    font-size: 1.2em;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #252525;
    margin: 0;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 0px;
}

.refText {
    font-size: 1em;
    
    color: #252525;
    margin: 0;
    font-weight: 300;
    padding-top: 10px;
}

.refInfo {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    line-height:14px;
}

a.refLink {
    color:gray !important;
    font-family: Roboto;
}
a.refLink:hover {
    color: darkseagreen !important;
    
}






