
/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */
 
.black a:hover {
  color: #0053a1;
} 
.black, .black a, .black h2{
  color: #000;
}
.blue{
  color: #0053a1;
}				
.loaderctsinfo {
  position: fixed;
  top: 50vh;
  left: 50%;
  margin-top: 50px;
  margin-left: -75px;
  z-index: 99999999;
}
#backtotop {
  bottom: 60px;
}
#backtotop ul li a:hover {
  background-color: #494949;
}						  							 
.ce_ctsimage .link a::after,
.ce_ctscolor .link a::after{
  margin-left: 0;
}
.ce_ctsimage .text .link a::after,
.ce_ctscolor text .link a::after {
  margin-left: 4px;
}
 /* PLZ ond Ort in Kontakt und Kontaktlinsen-Experten */
.typeahead {
  background-color: #fff;
  height: auto;
  z-index: 999;
  position: absolute;
  width: 94%;
  padding: 5px;
  border: 1px solid rgba(217,217,217,1);
  border-radius: 4px;
  line-height: 2;
}
.ce_metamodels_frontendfilter.as_profil .typeahead {
  width: 97.5%;
}
.typeahead li {
  padding: 0 10px;
}
.typeahead li:hover {
  background-color: #ddd;
}
.typeahead .dropdown-item {
  text-decoration: none;
}

body {
  font-family: "OpenSans",sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "OpenSans SemiBold",sans-serif;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mainmenu{
  display: none;
}
.hidemobile{
 display:none;	
}
a.nav-mobile.icon-mobile {
    color: #fff;
    background-color: #0053a1;
    padding: 10px 10px;
    font-size: 15px;
}
.nav-mobile.icon-mobile::after {
  content: "\f107";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


/* datetimepicker */
.picker__box td {
  font-size: 0.75em;
}
.picker--time .picker__button--clear{
	text-transform: none;
	font-size: 1em;
	font-weight: 700;
	color: #555;
}
.picker__button--clear:hover {
  background: none!important;
  color: #555!important;
}
.picker--time .picker__button--clear:hover::before {
  color: unset;
  border-color: #e20;
}
.picker__list {
  padding: 0;
}
.picker__year {
  color: unset;
  font-size: unset;
  font-style: unset;
}
/* datetimepicker END*/
.uploaddateibutton {
  cursor: pointer;
}
.agb h3 {
  color: #0053a1;
}
.ce_ctslistextended .ext_list ul li span,
.hyperlink_extended a{
  font-family: 'OpenSans', sans-serif;
}
.menusection .hyperlink_extended .fa-shopping-cart::before,
.menusection .hyperlink_extended .fa-user::before {
  line-height: 1.56;
}

.hyperlink_extended a,
.hyperlink_extended a::before {
  line-height: 1.3;
}
.nohover a{
	pointer-events: none;
}
mark.highlight {
	background-color: unset;
	border: none!important;
	display: unset;
	padding: 0;
	font-size: inherit;
	margin: 0;
	font-weight: bold;
}
.kontaktcta input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.kontakt_professionals .hideinkontakt{
  display: none;
}
.fieldsethidden {
	margin-right: 0!important;
	margin-left: 0!important;
	padding: 0;
	border: none;
}
.flex {
  display: flex;
}
.mod_navigation .formobile {
  display: none;
}
.mm-panel .formobile {
  display: block;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bottom0 {
  margin-bottom: 0px;
}

.fa::before,
.fas::before {
	font-weight: 900;
}

.far::before,
.fab::before {
	font-weight: 400;
}

.fal::before {
	font-weight: 300;
}
.hyperlink_extended .fab::before {
  font-family: "Font Awesome 5 Brands";
}
.link a::before,
.linkm a::before,
.link a:hover::before,
.own-color .link a::before,
.own-color .linkm a::before,
.own-color .link a:hover::before,
.ownfont-color .link a:hover::before{
	background-color: transparent!important;
	box-shadow: unset;
}

.link.download a.loginicon::after,
.cts-element_hyperlink a.loginicon.download::after {
content: '\f30d';
margin-left: 4px;
text-decoration: none;
font-family: "Font Awesome 5 Pro";
font-weight: 400;
}
.link.download a.notallowed::after,
.cts-element_hyperlink a.notallowed::after {
content: '\f05e';
margin-left: 4px;
text-decoration: none;
font-family: "Font Awesome 5 Pro";
font-weight: 400;
}
.link.download a.downloadready::after,
.cts-element_hyperlink a.downloadready::after,
.visavy a.downloadready::after{
content: '\f019';
margin-left: 4px;
text-decoration: none;
font-family: "Font Awesome 5 Pro";
font-weight: 400;
}
.mod_newsreader .image_container a::after,
.ce_ctslogo .image_container a::after {
    content: "";
}
.mod_newsreader .image_container a::before,
.ce_ctslogo .image_container a::before {
    background: transparent;
}
.mod_personalData input[type="submit"] {
	width: 250px;
}
button[type="submit"], 
input[type="submit"],
button[type="reset"]{
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.3;
    color: #0053a1;
    cursor: pointer;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: linear-gradient(to bottom, #fff, #fff);
	border: 1px solid #0053a1;
}
.medien p {
  display: flex;
}
.medienvorlage span {
  min-width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #0053a1;
  display: inline-block;
  color: #fff;
  line-height: 25px;
  text-align: center;
  padding-left: 2px;
  margin-right: 10px;
}
/* Newsletter */
.mod_newsletterSubscribeNotificationCenter .widget-explanation {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.mod_newsletterSubscribeNotificationCenter .error {
  padding-left: 0;
}
.newsletter a {
    text-align: center;
}
.newsletter img {
    width: inherit!important;

}
.middle img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.newsletter table, .newsletter td {
    padding: 0;
    border-top: 0;
    border-bottom:0;
    margin-left: auto;
	margin-right: auto;
}
 p.back {
    margin: 20px 0;
}

/* Newsletter END */
.mod_eventreader p.back a:hover, .mod_newsreader p.back a:hover {
  letter-spacing: inherit;
  transition: unset;
}
.teaser sub,
.ce_ctsimage sub span{
    display: block;
    line-height: 1.5;
}

.meta_box .info{
    border-right: 0;
}
.ce_ctslistextended .ext_list ul li {
	align-items: flex-start;
}

.ctsopeninghours .firstday.day,
.ctsopeninghours .day{
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}
select .disabled{
	color: #ccc;
	cursor: no-drop;
}

.submenulr strong {
	font-weight: 400;
}

.submenulr h3 {
	font-size: 1.1em;
}

.submenulr.mpge h3::before,
.submenulr.prod_search h3::before{
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f0c9";
	padding-right: 5px;
}
#seminargast_user h3::before,
.onlineshop_user h3::before{
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  padding-right: 5px;
}

.submenulr.mpge .level_1 .submenu>a.submenu:after,
.submenulr.mpge .level_1 .submenu>strong:after,
.submenulr.mpge .level_1 .forward>strong:after {
	content: "\f107";
}

.mainmenu>ul>li>a span:before,
.mainmenu>ul>li>strong span:before,
.submenulr a:before,
.submenulr strong:before {
	height: 1px;
}

.submenulr li {
	margin-bottom: 6px;
}

.submenulr {
	margin-bottom: 10px;
}

sub {
	vertical-align: bottom;
}

.ce_ctscolor .headline {
	font-size: 1.2em;
}

.prod_search.submenulr form {
	margin-bottom: 10px;
}

.mpge_panel ul li span {
	display: inline-flex;
}

.mpge_panel2 .ce_panel .text {
	padding: 0;
}

.mpge_panel2 .ce_panel .text p {
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	display: inline-flex;
	margin-bottom: 0;
}

.catalog a::after {
	content: "\f00e";
	color: #666;
	visibility: hidden;
	position: absolute;
	top: 0%;
	left: 50%;
	width: 30px;
	opacity: 0;
	text-align: center;
	font-size: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, 0%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.catalog a:hover::after {
	top: 50%;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	transition: all .5s ease;
	z-index: 2;
}

.catalog:hover a::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.catalog img {
	border: 10px solid #f4f4f4;
}

.close-flipbook a {
	width: 100%;
	color: #494949;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 20px;
	text-decoration: none
}

.panel_count {
	margin-right: 5px;
	font-weight: bold;
}

.aktivitaeten img {
	border: 5px solid #f9f9f9;
}

.ce_ctsimage .image_container {
	margin-bottom: 15px;
}

.aktivitaeten .ce_ctsimage .image_container {
	margin-bottom: 0;
}

.aktivitaeten h2 {
	line-height: 0.9em;
}

.kl-material .fal.fa-plus {
	color: #4eb904;
}

.kl-material td:not(:first-child),
.kl-material thead th:not(:first-child) {
	text-align: center;
}

.kl-material table td {
	padding: .6em;
}

.table-scrollable {
	width: 100%;
	overflow: auto;
	margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}


.ce_ctswrapper.padding-right0{
	padding-right: 0;
}
.padding-leftright0 {
	padding-left: 0;
	padding-right: 0;
}

.myprogress {
	min-width: 100%;
	margin: 0px auto;
	text-align: center;
}

.myprogress .circle{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 80px;
	margin-bottom:10px;
}

.myprogress .bar {
	position: relative;
	display: inline-block;
	width: 22%;
	height: 1px;
	top: -45px;
	border: 1px solid #ccc;
}

.myprogress .circle .title {
	color: #494949;
	font-size: 12px;
	font-weight: bold;
}

.myprogress .circle .title .zahl {
	color: #fff;
	font-weight: normal;
	line-height: 50px;
}

.circle.color1 {
	background-color: rgba(0, 83, 161, .8);
}

.circle.color2 {
	background-color: rgba(0, 83, 161, .8);
}

.circle.color3 {
	background-color: rgba(0, 83, 161, .8);
}

.circle.color4 {
	background-color: rgba(0, 83, 161, .8);
}

.ce_ctsimagebox ul.mpge-list a{
  pointer-events: auto!important;
}
.ce_ctsimagebox.nolink a{
  pointer-events: none;
}


.mpge-list-small li {
	list-style-type: none!important;
	display: flex;
}

.mpge-list-small li span:first-of-type {
	margin-left: -7px;
	color: #0053a1;
	line-height: 1.8em;
	margin-right: 5px;
}
.text ul li {
  list-style-position: outside;
  list-style-type: disc;
}
.mpge-list li {
	list-style-type: disc;
}
.mpge-list li::marker {
	font-size: 14px;
}
ul.mpge-list-small {
	padding-left: 10px;
	margin-top: 10px;
}

ul.mpge-list {
	padding-left: 2em;
}
.ce_text ul.info-mpge-list {
	padding-left: 3.5em;
}

.widget-checkbox fieldset label img {
	vertical-align: text-bottom;
}
.formv1 .widget-explanation {
    border: none;
    padding: 0;
}
.formv1 legend {
  font-weight: normal;
}

.formv1 .error input,
.formv1 .error textarea {
  border: 1px solid red;
}

.error_input_border {
  border: 1px solid red!important;
}

.klexperte-formular.formv1 .widget {
    margin-bottom: 10px;

}


.klexperte-formular legend {
    font-weight: normal;

}
.checkbox_container.klexperte span {
	line-height: 2.9em;
}


textarea[class*="col-"] {
	width: 100%;
	padding-right: 0;
}


/*Artikel-Navigation in der Hauptspalte*/

#mySubnav {
	width: 1260px;
	margin: auto;
}

#mySubnav ul.artikelnavi-mpge li {
	width: 20%;
}

#mySubnav.sticky {
	position: fixed;
	top: 72px;
	width: 1050px;
	margin: auto;
	z-index: 2;
}


/*Artikel-Navigation in der Linken Spalte*/

.navfixed {
	position: fixed;
	top: 105px;
	width: 234px;
	margin: auto;
	z-index: 2;
}
/*Artikel-Navigation END*/
 /* Search Modal */
.mod_search button.submit[type="submit"]{
	padding: 8px 10px;
	color: #fff;
	background-image: linear-gradient(to bottom, #0053a1, #0053a1);
}
.mod_search input[type="search"] {
	padding: 8px 10px;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	-webkit-appearance: none;
}
#prof_search .mod_search  {
    padding: 20px 25px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}
#prof_search .modal-content .mod_search {
    margin-top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
#prof_search .modal-content .mod_search input[type="search"]{
	padding: 12px;
	color: #555555;
	border: 1px solid #eee;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	font-size: 14px;
	transition: all 0.15s linear 0s;
		border-radius: 0;
	-webkit-appearance: none;
}
#prof_search .modal-content .mod_search button.submit[type="submit"] {
	 text-transform: none;
	 padding: 10px 15px;
}
#prof_search .modal-content {
   /* margin: 20% auto;*/
}

