  body,
  html {
      
      padding: 2px;
      margin: 2px;
      
      
  }
 /*nav*//* ---------. navigation Styles--------------------------------------*/

  /* Change the link color on hover */
.nav1-navigation :hover {
background-color: #555;
color: white;

}
.nav-top-midle{

width:100%;

 text-decoration: none;
  list-style-type: none;
}

.nav2-navigation{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 10px 10px;
 text-decoration: none;
  list-style-type: none;
   
}

         
.header01{

  /*text-align: center;*/

  text-align:left;
}
.header02{

  /*text-align: center;*/

  text-align:left;
}

/* ---------filterorder Styles--------------------------------------*/

.filterorder{
  float:left;
  height: 200px;
  width: 100%;
}
.filterorder2{
  float:left;
  height: 200px;
  width: 100%;
}
/* ---------filterorder Styles--------------------------------------*/
/* ---------filter Styles--------------------------------------*/

.dropdown{
    position: relative;
    display: inline-block;
    

  }

  .dropbtn{

  }
  .dropdown-content{
    
  }
  .search-content{
    
  }
  .checkmark{
    
  }
  .cont01{
    
  }
  .alph{
    text-decoration:;
  }

  .hide{
   height:27;
   border:0; 
   width:24;
  }
  .search-content2{
    text-decoration: none;
    list-style-type: none; 
  }
  .search-content3{
    
  }
  .cont{
    
  }
  .cont1{
    
  }
  .cont2{
    
  }
  .cont3{
    
  }
 
