/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


/* Theme Style */

a.elementor-button {
	cursor: pointer;
}
.erfahrungsbericht-tags {
	background: #FFFFFF;
	border-radius: 66px;
	padding: 4px 10px;
}
.elementor-widget-erfahrungsberichte_name p {
  margin-block-end: 0!important;
}
.page-header {
	margin-top: 90px;
}
.affter_button a.elementor-button .elementor-button-content-wrapper::after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2026/01/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 15px 15px;
    background-color: #F9EEEE;
    border-radius: 9px;
}

.affter_button a.elementor-button .elementor-button-content-wrapper {
	align-items: center;
	gap: 16px;
	display: flex;
}
.affter_button a.elementor-button:hover 
.elementor-button-content-wrapper::after {
    background-color: #292929;
    background-image: url('/wp-content/uploads/2026/01/arrow_creme.svg');
}
.affter_button a.elementor-button 
.elementor-button-content-wrapper::after {
    transition: background-color 0.2s ease, background-image 0.2s ease;
}

.affter_button_dark a.elementor-button .elementor-button-content-wrapper::after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2026/01/arrow_creme.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 15px 15px;
    background-color: #292929;
    border-radius: 9px;
}
.elementor-post__read-more {
	display: flex;
	padding-right: 5px!important;
	padding-left: 10px!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	justify-content: center;
	  align-items: center;
	  gap: 10px;
}
.elementor-post__read-more::after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2026/01/arrow_creme.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 15px 15px;
    background-color: #292929;
    border-radius: 9px;
}
.affter_button_dark a.elementor-button .elementor-button-content-wrapper {
	align-items: center;
	gap: 16px;
	display: flex;
}
.elementor-post__read-more::hover {
	background: #292929;
	color: #E8DED3;
}
.affter_button_dark a.elementor-button:hover .elementor-button-content-wrapper::after {
    background-color: #F6F2ED;
    background-image: url('/wp-content/uploads/2026/01/arrow.svg');
}
.affter_button_dark a.elementor-button .elementor-button-content-wrapper::after {
    transition: background-color 0.2s ease, background-image 0.2s ease;
}


.elementor-post__read-more-wrapper, .elementor-post__read-more {
	background-color: #E8DED3;
	width: fit-content;
	border-radius: 12px;
	padding: 12px 16px;
}

.elementor-post__text {
    display: flex!important;
    flex-direction: column!important;
}
.elementor-post__meta-data {
    order: 1!important;
}

.elementor-post__title {
    order: 2!important;
}

.elementor-post__excerpt {
    order: 3!important;
}

.elementor-post__read-more-wrapper, .elementor-post__read-more {
    order: 4!important;
}
.elementor-posts .elementor-post__meta-data,  {
	margin-bottom: 8px;
}
.elementor-posts .elementor-post__title {
	margin-bottom: 8px;
}
.reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.reading-time__icon {
    width: 20px;
    height: 20px;
    display: block;
}
.addbutton {
	display: flex;
	align-items: center;
	background-color: #EDEDED;
	width: fit-content;
	padding: 20px;
	border-radius: 12px;
	margin-top: 80px;
}
.addbutton .elementor-shortcode {
	    display: flex;
    gap: 8px;
}
.addbutton p {
	margin: 0;
}
.a2a_dd.addtoany_share_save.addtoany_share {
	display: none;
}
.post_info h2, h2.wp-block-heading{
	margin-top: 48px;
}
.post_info h2:first-child, h2.wp-block-heading:first-child {
    margin-top: 0;
}

.wp-block-list {
	padding-left: 20px;
}
.wp-block-list li {
	padding-bottom: 8px;
}


.toc-container {
	background: #EDEDED;
	border-radius: 8px;
	padding: 20px;
}

.toc-header h3 {
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #292929;
}

.toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toc-item {
	margin: 0;
	padding: 0;
}

.toc-link {
	display: block;
	padding: 4px 0px;
	color: #969696;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
}

.toc-link:hover {
	color: #292929;
}

.toc-link.active {
	color: #292929;
}

