@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+Adlam+Unjoined:wght@400;500;600;700&family=Prompt:ital,wght@0,400;0,500;0,600;0,700;0,900;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+Adlam+Unjoined:wght@400;500;600;700&family=Prompt:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');

:root {
  --primary:#95ad96;
  --secondary: #3a5e3b;
  --light:#ffffff;
  --dark:#212121;
  --lightgrey:#f3f3f3;
  --grey:#495057;
  --prompt:'Prompt', sans-serif;
}
::selection {
  background: #95ad96;
  color: #fff;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: rgba(255, 0, 0, 0) 1px solid;
}
html{
  scroll-behavior: smooth;
}
body{
}
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, button {
  margin: 0;
  padding: 0;
  cursor: default;
}
body::-webkit-scrollbar {
  width: 0.33rem;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--dark);
  outline: 0.1px solid var(--dark);
}
.color{
  color:#95ad96;
}
body{
    margin: 0px;
    font-family: Montserrat, sans-serif;
    object-fit: cover;
}
h1{
  font-size: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: var(--dark);
}
h2{
  font-size: 1rem;
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
  font-weight: 600;
}
h3{
  color: var(--dark);
}
p{
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
}


@media ( min-width: 550px ) {  /** Tablet **/
  h1 {
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}

@media ( min-width: 900px ) { /** Browserfenster **/
  h1 {
    font-size: 2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}
.wrapperdiv{
  position:relative;
  top:-50px;
}
.kontaktdiv{
  position:relative;
  top:100px;
}
.relative{
  position: relative;
}
.flex{
  display: flex;
  display: -ms-flexbox;
}
ol, ul {
  list-style: none;
}
fieldset, ol, ul {
  margin: 0;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.p-0 {
  padding: 0;
}
.items-center{
  align-items: center;
}
.margin-low-down {
  margin-bottom: 0.25rem;
}
.rotate90{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flip{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/**** Header ****/
.anfrage_stellen{
    margin: 0 6.5%;
  }
  .wrapperdiv {
    position: relative;
    top: -180px;
  }
  .lft__wrapper{
    margin-top: 1rem;
  }
  .header_image {
    background-color: #212121;
    height: 28vh;
    content: '';
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 0.25rem;
  }
  .header_image h1{
    color:var(--light);
    position: absolute;
    bottom: 5%;
    left: 1%;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 900;
    line-height: 3rem;
    letter-spacing: -1px;
  }
  
  .header_image img{
    display: block;
    object-fit:initial;
    width: 60%;
    object-position: center;
    height:100%;
    margin-left: 15rem;
  }

  /**** Wrapper ****/
  .wrapper{
    height:fit-content;
    margin-top: 1rem;
    margin-bottom: 5rem;
  }
   /*** Anfrage ***/
  form{
    width: 100%;
  }
  .wrapper_anfrage{
    display: flex ;
    justify-content: space-between;
  }
  input, textarea{
    width: 100%;
    padding: 0.5rem;
    outline: 0;
    border: solid 0.1rem #f3f3f3;
    background: transparent;
    font-size: 1rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
    caret-color: var(--primary);
    margin: 0.2rem;
    font-family: var(--prompt);
    resize: none;
  }
  textarea{
    height: 10rem !important;
  }
  label {
    display:none;
  }
  #submit{
    padding:0.50rem 1rem;
    background-color:#fff ;
    outline: #95ad96;
    border: solid 0.1rem var(--primary);
    border-radius: 0.20rem;
    cursor:pointer;
    width: 100%;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    color: var(--dark);
    font-size: 1rem;
    margin: 0rem 0.2rem;
  }
  #thema{
    display: block !important;
    margin: 0.4rem 0rem 0.2rem 0.1rem;
    font-size: 0.8rem;
  }
  #thema1{
    display: block !important;
    margin: 0.5rem 0rem 0.2rem 0.4rem;
    font-size: 0.8rem;
  }
  #submit:hover{
    color: #fff;
    box-shadow: inset 0 -100px 0 0 #95ad96;
    transition: 800ms;
  }
  .button-area span{
    width: 100%;
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  #checkbox{
    background-color: var(--primary);
    width: 40px;
    color: #212121;
  }
  input#checkbox.checkbox{
    accent-color: var(--primary);
    z-index: 30;
  }
  #kontaktformular {
    position: relative;
    margin-bottom:1.5rem;
    display: flex;
    justify-content: space-between;
  }
  #status {
    text-align: center;
    margin-bottom: 1rem;
    font-family: var(--prompt);
    color: #212121;
    padding: 0.5rem;
    border: 0.1rem solid var(--secondary);
}
  #captcha{
    text-align: center;
    justify-content: center;
    display: flex;
    margin:1rem 0rem ;
  }
  #datenschutz_p{
    z-index: 1;
    background-color: rgba(255, 255, 240, 0);
    font-size: 0.80rem;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
    color: #212121;
  }
  #datenschutz_div{
    display: flex;
  }
  #datenschutz_div a{
    text-decoration: none;
    color: var(--primary);
    margin-left: 0.3rem;
    font-weight: 500;
  }
  .datenschutz p {
    font-size: 0.80rem;
    max-width: 100%;
    margin-left: 0 !important;
  }
  #namen{
    display: flex;
    justify-content: space-between;
    margin-right: 0;
  }
  #checkbox{
    background-color: var(--primary);
    width: 15px;
    color: #212121;
    margin: 0rem 0.5rem 0rem 0.2rem;
  }
  input#checkbox{
    accent-color: var(--primary);
    z-index: 30;
  }
  #checkbox_text{
    z-index: 1;
    background-color: rgba(255, 255, 240, 0);
    font-size: 0.75rem;
    text-align: left;
    margin-left: 2rem;
    max-width: 90%;
    margin-top: 0.15rem;
  }
  #checkbox_label{
    display: block;
    background-color: rgba(255, 255, 240, 0);
    font-size: 0.80rem;
    text-align: left;
    width: 100%;
    margin-top: 0.5rem;
    color: #212121;
    cursor:pointer;
  }
  .datenschutz{
    display: flex;
    justify-content: flex-start;
    margin-left: 0.4rem;
  }
  #message{
    max-width: 100%;
  }
  .anfrage1{
    width: 25%;
  }
  .anfrage1 h1{
    font-size: 1.3rem;
    color: var(--dark);
    font-family: var(--prompt);
  }
  .anfrage1 p {
    color: var(--dark);
    font-family: var(--prompt);
  }
  #anfrage1_adresse{
    margin-bottom: 1rem;
  }
  .anfrage2{
    width: 70%;
  }
  .anfrage2 h1 {
    font-size: 1.4rem;
    font-family: var(--prompt);
    color: #212121;
    margin-left: 0.4rem;
    font-weight: 600;
    word-spacing: -0.25rem;
  }
  .anfrage2 p {
    font-size: 0.9rem;
    font-family: var(--prompt);
    color: #212121;
    margin-left: 0.4rem;
    line-height: 1.1rem;
    font-weight: 300;
  }
  #anfrage2_formular{
    border: 0.1rem var(--lightgrey) solid;
    padding: 0rem 1rem 1rem 0.5rem;
    margin-top: 1rem;
  }

  /*** Auswahlbox ***/