/* ---------filter Styles--------------------------------------*/
/*--------collapse links anfang--------------------------*/
/*----------------------Dienst2222-------------------------------*/
    
    .filters {
        text-decoration: none;
    }
    
    li input ul a li a:hover label {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 200px;
        background-color: #f1f1f1;
        display: block;
        color: #000;
        padding: 8px 16px;
        text-decoration: none;
        /* Change the link color on hover */
        background-color: #555;
        color: white;
    }
    
    input[type="checkbox"] {
        display: none;
    }
    
    input[type="checkbox"]+label {
        color: #f2f2f2;
    }
    
    
    /*--------boton--------------------------*/
    
    #myBtn {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Fixed/sticky position */
        bottom: 20px;
        /* Place the button at the bottom of the page */
        right: 30px;
        /* Place the button 30px from the right */
        z-index: 99;
        /* Make sure it does not overlap */
        border: none;
        /* Remove borders */
        outline: none;
        /* Remove outline */
        background-color: gray;
        /* Set a background color */
        color: white;
        /* Text color */
        cursor: pointer;
        /* Add a mouse pointer on hover */
        padding: 15px;
        /* Some padding */
        border-radius: 10px;
        /* Rounded corners */
        font-size: 18px;
        /* Increase font size */
    }
    
    #myBtn:hover {
        background-color: #555;
        /* Add a dark-grey background on hover */
    }
    
    #myInput {
        background-image: url('/css/searchicon.png');
        /* Add a search icon to input */
        background-position: 10px 12px;
        /* Position the search icon */
        background-repeat: no-repeat;
        /* Do not repeat the icon image */
        width: 100%;
        /* Full-width */
        font-size: 16px;
        /* Increase font-size */
        padding: 12px 20px 12px 40px;
        /* Add some padding */
        border: 1px solid #ddd;
        /* Add a grey border */
        margin-bottom: 12px;
        /* Add some space below the input */
    }
    
    #myUL {
        /* Remove default list styling */
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    #myUL li a {
        border: 1px solid #ddd;
        /* Add a border to all links */
        margin-top: -1px 15px;
        /* Prevent double borders */
        background-color: #f6f6f6;
        /* Grey background color */
        padding: 10px;
        /* Add some padding */
        text-decoration: none;
        /* Remove default text underline */
        font-size: 18px;
        /* Increase the font-size */
        color: gray;
        /* Add a black text color */
        display: block;
        /* Make it into a block element to fill the whole list */
       
    }
    
    #myUL li a:hover:not(.header) {
        background-color: rgb(199, 194, 194);
        /* Add a hover effect to all links, except for headers */
    }
    
    .topnav {
        overflow: hidden;
        background-color: #dcdcdc;
    }
    
    
    /* Style the links inside the navigation bar */
    
    .topnav a {
        float: right;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
    
    
    /* Change the color of links on hover */
    
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }
    
    
    /* Style the "active" element to highlight the current page */
    
    .topnav a.active {
        background-color: #2196F3;
        color: white;
    }
    
    
    /* Style the search box inside the navigation bar */
    
    .topnav input[type=text] {
        float: right;
        padding: 6px;
        border: none;
        margin-top: 8px;
        margin-right: 16px;
        font-size: 17px;
    }
    
    
    /* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
    
    @media screen and (max-width: 600px) {
        .topnav a,
        .topnav input[type=text] {
            float: none;
            display: block;
            text-align: left;
            width: 100%;
            margin: 0;
            padding: 14px;
        }
        .topnav input[type=text] {
            border: 1px solid #ccc;
        }
    }
    
    
    body #app nav .ss-main {
        flex: 0 1 auto;
        height: var(--height-nav);
        font-weight: 700;
    }
    
    .ss-main.ss-open-below {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .ss-main {
        display: flex;
        flex-direction: row;
        position: relative;
        user-select: none;
        color: var(--ss-font-color);
        min-height: var(--ss-main-height);
        width: 100%;
        padding: var(--ss-spacing-s);
        cursor: pointer;
        border: 1px solid var(--ss-border-color);
        border-radius: var(--ss-border-radius);
        background-color: var(--ss-bg-color);
        outline: 0;
        box-sizing: border-box;
        transition: background-color var(--ss-animation-timing);
    }
    
    
    /*    dddddddddddddddddddddddddddddddd */

   
      
    
        .dropdown {
            position: relative;
            display: inline-block;
            
          }
    
    /*    dddddddddddddddddddddddddddddddd */
     /*    search */
    
    * {
        box-sizing: border-box;
    }
    
    #myInput {
        background-image: url('/css/searchicon.png');
        background-position: 10px 12px;
        background-repeat: no-repeat;
        width: 250px;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        margin-bottom: 12px;
    
    }
    
    #myUL {
        list-style-type: none;
        padding: 0;
        margin: 0;
        
    }
    
    #myUL li a div {
        border: 1px solid #ddd;
        margin-top: -1px;
        /* Prevent double borders */
        background-color: #f6f6f6;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        color: gray;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        float:left;
    }
    
    #myUL li a:hover:not(.header) {
        background-color: #eee;
    }
    
    
    /*    search */
    
    
    /*    collapse */
    
    
    /*    collapse */
    
    
    /*    collapse 1111endaöb*/
    
    
    
    
    .collapsible {
      background-color: #777;
        color: white;
        cursor: pointer;
        padding: 5px; 
        width: 50px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        
         float:left;
         
    }
    .active,
    .collapsible:hover {
        background-color: #555;
    }
    
    
    .content {
        
      display: none;
      background-color: whitesmoke;
      width: 200px ;
     
      height: 300px;
      overflow-y: scroll;
     
    }
    
   
    
    
    
    
    /*    collapse1111end */
    
    .data-a{
    
        width:1210px;
        height:500px;
       
        float:right;
        margin:10px;
        border-radius: 5px;
        
    
    }
    .data-b{
    
        width:100%;
        height:200px;  
        margin:10px;
        border-radius: 5px;
     
    
    }
    
    .data-c-we{
        
        
        width: 250px;
        height:1000px;
        border-style: solid;
       border-color: transparent;
    
    
    }
    
    .filterDiv {
        float:right;
        background-color: whitesmoke;
        color: black;
        margin: 5px;
        line-height: 100px;
        display: none;
        width: 1210px;
        height: 400px;
        border-radius: 5px;
        
       
    }
    
    
    
    
    
    /* filter element */  
    
    .dropbtn {
        background-color: #04AA6D;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        
      }
      
      .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
      }
      
      #myInput {
        box-sizing: border-box;
        background-image: url('searchicon.png');
        background-position: 14px 12px;
        background-repeat: no-repeat;
        font-size: 16px;
        padding: 14px 20px 12px 45px;
        border: none;
        border-bottom: 1px solid #ddd;
      }
      
      #myInput:focus {outline: 3px solid #ddd;}
      
      .dropdown {
        position: relative;
        display: inline-block;
        
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f6f6f6;
        min-width: 230px;
        overflow: auto;
        border: 1px solid #ddd;
        z-index: 1;
        overflow-x: scroll;
      
        
        overflow: auto;
        height: 300px;
        
      }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      
      .dropdown a:hover {background-color: #ddd;}
      
      .show {display: block;}
    
    /* w3 filter */
    
    /*
      .filterDiv {
        float: right;
        background-color: #2196F3;
        color: #ffffff;
        margin: 2px;
        line-height: 100px;
        
       
        display: none;
        width: 900px;
        height: 400px;
        
       
      }
      */
      .show {
        display: block;
      }
      
      .container {
        margin-top: 20px;
        overflow: hidden;
      }
      
      /* Style the buttons */
      .btn {
        border: none;
        outline: none;
        padding: 12px 16px;
        background-color: #f1f1f1;
        cursor: pointer;
      }
      
      .btn:hover {
        background-color: #ddd;
      }
      
      .btn.active {
        background-color: #666;
        color: white;
      }
    
      /* w3 filter */
      /* produkt carte 
    
      .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 300px;
        margin: auto;
        text-align: center;
        font-family: arial;
        float:left;
        padding-right: 500px;
      }
      
      .price {
        color: grey;
        font-size: 22px;
      }
      
      .card button {
        border: none;
        outline: 0;
        padding: 12px;
        color: white;
        background-color: #000;
        text-align: center;
        cursor: pointer;
        width: 100%;
        font-size: 18px;
      }
      
      .card button:hover {
        opacity: 0.7;
      }
    
      .img1{
        height: 400px;
        width: 300px;
        float:left;
        
        padding-right:00px;
      }

      */


 
 
  
  
    
  /*         tabelle - beschreibung                */
  
 .tabelle-table111 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-decoration: none;
  list-style-type: none;
}
.tabelle-table1{
width: 100%;
 text-decoration: none;
  list-style-type: none;
  border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
}
    .anbieter-provider{
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  height:10px;
  width:400px;
  background-color: rgb(63, 196, 149);
   text-decoration: none;
  list-style-type: none;
  border: 1px solid #dddddd;
text-align: center;

}
.registrierung-registration{
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
   height:10px;
  width:100px;
  background-color: rgb(63, 196, 149);
   text-decoration: none;
  list-style-type: none;
  border: 1px solid #dddddd;
text-align: center;

}

