/*
 Theme Name:   Eduma Child
 Description:  Eduma Child Theme
 Author:       @dfs
 Template:     eduma
 Text Domain:  eduma-child
*/

/**
 * 1
 * GLOBAL STYLING 2024
 */

	/*
	 * FONTS, ROOT & MESSAGES 2024
	 */

@font-face {
	font-family: 'Roboto';
	src: local(''),
		url('assets/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('assets/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: regular;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: local(''),
		url('assets/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('assets/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
:root {
	--dfs-hred: #df0f00;
	--dfs-red-grad: linear-gradient(150deg, #dd3333, #c41a1a);
	--dfs-green-grad: linear-gradient(150deg, #28b224, #21cd1b);
	--dfs-blue-grad: linear-gradient(150deg, #3F51B5, #2196F3);
	--dfs-yellow-grad: linear-gradient(150deg, #ffb60a, #f5d500);
	--dfs-body-grey: #555;
	--dfs-button-text: 13px;
	--dfs-shadow1: 0 0 20px 0 rgba(0,0,0,0.1);
	--dfs-shadow2: 0 0 20px 0 rgba(0,0,0,0.2);
	--dfs-shadow3: 0 0 20px 0 rgba(0,0,0,0.3);
	--dfs-shadow4: 0 0 20px 0 rgba(0,0,0,0.4);
	--dfs-shadow5: 0 0 20px 0 rgba(0,0,0,0.5);
	--dfs-shadow40: 0 0 40px 0;
	--dfs-text-shadow: 0 0 10px #000;
	--thim-top-heading-title-font-size-desktop: 40px !important;
	--thim-border-radius-button: 10px;
	--wc-red: var(--thim-body-primary-color) !important;
}
.learn-press-message {
	display: block;
}
.lp-ajax-message, .learn-press-message {
	border-top: 5px solid var(--thim-body-primary-color) !important;
	background: #fff !important;
	text-align: center !important;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
.lp-ajax-message::before, .learn-press-message::before {
	display: none !important
}
.lp-ajax-message.success, .learn-press-message.success {
	border-color: #009900 !important;
}
.wpcf7 form .wpcf7-response-output {
	border: 0;
	border-top: 5px solid var(--thim-body-primary-color) !important;
	margin: 30px 0 0;
	padding: 15px;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
.woocommerce-page .woocommerce .woocommerce-notices-wrapper ul.woocommerce-error,
.woocommerce-page .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-page .woocommerce-error.woocommerce-error {
	border-top: 5px solid var(--thim-body-primary-color) !important;
	background: #fff !important;
	display: block !important;
	padding: 12px 20px !important;
	text-align: center;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
.woocommerce-error::before, .woocommerce-message::before, .woocommerce-info::before {
	display: none !important
}
.woocommerce-error:focus-visible, .woocommerce-message:focus-visible, .woocommerce-info:focus-visible {
    outline: none !important;
}
.message, .error404 #main {
	text-align: center;
}

	/*
	 * H2, H3 & GLOBAL STYLING 2024
	 */

h2, .h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
h2.wp-block-heading {
	margin-top: 0;
}
h3.wp-block-heading {
	margin: 0 0 20px;
}
a, a.rev:hover {
	color: var(--dfs-hred);
	transition: none;
}
a.rev {
	color: #555;
}
p, ul.wp-block-list {
	margin-bottom: 20px;
}
span.corporate {
	color: var(--dfs-hred);
}
span.underline {
	display: inline;
	position: relative;
}
span.underline::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-color: #ffee00;
	border-radius: 70% 50% 0 0 / 100% 100% 0 0;
    z-index: -1;
}
@media (min-width: 481px) and (max-width: 1024px) {
	h2, .h2 {
		font-size: 22px !important;
		line-height: initial;
	}
	h3, .h3 {
		font-size: 18px !important;
	}
}	
@media (max-width: 480px) {
	h2, .h2 {
		font-size: 20px !important;
		text-align: center;
	}
	h3, .h3 {
		font-size: 17px !important;
	}
}

	/*
	 * BREADCRUMBS & H1 PAGE TITLE 2024
	 */

body.single-lp_course .breadcrumbs-wrapper #breadcrumbs li:last-child a::after,
body.single-post .breadcrumbs-wrapper #breadcrumbs li:last-child a::after { /* adds delimiter at the end*/
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: .8em;
	font-weight: 900;
	color: #cdcdcd;
	display: inline-block;
	margin: 0 0 0 12px;
	line-height: 25px;
}
.breadcrumbs-wrapper #breadcrumbs {
	padding-bottom: 0px;
}
.breadcrumbs-wrapper #breadcrumbs li {
	color: #777;
}
.top_site_main {
	background: var(--thim-body-bg-color);
	min-height: 0;
}
.top_site_main .page-title-wrapper {
	background: var(--thim-body-bg-color);
}
.top_site_main .page-title-wrapper h1.page-title {
	max-width: 1000px;
	margin: auto;
		
}
@media (min-width: 768px) and (max-width: 1024px) {
	.top_site_main .page-title-wrapper h1.page-title {
		font-size: 36px;
	}	
}
@media (max-width: 767px) {
	.breadcrumbs-wrapper {
		font-size: 13px;
	}
	.breadcrumbs-wrapper #breadcrumbs {
		padding: 7px 0 6px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.top_site_main .page-title-wrapper h1.page-title {
		font-size: 30px;
	}	
}

	/*
	 * HEADER & MENU 2024
	 */

#masthead {
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
#toolbar {
	padding: 12px 0;
}
#toolbar .tiny-slider {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#toolbar .tiny-slider i {
	margin-right: 5px;
}
.site-header {
	z-index: 100 !important; /* = masthead, keep origin */
}
body.course-item-popup .site-header {
	z-index: 0 !important; /* for LMS, keep origin */
}

#masthead .thim-nav-wrapper {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navigation .tm-table {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navigation nav {
	width: auto;
}
.navigation .menu-right ul {
	display: flex;
	align-items: center;
	gap: 25px;
	line-height: 1;
}
.navigation .menu-right ul li:last-child>div,
.navigation .menu-right ul li a.minicart_hover {
	padding: 0;
}
.navigation .menu-right .widget_shopping_cart .widget_shopping_cart_content ul {
	display: block;
}
.widget_shopping_cart:hover .widget_shopping_cart_content {
	margin-top: 18px;
}
.widget_shopping_cart .widget_shopping_cart_content:after {
	right: 18px;
}
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number {
	background: #ffc107;
}
.menu-right .label {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.menu-right .thim-link-login a i {
	font-size: 14px;
	margin-right: 6px;
}
.menu-right .thim-link-login a.login {
	border: 2px solid;
	border-radius: 10px;
	padding: 6px 10px !important;
}
.menu-right .thim-link-login a.login:hover {
	background: var(--dfs-blue-grad);
	border: 0;
	color: #fff;
	padding: 8px 12px !important;
}
.menu-right .thim-link-login a.profile {
	background: var(--dfs-blue-grad);
	border: 0;
	border-radius: 10px;
	padding: 8px 12px;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
/* currently disabled */
.menu-right .thim-link-login a.logout {
	border: 2px solid;
	border-radius: 10px;
	display: none; /* alt inline-flex*/
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	width: 36px;
	height: 36px;
}
.menu-right .thim-link-login a.logout i {
	margin: 0;
}
.menu-right .thim-link-login a.profile:hover,
.menu-right .thim-link-login a.logout:hover {
	background: var(--thim-button-hover-color);
	border-color: var(--thim-button-hover-color);
}
.menu-right .thim-link-login a.logout:hover i {
	color: #fff;
}
@media (min-width: 1025px) {
	.navbar-toggle {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	.navigation nav, .navigation .menu-right {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#masthead .thim-nav-wrapper {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 767px) {
	#masthead .thim-nav-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#toolbar {
		height: 30px;
		padding: 9px 0 8px;
	}
	#toolbar .tiny-slider {
		opacity: 0;
		display: none;
	}
	#toolbar .tiny-slider>div {
		text-align: center;
	}
}

	/*
	 * MOBILE MENU 2025
	 */

		/* TRANSFORM TO X */

body.mobile-menu-open .menu-mobile-effect .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
	 -webkit-transform: rotate(45deg) translate(5px, 5px);
}
body.mobile-menu-open .menu-mobile-effect .icon-bar:nth-child(2) {
    opacity: 0;
	 -webkit-opacity: 0;
}
body.mobile-menu-open .menu-mobile-effect .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
	 -webkit-transform: rotate(-45deg) translate(5px, -5px);
}
.menu-mobile-effect {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.icon-bar {
    width: 100%;
    height: 3px;
    background-color: black;
    transition: all 0.3s ease;
}

		/* MOBILE WRAPPER */

.mobile-menu-wrapper {
	top: 112px;
	right: 0;
	left: auto;
	height: calc(100% - 112px);
	max-width: 480px;
	box-shadow: var(--dfs-shadow3);
	-webkit-box-shadow: var(--dfs-shadow3);
	opacity: 0;
	pointer-events: none;
	z-index: 50 !important;
	transform: none;
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-webkit-overflow-scrolling: touch;
}
body.mobile-menu-open .mobile-menu-wrapper {
    opacity: 1;
	pointer-events: auto;
	transform: none;
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
}
.mobile-menu-wrapper .mobile-menu-inner {
	padding: 25px;
}
.mobile-menu-container {
	width: 100%;
}
.mobile-menu-wrapper ul li {
	font-size: 17px;
	padding: 20px 0;
	text-align: center;
}
.mobile-menu-wrapper ul li>a {
	padding: 0;
}
.mobile-menu-container ul li>a:hover {
	font-weight: 900;
}
.mobile-menu-wrapper .menu-right ul {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	gap: 35px;
	margin: auto !important;
}
.mobile-menu-wrapper ul li.menu-right ul li  {
	display: block;
	margin: 0;
	padding: 0;
}
.mobile-menu-wrapper .menu-right ul li:first-child:empty,
.mobile-menu-wrapper .widget_shopping_cart_content {
	display: none;
}
.mobile-menu-wrapper .menu-right ul li>div.thim-widget-login-popup {
	padding: 0;
}
.mobile-menu-wrapper .menu-right .thim-link-login a {
	float: none;
	transition: none;
}
.mobile-menu-wrapper .menu-right .thim-link-login a.login {
	padding: 9px 18px !important;
}
.mobile-menu-wrapper .menu-right .thim-link-login a:hover,
.mobile-menu-wrapper .menu-right .thim-link-login a.profile {
	padding: 11px 20px !important;
}
.mobile-menu-wrapper .menu-right .thim-link-login a span {
	padding-top: 2px;
}
@media (min-width: 481px) and (max-width: 767px) {
	.mobile-menu-wrapper {
		top: 96px;
		height: calc(100% - 96px);
	}
}
@media (max-width: 480px) {
	.mobile-menu-wrapper {
		top: 90px;
		height: calc(100% - 90px);
	}
}

		/* MOBILE BODY FIX */

.content-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8) !important;
	content: "";
	opacity: 0;
	pointer-events: none;
	z-index: 9;
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
}
body.mobile-menu-open .content-pusher::after {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
}
body.mobile-menu-open {
/*  overflow: hidden; funktioniert nicht bei lp_course*/
	position: fixed;
	width: 100%;
}

	/*
	 * FOOTER 2024
	 */

footer#colophon {
	width: 100%;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
footer.has-thim-course-menu {
	margin-bottom: 0;
}
footer .mega {
	display: flex;
	font-size: 14px;
	padding: 10px 15px 35px;
}
footer .mega .column1 {
	width: 30%;
}
footer .mega .column {
	width: 25%;
}
footer .mega h3 {
	font-size: var(--thim-font-h4-font-size) !important;
	margin: 5px 0 20px;
}
footer .mega h4 {
	font-size: var(--thim-font-h5-font-size);
	margin-top: 5px;
}
footer .mega .column1 .column1-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
}
footer .mega .column1 .column1-inner .c2a-footer {
	border: 2px solid;
	border-radius: var(--thim-border-radius-button);
	display: inline-block;
	font-weight: 700;
	padding: 6px 12px;
	text-transform: uppercase;
}
footer .mega .column1 .column1-inner .c2a-footer:hover {
	background: var(--dfs-red-grad);
	border-color: #dd3333;
	color: #fff !important;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
footer .footer-references {
	border-top: 1px solid #ccc;
	padding: 35px 15px;
}
.references, .references .logos { /* also for frontpage */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.references .text {
	color: #555;
	font-weight: 700;
	line-height: 15px;
	white-space: nowrap;
}
.references .text .footnote { /* works global */
	font-size: xx-small;
	vertical-align: super;
}
.references .logos img {
	filter: grayscale(1);
	opacity: 0.8;
}
.references .logos img:hover {
	filter: none;
	opacity: 1;
}
footer .footer-references .references2 {
	color: #999;
	font-size: 10px;
	margin: 30px 0 5px;
	line-height: 12px;
	text-align: center;
}
footer .footer-references .references2 .footnote {
	font-size: 8px;
	vertical-align: super;
}
footer .copyright {
	background: #285373;
	color: #ccddee;
}
footer .copyright .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	padding: 20px 15px;
}
footer .copyright .bottom .right {
	text-align: right;
}
footer .copyright .bottom a {
	color: #ccddee;
}
footer .copyright .bottom a:hover {
	color: #fff;
}
footer .copyright .bottom ul {
	display: inline-flex;
	gap: 20px;
	list-style: none;
	margin: 0;
}
@media (max-width: 1100px) {
	.references .logos img {
		height: 30px;
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 958px) {
	.references, .references .logos {
		gap: 25px;
	}
}
@media (max-width: 767px) {
	.references {
		display: grid;
		justify-items: center;
		gap: 25px;
	}
	.references .logos {
		flex-wrap: wrap;
		gap: 20px 30px;
	}
	footer.has-dfs-c2a {
		margin-bottom: 75px; /* for frontpage due to bottom c2a */
	}
	footer.has-thim-course-menu {
		margin-bottom: 65px; /* for LP single due to landing menu */
	}
	footer .mega {
		flex-direction: row;
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	footer .mega .column1, footer .mega .column {
		width: 50%;
		padding-bottom: 35px;
		text-align: center;
	}
	footer .mega .column1 .column1-inner {
		width: 100%;
		margin-bottom: 5px;
	}
	footer .copyright .bottom {
		flex-direction: column;
	}
	footer .copyright .bottom>div, footer .copyright .bottom ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 20px;
	}
}
@media (max-width: 600px) {
	.references .logos {
		max-width: 300px;
	}
}
@media (max-width: 500px) {
	footer .mega, footer .footer-references, footer .copyright .bottom {
		padding-left: 25px;
		padding-right: 25px;
	}
	footer .mega img {
		width: calc(var(--thim-width-logo)* 0.85);
	}
	footer .mega h4 {
		margin-top: 0;
	}
	footer .mega .column1, footer .mega .column {
		width: 100%;
	}
	footer .mega ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .mega ul li {
		height: 27px;
	}
}
@media (max-width: 450px) {
	footer .copyright .bottom {
		width: 300px;
		margin: auto;
	}
}

		/*
		 * (THIM) WC CART ICON 2024
		 */

.navigation .menu-right ul .widget_shopping_cart .widget_shopping_cart_content {
	padding: 25px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
	display: flex;
	align-items: center;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .name {
	margin: 0;
	width: 70%;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li img {
	/* for wc products, since no 'a' attribute */
	margin-right: 15px;
	width: 65px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li .remove {
	text-align: right;
	top: auto !important;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
	margin: 15px 0 5px; 
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a {
	border-radius: var(--thim-border-radius-button);
}

		/*
		 * (THIM) POPUP LOGIN & PWD RESTORE 2024
		 */

body.thim-popup-active {
	overflow: hidden;
}
#thim-popup-login {
	z-index: 999999;
}
#thim-popup-login .popup-login-wrapper {
	background: #fff;
	max-width: 480px; /* origin value for >767px */
}
#thim-popup-login .thim-login-container .close-popup {
	display: block;
	font-size: 25px;
	top: 20px;
	right: 25px;
	width: unset;
    height: unset;
    line-height: unset;
}
#thim-popup-login .thim-login-container .close-popup:hover {
	color: var(--thim-body-primary-color);
}
#thim-popup-login .thim-login-container p, #thim-popup-login .thim-login-container a {
	font-size: inherit;
	line-height: inherit;
}
#thim-popup-login .popup-login-wrapper a.lost-pass-link {
	color: #dd3333 !important;
}
.thim-login form input[type=text], .thim-login form input[type=password], .thim-login form input[type=email] {
	background: #fff;
	border-radius: var(--thim-border-radius-button);
	font-size: var(--thim-font-body-font-size);
}
.thim-login form input[type=submit]:hover {
	border-radius: var(--thim-border-radius-button);
}
form#lostpasswordform, form#resetpassform {
	margin: 0;
	text-align: center;
}
form#resetpassform .description {
	margin-bottom: 50px;
}
article#post-21381 .message {
	font-size: var(--thim-font-body-font-size) !important;
	text-align: center;
}
.dfs-account-blocked #thim-form-login {
	display: none;
}
@media (min-width: 480px) {
	.elementor-widget-thim-login-form {
		margin: auto;
		width: 450px !important;
	}
}


