<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
	font-size: 1rem;
}

:root {
	--magenta-dashed-border: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='%23E75881FF' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	--blue-dashed-border: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='%234073B6FF' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	--magenta-arrow-right: url("/src/img/2021/svg/Arrow%20right-pink.svg");
	--magenta-arrow-left: url("/src/img/2021/svg/Arrow%20left-pink.svg");
}

.kb_prev_kurs {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	margin-right: 24px !important;
	cursor: pointer;
}

.kpr_img {
	height: 230px;
	width: 100%;
	background-size: cover;
	background-position: top right;
	position: relative;
	background-repeat: no-repeat;
}

.kpr_cont {
	height: 220px;
	position: relative;
	padding: 0.5rem 1rem 1.5rem;
	color: var(--cw-body-color);
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 15% auto;
	grid-template-areas:
		"one"
		"two";
}

.cat_block {
	padding-bottom: 72px;
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
	margin: auto;
	padding-right: 8px;
	padding-left: 8px;
}

.cat_block h2 {
	color: var(--cw-body-color);
	margin-bottom: 48px;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 1.2;
	font-size: calc(1.425rem + 2.1vw);
}

.cat_block h2:first-child {
	margin-top: 48px;
}

.play {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	background-color: #fff;
	border-radius: 100%;
}

.play:before {
	content: "";
	position: absolute;
	background-color: var(--cw-secondary);
	display: inline-block;
	width: 110%;
	height: 110%;
	left: calc(45% - 25px);
	top: calc(45% - 25px);
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: 50%;
	-webkit-mask-position: 50%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-image: url("/src/img/2023/svg/icons/rd-icon-coursePlay.svg");
	-webkit-mask-image: url("/src/img/2023/svg/icons/rd-icon-coursePlay.svg");
}

.swiper-pagination-bullet-active {
	background-color: var(--cw-primary) !important;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.kpr_cont span {
	display: block;
}

.kpr-titel {
	font-size: calc(1.2625rem + 0.15vw);
	grid-area: two;
	font-weight: 500;
}

.kpr-kurse {
	color: var(--cw-secondary);
	font-size: 0.875em;
	grid-area: one;
	line-height: 1.65;
	font-weight: 500;
}

.back-header {
	padding: 10px 0 80px;
}

.back-btn {
	font-size: var(--rd-fontsize-4);
	cursor: pointer;
}

/* .back-btn:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--cw-primary);
  vertical-align: middle;
  margin-right: 5px;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: 50%;
  -webkit-mask-position: 50%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/src/img/svg/af/arrow-left-blue-bold.svg');
  -webkit-mask-image: url('/src/img/svg/af/arrow-left-blue-bold.svg');

} */

.titel-header {
}

.titel-header .titel {
	color: var(--cw-body-color);
	margin-top: 32px;
	font-weight: 400;
}

* {
	box-sizing: border-box;
}

.cat_block {
	position: relative;
}

.ref_quick_name {
	margin-top: 0;
	font-weight: 500;
}

.course_img_grid {
	display: grid;
	grid-template-areas: "IMH MODUL";
	gap: 2rem;
	grid-template-columns: 60% 40%;
	margin-bottom: 32px;
	width: calc(100% - 16px);
	/* width: 100%; */
	margin-right: 0;
	/* background-color: var(--cw-gray-400); */
}

.cig_module {
	overflow-y: auto;
	max-height: 400px;
	padding-right: 16px;
}

.course_img_grid img {
	width: 100%;
	border-radius: 10px;
}

.prev_img {
	box-shadow: 0 13px 27px -5px rgba(50, 50, 50, 0.5), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	height: fit-content;
}

.lektion-titel {
	font-weight: 600;
	margin-bottom: 10px;
}

.video-modul {
	display: grid;
	grid-template-areas: "TITEL TIME";
	width: calc(100% - 16px);
	grid-template-columns: 70% 30%;
	gap: 16px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--cw-gray-300);
	padding: 8px 0;
}

.video-modul .time {
	text-align: right;
	color: var(--cw-secondary);
	font-weight: 600;
	font-size: var(--rd-fontsize-3);
}

.video-modul .titel {
	position: relative;
	padding-left: 26px;
}

