/*
.:::::::     
	.::    .::   
	.::    .::   
	.:::::::     
	.::          
	.::          
	.::       .::
*/

:root {
	--text: #111;
	--weiss: #fff;
	--akzent: var(--text);
	--grau: #767676;
	--grau-hell: #929292;
	--punkt-aus: #8f8f8f;
	--platzhalter: #ccc;
	--hinweis: #ffffb9;
	--schrift: "Suisse PP", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	--rundung: 2px;
	--fokusring: 2px solid var(--text);
}

html {
	height: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

blockquote, q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	list-style: none;
}

/*		W E B F O N T S
----------------------------------------------- */

@font-face {
	font-family: "Suisse PP";
	src: url("SuisseIntl-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: optional;
}

/*		B A S I C S
----------------------------------------------- */

body {
	color: var(--text);
	background: var(--weiss);
	font-family: var(--schrift);
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: 0.025em;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

a:link, a:visited {
	color: var(--text);
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1.5px solid var(--text);
}

#inhalt a:not(.button) {
	text-decoration: underline;
	text-underline-offset: 0.21em;
	text-decoration-thickness: 1px;
}

#inhalt h1 a:not(.button), #inhalt h2 a:not(.button), #inhalt h3 a:not(.button),
#inhalt a:not(.button):has(img),
#morepub a:not(.button),
#publikationen > div > a:not(.button) {
	text-decoration: none;
}

#inhalt a:not(.button):hover, #inhalt a:not(.button):active {
	border-bottom: none;
	text-decoration-thickness: 2px;
}

.karussell-text span[style*="color"] {
	color: var(--grau) !important;
}

@media screen and (min-width: 1140px) {

.karussell-text span[style*="color"] {
	color: var(--grau-hell) !important;
}

}

nav, #extranav {
	display: none;
}

::placeholder {
    color: var(--platzhalter);
    opacity: 1;
}

:-ms-input-placeholder {
	color: var(--platzhalter);
}

::-ms-input-placeholder {
	color: var(--platzhalter);
}

::selection {
	background: var(--text);
	color: var(--weiss);
}

::-moz-selection {
	background: var(--text);
	color: var(--weiss);
}

img, video {
	max-inline-size: 100%;
	block-size: auto;
	object-fit: contain;
	object-position: center center;
	height: auto;
}

.button {
	color: var(--weiss) !important;
	background: var(--text);
	padding: 7px 25px 9px 25px;
	border-radius: var(--rundung);
	border: none !important;
}

.shopify-buy__btn, .shopify-buy__quantity {
	font-family: var(--schrift) !important;
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: 0.035em !important;
}

.shopify-buy__layout-vertical {
	text-align: left !important;
}

#buchwerkstatt h1, #buchwerkstatt h2 {
	color: var(--akzent);
}

#buchwerkstatt footer .marke {
	color: var(--weiss);
}

#newsletter .abschnitt {
	color: var(--text);
}

.grey {
	color: var(--grau);
}

.shopify-buy__layout-vertical, .shopify-buy__btn-and-quantity {
	text-align: left !important;
}

/*		D E S I G N
----------------------------------------------- */

#progress {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1.5px solid var(--text);
}

#progress::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--hinweis);
	z-index: -1;
}

#probar {
	background: var(--akzent);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

#trinity {
	position: relative;
	z-index: 10;
	width: 100%;
}

#trinity a {
	display: block;
	padding: 5px 20px 9px 20px;
}

#trinity a:hover, #trinity a:active {
	background: var(--text);
	color: var(--weiss);
	border: none;
}

header {
	position: relative;
	z-index: 20000;
}

nav .active a, #extranav .active a {
	border-bottom: 1.5px solid var(--text);
}

#werkstattlink a {
	color: var(--akzent);
}

#werkstattlink.active a {
	border-bottom: 1.5px solid var(--akzent);
}