/**
 * 2
 * FRONT PAGE 2025
 * - some styles in LP single also apply -
 */

#frontpage h2 span.underline::before {
	bottom: 0;
	height: 5px;
}
.front-c2a-button a.button {
	background: var(--dfs-red-grad);
	border-radius: var(--thim-border-radius-button);
	color: var(--thim-button-text-color);
	display: inline-block;
	font-size: 14px;
	font-weight: var(--thim-font-button-variant);
	line-height: var(--thim-font-button-line-height);
	text-transform: var(--thim-font-button-text-transform);
	box-shadow: var(--dfs-shadow2);
    -webkit-box-shadow: var(--dfs-shadow2);
}
.front-c2a-button a.button:hover {
	background: var(--thim-button-hover-color);
}
.front-c2a-button a.button i {
	margin-right: 8px;
}
#front-aufmacher h1 span.underline::before {
	bottom: 2px;
	height: 8px;
}
#front-aufmacher h2 span.underline {
	display: inline-block;
	letter-spacing: 1px;
}
#front-aufmacher h2 span.underline::before {
	bottom: 2px;
	height: 6px;
}
#front-aufmacher .front-c2a-button a.button {
	padding: 15px 30px;
}
#front-aufmacher .front-aufmacher-border {
	position: relative;
}
#front-aufmacher .front-aufmacher-border::before {
	background: var(--dfs-green-grad);
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -45%);
	width: 70px;
	height: 70px;
	z-index: 1;
	pointer-events: none;
	box-shadow: var(--dfs-shadow5);
	-webkit-box-shadow: var(--dfs-shadow5);
	transition: .25s;
}
#front-aufmacher .front-aufmacher-border::after {
	background: url('/wp-content/uploads/play.svg') no-repeat center;
	background-size: contain;
	content: '';
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-40%, -40%);
	width: 40px;
	height: 40px;
	z-index: 2;
	pointer-events: none;
	transition: .25s;
}
#front-aufmacher .front-aufmacher-border:hover::before {
	top: 43%;
	width: 90px;
	height: 90px;
	transform: translate(-50%, -43%);
}
#front-aufmacher .front-aufmacher-border:hover::after {
	top: 43%;
	width: 50px;
	height: 50px;
	transform: translate(-40%, -36%);
}
#front-references {
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
#front-benefits {
	font-size: 16px;
	text-align: center;
}
#front-benefits h3 {
	color: var(--dfs-hred);
	margin: 15px 0 5px;
	text-transform: uppercase;
}
#front-video .dfs-videolazy {
	box-shadow: var(--dfs-shadow5);
	-webkit-box-shadow: var(--dfs-shadow5);
}
#front-video .dfs-videolazy-overlay {
	background: none;
	flex-direction: column;
	gap: 10%;
}
#front-video .dfs-videolazy-overlay img.logo {
	width: 31.25%;
	max-width: 250px;
	min-width: 150px;
}
#front-video .dfs-videolazy-overlay .play-button {
	max-width: 90px;
	max-height: 90px;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
#front-video .dfs-videolazy-overlay img.text {
	width: 27.5%;
	max-width: 220px;
	min-width: 130px;
}
#front-video .front-c2a-button a.button,
#front-courses .front-c2a-button a.button,
#front-author .front-c2a-button a.button,
#front-faq .front-c2a-button a.button {
	padding: 13px 26px;
}
#front-courses {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-50vw + 50%);
	box-shadow: var(--dfs-shadow4);
	-webkit-box-shadow: var(--dfs-shadow4);
}
#front-courses::before {
	background:
		linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.3) 50%, rgba(0,0,0,0)),
		linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.3) 50%, rgba(0,0,0,0));
}
#front-courses h2 {
	background: var(--dfs-yellow-grad);
	color: #000;
	display: inline-block;
	padding: 8px 10px;
	box-shadow: var(--dfs-shadow5); 
    -webkit-box-shadow: var(--dfs-shadow5);
}
#front-courses h3 {
	margin-top: 5px;
	text-shadow: var(--dfs-text-shadow);
}
#front-courses .course-list a {
	color: #fff;
	font-size: 17px;
	text-shadow: var(--dfs-text-shadow);
}
#front-courses .course-list a:hover {
	text-decoration: underline;
}
#front-courses .front-c2a-button {
	box-shadow: var(--dfs-shadow5); 
    -webkit-box-shadow: var(--dfs-shadow5);
}
#front-author img {
	box-shadow: var(--dfs-shadow3); 
    -webkit-box-shadow: var(--dfs-shadow3);
}
#front-reviews .thim-ekits-testimonial__inner {
	max-width: calc(100% - 120px);
}
#front-reviews .thim-ekits-testimonial__inner .swiper-wrapper {
	align-items: stretch;
}
#front-reviews .thim-ekits-testimonial__article {
	height: auto;
}
#front-reviews .thim-ekits-testimonial__quote-icon {
	margin-left: 2px;
	transform: translateX(-50%);	
}
#front-reviews .thim-ekits-testimonial__name::after {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #28b224;
	margin-left: 6px;
}
#front-reviews .thim-ekits-testimonial__inner_client {
	cursor: grab;
}
#front-faq .faq-container {
	padding: 20px 0;
	max-width: 100%;
	width: 900px;
}
/* APPLIES FOR ALL FAQ SITEWIDE */
.faq-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.faq-container .left, .faq-container .right {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 20px);
}
.faq-container .faq-inner {
	box-sizing: border-box;
}
.faq-accordion {
	background: #fff;
	border-radius: var(--thim-border-radius-button);
	position: relative;
	padding: 12px 50px 12px 20px;
	box-shadow: var(--dfs-shadow1);
    -webkit-box-shadow: var(--dfs-shadow1);
}
.faq-accordion.active {
	border-radius: 10px 10px 0 0;
}
.faq-accordion.active, .faq-accordion:hover {
	color: var(--thim-body-primary-color);
}
.faq-accordion::after {
	content: "\f067";
	font-family: "Font Awesome 5 Free" !important;
	font-size: 15px;
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-accordion.active::after {
	content: "\f068";
}
.faq-panel {
	background: #fff;
	border-top: 1px solid #ccc;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	display: none;
	box-shadow: var(--dfs-shadow1);
    -webkit-box-shadow: var(--dfs-shadow1);
}
.faq-panel.visible {
	display: block;
}
.faq-panel ul.faq-ul {
	margin: 0 0 0 15px;
}

#dfs-frontpage-c2a {
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 10px 2px rgba(42,42,42,.5);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 25;
	overflow: hidden;
	transition: transform .3s;
	transform: translateY(0);
}
#dfs-frontpage-c2a.hidden {
	transform: translateY(100%);
}
#dfs-frontpage-c2a .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 15px;
}
#dfs-frontpage-c2a .container .front-c2a-button a.button {
	padding: 12px 22px; 
}
#dfs-frontpage-c2a .container .front-c2a-button a.button:hover {
	background: var(--dfs-red-grad) !important;
}
#dfs-frontpage-c2a .container .front-c2a-button a.button:active {
	background: var(--thim-button-hover-color) !important;
}
@media (min-width: 1025px) and (max-width: 1200px) {
	#front-aufmacher h1 {
		font-size: 40px;
	}
}
@media (min-width: 1025px) {
	#front-benefits h3 {
		margin: 20px 0 10px
	}
	#front-benefits .benefits-icons {
		height: 75px;
		width: 75px;
	}
	#front-benefits .benefits-icons.first {
		font-size: 30px;
	}
	#front-benefits .benefits-icons.second {
		font-size: 40px;
	}
	#front-benefits .benefits-icons.third {
		font-size: 34px;
	}
}
@media (max-width: 1024px) {
	#front-aufmacher h1 span.underline::before {
		height: 6px;
	}
	#front-aufmacher h2 span.underline:before {
		height: 5px;
	}
	#front-aufmacher .front-aufmacher-border img {
		max-height: 280px;
		width: auto;
	}
	#front-aufmacher .front-aufmacher-border::before {
		width: 60px;
		height: 60px;
	}
	#front-aufmacher .front-aufmacher-border::after {
		width: 33px;
		height: 33px;
	}
	#front-aufmacher .front-aufmacher-border:hover::before {
		width: 77px;
		height: 77px;
	}
	#front-aufmacher .front-aufmacher-border:hover::after {
		width: 43px;
		height: 43px;
	}
	#front-benefits {
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	#dfs-frontpage-c2a {
		display: none;
	}
}
@media (max-width: 767px) {
	#front-aufmacher h1, #front-aufmacher h2 {
		max-width: 350px;
	}
	.front-c2a-button a.button {
		padding: 12px 22px !important;
	}
	#front-video .elementor-widget-html:has(.front-c2a-button),
	#front-courses .elementor-widget-html:has(.front-c2a-button),
	#front-author .elementor-widget-html:has(.front-c2a-button),
	#front-faq .elementor-widget-html:has(.front-c2a-button) {
		display: none;
	}
	#front-references {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
	}
	#front-reviews .thim-ekits-testimonial__inner {
		max-width: 100%;
	}
	#front-faq .faq-container {
		flex-direction: column;
		padding: 10px 0;
	}
	#front-faq .faq-container .left, #front-faq .faq-container .right {
		width: 100%;
	}
}
@media (max-width: 600px) {
	#front-benefits .front-benefits {
		max-width: 282px;
		margin: auto;
	}
}
@media (max-width: 480px) {
	#front-aufmacher .front-aufmacher-border::before {
		width: 55px;
		height: 55px;
	}
	#front-aufmacher .front-aufmacher-border::after {
		width: 30px;
		height: 30px;
	}
	#front-aufmacher .front-aufmacher-border:hover::before {
		width: 70px;
		height: 70px;
	}
	#front-aufmacher .front-aufmacher-border:hover::after {
		width: 40px;
		height: 40px;
	}
	#front-references .references {
		padding-top: 2px;
	}
	#front-courses .course-list a {
		font-size: 16px;
	}
}


/*
 * 3
 * PRICING 2025
 */

	/* GENERAL 2025 */

#pricing-table {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}
#pricing-table #ersti, #pricing-table #basic, #pricing-table #flatrate {
	padding-top: 25px;
}
#pricing-table #flatrate {
	width: 40%;
}
#pricing-table .table {
	background: #fff;
	border-radius: var(--thim-border-radius-button);
	margin: 0 auto;
	max-width: 600px;
	padding: 35px 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(
		150deg,
		transparent 10%,
		transparent 40%,
		rgba(200, 200, 200, 0.2) 49%,
		rgba(200, 200, 200, 0.2) 51%,
		transparent 60%,
		transparent 90%
	);
	background-repeat: no-repeat;
	background-position: -100% -100%;
	background-size: 200% 200%;
}
@keyframes shine-effect-hover {
	0% {
		background-position: 100% 100%;
	}
	100% {
		background-position: -100% -100%;
	}
}
#pricing-table .table:hover {
	animation: shine-effect-hover 1.5s 1;
}
#pricing-table .best-deal {
	border-radius: var(--thim-border-radius-button);
	position: relative;
	margin: 0 auto;
	max-width: 600px;
	box-shadow: 0 0 0 8px #d90000, var(--dfs-shadow40);
    -webkit-box-shadow: 0 0 0 8px #d90000, var(--dfs-shadow40);
}
#pricing-table .best-deal-head {
	background: var(--dfs-red-grad);
	border-radius: 8px;
	color: #fff;
	font-weight: 700;
	padding: 8px 16px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: var(--dfs-shadow2); 
    -webkit-box-shadow: var(--dfs-shadow2);
	white-space: nowrap;
	z-index: 2;
}
#pricing-table h3 {
	font-size: 20px !important;
	margin: 0;
}
#pricing-table .course-price {
	margin: 2px 0 12px;
}
#pricing-table .course-price .price {
	font-size: 20px !important;
}
#pricing-table .select-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#pricing-table .select-container label, #pricing-table .select-container select {
	color: #555;
}
#pricing-table .select-container label {
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	margin-bottom: 0;
}
#pricing-table .select-container select {
	font-size: 13px;
	padding: 4px;
}
#pricing-table a.c2a {
	margin: 25px auto;
	width: -webkit-fill-available;
	max-width: 450px;
	white-space: nowrap;
}
#pricing-table a.c2a.invert {
	border: 2px solid #dd3333;
	color: #dd3333;
	padding: 11px 24px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#pricing-table a.c2a.invert:hover {
	color: #fff;
	padding: 13px 26px;
}
#pricing-table h4 {
	font-size: calc(var(--thim-font-h3-font-size) * 0.9);
	margin: 5px 0 15px;
	line-height: 1.4;
}
#pricing-table .courses {
	line-height: 1.4;
}
#pricing-table .courses a {
	color: var(--thim-font-body-color);
}
#pricing-table .courses a:hover {
	color: var(--thim-body-primary-color);
	text-decoration: underline;
}
@media (max-width: 1024px) {
	#pricing-table {
		flex-direction: column-reverse;
		align-items: center;
		gap: 10px;
	}
	#pricing-table #ersti, #pricing-table #basic, #pricing-table #flatrate {
		width: 100% !important;
	}
	#pricing-table .table {
		padding: 32px 25px 30px;
	}
}
@media (max-width: 480px) {
	#pricing-table .courses {
		font-size: 14px;
	}
}

	/* FRONT PRICING 2025 */

#front-pakete {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-50vw + 50%);
	box-shadow: var(--dfs-shadow5);
	-webkit-box-shadow: var(--dfs-shadow5);
}
#front-pakete::before {
	background:
		linear-gradient(to right, rgba(0,0,0,.1), rgba(0,0,0,.8) 50%, rgba(0,0,0,.1)),
		linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.8) 50%, rgba(0,0,0,.1));
}
#front-pakete h2 {
	background: var(--dfs-yellow-grad);
	color: #000;
	display: inline-block;
	padding: 8px 10px;
	box-shadow: var(--dfs-shadow5);
	-webkit-box-shadow: var(--dfs-shadow5);
}
#front-pakete .subline h3 {
	text-shadow: var(--dfs-text-shadow);
}
#front-pakete #pricing-table #ersti {
	width: 26%;
}
#front-pakete #pricing-table #basic {
	width: 34%;
}
#front-pakete #pricing-table #ersti-deal, #front-pakete #pricing-table #basic-deal {
	box-shadow: var(--dfs-shadow5); 
    -webkit-box-shadow: var(--dfs-shadow5);
}
#front-pakete #pricing-table .table {
	background: rgba(255,255,255,.9);
}
#front-pakete #pricing-table a.c2a.invert {
	background: transparent;
}

	/* PRICING PAGE 2025 */

