@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Ubuntu:wght@400;500;700&display=swap');

body {
    font-family: Lato,'Trebuchet MS', Helvetica, sans-serif;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #565656;
    font-size: 15px;
}

h1, h2 {
    font-family: Ubuntu,'Trebuchet MS', Helvetica, sans-serif;
line-height: 30px;
letter-spacing: 1px;
font-weight: 500;
font-style: normal;
color: #131313;
font-size: 25px;
}

body {
    background-image: url("/media/herz-transparent2.png" );
    background-position: center;
    background-size: cover;
}

div.logo {
    background-image: url("/media/logo_imn.jpg" );
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px;
}

div.logo img {
    display: none;
}

td.menuecol, #menu_row_00_wrap, #men {
    background-color: #fff;
}

.ui-widget-content {
    border-color: #d4092b;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #d4092b;
    color: #d4092b;
}

ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #131313;
}