h1, .marke, .abschnitt {
	font-size: 1.875rem;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.marke, .abschnitt {
	margin: 0.67em 0;
	line-height: inherit;
}

h2 {
	font-size: 1.25rem;
	letter-spacing: 0.01em;
	font-weight: bold;
	line-height: 1.2;
}

header .marke {
	text-transform: uppercase;
	letter-spacing: 0.045em;
	margin: 25px 0 43px 0;
}

footer .marke {
	text-transform: uppercase;
	letter-spacing: 0.0345em;
}

header .marke a {
	border-bottom: none !important;
}

#publikationen h1, #publikationen .abschnitt {
	line-height: 1.1;
}

#slider {
	padding-bottom: 70px;
}

.wrapper {
	margin-left: 20px;
	margin-right: 20px;
}

img {
	max-width: 100%;
}

#publikationen div {
	margin-bottom: 40px;
}

#more::after {
	content: "";
	clear: both;
	display: table;
}

#more #morepub div {
	float: left;
	margin-bottom: 15px;
	width: calc(50% - 10px);
}

#more #morepub div:nth-child(2n) {
	margin-left: 20px;
}

#morepub div:nth-child(5), #morepub div:nth-child(6), #morepub div:nth-child(7), #morepub div:nth-child(8), #morepub div:nth-child(9), #morepub div:nth-child(10) {
	display: none;
}

#publikationen em, #more #morepub em {
	display: none;
}

#publikationen a:hover em, #more #morepub a:hover em {
	display: block;
}

#publikationen a:hover span, #more #morepub a:hover span {
	display: none;
}

#book h1 {
	line-height: 1.1;
	margin: 0 15px 40px 20px;
}

#buchslider {
	background: var(--weiss);
	margin-bottom: 40px;
}

#description {
	margin: 0 0 20px 0;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#descriptionextra {
	margin: 0 0 40px 0;
}

#facts {
	margin: 0 0 80px 0;
}

#more {
	clear: both;
}

#verlag h1 {
	line-height: 1.1;
	margin: 0 20px 40px 20px;
}

#verlag h1 span {
	display: inline-block;
}

#content img {
	margin-bottom: 13px;
}

#content p {
	margin: 0 0 20px 0;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#bios, #infosextra {
	margin: 0 0 40px 0;
	padding-top: 20px;
}

#infosextra {
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#newsletter {
	padding-top: 40px;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}

#mce-EMAIL, #mce-EMAIL-bw, #mc-embedded-subscribe, #mc-embedded-subscribe-bw {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	width: 100%;
	padding: 0;
	border: none;
	-webkit-appearance: none;
	border-radius: var(--rundung);
	padding: 7px 5px 10px 5px;
}

#mce-EMAIL, #mce-EMAIL-bw {
	border: 1.5px solid var(--text);
	width: calc(100% - 12px);
	margin-bottom: 10px;
	padding: 7px 5px 10px 5px;
}

.mc-field-group label {
	display: block;
}

#mc-embedded-subscribe, #mc-embedded-subscribe-bw {
	color: var(--weiss);
	background: var(--text);
}

#mc-embedded-subscribe:hover, #mc-embedded-subscribe-bw:hover {
	cursor: pointer;
}

#kontakt {
	color: var(--weiss);
	background: var(--text);
	margin-top: 80px;
}

#kontakt .wrapper {
	padding-top: 5px;
	padding-bottom: 20px;
}

#kontakt a:link, #kontakt a:visited {
	color: var(--weiss);
}

#kontakt a:hover, #kontakt a:active {
	border-bottom-color: var(--weiss);
}

#kontakt ul {
	padding-left: 0;
	margin-bottom: 20px;
}

#kontakt ul li:first-child {
	margin-bottom: 20px;
}

#kontakt li {
	list-style: none;
	overflow-wrap: break-word;
}

.termin {
	margin-bottom: 50px;
	clear: both;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.termin.archiv {
	margin-bottom: 1lh;
}

.termin h2:first-child {
	margin-bottom: 0 !important;
}

.termin h2:nth-child(2) {
	margin-top: 0 !important;
}

h1.inside {
	margin-left: 20px;
	margin-right: 20px;
}

.openup a {
	border-bottom: 1.5px solid var(--text);
}

#buchwerkstatt #facts h2 {
	position: relative;
	margin-bottom: -10px;
}

