/**
 *
 *	ACHTUNG: Die Angaben werden in der SalesApp verwendet und sollten für die Website nicht verändert werden!!
 *
 **/
.tx-we-hotspot{display:block;left:50%;margin-left:-50vw;margin-top:40px;position:relative;width:100vw;}
.flowchart__wrapper{/*overflow:hidden;*/position:relative;width:100%;}
.flowchart__container{left:30px;margin-left:20px;position:relative;top:-200px;transform:scale(0.42);transform-origin:0 50%;min-height:520px;}
.slick-slide .flowchart__container{margin-left:0;}
/*.flowchart__image{width:2000px;}*/
.flowchart__image{width:100%;}
.flowchart__image-item{max-width:none;}
/*.flowchart__hotspots{height:100%;left:0;position:absolute;top:0;visibility:hidden;width:2000px;}*/
.flowchart__hotspots{height:100%;left:0;position:absolute;top:0;visibility:hidden;width:100%;}
.flowchart__hotspots-item{position:absolute;display:flex;flex-direction:row;margin-left:50px;transform:scale(2.28) rotate(90deg);transform-origin:left top 0;}
.flowchart__hotspots-icon{background-image:url(../Icons/hotspot.svg);display:inline-block;height:29px;opacity:1;text-indent:99999px;width:29px;}
.flowchart__hotspots-title{color:#0A2240;line-height:32px;height:32px;padding:1px 10px;position:relative;text-align:right;text-indent:0;top:10px;transform:rotate(20deg) scale(-1);/* scale(-1) spiegelt den Inhalt *//*top:380px !important;-ms-transform:rotate(60deg);-webkit-transform:rotate(60deg);transform:rotate(60deg);transform-origin:left top 0;*/white-space:nowrap;}
hr.flowchart__hotspots-line{border-color:#E57200;width:270px;} /* width wird dynamisch berechnet */
.flowchart__hotspots>.flowchart__hotspots-icon,
.flowchart__hotspots>.flowchart__hotspots-line,
.flowchart__hotspots>.flowchart__hotspots-title{display:none;} /* Hotspots ohne Link werden nicht mit a-Tag gerendert und werden daher auch nicht angezeigt */
.SliderMarker{position:absolute;}
.hotspot{background-image:url(../Icons/hotspot.svg);height:29px;position:absolute;width:29px;}
.hotspot:hover{cursor:pointer;}
.tx-we-hotspot .slick-arrow{display:none !important;}
.tx-we-hotspot .slick-dots{list-style:none;margin:0;padding:0;position:absolute;right:0;top:-50px;}
.tx-we-hotspot .slick-dots li{background:#0A2240;display:inline-block;font-size:18px;transform:skew(-20deg);margin-right:6px;}
.tx-we-hotspot .slick-dots li.slick-active{background:#E57200;}
.tx-we-hotspot .slick-dots li button{background:transparent;border:0;color:#FFF;font-family:"UniversLTPro-Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:18px;padding:10px 15px;transform:skew(20deg);}
