#leistungen-container {
padding: 0;
width: 100%;
height: 40vh;
min-height: 400px;
margin-bottom: 180px;
}
#leistungen-circles {
height: 100%;
width: 100%;
z-index: 1000;
}
.leistungen-circle {
position:absolute;
font-weight: bold;
text-decoration: none;
color: white;
text-align: center;
padding: 10px 20px;
z-index: 1000;
margin-left: -50%;
text-align: center; transition: transform 0.3s, left 0.1s, top 0.1s;
}
.leistungen-circle a {
text-align: center;
text-decoration: none;
color: white;
}
.leistungen-circle a:hover {
}
.leistungen-line {
position: absolute;
width: 1px;
height: 0;
background-color: #fff;
transform-origin: 0 0;
transition: height 0.5s;
}
#ep-arrow {
z-index: -1;
}#media-circle-container {    
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
min-height: 400px;
margin: 0 auto !important;
width:100% !important;
background-image: url(//wirkstoffmedia.de/assets/images/bg_media_circles.png);
background-size: cover;
background-position: center 35%;
background-repeat: no-repeat;
} @media (max-width: 900px) {
#media-circle-container {
background-position: center 10%;
background-size: 130%;
}
} @media (max-width: 710px) {
#media-circle-container {
background-position: center bottom;
background-size: 120%;
}
}
.media-circle { z-index: 999;
width: 10px;
height: 10px;
transition: height 0.3s, width 0.3s, scale 0.3s, margin 0.3s;
text-align: center; border-radius: 50%;
vertical-align: center;
padding: 0;
scale: 1;
position: absolute;
background-position: center;
background-size: 80%;
background-repeat: no-repeat;
}
.media-circle:hover {
cursor: pointer;
scale: 1.1;
transition: scale 0.3s;
}
.media-circle a {
text-decoration: none;
color: white;
}
.media-circle img {
width: 100px;
height: 100px;
}
.media-circle h3 {
margin: 10px 0;
}
.media-circle p {
font-size: 14px;
}
h3.white {
color: white;
text-decoration: none;
border: none;
vertical-align: bottom;
}
.tooltip {
position: absolute;
font-size: 80%;
margin-top: -40%;
width: 100%;
z-index: 2000;
padding: 10px;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 5px; }
.hidden {
display: none;
}
.wsm-logo-img {
min-width: 100px;
width: 100%;    
height: auto;
margin: 0 auto;
}
.wsm-logo-container {
min-width: 100px;
width: 25%;
height: auto;
margin: 0 auto;
text-align: center;
margin-top: 20px;
}
.wp-block-nk-awb.nk-awb.media-circles {
margin: 0 auto !important;
padding: 0 !important;
overflow: hidden;
}