<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.ne_terminblock {
      display: flex;
      flex-direction: column;
      margin-bottom: 3rem;
    }

    .ne_terminkopf {
      background-color: var(--body-background);
      padding: 0.5rem !important;
      display: flex;
      align-items: center;
    }

    span.ne_datum {
      flex-grow: 1;
      flex-shrink: 1;
	  font-weight:bold;
    }

    picture.ne_auszeichnung {
      width: 2.5rem;
      height: 2.5rem;
      border: 0.2rem solid var(--text-highlight);
      margin-left: 0.5rem;
      box-sizing: border-box;
      border-radius: 0.5rem;
      background-color: var(--main-background);
	  color:var(--text-highlight);
    }

    .ne_terminblock&gt;div {
      padding: 0.2rem 0.5rem;
    }

    .ne_termintitel {
      font-weight: bold;
      padding-top: 0.5rem !important;
      padding-bottom: 0 !important;
    }

    .ne_infotext {
      padding-top: 0 !important;
    }

    .ne_treffpunkt {
      display: flex;
      align-items: flex-start;
    }

    .ne_terminblock label {
      width: 7rem;
      text-decoration: underline;
	  flex-grow:0;
	  flex-shrink:0;
    }

    .ne_treffpunkt&gt;div,
    .ne_leitung&gt;div {
      display: flex;
      flex-direction: column;
    }

    span.ne_treffpunkt_hinweis {
      font-style: italic;
    }

    .ne_leitung {
      display: flex;
      align-items: flex-start;
    }

    span.ne_hinweis {
      font-style: italic;
    }
.teaser_area {
	background-color:#dedede;
	box-sizing:border-box;
	padding:0.3rem;
}
/* ----- COOKIE DIRECTIVE ----- */


.modaldialog {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
	z-index:100000;
}

.dialog {
    background-color: var(--nabu-blau);
    position: absolute;
    width: 36rem;
    left: calc(50% - 18rem);
    right: auto;
    padding: 1rem;
    top: 2rem;
    color: #ffffff;
    max-height: calc(100% - 3rem);
    overflow: auto;
    text-align: left !important;
	box-sizing:border-box;
}

@media screen and (max-width: 36rem) {
	.dialog {
		left:0;
		right:0;
		width:100%;
	}
}


.dialog h1 {
    margin-top: 0;
}

.dialog ul {
    list-style: none;
    padding: 0;
	margin-top:0.5rem;
}

.dialog ul ul {
    padding-left: 3rem;
	margin-top:0.5rem;
	display:none;
}

.dialog ul li label {
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
}

.dialog ul li a {
	color:#ffffff;
	text-decoration:underline;
}

.dialog ul li a:hover {
	text-decoration:none;
}

.dialog ul li a::before {
	content: '\2580';
	display: inline-block;
	height: 1rem;
	box-sizing:border-box;
}

.dialog ul li a.closed::before {
	content: '\2193';
}

.dialog ul li a.opened::before {
	content: '\2191';
}


.dialog input[type="checkbox"] {
    width: 2rem;
	margin:0;
    margin-right: 1rem;
    position: relative;
    background: none;
    border: 0;
    height: 1rem;
    appearance: none;
    vertical-align: middle;
}

.dialog input[type="checkbox"]::before {content: 'x';display: inline-block;width: 2rem;font-size: 0;height: 1rem;border-radius: 0.5rem;border: 1px solid #ffffff;position: absolute;left: 0;top: 0;background-color: #ffffffac; box-sizing:border-box;}

.dialog input[type="checkbox"]:checked::before {
background-color:#00ff00ac;
}

.dialog ul li {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:0.5rem;
}

.dialog button {
    border: 0;
    background-color: #ffffff40;
    padding: 0.5rem 1rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.dialog button+button {
    margin-left: 1rem;
    background-color: transparent;
    font-weight: normal;
}
</pre></body></html>