*{
	padding: 0;
	margin: 0 ;
	font-family:Arial;
}
.body{
	background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.header{
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top:10px;
}
.header-input{
    position: relative;
    width: 1050px;
    background-color: #fff;
    height: 50px;
    margin:0 auto;
    top:15px;
    display: flex;
}
.mail-contact-info{
    position: relative;
    background-color: #fff;
    width:40px;
    height: auto;
    color:#fff;
    font-size:25px;
    padding-top:7px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 8px;
    border:none;
    margin-left: 50px;
}
.mail-contact-info:hover{
    cursor: pointer;

}
#imgDino{
    width:40px;
    height: auto;
}
#gifs-rows img {
    cursor: pointer;
  }
  #gifs-rows .gif-file {
    display:none;
  }

.header-input-img{
    position: relative;
    width: auto;
    height: 40px;
    margin-top:5px;
    background-color: #fff;

}

.header-input-text1{
    position: relative;
    border: solid white;
    height: 60px;
    top:5px;
    margin-left: 80px;
}
.header-input-text2{
    position: relative;
    border: solid white;
    height: 60px;
    top:5px;
    margin-left: 40px;
}

.hotline-info{
    position: relative;
    top:12px;
    color:#fff;
    background-color: rgb(102, 102, 102);
    border:none;
    width: 27px;
    height: 27px;
    font-size: 20px;
    border-radius: 15px;
    margin-left: 5px;
    cursor: pointer;
    transition:0.5s;
}
.hotline-info:hover{
    cursor: pointer;
    background-color: rgb(77, 76, 76);
}

.header-input-text1-a1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color:#3d3d3d;
    text-decoration: none;
    font-weight: bold;
    width:160px;
}
.header-input-text1-a2{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    color:#000000;
    top:-3px;
    width:140px;
}

.header-input-menu{
    position: relative;
    width: 100%;
    height: 35px;
    background-color:#002d86;
    color: #fff;
    margin-top:35px;
}

.header-input-menu-div{
    position: relative;
    display: flex;
    width:990px;
    height: 35px;
    margin-right:100px;
}

.header-input-menu-div-a{
    position: relative;
    color:#fff;
    font-size: 18px;
    padding-left:20px;
    padding-top:7px;
}
.header-input-menu-div-a:hover{
    cursor: pointer;
}

.header-input-menu-div-a-login{
    position: relative;
    color:#fff;
    font-size: 18px;
    padding-left:20px;
    padding-top:7px;
    margin-left:350px;
}
.header-input-menu-div-a-login:hover{
    cursor: pointer;
}

.menu-box-finanzierung{
    position: absolute;
    width:100%;
    background-color: #fff;
    height: 350px;
    z-index: 99;
    display: none;
}

.menu-box-ratgeber{
    position: absolute;
    width:100%;
    background-color: #fff;
    height: 350px;
    z-index: 99;
    display: none;
}

.menu-box-rechner{
    position: absolute;
    width:100%;
    background-color: #fff;
    height: 350px;
    z-index: 99;
    display: none;
}
.menu-box-kredit{
    position: absolute;
    width:100%;
    background-color: #fff;
    height: 350px;
    z-index: 99;
    display: none;
}

