@charset "UTF-8";.world-map-container{margin:40px 0}.world-map-container--image{display:block;margin:40px 0}@media (max-width: 47.99em){.world-map-container--image{display:none}}.world-map-container--mobile{display:none}@media (max-width: 47.99em){.world-map-container--mobile{display:block}}@media (max-width: 79.99em){.world-map-container{overflow:hidden}}.world-map__header{text-align:center;margin-bottom:30px}.world-map{position:relative;width:100%;max-width:1000px;margin:0 auto;aspect-ratio:16/9;overflow:visible}.world-map__background{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-image:url(./weltkarte-2PfE2Dag.png);background-size:100% 100%;background-repeat:no-repeat;background-position:0 0}.world-map__image{display:none}.world-map__locations{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.world-map__location{position:absolute;transform:translate(-50%,-50%);cursor:pointer;z-index:3}.world-map__location[data-delay="0"] .world-map__marker.animate{animation-delay:0s}.world-map__location[data-delay="0.8"] .world-map__marker.animate{animation-delay:.8s}.world-map__location[data-delay="1.6"] .world-map__marker.animate{animation-delay:1.6s}.world-map__location[data-delay="2.4"] .world-map__marker.animate{animation-delay:2.4s}.world-map__location[data-delay="3.2"] .world-map__marker.animate{animation-delay:3.2s}.world-map__location[data-delay="0"] .world-map__label.animate{animation-delay:.6s}.world-map__location[data-delay="0.8"] .world-map__label.animate{animation-delay:1.4s}.world-map__location[data-delay="1.6"] .world-map__label.animate{animation-delay:2.2s}.world-map__location[data-delay="2.4"] .world-map__label.animate{animation-delay:3s}.world-map__location[data-delay="3.2"] .world-map__label.animate{animation-delay:3.8s}.world-map__location:hover .world-map__tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(-15px)}.world-map__location:hover .world-map__marker{transform:scale(1.2)}.world-map__location:nth-child(2) .world-map__marker{width:clamp(25px,5.5vw,65px);height:clamp(25px,5.5vw,65px)}.world-map__marker{position:relative;width:clamp(20px,4.5vw,50px);height:clamp(20px,4.5vw,50px);transition:transform .3s ease;opacity:0;transform:scale(0)}.world-map__marker.animate{animation:markerPop .6s ease-out forwards;animation-fill-mode:both}.world-map__icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.world-map__icon svg{width:100%;height:100%;color:#fff}.world-map__tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;padding:12px 16px;box-shadow:0 4px 20px #00000026;opacity:0;visibility:hidden;transition:all .3s ease;white-space:nowrap;z-index:4;min-width:150px;text-align:center}.world-map__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff}.world-map__tooltip-title{text-transform:uppercase;color:#545454;margin:0;font-size:1rem;line-height:1.25rem;font-family:Open Sans Regular,Helvetica,Arial,sans-serif;font-weight:400}@media (min-width: 64em){.world-map__tooltip-title{font-size:1rem;line-height:1.25rem}}.world-map__tooltip-description{font-size:12px;color:#666;line-height:1.4}.world-map__tooltip-description p{margin:0}@keyframes markerPop{0%{opacity:0;transform:scale(0) translateY(20px)}60%{opacity:1;transform:scale(1.2) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.8);opacity:.3}to{transform:translate(-50%,-50%) scale(2.2);opacity:0}}.world-map--permanent .world-map__tooltip{display:none}@media (max-width: 43.75em){.world-map--permanent .world-map__label{display:none}}@media (max-width: 79.99em){.world-map--permanent .world-map__location:nth-child(1) .world-map__label{top:calc(100% + 150px)}}@media (max-width: 79.99em){.world-map--permanent .world-map__location:nth-child(1) .world-map__label .world-map__label-content:after{height:150px}}.world-map--permanent .world-map__location:nth-child(2){z-index:5}@media (max-width: 79.99em){.world-map--permanent .world-map__location:nth-child(2) .world-map__label{top:calc(100% + 30px)}}@media (max-width: 79.99em){.world-map--permanent .world-map__location:nth-child(3) .world-map__label{top:calc(100% + 130px)}}@media (max-width: 79.99em){.world-map--permanent .world-map__location:nth-child(3) .world-map__label .world-map__label-content:after{height:130px}}@media (max-width: 79.99em){.world-map--permanent .world-map__location:nth-child(4) .world-map__label{top:calc(100% + 30px)}}.world-map__label{position:absolute;z-index:4;opacity:0}.world-map__label.animate{animation:labelShow .4s ease-out forwards}.world-map__label--right{top:50%;left:calc(100% + 50px);transform:translateY(-50%)}@media (max-width: 79.99em){.world-map__label--right{top:calc(100% + 30px);left:50%;transform:translate(-50%)}}.world-map__label--left{top:50%;right:calc(100% + 50px);transform:translateY(-50%)}@media (max-width: 79.99em){.world-map__label--left{top:calc(100% + 30px);left:50%;right:auto;transform:translate(-50%)}}.world-map__label--top{bottom:calc(100% + 50px);left:50%;transform:translate(-50%)}@media (max-width: 79.99em){.world-map__label--top{top:calc(100% + 30px);left:50%;bottom:auto;transform:translate(-50%)}}.world-map__label--bottom{top:calc(100% + 50px);left:50%;transform:translate(-50%)}@media (max-width: 79.99em){.world-map__label--bottom{top:calc(100% + 30px)}}.world-map__label-content{position:relative;background:#fff;padding:10px;box-shadow:0 2px 8px #00000026;text-align:left;min-width:220px;border-radius:5px;z-index:999}.world-map__label--right .world-map__label-content:after{content:"";position:absolute;top:50%;left:0;width:60px;height:1px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(-100%,-50%)}@media (max-width: 79.99em){.world-map__label--right .world-map__label-content:after{content:"";position:absolute;top:0;left:50%;width:1px;height:30px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(-50%,-100%)}}.world-map__label--left .world-map__label-content:after{content:"";position:absolute;top:50%;right:0;width:60px;height:1px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(100%,-50%)}@media (max-width: 79.99em){.world-map__label--left .world-map__label-content:after{content:"";position:absolute;top:0;left:50%;width:1px;height:30px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(-50%,-100%)}}.world-map__label--top .world-map__label-content:after{content:"";position:absolute;bottom:0;left:50%;width:1px;height:50px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(-50%,100%)}@media (max-width: 79.99em){.world-map__label--top .world-map__label-content:after{content:"";position:absolute;top:0;left:50%;width:1px;height:30px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(-50%,-100%)}}.world-map__label--bottom .world-map__label-content:after{content:"";position:absolute;top:0;left:50%;width:1px;height:50px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(-50%,-100%)}@media (max-width: 79.99em){.world-map__label--bottom .world-map__label-content:after{content:"";position:absolute;top:0;left:50%;width:1px;height:30px;background-color:#fff;z-index:2;border:1px solid #545454;transform:translate(-50%,-100%)}}.world-map__label-title{text-transform:uppercase;color:#545454;margin:0;text-align:center;font-size:1.125rem;line-height:1.625rem;font-family:Open Sans Bold,Helvetica,Arial,sans-serif;font-weight:400}@media (min-width: 64em){.world-map__label-title{font-size:1.125rem;line-height:1.625rem}}.world-map__label-text{text-transform:uppercase;color:#666;margin:0;text-align:center;font-size:1rem;line-height:1.25rem;font-family:Open Sans Regular,Helvetica,Arial,sans-serif;font-weight:400}@media (min-width: 64em){.world-map__label-text{font-size:1rem;line-height:1.25rem}}@keyframes labelShow{0%{opacity:0}to{opacity:1}}@media (max-width: 1023px){.world-map{aspect-ratio:16/9}.world-map__background{background-size:100% 100%!important;background-position:0 0!important}.world-map--hover .world-map__location{transform:translate(-50%,-30%)!important}.world-map--hover .world-map__location:hover .world-map__marker{transform:none}.world-map__marker{width:clamp(30px,6vw,60px)!important;height:clamp(30px,6vw,60px)!important}.world-map__tooltip{display:none}}
