/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.menu-wrap .logo-menu {
    width: 200px !important;
}

/* *****************************************************

    Wissensdatenbank CSS Image Vergrösserung

***************************************************** */

.imgLink { border: none; background: none; }
.imgLink img
{
  height: 12rem;
}
.imgLink:active img, .imgLink:focus img
{
  height: 58rem;
}

