/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ni4erta
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/*-------- G E N E R A L --------*/

/*page gutters and height*/

[data-elementor-type=wp-page], [data-elementor-type=single-post]:not(.gruender_product) {
  margin-top: 60px;
}

[data-elementor-type=wp-page], [data-elementor-type=single-post] {
	margin-bottom: 120px;
	min-height: 70vh;
}

/*same for none wp*/
main#content {min-height: 70vh; margin-top: 60px;}

/*remove focus outline*/

html a:focus, html button:focus, html input:focus, html i:focus {
	outline: none !important;
	box-shadow: none !important;
}

/*solid icon fix*/
i.mgbicon-solid-:before{
    font-family: "material_solid" !important;
}

/*custom icon set fix*/
.mgb-icon *{
	line-height: 0
}

/*wbk upsell width fix TEMP*/
#mgb-wbk-single-upsell .elementor-widget-text-editor{
    width: 100%
}

/*icon list fix*/

.elementor-widget .elementor-icon-list-icon svg {
    height: auto !important;
    max-width: 100%;
}

.elementor-widget-wrap.elementor-element-populated .elementor-icon-list-item, .elementor-widget-wrap.elementor-element-populated .elementor-icon-list-items .elementor-icon-list-item a {
	    align-items: unset;
}

/*start product grid fix*/
.elementor-30 .elementor-element.elementor-element-80fb832 {
    --grid-column-gap: unset !important; 
    --grid-row-gap: unset !important;
}

/*sticky header*/
header.elementor-location-header, #mgb-header-main {
	position: sticky;
	top: 0;
	z-index: 999;
}

/*header burger menu and coaching icon*/

#mgb-header-main .elementor-menu-toggle.elementor-active i:before, #mgb-header-main .elementor-menu-toggle i:before {
content: '\e82a';
display: block;
font-family: "material_outline";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    transition: .2s;
}

#mgb-header-main .elementor-menu-toggle i:before {
    content: '\e871' ;
}

@media only screen and (max-width: 767px) {
    #mgb-header-main .elementor-menu-toggle.elementor-active i:before, #mgb-header-main .elementor-menu-toggle i:before {
        font-size: 22px;
    }
}

.mgb-nav-item-coaching img{
    width: 22px;
    height: auto;
    margin-right: 6px;
	filter: brightness(1.1);
}
.mgb-nav-item-coaching img{
	-webkit-animation: heartbeat 30s ease-in-out 1s infinite both;
	        animation: heartbeat 30s ease-in-out 1s infinite both;
}

.mgb-nav-item-coaching {
    background: var(--e-global-color-66dcb96)
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  1% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  2% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  3% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  4% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  1% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  2% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  3% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  4% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


/*video iframe fix*/

#mgb_lesson_popup_video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

#mgb_lesson_popup_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*badges*/

.mgb-badge {
    color: var(--e-global-color-895025a);
    font-weight: 600;
    font-size: .8rem;
    display: inline-flex;
    border-radius: 30px;
    background: var(--e-global-color-accent);
    height: 20px;
    width: min-content !important;
    min-width: 20px;
    max-width: 36px;
    justify-content: center;
    transition: .2s;
    padding: 0 3px;
    cursor: pointer;
}

.mgb-badge.mgb-badge-alert {
    background: var(--e-global-color-accent);
}

.mgb-badge.mgb-badge-secondary {
    background: var(--e-global-color-secondary);
}

.mgb-badge.mgb-badge-secondary:hover {
    background: var(--e-global-color-6cc9b11);
}

/*buttons*/

.elementor-button-content-wrapper i:before {
    transform: scale(1.4);
}


.mgb-btn-inactive .elementor-button-wrapper a{
    background-color: var(--e-global-color-cbb34ae);
    border-color: var(--e-global-color-cbb34ae);
    color: var(--e-global-color-511bdc9);
	pointer-events: none;
}

.mgb-btn-link-fwd:hover i {
    padding-left: 6px
}

.mgb-btn-link-back:hover i {
    padding-right: 6px
}

.mgb-btn-link-back:hover a{
    margin-left: -6px
}

.mgb-btn i, .mgb-btn{
    transition: .26s
}


.mgb-btn-fwd .elementor-align-icon-right i::before{
       transition: .2s;
}

.mgb-btn-fwd a:hover i:before{
    padding-left: 4px;
    transition: .2s
}

.mgb-btn.mgb-btn-readmore {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.2px;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-59e2f6e);
    border-radius: 0px 0px 0px 0px;
    padding: 4px 10px 5px 10px;
	margin: 8px 0;
}

.mgb-btn.mgb-btn-readmore:hover {
	color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-895025a);
    border-color: var(--e-global-color-secondary);
}

/*alternative bgs*/

.mgb-bg-dark h1, .mgb-bg-dark h2, .mgb-bg-dark h3, .mgb-bg-dark h4, .mgb-bg-dark h5, .mgb-bg-dark h6, .mgb-bg-dark p, .mgb-bg-dark li, .mgb-bg-dark .mgb-socials i{
    color: #fff!important
}

.mgb-bg-dark .mgb-socials .elementor-widget-container .elementor-social-icon {background-color: var(--e-global-color-59e2f6e); }

.mgb-socials .elementor-widget-container .elementor-social-icon:hover {opacity: .8;
    transform: scale(1.06)
}

.mgb-bg-alt .mgb-btn-inactive .elementor-widget-container .elementor-button-wrapper a{
    background-color: var(--e-global-color-66dcb96);
    border-color: var(--e-global-color-cbb34ae);
    color: var(--e-global-color-dd017db);
}

/*inactive button*/
.mgb-btn.mgb-btn-inactive .elementor-widget-container .elementor-button-wrapper a{
    background-color: var(--e-global-color-cbb34ae);
    border-color: var(--e-global-color-cbb34ae);
    color: var(--e-global-color-511bdc9);
	pointer-events: none;
}

/*link style button*/

.mgb-btn-link-fwd:hover i {
    padding-left: 6px
}

.mgb-btn-link-back:hover i {
    padding-right: 6px
}

.mgb-btn-link-back:hover a{
    margin-left: -6px
}

.mgb-btn i, .mgb-btn{
    transition: .26s
}

/*headings and p hyphens*/
h1, h2, h3, h4, h5, h6, p{
    hyphens: auto;
}

/*smaller heading dbk2*/
.elementor-page-1508.elementor-page-2550 h1 {
	font-size: 34px;
}

/*list styling*/

ol, ul {
    list-style-type: none;
    padding: 0;
}

ol li {
    counter-increment: step;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 3.2rem;
}

ol li::before {
    content: counter(step,decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: var(--e-global-color-secondary);
    width: 2.2rem;
    border-right: 1px solid var(--e-global-color-511bdc9);
}

ul li {
  padding-left: 1.8em;
  margin-bottom: 1rem;
}

.elementor-widget-text-editor ul li:not(.elementor-icon-list-item):before, .elementor-text-editor ul li:not(.elementor-icon-list-item):before {
  content: '\e80d';
  font-family: "material_outline";
  display: inline-block;
  margin-left: -1.32em;
  width: 1.3em;
  color: var(--e-global-color-secondary);
}

/*popup lektion li*/
.mgb-popup li {
    margin-bottom: 6px
}

/*text selection*/

::-moz-selection {
  color: var(--e-global-color-895025a);
  background: var(--e-global-color-secondary);
}

::selection {
  color: var(--e-global-color-895025a);
  background: var(--e-global-color-secondary);
}


/*________________e_n_d___g_e_n_e_r_a_l_______________*/




/*variable icon product accents*/

.mgb-module-icon i{
   color: var(--mgb-module-accent);
}

.mgb-bk2 {
--mgb-module-accent: #D64933;
}

.mgb-pod {
--mgb-module-accent: #29b7bd;
}

.mgb-dbk {
--mgb-module-accent: #0184C2;
}

.mgb-wbk {
--mgb-module-accent: #DD2068;
}

.mgb-dsk {
--mgb-module-accent: #ED8238;
}

.mgb-dbk2 {
--mgb-module-accent: #0072f1;
}

.mgb-bk3 {
--mgb-module-accent: #9733f4;
}


/*breadcrumb*/

.mgb-breadcrumb {
	list-style: none;
	line-height: 1;
    padding: 5px 0;
}

.mgb-breadcrumb li {
  display: inline;
  padding: 0 10px 0 0;
  color: var(--e-global-color-dd017db);
  font-size: 14px
}

.mgb-breadcrumb li+li:before {
color: var(--e-global-color-secondary);
  content: "\e80d";
      font-family: "material_outline";
    font-style: normal;
    font-weight: normal;
    speak: never;
    margin-right: 12px;
}

.mgb-breadcrumb li a {
  text-decoration: none;
  color: var(--e-global-color-text);
  
}

.mgb-breadcrumb li a:hover {
  color: var(--e-global-color-primary);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .mgb-breadcrumb li {
    font-size: 11px;
    }
    .mgb-breadcrumb li+li:before {
    margin: 0 4px 0 0;  
}
}

/*product cards on the start page*/


.mgb-start-product-card div:first-child {
    flex-direction: column;
}

.mgb-start-product-card  .elementor-widget-wrap {
	height: 100%;
}

.mgb-start-product-card .mgb-btn {
   flex-grow: 1;
   display: flex;
}

.mgb-start-product-card .mgb-btn div {
   width: 100%;
   margin-top: auto;
 }


/*book product page template*/

.mgb-book-download-section .elementor-container, .mgb-audio-book-cta .elementor-container, .mgb-audio-book-cta .elementor-container, .mgb-module-card-wrapper {
	margin-left: -16px !important;
	margin-right: -16px !important;
}

.mgb-player-buttons i::before{
	font-family: "material_player"
}

.mgb-player-section input[type=range] {
	box-sizing: border-box;
	font-size: 16px;
	background-color: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	width: 100%;
}

.mgb-player-section input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.mgb-player-section input[type=range]:focus {
	outline: none; 
}

.mgb-player-section input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0.15em;
  height: 1.4em;
  background: var(--e-global-color-6cc9b11);
  margin: 4px 14px;
  cursor: pointer;
  box-sizing: border-box;
}

