/* ===== ALLGEMEIN ===== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	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: #D90000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link-button {
	display: inline-block;
	vertical-align: middle;
	padding: 1em 2.5em;
	border: 1px solid #D90000;
	color: #D90000;
	margin-top: 1.5em;
	margin-bottom: 0;
	transition: all 300ms ease 0ms;
	font-weight: bold;
	line-height: 1em;
}

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: 'Bebas Neue';
	font-size: 75pt;
	color: #ffffff;
	line-height: 40pt;
	text-shadow: 0px 0px 5px #000000;
	z-index: 1;
}

div.ueberschrift h1 {
	text-shadow: none;
	color: #D90000;
}

h2 {
	font-family: 'Bebas Neue';
	color: #D90000;
	position: relative;
	display: inline;
	line-height: 1.4em;
	font-size: 30pt;
	width: 100%;
	text-align: left;
	margin-bottom: 0.5em;
}

h3 {
	font-family: 'Bebas Neue';
	color: #D90000;
	font-size: 22pt;
	margin: 0.5em 0 0.25em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

h4 {
	font-family: 'Bebas Neue';
	color: #D90000;
	font-size: 15pt;
	margin: 0.5em 0 0.25em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

h5 {
	color: #555555;
	margin: 0;
	font-size: 12pt;
	width: 100%;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 800px) {	
	h1 {
		font-size: 45pt;
		line-height: 20.323pt;
	}
	
	h2 {
		font-size: 35pt;
	}
	
	h2 {
		font-size: 27pt;
	}
	
	h3 {
		font-size: 20pt;
	}
	
	h4 {
		font-size: 16pt;
	}
	
	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 > div {
	display: inline-block;
	background-color: #D90000;
	padding: 0.75em;
	font-size: 14pt;
	font-weight: bold;
}

.BR-ON-MOBILE {
	display: none;
}

table {
	width: 100%;
}

td {
	border: 1px solid #bbbbbb;
	padding: 0.5em;
	vertical-align: middle;
}

td p {
	margin: 0;
}

@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-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 ===== */

.text {
	width: 100%;
}

.image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pic-minheight .image img {
	height: unset !important;
	width: 100% !important;
	transform: none !important;
	position: initial !important;
}

.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: translate(-50%,-50%) !important;
		top: 50%;
	}
}

@media screen and (max-width: 800px) { 
	.image {
		min-height: 30vh;
	}
	
	.mobile-flex-1 {
		order: 1;
	}
	
	.mobile-flex-2 {
		order: 2;
	}
}



/* ===== KALENDER ===== */

#calendar {
	width: 100%;
}

.calendar-overview-title {
	width: calc(100% / 3);
	display: flex;
	flex-wrap: wrap;
	align-content: start;
	padding-right: 1.5em;
}

.calendar-overview-entries {
	width: calc(100% * (2 / 3));
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-left: 1.5em;
	border-left: 1px solid #283654;
}

.calendar-overview-entry {
	width: 100%;
}

.calendar-overview-infos {
	opacity: 0.75;
	margin: 0;
	margin-bottom: 0;
}

.calendar-overview-entries h3, .calendar-entry h3 {
	margin-bottom: 0;
}

.calendar-entry {
	width: 100%;
	margin-bottom: 3em;
}

.calendar select {
	line-height: 1em;
	padding: 0.5em;
	border: 2px solid #D90000;
	background-color: transparent;
	margin-bottom: 2em;
	font-family: 'Lato', sans-serif;
	font-size: 15pt;
}

@media screen and (max-width: 960px) {
	.calendar-overview-title, .calendar-overview-entries {
		width: 100%;
		padding: 0;
		border: none;
	}
	
	.calendar-overview-title {
		margin-bottom: 1.5em;
	}
	
	.calendar-overview-title h2 {
		margin-bottom: 0.5em;
	}
}



/* ===== 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;
	width: 100%;
}

.yt-video h4 {
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.yt-video {
		width: calc(50% - 1.5em);
	}
}



/* ===== EINBINDUNGEN ===== */

.gmaps-container {
	width: 100%;
}

.socialfeed-container {
	width: 100%;
	margin-top: 2em;
}

.crt-post a {
	font-size: inherit;
}



/* ===== HEADER (STARTSEITE) ===== */

.header-wrapper {
	background-color: transparent;
	padding-bottom: 0;
	overflow: hidden;
}

.header-wrapper .row {
	height: calc(100vh - 3em - 78px);
	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;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	object-fit: cover;
	min-height: 100%;
	max-height: none;
}

.header-image-mobile {
	display: none;
}

