:root {
	--w: 10px;
	--wt: var(--w);
	--bcol: #2d024d;
	--bghovercol: #f79803;
	--fsize: 16px;
}
@font-face {
    font-family: 'Kalam';
    src: url('fonts/subset-Kalam-Bold.woff2') format('woff2'),
        url('fonts/subset-Kalam-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
#rg-svg-defs {
	height: 0px;
	width: 0px;
	display: block;
}
#fa-background {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#fa-aussen {
	position: relative;
	display: flex;
	justify-content: center;
	min-width: 100vw;
	min-height: 100vh;
}
#fa-innen {
	flex: 980px;
	display: flex;
	flex-direction: column;
}
#fa-links {
	flex: 1 4 100px;
	background: linear-gradient(to left, var(--bcol), transparent);
}
#fa-rechts {
	flex: 1 4 100px;
	background: linear-gradient(to right, var(--bcol), transparent);
}
#fa-oben {
	flex: 0 0;
	display: grid;
	grid-template-columns: calc(var(--wt) * 36) 1fr calc(var(--wt) * 36);
	grid-auto-flow: dense;
	gap: 10px;
	background: var(--bcol);
	padding-top: 10px;
}
#fa-unten {
	position: relative;
	display: flex;
	padding: 5px 20px;
	justify-content: space-between;
	flex: 0 0 50px;
	background: var(--bcol);
	color: white;
	line-height: 1.5;
}
#fa-unten a {
	color: white;
	border: 1px solid transparent;
}
#fa-unten a:hover {
	color: var(--bghovercol);
	background: none;
}
#fa-unten a:focus {
	border-color: var(--bghovercol);
	background: none;
}
#fa-bogen-unten {
	position: absolute;
	right: 0;
	top: -30px;
	width: 100px;
	height: 30px;
	background: linear-gradient(-10deg, var(--bcol) 20%, transparent 90%);
	border-top-left-radius: 100%;
}
#fa-container {
	flex: 1 1 500px;
	background: white;
}
#fa-cont-oben {
	position: sticky;
	top: 0;
	height: 30px;
	z-index: 10;
}
#fa-bogen-oben {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100px;
	background: linear-gradient(170deg, var(--bcol) 20%, transparent 90%);
	border-bottom-right-radius: 100%;
}
#fa-cont-oben a {
	display: block;
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: white;
	font-size: 30px;
	padding: 5px;
	box-sizing: border-box;
	background: radial-gradient(circle at center, var(--bcol) 20%, transparent 70%), white;
	margin-right: 5px;
}
#fa-cont-oben a span {
	display: block;
	position: absolute;
   inset: 8px;
}
#fa-totop span {
	background-image: url(/res/img/up.png);
}
#fa-totop:hover span {
	background-image: url(/res/img/uph.png);
}
#fa-tohome span {
	background-image: url(/res/img/home.png);
}
#fa-tohome:hover span {
	background-image: url(/res/img/homeh.png);
}
#fa-content {
	position: relative;
	padding: 5px 25px 20px;
}
#fa-logo {
	grid-column: 2 / 3;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
#fa-logoh {
	display: none;
}
#fa-logo span {
	color: inherit;
}
#fa-logo:hover, #fa-logo:focus {
	background: transparent;
	#fa-logow {
		display: none;
	}
	#fa-logoh {
		display: block;
	}
	h1, span {
		color: #e4d8ed;
	}
}
@media (min-width: 1000px) and (max-width: 1200px) {
	:root {
		--w: calc(100vw / 120);
	}
}
@media (max-width: 999px) {
	#fa-logo {
		grid-column: 1 / 4;
	}
}
#fa-logo img {
	width: calc(var(--w) * 8);
}
#fa-logo h1 {
	color: white;
	font-size: calc(var(--w) * 4);
	font-weight: bold;
}
#fa-logo h1 span {
	font-size: 70%;
	font-style: italic;
}
#fa-tlinks{
	grid-column: 1 / 2;
	display: flex;
   justify-content: start;
}
#fa-trechts {
	grid-column: 3 / 4;
	display: flex;
   justify-content: end;
}
@media (max-width: 639px) {
	#fa-oben {
		grid-template-columns: 1fr;
	}
	#fa-logo, #fa-tlinks, #fa-trechts {
		grid-column: 1 / 2;
	}
}
@media (min-width: 640px) and (max-width: 760px) {
	:root {
		--wt: calc(100vw / 76);
	}
}
a.rgt-rahmen {
	display: block;
	position: relative;
	width: calc(var(--wt) * 11);
	height: calc(var(--wt) * 15);
	border: 5px black solid;
}
.rgt-tuer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #eef;
	border: 2px black solid;
	font-weight: bold;
	font-size: calc(var(--wt) * 2);
	color: var(--acol);
	transition: transform 2s;
	padding: calc(var(--wt) * 1.5);
}
.rgt-links .rgt-tuer {
	transform-origin: left 70%;
	transform: perspective(275px) rotateY(20deg);
	text-align: left;
}
.rgt-rechts .rgt-tuer {
	transform-origin: right 70%;
	transform: perspective(275px) rotateY(-20deg);
	text-align: right;
}
.rgt-beschlag {
	display: block;
	position: absolute;
	top: calc(var(--wt) * 5.5);
	height: calc(var(--wt) * 5);
	width: calc(var(--wt) * 3.4);
}
.rgt-links .rgt-beschlag {
	right: 10px;
	transform: rotateY(180deg);
}
.rgt-rechts .rgt-beschlag {
	left: 10px;
}
.rgt-links.rgt-use .rgt-rahmen:hover .rgt-tuer, .rgt-links.rgt-akt .rgt-tuer {
	transform: perspective(275px) rotateY(50deg);
	color: var(--strongcol);
}
.rgt-rechts.rgt-use .rgt-rahmen:hover .rgt-tuer, .rgt-rechts.rgt-akt .rgt-tuer {
	transform: perspective(275px) rotateY(-50deg);
	color: var(--strongcol);
}
.rgt-use .rgt-rahmen:hover .rgt-griff, .rgt-akt .rgt-griff {
	transform-origin: 42px 138px;
	transform: rotate(30deg);
}
@media (max-width: 400px) {
	:root {
		--w: calc(100vw / 40);
	}
}
h1, h2, strong, .farbe {
	color: var(--bcol);
}
h3, b, .b {
	font-weight: bold;
}
.content h1 {
	font-family: 'Kalam';
	font-size: 35px;
	margin-top: 10px;
}
.content h2 {
	font-family: 'Kalam';
	font-size: 24px;
	margin-top: 20px;
}
.flexwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.flex300 {
	flex: 0 1 300px;
}
.flexrest {
	flex: 1 1 300px;
}
a strong.fa-thema {
	color: var(--acol);
}
.block-center {
	margin: 0 auto;
}
.fa-hometitle {
	display: grid;
	grid-template-columns: 1fr 50px 1fr;
	align-items: center;
}
.fa-hometitle h1 {
	font-size: calc(var(--w) * 3.5);
}
img.fa-homepic {
	display: block;
	margin: 10 auto;
	width: 100%;
}
.fa-hometxt {
	margin: 20px auto;
	background: #fdf2c3;
	padding: 10px;
	border-radius: 20px;
}
ul.std {
	list-style: disc outside none;
	margin: 10px 0;
	padding-left: 40px;
}
ul.std li {
	margin-top: 10px;
}

