/* inter-200 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('inter-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('inter-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inter-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('inter-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('inter-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inter-v12-latin-200.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('inter-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('inter-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('inter-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('inter-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('inter-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('inter-v12-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}
/* -------------------------------------------------------------------------------------------------------------------- */
:root {
	--color-c01: #6E84BD;
	--color-c02: #373B3E;
	--color-c03: #3E3E3E;
}
/* -------------------------------------------------------------------------------------------------------------------- */
body {
	color: var(--color-c03);
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	line-height: 1.2;
}
h1 {
	color: var(--color-c01);
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 2rem;
}
h2 {
	color: var(--color-c01);
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 0.3rem;
}
h3 {
	color: var(--color-c01);
	font-size: 1.1rem;
	font-weight: bold;
	padding-top: 1rem;
}
/* -------------------------------------------------------------------------------------------------------------------- */
#content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#content-head-big {
	height: 75%;
	position: relative;
	width: 100%;
}
#content-head-big-picture {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 120px;
}
#content-head {
	background-color: #FFFFFF;
	height: 120px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#content-head-logo {
	padding: 10px 10px 10px 40px;
	position: absolute;
	height: 100%;
	max-width: 75%;
	object-fit: contain;
}
#content-head-menu {
	bottom: 20px;
	color: var(--color-c02);
	display: none;
	position: absolute;
	right: 30px;
}
#content-head-menu .aktiv, #nav-main li a:hover {
	border-bottom: 2px solid var(--color-c02);
}
.nav-main li a:hover, #nav-admin li a:hover, #nav-mobile li a:hover, .aktiv {
	border-bottom: 2px solid #FFFFFF;
}
#content-head-2 {
	align-items: center;
	background-color: var(--color-c01);
	color: #FFFFFF;
	display: flex;
	height: 30px;
	justify-content: flex-end;
	left: 0;
	padding: 0 30px;
	position: fixed;
	right: 0;
	top: 120px;
	z-index: 999;
}
#nav-main-stiftsbund, #nav-main-veranstaltungen {
	display: none;
}
#content-body {
	padding: 60px 40px 0 40px;
	position: relative;
}
#content-body:not(.template-startseite) {
	padding: 180px 40px 40px 40px;
	min-height: 100%;
}
#content-body a {
	color: var(--color-c01);
	font-weight: bold;
}
#content-body p {
	padding-bottom: 1em;
}
#content-footer {
	background-color: var(--color-c01);
	font-size: 0.9rem;
	color: #FFFFFF;
	padding-top: 10px;
	position: relative;
}
#content-footer-menu-wrapper {
	padding: 10px 0 20px 0;
	text-align: center;
}
#content-footer-menu-wrapper a:hover {
	border-bottom: 2px solid #FFFFFF;
}
#copyright {
	font-size: 0.7rem;
	padding-bottom: 10px;
	text-align: center;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.content-body-wrapper {
	float: left;
	margin-right: 3.5%;
	position: relative;
	width: 31%;
}
.content-body-wrapper h2 {
	color: var(--color-c01);
	font-size: 1.2rem;
	font-weight: bold;
	padding: 1.2em 0;
	text-align: center;
}
.content-body-wrapper:nth-child(3) {
	margin-right: 0;
}
.content-body-wrapper img {
	transition: all 0.8s;
}
.content-body-wrapper img:hover {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.content-body-header {
	clear: both;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px solid var(--color-c01);
	margin-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}
.content-body-header span {
	background-color: #FFFFFF;
	padding: 0 30px;
	position: relative;
	top: 15px;}
/* -------------------------------------------------------------------------------------------------------------------- */
#nav-main {
	float:left;
}
#nav-admin, #nav-mobile {
	background-color:var(--color-c02);
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 20px 40px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 100px;
	visibility: hidden;
	z-index: 9999;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.archivgrid {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 4em;
	width: calc(100% + 20px);
}
.archivgrid-card {
	position: relative;
	width: calc(25% - 20px);
}
.archivgrid-image {
	aspect-ratio: 1 / 0.7;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.archivgrid-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.termin_bild {
	float: right;
	margin-bottom: 2em;
	margin-left: 2em;
	width: 45%;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.dataprivacystatement-copyright, .disclaimer-copyright {
	font-size: 0.8rem;
	padding-top: 1.5em;
}
.dataprivacystatement-headline-2, .disclaimer-headline-2 {
	padding-top: 1em;
}
.dataprivacystatement-headline-3, .disclaimer-headline-3 {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.dataprivacystatement-text, .disclaimer-text {
	padding-bottom: 1em;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.label-required { color: var(--color-c01); }
/* -------------------------------------------------------------------------------------------------------------------- */
.pseudomenu {
	position: relative;
}
.pseudomenu a {
	margin: 0 10px;
}
.pseudomenu a:hover {
	border-bottom: 2px solid #FFFFFF;
}
/* -------------------------------------------------------------------------------------------------------------------- */
.link-back, .link-more {
	background-color: var(--color-c01);
	border-radius: 14px;
     -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
	color: #FFFFFF !important;
	font-size: 0.9rem;
	padding: 5px 10px;
}
.link-back {
	float: right;
}
.link-more {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
/* -------------------------------------------------------------------------------------------------------------------- */
.mobile {
	display: none;
	visibility: hidden;
}
/* -------------------------------------------------------------------------------------------------------------------- */
@media print {
	html {
		font-size: 90% !important;
	}
	#content-head-menu {
		height: 7%;
	}
	#content-head-small {
		height: 10%;
	}
}
@media screen and (max-width:61rem) {
	.mobile {
		display: block;
		visibility: visible;
	}
	.not-mobile {
		display: none;
		height: 0;
		visibility: hidden;
		width: 0;
	}
	/* -------------------------------------------------------------------------------------------------------------------- */
	.archivgrid-card {
		width: calc(33.3333333333% - 20px);
	}
}
@media screen and (max-width: 42rem) {
	.archivgrid-card {
		width: calc(50% - 20px);
	}
	.termin_bild {
		clear: both;
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 28rem) {
	.archivgrid-card {
		width: calc(100% - 20px);
	}
}