* {
  font-size: 1.1rem;
  margin: 6px;
  box-sizing: border-box;
}

body {
  font-family: arial;
  text-align: left;
  font-size: medium;
  line-height: 1.0;
  margin: 0 auto;
  width: 1300px;
  background-image: url("bg_rider_1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ueberschrift {
color:#505251;
font-family: arial;
/* font-size: 24px; */
font-size: 1.3rem;
font-style: italic;
font-weight: bold;
text-align: left;
display: inline;
}

.ueberschrift_gross {
  color:#505251;
  font-family: arial;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  display: inline;
}

.ueberschrift_l {
  color:#505251;
  font-family: arial;
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  display: inline;
}

.ueberschrift_mittel {
  color:#505251;
  font-family: arial;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  display: inline;
}

.ueberschrift_klein {
  color:#505251;
  font-family: arial;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  display: inline;
}

.ueberschrift_filterkat {
  font-family: arial;
  font-size: large;
  font-weight: bold;
  text-align: center;
}

.alerts {
  display: inline;
  color:yellow;
  font-family: arial;
  font-size: large;
  text-align: right;
  margin: 13px;
}

.nickname {
  color:yellow;
  font-family: arial;
  font-size: small;
  text-align: right;
  margin: 12px;
}

.nickname1 {
  font-size: medium;
}

.klein {
  color:#505251;
  font-family: arial;
  /* font-size: 24px; */
  font-size: 0.8rem;
  font-style: italic;
  text-align: left;
  display: inline;
  margin: 0px;
}

.inserattext {
    display: inline;
    font-family: arial;
    text-align: left;
    line-height: 1.3;
    margin: 0px;
  }

p {
  font-family: arial;  
}

iframe:focus {
  outline: none;
}
  
iframe[seamless] {
  display: block;
}

iframe {
  overflow: hidden;
}

button {
  background-color: rgb(66, 64, 64);
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 10px;
}

button:hover {
  background-color:#08E9D7;
  color: rgb(66, 64, 64);
}

.buttonl {
  background-color: rgb(66, 64, 64);
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 10px;
}

.buttonl:hover {
  background-color:#08E9D7;
  color: rgb(66, 64, 64);
}

.buttonalerts {
  background-color: rgb(66, 64, 64);
  border: none;
  color: white;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 2px 2px;
  cursor: pointer;
  border-radius: 10px;
}

.buttonmaps {
  background-color: rgb(66, 64, 64);
  font-size: 18px;
  padding: 8px;
  margin: 1 px;
}

.buttonmaps:hover {
  font-size: 18px;
  padding: 4px;
  margin: 1 px;
  background-color:#08E9D7;
  color: rgb(66, 64, 64);
}

.buttonukat {
  font-size: 18px;
  padding: 4px;
  margin: 1 px;
  background-color: rgb(66, 64, 64);
  width:190px;
}

.buttonukat:hover {
  font-size: 18px;
  padding: 4px;
  margin: 1 px;
  background-color:#08E9D7;
  color: rgb(66, 64, 64);
  width:190px;
}

form {
  margin:0px;
}

img.c {
  vertical-align: text-bottom;
}

table {
  border: none;
  border-radius: 10px;
  border-spacing: 4px;
}

td {
  vertical-align: top;
  border-radius: 16px;
  height: 10px;
}

tr {
  height: 10px;
}

.buttonhkat {
  margin-bottom: 10px;
  margin-right: 100px;
}

.tablekat {
  border: none;
  border-radius: 10px;
  border-spacing: 4px;
  background: whitesmoke;
}

.tab { 
  display: table;
  border-spacing: 0.0em;
  background-color: yellow;
  margin-top: 0px;
  border-style: dotted;
  border-radius: 5px;
}

.tablekatsuche-row {
  display: table-row; 
  margin: 0px;
}

.tablekatsuche-cell {
  display: table-cell; 
  margin: 0px;
}

input.inputkatsuche{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  margin: 4px;
}

.tablekatsuche_left { 
  display: table;
  border-spacing: 0.0em;
  background-color: white;
  margin: 4px;
  border-style: none;
  border-radius: 5px;
}

.tablekatsuche-row_left {
  display: table-row; 
  margin: 4px;
}

.tablekatsuche-cell_left {
  display: table-cell; 
  margin: 4px;
}

label.katsuche_left { 
  color: black;
  font-family: arial;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  display: inline;
  margin: 4px;
}

label.katsuche_leftdt { 
  color: black;
  font-family: arial;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  margin: 4px;
  width: 96px;
}

label.katsuche_leftdtbis { 
  color: black;
  font-family: arial;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  margin: 4px;
  width: 96px;
}

input.inputkatsuche_left{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  margin: 4px;
}

.tableform { 
  display: table;
  border-spacing: 0.0em;
  background-color: white;
  margin: 4px;
  border-style: none;
  border-radius: 5px;
}

.tableform-row {
  display: table-row; 
  margin: 4px;
}

.tableform-cell {
  display: table-cell; 
  margin: 4px;
}

label.form { 
  color: black;
  font-family: arial;
  font-size: 20px;
  text-align: left;
  display: inline;
  margin: 4px;
}

input.form{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  margin: 4px;
  padding: 4px;
}


.bland_select select{ 
  color :black;
  background-color:whitesmoke;
  width: 140px;
  font-family: arial;
  font-size: 16px;
  text-align: left;
  margin: 0px;
  padding: 2px;
}

div.a {
  font-size: small;
  text-align: left;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  border-radius: 12px;
}

li {
  float: left;
  border-radius: 12px;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 6px 4px;
  text-decoration: none;
  border-radius: 6px;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(73, 229, 250);
  color: black;
}

li.dropdown {
  display: inline-block;
}
    
    .dropdown-content {
      display: none;
      position: absolute;
      top: 3em;
      background-color:rgb(202, 200, 200);
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }
    
    .dropdown-content a:hover {
      background-color:#08E9D7;
    }
    
    .dropdown:hover .dropdown-content {
      display: block;
    }

input.chklarger {
  width : 20px;
  height : 20px;
  transform : scale(1.5);
}

input.chklarger2 {
  width : 14px;
  height : 14px;
  transform : scale(2);
}

select { width: 360px; }

.font18 {
  font-size: 18px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#panel, .flip {
  font-size: 24px;
  padding: 10px;
  text-align: center;
  background-color: yellow;
  color: black;
  border: solid 1px black;
  border-radius: 8px;
  margin: auto;
}

#panel1, .okat {
  font-size: 17px;
  padding: 6px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 2px;
  margin: auto;
  align-content: center;
}