#kickstats {
	margin-left: 20px;
	margin-bottom: 40px;
}

#kickstats dt, #kickstats dd {
	margin-left: 0;
}

#kickstats dt, #kickstats dt a {
	color: var(--akzent);
}

#kickstats dd {
	margin-bottom: 10px;
}

.nokick {
	display: none;
}

/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (max-width: 650px) {
.sozialpaar br {
	display: none;
}

.sozialpaar br + a {
	margin-left: 30px;
}

#inhalt summary,
#inhalt a:has(+ br + a),
#inhalt a + br + a,
#kontakt a:has(+ br + a),
#kontakt a + br + a {
	line-height: 25px;
}

#kontakt .sozialpaar a {
	line-height: inherit;
}

#hamburger:hover {
	cursor: pointer;
}

#extranav {
	position: absolute;
	left: 0;
	top: 57px;
	z-index: 9000;
	background: var(--weiss);
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 40px 10px;
}

.plusbar #extranav {
	top: 127px;
}

#extranav ul {
	margin-left: 0;
	padding-left: 0;
}

#extranav li {
	list-style: none;
	margin-left: 11px;
	margin-bottom: 11px;
}

}

@media screen and (min-width: 451px) and (max-width: 650px) {
#publikationen::after {
	content: "";
	clear: both;
	display: table;
}

#publikationen div {
	float: left;
	width: calc(50% - 10px);
}

#publikationen div:nth-child(2n) {
	clear: both;
}

#publikationen div:nth-child(2n+1) {
	margin-left: 20px;
}

#freundeskreis .aufteilung {
	display: grid;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr;
}

}

@media screen and (min-width: 651px) {
#hamburger {
	display: none;
}

nav {
	display: block;
	float: left;
	margin: 13px 0 30px 0;
}

header {
	height: 195px;
}

header .marke {
	margin: 20px 0 0 0;
	float: right;
	width: 66%;
}

h1, .marke, .abschnitt {
	font-size: 2.1875rem;
	letter-spacing: 0.01em;
}

h2 {
	font-size: 1.5625rem;
	letter-spacing: 0.01em;
	line-height: 1.1;
}

#slider {
	padding-bottom: 70px;
}

#publikationen::after {
	content: "";
	clear: both;
	display: table;
}

#publikationen div {
	float: left;
	width: calc(33.33333% - 13.5px);
	margin-left: 20px;
}

#publikationen div:nth-child(3n-1) {
	clear: both;
}

#publikationen div:nth-child(3n+2) {
	margin-left: 0;
}

#more #morepub div {
	width: calc(25% - 15px);
	margin-left: 20px;
}

#more #morepub div:nth-child(4n+1) {
	margin-left: 0;
}

#description {
	margin-left: calc(33% + 15px);
}

#descriptionextra {
	margin-left: calc(33% + 15px);
}

#facts {
	margin-left: calc(33% + 15px);
}

#verlag p, #bios, #infosextra, .shopixtra {
	margin-left: calc(33% + 15px);
}

#smallprint #bios {
	margin-left: 0;
}

#smallprint #content {
	padding-top: 100px;
}

#mc_embed_signup_scroll, #mc_embed_signup_scroll-bw {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	column-gap: 10px;
}

#mc_embed_signup_scroll > .mc-field-group,
#mc_embed_signup_scroll-bw > .mc-field-group {
	flex: 1 1 260px;
	margin-bottom: 0;
}

#mc_embed_signup_scroll > div:last-child,
#mc_embed_signup_scroll-bw > div:last-child {
	flex: 0 0 calc(33% - 10px);
}

#mce-EMAIL, #mce-EMAIL-bw {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
}

#mc-embedded-subscribe, #mc-embedded-subscribe-bw {
	box-sizing: border-box;
	width: 100%;
	border: 1.5px solid var(--text);
}

