@media screen {


.unsichtbar {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}


  /* ##############
  ## Hauptmenü
  ################# */

#nav {
    background: none;
    margin-top: 10em;
}

nav{background:none;}

.ym-hlist {
    font-size: 113%;
  z-index:9999;
}

.sf-menu {
    background: none repeat scroll 0 0 #000000;
    height: 2.5em;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 42;
  font-family: 'Francois One', sans-serif;
}

.sf-menu li {
    background: none repeat scroll 0 0 #000000;
    border-right: 1px solid;
}

.sf-menu a {
    border:0;
    padding: 0.5em 2em;
   color:#fff;
}

.sf-menu .active {
    color: #CD1619;
}

.sf-menu li:hover, .sf-menu li.sfHover {
    background: none repeat scroll 0 0 #000000;
    transition: none 0s ease 0s;
}

.sf-menu ul li {
    background: none repeat scroll 0 0 #000000;
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover {
    background: #000;
    transition: none 0s ease 0s;
}

  /* ##############
  ## Pfadnavigation
  ################# */

.breadcrump h6{float:left;margin:0;}
.breadcrump ul{float:left;display:inline;margin:0;}
.breadcrump li{float:left;display:inline;margin:0;}


/* ------------------------------------- */

#breadcrumb-footer{
  background: transparent;
  clear:both;
}




  /* ###################
  ## Servicenavigation
  #################### */

  .service_nav {
      float: left;
      position: absolute;
      right: 0;
      top: 5px;
      color: #fff;
  }

   .service_nav ul {
      list-style: none outside none;
      margin: 0;
      padding: 0;
      clear:both;
   }

  .service_nav li {
    float: left;
    margin:0 0.5em 0 0;
    line-height: 1.1em;
   }

  .service_nav li a {
    color:#fff;
   }

} /* Media Screen Ende */



@media screen and (max-width: 760px) {

}/*--- 760px Ende---*/


@media screen and (max-width: 480px) {

.service_nav li {
    float: none;
    line-height: 1.1em;
    margin: 0 0.5em 0 0;
}

}/*--- 480px Ende---*/