#kfz, #immobilien, #jobs, #antikes, #baby, #boote, #bücher, #dvds, #garten, 
#handy, #hausbau, #haushalt, #hifi, #kameras, #lpsinglecds, #maschinen, #mode, 
#schuhe, #modellbau, #musikinstrumente, #optik, #pcs, #radsport, #sammelobjekte, 
#schmuck, #spielkonsolen, #spielzeug, #sport, #tierzubehör, #tv, #uhren, #werkstatt, #sonstiges, 
.flip {
  font-size: 17px;
  padding: 10px;
  text-align: center;
  background-color: yellow;
  color: black;
  border: solid 1px black;
  border-radius: 8px;
  margin: auto;

}

#panel {
  display: none;
}

#kfz, #immobilien, #jobs, #antikes, #baby, #boote, #bücher, #dvds, #garten, 
#handy, #hausbau, #haushalt, #hifi, #kameras, #lpsinglecds, #maschinen, #mode, 
#schuhe, #modellbau, #musikinstrumente, #optik, #pcs, #radsport, #sammelobjekte, 
#schmuck, #spielkonsolen, #spielzeug, #sport, #tierzubehör, #tv, #uhren, #werkstatt, #sonstiges
{
  display: none;
}

#kfzw, #immobilienw, #jobsw, #weitere
.flip {
  font-size: 17px;
  padding: 10px;
  text-align: center;
  background-color: yellow;
  color: black;
  border: solid 1px black;
  border-radius: 8px;
  margin: auto;
}

#kfzw, #immobilienw, #jobsw, #weitere 
{
  display: none;
}

ul.okat {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: yellow;
  background-color: yellow;
  border-radius: 12px;
}

li.okat {
  float: left;
  border-radius: 4px;
  margin: 2px;
  padding: 1px;
}

li.okat:active {
  background-color: red;
  color: green;
}

fieldset{
  border-radius: 4px;
}

button.block {
  display: block;
  width: 70%;
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 44px;
  cursor: pointer;
  text-align: center;
}

.block:hover {
  background-color: #ddd;
  color: black;
}

.wrapperx {
  background-color:#08E9D7;
  border-radius: 20px;
  color: black;
  padding: 6px;
  text-align: left;
}

.wrapper_grey {
  background-color:#e5e7e7;
  border-radius: 10px;
  color: black;
  padding: 4px;
  text-align: left;
  margin: 0px;
}

