a.RichTextIntLink {
    display: inline-block;
}
.leaflet-container .c-map-item a, .leaflet-container .c-map-item a:hover {
    color: #007987;
}
.c-graphic {
    margin-bottom: 20px;
}
.c-graphic h2 {
    hyphens: auto;
}
.formHandle a {
    color: #007987;
    text-decoration: underline;
}
a:hover, a:focus {
    text-decoration: none;
}
@media only screen and (min-width: 821px){
   .s-richtext, .c-accordion {
       margin-right: 50px;
   }
}

.c-picture__loupe:hover, 
.c-picture__loupe:focus,
.c-picture__loupe:active {
  box-shadow: 0 0 6px 3px;
}

@media only screen and (max-width: 500px), print {
  .c-header__mainlogo {
    display: none;
  }
  .c-header__mainlogo-sticky {
    display: block;
  }
  .c-header__logo-wrapper {
    align-items: flex-start;
  }
  .c-header__mainlogo-2 {
    margin-top: 3px;
  }
}

.c-header__logo-wrapper a {
  min-width: 0;
}

.c-button {
  border: 1px solid #D1D1D1;
  border-radius: 5px;
}

.c-button:hover, .c-button:focus, .c-button:active {
  border: 1px solid #004F80;
  text-decoration: underline;
  box-shadow: none;
  background: #007987;
  color: white;
}

.c-nav-index__svg-link svg path {
  fill: currentColor;
}

.c-graphic-transfer__tab:focus > h4 {
  text-decoration: underline;
}
.c-nav-service-meta__item {
    margin-left: 12px!important;
}
