@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}


.inaktiv { color: silver; font-size: 12px; font-family: arial; }
.kl { color: white; font-size: 10px; font-family: arial; }
.klinaktiv { color: silver; font-size: 10px; font-family: arial; text-decoration: underline;}

.klschwarz { color: black; font-size: 10px; line-height: 12px; font-family: arial; }

.mtext { color: white; text-decoration: none; text-align: left; font-size: 12px; font-family: arial;}
.norm { color: black; font-size: 14px; line-height: 16px; font-family: arial;}
.norm-m { color: black; font-size: 14px; line-height: 16px; font-family: arial;}
.normgr { color: 007AC4; font-size: 12px; font-family: arial;}


.schwarzlink { color: black; font-size: 12px; font-family: arial; text-decoration: underline }


.grlink

{ color: #007AC4; font-size: 18px; line-height: 22px; font-family: arial; text-decoration: none; }

.normhd

{ color: black; font-size: 18px; line-height: 22px; font-family: arial;}

.normhd a:link

{ color: #007AC4; font-size: 18px; line-height: 22px; font-family: arial;}

.normhd a:visited

{ color: #007AC4; font-size: 18px; line-height: 22px; font-family: arial;}

.normlink {
   
   font-family: arial;
   font-size: 14px;
   color: #007AC4;
   text-decoration: none;
}
.normlink a:link {
   font-family: arial;
   font-size: 14px;
   color: #007AC4;
   text-decoration: none;
  
}
.normlink a:visited {
   font-family: arial;
   font-size: 14px;
   color: #007AC4;
   text-decoration: none;
}

.klschwarzlink {
   
   font-family: arial;
   font-size: 10px;
   color: #007AC4;
   text-decoration: underline;
  
}
.klschwarzlink a:link {
   font-family: arial;
   font-size: 10px;
   color: #007AC4;
   text-decoration: underline;

  
}
.klschwarzlink a:visited {
   font-family: arial;
   font-size: 10px;
   color: #007AC4;
   text-decoration: underline;

}

.kllink {
   
   font-family: arial;
   font-size: 10px;
   color: #ffffff;
   text-decoration: underline;
}
.kllink a:link {
   font-family: arial;
   font-size: 10px;
   color: #ffffff;
   text-decoration: underline;
  
}
.kllink a:visited {
   font-family: arial;
   font-size: 10px;
   color: #ffffff;
   text-decoration: underline;
}

.mlink {
   
   font-family: arial;
   font-size: 12px;
   color: #ffffff;
   text-decoration: none;
}
.mlink a:link {
   font-family: arial;
   font-size: 12px;
   color: #ffffff;
   text-decoration: none;
  
}
.mlink a:visited {
   font-family: arial;
   font-size: 12px;
   color: #ffffff;
   text-decoration: none;
}


.einzelbeschreibung {
   
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  background: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 10px;
}

.thumbpic img {

  opacity: 0.3;
  max-width: 150px;
  border-bottom: solid 3px #ffffff;
}

.bigpicture img {
  max-width: 100%;
  height: auto;
  border: solid 3px #dddddd;
  z-index: 1;
}

.modellinfos {
  float: left;
  color: black;
  font-family: arial;
  text-align: left;
  
}


.blackheader {
   
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  padding: 8px;
  text-align: left;
  background: #2e2e2e;
  border-bottom: 1px solid #000000;
  z-index: 0;

}


.whiteheader  {

  box-sizing: border-box;
  padding: 4px;
  float: left;
  color: white;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-family: arial;

}

.whiteheader a:link {


  color: white;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-family: arial;


}

.whiteheader a:visited {


  color: white;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-family: arial;


}

.whiteheader-re {
   
   text-align: right;
   width: 50%;

   margin: 0px;
   background: transparent;
   width: 200px;

}


.suchfeld-form {
  margin: 0px;
  background: #transparent;
  border: none;
  position: relative;
  width: 50%;
  float: right;
  text-align: right;
  z-index: 0;

}


.suchfeld-header {
  margin-top: 4px;
  background: transparent;
  border: none;
  color: white;
  font-family: arial;
  
}

.suchfeld-form:before {
   
   font-family: 'FontAwesome';
   color:#ffffff;
   font-size: 16px;
   padding: 10px 5px;
   content: '\f002';

}



#suchlayer {

    background-color: #ffffff;
    opacity: 0.9;
    border: 1px solid #dddddd;
    color: #000000;
    display: none;
    position: absolute;
    text-align: left;
    font-family: arial;
    font-size: 12px;
    z-index: 450;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);

}

#suchlayer a:link {

font-family: arial;
   font-size: 12px;
   color: #007AC4;
   text-decoration: none;


}

