/*overwrite global*/
#nav{
    height:46px;
}

#header-sticky-container{
    margin-top: 3px;
    margin-bottom: .7em;
    text-align: center;
    height: 46px !important;
}

/*
#header-sticky-container ul{
    list-style: none;
    display: inline-block;
    line-height: 1.6
}


#header-sticky-container li{
    padding: 0px 14px 0px 14px;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Exo 2', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 160%;
    font-size: 1.6rem !important;
    line-height: 4rem;
}
*/

.login.column a{
    background-color: #74B727 !important;
    color: #fefefe;
    padding: .5em 1em;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.login .column a:hover{
    background-color: #1583cc;
}

h3.ce-headline-left{
    color: #222;
    font-size: 1.6rem;
    margin: 1rem 0;
}

ol.flex-control-nav.flex-control-paging {
    color: transparent;
}

.three-teaser h2 a{
    color: #222;
    font-size: 1.6rem;
    line-height: 1.6;
}

.three-teaser h2 a:hover{
    color: #74B727;
}

.three-teaser p a{
    color: #74B727;
    font-weight: 700;
}

.three-teaser .small-4 .csc-frame {
    background-color: #F7F7F7;
    padding: 20px;
    height: 326px;
    text-align: center;
}

.three-teaser .column.grid-col-1, .three-teaser  .column.grid-col-2{
    padding-right: 1.5rem;
    padding-left:0;
}

.three-teaser .column.grid-col-3{
    padding-right: 0;
    padding-left: 0;
    float: right;
}

.three-teaser .small-4 .csc-frame {
    background-color: #F7F7F7;
    padding: 20px;
    height: 326px;
    text-align: center;
}

.news-single .article .news-img-wrap img {
    padding-bottom: 1em;
}

@media only screen and (max-width: 1024px) {

    .maincontent.ce-col {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
}
@media only screen and (max-width: 900px) {
    .three-teaser .small-4 .csc-frame {
        height: 380px;
    }
}

@media only screen and (max-width: 760px) {
    .medium-4 {
        width: 100%;
        padding: .5em !important;
    }
    .owl-pagination {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .small-12.medium-6.large-6.logo.column.grid-col-1.col7-1 {
        margin-left: 1em;
    }
    section.flexfour.flexcol {
        padding: .3em;
    }
    ul.slides {
        margin-left: -1em;
    }
    .mcinner .row.columns.onecol {
        padding: 20px 10px 10px 10px !important;
    }
    .small-12.medium-6.large-6.column {
        margin-bottom: 1em;
    }
}

