*{
	padding: 0;
	margin: 0 ;
}

@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); } 


.main-text-h1{
    position: relative;
    font-family: "Inter";
    font-size:30px;
    text-align: center;
    color:#252525;
    font-weight: 500;
}
.main-text-h1-m{
    position: relative;
    font-family: "Inter";
    font-size:30px;
    text-align: center;
    color:#252525;
    font-weight: 500;
}





.hero {
    background-image: url('nordlichter-deutschland.webp'); /* <- Passe den Pfad ggf. an */
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 5%;
    color: white;
  }
  
  .overlay {
    background: rgba(0, 0, 0, 0.5); /* Dunkler Hintergrund für bessere Lesbarkeit */
    padding: 40px;
    max-width: 600px;
    border-radius: 10px;
  }
  
  .overlay-h {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-family: "Inter";
  }
  
  .overlay-p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-family: "Inter";
  }


  

  .circle-container {
    position: relative;
    width: 150px;
    height: 150px;
  }

  .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e81c2d; /* Default-Farbe */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease;
  }

  .circle-value {
    font-size: 2.5em;
    font-weight: bold;
    color: white;
    font-family: "Inter";
  }


  .polarlichter-aktuell-box{
    position: relative;
    width: 100%;
    max-width: 600px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top:4vh;
  }

  .polarlichter-aktuell-box-1{
    position: relative;
    width: 47%;
    max-width:150px;
    height: auto;
  }
  .polarlichter-aktuell-box-2{
    position: relative;
    width: 100%;
    margin-left: 6%;
    height: auto;
  }

  .polarlichter-aktuell-box-2-h3{
    position: relative;
    font-family: "Inter";
    font-size: 1.2em;
    margin-top:2vh;
  }

  .polarlichter-aktuell-box-2-p{
    position: relative;
    font-family: "Inter";
    font-size: 1em;
    margin-top:0.1em;
  }

  .info-text{
    position: relative;
    font-size: 1.1em;
    font-family: "Inter";
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top:2em;
  }




  .container {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border-radius: 12px;
  }

  .box {
    background: transparent;
    border-radius: 10px;
    padding: 1rem;
    width: 100px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-family: "Inter";
  }

  .date {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-align: center;
  }

  .days {
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    align-items: center;
  }

  .moon {
    font-size: 0.9rem;
  }

  .cross {
    font-size: 2.5rem;
    color: #e74c3c;
    margin-top: 0.5rem;
  }

  @media (max-width: 600px) {
    .box {
      width: 80px;
      padding: 0.7rem;
    }

    .date {
      font-size: 0.8rem;
    }

    .days {
      font-size: 0.75rem;
    }

    .cross {
      font-size: 2rem;
    }
  }











  .text-box-info{
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 3em;
}

.text-box-info-box1{
    position: relative;
    width: 49%;
    height: auto;
}

.text-box-info-box1-img{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    cursor: pointer;
    transition: 0.5s;
}
.text-box-info-box1-img:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.text-box-info-box2{
    position: relative;
    width: 49%;
    height: auto;
    margin-left: 2%;
}

.main-text-h6-m{
    position: relative;
    font-family: "Inter";
    font-size:1.3em;
    text-align: left;
    color:#252525;
    font-weight: 500;
    margin-top:0px;
    width:90%;
    margin-left: 0%;
}

.txt-info-m{
    position: relative;
    font-family: "Inter";
    color:#252525;
    font-size:17px;
    font-weight: 400;
    line-height: 1.5;
    margin-top:0.7em;
    width:95%;
    margin-left:2%;
}

@media screen and (max-width: 850px) {
	.text-box-info{
		display: inline-block;
    } 
    .text-box-info-box1{
        position: relative;
        width: 96%;
        margin-left: 2%;
        height: auto;
    }
    .text-box-info-box2{
        position: relative;
        width: 96%;
        margin-left: 2%;
        height: auto;
        margin-top:20px;
        text-align: center;
    }

    .main-text-h6-m{
      position: relative;
      text-align: center;
      width:90%;
      margin-left: 5%;
  }

  .text-box-info{
    position: relative;
    width: 90%;
    margin-left: 5%;
  }
  .text-box-info-box1-img{
    position: relative;
    width: 90%;
    margin-left: 5%;
}
}




.nordlichter-headline{
    position: relative;
    text-align: center;
    font-family: "Inter";
    color:#fff;
    font-size:1.5em;
}
.table-hintergrund{
    position: relative;
    background-color: #2d3339;
}
.aurora-table {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-family: "Inter";
    margin-top:1.5em;
  }

  .aurora-table th,
  .aurora-table td {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .aurora-table tr:nth-child(even) {
    background-color: #d1d1d1;
  }

  @media (max-width: 600px) {
    .aurora-table, .aurora-table thead, .aurora-table tbody, .aurora-table th, .aurora-table td, .aurora-table tr {
      display: block;
      width: 100%;
    }

    .aurora-table tr {
      margin-bottom: 1rem;
      border-bottom: 2px solid rgba(255,255,255,0.2);
    }

    .aurora-table td {
      text-align: left;
      padding: 0.5rem 1rem;
      position: relative;
    }

    .aurora-table td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 0.3rem;
      color: #aaa;
    }

    .aurora-table thead {
      display: none;
    }
  }

.infotext-box{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top:6vh;
}
  .erklaerung-headline{
    position: relative;
    font-family: "Inter";
    font-weight: 700;
    font-size:1.3em;
    color:#ededed;
  }
  .erklaerung-text{
    position: relative;
    font-family: "Inter";
    font-size:1em;
    line-height: 1.1;
    margin-top: 1vh;
    color:#ededed;
  }


  
.div-main{
    position: relative;
    width:96%;
    max-width:1200px;
    border:1px solid rgb(201, 201, 201);
    margin:25px auto;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding-bottom: 7vh;
  }
  
  
  .div-main-h2{
    position: relative;
    font-family: "Inter";
    color:#000;
    margin-top:50px;
    width: 90%;
    margin-left: 5%;
    font-size: 32px;
    line-height: 1.2;
  }
  
  .div-main-p{
    position: relative;
    font-family: "Inter";
    color:#000;
    width:90%;
    margin-top:2vh;
    margin-left:5%;
    font-size:18px;
    line-height: 1.3;
  }












.image-grid{
  position: relative;
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top:4vh;
}

  .header {
    text-align: center;
    padding: 32px;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    width: 100%;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 33%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }

  .alle-artikel-link{
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 3vh;
    font-family: "Inter";
    font-size:1em;
    color:#3c8fe7;
    transition:0.5s;
      align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-decoration: none;
  }
  .alle-artikel-link:hover{
    cursor: pointer;
    color: #2d73bd;
  }

  .artikel-link{
    position: relative;
    font-family: "Inter";
    font-size:1em;
    color:#3c8fe7;
    font-weight: 700;
    text-decoration: none;
  }
  .artikel-link:hover{
    cursor: pointer;
    color: #2d73bd;
  }


  .Beitrag-teilen-btn{
    position: relative;
    display: block;
    width: fit-content;
    text-align: center;
    color: #fff;
    background-color: #3c8fe7;
    font-family: "Inter";
    font-size:1em;
    transition: 0.5s;
    border-radius: 7px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 3vh;
    padding-right: 3vh;
    font-weight: 700;
    border:1px solid #d5d5d5;
    margin-left: auto;
    margin-right: auto;
    margin-top:2vh;
  }
  .Beitrag-teilen-btn:hover{
    background-color: #2d73bd;
    cursor: pointer;
  }