
#quicklinks { clear: both; position: relative; overflow: hidden; margin-bottom: 30px; }

#quicklinks h3, #quickline { margin: 0; height: 25px; line-height: 25px; font-weight: normal;  }
#quickline { border-bottom: 1px solid #ababab; height: 20px; left: 0; margin-left: 112px; position: relative; top: -30px; }

.quicksitemap { float: right; }
  .quicksitemap a { color: #fff; }
  .quicksitemap a:hover { text-decoration: underline; }
  .quicksitemap a:before { color: #e13f2a; content: "g"; font-family: "ewr-netze" !important; font-size: 6px;
      font-style: normal !important; font-variant: normal !important; font-weight: normal !important; line-height: 1;
      margin-right: 5px; text-transform: none !important;  
  }

.quickboxes { float: left; overflow: hidden; }
  .quickboxes > div { float: left; padding-right: 20px; margin-right: 20px; 
    border-right: 1px solid #ababab; height: 175px; }  
  .quickboxes > div  ul { list-style-type: none; }
    .quickboxes > div  ul li:before { color: #e13f2a; content: "g"; font-family: "ewr-netze" !important; font-size: 6px;
      font-style: normal !important; font-variant: normal !important; font-weight: normal !important; line-height: 1;
      margin-right: 5px; text-transform: none !important; }
    .quickboxes > div  ul li a { color: #fff; font-size: 13px; }
    .quickboxes > div  ul li a:hover { text-decoration: underline; }
  .quickboxes > div h4 { font-weight: bold; font-size: 18px; margin-bottom: 6px; }
  
@media screen and (max-width: 695px) {

.quicksitemap { display: none; }
.quickboxes > div { border-right: 0; border-left: 1px solid #ababab; margin: 0 0 0 20px; padding: 0 0 0 20px; }
.quickboxes > div:first-child { margin: 0; padding: 0; border-left: 0; }

}  

@media screen and (max-width: 520px) {
.quickboxes > div { margin: 0 0 0 10px; padding: 0 0 0 10px; }
.quickboxes > div:first-child { margin: 0; padding: 0; border-left: 0; }
}

@media screen and (max-width: 470px) {
.quickboxes > div { margin: 0 0 0 5px; padding: 0 0 0 5px; border: none; }
.quickboxes > div:first-child { margin: 0; padding: 0; }
}

@media screen and (max-width: 440px) {
.quickboxes { width: 85%; }
.quickboxes > div { float: none; height: auto; width: 100%; margin-top: 10px; padding-top: 10px;
border-top: 1px solid #ababab; padding-left: 0; margin-left: 0; }
.quickboxes > div:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
}