/* Search Modal END*/

/* infoModal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content{
  background-color: #fefefe;
  padding: 0;
  border: 1px solid #888;
  width: 40%; 
  display: table;
  position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.close {
	cursor: pointer;
	color: #494949;
	font-size: 25px;
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 1rem;
}
.close:hover, .close:focus, .closemodal:hover, .closemodal:focus {
  text-decoration: none;
  cursor: pointer;
}

/* infoModal End */


.modal .fa,
.modal .fas,
.modal .far,
.modal .fal{
    color: #0053a1;
    font-size: 15px;

}
.pwicon {
  margin-left: -35px;
  font-size: 18px;
  margin-top: 13px;
  position: relative;
  z-index: 1;
}
.artikelnavifix .nav-link.js-scroll-trigger.active {
	background-color: #f7f7f7;
}

.artikelnavifix .standardopnavi ul {
	display: block;
}

.artikelnavifix .standardopnavi ul li a {
	white-space: normal;
}

ul.artikelnavi-mpge li {
	width: 100%;
	display: block;
}

ul.artikelnavi-mpge li a {
	background-color: #fff;
	text-align: left;
	padding: 10px 30px 10px 5px;
	margin: 0;
}

ul.artikelnavi-mpge li a:before {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-decoration: none;
	color: rgba(64, 64, 64, 1);
	content: "\f105";
	transform: translateY(-50%);
	margin-right: 5px;
}

ul.artikelnavi-mpge li a.active:before {
	color: #0053a1;
}

.artikelnavi ul li a {
	padding: 7px 12px;
	margin: 5px 0;
	background-color: #fff;
	color: #0053a1;
	border: 1px solid #0053a1;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
}

.artikelnavi ul li a:hover {
	background-color: #0053a1;
	color: #fff;
}

.karriere .ce_ctscolor .headline {
	font-size: 25px;
	padding: 20px 0;
	font-weight: normal;
	font-family: 'OpenSans', sans-serif;
}

.karriere .ce_ctscolor.version2 .inside .content,
.mpgebox .ce_ctscolor.version2 .inside .content {
	padding: 10px 20px 15px;
}

.karriere .ce_ctscolor.version2 .iconbox {
	padding: 20px;
}

.mpgebox .ce_ctscolor.version2 .iconbox {
	padding: 10px 20px;
}
.karriere .ce_ctscolor.version2 .link,
.mpgebox .ce_ctscolor.version2 .link {
	padding: 0 20px 20px 20px;
}

/* Accordion Vereinbarungliste */
.ce_accordion.stellen {
  margin-bottom: 25px!important;
}
.ce_accordion.stellen .accordion{
	border: none;
	background-color: #F9F9F9;
	padding: 40px;
}
.ce_accordion.stellen .toggler {
   border: none;
  background-color: #AEA711;
  color: #fff;
  padding: 30px 40px 30px 40px;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "OpenSans SemiBold",sans-serif;
}
.ce_accordion.accversion2.stellen .toggler.ui-accordion-header-active span.ui-accordion-header-icon {
  background-color: #AEA711;
}
.ce_accordion.accversion2 .toggler.ui-accordion-header-active span.ui-accordion-header-icon::after{
  background: #fff;
}
.ce_accordion.accversion2.stellen .toggler:hover span.ui-accordion-header-icon::before,
.ce_accordion.accversion2.stellen .toggler:hover span.ui-accordion-header-icon::after{
  background: #494949;
}
.stellen .ce_ctscolor.version2 .link a:hover::before,
.karriere .ce_ctscolor.version2 .link a:hover::before,
.mpgebox .ce_ctscolor.version2 .link a:hover::before {
	box-shadow: none;
	background-color: #0053a1;
}

.stellen .ce_ctscolor .headline {
	font-size: 1.3em;
}
/* Accordion Vereinbarungliste ENDE*/


/* Accordion Vereinbarungliste */
.ce_accordion.vereinbarungliste {
  margin-bottom: 25px!important;
}
.ce_accordion.vereinbarungliste .accordion{
	border: none;
	background-color: #F9F9F9;
	padding: 20px;
}
.ce_accordion.vereinbarungliste .toggler {
   border: none;
  background-color: #0053a1;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "OpenSans SemiBold",sans-serif;
}
.ce_accordion.accversion2.vereinbarungliste .toggler.ui-accordion-header-active span.ui-accordion-header-icon {
  background-color: #0053a1;
}

.ce_accordion.accversion2.vereinbarungliste .toggler:hover span.ui-accordion-header-icon::before,
.ce_accordion.accversion2.vereinbarungliste .toggler:hover span.ui-accordion-header-icon::after{
  background: #494949;
}
.vereinbarungliste .ce_ctscolor .headline {
	font-size: 1.3em;
}
/* Accordion Vereinbarungliste Ende*/


.karriere .ce_ctscolor.version2 .inside,
.mpgebox .ce_ctscolor.version2 .inside {
	padding: 0;
}
.mpgebox .text p {
	margin-bottom:0;
}
.beste-sehhilfe .mpgebox.home-delivery .ce_ctscolor .headline {
  margin-left: 0;
}
.beste-sehhilfe .ce_ctscolor i,
.nachwuchsfoerderung .ce_ctscolor i {
	font-size: 10px;
	margin-top: 4px;
}

.nachwuchsfoerderung .ce_ctscolor i:hover {
	color: #fff;
}
.beste-sehhilfe .mpgebox .text {
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 3;
	-webkit-hyphenate-limit-lines: 4;
	-ms-hyphens: auto;
	-ms-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-lines: 4;
	hyphens: auto;
}
.beste-sehhilfe .mpgebox .ce_ctscolor .headline {
    font-size: 1em;
}
.beste-sehhilfe .mpgebox .ce_ctscolor.version2 .iconbox {
    padding: 7px 20px;
}

.ce_panel .headline {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.ce_panel ul li:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.count.active {
    display: inline;
    margin-left: -8px;
    padding: 1px 3px;
    background-color: #0096d9;
    font-size: 80%;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
    vertical-align: text-bottom;
    position: relative;
	z-index: 2;
}
/* Mobile Nav */
.mobile li.shop.navhidden{
    display: none;
}

#onlineshop_mobil .mm-listview .shop a.mm-next.mm-fullsubopen:before {
	border-left: none;
	display: inline-block;
	margin-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f07a";
	position: relative;
	padding-left: 22px;
	padding-top: 10px;
}

#onlineshop_mobil a.submenu.shop:not(.mm-opened):before {
	border-left: none;
	display: inline-block;
	margin-right: .5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f07a";
	position: relative;
}

#onlineshop_mobil .mm-listview .shop .mm-next.mm-fullsubopen+span {
	padding-left: 45px;
}

#onlineshop_mobil a.mm-next {
	background: none;
}

#onlineshop_mobil .mm-listview .mm-next::before {
	border-left-style: none;
}

#onlineshop_mobil .mm-listview .shop .mm-next+a,
#onlineshop_mobil .mm-listview .professionals .mm-next+a {
	margin-right: 0;
	/*background-color: unset;*/
}

#professionals .iris,
#onlineshop_mobil .iris {
	background: url("/files/theme/img/mpge_w.png") no-repeat right top;
	width: 18px;
	display: inline-block;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
	margin-right: .5em;
}
#onlineshop_mobil .fa.iris,
#meinmpge .fa.iris{
    background-image: url("/files/theme/img/mpge_w.png");
	  background-repeat: no-repeat;
	  background-position: center; 
    background-size: contain;
    padding: 9px 0;
	margin: 9px auto;
	width: 33.33%;
 	
 }
#onlineshop_mobil .submenu.shop:not(.mm-opened),
#onlineshop_mobil .submenu.professionals:not(.mm-opened) {
	/*background-color: #0053a1;*/
	font-weight: bold;
}

#meinmpge .mm-current .mm-navbar a.mm-title:not([href]):before {
    border-left: none;
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    position: relative;

}

