/*Code aus Customizer*/
@media (max-width: 768px) {

    .gpnf-modal-4-14 .tingle-btn--default {
        background-color: #ffffff00;
    }

    .tingle-btn {
        color: #000000;
    }

}

  .tingle-btn {
        background-color: #ffffff00 !important;
		color: #b40000;
    }

.summehidden {
	visibility: hidden;
}



.elementor-popup-modal .dialog-widget-content
 {
    border-radius: 20px;

}

/* Gravity Forms Placeholder in hellgrau */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
    color: #cccccc !important; /* hellgrau */
    opacity: 1; /* wichtig, damit der Wert durchgreift */
}

/* Eingabetext in Feldern */
body .gform_wrapper input,
 {
    color: #11172B !important; /* dunkles Blau für eingegebene Texte */
}


@media (max-width: 1024px){
	header .btn-highlight {
		display:flex;margin-left: 33px;
	}
	header .btn-highlight a {
	background:transparent !important;
		border:none;
		padding:5px 0 !important;
		border-radius:0 !important;
		color:#fff!important;
	}
.contact-boxes-wrapper {
    border-bottom:2px solid #b00400 !important;
}


	
	.sub-arrow svg path {fill: #fff;}
	header nav .has-submenu[aria-expanded="true"] .sub-arrow svg path {fill:#11172b;}
	header nav .has-submenu[aria-expanded="true"],header nav .has-submenu:focus {background:#fff !important;color:#11172b !important}
	
	.btn-highlight a::after, form button::after {
  width: 100% !important;
}
	.btn-highlight a, form button {
  color: #b00400 !important;
}
	
	}

	.login-button {
	background: #eeeeee0f;
    border-radius: 12px;
    padding: 0 20px;
}


@media (max-width: 767px) {
  .e-con.e-flex {
    padding-inline: 30px;
  }	
	
	.login-button {
	background: transparent;
    border-radius: 12px;
    padding: 0 20px;
}
	
	.elementor-heading-title{
		hyphens: auto!important;
	}
}

#floating-buttons-resp.buttonizer.buttonizer-group {
	left: 0;
	right:unset !important;
  bottom: 50px !important;
  flex-direction: row-reverse !important;
   width: 100dvw;
justify-content: center;
}

#floating-buttons-resp.buttonizer.buttonizer-group .buttonizer-button {
	margin:0 15px !important;
} 

@media (max-width: 500px) {
  .e-con.e-flex {
    padding-inline: 20px;
  }
	#floating-buttons-resp.buttonizer.buttonizer-group {
		  padding: 0 40px;
	justify-content: space-between;
	}
	#floating-buttons-resp.buttonizer.buttonizer-group .buttonizer-button {
	margin:0 !important;
} 
}
 
.login-button i {
	margin-right: 10px;
}
.video-sec {
	position: relative;
	 
}
 

.swiper-button-next, .swiper-button-prev {
  color: #11172b;
}


.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child {
	display: none;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
    border-right: none;
}


.kursheading {
	
 font-weight: 600 !important;
	 font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-style: normal;
    line-height: 42px;
		font-size: 28px;
    color: black !important;
}

.ld-profile-heading {
	color: black !important;

}

.learndash-wrapper .ld-profile-summary .ld-profile-stats {
    color: black !important;
}


.learndash-wrapper .ld-item-list .ld-item-list-item {

    --display: flex;
    --border-radius
12px 12px 12px 12px
: 12px 12px 12px 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 15px 0px;
	border: none;
    --margin-top: 0px;
    --margin-bottom: -50px;
    --margin-left: 0px;
    --margin-right: 0px;
}



/* Common Colors */
:root {
    --primary-color: black;
    --primary-color-light: rgb(20 166 76 / 5%);
    --background-color: none;
    --text-color: #474747;
}

/*******GLOBAL STRUCTURAL LAYOUT*******/

.woocommerce {
    display: flex;
    flex-direction: column;
}