.page-id-14370 .site-content {
	padding-top: 30px;
}	
.page-id-14370 h2 {
	font-size: var(--thim-font-h3-font-size);
	margin: 0 auto;
	max-width: 920px;
	text-align: center;
}
.page-id-14370 h2 span.underline::before {
	bottom: 0px;
	height: 6px;
}
#pricing #pricing-table {
	margin: 40px 20px 55px;
}
#pricing #pricing-table #ersti, #pricing #pricing-table #basic {
	width: 30%;
}
#pricing #pricing-table #ersti-deal, #pricing #pricing-table #basic-deal {
	box-shadow: var(--dfs-shadow2); 
    -webkit-box-shadow: var(--dfs-shadow2);
}
#pricing #pricing-table a.c2a.invert {
	background: #fff;
}
#pricing-payments, #pricing-payments .payment-provider {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0;
}
#pricing-payments {
	font-weight: 700;
	letter-spacing: 0.25px;
}
#pricing-payments i {
	margin-right: 8px;
}
#pricing-payments img.paypal {
    height: 18px;
}
#pricing-payments img.apple, #pricing-payments img.klarna, #pricing-payments img.master, #pricing-payments img.visa , #pricing-payments img.amex {
	height: 20px;
}
#pricing-payments img.amazon {
    height: 15px;
}
@media (max-width: 1024px) {
	.page-id-14370 h2 {
		max-width: 820px;
	}
	#pricing #pricing-table {
		margin: 10px 10px 30px;
	}
	#pricing #pricing-table #flatrate {
		padding-top: 45px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.page-id-14370 h2 {
		font-size: 18px !important;
		line-height: var(--thim-font-h2-line-height) !important;
	}
}
@media (max-width: 767px) {
	.page-id-14370 .site-content {
		padding-top: 10px;
	}
	.page-id-14370 h2 {
		font-size: 16px !important;
		line-height: var(--thim-font-h2-line-height) !important;
	}
	#pricing-payments {
		display: block;
		text-align: center;
	}
	#pricing-payments .payment-provider {
		margin-top: 10px;
		gap: 10px;
		flex-wrap: wrap;
	}
}
@media (max-width: 480px) {
	.page-id-14370 h2 {
		font-weight: 400 !important;
	}
	#pricing-payments {
		font-size: 14px;
	}
}


/**
 * 4
 * TOPBAR FOR COURSES & BLOG 2024
 */

.dfs-topbar {
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 12px;
	box-shadow: var(--dfs-shadow1); 
    -webkit-box-shadow: var(--dfs-shadow1);
}
.dfs-topbar.courses {
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	.dfs-topbar {
		margin-bottom: 35px;
	}
	.dfs-topbar.courses {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.dfs-topbar {
    	padding: 5px;
	}
}

	/* TOPBAR MENU 2024 */ 

.dfs-topbar-menu ul {
	display: flex;
	list-style: none;
	gap: 10px;
	margin: 0;
	padding: 0;	
}
.dfs-topbar-menu ul li a {
	background: #555;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	line-height: 1.2em;
	padding: 9px 12px;
}
.dfs-topbar-menu ul li a:hover, .dfs-topbar-menu ul li.active a {
	background: var(--dfs-red-grad);
}

	/* TOPBAR MENU MOBILE & RIGHT SELECT 2024 */

.dfs-topbar .select-container {
	background: #555;
	border-radius: 10px;
	padding: 5px 7px;
}
.dfs-topbar .select-container select {
	background: #555;
	color: #fff;
	border: 0;
	padding: 0;
	text-align: center;
}
.dfs-topbar-right {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media (min-width: 768px) {
	.dfs-topbar-menu-mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	.dfs-topbar-menu {
		display: none;
	}
}
@media (max-width: 480px) {
	.dfs-topbar .select-container {
		font-size: 14px;
		padding: 5px;
	}
}

	/* TOPBAR SEARCH & (THIM) POPUP SEARCH OVERLAY 2025 */

body.thim-search-active {
	overflow: hidden;
}
body.thim-search-active #masthead {
	position: static;
	z-index: auto;
}
.dfs-topbar-search .search-toggle {
	background: #555;
	border-radius: var(--thim-border-radius-button);
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 12px;
	transition: none !important;
}
.dfs-topbar-search .search-toggle:hover {
	background: var(--dfs-red-grad);
	color: #fff !important;
}
.dfs-topbar-search .search-toggle span {
	font-size: 15px;
	line-height: 16px;
}
.dfs-topbar-search .search-toggle i {
	font-size: 12px;
	margin-bottom: 1px;
}
.thim-widget-courses-searching .thim-course-search-overlay .courses-searching .search-popup-bg::before {
	color: #fff;
	cursor: pointer;
	content: "\f00d";
	display: inline-block;
	font-size: 25px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 2px 4px;
	position: absolute;
	top: 18px;
	right: 21px;
	z-index: 9999;
}
.thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {
	height: 60px;
	top: calc(50% - 70px);
	bottom: unset;
}
.courses-searching .is-form-style label {
	width: 100% !important;
}
.courses-searching .is-form-style input {
	font-family: inherit;
	font-size: 16px !important;
	font-weight: 400;
	height: 60px;
}
.courses-searching .is-form-style button {
	background: var(--dfs-red-grad);
	height: auto;
}
.courses-searching .is-form-style button:hover {
	background: var(--thim-button-hover-color);
}
.courses-searching .is-form-style .is-search-icon {
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
	height: auto;
}
.courses-searching .is-search-icon svg {
	width: 30px;
}
div.is-ajax-search-result {
	border-top: 1px solid var(--thim-button-hover-color);
	cursor: pointer;
 	padding: 0 !important;
	width: 600px !important;
	max-width: 100% !important;
}
.is-ajax-search-result a:hover {
	text-decoration: none !important;
}
.is-ajax-search-result .is-ajax-search-items {
	max-height: 245px !important;
}
.is-search-sections {
	display: flex;
    align-items: center;
}
.is-search-sections .left-section {
	margin-right: 10px;
}
.is-search-sections .thumbnail img {
	max-height: 40px;
	object-fit: cover;
}
.is-ajax-search-post:hover {
	background: var(--dfs-red-grad) !important;
}
.is-ajax-search-post:hover .is-title {
	color: #fff !important;
}
.is-ajax-search-post .is-title, .is-ajax-search-post .is-title .is-highlight {
	color: var(--thim-font-body-color);
	font-size: 16px !important;
	font-weight: 700;
	text-transform: none !important;
}
.is-ajax-search-no-result {
	color: var(--thim-body-primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px !important;
	font-weight: 700;
	height: 50px;
}
@media screen and (max-width: 510px) {
	#is-ajax-search-result-19099.is-ajax-search-result, #is-ajax-search-result-19100.is-ajax-search-result {
		left: 0 !important;
	}
}
@media (max-width: 480px) {
	.dfs-topbar-search .search-toggle i {
		font-size: 14px;
	}
	.dfs-topbar-search .search-toggle span {
		display: none;
	}
	.thim-widget-courses-searching .courses-searching button {
		width: 60px;
	}
}


/**
 * 5
 * SIDEBAR FOR COURSES & BLOG 2024
 */

	/* GENERAL 2024 */

@media (min-width: 768px) {
	.col-sm-9 {
    	width: 71%;
	}
	.col-sm-3 {
		width: 27%;
		float: right;
	}
}
@media (max-width: 767px) {
	#sidebar:has(aside#sidebar-c2a.blog),
	#sidebar-c2a.blog { /* just backup */
		display: none;
	}
}
.col-sm-3 aside {
	padding: 0;
}
.widget-area aside::before, .widget-area aside::after {
	display: none;
}
#sidebar-c2a {
	background: #fff;
	box-shadow: var(--dfs-shadow4);
	-webkit-box-shadow: var(--dfs-shadow4);
}

/* GLOBAL / COURSE FEATURES */

.course-price {
	color: var(--thim-course-price-color);
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.course-price {
		font-size: 15px;
	}
}
ul.highlights { 
	margin: 0;
}
ul.highlights li {
	display: flex;
	margin-bottom: 3px;
}
ul.highlights li .left {
	display: flex;
	justify-content: center;
	width: 20px;
	margin-right: 8px;
}
ul.highlights li .right {
	text-align: left;
}

	/* BLOG SIDEBAR 2024 */

#sidebar-c2a.blog, #blog-c2a {
	border: 2px solid #dd3333;
}
#sidebar-c2a.blog .head, #blog-c2a .head {
	background: var(--dfs-red-grad);
	padding: 5px 0 4px;
	text-align: center;
}
#sidebar-c2a.blog .head h3, #blog-c2a .head h3 {
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 0;
}
#sidebar-c2a.blog .head h3 span {
	margin-left: 5px;
	margin-top: -2px;
}
#sidebar-c2a.blog .content {
	padding: 25px 0;
	text-align: center;
}
#sidebar-c2a.blog .thumb img {
	width: 229px;
	height: auto;
	max-width: 90%;
}
#sidebar-c2a.blog .title {
	margin: auto;
	width: 81%;
}
#sidebar-c2a.blog .title h3 {
	font-size: 18px;
	line-height: normal;
}
#sidebar-c2a.blog .title h3:hover, #blog-c2a .body h3:hover {
	color: var(--thim-main-menu-text-hover-color);
}
#sidebar-c2a.blog .course-review, #sidebar-c2a.blog .bottom {
	display: flex;
	justify-content: center;
}
#sidebar-c2a.blog .course-review .review-stars-rated {
	height: 25px;
	line-height: 25px;
	width: fit-content;
}
#sidebar-c2a.blog .bottom {
	padding: 10px 0;
}
#sidebar-c2a.blog .main .course-price {
	padding-bottom: 10px;
}
#sidebar-c2a.blog .c2a-button {
	margin-top: 10px;
}
#sidebar-c2a.blog .c2a-button .course i,
#blog-c2a .c2a-button .course i {
	margin-right: 6px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	#sidebar-c2a.blog .head h2 span {
		margin-top: -5px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#sidebar-c2a.blog .content {
		padding: 20px 12px;
	}
	#sidebar-c2a.blog .title {
		width: 100%;
	}
	#sidebar-c2a.blog .bottom {
		font-size: 14px;
	}
}
@media (max-height: 800px) {
	.page-content article .post-formats-wrapper img {
		max-height: 400px;
		object-fit: cover;
		object-position: center;
	}
	#sidebar-c2a.blog .bottom {
		display: none;
	}
	#sidebar-c2a.blog .main .course-price {
		padding-top: 5px;
	}
}

	/* LP SIDEBAR 2024 */

@media (max-width: 767px) {
	#sidebar-c2a.lp {
		max-width: 480px;
	}
	#sidebar.dfs-c2a {
		margin-top: 40px;
	}
	#sidebar.dfs-c2a #sidebar-c2a.lp {
		margin: 20px auto;
	}
	#sidebar.dfs-customer #sidebar-c2a.lp {
		margin: 0 auto 50px;
	}
}

		/* C2A */ 

#sidebar-c2a.lp {
	border-top: 5px solid #28b224;
}
#sidebar-c2a.lp .row-c2a {
    padding: 25px;
}
#sidebar-c2a.lp .row-c2a.subscription {
	background: #eee;
}
#sidebar-c2a.lp .row-c2a.subscription:hover {
	background: var(--dfs-green-grad);
}
#sidebar-c2a.lp .row-c2a.subscription:hover h3, #sidebar-c2a.lp .row-c2a.subscription:hover .course-price {
	color: #fff;
}
#sidebar-c2a.lp .row-c2a.non-active {
	background: #eee;
	cursor: pointer;
}
#sidebar-c2a.lp input[type=radio] {
	height: 20px;
	width: 20px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
}
#sidebar-c2a.lp input[type=radio]:checked:before,
#sidebar-c2a.lp .row-c2a.subscription:hover input[type=radio]:before {
	background: #4caf50;
	height: 12px;
	width: 12px;
	margin: 0;
}
#sidebar-c2a.lp .row-c2a.subscription:hover input[type=radio]:before {
	content: "";
	border-radius: 50%;
	display: inline-block;
}
#sidebar-c2a.lp .row-c2a h3 {
	font-size: 17px !important;
	line-height: 17px;
	margin: 0 0 5px;
}
#sidebar-c2a.lp .row-c2a h3 label {
	font-weight: inherit;
}
#sidebar-c2a.lp .row-c2a.subscription h3 label {
	cursor: pointer;
}
#sidebar-c2a.lp .course-price {
	font-size: 17px;
	line-height: 17px;
}
#sidebar-c2a.lp .c2a-button {
	margin: 20px 0;
	text-align: center;
}
#sidebar-c2a.lp .c2a-button a.course,
#sidebar-c2a.lp .c2a-button .wrap-btn-add-course-to-cart {
	box-shadow: none;
	width: -webkit-fill-available;
	min-width: max-content;
}
#sidebar-c2a.lp .row-c2a .c2a-highlights h4 {
	line-height: 1.4;
}
#sidebar-c2a.lp .row-c2a .c2a-highlights ul {
	color: #555;
	line-height: 1.6;
}
@media (max-width: 1024px) {
	#sidebar-c2a.lp .row-c2a h3, #sidebar-c2a.lp .course-price {
		font-size: 16px !important;
		line-height: 16px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#sidebar-c2a.lp .row-c2a {
		padding: 15px;
	}
	#sidebar-c2a.lp .highlights ul {
		font-size: 14px;
	}
}

		/* CUSTOMER */

#sidebar-c2a.lp .customer {
	padding: 25px 25px 35px;
}
#sidebar-c2a.lp .customer .all-buttons, #sidebar-c2a.lp .customer .lp-course-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
#sidebar-c2a.lp .customer h3 {
	margin: 0 0 20px;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
	#sidebar-c2a.lp .customer {
		padding: 15px 15px 25px;
	}
}
@media (max-width: 767px) {
	#sidebar.dfs-customer {
		order: -1;
	}
}


/**
 * 6
 * GLOBAL BUTTONS 2024
 */

/* LP archive & LP single sidebar - flatrate */
.thim-course-grid a.course-readmore,
.c2a-button a.course,
#pricing-table a.c2a {
	color: var(--thim-button-text-color);
	background: var(--dfs-red-grad);
	border-radius: var(--thim-border-radius-button);
	box-shadow: var(--dfs-shadow2);
    -webkit-box-shadow: var(--dfs-shadow2);
	display: inline-block;
	font-size: var(--thim-font-button-font-size);
	font-weight: var(--thim-font-button-variant);
	line-height: var(--thim-font-button-line-height);
	padding: 13px 26px;
	text-transform: var(--thim-font-button-text-transform);
	transition: none;
}

/* LP single sidebar - buy single course & checkout */
#sidebar-c2a.lp .c2a-button .lp-course-buttons .wrap-btn-add-course-to-cart button.lp-button {
	color: var(--thim-button-text-color);
	background: var(--dfs-red-grad);
	border: 0;
	border-radius: var(--thim-border-radius-button);
	display: inline-block;
	padding: 13px 26px;
	transition: none;
	width: -webkit-fill-available;
	min-width: max-content;
}