.mgb-player-section input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 2em;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  border: none;
  border-right: solid 2px var(--e-global-color-secondary);
}

.mgb-player-section  input[type="range"]::-moz-range-track {
	background: var(--e-global-color-66dcb96);
	margin: 10px;
}

.mgb-player-section input[type=range]:hover::-webkit-slider-thumb {
	border-color: rgba(255, 255, 255, 0.7);
}

.mgb-player-section input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	cursor: pointer;
	height: 1em;
	border-bottom: 2px solid var(--e-global-color-6cc9b11);
	background-color: transparent;
}

.mgb-player-section select{
    color: var(--e-global-color-primary);
    padding: 10px 0;
    border: none;
    border-radius: 0;
    border-color: var(--e-global-color-66dcb96);
	background: none;
}

.mgb-player-section select:focus{
    outline: none;
}

@media only screen and (max-width: 767px) {
	.mgb-book-img img {width: 80%; max-width: 200px;}
}

/*buch bonus videos*/

.boni-item-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}

.mgb-bonus-video-card {
	width: calc(33.33% - 16px);
	border: solid 1px var(--e-global-color-511bdc9);
	margin: 8px;
}

.mgb-bonus-video-card h2 {
    padding: 8px 16px;
    font-size: 18px;
}

.boni-item-container, .boni-item-container button {
	margin: 8px;
}

button {
    word-break: break-all;
    white-space: normal;
}

@media only screen and (max-width: 767px) {
	.boni-item-container, .boni-item-container button {
	font-size: 13px;
	letter-spacing: .03em
}
}


/*Domain Popup SELECT*/

.mgb-domainname-row {
    display: flex;
    align-content: space-between;
    width: 100%;
}

.mgb-custom-domain-select-title {
    font-size: 2em;
    margin-bottom: 10px
}

.mgb-domainname-row .mgb-domainname {
    flex-grow: 1;
}

#custom_domain_btn {
    display: flex;
    float: right;
    width: 30%;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-895025a)!important;
    text-align: center;
    height: 30px;
    transition: .2s;
    margin-bottom: 16px;
}

#custom_domain_btn a {
    color: var(--e-global-color-895025a);
    margin: auto;
    font-weight: 600;
    letter-spacing: .02em;
}

#custom_domain_btn:hover {
    opacity: .86;
    transition: .26s;
}

#custom_domain_input {
    width: 68%;
    float: left;
    border: none;
    border-radius: 0;
    border-bottom: solid 2px var(--e-global-color-primary);
    padding: 4px 30px 4px;
    font-size: 15px;
    margin-right: 2%;
}

#custom_domain_input:focus {
    border-bottom: solid 2px var(--e-global-color-secondary);
    outline: none;
}

#custom_domain_input::placeholder {
    opacity: .4;
}

.mgb-consult-text {
    font-size: 12px !important;
    clear: both;
    display: block;
    position: relative;
    top: 10px;
}

.mgb-domain-select-description {
    display: block;
    font-size: 15px;
    color: var(--e-global-color-secondary);
    margin-bottom: 26px;
    line-height: 1.3;
}


.mgb-domainname-row {
    font-size: 15px;
    padding: 4px 0;
    border-bottom: solid 1px var(--e-global-color-511bdc9);
    transition: .26s;
}

.mgb-domainname-row:last-child {
    margin-bottom: 16px;
}

.mgb-domainname-row:hover {
    background:  var(--e-global-color-cbb34ae);
}

.mgb-domainname-row a {
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 2;
}

.mgb-btn-domain-available a {
    color: var(--e-global-color-895025a);
    background: var(--e-global-color-secondary);
    transition: .2s;
}

.mgb-btn-domain-available a:hover {
    color: var(--e-global-color-895025a);
    background: var(--e-global-color-primary);
}

.mgb-btn-domain-occupied a{
    color: var(--e-global-color-56df5e6);
    background: var(--e-global-color-cbb34ae)
}

.mgb-btn-domain-occupied, .mgb-btn-domain-occupied a {
    pointer-events: none;
}

.mgb-domain-input-wrapper i {
    position: absolute;
    font-size: 23px;
    opacity: .7;
    left: -2px;
    margin-top: -2px;
}

#custom_domain_input:focus + i{
    color: var(--e-global-color-secondary)
}

#select_domain_dialog .mgb_custom_domain_btn a{
	font-size: 12px !important;
}


@media only screen and (max-width: 640px){
  div#custom_domain_btn a{
    font-size: 10px;
    line-height: 1.16;
}  
 #custom_domain_input {
     font-size:12px;
     padding: 6px 0 5px 24px;
}
.mgb-domainname {
    font-size:12px;
}
}

/*Domain Popup Webmail Radio*/

.select_webmail_alias_radio fieldset{
    border: 0;
    margin: 0;
    padding: 20px 0 0;
}

.select_webmail_alias_radio .form-control:focus-within {
  color: var(--e-global-color-secondary);
}

.select_webmail_alias_radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: var(--e-global-color-primary);
  width: 1.15em;
  height: 1.15em;
  border: .1em solid var(--e-global-color-primary);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
margin-top: 4px
}

.select_webmail_alias_radio input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--e-global-color-secondary);
  background-color: CanvasText;
}

.select_webmail_alias_radio input[type=radio]:checked::before {
  transform: scale(1);
}

.select_webmail_alias_radio input[type=radio]:focus {
  outline: max(2px, 0.15em) solid var(--e-global-color-primary);
  outline-offset: max(2px, 0.15em);
}

.select_webmail_alias_radio .single_radio_input {
    display: flex;
    align-items: center;
}



/*Domain Popup VERIFY and CONFIRM*/

#verify_domain_dialog, #confirm_domain_dialog {
    text-align: center;
    width: 100%;
}

#verify_domain_dialog h2, #confirm_domain_dialog h2, .select_webmail_alias_radio h2, #mgb_select_title {
	font-size: 26px !important;
}

#mgb_select_title



#order_cancel, #confirm_close {
    font-size: 1rem;
    border-bottom: solid 1px;
}

.mgb-custom-domain-verfiy-btn-wrapper {
    display: flex;
    margin-bottom: 20px;
}

#verify_domain_dialog .mgb-custom-domain-verfiy-btn-wrapper a{
    margin: auto;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: var(--e-global-color-895025a);
    background-color: var(--e-global-color-secondary);
    letter-spacing: .04em;
    font-weight: 600;
    transition: .36s;
}

#verify_domain_dialog .mgb-custom-domain-verfiy-btn-wrapper a:hover{
    color: var(--e-global-color-895025a)!important;
    background: var(--e-global-color-primary);
    letter-spacing: .04em;
    font-weight: 600;
}

.mgb-custom-domain-verfiy p, #confirm_domain_dialog p{
    font-size: 16px;
    text-align: left 
}

p.mgb-custom-domain-verfiy-comply {
    font-size: 22px;
    text-align: center;
    color: var(--e-global-color-secondary);
    line-height: 1.2;
    padding-bottom: 16px;
}

#verify_domain_dialog i,  #confirm_domain_dialog i{
    font-size: 42px;
    color: var(--e-global-color-secondary)
}