#meinmpge .mm-panel .mm-navbar,
#professionals .mm-panel .mm-navbar {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
.mm-menu .mm-listview>li .mm-next::after {
	border-color: #fff;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	padding: 0;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
	border: none;
}
.mm-menu .mm-btn::after {
    font-family: "Font Awesome 5 Pro";
	content: "\f104";
	padding-left: 8px;
	font-weight: 400;
	font-size: 20px;
}
.mm-listview .mm-next::before {
  border-left-width: 0;
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next{
  background: unset;
}
/* Mobile Nav ENDE*/

.meinmpge .level_2 li:last-child a:before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f5";
	margin-right: 2px;
}


#onlineshop_user.submenulr .level_1 > li:last-child a:after,
#seminargast_user.submenulr .level_1 > li:last-child a:after{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2f5";
}
#onlineshop_user.submenulr .level_1 > li:last-child a,
#seminargast_user.submenulr .level_1 > li:last-child a{
	padding-left: 25px;
}

.meinmpge .level_1 a.submenu {
	min-width: 52px;
}
.meinmpge .level_1 a.submenu::before {
	display: inline-block;
	margin-right: .3em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
	font-size: 15px;
	line-height: 1.56;
}
.meinmpge .level_1 a.submenu:after {
	position: absolute;
	right: 10px;
	top: 12px;
}

.mainmenu.meinmpge>ul>li>strong:before {
	display: inline-block;
	margin-right: .3em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
	top: 0px;
}

.meinmpge .level_1 a.submenu,
.nav_prof .level_1 a.submenu,
.mainmenu.meinmpge>ul>li>strong {
	padding: 6px 7px 6px 10px;
	color: #fff;
	background-color: #0053a1;
}
.menumodule .hyperlink_extended.small a {
  padding: 5.8px 10px;
  max-width: 37px;
}
.meinmpge .level_1 a.submenu:hover {
	opacity: 0.8 !important;
}

.nav--slide_in.js--is-fixed .mainmenu.meinmpge ul>li>a,
.nav--slide_in.js--is-fixed .mainmenu.nav_prof ul>li>a,
.nav--slide_in.js--is-fixed .mainmenu.meinmpge>ul>li>strong {
	padding: 6px 7px 6px 10px;
	color: #fff;
	background-color: #0053a1;
}

.nav_prof .level_1 a.submenu:before {
	display: inline-block;
	margin-right: .3em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f07a";
}

.home .navi-section .mod_ctschangelanguage.block,
.navi-section .mod_ctschangelanguage.block {
	border-radius: 0px;
}

.navi-section .mod_ctschangelanguage .dropdown:hover ul {
	margin-top: 1px;
}

.navi-section .mod_ctschangelanguage ul li a.active {
	color: #fff!important;
	background-color: #0053a1;
}
.navi-section .mod_ctschangelanguage ul li,
.ctschangelanguage.dropdown{
	min-width: 58px;
}
.asidesearch.auftrag.mod_search .widget.widget-text {
	width: 75%;
}

.asidesearch.auftrag.mod_search .widget-submit {
	width: 25%;
}

.mod_login br {
	display: block;
}

.customer_number {
	position: absolute;
	bottom: -12px;
	right: 20px;
	font-size: 13px;
}

.footerinfo-is-fixed .customer_number {
	position: absolute;
	bottom: -12px;
	font-size: 13px;
}

.menumodule .hyperlink_extended a::before {
	margin-right: 0;
	font-size: 15px!important;
}

.menumodule .hyperlink_extended.middle a,
.menumodule .hyperlink_extended.small a {
	font-size: 0;
}

.dropcapnumber {
	padding-left: 1.5em;
	margin-bottom: 15px;
}

.dropcapnumber span:first-of-type {
	margin-left: -1.5em;
	padding-right: 5px;
	font-weight: bold;
	float: left;
	line-height: 1.56;
}

.mpge_ctscountto.ce_ctscountto .count {
	font-size: 4em;
}

.mpge_ctscountto.ce_ctscountto .title {
	font-size: 1em;
}

.mpge_ctscountto.ce_ctscountto .inside {
	padding: 30px 10px;
}


/* Tabelle Myopie-Management */

#tabletab1 td {
	padding: .45em .56em;
}

#tabletab1 p {
	font-size: 14px !important;
	line-height: 1.2em !important;
	margin-bottom: 0;
}

#tabletab1 td {
	border-color: #818181;
	border-style: solid;
	border-width: 1px !important;
}

#tabletab1 td.weiss {
	border: none
}

#tabletab1 .subhead {
	background-color: #f5f5f5;
}

#tabletab1 .subhead p {
	color: #5d7f96 !important;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 15px;
}

#tabletab1 .myopie {
	background-color: white;
	border-color: #818181;
	border-style: solid;
	border-width: 0 1px 1px 1px !important;
}

#tabletab1 .myopie p {
	font-size: 16px !important;
}

#tabletab1 .myopiewert p {
	color: #5d7f96 !important;
	font-size: 15px !important;
}

#tabletab1 .risiko {
	font-size: 16px !important;
	background-color: #5d7f96;
	padding: 10px;
}

#tabletab1 .risiko p {
	color: white;
	font-size: 18px !important;
}

@media only screen and (max-width:768px) {
	#tabletab1 p {
		font-size: 12px !important;
		line-height: 1.2em !important;
	}
	#tabletab1 td {
		padding: 6px;
		border-color: #818181;
		border-style: solid;
		border-width: 0 1px 1px;
	}
	#tabletab1 .subhead p {
		color: #5d7f96 !important;
		font-size: 12px !important;
		line-height: 12px;
	}
	#tabletab1 .myopie p {
		font-size: 12px !important;
	}
	#tabletab1 .myopiewert p {
		color: #5d7f96 !important;
		font-size: 12px !important;
	}
	#tabletab1 .risiko {
		font-size: 12px !important;
		background-color: #818181;
	}
	#tabletab1 .risiko p {
		color: white;
		font-size: 12px !important;
	}
	.klexperte-formular .kontakt {
    padding-left: 0;
    padding-right: 0;
	}
	.klexperte-formular .widget-checkbox.klexperte{
	  padding-left: 30px;
	  padding-right: 30px;
	}
	
	/* Logo mobil */
	.logosection {
    max-width: 46%;
    height: auto;
	}
	#logo {
	  width: 195px;
	  height: 36px;
	}
	/* Logo mobil END*/
	
	.myprogress .circle{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	}
	
	.myprogress .bar {
		width: 25%;
		top: -25px;
	}
	.myprogress.mobile .bar {
	  width: 22%;
	}
	.myprogress .circle .title {
	  font-weight: normal;
	}
	.myprogress .circle .title .zahl {
	  line-height: 30px;
	}
}

@media only screen and (max-width:480px) {
	#tabletab1 p {
		font-size: 10px !important;
		line-height: 1.2em !important;
	}
	#tabletab1 td {
		padding: 5px;
		border-color: #818181;
		border-style: solid;
		border-width: 0 1px 1px;
	}
	#tabletab1 .subhead p {
		color: #5d7f96 !important;
		font-size: 10px !important;
		line-height: 11px;
	}
	#tabletab1 .myopie p {
		font-size: 11px !important;
	}
	#tabletab1 .myopiewert p {
		color: #5d7f96 !important;
		font-size: 11px !important;
	}
	#tabletab1 .risiko {
		font-size: 11px !important;
		background-color: #818181;
	}
	#tabletab1 .risiko p {
		color: white;
		font-size: 13px !important;
	}
}

#fragen-antworten .ce_accordion .toggler::before {
	left: auto;
	right: 12px;
}

#fragen-antworten .ce_accordion .toggler {
	padding: 7px 30px 7px 20px;
}

.unser-team .ce_ctstabs ul.nav li a {
	padding: 10px 12px;
	background-color: #f4f4f4;
}

.unser-team .ce_ctstabs ul.nav li {
	margin-right: 0;
}

.unser-team .ce_ctstabs ul.horizontal.nav li.tabs {
	border: 3px solid #fff;
}

.unser-team .ce_ctstabsletwrapperstart {
	border: none;
	padding: 30px 2px;
}

.unser-team .ctstestimonial.version5 .image_container {
	margin: 0;
}

li.tabs:not(.active) a:before {
	font-size: 13px;
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	content: "\f105";
	margin-right: 5px;
}

#tausch-rhythmus .ce_ctspiechart .chart .num {
	font-size: 17px;
}


/* News */

.layout_latest_cts.mpge {
	margin-bottom: 20px;
}

.layout_latest_cts.mpge .inside {
	padding: 0px;
	border: none;
}

.layout_latest_cts.mpge h2,
.login_small h5 {
	font-size: 1.2em;
	font-weight: normal;
}

.layout_latest_cts.mpge .outside{
	background-color: #f9f9f9;
}

.layout_latest_cts.mpge .teaser {
	padding: 15px 15px 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
}

.layout_latest_cts.mpge .imgtext.frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
}

.layout_latest_cts.mpge .link {
	margin-top: auto;
}

.layout_latest_cts.mpge .image_container {
	overflow: visible;
}

.layout_latest_cts.mpge p.more.link {
	padding: 0 15px 15px 15px;
}

.layout_latest_cts.mpge.hiddemorelink .more.link {
	display: none;
}
.layout_latest_cts.mpge.hiddemorelink h2 a,
.ce_ctsimagebox.hiddemorelink a{
	pointer-events: none;
	cursor: default;
}


/* News END*/

.changelgn select {
	display: block;
	min-width: 57px;
	padding: 6px 12px 6px 8px !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #494949;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid rgba(51, 51, 51, 1);
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url('/files/theme/img/icons/angle-down-solid.png');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .50em auto, 100%;
}


/* Hide arrow icon in IE browsers */

.changelgn select::-ms-expand {
	display: none;
}


/* Hover style */

.changelgn select:hover {
	border-color: #888;
}


/* Focus style */

.changelgn select:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.headline.animatedslick {
	line-height: 1.1;
}

.border-left1 {
	border-left: 1px solid #bbb;
}

fieldset {
	padding: 10px 15px;
}

.notfound #main>.inside {
	padding: 0;
}