#suchlayer a:visited {

font-family: arial;
   font-size: 12px;
   color: #007AC4;
   text-decoration: none;


}

.horizont {

  border: 0;
  border-bottom: 1px dashed #dddddd;
}

.closer {
  width: 100%;
  background: #d2d2d2;
  text-align: right;
  margin: 0px 0px 4px 0px;

}

.rand {

  padding: 4px;
}

#userlayer img {

  height: 70px;
  width: 70px;
  padding: 1px;
  border: 1px solid #dddddd;


  }


.userlayer {

    

    font-size: 12px;
    color: #000000 ;
    font-family: arial;
   
    


}


#userlayer {

    background-color: #ffffff;
    opacity: 0.9;
    border: 1px solid #dddddd;
    
    display: none;
    position: absolute;
    text-align: left;

    
   
    z-index: 450;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.2);

  

    max-width: 310px;    
    margin-left: 2%;
    margin-top: 32px;
    left: 0;
    float: left;


}

#userlayer a:link {

font-family: arial;
   font-size: 12px;
   color: #007AC4;
   text-decoration: none;


}

#userlayer a:visited {

font-family: arial;
   font-size: 12px;
   color: #007AC4;
   text-decoration: none;


}


#marked {

  background-color: yellow;
}


.kategorie {
   
   font-family: arial;
   font-size: 14px;
   color: #000000;
   text-decoration: none;
 }

 .kategorie:before {
   
   font-family: 'FontAwesome';
   color:#007AC4;
   font-size: 15px;
   padding: 5px;
   content: '\f07b';
 }

.footerleiste-re {
   
  box-sizing: border-box;
  
  padding: 5px;
  float: right;
  
  text-align: right;
  background: #fafafa;
  border-top: 1px solid #dddddd;
  margin-bottom: 0px;
  margin-top: 9px;
}

.footerleiste {
   
  box-sizing: border-box;
  
  padding: 5px;
  float: left;
  
  text-align: left;
  background: #fafafa;
  border-top: 1px solid #dddddd;
  margin-bottom: 0px;
  margin-top: 9px;
}

/*---footer----*/

.c-right {
   
  box-sizing: border-box;
  
  padding: 5px;
  
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: arial;
  font-size: 14px;
  color: #ffffff;
  font-style:italic;
  text-decoration: none;
}

.c-right a:link {
   
   
  
  font-family: arial;
  font-size: 14px;
  color: #ffffff;
  font-style:italic;
  text-decoration: none;
}

.c-right a:visited {
   
   
  
  font-family: arial;
  font-size: 14px;
  color: #ffffff;
  font-style:italic;
  text-decoration: none;
}
  .c-right a:hover {
   
   
  
  font-family: arial;
  font-size: 14px;
  color: #ffffff;
  font-style:italic;
  text-decoration: underline;
}

.linieunten {
   
  
  width: 100%;
  overflow: auto;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2px;
  margin-top: 2px;

}

.teamvorschau {
   
  box-sizing: border-box;
  
  padding: 5px;
  float: left;
  width: auto;
  height: auto;
  text-align: left;
  
  
  margin-bottom: 2px;
  margin-top: 2px;
}


.forumvorschau {
   
  box-sizing: border-box;
  
  padding: 5px;
  float: left;
  width: auto;
  height: 40px;
  text-align: left;
  
  
  margin-bottom: 2px;
  margin-top: 2px;
}