#custom_domain_error {
    clear: both;
    color: var(--e-global-color-accent)
}

.mgb-domain-verification-wrapper, .mgb-domain-confirmation-wrapper {height: 0
}

/*module navbar*/

.mgb-module-navbar {
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     align-content: flex-start;
     border-right: 1px solid var(--e-global-color-511bdc9);
     transition: .26s;
     padding: 50px 0;
	 max-width: 110px
}

.mgb_module_nav_tile_a {
	width: 100%;
	margin-bottom:2px
}

.mgb_module_nav_tile_a_active {
    width: calc(100% + 12px);
    margin-right: 12px;
    background: var(--e-global-color-cbb34ae);
    pointer-events: none;
}

.mgb-module-navbar-item {
     text-align: center;
     background: var(--e-global-color-66dcb96);
     min-height: 80px;
     width: 100%;
     display: flex;
     flex-direction: column;
     padding: 6px;
     align-items: center;
     align-content: center;
     justify-content: center;
}

.mgb-module-navbar-item:not(.mgb-module-navbar-item-active):hover {
    opacity: .8
}

.mgb-module-navbar-item span{
    font-size: 10px;
    line-height: 1.1;  
}

.mgb-module-navbar-icon svg{
    width: 26px;
}

.mgb-module-header-icon{
    text-align: center;
}

.mgb-module-header-icon svg{
    width: 100px;
}

.mgb-module-navbar-count {
    color: var(--e-global-color-primary);
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 13px;
}
.mgb-module-navbar-title {
    color: var(--e-global-color-text);
}


/*komplett module single page website*/


/*password copy*/

.mgb-postfach-pw i {
    font-size: 22px;
    bottom: -4px;
    position: relative;
    float: right;
}

.mgb-postfach-pw i:hover, .mgb-domain-pending-wrapper i {
	color: var(--e-global-color-secondary)
}

.mgb-domain-pending-wrapper {
    font-size: 12px;
    padding: 6px 0;
    border-top: solid 1px var(--e-global-color-secondary);
    border-bottom: solid 1px var(--e-global-color-secondary);
}

/*info banner*/

.mgb-info-banner-time i {
    font-size: 20px;
}

.mgb-info-banner-time {
   color: var(--e-global-color-secondary);
}

.mgb-card-wrapper-websites .elementor-container, .mgb-card-wrapper-lektionen .elementor-container, .mgb-wrapper-schnellzugriff .elementor-container{
    margin-right: -8px;
    margin-left: -8px;
}

/*
 * Komplett Produkt Module Overview
 * */

 .mgb_modules_container{
	display: flex;
    flex-flow: row wrap;
    margin: 0px -16px;
}