.ctsquicklinks.rechts {
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.start_slider .ctsquicklinks .ctsboxen .content h4 {
	color: #0053a1;
}


.slick-prev::before, .slick-next::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}
.ctsslickslider.dotsinside.slick-dotted .slick-dots li button::before {
	font-size: 16px;
}
.ctsheaderimagev2 .contentwrapper .headline,
.ctsheaderimagev2 .contentwrapper .text {
    margin-bottom: 10px;
}
.ctsheaderimagev2 .contentwrapper .headline.bgcolor span {
    padding: 10px;
}

.slick-dots li {
	width: 16px;
	height: 16px;

}



#footer .footertop {
	line-height: 1.9em;
	padding-bottom: 15px;
}

.nav-footer a::before,
.nav-footer strong::before{
	content: '\f105';
	display: inline-block;
	margin-right: 4px;
	text-decoration: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #0053a1;
}
.nav-footer p a.last:before {
    content: '';
}
.nav-footer ul {
    margin-bottom: 0;
}
.opti-banner .ctsheaderimagev2 .nomargin .contentwrapper .text {
  font-family: "OpenSans SemiBold",sans-serif;
  font-weight: bold;
}
.opti.ce_ctssplitcontainer .bgcontent {
  min-height: 300px;	
}
.opti.ce_ctssplitcontainer .inner > .content {
    padding: 60px 0px;
}
.opti .ctsimagebg.bgcontent {
  background-size: cover;
}
.messeangebote #footer .footertop {
	border-top: none;
}																
#footer .dark_footer .footertop {
	background-color: #434343;
	color: #f9f9f9;
}

#footer .dark_footer .footertop a,
.services a {
	color: #f9f9f9;
}

.headline-blue,
.headline-blue a{
	color: #0053a1;
}

.services .headline {
	color: #fff;
}

.services h3.headline {
	font-size: 1.6em;
}

#footer .dark_footer .footertop h4 {
	color: #f9f9f9;
}

#footer .dark_footer .footerbottom,
#footer .dark_footer .footerbottom a {
	background-color: #f9f9f9;
	color: #434343;
}


.hidelink .link {
	display: none;
}

/* Seminarverwaltung - Kundenbewertung*/

.kommentar::before {
  content: "\201e";
}
.kommentar::after {
  content: "\201c";
}
.kommentar {
  font-style: italic;
}
.explanation.bewertung {
  margin: 0;
}
fieldset.sternebewertung{
  margin-bottom: 0px;
}
fieldset.noborder {
border: none;
padding-left: 0px;
margin-bottom: 0;
}
.widget.probleme {
  margin-bottom: 0;
}
.probleme legend{
  padding-left: 0px;
}
.sternebewertung fieldset{
border: none;
padding-left: unset;
float: left;
}
.formv1 fieldset.commentpublished{
  margin-bottom: 0px;
}
.sternebewertung:not(:checked) > input {
 display: none;
}

.sternebewertung:not(:checked) > label {
 float: right;
 width: 1em;
 padding: 0 .1em;
 overflow: hidden;
 white-space: nowrap;
 cursor: pointer;
 font-size: 40px;
 line-height: 1.2;
 color: #bdbdbd;
 transition: all .5s;
}

.sternebewertung:not(:checked) > label::before {
 content: '★ ';
}

.sternebewertung > input:checked ~ label {
 color: #F5CF05;
}

.sternebewertung:not(:checked) > label:hover,
.sternebewertung:not(:checked) > label:hover ~ label {
 color: #F5CF05;
}

.sternebewertung > input:checked + label:hover,
.sternebewertung > input:checked + label:hover ~ label,
.sternebewertung > input:checked ~ label:hover,
.sternebewertung > input:checked ~ label:hover ~ label,
.sternebewertung > label:hover ~ input:checked ~ label {
 color: #F5CF05;
}

@keyframes twinkle {
 to {
  text-shadow: 1px 1px #FFE653, 2px 2px #FFF5BF, .1em .1em .2em rgba(0,0,0,.5);
 }
} 
.content .seminarbewertung {
	margin-top: 10px;
}
.content .seminarbewertung a{
  font-weight: normal;
  /*border: 1px solid rgba(0,83,161,1);*/
	color: rgba(0,83,161,1);
	/*padding: 5px;*/
}
.seminarunterlagen a {
  text-decoration: none;
  font-weight: normal;
}
.meineseminare th {
  font-weight: normal;
}
.seminarinhalte a {
  text-decoration: none;
  color: #0053a1;
}
.seminarinhalteansehen a{
	text-decoration: none;
	color: #0053a1;
	padding: 8.5px 15px;
	border: 1px solid #0053a1;
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
}
.subscription-error {
  color: red;
}
.mod_calendar td a{
  text-decoration: none;
  color: #0053a1;
}
.mod_calendar td .event {
  font-size: 12px;
}
.mod_calendar .empty {
  display: table-cell;
}
.mod_event_reader_subscribe .abmelden .widget-checkbox,
.mod_event_reader_subscribe .anmelden .widget-checkbox{
  display: none;
}

.mod_event_reader_subscribe .anmelden .widget-textarea,
.mod_event_reader_subscribe .abmelden .widget-textarea,
.mod_event_reader_subscribe .abmelden .widget-text{
  display: none;
}
.mod_event_reader_subscribe .anmelden + div {
  display: inline-block;
  white-space: nowrap;
  vertical-align: text-bottom;
}
#ctrl_numberOfParticipants {
  margin-left: 10px;
  width: auto;
  max-width: 100px;
}
.mod_event_reader_subscribe .ce_text ul{
  margin-bottom: 0;
}
.mod_eventlist .layout_seminare {
  display: block;
  margin-bottom: 10px;
  padding: .6em 1.5em 1em;
  border: 1px solid #e4e4e4;
}
.layout_seminare.recurring:nth-child(2n)  {
  display: none;
}
.bt tbody tr.layout_seminare td::before {
	width: 10em!important;
}
.mod_eventlist .layout_seminare a {
	text-decoration: none;
}
.mod_eventlist .layout_seminare .ce_text a {
	font-weight: bold;
}

.ce_text.seminarevent {
  margin-bottom: 0;
  border-bottom: none;
}

.ce_text.seminarevent p{
  margin-bottom: 5px;
}
.mod_eventlist .ce_text.seminarevent ul,
.ce_table .ce_text.seminarevent ul{
  padding-left: 0!important;
}
.mod_eventlist .ce_text.seminarevent ul li,
.ce_table .ce_text.seminarevent ul li{
  list-style-type: none;
}
.ce_text.seminarevent ul li,
.mod_event_reader_subscribe ul li{
  margin-bottom: 5px;
}
.seminarunterlagen .download-element.folder.folder-open::before {
  content: '\f07c';
  display: inline-block;
  text-decoration: none;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  color: #0053a1;
}
.seminarunterlagen .download-element.folder::before {
  content: '\f07b';
  display: inline-block;
  text-decoration: none;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  color: #0053a1;
}
.seminarunterlagen .download-element.folder > a,
.seminarunterlagen .download-element.folder.folder-open > a {
  font-weight: normal;
  color: #0053a1;
}
.seminarunterlagen .download-element {
  margin-bottom: 40px;
}
.multifile-downloads-button-container button {
  text-decoration: none;
  color: #0053a1;
  padding: 8.5px 15px;
  border: 1px solid #0053a1;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  background-color: #fff;
}

div.closeseminarmodal {
	color: #494949;
	cursor: pointer;
	font-size: 25px;
	margin-bottom: 20px;
	position: absolute;
	right: 10px;
	top: -10px;
}
.ce_downloads .multifile-downloads-select-all-container,
.ce_downloads .multifile-downloads-button-container {
  display: block!important;
}
.ce_downloads .show-checkbox li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: none;
}
.mod_registration form {
  background-color: unset;
  border: none;
  padding: 0;
}
.mod_registration:not(.klx_registration) form {
  margin-left: -15px;
  margin-right: -15px;
}
.mod_registration button.submit[type="submit"],
.mod_personalData button.submit[type="submit"]{
  width: 100%;
}
.fields .error,
.formbody .error,
.mod_event_reader_subscribe .error{
  color: red;
  margin-bottom: 0;
font-size: 12px;
display: inline-block;
}
.mod_login.download .error{
  color: red;
  font-size: 13.5px;
  margin-bottom: 10px;
}

.ce_metamodels_frontendfilter .error{
  color: red;
  font-size: 15px;
}
.mod_personalData .widget {
  margin-bottom: 10px;
  overflow: hidden;
}
.mod_registration fieldset,
.mod_personalData fieldset{
  margin-bottom: 0;
}
.mod_registration #ctrl_newsletter_223 legend,
.mod_personalData #ctrl_newsletter_370 legend{
    display:none;
}
.mod_registration #ctrl_newsletter_223,
.mod_personalData #ctrl_newsletter_370{
  margin-top: 23px;
	padding: 8px 15px;
}
.mod_registration #ctrl_newsletter_223::before,
.mod_personalData #ctrl_newsletter_370::before{
    content: 'MPG&E-News';
    display: block;
	position: absolute;
	top: 0;
	left: 15px;
}

.jsvalidate label,
.mod_registration .widget-checkbox fieldset label,
.mod_personalData .widget-checkbox fieldset label{
  vertical-align: bottom;
}
.jsvalidate select {
  height: 42px;
}
.formv1 fieldset.datenschutz,
.formv1 fieldset.teams{
  margin-bottom: 0px;
}
.checkbox_container.datenschutz a,
.checkbox_container.teams a{
   text-decoration: none;
   font-weight:bold;
}
.formv1 .datenschutz span:not(.mandatory),
.formv1 .teams span:not(.mandatory){
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.modalseminare {
  padding: 20px 10px 10px;
}
.modalseminare .widget {
  margin-bottom: 0;
}

.btn-secondary.closemodal {
  padding: 10px;
}
.mod_calendar .calendar.mobile {width:100%;table-layout:fixed;}
.mod_calendar .calendar.mobile  td {
  padding: .5em;
  font-size: 12px;
  white-space: normal;
  	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
@media (min-width:600px)  {
	.mod_calendar.mobile {
	  display: none;
	}
	.mod_calendar.nomobile {
	  display: block;
	} 
}
@media (max-width:600px)  {
	.mod_calendar.mobile {
	  display: block;
	} 
	.mod_calendar.nomobile {
	  display: none;
	}
}
/* Seminarverwaltung END */

/* Professionals Home Login */
.mod_login {
  padding: 20px;
  background-color: #ffffff;
}
.mod_login .close {
right: 5px;
z-index: 2;
}

.placeholder,
::placeholder {
	color: rgba(85,85,85,0.6);
}
.login_small {
	border: none;
}

.login_small.mod_login .formbody {
	padding: 15px 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
}
#exp_login  .ce_ctsimage.nopadin .inside {
  padding: 0;
}
.login_small button:hover{
	opacity: unset;
}

.news_login {
	background-color: #2282a4;
}
.mod_login input {
	filter: none;
}
.mod_login form .formbody,
.mod_login .widget.widget-submit {
	margin-bottom: 0;
}

.login_small .login_info {
	font-size: 15px;
}

.login_small form div {
	margin-bottom: 8px;
}
.mod_login.download,
.news_small .layout_latest_cts.mpge .outside,
.login_small .outside{
	background-color: #f9f9f9;
}

.login_small h6 {
  margin-bottom: 0;
}
#exp_login.mod_login.login_small {
	background-color: transparent;
	padding:0 15px;
	margin-bottom: 20px;
}