/* LP single sidebar customer all>specific */
#sidebar-c2a .customer .lp-button {
	color: #333;
	background: #99ff99;
	border: 0;
	border-radius: 10px;
	display: inline-block;
	margin: 0;
	padding: 12px 8px;
	transition: none;
	width: -webkit-fill-available;
}
#sidebar-c2a .customer .lp-button i {
	margin-right: 6px;
}
#sidebar-c2a .customer .lp-button:hover {
	color: #fff;
}
#sidebar-c2a .customer .lp-course-buttons,
#sidebar-c2a .customer .lp-course-buttons form,
#sidebar-c2a .customer .dfs-button {
	width: -webkit-fill-available;
}
#sidebar-c2a .customer .continue-course .lp-button,
#sidebar-c2a .customer .continue-course.lp-button  {
	color: #fff;
	background: var(--dfs-green-grad);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	padding: 18px;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}
#sidebar-c2a .customer .continue-course i {
	font-size: 14px;
	margin-right: 8px;
}	
#sidebar-c2a .customer .lp-button.lp-btn-finish-course,
#sidebar-c2a .customer .lp-button.button-retake-course {
	color: #fff;
	background: var(--dfs-red-grad);
}

/* LP single #bewertungen */
#bewertungen button.write-a-review {
	background: var(--dfs-green-grad);
	line-height: initial;
	padding: 16px 25px;
	box-shadow: var(--dfs-shadow3);
	-webkit-box-shadow: var(--dfs-shadow3);
	transition: none;
}
#bewertungen button.write-a-review i {
	margin-right: 6px;
}

/* POPUP Course Review */
#review-form .review-actions .lp-button {
	color: var(--thim-button-text-color);
	background: var(--dfs-green-grad);
	border: 0;
	border-radius: var(--thim-border-radius-button);
	font-size: var(--thim-font-button-font-size);
	justify-content: center;
	padding: 13px 26px !important;
	text-align: center;
	transition: none;
	width: -webkit-fill-available;
	box-shadow: var(--dfs-shadow2); 
    -webkit-box-shadow: var(--dfs-shadow2);
}

/* WOO CHECKOUT */
.woocommerce-checkout #payment button#place_order {
	background: var(--dfs-green-grad);
	border-radius: var(--thim-border-radius-button);
	box-shadow: var(--dfs-shadow2);
    -webkit-box-shadow: var(--dfs-shadow2);
	display: inline-block;
	padding: 12px 25px;
	transition: none;
}

/* HOVER */
a.button:hover,
.lp-button:hover,
.thim-course-grid a.course-readmore:hover,
.c2a-button a.course:hover,
article .readmore a:hover,
.wpcf7 form .wpcf7-submit:hover,
#pricing-table a.c2a:hover,
.woocommerce-checkout #payment button:hover {
	background: var(--thim-button-hover-color) !important;
	border: 0 !important;
	transition: none;
}

@media (max-width: 1024px) {
	.thim-course-grid a.course-readmore,
	#sidebar-c2a.lp .c2a-button .lp-course-buttons .wrap-btn-add-course-to-cart button.lp-button,
	.c2a-button a.course {
		padding: 12px 22px;
	}
	#sidebar-c2a .customer .lp-button {
		font-size: 13px;
	}	
}


/**
 * 7
 * COURSES 2024
 */

	/*
	 * a
	 * COURSE ARCHIVE 2024
	 */

.learnpress-v4 .lp-content-area {
	padding-bottom: 0; 
}
.site-main .thim-course-grid#thim-course-archive, .site-main .lp-archive-courses .thim-course-grid#thim-course-archive {
	margin-bottom: 0;
}
#thim-course-archive ul.learn-press-courses {
    justify-content: center;
	margin-top: 15px !important;
}
.thim-course-grid .lpr_course[class*=course-grid-], .lp-archive-courses .thim-course-grid .lpr_course[class*=course-grid-] {
	margin-bottom: 40px;
}
.pagination {
	margin-top: 10px;
	padding: 0 !important;
}
.pagination li .page-numbers {
	background: var(--thim-button-text-color);
	border-radius: var(--thim-border-radius-button);
	border: 0;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
.learn-press-pagination .page-numbers>li .page-numbers {
	color: var(--thim-font-title-color);
}
.pagination li .page-numbers.next:before, .pagination li .page-numbers.prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.pagination li .page-numbers.next:before {
	content: "\f054";
}
.pagination li .page-numbers.prev:before {
	content: "\f053";
}


		/* COURSE LOOP ITEM 2024 */

.thim-course-grid .course-item {
	border-radius: var(--thim-border-radius-button);
	box-shadow: var(--dfs-shadow1);
    -webkit-box-shadow: var(--dfs-shadow1);
}
.thim-course-grid .course-item:hover {
	box-shadow: var(--dfs-shadow2);
    -webkit-box-shadow: var(--dfs-shadow2);
}	
.thim-course-grid .course-item .course-thumbnail {
	border-radius: 10px 10px 0 0;
	clip-path: inset(0 0 0 0 round 10px 10px 0 0); /* for iOS */
	-webkit-clip-path: inset(0 0 0 0 round 10px 10px 0 0);
}
.thim-course-grid .course-item .course-thumbnail .wrap-btn-add-course-to-cart .lp-button {
	background: var(--dfs-red-grad);
	border-radius: var(--thim-border-radius-button);
	font-size: var(--thim-font-button-font-size);
	line-height: var(--thim-font-button-line-height);
	padding: 13px 26px;
}
.thim-course-grid .course-item .course-thumbnail i, .thim-course-grid .course-item .course-readmore i {
	margin-right: 6px;
}
.thim-course-grid .course-item .thim-course-content {
	background: #fff;
	border-radius: 0 0 10px 10px;
	border: 0;
	padding: 20px 0;
}
.thim-course-grid .course-item .thim-course-content h2.course-title {
	font-size: 18px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
	min-height: 50px;
	width: 90%;
}
.thim-course-content .course-meta::after {
	background: var(--thim-body-bg-color);
}
.thim-course-content .course-meta {
	color: #555;
	padding: 20px 0;
}
.thim-course-content .course-meta>div {
	float: none !important;
	margin: 0;
	line-height: 1;	
	opacity: 1;
}
.thim-course-content .course-meta .course-lesson {
	margin-right: 30px;
}
.thim-course-content .course-meta i {
	margin-right: 6px !important;
}
.thim-course-content .course-meta .course-review, .thim-course-content .course-meta .course-price {
	display: block;
}
.thim-course-content .course-meta .course-review {
	padding: 7px 0 5px;
}
.thim-course-content .course-meta .course-review .review-stars-rated {
	width: initial;
	float: none;
}
.thim-course-content .course-meta .course-review .value {
	cursor: unset;
}
.thim-course-content .course-meta .course-review .value span {
	display: none;
}
.thim-course-content .course-meta .course-price .value {
	font-size: 16px;
}
.thim-course-grid .course-item .startnow {
	margin: 5px 0 15px;
}
@media (min-width: 1200px) {
	#thim-course-archive #post-10375 .course-item .thim-course-content h2.course-title {
		width: 85%;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#lp-archive-courses .thim-course-grid .lpr_course[class*=course-grid-] {
		width: 50%;
	}
	.thim-course-grid .course-item .course-thumbnail>a {
    	max-height: 250px;
	}
}
@media (max-width: 1024px) {
	.thim-course-grid .course-item .course-thumbnail .wrap-btn-add-course-to-cart .lp-button {
		padding: 12px 22px;
	}	
}
@media (max-width: 767px) {
	.thim-course-grid .lpr_course[class*=course-grid-] {
		width: 100%;
	}
	.thim-course-grid .course-item .course-thumbnail>a {
    	max-height: 230px;
	}
	.thim-course-grid .course-item .thim-course-content h2.course-title {
		margin-bottom: 20px;
		min-height: 0;
	}
	.thim-course-grid .course-item .startnow {
		margin: 0;
	}	
}

	/*
	 * b
	 * COURSE SINGLE 2024
	 */

.page-title-wrapper span.underline::before {
	bottom: -2px;
	height: 5px;
}
#lp-single-course span.underline::before {
	bottom: -2px;
	height: 7px;
}
.learn-press-meta-excerpt {
	padding-top: 10px;
}
.learn-press-meta-excerpt p {
	font-size: 18px;
}
.learn-press-meta-excerpt .fas {
	color: #28b224;
}
#learn-press-course .course-summary .learn-press-message {
	margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.learn-press-meta-excerpt p {
		font-size: 17px;
	}
}
@media (max-width: 1024px) {
	.page-title-wrapper span.underline::before {
		bottom: -1px;
		height: 4px;
	}
	#lp-single-course span.underline::before {
		bottom: -2px;
		height: 5px;
	}
}
@media (max-width: 767px) {
	body#thim-body.lp_course-template-default.single-lp_course #main-content .content-area .sidebar-right .row {
		display: flex;
		flex-direction: column;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.learn-press-meta-excerpt p {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.learn-press-meta-excerpt p {
		font-size: 15px;
		line-height: 1.5;
	}
}

		/* 
		 * 7.1
		 * INTRO VIDEO & FRONT PAGE VIDEO
		 */

.learn-press .course-summary .course-thumbnail {
    margin-bottom: 0 !important;
	box-shadow: var(--dfs-shadow3);
	-webkit-box-shadow: var(--dfs-shadow3);
}
.dfs-videolazy,
.dfs-videolazy-wrap,
.dfs-videolazy-overlay,
.dfs-videolazy-container {
    transition: all 0.5s ease;
}
.dfs-videolazy {
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.dfs-videolazy::before {
	content: "";
	display: block;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	background-color: #000;
}
.dfs-videolazy-overlay {
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.dfs-videolazy-overlay .play-button {
	background: var(--dfs-green-grad);
	border-radius: 50%;
	position: relative;
	width: 11.25%;
	height: 20%;
	max-width: 70px;
	max-height: 70px;
	min-width: 55px;
	min-height: 55px;
	box-shadow: var(--dfs-shadow5);
	-webkit-box-shadow: var(--dfs-shadow5);
}
.dfs-videolazy-overlay .play-button:hover {
	background: var(--thim-button-hover-color);
}
.dfs-videolazy-overlay .play-button img {
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translate(-60%, -50%);
	width: 56%;
	height: 56%;
}
.dfs-videolazy-overlay h2 {
	color: #fff;
	margin: 0;
	text-shadow: 0 0 20px #000;
}
.dfs-videolazy-overlay h2:hover {
	text-decoration: underline;
}
.dfs-videolazy img.dfs-videolazy-thumbmail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: transform .5s ease-in-out;
}
.dfs-videolazy:hover img.dfs-videolazy-thumbmail {
	transform: scale(1.05);
}
.dfs-videolazy iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-color: #000;
	z-index: 1;
}
@media (max-width: 600px) {
	.dfs-videolazy-overlay {
		gap: 15px;
	}	
}	
@media (max-height: 800px) {
	.dfs-videolazy {
		max-height: 400px;
	}
}

		/* 
		 * 7.2
		 * META
		 */

#lp-single-course #learn-press-course .lp-meta {
	padding: 35px 0 50px;
	text-align: center;
}
.learn-press .course-meta-single {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 0 !important
}
.learn-press .course-meta-single>div {
	border-color: #555 !important;
    margin-right: 0 !important;
	padding-right: 20px !important;
}
.learn-press .course-meta-single>div:last-child {
	padding-right: 0 !important;
}
.learn-press .course-meta-single>div.course-author img {
	margin: 2px 14px 0 0 !important;
}
.learn-press .course-meta-single label {
	color: var(--thim-font-title-color) !important;
	font-size: var(--thim-font-body-font-size) !important;
	font-weight: 700 !important;
	line-height: var(--thim-font-body-line-height) !important;
	margin: 0 !important
}
.learn-press .course-meta-single>div .value {
	line-height: 18px !important;
}
.learn-press .course-meta-single .value,
.learn-press .course-meta-single>div .value a {
	color: #555 !important;
	font-weight: 400;
}
.learn-press .course-meta-single>div .value a:hover {
	color: var(--thim-body-primary-color) !important;
	text-decoration: none !important;
}
#lp-single-course #learn-press-course .lp-meta .course-meta .review-stars-rated {
	margin-bottom: -5px;
}
.learnpress-v4 .meta-item-review .review-stars-rated .lp-review-svg-star svg {
	height: 18px;
	width: 18px;
}
.learn-press-progress .progress-bg .progress-active {
	background: #33cc33 !important;
}
.learnpress-v4 .course-meta .lp-course-progress-wrapper .lp-course-graduation.passed {
	color: #333 !important;
	font-weight: 700;
}
@media (max-width: 767px) {
	.site-main.alignleft {
		padding-bottom: 0;
	}
	#lp-single-course #learn-press-course .lp-meta {
		font-size: 14px;
		padding-bottom: 35px
	}		
}
@media (max-width: 667px) {
	.learn-press .course-summary {
		margin-top: 0 !important;
	}
	.learn-press .course-meta>div {
		border-right: 1px solid #555 !important;
	}
	.learn-press .course-meta-single>div:last-child {
		border-right: 0 !important;
	}
}
@media (max-width: 480px) {
	.learn-press .course-meta .course-categories {
		display: none;
	}
}

		/* 
		 * 7.3
		 * GOALS, BENEFITS & TRANSITION
		 */

			/* GOALS */

#lp-goals {
	border: 1px solid #eee;
	background: #fff;
	padding: 25px;
}
#lp-goals h2 {
	text-align: center;
}
.lp-goals-content ul, .lp-goals-content li {
	list-style: none;
}
.lp-goals-content ul {
	display: flex;
    flex-flow: row wrap;
	margin: 0;
	padding: 10px 0;
}
.lp-goals-content li {
	width: 50%;
	margin: 0;
	line-height: 1.5;
	color: #555;
	padding: 0 0 20px 45px;
	position: relative;
}
.lp-goals-content li:before {
	color: #dd3333;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	left: 15px;
}
#lp-goals h3 {
	font-size: var(--thim-font-h4-font-size) !important;
	margin: 0;
	text-align: center;
}

@media (max-width: 767px) {
	#lp-goals {
		padding: 20px;
	}
	.lp-goals-content {
		display: flex;
		justify-content: center;
		margin-bottom: 5px;
	}
	.lp-goals-content ul {
		display: inline;
		padding: 0;
	}
	.lp-goals-content li {
		display: flex;
		padding: 0 0 15px 25px;
		width: 100%;
		text-align: left;
	}
	.lp-goals-content li:before {
		left: 0;
	}
}

			/* BENEFITS */

#lp-benefits {
	padding: 60px 20px;
}
 #lp-benefits h2 {
	text-align: center;
	margin-bottom: 30px;
}
.lp-benefits-content ul, .lp-benefits-content li {
	list-style: none;
}
.lp-benefits-content ul {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.lp-benefits-content li {
	color: #555;
	text-align: center;
	width: 30%;
}
.lp-benefits-content li h3 {
	color: var(--dfs-hred);
	font-size: 18px;
	margin: 15px 0 5px;
	text-transform: uppercase;
}
.benefits-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	margin: auto;
	box-shadow: var(--dfs-shadow1);
    -webkit-box-shadow: var(--dfs-shadow1);
}
.benefits-icons.first {
	font-size: 25px;
}
.benefits-icons.second {
	font-size: 32px;
}
.benefits-icons.third {
	font-size: 30px;
}
@media (max-width: 1024px) {
	.lp-benefits-content ul {
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	#lp-benefits {
		padding: 40px 10px;
	}
}	
@media (max-width: 600px) {
	.lp-benefits-content ul {
		flex-direction: column;
		gap: 25px;
	}
	.lp-benefits-content li {
		width: 250px;
		margin: auto;
	}
}

			/* TRANSITION & LANDESRECHT */

