
@media (min-width: 576px) {
    .intro .lines {
        background-position: 0 0;
    }

    .news .news-item h2, .procurement-list .item h2 {
        font-size: 1.1rem;
    }

    .project-category .project-list .title {
        font-family: 'Signika', sans-serif;
        font-size: 2rem;
        max-width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

}

@media (min-width: 768px) {
    body {
        padding:30px;
    }

    .no-padding {
        padding:0;
        padding-bottom: 100px;
    }

    .heading .logo-wrapper {
        display: block;
        position: absolute;
        left: 200px;
        top:20px;
        height: 100px;
        width: 70px;
        cursor: pointer;
    }

    .intro .intro-links {
        position: absolute;
        top: 70%;
        left: 200px;
    }

    .intro .intro-links h1 {
        font-size: 3rem;
    }

    .intro .amination-wrapper {
        left:0;
    }

    .breadcrumb{
        font-size: .9rem;

    }

    .breadcrumb .breadcrumb-item a {
        font-size: .9rem;
    }

    .breadcrumb li.date {
        min-width: 90px;
        font-size: .9rem;
        margin-right: 2rem;
        padding: 0.25rem 0.75rem;
    }

    .breadcrumb li:first-child {
        min-width: 90px;
    }
    .breadcrumb .date:after, .breadcrumb li:first-child:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 29px 29px 0 0;
        border-color: #315f66 transparent transparent transparent;
        position: absolute;
        right: -29px;
        top: 0;
        content: '';
    }

    .heading {
        padding-top:30px;
    }

    .heading .left-corner-image {
        background-position: left top;
    }
    .heading .heading-wrapper {
        height: 220px;
    }

    footer {
        position: fixed;
        z-index: 1000;
        width: 100%;
        bottom: 0;
        background-color: #222426;
        padding: 20px 0;

    }

    footer, footer a {
        font-size: .9rem;
    }
    footer .copyright {

    }

    footer ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .intro .lines {
        background-position: 0 0;
    }

    .project h1, .news h1, .about h1, .contact h1, .procurement h1 {
        margin-left: 100px;
        font-family: 'Signika', sans-serif;
        font-size: 2.4rem;
        font-weight: normal;
        margin-bottom: 30px;
    }


    .project.yellow:before{
        border-color: rgba(128,132,43,0.2) transparent transparent transparent;
    }

    .project.green:before{
        border-color: #cedfe1  transparent transparent transparent;
    }

    .project.orange:before{
        border-color: rgba(191,116,23,0.2) transparent transparent transparent;
    }

    .project.purple:before{
        border-color: rgba(78,69,101,0.2) transparent transparent transparent;
    }

    .project .lead, .news .lead, .procurement .lead {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .project p.lead, .news p.lead, .procurement p.lead {
        font-size: 1.2rem;
        font-weight: 400;
        margin-left:30px;
        margin-right:30px;
    }

    .project-category .stripebg {
        padding: 2rem 4rem 2rem;
    }

    .project-category.green .stripebg {
        background-size: cover;
    }

    .project-category.yellow .stripebg {
        background-size:cover;
    }

    .project-category.purple .stripebg {
        background-size: 70% auto;
    }

    .project-category.orange .stripebg {
        background-size: 70% auto;
    }

    .project-category .project-list .title {
        font-size: 2.6rem;
        max-width: 90%;
        margin-bottom: 60px;
    }

    .project-category .project-list .title span {
        height: 10px;
        bottom: -30px;
        width: 20%;
    }
    .project-category .project-list .title span:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: 0;
        right:-10px;
        content: '';
        z-index: 1;
    }
    .project-category:after {
        font-size: 40px;
        bottom: 10px;
        right: 30px;
    }

    .news .news-item h2, .procurement-list .item h2 {
        font-size: 1rem;
    }

    .news .news-teaser {
        padding: 30px 15px;
        font-size: .7rem;
    }

    .news .news-teaser p {
        font-size: .7rem;
    }

    .widgets .widget {
        /*
        padding-top: 15px;
        padding-left:15px;
        padding-right:15px;*/
    }
    .widget > .widget-body {
        padding-left:15px;
        padding-right:15px;
    }

    .widget.projects .title{
        font-size: .8rem;
    }

    .widget.projects .title a{
        font-size: .8rem;
        line-height: .6rem;
    }



    .widget .media-body {
        font-size: .6rem;
        line-height: .8rem;
        margin-bottom: 15px;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    #contact .contact-info i {
               margin-bottom: 40px;

    }

    .mission {
        padding-right: 80px;
    }
    .mission:after {
        position: absolute;
        content: '';
        width:25px;
        height: 50px;
        background: url('../img/blue_edge.png') no-repeat;
        bottom: 20%;
        right:0;

    }
    .mission.bluestripe2 {
        padding-top: 20px;
        padding-left: 130px;
        background: url('../img/id_edge.png') no-repeat;

    }

    .mission h2 {
        margin-left:0;
        margin-bottom: .5rem;
    }

    .staff .infocard {
        background: url('../img/id_edge.png') no-repeat;
        background-color:  #fff !important;
        background-size: 20%;
        margin-bottom: 30px;
        padding-left: 80px !important;
    }

}

@media (min-width: 992px) {
    .intro .lines {
        background-position: 0 0;
    }

    .widget.news .title{
        font-size: .8rem;
        line-height: .9rem;
    }

    .news .news-item h2, .procurement-list .item h2 {
        font-size: 1.1rem;
    }

    .news .news-item, .news .news-item p, .procurement-list .item, .procurement-list .item p {
        font-size: .9rem;
    }

    .news .news-teaser {
        font-size: .9rem;
    }

    .project h3 {
        font-size: 1.7rem;

    }

    .project-category.green .stripebg {
        background-size: 70% auto;
    }

    .project-category.yellow .stripebg {
        background-size: cover;
    }

    .project-category.purple .stripebg {
        background-size: 70% auto;
    }

    .project-category.orange .stripebg {
        background-size: 70% auto;
    }

}

@media (min-width: 1200px) {

    .intro .lines {
        background-position: 0 0;
    }

    .news .news-item h2, .procurement-list .item h2 {
        font-size: 1.2rem;
        margin-bottom: 14px;
    }

    .news .news-item, .news .news-item p, .procurement-list .item, .procurement-list .item p {
        font-size: 1rem;
    }

    .news .news-teaser {
        font-size: 1rem;
    }

}