.mgb_modules_tile_a{
	background-color: var(--e-global-color-cbb34ae);
    margin: 16px;
    width: calc( (100% / 3) - 32px);
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: var(--e-global-color-511bdc9);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

@media only screen and (min-width: 600px) and (max-width:1199px){
    .mgb_modules_tile_a{ 
        width: calc( (100% / 2) - 32px);
}}
    
@media only screen and (max-width: 599px) {
    .mgb_modules_tile_a{ 
        width: 100%;
}}

.mgb_modules_tile_a:hover{

    background-color: var(--e-global-color-66dcb96);
    border-style: solid;
    border-width: 0px 0px 0px 10px;
}

.mgb_modules_tile{
	padding: 30px;
    
}

.mgb_modules_pos{
	position: absolute;
    margin: -50px -10px;
    z-index: 1;
    color: var(--e-global-color-66dcb96);
    font-size: 110px;
    font-weight: 300;
}

.mgb_modules_title{
    color: var(--e-global-color-primary);
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
	margin-bottom: 10px;	  
}

.mgb_modules_icon{
	text-align: center;
    padding: 10px;
}

.mgb_modules_icon svg {
    width: 100px; 
    height: auto;
}

.mgb_modules_desc {
    font-size: 14px;
    color: var(--e-global-color-text);
}

/* BK 2.0 Module 2 Styles */

.mgb_userwebsite_container{
    width:calc(100% + 16px);
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
}

.mgb_userwebsite_tile{
    padding: 0px;
    margin: 8px;
    width: calc( (100% / 3) - 16px);
    border-style: solid;
    border-width: 1px;
    border-color: var(--e-global-color-511bdc9);
    position:relative;
}

@media only screen and (min-width: 600px) and (max-width:1199px){
    .mgb_userwebsite_tile{ 
        width: calc( (100% / 2) - 16px);
}}
    
@media only screen and (max-width: 599px){
    .mgb_userwebsite_tile{ 
        width: 100%;
}}

.mgb_userwebsite_tile .mgb_userwebsite_img, .mgb_userwebsite_tile .mgb_userwebsite_img_big {
    margin: -1px -1px 0px -1px; 
    position: relative;
	display: flex;
}

/*TEMP deactivate f*** amz on click*/
.mgb_userwebsite_tile .mgb_userwebsite_img:not(.mgb_icon_wrapper), .mgb_userwebsite_tile .mgb_userwebsite_img_big:not(.mgb_icon_wrapper) {
	pointer-events: none;
    cursor: default;
}

.mgb_userwebsite_tile .mgb_icon_wrapper {
	pointer-events: auto ;
 	cursor: pointer;
}

.mgb_userwebsite_tile .mgb_userwebsite_img img{
	width:100%;
    height:auto;
    vertical-align: middle;
}

.mgb_icon_wrapper{
    position:absolute;
    padding: 6px;
    background-color: var(--e-global-color-59e2f6e);
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 1;
    
}
        
.mgb_icon_wrapper_eye {
    right: 44px;
}

.mgb_icon_wrapper:hover{
    background-color: var(--e-global-color-2471f1a);
}

.mgb_icon_wrapper i {
    line-height: 1px;
    color: var(--e-global-color-895025a);
    position: relative;
    display: block;
    font-size: 30px;
}

.mgb_userwebsite_domain {
    height: 24px;
    padding-left: 16px;
    padding-top: 4px;
    font-size: 13px;
    background-color: var(--e-global-color-cbb34ae);
}

.mgb_userwebsite_domain a {
    color: var(--e-global-color-text);
}

.mgb_userwebsite_body {
    padding:6px 16px;
}

.mgb_userwebsite_body h2 {
    color: var(--e-global-color-primary);
    font-weight: 600;
    line-height: 1.2em;
    font-size: 16px;
}

.mgb_userwebsite_info {
    font-size: 12px;
    padding: 6px 0;
    border-top: solid 1px var(--e-global-color-secondary);
    border-bottom: solid 1px var(--e-global-color-secondary);
}

.mgb_userwebsite_info i {
    color: var(--e-global-color-secondary);
}    

.mgb_userwebsite_body ul {
    padding-top: 10px;
}

.mgb_userwebsite_body ul li { 
    padding-left: 0;
    padding-bottom: 8px;
    margin-bottom: 0px;
    display: flex;
}

.mgb_userwebsite_body ul li i {
    color: var(--e-global-color-secondary);
}

.mgb_userwebsite_li_desc {
    padding-left:6px;
    font-size: 14px;
    line-height: 1.4em;
}

.mgb_userwebsite_button_wrapper {
    width: 100%;
}

.mgb_userwebsite_button {
    font-size: 13px;
    letter-spacing: 1.6px;
    padding: 9px;
    color: var(--e-global-color-895025a)!important;
    background-color: var(--e-global-color-secondary);
    transition: 0.3s;
    font-family: "Open Sans Local", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display:block;
    text-align: center;   
    line-height: 1;    
}

.mgb_userwebsite_button:hover {
    background-color: var(--e-global-color-6cc9b11)!important;
    transition: 0.3s;
}

.mgb_userwebsite_button_dark {
    background-color: var(--e-global-color-primary);
}

.mgb_userwebsite_button_dark:hover {
    background-color: var(--e-global-color-f0dedc0)!important;
    padding-right:4px;
    padding-left:4px;
}

.mgb_userwebsite_button_bright {
    margin-top: 6px;
    background-color: var(--e-global-color-66dcb96);  
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
}

.mgb_userwebsite_button_bright .mgb_userwebsite_button_inner, .mgb_userwebsite_button_bright .mgb_userwebsite_button_icon{
    color: var(--e-global-color-secondary)!important;
}

.mgb_userwebsite_button_bright a {
    background-color: var(--e-global-color-66dcb96);
}

.mgb_userwebsite_button_bright:hover {
    background-color: var(--e-global-color-895025a) !important;
}

.mgb_userwebsite_button_inner {
    color: var(--e-global-color-895025a);
    flex-grow: 1;
    padding-top: 2px;
}

.mgb_userwebsite_button_span_wrapper {
    display: flex;
}    

.mgb_userwebsite_button_icon {
    margin-left: 2px;
    order: 11;  
}

.mgb_userwebsite_button_icon i {
    font-size: 18px;
    line-height: 0;
}

.mgb_userwebsite_email_wrapper {
    color: var(--e-global-color-dd017db);
    padding: 8px 0px;
    font-size: 13px;
	line-height: 1.6;
}

.mgb_userwebsite_email a {
    color: var(--e-global-color-dd017db);
}

.mgb_userwebsite_email a:hover {
    color: var(--e-global-color-secondary);
}

/*swap buttons aktivieren and demo TEMP*/

.mgb-pod .mgb_userwebsite_button_wrapper, .mgb-dbk .mgb_userwebsite_button_wrapper, .mgb-bk2 .mgb_userwebsite_button_wrapper{
    display: flex;
    flex-direction: column;
}

.mgb-dbk .mgb_userwebsite_button_wrapper .domain_popup_btn, .mgb-pod .mgb_userwebsite_button_wrapper .domain_popup_btn, .mgb-bk2 .mgb_userwebsite_button_wrapper .domain_popup_btn {
	order: 1;
    margin-top: 6px;
    border: solid 1px;
}

.mgb-dbk .mgb_userwebsite_button_bright, .mgb-bk2 .mgb_userwebsite_button_bright, .mgb-pod .mgb_userwebsite_button_bright {
	margin-top: 0
}


/*quick tile aka schnellzugriff*/
            
.mgb_userwebsite_quick_tile {
    border: 0px;           
}

.mgb_userwebsite_quick_tile .mgb_icon_wrapper {
    background-color: var(--e-global-color-cbb34ae);
    margin: 14px 3px 0px 0px;
    position:relative;
    padding: 10px 10px 4px 10px;
    width: 42px;
    height: 42px;
    right: 0px;
    bottom: 0px;
    float:left;
}

.mgb_userwebsite_quick_tile h5 {
    margin-bottom: 6px;
}

.mgb_userwebsite_quick_tile .mgb_icon_wrapper i {
    color: var(--e-global-color-primary);
    font-size: 22px;  
}

.mgb_userwebsite_quick_tile .mgb_icon_wrapper:before {
	opacity: 0;
	transition: opacity 1.2s ease-out;
	content: "verwalten";
    display: block;
    background: red;
    position: absolute;
    top: -26px;
    color: #fff;
    background: var(--e-global-color-primary);
    transition: .3s;
    border-radius: 4px;
    padding: 2px 6px;
    left: 0;
    z-index: 2;
    font-size: 13px;
}

/*swap eye and cog*/
.mgb_userwebsite_quick_tile div {
    display: flex;
}

.mgb_userwebsite_quick_tile a:first-child {
    order: 1;
}

.mgb_userwebsite_quick_tile a:nth-child(3) {
    order: 2;
}

.mgb_userwebsite_quick_tile .mgb_icon_wrapper i{
	transition: .3s;
}

.mgb_userwebsite_quick_tile .mgb_icon_wrapper:hover i{
	color: var(--e-global-color-secondary)
}

.mgb_userwebsite_quick_tile .mgb_icon_wrapper:hover:before {
     opacity: .8;
}

.mgb_userwebsite_quick_tile a:nth-child(2) .mgb_icon_wrapper:before {
    content: "ansehen";
}


.mgb_userwebsite_quick_tile a:nth-child(3) .mgb_icon_wrapper:before {
    content: "Postfach";
}

 /*product module cards + book dnld cards hover fix*/

.mgb-book-download-section h3, 
.mgb-book-download-section .elementor-image, 
.mgb-book-download-section .elementor-text-editor,
.mgb_modules_desc, .mgb_modules_icon, .mgb_modules_title  {
      transition: .3s
}
 
.mgb-book-download-section .elementor-column:hover h3, 
.mgb-book-download-section .elementor-column:hover .elementor-image, 
.mgb-book-download-section .elementor-column:hover .elementor-text-editor,
.mgb_modules_tile:hover .mgb_modules_desc, .mgb_modules_tile:hover  .mgb_modules_icon, .mgb_modules_tile:hover  .mgb_modules_title {
     margin-right: -6px
 }


/*start product grid link*/

.mgb-product-tile-link, .mgb-product-tile-link div, .mgb-product-tile-link a{
    height: 100%;
	width: 100%;
} 

.mgb-start-product-card .elementor-column-wrap {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	-o-transition: -o-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

.mgb-start-product-card .elementor-column-wrap:hover {
	transform: translateY(-6px);
	box-shadow: 0px 12px 15px 2px #08304414;
}

.mgb-start-product-card img {
	transition: .26;
}

.mgb-start-product-card:hover img, .mgb-start-product-card img:hover {
	filter: brightness(1.04) saturate(1.1);
}

/*typeform feedback buttons*/

button.mgb-btn-feedback {
	font-family:Open Sans Local,Arial,sans-serif;
	display:block;max-width:100%; 
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background-color: var(--e-global-color-66dcb96);
	color:var(--e-global-color-secondary);
	font-size:15px;border-radius:0px;
	padding:0 22px;font-weight:600;height:40px;
	cursor:pointer;
	line-height:40px;
	border:solid 1px var(--e-global-color-secondary);
	letter-spacing:2px;
	text-align:center;
	margin:0;
	text-decoration:none;
	transition: .26s !important;
}

.elementor-widget-container .mgb-btn-feedback:hover {
    background: transparent;
	color:var(--e-global-color-secondary);
}

@media only screen and (max-width: 767px) {
    button.mgb-btn-feedback {
    font-size: 13px;
	height: 38px;
	line-height: 36px;
}
}

/* Module Arrow Nav*/

.mgb-module-arrow-nav-wrapper a{
    display: inline-block;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.2;
    transition: .3s;
}

.mgb-module-arrow-nav-wrapper i{
    display: inline-block;
    position: relative;
    font-size: 22px;
    bottom: -3px;
    padding-bottom: 4px;
    color: var(--e-global-color-primary);
    transition: .26s
}

.mgb-module-arrow-nav-wrapper .mgb-module-arrow-nav-prev{
   border-right: solid 1px var(--e-global-color-511bdc9);
padding-right: 24px;
}

.mgb-module-arrow-nav-wrapper .mgb-module-arrow-nav-next{
padding-left: 24px;
}

.mgb-module-arrow-nav-wrapper .mgb-module-arrow-nav-prev:hover i{
    margin-left: -3px;
    margin-right: 3px;
}

.mgb-module-arrow-nav-wrapper .mgb-module-arrow-nav-next:hover i{
    margin-right: -3px;
    margin-left: 3px;
}

.mgb-module-arrow-nav-wrapper .mgb-module-arrow-nav-title-mobile {
    display: none;
}

.mgb-module-arrow-nav-wrapper a:first-child {
    padding-left: 0;
}

@media only screen and (max-width: 767px){
    .mgb-module-arrow-nav-wrapper .mgb-module-arrow-nav-title-mobile {
    display: unset;}
    .mgb-module-arrow-nav-wrapper .mgb-module-arrow-nav-title {
    display: none;
}
}

/*single column user website tiles*/

.mgb_userwebsite_tile.mgb_userwebsite_tile-single {
    width: 100%;
	align-items: center;
	margin: 0;
}

@media only screen and (min-width:767px){
	
.mgb_userwebsite_tile.mgb_userwebsite_tile-single:not(:first-of-type) {
    margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px var(--e-global-color-511bdc9);
}

.mgb_userwebsite_tile.mgb_userwebsite_tile-single .mgb_icon_wrapper i {
    font-size: 40px;
}
	
.mgb_userwebsite_tile.mgb_userwebsite_tile-single .mgb_icon_wrapper_eye {
	right: 54px;
}

.mgb_userwebsite_tile.mgb_userwebsite_tile-single {
    display: flex;
    flex-direction: row;
	border: none;}

.mgb_userwebsite_tile-single .mgb_userwebsite_img_big {
   max-width: 44%;
}
	
.mgb_userwebsite_tile-single .mgb_userwebsite_info {
    border-bottom: none;
}

.mgb_userwebsite_tile-single .mgb_userwebsite_button_wrapper a {
    max-width: 400px;
}

.mgb_userwebsite_tile-single .mgb_userwebsite_body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 36px;    
	justify-content: center;
}
}
	
.mgb_userwebsite_tile-single .mgbicon-.mgb-icon-copy:hover:after {
    content: "kopieren";
    display: inline-block;
	opacity: 1;
    position: absolute;
    background: var(--e-global-color-8604c3c);
    color: var(--e-global-color-895025a);
    font-style: normal;
	font-weight: 500;
    font-size: .8rem;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 1.3rem;
}
	
.mgb_userwebsite_tile-single .mgbicon-.mgb-icon-copy {
		transition: .3s;
}
	
.mgb_userwebsite_tile-single .mgbicon-.mgb-icon-copy:hover {
		transition: .3s;
	    color: var(--e-global-color-secondary)
}


.mgb_userwebsite_tile-single .mgb_userwebsite_info {
    font-size: .86rem
}

.mgb_userwebsite_tile-single
    .mgb_userwebsite_domain {
        background: unset;
        padding: 0 0 40px 0;
        font-size: 1.12rem;
}

.mgb_userwebsite_tile-single .mgb_userwebsite_domain a {
     	color: var(--e-global-color-secondary)
}

.mgb_userwebsite_tile.mgb_userwebsite_tile-single  h2 {
    margin: 0;
	font-size: 1.6em;
}

.mgb_userwebsite_tile-single .mgb_userwebsite_email_wrapper {
    font-size: .9rem;
    padding: 0;
    line-height: 1.2;
}

.mgb_userwebsite_tile-single .mgb_userwebsite_button_wrapper {
    margin: 12px 0;
}

.mgb_userwebsite_tile-single .mgb_userwebsite_email_wrapper i{
    font-size: 1.26rem;
    margin-left: 4px;
    position: relative;
    bottom: -2px;
}

/*lesson accordion bar*/

.mgb-accordion-bar {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: stretch;
     align-content: center;
     background: var(--e-global-color-cbb34ae);
     height: 48px;
}

.mgb-accordion-bar:not(first-child) {
	margin-top: 10px;
}

.mgb-accordion-bar-title {
     display: flex;
     flex-grow: 1;
     color: var(--e-global-color-secondary);
     padding: 0 16px
}

.mgb-accordion-bar-title h4{
    font-size: 20px;
    color: var(--e-global-color-primary);
    margin: auto 0;
}

.mgb-accordion-bar-duration {
    display: flex;
    padding: 12px 20px;
    margin: auto 10px;
}

.mgb-accordion-bar-duration span{
    margin: auto;
    font-size: 14px;
    color: var(--e-global-color-text);
}

.mgb-accordion-bar-toggle {
    display: flex;
    width: 48px;
	max-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    background: var(--e-global-color-66dcb96);  
    cursor:pointer;
}

.mgb-accordion-bar-checkbox {
	display: flex;
}

.mgb-accordion-bar-checkbox {
	display: flex;
}

.mgb-accordion-bar-toggle i {
    margin: auto;
    font-size: 30px;
    position: absolute;
	right: 8px;
	padding-left: calc(100% - 40px);
}

.mgb-accordion-bar-toggle, .mgb-accordion-bar-toggle i {
	transition: .26s;
}


.mgb-accordion-bar-toggle:hover{
    opacity: .8;
}

.mgb-accordion-bar-toggle:hover i {
    color: var(--e-global-color-secondary);
}

@media only screen and (max-width: 767px){
	.mgb-accordion-bar-title h4 {
		font-size: 14px;
		line-height: 1.1;
	}
	.mgb-accordion-bar-checkbox {
		order: -1;}
	.mgb-accordion-bar-duration {
    	margin: auto 10px;
    	padding: 6px 12px 6px 0;
    	margin: auto 0 auto;
    	width: 68px;
    	text-align: right;
	}	
	.mgb-accordion-bar-toggle {
		min-width: 34px;
		max-width: 34px;
	}
	.mgb-accordion-bar-duration span {
		font-size: 11px;
		width: 100%
	}		
	.mgb-accordion-bar .container-checkbox {
			transform: scale(.7);	
}
}

/*accordion bar checkbox*/
.container-checkbox {
	margin: auto;
}

/*mgb sublesson*/

.mgb_sublesson_tile .mgb_userwebsite_img {
	margin: unset;
}

.mgb_sublesson_tile_wrapper{ 
    width: calc(100% + 16px);
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    overflow: hidden;
    max-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: max-height 0.3s ease-out, margin-top 0.3s ease-out, margin-bottom 0.3s ease-out;
}    

.mgb_subsublesson_tile_wrapper{ 
    width: calc(100% + 16px);
    display: flex;
    flex-flow: row wrap;
    margin-left: -8px;
    overflow: hidden;
    /* max-height: 800px; */
    margin-top: 0px;
    margin-bottom: 0px;
    transition: max-height 0.3s ease-out, margin-top 0.3s ease-out, margin-bottom 0.3s ease-out;
}   

/* fix for book boni video tiles because we dont' use accordions here*/
.mgb_book_boni_tile_wrapper_fix{
	max-height: none;
}

.mgb_sublesson_tile {
    padding: 0px;
    margin: 8px;
    width: calc( (100% / 4) - 16px);
    border-style: solid;
    border-width: 1px;
    border-color: var(--e-global-color-511bdc9);
    position: relative;
}

.mgb_sublesson_tile img{
    display: block;
    cursor: pointer;
}

#mgb_lesson_popup_next, #mgb_lesson_popup_prev{
    cursor: pointer;
}