#lp-transition, #lp-landesrecht {
	background: #CAFBD9;
    margin-bottom: 60px;
	text-align: center;
}
#lp-transition {
	padding: 30px 35px;
}
#lp-transition h3 {
	font-size: 18px;
	margin-top: 0;
}
#lp-landesrecht {
    padding: 30px 40px 40px;
}
#lp-landesrecht h2 {
	margin: 0 auto 12px;
}
#lp-landesrecht span {
	color: #8d0a00;
	font-weight: 700;
}
#lp-landesrecht p:last-of-type {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
/* also for LMS */
.flags { 
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.flags img {
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);	
}
@media (max-width: 767px) {
	#lp-transition, #lp-landesrecht {
		padding: 20px 25px;
		margin-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.flags {
		flex-wrap: wrap;
		margin: auto;	
		width: 250px;
	}
}

		/* 
		 * 7.4
		 * DESCRIPTION & BONUS
		 */

#lp-description {
	color: #555;
	padding: 0 20px 60px;
}
#lp-description h2 {
	text-align: center;
}
#lp-description h3 {
	margin-top: 0;
}
#lp-description p {
	margin: 0;
}
#lp-description ul {
	margin-bottom: 0;
}
#lp-description .description-read-more {
	position: relative;
	max-height: 400px;
	overflow: hidden;
	transition: max-height 1s ease-in-out;
}
#lp-description .description-read-more::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #f3f6f8 100%);
	pointer-events: none;
	transition: opacity .5s;
}
#lp-description .description-read-more.expanded {
	max-height: 2000px;
}
#lp-description .description-read-more.expanded::after {
	opacity: 0;
}
#lp-description .read-more-button {
	background: #555;
	display: block;
	margin: 20px auto 0;
	padding: 13px 26px;
	transition: none;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}
#lp-description .read-more-button:hover {
	background: var(--dfs-red-grad);
}
@media (max-width: 1024px) {
	#lp-description .read-more-button {
		padding: 10px 22px;
	}
}
@media (max-width: 767px) {
	#lp-description {
		padding: 0 10px 40px;
	}
}
@media (max-width: 480px) {
	#lp-description .description-read-more {
		max-height: 700px;
	}
}

		/**
		 * 7.5
		 * PREVIEW 2025
		 */

#lp-preview {
	padding-bottom: 70px;
}
#lp-preview h2, #lp-preview h3 {
	text-align: center;
}
#lp-preview .preview-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 70px;
	margin-top: 30px;
}
#lp-preview .preview-container .img-lms,
#lp-preview .preview-container .img-script {
	position: relative;
	display: inline-block;
}

#lp-preview .preview-container .img-lms::before,
#lp-preview .preview-container .img-script::before {
	position: absolute;
	content: '';
	background: url('/wp-content/uploads/pointer.svg') no-repeat center / contain;
	pointer-events: none;
	top: 50%;
	width: 38px;
	height: 35px;
}
#lp-preview .preview-container .img-lms::before {
	left: 2%;
	transform: translate(-2%, -50%);
}
#lp-preview .preview-container .img-script::before {
	left: -16%;
	transform: translate(16%, -50%);
}
#lp-preview .preview-container .img-script img {
	border: 4px solid #000;
	border-radius: 11px;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);	
}
@media (min-width: 481px) and (max-width: 1024px) {
	#lp-preview .preview-container {
		gap: 50px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#lp-preview .img-lms img {
		width: 318px;
		height: 190px;
	}
	#lp-preview .img-script img {
		width: 138px;
		height: 190px;
	}
}
@media (max-width: 767px) {
	#lp-preview {
		padding: 0 10px 50px;
	}
}
@media (max-width: 480px) {
	#lp-preview .preview-container {
		flex-direction: column;
		gap: 30px;
	}
	#lp-preview .img-script img {
		max-height: 55vw;
		width: auto;
	}
}

		/**
		 * 7.6
		 * CURRICULUM (also applies for LMS)
		 */ 

#kursinhalt {
	padding-bottom: 60px;
}
#kursinhalt .learn-press-message {
	margin-top: 0 !important;
}
.learnpress-v4 .lp-content-area::before, .learnpress-v4 .lp-content-area::after {
	display: none;
}
.learnpress-v4 .lp-single-course #learn-press-course .course-summary .course-content #learn-press-course-tabs {
	margin: 0 !important;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}
#kursinhalt .tabs-header {
	display: flex;
	justify-content: center;
	align-items: center;
}
#kursinhalt .tabs-header h2 {
	line-height: 1.5;
	text-align: center;
}
#kursinhalt .tabs-header .open-close-button {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	width: 30px;
	text-align: center;
}
#kursinhalt .tabs-header .open-close-button:hover {
	color: var(--thim-body-primary-color);
}
#kursinhalt #learn-press-course-tabs .tab-content {
	border: 0;
	padding: 0 25px 5px;
}
.course-curriculum ul.curriculum-sections .section {
	border: 0 !important;
	border-top: 1px solid #eee !important;
}
.course-curriculum ul.curriculum-sections .section-header .section-title {
	font-size: 16px !important;
	text-transform: none !important;
}
.course-curriculum ul.curriculum-sections .section-header .section-title:hover {
	color: var(--thim-body-primary-color) !important;
}
#kursinhalt .course-curriculum ul.curriculum-sections .section-header .section-title {
	font-size: 17px !important
}
.course-curriculum ul.curriculum-sections .section-header .section-title .prev {
	float: right;
	margin-right: 5px;
}
.course-curriculum ul.curriculum-sections .section-header .section-title .prev a {
	background: var(--dfs-green-grad);
	color: #fff;
    font-size: 13px;
    padding: 8px 14px;
	text-transform: uppercase;
}
.course-curriculum ul.curriculum-sections .section-header .section-title .prev a:hover {
 	background: var(--thim-border-color);
}
.course-curriculum ul.curriculum-sections .section-content .course-item {
	border-color: #eee !important;
}
#kursinhalt .course-curriculum ul.curriculum-sections .section-content .course-item {
	padding: 12px 0;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-title {
	gap: 12px !important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-title .item-name,
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration,
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions,
.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status {
	color: var(--thim-font-body-color) !important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-title .item-name:hover {
	color: var(--thim-body-primary-color) !important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .lesson-preview .fa-eye:before {
	color: #fff;
}
.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-meta .course-item-status:before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;	
}
@media (max-width: 767px) {
	#kursinhalt {
		padding-bottom: 40px;
	}
	#kursinhalt .tabs-header .open-close-button {
		right: 17px;
	}
	#kursinhalt #learn-press-course-tabs .tab-content {
		padding: 0 15px 5px;
	}
	#kursinhalt .course-curriculum ul.curriculum-sections .section-header .section-title {
		font-size: 16px !important;
	}
}

		/**
		 * 7.7
		 * LP LMS 2025
		 */

				/* SIDEBAR & HEADER */

#popup-course #popup-sidebar {
	overflow-x: hidden;
}
#popup-course #popup-sidebar .search-course input[name=s] {
	color: #fff;
	padding-left: 43px;
}
#popup-course #popup-sidebar .search-course button {
	left: 1px;
}
#popup-course #popup-sidebar .course-curriculum {
	background: #fff;
}
#popup-course #popup-sidebar .course-curriculum .section-header {
	background: var(--thim-body-bg-color);
}
#popup-course #popup-header {
	border-bottom: 0;
}
#popup-course #popup-header .thim-course-item-popup-right .back_course {
	transition: .25s;
}
#popup-course #popup-header .dfs-container {
	display: flex;
	flex-direction: column;
	align-items: center
}
#popup-course #popup-header .dfs-container span {
	position: absolute;
	top: 45px;
	font-size: 11px;
	line-height: 11px;
	pointer-events: none;
	transition: .25s;
}
body.lp-sidebar-toggle__close.learnpress-v4 #popup-course #popup-header #sidebar-toggle.toggle-content-item::before,
body.lp-sidebar-toggle__close.learnpress-v4 #popup-course #popup-header .dfs-container.sidebar span {
	opacity: .6;
}
#popup-course #popup-header #sidebar-toggle {
	border-radius: 0;
}
#popup-course #popup-header #sidebar-toggle.toggle-content-item,
#popup-course #popup-header #sidebar-toggle.toggle-content-item:hover::before,
#popup-course #popup-header #sidebar-toggle.toggle-content-item:hover + span {
	opacity: 1 !important;
}
#popup-course #popup-header #sidebar-toggle.toggle-content-item:hover {
	background: var(--thim-button-hover-color) !important;
}
#popup-course #popup-header #sidebar-toggle.toggle-content-item::before,
#popup-course #popup-header .dfs-container .write-a-review::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 24px;
	position: absolute;
	top: 39% !important;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .25s;
}
#popup-course #popup-header #sidebar-toggle.toggle-content-item::before,
body.lp-sidebar-toggle__close.learnpress-v4 #popup-course #popup-header #sidebar-toggle.toggle-content-item::before {
	content: "\f03a" !important;
}
#popup-course #popup-header .dfs-container .write-a-review::before {
	content: "\f005";
	font-size: 21px;
} 
#popup-course #popup-header .dfs-container .write-a-review {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	transition: .25s;
}
#popup-course #popup-header .dfs-container .write-a-review:hover {
	cursor: pointer;
}
#popup-course #popup-header form.form-button-finish-course {
	display: none;
}
#popup-course #popup-header .items-progress {
	column-gap: 30px;
}
#popup-course #popup-header .items-progress .learn-press-progress::before {
	background: #555;
}

				/* CONTENT */

#popup-course #popup-content {
	margin-bottom: 70px;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap {
	padding: 40px 40px 0;
	text-align: center;
	width: 100%;
	max-width: 1400px;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap .learn-press-message {
	margin: 0 0 20px !important;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap h1,
#popup-course #popup-content #learn-press-content-item .content-item-wrap h2,
#popup-course #popup-content #learn-press-content-item .content-item-wrap h3 {
	line-height: 1.5;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap h1 {
	font-size: 30px;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap h3 {
	margin-bottom: 35px;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-description p {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap iframe {
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap form.form-button-finish-course {
	margin: 0;
}
#popup-course #popup-content #learn-press-content-item .content-item-wrap .lesson-info {
	margin-top: 25px;
}
#popup-course .lesson-info {
	color: #555;
}

				/* QUIZ */

#popup-course #popup-content #learn-press-quiz-app {
	margin-bottom: 0;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-intro,
#popup-course #popup-content #learn-press-quiz-app .question .question-response {
	justify-content: center;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-intro-item--duration {
	margin-right: 0;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-status>div {
	border-radius: 10px;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-status .questions-index {
	text-align: left !important;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-status .countdown {
	color: #fff;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-questions {
	max-width: 792px;
	margin: auto;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-questions h4 {
	font-weight: 900;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-questions .instant-check__info {
	left: 50%;
	transform: translateX(-50%);
}
#popup-course #popup-content #learn-press-quiz-app .quiz-questions .question .answer-option .option-title {
	color: #333;
	text-align: left;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons {
	margin-bottom: 0;
	padding-top: 0;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .nav-links {
	margin: 0;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .nav-links .page-numbers {
	background: #555;
	border-radius: 10px !important;
	color: #fff !important;
	display: none;
    border: 0;
	font-size: 15px;
	font-weight: 900;
	line-height: 15px;
	padding: 15px 20px;
	transition: none;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .nav-links .page-numbers.current,
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .nav-links .page-numbers:hover {
	background: #dd3333;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .nav-links .page-numbers.prev,
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .nav-links .page-numbers.current,
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .nav-links .page-numbers.next {
	display: inline-block;
}
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .button-right,
#popup-course #popup-content #learn-press-quiz-app .quiz-attempts,
#popup-course #popup-content #learn-press-quiz-app .quiz-intro-item--passing-grade {
	display: none; /* since its created by JS and not PHP */
}

				/* FOOTER */

#popup-course #popup-footer {
	border-top-style: solid !important;
	height: auto;
	min-height: 70px;
	max-width: 100%;
	box-shadow: var(--dfs-shadow2);
    -webkit-box-shadow: var(--dfs-shadow2);
	z-index: 2;
	transition: .25s;
}
body.lp-sidebar-toggle__open #popup-course #popup-footer {
	max-width: calc(100% - 475px);
}
#popup-course #popup-footer .lp-ajax-message {
	margin: 0;
}
#popup-course #popup-footer .course-item-nav {
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	height: auto;
	min-height: 70px;
	max-width: 800px;
	margin: 0 auto !important;
	padding: 0 15px !important;
	position: relative;
}
#popup-course #popup-footer .course-item-nav .prev::before {
	content: "\f053";
	font-size: 20px;
}
#popup-course #popup-footer .course-item-nav .next::before {
	content: "\f054";
	font-size: 20px;
}
#popup-course #popup-footer .course-item-nav .prev, #popup-course #popup-footer .course-item-nav .next {
	opacity: 0.6;
}
#popup-course #popup-footer .course-item-nav .prev:hover, #popup-course #popup-footer .course-item-nav .next:hover {
	opacity: 1;
}
#popup-course #popup-footer .course-item-nav .prev a, #popup-course #popup-footer .course-item-nav .next a,
#popup-course #popup-footer .course-item-nav .prev::before, #popup-course #popup-footer .course-item-nav .next::before {
	color: #000 !important;
}
#popup-course #popup-footer .course-item-nav .course-item-nav__name {
	color: #333;
}
#popup-course #popup-footer .course-item-nav .prev .course-item-nav__name {
	left: 15px;
}
#popup-course #popup-footer .course-item-nav .next .course-item-nav__name {
	right: 15px;
}
#popup-course #popup-footer .wrapper-middle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 15px 0;
}
#popup-course #popup-footer .wrapper-middle button.lp-button {
	background: var(--dfs-red-grad);
	border: 0;
	border-radius: 10px;
	color: #fff;
}

@media (max-width: 1280px) {
	body.lp-sidebar-toggle__open #popup-course #popup-footer {
		max-width: calc(100% - 300px);
	}
	#popup-course #popup-sidebar ul.curriculum-sections .section-title .prev {
		display: block;
		margin-top: 5px;
		float: left;
	}
}
@media (max-width: 1024px) {
	#popup-course #popup-content #learn-press-content-item .content-item-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	body.lp-sidebar-toggle__open #popup-course #popup-content #learn-press-content-item .content-item-wrap {
		padding-bottom: 30px;
	}
	#popup-course #popup-content #learn-press-content-item .content-item-wrap h1 {
		font-size: var(--thim-font-h2-font-size);
	}
	body.lp-sidebar-toggle__open #popup-course #popup-content #learn-press-content-item .content-item-wrap .flags {
		flex-wrap: wrap;
		margin: auto;	
		width: 285px;
	}
	#popup-course #popup-footer .course-item-nav {
		padding: 0 !important;
	}
}
@media (min-width: 768px) {
	#popup-course #popup-content #learn-press-content-item .content-item-wrap .lesson-info,
	#popup-course #popup-content #learn-press-content-item .content-item-wrap form {
		display: none;
	}
}
@media (max-width: 767px) {
	#popup-course #popup-content #learn-press-content-item .content-item-wrap {
		padding: 10px 0 20px;
	}
	#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-description {
		margin-bottom: 0;
	}
	#popup-course #popup-content #learn-press-content-item .content-item-wrap form {
		display: block;
		float: unset;
	}
	#popup-course #popup-footer .course-item-nav .lesson-info,
	#popup-course #popup-footer .course-item-nav .wrapper-middle {
		display: none;
	}
}
@media (max-width: 600px) {
	body.lp-sidebar-toggle__open #popup-course #popup-header .dfs-container.review {
		display: none;
	}
}