/* WooCommerce Layout Structure */
@media (min-width: 980px) {
    /* Billing Details Side */
    .woocommerce-checkout .woocommerce .col2-set,
    .woocommerce-checkout .woocommerce-page .col2-set {
        float: left;
        width: 55%;
    }
    /* Order Review Side */
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout .woocommerce #order_review,
    .woocommerce-checkout .woocommerce-page #order_review {
        float: left;
        width: 43%;
        margin-left: 2%;
    }
	
		.meine-kurse-grid {
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	min-width: 1150px;
  gap: 30px;
  padding: 2rem 0;
}
}

@media (max-width: 979px) {
    /* Billing Details Margin */
    .woocommerce-checkout .woocommerce .col2-set,
    .woocommerce-checkout .woocommerce-page .col2-set {
        margin-bottom: 2em;
    }
}

/*******LEFT SIDE DESIGN*******/

/* Form Container Styles */
.woocommerce-checkout .woocommerce .col2-set,
.woocommerce-checkout .woocommerce-page .col2-set {
    background: white;
    padding: 1em 2em;
    border-radius: 15px;
	    border: none;
    
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

/* Form Field Title Styles */
label,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: black;
    margin-bottom: 0em;
}

/* Form Field Styles */
input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
border: 1px solid hsl(0deg 0% 90.23% / 80%) !important;
    border-radius: 4px;
    box-sizing: border-box;
	  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
    color: #2b2d2f;
    font-family: inherit;
    font-size: 16px;
    height: auto;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}

.scgd-controls input[type="search"] {
    flex: 2 1 300px;
    height: 55px;
	align-items: flex-start;
border: 1px solid hsl(0deg 0% 90.23% / 80%) !important;
    border-radius: 4px;
}

.woocommerce-account form .form-row,
.woocommerce-checkout form .form-row {
    margin-bottom: 1em;
}

/* Form Field Dropdown Styles */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 4em;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 4em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 25px;
}

.woocommerce-account form .payment_methods label,
.woocommerce-checkout form .payment_methods label {
    padding-left: 0px;
}

/* Form Field Focus Color Style */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
    border-color: rgb(20, 166, 76) !important ;
    box-shadow: none;
    outline: 0;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
    top: 0px;
}

/*******RIGHT SIDE DESIGN*******/

/* Order Review Headline Removal */
h3#order_review_heading {
    display: none; /*Remove This if You Want The Order Review Heading*/
}

/* Order Review Container Styles */
div#order_review {
    background: white;
    padding: 2em;
	    border: none;
    border-radius: 15px;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
    position: sticky; /*Remove This if You Don't Want Order Review To Be Sticky*/
    top: 100px; /*Remove This if You Don't Want Order Review To Be Sticky*/
}
/*Order Review Order*/

div#order_review {
    display: flex;
    flex-direction: column; /*Change this to column-reverse to reverse the order*/
}

/*Hide Cart Contents and Only Show Total + Shipping*/

.woocommerce-checkout-review-order tbody {
  display: table-row-group; /*Set to "none" if you'd like to hide */
}



table.shop_table.woocommerce-checkout-review-order-table {
    color: var(--text-color);
    text-transform: Capitalize;
    font-size: 14px; /*Adjust This To Adjust Order Review Font Size*/
}

.woocommerce table.shop_table {
  border: none;
}

/* Target every other cart item and set background color */
tr.cart_item:nth-child(odd) {
    background-color: #f7f8fa !important;
}

tr.cart_item:nth-child(even) {
    background-color: white !important;
}

span.woocommerce-Price-amount.amount {
    font-weight: bold;
}


strong.product-quantity {
    background: var(--primary-color-light);
    padding: 0.1em 0.5em;
    border-radius: 0.5em;
    font-size: 12px;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: normal;
  	color: var(--text-color);
}

td.product-name {
    width: 100%;
    font-weight: bold;
}

td.product-total {
    justify-content: flex-start;
    display: flex;
}

table th,
table td {
    border: none !important;
}


tr.woocommerce-shipping-totals.shipping {
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 1px solid var(--primary-color-light);
    border-bottom: 1px solid var(--primary-color-light);
    flex-direction: column;
    align-content: stretch;
    align-items: flex-start;
}