#newsletter p {
	width: calc(66% - 10px);
	margin-top: 20px;
}

footer {
	padding-bottom: 20px;
}

footer .wrapper .marke {
	width: calc(33% - 10px);
	float: left;
	position: relative;
	top: -2px;
}

footer .wrapper div {
	width: calc(66% - 10px);
	margin-left: calc(33% + 9px);
}

footer::after {
	content: "";
	clear: both;
	display: table;
}

footer ul {
	float: left;
	margin-bottom: 17px;
	width: calc(50% - 10px);
}

footer ul:nth-child(2n) {
	margin-left: 20px;
}

.termin h2:first-child {
	float: left;
	margin-top: 0 !important;
}

.termin h2:nth-child(2) {
	margin-left: calc(33% + 15px);
}

#freundeskreis .aufteilung {
	display: grid;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

#freundeskreis .aufteilung div {
	grid-column: span 2;
}

#trinity a {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}

#trinity a div:nth-child(2) {
	text-align: center;
}

#trinity a div:nth-child(3) {
	text-align: right;
}

#kickstats {
	float: right;
	position: relative;
	margin-top: -180px;
	margin-right: 20px;
	margin-bottom: 0;
	z-index: 10;
}

.nokick {
	display: block;
}

}

@media screen and (min-width: 940px) {
body {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#everything {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#progress {
	left: -20px;
	width: calc(100% + 40px);
}

header {
	height: 180px;
}

h1, .marke, .abschnitt {
	font-size: 3.125rem;
	letter-spacing: 0;
}

header .marke {
	margin-top: 28px;
}

h2 {
	font-size: 2.1875rem;
	letter-spacing: 0.01em;
	line-height: 1.1;
}

#book {
	position: relative;
}

#book .wrapper {
	position: relative;
}

#book h1 {
	width: 900px;
	margin-left: 0;
	position: absolute;
	left: -3px;
	top: -6px;
	z-index: 20000;
}

#facts {
	float: left;
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 160px;
	width: 290px;
}

#buchblock {
	width: 594px;
	margin-left: calc(33% + 9px);
	padding-bottom: 13px;
}

#buchblock:hover {
	position: relative;
	z-index: 20001;
}

#description {
	margin-left: 0;
	margin-right: 20%;
	overflow-wrap: inherit;
	-webkit-hyphens: none;
	hyphens: none;
}

#descriptionextra {
	margin-left: 0;
	margin-right: 20%;
}

#more {
	margin-top: 80px;
}

#verlag {
	position: relative;
}

#verlag .wrapper {
	position: relative;
}

#verlag h1 {
	width: 900px;
	margin-left: 0;
	position: absolute;
	left: -3px;
	top: -7px;
	z-index: 10;
}

#bios, #infosextra {
	float: left;
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 160px;
	width: 290px;
}

#content {
	width: 594px;
	margin-left: calc(33% + 9px);
}

#content img:hover {
	position: relative;
	z-index: 20;
}

#content p {
	margin-left: 0;
	margin-right: 20%;
	overflow-wrap: inherit;
	-webkit-hyphens: none;
	hyphens: none;
}

#newsletter {
	overflow-wrap: inherit;
	-webkit-hyphens: none;
	hyphens: none;
	padding-bottom: 20px;
}

footer .wrapper .marke {
	top: -4px;
}

#termine {
	padding-top: 100px;
}

.termin {
	overflow-wrap: inherit;
	-webkit-hyphens: none;
	hyphens: none;
}

.inside {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

h1.inside {
	margin-left: auto;
	margin-right: auto;
}

#kickstats {
	margin-top: -144px;
}

}

@media screen and (min-width: 1140px) {
body {
	font-size: 1.1875rem;
	line-height: 1.5625rem;
	padding-bottom: 25px;
	letter-spacing: 0.025em;
}

.wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#trinity a {
	padding: 10px 25px 10px 25px;
}

h1, .marke, .abschnitt {
	font-size: 3.4375rem;
	letter-spacing: 0;
}