/* height adjust for Popup Content Video*/
@media (min-height: 900px) and (max-height: 1024px) {
	#popup-course #popup-content #learn-press-content-item .content-item-wrap {
		max-width: 1100px;
	}
}
@media (min-height: 800px) and (max-height: 899px) {
	#popup-course #popup-content #learn-press-content-item .content-item-wrap {
		max-width: 950px;
	}
}
@media (max-height: 799px) {
	#popup-course #popup-content #learn-press-content-item .content-item-wrap {
		max-width: 800px;
	}
}

		/* 
		 * 7.8
		 * AUTHOR 2024
		 */

#learn-press-course #dozent {
	display: flex;
	align-items: center;
	padding: 0 20px 60px 0;
	gap: 40px;
}
#learn-press-course #dozent .image {
    flex: 1 1 calc(38% - 20px);
}
#learn-press-course #dozent .image img {
    border-radius: 50%;
	box-shadow: var(--dfs-shadow1);
    -webkit-box-shadow: var(--dfs-shadow1);
}
#learn-press-course #dozent .text {
    flex: 1 1 calc(62% - 20px);
}
#learn-press-course #dozent .text h2 {
	margin-bottom: 0;
}
#learn-press-course #dozent .text h3 {
	margin-top: 10px;
	color: var(--dfs-hred);
	line-height: 1.5;
}
@media (max-width: 767px) {
	#learn-press-course #dozent {
		padding: 10px 10px 40px;
		flex-direction: column;
		text-align: center;
	}
	#learn-press-course #dozent .image, #learn-press-course #dozent .text {
		width: 100%;
	}
}

		/*
		 * 7.9
		 * REVIEWS 2024
		 */

#bewertungen {
	padding-bottom: 60px;
}
#bewertungen h2, #bewertungen h3 {
	text-align: center;
}
#bewertungen h3 {
	margin: 0 0 35px;
}
.learnpress-v4 .course-review .review-stars-rated .lp-review-svg-star svg {
	height: 20px;
	width: 20px;
}

			/* TOP 2024 */ 

#bewertungen .course-rating {
	background: #fff;
	padding: 5px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#bewertungen .course-rating .average-rating {
	flex: 0 1 200px;
	min-width: 150px;
	margin: 0;
}
#bewertungen .course-rating .average-rating .rating-box {
	border: 0;
	padding: 50px 0;
}
#bewertungen .course-rating .average-rating .rating-box .average-value {
	color: var(--thim-body-primary-color);
	font-size: 38px;
	line-height: 38px;
    margin-top: 0;
}
#bewertungen .course-rating .average-rating .rating-box .review-amount {
	margin-top: 0;
}	
#bewertungen .course-rating .average-rating .review-star .review-stars-rated,
#bewertungen #course-reviews .review-rating .review-stars-rated {
	margin: auto;
	width: fit-content;
	height: 30px;
}
#bewertungen .course-rating .detailed-rating {
	flex: 1;
	max-width: calc(100% - 150px);
}
#bewertungen .course-rating .detailed-rating .rating-box {
	border: 0;
}	
#bewertungen .course-rating .detailed-rating .stars>div {
    line-height: 28px;
}
#bewertungen .course-rating .detailed-rating .stars>div.bar {
	flex: 1;
	min-width: 150px;
	margin: 0 15px;
}
#bewertungen .course-rating .detailed-rating .stars span {
	width: 35px;
	text-align: right;
}
#bewertungen .course-rating .detailed-rating .stars>div.bar .full_bar {
	background: #ccc;
}
#bewertungen .course-rating .detailed-rating .stars>div.bar .full_bar,
#bewertungen .course-rating .detailed-rating .stars>div.bar .full_bar>div {
	border-radius: 5px;
}
#bewertungen button.write-a-review {
	display: block;
	margin: 35px auto;
}
#bewertungen .learn-press-message {
	margin: 35px 0 !important;
}
@media (max-width: 1024px) {
	#bewertungen .course-rating .average-rating .rating-box .average-value {
		font-size: 33px;
		line-height: 33px;
	}
}

			/* BOTTOM 2024 */

#bewertungen #course-reviews ul {
	list-style: none;
	margin: 0;
}
#bewertungen #course-reviews ul li {
	background: #fff;
	border-top: 1px solid #ccc;
	display: flex;
	padding: 30px 5px;
}
#bewertungen #course-reviews .review-rating {
	flex: 0 0 200px;
	min-width: 150px;
	text-align: center;
}
#bewertungen #course-reviews .review-main {
	padding: 0 25px;
}
#bewertungen #course-reviews .review-main .review-author {
	margin-bottom: 8px;
}
#bewertungen #course-reviews .review-main .review-author h4 {
	display: inline-block;
	font-size: 17px;
	margin: 0;
	line-height: 30px;
}
#bewertungen #course-reviews .review-main .review-author i {
	color: #28b224;
	margin-left: 2px;
}
#bewertungen #course-reviews .review-main .review-author span {
	color: #555;
	display: block;
	font-size: 14px;
}
#bewertungen #course-reviews .review-main .review-content  .review-read-more {
	background: #555;
	border-radius: 10px;
	color: #fff;
	display: block;
	padding: 10px 20px;
	font-size: var(--thim-font-button-font-size);
	font-weight: var(--thim-font-button-variant);
	line-height: var(--thim-font-button-line-height);
	margin-top: 15px;
	text-transform: var(--thim-font-button-text-transform);
	transition: none;
	width: max-content;
}
#bewertungen #course-reviews .review-main .review-content  .review-read-more:hover {
	background: var(--dfs-red-grad);
}
@media (max-width: 767px) {
	#bewertungen {
		padding: 10px 10px 40px;
	}
}
@media (max-width: 600px) {
	#bewertungen .course-rating {
		display: grid;
		justify-content: center;
		justify-items: center;
	}
	#bewertungen .course-rating .average-rating {
		width: 100%;
	}
	#bewertungen .course-rating .average-rating .rating-box {
		padding: 20px 0 0;
	}
	#bewertungen .course-rating .detailed-rating {
  		max-width: 100%;
	}
	#bewertungen #course-reviews ul li {
		display: grid;
		gap: 10px;
	}
	#bewertungen #course-reviews .review-main {
		text-align: center;
		padding: 0 15px;
	}
	#bewertungen #course-reviews .review-main .review-author {
		margin-bottom: 12px;
	}
	#bewertungen #course-reviews .review-main .review-content  .review-read-more {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 480px) {
	.course-rating .detailed-rating .stars>div.bar {
		width: unset !important;
	}
}

			/* LP POPUP COURSE REVIEW 2025 */

body.dfs-course-review-active {
	overflow: hidden;
}
body.dfs-course-review-active #masthead {
	position: static;
	z-index: auto;
}
.course-review-wrapper {
	display: unset !important;
	text-align: unset !important;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.8) !important;
	width: 100%;
    height: 100vh;
	-webkit-transform: scale(.2,.2);
	transition: all .3s cubic-bezier(.4,0,1,1);
	-webkit-transition: all .3s cubic-bezier(.4,0,1,1);
}
body.dfs-course-review-active .course-review-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1,1);
	z-index: 999;
}
.course-review-wrapper .review-popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg=="),progress;
}
#review-form {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	color: #333;
	width: 80%;
	max-width: 600px;
	margin: 0;
	padding: 40px 50px;
	text-align: center;
	cursor: auto;
	z-index: 9999999;
}
#review-form .close {
	display: block;
	cursor: pointer;
	color: var(--thim-font-title-color);
	font-size: 25px;
	position: absolute;
	top: 20px;
	right: 25px;
}
#review-form .close:hover {
	color: var(--thim-body-primary-color);
}	
#review-form h2 {
	font-size: 24px !important;
	margin-top: 0;
}
#review-form .review-fields .review-stars {
	justify-content: center;
}
.learnpress-v4 #review-form .review-stars>li {
	display: flex;
	justify-content: center;
	width: 50px !important;
	height: 40px !important;
}
.learnpress-v4 #review-form .review-stars>li svg {
	color: #f2b827;
	width: 40px;
	height: 40px;
}
#review-form .review-fields textarea {
	background: var(--thim-body-bg-color);
	height: 170px;
	margin: 10px 0;
}
.learnpress-v4 #review-form .review-fields li.review-actions {
	margin-bottom: 0;
}
@media (max-width: 600px) {
	#review-form {
		padding: 50px 15px 20px;
		width: 100%;
		height: 100%;
	}
	#review-form .review-fields textarea {
		height: 250px;
	}
}

		/*
		 * 7.10
		 * FAQ 2025
		 */

#course-faq  {
	padding-top: 10px;
}
#course-faq h2, #course-faq h3 {
	text-align: center;
}
#course-faq h3 {
	margin-bottom: 40px;
}
@media (max-width: 1048px) {
	#course-faq .faq-container {
		flex-direction: column;
	}
	#course-faq .faq-container .left, #course-faq .faq-container .right {
		width: 100%;
	}
}


		/*
		 * 7.11
		 * THIM BOTTOM LANDING
		 */

@media (min-width: 768px) {
	.thim-course-menu-landing {
		display: none !important; /* for safety */
	}
}
@media (max-width: 767px) {
	.thim-course-menu-landing {
		bottom: 0 !important;
		color: #000;
		box-shadow: 0 3px 10px 2px rgba(42,42,42,0.5) !important;
		transition: transform 0.3s !important;
		transform: translateY(0);
	}
	.thim-course-menu-landing.hidden {
		transform: translateY(100%);
	}
	.thim-course-menu-landing .container {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		padding: 15px;
	}
	.thim-course-menu-landing .container a.course:hover {
		background: var(--dfs-red-grad) !important;
	}
	.thim-course-menu-landing .container a.course:active {
		background: var(--thim-button-hover-color) !important;
	}
	.thim-course-menu-landing .container i {
		margin-right: 6px;
	}
}


/**
 * 8
 * BLOG 2024
 */

	/*
	 * a
	 * BLOG HOME & ARCHIVE 2024
	 */

#blog-archive-layout .row {
	display: flex;
	flex-wrap: wrap;
}
#blog-archive-layout article {
	background: #fff;
	border-radius: 10px;
	margin: 0 15px 40px;
	padding: 0 !important;
	box-sizing: border-box;
	flex: 1 1 calc(33.333% - 30px);
	max-width: calc(33.333% - 30px);
	box-shadow: var(--dfs-shadow1);
    -webkit-box-shadow: var(--dfs-shadow1);
}
#blog-archive-layout article:hover {
	box-shadow: var(--dfs-shadow2);
    -webkit-box-shadow: var(--dfs-shadow2);
}
#thim-course-archive #post-10375 .course-thumbnail::after /*,
#blog-archive-layout article#post-27901 .post-formats-wrapper::after */{
	background: var(--dfs-yellow-grad);
	color: #000;
    content: "NEU";
	font-size: 14px;
	font-weight: 900;
    position: absolute;
	padding: 2px 10px;
	top: 10px;
	left: 10px;
	z-index: 99;
}
#blog-archive-layout article .content-inner {
	padding-bottom: 0 !important;
	transition: all .3s;
}
#blog-archive-layout article .post-formats-wrapper {
	border-radius: 10px 10px 0 0;
	clip-path: inset(0 0 0 0 round 10px 10px 0 0); /* for iOS */
	-webkit-clip-path: inset(0 0 0 0 round 10px 10px 0 0);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
#blog-archive-layout article.sticky .post-formats-wrapper::before {
	display: none;
    border-radius: 10px 10px 0 0;
	background: var(--dfs-yellow-grad);
	color: #000;
    content: "Neuer Fall";
    position: absolute;
	padding: 8px;
	text-align: center;
	top: 0;
    width: 100%;
	z-index: 99;
}
#blog-archive-layout article .post-formats-wrapper a.post-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.4);
	transition: all .3s;
	opacity: 0;
}
#blog-archive-layout article .post-formats-wrapper a>img {
	display: block;
	max-height: 250px;
	object-fit: cover;
	transform: scale(1);
	transition: all .5s ease-in-out;
}
#blog-archive-layout article:hover .post-formats-wrapper a>img {
	transform: scale(1.05);
}
#blog-archive-layout article .post-formats-wrapper .wrap-btn {
	position: absolute;
	z-index: 90;
	opacity: 0;
	transition: all .3s ease-in-out;
}
#blog-archive-layout article .post-formats-wrapper a.button {
	background: var(--dfs-red-grad);
	border-radius: var(--thim-border-radius-button);
	color: var(--thim-button-text-color);
	display: inline-block;
	font-size: var(--thim-font-button-font-size);
	font-weight: var(--thim-font-button-variant);
    line-height: var(--thim-font-button-line-height);
	padding: 13px 26px;
    text-transform: var(--thim-font-button-text-transform);
}
#blog-archive-layout article .post-formats-wrapper:hover a.post-image::before,
#blog-archive-layout article .post-formats-wrapper:hover .wrap-btn {
    opacity: 1;
}
#blog-archive-layout article .entry-content {
	background: none;
	box-shadow: none;
	padding: 20px;
	text-align: center;
	width: 100%;
}
#blog-archive-layout article .entry-header {
	display: block;
	margin-bottom: 0;
}
#blog-archive-layout article .entry-header h2.entry-title {
	font-size: var(--thim-font-h2-font-size);
	margin: 2px 0 10px;
	line-height: 1.3;
}
#blog-archive-layout article .entry-contain .meta:hover, #blog-archive article .entry-header h2 a:hover {
	color: #888;
}
#blog-archive-layout article .readmore {
	margin: 20px 0 5px;
}
#blog-archive-layout article .readmore a {
	background: var(--dfs-red-grad);
	box-shadow: var(--dfs-shadow2);
	padding: 13px 26px;
    -webkit-box-shadow: var(--dfs-shadow2);
}
@media (max-width: 1024px) {
	#blog-archive-layout article .post-formats-wrapper a.button, #blog-archive-layout article .readmore a {
		padding: 12px 22px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#blog-archive-layout article {
		flex: 1 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}
@media (max-width: 767px) {
	#blog-archive-layout article {
		flex: 1 1 100%;
		max-width: 100%;
	}
	#blog-archive-layout article .post-formats-wrapper img {
		max-height: 230px;
	}
}

	/*
	 * b
	 * BLOG SINGLE 2024
	 */

		/* CONTENT 2024 */

