.header button{
    border: none
}



.header .logopic {
    margin: 10px 0 !important;
    display: inline !important;
}

.header_back .logopic {
    margin-left: 50px !important;
}

.back_svg_container {
    position: absolute;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    overflow: visible;
    margin-left: 8px;
}

.back_svg_container svg {
    position: relative;
    display: inline !important;
    margin: 0;
    width: 37px !important;
    transform: scale(1) !important;
}

.header_pc, .header_phone {
    width: auto;
    margin: 0;
    height: 100%;
    position: absolute;
    right: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header_pc nav {
    display: flex;
    justify-content: center;
    align-self: right;
    gap: 30px;
}

.header_pc button {
    margin: 0 15px !important;
    border-radius: 20px;
    width: fit-content;
    white-space: nowrap;
    padding: 0 15px;
    min-width: 120px
}

.header_pc buttons {
    border: none !important;
    background-color: var(--primary) !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 13px !important;
    padding: 8px 30px !important;
    transition: 0.3s !important;
}

.header_pc buttons:hover {
    transform: scale(1.03);
}

.header nav > div {
    width: 66px;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header nav > div a {
    width: 200%;
    text-align: center;
    font-size: 13px;
    color: black;
    text-decoration: none;
}

.header nav > div svg {
    width: 26px;
    margin: 0 !important;
    margin-bottom: 3px !important;
    transform: scale(1);
}

.header nav > div .bigItem {
    transform: scale(1.4) !important;
}

#dashboardbtn_new_messages {
    top: -6px;
    right: 13px;
    z-index: 9999;
    font-size: 11px !important;
    width: 17px !important;
    height: 17px !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.header_pc .join-btn,
.header_pc #loglink,
.header_pc > svg {
    margin: 0 !important;
}

.header_phone {
    display: none;
}

.lupe {
    transform: translateY(2px) !important;
}

@media (max-width: 700px) {
    .lupe {
        transform: translateY(0.3vw) !important;
    }

    .header .menu_svg {
        transform: scale(1.2) !important;
    }

    .back_svg_container {
        width: auto;
        align-items: center;
        margin-left: 0;
    }

    .header_back > svg {
        margin: 0 0vw 0 3vw !important;
        width: 9vw !important;
        stroke: #000;
        stroke-width: 0.00vw;
    }

    .back_svg_container svg {
        width: 8vw !important;
        stroke: #000;
        stroke-width: 0.00vw;
        margin: 0 !important;
    }

    .header .logopic {
        width: 50vw;
        margin: 2vw 0 !important;
    }

    .header_back .logopic {
        margin-left: 50px !important;
        margin-left: 4vw !important;
    }

    .header_pc {
        display: none;
    }

    .header_phone {
        display: inline-flex;
        right: 7vw;
    }

    .header_phone nav {
        display: flex;
        flex-direction: row !important;
        -webkit-flex-direction: row;
        gap: 5vw;
    }

    .header_phone nav > div {
        width: 7vw;
    }

    .header_phone nav > div svg {
        width: 6.6vw !important;
        height: 6.6vw !important;
        margin: 0 !important;
    }

    .header_phone button {
        font-size: 2.5vw !important;
        padding: 2vw 4vw !important;
        border-radius: 2.8vw !important;
        height: auto !important;
        width: auto !important;
        margin: 0 !important;
    }

    #dashboardbtn_new_messages_phone {
        top: -1.3vw;
        right: -1.3vw;
        z-index: 9999;
    }

    .absolutePosition {
        position: absolute;
        top: -3vw;
        right: 0;
    }
    .header_project{
        box-shadow: 0 0 2vw 0.5vw rgba(0, 0, 0, 0.15) !important
    }
    .header_project img{
        filter: none !important
    }
}

.sprachesvg {
    overflow: hidden !important;
}

.noshadow{
    box-shadow: none !important;
}
.noshadow img{
    opacity: 0;
}