*{
	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'); } 


.main-text-start{
    position: relative;
    width: 100%;
    margin:80px auto;
}

.main-text-start-m{
    position: relative;
    width: 100%;
    margin:80px auto;
}

.main-text{
    position: relative;
    width: auto;
    margin:80px auto;
    max-width: 1000px;
}

.main-text-h1{
    position: relative;
    font-family: "Inter";
    font-size:30px;
    text-align: center;
    color:#252525;
    font-weight: 500;
}
.main-text-h1-m{
    position: relative;
    font-family: "Inter";
    font-size:30px;
    text-align: center;
    color:#252525;
    font-weight: 500;
}

.main-text-h2{
    position: relative;
    font-family: "Inter";
    font-size:22px;
    text-align: center;
    color:#252525;
    font-weight: 500;
    margin-top:10px;
}
.main-text-h2-m{
    position: relative;
    font-family: "Inter";
    font-size:22px;
    text-align: center;
    color:#252525;
    font-weight: 500;
    margin-top:10px;
}















.div-haed{
    position: relative;
    width: 98%;
    max-width:1200px;
    border:1px solid rgb(201, 201, 201);
    margin:8vh auto;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  .div-haed-m{
      position: relative;
      width:100%;
      border:1px solid rgb(201, 201, 201);
      margin:25px auto;
      background: #fff;
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  
  .ratgeber-header-img{
    position: relative;
    width: 100%;
    max-width:1200px;
    height: auto;
    background-color: orange;
  }
  .ratgeber-header-img-m{
      position: relative;
      width:100%;
      height: auto;
      background-color: orange;
    }
  
  .ratgeber-splitter{
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, rgb(0, 183, 255) , rgb(206, 3, 206));
  }
  
  .Headline1{
    position: relative;
    font-size: ;
    margin-top:2vh;
    font-family: "Inter";
    text-align: center;
  }
  .Headline1-m{
      position: relative;
      font-size: 3vh;
      width:90%;
      margin-left: 5%;
      text-align: center;
      margin-top:3vh;
    }
  .Headline2{
    position: relative;
    font-family: "Inter";
    text-align: center;
    margin-top:0.2vh;
  }
  .Headline2-m{
      position: relative;
      font-size: 2vh;
      width:80%;
      margin-left: 10%;
      text-align: center;
    }
  
  .input-text-1{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: ;
    line-height: 1.3;
    width:90%;
    margin:2vh auto;
    padding-bottom: 25px;
  }
  

  .main-cards{
    width: 98%;
    max-width: 1170px;
    margin:25px auto;
    background: #fff;
    border:1px solid rgb(201, 201, 201);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  
  .cards {
    width: 90%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 5%;
    display: grid;
    grid-gap: 1rem;
    position: relative;
    margin:0px auto;
    justify-items: center;
    
  }
  
  .card {
    background-color: #fff;
    color: white;
    height: auto;
    border:2px solid #0386d1;
    padding-bottom: 20px;
  }
  
  .card-img{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #fff;
    margin-top:0px;
  }
  .card-headline{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
  }
  .card-text{
    position: relative;
    font-size: 16px;
    color:#000;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .card-button{
    position: relative;
    background: #0386d1;
    color: #fff;
    margin-top:5px;
    padding-top:9px;
    padding-bottom:9px;
    border-radius: 4px;
    width: 80%;
    margin-left: 10%;
    border:none;
    cursor: pointer;
    transition: 1s;
    font-family: Arial, Helvetica, sans-serif;
  }
  .card-button:hover{
    background: #0c2bd8;
  }
  
  /* Screen larger than 600px? 2 column */
  @media (min-width: 600px) {
    .cards { grid-template-columns: repeat(2, 1fr); }
  }
  
  /* Screen larger than 900px? 3 columns */
  @media (min-width: 900px) {
    .cards { grid-template-columns: repeat(3, 1fr); }
  }
  
  
  
  
  
  
  
  
  
  
  .header-menu{
      position:relative;
      background:#ffffff;
      width:100%;
      height:72px;
      top:0;
      margin:0 auto;
  }
  .header-img-logo{
      display: block;
      margin-left: 20px;
      margin-right: auto;
      width:70px;
      height:70px;
      float:left;
      
  }
  .header-menu-div{
      position:relative;
      width:300px;
      margin:0 auto;
      height:70px;
  }
  .header-text{
      float:left;
      margin-left: 20px;
      font-family:Patrick Hand;
      font-size:20px;
      margin-top:20px;
      cursor:pointer;
      text-decoration:none;
  }
  .header-text:hover {
    color: #01c9ca;  
  }
  
  .header-text:before {
    content: '';
    position: absolute;
    top: 20;
    left: 12px;
    display: block;
    width: 95px;
    height: 2px;
    background: #000;
    transform: scale(0);
    transition: all 0.2s;
  }
  
  .header-text:hover:before {
    background: #01c9ca;
    transform: scale(1);
  }
  
  .header-text2{
      float:left;
      margin-left: 20px;
      font-family:Patrick Hand;
      font-size:20px;
      margin-top:20px;
      cursor:pointer;
      text-decoration:none;
  }
  .header-text2:hover {
    color: #01c9ca;  
  }
  
  .header-text2:before {
    content: '';
    position: absolute;
    top: 20;
    right: 23px;
    display: block;
    width: 75px;
    height: 2px;
    background: #000;
    transform: scale(0);
    transition: all 0.2s;
  }
  
  .header-text2:hover:before {
    background: #01c9ca;
    transform: scale(1);
  }
  .header-img{
      display: block;
      background:#131417;
      margin-top:50px;
      width:100%;
      margin-left: auto;
    margin-right: auto;
    border-radius:8px;
  }
  
  
  label .menu {
      position: absolute;
      right: -100px;
      top: -100px;
      z-index: 100;
      width: 200px;
      height: 200px;
      background: #FFF;
      border-radius: 50% 50% 50% 50%;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
      cursor: pointer;
      
    }
    
    label .hamburger {
      position: absolute;
      top: 135px;
      left: 50px;
      width: 30px;
      height: 2px;
      background: #69D2e7;
      display: block;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    }
    
    label .hamburger:after, label .hamburger:before {
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: #69d2e7;
    }
    
    label .hamburger:before { top: -10px; }
    
    label .hamburger:after { bottom: -10px; }
    
    label input { display: none; }
    
    label input:checked + .menu {
      box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
      border-radius: 0;
      
    }
    
    label input:checked + .menu .hamburger {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      
    }
    
    label input:checked + .menu .hamburger:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      bottom: 0;
      
    }
    
    label input:checked + .menu .hamburger:before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 0;
      
    }
    
    label input:checked + .menu + ul { opacity: 1; }
    
    label ul {
      z-index: 200;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: .25s 0s ease-in-out;
      transition: .25s 0s ease-in-out;
    }
    
    label a {
      margin-bottom: 1em;
      display: block;
      color: #5edbff;
      text-decoration: none;
      font-size:30px;
    }
  
  
  
  
    
  .fixed-nav{
      top:0px;
  }
  
  
  