.post-template-default article .post-formats-wrapper {
	margin-bottom: 0px !important;
	box-shadow: var(--dfs-shadow3);
	-webkit-box-shadow: var(--dfs-shadow3); 
}
.blog-picture-source {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
	text-align: right;
}
.post-template-default article .post-formats-wrapper a {
	display: none;
}
#blog-infos {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
#blog-infos .right {
	border-right: 1px solid #555;
    padding-right: 20px;
    margin-right: 20px;
	text-align: center;
}
#blog-infos .course-author img {
	border-radius: 25px;
	float: left;
	margin: 2px 14px 0 0;
}
#blog-infos .author-contain {
	display: inline-block;
}
#blog-infos label {
	color: var(--thim-font-title-color);
	margin: 0;
}
#blog-infos .value {
	color: var(--dfs-body-grey);
	line-height: 18px;
}
#blog-infos .legal-area {
	text-align: center;
}
#blog-infos .category-tag {
	line-height: 18px;
}
.post-template-default h2 {
	display: flex;
	align-items: center;
	margin-top: 35px;
}
.post-template-default h2::before {
	content: 'l';
	color: var(--thim-body-primary-color);
	font-size: 35px;
	margin-right: 8px;
}
.post-template-default article blockquote {
	font-size: var(--thim-font-body-font-size);
	font-style: italic;
}
.post-template-default article p:last-of-type {
	margin-bottom: 0;
}
#blog-lsg {
	list-style: upper-roman;
}
#blog-lsg .first {
	list-style-type: square;
}
#blog-lsg .second {
	list-style: decimal;
}
#blog-lsg, #blog-lsg ul li, #blog-lsg .second {
	list-style-position: inside;
}
#blog-lsg li {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}
#blog-lsg .second li, #blog-lsg ul li {
	font-size: var(--thim-font-body-font-size);
	font-weight: var(--thim-font-body-variant);
}
@media (max-width: 1024px) {
	#blog-infos {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	article .blog-picture-source {
		margin-bottom: 30px;
		text-align: center;
	}
	.post-template-default h2 {
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	#blog-infos .reading-time {
		display: none;
	}
}

		/* BLOG C2A 2024 */ 

#blog-c2a {
	max-width: 400px;
	margin: 30px auto 40px;
	box-shadow: var(--dfs-shadow3);
    -webkit-box-shadow: var(--dfs-shadow3);
}
#blog-c2a:last-of-type {
	margin-bottom: 0;
}
#blog-c2a .body {
	background: #fff;
	padding: 20px 10px 10px;
	text-align: center;
}
#blog-c2a .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#blog-c2a .column1, #blog-c2a .column2 {
	padding: 10px;
	text-align: center;
}
#blog-c2a .column1 {
	width: 45%;
}
#blog-c2a .column2 {
	width: 55%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
#blog-c2a h3 {
	line-height: 1.3;
	margin-top: 0;
}
#blog-c2a .column1 img.course {
	width: 229px;
	height: auto;
}
#blog-c2a .column2 .course-price {
	line-height: 16px;
}
@media (min-width: 768px) {
	#blog-c2a {
		display: none;
	}
}
@media (max-width: 767px) {
	#blog-c2a .head h3 span {
		margin-left: 5px;
		margin-top: -1px;
	}
}


/**
 * 9
 * ABOUT 2024
 */

#about-buttons {
    display: flex;
}
#about-buttons a {
	border-radius: var(--thim-border-radius-button);
	color: var(--thim-button-text-color);
	display: inline-block;
	padding: 10px 20px;
	box-shadow: var(--dfs-shadow1);
    -webkit-box-shadow: var(--dfs-shadow1);
}
#about-buttons a:hover {
	background: var(--thim-button-hover-color);
}
#about-buttons i {
	margin-right: 6px;
}
#about-buttons .btn1 {
	background: var(--dfs-red-grad);
	margin-right: 15px;
}
#about-buttons .btn2 {
	background: var(--dfs-blue-grad);
}
@media (min-width: 768px) {
	#about-buttons {
		margin-top: 30px;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	#about-buttons {
		display: none;
	}
}


/**
 * 10
 * CONTACT & TERMINATION 2024
 */

.wpcf7 form {
	text-align: center;
}
.wpcf7 p {
	margin-bottom: 10px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea, .wpcf7-form-control-wrap, .wpcf7-form select {
	border-color: #b4b9be;
	font-size: var(--thim-font-body-font-size);
}
.wpcf7-form textarea {
	max-height: 200px;
}
.wpcf7-form select {
	color: #777;
	font-size: 14px;
}
.wpcf7 form .wpcf7-submit {
	background: var(--dfs-red-grad);
	border-radius: var(--thim-border-radius-button) !important;
	margin-top: 15px;
	padding: 13px 25px;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}
.wpcf7-list-item {
	margin: 0 5px 0 0;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-not-valid-tip {
	display: none; /* hide individual error lines */
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450 !important;
}
#termination {
	max-width: 600px;
	margin: auto;
	text-align: center;
}
#termination .wpcf7 {
	padding-top: 20px;
}
#termination .wpcf7-form input[name="your-name"]::placeholder,
#termination .wpcf7-form input[name="your-email"]::placeholder {
	color: #333;
}
#termination .wpcf7-form select.first,
#termination .wpcf7-form select.reason {
	color: #333;
	font-size: 15px;
	height: 44px;
}
#termination .wpcf7-form textarea.immediately::placeholder,
#termination .wpcf7-form textarea.immediately {
	color: #dd3333;
}
#termination p.reason {
	margin: 40px 0 20px;
}
#contact-faq .faq-container {
	flex-direction: column;
}


/** 
 * 11
 * LP PROFILE 2024
 */

	/* PROFILE SIDEBAR 2024 */

.lp-user-profile #profile-sidebar {
	background: #fff;
	border: 0;
	margin: 0;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);	
}
.lp-user-profile #profile-sidebar .profile-username {
	padding: 20px;
}
.lp-user-profile #profile-sidebar .profile-username span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
.lp-user-profile .lp-profile-nav-tabs { /* fix for iOS */
	justify-content: flex-start; 
	-webkit-overflow-scrolling: touch;
}
.lp-user-profile .lp-profile-nav-tabs li {
	border-top: 1px solid #ccc !important;
}
.lp-user-profile .lp-profile-nav-tabs>li.active a {
	font-weight: 700;
}
.lp-user-profile .lp-profile-nav-tabs>li a {
	align-items: center;
	gap: 10px;
	line-height: 15px;
	padding: 17px 20px;
}
.lp-user-profile .lp-profile-nav-tabs>li a i {
	color: #dd3333;
	line-height: 15px;
	margin: 0;
	text-align: center;
	width: 17px;
}
.lp-user-profile .lp-profile-nav-tabs li a:hover {
	background: var(--thim-button-hover-color);
}
.lp-user-profile .lp-profile-nav-tabs li a:hover,
.lp-user-profile .lp-profile-nav-tabs li a:hover i {
	color: #fff !important;
}
.lp-user-profile .lp-profile-nav-tabs li.logout {
	/*display: none;*/
}
/* Restore LP origin */
@media (max-width: 990px) {
	.lp-user-profile .lp-profile-nav-tabs>li a {
		padding: 8px 12px;
	}
}

	/* GENERAL 2024 */

.lp-user-profile .lp-profile-content {
	margin: 0;
	padding: 0;
	width: calc(100% - 320px);
}
#learn-press-profile .profile-heading {
	text-align: center;
}
#learn-press-profile .learn-press-message, #learn-press-profile .lp-ajax-message {
	margin: 0 !important;
}
.lp-list-table thead tr th, .lp-list-table tbody tr td, .lp-list-table tbody tr th,
.lp-list-table tfoot tr td, .lp-list-table tfoot tr th {
	height: inherit;
}
.lp-profile-content table.lp-list-table {
	margin: 0;
	border: 0;
}
.lp-profile-content thead, .lp-profile-content tbody, .lp-profile-content tfoot, .lp-profile-content table tr, .learnpress table thead {
	border: 0; /* outer lines */
}
.learnpress table th, .lp-profile-content table.lp-list-table tr th, .lp-profile-content table.lp-list-table tr td {
	border: 0; /* vertical lines */
	padding: 15px 20px;
}
.learnpress #learn-press-profile.lp-user-profile th {
	background: var(--thim-body-primary-color) !important;
	color: #fff !important;
	font-size: var(--thim-font-body-font-size);
}
.learnpress #learn-press-profile.lp-user-profile th, .learnpress #learn-press-profile.lp-user-profile td {
	text-align: center;
}
.learnpress #learn-press-profile.lp-user-profile .name {
	text-align: left;
	cursor: default;
}
.learnpress #learn-press-profile.lp-user-profile td {
	background: #fff;
	border: 0;
	border-top: 1px solid #ccc;
	height: 55px;
}
.learnpress #learn-press-profile.lp-user-profile tr {
	border: 0;
}
.learnpress #learn-press-profile a.dfs-button {
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
}
.learnpress #learn-press-profile a.dfs-button:hover {
	color: #fff !important;
}
.learnpress #learn-press-profile a.dfs-button.cancel {
	background: #000;
}
.learnpress #learn-press-profile a.dfs-button.details {
	background: var(--dfs-red-grad);
}
.learnpress #learn-press-profile a.dfs-button.cancel:hover,
.learnpress #learn-press-profile a.dfs-button.details:hover {
	background: var(--thim-button-hover-color);
}
.lp-profile-content table.lp-list-table tr td a:hover {
	color: var(--thim-body-primary-color) !important;
}
#learn-press-profile .learn-press-profile-course__progress,
#learn-press-profile .profile-material,
#learn-press-profile #profile-content-quizzes .learn-press-subtab-content,
#learn-press-profile .profile-orders,
#learn-press-profile .woocommerce_account_subscriptions {
	overflow-x: auto;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
.nbr {
	white-space: nowrap;
}
@media (max-width: 990px) {
	#learn-press-profile #profile-sidebar {
		float: none;
	}
	#learn-press-profile #profile-sidebar .profile-username {
		padding: 15px;
		text-align: center;
	}
	#learn-press-profile #profile-sidebar .profile-username span {
		display: inline;
	}
	.lp-user-profile #profile-nav {
		border: 0;
	}
	#learn-press-profile #profile-nav .lp-profile-nav-tabs li {
		border-right: 1px solid #ccc !important;
	}
	#learn-press-profile  #profile-nav .lp-profile-nav-tabs li:nth-last-of-type(1) {
		border-right: none !important;
	}
	#learn-press-profile  #profile-nav .lp-profile-nav-tabs li a {
		display: flex;
		align-items: center;
		height: 55px;
	}
	#learn-press-profile.lp-user-profile #profile-content {
		margin-top: 40px;
		width: 100%;
	}
	#learn-press-profile h2.profile-heading {
		margin-bottom: 30px;
	}
}
@media (max-width: 560px) {
	#learn-press-profile.lp-user-profile #profile-sidebar #profile-nav .lp-profile-nav-tabs li.active>a {
		background: var(--thim-body-primary-color);
	}
	#learn-press-profile.lp-user-profile #profile-sidebar #profile-nav .lp-profile-nav-tabs li.active>a i {
		color: #fff !important;
	}
	#learn-press-profile.lp-user-profile #profile-sidebar #profile-nav .lp-profile-nav-tabs li::after {
		display: none;
	}
}

	/* COURSES LIST 2024 */

#learn-press-profile #profile-content-my-courses .learn-press-message {
	margin-bottom: 30px !important;
}
.learn-press-profile-course__progress .lp_profile_course_progress {
	border: 0;
	margin: 0;
	min-width: 600px;
}
.learn-press-profile-course__progress .lp_profile_course_progress__header th {
	border: 0;
	line-height: var(--thim-font-body-line-height);
}
.learn-press-profile-course__progress .lp_profile_course_progress__header th.name {
	padding: .7em 1em;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item th:first-child, 
.learnpress #learn-press-profile.lp-user-profile .learn-press-profile-course__progress .lp_profile_course_progress__item td:first-child {
    min-width: 90px;
	width: 11%;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item th:nth-child(2),
.learn-press-profile-course__progress .lp_profile_course_progress__item td:nth-child(2) {
    min-width: 295px;
	width: 57%;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item th:nth-child(3),
.learn-press-profile-course__progress .lp_profile_course_progress__item td:nth-child(3) {
    min-width: 115px;
	width: 17%;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item th:nth-child(4),
.learn-press-profile-course__progress .lp_profile_course_progress__item td:nth-child(4) {
    min-width: 100px;
	width: 15%;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item img {
	max-width: 65px;
}
#learn-press-profile.lp-user-profile #profile-content .lp_profile_course_progress__item a {
	font-size: var(--thim-font-body-font-size);
	font-weight: var(--thim-font-body-variant);
}
@media (max-width: 767px) {
	.learn-press-profile-course__progress .lp_profile_course_progress__header th:first-child,
	.learn-press-profile-course__progress .lp_profile_course_progress__item td:first-child {
		display: table-cell;
	}
}

	/* MATERIAL 2024 */

#learn-press-profile .profile-list-material {
	min-width: 510px;
}
#learn-press-profile .profile-list-material td:first-child {
    min-width: 290px;
	width: 60%;
}
#learn-press-profile .profile-list-material td:nth-child(2) {
    min-width: 110px;
	width: 20%;
}
#learn-press-profile .profile-list-material  td:nth-child(3) {
    min-width: 110px;
	width: 20%;
}
#learn-press-profile .profile-list-material .fas {
	color: #dd3333;
	margin-right: 6px;
}

	/* QUIZ 2024 */

.learnpress #learn-press-profile.lp-user-profile .column-quiz {
	text-align: left;
}
.learnpress #learn-press-profile.lp-user-profile .profile-list-quizzes .column-quiz a {
	font-weight: 400;
}
#learn-press-profile .profile-list-quizzes .fas {
	color: #dd3333 !important;
	margin-right: 6px;
}

	/* CERTIFICATE 2024 */

#profile-content-certificates .profile-certificates {
	grid-gap: 40px;
}
#profile-content-certificates .profile-certificates li.certificate-item {
	border: 0;
	padding: 0;
	text-align: center;
}
#profile-content-certificates .profile-certificates li.certificate-item .certificate-thumbnail {
	border: 0;
	box-shadow: var(--dfs-shadow1);
	-webkit-box-shadow: var(--dfs-shadow1);
}
#profile-content-certificates .certificate-result {
	height: auto;
}
#profile-content-certificates .course-title {
	margin: 0 0 15px;
}

/* mainly on LP single course page */
#certificate-popup.ready {
	background: rgba(0,0,0,0.8);
	padding: 35px 15px;
}
#certificate-popup.ready .certificate {
	max-width: 850px;
	margin: auto;
}
#certificate-popup.ready .certificate .certificate-actions {
	margin: 0 0 20px;
}
#certificate-popup.ready .certificate .certificate-actions li {
	background: var(--dfs-green-grad);
	border: 0;
	border-radius: 10px;
}
#certificate-popup.ready .certificate .certificate-actions li:hover {
	background: #555;
}
#certificate-popup.ready .certificate .certificate-actions li a {
	color: #fff;
	padding: 16px 25px;
}
#certificate-popup.ready .certificate .certificate-actions li a i {
	margin-right: 6px;
}
#certificate-popup.ready .close-popup {
	background: none;
	color: #fff;
	font-size: 25px;
	position: absolute;
	top: 20px;
	right: 25px;
	width: unset;
	height: unset;
}
#certificate-popup.ready .close-popup:hover {
	color: var(--thim-body-primary-color);
}
#certificate-popup.ready .close-popup:after {
	display: none;
}

	/* SUBSCRIPTION 2025 */

#learn-press-profile #profile-content-subscription .learn-press-message {
	margin-bottom: 30px !important;
}
#learn-press-profile .profile-subscription table.shop_table tr td {
	padding: 15px 20px;
}
#learn-press-profile .profile-subscription .action-buttons {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 10px;
}
#learn-press-profile .profile-subscription .back-button {
	text-align: center;
	margin-top: 20px;
}
#learn-press-profile .profile-subscription .back-button a {
	color: var(--thim-main-menu-text-color);
	font-weight: 700;
}
#learn-press-profile .profile-subscription .back-button a:hover {
	color: var(--thim-main-menu-text-hover-color);
}

	/* ORDERS 2024 */

#learn-press-profile .profile-list-orders .fas {
	color: #dd3333;
	margin-right: 6px;
}

	/* REWARDS 2024 */

