/**
 * @file
 * Styles for Startup Growth Lite's pagination.
 */

/* Using .pager selector on the first one to override .region-content ul. */
nav.pager {
    text-align: center;
    width: 100%;
}
.pager__items {
  margin: 20px 0 20px;
  padding: 0;
}
li.pager__item {
  padding: 0;
  margin: 0;
  border-bottom: none;
  font-size: 16px;
}
li.pager__item > a {
    padding: 7px 5px;
    border: none;
    color: #d86692;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 1;
    background: transparent!important;
}
li.pager__item > a:hover {
  background-color: transparent;
}
li.pager__item.is-active a, li.pager__item.is-active:last-child a {
    text-decoration: underline;
}
li.pager__item.is-active a,
li.pager__item.is-active:last-child a {
  line-height: 1;
}
li.pager__item > a:focus {
  background: none;
}
li.pager__item.pager__item--ellipsis {
    color: #d86692;
}

.view.view-ewik-kooperationspartner span.views-summary.views-summary-unformatted a {
    font-size: 18px;
    color: #fff;
    text-align: center; 
    text-decoration: none!important;    
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 1px;
    margin-bottom: 5px;
    padding-top: 7px;
    background: #337AB7;
}

.view.view-ewik-kooperationspartner span.views-summary.views-summary-unformatted a:hover, 
.view.view-ewik-kooperationspartner span.views-summary.views-summary-unformatted a.is-active {
    background: #143D70;
}

