/*
Theme Name: pastoralraum-lenzburg
Author: verowa
Author URI: http://verowa.ch/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: display
Auflösung fix Full HD

History:	21.11.2023/M+C: ausgelagert
*/


body {
	margin: 0;
	padding: 0;
	font-family: "Inter", arial, sans-serif;
	font-size: 16px;
}
p {
	margin: 0 0 0.8em;
}
section#main {
	margin: 0;
	padding: 1em;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Main wrapper
*************************************************************/

.wrapper {
	height: 100vh;
	width: 100vw;
}

.hd-container {
	background: #fff;
	height: 970px;
	width: 395px;
	display: flex;
	flex-direction: column;
}

/* Content
*************************************************************/
/* event header */
.event_list_header {
	display: flex;
	flex-direction: column;
	height: 195px;
	min-height: 195px;
	padding: 16px 16px 0;
	width: 100%;
}

.event_list_header .elh_titel h1 {
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: 500;
}
.event_list_header .elh_titel h2 {
	padding: 4px 0 0 ;
	margin: 0;
	font-size: 23px;
	font-weight: 300;
}

/* Content */
.content-wrapper {
	display: flex;
	width: 100%;
	height: 775px;
	overflow: hidden;
}

.event-list {
	width: 100%;
}

/* event tag */
.date-row {
	background-color: #333;
	color: #fff;
	height: 1.75em !important;
	width: 85%;
	display: flex;
	align-items: center;
	font-size: 23px;
	font-weight: 400;
	padding-left: 16px;
	margin-top: 16px;
}

/* event content */
.event-row {
	margin: 16px 0 0 16px;
	padding: 16px;
	border: 1px solid #333;
}
.event-row .ort {
	display: block;
	font-weight: 600;
}
.event-row .zeit {
	display: block;
}
.event-row h2 {
	font-size: 23px;
	font-weight: 600;
	padding: 0.35em 0 0 0;
	margin: 0;
}