#exp_login form {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-flow: column;
	flex-flow: column;
}

#exp_login.mod_login fieldset {
	border: none;
	padding: 0;
	margin-left: 0;
}

#exp_login .widget-checkbox fieldset label {
	vertical-align: unset;
}

#exp_login a {
	text-decoration: none;
	color: #0096d9;
}

#exp_login a,
#exp_login.login_modal a,
#exp_login.noaccess a {
	text-decoration: none;
	color: #0053a1;
}

#exp_login a.link {
	text-transform: uppercase;
	text-decoration: none;
	color: #0096d9;
	font-weight: bold;
}


#exp_login button[type="submit"],
#exp_login.logout button[type="submit"] {
	background-image: linear-gradient(to bottom, #fff, #fff);
	padding: 10px 15px;
	border: 1px solid #0053a1;
	color: #0053a1;
	margin-top: auto;

}


#exp_login.login_small a.submit {
	background-image: linear-gradient(to bottom, #0053a1, #0053a1);
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 15px;
}
.error_email_check.content,
.error_email_check.content a{
  color: red;
}
.mod_login .error {
	font-size: 12px;
	color: red;
}

#exp_login.login_full {
	padding: 15px 15px 10px;
}

#exp_header .inside {
	padding: 0;
}
.login_small .bottom-info {
  font-size: 14px;
}

.login_full input[type="checkbox"],
.login_small input[type="checkbox"] {
	margin-right: 2px;
	margin-left: 1px;
}

.login_full {
	margin: 0 15px;
}

.login_full .widget-submit {
	margin-top: 25px;
}

.login_full.mod_login form div {
	margin-bottom: 0;
}

.mod_lostPassword,
.mod_changePassword{
  padding-left: 0;
  padding-right: 0;
}

.mod_changePassword input {
	display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    color: #555555;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
    transition: all 0.15s linear 0s;
}
.mod_changePassword form div {
    margin-bottom: 10px;
    overflow: hidden;
}
.lostPassword {
    background-color: #2282a4;
    margin-bottom: 15px;
    border-right: 20px solid #fff;
}
.cts-element_infobox.message {
	padding: 15px;
	text-align: left;
	color: #494949 !important;
	font-size: 15px;
}
.cts-element_infobox.message p {
  font-family: "OpenSans",sans-serif;
  margin-bottom: 0;
}
.cts-element_infobox.message a {
  text-decoration: none;
  font-weight: bold;
}
.hidden {
	display: none;
}

.explanation.hidden {
	border: 1px solid #0053a1;
	background-color: #eee;
	padding: 5px;
}

form.formv1 {
	margin: 15px 0;
}

.plz_submit button {
	width: 100%;
	display: inline-block;
	padding: 15px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(0,83,161,1);
	background-image: -moz-linear-gradient(top, rgba(0,83,161,1), rgba(0,83,161,1));
	background-image: -webkit-linear-gradient(top, rgba(0,83,161,1), rgba(0,83,161,1));
	background-image: -ms-linear-gradient(top, rgba(0,83,161,1), rgba(0,83,161,1));
	background-image: -o-linear-gradient(top, rgba(0,83,161,1), rgba(0,83,161,1));
	background-image: linear-gradient(to bottom, rgba(0,83,161,1), rgba(0,83,161,1));
	background-repeat: repeat-x;
	-moz-transition: background .15s linear;
	-webkit-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
}

.plz_submit button:after {
	content: '\f105';
	display: inline-block;
	margin-left: 4px;
	text-decoration: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.picker__frame {
	max-width: 400px;
}

.timeline .cts-element_calltoaction p:last-child {
	display: block;
	margin-bottom: 0;
}

.download-info a.loginicon.download {
	background-image: linear-gradient(to bottom, #fff, #fff);
	padding: 6px 10px;
	border: 1px solid #0053a1;
	color: #0053a1;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.download-info {
	text-align: center;
}

.download-info p {
	font-weight: normal;
	font-size: 17px;
}

.ce_downloads.download-bg,
.ce_download.download-bg {
	padding: 4px 10px 15px;
	background-color: #f9f9f9;
}

.download-element i {
	margin-left: 5px;
	color: #0053a1;
	font-size: 14px;
}

.ce_headline.download {
	font-weight: normal;
	font-size: 1.1em;
}

a.loginicon.download {
	cursor: pointer;
}
.link.download a {
	white-space: nowrap;
	hyphens: auto;
}

/* MM Anpassersuche */
a[type="reset"]{
    width: 100%;
    display: inline-block;
    padding: 10px!important;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    font-size: 15px;
    color: #0053a1;
    cursor: pointer;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
	outline: 1px solid #0053a1;
	outline-offset: -1px;
}

ul.file {
	margin-bottom: 5px;
}
.versandkosten table tr td:nth-child(2),
.versandkosten table tr th:nth-child(2){
  text-align: right;
  padding-right: 25px;
}
.oeffungszeiten table td {
	padding: inherit;
	border-top: none;
	font-size: inherit;
}

.oeffungszeiten table {
	border-bottom: none;
}

.leaflet-marker-icon.as_list {
	position: relative;
	left: 0;
	top: 0;
	float: left;
}

.as_tooltip {
	position: relative;
	cursor: pointer;
	display: inline;
}

.as_tooltiptext {
	display: none;
	width: auto;
	background-color: #494949;
	color: #fff;
	text-align: left;
	padding: 4px 8px;
	position: absolute;
	z-index: 2;
	top: -23px;
	left: 100%;
	font-family: 'OpenSans';
	font-size: 12px;
	font-weight: normal;
}

.as_list .as_tooltiptext {
	width: 118px;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.as_tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #494949 transparent transparent;
}

.as_tooltip:hover .as_tooltiptext {
	display: block;
}
.mm_tags.eigenschaftstyp:not(.widget) {
	padding: 10px;
	outline: 1px solid rgb(217, 217, 217);
	outline-offset: -1px;
}

.widget.mm_text.geolat {
    margin-bottom: 10px;
}
.eigenschaftstyp li {
	max-width: 450px;
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}

.eigenschaftstyp a.active {
	color: #0053a1;
	font-weight: bold;
}

.eigenschaftstyp li.active {
	border-bottom: 1px solid #494949;
	transform: scale(1.03);
}

.eigenschaftstyp a {
	text-decoration: none;
}

.eigenschaftstyp li:hover {
	transform: scale(1.03);
}

.leaflet-control {
  z-index: 10;
}

.leaflet-container a,
.leaflet-container .content a {
	text-decoration: none;
	color: #494949;
	font-size: 13.5px;
}

.leaflet-popup-content {
	margin: 13px 15px;
	font: inherit;
	line-height: 1.2;
	font-size: 13px;
	font-family: 'OpenSans', sans-serif;
}

.leaflet-popup-content-wrapper {
	border-radius: 0px;					
}
.slick .slide {
  text-align: center;
}
.profil_img_content .slick-prev::before, .slick-next::before {
  color: #bbb;
  opacity: 1;
}
.profil_img_content .slick-dots li.slick-active button::before {
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #9d9d9c;
}
.profil_img_content .slick-dots li button::before {
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #ccc;
}
.as_profil button[type="reset"]{
    border: none;
}
.as_profil .cts-element_infobox {
  padding: 0;
  text-align: left;
}
.as_profil p.fa-check::before {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.as_profil .anpasserprofil a{
	text-decoration: none;
}
.leaflet-container .content a,
.as_list .content a {
	text-decoration: none;
	font-weight: normal;
}
.leaflet-container .content a.details {
	color: #0053a1;
}
.as_list ul {
	margin-bottom: 10px;
}

.as_list .content {
	font-size: 14px;
	border: 1px solid rgb(217, 217, 217);
	padding: 10px 15px;
}
.as_list .content h5{
  margin-bottom: 0px;
}
.as_map .klaro{
  margin-top: 35px;
}
.as_map {
    z-index: 8;
}
.as_list {
	overflow: visible;
}
/*
.as_map h4::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f5a0";
	margin-right: 5px;
}

.as_list h4::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f03a";
	margin-right: 5px;
}
*/
.as_map h4, .as_list h4 {
  color: #0053a1;
}
.as_clearall a {
	text-decoration: none;
	color: #0053a1;
	background-color: #fff;
	padding: 5px 28px;
	border: 1px solid #ccc;
}

.as_map .checkbox_container {
	margin-bottom: 0;
	padding-bottom: 0;
}
.as_map .widget.mm_tags.eigenschaftstyp {
    float: right;
}
.geodiv {
  z-index: 2;
}
.geolocation {
	width: 100%;
	display: inline-block;
	background:#fff;
	padding: 10px 15px;
	border-radius: 0;
	border: 1px solid #0053a1;
	color: #0053a1;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 15px;
	cursor: pointer;
}
#ctrl_geolat {
    margin-top: 10px;
}
.image_container.as_bilder {
	border: 12px solid #f4f4f4;
}

.img_back {
	padding: 0 10px;
}

#ctrl_eigenschaftstyp div {
	display: flex;
}
.anpassersuche .fal.fa-search-plus {
	color: #fff;
	background-color: #0053a1;
	padding: 9px;
}

.as_info {
	font-size: 13px;
	color: #115475;
	background-color: #CBEEFF;
	padding: 10px;
}

.as_info_map {
	font-size: 14px;
	padding: 30px;
	outline: 1px solid rgb(217, 217, 217);
	outline-offset: -16px;
}

.anpasserprofil .accordion {
	border: 1px solid #c1c0c0;
}

.anpasserprofil .ce_accordion {
	margin-top: 20px;
}

.anpasserprofil .ce_accordion .toggler {
	padding: 10px 10px 10px 46px;
}

.anpasserprofil .ce_accordion .toggler::before {
	color: #0053a1;
	font-size: 18px;
}

.anpasserprofil .ce_accordion .toggler.active::before {
	color: #fff;
}

.anpasserprofil .ce_accordion .ui-accordion-header-collapsed {
	background-color: #fff;
	border: 1px solid #0053a1;
	color: #0053a1;
}

.anpasserprofil .ce_accordion .ui-accordion-header-active {
	background-color: #0053a1;
	border: 1px solid #0053a1;
	color: #fff;
}

.actions.link {
	margin-top: 10px;
}

.desc_content .actions a{
  border: 1px solid #0053a1;
  padding: 8px 10px;
  color: #0053a1;
}

.widget-text #ctrl_kundennr,
.widget-text label[for=ctrl_kundennr]{
	display: none;
}

.back a {
	text-decoration: none;
	color: #0053a1;
	cursor: pointer;
	padding: 8px 15px;
	border: 1px solid #0053a1;
}



#ctrl_geolat_range {
	display: block;
	font-size: 14px;
	color: #494949;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	/* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('/files/theme/img/icons/sort-down-solid.png'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

#ctrl_geolat_range::-ms-expand {
	display: none;
}