.tabelle-table2{
width: 100%;
height:100%;
border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
}

 .img04{
    width:200px;
    height:auto, 200px;
   float:left;
   
  text-decoration: none;
  list-style-type: none;
  }
  .anbieter-provider1{
  border: 1px solid #dddddd;
  padding: 8px;
  height:200px;
  width:300px;
  text-decoration: none;
  list-style-type: none;
  border: 1px solid #dddddd;
float:left;


}
.registrierung1-registration1{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  height:100px;
  width:100px;
   text-decoration: none;
  list-style-type: none;
  border: 1px solid #dddddd;
text-align: center;

}
  
  
     /*         tabelle - beschreibung                */
  
  /*footer navigaion style*/
  
  
  
  .links11{
        
    height: 100px;
    overflow-y: scroll;
    width: 250px ;
    
    display: block;
    outline: none;
   
  float:left;
  
  
  }
  
  
  
  .menu-az{
    padding-top: 500px;
  }
  
  
  
  
  
  
  /*footer navigaion style*/  
  







 










/*
.content {
    display: none;
    background-color: whitesmoke;
    width:300px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: scroll;
}
*/
/*----------------------Werbung-------------------------------*/
.werbung-advertising1{
padding-left:40px;
margin-left:2px;
}

.werbungimg-advertisingimg2{
margin-top:3px;
width:200px;
height:200px;
text-decoration: none;
list-style-type: none;

}
   /*------------------werbung------------------*/