.menu-box-finanzierung-input{
    position: relative;
    width: 950px;
    margin:0px auto;
    right: 50px;
    padding-top:10px;
}
.menu-box-finanzierung-input-headline{
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 2.5px solid rgb(204, 204, 204);
    color:#000;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}

.menu-box-finanzierung-input-block{
    display: flex;
    margin-top:15px;
    margin-left: 40px;
}

.menu-box-finanzierung-input-block1{
    position: relative;
    font-size: 18px;
    color:#000;
    padding-right:80px;
}
.menu-box-finanzierung-input-block2{
    position: relative;
    font-size: 18px;
    color:#000;
    padding-right:80px;
}
.menu-box-finanzierung-input-block3{
    position: relative;
    font-size: 18px;
    color:#000;
    padding-right:80px;
}
.menu-box-finanzierung-input-block4{
    position: relative;
    font-size: 18px;
    color:#000;
    padding-right:80px;
}
.menu-box-finanzierung-input-block1-a{
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    cursor: pointer;
}
.menu-box-finanzierung-input-block1-a:hover{
    color:#043ba8;
}
.menu-box-finanzierung-input-block1-a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #043ba8;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .menu-box-finanzierung-input-block1-a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }


.menu-box-finanzierung-input-block1-a-h{
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    font-weight:bold;
}


#open-service {
    --hovered:0;
  }
  
  #open-service:hover {
    --hovered:1;
  }

  #menu_service_box {
    --hovered:0;
  }
  
  #menu_service_box:hover {
    --hovered:1;
  }

  #open-ratgeber {
    --hovered:0;
  }
  
  #open-ratgeber:hover {
    --hovered:1;
  }

  #menu_ratgeber_box {
    --hovered:0;
  }
  
  #menu_ratgeber_box:hover {
    --hovered:1;
  }

  #open-rechner {
    --hovered:0;
  }
  
  #open-rechner:hover {
    --hovered:1;
  }

  #menu_rechner_box {
    --hovered:0;
  }
  
  #menu_rechner_box:hover {
    --hovered:1;
  }

  #open-kredit {
    --hovered:0;
  }
  
  #open-kredit:hover {
    --hovered:1;
  }
  #menu_kredit_box {
    --hovered:0;
  }
  
  #menu_kredit_box:hover {
    --hovered:1;
  }

  #open-finanzierung {
    --hovered:0;
  }
  
  #open-finanzierung:hover {
    --hovered:1;
  }

  #menu_finanzierung_box {
    --hovered:0;
  }
  
  #menu_finanzierung_box:hover {
    --hovered:1;
  }


  .ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 99;
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 650px;
    min-width: 600px;
    border-radius: 10px;
}

/* The Close Button */
.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.popup-text1{
    margin-top:10px;
}
.popup_tele_box{
    position: relative;
    width:450px;
    margin:10px auto;
    display: flex;
    left:20px;
}
.popup-input-text1{
    position: relative;
    border: solid white;
    height: 60px;
    top:5px;
    margin-left: 0px;
}
.popup-input-text2{
    position: relative;
    border: solid white;
    height: 60px;
    top:5px;
    margin-left: 30px;
}

.popup-input-text1-a1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color:#002060;
    text-decoration: none;
    font-weight: bold;
}
.popup-input-text1-a2{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    color:#000000;
    top:-3px;
}








  .start-img-box{
    position: relative;
    width: 100%;
    height: 500px;
    z-index:1;
}
.start-img-img{
    position: relative;
    width: 100%;
    height: 500px;
    z-index:1;
}




#container {
    width: 50%;
    left: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.footer-box{
    position: relative;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top:20px;
}

.footer-splitter1{
    position: relative;
    width: 100%;
    height: 18px;
    background-color: #a1a1a1;
}
.footer-splitter2{
    position: relative;
    width: 1050px;
    height: 1px;
    background-color: rgb(104, 104, 104);
}
.footer-splitter3{
    position: relative;
    width: 100%;
    height: 16px;
    background-color: #a1a1a1;
}
.footer-splitter4{
    position: relative;
    width: 100%;
    height: 16px;
    background-color: #a1a1a1;
}

.footer-box-menu{
    position: relative;
    width: 1050px;
    margin:35px auto;
    height: auto;
    display: flex;
}

.footer-box-menu1{
    position: relative;
    width:230px;
}
.footer-box-menu2{
    position: relative;
    width:220px;
}
.footer-box-menu3{
    position: relative;
    width:150px;
}