.woocommerce ul#shipping_method li input {
    margin: 5px 5px 0 0;
    vertical-align: top;
}

/* Order Total Line Item Styles */
tr.order-total {
    color: var(--primary-color);
    background-color: var(--primary-color-light);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--background-color);
    border-radius: 5px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fafafa;
    color: black;
		border-radius: 4px;
}

.wc-payment-form {
	border: none !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

/* Stripe Form Field Styles */
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
}

input#wc-stripe-new-payment-method {
    margin-right: 1em;
}

fieldset#wc-authnet-cc-form .input-text {
    height: 2em;
}

/* Place Order Button Styles */
#place_order {
    width: 100%;
    color: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 8px 0px;
    padding: 1.5em;
       background-color: rgb(20, 166, 76);
	border-radius: 0px;
	  text-transform: uppercase !important;
}

#place_order:hover {
    color: rgba(255, 255, 255, 0.5);
	
}

/*******COUPON & ALERT STYLES*******/

.woocommerce-info,
.woocommerce-message {
    background-color: var(--background-color);
    color: var(--text-color);
    border: none;
	border-radius: 12px;
}

.checkout_coupon p.form-row.form-row-last {
    float: none;
}

.checkout_coupon button.button {
    background-color: var(--e-global-color-primary);
	border-radius: 12px;
    color: white;
}

form.checkout_coupon {
    display: block !important;
}

.woocommerce-info {
    display: none !important;
}


/* Coupon Icon */
.woocommerce-info::before,
.woocommerce-error::before {
    display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em;
}

form.checkout_coupon.woocommerce-form-coupon {
    padding: 3em;
    background: white;
    border-radius: 1em;
    margin-top: 0em;
    margin-bottom: 2em;
}

/* Error Alert */
.woocommerce-error {
    background-color: #ff7e7e;
    border: none;
    color: #761f1f;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    text-shadow: none;
}


.woocommerce-privacy-policy-text {
	
	font-size: 14px;
	color: black;
	
}

#billing_country_field,
#billing_state_field,
#shipping_country_field,
#shipping_state_field {
    display: none !important;
}


.elementor-kit-7 h3 {
    color: #000000;
    font-family: "Tahoma", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 42px;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew {
	display: none;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	display: none;
}

.meine-kurse-grid {
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	width: auto;
  gap: 30px;
  padding: 2rem 0;
}

.kurs-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.kurs-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}

.kurs-image-wrapper {
  position: relative;
}

.kurs-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #999;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  z-index: 9;
}
.kurs-label.enrolled {
  background-color: #11172B;
}
.kurs-label.locked {
  background-color: #777;
}

.kurs-card h3 {
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: var(--e-global-color-secondary);
}

.kurs-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 1rem;
  min-height: 50px;
}

.btn-course {
  display: inline-block;
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 10px;
  background-color: var(--e-global-color-primary);
  color: #fff;
  text-decoration: none;
  border: 2px solid var(--e-global-color-primary);
  transition: 0.3s ease-in-out;
}
.btn-course:hover {
  background: #fff;
  color: var(--e-global-color-primary);
}

.btn-course.locked {
  background-color: #777;
  border-color: #777;
}
.btn-course.locked:hover {
  background: #fff;
  color: #777;
}

.btn-course.completed {
  background-color: #14a64c;
  color: #fff;
  cursor: default;
}

.ld-tab-bar__panel .ld-featured-image {
    height: 400px !important;
    margin-bottom: var(--ld-spacer-8);
	border-radius: 12px;
}

.ld-layout__content {
    grid-area: content;
    max-width: 800px !important;
}

.elementor-kit-7 h2 {
    color: var(--e-global-color-secondary);
}

/*button:hover, button:focus, [type=submit]:hover, [type=submit]:focus, [type=button]:hover, [type=button]:focus {
    color: var(--e-global-color-primary);
    background-color: white;
    text-decoration: none;
	 border: 2px solid var(--e-global-color-primary);
}*/

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover {
      color: var(--e-global-color-primary);
    background-color: white;
    text-decoration: none;
	 border: 2px solid var(--e-global-color-primary);
}