.forumvorschau-li {
   
  box-sizing: border-box;
  
  padding: 5px;
  float: left;
  width: 40px;
  height: 40px;
  text-align: left;
 
  
  margin-bottom: 2px;
  margin-top: 2px;
}

.forumvorschau-li img {
   
  box-sizing: border-box;
  
  height: 30px;
  width: 30px;
  padding: 1px;
  border: 1px solid #dddddd;
}


.headeruser {
   
  box-sizing: border-box;
  
  padding: 0px;
  float: left;
  
  text-align: left;

 
  
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 15px;
}

.headeruser img {
   
  box-sizing: border-box;
  
  height: 26px;
  width: 26px;
  
  border: 1px solid #dddddd;
}

.forumvorschau-av {
   
  box-sizing: border-box;
  
  padding: 5px;
 
  width: 40px;
  height: 40px;
  text-align: left;
 
  
  margin-bottom: 2px;
  margin-top: 2px;
}

.forumvorschau-av img {
   
  box-sizing: border-box;
  
  height: 30px;
  width: 30px;
  padding: 1px;
  border: 1px solid #dddddd;
}


.forumvorschau-righter {
   
  
  margin-top: 4px;
  border-bottom: 1px solid #dddddd;
  
  
}



.clear{clear:both;}/* clear float */

.whitelink {
   
   font-family: arial;
   font-size: 22px;
   color: #ffffff;
   text-decoration: none;
}


.white {
   
   font-family: arial;
   font-size: 16px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
}

.ausrichten {


  padding: 5px;
  
  max-width: 850px;
  
  margin: 0px auto;

  

  


}

.ausrichten-gr {


  padding: 0px;
  text-align: left;
  max-width: 980px;
  height: auto;
  margin: 0px auto;
  
}

.streifen {
   
  padding: 3px;
  margin-top: 0px;
  margin-bottom: 4px;
  width: 100%;
  background: #007AC4;
  
}

.streifen-grau {
   
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 0px;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #dddddd;  
}

.unten {
   
  box-sizing: border-box;
  padding: 0px;
  float: right;
  width: 100%;
  background: #007AC4;
  margin-bottom: 0px;
}

.box1 {
  float: left;
  height: 160px;
  margin: 10px 10px 20px 10px;
  
  padding: 5px;
  text-align: left;
  border: 1px dashed white;
}
.box1 h4{
  font-family: arial;
  font-size: 14px;
  color:#ffffff;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  
}
.box1 ul{
  margin: 0; 
  padding: 0; 
}

.box1 ul li{
  display: inherit;
  text-align: left;
  margin: 0; 
  padding: 0;  
}