.toc-container.empty {
	display: none;
}
.e-n-accordion-item .elementor-element.e-con-full.e-flex.e-con.e-child {
	border: none;
}
.error404 .elementor-20 .elementor-element.elementor-element-1bd472c2 {
	margin-bottom: 0;
}
.error404 footer .elementor-element-4e0f11df {
	margin-top: 30px;
}
body.error404, .error404 .header_custom {
	background-color: #F9F8F0!important;
}


/* newsletter_form */
.newsletter_form .wpcf7-form.init p {
	display: flex;
	gap: 12px;
}
.newsletter_form input {
	background-color: #FFFFFF;
	border-radius: 12px;
	border: none;
	width: 320px;
	height: 48px;
}
.newsletter_form .arrow_button {
	background-color: transparent!important;
}
.newsletter_form .arrow_button {
    width: 48px;
    height: 48px;
		color: #212D1E!important;
    background-color: #212D1E!important;
    background-image: url('/wp-content/uploads/2026/01/arrow_creme.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;

    border-radius: 9px;
    border: none;

    font-size: 0;
    cursor: pointer;
}


/* Form */


.cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
	flex-direction: column;
}
.cf7-row.cf7-bottom {
	display: flex;
	flex-flow: nowrap;
}
.cf7-col {
  flex: 1;
}

.cf7-col-full {
  width: 100%;
}

.cf7-input,
.cf7-textarea,
.cf7-form input,
.cf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: none;
  background: #f8f1ea;
  font-size: 16px;
  outline: none;
}

.cf7-form textarea {
  resize: vertical;
}

.cf7-bottom {
  align-items: center;
  justify-content: space-between;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.wpcf7-list-item input[type="checkbox"] {
  width: auto;
  min-width: auto;
  margin: 2px 0 0 0;
  flex-shrink: 0;
}

.wpcf7-list-item-label {
  display: inline;
  line-height: 1.4;
}


.cf7-col-button {
  display: flex;
  align-items: center;
}

.cf7-submit,
.cf7-form input[type="submit"] {
  background: #1f2f1f;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cf7-submit:hover {
  background: #2f4a2f;
}
.cf7-form p {
	margin-bottom: 0;
}
.wpcf7-spinner {
	display: none;
}

/* Обёртка кнопки */
.cf7-col-button p {
  position: relative;
  margin: 0;
}

/* Кнопка */
.cf7-col-button input[type="submit"] {
  padding: 14px 64px 14px 24px; /* место под стрелку */
  background-color: #212D1E;
  color: #F6EFE7;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  cursor: pointer;
}

/* Стрелка */
.cf7-col-button p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;

  background-color: #F6EFE7;
  background-image: url('/wp-content/uploads/2026/01/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;

  border-radius: 9px;
  pointer-events: none; 
}

.cf7-col-button input[type="submit"]:hover {
  background-color: #2A3B26;
}


@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }

  .cf7-col-checkbox {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .cf7-bottom {
    align-items: flex-start;
  }
}

.erfahrungsbericht-card .card-image {
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}
.erfahrungsbericht-card h3.card-name {
	padding: 0;
	margin: 0;
}
.erfahrungsbericht-card .card-excerpt {
	margin: 16px 0;
}
.erfahrungsbericht-card .card-button {
	padding: 14px 64px 14px 24px; /* место под стрелку */
  background-color: #212D1E;
  color: #F6EFE7;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
	display: inline-block;
}

.erfahrungsbericht-card .card-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;

  background-color: #212D1E;
  background-image: url('/wp-content/uploads/2026/01/arrow_creme.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;

  border-radius: 9px;
  pointer-events: none; 
}
.erfahrungsbericht-card a:hover.card-button::after {
	background-color: #E8DED3;
  background-image: url('/wp-content/uploads/2026/01/arrow.svg');
}
.kurs-dauer-wrapper, .kurs-zeit-tag-wrapper {
  display: flex;
}
.kurs-dauer-wrapper .kurs-dauer-icon, .kurs-zeit-tag-wrapper .kurs-zeit-tag-icon {
  height: 0;
}
.kurs-tags-wrapper .tag-item {
  display: block;
}
.kurs-aktion-wrapper .aktion-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kurs-aktion-wrapper .aktion-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.kurs-aktion-wrapper .aktion-link-button svg path {
    transition: stroke 0.3s ease;
}
.list_new ul {
  margin: 0;
  list-style: disc;
  padding-left: 15px;
}