.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join {
   color: #fff;
    background: var(--e-global-color-primary);
    padding: 17px 20px 17px 20px !important;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    border: 2px solid var(--e-global-color-primary);
}

.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.button.wc-forward {
    display: none !important;
}

.woocommerce-checkout-review-order-table .remove {
    color: var(--e-global-color-primary);
    margin-left: 0px;
	padding-bottom: 0px;
    font-size: 18px;
	float: right;
    text-decoration: none;
}

.woocommerce-message::before
Specificity: (0,1,1)
 {
   display: none;
}

.woocommerce-EditAccountForm .woocommerce-form-row--first,
.woocommerce-EditAccountForm .woocommerce-form-row--last {
    display: none;
}


.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button {
    background: #b00400;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
   display: none !important;
}

/* Container */
.sc-ld-courses {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Abstand zwischen den Kursboxen */
}

/* Einzelne Kursbox */
.sc-ld-courses .course {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(235, 235, 235, 0.5);
}

/* Kurslink */
.sc-ld-courses .course a {
 font-family: "Tahoma", Sans-serif;
    font-size: 20px;
    font-weight: 600; 
    line-height: 28px; 
  color: #495255; 
  display: block;
}

/* Hover-Effekt */
.sc-ld-courses .course a:hover {
  color: rgba(176, 4, 0, 1);
}

.sc-ld-courses { display: grid; gap: 16px; }


/* Kurszeile: Bild links, Inhalt rechts */
.sc-ld-course-row {
  display: grid;
  grid-template-columns: 160px 1fr; /* Bild | Text */
  align-items: center;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(235,235,235,0.5);
}

.sc-ld-course-thumb-wrap { 
  text-align: left;
}

.sc-ld-course-thumb { 
  width: 150px;
  height: auto;
  border-radius: 12px !important;
  object-fit: cover;
}

.sc-ld-course-main { 
  display: flex;
  align-items: center;
  gap: 12px;
}

.sc-ld-course-title {
  font-family: "Tahoma", Sans-serif;
    font-size: 20px;
    font-weight: 600 !important; 
    line-height: 28px; 
  color: #11172B; 
  display: block;
}
.sc-ld-course-title:hover { color: rgba(176, 4, 0, 1) !important; } /* Rot beim Hover */


@media (max-width: 680px) {
  .sc-ld-course-row { grid-template-columns: 1fr; }
  .sc-ld-course-thumb-wrap { text-align: left; margin-top: 8px; }
  .sc-ld-course-thumb { width: 100%; max-width: 320px; }
}



/* Karte/Container */
.sc-ld-profile-card{
  background:#FFFFFF;
  padding:20px;
  border-radius:12px;
  max-width:620px;
  margin:0 auto;
  text-align:center;
}

/* Avatar */
.sc-ld-avatar-wrap img{
  width:140px; height:140px; border-radius:50%; object-fit:cover;
  display:inline-block;
  box-shadow:0 1px 0 rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06);
}

/* Name (deine Vorgaben) */
.sc-ld-name{
  font-family:"Tahoma", Sans-serif;
  font-size:20px;
  font-weight:600;
  line-height:28px;
  color:#11172B;
  margin-top:12px;
}

/* "Profil bearbeiten" Link */
.sc-ld-edit{
  display:inline-block;
  margin-top:6px;
  font-size:16px;
  color:#11172B;
  text-decoration:underline !important;
}
.sc-ld-edit:hover{ color:red; }

/* Stats (3 Spalten) */
.sc-ld-stats{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:start;
  justify-items:center;
}

/* Zahl + Label – Zahlen mit deiner Typo */
.sc-ld-stat .num{
  font-family:"Tahoma", Sans-serif;
  font-size:20px;
  font-weight:600;
  line-height:28px;
  color:#11172B;
}

.sc-ld-stat .label{
  font-size:16px;
  color:#7a8082;
}

