*{
	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:1.8em;
    text-align: center;
    color:#252525;
    font-weight: 700;
}
.main-text-h2{
    position: relative;
    font-family: "Inter";
    font-size:1.5em;
    text-align: center;
    color:#252525;
    font-weight: 500;
    margin-top:10px;
}









input[type="date"] {
    margin: 5px 0;
  }
  .result {
    margin-top: 20px;
    background: #e8f5e9;
    padding: 15px;
    border-left: 5px solid #4caf50;
  }
  label {
    display: block;
    margin-top: 10px;
  }

  .tagerechner-rechnen-button{
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'Inter';
    font-size:1.3em;
  }

  .tagerechner-rechnen-button:hover {
    background-color: #45a049;
    border-radius: 12px;
  }


  ul {
    margin-top: 10px;
  }

  .output-error{
    position: relative;
    font-family: "Inter";
    font-size:1.1em;
    text-align: center;
    margin-top:1em;
    font-weight: 600;
  }

  .output-date{
    position: relative;
    font-family: "Inter";
    font-size:1em;
    text-align: center;
    margin-top:1em;
  }

  .output-info-box{
    position: relative;
    width: auto;
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .output-info-box-1{
    position: relative;
    width: 48%;
  }
.output-info-box-1-p{
    position: relative;
    font-family: "Inter";
    font-size:1.3em;
    font-weight: 700;
}
.output-info-box-1-p2{
    position: relative;
    font-family: "Inter";
    font-size:0.9em;
}


  .output-info-box-2{
    position: relative;
    width: 48%;
    margin-left: 4%;
  }
  .output-info-box-2-p{
    position: relative;
    font-family: "Inter";
    font-size:1.3em;
    font-weight: 700;
}







.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);
  }

  .ratgeber-splitter{
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, rgb(0, 183, 255) , rgb(206, 3, 206));
  }
  

.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-h3{
    position: relative;
    font-family: "Inter";
    color:#000;
    margin-top:4vh;
    width: 90%;
    margin-left: 5%;
    font-size: 1.5em;
    line-height: 1.2;
  }
  
  .div-main-p-center{
    position: relative;
    font-family: "Inter";
    color:#000;
    width:90%;
    max-width: 1000px;
    margin-top:2vh;
    margin-left:5%;
    font-size:1em;
    line-height: 1.3;
    font-display: swap;
    text-align: center;
  }

  
  .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;
  }






  .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%;
}

.makler-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%;
}
}






/* INPUT CONTAINER  */
.input-container {
    display:flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-width: 217px;
    height: 60px;
    padding: 5px 10px 10px 10px;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 3px #000);
    -webkit-filter: drop-shadow(0px 0px 3px #000);
    overflow: hidden;
    cursor: pointer;
  }
  .input-container:hover, 
  .input-container:focus,
  .input-container:active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
  .input-container label {
    position: relative;
    width: 100%;
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 20px;
    color: #09f;
    margin-left: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .input-container input {
    position: relative;
    align-items: center;
    width: auto;
    height: auto;
    font-family: "Lekton", Arial, sans-serif;
  font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 21px;
    text-transform: uppercase;
    margin-left: 0px;
  }
  


  .input-box{
    width:100%;
    max-width:700px;
    display:flex; 
    margin-left: auto;
    margin-right: auto;
    margin-top:2em;
  }

  .input-box-submit{
    width:100%;
    max-width:700px;
    margin-left: auto;
    margin-right: auto;
    margin-top:2em;
  }

  .input-box-submit-label{
    font-family: 'Inter';
    font-size: 1em;
    color:#000;
  }

  .input-box-1{
    width:50%;
  }
  .input-box-2{
    width:50%;
  }

  .input-box-1-p{
    font-family:'Inter';
    font-size:1.4em;
    font-weight:600;
  }

  .input-box-1-start-label{
    width:auto;
    border:1px solid black;
    padding-left:2vh;
    padding-right:2vh;
    padding-top:1vh;
    padding-bottom:1vh;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: inline-block;
    border-radius:10px;
    border:1px solid #929292;
  }

  .input-box-1-start-input{
    border:none;
    font-size:1.3em;
    font-family:'Inter';
    transition:0.5s;
    cursor: pointer;
    font-weight: 500;
  }
  .input-box-1-start-input:hover{
    color:#219ebc;
  }



  #btn_new{
    margin-top: 1.8em;
    padding: 10px 20px;
    background-color: #6bbde3;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'Inter';
    font-size:1em;
  }

  #btn_new:hover {
    background-color: #219ebc;
    border-radius: 8px;
  }
  


  @media screen and (max-width: 470px) {
    .input-box{
      display: block;
    }
    .input-box-1{
      width: 100%;
    } 
    .input-box-2{
      width: 100%;
    } 
    .input-box-3{
      text-align: center;
      margin-top:0vh;
    } 
    .input-box-3-span{
      text-align: center;
      display: table;
    margin: 0 auto;
    } 

  }

  @media screen and (min-width: 471px) {
    /* Hier CSS für größere Bildschirme */
    .input-box-3{
      margin-top:4vh;
    } 
  }









  .link-liste {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top:3vh;
    padding-bottom:4vh;
  }

  .link-eintrag {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 15px;
    transition: 0.5s;
  }
  .link-eintrag:hover {
    background-color: #f3f0ff;
  }

  .link-eintrag img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    font-family: 'Inter';
  }

  .link-text {
    display: flex;
    flex-direction: column;
  }

  .link-text a {
    font-weight: bold;
    color: #0056b3;
    text-decoration: none;
    font-size: 1.2em;
    margin-bottom: 5px;
    font-family: 'Inter';
  }

  .link-text a:hover {
    text-decoration: underline;
  }

  .link-text span {
    font-size: 1em;
    color: #333;
    font-family: 'Inter';
  }

  @media (max-width: 800px) {

    .link-liste {
      width: 90%;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .link-eintrag {
      flex-direction: column;
      align-items: flex-start;
      text-align: center;
    }

    .link-eintrag img {
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
    }
  }











  
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: none; /* Standardmäßig versteckt */
  font-family: 'Inter';
}

