/* ÜBERSCHRIFT #01 */
h1 {
    display: inline;
    margin: 0 auto 5px auto;
    color: #BAB5B5;
    font-family: 'Antonio', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}



h6 {
        color: #BAB5B5;
        background-color: #451111;
        text-align: left;
        line-height: 100%;
        margin-top: 6px;
        font-weigh: light;
        text-shadow: 1px 1px 1px #000000;

        font-family: 'Monda';
        font-size: 10px;
}

.alink6 a {
        color: #BAB5B5;
        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: #BAB5B5;
        background-color: #BAB5B5;
        opacity: 0.6;
}


/* ÜBERSCHRIFT #02 */
h2 {
    display: block;
    margin: 0 auto 10px auto;
    padding: 0 0 3px 0;
    border-bottom: 1px dotted #BAB5B5;
    color: #BAB5B5;
    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: #BAB5B5;
}

h2.sub span {
        color: #BAB5B5;
        display: block;
        margin: 5px auto 0 auto;
        border-bottom: 0px;
        border-top: 1px dotted #BAB5B5;
        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: #BAB5B5;
    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: #BAB5B5;
}

h3.sub span:before {
    margin: 5px auto 2px auto;
}

h3.sub:after {
    display: none;
}

h3.sub span {
    display: block;
    color: #BAB5B5;
    font-family: 'Tahoma', sans-serif;
    font-size: 7px;
    letter-spacing: 3px;
    text-align: right;
}

h4 {

        color: #BAB5B5;
        display: block;
        box-sizing: border-box;
        margin: 14px auto;
        padding: 14px 16px 10px 16px;

        background: linear-gradient(90deg, rgba(180,0,0,0.15) 0%, rgba(0,0,0,0) 60%);
        border-bottom: 3px solid #b40000;

        letter-spacing: 3px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;

        font-family: 'Antonio', sans-serif;
        font-size: 23px;
        font-weight: 600;

        text-shadow:
        0 0 6px rgba(255,0,0,0.35),
        0 0 2px rgba(255,255,255,0.25);

        position: relative;
}



/* ÜBERSCHRIFT #03 */
h5 {
    display: block;
    margin: 0 auto 10px auto;
    color: #BAB5B5;
    font-family: 'Antonio', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h5:after,
h5.sub span:before {
    display: block;
    content: '';
    padding: 2px;
    margin: 2px auto 5px auto;
    background: #BAB5B5;
}

h5.sub span:before {
    margin: 5px auto 2px auto;
}

h5.sub:after {
    display: none;
}

h5.sub span {
    display: block;
    color: #BAB5B5;
    font-family: 'Tahoma', sans-serif;
    font-size: 7px;
    letter-spacing: 3px;
    text-align: right;
}


h7 {
font-size:10pt;
font-family: antonio;
font-weight: normal;
text-transform:uppercase;
line-height:120%;
padding:1px;
color:#BAB5B5;
margin:1px;
display:block;
letter-spacing: 1px;
border: 1px #5a1b16;
background: #5a1b16;
padding: 5px 5px 10px 7px;
}


h8 {
font-size:12pt;
font-family: antonio;
font-weight: normal;
text-transform:uppercase;
line-height:120%;
padding:1px;
color:#BAB5B5;
margin:1px;
display:block;
letter-spacing: 1px;
border: 1px #0a0e11;
background: #0a0e11;
padding: 3px 3px 3px 7px;
}

/* ÜBERSCHRIFT #09 */
h9 {
    display: block;
    margin: 0 auto 10px auto;
    padding: 0 0 3px 0;
    border-bottom: 1px double #BAB5B5;
    color: #BAB5B5;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
}

h9.sub {
    border-bottom: 0px;
}

h9:before {
    float: left;
    content: '';
    margin: 4px 10px 0 0;
    padding: 5px 10px;
    background: #BAB5B5;
}

h9.sub span {
        color: #BAB5B5;
        display: block;
        margin: 5px auto 0 auto;
        border-bottom: 0px;
        border-top: 1px  #BAB5B5;
        letter-spacing: 2px;
        text-shadow: none;
        text-transform: uppercase;

        font-family: 'Tahoma', sans-serif;
        font-size: 7px;
}
		
		
h10 {
font-size:15px;
font-family: Antonio;
font-weight: normal;
text-transform:uppercase;
line-height:120%;
padding:1px;
color:#BAB5B5;
margin:1px;
display:block;
letter-spacing: 1px;
border: 1px #141d22;
background: #141d22;
padding: 3px 3px 3px 7px;
}

h11 {
    display: inline;
    margin: 0 auto 5px auto;
    color: #BAB5B5;
    font-family: 'Antonio', sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h12 {
    display: inline;
    margin: 0 auto 5px auto;
    color: #BAB5B5;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}


h13 {
font-size:40px;
font-family: Parisienne;
font-weight: normal;
background-color: #273941;
text-transform:none;
line-height:120%;
text-align: center;
padding: 15px 13px 8px 13px;
color:#BAB5B5;
margin: 10px auto;
display:block;
letter-spacing: 1px;
border-bottom: 5px solid #BAB5B5;
padding: 3px 3px 3px 7px;
display: block;
        box-sizing: border-box;
}

h14 {
    display: inline;
    margin: 0 auto 5px auto;
    color: #BAB5B5;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;

}

h15 {
    color: #BAB5B5;
    font-family: 'Graduate', sans-serif;
    font-size: 20px;
    font-weight: normal;
text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
background: #0e1417;
display: block;
        box-sizing: border-box;
        margin: 10px auto;
        padding: 15px 13px 8px 13px;
        border-bottom: 5px solid #0e1417;
}

h16 {
    display: inline;
    margin: 0 auto 5px auto;
    color: #BAB5B5;
    font-family: 'Antonio', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: italic;
}
		
h17 {
    display: inline;
    margin: 0 auto 5px auto;
    color: #000000;
    font-family: 'Antonio', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
		
h21 {
        background: linear-gradient(45deg,#535B66,#3E4753,#0a0e11);
        color: #BAB5B5;
        display: block;
        box-sizing: border-box;
        margin: 10px auto;
        padding: 15px 13px 8px 13px;
        border-bottom: 5px solid #BAB5B5;
        letter-spacing: 2px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;

        font-family: 'City', sans-serif;
        font-size: 21px;
        font-weight: normal;
}

h22 {
        background: #0a0e11;
        color: #BAB5B5;
        display: block;
        box-sizing: border-box;
        margin: 10px auto;
        padding: 15px 13px 8px 13px;

        letter-spacing: 2px;
        line-height: 35px;
        text-align: center;
        text-transform: uppercase;

        font-family: 'urban', sans-serif;
        font-size: 32px;
        font-weight: normal;
}		