/* schmale Viewports */
@media (max-width:560px){
  .sc-ld-stats{ gap:16px; }
}


button:hover, button:focus, [type=submit]:hover, [type=submit]:focus, [type=button]:hover, [type=button]:focus
Specificity: (0,2,0)
 {
    color: var(--e-global-color-primary);
    background-color: white;
    text-decoration: none;
	 border: 2px solid var(--e-global-color-primary); }



.gpnf-add-entry {

font-family: "Tahoma", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    display: inline-block;
    color: #fff;
    background: var(--e-global-color-primary) !important;
    padding: 17px 20px 17px 20px !important;
    border-radius: 12px !important;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    border: 2px solid var(--e-global-color-primary);
	
}

.gform_button.button {
    font-family: "Tahoma", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
    display: inline-block;
    color: #fff; 
    background-color: #14a64c !important; /* Grundfarbe Grün */
    padding: 17px 20px !important;
    border-radius: 12px !important;
    border: 1px solid #14a64c !important;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;

    /* Overlay in Weiß, initial 0% breit */
    background-image: linear-gradient(0deg, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;

    transition:
        background-size 0.4s ease-in-out,
        color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
}

.gform_button.button:hover,
.gform_button.button:focus {
    background-size: 100% 100%; /* Weiß fährt rein */
    color: #14a64c !important; /* Text wechselt zu Grün */
	   border-radius: 12px !important;
    border: 1px solid #14a64c !important;
    outline: none;
}


.large.gform-text-input-reset{
	border: none !important;
	font-size: 20px !important;
}



.gpnf-modal-header {
	
	background: #f5f5f5 !important;
}

.gpnf-modal .gpnf-modal-header {

    color: #000000 !important;
  
}

.gpnf-modal-1-14 .tingle-btn--default {
	display: none;
}

.tingle-modal-box__footer {
    text-align: left;
}


.gpnf-modal-1-14 .tingle-btn--primary {
    background: var(--e-global-color-primary) !important;
	border: none;
	color: white;
	border-radius: 12px;
}

.bulleted {
	margin-left: -40px;
}



.gpnf-modal-1-14 .tingle-btn--danger  {
    background: black !important;
	border: none;
	color: white;
	border-radius: 12px;
}

.gpnf-modal-1-14 .tingle-btn--default {
    background-color: unset !important;
	color: black;
	border: none;
	border-radius: 12px;
}

.gpnf-modal .gform_wrapper {
    display: block !important;
    opacity: 1 !important;
}


.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    font-family: var(--gf-icon-font-family) !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #14a64c;
    content: var(--gf-icon-ctrl-checkbox);
    font-size: var(--gf-ctrl-checkbox-check-size);
}


.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-local-height: var(--gf-ctrl-choice-size);
    --gf-local-display: inline-grid;
    --gf-local-line-height: var(--gf-ctrl-choice-size);
    --gf-local-padding-y: 0;
    --gf-local-padding-x: 0;
    --gf-local-width: var(--gf-ctrl-choice-size);
    accent-color: #000000;
    opacity: 1;
    align-content: center;
    justify-content: center;
    place-content: center;
}


.gform-theme--framework .gfield--type-choice input[type="checkbox"]:focus,
.gform-theme--framework .gfield--type-choice input[type="radio"]:focus {
    outline: none !important;
    box-shadow: none !important;
	display: none;
}



	
.gform_heading {
		display: none !important;
	}
	
	
.gform_heading {
		display: none !important;
	}
	

.tingle-modal__closeLabel  {
		display: none !important;
	}


tingle-btn tingle-btn--default gpnf-btn-cancel {
		display: none !important;
	}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: unset;
	color: var(--e-global-color-primary);
	border: none;
}

.tingle-modal-box {
    position: relative !important;
}

.tingle-modal-box > .tingle-modal__close,
.tingle-modal-box > .tingle-modal-close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 9999 !important;
}

.tingle-modal__close {
    color: #000000;
		width: 1.2rem;
    height: 1.2rem;

}



