div.typeos {
    background-color: #01A9DB;
}

div.type {
    background-color: grey;
}

div.type, div.typeos {
    color: white;
    font-weight:bold;
    text-align:center;
    font-size:11px;
    padding: 0.2em 0.2em 0.3em 0.2em;
}

div.typet {
    float:left; padding: 0.2em 0.5em 0.2em 0.5em; margin-right: 0.8em;
}

.typeliste{
    width:3em;
    padding: 0.3em 0.2em 0.3em 0.2em;
    margin-right: 0.8em;
    float:left;
}

div.bw {
    background-color:#f00;
}

/* pagination CSS */

#container, div.schnellsuche {
    width: 100%;
    padding-left: 1%;
    padding-top: 0px;
    clear:both;
}

#container .pagination ul {
    margin-top: 0px;
    margin-bottom:0px;
}

#container .pagination ul li.inactive,
#container .pagination ul li.inactive:hover{
    background-color:#ededed;
    color:#bababa;
    border:1px solid #bababa;
    cursor: default;
}

#container .pagination ul li.cur{
    color:#fff;background-color:#7AC142;
}

#container .data ul li{
    list-style: none;
    font-family: verdana;
    margin: 0;
    color: #000;
    padding:0;
}

#container .pagination{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    margin-bottom:0.5rem;
    background-color:#FFFFFF;
    clear:both;
}

#container .pagination ul li{
    list-style: none;
    float: left;
    border: 1px solid #7AC142;
    padding: 5px 10px 3px 10px;
    margin: 0 0.5em 0 0.5em;
    font-family: Arial;
    font-size: 12px;
    color: #7AC142;
    font-weight: bold;
    background-color: #FFF;
}

#container .pagination ul li:hover{
    color: #FFF;
    background-color: #7AC142;
    cursor: pointer;
}

#container .pagination div.count {
    float:left;
    margin-left:0.6em;
    margin-top:0.3em;
}

.go_button
{
background-color:#f2f2f2;border:1px solid #7AC142;color:#cc0000;padding:2px 6px 2px 6px;cursor:pointer;position:absolute;margin-top:-1px;
}

span.total
{
    margin:0.4rem 0 0 1rem; float:left; font-family:arial; font-size:0.9em; color:#999;
}

div.tl i {
    font-weight:normal;
}

div.tl b {
    font-style: italic;
}

div.tl > div {
    display:flex;
    flex-wrap: wrap;
    width:100%;
}

div.tl > div > div {
    background-color:white;
    flex: 1 1 auto;
}

div.tl > div > div.t {
    order:1;
    flex: 0 0 3rem;
}

div.tl div.ttitel {
    order:10;
    flex: 1 1 100%;
    font-weight:normal;
    padding-left: 3.7rem;
    margin-bottom:3px;
}

div.tl div.tdatum {
    order:2;
    flex: 1 1 30%;
}

div.tl div.tort {
    order:4;
    flex: 1 1 40%;
}

div.tl div.t {
    width: 3em;
    padding:2px 0px 0px 2px;
}

div.entf {
    float:right;
    text-align:right;
}


@media (min-width: 52rem){
    div.tl {
        display:table;
        border-collapse:collapse;
        width:100%;
        padding: 0.8em;
    }

    div.tl div.ttitel {
        padding-left: 0.1rem;
    }

    div.tl div.tdatum {
        max-width: 13rem;
        width: 8rem;
    }

    div.tl > div {
        display:table-row; 
    }

    div.tl > div > div {
        display:table-cell;
        vertical-align: top;
        padding: 5px;
        border-bottom: 1px solid silver;
        padding-top: 0.8em;
    }

    div.tl div.t {
        padding:0.8em 5px 5px 5px;
    }
}

input.goto {
    margin-top:-1px;margin-left:60px;
}

#auswahl {
    margin:0.2em 0em 0.2em 1%;
    text-align:right;
    width:100%;
}

div.schnellsuche select, div.schnellsuche input {
    margin: 0.25rem 0.1rem;
    margin-bottom: 0.5rem;
}

div.schnellsuche select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color:white;
  background-image:url(../terminkalender/images/pfeil_gruen.png);
  background-position: right;
  background-repeat: no-repeat;

}


div.schnellsuche select, #datum_von, #datum_bis, div.schnellsuche input[type=text] {
   height: 2.3rem;
   padding: 2px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border: solid 1px #7AC142;
    font-size:100%;
    vertical-align:middle;
}

#kategorie, #zielgruppe, #plz, #datum_von, #datum_bis {
    width: 10rem;
}

#suchlink {
    padding: 0.45em; 
    background-color: #7AC142;
    margin-top: 5px;
    border: 1px solid black;
}

#umkreis {
    width:8rem;
}

#entfernung {
    float:right;
    text-align:right;
    width:19rem;
/*    border:1px solid green; */
    clear:both;
}



#katziel, #vonbis, #suchlink {
    width:21rem;
/*    border:1px solid blue; */
    float:right;
    text-align:right;
}

 #suchlink {
    width: 10rem;
 }

@media (min-width: 44rem){

    #katziel, #vonbis, #suchlink {
/*        border-color:red;  */
        float:left;
        text-align:left;
    }
    #entfernung {
        clear:none;
    }
}

