.logo {
  display:flex;
  position: fixed;
  justify-content: flex-start;
  height: 130px;
  background-image: url(https://krimmer-elektrotechnik.de/images/logo_new.png);
  background-repeat: no-repeat;
  background-size:contain;
  z-index: 22;
  margin: 0;
  margin-left: 0px;
  top: 15px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #FFFFFF;
  min-width: 179px;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 35px;
  z-index: 20;
  margin-left: 0px;
  top: 0px;
  font-size: 16px;
  font-family: "Century Gothic", "CenturyGothic", "Geneva", "AppleGothic", "sans-serif";
  color: #000000;
  background-color: #FFFFFF;
  text-align: right;
  min-width: 418px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
 overflow: hidden;
 z-index: 21;
 position: fixed;
 width: 743px;
 height: 115px;
 margin-left: 207px;
}
.horizontal {
  display: flex;
  justify-content: center;
 overflow: hidden;
 background-color: #000000;
 z-index: 20;
 position: fixed;
 top: 35px;
 width: 100%;
 height: 115px;
}
.navcon {
  display: flex;
 overflow: hidden;
 background-color: #000000;
 z-index: 20;
 position: fixed;
 top: 35px;
 width: 950px;
 height: 115px;
}