header {
	margin-top: 10px;
	height: 225px;
}

header .marke {
	margin-top: 29px;
	letter-spacing: 0.02em;
}

footer .marke {
	letter-spacing: 0.02em;
}

h2 {
	font-size: 2.0625rem;
	letter-spacing: 0;
}

#slider {
	padding-bottom: 70px;
}

#book h1 {
	width: 1050px;
	top: -7px;
}

#publikationen h1, #publikationen .abschnitt {
	position: relative;
	left: -3px;
}

#publikationen div {
	margin-bottom: 50px;
}

#facts {
	top: 200px;
	width: 350px;
}

#buchblock {
	width: 726px;
	margin-left: calc(33% + 10px);
}

#more {
	margin-top: 100px;
}

#verlag h1 {
	width: 1050px;
}

#bios, #infosextra {
	top: 200px;
	width: 350px;
}

#content {
	width: 726px;
	margin-left: calc(33% + 10px);
}

#smallprint #content {
	padding-top: 95px;
}

#content p {
	margin-bottom: 25px;
}

#newsletter p {
	margin-top: 25px;
	width: 55%;
}

footer {
	padding-bottom: 25px;
}

footer .wrapper .marke {
	width: calc(50% - 13px);
	float: left;
	position: relative;
	top: -6px;
}

footer .wrapper div {
	width: calc(50% - 13px);
	margin-left: calc(50% + 10px);
}

#kontakt ul {
	margin-bottom: 25px;
}

#kontakt ul li:first-child {
	margin-bottom: 25px;
}

.termin {
	margin-bottom: 50px;
}

.inside {
	width: 1100px;
}

#kickstats {
	margin-top: -174px;
}

}

@media screen and (min-width: 1440px) {
#buchblock, #verlag #content {
	width: 877px;
}

#smallprint #content {
	width: 726px;
}

#description, #verlag p, #publikationen p {
	margin-right: 155px;
}

#verlag .termin p {
	margin-right: 0;
}

}

@media screen and (min-width: 651px) {
	header .marke {
		position: relative;
		top: -2px;
	}
}

@media screen and (min-width: 940px) {
	header .marke {
		top: -5px;
	}
}

@media screen and (min-width: 1140px) {
	header .marke {
		top: -6px;
	}
}

#hamburger {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	padding: 0;
	color: inherit;
	font: inherit;
}

#hamburger::before,
#hamburger::after,
#hamburger span {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3.5px;
	background: var(--text);
	transition: transform .25s ease, top .25s ease, opacity .15s ease;
}

#hamburger::before {
	top: 0;
}

#hamburger span {
	top: 9.125px;
}

#hamburger::after {
	top: 18.25px;
}

#hamburger[aria-expanded="true"]::before {
	top: 9.125px;
	transform: rotate(45deg);
}

#hamburger[aria-expanded="true"] span {
	opacity: 0;
}

#hamburger[aria-expanded="true"]::after {
	top: 9.125px;
	transform: rotate(-45deg);
}

#hamburger:focus-visible {
	outline: var(--fokusring);
	outline-offset: 4px;
}

@media screen and (max-width: 650px) {
	#extranav.offen {
		display: block;
	}
}

#bios summary {
	font-size: inherit;
	margin: 0;
	font-weight: bold;
	list-style: none;
	cursor: pointer;
}

#bios summary::-webkit-details-marker {
	display: none;
}

#bios summary::after {
	content: " ↓";
}

#bios details[open] > summary::after {
	content: " ↑";
}

#bios summary:focus-visible {
	outline: var(--fokusring);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

@media screen and (max-width: 650px) {
	#hamburger {
		position: absolute;
		right: 0;
		top: 1px;
		width: 23.75px;
		height: 21.75px;
	}
}

.openup summary {
	font-weight: bold;
	margin: 1.33em 0 0;
	text-indent: -8px;
	list-style: none;
	cursor: pointer;
}

.openup summary::-webkit-details-marker {
	display: none;
}

