/* CLASSES SIND IM EDITOR UNTER STYLES AUSWÄHLBAR ---------------------------*/

 .bildlinks {
    float: left;
    margin-right: 20px;}

.bildrechts {
    float: right;
    margin-left: 20px;}


.subtitelgross{
    font-size: 2vw;
    color: #a7a7a7;
    line-height: 1;
    margin-top: 0;
    padding: 0;}

.subtitelklein{
    font-size: 1.5vw;
    color: #a7a7a7;
    line-height: 1;
    margin-top: 0;
    padding: 0;}

.wichtig {
    color: #fbb;
    font-weight: 700;
    font-size: 1.05em;}

.quellenangabe{
display: block;
text-align: right;
font-size: 8px;}


.u1-fliess {font-size: 2.3em !important; line-height:1;}
.u2-fliess {font-size: 1.953em !important; line-height:1;}
.u3-fliess {font-size: 1.563em !important; line-height:1;}
.u4-fliess {font-size: 1.25em !important; line-height:1;}

.primarixangebot{}

/* TYPOGRAFISCHES -----------------------------------------------------------*/
 .c5inhalt a, .mainBlock a {
    text-decoration: none;
    color: rgb(110, 108, 44);
    border-bottom: 1px dotted rgb(110, 108, 44);
    font-weight: 400;}
    
    
.c5inhalt a:hover, , .mainBlock a:hover {
    background: rgb(254, 253, 227);
    border-bottom: none;
    color: black;}
    
.nounderline a{border-bottom: none !important;}
a.nounderline{border-bottom: none !important;}