*{
	padding: 0;
	margin: 0 ;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');

@font-face { font-family: Inter; src: url('Inter/Inter-VariableFont_slnt,wght.ttf'); } 


body{
    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;
  }
  








  @import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Merriweather+Sans:wght@300&display=swap");

  .container {
      max-width: 1280px;
      width: 95%;
      margin: 0 auto;
    }
  .scroll-container {
      height: auto;
      min-height: 250px;
      padding-top:0px;
      padding-bottom:0px;
      display: flex;
      align-items: center;
      box-sizing: border-box;
    }
    
    .scroll-container:nth-of-type(1) {
      background-color: #fff;
    }
    .scroll-container:nth-of-type(2) {
      background-color: #fff;
    }
    .scroll-container:nth-of-type(3) {
      background-color: #fff;
    }
    .scroll-container:nth-of-type(4) {
      background-color: #fff;
    }
    
    .scroll-container:nth-of-type(even) {
      flex-direction: row-reverse;
    }
    
    .scroll-element,
    .scroll-caption {
      width: 100%;
    }
    
    .scroll-element {
      min-height: 200px;
      height: 100%;
      background-color: #fff;
    }
    
    .scroll-caption {
      margin: 1rem;
    }
    
    footer {
      text-align: ;
      padding: 0.5rem 0;
      background-color: #faddad;
    }
    
    footer p {
      font-size: 0.75rem;
      margin: 0.25rem 0;
      color: #221133;
    }
    
    footer a {
      text-decoration: none;
      color: inherit;
      color: #221133;
    }
    
    @media screen and (max-width: 650px) {
      .scroll-container,
      .scroll-container:nth-of-type(even) {
        flex-direction: column;
        align-content: inherit;
      }
    
      .scroll-element {
        height: 100%;
      }
    
      .scroll-element,
      .scroll-caption {
        width: 100%;
      }
    }
    /**Styling scrollable elements*/
    
    .js-scroll {
  
      transition: opacity 500ms;
    }
    
    .js-scroll.scrolled {
  
    }
    
    .scrolled.fade-in {
      animation: fade-in 1s ease-in-out both;
    }
    
    .scrolled.fade-in-bottom {
      animation: fade-in-bottom 1s ease-in-out both;
    }
    
    .scrolled.slide-left {
      animation: slide-in-left 1s ease-in-out both;
    }
    
    .scrolled.slide-right {
      animation: slide-in-right 1s ease-in-out both;
    }
    
    /* ----------------------------------------------
     * Generated by Animista on 2021-2-11 23:32:31
     * Licensed under FreeBSD License.
     * See http://animista.net/license for more info. 
     * w: http://animista.net, t: @cssanimista
     * ---------------------------------------------- */
    
    @keyframes slide-in-left {
      0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
    }
    
    @keyframes slide-in-right {
      0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
    }
    
    @keyframes fade-in-bottom {
      0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }
    
    @keyframes fade-in {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
  
  
  
  
    .section1{
      width:auto;
      position: relative;
      background-color: transparent;
      margin-top:70px;
      text-align: left;
  }
  .section1-h1{
      position: relative;
      color: black;
      font-size: 28px;
      text-align: center;
  }
  .section1-h2{
      position: relative;
      color: black;
      margin-top:7px;
      font-size: 22px;
  }
  .section1-p1{
      position: relative;
      color:#000;
      font-size: 18px;
      margin-top:15px;
      line-height: 1.3;
  }
  .section1-p1-list2{
    position: relative;
      color:#000;
      font-size: 18px;
      margin-top:3px;
      padding-left: 7px;
      line-height: 1.3;
  }
  .section1-h1-2{
    position: relative;
    color: black;
    font-size: 23px;
    margin-top:45px;
  }
  .section1-p2{
      position: relative;
      color:#000;
      font-size: 20px;
      margin-top:18px;
      line-height: 1.3;
  }
  .section2{
      width:1050px;
      position: relative;
      background-color: #eeeeee;;
      margin-top:40px;
      text-align: left;
  }
  .section2-h1{
      position: relative;
      color: black;
      font-size: 28px;
  }
  
  .section2-h1-4{
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: normal;
  }
  
  .section3{
      width:1050px;
      position: relative;
      background-color: transparent;
      margin-top:00px;
      text-align: left;
  }
  
  .section3-p1{
      position: relative;
      color:#000;
      font-size: 20px;
      margin-top:7px;
      line-height: 1.3;
  }
  
  .section3-h2{
    position: relative;
    color: black;
    font-size: 22px;
    margin-top:45px;
  }
  .section3-p1-2{
    position: relative;
    color:#000;
    font-size: 18px;
    margin-top:15px;
    line-height: 1.3;
  }
  
  .section3-h3{
    position: relative;
    color: black;
    font-size: 18px;
    margin-top:45px;
  }
  .section3-p1-3{
    position: relative;
    color:rgb(184, 1, 1);
      font-size: 16px;
      line-height: 1.3;
      text-decoration: none;
  }
  .section3-p1-3::before{
    content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 4px;
      background-color: rgb(184, 1, 1);
      bottom: 0;
      left: 0;
      transform-origin: right;
      transform: scaleX(0);
      transition: transform .3s ease-in-out;
  }
  .section3-p1-3:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  
  
  
  .section3-p1-4{
    position: relative;
    color: #000;
      font-size: 18px;
      line-height: 1.3;
      margin-top:4px;
      text-decoration: none;
  }
  
  .section3-button-div{
      height: 50px;
  
  }
  .section3-button{
      position: relative;
      cursor: pointer;
  }
  
    .finanzierungsvorschlag-btn{
      position: relative;
      margin-top:25px;
      padding-top:5px;
      padding-bottom:5px;
      padding-left:15px;
      padding-right:15px;
      border:none;
      background-color: #990000;
      color:#fff;
      font-size: 19px;
      border-radius: 8px;
      transition: 0.5s;
      font-family: Arial, Helvetica, sans-serif;
      float: right;
    }
  
  .finanzierungsvorschlag-btn:hover{
      position: relative;
      background: #002d86;
      cursor: pointer;
  }
  
  
  .begriffe-box{
    position: relative;
    width: 1050px;
    height:auto;
    border:1px solid black;
  }
  .begriffe-head{
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #595959;
  }
  
  .begriffe-input{
    position: relative;
    margin-top: 12px;
  }
  .begriffe-input2{
    position: relative;
    margin-top: 12px;
    padding-bottom: 15px;
  }
  .begriffe-input-a{
    position: relative;
    padding-left: 35px;
    color: #961600;
    transition:0.5s;
    cursor: pointer;
  }
  .begriffe-input-a:hover{
    color: #e42604;
  }
  
  
  
  
  
  
  #scroll {
      position:fixed;
      right:20px;
      bottom:65px;
      cursor:pointer;
      width:30px;
      height:30px;
      background-color:#a1a1a1;
      text-indent:-9999px;
      display:none;
      -webkit-border-radius:60px;
      -moz-border-radius:60px;
      border-radius:60px;
      z-index:99;
      transition:0.5s;
  }
  #scroll span {
      position:absolute;
      top:50%;
      left:50%;
      margin-left:-8px;
      margin-top:-12px;
      height:0;
      width:0;
      border:8px solid transparent;
      border-bottom-color:#ffffff;
  }
  #scroll:hover {
      background-color:#7e7e7e;
      opacity:1;filter:"alpha(opacity=100)";
      -ms-filter:"alpha(opacity=100)";
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .container {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      padding: 1em;
      margin-top:20px;
    }
    
    ul {
      list-style: none;
      padding: 0;
    }
    
    .title {
      margin-bottom: 30px;
      font-family: 'Mukta Mahee', sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #fff;
      text-align: center;
    }
    
    .wrapper {
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 0 20px 0 rgba(0,0,0, .1);
      padding: 27.5px;
    }
    
    #contactForm {
      display: grid;
      grid-gap: 20px;
      grid-template-areas:
        'name'
        'email'
        'company'
        'phone'
        'message';
    }
    
    .required-field {
      grid-column: 1 / 2;
    }
    
    .submit-button {
      grid-column: 2 / 3;
    }
    
    .name-field {
      grid-area: name;
      grid-column: 1 / 3;
    }
    
    .email-field {
      grid-area: email;
      grid-column: 1 / 3;
    }
    
    .company-field {
      grid-area: company;
      grid-column: 1 / 3;
    }
    
    .phone-field {
      grid-area: phone;
      grid-column: 1 / 3;
    }
    
    
    
    /* FORM STYLES */
    
    .contact-us {
      margin: 0 0 30px;
      font-family: 'Mukta Mahee', sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #3f66da;
    }
    
    .contact form {
      border: 0;
    }
    
    .contact form label {
      display: block;
    }
    
    .contact form p {
      margin: 0;
      font-family: 'Mukta Mahee', sans-serif;
      font-weight: 200;
      font-size: 12px;
      color: rgba(74, 86, 96, 1);
    }
    
    .contact form input, .contact form {
      font-family: 'Mukta Mahee', sans-serif;
      font-weight: 200;
      font-size: 14px;
      width: 97%;
      padding: .4em .8em;
      outline-color: #5dc3f2;
    }
    
    .contact form button {
      font-family: 'Mukta Mahee', sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #fff;
      background: #5dc3f2;
      width: 90px;
      height: 30px;
      border: 0;
      border-radius: 15px;
    }
    
    .submit-button {
      align-self: center;
      justify-self: end;
    }
    
    .contact form button:hover, .contact form button:focus {
      background: #49b0e7;
      color: #fff;
      outline: 0;
      transition: background-color 0.3s ease-out;
    }
    
    .required-field {
      font-family: 'Mukta Mahee', sans-serif;
      font-weight: 200;
      font-size: 10px;
      color: rgba(74, 86, 96, 0.75);
      align-self: center;
      justify-self: start;
    }
    
    span {
      color: #5e6264;
    }
    
    .alert {
      margin-bottom: 1em;
      padding: 10px;
      background: #49b0e7;
      font-family: 'Mukta Mahee', sans-serif;
      font-size: 14px;
      text-align: center;
      color: #fff;
      border-radius: 2.5px;
      display: none;
    }
    
    /* LARGE SCREENS */
    
    @media (min-width: 500px) {
      #contactForm {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
          'name company'
          'email phone'
          'message message';
      }
    
      .name-field {
        grid-area: name;
        grid-column: 1 / 2;
      }
    
      .email-field {
        grid-area: email;
        grid-column: 1 / 2;
      }
    
      .company-field {
        grid-area: company;
        grid-column: 2 / 3;
      }
    
      .phone-field {
        grid-area: phone;
        grid-column: 2 / 3;
      }
    
    
    }
    
    .contact-text{
        font-size:18px;
    }
    
    #message{
        resize: none;
    }
    
    .message-field{
        position: relative;
        width:90%;
        background: rgba(230, 230, 230, 0.5);
             border: 1px solid rgba(74, 86, 96, .1);
          border-radius: 2.5px;
          padding:5px;
    }
    .message-field:focus{
      border: 2px solid #49b0e7;
      }
    
    .input-design{
      background: rgba(230, 230, 230, 0.5);
             border: 1px solid rgba(74, 86, 96, .1);
          border-radius: 2.5px;
        }
    
    #pflicht_feld{
        position: relative;
        margin-left: 0px;
        font-size:14px;
        color: #000;
        margin-left:15px;
    }
    
    #sub_button{
        position: relative;
        
        font-size:18px;
        color: #fff;
        background:#002d86; 
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
        border:none;
        border-radius: 8px;
        top:15px;
        cursor: pointer;
    }
    
  
  
  
  .contact-link{
      position: relative;
      color:rgb(148, 2, 2);
      text-decoration:;
  }
  
  .contact-dsgvo-infobox{
      position: relative;
      width:90%;
      margin-left: 15px;
  }
  
  

  #header_nav{
    position: relative;
}
#header_nav_m{
    display: none;
   }

@media (max-width: 1067px) {
   #header_nav{
    display: none;
   }
   #header_nav_m{
    display: block;
   }
  }