.openup summary::before {
	content: "↓";
	display: inline-block;
	width: 8px;
	color: var(--akzent);
}

.openup[open] > summary::before {
	content: "↑";
}

.openup summary:hover {
	color: var(--akzent);
}

.openup summary:focus-visible {
	outline: var(--fokusring);
	outline-offset: 2px;
}

@media screen and (min-width: 1140px) {
	.openup summary::before {
		width: 10px;
	}

	.openup summary {
		text-indent: -10px;
	}
}

.karussell {
	position: relative;
}

.karussell-spur {
	display: flex;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	
	clear: both;
}

.karussell-spur::-webkit-scrollbar {
	display: none;
}

.karussell-folie {
	flex: 0 0 100%;
	scroll-snap-align: start;
	min-width: 0;
	
	margin: 0;
}

.karussell-folie img {
	display: block;
	width: 100%;
	height: auto;
}

.karussell-punkte {
	display: flex;
	justify-content: center;
	
	gap: 0;
	padding: 10px 0 0;
	margin-left: -6px;
}

.karussell-punkt {
	width: 12.75px;
	height: 12.75px;
	padding: 6px;
	box-sizing: content-box;
	border: 0;
	border-radius: 15px;
	background-color: var(--punkt-aus);
	background-clip: content-box;
	cursor: pointer;
}

.karussell-punkt[aria-current="true"],
.karussell-punkt:hover {
	background-color: var(--akzent);
}

.karussell-punkt:focus-visible {
	outline: var(--fokusring);
	outline-offset: 3px;
}

#slider .karussell-folie img {
	aspect-ratio: 2350 / 1000;
	object-fit: cover;
}

#slider .karussell-punkte {
	justify-content: flex-start;
	margin-left: -6px;
	padding-top: 14px;
}

#slider .karussell-text {
	color: var(--text);
	margin: 12px 0 0;
	min-height: 35px;
}

#buchslider .karussell-folie img {
	object-fit: contain;
}

#buchslider .karussell-punkte {
	justify-content: flex-start;
	margin-left: -6px;
}

.karussell-werkstatt {
	margin-bottom: 60px;
	margin-left: 20px;
	width: calc(100% - 20px);
}

.karussell-werkstatt .karussell-spur {
	gap: 20px;
}

.karussell-werkstatt .karussell-folie {
	flex-basis: 100%;
}

@media screen and (min-width: 360px) {
	.karussell-werkstatt .karussell-folie {
		flex-basis: calc(80% - 20px);
	}
}

@media screen and (min-width: 600px) {
	.karussell-werkstatt .karussell-folie {
		flex-basis: calc(57.14% - 20px);
	}
}

@media screen and (min-width: 940px) {
	.karussell-werkstatt .karussell-folie {
		flex-basis: calc(44.44% - 20px);
	}
}

@media screen and (min-width: 1200px) {
	.karussell-werkstatt .karussell-folie {
		flex-basis: calc(30.77% - 20px);
	}
}

#slider figcaption {
	display: none;
}

.karussell-spur {
	cursor: grab;
}

.karussell.zieht .karussell-spur {
	cursor: grabbing;
}

.karussell.zieht .karussell-spur,
.karussell.faehrt .karussell-spur {
	scroll-snap-type: none;
}

.karussell-spur img {
	-webkit-user-drag: none;
	user-select: none;
}

.karussell-spur:focus-visible {
	outline: var(--fokusring);
	outline-offset: 2px;
}

@media screen and (max-width: 939px) {
	#slider .karussell-text {
		margin-left: 20px;
		margin-right: 20px;
	}

	#slider .karussell-punkte {
		margin-left: 14px;
		margin-right: 20px;
	}
}

.sprunglink {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 30000;
	background: var(--weiss);
	color: var(--text);
	padding: 10px 14px;
	border: 2px solid var(--text);
}

.sprunglink:focus {
	left: 0;
}

#infosextra h2 {
	font-size: 1.17em;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 1em 0;
}
