﻿.shareOption {
    position: fixed;
    top: 24% !important;
    bottom: auto;
    left: 0;
    z-index: 10;
}

    .shareOption .shareOptionInner {
        display: flex;
        flex-direction: column;
        animation-name: slideInLeft;
        animation-fill-mode: both;
        animation-timing-function: ease-out;
        animation-duration: .4s;
    }

        .shareOption .shareOptionInner .shareButton {
            display: flex;
            height: 3pc;
            width: 3pc;
            line-height: 3pc;
            background: #555;
        }

            .shareOption .shareOptionInner .shareButton svg {
                height: 20px;
                margin: 14px auto;
            }

                .shareOption .shareOptionInner .shareButton svg path {
                    fill: #fff;
                }

            .shareOption .shareOptionInner .shareButton:hover {
                width: 3.6pc;
            }

    .shareOption #shareFacebook {
        background: #3b5998;
    }

    .shareOption #shareTwitter {
        background: #000000;
    }

        .shareOption #shareTwitter svg {
            height: 18px;
            margin: 15px auto;
        }

    .shareOption #shareMail svg {
        height: 16px;
        margin: 16px auto;
    }

    .shareOption #shareXing {
        background: #006669;
    }

    .shareOption #shareLinkedIn {
        background: #0077b5;
    }

        .shareOption #shareLinkedIn svg {
            height: 18px;
            margin: 15px auto;
        }

    .shareOption #shareWhatsApp {
        background: #60b82d;
    }

        .shareOption #shareWhatsApp svg {
            height: 21px;
            margin: 13px auto;
        }

    .shareOption #hideObjekt {
        position: absolute;
        bottom: -20px;
        left: 34px;
        margin: 0;
        padding: 0;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #67818b;
        border-left: 0 solid #67818b;
        background: none;
    }

        .shareOption #hideObjekt:hover {
            border-left-color: #2c424b;
            border-right-color: #2c424b;
        }

        .shareOption #hideObjekt .hidden {
            display: none;
            visibility: hidden;
        }

.shareHidden {
    padding-right: 20px;
    margin-left: -48px;
}

    .shareHidden #hideObjekt {
        border-left-width: 8px;
        border-right-width: 0;
        right: 8px;
        left: auto;
    }

@media (max-width: 767px) {
    .shareOption {
        top: auto !important;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

        .shareOption .shareOptionInner {
            flex-direction: row;
            flex-basis: 100%;
        }

            .shareOption .shareOptionInner .shareButton {
                width: 20%;
            }

                .shareOption .shareOptionInner .shareButton:hover {
                    width: 30%;
                }

    #hideObjekt {
        display: none;
        visibility: hidden;
    }

    .shareHidden {
        margin: 0 !important;
        padding: 0 !important;
    }

    .c-cookie-icon-wrap {
        bottom: 20px;
        left: -30px;
    }

        .c-cookie-icon-wrap:hover {
            bottom: 20px;
            left: 0;
        }
}
