:root {
	--link-color: #0044aa;
	--link-visitedColor: #00255c;
	--link-hoverColor: #d22;
}
:root {
	--page-width: 75rem;
}
:root {
	--size--2: 0.75rem;
	--size--1: clamp(0.8125rem, 0.7898rem + 0.1136vw, 0.875rem);
	--size-0: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
	--size-1: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
	--size-2: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
	--size-3: clamp(1.125rem, 0.9886rem + 0.6818vw, 1.5rem);
	--size-4: clamp(1.25rem, 1.0682rem + 0.9091vw, 1.75rem);
	--size-5: clamp(1.375rem, 1.1477rem + 1.1364vw, 2rem);
	--size-6: clamp(1.625rem, 1.3068rem + 1.5909vw, 2.5rem);
	--size-7: clamp(2.375rem, 1.7841rem + 2.9545vw, 4rem);
}
:root {
	--page-width: 60rem;

	--color-burgundy: #800020;
	--color-burgundyLight: #fdecf0;

	--size-text: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);

	--link-color: var(--color-burgundy);
	--link-visitedColor: var(--link-color);

	--font-georgia: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;

	--background-size: clamp(8rem, 2.0455rem + 29.7727vw, 24.375rem);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
@-ms-viewport {
	width: device-width;
}