.list_new ul li::marker {
  color: #DD97AC;
  font-size: 20px;
}



.kurs-filter {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    background: #E8DED3;
    border-radius: 100px;
    padding: 4px;
	max-width: 100%;
    overflow: auto;
}
.filter-btn {
	flex: none;
    border: none!important;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent!important;
}
.filter-btn:hover {
    transition: all 0.3s;
    background: #212D1E!important;
    color: #E8DED3!important;
}
.filter-btn.active {
  border: none;
  background: #212D1E!important;
}

.kurse-grid {
    display: grid;
}
.kurse-grid.layout-featured .featured {
    grid-column: span 2;
    grid-row: span 2;
}
@media (max-width: 768px) {
    .kurse-grid.layout-featured .featured {
        grid-column: span 1;
        grid-row: span 1;
    }
} 
.kurs-pagination {
    margin-top: 40px;
    text-align: center;
}
.kurs-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #e8e8e8;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
}
.kurs-pagination .page-numbers.current,
.kurs-pagination .page-numbers:hover {
    background: #2d4a2b;
    color: #fff;
}
.kurs-card-simple{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
	padding: 12px;
}
.kurs-card-simple__image{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kurs-card-simple__image img{
	position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.kurs-card-simple__list{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.kurs-card-simple__badge{
	z-index: 2;
    padding: 4px 10px; 
    font-family: DM Sans;
    font-weight: 500; 
    font-size: 14px; 
    line-height: 20px; 
    border-radius: 66px;
    background: #DFE6DD;
    color: #212D1E;
}
.kurs-card-simple__bottom{
	width: 100%;
    border-radius: 16px;
    background: #61795D;
    z-index: 2;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 20px;
}
.kurs-card-simple__bottom-left{
	flex: 1;
}
.kurs-card-simple__title{
	color: #F6F2ED;
    font-size: 24px!important;
    line-height: 1!important;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 4px;
	
}
.kurs-card-simple__price{
    color: #F6F2ED;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
	font-family: "DM Serif Display", Sans-serif;
}
.kurs-card-simple__button{
	width: 40px;
    height: 40px;
    background: #212D1E;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
	transition: 0.3s all;
}
.kurs-card-simple__button:hover{
	background: #F5D2DD;
}
.kurs-card-simple__button svg path{
	stroke: #FFFFFF;
}
.kurs-card-simple__button:hover svg path{
	stroke: #FFFFFF;
}
.kurs-card-featured{
	grid-column: 2 span;
    display: flex;
    border-radius: 20px;
    padding: 12px;
    background: #264221;
	gap: 20px;
	height: 480px;
}
.kurs-card-featured__content{
	flex: 1 1 50%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	padding: 20px;
}
.kurs-card-featured__content-bottom{
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
.kurs-card-featured__image{
	flex: 1 1 50%;
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.kurs-card-featured__image img{
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.kurs-card-featured__list{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 30px;
}
.kurs-card-featured__badge{
	z-index: 2;
    padding: 4px 10px; 
    font-family: DM Sans;
    font-weight: 500; 
    font-size: 14px; 
    line-height: 20px; 
    border-radius: 66px;
    background: #61795D;
    color: white;
}
.kurs-card-featured__title{
	color: #F6F2ED;
    font-weight: 600!important;
    font-size: 36px!important;
    line-height: 1.1!important;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 12px;
}
.kurs-card-featured__excerpt{
	color: #A1AA99;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 1.5!important; 
    margin: 0;
}
.kurs-card-featured__button{
	display: inline-flex;
    align-items: center;
    background: #F6F2ED;
    border-radius: 12px;
    padding: 4px;
    padding-left: 16px; 
    font-weight: 500; 
    font-size: 16px; 
    line-height: 1.5;  
    color: #212D1E;
	gap: 16px;
}
.kurs-card-featured__button span{
    width: 40px;
		height: 40px;
		background: #E8DED3;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.mga-acc-body {
	display: none;
}
.kurs-card-featured__button:hover{
	background: #212D1E;
	color: #F6F2ED;
}
.kurs-card-featured__button:hover span{
	background: #F6F2ED;
}
.kurs-card-featured__button:hover svg path{
	stroke: #E8DED3;
}
.kurs-card-featured__price-wrapper{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}
.kurs-card-featured__price{
    color: #F6F2ED;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
	position: relative;
}
.kurs-card-featured__price--old span{
	opacity: 0.5;
	z-index: 1;
	position: relative;
}
.kurs-card-featured__price--old::after {
	  content: '';
	  display: block;
	  z-index: 2;
	  position: absolute;
	  top: 0;
      left: -10%;
	  width: 120%;
	  height: 100%;
	  background-repeat: no-repeat;
	  background-size: contain;
	  background-image: url("data:image/svg+xml,%3Csvg width='64' height='6' viewBox='0 0 64 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00004 3.67951C14.5168 2.93918 63.6327 -2.61779 62.4887 4.86161' stroke='%23212D1E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	  background-position: center;
	  filter: contrast(0);
}
@media (max-width: 1199px){
	.kurs-card-simple__title{
		font-size: 20px !important;
	}
	.kurs-card-simple__price{
		font-size: 20px;
	}
	.kurs-card-featured__title{
		font-size: 30px !important;
	}
	.kurs-card-featured__content-bottom{
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}
	.kurs-card-featured__price-wrapper{
		flex-direction: row;
    	margin-top: 10px;
	}
}
@media (max-width: 991px){
	.kurs-card-simple{
		height: 380px;
	}
	.kurs-card-simple__bottom{
		padding: 12px;
		gap: 10px;
	}
	.kurs-card-featured{
		min-height: 390px;
    	height: auto;
	}
	.kurs-card-featured__content{
		padding: 12px;
		gap: 20px;
	}
	.kurs-card-featured__list{
		margin-bottom: 20px;
	}
	.kurs-card-featured__title {
        font-size: 24px !important;
    }
}
@media (max-width: 767px){
	.kurs-card-featured{
		grid-column: 1 span;
    	flex-direction: column-reverse;
	}
	.kurs-card-featured__image{
		flex: none;
   		height: 300px;
	}
}

.home_kurse .kurs-card-simple__bottom {
    background: #F6F2ED;
    color: #212D1E;
}
.home_kurse .kurs-card-simple__title, .home_kurse .kurs-card-simple__price {
    color: #212D1E;
    font-size: 18px!important;
}

.erfahrungsberichte-grid {
	display: grid;
}

.erfahrungsberichte-slider .slick-list {
	margin: 0 -15px;
}
.story-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	transition: transform 0.3s ease;
	gap: 24px;
}
.story-card:hover {
	transform: translateY(-5px);
} 
.story-card__image{
	flex: none;
	position: relative; 
	width: 100%;
    padding-top: 60%;
    overflow: hidden;
}
.story-card__image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.story-card__content{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.story-card__tags{
	display: flex;
	flex-wrap: wrap;
	flex: none;
}
.story-card__tag{
	z-index: 2; 
}
.story-card__title{
    margin: 0; 
	flex: none;
}
.story-card__excerpt{
    margin: 0;
	flex: 1;
}
.story-card__button{
	display: inline-flex;
    align-items: center; 
    color: #212D1E;
	gap: 16px;
	flex: none;
}
.story-card__button span{
    width: 40px;
    height: 40px;
    background: #212D1E; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
} 
.story-card__button:hover span{
	background: #F6F2ED;
}
.story-card__button:hover svg path{
	stroke: #212D1E;
} 
.mga-slider-controls button {
	border: 1px solid #8AA683;
	border-radius: 9px;
	background: transparent!important;
}