#ctrl_geolat_range:hover {
	border-color: #888;
}

#ctrl_geolat_range:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.prop-eigenschaftstyp span {
  margin-bottom: 5px;
}
.prop-eigenschaftstyp label:before,
.eigenschaftstyp span:before,
.spezialgebiete span:before,
.auto_item span:before {
	width: 25px;
	height: 25px;
	content: " ";
	display: inline-block;
	background-size: contain;
	margin: 0 5px -6px 0;
}
.prop-eigenschaftstyp label,
.spezialgebiete label,
.eigenschaftstyp label,
.auto_item label {
	margin-top: 3px;
	margin-right: 15px;
}
label[for="opt_eigenschaftstyp_5"]:before,
.kontaktlinsenversorgung-bei-kindern:before {
	background-image: url("/files/theme/img/icons/kontaktlinsenversorgung-kinder.png");
}
label[for="opt_eigenschaftstyp_6"]:before,
.gleitsichtkontaktlinsen:before {
	background-image: url("/files/theme/img/icons/lese-und-gleitsichtkontaktlinsen.png");
}
label[for="opt_eigenschaftstyp_2"]:before,
.myopiemanagement-kurzsichtigkeit-bei-kindern:before {
	background-image: url("/files/theme/img/icons/myopiemanagement.png");
}
label[for="opt_eigenschaftstyp_0"]:before,
.orthokeratologie-nachtlinsen:before {
	background-image: url("/files/theme/img/icons/dreamlens-picto.png");
}
label[for="opt_eigenschaftstyp_4"]:before,
.scleral-kontaktlinsen:before {
	background-image: url("/files/theme/img/icons/scleral-kontaktlinsen.png");
}
label[for="opt_eigenschaftstyp_3"]:before,
.spezialversorgung-z-b-keratokonus:before {
	background-image: url("/files/theme/img/icons/spezialversorgung.png");
}
label[for="opt_eigenschaftstyp_1"]:before,
.team-für-deutschland:before {
	background-image: url("/files/theme/img/icons/team-picto.png");
}
.profil_desc .copy,					
.profil_img .copy {
	display: none;
}
.mm_tags.eigenschaftstyp input[type="checkbox"] {
  margin-right: 0;
}
/*
a.details::after {
	content: '\f105';
	display: inline-block;
	margin-left: 4px;
	text-decoration: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
*/
.as_list .content a.details {
	color: #0053a1;
}				  
.as_details {
	margin-bottom: 15px;
}
.as_profil .formv2 .sub_headline,
.as_profil .formv2 fieldset legend {
	display: none;
}
.as_profil.formv1 .widget {
    margin-bottom: 12px;
}
/*
.ce_metamodels_frontendediting label {
	font-weight: bold;
}*/


.ce_metamodels_frontendediting .error,
.ce_metamodels_frontendediting label .error,
.ce_metamodels_frontendediting label .tl_error {
	color: #c33;
}
.as_profil .ce_metamodel_content i:not(.fa-info-circle) {
	color: #494949;
	font-weight: bold;
	margin-left: 4px;
	min-width: 1rem;
}

.as_profil .ce_metamodel_content label:not(.small) {
	white-space: nowrap;
}

.ce_metamodels_frontendfilter.as_profil,
.ce_metamodels_frontendfilter.as_profil form {
  overflow: visible;
}

.as_profil fieldset,
.spezialgebiete fieldset,
.eigenschaftstyp fieldset,
.auto_item fieldset,
.formbody_edit fieldset {
	border: none;
	padding: 0;
}
.ce_metamodel_content.profil_img .slick-track,
.profil_img_content .slick-track{
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0;
}
.ce_metamodel_content.profil_img .slick .slide {
  padding: 0 10px;
  text-align: center;
}
.ce_metamodel_content.profil_img,
.ce_metamodel_content.profil_desc {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e0e0e0;
}

.ce_metamodel_content .cts-element_contentbox h3 {
	font-size: 1.45em;
}
.ce_metamodel_content .addUrl a {
	border: 1px solid #0053a1;
	padding: 8px 10px;
	color: #0053a1;
}

.profil_img.ce_metamodel_content .addUrl {
		margin: 0 0 25px 15px;
		order: 2;
		width: auto;
		padding: 8px 10px;

}
.ce_metamodel_content .cts-element_contentbox.block.bottom20 {
	order: 1;
	width: 100%;
}


/* MM FEE */
/*input[type="file"]{
	opacity: 0;
	position: absolute;
	margin-top: -45px;
	z-index: 1;
}

.imgupload{
	display: block;
	position: relative;
	max-width: 150px;
	color: #0053a1;
	cursor: pointer;
	padding: 8px;
	border: 1px solid #0053a1;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
*/
#mm_kunde_anpassersuche_bilder .file-delete label {
  display: none;
}

input[type="file"] {
	border: none;
	padding: 10px 0;
	
}
input[type="file"]::file-selector-button {
	font-weight: normal;
	color: #0053a1;
	padding: 8px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #0053a1;
}
.dz-remove {
  visibility: hidden;
}
.dz-remove::after {
  content: 'Bild löschen';
  visibility: visible;
}
.profilklx #pal_legend1,
.profilohneklx #pal_legend2 {
	display: none;
}
.ce_metamodels_frontendediting button[type="submit"] {
  width: auto;
  padding: 8px 15px;
}
.as_bilder.ce_metamodels_frontendediting .file-element img {
	max-width: 150px;
	min-height: 120px;
	object-fit: cover;
}

.as_bilder.ce_metamodels_frontendediting .file-element {
	float: left;
	padding: 0 10px 20px 0;
}

.ce_metamodels_frontendediting .file-name {
	margin-bottom: 0;
	font-size: 14px;
	display: none;
}
.as_bilder.ce_metamodels_frontendediting #files_bild{
    height: auto;
    width: 100%;
    display: block;
	overflow: auto;
}
.as_bilder.ce_metamodels_frontendediting label[for=ctrl_bild]{
	display: none;
}
/*
.ce_metamodels_frontendediting .file-delete:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f2ed";
	color: #0053a1;
}

.ce_metamodels_frontendediting .file-name:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f1c5";
	color: #0053a1;
	margin: 0 5px 0 0;
}
*/
.ce_metamodels_frontendediting .sub_headline,
.ce_metamodels_frontendediting legend,
.submit.saveNcreate {
	display: none;
}
.widget.widget-text.prop-oeffungszeiten2 label,
.widget.widget-text.prop-oeffungszeiten3 label {
	display: none;
}

#files_shop_news_bild {
	width: 300px;
}

#files_logo {
	width: 250px;
}
.mce-branding {
    display: none!important;
}
.rte.-tinyMCE {
    padding-right: 2px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 1em 0;
}
.dropzone {
    min-height: 80px;
	border: 2px dashed #ddd !important;
    background: #fff;
    padding: 20px 20px;
}
.dz-message span {
    font-size: 1.2rem;
    color: #ccc;
}
.hidelink.col-xs-2.col-lg-2.col-md-2.col-sm-2 {
	padding-right: 0;
}

