/* lines */
hr {
    border-color: #000000;
}

hr.default {
    border-color: #000000;
}

hr.hight {
    color: #000000;
    background-color: #000000;
    height: 2px;
    margin: 34px 10px 17px 10px;
}

hr.left {
    margin-left: -10px;
}

hr.center {
    margin-left: -15px;
    margin-right: -5px;
}

hr.right {
    margin-right: -10px;
}

hr.hr-colored, .hr-amsuisse {
    border-color: #6f7c7d;
}
hr.hr-colored-first{
    margin-top: 0;
}
hr.hr-colored-last{
    margin-bottom: 40px;
}
hr.breadcrumb-top{
    margin-top: 19px;
}

hr.footer-line{
    margin-bottom: 9px;
}

/* responsive styles */
@media (min-width: 1200px) {
    hr.breadcrumb-bottom{
        margin-bottom: 10px;
    }
    hr.breadcrumb-top{
        margin-top: 19px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    hr.breadcrumb-bottom{
        margin-bottom: 10px;
    }
    hr.breadcrumb-top{
        margin-top: 19px;
    }
}

@media (max-width: 1023px) {
    hr.breadcrumb-top{
        margin-top: 1px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    hr.breadcrumb-bottom{
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    hr.left {
        margin-left: 0px;
    }

    hr.right {
        margin-right: 0px;
    }
    hr.breadcrumb-top{
         margin-bottom: 10px;
     }
    hr.breadcrumb-bottom{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .cfNews-detail .eventborderline-first{
        margin-bottom: 25px;
    }
    .cfNews-detail .eventborderline-second{
        margin: 25px 0;
    }
}
