<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===== ALLGEMEIN ===== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Hind', sans-serif;
	background: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
	align-items: flex-start;
	transform-style: preserve-3d;
}

p, ul {
	font-size: 15pt;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	color: #000000;
}

a:link, a:active, a:visited, a:hover {
	font-size: 15pt;
	color: #E63A3E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link-button {
	display: inline-block;
	vertical-align: middle;
	padding: 1em 2.5em;
	border: 3px solid #E63A3E;
	color: #E63A3E;
	margin-top: 1.5em;
	margin-bottom: 0;
	transition: all 300ms ease 0ms;
	font-weight: bold;
	line-height: 1em;
	border-radius: 1.5em;
}

a.link-button:hover {
	text-decoration: none;
	padding: 1em 1.75em;
}

a.link-button:after {
	content: "Â»";
	margin-left: -1em;
	transition: all 300ms ease 0ms;
	width: 1em;
	opacity: 0;
	visibility: hidden;
	display: inherit;
}

a.link-button:hover:after {
	margin-left: 0.5em;
	opacity: 1;
	visibility: initial;
}

@media screen and (max-width: 800px) {	
	p, a, a:link, a:active, a:visited, a:hover, ul  {
		font-size: 12pt;
	}
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

h1 {
	font-family: 'Geomanist Ultra';
	font-size: 66pt;
	color: #ffffff;
	line-height: 42pt;
	text-shadow: 0px 0px 5px #000000;
	z-index: 1;
}

h2 {
	font-family: 'Geomanist Ultra';
	color: #E63A3E;
	position: relative;
	display: inline;
	line-height: 1.4em;
	font-size: 30pt;
	width: 100%;
	text-align: left;
}

h3 {
	font-family: 'Geomanist Bold';
	color: #E63A3E;
	font-size: 22pt;
	margin: 0.5em 0 0.25em;
	line-height: 1.4em;
}

h4 {
	font-family: 'Geomanist Bold';
	color: #E63A3E;
	font-size: 15pt;
	margin: 0.5em 0 0.25em;
	line-height: 1.4em;
}

h5 {
	color: #555555;
	margin: 0;
	font-size: 12pt;
	width: 100%;
}

@media screen and (max-width: 800px) {	
	h1 {
		font-size: 33pt;
		line-height: 20.323pt;
	}
	
	h2 {
		font-size: 27pt;
	}
	
	h2 {
		font-size: 18pt;
	}
	
	h3 {
		font-size: 12pt;
	}
	
	h4 {
		font-size: 12pt;
	}
	
	h5 {
		font-size: 10pt;
	}
}

ul {
	list-style-type: none;
	list-style-position: inside;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

li  {
	position:relative;
	margin-left: 1em;
	line-height: 1.25em;
}

li:before  {
	content: "\2022";
	line-height: 0;
	position: absolute;
	top: 0.625em;
	left: -1em;
}

img {
	max-width: 100%;
}

label {
	font-size: 14pt;
	margin-bottom: 0.5em;
	line-height: 1.25em;
	color: #000000;
}

figcaption {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	font-size: 8pt;
	z-index: 10;
}

.container {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	justify-content: center;
	display: flex;
	align-items: flex-start;
	padding: 3em 0;
	z-index: 5;
}

.nopadding {
	padding: 0 0 0.5em !important;
}

.nopadding-top {
	padding-top: 0em !important;
}

.nopadding-bottom {
	padding-bottom: 0 !important;
}

.row {
	width: calc(100% - 10em);
	max-width: 1080px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.container-spacer-top {
	float: left;
	width: 100%;
	height: 8em;
}

.container-spacer-bottom {
	float: left;
	width: 100%;
	height: 3em;
}

.half {
	width: 50%;
}

.right {
	float: right;
	padding-left: 5em;
	border-left: 5px solid #efefef;
}

.left {
	float: left;
	padding-right: 5em;
}

a.button, a.button:hover {
	color: white;
	text-decoration: none;
	text-align: center;
}

a.button &gt; div {
	display: inline-block;
	background-color: #E63A3E;
	padding: 0.75em;
	font-size: 14pt;
	font-weight: bold;
}

.BR-ON-MOBILE {
	display: none;
}

@media screen and (max-width: 800px) {
	.container {
		width: 100%;
	}
	
	.container:before, .container:after {
		min-width: 5%;
		width: 1.5em;
	}
	
	.row {
		width: 90%;
		flex-wrap: wrap;
	}
	
	.BR-ON-MOBILE {
		display: initial;
	}
}





/* ===== REDACTOR ===== */

.redactor-output .text-left {
	text-align: left;
}

.redactor-output .text-right {
	text-align: right;
}

.redactor-output .text-center, .text-center {
	text-align: center;
}

.redactor-output .text-justify {
	text-align: justify;
}

.redactor-output h1 {
	font-weight: bold;
	margin: 0 0 0.75em;
	font-size: 25pt;
}

.redactor-output h2 {
	font-weight: bold;
	margin: 0 0 0.75em;
	font-size: 20pt;
}

.redactor-output h3 {
	font-weight: bold;
	margin: 0 0 0.75em;
	font-size: 18pt;
}

.redactor-output h4 {
	font-weight: bold;
	margin: 0 0 0.75em;
	font-size: 16pt;
}

.redactor-output h5 {
	font-weight: bold;
	margin: 0 0 0.75em;
	font-size: 14pt;
}

.redactor-output h6 {
	font-weight: bold;
	margin: 0 0 0.75em;
	font-size: 12pt;
}

.redactor-output table {
	width: 100%;
}

.redactor-output td {
	border: 1px solid black;
	padding: 0.25em;
}

.pic-200px .image {
	width: 200px !important;
	height: auto !important;
	max-width: 100%;
	margin: 0.5em 0;
}

.pic-200px .image img {
	width: 200px !important;
	height: auto !important;
	top: 0 !important;
	left: 0 !important;
	transform: translate(0,0) !important;
	position: initial;
}

.pic-500px .image {
	min-height: 500px;
}






/* ===== RASTER ===== */

.grid_col {padding: 0; float: left;}

.col_100_1 {width: 100%}

.col_50-50_1 {width: calc(((100% - 4em) / 2) + 2em); padding-right: 2em;}
.col_50-50_2 {width: calc(((100% - 4em) / 2) + 2em); padding-left: 2em;}

.col_33-33-33_1 {width: calc(((100% - 8em) / 3) + 2em); padding-right: 2em;}
.col_33-33-33_2 {width: calc(((100% - 8em) / 3) + 4em); padding-left: 2em; padding-right: 2em;}
.col_33-33-33_3 {width: calc(((100% - 8em) / 3) + 2em); padding-left: 2em;}

.col_25-25-25-25_1 {width: calc(((100% - 12em) / 4) + 2em); padding-right: 2em;}
.col_25-25-25-25_2 {width: calc(((100% - 12em) / 4) + 4em); padding-left: 2em; padding-right: 2em;}
.col_25-25-25-25_3 {width: calc(((100% - 12em) / 4) + 4em); padding-left: 2em; padding-right: 2em;}
.col_25-25-25-25_4 {width: calc(((100% - 12em) / 4) + 2em); padding-left: 2em;}

.col_75-25_1 {width: calc(((100% - 4em) * (3 / 4)) + 2em); padding-right: 2em;}
.col_75-25_2 {width: calc(((100% - 4em) / 4) + 2em); padding-left: 2em;}

.col_25-75_1 {width: calc(((100% - 4em) / 4) + 2em); padding-right: 2em;}
.col_25-75_2 {width: calc(((100% - 4em) * (3 / 4)) + 2em); padding-left: 2em;}

.col_50-25-25_1 {width: calc(((100% - 8em) / 2) + 2em); padding-right: 2em;}
.col_50-25-25_2 {width: calc(((100% - 8em) / 4) + 4em); padding-left: 2em; padding-right: 2em;}
.col_50-25-25_3 {width: calc(((100% - 8em) / 4) + 2em); padding-left: 2em;}

.col_25-50-25_1 {width: calc(((100% - 8em) / 4) + 2em); padding-right: 2em;}
.col_25-50-25_2 {width: calc(((100% - 8em) / 2) + 4em); padding-left: 2em; padding-right: 2em;}
.col_25-50-25_3 {width: calc(((100% - 8em) / 4) + 2em); padding-left: 2em;}

.col_25-25-50_1 {width: calc(((100% - 8em) / 4) + 2em); padding-right: 2em;}
.col_25-25-50_2 {width: calc(((100% - 8em) / 4) + 4em); padding-left: 2em; padding-right: 2em;}
.col_25-25-50_3 {width: calc(((100% - 8em) / 2) + 2em); padding-left: 2em;}

.col_66-33_1 {width: calc(((100% - 4em) * (2 / 3)) + 2em); padding-right: 2em;}
.col_66-33_2 {width: calc(((100% - 4em) / 3) + 2em); padding-left: 2em;}

.col_33-66_1 {width: calc(((100% - 4em) / 3) + 2em); padding-right: 2em;}
.col_33-66_2 {width: calc(((100% - 4em) * (2 / 3)) + 2em); padding-left: 2em;}

@media screen and (max-width: 800px) {
	.grid_col {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 1em;
	}
	
	.col_25-25-25-25_1, .col_25-25-25-25_3 {
		width: calc(50% - 2em) !important;
		margin-right: 1em;
	} 
	
	.col_25-25-25-25_2, .col_25-25-25-25_4 {
		width: calc(50% - 2em) !important;
		margin-left: 1em;
	}
}





/* ===== TEXT/BILD ===== */

.ueberschrift {
	margin-bottom: 15pt;
}

.text {
	width: 100%;
}

.image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pic-minheight .image {
	min-height: calc((540px - 2em) * (3 / 4));
}

.image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	object-fit: cover;
	min-height: 100%;
}

@media screen and (min-width: 800.01px) { 
	.nopicresize img {
		height: unset !important;
		min-height: unset;
		max-height: 100%;
		width: unset !important;
		min-width: unset;
		max-width: 100%;
		transform: none !important;
		position: initial !important;
		top: 50%;
	}
}

@media screen and (max-width: 800px) { 
	.image {
		min-height: 30vh;
	}
	
	.mobile-flex-1 {
		order: 1;
	}
	
	.mobile-flex-2 {
		order: 2;
	}
}





/* ===== HEADER (STARTSEITE) ===== */

.header-wrapper {
	background-color: transparent;
	padding-bottom: 0;
}

.header-wrapper .row {
	height: calc(100vh - 6em);
	min-height: calc(600px + 6em);
}

.header-image-wrapper {
	width: 100vw;
	height: calc(100vh - 4.5em);
	min-height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.header-image-desktop {
	position: absolute;
	transform: translate(-66.667%,0) !important;
	top: 0;
	left: calc(100% * (2 / 3));
	max-width: none;
	min-width: 100%;
	object-fit: cover;
	min-height: 100%;
	max-height: calc((90vh / 70) * 100);
}

.header-image-mobile {
	display: none;
	height: 100%;
	width: auto;
}

.header-logo-wrapper {
	width: 50%;
	overflow: hidden;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.header-logo-desktop {
	width: 50%;
	height: fit-content;
}

.header-logo-mobile {
	display: none;
}

.header-text-desktop h1 {
	text-shadow: none;
	font-size: 37pt;
	margin: 0.5em 0 1em;
}

.header-text-desktop p {
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
}

.header-text-desktop img {
	width: 60%;
	margin: 0.5em 0;
}
	
.header-text-mobile {
	display: none;
	padding: 1.5em;
	background: #ffffff;
}

.header-text-mobile h1 {
	text-shadow: none;
	color: #E63A3E;
	font-size: 25pt;
	line-height: 1.3em;
	margin: 1em 0 1.5em;
}
	
.header-text-mobile img {
	width: 75%;
}
	
.header-text-mobile p {
	font-size: 14pt;
	font-weight: bold;
}

@media screen and (max-width: 1080px) { 
	.header-text-desktop img {
		width: 80%;
	}
}

@media screen and (max-width: 800px) { 
	.header-wrapper {
		height: 75vh;
	}
	
	.header-wrapper .row {
		height: calc(100% - 3em);
		align-items: flex-end;
		-webkit-justify-content: flex-end;
		-webkit-align-items: flex-end;
		min-height: unset;
	}
	
	.header-image-wrapper {
		height: 100%;
	}
	
	.header-image {
		display: initial;
	}
	
	.header-logo-wrapper {
		width: 100%;
		height: fit-content;
	}
	
	.header-logo-desktop {
		display: none;
	}
	
	.header-logo-mobile {
		display: initial;
		/* filter: drop-shadow(0 0 30px rgba(0,0,0,0.61)); */
	}
	
	.header-text-desktop {
		display: none;
	}
	
	.header-text-mobile {
		display: initial;
	}
}





/* ===== HEADER (UNTERSEITEN) ===== */

.titelbild {
	padding: 0;
}

.titelbild .image {
	height: 60vh;
}

.title-wrapper {
	position: absolute;
	z-index: 5;
	bottom: 0;
	transform: translate(-50%,0);
	left: 50%;
	text-align: left;
	width: calc(100% - 10em);
	max-width: 1080px;
}

@media screen and (max-width: 800px) {
	.titelbild .image {
		height: 35vh;
	}
	
	.title-wrapper {
		width: 90%;
	}
}





/* ===== MITARBEITER:INNEN ===== */

.mitarbeiter {
	width: calc((100% - 3em) / 2);
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: 3em;
}

.mitarbeiter .image {
	width: 100%;
	height: calc((540px - 2em) * (9 / 16));
}

@media screen and (max-width: 800px) {
	.mitarbeiter {
		width: calc((100% - 2em) / 2);
		margin-bottom: 2em;
	}
	
	.mitarbeiter .image {
		height: calc(((100% - 2em) / 2) * (3 / 4));
	}
}





/* ===== YOUTUBE-VIDEOS ===== */

.responsive-video {
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	width: 100%;
	height: auto;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.yt-video {
	width: calc((100% - 6em) / 3);
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: 3em;
	justify-content: space-between;
}

.yt-date {
	color: #555555;
	margin: 0.5em 0 0;
	font-size: 12pt;
}

.yt-video h4 {
	margin: 0;
}

@media screen and (max-width: 800px) {
	.yt-video {
		width: calc(50% - 1.5em);
	}
}





/* ===== PRESSEMITTEILUNGEN ===== */

.press-wrapper {
	max-height: calc(96pt + 3em);
	overflow: hidden;
}

.press-release {
	width: calc((100% - 9em) / 4);
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: 3em;
	justify-content: space-between;
}

.press-date {
	color: #555555;
	margin: 0;
	font-size: 12pt;
}

.press-release h4 {
	display: block;
	display: -webkit-box;
	height: 84pt;
	margin: 0 auto;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.press-expand {
	position: absolute;
	transform: translate(-50%,-100%);
	top: 100%;
	left: 50%;
	padding: 0.5em;
	color: #E63A3E;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.press-wrapper {
		max-height: calc(84pt + 1.5em);
	}
	
	.press-release {
		width: calc((100% - 1.5em) / 2);
		margin-bottom: 1.5em;
	}
	
	.press-release h4 {
		height: 67.2pt;
	}
}





/* ===== NEWS ===== */

.news-wrapper {
	height: calc(50vh + 3em + 57pt);
	min-height: calc(450px + 3em + 57pt);
	overflow: hidden;
}

.news-expand {
	position: absolute;
	transform: translate(-50%,-100%);
	top: 100%;
	left: 50%;
	padding: 0.5em;
	color: #E63A3E;
	cursor: pointer;
}

.news-expand:hover {
	text-decoration: underline;
}

.news {
	width: calc((100% - 6em) / 3);
	height: 50vh;
	min-height: 450px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 3em;
}

.news img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	object-fit: cover;
	min-height: 100%;
	transition: 0.5s ease;
}

.news:after {
	content: '';
	position: absolute;
	transform: translate(0,-100%);
	left: 0;
	top: 100%;
	width: 100%;
	height: 20%;
	z-index: 5;
	background-color: white;
	transition: 0.5s ease;
}

.news:hover:after {
	height: 10%;
}

.news:hover img {
	zoom: 1.1;
}

.news-title {
	position: absolute;
	transform: translate(-50%,-100%);
	top: 100%;
	left: 50%;
	width: 85%;
	border: 3px solid #E63A3E;
	padding: 1em;
	z-index: 10;
	height: calc(75pt + 2em);
	background-color: white;
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-wrap: wrap;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphenate-limit-before: 5; /* For Safari */
	-webkit-hyphenate-limit-after: 5; /* For Safari */
	-ms-hyphenate-limit-chars: 10 5 5;
	hyphenate-limit-chars: 10 5 5;
}

.news-title h4 {
	display: block;
	display: -webkit-box;
	max-height: 63pt;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.newspic {
	height: 65vh;
}

@media screen and (max-width: 800px) {
	.news-wrapper {
		height: calc(45vh + 1.5em + 34.2pt);
		min-height: unset;
	}
	
	.news {
		width: calc((100% - 1.5em) / 2);
		height: 45vh;
		min-height: unset;
		margin-bottom: 1.5em;
	}
	
	.news-title {
		height: calc(60.5pt + 2em);
	}
	
	.news-title h4 {
		max-height: 50.4pt;
	}
}





/* ===== YFORM-FORMULARE ===== */

.yform {
	width: 100%;
}

.rex-yform label, .rex-yform label a {
	width: 100%;
	font-size: 12pt !important;
}

.rex-yform select, .rex-yform input, .rex-yform textarea, .rex-yform button {
	width: 100%;
	border: none;
	background-color: #eeeeee;
	padding: 0.75em;
	margin: 0.25em 0 1.5em;
	border-radius: 0 !important;
	font-size: 15pt;
	font-family: Hind, sans-serif;
}

.rex-yform select {
	appearance: none;
	background-image: url(/media/dropdown-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

 .rex-yform textarea {
	resize: none;
}

.rex-yform button {
	background-color: #bbbbbb;
	font-family: 'PT Sans', sans-serif;
}

.rex-yform &gt; .alert {
	width: 100%;
	padding: 0.5em;
	border-radius: 5px;
	overflow: hidden;
	background-color: rgba(245,215,110,0.4);
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 1em;
}

.rex-yform &gt; .alert ul {
	margin: 0;
}

.rex-yform &gt; .alert li:before  {
	content: "\26A0";
	font-size: 15pt;
	line-height: 0;
	position: absolute;
	top: 0.625em;
	left: -1em;
}

.checkbox label {
	text-align: center;
	margin: 0.5em 0 1em;
	float: left;
}

.checkbox input {
	width: auto;
	margin: 0 1em 0 0;
}

.veranstaltungsanmeldung form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.veranstaltungsanmeldung  .form-group, .veranstaltungsanmeldung .form-check-group {
	width: calc(50% - 1em);
}

.veranstaltungsanmeldung .formcheckbox {
	width: 100%;
}

.veranstaltungsanmeldung .form-check-group .radio label {
	font-size: 15pt !important;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	color: #000000;
}

.veranstaltungsanmeldung .form-check-group .radio input {
	width: 2em;
}

@media screen and (max-width: 800px) {
	.veranstaltungsanmeldung  .form-group, .veranstaltungsanmeldung .form-check-group {
		width: 100%;
	}	
}





/* ===== FOOTER / DATENSCHUTZ / IMPRESSUM =====*/

.footer {
	width: 100%;
	background-color: #333333;
	padding: 1em 0;
	color: #ffffff;
	align-self: flex-end;
}

.footer .row {
	justify-content: center;
}

.footer p, .footer a:link, .footer a:hover {
	color: #ffffff;
}

.footer .image {
	height: 5em;
	margin: 2.5em 0;
}

.footer .image img {
	transform: translate(-50%,-50%);
	height: 100%;
	min-width: unset;
}

@media screen and (max-width: 800px) {
	.footer {
		padding: 1em 1.5em;
	}
	
	.footer .image {
		width: 70%;
		min-height: unset;
	}
	
	.footer .image img {
		width: 100%;
		min-height: unset;
		height: auto;
	}
}





/* ===== COOKIE-BANNER ===== */

.consent_manager-background {
	height: 100vh !important;
}

div.consent_manager-wrapper {
	width: 66vw !important;
	max-width: none !important;
}

@media screen and (max-width: 800px) {
	div.consent_manager-wrapper {
		width: 100vw !important;
	}
}

.consent_manager-headline, .consent_manager-text, .consent_manager-cookiegroup-checkbox, div.consent_manager-show-details a, div.consent_manager-sitelinks a, button.consent_manager-save-selection, button.consent_manager-accept-all, button.consent_manager-accept-none, div.consent_manager-detail, div.consent_manager-detail a {
	font-family: Hind !important;
	font-size: 14px !important;
}

.consent_manager-headline {
	color: #E63A3E !important;
	font-size: 16px !important;
}

.consent_manager-accept-all {
	background: #E63A3E !important;
}





/* ===== MENÃœ ===== */

.menu {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 20;
	padding: 1.5em 0;
	background-color: white;
	float: left;
	text-align: center;
	box-shadow: 1px 10px 31px -16px rgba(0,0,0,0.76);
	-webkit-box-shadow: 1px 10px 31px -16px rgba(0,0,0,0.76);
	-moz-box-shadow: 1px 10px 31px -16px rgba(0,0,0,0.76);
}

.menuitem {
	padding: 0 0.55em;
	line-height: 2em;
	width: auto;
	display: inline-block;
	margin: 0 0.75em;
	font-weight: bold;
}

.current-page {
	border-bottom: 3px solid #E63A3E;
}

.menu a {
	color: #E63A3E;
}
	
.menuitem a:hover, .current-page a:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media screen and (max-width: 1100px) {
	.hamburger {
		display: block;
		position: fixed;
	}
	
	.menu {
		display: none;
		position: fixed;
		width: 85vw;
		height: 100%;
		max-width: 90%;
		left: initial;
		right: 0;
		background-color: white;
		z-index: 200;
		padding-top: calc(2em + 28px)
	}
	
	.menuitem {
		text-align: left;
		width: 100%;
		background-color: white;
		border: none;
		padding: 1em;
		margin: 0;
		text-align: center;
	}
	
	.menuitem a {
		color: black;
		font-weight: 400;
		font-size: 18pt;
	}
	
	.current-page a {
		font-weight: bold;
	}
}</pre></body></html>