/*
Copyright bluedoc GmbH


*/
/* 
    Created on : 25.09.2018, 10:36:13
    Author     : markusloffler
*/

.bdv-divider {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 30px 0;
}
.bdv-clearfix {
    zoom: 1;
}
.bdv-divider .bdv-title {
    color: #777;
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 7px 30px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}
.bdv-divider .bdv-title:before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 1920px;
    right: 100%;
    background: #ddd;
}
.bdv-divider .bdv-title:after {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 1920px;
    left: 100%;
    background: #ddd;
}
.bdv-clearfix:before, .bdv-clearfix:after {
    content: "";
    display: table;
}
.bdv-clearfix:after {
    clear: both;
}
.bdv-clearfix:before, .clearfix:after {
    content: "";
    display: table;
}