details > summary {
  padding: 4px;
  width: 200px;
  background-color: none;
  border: none;
	text-decoration: none;
  cursor: pointer;
	color: #000000;
}
.divTable{
	display: table;
	width: 1000px;

}
.divTableRow {
	display: table-row;

}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	text-align: justify;
	padding: 3px 10px;
}
.divTableCell1, .divTableHead {
	border: 0px solid #999999;
	_background-color: #FFFFFF;
	width: 375px;
	display: table-cell;
	text-align: justify;
	padding: 3px 10px;
}
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
}
h2 {
  margin: 1000;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 400px;
  height: 356px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(https://krimmer-elektrotechnik.de/images/loading3.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -200px 0 0 -178px;
}
.scroll {
  position:absolute;
  right:50%;
  bottom:250px;
  width: 0;
  padding:0px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #FFFFFF;
}
.footer {
  width: 100%;
  background-color: #000000;
  z-index: 6;
  position: relative;
  max-width: 3000px;
  min-width: 1100px;
  font-size: 20px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #FFFFFF;
}
.content {
  width: 100%;
  top: 0px;
  z-index: 2;
  opacity: 1;
  position: relative;
  font-size: 72px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  max-width: 3000px;
  color: #B0E1EB;
}
.items0 {
  width: 100%;
  background: rgba(255, 0, 21, 0.6);
  z-index: 3;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  max-width: 3000px;
  min-width: 1100px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #FFFFFF;
}
.items1 {
  width: 100%;
  background-color: #FFFFFF;
  z-index: 3;
  position: relative;
  font-size: 20px;
  max-width: 3000px;
  min-width: 1100px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #333333;
}
.items2 {
  width: 100%;
  background-color: #f2f1f1;
  z-index: 5;
  position: relative;
  max-width: 3000px;
  min-width: 1100px;
  font-size: 20px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #000000;
}
.header {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  margin: 0;
  top: 160px;
  background: url(https://krimmer-elektrotechnik.de/banner1_.jpg);
  background-size: cover;
  font-size: 72px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #000000;
  background-color: #000000;
}
#video_background {
	position: absolute;
	top: 0px;
	right: 0px;
  min-width: 100%;
  opacity: 0.5;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.items0 a:hover {
  color: rgb(252, 190, 190);
 }
 .items0 a {
  display: inline-block;
  color: #FFFFFF;
  padding: 1px 1px;
  text-decoration: none;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
 }
 .items1 a:hover {
  background: #FFFFFF;
  color: red;
 }
 .items1 a {
  display: inline-block;
  color: #000000;
  padding: 1px 1px;
  text-decoration: none;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
 }
 .footer a:hover {
  color: red;
 }
 .footer a {
  display: inline-block;
  color: #FFFFFF;
  padding: 1px 1px;
  text-decoration: none;
  font-size: 14px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
 }
 .sprung {
   visibility: hidden;
   height: 0px !important;
   position: absolute;
   margin: -150px;
  }
   .navbar a {
    color: #FFFFFF;
    padding: 20px 10px;
    text-decoration: none;
   
    font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
   }
   .navbar a:hover {
    background: #fe0001;
    color: #FFFFFF;
   }




   .newsdivTable{
    display: table;
    max-width: 1000px;
    min-width: 1000px;


  }
  .newsdivTableRow {
    display: table-row;
  }
  .newsdivTableHeading {
    background-color: #FFFFFF;
    display: table-cell;
    font-weight: bold;
    min-width:300px;
    max-width:300px;
  }
  .newsdivTableCell, .newsdivTableHead {
    border: 0px solid #999999;
      background-color: #FFFFFF;
      color:#000000;
    display: table-cell;
    text-align: justify;
  }
  .newsdivTableCell1, .newsdivTableHead {
    border: 0px solid #999999;
    background-color: #FFFFFF;
    display: table-cell;
    text-align: justify;
      font-size: 10px;
      min-width:300px;
      max-width:300px;
  }
  .newsdivTableCellspace, .newsdivTableHead {
    border: 0px solid #999999;
    background-color: #FFFFFF;
    display: table-cell;
      min-width: 33px;
      max-width: 33px;
    text-align: justify;
  }
  .headnews{
      top:20px;
      width:250px;
      height: 25px;
      background-color: #FFFFFF;
  }

.tabcontent {
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
  display: none;
  width: 90;
  text-align: left;
  padding: 6px 12px;
  border: none;
  margin-left: 0;
  margin-right: 0;
}
.imagelink {
  transition: transform 0.35s;
 }
 .imagelink:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 10px 20px 15px black;
  cursor: pointer;
 }   