body {
	line-height: 1.625;
	font-family: 'Arial CE', 'Helvetica CE', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

/* margin bottom */
ul, ol, dd {
	margin-left: 2em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

/* overflow */
pre {
	overflow: auto;
}

/* font size */
sub, sup, small {
	font-size: smaller;
}

big {
	font-size: larger;
}

/* vertical align */
sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

/* monospace font */
code, kbd, pre, samp, tt, var, listing {
	font-family: monospace;
	text-indent: 0; /* <code> inline-block fix */
}

/* code output */
pre {
	-o-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}

pre code {
	display: inline; /* <code> inline-block fix */
}

/* italic */
address, blockquote, cite, dfn, em, i, ins, q, var {
	font-style: italic;
}

/* bold */
b, kbd, strong, th {
	font-weight: bold;
}

/* underline */
a, u {
	text-decoration: underline;
}

/* line through */
del, s, strike {
	text-decoration: line-through;
}

/* text decoration */
ins {
	text-decoration: none;
}

/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

/* tables */
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	vertical-align: inherit;
}

td, th, caption {
	padding: 0.2em 0.6em;
	text-align: left;
}

th {
	text-align: center;
}

/*fix for IE6, IE7*/
th p {
	text-align: left;
}
/*\fix for IE7*/

caption {
	text-align: center;
}

form td, form tr {
	border: none;
}

/* forms */
fieldset {
	border: 1px solid #bbb;
	padding: 0.6em 1em 1em;
}

legend {
	padding: 0 0.4em;
}

/* HTML5 */
mark {
	color: #000;
	background-color: #ff0;
	padding: 1px 3px;
}

/* other */
hr {
	background: transparent;
	height: 1px;
	border-width: 0;
	border-top: 0.25em solid #e8e8e8;
}

/* other - deprecated */
center {
	text-align: center;
}

a {
	color: var(--link-color);
}

a:visited {
	color: var(--link-visitedColor);
}

a:hover,
a:focus,
a:active {
	color: var(--link-hoverColor);
}
@media print {
	body {
		font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
		padding: 1cm;
	}

	a {
		text-decoration: underline;
	}
}

body {
	/*background: var(--color-burgundyLight);
	background: var(--color-burgundyLight) linear-gradient(45deg, var(--color-burgundyLight), #fff) no-repeat center center;*/
	background: #faf9e9 url('./background.png') no-repeat left top;
	background-size: var(--background-size);
	background-attachment: fixed;
}

.image {
	display: block;
	max-width: 100%;
	height: auto;
}
.embededIframe {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}
.embededIframe {
	height: auto;
	aspect-ratio: 600 / 450;
}

.header {
	display: block;
}


.header__inner {
	display: block;
	margin: 0 auto;
	padding: 0 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.header__content {
	text-align: center;
	flex: 1;
	padding-top: 1rem;
	padding-bottom: 1rem;
}


.header__navigation {
	width: 100%;
}
.logo {
	--logo-size: 1rem;
	--logo-color: inherit;
	--logo-fontFamily: inherit;
	--logo-mottoSize: 0.875rem;
	--logo-mottoColor: inherit;
	--logo-mottoFontFamily: inherit;

	display: inline-flex;
	align-items: center;
	gap: 1rem 2rem;
	text-decoration: none;
}


.logo,
.logo:hover,
.logo:focus,
.logo:active,
.logo:visited {
	color: var(--logo-color);
}


.logo__image {
	display: block;
}


.logo__img {
	display: block;
	max-width: 16rem;
	max-height: 6rem;
	object-fit: contain;
	width: auto;
	height: auto;
}


.logo__text,
.logo__name,
.logo__motto {
	display: block;
}


.logo__name {
	font-weight: bold;
	font-size: var(--logo-size);
	font-family: var(--logo-fontFamily);
}


.logo__motto {
	color: var(--logo-mottoColor);
	font-size: var(--logo-mottoSize);
	font-family: var(--logo-mottoFontFamily);
}


.logo:hover .logo__name,
.logo:focus .logo__name,
.logo:active .logo__name {
	text-decoration: underline;
	color: inherit;
}
.body {
	display: block;
}


.body__inner {
	display: block;
	margin: 0 auto;
	padding: 0 1rem;
}
.contentColumns {
	gap: 2rem clamp(1rem, 0.6364rem + 1.8182vw, 2rem);
	display: grid;
}

.contentColumn {
	grid-column: span 1;
	min-width: 0;
}

@media only screen and (min-width: 45em) {
	.contentColumns--2cols,
	.contentColumns--3cols,
	.contentColumns--4cols,
	.contentColumns--5cols,
	.contentColumns--6cols,
	.contentColumns--7cols,
	.contentColumns--8cols,
	.contentColumns--9cols,
	.contentColumns--10cols,
	.contentColumns--11cols,
	.contentColumns--12cols {
	grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 53em) {
	.contentColumns--3cols,
	.contentColumns--4cols,
	.contentColumns--5cols {
		grid-template-columns: repeat(3, 1fr);
	}

	.contentColumn--2cols {
		grid-column: span 2;
	}
}

@media only screen and (min-width: 61em) {
	.contentColumns--4cols,
	.contentColumns--5cols {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (min-width: 70em) {
	.contentColumns--5cols {
		grid-template-columns: repeat(5, 1fr);
	}
}
.detailsBox {
	background: #fff;
	border-radius: 0.25rem;
	border: 1px solid #ddd;
}


.detailsBox__summary {
	display: block;
	position: relative;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fafafa;
	padding: 1.25rem;
	border-radius: 0.25rem;
	border-bottom: 1px solid transparent;
}


.detailsBox__summary::-webkit-details-marker {
	display: none;
}


.detailsBox__summary:after {
	content: "";
	display: block;
	width: 1.25rem;
	background-size: contain;
	background: transparent no-repeat center center;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	pointer-events: none;
}


.detailsBox__content {
	overflow-x: auto;
	padding: 1.5rem 1.25rem;
}


.detailsBox[open] > .detailsBox__summary {
	border-bottom-color: #ddd;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


.detailsBox[open] > .detailsBox__summary:after {
/*	transform: scaleY(-1);*/
	transform: rotate(90deg);
}
.heroImage,
.heroImage__image,
.heroImage__content {
	display: block;
}


.heroImage {
	display: flex;
	min-height: 26rem;
	align-items: center;
	background: #ddd;
	position: relative;
}


.heroImage__image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
}


.heroImage__content {
	padding: 4rem 2rem;
	flex: 1;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}
.textContent {
	--textContent-lineHeight: 1.5;
	--textContent-space: calc(1rem * var(--textContent-lineHeight));
	--textContent-size-text: 1rem;
	--textContent-size-h6: 1rem;
	--textContent-size-h5: 1rem;
	--textContent-size-h4: 1rem;
	--textContent-size-h3: 1rem;
	--textContent-size-h2: 1rem;
	--textContent-size-h1: 1rem;

	font-size: var(--textContent-size-text);
	line-height: var(--textContent-lineHeight);
}


.textContent address,
.textContent dl,
.textContent iframe,
.textContent p,
.textContent pre,
.textContent ol,
.textContent table,
.textContent ul {
	margin-bottom: var(--textContent-space);
}


.textContent :last-child,
.textContent ul ul,
.textContent ol ol,
.textContent ul ol,
.textContent ol ul {
	margin-bottom: 0;
}


.textContent h1,
.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5,
.textContent h6 {
	margin-top: calc(2 * var(--textContent-space));
	margin-bottom: var(--textContent-space);
}


.textContent h1:first-child,
.textContent h2:first-child,
.textContent h3:first-child,
.textContent h4:first-child,
.textContent h5:first-child,
.textContent h6:first-child {
	margin-top: 0;
}


.textContent hr {
	margin: 0 auto;
	height: var(--textContent-space);
	box-sizing: border-box;
	background: transparent;
	border-width: 0;
	border-top: 0.125rem solid #d8d8d8;
	max-width: 10rem;
}


.textContent h1 {
	font-size: var(--textContent-size-h1);
}


.textContent h2 {
	font-size: var(--textContent-size-h2);
}


.textContent h3 {
	font-size: var(--textContent-size-h3);
}


.textContent h4 {
	font-size: var(--textContent-size-h4);
}


.textContent h5 {
	font-size: var(--textContent-size-h5);
}


.textContent h6 {
	font-size: var(--textContent-size-h6);
}
.textContent {
	--textContent-size-text: var(--size-0);
	--textContent-size-h6: var(--size-1);
	--textContent-size-h5: var(--size-2);
	--textContent-size-h4: var(--size-3);
	--textContent-size-h3: var(--size-4);
	--textContent-size-h2: var(--size-5);
	--textContent-size-h1: var(--size-6);
}
.webauthor {
	display: block;
}


.webauthor__inner {
	display: block;
	margin: 0 auto;
	padding: 0 1rem;
}


.header__inner,
.body__inner,
.webauthor__inner {
	max-width: var(--page-width);
}


.header {
	margin-bottom: 1rem;
}


.header__content {
	padding-top: 6rem;
	padding-bottom: 6rem;
}


.body {
	font-family: var(--font-georgia);
	padding-bottom: 4rem;
	position: relative;
/*	text-align: center;*/
}


.body:after {
	content: "";
	width: 24.375rem;
	height: 24.375rem;
	background: url(./background.png) no-repeat left top;
	background-size: var(--background-size);
	display: block;
	position: fixed;
	transform: rotate(180deg);
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
}


.body__inner {
/*	background: #fff;*/
	padding: 0 2rem;
/*	border-radius: 0.5rem;*/
/*	box-shadow: 0 0.125rem 10px rgba(50, 50, 50, 0.09);*/
}


.detailsBox,
.detailsBox[open] > .detailsBox__summary {
	border-color: #d1aa70;
}


.detailsBox__summary {
	background-color: #fdf7ed;
}


.detailsBox__summary:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M14.56051,10.35355,8.56058,16.35348a.5.5,0,0,1-.7071,0l-.707-.707a.5.5,0,0,1,0-.7071L12.08594,10,7.14652,5.06058a.5.5,0,0,1,0-.7071l.707-.707a.5.5,0,0,1,.7071,0l5.99993,5.99993A.5.5,0,0,1,14.56051,10.35355Z'/%3E%3C/svg%3E");
}


.heroImage__content {
	text-shadow: 0 0.125rem 0.625rem #000;
}


.logo {
	--logo-color: var(--color-burgundy);
}


.logo__name {
	font-family: var(--font-georgia);
	font-size: var(--size-7);
}


.logo__subName {
	font-size: var(--size-6);
	display: block;
}


.logo__motto {
	font-size: var(--size--1);
	color: gray;
}


.textContent {
	--textContent-size-text: var(--size-text);
}


.textContent h1,
.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5,
.textContent h6 {
	color: var(--color-burgundy);
}


.textContent iframe {
	display: block;
	margin-inline: auto;
}


.textContent .detailsBox {
	margin-bottom: 2rem;
}


.gallery__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}


.gallery-item,
.gallery-item__preview img {
	display: block;
}


.webauthor {
	padding: 1rem 0;
	text-align: center;
	color: #666;
	font-size: var(--size--1);
}

/*@import '06-organisms.css';*/

.u-text-left {
	text-align: left;
}


.u-text-center {
	text-align: center;
}


.u-text-right {
	text-align: right;
}


.u-text-justify {
	text-align: justify;
}
.u-text-size--2 {
	font-size: var(--size--2);
}


.u-text-size--1 {
	font-size: var(--size--1);
}


.u-text-size-0 {
	font-size: var(--size-0);
}


.u-text-size-1 {
	font-size: var(--size-1);
}


.u-text-size-2 {
	font-size: var(--size-2);
}


.u-text-size-3 {
	font-size: var(--size-3);
}


.u-text-size-4 {
	font-size: var(--size-4);
}


.u-text-size-5 {
	font-size: var(--size-5);
}


.u-text-size-6 {
	font-size: var(--size-6);
}


.u-text-size-7 {
	font-size: var(--size-7);
}
.u-text-muted {
	color: gray;
}