@media only screen and (min-width: 600px) and (max-width:1199px){
.mgb_sublesson_tile{ 
    width: calc( (100% / 3) - 16px);
}}

@media only screen and (max-width: 599px){
.mgb_sublesson_tile{ 
    width: 100%;
}}

.mgb_sublesson_duration{
    margin: 0px 0px 0px 0px;
    padding: 3px 16px 3px 16px;
    background-color: var(--e-global-color-cbb34ae);
    font-size: 13px;
    text-align: right; 
}

.mgb_sublesson_title{
    padding: 16px;
    cursor:pointer;
}

.mgb_sublesson_title h5{
    font-size: 16px;
    margin:0px;
}

/*lesson checkbox tick if watched*/

.container-checkbox {
    display: inline-block;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
      animation: tick 150ms ease-in;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
}

.container-checkbox .checkmark {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    border: 1px solid var(--e-global-color-secondary);
    transition: .26s
}




.container-checkbox input:checked ~ .checkmark {
    background-color: var(--e-global-color-secondary);
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;

}

.container-checkbox input:checked ~ .checkmark:after {
        border: solid var(--e-global-color-895025a);
        border-width: 0 2px 2px 0;
}

.container-checkbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 7px;
    height: 10px;
    border: solid var(--e-global-color-511bdc9);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: tick 150ms ease-in;
}

.mgb-item-card-video .container-checkbox {
    transform: scale(.7);
    top: .02em;
    left: -10px;
}

.mgb_sublesson_duration .container-checkbox {
    margin-left: auto;
    margin-right: unset;
    transform: scale(.8);
}

/*my account popup*/

.mgb-account-popup-wrapper i:before {
    font-size: 20px;
    margin-top: -3px;
    margin-right: 4px;
    color: var(--e-global-color-primary);
    transition: .3s
}

.mgb-account-popup-wrapper .mgb-account-link:hover i:before {
   transform: scale(1.56)
}

.mgb-account-popup-wrapper .mgb-logout-link i:before {
    transform: scale(1.4) rotate(-90deg);
}


/*my account + dsk marktplatz forms*/

.ncore.ncore_user_form_container.dm_account form, .ncore.ncore_user_form_container.dm_account form table, .ncore.ncore_user_form_container.dm_account tbody, .ncore.ncore_user_form_container.dm_account ncore_inside, .ncore.ncore_user_form_container.dm_account tr, .ncore.ncore_user_form_container.dm_account .ncore_form_section, .ncore.ncore_user_form_container.dm_account, table.ncore_form_table.ncore_user div:not(.dm-tooltip-bubble):not(.dm-tooltip-triangle), table.ncore_form_table.ncore_user input {
    width: 100% !important; }
    
tr.digimember_row_password.ncore_input_password_indicator th {
    display: none;
}

.ncore_pwstrength {
    position: absolute;
    padding: 0 !important;
    height: 18px !important;
    font-size: 12px;
    line-height: 1.3 !important;
    border-radius: 0;
    width: 100% !important;
    border: none;
    margin-top: -4px;
    transition: .3s
}

.ncore_pwstrength.none {visibility: hidden; opacity: 0;}

.dm_account table {
    border-collapse: separate!important;
    border-spacing: 0 4px!important;
}

.dm_account th {
    width: 42%;
}

.digimember_row_display_name.ncore_input_text {
    padding-top: 20px;
}

.dm_account td input, .mgb-marktplatz-form-input-wrapper input{
    border: none;
    border-radius: 0;
    border-bottom: solid 2px var(--e-global-color-secondary);
    box-shadow: unset !important;
    outline: none;
    padding: 6px 0  !important
}