.video-modul .titel:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: var(--cw-primary);
	margin-right: 10px;
	position: absolute;
	left: 0;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: 50%;
	-webkit-mask-position: 50%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-image: url("/src/img/2023/svg/icons/rd-icon-coursePlay.svg");
	-webkit-mask-image: url("/src/img/2023/svg/icons/rd-icon-coursePlay.svg");
}

.detail_box {
	color: var(--cw-primary);
	border-radius: 10px;
}

.detail_box td,
.detail_box th {
	padding: 8px;
	text-align: left;
}

.detail_box th:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: var(--cw-primary);
	margin-right: 6px;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: 50%;
	-webkit-mask-position: 50%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	vertical-align: middle;
}

.detail_box .anhang th:before {
	mask-image: url("/src/img/2023/svg/icons/rd-icon-coursePlay.svg");
	-webkit-mask-image: url("/src/img/2023/svg/icons/rd-icon-coursePlay.svg");
}

.detail_box .subs th:before {
	mask-image: url("/src/img/2021/svg/subtitles.svg");
	-webkit-mask-image: url("/src/img/2021/svg/subtitles.svg");
}

.detail_box .categoys th:before {
	mask-image: url("/src/img/2021/svg/tag.svg");
	-webkit-mask-image: url("/src/img/2021/svg/tag.svg");
}

input.hidden {
	display: unset;
	visibility: unset;
	opacity: 0;
	position: absolute;
}

.prev_desc {
	font-size: var(--rd-fontsize-5);
	letter-spacing: 0;
	line-height: 29px;
	color: var(--cl-dark-text);
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 100px;
	position: relative;
}

label[for="cb_preview"] {
	font-size: var(--rd-fontsize-5);
	font-weight: bold;
	letter-spacing: 0;
	line-height: 29px;
	cursor: pointer;
	color: var(--rd-font-dark);
	position: relative;
	text-align: center;
}

label[for="cb_preview"]:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background-color: var(--cw-secondary);
	margin-right: 6px;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: 50%;
	-webkit-mask-position: 50%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(/src/img/2023/svg/icons/rd-icon-dropdown-arrow.svg);
	-webkit-mask-image: url(/src/img/2023/svg/icons/rd-icon-dropdown-arrow.svg);
	margin: auto;
}

input:checked + .prev_desc {
	max-height: 4000px;
}

input:checked + .prev_desc .verlauf {
	display: none;
}

.set_center {
	text-align: center;
}

input:checked + .prev_desc + div &gt; label {
	font-size: 0;
}

input:checked + .prev_desc + div &gt; label:before {
	content: "weniger anzeigen";
	font-size: 1rem;
}

input:checked + .prev_desc + div &gt; label:after {
	transform: scaleY(-1);
}

.prev_rb_img div:nth-child(1) {
	height: 40px;
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	border-radius: 100%;
}

.prev_rb_img {
	display: flex;
	gap: 12px;
}

.back-btn {
	background-color: var(--cw-primary);
	border: 1px solid var(--cw-primary);
	color: white;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
	padding: 0.5rem 1.75rem;
	font-weight: bold;
	border-radius: 0.25rem;
	font-size: 1.125rem;
	margin: 24px 0;
}

.back-btn:hover {
	background-color: var(--cw-btn-hover-bg);
	border: 1px solid var(--cw-btn-hover-border-color);
}

.detail_box + h3,
.prev_desc h3 {
	font-weight: 500 !important;
	margin-top: 32px;
}

.prev_desc h3 {
	margin-bottom: 12px;
}

@media (min-width: 1200px) {
	h4,
	.kpr-titel {
		font-size: 1.375rem;
	}
}

@media (max-width: 760px) {
	.course_img_grid {
		grid-template-areas: "IMH" "MODUL";
		grid-template-columns: 100%;
	}

	.back-header {
		padding: 40px 0 60px;
	}

	.detail_box td,
	.detail_box th {
		padding: 8px;
	}

	.course_img_grid {
		margin-bottom: 16px;
	}

	.detail_box .subs,
	.detail_box .categoys {
		display: flex;
		flex-wrap: wrap;
	}

	.swiper-pagination {
		display: none;
	}

	.cat_block {
		padding-bottom: 40px;
	}
}
</pre></body></html>