.box1 ul li a{
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.box1 ul li a:hover{
  color:#ffffff;
  text-decoration: underline;
}

.footer{
  background: #007AC4;
  }



.logo {
  text-align: center;
  
  background-image: url(http://www.polizeiautos.de/bg-header.jpg);
  
  background-repeat: repeat-x;
}

.logo img {
  text-align: center;
  
}

header {
				
				
				
			}


main {
       
      
               

			}

article {
               display: flex;
               flex-direction: column;
               
               max-width: 550px;
               margin: 4px;
               
               
			}

.kategorieliste {
				
        
        height: 100%;
       
        float: left;
				
				
			}

.start-rechts {
        margin: 10px;
       
   }


footer {
			
				
				
			}




     @media (min-width: 950px) {
   /* breite Browserfenster */
   .logo {
  
  height: 100px;
  
  background-size: 20px 85px;
  
}
.logo img {
    padding: 19px;
}


.headerleiste {
   
  box-sizing: border-box;
  
  padding: 3px;
  float: left;
  width: 60%;
  text-align: left;
  background: transparent;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.headerleiste-re {
   
  box-sizing: border-box;
  
  padding: 3px;
  float: right;
  width: 40%;
  text-align: right;
  background: transparent;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.headerusername {
   font-family: arial;
   font-size: 14px;
   color: #ffffff;
   max-width: 150px;
   float: left;
   margin-top: 5px;
   margin-left: 4px;


}


#suchlayer {

    max-width: 210px;    
    margin-left: 60%;
    margin-top: 12px;
    left: 0;
    float: left;
}

nav {
  
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: transparent;
  
  
}


nav ul {
  margin: 0;
  padding: 0;

}
 
nav a {

  display: block;
  height: 20px;
  font-family: arial;
  font-size: 16px;
   color: #000000;
   text-decoration: none;
   border-right: 1px solid #dddddd;
   background: #fafafa;
}

nav a:hover {

  display: block;
  font-family: arial;
  font-size: 16px;
   color: #007AC4;
   text-decoration: none;
   border-right: 1px solid #dddddd;
   background: #fafafa;

}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
}
 
  nav ul li:hover {
  
  
}
 
nav ul li a {
    padding: 10px 20px;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #dddddd;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
 
nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #dddddd;
}
 
nav ul ul li a {
  padding: 10px 20px;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}


nav ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #000000;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul ul li:last-child {
  border-bottom: none;
}

.footerleiste {
   
   width: 80%;

}
.footerleiste-re {
   
   width: 20%;

}

.mobbuttons {
   
  display: none;
}

.modellinfos {
 font-size: 14px;
}

.dreieck {

width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 30px 20px 30px 0;
border-color: transparent #dddddd transparent  transparent;

}

.smallthumbs img {
  border-bottom: solid 3px #ffffff;
}

.container {
width: 490px;
}


.allcat {
   
  float: left;
  width: 50%;
    
}

.allcat-re {
   
  box-sizing: border-box;
  
  
  float: right;
  width: 50%;
   
}

.kategorieliste img {
       /* display: none;*/
       margin-top: 4px;
      }

.pfad-m {
   
  display: none;
  
}

.video {
   
   font-family: arial;
   font-size: 14px;
   color: 007AC4;
   text-decoration: none;
   border-radius: 6px;
   border: none;
   padding: 1px;
   margin-bottom: -60px;
   text-align: center;
   width: 50px;
   height: 40px;
   background: #ffffff;
   opacity: 0.8;
   position: relative;
   z-index: 2;
  
}
.video a:link {
   font-family: arial;
   font-size: 14px;
   color: 007AC4;
   text-decoration: none;
   
   
  
}
.video a:visited {
   font-family: arial;
   font-size: 14px;
   color: 007AC4;
   text-decoration: none;
   
}

.video i {
   
   font-size: 22px;
   
   
}


 }
 @media (min-width: 580px) and 
  (max-width: 950px) {
   /* Darstellung auf Netbooks */ 

   .logo {
  
  height: 100px;
  background-size: 20px 85px;
  
}
.logo img {
    padding: 20px;

}


.headerleiste {
   
  box-sizing: border-box;
  
  padding: 3px;
  float: left;
  width: 60%;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
}

.headerleiste-re {
   
  box-sizing: border-box;
  
  padding: 3px;
  float: right;
  width: 40%;
  text-align: right;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
}



#suchlayer {

    max-width: 210px;    
    margin-left: 60%;
    margin-top: 12px;
    left: 0;
    float: left;
}

.headerusername {
   font-family: arial;
   font-size: 14px;
   color: #ffffff;
   max-width: 150px;
   float: left;
   margin-top: 5px;
   margin-left: 4px;


}



nav {
  
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: transparent;
  
 

}

nav ul {
  margin: 0;
  padding: 0;
 
}
 
nav a {

  display: block;
  height: 20px;
  font-family: arial;
  font-size: 16px;
   color: #000000;
   text-decoration: none;
   border-right: 1px solid #dddddd;
   background: #fafafa;
 
}

nav a:hover {

  display: block;
  font-family: arial;
  font-size: 16px;
   color: #007AC4;
   text-decoration: none;
   border-right: 1px solid #dddddd;
   background: #fafafa;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  
}
 
  nav ul li:hover {
  
  
}
 
nav ul li a {
    padding: 10px 20px;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #dddddd;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
 
nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #dddddd;
}
 
nav ul ul li a {
  padding: 10px 20px;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}


nav ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #000000;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul ul li:last-child {
  border-bottom: none;
}

 .start-rechts {
        display: none;
       
   }

   .footerleiste {
   
   width: 80%;

}
.footerleiste-re {
   
   width: 20%;

}