.footer-box-menu1-a-h{
    position: relative;
    font-size: 12px;
    color:#000;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}
.footer-box-menu1-a-h:hover{
    cursor: pointer;
}
.footer-box-menu1-a{
    position: relative;
    font-size: 12px;
    color:#000;
    line-height: 1.5;
    text-decoration: none;
}
.footer-box-menu1-a:hover{
    cursor: pointer;
}
.footer-company-box{
    position: relative;
    width: 1050px;
    background-color: #fff;
    height: auto;
    padding-top:25px;
    padding-bottom: 15px;
}
.footer-company-box-p{
    position: relative;
    font-size: 13.5px;
    color: #000;
}

.footer-company-box-img{
    position: relative;
    width:400px;
    margin:25px 25px auto;
    display: flex;
}

.footer-company-box-img1{
    position: relative;
    height: 40px;
    width: auto;
}
.footer-company-box-img2{
    position: relative;
    height: 55px;
    width: auto;
    top:-12px;
    margin-left: 25px;
}
.footer-company-box-img3{
    position: relative;
    height: 40px;
    width: auto;
    margin-left: 25px;
}
.footer-company-box2{
    position: relative;
    width: 1050px;
    background-color: #fff;
    height: auto;
    padding-top:15px;
    padding-bottom: 15px;
    margin:15px auto;
}
.footer-company-box-info{
    position: relative;
    width:1000px;
    margin: auto;
    display: flex;
}
.footer-company-box-info-login{
    position: relative;
    width:auto;
    height: auto;
    display: flex;
}
.footer-company-box-info-login-button1{
    position: relative;
    background: url('login-icon.png');
    width:33px;
    height: 31px;
    border:none;
    margin-left: 7px;
    margin-top:3px;
}
.footer-company-box-info-login-button1:hover{
    cursor: pointer;
}
.footer-company-box-info-login-button1-a{
    position: relative;
    text-decoration: none;
    top:0px;
    padding-left: px;
    color:#000;
    font-size: 12px;
}
.footer-company-box-info-login-button2-a{
    position: relative;
    text-decoration: none;
    top:0px;
    padding-left: px;
    color:#000;
    font-size: 12px;
}
.footer-company-box-info-login-button2{
    position: relative;
    background: url('register-icon.png');
    width:33px;
    height: 31px;
    border:none;
    margin-left: 15px;
    margin-top:3px;
}
.footer-company-box-info-login-button2:hover{
    cursor: pointer;
}

.footer-company-box-folgen{
    position: relative;
    width:auto;
    height: auto;
    margin-left: 120px;
}
.footer-company-box-folgen-p{
    position: relative;
    color:#000;
    font-size:12px;
    left:5px;
    margin-top:3px;
}

.footer-company-box-folgen-icons{
    position: relative;
    color:#000;
    display: flex;
}

.footer-company-box-folgen-icons-i{
    position: relative;
    width: auto;
    height: 29px;
    margin-top:px;
}
.footer-company-box-folgen-icons-f{
    position: relative;
    width: auto;
    height: 25px;
    margin-left: 12px;
    margin-top:2px;
}
.footer-company-box-folgen-icons-y{
    position: relative;
    width: auto;
    height: 25px;
    margin-left: 15px;
    margin-top:2px;
}

.footer-company-box-call{
    position: relative;
    width:auto;
    height: auto;
    margin-left: 120px;
    display: flex;
}
.footer-company-box-call-p1{
    position: relative;
    color:#000;
    font-weight: bold;
    font-size: 24px;
    margin-top: 5px;
}
.footer-company-box-call-p2{
    position: relative;
    color:#000;
    font-size:12px;
    width: auto;
}

.footer-company-box-call-div2{
    position: relative;
    margin-left: 40px;
}

.footer-end{
    position: relative;
    background-color: #002d86;
    width: 100%;
    min-width: 1050px;
    height: auto;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:1px;
}

.footer-end-box{
    width: 1050px;
    display: flex;
    margin:0 auto;
}

.footer-end-input1{
    position: relative;
    width:auto;
    height:auto;
    color: #fff;
    font-size: 13px;
}
.footer-end-input2{
    position: relative;
    width:auto;
    height:auto;
    color: #fff;
    font-size: 13px;
    margin-left: auto;
    order: 2;
}











@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;
    min-width: 1050px;
  }
  
  .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 {
    opacity: 0;
    transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
    opacity: 1;
  }
  
  .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:1050px;
    position: relative;
    background-color: transparent;
    margin-top:70px;
    text-align: left;
}
.section1-h1{
    position: relative;
    color: black;
    font-size: 28px;
}
.section1-h2{
    position: relative;
    color: black;
    margin-top:35px;
    font-size: 22px;
}
.section1-p1{
    position: relative;
    color:#000;
    font-size: 16px;
    margin-top:15px;
    line-height: 1.3;
}
.section1-p1-2{
  position: relative;
  color:#000;
  font-size: 16px;
  margin-top:5px;
  line-height: 1.3;
}
.section1-p1-list2{
  position: relative;
    color:#000;
    font-size: 16px;
    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-2{
  position: relative;
  color: black;
  font-size: 22px;
}

.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-h2-2{
  position: relative;
  color: black;
  font-size: 22px;
  margin-top:15px;
}
.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-menu{
    position: relative;
    margin-top:15px;
    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;
  }

.finanzierungsvorschlag-btn-menu:hover{
    position: relative;
    background: #002d86;
    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)";
}









