#theme-logo {
    z-index: 100;
    width: 20vw;
    max-width: 268px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    margin-left: auto;
}

#theme-logo * {
    width: 100%;
}

#header {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    width: 100%;
}

.header-wrapper {
    display: flex;
    padding: calc(var(--header-absolute-items-top) - 6px) 6vw 5vw 13vw;
    align-items: flex-start;
    border-top: 6px solid var(--ast-global-color-1);
}

#header-tel-1 {
    margin-right: 4vw;
}

#header-tel-1,
#header-tel-2 {
    pointer-events: all;
    display: flex;
    align-items: center;
    gap: 20px;
}

#header-tel-1>a,
#header-tel-2>a {
    display: flex;
    gap: inherit;
}

.header-tel-item:first-child {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--ast-global-color-0);
}

.header-tel-item img {
    height: 20px !important;
    width: auto;
}

.header-tel-item p {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.034px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: var(--ast-global-color-1);
}

.header-tel-item a {
    font-size: 20.862px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.207px;
    letter-spacing: 0;
}


/*
.header-wrapper>#header-tel-1,
.header-wrapper>#header-tel-2 {
  display: none;
}
*/


/*----------------- HEADER ICONS -------------*/

#header-icons {
    z-index: 100;
    display: flex;
    pointer-events: all;
    position: absolute;
    top: var(--header-absolute-items-top);
    right: 4vw;
    gap: 20px;
}

#header-icons img {
    height: var(--icon-height) !important;
    display: block;
    width: auto;
}

.icon {
    display: flex;
    text-align: center;
    transition: all 0.3s ease 0s;
    align-items: center;
}

#header-icons .icon a:hover {
    background-color: var(--ast-global-color-0);
}

#header-icons .icon a {
    padding: var(--icon-pad-top) 32px;
    display: flex;
    text-align: center;
    transition: all 0.3s ease 0s;
    align-items: center;
    gap: 15px;
    border: 2px solid var(--ast-global-color-0);
    border-radius: 13em;
}

#header-icons .icon a::after {
    content: "";
    color: var(--Beige, #f5f1eb);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
}

#header-icons .icon:nth-child(1) a::after {
    content: "Facebook";
}

#header-icons .icon:nth-child(2) a::after {
    content: "Instagram";
}

.icon a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/**------------------------ SLIDESHOW -------------------------*/

#slider-wrapper.postthumb {
    max-width: 1170px;
    margin: 0 auto;
}


/*---------------- WPML SPRACHENSWITCH -------------*/

.wpml-ls-legacy-list-horizontal a {
    padding-top: 13px !important;
    line-height: 1;
    color: #fff;
    font-family: var(--mainfont);
    font-weight: bold;
    font-size: 19px;
}

.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
}

.schatten {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


/*---------------- GTRANSLATE -------------*/

html:lang(auto) .icon a[title="German"],
html:lang(en) .icon a[title="English"],
html:lang(de-DE) .icon a[title="German"] {
    display: none;
    opacity: 0;
}

a.glink {
    font-size: 0;
}

a.glink:after {
    height: 26px;
    width: 26px;
    background-image: url(/wp-content/themes/astra-impuls-child/img/icon-lang.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*----------------- HEADERBILD -------------*/

#slider-wrapper.postthumb.desktop {
    max-height: 580px;
    overflow: hidden;
    position: relative;
}

#slider-wrapper.postthumb.mobile {
    max-height: 580px;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

#slider-wrapper.postthumb.desktop img {
    width: 100%;
    height: auto;
}

#slider-wrapper.postthumb.mobile img {
    width: 100%;
    height: auto;
}

#slider-wrapper.postthumb::before {
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(7, 1, 1, 0.3) 0%, rgba(7, 1, 1, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(7, 1, 1, 0.3) 0%, rgba(7, 1, 1, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(7, 1, 1, 0.3) 0%, rgba(7, 1, 1, 0.3) 1%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d070101', endColorstr='#00000000', GradientType=0);
    height: 100%;
    width: 100%;
    content: "";
}

#slider-wrapper.postthumb.desktop img.fallback {
    margin-top: -10vw;
}

@media (min-width: 1920px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
    .header-wrapper {
        padding: 5vw 4vw 5vw 13vw;
    }
    .header-tel-item p {
        font-size: 11px;
    }
    .header-tel-item a {
        font-size: 17.862px;
    }
}

@media (max-width: 1024px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 990px) {
    .shiftnav-toggle-button,
    .shiftnav-toggle-button:hover {
        display: flex;
    }
    .header-wrapper>#header-tel-1,
    .header-wrapper>#header-tel-2 {
        display: none;
    }
}

@media (max-width: 768px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 576px) {
    #header-icons .icon a {
        padding: 0;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header-icons .icon a::after {
        display: none;
    }
    .header-tel-item p {
        font-size: 14px;
    }
    .header-tel-item img {
        height: 13px !important;
    }
    .header-tel-item:first-child {
        width: 31px;
        height: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid var(--ast-global-color-0);
    }
    .header-wrapper {
        padding: calc(var(--header-absolute-items-top) + 5px) 7vw 5vw 13vw;
    }
}

@media (max-width: 420px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 320px) {
    /*----------------- ELEMENT -------------*/
    /*----------------- END ELEMENT ---------*/
}