/*Übergangslösung Task1*/
.sc-ld-course-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding-right:1rem;
}
.sc-ld-main-left {
  display:flex;
  flex-direction:column;
  gap:.25rem;
}
.sc-ld-badge-complete {
  background:#22c55e;
  color:#fff;
  font-size:.82rem;
  padding:.2rem .5rem;
  border-radius:.5rem;
  display:inline-block;
  width:max-content;
}
.sc-ld-course-title {
  font-weight:600;
  text-decoration:none;
  color:#1a1a1a;
}
.sc-ld-progress {
  font-size:.9rem;
  opacity:.8;
}
.sc-ld-cert-link {
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  text-decoration:none;
  color:#c41c42;
}
.sc-ld-cert-link:hover {
  text-decoration:underline;
}
/*Task1 Ende*/

/*Task2*/
.sc-note{
  background:#f6f8fa;
  padding:.75rem 1rem;
  border-radius:.5rem;
  margin-bottom:1rem;
  font-size:.95rem;
  color:#374151;
}

body.page-id-16986.sc-company-user .sc-booking-tabs .elementor-tab-title.elementor-active {
  font-weight: 600;
}


.sc-booking-tabs .elementor-tab-title.elementor-active{
  font-weight:600;
}
/*Task3*/
/* Schadstoff-Control: Firmenfelder im Nachbuchungsformular (ID=4) ausblenden */
#gform_wrapper_4 [id*="_4_5"],
#gform_wrapper_4 [id*="_4_6"],
#gform_wrapper_4 [id*="_4_7"],
#gform_wrapper_4 [id*="_4_25"],
#gform_wrapper_4 [id*="_4_26"] {
  display: none !important;
}

/*Formular3 PaymentBilder skalieren*/
img.payment-icons {
  width: 300px;
  height: auto;
  max-width: 100%;
}

/* Grundstil – nur für sichtbare Modalbuttons */
.tingle-modal .tingle-btn--primary.gpnf-btn-submit,
.tingle-modal .tingle-btn--default.gpnf-btn-cancel {
  position: relative;
  display: inline-block;
  border-radius: 12px !important;
  padding: 10px 22px !important;
  font-weight: 600 !important;
  overflow: hidden;
  box-shadow: none !important;
  z-index: 0;
  transition: color .35s ease, border-color .35s ease !important;
}

/*Teilnehmer hinzufügen Button auf rot stellen + abbrechen*/
.tingle-modal .tingle-btn--primary.gpnf-btn-submit {
  background-color: #b40000 !important;
  color: #fff !important;
  border: 2px solid #b40000 !important;
}

.tingle-modal .tingle-btn--primary.gpnf-btn-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .45s ease;
  z-index: -1;
}

.tingle-modal .tingle-btn--primary.gpnf-btn-submit:hover {
  color: #b40000 !important;
}

.tingle-modal .tingle-btn--primary.gpnf-btn-submit:hover::after {
  transform: translateX(0);
}

.tingle-modal .tingle-btn--default.gpnf-btn-cancel {
  background-color: #666 !important;
  color: #fff !important;
  border: 2px solid #666 !important;
}

.tingle-modal .tingle-btn--default.gpnf-btn-cancel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .45s ease;
  z-index: -1;
}

.tingle-modal .tingle-btn--default.gpnf-btn-cancel:hover {
  color: #333 !important;
  border-color: #666 !important;
}

.tingle-modal .tingle-btn--default.gpnf-btn-cancel:hover::after {
  transform: translateX(0);
}

.tingle-modal .tingle-btn:active {
  transform: none !important;
}


.tingle-modal .gpnf-btn-cancel-mobile {
  display: none !important;
}

@media (max-width: 712px) {
  .tingle-modal .gpnf-btn-cancel-mobile {
    display: inline-block !important;
  }
}

/* Ganzen Block "Weitere Kurse entdecken" verstecken */
h2#ep-0c68868,
.elementor-element-5904a49 {
  display: none !important;
}