.start-img-box{
    position: relative;
    width: auto;
    width: 100%;
    max-width: 1920px;
    min-width: 1050px;
    text-align: center;
    height: auto;
  
    z-index:1;
  }
  .start-img-img{
    position: relative;
    width: auto;
    width: 100%;
    max-width: 1920px;
    min-width: 1050px;
    text-align: center;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 1.0s linear 0s;
    transition: opacity 1.0s linear 0s;
    z-index:1;
  }



  .btn-landesforderung{
    position: relative;
    width: 200px;
    height: 30px;
    margin-top:50px;
    color:#fff;
    font-size: 17px;
    border: none;
    background-color: #006000;
    transition:0.5s;
    border:none;
  }

  .btn-landesforderung:hover{
    background-color: #014901;
    border-radius: 5px;
    cursor: pointer;
  }






  .section3-button-div{
    height: 50px;

}

 .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;
}




.bx-1{
    position: relative;
    width: 100%;
    background-color: #e9e9e9;
    height: auto;
    padding-top:30px;
    padding-bottom:40px;
  }

.section1-h1{
    position: relative;
    color: black;
    font-size: 28px;
}

.section1-h2-center{
    position: relative;
    color: black;
    font-size: 18px;
}
  .finanzierungsvorschlag-btn-center{
    position: relative;
    margin-top:20px;
    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;
  }

.finanzierungsvorschlag-btn-center:hover{
    position: relative;
    background: #002d86;
    cursor: pointer;
}


#link{
    position: relative;
    transition: 0.5s;
    color:#990000;
}
#link:hover{
    position: relative;
    transition: 0.5s;
    color:#002d86;
}





.div-div-menu{
    position: relative;
    width: 810px;
    height: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top:-130px;
}

.div-div-menu-bx1{
    position: relative;
    width: 380px;
    height: 300px;
    border:1px solid rgba(149, 157, 165, 0.2);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 7px;
    background-color: #fff;
}

.div-div-menu-bx2{
    position: relative;
    width: 380px;
    height: 300px;
    border:1px solid rgba(149, 157, 165, 0.2);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-left: 50px;
    border-radius: 7px;
    background-color: #fff;
}

.div-div-menu-bx1-h2{
    position: relative;
    text-align: center;
    margin-top:40px;
    font-size: 22px;
}
.div-div-menu-bx1-p{
    position: relative;
    text-align: center;
    margin-top:30px;
}
.div-div-menu-bx1-btn{
    position: relative;
    text-align: center;
    width:200px;
    height: 33px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:10px;
    font-size:17px;
    border:none;
    transition:0.5s;
    background-color: #990303;
    border-radius:7px;
    cursor: pointer;
}

.div-div-menu-bx1-btn:hover{
    background-color: #043ba8;
}


.div-div-menu-bx2-btn{
    position: relative;
    text-align: center;
    width:200px;
    height: 33px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    top:-20px;
    font-size:17px;
    border:none;
    transition:0.5s;
    background-color: #990303;
    border-radius:7px;
    cursor: pointer;
}

.div-div-menu-bx2-btn:hover{
    background-color: #043ba8;
}