.mod_breadcrumb ul:before {
	content: "\f015";
	margin-left: 6px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.mod_breadcrumb ul li.first span {
	display: none;
}

.mpge_events .date {
	float: left;
	padding-right: 10px;
	color: #0053a1;
}


/*
.loader-innercts {
    background-color: #0053a1;

}
.loadercts {
	border: 4px solid #0053a1;

}
*/

.loader-innercts {
	background-color: none;
	animation: unset;
}

.loadercts {
	width: 35px;
	height: 35px;
	position: fixed;
	border: none;
	background-image: url("/files/theme/img/loading.png ");
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

.kontaktlinsenstudio .loadercts,
.datenschutzerklaerung .loadercts,
.impressum .loadercts,
.lensiokontakt .loadercts {
	width: 35px;
	height: 35px;
	border: none;
	background-image: url("/files/theme/img/lensio/loading_lensio.png ");
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

.dreamlens .loadercts {
	width: 35px;
	height: 35px;
	border: none;
	background-image: url("/files/theme/img/dreamlens/loading_dreamlens.png ");
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

.my-m .loadercts {
	width: 35px;
	height: 35px;
	border: none;
	background-image: url("/files/theme/img/my-m/loading_my-m.png ");
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

.start_klx .loadercts,
.start_superb .loadercts,
.klx_superb .loadercts,
.klx_premium .loadercts,
.mein_klx .loadercts,
.meine_kontaktlinsen .loadercts,
.meine_kontaktlinsen_premium .loadercts,
.meine_pflegemittel .loadercts,
.meine_pflegemittel_premium .loadercts,
.mein_profil .loadercts,
.mein_profil_premium .loadercts,
.meine_bestellungen .loadercts,
.meine_bestellungen_premium .loadercts,
.meine_extras .loadercts,
.meine_extras_premium .loadercts,
.nachtbenetzungsloesung .loadercts,
.nachtbenetzungsloesung-premium .loadercts,
.nahrungsergaenzungsmittel .loadercts,
.nahrungsergaenzungsmittel-premium .loadercts,
.benutzerkonto .loadercts,
.benutzerkonto-premium .loadercts {
	width: 35px;
	height: 35px;
	border: none;
	background-image: url("/files/theme/img/KLX/loading_klx_V2.png ");
	-webkit-animation: spin 1s linear infinite;
	/* Safari */
	animation: spin 1s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.ce_ctstabs ul.nav li.active a {
	background-color: #0096d9;
	color: #fff;
}

.ce_ctstabs ul.nav li a::after {
	height: 0px;
}


/* Visavy */
table.vereinbarung td {
	padding: 10px 0;
}
#visavy-zugangsdaten {
  font-size: 10px;
}
.visavy .fa.fa-check.done,
.copy-success{
  color: #4eb904;
}
.link a.copyData::after {
  content: '\f0c5';
  margin-left: 4px;
  text-decoration: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.visavy.aktiv .timeline-item{
  border: 2px solid #0053a1;
}
.visavy.inprocess:not(.aktiv) .inside{
  opacity: 0.7;
}
.version1 .ce_timeline .visavy.aktiv .timeline-item::before{
	height: 2px;
	background-color: #0053a1;
}
.version1 .ce_timeline .visavy.inprocess .timeline-item i.timelineicon {	
	  background-color: #ccc;
	  border: 4px solid #ccc;
}
.av-create {
  border: 1px solid #0053a1 !important;
  color: #fff !important;
  background-color: #0053a1 !important;
  background-image: linear-gradient(to bottom, #0053a1, #0053a1)!important;
}
#main .version1 .ce_timeline .visavy.ce_ctstimelineitem {
  margin-bottom: 10px;
  text-align: left;
}
.version1 .ce_timeline .visavy .timeline-item .headline {
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.2;
}
.version1 .ce_timeline .visavy .timeline-item i.timelineicon {	
		box-shadow: none;
	  background-color: #0053a1;
	  border-radius: 3px;
	  border: 4px solid #0053a1;
}
.version1 .ce_timeline .visavy.login .timeline-item .image_container{
  border: 5px solid #f9f9f9;
}
.version1 .ce_timeline .visavy .timeline-item {
  background-color: #f9f9f9;
}
.version1 .ce_timeline .visavy .timeline-item .inside {
  padding: 10px 15px;
}
.version1 .ce_timeline .visavy .timeline-item::before {
  content: '';
  position: absolute;
  top: 8%;
  left: -36px;
  width: 34px;
  height: 1px;
  background-color: #e0e0e0;
}
@media only screen and (min-width: 992px) {
	#main .version1 .ce_timeline .ce_ctstimelineitem.visavy {
	  padding-left: 0px;	
	 }
	 #main .version1 .ce_timeline .ce_ctstimelineitem.visavy:nth-of-type(2n) {
	   	padding-right: 0px;
	   	padding-left: 50px;
	  }
	.version1 .ce_timeline .ce_ctstimelineitem.visavy .timeline-item::before {
	  left: calc(100%);
	}
	.version1 .ce_timeline .ce_ctstimelineitem.visavy:nth-of-type(2n) .timeline-item::before {
    left: -35px;
	}
}
/*
.version1 .ce_timeline .visavy .timeline-item .head{
  padding: 10px 15px;
}
*/
.version1 .ce_timeline .timeline-item i.timelineicon.circle-7{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/circle-7.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.circle-6{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/circle-6.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.circle-5{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/circle-5.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.circle-4{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/circle-4.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.circle-3{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/circle-3.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.circle-2{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/circle-2.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.circle-1{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/circle-1.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.topograph{
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/topograph.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.toposervice {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/toposervice.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.loginmpge {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/login-mpge.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.anpassung {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/anpassung.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.customer {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/customer.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.messung {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/messung.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.produkt {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/produkt.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.linsentyp {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/linsentyp.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.anpassberatung {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/anpassberatung.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.bestellstatus {
	background-image: url("/files/theme/img/artikel/professionals/experten-support/visavy/bestellstatus.png");
}
.version1 .ce_timeline .timeline-item i.timelineicon.mpge {
	background-image: url("/files/theme/img/icon_iris.png");
	background-color: #fff;
	box-shadow: none;
}
.ce_ctstimelineitem.visavy .link{
  margin-top: 0;
  padding: 0 15px 20px;
}

.ce_ctstimelineitem.visavy .link a.disabled {
  cursor: not-allowed;
  pointer-events: all !important;
  opacity: 0.7;
}
/* Visavy END*/

.cts-element_calltoaction h1 {
	color: #fff;
}

.cts-element_calltoaction.variant1 {
	background-color: #738ec7;
	color: #fff;
}

.cts-element_calltoaction.variant2 {
	background-color: #9d9d9c;
	color: #fff;
}

.cts-element_calltoaction.variant3 {
	background-color: #f9b45c;
	color: #fff;
}

.version1 .ce_timeline .timeline-item i.timelineicon {
	top: 0px;
}

.ce_ctstextbgimage .text-leftfront {
	width: 75%;
}

.ce_ctstextbgimage .text-rightfront {
	width: 75%;
}

.ce_ctstextbgimage .textleft .text-right,
.ce_ctstextbgimage .textright .text-left {
	padding: 30px;
}

.shipping .ctsproduct .description .nameprice::after {
	border-bottom: none;
}

.shipping .ctsproduct .nameprice .productname,
.shipping p {
	font-size: 1em;
}

.shipping .ctsproduct .nameprice .price {
	padding-left: 0;
}

.ctsflipboxback {
	padding: 20px;
}


/*MetaModels */


/* Tabelle */

#overview {
	margin-bottom: 0;
	border-bottom: 1px solid #e3e3e3;
}

#overview .col_0.col_first {
	font-weight: bold;
}

#overview thead {
	background-color: #738ec7;
	color: #fff;
	font-size: 14px;
}

#overview td,
#overview th {
	border-right: 1px dotted #e3e3e3;
	border-left: 1px dotted #e3e3e3;
}

#overview a {
	color: #0053a1;
}

table {
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0;
}

.tablehead {
	background-color: #9d9d9c;
}

.tablehead2 {
	background-color: #f9b45c;
}

.tablehead2 th {
	text-align: center;
}

.sphere p {
	font-size: 14px;
	margin-bottom: 5px;
}

table.sphere {
	border-bottom: none;
	margin-bottom: 0px;
}

.sphere td {
	border-top: none;
	padding: .3em;
}

.sphere th {
	font-weight: normal;
}

.sphere thead tr th:nth-of-type(2) {
	padding: 0em;
}


/* Tabelle END*/

.short_desc {
	margin: 60px 0 25px 0;
}

.description {
	min-height: 245px;
}

.sub-headline {
	color: #738ec7;
	margin-top: 20px;
	margin-bottom: 7px;
}

.padding30 {
	padding: 10px 30px;
}

.margin0 {
	margin: 0;
}

.bottom5 {
	margin-bottom: 5px;
}

.top5 {
	margin-top: 5px;
}

table.pr_item td,
.pr_item table td {
	padding: .3em;
}

table.pr_item,
.pr_item table {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
}

.pr_item table.sphere {
	border-bottom: none;
}

table.pr_item td:first-child,
.pr_item table td:first-child {
	width: 165px;
}

.pr_item td p {
	margin-bottom: 0;
}

.pr_item .fa.fa-check {
	font-size: 10px;
	color: #0053a1;
}

.col_pr_image {
	width: 100px;
	height: auto;
}

.link a {
	cursor: pointer;
	text-transform: none;
}

.head-accentcolor>table {
	margin-bottom: 1em;
}

/*MetaModels END */

.productlogo #logo {
	width: 44px;
	height: 38px;
	background-image: url(/files/theme/img/logos/logo-canvas-klein-weiss.png);
}

.mainmenu ul li span.new {
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 5px;
	background: red;
	color: #fff;
	border-radius: 2px;
	padding-left: 4px;
	padding-right: 4px;
	float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
	display: none;
}


/* fuer alle Geraete-Klassen */

.myClass p {
	color: #ff0000;
}

.image_container .caption {
	position: relative;
}

.tyro .caption {
	display: flex;
	width: 100%!important;
	background-color: #ececec;
	padding-bottom: 20px;
}

.tyro .caption span:nth-child(1) {
	width: 33%;
}

.tyro .caption span:nth-child(2) {
	width: 66%;
}

.tyro .caption span:nth-child(3) {
	width: 33%;
}

.tyro .caption span {
	text-align: center;
	padding: 0 2%;
}

.figure.effectlily .figcaption>div.link {
	height: 100%;
	margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
	font-size: 0;
}


/* Artikelnavigation für alle Displays*/

.ce_ctsarticlenavigation .list.circle {
	display: block;
	position: fixed;
	top: 20%;
	right: 10px;
	margin-bottom: 0;
	z-index: 9999;
	transform: translateY(-50%);
}

.ce_ctsarticlenavigation .list.circle ul {
	position: relative;
	display: block;
	height: 100%;
	width: 30px;
	margin: 0;
	padding: 14px 10px;
	list-style: none;
}

.ce_ctsarticlenavigation .list.circle.shadow ul {
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.ce_ctsarticlenavigation .list.circle ul:before {
	height: calc(100% - 40px);
	width: 1px;
	top: 20px;
	left: 14px;
	position: absolute;
	background-color: #313131;
	content: '';
	z-index: 1;
}

.ce_ctsarticlenavigation .list.circle li .icon.circle {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 0 2px #313131;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
}

.ce_ctsarticlenavigation .list.circle li:hover .icon.circle {
	box-shadow: 0 0 0 2px #0053a1;
}

.ce_ctsarticlenavigation .list.circle a {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	z-index: 10;
}

.ce_ctsarticlenavigation .list.circle ul li {
	margin-bottom: 32px;
}

.ce_ctsarticlenavigation .list.circle ul li:last-child {
	margin-bottom: 0;
}

.ce_ctsarticlenavigation .list.circle a.active .icon.circle {
	box-shadow: 0 0 0 4px #0053a1;
}

.ce_ctsarticlenavigation .list.circle a span {
	position: absolute;
	top: -12px;
	right: 30px;
	padding: 12px 16px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .90);
	box-shadow: 0 1px 3px #313131;
	font-size: 13px;
	color: #0053a1;
	font-family: 'OpenSans', sans-serif;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: none;
	pointer-events: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.ce_ctsarticlenavigation .list.circle li:hover a span {
	opacity: 1;
}

.content a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.regular a {
 font-weight: normal;
}								 
.ce_ctsimagebox .content h2,
.ce_ctsimagebox .content h2>a {
	font-size: 19px;
	font-weight: normal;
	color: #494949;
}

.ce_ctswrapperstart.sameheight .inside .ce_ctsimage .text .link {
	padding: 0 15px 10px 0;
}

.ce_ctscolorboxver2 .content h2>a {
	font-size: 19px;
	font-weight: normal;

}

.mpge-text {
	background-color: #f9f9f9;
	padding: 20px 20px!important;
}

.mpgecolorbox .ce_ctscolor .headline {
	font-size: 2.0em
}

.mpgecolorbox .content {
	margin-top: auto;
	margin-bottom: auto;
}

.mpgecolorbox .hyperlink_extended.variant1 a {
	border: 1px solid #fff;
}
.text-left .hyperlink_extended a {
    text-align: left;
}
.mpgecolorbox .ce_ctscolor .inside {
	padding: 30px;
}

#mobile-artikelnavifix {
	display: none;
}

#mobile-artikelnavifix.active {
	display: block;
	position: fixed;
	background-color: #fff;
	top: 93px;
	width: 255px;
	padding: 15px;
	margin-left: -20px;
	z-index: 3;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15), inset -2px 0px 0px #fff;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15), inset -2px 0px 0px #fff;
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15), inset -2px 0px 0px #fff;
}

.navfixedmobile #mobile-artikelnavifix,
.navfixedmobile .tongue {
	top: 66px;
}

.tongue {
	width: 35px;
	height: 30px;
	position: fixed;
	left: 0;
	top: 93px;
	color: #0053a1;
	background-color: #fff;
	z-index: 999999;
	cursor: pointer;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15), inset -2px 0px 0px #fff;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15), inset -2px 0px 0px #fff;
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15), inset -2px 0px 0px #fff;
}

.tongue.active {
	width: 34px;
	top: 105px;
	margin-left: 255px;
	background-color: #0053a1;
	color: #fff;
	box-shadow: none;
}

.navfixedmobile .tongue.active {
	top: 77px;
}

.tongue span:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f03c";
	font-size: 20px;
}

.tongue.active span:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00d";
	font-size: 21px;
}

.artnavicon {
	padding: 5px 10px;
}

.active .artnavicon {
	padding: 5px 10px;
}




/* fuer Tablets und groessere Displays*/


@media only screen and (min-width:768px) {
	#main>.inside {
		padding: 30px 20px;
	}
	.bigerfont p {
		font-size: 16px;
	}
	ul.artikelnavi-engagement li a {
		padding: 10px 40px 10px 5px;
	}
	#left>.inside {
		padding-top: 35px;
	}
	.myClass p {
		color: #00ff99;
	}
	header .bxsmall .bx-viewport {
		border: 10px solid #e5e8ee;
	}
	.auftrag.mod_search .widget.widget-text {
		width: 86%;
	}
	.auftrag.mod_search .widget-submit {
		width: 14%;
	}
	.warenkorb.leftcolumn #left {
		flex-basis: 250px;
	}
	.ce_ctstextbgimage.mpge-imgtext .text-right {
		width: 67%;
		margin-left: 33%;
		padding: 40px;
	}
	.ce_ctstextbgimage.mpge-imgtext .text-left {
		width: 67%;
		margin-right: 33%;
		padding: 40px;
	}
	.ce_ctstextbgimage.mpge-imgtext .image-left,
	.ce_ctstextbgimage.mpge-imgtext .image-right {
		width: 33%;
	}
	.ce_ctstextbgimage.mpge-imgtext .cts-element_textbgimage {
		background-color: #f4f4f4;
	}
	.mpge-text {
		padding: 20px 20px 20px 50px !important;
		margin-left: -40px;
	}
	.padding-left0 {
		padding-left: 0;
	}
	
	.padding-right0 {
		padding-right: 0;
	}

	.myprogress .circle .title {
		font-size: 15px
	}
	.kl-material table {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		table-layout: fixed;
		width: 100%;
	}
	.kl-material thead tr th:first-child,
	.kl-material tbody tr td:first-child {
		width: 20em;
		min-width: 20em;
	}
	.zusatz.link {
		margin-top: 30%!important;
	}
	.ctsheaderimagev2 .contentwrapper .headline, 
	.ctsheaderimagev2 .contentwrapper .text {
    margin-bottom: 22px;
	}
	.padding0 {
		padding: 0;
	}
	td.seminarinhalte,
	td.seminartitle{
	  max-width: 13vw;
	}
}

@media only screen and (min-width:813px) {
	.desktop_no {
		display: none;
	}

}
@media only screen and (max-width:1080px) {
	#exp_login {
		padding: 10px 10px 20px;
	}
	.formvshop input,
	.formv1 textarea {
		width: 100%;
	}

	.modal-content {
		width: 80%!important;
	}
	#exp_login.login_small .login_info {
		margin: 4% 0;
	}
	.tyro .caption span {
		hyphens: auto;
	}
	#left, #right {
		display: none;
	}	
}
@media only screen and (max-width:991px) {
	.as_map .widget.auto_item,
	.as_map .widget:not(.eigenschaftstyp),
	.as_map .widget.mm_tags.eigenschaftstyp,
	.as_map .submit_container,
	.as_showresults{
	  padding-right: 0;
	  padding-left: 0;
	}
	.row #ctrl_eigenschaftstyp {
	  margin-right: 0;
	  margin-left: 0;
	}
}
@media only screen and (min-width:992px) {
	.ce_metamodels_frontendfilter.as_profil .typeahead {
	overflow-y: scroll;
	max-height: 200px;
	}
	.as_showresults,
	.as_map .widget.auto_item,
	.as_map .widget:not(.eigenschaftstyp),
	.as_map .submit_container{
		padding-left: 0;
	}
	.mod_calendar th.next a,
	.mod_calendar th.previous a {
	  font-size: 12px;
	}
	.myprogress.anzeigevorlagen .bar {
		width: 17vw;
	}
	.myprogress.presseinfo-vorlagen .bar {
		width: 12vw;
	}
	.myprogress.presseinfo-vorlagen {
		display:block!important;
	}
	.myprogress.presseinfo-vorlagen.mobile {
		display:none!important;
	}
	.myClass p {
		color: #f300ff;
	}
	.mainmenu .experten-link a {
		border: 1px solid #333;
		padding: 6px 10px 6px 10px!important;
	}
	.mainmenu .experten-link a:hover {
		color: #fff!important;
		background-color: #0053a1!important;
		border: 1px solid #0053a1;
	}
	.mainmenu>ul>li>a.experten-link span:before {
		height: 0px;
	}
	.padding-right40 {
		padding-right: 40px;
	}
	.top-news-position {
		position: relative;
		right: 24.5%;
	}
	.ce_ctsarticlenavigation .list.circle {
		top: 25%;
	}
	.bottom130 {
		margin-bottom: 130px;
	}
	.bottom160 {
		margin-bottom: 160px;
	}
	.ce_metamodels_frontendfilter.as_profil {
		margin-top: -11%;
	}
	.as_map .widget.auto_item {
		margin-top: 11%;
	}

}

