
.inhalt .pagination > li:before {
    display: none !important;
}
.inhalt .pagination > li {
    padding: 0 !important;
    margin: 0 !important;
}

.text-center {
    text-align: center;
}

/* Bootstrap Pagination (+wrapper class) */

.inhalt .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.inhalt .pagination > li {
    display: inline;
}
.inhalt .pagination > li > a,
.inhalt .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.inhalt .pagination > li:first-child > a,
.inhalt .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.inhalt .pagination > li:last-child > a,
.inhalt .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.inhalt .pagination > li > a:hover,
.inhalt .pagination > li > span:hover,
.inhalt .pagination > li > a:focus,
.inhalt .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.inhalt .pagination > .active > a,
.inhalt .pagination > .active > span,
.inhalt .pagination > .active > a:hover,
.inhalt .pagination > .active > span:hover,
.inhalt .pagination > .active > a:focus,
.inhalt .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.inhalt .pagination > .disabled > span,
.inhalt .pagination > .disabled > span:hover,
.inhalt .pagination > .disabled > span:focus,
.inhalt .pagination > .disabled > a,
.inhalt .pagination > .disabled > a:hover,
.inhalt .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.inhalt .pagination-lg > li > a,
.inhalt .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.inhalt .pagination-lg > li:first-child > a,
.inhalt .pagination-lg > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.inhalt .pagination-lg > li:last-child > a,
.inhalt .pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.inhalt .pagination-sm > li > a,
.inhalt .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.inhalt .pagination-sm > li:first-child > a,
.inhalt .pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.inhalt .pagination-sm > li:last-child > a,
.inhalt .pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/***************/
/* Green theme */
/***************/
.content.green .inhalt .pagination > li > a,
.content.green .inhalt .pagination > li > span {
    color: #88af38;
    background-color: #fff;
    border: 1px solid #ddd;
}
.content.green .inhalt .pagination > li > a:hover,
.content.green .inhalt .pagination > li > span:hover,
.content.green .inhalt .pagination > li > a:focus,
.content.green .inhalt .pagination > li > span:focus {
    color: #88af38;
    background-color: #eee;
    border-color: #ddd;
}
.content.green .inhalt .pagination > .active > a,
.content.green .inhalt .pagination > .active > span,
.content.green .inhalt .pagination > .active > a:hover,
.content.green .inhalt .pagination > .active > span:hover,
.content.green .inhalt .pagination > .active > a:focus,
.content.green .inhalt .pagination > .active > span:focus {
    color: #fff;
    background-color: #A6C36A;
    border-color: #A6C36A;
}