.wrapper_grey_hell {
  background-color:rgb(247, 247, 244);
  border-radius: 10px;
  color: black;
  padding: 8px;
  text-align: left;
  margin: 4px;
}

.wrapper_yellow {
  background-color:rgb(242, 242, 8);
  border-radius: 10px;
  color: black;
  padding: 8px;
  text-align: left;
  margin: 4px;
}

.wrapper_greyukat {
  background-color:#e5e7e7;
  border-radius: 10px;
  color: black;
  padding: 4px;
  text-align: center;
  margin: auto;
  width: 220px;
}

.tuerkis_light {
  background-color:#cefcf8;
  border-radius: 8px;
  padding: 4px 10px;
  margin: 0px;
}

.grey {
  background-color:#e0e2e2;
  border-radius: 12px;
  padding: 2px 10px;
  margin: 0px;
  font-size: 1.2rem;
}

.grey_light {
  background-color:#f3f5f5;
  border-radius: 8px;
  padding: 4px 10px;
  margin: 0px;
}

.font_klein {
  font-size: 10px;
}

textarea {
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

 .maincenter {
   display: inline-block;
}

 /* For desktop: */
 .col-bannerleft {width: 200px;}
 .col-banneroben {width: 100%; margin: 0px; padding: 0px;}
 .col-2o {width: 55%; margin: 18px; float: left;}
 .col-21o {width: 45%; margin: 18px; display:block;}
 .col-22o {width: 60%; margin: 18px; display:block;}
 .col-3o {width: 20%; margin: 0px; padding: 0px;}

.col-1 {width: 73%;}
.col-2 {width: 68%; padding:18px;}
.col-3 {width: 25%;}

.col-2ins {width: 68%; padding:18px;}
.col-2menu {width: 98%;}
.col-3ukat {width: 30%;}
.col-3kat3 {width: 30%;}
.col-3filter {width: 30%;}
.col-3banner {width: 30%;}
.col-okat {width: 98%;}

.col-12 {width: 100%;}

.col-10 {width: 10%;}
.col-20 {width: 20%; float:left; margin-top: 0px;}
.col-3 {width: 30%;}
.col-81 {width: 81%; display: inline-block; float: none; clear: both;
         margin: 0px 200px 0px 200px;}
.col-40 {width: 40%;}
.col-50 {width: 50%; margin: 0px 250px 0px 250px;}
.col-60 {width: 60%; margin: 0px 200px 0px 200px;}
.col-70 {width: 70%; margin: 0px 150px 0px 150px;}
.col-71 {width: 71%;}
.col-72 {width: 72%; display: inline-block; float: none; clear: both;
  margin: 0px 220px 0px 220px;}
.col-80 {width: 80%; float:left; margin-top: 0px;}
.col-81 {width: 81%; margin: 0px 100px 0px 100px;}
.col-90 {width: 90%;}

[class*="col-"] {
  float: left;
}

@media screen and (min-width: 600px) {
  .col-3ukat, .col-3filter, .col-3banner, .col-okat {
    display: none;
    margin:0;
    padding:0;
  }
}

@media screen and (max-width: 600px) {
  .filtermenu, .main {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
/*    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
  body {
    background-color: white;
    width: 100%;
    background-image: none;
  }
  [class*="col-"] {
    width: 98%;
    margin: 0px;
  }

  .col-3filter {
    display: none;
    width: 450px;
    margin:0;
    padding:0;
  }

  .col-2 {
    float: left;
  }
  .col-3 {
    float: left;
    display: none;
  }
  .col-3ukat, .col-3banner, .col-okat {
    display: inline;
    margin:0;padding:0;
  }
  .col-2ins {
    float: left;
    display: none;
  }
  .col-2menu {
    display: none;
  }

  .col-bannerleft, .col-banneroben {
    display: none;
  }

  button {
    background-color: rgb(66, 64, 64);
    border: none;
    color: white;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px;
    cursor: pointer;
    border-radius: 6px;
  }
  button:hover {
    background-color:#08E9D7;
    color: rgb(66, 64, 64);
  }
  .buttonukat {
    background-color: rgb(66, 64, 64);
    border: none;
    color: white;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 1px;
    cursor: pointer;
    border-radius: 6px;
    width: auto;
  }
  .buttonukat:hover {
    background-color:#08E9D7;
    color: rgb(66, 64, 64);
    font-size: 14px;
    padding: 4px 6px;
    margin: 1px;
    border-radius: 6px;
    width: auto;
  }

  .buttonl {
    background-color: rgb(66, 64, 64);
    border: none;
    color: white;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 10px;
  }
  
  .buttonl:hover {
    background-color:#08E9D7;
    color: rgb(66, 64, 64);
  }

  .text1{
    display: inline;
    font-size: 16px;
    font: italic;
    text-align: left;
    font-weight: bold;
    margin:0;
    padding:0;
  }

  .ueberschrift_filterkat{
    display: inline;
    color:#505251;
    font-family: arial;
    /* font-size: 24px; */
    font-size: 1.3rem;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 10;
    padding:0;
  }

}

.grid-header {
  display: grid;
/*  grid-template-columns: 1150px; */
  grid-template-columns: 60%;
  justify-content: center;
  margin: 0px;
}

.grid-container {
  display: grid;
/*  grid-template-columns: 850px 300px; */
  grid-template-columns: 45% 10%;
  justify-content: center;
}

.grid-item {
  margin: 10px;

}

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  border-radius: 6px;
/*position: fixed; */
}