.kategorieliste img {
        display: none;
      }

.suchkategorien {
   
   display: none;

}

.mobbuttons {
   
  display: none;
  
}

.modellinfos {
 font-size: 14px;
}

.dreieck {

width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 30px 20px 30px 0;
border-color: transparent #dddddd transparent  transparent;

}

.smallthumbs img {
  border-bottom: solid 3px #ffffff;
}

.container {
width: 490px;

}



.allcat {
   
  float: left;
  width: 50%;
    
}

.allcat-re {
   
  box-sizing: border-box;
  
  
  float: right;
  width: 50%;
   
}

.pfad-m {
   
  display: none;
  
}

.video {
   
   font-family: arial;
   font-size: 14px;
   color: 007AC4;
   text-decoration: none;
   border-radius: 6px;
   border: none;
   padding: 1px;
   margin-bottom: -60px;
   text-align: center;
   width: 50px;
   height: 40px;
   background: #ffffff;
   opacity: 0.8;
   position: relative;
   z-index: 2;
  
}
.video a:link {
   font-family: arial;
   font-size: 14px;
   color: 007AC4;
   text-decoration: none;
   
   
  
}
.video a:visited {
   font-family: arial;
   font-size: 14px;
   color: 007AC4;
   text-decoration: none;
   
}

.video i {
   
   font-size: 22px;
   
   
}

 } 


 @media  (max-width: 580px) {

    /* mobile Geräte */ 
.logo {
  
  height: 50px;
  margin-bottom: 4px;
  background-size: 10px 42px;
  
}
.logo img {
    height: 22px;
  width: 275px;
  padding: 10px;
}

.headerleiste {
   
  box-sizing: border-box;
  
  padding: 3px;
  float: left;
  width: 100%;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 10px;
}

.headerleiste-re {
   
  display: none;
}

.mobbars {
   
  float: left;

}

.headerusername {
  display: none;
}


  nav,                  
  nav ul,
  nav li {           /* Normalisierung */
    list-style: none; 
    margin: 0; 
    padding: 0;
    border: 0;

   
  }
  nav ul {
    width: auto;
    padding: 5px;
    
  }
  nav li {
    width: 100%;
    padding: 5px;
    border-bottom: 1px dashed #007AC4;
    background-color: #fafafa;
    text-align: left;
  }
  nav a {

    font-family: arial;
    font-size: 18px;
    text-decoration: none; 
    font-weight: bold;
    color: #007AC4; 
    
  }
  nav a:focus,
  nav a:hover,
  nav a:active {    
    color: #007AC4; 
    
  }


.kategorieliste {
        display: none;
       
   }

   .start-rechts {
        display: none;
       
   }

   .footerleiste {
   
   width: 100%;

}
.footerleiste-re {
   
   display: none;

}


.suchkategorien {
   
   display: none;

}

.whiteheader {
   
  display: none;
  
}

.whiteheader-re {
   
  display: none;
  
}

.desktop {
   
  display: none;
  
}

.bgbilder img {
  max-width: 100px;
  height: auto;
  border: solid 3px #dddddd;
 
}

.thumbpic img {
  max-width: 80px;
  height: auto;
}

.smallthumbs img {
  max-width: 80px;
  height: auto;
  border-bottom: solid 3px #ffffff;
}

.modellinfos img {
  max-width: 80px;
  height: auto;
}

.modellinfos {
  font-size: 10px;
}

.dreieck {

width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 18px 13px 18px 0;
border-color: transparent #dddddd transparent  transparent;

}

.container {
width: 300px;


}

.pfad {
   
  display: none;
  
}

.pfad-m {
   
  display: inline-table;
  
}

.norm-m {
   
  display: none;
  
}

.minipics {
   
  display: none;
  
}

.video {
   
   font-family: arial;
   font-size: 8px;
   color: 007AC4;
   text-decoration: none;
   border-radius: 3px;
   border: none;
   padding: 0px;
   margin-bottom: -30px;
   margin-left: 0px;
   text-align: center;
   width: 30px;
   height: 15px;
   background: #ffffff;
   opacity: 0.8;
   position: relative;
   z-index: 2;
  
}
.video a:link {
   font-family: arial;
   font-size: 4px;
   color: 007AC4;
   text-decoration: none;
      
   
  
}
.video a:visited {
   font-family: arial;
   font-size: 8px;
   color: 007AC4;
   text-decoration: none;
   display: none;
   
}

#videoschrift {
  display: none;
}