.cookie-options {
  margin: 10px 0;
  width: 90%;
  margin-left: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cookie-options label {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.cookie-buttons {
  margin-top: 10px;
  width: 90%;
  margin-left: 2%;
}

.cookie-buttons button {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px;
}

.cookie-buttons button:hover {
  background: #45a049;
}



.div-mail-link{
  position: relative;
  text-decoration: none;
  color: #01c9ca;
  cursor: pointer;
}
.div-mail-link:hover{
  position: relative;
  text-decoration: none;
  color: #011fca;
}













  :root{
      --bg:#faf9fb;
      --card:#ffffff;
      --ink:#1f2937;
      --muted:#6b7280;
      --primary:#0f766e;
      --ring:#0ea5e9;
      --fertile:#f9d8e5;        /* rosa = fruchtbar */
      --veryfertile:#ffd6a5;    /* orange = sehr fruchtbar */
      --ovulation:#ff8c00;      /* Markierung Ovulation */
      --period:#60a5fa;         /* Tropfen */
      --radius:18px;
      --shadow:0 8px 24px rgba(15,23,42,.08);
    }
    html,body{height:100%}
    body{
      margin:0;
      color:var(--ink);
      font-family:'Inter';
      background:linear-gradient(180deg,#f6f7fb 0%, var(--bg) 100%);
    }
    .wrap{max-width:980px;margin:32px auto;padding:0 16px}
    .title{
      display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;
      margin-bottom:16px
    }
    .title h1{font-size:clamp(1.4rem,2.5vw,2rem);margin:.2rem 0}
    .title p{color:var(--muted);margin:0}
    .card{
      background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);
      padding:20px;margin-bottom:18px
    }
    .grid{
      display:grid;gap:12px;
      grid-template-columns:repeat(12,1fr)
    }
    .grid .col-6{grid-column:span 6}
    .grid .col-4{grid-column:span 4}
    .grid .col-3{grid-column:span 3}
    .grid .col-12{grid-column:span 12}
    @media (max-width:800px){ .grid .col-6,.grid .col-4,.grid .col-3{grid-column:span 12} }

    label{font-weight:600;font-size:.95rem}
    .muted{color:var(--muted);font-size:.9rem}
    .input, select{
      width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;
      font-size:1rem;background:#fff;box-sizing:border-box
    }
    .row{display:flex;gap:14px;flex-wrap:wrap}
    .radio{
      display:flex;gap:12px;align-items:center;background:#f3f4f6;border-radius:12px;padding:6px 8px
    }
    .btn{
      appearance:none;border:0;border-radius:14px;padding:12px 18px;font-weight:700;
      background:var(--primary);color:#fff;cursor:pointer;box-shadow:var(--shadow)
    }
    .btn:focus{outline:3px solid var(--ring);outline-offset:2px}

    /* Calendar */
    .cal header{
      display:flex;align-items:center;justify-content:space-between;margin-bottom:12px
    }
    .cal .nav{
      display:flex;gap:8px
    }
    .cal .nav button{
      background:#eef2ff;color:#3730a3;border:0;border-radius:10px;padding:8px 10px;cursor:pointer
    }
    .cal .month{font-weight:800;font-size:1.05rem}
    .dow, .grid-days{display:grid;grid-template-columns:repeat(7,1fr)}
    .dow div{
      text-align:center;font-weight:700;color:var(--muted);padding:8px 0
    }
    .day{
      min-height:88px;border:1px solid #f1f5f9;background:#fff;position:relative;padding:6px;border-radius:10px;
      display:flex;align-items:flex-start;justify-content:flex-end
    }
    .day .num{font-weight:700;color:#374151}
    .day.other{background:#fafafa;color:#9ca3af}
    .day.fertile{background:var(--fertile)}
    .day.very-fertile{background:var(--veryfertile)}
    .dot-ovu{
      position:absolute;left:8px;top:8px;width:10px;height:10px;background:var(--ovulation);border-radius:50%;
      box-shadow:0 0 0 3px rgba(255,140,0,.18)
    }
    .icon{
      position:absolute;left:8px;bottom:8px;font-size:1rem
    }
    .legend{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:12px}
    @media (max-width:700px){ .legend{grid-template-columns:1fr}}
    .legend .item{display:flex;align-items:center;gap:8px}
    .legend .swatch{width:16px;height:16px;border-radius:4px;border:1px solid #e5e7eb}
    .legend .swatch.f{background:var(--fertile)}
    .legend .swatch.vf{background:var(--veryfertile)}
    .legend .swatch.ovu{background:var(--ovulation);border-radius:50%}
    .small{font-size:.85rem;color:var(--muted)}
    .result-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
    .pill{background:#eef2ff;color:#3730a3;border-radius:999px;padding:8px 12px;font-weight:600}



    .input-text-2{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    width:90%;
    margin:1.5em auto;
    padding-bottom: 25px;
  }


#anchor-links{
    color: #011fca;
    transition: 0.5s;
    text-decoration: none;
}
#anchor-links:hover{
    color: #c70b0b;
}