@media screen and (min-width: 700px) {

  :root {
 
  }

  body {
 
  }


  /*mobil elemente ausblenden*/

  .m-headermenu {
    display: none;
  }


a:hover {
  color: rgb(2 174 104);
}


}

@media screen and (min-width: 1101px) {


  :root {
   
  }
}


@media screen and (min-width: 1401px) {


  :root {
    
  }
}


@media only screen and (min-width: 701px) and (max-width: 1041px) {


  :root {
   


  }

}
