.socialmediaslider-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.socialmediaslider-show > * {
    pointer-events: auto;
}
.social-media-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-end;
    pointer-events: auto;
}
.info-content-banner {
    position: relative;
    right: auto;
    bottom: auto;
    background-color: rgb(64, 64, 64, 0.9);
    color: rgb(255, 255, 255, 0.9);
    font-size: 20px;
    border-radius: 10px 0 0 10px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 5px 0px 5px;
    transition: all 0.5s ease-in-out;
    font-family: 'Vorkurs', sans-serif;
    font-weight: 100;
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}

.info-content-banner.expanded {
    width: 235px;
    padding: 0 15px 0 10px;
}

#icon-only {
    flex-shrink: 0;
    padding: 0 15px;
    transition: transform 0.5s ease-in-out;
    display: flex;
    align-items: center;
}

.info-content-banner.expanded #icon-only {
    transform: translateX(-5px);
}

.info-texts {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    white-space: nowrap;
}

.info-content-banner.expanded .info-texts {
    opacity: 1;
}

.info-content-banner-headline {
    font-weight: bold;
    font-family: Bison;
    font-size: 18px;
    margin-bottom: 2px;
    margin-left: -15px;
    line-height: 0.95;
}

.info-content-banner-text {
    font-family: Verdana;
    font-size: 12px;
    margin-left: -15px;
    line-height: 0.95;
}

.a hover {
    color: #fff !important;
}


.socialmediaslider {
    z-index: 10;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* Social Slider - Social Media */
.social-content-stack {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-end;
    z-index: 10;
}


.social-content-banner {
    background-color: #fff;
    color: #404040;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px 0px 5px;
    transition: all 0.5s ease-in-out;
    font-family: 'Vorkurs', sans-serif;
    font-weight: 100;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
}

.social-content-banner.expanded {
    width: 235px;
    padding: 0 15px 0 10px;
}

.social-content-banner .social-icon-only {
    flex-shrink: 0;
    padding: 0px 15px 0px 10px;
    transition: transform 0.5s ease-in-out;
    display: flex;
    align-items: center;
}

.social-content-banner.expanded .social-icon-only {
    transform: translateX(-5px);
}

.social-texts {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    white-space: nowrap;
}

.social-content-banner.expanded .social-texts {
    opacity: 1;
}

.social-content-banner-headline {
    font-weight: bold;
    font-family: Bison, sans-serif;
    font-size: 18px;
    margin-bottom: 2px;
    margin-left: -15px;
    line-height: 0.9;
}

.social-content-banner-text {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin-left: -15px;
    line-height: 0.9;
}