h1.h2 {
    text-align: center;
    font-family: 'Alfa Slab One';
    font-size: 20px;
    line-height: 34px;
    /* text-transform: uppercase; */
    margin-bottom: 50px;
    position: relative;
    color: #495961;
    letter-spacing: 0.05em;
}

h1.h2 em {
    font-style: normal;
    color: #8f9ea6;
}

h2.special-black,
h2.special-white {
    text-align: center;
    font-family: 'Titillium Web';
    font-size: 20px;
    line-height: 34px;
    /* text-transform: uppercase; */
    margin-bottom: 50px;
    position: relative;
    color: #0061ae;
    letter-spacing: 0.01em;
    font-weight: 700;
}

h1.h2 {
	margin-bottom: 0px;
}

h2.special-white{
    color:white;
}


/* h2.special-black:after,
h2.special-white:after,
h1.h2:after{
    content: ' ';
    display: block;
    width:60px;
    height:9px;
    background: url('/wp-content/themes/vollbild-autopark/assets/images/Icons/h2_center_blue.png');
    background-repeat: no-repeat;
    vertical-align: text-top;
    margin: 6px auto 0 auto;

} */


/* @media(min-width: 980px){
    h2.special-black:before,
    h2.special-black:after,
    h2.special-white:before,
    h2.special-white:after,
	h1.h2:before,h1.h2:after{
        content: ' ';
        display: inline-block;
        width:80px;
        height:9px;
        background: url('/wp-content/themes/vollbild-autopark/assets/images/Icons/h2_left_blue.png');
        vertical-align: text-top;
        margin-top:12px;

    }
    h2.special-black:after,h1.h2:after{
        background: url('/wp-content/themes/vollbild-autopark/assets/images/Icons/h2_right_blue.png');
    }
    h2.special-white:before{
        background: url('/wp-content/themes/vollbild-autopark/assets/images/Icons/h2_left_white.png');

    }
    h2.special-white:after{
        background: url('/wp-content/themes/vollbild-autopark/assets/images/Icons/h2_right_white.png');
    }
} */


@media(min-width: 768px){
    h2.special-black,
    h2.special-white,
	h1.h2{
        font-size: 36px;
        /*line-height: 40px;*/
    }
}

/*text*/
p{
    font-family: 'Titillium Web';
    font-size: 18px;
    line-height: 26px;
    color: RGBA(0,0,0,0.7);
}

form p {
	color: inherit;
}