.video i {
   
   font-size: 14px;
   
   
}



}



  /*Bildervorschau Startseite*/

  .container {
    margin-top:5px;
    margin-bottom: 5px;
    border: none;
    background-color: transparent;
    margin-left: 4px;
    overflow: auto;
    height: 130px;
    white-space: nowrap;


}

.contents {
    vertical-align: top;
    margin-right: 6px;
    margin-top: 5px;
    width: 120px;
    height: 105px;
    border-radius: 6px;
    display: inline-block;
    white-space: pre-wrap;
    background-color:#ffffff;
    border: 1px solid #dddddd;
     
}

.contents img {
  max-height: 55px;
  max-width: 115px;
  width: auto;
  margin-top:6px;
}

  /*Auflistung Kategorien über inhalt_db und variabeln*/

  .wrap {
  float: left;
  

  }


  .allcat {
   
  box-sizing: border-box;
  
  padding: 5px;
  text-align: left;
  background: transparent;
  
  
}

.allcat-re {
   
  box-sizing: border-box;
  
  padding: 5px;
  text-align: left;
  background: transparent;
 
 
}

#baum
{
margin-top:3px;
margin-left: 0px;
list-style-type:none;
padding:0px;

font-family: Arial;
font-size: 14px;
text-align: left;

}
#baum  li
{
margin:3px;
list-style-type:none;
background:#F0F0F0;
padding:3px;

}
#baum  li li
{

background:#FFFFFF;
}
#baum  li li li
{
background:#f2f2f2;
}
#baum  li li li li
{
background:#ffffff;
}

#baum a
{
text-decoration:none;
}

.haupt {
  
  
  background-color:#f2f2f2;
 
}

.pfad {
   
   font-family: arial;
   font-size: 12px;
   color: black;
   text-decoration: none;
}
.pfad a:link {
   font-family: arial;
   font-size: 12px;
   color: black;
   text-decoration: none;
  
}
.pfad a:visited {
   font-family: arial;
   font-size: 12px;
   color: black;
   text-decoration: none;
}

.pfad-m {
   
   font-family: arial;
   font-size: 12px;
   color: black;
   text-decoration: none;
   border-radius: 6px;
   border: 1px solid #dddddd;
   padding: 4px;
   margin: 4px;
   text-align: left;
   min-width: 50px;
  
}
.pfad-m a:link {
   font-family: arial;
   font-size: 12px;
   color: black;
   text-decoration: none;
  
}
.pfad-m a:visited {
   font-family: arial;
   font-size: 12px;
   color: black;
   text-decoration: none;
}


.videoframe {
  
 
  
}

.videoframe iframe {
   max-width: 800px;
   border: solid 3px #dddddd;
 
}

.videovorschau img {
  width: 150px;
  position: relative;
  z-index: 1;

}


.minipics img {
  margin-right: 4px;
  margin-left: -22px;
  border-left: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-right: 0px;
  border-top: 0px;
  max-width: 50px;
  height: auto;
}


/*Euro-Slider*/


h5.button {
   
   font-family: arial;
   font-size: 14px;
   color: white;
   text-decoration: none;
   background-color: #007AC4;
   padding: 5px;
   cursor: pointer;
   margin-bottom: 0px
  }
  
  h5.button:hover {
   color: #f2f2f2;
  }
  
  p.inhalt {
   display: none;
   margin-top: 0px
   margin-left: 15px;
   border: solid 1px #dddddd;
   height: 235px;
   overflow: auto;
   
  }

  p.inhalt img {
  max-width: 100px;
  height: auto;
}
  
