html {
    font-size: 14px;
}

body {
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1e5799 0%, #2874cc 50%, #1e5799 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e5799 0%, #2874cc 50%, #1e5799 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(0, 130, 153) 0%, rgb(0, 160, 177) 50%, rgb(0, 130, 153) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#1e5799', GradientType=1);
    /* IE6-9 */
    font-family: Helvetica, Arial, sans-serif;
    padding: 2rem 0;
}

a {
    color: rgb(0, 160, 177);
}

.card {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.pagination a {
    color: rgb(0, 160, 177) !important;
}

h1 {
    color: #fff;
    font-size: 2rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.active span.page-link {
    background-color: rgb(0, 160, 177) !important;
    border-color: rgb(0, 160, 177) !important;
}

.mark,
mark {
    color: #fff;
    padding: .2em;
    background-color: rgb(0, 160, 177);
}

.btn-primary {
    background-color: rgb(0, 130, 153) !important;
    border-color: rgb(0, 130, 153) !important;
}

.btn-primary:hover {
    background-color: rgb(0, 160, 177);
    border-color: rgb(0, 160, 177);
}

.tx-ezqueries-list-header-ausfluege-datum {
    width: 1px;
}

.tx-ezqueries-search-element-submit button {
    border-radius: 0.375rem 0 0 0.375rem;
}

.tx-ezqueries-search-element-submit a {
    border-radius: 0 0.375rem 0.375rem 0;
}
