*{
	padding: 0;
	margin: 0 ;
}
@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); } 
/* #Primary
================================================== */

body{
    font-family: "Inter";
	font-weight: 400;
	color: #000;
    overflow-x: hidden; 
}


.container2{
    position: relative;
    padding-left: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    overflow: hidden;
    background:rgba(0, 0, 0, 0.087);

    backdrop-filter: blur(8px);

    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index:999;
  }
  .container2 li{
    list-style: none;
    display: inline;
    z-index:999;


  }
  .container2 li a{
    text-decoration: none;
    padding: 14px 20px;
    font-size: 16px;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    transition: all .3s ease-in;
    font-family: "Play", sans-serif;
    z-index:999;

  }
  .container2 li a:hover{
    color: #fff;
    background-color: #0d5cd9;
    z-index:999;
  }
  





.background-container {
    position: relative;
    height: auto;

    margin-top: -85px;
    background: linear-gradient(50deg, rgba(255, 255, 255, 0) 60%, #fd8a02 100%);
    overflow: hidden;
    padding-bottom:10vh;
    z-index:1;
}

.background-container-input{
    position: relative;
    width: auto;
    height: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.background-container-img{
    position: relative;
    width: 150vh;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 49%;
    left: 25%;
    top:-25vh;
    z-index:10;
}

.background-container-img-bx{
    position: relative;
    font-family: "Inter";
    top:15vh;
    left: 3em;
    z-index:99;
}

.background-container-img-h{
    position: relative;
    font-family: "Inter";
    font-size:2em;
}

.background-container-img-h2{
    position: relative;
    font-family: "Inter";
    font-size:2em;
    margin-top:-0.5em;
}

.background-container-img-h-span{
    position: relative;
    color:#fd8a02;
}

.anfragen-box{
    position: relative;
    width: 450px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    border: 1px solid rgb(109, 109, 109);
    margin-top:30px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.anfragen-box-page1-h{
    position: relative;
    font-family: "Inter";
    font-size:1.3em;
    color:#000;
    font-weight: 600;

}
.anfragen-box-page1-p{
    position: relative;
    font-family: "Inter";
    font-size:1em;
    margin-top:10px;
    color:#000;
}

.labels-select{
    position: relative;
    width: 90%;
    margin-left: 5%;
    line-height: 1.5;
    font-family: "Inter";
    font-size:1.1em;
    margin-top:10px;
}

.anfragen-box-btn{
    position: relative;
    color:#fff;
    font-family: "Inter";
    font-size: 1.1em;
    background-color: #fd8a02;
    transition: 0.5s;
    border-radius: 5px;
    border:none;
    width: 90%;
    margin-left: 5%;
    padding-top:0.5em;
    padding-bottom:0.5em;
    margin-top:15px;
}
.anfragen-box-btn:hover{
    cursor: pointer;
    background-color: #c67007;
    border-radius: 10px;
}










.div-box-txt{
  position: relative;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.div-box-txt-h1{
  position: relative;
  font-family: "Inter";
  color:#000;
  font-size:1.5em;
}
.div-box-txt-p{
  position: relative;
  font-family: "Inter";
  color:#000;
  font-size:1em;
  line-height: 1.3;
  margin-top: 2em;
}





.skills-div{
    position: relative;
    background-color: transparent;
    margin-top: -30em;
    z-index: 99;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
section {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
  }
  
  .service a {
    color: #5b7abb;
    display: block;
  }
  
  .service h4 {
    font-family: "Inter";
    font-weight: 600;
    color: #56ceba;
    font-size: 1.3em;
    margin-left: 0.7em;
    text-align: left;
  }
  
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  
  .service {
    background: #fff;
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #e7e7e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Inter";
  }
  
  .service:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  }
  
  .service i {
    font-size: 3.45rem;
    margin: 1rem 0;
  }
  
  .service1 i,
  .service1 h4,
  .service1 .cta {
    color: #42b7ca;
  }
  
  .service1:hover {
    border: 2px solid #42b7ca;
  }
  
  .service2 i,
  .service2 h4,
  .service2 .cta {
    color: #425fca;
  }
  
  .service2:hover {
    border: 2px solid #425fca;
  }
  
  .service3 i,
  .service3 h4,
  .service3 .cta {
    color: #9c42ca;
  }
  
  .service3:hover {
    border: 2px solid #9c42ca;
  }
  
  .service .cta span {
    font-size: 0.6rem;
  }
  
  .service > * {
    flex: 1 1 100%;
  }
  
  .service .cta {
    align-self: flex-end;
  }
  
  @media all and (max-width:900px) {
    .services-grid {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
    }
  }

  #vorschlag_bx_icon{
    position: relative;
    font-size: 2em;
  }

  .service-heading{
    position: relative;
    width: 100%;
    display: flex;
  }




.Ferienwohnungen-haedline{
    position: relative;
    font-size: #000;
    font-family: "Inter";
    font-size:1.8em;
    margin-top:3em;
}

.Ferienwohnungen-haedline2{
    position: relative;
    font-size: #000;
    font-family: "Inter";
    font-size:1.8em;
    margin-top:2em;
}









.text-box-info{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 3em;
}

.text-box-info-2{
    position: relative;
    width: 100%;
    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: 100%;
    height: auto;
}

.text-box-info-box2{
    position: relative;
    width: 49%;
    height: auto;
    margin-left: 2%;

}













.div-main{
    position: relative;
    width: 90%;
    max-width: 900px;
    height: auto;
    border:1px solid black;
    margin-top:25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    overflow: scroll;
    padding-right: 1em;
  }
  
  .div-main-p{
      position: relative;
      color:#000;
      font-weight: bold;
      font-size:17px;
      width: 100%;
      max-width: 850px;
      margin-left: 25px;
      margin-top:25px;
  }
  
  .second-headline-box{
      position: relative;
      width: 100%;
      max-width: 850px;
      display: flex;
      margin-top:25px;
  }
  .div-main-p-2{
      position: relative;
      color:#000;
      font-weight: bold;
      font-size:17px;
      width: 250px;
      margin-left: 25px;
  }
  
  .div-main-p-Antragsteller{
      position: relative;
      width:160px;
      font-size:14px;
      height: auto;
      margin-left: 15px;
      text-align: center;
      top:3px;
  }
  
  .div-main-p-Mitantragsteller{
      position: relative;
      width:160px;
      font-size:14px;
      height: auto;
      margin-left: 30px;
      text-align: center;
      top:3px;
  }
  
  
  
  
  .div-main-inputbox{
      position: relative;
      width: 100%;
      max-width: 850px;
      margin-left: 25px;
      display: flex;
      margin-top:15px;
      font-family: "Inter";
  }
  
  .div-main-inputbox-p{
      position: relative;
      width:250px;
      top:5px;
  }
  
  .inputNumber{
      position: relative;
      font-size: 16px;
      color:#000;
      padding-right: 10px;
      margin-left: 15px;
      padding-top:3px;
      padding-bottom:3px;
      width:150px;
      text-align: right;
  }
  
  .inputNumber2{
      position: relative;
      font-size: 16px;
      color:#000;
      padding-right: 10px;
      margin-left: 30px;
      padding-top:3px;
      padding-bottom:3px;
      width:150px;
      text-align: right;
  }
  
  
  
    .div-main-inputbox-button2{
      position: relative;
      background-color: rgb(0, 104, 202);
      color: #fff;
      font-weight: bold;
      width:15px;
      height: 20px;
      border:none;
      font-size: 13px;
      margin-left: 15px;
      padding-left: 11px;
      padding-top: 5px;
      border-radius: 13px;
      transition: 0.5s;
      top:2px;
  }
  .div-main-inputbox-button2:hover{
      cursor: pointer;
      background-color: rgb(0, 81, 156);
  }
  
  .div-main-inputbox-button2 .tooltiptext {
      visibility: hidden;
      width: 300px;
      background-color: #fff;
      color: #000;
      border: 1px solid #b1b1b1;
      text-align: left;
      font-weight: normal;
      padding: 5px 0;
      padding-left: 10px;
      margin-left: 20px;
    
      /* Position the tooltip */
      position: absolute;
      z-index: 1;
    }
    
    .div-main-inputbox-button2:hover .tooltiptext {
      visibility: visible;
    }
  
  
  
  
    .div-main-input-select{
      position: relative;
      font-size: 15px;
      color:#000;
      padding-left: 10px;
      margin-left: 15px;
      padding-top:3px;
      padding-bottom:3px;
      width:165px;
  }
  
  
  
  
  
  .div-main-button-div{
      position: relative;
      width:100%;
      margin-left: 25px;
      margin-top:25px;
  }
  .div-main-button-div-button{
      position: relative;
      font-size: 17px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
      border:none;
      background-color: rgb(37, 114, 1);
      color:#fff;
      transition: 0.5s;
      
  }
  
  .div-main-button-div-button:hover{
      background-color: rgb(30, 90, 2);
      color:#fff;
      cursor: pointer;
      border-radius: 7px;
  }
  
  
  
  
  
  .div-main-inputbox2{
      position: relative;
      width: 100%;
      max-width: 850px;
      margin-left: 25px;
      display: flex;
      margin-top:15px;
      height: auto;
  }
  .div-main-inputbox-p-ergebnis{
      position: relative;
      width:300px;
  }
  
  .div-main-inputbox-p-ergebnis2{
      position: relative;
      width:100px;
      text-align: right;
      padding-right: 30px;
  }
  
  .div-main-inputbox-p-ergebnis3{
      position: relative;
      width:130px;
      text-align: right;
      padding-right: 30px;
      text-align: left;
  }
  
  #ergebins_info_box{
      display: none;
  }
  
  
  .headline1{
      position: relative;
      margin-top:60px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 25px;
  }
  
  .headline-text{
      position: relative;
      width: 900px;
      margin:20px auto;
      left:0px;
      text-align: center;
  }
  
  .ablauf-box-h3{
      position: relative;
      font-size:22px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
  }
  .ablauf-box-p{
      position: relative;
      font-size:16px;
      text-align: center;
      margin-top:8px;
      font-family: Arial, Helvetica, sans-serif;
  }
  
  
  .link{
      position: relative;
      transition: 0.3s;
      color: #e42604;
  }
  .link:hover{
      color: rgb(1, 113, 218);
  }
  
  
  .info-text-box{
      position: relative;
      width: 750px;
      margin:20px auto;
  }
  
  
  #link_hover{
      position: relative;
      color:#990303;
      transition: 0.5s;
  }
  #link_hover:hover{
      color:#043ba8;
  }




  

@media only screen and (max-width: 640px) {
    .background-container-img-bx {
      width: 90%;
        top:22vh;
        left: 5%;
    }
    .anfragen-box{
        width: 90%;
    }
    .background-container-img{
        position: relative;
        width: 150vh;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-radius: 49%;
        left: -15%;
        top:-50vh;
        z-index:10;
    }
    .background-container-img-h{
        color: #282828;
    }

    .skills-div{
        margin-top: -65vh;
    }
    .Ferienwohnungen-haedline{
        position: relative;
        margin-top:0em;
    }
    .Ferienwohnungen-haedline2{
        position: relative;
        margin-top:2em;
    }
}

