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

body {
	margin: 0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	font-family: "Arial";
	font-size: 14px;
}

::selection {
	color: #fff;
	background: #ee0d08;
}

.logo {
	background-image: url("https://drk-duderstadt.de/wp-content/uploads/2018/09/1024px-DRK_Logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	margin: 5px;
}

.logo img {
	display: none;
	visibility: hidden;
}

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

h1, h2, h3 {
	color: #e60005;
	font-family: "Merriweather";
	word-wrap: break-word;
}

h1 {
	line-height: 50px;
	font-weight: 600;
	font-size: 32px;
}

h2 {
	font-weight: 600;
	font-size: 32px;
}

h3 {
	font-weight: 600;
	font-size: 22px;
}

.ui-state-default,
.ui-state-hover,
.ui-state-focus, 
.ui-widget-content, 
.ui-widget-header,
.ui-button:hover, 
.ui-button:focus {
	background: #fff !important;
}

.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: #000;
}