h6 {
        color: #61120a;
        background-color: #B1AB96;
        text-align: left;
        line-height: 100%;
        margin-top: 6px;
        font-weight: light;
        text-shadow: 1px 1px 1px #000000;

        font-family: 'Monda';
        font-size: 10px;
}

.alink6 a {
        color: #61120a;
        transition-duration: 0.5s;
        transition-property: all;
        transition-timing-function: ease;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;

        text-decoration: none;
}

.alink6 a:hover {
        color: #61120a;
        background-color: #61120a;
        opacity: 0.6;
}

/* ÜBERSCHRIFT #05 */
h7 {
        color: #61120a;
        font-family: 'Delius Unicase', cursive;
        font-size: 55px;
        font-weight: normal;
        line-height: 48px;
        margin: 0 0 50px;
        text-align: center;
        text-shadow: 1px 1px 2px #082b34;
}

/* ÜBERSCHRIFT #02 */
h2 {
    display: block;
    margin: 0 auto 10px auto;
    padding: 0 0 3px 0;
    border-bottom: 1px dotted #61120a;
    color: #61120a;
    font-family: 'Economica', sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
}

h2.sub {
    border-bottom: 0px;
}

h2:before {
    float: left;
    content: '';
    margin: 4px 10px 0 0;
    padding: 5px 25px;
    background: #61120a;
}

h2.sub span {
        color: #61120a;
        display: block;
        margin: 5px auto 0 auto;
        border-bottom: 0px;
        border-top: 1px dotted #61120a;
        letter-spacing: 2px;
        text-shadow: none;
        text-transform: uppercase;

        font-family: 'Tahoma', sans-serif;
        font-size: 7px;
}

/* ÜBERSCHRIFT #03 */
h3 {
    display: block;
    margin: 0 auto 10px auto;
    color: #61120a;
    font-family: 'Economica', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3:after,
h3.sub span:before {
    display: block;
    content: '';
    padding: 2px;
    margin: 2px auto 5px auto;
    background: #61120a;
}

h3.sub span:before {
    margin: 5px auto 2px auto;
}

h3.sub:after {
    display: none;
}

h3.sub span {
    display: block;
    color: #61120a;
    font-family: 'Tahoma', sans-serif;
    font-size: 7px;
    letter-spacing: 3px;
    text-align: right;
}

h4 {
        background: #eadd9a;
        color: #61120a;
        display: block;
        box-sizing: border-box;
        margin: 10px auto;
        padding: 15px 13px 8px 13px;
        border-bottom: 5px solid #61120a;
        letter-spacing: 2px;
        line-height: 19px;
        text-align: center;
        text-transform: lowercase;

        font-family: 'Anton', sans-serif;
        font-size: 21px;
        font-weight: normal;
}


h8 {
font-size:6.5pt;
font-family: Arial;
font-weight: normal;
text-transform:uppercase;
line-height:120%;
padding:1px;
color:#61120a;
margin:1px;
display:block;
letter-spacing: 1px;
border: 1px #1F2A53;
background: #eadd9a;
padding: 5px 5px 10px 7px;
}