.header-logo-wrapper {
	width: 45%;
	overflow: hidden;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.header-logo {
	width: 100%;
	min-width: 200px;
	max-width: 20vw;
	height: auto;
	margin-bottom: 3.5em;
}

.header-text-desktop p {
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
}

.header-text-desktop strong {
	font-weight: 900;
}

.header-text-desktop img {
	width: 60%;
	margin: 0.5em 0;
}
	
.header-text-mobile {
	display: none;
	padding: 1.5em;
	background: #ffffff;
}
	
.header-text-mobile img {
	width: 75%;
}
	
.header-text-mobile p {
	font-size: 14pt;
}

@media screen and (max-width: 1080px){ 
	.header-text-desktop img {
		width: 80%;
	}
	
	.header-logo {
		width: 30%;
	}
}

@media screen and (max-width: 1100px) and (orientation: portrait) { 
	.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;
		width: 90% !important;
	}
	
	.header-image-wrapper {
		height: 100%;
	}
	
	.header-wrapper:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 100%);
	}
	
	.header-image-desktop {
		display: none;
	}
	
	.header-image-mobile {
		position: absolute;
		display: initial;
		height: 115%;
		width: auto;
		max-width: none;
		transform: translate(-67.5%,-50%);
		top: 50%;
		left: 50%;
	}
	
	.header-logo-wrapper {
		width: 100%;
		height: fit-content;
		z-index: 20;
		display: flex;
		justify-content: center;
	}
	
	.header-logo {
		width: 75%;
		max-width: none;
		margin-bottom: 0;
		max-width: 370px;
		height: auto;
	}
	
	.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%;
	}
}



/* ===== 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: Lato !important;
	font-size: 14px !important;
}

.consent_manager-headline {
	color: #D90000 !important;
	font-size: 16px !important;
}

.consent_manager-accept-all {
	background: #D90000 !important;
}



/* ===== FOOTER / DATENSCHUTZ / IMPRESSUM =====*/

.footer {
	width: 100%;
	background-color: #D90000;
	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;
}

.footer-socials {
	display: flex;
	justify-content: center;
	margin: 2.5em 0;
}

.footer-socials a:hover {
	opacity: 0.7;
}

.footer-socials a img {
	height: 2em;
	padding: 0 0.5em;
}

@media screen and (max-width: 800px) {
	.footer {
		padding: 1em 1.5em;
	}
	
	.footer .image {
		width: 70%;
		min-height: unset;
	}
	
	.footer .image img {
		min-height: unset;
		height: 100%;
		width: auto;
	}
}



/* ===== 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: calc(100% - 3em);
	left: 50%;
	padding: 0.5em;
	color: #D90000;
	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 #D90000;
	padding: 1em;
	z-index: 10;
	height: calc(141.2pt + 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 h3 {
	display: block;
	display: -webkit-box;
	max-height: 1135.2pt;
	margin: 0 auto;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.newspic {
	height: 65vh;
}

@media screen and (max-width: 800px) {
	.news-wrapper {
		height: calc(150vh + 24pt) !important;
		min-height: unset;
	}
	
	.news {
		width: 100%;
		height: 45vh;
		min-height: unset;
		margin-bottom: 1.5em;
	}
	
	.news-expand {
		top: calc(100% - 2em);
	}
	
	.news-filler {
		display: none;
	}
	
	.news-title {
		height: calc(89.6pt + 1em);
		padding: 0.5em 1em;
	}
	
	.news-title h3 {
		max-height: 75.6pt;
		-webkit-line-clamp: 3;
	}
}



/* ===== WAHLKREISZEITUNGEN ===== */

.zeitung {
	width: calc(50% - 2em);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 3em;
}

.zeitung-cover {
	width: calc(50% - 1em);
}

.zeitung-cover img {
	width: 100%;
	box-shadow: 1px 10px 31px -16px rgba(0,0,0,0.76);
	transition: all 0.25s ease-in-out;
}

.zeitung-cover img:hover {
	rotate: 3deg;
	transform: scale(1.03);
}

.zeitung-info {
	width: calc(50% - 1em);
}

@media screen and (max-width: 800px) {
	.zeitung {
		width: 100%;
	}
}



/* ===== 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);
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.menuitem {
	padding: 0 0.55em;
	line-height: 2em;
	width: auto;
	margin: 0 0.75em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.current-page {
	border-bottom: 3px solid #D90000;
}

.menu a {
	color: #D90000;
	font-family: 'Bebas Neue';
	font-size: 35px;
}
	
.menuitem a:hover, .current-page a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.menu-logo img {
	height: 35px;
}

@media screen and (max-width: 1100px) {
	.hamburger {
		display: block;
		position: fixed;
		z-index: 300;
	}
	
	.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;
	}
}