/*
 Theme Name:     Onepress Immobilien Grunow-Lietz
 Theme URI:      https://de.wordpress.org/themes/onepress/
 Description:    Anpassung fuer Immobilien Grunow-Lietz
 Author:         cw
 Author URI:     https://wildgrafik.de
 Template:       onepress
 Text Domain:    onepress-child
 Version:        1.0.0
*/


/* sofia-sans-extra-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/sofia/sofia-sans-extra-condensed-v2-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
/* sofia-sans-extra-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/sofia/sofia-sans-extra-condensed-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
/* sofia-sans-extra-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/sofia/sofia-sans-extra-condensed-v2-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
/* sofia-sans-extra-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sofia Sans Extra Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/sofia/sofia-sans-extra-condensed-v2-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}
/* waterfall-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Waterfall';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/waterfall/waterfall-v6-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap;
}


#tableGesuche table {
    min-width: 1000px;
}


#tableGesuche table th:nth-child(1){
width: 9%;
}
#tableGesuche table th:nth-child(2){
width: 17.3%;
}
#tableGesuche table th:nth-child(3){
width: 17%;
}
  
.tablesorter-header-inner{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height:1.1;
}

  
.tablesorter-default .header .tablesorter-header-inner span.arr,
.tablesorter-default .tablesorter-header span.arr{
background-image:url(https://www.grunow-lietz-immobilien.de/wp-content/uploads/2023/10/pfeil-grau.svg);
background-position:center right;
background-repeat:no-repeat;
    width: 16px;
    height: 16px;
    display: flex;
    }
    
.tablesorter-default thead .headerSortUp .tablesorter-header-inner span.arr,
.tablesorter-default thead .tablesorter-headerAsc span.arr,
.tablesorter-default thead .tablesorter-headerSortUp span.arr{
background-image:url(https://www.grunow-lietz-immobilien.de/wp-content/uploads/2023/10/pfeil-grau.svg);
    rotate: 270deg;
}
.tablesorter-default thead .headerSortDown .tablesorter-header-inner span.arr,
.tablesorter-default thead .tablesorter-headerDesc span.arr,
.tablesorter-default thead .tablesorter-headerSortDown span.arr{
background-image:url(https://www.grunow-lietz-immobilien.de/wp-content/uploads/2023/10/pfeil-grau.svg);
    rotate: 90deg;
}
.tablesorter-default thead .sorter-false{
background-image:none;
}


.tablesorter-default .tablesorter-processing .tablesorter-header-inner span.arr{
background-position:center center!important;
background-repeat:no-repeat!important;
background-image:url(https://www.grunow-lietz-immobilien.de/wp-content/uploads/2023/10/pfeil-grau.svg)!important;
}


.tablesorter-default .tablesorter-filter-row .disabled{opacity:.5;
cursor:not-allowed}
.tablesorter-default .tablesorter-filter-row.hideme td{padding:2px;
margin:0;
line-height:0;
cursor:pointer}
.tablesorter-default .tablesorter-filter-row.hideme *{height:1px;
min-height:0;
border:0;
padding:0;
margin:0;
opacity:0}
.tablesorter-default input.tablesorter-filter,.tablesorter-default select.tablesorter-filter{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.tablesorter .filtered{display:none}