.dm_account td input:focus {
   border-bottom: solid 2px var(--e-global-color-primary) !important;
}

#mgb-account-form .dm_account .ncore_form_buttons .button-primary{
    color: var(--e-global-color-895025a) !important;
    background-color: var(--e-global-color-secondary) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-secondary) !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    font-size: 14px !important;
}

#mgb-account-form .dm_account .ncore_form_buttons {
    width: 58%;
    float: right;
    transition: .36s !important;
}

#mgb-account-form .dm_account .ncore_form_buttons:hover {
    opacity: .86
}

/*don't judje, it's digistore shit*/
@media only screen and (max-width: 767px) {
	#mgb-account-form form#user_account_editor_form table, #mgb-account-form form#user_account_editor_form table>tbody, #mgb-account-form form#user_account_editor_form table>tbody>tr, #mgb-account-form form#user_account_editor_form table>tbody>tr>* {
		margin: unset !important;
	}
	#mgb-account-form form#user_account_editor_form table>tbody>tr {
		margin-top: 20px !important;
	}
	#mgb-account-form .dm_account .ncore_form_buttons {
		width: 100% !important;
	}
	
	#mgb-account-form .dm-tooltip-container {
		display: none !important;
	}
}

/*dsk marktplatz form*/

.mgb-marktplatz-form-input-wrapper {
    width: 50%;
    float: left;
    clear: right;
    margin-top: 10px;
}

.mgb-marktplatz-form-input-wrapper:nth-child(4), .mgb-marktplatz-form-input-wrapper:nth-child(5) {
    width: 26%;
}

.mgb-marktplatz-form-input-wrapper:nth-child(3), .mgb-marktplatz-form-input-wrapper:nth-child(6) {
    width: 74%;
}

.mgb-marktplatz-form-input-wrapper:nth-child(odd) {
    padding-right: 10px;
}

.mgb-marktplatz-form-input-wrapper:nth-child(even) {
    padding-left: 10px;
}

.mgb-marktplatz-form-input-wrapper label {
    margin-bottom: -2px;
    font-size: 14px;
    background: var(--e-global-color-895025a);
}

.mgb-marktplatz-form-wrapper .btn.btn-xcore {
    margin-top: 24px;
}

.mgb-marktplatz-form-wrapper input{
    color: var(--e-global-color-primary);
    font-size: 15px;
    font-weight: 500;
}

.mgb-marktplatz-form-wrapper input:focus {
    border-color: var(--e-global-color-primary);
}

.mgb-marktplatz-form-wrapper label:after{
    content: "*";
    color: var(--e-global-color-accent);
    font-size: 12px;
    position: relative;
    top: -2px;
}

.mgb-marktplatz-popup p {
    font-size: 15px
}

.mgb-dsk-bonusshop-head {
	text-align: center;
	padding: 60px 0 20px;
}

/*dsk website pick // dsk shop browser popup*/

/*hide website full preview button TEMPORARY*/
.mgb-dsk-website-pick .mgb_icon_wrapper_eye {
	display: none;
}

#mgb_shop_browser_img {
	border: solid 1px var(--e-global-color-2471f1a);
}

.mgb-dsk-website-pick .mgb_userwebsite_tile {
    width: 100%;
    border: 0;
    margin: 0
}

.mgb-dsk-website-pick .mgb_userwebsite_body {
    padding: 0;
}

.mgb-dsk-website-pick li {
    opacity: .86
}

.mgb-dsk-website-pick a i {
    color: #ffffffaa
}

.mgb-dsk-website-pick .elementor-align-justify {
    padding: 12px 0 12px;
}

.mgb-dsk-website-pick .mgb-module-arrow-nav-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;  
}

.mgb-dsk-website-pick h2 a {
    font-size: 14px; 
	color: #ffffff77; 
	padding-right: 6px; 
	font-weight: 400; 
	line-height: 26px; 
	margin-right: 4px;
    transition: .36s;
    white-space: nowrap;
}

.mgb-dsk-website-pick h2 a:not(:last-child) {
    border-right: solid 1px var(--e-global-color-59e2f6e); 
}

.mgb-dsk-website-pick h2 a:not(.mgb-userwebsite-title-active):hover {
    font-size: 15px; 
	color: var(--e-global-color-ab244fa); 
}

.mgb-dsk-website-pick .mgb-userwebsite-title-active {
    color: var(--e-global-color-895025a);
	font-size: 16px; 
	font-weight: 600;
}

.mgb-dsk-website-pick .mgb-module-arrow-nav-wrapper {

    border-top: solid 1px var(--e-global-color-59e2f6e);
    margin-top: 20px 
}

.mgb-dsk-website-pick .mgb-yn-warning-wrapper {
    color: var(--e-global-color-accent);
    font-size: 14px;
    line-height: 1.2;
    border: solid 1px var(--e-global-color-59e2f6e);
    padding: 10px 4px 4px;
    border-top: none;
    margin-top: -10px
}

.mgb-dsk-website-pick .mgb-yn-warning-button-wrapper a{
    margin-top: 6px;
    display: inline-block;
}

.mgb-dsk-website-pick .mgb-yn-warning-button-wrapper{
    margin-top: 6px;
    display: flex;
}

.mgb-dsk-website-pick .mgb-yn-warning-wrapper .elementor-button {
    font-size: 12px;
    padding: 6px;
    flex-grow: 1;
    border: none;
}

.mgb-dsk-website-pick .mgb-yn-warning-wrapper .elementor-button {
    font-size: 12px;
    padding: 6px;
    flex-grow: 1;
}

.mgb-dsk-website-pick .mgb-yn-warning-y {
    margin-right: 4px
}

.mgb-dsk-website-pick .mgb-yn-warning-n {
    background: var(--e-global-color-59e2f6e);
}

.mgb-dsk-website-pick .mgb-yn-warning-n:hover {
    background: var(--e-global-color-f0dedc0);
}

.mgb-dsk-website-pick .mgb-yn-warning-wrapper .elementor-button i:before{
    transform: scale(1.4);
}

.mgb-dsk-website-pick, .mgb-dsk-website-preview {
    height: 100vh
}

@media only screen and (max-width: 1200px) and (max-height: 1200px) {
    .mgb-dsk-website-pick .mgb_userwebsite_body ul, .mgb-dsk-website-pick .mgb_userwebsite_img {
        display: none;
    }
    .mgb-dsk-website-pick .mgb-module-arrow-nav-wrapper {
    	border-top: 0 !important;
		margin-top: 0 !important;
	}
	.mgb-dsk-website-pick h2{
			font-size: 13px;
			max-width: 92%;
			line-height: 1;
			margin: 0;
	}

}

@media only screen and (max-width: 1024px) {
	.mgb-dsk-website-pick {
    height: unset;
	}
	
	.mgb-dsk-website-preview {
	height: 86vh;
	}
}

@media only screen and (max-width: 1200px) {

	.mgb-dsk-website-pick .mgb-module-arrow-nav-title {
    display: inline-block !important;
	}

	.mgb-dsk-website-pick .elementor-align-justify {
    padding-bottom: 4px !important;
	}
}

.dsk-website-pick-popup .dialog-close-button.dialog-lightbox-close-button {
    padding: 8px;
    border-radius: 100%;
    transition: .26s
}

/*live coaching*/

.mgb-coaching-termine-wrapper, .mgb-coaching-bonus-item-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px var(--e-global-color-511bdc9);
}

.mgb-coaching-termine-wrapper, .mgb-coaching-data-wraper, .mgb-coaching-bonus-item-wrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.mgb-coaching-data-wraper {
    width: 50%;
}

.mgb-coaching-time-wraper {
    display: flex;
    flex-direction: column;
    border-right: solid 2px var(--e-global-color-secondary);
    padding: 0 60px 0 0;
    min-width: 168px;
    align-content: stretch;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

.mgb-coaching-date {
	text-transform: uppercase;
}

.mgb-coaching-name-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.mgb-coaching-bonus-item-wrapper .mgb-coaching-name-wrapper {
    margin-left: 60px;
}

.mgb-coaching-data-wraper h3, .mgb-coaching-data-wraper h6 {
    display: block;
    margin-bottom: 0
}

.mgb-coaching-data-wraper h3 {
    font-size: 1.2em;
    margin: 0;
}

.mgb-coaching-data-wraper img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: solid 1px var(--e-global-color-dd017db);
    margin: 0 20px 0 60px;
}

.mgb-coaching-termine-wrapper .elementor-button-wrapper, .mgb-coaching-bonus-item-wrapper .elementor-button-wrapper {
    margin: auto 0 auto;
    align-self: flex-end; 
}

