*{
	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: 735px) {
    .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: 651px) {
    /* Hier CSS für größere Bildschirme */
    .input-box-3{
      margin-top:4vh;
    } 
  }




  @media screen and (max-width: 650px) {
    .output-info-box{
      display: block;
    }
    .output-info-box-1{
      width: 100%;
    }
    .output-info-box-2{
      width: 100%;
      margin-left: 0%;
      margin-top: 2vh;
    }
  }

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




  
  .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: #ca0101;
  cursor: pointer;
  font-weight: bold;
}
.div-mail-link:hover{
  position: relative;
  text-decoration: none;
  color: #011fca;
}


.pause-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: "Inter";
}

.pause-input{
  position: relative;
  padding-bottom: 0.5vh;
  padding-top: 0.5vh;
  padding-left: 1vh;
  font-size: 1em;
  margin-top: 1vh;
}