@media only screen and (min-width:769px) and (max-width:1024px) {
	#exp_login.login_small a.submit,
	#exp_login.login_small.logout button[type="submit"] {
		padding: 8px 15px;
		font-size: 13px;
	}
	.login_small .widget.widget-submit {
		margin-top: 10px;
	}
}
@media only screen  and (max-width:1024px) {
	.ctsquicklinks.fixed {
    position: fixed;
	}
	.ctsquicklinks.rechts{
    top: 90px;
	}
	.ctsquicklinks.icon60 .iconbox img {
    width: 20px;
	}
	
}


/* fuer Smartphones */

@media only screen and (max-width:767px) {
	.unser-team .ce_ctstabsletwrapperstart {
		display: block !important;
	}
	.unser-team .horizontal.nav {
		display: none;
	}
	.ctsheaderimagev2.bild1 {
    margin-left: -140px;
	}
	.ctsheaderimagev2 .contentwrapper .text span {
    max-width: 70%;
	display: inline-block;
	}
	.widget.padding-left0 {
    padding: 0;
	}
	.widget.padding-right0 {
    padding: 0;
	}

}

@media only screen and (max-width:700px) {
	table {
		empty-cells: hide;
	}

	.tableprice table td.pricename,
	.tableprice table td.singleprice,
	.tableprice table td.price {
		float: left;
		width: 50%;
	}
	.tableprice table td {
		border-top: 0;
	}
	.row_0 {
		border-top: 1px solid #e3e3e3;
	}
	.tableprice table td.condition {
		float: left;
		width: 100%;
		border: 0;
	}

	.ce_ctsarticlenavigation .list.circle {
		top: 50%;
	}
}

@media only screen and (min-width:1200px) {
	.as_list > div {
	  padding-right: 0;
	}
	.listenansicht {
	  max-height: 100vh;
	  overflow-y: auto;
	  padding-right: 10px;
	}
	.hidemobile{
	 display:block;	
	}
}


@media only screen and (max-width:1199px) {
	.as_showresults .ce_ctswrapperstart .inside {
	  display: -webkit-flex;
	  display: -ms-flexbox;
	 display: flex;
	  -webkit-flex-direction: row;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  flex-wrap: wrap;
	  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	}
	#kartenansicht {
	  width: 100%!important;
	  height: 50vh!important;
	}
	.as_map {
	  order: 1;
	}
	.as_list {
	  order: 2;
	  width: 100%;
	}
	.eigenschaftstyp span::before{
	display: none!important;
	}

}
@media only screen and (min-width:1300px) {
	.cts-element_calltoaction {
		min-width: 550px;
	}
	.ce_ctsarticlenavigation .list.circle {
		top: 22%;
	}
	#left>.inside {
		max-width: 255px;
	}
	.mainmenu{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}

}
@media only screen and (max-width:1299px) {
	a.nav-mobile{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}	
}