.mgb-coaching-date {
    font-size: 20px;
    color: var(--e-global-color-secondary);
}

.mgb-coaching-count {
    font-size: 38px;
    color: var(--e-global-color-primary);
    font-weight: 600;
}

.mgb-coaching-day {
    font-size: .8em;
    font-weight: 600;
    opacity: .6;
}

.mgb-coaching-termine-wrapper .elementor-button-wrapper a, .mgb-coaching-bonus-item-wrapper .elementor-button-wrapper a {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    width: 90%;
    margin-left: auto;
}

.mgb-coaching-termine-wrapper .elementor-button-wrapper, .mgb-coaching-bonus-item-wrapper .elementor-button-wrapper{
    display: flex;
    flex-grow: 1;
}

.mgb-coaching-bonus-item-inactive {
    opacity: .38;
}

.mgb-coaching-bonus-item-inactive .elementor-button-wrapper{
    pointer-events: none;
    cursor: default;
}

.mgb-coaching-count {
    line-height: 1;
    margin-bottom: 6px
}

.mgb-coaching-countdown-wrapper {
     font-size: 18px;
     
}
.mgb-coaching-countdown-title {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.mgb-coaching-countdown-days {
    display: inline-block;
    transform: scale(1.9);
    margin-left: 12px;
    color: var(--e-global-color-secondary);
    font-weight: 600
}

@media only screen and (max-width: 767px) {
	.mgb-coaching-termine-wrapper, .mgb-coaching-data-wraper, .mgb-coaching-bonus-item-wrapper {
		flex-wrap: wrap;
	}
	.mgb-coaching-time-wraper {
		padding-right: 14px;
		min-width: 100px !important;
		max-width: unset;
	}
	.mgb-coaching-data-wraper img {
		display: none;
	}
	.mgb-coaching-name-wrapper {
    	padding-right: unset;
	}
	.mgb-coaching-data-wraper {
		flex-direction: column;
		width: calc(100% - 100px);
		padding-left: 14px;
	}
	.mgb-coaching-termine-wrapper .elementor-button-wrapper a, .mgb-coaching-bonus-item-wrapper .elementor-button-wrapper a {
		width: calc(100% - 98px);
		margin-top: 22px;
	}
	.mgb-coaching-termine-wrapper, .mgb-coaching-bonus-item-wrapper {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.mgb-coaching-bonus-item-wrapper .mgb-coaching-name-wrapper {
    margin-left: 16px;
	}
	.mgb-coaching-countdown-wrapper {
		font-size: 13px;
		text-align: center;
	}
	.mgb-coaching-filter-wrapper {
		font-size: 12px;
	}
}


/*coaching tools*/

.mgb-coaching-tools-item-wpapper {
    display: flex;
    flex-direction: row;
    padding: 40px 0;
    font-size: .9rem;
	margin: 0 8px;
	width: 100%;
}

.mgb-coaching-tools-item-wpapper:not(:first-child) {
border-top: solid 1px var(--e-global-color-511bdc9);
}

.mgb-coaching-tools-item-wpapper .mgb-coaching-tools-col1 a{
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    width: 100%;
    margin-top: 20px;
}

.mgb-coaching-tools-col1 {
    display: flex;
    flex-direction: column;
	width: 40%;
    max-width: 400px;
    padding-right: 40px;
}

.mgb-coaching-tools-col1 img {
    border: solid 1px var(--e-global-color-511bdc9);
}

.mgb-coaching-tools-item-wpapper h3 {
    margin-top: -5px;
}

.mgb-coaching-tools-col2 {
    display: flex;
    flex-direction: column;
	width: 60%;
    align-self: center;
}

@media only screen and (max-width: 767px){
    .mgb-coaching-tools-item-wpapper {
        flex-direction: column;
    }
    
    .mgb-coaching-tools-item-wpapper .mgb-coaching-tools-col1{
        padding-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .mgb-coaching-tools-col1 img, .mgb-coaching-tools-col1 a{
		max-width: 400px;
		width: 100%;
		margin: auto;
    }
	
	.mgb-coaching-tools-col2 {
		width: 100%;
}
}

/*modul responsive*/

@media only screen and (max-width:767px) {
	.elementor-shortcode .mgb-module-header-icon svg {
		width: 60px
}
}

/* Coaching sublesson date align*/
.mgb_sublesson_duration {
    display: flex;
}

.mgb_sublesson_duration strong {
    margin-right: 4px;
}

.mgb_sublesson_date {
    display: inline-block;
    margin-right: auto;
}

/*coaching mediathek sort + filter*/

.mgb-coaching-filter-wrapper {
    margin: 0 -4px 20px;
}

.mgb-coaching-sort-filter-wrapper {
    display: flex;
    flex-direction: row;
}

.mgb-coaching-filter-wrapper a {
    display: inline-block;
    color: var(--e-global-color-secondary);
    padding: 2px 12px;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 20px;
    transition-duration: .2s;
    transition-property: color,background-color,border;
    transition-timing-function: ease-in-out;
    margin: 3px;
}

.mgb-coaching-filter-wrapper a:hover {
    background: var(--e-global-color-cbb34ae);
    color: var(--e-global-color-secondary);
}

.mgb-coaching-sort-list-wrapper {
    min-width: 160px;
    padding-right: 20px;
}

.mgb-coaching-sort-list-wrapper select {
    padding: 6px 0;
    margin: 3px 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    font-weight: 600;
 }

.mgb-coaching-sort-list-wrapper select:focus {
    outline: none;
}

a.mgb-filter-item-active {
    pointer-events: none;
    cursor: default;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-895025a);
}


/*coaching inactive weekly lessons*/

.mgb_sublesson_tile_inactive img {
    filter: brightness(0);
    opacity: .03;
}

.mgb_sublesson_tile_inactive {
    opacity: .4;
    filter: brightness(.9) saturate(1.4);
}

.mgb_sublesson_tile_inactive:before {
    content: '\e8c9';
    font-family: "material_outline";
    font-style: normal;
    font-weight: normal;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 60px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 18%;
    width: 100%;
    display: block;
    color: var(--e-global-color-primary);
}

.mgb_sublesson_tile_inactive, .mgb_sublesson_tile_inactive *{
    pointer-events: none;
}


/*WBK webinars*/

.mgb_userwebsite_tile_wbk .mgb_userwebsite_body{
	padding-bottom: 16px;
}

.mgb_userwebsite_tile_wbk .mgb_userwebsite_body h2 {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    padding-top: 10px;
    margin: 0;  
}

.mgb_userwebsite_tile_wbk h3 {
    font-size: 15px;
    padding: 0
}

.mgb_userwebsite_tile_wbk .mgb_userwebsite_teaser {
    padding: 12px 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px){
	.mgb_userwebsite_tile_wbk h3 {
		min-height: 36px;
	}
	.mgb_userwebsite_tile_wbk, .mgb_userwebsite_tile_wbk .mgb_userwebsite_body {
		display: flex;
		flex-direction: column;
	}
	.mgb_userwebsite_tile_wbk .mgb_userwebsite_body {
		flex-grow: 1;
	}
	.mgb_userwebsite_tile_wbk .elementor-button-wrapper{
		flex-grow: 1;
    	display: flex;
	}
	.mgb_userwebsite_tile_wbk .elementor-button-wrapper a{
	margin: auto 0 0 0;
	}
}

.video_watched label{
    display: inline-block !important;
}
.container-checkbox{
    margin-left: 10px;
}

#custom_webmail_btn {
    float: right;
    width: 30%;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-895025a)!important;
    text-align: center;
    transition: .2s;
    margin-bottom: 16px;
    margin-top: 15px;
    padding: 5px;
}
#custom_webmail_btn a{
    color: white;
}



/*BK3 CUSTOM COLOR POPUP*/


