.mt-untertitel {
    margin: 0;
    font-size: 150%;
    line-height: 1.05;
    color: #45818e;
    letter-spacing: .01em;
}

.meditrick_wrapper {
    position: relative;
}
.text_line.cat {
 }

 .hidePoint {
	opacity: 0 !important;
}


.text_line.cat .text_line_content{
	display:flex;
	color:#afafaf;
}

.mt-ekp-tooltip-cat1 {

	overflow: hidden;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 1 auto;
    margin-right: 0.1em;
}

.mt-ekp-tooltip-cattrenner {
    margin-right: 0.2em;

 }
 
.mt-ekp-tooltip-cat2 {
	
    flex: 0 0 auto;
	color: #8d8d8d;
 }

.ekp_x {
	position: absolute; 
    left: 50%;
    transform: translateX(-50%);
}
.ekp_x:hover {
	cursor: pointer;
}

.ekp_x i {
	color: #cacaca;
}

.ekp_x:hover i {
	color: #bdbdbd;
}

.hint_msg_dropd {
	background: white;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
}


/** RZ22 */

.mt-ekp-desc-blue, .mt-ekp-desc-asso {
/*.mteditor .mt-ekp-desc-blue, .mteditor .mt-ekp-desc-asso { */
	color: #2073cf;
}

/* Serien */
.mt-ekp-top-tabs-box {
    /* background: #f2f2f2; */
    /* margin-bottom: 1em; */
     /*  box-shadow: 0 2px 4pxrgb(0 0 0 / 1%),0 4px 18pxrgb(0 0 0 / 7%);  */
}


.mt-ekp-top-tabs-navi {
    display: flex;
    /* border-bottom: 1px solid #e3e3e3; */
    flex-wrap: wrap;
}

.mt-ekp-top-tabs {
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    /* background: #e2e0e0; */
    border-bottom: 1px solid transparent;
    color: #808080;
    letter-spacing: .05em;
    transition: 0.2s;
    /* border-right: 1px solid #cccccc; */
    font-style: italic;
    margin-right: 1px;
}


.mt-ekp-top-tabs.active {
    background: #f2f2f2;
    /* color: rgb(66,66,66); */
    /* border-bottom: 1px #ccc solid; */
    border-radius: 5px 5px 0px 0px;
    /* border-right: #000000; */
}

.mt-ekp-top-tabs:hover {
    background: #ccc;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
}

.mt-ekp-top-tabs-content-container {
    height: max-content;
    max-height: 450px;
    padding: 8px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: absolute;
    width: 100%;
    background: #f2f2f2;
    z-index: 99999999;
    /* box-shadow: var(--default-box-shadow); */
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
}
 .mt-ekp-top-tabs-count{
	background: #f9f9f9;
    border-radius: 5px;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #b8b8b8;
    margin-left: 0.3em;
 }

.mt-ekp-top-tabs-content {
	display:none;
}
.mt-ekp-top-tabs-content-scroll-container {	
	max-height: 200px;
    overflow: scroll;
}
.mt-ekp-tab-04 .mt-ekp-top-tabs-content-scroll-container {
		max-height: 400px;
 }
