/* ****************************************************************************************************************** */
/* --- Barrierefreihet ---------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************************** */
#mtBF .disp-flex,
#mt-EigenschaftenBox .disp-flex {
    display: flex;
    flex-direction: row;

}
#mtBF,
#mt-EigenschaftenBox * {
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 12px;
}
#mtBF button,
#mt-EigenschaftenBox button {
    height: auto;
    font-size: 12px !important;
}
#mtBF .mtBF-header button,
#mt-EigenschaftenBox .mtBF-header button {
    border: none;
    padding: 0;
    margin: 0;
    padding: 4px 15px;
    background: none;
    background-color: #3b4043;
    color: #fff;
}
.mtBF-profile-switch button,
.mtBF-opened {
    border: none;
    padding: 0;
    margin: 0;
    padding: 4px 10px;
    width: 50px;
}
.mtBF-Popup {
    filter: drop-shadow(0px 3px 7px black);
    white-space: unset;
    padding: 0px;
    position: fixed;
    z-index: 9999999999;
    color: white !important;
    transition: 0.2s;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    min-width: unset;
    bottom: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
}
.mtBF-opener {
	border:none;
    padding: 0;
    background-color: unset;
}
.mtBF-container {
    display: none;
    position: fixed;
    width: 480px;
    bottom: 10px;
    right: 0px;
    background: none;
    background-color: #232323;
    padding: 5px 0;
    z-index: 99999999;
    overflow-y: scroll;
    height: 90vh;
    max-height: 735px;
    margin-bottom: 10px;
}
.mtBF-open {
    display: block;
}
.BF-active .mtBF-opened {
    display: block!important;
    padding: 5px 0;
    right: 8px;
}
.mtBF-opener.BF-active {
    z-index: 1;
}
.mtBF-reset {
    left: -390px;
    z-index: 1;
    display: none;
}

.BF-active .mtBF-opened,
#mt-EigenschaftenBox .mtBF-opened,
#mt-EigenschaftenBox .mtBF-reset {
    width: 160px;
    top: -55px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    background: none;
    background-color: transparent;
    padding: 5px 0;
}

.BF-active .mtBF-opened:hover,
.mtBF-reset:hover {
    background-color: #4c4c4c!important;
}
.mtBF-reset.BF-active {
    display: block;
}
.BF-active .mtBF-closed {
    display: none;
}
#mtBF img,
#mt-EigenschaftenBox img {
    opacity: 1 !important;
    visibility: visible !important;
    display: unset!important;
}
.mtBF-header {
    padding: 10px 20px 0;
}
.mtBF-header img {
    position: absolute;
    right: 18px;
    top: 14px;
}
.mtBF-header h2 {
    font-family: Arial, Helvetica, sans-serif!important;
    font-weight: 100;
    font-size: 18px !important;
    margin: 20px 0;
    color: #fff;
    line-height: 40px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mtBF-content {
    padding-bottom: 30px;
}
.mtBF-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.mtBF-section {
    margin-top: 10px;
}
.mtBF-profile {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 5px;
    padding: 5px 18px;
}
.mtBF-profile:hover {
    background: none;
    background-color: #4c4c4c;
}
.mtBF-profile-switch {
    margin-left: auto;
}
.mtBF-profile-switch-title {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px!important;
    color: #fff!important;
}
.mtBF-profile-switch-title img {
    margin-bottom: -7px;
    margin-right: 10px;
}
.mtBF-profile-switch-title:hover span {
    display: block!important;
}
.mtBFarrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }  
.mtBF-profile-text {
    color: #fff;
    text-align: start;
    max-width: 240px;
}
.mtBF-profile-text strong {
	font-weight:100!important;
    color: #fff!important;
}
.mtBF-switch {
    appearance: none;
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    margin: 0 15px;
}
.mtBFselect {
    background: none;
    background-color: #666;
    color: #fff;    
    font-size: 12px;
    padding: 0 10px;
}
.mtBFselect.mtBF-btnXXL,
.mtBF-reset.mtBF-btnXXL,
.mtBF-opener.mtBF-btnXXL,
.mtBF-lang-switch-EN.mtBF-btnXXL {
	font-size: inherit!important;
}
.mtBF-btnSelected,
#mtBF .mtBF-header .mtBF-btnSelected,
#mt-EigenschaftenBox .mtBF-header .mtBF-btnSelected {
    background: none;
    background-color: #fff;
    color: #232323;
}
.mtBF-footer {
	text-align: center;
	margin-bottom: 10px;
}
.mtBF-footer span {
	font-size: 13px!important;
	font-weight: 100;
    color:#fff;
    display: block;
}
.mtBF-footer span a {
	text-decoration:none;
	color:#fff;
    font-size: 13px!important;
}

/* Effects */
.imgInBW {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.mt_hiddenIMG {
    opacity: 0 !important;
    visibility: hidden !important;
}
.mt-noBG {
    background-image: none!important;
}
.mt_linkRahmen {
    outline: 2px solid rgba(255, 193, 7, 0.8) !important;
    outline-offset: 2px !important;
}
.mt_noSchrift {
    font-family: Arial, Helvetica, sans-serif !important;
}
.mt_noAnimationTransition {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
}
.mt_noAnimationDuration * {
    -webkit-animation-duration: 0.01s !important;
    -moz-animation-duration: 0.01s !important;
    -o-animation-duration: 0.01s !important;
    -ms-animation-duration: 0.01s !important;
    animation-duration: 0.01s !important;
    transition-duration: 0.01s !important;
}
#mt-text-magnifier {
    font-family: Arial, Helvetica, sans-serif !important;
    border-style: groove;
    border-color: lightgray;
    border-radius: 8px;
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    max-width: 50%;
    transform: scale(0.9);
    position: absolute;
    padding: 10px 15px;
    z-index: 999999999;
    opacity: 0;
    animation: myOpacity 1s forwards;
    color: #ffffff;
    font-size: 48px;
    line-height: normal;
}
.mtBF-btnXXL {
    font-size: calc(100% + 30%)!important;
    line-height: 1.2em;
}
@keyframes myOpacity {
    100% {opacity: .8;  }
  }

@media only screen and (max-width: 560px) {
	.mtBF-header button {
		padding: 2px 6px;
		font-size:14px!important;
	}
    #mt-EigenschaftenBox.mtBF-container .mtBF-header #mtBF-titel-text {
        line-height: 25px!important;
    }
    .mtBF-container {
        width: 340px; 
        right: -10px;
        bottom: 10px;
        /* height: 670px; */
    }
    .mtBF-profile-switch-title,
    .mtBF-profile-switch button {
    	font-size:10px!important;
    }
    .mtBF-profile-switch {
        height: 26px;
    }
    .mtBF-profile-switch button {
        padding: 0 8px;
        width: 40px;
    }
    #mt-text-magnifier {
        font-size: 24px;
        max-width: 80%;
    }
    .mtBF-content {
    	padding-bottom: 10px;
    }
    .mtBF-reset {
        left: -250px;
    }
    .BF-active .mtBF-opened {
        width: 90px!important;
    }
    .BF-active .mtBF-opened,
    .mtBF-reset {
        top: -8px!important;
        font-size: 10px!important;
        padding: 5px 3px;
    }
    .mtBF-footer {
    	margin-bottom: 4px;
    }
    .mtBF-footer span {
    	font-size: 11px;
    }
}