.profile-rewards {
	padding: 0 10px;
	max-width: 780px;
	text-align: center;
}
.profile-rewards-code {
	margin-bottom: 20px;
	text-align: center;
}
.profile-rewards-code .code {
	background: var(--dfs-green-grad);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	max-width: 200px;
	margin: auto;
	padding: 10px 0;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}
.profile-rewards-code .text {
	font-size: 13px;
	font-style: italic;
	margin-top: 5px;
}

	/* SETTINGS 2024 */

#learn-press-profile ul.settings-menu {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 0 0 35px;
}
#learn-press-profile ul.settings-menu li h3 {
	font-size: 18px;
	margin: 0;
}
#learn-press-profile ul.settings-menu li a {
	color: var(--thim-main-menu-text-color);
	font-weight: 700;
	padding: 8px;
}
#learn-press-profile ul.settings-menu li.active a, #learn-press-profile ul.settings-menu li:hover a {
	color: var(--thim-main-menu-text-hover-color);
}
#learn-press-profile ul.settings-menu li.active, #learn-press-profile ul.settings-menu li:hover {
	border-bottom: 3px solid #dd3333;
}
#learn-press-profile #profile-content-settings .learn-press-message {
	margin-bottom: 30px !important;
}
#learn-press-profile #profile-content-settings .settings-content {
	margin: auto;
	max-width: 480px;
	text-align: center;
}
#learn-press-profile #profile-content-settings .settings-content form {
	padding-top: 15px;
}
.learnpress #learn-press-profile.lp-user-profile .lp-profile-content .learn-press-form .form-fields .form-field label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1;
}
.learnpress #learn-press-profile.lp-user-profile .lp-profile-content .learn-press-form .form-fields .form-field .form-field-input input {
	background: #fff;
}
.learnpress #learn-press-profile.lp-user-profile button[type=submit] {
	background: var(--dfs-red-grad);
	margin-top: 15px;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}
.learnpress #learn-press-profile.lp-user-profile button[type=submit]:hover {
	background: var(--thim-button-hover-color);
	transition: none;
}


/**
 * 12
 * WOOCOMMERCE 2024/2025
 */

	/* CHECKOUT PAGE 2025 */

		/* GENERAL 2025 */

.woocommerce form.checkout {
	margin: 0 !important;
	gap: 80px;
}
.woocommerce form.checkout .col2-set {
	width: calc(48% - 40px) !important;
}
.woocommerce form.checkout .col2-set-right {
	width: calc(52% - 40px) !important;
}
.woocommerce form.checkout h2 {
	margin: 0 0 40px !important;
	line-height: 1;
	text-align: center;
}

		/* #1 ORDER REVIEW 2025 */

.woocommerce form.checkout .inner-col-set {
	background: var(--thim-body-bg-color) !important;
	padding: 0 !important;
}
.woocommerce table.shop_table {
	background: #fff;
	border: 1px solid #eee;
	margin: 30px 0 0;
	box-shadow: var(--dfs-shadow2);
	-webkit-box-shadow: var(--dfs-shadow2);
}

			/* TBODY */

.woocommerce table.shop_table td.product-thumbnail {
	padding: 20px;
	width: 140px;
}
.woocommerce-checkout .product-thumbnail img {
	object-fit: contain;
	max-width: 100px;
	height: auto;
}
.woocommerce table.shop_table td.product-name {
	font-size: 16px;
	padding: 20px 45px 20px 0;
	position: relative;
}
.woocommerce table.shop_table td.product-name a {
	color: #333;
	font-weight: 700;
}
.woocommerce table.shop_table td.product-name a:hover {
	color: var(--thim-body-primary-color);
}
.woocommerce table.shop_table td.product-name .duration {
	font-size: 14px;
}
.woocommerce table.shop_table td.product-name .name {
	font-weight: 700;
}
.woocommerce table.shop_table td.product-name .course-list {
	font-size: 13px;
	line-height: 1.4;
	padding-top: 5px;
}
.woocommerce table.shop_table span.remove {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

			/* TFOOT */

				/* LP SINGLE UPSELL */

.woocommerce table.shop_table .lp-single-upsell td {
	font-size: 14px !important;
	font-weight: 400;
	padding: 15px 20px !important;
	text-align: left !important;
}
.woocommerce table.shop_table .lp-single-upsell td .text {
	margin-bottom: 8px;
}
.woocommerce table.shop_table .lp-single-upsell td select {
	border-color: #4caf50;
	background: #f1fcf1
}

				/* COUPON 2025 */

.woocommerce table.shop_table .order-coupon td {
	font-size: 14px !important;
	font-weight: 400;
	padding: 0;
}
.woocommerce table.shop_table .order-coupon td .woocommerce-info {
	background: #fff;
	margin: 0;
	padding: 15px 20px !important;
	text-align: left;
}
.woocommerce table.shop_table .order-coupon td .woocommerce-info a {
	color: #555;
}
.woocommerce table.shop_table .order-coupon td .woocommerce-info a:hover {
	color: var(--thim-body-primary-color);
}
.woocommerce table.shop_table .order-coupon form.checkout_coupon {
	border: 0;
	margin: 0;
	padding: 0 20px 15px;
}
.woocommerce table.shop_table .order-coupon #coupon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 5px;
}
.woocommerce table.shop_table .order-coupon #coupon-container input {
	border-color: #1f971b;
	border-radius: 0;
	padding: 9px 13px;
	height: 40px;
	min-height: unset;
	width: 100%;
}
.woocommerce table.shop_table .order-coupon #coupon-container input:focus {
	border-color: #1f971b !important;
}
.woocommerce table.shop_table .order-coupon #coupon-container button {
	background: var(--dfs-green-grad);
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	height: 40px;
	min-height: unset;
	padding: 13px;
	transition: none;
}
.woocommerce table.shop_table .order-coupon #coupon-container button:hover {
	background: var(--thim-button-hover-color);
}

.woocommerce table.shop_table .cart-discount .coupon-name {
	padding: 15px 0 15px 20px !important;
	text-align: left !important;
}
.woocommerce table.shop_table .cart-discount .coupon-name span {
	text-transform: uppercase;
}
.woocommerce table.shop_table .cart-discount .saving-amount {
	padding: 15px 45px 15px 0 !important;
	position: relative;
	text-align: right !important;
	white-space: nowrap;
}

.woocommerce table.shop_table .order-total th {
	font-size: 16px !important;
	white-space: nowrap;
}
.woocommerce table.shop_table .order-total > th:first-child {
	padding: 15px 0 15px 20px !important;
}
.woocommerce table.shop_table .order-total > th:last-child {
	padding: 15px 20px 15px 0 !important;
}
.woocommerce table.shop_table .order-total th.checkout-total {
	color: #1f971b;
	text-align: right !important;
}

				/* SUBSCRIPTION 2025 */

.woocommerce table.shop_table tfoot .monthly-price {
	color: #1f971b;
	text-align: right;
	white-space: nowrap;
}
.woocommerce table.shop_table tfoot tr.recurring td {
	font-size: 14px !important;
	padding: 15px !important;
	text-align: center !important;
}
.woocommerce table.shop_table tfoot tr.recurring td .heading {
	margin-bottom: 2px;
}
.woocommerce table.shop_table tfoot tr.recurring td .text {
	font-weight: 400 !important;
}
.woocommerce table.shop_table tfoot tr.recurring td .switch {
	margin-top: 2px;
}
.woocommerce table.shop_table tfoot tr.recurring td span {
	white-space: nowrap;
}
.woocommerce table.shop_table tfoot tr.recurring td .switch a {
	color: #555;
}
.woocommerce table.shop_table tfoot tr.recurring td .switch a:hover {
	color: var(--thim-body-primary-color);
	text-decoration: underline;
}


		/* #2 BILLING 2025 */

.woocommerce form .form-row {
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce form .form-row label {
	margin: 0;
	line-height: 1;
}
@supports not selector(:has(:focus)) {
	.woocommerce #billing_company_field label, .woocommerce #billing_first_name_field label, .woocommerce #billing_last_name_field label, .woocommerce #billing_address_1_field label, .woocommerce #billing_postcode_field label, .woocommerce #billing_city_field label, .woocommerce #billing_email_field label, .woocommerce #billing_reason_field label {
		margin: 5px !important;
	}
	.woocommerce #billing_company_field {
		display: block !important;
	}
	.woocommerce #billing_reason_field select {
		line-height: 27px;
	}
}
@supports selector(:has(:focus)) {
	.woocommerce .form-row.floating {
		position: relative;
	}
	.woocommerce .form-row.floating > label {
		color: #555;
		font-size: 15px;
		position: absolute;
		left: 12px;
		top: 52%;
		transform: translateY(-48%);
		transition: transform .18s ease, font-size .18s ease, top .18s ease, color .18s ease;
		pointer-events: none;
	}
	.woocommerce .form-row.floating:has(input.input-text:not(:placeholder-shown)) > label, .woocommerce .form-row.floating:has(input.input-text:focus) > label, .woocommerce .form-row.floating:has(select:focus) > label, .woocommerce .form-row.floating:has(select option:checked:not([value=""])) > label {
		color: #777;
		font-size: 11px;
		top: 12px;
	}
	.woocommerce .form-row.floating input.input-text, .woocommerce .form-row.floating select {
		padding: 22px 11px 6px;
		height: 48px;
	}
	#billing_company_field {
		display: none;
	}
}
.woocommerce form .form-row .required {
	visibility: hidden;
}
.woocommerce form .optional {
	display: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.woocommerce .woocommerce-billing-fields .form-row .input-text {
	background: #fff !important;
	border: 1px solid #b4b9be;
	border-radius: 5px !important;
}
.woocommerce #billing_customer_field {
	margin-bottom: 5px !important;
	margin-left: 5px !important;
}
.woocommerce #billing_customer_field .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}
.woocommerce #billing_customer_field .woocommerce-input-wrapper input[type=radio] {
	margin: 0;
}
.woocommerce #billing_customer_field .woocommerce-input-wrapper input#billing_customer_business {
	margin-left: 10px;
}
.woocommerce #billing_customer_field .woocommerce-input-wrapper label {
	cursor: pointer;
}
.woocommerce #billing_customer_field, .woocommerce #billing_company_field, .woocommerce #billing_address_1_field {
	width: 100%;
}
.woocommerce #billing_first_name_field, .woocommerce #billing_last_name_field, .woocommerce #billing_email_field, .woocommerce #billing_reason_field {
	width: calc(50% - 5px);
}
.woocommerce #billing_postcode_field {
	width: calc(34% - 5px);
}
.woocommerce #billing_city_field {
	width: calc(66% - 5px);
}
.woocommerce #billing_country_field {
	display: none;
}
.woocommerce #billing_reason_field select {
	border-color: #b4b9be;
}
.woocommerce #billing_reason_field.woocommerce-invalid select {
	border-color: var(--wc-red);
}
.woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated input.input-text, .woocommerce #billing_reason_field.woocommerce-validated select {
	border-color: #4caf50;
	background: #f1fcf1 !important;
}

@supports not selector(:has(*)) {
	#billing_reason option[value=""] {
		display: none;
	}
}
@supports selector(:has(*)) {
	#billing_reason:has(option[value=""]:checked):not(:focus) {
		color: #fff;
	}
}

		/* #3 PAYMENT 2025 */

.woocommerce-checkout #payment {
	margin: 10px 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods {
	border-bottom: 0;
	display: grid;
	gap: 10px;
	list-style: none;
	padding: 0 !important;
	margin: 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods.non-applepay {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.woocommerce-checkout #payment ul.wc_payment_methods.has-applepay {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.woocommerce-checkout #payment ul.wc_payment_methods > li.payment_method_stripe_cc {
	grid-column: 1 / -1;
}
.woocommerce-checkout #payment ul.wc_payment_methods > li {
	background: #fff;
	border: 1px solid #b4b9be;
    border-radius: 5px;
	line-height: 1;
	padding: 0 !important;
}
.woocommerce-checkout #payment ul.wc_payment_methods > li:has(.top > input[type="radio"]:checked) {
	border-color: #4caf50;
    background: #f1fcf1;
}
.woocommerce-checkout #payment ul.wc_payment_methods li .top {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	position: relative;
}
.woocommerce-checkout #payment ul.wc_payment_methods li .top > input {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods li .top > label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.woocommerce-checkout #payment ul.wc_payment_methods li .top > label img {
	float: none !important;
	margin: 1px 0 0 !important;
	height: 24px;
	width: auto;
}
.woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_ppcp .top > label img {
	height: 20px;
}
.woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_stripe_cc .top label span.wc-stripe-card-icons-container {
	float: none;
}
.woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_stripe_cc .payment_box {
	background: transparent !important;
	margin: 0 !important;
	padding: 15px;
}
.woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_stripe_cc .payment_box .wc-stripe_cc-new-method-container {
	margin-bottom: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment .payment_box.payment_method_ppcp,
.woocommerce-checkout #payment .payment_box.payment_method_stripe_applepay,
.woocommerce-checkout #payment .payment_box.payment_method_stripe_klarna,
.woocommerce-checkout #payment .payment_box.payment_method_stripe_amazonpay,
.woocommerce-checkout #payment div.payment_box:before,
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	display: none !important;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	margin: 20px 5px 22px;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.checkbox {
	line-height: 1.5;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid #terms2 {
    outline: 2px solid red;
    outline-offset: 2px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.woocommerce form.checkout {
		gap: 40px;
	}
	.woocommerce form.checkout .col2-set, .woocommerce form.checkout .col2-set-right {
		width: calc(50% - 20px) !important;
	}
	.woocommerce table.shop_table td.product-thumbnail {
		width: 110px;
	}
	.woocommerce-checkout .product-thumbnail img {
		max-width: 70px;
	}
}
@media (max-width: 767px) {
	.woocommerce form.checkout {
		flex-direction: column !important;
		gap: 50px;
	}
	.woocommerce form.checkout .col2-set, .woocommerce form.checkout .col2-set-right {
		width: 100% !important;
		padding: 0 !important;
	}
	.woocommerce form h2 {
		margin-bottom: 30px !important;
	}
	.woocommerce table.shop_table .cart-discount th,
	.woocommerce table.shop_table .order-total th {
		font-size: 15px !important;
	}
	.woocommerce table.shop_table td.product-name .course-list {
		font-size: 12px;
	}
	.woocommerce table.shop_table tfoot tr.recurring td {
		font-size: 13px !important;
		line-height: 1.4;
	}	
}
@media (min-width: 481px) and (max-width: 600px) {
	.shop_table .product-thumbnail {
		display: revert !important;
	}
}
@media (max-width: 480px) {
	.woocommerce #billing_email_field, .woocommerce #billing_reason_field {
		width: 100%;
	}
	.woocommerce table.shop_table td.product-name {
		padding-left: 20px !important;
		width: 100% !important;
	}
	.woocommerce table.shop_table tfoot tr.recurring td span {
		display: inline;
	}
	.woocommerce-checkout #payment ul.wc_payment_methods li .top > label img {
		height: 20px;
	}
	.woocommerce-checkout #payment ul.wc_payment_methods li.payment_method_ppcp .top > label img {
		height: 18px;
	}
}
@media (max-width: 480px),
       (min-width: 768px) and (max-width: 1024px) {
		   .woocommerce-checkout #payment ul.wc_payment_methods.has-applepay li .top > input {
			width: 1px;
			height: 1px;
			margin: -1px;
			border: 0;
			clip: rect(0 0 0 0);
			overflow: hidden;
			white-space: nowrap;
		}
}

	/* THANK YOU PAGE 2024 */

.woocommerce #thank-you {
	text-align: center;
}
.woocommerce #thank-you .konfetti {
	font-size: 40px;
}