.werbung-advertising{
  padding-left:0px;
  float:left;
  text-decoration: none;
  list-style-type: none;
}
.werbungimg-advertisingimg{
margin-top:3px;
width:200px;
height:200px;
text-decoration: none;
list-style-type: none;

}
.werbungimg-advertisingimg1{
margin-top:3px;
width:175px;
height:175px;
text-decoration: none;
list-style-type: none;

}


.werbungimg-advertisingimg2{
margin-top:3px;
width:175px;
height:175px;
text-decoration: none;
list-style-type: none;

}

.werbungimg-advertisingimg3{
margin-top:3px;
width:175px;
height:175px;
text-decoration: none;
list-style-type: none;

}

.werbungimg-advertisingimg4{
margin-top:3px;
width:175px;
height:175px;
text-decoration: none;
list-style-type: none;

}

.werbungimg-advertisingimg5{
margin-top:3px;
width:175px;
height:175px;
text-decoration: none;
list-style-type: none;

}

/*werbung*/
/*----------------------Werbung-------------------------------*/
/*----------------------Dienst2222-------------------------------*/



.firmen-company{

margin:2px;
 padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
 float:left;
  width: 100px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}


.dienstleister-service{

 padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
 float:left;
  width: 100px;
   margin:2px;
  border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
 

}

.arbeiten-jobs{

  padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
 float:left;
  width: 100px;
   margin:2px;
  border:2px solid black;
 padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.produkte-products{

 padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
 float:left;
  width: 100px;
margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.messen-measure{

 padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
 float:left;
width: 100px;
margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.events-events{

   padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
 float:left;
  width: 100px;
   margin:2px;
  border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.kongresse-congresses{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.kooperation-cooperation{
padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.nachfolge-successor{
padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.branchen-industries{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.großhändler-wholesaler{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.händler-dealer{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.hersteller-manufacturer{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.kataloge-catalogs{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}


.lieferant-supplier{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.magazine-magazine{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.marken-brands{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.zulieferer-supplier{

  padding: 10px 10px;
 text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
 border:2px solid black;
  padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}


.privat-private{

  padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
  border:2px solid black;
 padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

.sonstiges-sonstiges{

  padding: 10px 10px;
  text-decoration:none;
  list-style-type:none;
  float:left;
  width: 100px;
  margin:2px;
  border:2px solid black;
 padding-bottom:50px;
 padding-top: 50px;
 text-align: center;
}

/* table dienst u pro  -------------------------------*/


       /*-----------------footer---------------------*/
 .table-1 {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  
}

  .table-3,.tab4,.tab5,.tab6,
  .tab7,.tab8,.tab9
  ,.tab10,.tab11,.tab12
  ,.tab13,.tab14,.tab15
  ,.tab16,.tab17,.tab18
  ,.tab19,.tab20,.tab21
  ,.tab22,.tab23,.tab24
  ,.tab25,.tab26,.tab27
  ,.tab28,.tab29,.tab30
  ,.tab31,.tab32,.tab33
  ,.tab34,.tab135,.tab36
  ,.tab37,.tab38,.tab39
  ,.tab40,.tab41,.tab42
  ,.tab43,.tab44,.tab45
  ,.tab46,.tab47,.tab48
  ,.tab49,.tab50,.tab51,
  .table-4,.table-5,.table-7{
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  width: 10%;
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  list-style-type: none;
} 

.table-6{
  text-decoration: none;
  list-style-type: none;
  
}

  .table-2,.tab1,.tab2,.tab3{
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  width: 10%;
  border: 1px solid #dddddd;
  
  padding: 8px;
  background-color: rgb(63, 196, 149);
  text-decoration: none;
  list-style-type: none;
} 



tr:nth-child(even) {
  background-color: #dddddd;
}