:root {
    --color-user-choice: #00610F;
    --border-radius: 3px;
  }
  
  .select_accent_color .elementor-section {
    padding: 0;
  } 
  
  /*Preview*/
  .select_accent_color .prv_wrapper {
    height: auto;
    background: #f5f5f5;
  }
  
  .select_accent_color .prv_navigation {
    padding: 8px 10px; 
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
  }
  
 .select_accent_color .prv_logo {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  .select_accent_color .prv_logo_icon {
    height: 20px;
    width: 20px;
    border-radius: var(--border-radius);
    background: var(--color-user-choice);
  }
  
  .select_accent_color .prv_logo_title {
    height: 8px;
    background: #ccc;
    border-radius: var(--border-radius);
    width: 100px;
  }
  
  .select_accent_color .prv_links {
    display: flex;
    gap: 5px;
  }
  
  .select_accent_color .prv_links_item {
    width: 50px;
    height: 5px;
    background: var(--color-user-choice);
    border-radius: var(--border-radius);
  }
  
  .select_accent_color .prv_content {
    padding: 40px 30px;
  }
  
  .select_accent_color .prv_content_topline {
    height: 5px;
    background: #ccc;
    border-radius: var(--border-radius);
    width: 80px;
    margin-bottom: 5px;
    position: relative;
  }
  
  .select_accent_color .prv_content_title {
    width: 200px;
    position: relative;
    margin-bottom: 12px;
  }
  
  .select_accent_color .prv_content_title, .prv_content_title:after {
    height: 8px;
    background: var(--color-user-choice);
    border-radius: var(--border-radius);
  }
  
  .select_accent_color .prv_content_title:after {
    width: 50px;
    height: 8px;
    position: absolute; 
    top: 0;
    right: -55px; 
    content: "";
  }
  
  .select_accent_color .prv_content_text {
    width: 230px;
    position: relative;
    margin-bottom: 50px
  }
  
  .select_accent_color .prv_content_text, .prv_content_text:after, .prv_content_text:before {
    height: 5px;
    background: #ccc;
    border-radius: var(--border-radius);
  }
  
  .select_accent_color .prv_content_text:after, .prv_content_text:before {
    position: absolute;
    content: "";
    left: 0px;
  }
  
  .select_accent_color .prv_content_text:after {
    top: 8px;
    width: 80%;
  }
  
  .select_accent_color .prv_content_text:before {
    top: 16px;
    width: 84%;
  }
  
  .select_accent_color .prv_content_buttons {
    position: relative;
    background: var(--color-user-choice);
    
  }
  
  .select_accent_color .prv_content_buttons, .prv_content_buttons:after {
    height: 20px;
    width: 80px;
    border-radius: var(--border-radius);
  }
  
  .select_accent_color .prv_content_buttons:after {
    background: #ccc;
    right: -85px;
    content: "";
    top: 0px;
    content: "";
    position: absolute;
  }
  
  /*User Settings*/
  
  .select_accent_color .user_settings {
  padding: 20px;
  }
  
  .select_accent_color .settings_headline {
    color: #083044;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
    word-break: auto-phrase;
  }
  
  .select_accent_color .settings_subline {
    color: #3f5e6e;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
  
  /*Color Picker*/
  .select_accent_color .settings_colorpicker {
    display: grid; 
    grid-template-columns: 30px 30px 30px 30px 30px;
    grid-template-rows: 30px 30px 30px;
    margin-bottom: 20px
  }
  
  .select_accent_color .colorfield {
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: var(--border-radius);
    z-index: 1;
    margin: 2px;
    cursor: pointer;
  }
  
  .select_accent_color .colorfield:hover {
    border: 2px white solid; 
    position: relative;
    margin: 0px;
  }
  
  .select_accent_color .colorfield:hover:before {
    width: 24px;
    height: 24px;
    border: 1px #083044 solid; 
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: var(--border-radius);
  }
  
  .select_accent_color .colorfield_active {
    border: 2px white solid; 
    position: relative;
    margin: 0px;
  }
  
  .select_accent_color .colorfield_active:before {
    width: 24px;
    height: 24px;
    border: 1px #3f5e6e solid; 
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: var(--border-radius);
  }
  
  /*Farben Color Fields*/
  .select_accent_color .colorfield:nth-of-type(1) {
    background: #00610F;
  }
  
  .select_accent_color .colorfield:nth-of-type(2) {
    background: #03045E;
  }
  
  .select_accent_color .colorfield:nth-of-type(3) {
    background: #FF4D00;
  }
  
  .select_accent_color .colorfield:nth-of-type(4) {
    background: #EE0000;
  }
  
  .select_accent_color .colorfield:nth-of-type(5) {
    background: #A155B9;
  }
  
  .select_accent_color .colorfield:nth-of-type(6) {
    background: #68C32F;
  }
  
  .select_accent_color .colorfield:nth-of-type(7) {
    background: #01A6D2;
  }
  
  .select_accent_color .colorfield:nth-of-type(8) {
    background: #FF9A00;
  }
  
  .select_accent_color .colorfield:nth-of-type(9) {
    background: #BA0000;
  }
  
  .select_accent_color .colorfield:nth-of-type(10) {
    background: #F765A3;
  }
  
  .select_accent_color .colorfield:nth-of-type(11) {
    background: #C1D11F;
  }
  
  .select_accent_color .colorfield:nth-of-type(12) {
    background: #00B8FC;
  }
  
  .select_accent_color .colorfield:nth-of-type(13) {
    background: #FFC100;
  }
  
  .select_accent_color .colorfield:nth-of-type(14) {
    background: #F46D75;
  }
  
  .select_accent_color .colorfield:nth-of-type(15) {
    background: #C92268;
  }
  
  /*Button Styling bleibt gleich*/
  .select_accent_color .custom_color_btn {
      float: right;
      width: 30%;
      background: #083044;
      color: white;
      text-align: center;
      margin-bottom: 16px;
      margin-top: 15px;
      padding: 5px;
      font-family: Open Sans, sans-serif; 
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      cursor: pointer;
  }

  .process_content{
    margin-left: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #checkboxContainer{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #checkboxContainer label{
    vertical-align: baseline;
    margin-left: 10px;
  }
  
  #checkboxContainer input{
    margin-bottom: 10px;
  }

  /* CSS für den Ladebildschirm */
#loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadingOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.loadingSpinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.message-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(255, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin-top: 50px;
}

.hint{
    font-weight: bold;
    color: red;
    position: absolute;
    top: 20px;
    width: 170px;
    right: 20px;
    font-size: 12px;
    word-break: auto-phrase;
    transition: display 1s;

}

.hinted-cat{
    box-shadow: 0 0 20px rgb(255, 0, 0.1);
    transition: box-shadow 1s;
}

#checkboxContainer .category{
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.blanco_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0 0 0);
    opacity: 0.5;
    z-index: 1000;
}
  
/*CUSTOM COLOR POPUP BK3 END*/


/*AI Content*/

.ai_content textarea {
	border-radius: 0;
	border: 1px solid var(--e-global-color-secondary);
	outline: none !important;
}

.ai_content ::placeholder {
    color: var(--e-global-color-text);
    opacity: .6;
    font-size: .9rem;
}

.domain-recommendation-container h2,
.domain-recommendation-container h3{
    font-size:26px;
    margin-top:0;
    margin-bottom: 10px;
}
.domain-recommendation-container h3{
    font-size: 18px;
}
.domain-recommendation-container p{
    display: block;
    font-size: 15px;
    color: var(--e-global-color-secondary);
    margin-bottom: 26px;
    line-height: 1.3;
}
.domain-recommendation-container textarea{
    border: 1px solid var(--e-global-color-primary);
    font-size:15px;
    border-radius: 0;

}
.domain-recommendation-container button{
    margin-right: 10px;
    display: flex;
    letter-spacing: 0;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-895025a) !important;
    text-align: center;
    transition: .2s;
    margin-bottom: 16px;
    border:none;
    font-size: 12px;
    text-transform: none;
}
.domain-recommendation-container button:hover,
.domain-recommendation-container button:focus{
    opacity: .86;
    transition: .26s;
    background: var(--e-global-color-primary) !important;
    border:none;
    
}
.domain-recommendation-container .recommendation_start:disabled{
    border-color: #ccc;
    background-color:#ccc;
    pointer-events: none;
}
.domain-recommendation-container .recommendation_start:disabled:hover{
    border-color: #ccc;
    background-color:#ccc;
}
.domain-recommendation-container button:last-child{
    margin-right: 0;
}

.domain-recommendation-container .buttons{
    display: flex;
    padding:10px 0;
    
}
#domains-container .domain:first-child{
    border-bottom: 1px solid #EAEAEA;

}
#domains-container .domain{
    padding: 10px 0;
    border-bottom: 1px solid #EAEAEA;
    align-items: center;

}
#domains-container .domain p {
    margin-bottom: 10px;
}
#domains-container .domain 
#domains-container .stars {
    font-size: 14px;
    margin-right: 10px;
}
#domains-container .p:last-child{
    margin-bottom: 3px;
}

#domains-container .domain-desc {
    font-size: 14px;
}

#domains-container .mgb_userwebsite_button{
    margin-top:5px;
}


.terms-of-use{
    text-align: center;
    width: 100%;
}

.terms-of-use h2 {
	font-size: 26px;
}
.dialog-back-button {
    position: absolute;
    top: 0;
    top: -60px;
  
}
.dialog-back-button i{
    color: var(--e-global-color-primary);
}