.sc-hide-company {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.tingle-modal .tingle-btn--default.gpnf-btn-cancel {
 
    display: none;
}

body.page-id-18646 .sc-hide-company1 {
    display: none !important;
}
.elementor-element-d21ef70 {
  margin: 1rem !important;
}

/* Privat-Dashboard (ID 16986) → Name, E-Mail & Adressfelder im Tab "Weitere Schulungen buchen" ausblenden */
body.page-id-16986 [data-tab-index="2"] #field_3_1,
body.page-id-16986 [data-tab-index="2"] #field_3_3,
body.page-id-16986 [data-tab-index="2"] #field_3_4,
body.page-id-16986 [data-tab-index="2"] #field_3_10 {
  display: none !important;
}


.learndash-wrapper.learndash-wrapper--lesson {
	padding-top: 100px;
	padding-bottom: 100px;
}


.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete, .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
	display: none;
}


.ld-progress {
	display: none !important;
}


.ld-lesson-topic-list{
	display: none !important;
}

/*Anpassungen im Firmendashboard Design*/
.e-n-tabs-heading{
	padding-left: 10px;
}
#e-n-tab-title-129807311{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


#scgd-controls {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    align-items: center;
		margin: 0 0 2px;
}

#scgd-course-filter {
    order: 1;
    flex: 0 0 calc(20% - 1px) !important;
    width: calc(20% - 1px) !important;
    min-width: 0 !important;
    height: 54px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#scgd-search {
    order: 2;
    flex: 0 0 calc(80% - 1px) !important;
    width: calc(80% - 1px) !important;
    min-width: 0 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    background-image: url('https://lms.schadstoff-control.de/wp-content/uploads/2025/11/lupe.webp');
    background-repeat: no-repeat;
    background-size: 54px;
    background-position: 5px center;
    padding-left: 54px !important; 
}

#scgd-controls input,
#scgd-controls select {
    min-width: 0 !important;
}
#scgd-course-filter{
	height: 53px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.scgd-course-item {
	transition: color 0.2s ease, background-color 0.2s ease;
    padding: 4px 6px;
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px !important;
    line-height: 1.4;
}

.scgd-course-item input[type="checkbox"] {
    margin: 0 !important;
}

.scgd-course-item input[type="checkbox"]:checked {
    accent-color: #1fa71f !important; 
}

.scgd-course-item span {
    margin-left: 4px;
    font-size: 13px;
}

.scgd-add-course-btn {
    transition: color 0.2s ease, transform 0.15s ease;
}

.scgd-add-course-btn:hover {
    color: #b00400 !important;
    transform: translateY(-1px);
}


.scgd-course-item:hover {
    color: #b00400;
    background-color: rgba(31, 167, 31, 0.06); 
}


.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    --gf-local-bg-color: #b00400;
    --gf-local-border-color: var(--gf-ctrl-btn-border-color-hover-primary);
    --gf-local-shadow: var(--gf-ctrl-btn-shadow-hover);
    --gf-local-color: var(--gf-ctrl-btn-color-hover-primary);
			--gf-local-outline-color: #FFFFFF;

}

button.delete-button.gform-theme-button--simple.gform-theme-button--size-md {
    padding: 12px 12px !important;
}
.tingle-btn.tingle-btn--primary.gpnf-btn-submit {
    padding: 14px 12px !important;
    border-radius: 10px !important;
	color: red
}

.edit-button.gform-theme-button--secondary {
    border: 1px solid #9a2f2d !important;
	border-radius: 10px!important;
}

.delete-button
{
    border-radius: 10px !important;
}

.tingle-modal .tingle-btn--danger {
    
    color: #9a2f2d !important;
    border: 1px solid #b00400 !important;
    border-radius: 10px !important;
}

.tingle-modal .tingle-btn--danger:hover,
.tingle-modal .tingle-btn--danger:focus {
    background-color: #9a2f2d !important;
    color: #fff !important;
    border: 1px solid #b00400 !important;
    border-radius: 10px !important;
}
.gform-theme--framework input[type="checkbox"]::before {
    color: #1fa71f !important;
}