.mt-ekp-tab-04 .mt-ekp-top-tabs-content-scroll-container-flex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mt-ekp-top-tabs-content-scroll-container-flexitem {
	padding-left:5px;
}
.mt-ekp-top-tabs-content-scroll-container-flexitem .text_line.cat {
	border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.mt-ekp-top-tabs-content-scroll-container-flexitem:hover .text_line.cat {
	border: 1px solid #bababa;
	cursor: pointer;

}
.mt-ekp-top-tabs-content-scroll-container-flexitem .text_line.cat:hover {
	color:black;
    background: #fbfbfb;
}
.mt-ekp-top-tabs-kapitel-ul {
    list-style-type: none;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 195px;
    max-height: inherit;
    max-width: 100%;
    overflow: scroll;
    margin-bottom: 0px;
    margin-left: 1em;
}

.mt-ekp-top-tabs-kapitel-ul li {
	flex-basis:50%;
	cursor: pointer;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
 }

 .mt-ekp-top-tabs-kapitel-ul li:hover {
	background-color: #d5d5d5;
 }

.mt-ekp-cat1 {
	margin-left:0em;
	margin-top:5px;
	font-weight:500;
}

.mt-ekp-cat2 {
	margin-left:1em;
	font-weight:300;
}

.mt-ekp-cat-number {
	margin-right:0.3em;
}


.exploration_tab .intro_hint_container {
    position: absolute;
	width:100%;
	height:100%;
	text-align:center;
    z-index: 99999999;
	
}

.exploration_tab .intro_hint_container .darken{
    position: absolute;
	width:100%;
	height:100%;
    height: 100%;
    background: #8080806e;
    opacity: 1;
    z-index: 2;

}

.exploration_tab .intro_hint_container .hint_msg {    
	/*border: 1px solid #dedede;*/
	
    background: white;
	
    padding: 20px;
    z-index: 11;
    position: relative;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 12px rgb(0 0 0 / 8%);

}

.exploration_tab .intro_hint_container .hint_msg h5 {
	margin-top:0.7em;
}
.exploration_tab .intro_hint_container .hint_msg span.btns {
	display:block;
	margin-top:1em;
	margin-bottom: 0.5em;
}


.exploration_tab .hint_msg button {
	outline: none;
    border: none;
    background: none;
    color: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
    background-image: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

	font-size: 1.3em;
	font-weight: 500;
}

.exploration_tab .hint_msg button span{ 
    color: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
    background-image: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
  

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.exploration_tab .hint_msg button{
    position: relative;
  }
  .exploration_tab .hint_msg.line-after { 
    opacity:0;
  }
  .exploration_tab .hint_msg  .line-after::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10%;
    height: 2px;
    width: 80%;
    background: #444;
    background: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
    transition:0.2s;

   } 
   .exploration_tab .hint_msg button:hover  .line-after::after {
    width: 100%;
    left:  0%;
   }

.mtekp-longdesc-img {
	display:block;
	margin-top:1em;

}

.mtekp-longdesc-img img{
	max-height:140px;
	width:auto !important;
	margin: 0 auto;
}

.text_line.mtf-factmark {
	display: inline-block;
}

.tooltipster-box:not(.ekp_quiz_mode_2-nowidth):not(.hidePoints) .tooltipster-content {
	min-width: 360px;
}

.ekp_top_row {
	position: relative;
}
.ekp_bottom_row {

    display: flex;
    justify-content: space-between;
}

.mt-ekp-tooltip-bottom-desc-icon {
	margin-right:0.3em;
	width: 20px;
    display: inline-block;
    background-size: contain;
}
.text_line.bottom_line.additionals{
	
    display: inline-block;
	text-align: left;
}
.mt-ekp-tooltip-bottom-abbildungen {
	width: 25px;
    display: inline-block;
    padding-left: 3px;
	border-radius: 3px;
}


.mt-ekp-tooltip-bottom-abbildungen-icon {
	display:block;
	width: 20px;
	background-size: contain;
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/figure_tab_icon.png');
}
.mt-ekp-abbildungen-bracket {
	display:none;
}

.mt-ekp-tooltip-bottom-abbildungen-dropd {

    display: none;
    position: absolute;
    background: white;
    border-radius: 5px;
    padding: 5px;
	text-align: left;
    max-width: 200px;
	width:max-content;
}
.mt-ekp-tooltip-bottom-abbildungen:hover {
	cursor:pointer;
    background: #eeeeee;
}

.mt-ekp-tooltip-bottom-abbildungen:hover .mt-ekp-tooltip-bottom-abbildungen-dropd   {
	display:block;
}

.mt-ekp-tooltip-bottom-abbildungen-dropd a {
	display:block;
	font-size: 14px;
}
.fullscreen .tooltipster-content {
	font-size: 1rem;
}

.edit-wp  {
	display:inline-block;
	position: relative;
	right:0;
    float: right;
    padding-left: 5px;
	padding-bottom:5px;	
	font-size: .85em;
    color: gray;

    text-align: right;
}
.edit-wp .edit-wp-postid, .edit-wp .edit-wp-mtid{
    color: #999999;
}
.edit-wp-charcounts-longdescs-container{
	color: rgb(105 121 159);
}
.edit-wp-charcounts-longdescs-container:hover {
	cursor: pointer;
}
.edit-wp-charcounts-long-dropd {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;

}

.edit-wp-charcounts-bubble {

    margin: 5px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 5px;
	padding-top:2px;
	padding-bottom:2px;
	word-break: break-all;

    line-height: 1.7em;

 }

.edit-wp-charcounts-bubble:hover {


    background: #d4d4d4;	cursor: pointer;
}

	.edit-wp a { 
	font-size: 1em;
	}
.edit-wp  a span.dashicons{
	font-size:0.9em;
	line-height:0.9em;
	height:0.9em;
	vertical-align:middle;
	transition:0s;
    bottom: 1px;
    position: relative;
}

/** overline */

.mt-ekp-overline {
	
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;

}
.mt-ekp-overline-left {
    display: flex;
	
    text-align: left;
    vertical-align: bottom;

}
.mt-ekp-overline-right {
   min-width:35%;
    text-align: right;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    /* vertical-align: baseline; */
    padding-bottom: 1px;

}

.mtsr-ekp-statusbar {
	display:inline-block;
	color:#b5b5b5;
	padding-right:1em;
}

.mtsr-ekp-statusbar i.ic-basket {
	font-size:1.1em;
}


/* Image and points */
.image_wrapper {
	position: relative;
}

.image_wrapper img {
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

.figure_image_wrapper img.figure_image {
	max-height:100%;

}
.exploration_clear_gif {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.defloat {
	clear: both;
}

.point {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: red;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	color: white;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.6;
}

.point.tooltip {
	opacity: 0.6;
}

.point.Basiswissen, .point_search_highlight_type.Basiswissen {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_basiswissen.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
}

.point.Expertenwissen, .point_search_highlight_type.Expertenwissen {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_expertenwissen.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
}

.point.Quintessence, .point_search_highlight_type.Quintessence {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_quintessence.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
}


/* EKP-Quiz Mdoe 3 point shake */

@keyframes ekp_quiz_mode_shake {
	20% {
		transform: translateX(3.5px); /* 5 */
	}
	40% {
		transform: translateX(-7px); /* -10 */
	}
	60% {
		transform: translateX(5px); /* 7.5 */
	}
	80% {
		transform: translateX(-3px); /*-5 */
	}
	100% {
		transform: translateX(1.5px); /*2.5 */
	}
}


.ekp_quiz_mode_shake {
	animation: ekp_quiz_mode_shake 300ms;
	animation-timing-function: cubic-bezier(0.53, 0.07, 0.25, 1);
}

/* EKP-Quiz Mdoe 3 point scale */
@keyframes ekp_quiz_mode_scale {
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}

.ekp_quiz_mode_scale {
	animation: ekp_quiz_mode_scale 300ms;
}


/* EKP-Quiz Mdoe 2 point scale */
@keyframes ekp_quiz_mode_scale_mode2 {
	30% {
		transform: scale(2.5);
	}
	100% {
		transform: scale(1);
	}
}

.ekp_quiz_mode_scale_mode2 {
	animation: ekp_quiz_mode_scale_mode2 500ms !important;
}

/* EKP-Quiz Mdoe 3 topbar complete */
@keyframes ekp_quiz_mode_bg_complete {
	0% {
		
		background: linear-gradient(  97deg  , #6fad6f, #589058);
	}
	50% {
		
		background: linear-gradient(  -197deg  , #6fad6f, #589058);

	}

	100% {

		
		background: linear-gradient(  -197deg  , #339446, #093281);

	}
}

/* overwrite */

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.04);
	}
	100% {
		transform: scale(1);
	}
}


.ekp_quiz_mode_bg_complete {
	/*animation: ekp_quiz_mode_bg_complete 1300ms;*/
	background: linear-gradient(  -197deg  , #339446, #093281) !important;
	opacity:0;
}

.fasttrack_content_element.mtf-factmark i, .fasttrack_content_element.descOn i{
	
    top: 2px;
    position: relative;
}


img.fasttrack_quint {
	content: url('/wp-content/plugins/meditricks-exploration-images/assets/point_quintessence.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;

	
	width: 20px;
	height: auto;
	opacity: 0.8;
}
img.fasttrack_basis {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_basiswissen.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
	width: 20px;
	height: auto;
	opacity: 0.8;

}
img.fasttrack_expert {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_expertenwissen.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
	width: 20px;
	height: auto;
	opacity: 0.6;

}

.point.Schlüsselassoziation {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_basiswissen.png'), url('/wp-content/plugins/meditricks-exploration-images/assets/key_icon.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
}

.point_number {
	text-shadow: 1px 1px 1px black;
	line-height: 21px;
	text-align: center;
	width: 100%;
	transition: 0.3s;
	opacity: 1;
}

.ekp_quiz_mode_3 .point_number {
	opacity: 0;
}


/* underline (books + feedback) */
.ekp_underline{
	min-height:30px;
} 
.ekp_underline.active {
	min-height:90px;
} 
.ekp_underline .ekp_underline_element {
	margin-top: 3px;
    margin-bottom: 5px;
}
.ekp_underline_trenner {
	color:#7a7a7a;
}

.fullscreen .ekp_underline {
	display:none;
}

.ekp_books {
	display: inline-block;
    vertical-align: top;    
	margin-top: 5px !important;
	color: #ababab;/*#616161;*/
	width:40%;
}

.ekp_books:hover,  .ekp_books:hover .ekp_books_list_ul li a {
	color: #616161;
}
.ekp_books_list_ul li {
	position: relative;
	
}
.ekp_books_list_ul li a {
	position: relative;
	top:2px;
	color: #ababab;/*#616161;*/
}

/*feedback */
.fullscreen .ekp_feedback {
	display:none;
}
.ekp_feedback {
	text-align: right; 
	margin-top: 3px;
	margin-bottom: 5px;
}
.ekp_feedback_link {
	margin-left: 10px;
}
.ekp_feedback_link_a {
	font-size:12px;
}
.ekp_feedback_chevron_container {
	display: inline-block;
    width: 20px;
}
.ekp_feedback_chevron {
	margin-right: 5px;
}
.ekp_feedback_type_box {
	display: inline-block;  
	font-size: 12px;     
    font-variant: all-small-caps;
	vertical-align: top;
    text-align: left;

    margin-right: 5px;
}
.ekp_feedback_dropdown {
	display:none;
	padding-top: 5px;

    position: relative;
}
.ekp_feedback_dropdown_content {
	
	padding-bottom: 15px;/*75px;*/

    padding-top: 8px;
}
.ekp_feedback_amboss_msg {
	font-size:11px;
	display:block;
	margin-bottom: 7px;
	margin-top: 10px;
    padding-right: 5px;
}
.ekp_feedback_amboss_msg input.ekp_feedback_amboss_msg_noreplycheck {
	margin: 0;
	margin-right: 2px;
	margin-left:5px;
    vertical-align: text-top;
    top: 1px;
    position: relative;
}
.vorschlag .ekp_feedback_amboss_msg {
	color:#d2d2d2;
}
.ekp_feedback_spin {
	display:inline-block;
	height:100%;
}
.ekp_feedback_spin .mt-gamification-cv-spinner {
	top: 6px !important;
}
.ekp_feedback_type_element {
	position: relative;
/*	padding:4px;
	border-radius: 3px;*/
}
.ekp_feedback_type_element.vorschlaege {
	font-size: 11px;
    border-top: 1px solid gray;
	padding-top: 1px;
    margin-top: 3px;
 }
.ekp_feedback_type_element input {
	margin-right:2px !important;
}
.ekp_feedback_dropdown:not(.deactivate) .ekp_feedback_type_element:hover {
	color:var(--main-a-color-red-hover);
	/*	background:rgb(249 249 249);*/
}

.ekp_feedback_type_element_click_top{
	position: absolute;
	z-index:2;/*
	background: red;
	opacity: 0.5;*/
	width:100%;
	height: 100%;
	left:0px;
}


.ekp_feedback_type_element_click_top:hover {
	cursor:pointer;
}
.ekp_feedback_type_element_checkbox {
	position: relative;
   /* top: -1px;*/
   margin-top: 0px !important;
   margin-bottom: 0px !important;
}

.ekp_feedback_text_container {
	margin-left: 5px;
	padding:0px;
	position: relative;
	display:inline-block;
    vertical-align: text-bottom;

}

.ekp_feedback_text {
	border: 1px solid rgb(195, 195, 195);
	/*border: none;*/
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none;

	width: 400px;
	height: 51px;
	margin-bottom:0px;
}

.ekp_feedback_text.email {
	height:auto;
	border-radius:4px;
	padding-left:0.65em;
	padding-right:0.65em;

	margin-top: 10px;

    font-size: 12px;
}
.ekp_feedback_text_email_container {
	display: block;
}
.ekp_feedback_hint_timestamp {
	margin-top: 4px;
 }
 
	.ekp_feedback_text.email.deactive {
		background: #f3f3f3;
	}
 
.ekp_feedback_text.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:10px;
  }
  .ekp_feedback_text.email::-moz-placeholder { /* Firefox 19+ */
	font-size:10px;
  }
  .ekp_feedback_text.email:-ms-input-placeholder { /* IE 10+ */
	font-size:10px;
  }
  .ekp_feedback_text.email:-moz-placeholder { /* Firefox 18- */
	font-size:10px;
  }
.ekp_feedback_text:focus {
	outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ekp_feedback_text.missing {
	border: 1px solid var(--main-a-color-red-hover);
}

.ekp_feedback_vorschlagsinfo {
	position: absolute;
    font-size: 12px;
    text-align: center;
    width: 65%;
    height: 75%;
    top: 0%;
    right: 0%;
	display:none;

}

.ekp_feedback_vorschlagsinfo a {
    display: block;
    width: 100%;
    height: 100%;
}

.ekp_feedback_vorschlagsinfo a span {

	position: absolute;
	top: 50%;
    transform: translateY(-60%);
	display: block;
    width: 100%;
}
.ekp_feedback_vorschlagsinfo a span.amboss {
	top: 21%;
}

.vorschlag .ekp_feedback_text, .vorschlag .ekp_feedback_submit {
	opacity:0.3;
}

.vorschlag .ekp_feedback_vorschlagsinfo {
	display:block;
}

a.ekp_feedback_submit {
	vertical-align: top;
    line-height: 43px;
}
.ekp_feedback_dropdown.deactivate a.ekp_feedback_submit {
	cursor: default;
}

a.ekp_feedback_submit button {
	background: transparent;
    border: 0px;
	color:gray;
}

.ekp_feedback_dropdown:not(.deactivate) a.ekp_feedback_submit:hover button {
	color:black;
}
.ekp_feedback_dropdown.deactivate a.ekp_feedback_submit button {
	display:none;
}

.ekp_feedback_success_msg {
	display:none;
   /* width: 200px;*/
    float: right;
    height: 36px;
	color:rgb(14, 83, 14);
	cursor: pointer;
}

.ekp_feedback_success_msg .kleintext {
	font-size:12px;
	color:black;
	display:block;
}

/* notizen */

.ekp_notizen_dropdown {
	display:none;
	padding-top: 5px;

    position: relative;
}
.ekp_notizen_dropdown_content {
	padding-bottom: 75px;
}

.ekp_notizen_link {
	margin-right: 15px;

    border-radius: 5px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    bottom: -2px;
}

.ekp_notizen_link:hover {
    background: linear-gradient(90deg, rgb(183 201 84 / 20%) 5%, rgb(9 121 24 / 12%) 90%)
}

.ekp_notizen_link.mtf-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    background: linear-gradient(90deg, rgb(183 201 84 / 40%) 5%, rgb(9 121 24 / 25%) 90%)
 }

 .ekp_notizen_link.mtf-active a{
	color:#525252;
 }

.ekp_notizen_link .notizen-dot {
	color: #dddd44;
    font-size: 0.8em;
    margin-right: 6px;
}
a.ekp_notizen_submit {
	margin-right: 20px;
 }
.ekp_notizen_submit button {
	background-color: transparent;/*#f5f5f5;*/

    position:relative;

    height: 32px;
    width:auto;
    font-size: 16px;
    border: none;
    padding-top:0px;
    line-height:1.3em;
 }
.ekp_notizen_submit span {

    color:linear-gradient(90deg, rgb(183, 201, 84) 5%, rgb(9, 121, 24) 90%);

    background-image:linear-gradient(45deg, rgb(183, 201, 84) 5%, rgb(9, 121, 24) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height:1em;
 }

.ekp_notizen_submit span i{
    -webkit-text-fill-color: rgb(163, 190, 73);
	

}


 .ekp_notizen_submit_title_title {
    position: relative;
  }
  .ekp_notizen_submit_title_after { 
    opacity:0;
	transition:0.2s;
  }
  .ekp_notizen_submit_title_after::after {
    content: "";
    position: absolute;    
	bottom: -2px;
    left: 15%;
    height: 2px;
    width: 80%;
    background: #444;
    background: linear-gradient(45deg, rgb(183, 201, 84) 30%, rgb(9, 121, 24) 90%);

   } 
   .ekp_notizen_submit:hover .ekp_notizen_submit_title_after  {
	   opacity:1;
   }

   div.mt-ekp-notizen-status-box {
	   display:inline-block;
	   padding-top:10px;
	   height: 26px;
   }


   span.mt-ekp-notizen-status-check {
	   font-size:1.1em;
	   color:#388d2f;
	   top:3px !important;
   }
	
   div.mt-ekp-notizen-cv-spinner {
	height: 100%;
	
    display: inline-flex;
    left: 3px;
    margin-right: 3px;

   }
   span.mt-ekp-notizen-spinner  {
	width: 15px;
    height: 15px;
    border: 2px #ddd solid;
    border-top: 3px #84b244 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
   }

   div.mt-ekp-notizen-spinner-container, span.mt-ekp-notizen-status-check {

    position: relative;
	top:4px;

	display:none;

	}
/* Tabs */
.meditrick_wrapper .tab {
	display:flex;
    justify-content: space-between;
	position: relative;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    z-index: 9999;
}
.tab_videos, .tab_content, .tab_videos_content, .tab_ekp_quiz_mode_3_content {
    display:inline-block;
}

button.tablinks.videosbutton, .tab_ekp_quiz_mode_3_content {
	display:none;

}

.mode-default button.tablinks.videosbutton {

}

.mode-default .tab_videos_content {

}
.mode-ekp .tab_videos_content {
	display:none;
}
.mode-ekp button.tablinks.videosbutton {
	display:inline-block;
	font-variant-caps: all-small-caps;
/*	font-weight: bold;*/
	font-size: 1.2em;
    padding: 10px 16px 12px;
}
.tablinks.exploration_link {
	transition:0.1s;
}

.mode-default .tablinks.exploration_link {
    font-variant-caps: all-small-caps;
  /*  font-weight: bold;*/
    font-size: 1.2em;
    padding: 10px 16px 12px;
}


img.ekp_quiz_mode_icon {
	background-size: 100% 100%;
	background-color: transparent !important;
	width: 40px;
	height: 30px;
	opacity: 0.8;

}
img.ekp_quiz_mode_icon.mode_1 {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon-mode-1.png');
}
img.ekp_quiz_mode_icon.mode_2 {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon-mode-2.png');
}
img.ekp_quiz_mode_icon.mode_3 {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon-mode-3.png');    
	position: relative;
    top: 1px;
}

.tab_ekp_quiz_mode_3_content {
	min-height:53px;
	position: relative;
	padding:3px;
	padding-left:5px;    
	width: 100%;
	transition:0.5s;
	height: 85px;
   
}
.tab_ekp_quiz_mode_3_content.active {
	display:inline-block;
}

.tab_ekp_quiz_mode_3_content .ekp_question {
	font-size: 1.15em;
	width: 97%;/*75%;*/
}

.tab_ekp_quiz_mode_3_content .ekp_question.small {
	font-size: 1em;
}
.tab_ekp_quiz_mode_3_content .ekp_quiz_mode_3_infoline {
	position: absolute;
    bottom: 3px;
}

.tab_ekp_quiz_mode_3_content .ekp_quiz_mode_3_infoline .number, 
.tab_ekp_quiz_mode_3_content .ekp_quiz_mode_3_infoline .ekp_quiz_mode_3_reveal{
	display:inline-block;
}

.tab_ekp_quiz_mode_3_content .ekp_quiz_mode_3_infoline .number {
	margin-right:15px;
}
/*
.tab_ekp_quiz_mode_3_content*/ .ekp_quiz_mode_3_bg, .ekp_quiz_mode_22_bg {
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	
		opacity:0;
		background: linear-gradient(  97deg  , #6fad6f, #589058);
}
.ekp_quiz_mode_22_bg {
	
		background: linear-gradient(  97deg  , #6f91ad, #587a90);
		border: 10px solid #d3d3d3;
}
.image_wrapper .ekp_quiz_mode_3_bg, .image_wrapper .ekp_quiz_mode_22_bg {
	z-index:0;
}




.tab button {
    background-color: inherit;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	color:gray;
}

.tab button:hover {
    background-color: #ddd;
	color:rgb(70, 70, 70);
}

.tab button.active {
    background-color: #ccc;
	color:black;
}

.tabcontent {
    display: none;
    /* padding: 6px 12px; */
    /* border: 1px solid #ccc; */
    border-top: none;
}

.tabcontent.exploration_tab {
	/*margin-bottom:4%;  feedbackbutton*/ 
}

.tabcontent.mtquiz, .tabcontent.quizinfo  { 
    position: relative;
	background: white;
	width: 100%;
	min-height:660px;
/*	padding-bottom: 60%; */
	/*border:1px solid black;*/
}

.tabcontent.quizinfo {
    display: block;
    padding: 25px;
    line-height: 1.5em;
    font-size: 1.4em;
}

.tabcontent.quizinfo .quizmodus {
	display:inline-block;
}
.tabcontent.quizinfo img {
	vertical-align: text-bottom;
    height: 1em;
    bottom: 0.12em;
    position: relative;
}
.tabcontent.quizinfo .text {
	background: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    z-index: 11;
    position: relative;
    border-radius: 8px;
    box-shadow:0 2px 4px rgb(0 0 0 / 6%), 0 4px 12px rgb(0 0 0 / 5%);
 }


.tabcontent .mtquiz-container {
	/*border:1px solid green;*/
/*	position:absolute;*/

	
}

.figure_tab_wrapper {
    position: relative;
}

.mt-ekp-abbildungen-textlink {
	color: #59648c;
 }
 .mt-ekp-abbildungen-textlink:hover {
	 color: var(--main-a-color-red-hover);
  }

/* Embedded video in full width (responsive) */
.embed-vimeo {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;/*60%;*/
}

.embed-vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;/*94%;	*/
	width: 100%;
	margin-top: 0 !important;
	background-color: black;
}

.borlabs-cookie-responsive-iframe-wrapper {
	padding-top: 0 !important;
	padding-bottom: 56.2% !important;
}

.fullscreen .embed-vimeo iframe {
	height: 95vh;
}

.fullscreen .exploration_tab {
	
	width: 94% !important;
    margin-left: 3% !important;
}
@media screen and (max-width: 1399px) {
	
	.fullscreen .exploration_tab {
		
		width: 90% !important;
		margin-left: 5% !important;
	}
  }




/* Tooltip styles */
.tooltip_templates { 
	display: none; 
}


.text_line.fact {
	font-weight: bold;
	color: #000;
	display: block;    
	position: relative;
}

.text_line.association {
    font-weight: 500;
    font-style: italic;
    color: #2073cf;
    border-bottom: 1px solid;
    padding-bottom: .1em;
    margin-bottom: 0.3em;
    border-color: #dcdcdc;
	display: block;
}

.text_line.description {
	font-weight: 400;
	color: #232323;
	display: block;
	font-size: 14px;
}

.text_line.type {
	font-weight: 300;
	/*width: 75%;*/
    width: calc( 50% - 20px);
	min-width:max-content;
	min-width:140px;
}
.text_line.centerbox {
	width: 30px;
 }


.text_line.number {
	font-weight: 300;	
	font-size: 0.85em;
	text-align: right;
	/*width: 25%;*/
    width: calc( 50% - 20px);
	min-width:max-content;
	min-width:140px;
}


.point.highlight_point {
	color: red !important;
}

.point_highlight {
	position: absolute;
	display: none;
	width: 48px;
	height: 48px;
	left: -8px;
	top: -8px;
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/selected_bgr.png');
	background-size: 100% 100%;	
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.8;
}

.point_selected {
	position: absolute;
	width: 48px;
	height: 48px;
	left: -8px;
	top: -8px;
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/highlight_bgr.png');
	background-size: 100% 100%;	
	background-color: rgba(255, 255, 255, 0);	
	opacity: 0.8;
}

.current_point:not(.hidePoint) {
	opacity: 1 !important;
}

.next_point:not(.hidePoint) {
	opacity: 1 !important;
}

.ekp_quiz_mode_active:not(.ekp_quiz_mode_22) .current_point:not(.hidePoint) {
	opacity: 0.6 !important;
}

.ekp_quiz_mode_active:not(.ekp_quiz_mode_22) .next_point:not(.hidePoint) {
	opacity: 0.6 !important;
}

.ekp_quiz_mode_active.ekp_quiz_mode_22 .point {
	opacity:0 !important;
}
.ekp_quiz_mode_active.ekp_quiz_mode_22 .point.reveal {
	opacity:1 !important;
}

.ekp_quiz_mode_22_click {
	display:none;
}

.ekp_quiz_mode_active.ekp_quiz_mode_22 .ekp_quiz_mode_22_click {
	display: block;
}

.ekp_quiz_mode_22_click a {
	
	width:100%;
	height:100%;
	display:block;

    position: absolute;
    z-index: 10;
	
}

.ekp_quiz_mode_active .point_selected, .ekp_quiz_mode_active .point_highlight{
	display:none !important;
}






/* Story Tab Tooltip Overrides */
.tooltip.story-tab {
	position: relative;
	font-size: inherit;
	opacity: 1;
	line-height: inherit;
	font-weight: inherit;
	transform: inherit;
	display: inherit;
}

.tab button.story-tab,
.tab button.figure-tab,
.tab button.ptx-tab
{
	width: 2.5em;
	padding-left: 1.25em;
	padding-right: 1.25em;
	margin-left: 0em;
	margin-right: 0.5em;
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/story_tab_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%;
	position: relative;
}

.tab button.ptx-tab {
	background-size: 100%;
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/ptx_tab_icon.png');    
	
	padding-left: 1.35em;
	padding-right: 1.35em;

}

.tab button.figure-tab {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/figure_tab_icon.png');    
}

.story-tab-label {
}


/* Disclaimer Tab Tooltip Overrides */
.tooltip.disclaimer-tab {
	position: relative;
	font-size: inherit;
	opacity: 1;
	line-height: inherit;
	font-weight: inherit;
	transform: inherit;
	display: inherit;
}

.tab button.disclaimer-tab {
	width: 2.5em;
	padding-left: 1.25em;
	padding-right: 1.25em;
	margin-left: 0em;
	margin-right: 0.5em;
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/disclaimer_tab_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%;
}


/* Arrow Buttons */

.arrow_buttons {
	display: flex;
    align-items: center;

}

.arrow_left,
.arrow_right {
	/*	display: block;*/
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-right: 0.25em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.arrow_left {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/arrow_left.png');
}

.arrow_right {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/arrow_right.png');
}

.meditrick_wrapper.ekp_quiz_mode_active .arrow_left {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/arrow_left_quiz.png');

}
.meditrick_wrapper.ekp_quiz_mode_active .arrow_right {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/arrow_right_quiz.png');

}


.arrow_left.arrow_buttons_active, .arrow_right.arrow_buttons_active {
	width: 30px;
    height: 30px;
    background-size: 83%;
    position: relative;
    top: -2.5px;
}

.toggle_visibility {
	/*display: block;*/
	position: relative;
	height:35px;
	padding-top:5px;
	margin-right:1em;
}

.arrow_buttons_active {
	/*background-color: #e2e4e6;*/
    border-radius: 3px;
}
.arrow_buttons_active:hover {
	/*background-color:  #e2e4e6;*/
}

.toggle_ekp_quiz {

    position: relative;
	display: block;
	float: left;
	cursor: pointer;
	width: 35px;
	height: 40px;    
	margin-right: 0.7em;
}


.toggle_ekp_quiz.bigbutton {

	display: inline-block;
	float: none;
	width: auto;
	height: auto;   
    height: 100%;  
}
.toggle_ekp_quiz.bigbutton.secondary {
	display:none;/*
    float: left;
    top: -15px;*/
}
.toggle_ekp_quiz.bigbutton.secondary.active {
	display:inline-block;
}
.toggle_ekp_quiz_btn {
	font-size: 16px;
	color:#bfbfbf;
	

    text-align: center;
    width: 105px;
	height:18px;

	position: relative;
/*
    background-clip: padding-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon.png');*/

	position: relative;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center center; */
    background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon.png');
    background-color: transparent;

	transition: 0.15s;

	
}
.bigbutton.active .toggle_ekp_quiz_btn span {
	font-size: 10px;
    margin-right: 10px;
	color:gray;
	color: #0b2c3c6b;
	transition:0.1s;

    display: none;
 }

.toggle_ekp_quiz.bigbutton button {
    padding-top: 17px;
    padding-bottom: 18px;
	padding-left: 15px;
    padding-right: 15px;
	height: 100%;
}

.toggle_ekp_quiz.bigbutton.active button {

	padding-right: 24px;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 14px;
}


.bigbutton .toggle_ekp_quiz_btn  {

    text-align: right; 
    width: 48px;
    line-height: 22px;
}
.bigbutton .active .toggle_ekp_quiz_btn  {

	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon_active.png');
	opacity: 0.7;
	color:rgb(85, 85, 85);
}
.bigbutton .active:hover .toggle_ekp_quiz_btn {
	color:rgb(85, 85, 85);
} 


.toggle_ekp_quiz:hover .toggle_ekp_quiz_btn {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon_active.png');
	opacity: 0.85;
}
.toggle_ekp_quiz_btn.quiz_active, .toggle_ekp_quiz:hover .toggle_ekp_quiz_btn.quiz_active {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/q-icon_active.png');
	opacity: 1 !important;
}
.toggle_ekp_quiz:hover .toggle_ekp_quiz_btn {
	color:rgb(85, 85, 85);

}
/*
.toggle_ekp_quiz_btn.quiz_active i {
	color: linear-gradient(45deg , rgb(51 177 20) 00%, rgb(91, 121, 9) 100%);
	background-image: linear-gradient(45deg , rgb(51 177 20) 00%, rgb(91, 121, 9) 100%);
  
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;


	
 }
 .toggle_ekp_quiz_btn.quiz_active:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -1;
	margin: -3px; 
	border-radius: inherit; 
	background: linear-gradient(45deg , rgb(51 177 20) 00%, rgb(91, 121, 9) 100%);
  }
  */
  /* Mode 2 
  */

  div.ekp_quiz_questionmark_top {
	display:none;

  }

  div.ekp_quiz_questionmark_top:hover i.fa-question{
	color:black;
  }
  a.ekp_quiz_mode_2_top_link {

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:2;
  }

span.ekp_quiz_desc_show {
	display:none;
}

.ekp_quiz_visible {
	display:block !important;
}
.ekp_quiz_not-visible {
	display:none !important;
}

.ekp_quiz_no-hide {
	opacity:1 !important;
}
.ekp_quiz_hide {
	opacity:0 !important;
}

a.ekp_desc_reveal_link {
	color:black
}
a.ekp_desc_reveal_link:hover {
	color:var(--main-link-color-red);
}



.tooltipster-sidetip .tooltipster-content {

    padding: 6px 10px !important;
}

.tooltipster-base .tooltipster-box .text_line.fact {
	position: relative;

}

.tooltipster-base .tooltipster-box .ekp_quiz_hide_text {
	opacity: 0;
}

.tooltipster-base .tooltipster-box div.ekp_quiz_questionmark{
	display:none;
	position: absolute;
    top: 0%;
	
	width: 100%;
	height: 100%;
    text-align: center;	 
	border-radius:3px;
 }

.tooltipster-base .tooltipster-box div.ekp_quiz_questionmark span.ekp_quiz_questionmark_questionmark{
	width:25px;
	display: inline-block;
    top: 50%;
    transform: translate(0px, -50%);
    position: relative;
}
 
 
.tooltipster-base .tooltipster-box div.ekp_quiz_questionmark .ekp_quiz_questionmark_line{
	display: table-cell;
    width: 50%;
	position: relative;
 }
 .tooltipster-base .tooltipster-box div.ekp_quiz_questionmark .ekp_quiz_questionmark_line .questionmark_line{
	width:100%;
	height:1px;
	background:black;/*#4067c5;*/
	display: block;
	

    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);

}
 .tooltipster-base .tooltipster-box div.ekp_quiz_questionmark .ekp_quiz_questionmark i{

	color:black;
}

 
 .tooltipster-base .tooltipster-box div.ekp_quiz_questionmark a, .ekp_quiz_desc_show a{
	width: 100%;
	display: table;
	color:black;
 }	
 .tooltipster-base .tooltipster-box div.ekp_quiz_questionmark a {

    position: relative;
	height:100%;
	
 }
 .tooltipster-base .tooltipster-box div.ekp_quiz_questionmark:hover a{

	color:rgb(203,70,63);
 }
 .tooltipster-base .tooltipster-box div.ekp_quiz_questionmark:hover .ekp_quiz_questionmark_line .questionmark_line{ 

	background-color:rgb(203,70,63);
}
 .tooltipster-base .tooltipster-box div.ekp_quiz_questionmark:hover {

	background:#f5f5f5;
 }

 .tooltipster-base .tooltipster-box .ekp_quiz_desc_show {
    width: 100%;
    text-align: center;
	border-radius:3px;
 }

 .tooltipster-base .tooltipster-box .ekp_quiz_desc_show:hover {
	
	background:#f5f5f5;
}

.toggle_fullscreen {
	/*display: block;*/
	float: left;
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/fullscreen_open.png');
}



#toggle_visibility_btn {
	display: block;
	cursor: pointer;
	width: 35px;
	height: 25px;
	margin-right: 0.3em;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/visible_true_2.png');
}

#toggle_visibility_btn.toggled {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/visible_false_2.png');
}

#toggle_visibility_btn.arrow_buttons_active {

	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/visible_true_active_2.png');
	opacity:0.7;
}

.fasttrack_content, .ekp_quiz_menu_content {
	 display:none; 
	position: absolute;   
	background: #fcfcfc;
    box-shadow: 0 0 10px 6px rgba(0,0,0,.1);
	border-radius: 5px;
	padding:5px;
	color: rgb(63, 63, 63);
	width: 150px;
	left:-10px;
    margin-top: 5px;
	top: 30px;
}

.ekp_quiz_menu_content {
	width: auto;
}
.ekp_quiz_menu_content.new {
	display:none; /*block;*/
   position: absolute;   
   background: #fcfcfc;
   box-shadow: 0 0 10px 6px rgba(0,0,0,.1);
   border-radius: 5px;
   left:0px;
   padding:10px;
   margin-top:0px;
   color: rgb(63, 63, 63);
   z-index:99999;
   width: 100%;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   top:55px;
}
.ekp_quiz_menu_content.new .ekp_quiz_menu_element_click_top {
	top: 0;
}

.ekp_quiz_menu_content_ul {
	list-style-type: none;
	margin:0px;

    margin-bottom: 5px;
	display:flex;
}

.ekp_quiz_menu_content_ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:220px;
/*	border: 1px gray solid; */
border-radius:5px;
	position: relative;
	padding-top:1em;
	padding-bottom:1em;
	transition:0.1s;
}

.ekp_quiz_menu_content_ul li.tipps {
	float:right;
	width: auto;
    max-width: 280px;
	padding-left:10px;
}

.ekp_quiz_menu_content_ul li:hover:not(.tipps) {
	background-color:#f5f5f5;;/*#eaeaea;*/
	cursor: pointer;

}


.ekp_quiz_menu_content_ul li.active {
	background-color:#f1f1f1;/*#e4e4e4;*/

	transition: 0.0s;

}

.ekp_quiz_menu_content_ul li.active p.ekp_quiz_menu_head {
	font-weight:bold;
}

 p.ekp_quiz_menu_head {
	font-size: 1.5em;
    font-variant: small-caps;
	text-align: left;
	margin-left:1em;
    margin-bottom: 0.5em;
 }

 p.ekp_quiz_menu_head.tipps {
	text-align: right;
	
	font-weight:300;
 }

 p.ekp_quiz_menu_head2 {
    font-variant: small-caps;
	
	font-weight: 300;
	color:#2e2e2e;
	font-size: 14px;
 }

 .ekp_quiz_menu_icon {
	height: 100px;
 }
 .ekp_quiz_menu_icon.lvl4 {
    height: 83px;
 }

  .ekp_quiz_menu_sub {
	  
	  font-weight: 300;
	  font-size:12px;
	  color:#a5a5a5;/*#2e2e2e;*/
	  width: 70%;
	  display: block;
	  margin: 0 auto;
	  margin-top: 1em;
  }
  .ekp_quiz_menu_divider {
	  background-color:#d4d4d4;
	  width: 1px;
	  height: 100px;
	  float: right;
	  position: absolute;
	  top: 28%;
	  right: -1px;
	  transition: 0.1s;
  }

  .ekp_quiz_menu_content_ul li:hover .ekp_quiz_menu_divider, .ekp_quiz_menu_content_ul li.active .ekp_quiz_menu_divider {
	  opacity: 0;
  }
  .ekp_quiz_menu_tips_row {
	margin-top: 15px;
  }
  .ekp_quiz_menu_tips_left {
	width:70%;
	text-align: right;
	display: inline-block;    
	vertical-align: top;
  }
  .ekp_quiz_menu_tips_right {
	width:24%;
	display: inline-block;    
	vertical-align: top;

    text-align: right;
  }
  .ekp_quiz_menu_head_tip {
	font-variant: small-caps;
    font-weight: 400;
    color: #989898;
    font-size: 15px;
  }
  .ekp_quiz_menu_sub_tip {
	  
	font-weight: 300;
	color:#a5a5a5;
    font-size: 12px;
   }

  img.ekp_quiz_menu_icon_tip {
	  width: auto;
	  max-height: 65px;
	  width:55px;
  }
  img.ekp_quiz_menu_icon_tip.pfeil {
	  margin-top:12px;
	  margin-right: 2px;
	  width:50px;
  }
  img.ekp_quiz_menu_icon_tip.filter {
  }

  .ekp_quiz_menu_close_box {
	  width:100%;    
	  position: absolute;
  }
  .ekp_quiz_menu_close {
	left: 50%;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    background: #fcfcfc;
    border-radius: 10px;
    width: 45px;
    height: 25px;
	box-shadow: 0px 6px 4px rgb(0 0 0 / 10%);
  }
  .ekp_quiz_menu_close a {
	color:#c5c5c5;

    position: absolute;   

    width: 65px;
    height: 40px;
    display: block;
    top: -30%;
    left: -10px;
  }

  .ekp_quiz_menu_close a:hover {

	color:#484848 ;
  }

  .ekp_quiz_menu_close span {
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
  }

  /* mode turn off*/

  .toggle_ekp_quiz_all_close {
	  display:none;
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
	height: 100%;
  }
  .active .toggle_ekp_quiz_all_close {

	display:block;
  }
  
 .toggle_ekp_quiz_all_close span {
	

	width: 37px;
    height: 100%;
    /*display: block;*/
    line-height: 54px;
    /* background: #dadada; */
    /* border-radius: 4px; */
    font-size: 25px;
	transition: 0.15s;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
	
  }
  .ekp_quiz_menu_element_click_top_close {
	  display:none;
	position: absolute;
	z-index:20;
	
	right:0px;
	top: 0px;
}

.ekp_quiz_menu_element_click_top_close a, .ekp_quiz_menu_element_click_top_close a:hover {
	text-decoration: none;
	color:black;
}
.toggle_ekp_quiz_all_close a  {
	text-decoration: none;
	color:#8b8b8b;
} 
.toggle_ekp_quiz_all_close a:hover {
	color:#575757;
}

.ekp_quiz_menu_element_click_top_close span {
	width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    background: #dadada;
    border-radius: 7px;
    font-size: 17px;
}

.ekp_quiz_menu_element_click_top_close:hover span, .toggle_ekp_quiz_all_close:hover span {
    background: #cacaca;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
}

.toggle_ekp_quiz_all_close:hover span {
    background: #e0e0e0;
	/*line-height:53px;*/
}


  /** FASTTRACK */

  .mt-ekp-fasttrack-taste-a {
	width: auto;
    height: 14px;
    opacity: 0.5;
    position: relative;
    top: -1px;
	margin-left:5px;
  }
  .mt-ekp-fasttrack-hidePoints-erklaerung {
	color:gray;
  }

.fasttrack_click_top, .ekp_quiz_menu_element_click_top {
	position: absolute;
	z-index:2;/*
	background: red;
	opacity: 0.5;*/
	width:100%;
	height: 100%;
	left:0px;
}

.ekp_quiz_menu_content input {
	display:none;
}

.fasttrack_click_top:not(.descOn):hover, .ekp_quiz_menu_element_click_top:hover {
	cursor:pointer;
}

i.mt-ekp-fasttrack-icon {
	margin-left:6px;	
	margin-right:5px;
}
img.mt-ekp-fasttrack-icon {
	margin-left: 3px;
    margin-right: 3px;
}

.fasttrack_content_element.mtf-factmark i, .fasttrack_content_element.descOn i{
	
    top: 2px;
    position: relative;
}


img.fasttrack_quint {
	content: url('/wp-content/plugins/meditricks-exploration-images/assets/point_quintessence.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;

	
	width: 20px;
	height: auto;
	opacity: 0.8;
}
img.fasttrack_basis {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_basiswissen.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
	width: 20px;
	height: auto;
	opacity: 0.8;

}
img.fasttrack_expert {
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/point_expertenwissen.png');
	background-size: 100% 100%;
	background-color: rgba(255, 255, 255, 0) !important;
	width: 20px;
	height: auto;
	opacity: 0.6;

}


.toggle_visibility:hover .fasttrack_content, .toggle_ekp_quiz:hover .ekp_quiz_menu_content {
	display:block;
}
.fasttrack_content .fasttrack_content_element, .ekp_quiz_menu_content .ekp_quiz_menu_element{
	display:block;
	cursor: normal;
	padding-left:5px;
	padding-right:5px;
	border-radius: 2px;
	position: relative;

	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;

}
.meditrick_wrapper.ekp_quiz_mode_active .fasttrack_content .fasttrack_content_element.descOn, 
.meditrick_wrapper.ekp_quiz_mode_active .fasttrack_content .fasttrack_content_element.hidePoints {
	color:gray;
}
.fasttrack_content .fasttrack_content_element:not(.descOn):not(.hidePoints):hover, 
.ekp_quiz_menu_content .ekp_quiz_menu_element:hover{
	background: #e9e9e9;
/*	cursor:pointer;*/
}
.meditrick_wrapper.ekp_quiz_mode_active .fasttrack_click_top.descOn:hover,
.meditrick_wrapper.ekp_quiz_mode_active .fasttrack_click_top.hidePoints:hover {
	cursor:initial;
}

.meditrick_wrapper:not(.ekp_quiz_mode_active) .fasttrack_click_top.descOn:hover, 
.meditrick_wrapper:not(.ekp_quiz_mode_active) .fasttrack_click_top.hidePoints:hover {
	cursor:pointer;
}
.meditrick_wrapper:not(.ekp_quiz_mode_active) .fasttrack_content .fasttrack_content_element.descOn:hover,
.meditrick_wrapper:not(.ekp_quiz_mode_active) .fasttrack_content .fasttrack_content_element.hidePoints:hover {
	background: #e9e9e9;
/*	cursor:pointer;*/
}
.fasttrack_content_divider {
	border-top: 1px solid #e7e7e7;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2px;
    margin-top: 2px;
 }

 .ekp_fasttrack_halfdivider {
	width: 13%;
    display: inline-block;
    border-top: 1px solid #dedede;
    vertical-align: baseline;
    margin: 0 auto;
    position: relative;
    top: -2px;
    margin-right: 5px;
    margin-left: 5px;
 }

div.fasttrack_content_saved  {
	font-size: 10px;
    text-align: center;
	color: #848484;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  span.ekp_fasttrack_icon_container {
	  width: 12.5px;
	  display:inline-block;
	margin-left:3px;
	position: relative;
	bottom: -1px;
	margin-right: 2px;

  }
  div.fasttrack_content_saved  i {
	  position: absolute;
	  right:1px;
  }
  div.fasttrack_content_saved  i.placeholder {
	  position: relative;
	  opacity: 0;
  }

  div.fasttrack_content_saved  i.ekp_fasttrack_error {
	transform: rotate(45deg);  
    font-size: 1.15em;
    top: -1px;
}
  div.fasttrack_content_saved span.ekp_fasttrack_save_text {
	  margin-right:3px;
  }
.ekp_quiz_menu_content .ekp_quiz_menu_element.ekp_mode_active {
	background: #c7c7c7;
}

.fullscreen .toggle_fullscreen {	
	background-image: url('/wp-content/plugins/meditricks-exploration-images/assets/fullscreen_close.png');
}

.fullscreen {
	width: 100%;
}


/* Dropdown */

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 99999;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 9999999;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Figures (Abbildungen) */


ul.figure_dropdown {
    list-style-type: none;
    display: none;
    position: absolute;
    min-width: 250px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0;
    margin: 0;
    z-index: 9999;
    left: 0;
    top: 53px;
    text-align: left;
}

ul.figure_dropdown.show { 
    display: block;
}

ul.figure_dropdown li {
    padding: 0.33em 0.25em;
}

ul.figure_dropdown li:hover {
    background: #dddddd;
}

ul.figure_link:hover {
	text-decoration: none;
}

ul.figure_dropdown a {
    color: black !important;
}
ul.figure_dropdown a:hover, ul.figure_dropdown a:hover li {


}

.figure_wrapper {
    display: none;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 55px;*/
    /* top: 0; –Anpassung Paul */
	top:0;
    width: 100%;
    /* height: 100%; –Anpassung Paul */
	height:100%;
    z-index: 9998;
    background-color: white;
}
.figure_menu {
	background: #f2f2f2;  
    margin-top: 2px;
}
.figure_menu_navi_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	color:#517797;
}
.figure_menu_navi {
	font-size:1em;
	position: relative;
/*
    background: #d4dfea;*/
    border-radius: 5px;
	padding-right:5px;
}

.figure_menu_navi:hover {
	cursor: pointer;
    background: #eaeaea;
}
.figure_menu_navi .figure_meni_navi_title {
    vertical-align: sub;    
}
.figure_menu_navi .mt-ekp-tooltip-bottom-abbildungen-icon {    
	display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 3px;

}
.figure_menu_navi:hover .mt-ekp-tooltip-bottom-abbildungen-icon {
	background-color: #d4dfea;

}
.figure_menu_navi_dropd {
	display:none;
    position: absolute;
    /* width: 250px; */
    z-index: 9999;
    top: 25px;
	left:-5px;
    background: white;
    border-radius: 5px;
    padding: 0px;
    box-shadow: var(--default-box-shadow);
	text-align: left;;
}

button#figureDropdownButton .figure_menu_navi_dropd {
	top:50px;
	left:0px;
	
}

.figure_menu_gotop a {

	color:#517797;
}

.figure_number {

    background: #e4e8eb;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    border-radius: 3px;
}
.figure_menu_item .figure_number {
	color:black;
}
.figure_menu_item.active .figure_number {
	background: #dcebf8;
}
.figure_menu_item {
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
	
    line-height: 1.8em;
    background: #efefef;
    border-radius: 3px;
    margin: 3px;
    color: black;
    white-space: nowrap;
    display: block;
	position: relative;
}

.figure_menu_item:hover {
	background: #85a3bd;
	color:white
}

.figure_menu_item a {
    color: black;
	display:block;
	position: absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.figure_menu_item.active {
	background: #709bbf;
	color:white
}

/** fullscreen */

.figure_wrapper.fullscreen_figure, .figure_description_wrapper.fullscreen_figure {

    position: absolute;
}


.figure_image_wrapper {
    /* display: flex; –Anpassung Paul */
    align-items: center;
    justify-content: center;
    width: 75%;
    height: 100%;
}

.figure_description_wrapper {
	/* position: absolute;*/
    right: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    background-color: #f2f2f2;
    color: #141516;
    padding: .75em;
    padding-top: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0em 0em 0.1em 0.1em;
    margin-left: 1px;
	z-index:1;
}

.figure_description_wrapper a {
    color: #6d0909 !important;
    text-decoration: underline !important;
}

.close_figure_wrapper {
    position: absolute;
    right: 16px;
    top: 36px;
    /* top: 65px;  –Anpassung Paul */
    z-index: 99999;
    color: #972727 !important;
    text-decoration: underline !important;
}
.fullscreen .close_figure_wrapper {

    top: 16px;
}

.figure_element {
    height: 100%;
	display: flex;
	padding-top: 2px;
    position: relative;
}

.figure_image_overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.figure_description_wrapper p{
	margin-bottom:0em;
   }

/** BREITBILD

*/
.format169 .figure_image_wrapper, .format169 .figure_description_wrapper {
    width: 100%;
}
.format169 .figure_description_wrapper {
	padding-top:1em;
	margin-top: 1px;
    border-radius: 0em 0em 0.1em 0.1em;
}


.format169.figure_element {
	display: initial;
}
.mt-overlay-container {
    position: absolute;
	width:100%;
	height:100%;
	text-align:center;
    
    z-index: 10000000;
    top: 0;
	
}

.mt-overlay-container .mt-overlay-darken{
    position: absolute;
	width:100%;
	height:100%;
    height: 100%;
     background: #8080801f; 
    opacity: 0.25;
    z-index: -1;
    border-radius: 5px;
    box-shadow: white 0px 0px 20px 2px inset;

}




.mt-overlay-msg-box-close-inside-icon {
	width: 44px;
    height: 44px;
	
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 15;
 }
 .no-scroll .mt-overlay-msg-box-close-inside-icon{

    right: 0;
 }
 .mt-overlay-msg-box-close-inside-icon-a {
	 position: absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 z-index:10;
 }

 .mt-overlay-msg-box-close-inside-icon-button {
	width: 28px;
    height: 28px;
    /*background: rgb(247, 247, 247);*/
    border-radius: 3px;
    vertical-align: middle;
    top: 7px;
    left: 8px;
    position: relative;
	line-height: 26px;
    font-size: 17px;
	color:gray;
 }


 .mt-overlay-msg-box-close-inside-icon:hover .mt-overlay-msg-box-close-inside-icon-button {
    background: rgb(228, 228, 228);
 }


 .mt-overlay-icon-close {
	 transform: rotate(45deg);
	 position: relative;
	 top: 1px;
	 left: -0.5px;
 }

 .mt-overlay-msg-box-scroll-indicator {
	width:44px;
	height:44px;

	/*background-image:url("assets/reorder.png");
	background-size: contain;*/
	position: absolute;
	right: 35px;
    bottom: 10px;
	opacity:1;

    font-size: 1.3em;
	
    vertical-align: bottom;
}
.mt-overlay-msg-box-scroll-indicator i {
	position: absolute;
    bottom: 0;
 }
.mt-overlay-msg-box.no-scroll .mt-overlay-msg-box-scroll-indicator {
	display: none !important;
}
.mt-overlay-msg-box-scroll-indicator.fadein {


    -webkit-animation: fadein 0.2s ease-in ;
       -moz-animation: fadein 0.2s ease-in ;
            animation: fadein 0.2s ease-in ;
}
.mt-overlay-msg-box-scroll-indicator.fadeout {
	opacity:0;

    -webkit-animation: fadeout 0.2s ease-in ;
       -moz-animation: fadeout 0.2s ease-in ;
            animation: fadeout 0.2s ease-in ;
}

@-webkit-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadein {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}


@-webkit-keyframes fadeout {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}

@-moz-keyframes fadeout {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeout {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}

.mt-overlay-container .mt-overlay-msg-box {    
	/*border: 1px solid #dedede;*/

    width: 90%;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    z-index: 11;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%), 0 4px 12px rgb(0 0 0 / 8%);

}

.mt-overlay-container .mt-overlay-msg-box h5 {
	margin-top:0.7em;
}
.mt-overlay-container .mt-overlay-msg-box span.btns {
	display:block;
	margin-top:1em;
	margin-bottom: 0.5em;
}

.mt-overlay-container .mt-overlay-msg-box .remove_btn{
	display:inline-block;
    width: 30px;
    height: 30px;
	background-color: #fff;
	border-radius: 2.5em;
	transition: 0.2s;
	top:-2px;
	position:relative;
}

.mt-overlay-container .mt-overlay-msg-box a .dashicons {
	text-decoration: none;
}
.mt-overlay-container .mt-overlay-msg-box .remove_btn{
	display:block;
	position: absolute;
    top: -10px;
    right: -10px;
}

.mt-overlay-container .mt-overlay-msg-box .remove_btn span{

	font-size: 1.75em;   
	 position: relative;
    right: 2.5px;
    top: 2.5px;
}
.mt-overlay-container .mt-overlay-msg-box .remove_btn a{
	text-decoration: none;
	color: #cbcbcb;/*black;*/
}

.mt-overlay-container .mt-overlay-msg-box:hover .remove_btn{
	display:block;
	box-shadow: 0 2px 4px rgba(107, 81, 81, 0.1), 0 4px 4px rgba(0, 0, 0, .05);
}
.mt-overlay-container .mt-overlay-msg-box .remove_btn a{
	text-decoration: none;
	color: #474747;
}
.mt-overlay-container .mt-overlay-msg-box a:hover {
	color: rgb(156, 0, 0);
}


.mt-overlay-container .mt-overlay-msg-box button {
	outline: none;
    border: none;
    background: none;
    color: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
    background-image: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

	font-size: 1.3em;
	font-weight: 500;
}

.mt-overlay-container .mt-overlay-msg-box button span{ 
    color: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
    background-image: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
  

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mt-overlay-container .mt-overlay-msg-box button{
    position: relative;
  }
  .mt-overlay-container .mt-overlay-msg-box.line-after { 
    opacity:0;
  }
  .mt-overlay-container .mt-overlay-msg-box  .line-after::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10%;
    height: 2px;
    width: 80%;
    background: #444;
    background: linear-gradient(167deg, rgb(108 125 99) 5%, rgb(64 105 167) 90%);
    transition:0.2s;

   } 
   .mt-overlay-container .mt-overlay-msg-box button:hover  .line-after::after {
    width: 100%;
    left:  0%;
   }


.mt-ekp-tabcontents-container {
	position: relative;
}
.meditrick_wrapper.info-card-show .mt-ekp-tabcontents-cont {
	overflow: hidden;
}


.meditrick_wrapper.info-card-show .mt-ekp-tabcontents-container .mt-ekp-tabcontents,  .meditrick_wrapper.mtsr-ratebox-show .mt-ekp-tabcontents-container .mt-ekp-tabcontents {
	filter:blur(3px) grayscale(0.75);

    /*margin: -3px -6px -6px -3px;*/
}

.mt-ekp-info-i-container {
	display: inline-block;
    position: relative;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid transparent;
    border-bottom: 0;
	width: 28px;
}
 
.mt-ekp-info-i-container:hover, .meditrick_wrapper.info-card-show .mt-ekp-info-i-container {
	background-color: #f1f1f1;
	color: #919191;
}

.mt-ekp-info-i-container:hover .mt-ekp-info-i{

	color: #919191;
}
.meditrick_wrapper.info-card-show .mt-ekp-info-i {

	color: #222222;
}


.mt-ekp-info-i {
	
    display: block;
    margin-left: 0.6em;
    margin-right: 0.6em;
	color: #d3d3d3;
}

.mt-ekp-info-i a {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
 }

 .mt-ekp-info-card-funktionenimfokus {
	text-align: right;
    margin-right: 50px;
    display: flex;
    flex-direction: column-reverse;
    width: fit-content;
    flex-wrap: wrap;
    margin-left: auto;
    position: relative;
    height: auto;
    background: white;
    z-index: 10;
    padding-left: 6px;
    padding-bottom: 3px;
   
    justify-content: flex-end;
 }

 .mt-ekp-info-card-funktionenimfokus .row2 {
	font-size: 0.8em;
    color: gray;
 }

 .meditrick_wrapper.info-card-show .mt-ekp-info-i .info-i-bold, .mt-ekp-info-i .info-i-light{
	display:initial !important;
 }
 .mt-ekp-info-i .info-i-bold, .meditrick_wrapper.info-card-show .mt-ekp-info-i .info-i-light{
	display:none !important;
 }

 .mt-ekp-info-card {

	top:3%;
	height: 93%;
	padding:0px;
 }

 .mt-ekp-info-card-content {
	height: 100%;
    overflow: scroll;/*
	padding-top:0.5em !important;
	padding-bottom:1em !important;*/


	  position: relative;
    	top: -40px;
}



.mt-ekp-info-card-container, .mt-spacedrep-ratebox-container  {
	display:none;
}

.mt-ekp-info-card-container .mt-overlay-darken, .mt-spacedrep-ratebox-container  .mt-overlay-darken {
	background:#000;
	opacity: 0.5;
}
.meditrick_wrapper.info-card-show .mt-ekp-info-card-container,  .meditrick_wrapper.mtsr-ratebox-show .mt-spacedrep-ratebox-container {
	display:block;
}

.mt-ekp-info-card-container h4{
	color: #999999;
    font-weight: 300;
	font-size:1.5em;
    margin: 0;
 }
 .mt-ekp-info-card-container h3 {
	font-size:2em;
	margin-top: 0.0em;
 }

 .mt-ekp-info-card-container h5 {
	font-size:1.3em;
	
	color: #444444;
	margin-bottom: 0.1em;
 }

 .mt-ekp-info-card-textbox {
	 text-align: left;
	 padding-left:20%;
	 padding-right:20%;
	 margin-bottom:2em;
 }

 .mt-ekp-info-card-textbox:last-of-type {
	margin-bottom:0em;
 }
 .mt-ekp-info-card-textbox-paragraph {
	padding-left: 1.5em;
	font-size: 0.9em;
 }

.mt-ekp-info-card-timeline {
	margin-top:1em;    
	zoom: 40%;
    margin-left: 7%;
}

.mt-ekp-info-card-headimg {
	zoom: 50%;
    margin-left: 1em;
 }

 .mt-ekp-info-card-beq {
	position: relative;
    top: -4px;
 }

 .mt-ekp-info-card-ampel {
	position: relative;
    top: -2px;
 }

 .mt-ekp-info-card-markieren {
	zoom: 48%;
}

 .mt-ekp-info-card-filter {
	position: relative;
    top: 2px;
    zoom: 54%;
 }

 	/** extra wissen tooltip */
.mt-ekp-extrawissen-thumbnail-item {
    /* position relative so that we can use position absolute for the tooltip */
    position: relative;
    /*float: left; */
    margin: 0px 5px;
    display: inline-block;
   }
   .mt-ekp-extrawissen-thumbnail-item .mt-ekp-extrawissen-bigthumbnail{
       max-height:none !important;
       max-width:none !important;
   }
    
   .mt-ekp-extrawissen-thumbnail-item a {
    display: inline-block;
   }
    
   .mt-ekp-extrawissen-thumbnail-item img.mt-ekp-extrawissen-thumbnail {
    
   }
      
   .mt-ekp-extrawissen-tooltip {
    /* by default, hide it */
    display: none;
    /* allow us to move the tooltip */
    position: fixed;
    /* align the image properly */
    padding: 8px;
	margin-right:1em;
    z-index:99999999;

	background:white;


    border-radius: 8px;
    box-shadow:0 2px 4px rgb(0 0 0 / 6%), 0 4px 12px rgb(0 0 0 / 5%);

	max-width: 450px;
   }


   .text_line.bottom_line.additionals .mt-ekp-extrawissen-tooltip {
	font-size:1.2em;
	color:black;
   }
    
    .mt-ekp-extrawissen-tooltip span.mt-ekp-extrawissen-overlay {
     /* the png image, need ie6 hack though */
    /* background: url(images/overlay.png) no-repeat;*/
     /* put this overlay on the top of the tooltip image */
     position: absolute;
     top: 0px;
     left: 0px;
     display: block;
     width: 350px;
     height: 200px;
    }
    .mt-ekp-extrawissen-tooltip .mt-headline {
		color:#404040;/*#c3c3c3;*/
	}

	.mt-ekp-extrawissen-thumbnail-item a {
		color:#646464;
	}
	.mt-ekp-extrawissen-thumbnail-item a:hover {
		color:black;
	}
	.mt-ekp-extrawissen-body {
		padding-left: 0.4em;
		padding-right: 0.4em;
		padding-bottom: 0.4em;
		display: inline-block;
		margin-top: 0.2em;

		max-width: inherit;
		word-wrap: break-word;	
	}

/** Verwandte Tab - Catlist */
.mt-ekp-top-tabs-content .catlistvorschau_mehrteiler li {
    
    margin: 0.55em 0.25em 0.15em 0.25em;/*margin: 0.75em 1em 0.75em 0.5em;*/
}
.mt-ekp-top-tabs-content 
.catlistvorschau_mehrteiler li, 
.mt-ekp-top-tabs-content 
.catlistvorschau_mehrteiler img {
   
    max-width: 135px;/*max-width: 170px;*/
}
.mt-ekp-top-tabs-content 
.catlistvorschau_mehrteiler .mtf-lcp-li .mtf-lcp-title {
    flex: 0 1 60%;;/*70%; */
}

.mt-ekp-top-tabs-content 
.mtf-lcp-li.thumb-list .mtf-lcp-a {
    max-width: 85px;
}

.mt-ekp-top-tabs-content 
.mt-lcp-title-hover-content-container {

    background: #f2f2f2;
	border-color: #f2f2f2;
 }

 .mt-ekp-top-tabs-content-scroll-container-hint {
	font-style: italic;
    color: gray;
    margin-bottom: 8px;
 }

 .mt-ekp-verwandte-ul-container {
	width:fit-content;
 }
 .itemcount-1 {
	max-width: 200px;
 }
 .itemcount-2 {
	max-width: 400px;
 }
 .itemcount-3 {
	max-width: 600px;
 }
 .itemcount-4 {
	max-width: 800px;
 }
 .mt-ekp-top-tabs-content .mt-ekp-tooltip-cat1 {
    flex: 0 101.5 auto;
 }
  .mt-ekp-top-tabs-content .mt-ekp-tooltip-cat2 {

    /* flex: 0 0 auto; */
	flex: unset;
    color: #8d8d8d;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 0.5 auto;
  }
/*
// tablet?
@media screen and (max-width: 979px) {
	.ims_gs_bg {
	  min-height: 694px;
	}
	}
	@media screen and (max-width: 480px) {
	.ims_gs_bg {
	  min-height: 340px;
	}
	}


@media screen and (max-width: 1299px) {
    .meditrickblock {
        width: 75%;
    }
}
@media screen and (max-width: 767px) 

*/

/* mobil */

@media  (max-width: 1299px) {

	/**
	MT QUIZ
	**/
	.tabcontent.mtquiz, .tabcontent.quizinfo {
		
		min-height: 495px;
	}

	.ekp_quiz_menu_content_ul li {
		width:135px;
	}
	.ekp_quiz_menu_icon {
		height: auto;
	}
	.ekp_quiz_menu_content_ul li.tipps {
		max-width: 190px;
	}
	p.ekp_quiz_menu_head {
		font-size: 1.3em;
	}

	.ekp_quiz_menu_content_ul li:nth-child(3) p.ekp_quiz_menu_head  {
		text-align: center;
		margin-left:auto;
	}
	.tab_ekp_quiz_mode_3_content .ekp_question {
		font-size: 1.1em;
		width: 95%;
	}

	.tab_ekp_quiz_mode_3_content .ekp_question.small {
		font-size: 0.9em;
	}
	/**
	INFO CARD

	*/
	.mt-ekp-info-card-container h4 {
		font-size:1.1em;
	}

	.mt-ekp-info-card-container h3 {
		font-size:1.5em;
	}
	.mt-ekp-info-card-timeline {
		margin-left:0px;
	}

	.mt-ekp-info-card-funktionenimfokus {
		font-size: 0.7em;
		margin-bottom: 20px;
	}
   
}

@media  (max-width: 1099px) {
	.mt-ekp-info-card-textbox {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mt-ekp-info-card-container .mt-overlay-msg-box-scroll-indicator {
		right:22px;
	}
	.mt-ekp-info-card-content {    padding-right: 20px;
	}
}
@media (max-width: 1020px) {
	.ekp_quiz_menu_icon {
		height: auto;
		width:65%;
	}
	.ekp_quiz_menu_icon.lvl4 {
		height: auto;
	}
	p.ekp_quiz_menu_head {
		font-size: 1.1em;
	}
	p.ekp_quiz_menu_head2 {
		font-size:10px;
	}

	.ekp_quiz_menu_sub {
		font-size:10px;
	}

	.ekp_quiz_menu_content_ul li:nth-child(3) p.ekp_quiz_menu_head  {
		text-align: center;
		margin-left:auto;
	}
	.tab_ekp_quiz_mode_3_content .ekp_question {
		font-size: 1.1em;
		width: 95%;
	}

	.tab_ekp_quiz_mode_3_content .ekp_question.small {
		font-size: 0.9em;
	}
	.ekp_quiz_menu_head_tip {
		font-size:13px;
	}
	.ekp_quiz_menu_sub_tip {
		font-size:11px;
	}

	/**
	INFO CARD

	*/
	.mt-ekp-info-card-container h3 {
		font-size: 1.1em;
	}
	.mt-ekp-info-card-container h4 {
		font-size: 0.85em;
	}
	.mt-ekp-info-card-container h5 {
		font-size: 1.1em;
	}


	/** Verwandte Tab - Catlist */

	.mt-ekp-top-tabs-content 
	.catlistvorschau_mehrteiler li, 
	.mt-ekp-top-tabs-content 
	.catlistvorschau_mehrteiler img {
	
		max-width: 130px;
	}

	.mt-ekp-top-tabs-content 
	.mtf-lcp-li.thumb-list .mtf-lcp-a {
		max-width: 80px;
	}
}
@media (min-width: 768px) and (max-width: 1020px) {
	
	.ekp_quiz_menu_content_ul li {
		width:130px;
	}
	.ekp_quiz_menu_content_ul li.tipps {
		max-width: 175px;
	}

	
}
@media  (max-width: 974px) {

	.exploration_tab .intro_hint_container {
		font-size: 0.7em;
	}
	.mtekp-longdesc-img img {

		height: 70px;
	}

	.ekp_quiz_menu_content_ul li.tipps {
		max-width: 125px;
	}
	.ekp_quiz_menu_head_tip {
		font-size:11px;
	}
	.ekp_quiz_menu_sub_tip {
		font-size:9px;
	}
}


@media  (max-width: 906px) {
	
	.ekp_quiz_menu_content_ul li {
		width:25%;
	}
	.ekp_quiz_menu_content_ul li.tipps {
		display:none;	
	}
	.ekp_quiz_menu_divider.lvl4 {
		display:none;	

	}

	.tab_ekp_quiz_mode_3_content .ekp_question {
		font-size: 0.9em;
		width: 95%;
	}

	.tab_ekp_quiz_mode_3_content .ekp_question.small {
		font-size: 0.65em;
	}
	.ekp_quiz_mode_3_infoline {
		font-size:0.75em;
	}
}


@media  (max-width: 499px) {

	.mtekp-longdesc-img img {

		height: 50px;
	}

	.exploration_tab .intro_hint_container .hint_msg {
		padding:3px;
	}
	.exploration_tab .intro_hint_container {
		font-size: 0.6em;
	}
	.exploration_tab .intro_hint_container .hint_msg h5 {
		margin-top: 0.7em;
		font-size: 1em;
		font-weight: bold;
		margin: 0;
	}

	.mt-ekp-info-card-container h4 {
		font-size: 0.7em;
	}
	.mt-ekp-info-card-container h3 {
		font-size: 0.9em;
	}
	.mt-ekp-info-card-container h5 {
		font-size: 0.8em;
	}
	.mt-ekp-info-card-textbox-paragraph {
		padding-left: 1.5em;
		font-size: 0.7em;
	}
	.mt-ekp-info-card-headimg {
		zoom: 30% !important;
	}


}

@media  (max-width: 494px) {
	

	.ekp_quiz_menu_content.new {
	top:108px;
	}
}


/** ARROW BUTTONS
*/


.mode-ekp .arrow_buttons {
	display:flex;
}

.arrow_buttons > * {
	display:none;
}


.mode-video .arrow_buttons .mode-show-video {
	display:flex !important;
}

.mode-ekp-img .arrow_buttons .mode-show-ekp-img {
	display:flex !important;
}
.mode-ekp-mtquiz .arrow_buttons .mode-show-ekp-mtquiz {
	display:flex !important;
}
.mode-ekp-mtquiz-freitext .arrow_buttons .mode-show-ekp-mtquiz-freitext {
	display:flex !important;
}