#custom-select {
  position: relative;
  font-family: var(--prompt);
  margin-left: 0.4rem;
  margin-right: 0;
}
select{
  width: 100%;
  height: 2.5rem;
  font-family: var(--prompt);
  font-size: 1rem;
  font-style: bold;
  color: #757575;
  padding: 0.5rem;
  border-color: #f3f3f3;
  border-radius: 0.2rem;
  background-color: #fff;
}
#nachname {
  margin-right: 0;
}
.form-input{
  margin: 0.2rem;
}
#map {
  height: 10rem;
  margin-bottom: 2rem; 
}
#karte {
  margin-top: 1rem;
  width: 100%;
  max-height: 25rem;
}

  /**** Responsive ****/

  @media ( min-width: 980px) and (max-width:1499px){

  }
  
  @media ( max-width: 1200px ) {
    .header_image h1{
        font-size: 4rem;
    }
    #datenschutz_p{
      text-align: center;
    }
    .kontakt {
      padding: 0;
      height: fit-content;
      margin-top: 12rem;
      margin-bottom: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow-x: hidden;
    }
    form {
      width: 100%;
      padding: 0%;
    }
    .button-area{
      margin-top: 3rem;
    }
    .kontakt_rechts p{
      margin:0rem 1rem 0rem 1rem
    }
    .kontakt_rechts h2{
      font-size: 2rem;
      font-family: 'Prompt', sans-serif;
      color: var(--dark);
      font-weight: 600;
      line-height: 2rem;
      word-spacing: -0.25rem;
    }
    }
  @media ( min-width: 551px) and (max-width:979px){
  .header_image h1{
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.5rem;
    transform: rotate(0deg);
    bottom: 0%;
  }
  .header {
    margin: 0 5%;
  }
  .anfrage_stellen{
    margin: 0 5%;
  }
  .wrapper_anfrage{
    display:block;
    justify-content: space-between;
    margin: 0 5%;
  }
  .anfrage1{
    width: 100%;
    margin-top: 2rem;
  }
  .anfrage2{
    width: 100%;
  }
  .header_image img {
    display: block;
    object-fit: initial;
    width:100%;
    object-position: center;
    height: 100%;
    margin-left: 0rem;
  }
  #karte {
    height: fit-content;
  }
  }
  @media ( max-width: 550px ) {
    .header_image h1{
      font-size: 2rem;
      font-weight: 700;
      line-height: 2rem;
      transform: rotate(0deg);
      bottom: 0%;
      margin: 0 3%;
    }
    .anfrage_stellen{
        margin: 0 2%;
    }
    .wrapper_anfrage{
      display:block;
      justify-content: space-between;
      margin: 0%;
    }
    .anfrage1{
      width: 100%;
      margin-top: 2rem;
    }
    #karte {
      height: fit-content;
      width: 20rem;
    }
    .anfrage2{
      width: 100%;
    }
    .header_image img {
      display: block;
      object-fit: initial;
      width:100%;
      object-position: center;
      height: 100%;
      margin-left: 0rem;
  }
  .kontakt {
    padding: 0;
    height: fit-content;
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-x: hidden;
  }
  h1{
    font-size: 1.25rem;
  }
  }