.topnavu {
  background-color: #333;
  overflow: hidden;
  border-radius: 6px;
/*position: fixed; */
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 19px;
  border-radius: 6px;
}

.topnavu a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 19px;
  border-radius: 6px;
}

/* Add an active class to highlight the current page */
.active {
/*  background-color:#08E9D7; */
  color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.topnavu .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdownmob {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdownmob .dropbtnmob {
  font-size: 19px;
  border: none;
  outline: none;
  color: white;
  padding: 6px 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-contentmob {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 0;
  border-radius: 6px;
}

/* Style the links inside the dropdown */
.dropdown-contentmob a {
  float: none;
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .topnavu a:hover, .dropdownmob:hover .dropbtnmob {
  background-color:#08E9D7;
  color: black;
}

/* Add a grey background to dropdown links on hover */
.dropdown-contentmob a:hover {
  background-color:#08E9D7;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdownmob:hover .dropdown-contentmob {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdownmob .dropbtnmob {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

textarea
{
  border:1px solid #999999;
  width:100%;
  height: 200px;
  margin:5px 0;
  padding:3px;
}

.rowtabfilter {
  float: left;
  width: 240px;
  margin: 4px;
}

.rowtabfilterkurz {
  float: left;
  width: 250px;
  margin: 4px;
}

.rowtabs {
  float: left;
  width: 330px;
  margin: 4px;
}

.rowtabs1 {
  float: none;
  clear: both;
}

.katbreite {
  float: none;
  clear: both;
  width: 300px;
  margin: 4px;
}

img.banner {
  float: right;
  margin: 1px;
}

img.foto {
  float: right;
  width: 360px;
  margin: 4px;
  border-radius: 8px;
}

img.foto_inserat {
  float: right;
  width: 300px;
  margin: 4px;
  border-radius: 8px;
}

img.foto_index {
  float: left;
  width: 210px;
  margin: 14px;
  border-radius: 8px;
}

img.foto_news {
  float: right;
  width: 230px;
  margin: 14px;
  border-radius: 8px;
}

img.foto_news_gross {
  float: left;
  width: 100%;
  margin: 14px;
  border-radius: 4px;
}

img.foto_news_anzeigen {
  float: right;
  height: 90px;
  margin: 14px;
  border-radius: 8px;
}

img.foto_inserate_anzeigen {
  float: right;
  width: 220px;
  margin: 4px;
  border-radius: 8px;
  color:rgb(73, 229, 250);
}

/* For desktop: */
 .tf-31 {width: 31px; display: inline-block;}
 .tf-51 {width: 51px; display: inline-block; text-align: left;}
 .tf-61 {width: 61px; display: inline-block; text-align: left;}
 .tf-81 {width: 81px; display:inline-block; text-align: left;}
 .tfe-90 {width: 98px; display: inline-block; text-align: left;}
 .tf-91 {width: 91px; display: inline-block; text-align: left;}
 .tf-98 {width: 98px; display: inline-block; text-align: left;}
 .tf-108 {width: 108px; display: inline-block; text-align: left;}
 .tf-125 {width: 125px; display: inline-block; padding: 0px; margin: 0px;}
 .tf-130 {width: 130px; display: inline-block; padding: 0px; margin: 0px;}
 .tf-140 {width: 140px; display: inline-block; padding: 0px; margin: 0px;}
 .tf-179 {width: 179px; display: inline-block; padding: 0px; margin: 0px;}
 .tf-200 {width: 200px; display: inline-block; padding: 0px; margin: 0px;}
 .tf-210 {width: 210px; display: inline-block; padding: 0px; margin: 0px; text-align: left;}
 .tf-250 {width: 250px; display: inline-block; padding: 0px; margin: 0px; text-align: center;}
 .tf-350 {width: 350px; display: inline-block; padding: 0px; margin: 0px; text-align: center;}
 .tf-10 {width: 10%;}
 .tf-15 {width: 15%;}
 .tf-20 {width: 20%;}
 .tf-30 {width: 30%;}
 .tf-30m {width: 30%;}
 .tf-40 {width: 40%;}
 .tf-45 {width: 45%;}
 .tf-50 {width: 50%;}
 .tf-55 {width: 55%;}
 .tf-60 {width: 60%; display: inline-block;}
 .tf-65 {width: 65%;}
 .tf-70 {width: 70%;}
 .tf-75 {width: 75%;}
 .tf-80 {width: 80%;}
 .tf-90 {width: 90%;}
 .tf-100 {width: 100%;}

.colmbanner{
  display: none;
}

.video-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; }

.embed-container 
  { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
  .embed-container iframe, .embed-container object, 
  .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdownmob {float: none;}
  .topnav.responsive .dropdown-contentmob {position: relative;}
  .topnav.responsive .dropdownmob .dropbtnmob {
    display: block;
    width: 100%;
    text-align: left;
  }
  .rowtabs {
    float: none;
    clear: both;
    width: 100%;
  }
  .rowtabfilter, .rowtabfilterkurz {
    width: 100%;
  }

  .col3 {
    display: none;
  }

  .colmbanner{
    display: block;
  }

  label.katsuche_leftdt { 
    color: black;
    font-family: arial;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    margin: 4px;
    width: 100px;
  }

  label.katsuche_leftdtbis { 
    color: black;
    font-family: arial;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    margin: 4px;
    width: 26px;
  }

  .katbreite {
    width: 80%;
    margin: 14px;
  }

  img.foto, img.foto_inserate_anzeigen, img.foto_inserat {
    float: none;
    width: 320px;
    display: inline-block;
    border-radius: 8px;
  }

  img.foto_index {
    float: none;
    width: 320px;
    display: inline-block;
    border-radius: 8px;
  }

  .wrapper_greyukat {
    border-radius: 8px;
    text-align: left;
    width: auto;
  }

  [class*="tf-"] {
    width: 48%;
    margin: 0px;
  }
  
 .tf-30m {width: 26%;}
 .tf-108 {width: 108px; display: inline-block; text-align: left;}
 .tf-179 {width: 179px; display: inline-block; padding: 0px; margin: 0px;}
 .tf-350 {width: 350px; display: inline-block; padding: 0px; margin: 0px; text-align: center;}

} 
 
.fix {
  position:fixed;
  z-index:999;
}

/* [class*="tf-"] {
   float: left;
   padding: 15px;
 }
 */

/*
#wrapper {width:95%;  margin: 0 auto; }
#header {width:100%; }
#sidebar {width:100%; }
#content {width:100%; }
#footer {width:100%; }

*/

/* Small devices (landscape phones, 576px and up) */
/*@media (min-width: 576px) {*/

  /* Medium devices (tablets, 768px and up) */

/*
@media (min-width: 768px) {
#wrapper {width:90%;  margin: 0 auto; }
#content {width:70%; float:left; }
#sidebar {width:30%; float:right; }
*/
/* Large devices (desktops, 992px and up) */
/*
@media (min-width: 992px) { }
}
*/

/* Extra large devices (large desktops, 1200px and up) */
/*
@media (min-width: 1200px) {
#wrapper {width:90%;  margin: 0 auto; }
}
*/

/* Setting box model */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Grid classes from 1 to 12 for a 12 column grid layout */
.grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7,
.grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12,
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9,
.grid-10, .grid-11, .grid-12 {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.row {
  clear: both;
  width: auto;
  min-height: 20px;
  float: none;
  margin-left: -5px;
  margin-right:-5px;
}

.row:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Default values */
.grid-1 {
  width: 8.3333333333%;
}
.grid-2 {
  width: 16.6666666666%;
}
.grid-3 {
  width: 25%;
}
.grid-4 {
  width: 33.3333333333%;
}
.grid-5 {
  width: 41.6666666666%;
}
.grid-6 {
  width: 50%;
}
.grid-7 {
  width: 58.3333333333%;
}
.grid-8 {
  width: 66.6666666666%;
}
.grid-9 {
  width: 75%;
}
.grid-10 {
  width: 83.3333333333%;
}
.grid-11 {
  width: 91.6666666666%;
}
.grid-12 {
  width: 100%;
}
