html {
  width: 100%;
}

.header {
  background-color: #dddddd;
  overflow: hidden;
  min-height: 150px;
  max-height: 300px;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  position: sticky;
  top: 0;
}

.cheader {
  background-color: #dddddd;
  overflow: hidden;
  min-height: 150px;
  max-height: 300px;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  position: sticky;
  top: 0;
}

.header img {
  margin-top: 5px;
  margin-left: 25%;
}

.cheader img {
  margin-top: 5px;
}

.h-text-1 {
  font-size: 80px;
  position: sticky;
  right: 15%;
  top: 23%;
  margin-bottom: -100%;
  float: right;
  margin-top: -0%;
}

.h-text-2 {
  font-size: 80px;
  position: sticky;
  right: 5%;
  top: 23%;
  margin-bottom: -100%;
  float: right;
  margin-top: -0%;
}

@media (max-width: 1220px) {
  .header img {
    margin-left: 5%;
  }
}

@media (max-width: 900px) {
  div#divheader {
    width: 103%;
  }
}

@media (max-width: 840px) {
  .header img {
    left: 40%;
  }
  div#divheader {
    width: 105%;
  }
}

@media (max-width: 740px) {
  div#divheader {
    width: 107%;
  }
}

@media (max-width: 650px) {
  div#divheader {
    width: 109%;
  }
}

@media (max-width: 580px) {
  div#divheader {
    width: 111%;
  }
}

@media (max-width: 500px) {
  div#divheader {
    width: 116%;
  }
}

@media (max-width: 420px) {
  div#divheader {
    width: 120%;
  }
  .header img {
    left: 15%;
  }
}

/* Sidebar */
.sidebar {
  width: 250px;
  background-color: #e6e6e6;
  position: fixed;
  left: 0;
  height: 100%;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(0);
  transition: transform 0.3s ease;
  z-index: 1000;
}

/* Sieger Page*/
.sidebar-deco-s {
  background-color: #dddddd;
  border-style: solid;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto;
  width: 225px;
  transition: ease-in-out 0.3s;
}
.bar-item {
  width: 100%;
  display: block;
  padding: 16px 0px;
  text-align: center;
  border: none;
  white-space: normal;
  float: none;
  outline: 0;
}
.sidebar-sieger {
  font-family: "Black Ops One";
  font-size: 25px;
  color: black;
  margin-bottom: -15%;
}
.sidebar-sieger-ausstehend {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 550;
  color: black;
  margin-bottom: -1%;
}
.sidebar-sieger-feststehend {
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-style: normal;
  color: black;
  margin-bottom: -25px;
  margin-top: -20px;
}
.sidebar-top-img {
  height: auto;
  width: 200px;
}

.sidebar-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.sidebar-header h2 {
  font-size: 24px;
  color: #333;
  margin-top: 10px;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  display: none;
}

/* Navigation Links */
.nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-family: "Black Ops One";
  font-size: 25px;
  width: 225px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 2px solid #000;
  border-radius: 15px;
  background-color: #ccc;
  transition: background-color 0.2s;
}

.nav-links a:hover {
  background-color: #bbb;
}

.nav-links a.active {
  background-color: #3cffb0;
  color: #000;
}

/* Sidebar Footer */
.sidebar-footer {
  position: fixed;
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
}

.sidebar-footer img {
  /*width: 80%;
  max-width: 180px;*/

  position: fixed;
  height: 60px;
  width: auto;
  margin-left: -5px;
  top: 100%;
  margin-top: -90%;
}

/* Content */
.content {
  margin-left: 250px;
  padding: 30px;
}

.content.j {
  margin-left: 400px;
  padding: 30px;
}

/* Toggle Button */
.toggle-btn {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  margin-bottom: 20px;
}

.colm2 {
  column-count: 2; 
  column-gap: 2em;
}

/* Responsive */
@media (max-width: 1040px) {
  .colm2 {
    column-count: 1; 
    column-gap: 2em;
  }
}

@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .content {
    margin-left: 0;
  }

  .content.j {
    margin-left: 0;
  }

  .toggle-btn {
    display: block;
    margin: 20px;
  }

  .close-btn {
    display: block;
  }

  .sidebar-footer img {
    margin-top: -130%;
  }
}
