/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10.09.2019, 11:13:58
    Author     : Herz
*/

.ringe_wrapper,
.ringe_row,
.termin_stueck_row{
    width:100%;
    box-sizing: border-box;
}
.ringe_wrapper{
    margin-top:20px;
    margin-bottom:10px;
}
.termin_liste .pager{
    text-align: center;
    font-size:.9em;
    background-color:#232323;
    opacity:.5;
}
.termin_liste .pager .page_button{
    color:white;
    text-decoration: none !important;
    padding:3px !important;
}
.termin_liste .pager .page_button.active,
.termin_liste .pager .page_button:hover{
    color:white;
    text-decoration: underline !important;
}
.termin_liste .row_table_footer .limiter{
    display:none;
}
.ringe_wrapper .accordion_content{
    border:0px;
    background-color:lightgray;
    color:#232323;
}
.termin_liste .row_table .row_table_body .row{
    transition: all 0.3s ease;
    padding:0px;
}
.termin_liste .row:hover
{
    background-color:#9B152E;
    color:white;
}
.termin_liste .row:hover a{
    color:white;
}
.row .tright{
    text-align: right;
}
.row .stueck_titel{
    font-weight:bold;
}

.row a{
    color:#232323;
    text-decoration: none;
}
.row{
    position:relative;
}
.link a:after{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background-color:rgba(255,255,255,0.0);
    z-index:1;
    content: '';
    color:#232323 !important;
}

@media screen and (max-width:880px){
    .datum {
        text-align:right !important;
    }
}
