@font-face {
    font-family: 'Bundes';
    src: url('../index/bundessansweb-regular-woff2-data.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Bundes';
    src: url('../index/bundessansweb-bold-woff2-data.woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Bundes';
    src: url('../index/bundessansweb-italic-woff2-data.woff2');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

body, body * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Bundes', sans-serif;
    color: #111314;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

header {
    padding-top: 36px;
    border-bottom: 6px solid #4d4d4d33;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000000;
}

.headerInner {
    padding: 0 3.8461538462%;
    width: 100%;
}

.headerTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bundesLogo {
    display: flex;
}

.eagle {
    width: 26px;
    height: 24px;
}

.bundesFlag {
    height: 64px;
    width: 4px;
    margin-left: 5.5px;
    transition: height 0.4s ease;
}

.bundesTitle {
    height: 29px;
    width: 81px;
    margin-left: 8px;
    transition: transform .2s ease;
}

.secondLogo {
    transition: transform .2s ease;
    width: 140px;
    max-height: 64px;
}

.headerMenu {
    display: flex;
    gap: 30px;
    align-items: center;
    color: #63686a;
    padding-right: 6px;
}

.headerMenu a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;

}

.headerMenu svg {
    fill: #63686a
}

.headerBot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
    height: 79px;
}

.bundesBurger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 2px;
}

.bundesBurger svg {
    fill: #0071ad;
}

.bundesBurger span, .bundesSearch span {
    color: #111314;
    font-size: 26px;
}

.bundesSearch {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-right: 13px;
}

.bundesSearch svg {
    fill: #0071ad;
}

.topics {
    padding: 15px 0;
    width: 100%;
    border-top: 1px solid #cfd2d3;
    display: flex;
    gap: 34px;
    align-items: center;
    font-size: 22px;
    max-height: 200px;
    opacity: 1;
    transition:
            max-height 0.3s ease,
            opacity 0.2s ease,
            transform 0.3s ease;
    overflow: scroll;
    scrollbar-width: none;
}
.topics a{
    height: 32px;
    display: flex;
    align-items: center;
}
main{
    padding: 32px 3.8461538462%;
    width: 100%;
}
.articleHead{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr max-content;
}
.articleMeta{
    display: flex;
    flex-direction: column;
}
h1{
    font-size: 56px;
    font-weight: 400;
    line-height: 1.08;
    margin-bottom: 34px;
}
.articleMeta svg{
    margin: 12px 24px 12px 0;
    fill: #4c4f50;
}
.articlePub{
    font-size: 20px;
    color: #4c4f50;
    display: flex;
    align-items: center;
}
.articlePub svg{
    fill: #4c4f50;
    margin-left: 16px;
    margin-right: 4px;
}
article{
    margin: 0 auto;
    width: 84.6153846154%;
    padding: 3.8461538462%;
    box-sizing: initial;
}
article img, article video{
    width: 100%;
    margin-bottom: 34px;
}
article p{
    font-size: 24px;
    margin-bottom: 34px;
    line-height: 1.3;
}
article h2{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #0071ad;
    margin-bottom: 34px;
}
h1 a, article h2 a, article li a, article p a{
    color: #0071ad;
    text-decoration: underline;
}
.pins{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 20px;
    font-size: 22px;
    padding-top: 12px;
}
.pins .articleMeta{
    flex-direction: row;
}
.pins .articleMeta a{
    display: flex;
    align-items: center;
}
.pins .articleMeta svg{
    margin-bottom: 0;
    margin-top: 0;
}
footer{
    border-top: 1px solid #9aa0a2;
    padding: 90px 0;
}
.footerInner{
    padding: 0 7.6923076923%;
}
.footerServices{
    display: flex;
    flex-direction: column;
}
.footerServices h3{
    color: #0071ad;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.footerServices a{
    padding: 24px 0;
    border-bottom: 1px solid #cfd2d3;
    font-size: 24px;
}
.footerMedia__header{
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 24px 0;
}
.footerMedia__header h3{
    font-size: 24px;
    font-weight: 400;
}
.footerMedia__header svg{
    fill: #0071ad;
}
.footerMedia__body{
    display: flex;
    flex-direction: column;
    gap: 57px;
    margin-bottom: 57px;
}
.footerMedia__body div{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.footerMedia__body div p{
    font-size: 24px;
}
.fbIco{
    fill: #1877f2;
    width: 28px;
}
.instIco{
    fill: #d300c5;
    width: 31px;
}
.wupIco{
    fill: #103928;
    width: 28px;
}
.xIco{
    fill: #000;
    width: 30px;
}
.mastIco{
    fill: #563acc;
    height: 30px;
}
.ytIco{
    fill: red;
    width: 37px;
}
.ttIco{
    fill: #111314;
    height: 28px;
}
.footerNav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #cfd2d3;
    padding: 20px 0;
}
.footerNav__links{
    display: flex;
    align-items: center;
    gap: 12px 24px;
    flex-wrap: wrap;
}
.footerNav__links a{
    color: #63686a;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 12px;
    font-size: 14px;
}
.footerNav__links a svg{
    fill: #63686a;
}
.footerNav__lang{
    display: flex;
    align-items: center;
    color: #63686a;
    font-weight: 700;
    text-transform: uppercase;
    gap: 24px;
    font-size: 14px;
}
.footerBottom{
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBottom p{
    color: #63686a;
    font-size: 15px;
    white-space: nowrap;
}
.footerLinks{
    display: flex;
    align-items: center;
    gap: 24px;
}
.footerLinks a{
    color: #63686a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.scrolled .topics{
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    display: none;
}
.scrolled .bundesFlag{
    height: 24px;
    width: 4px;
}

.scrolled .bundesTitle, .scrolled .secondLogo{
    transform: translateY(-300%);
    pointer-events: none;
    display: none;
}
.deskHide{
    display: none;
}
.aktual{
    font-size: 18px;
}
@media screen and (max-width: 1024px ){
    .smallHide{
        display: none !important;
    }
    .topics a{
        font-size: 18px;
        white-space: nowrap;
    }
    h1{
        font-size: 46px;
        margin-bottom: 18px;
    }
    article p{
        font-size: 22px;
        margin-bottom: 32px;
    }
    article h2{
        font-size: 26px;
        margin-bottom: 32px;
    }
    .articlePub{
        font-size: 18px;
    }
    article img, article video{
        margin-bottom: 32px;
    }
    .footerServices a, .footerMedia__header h3, .footerMedia__body div p{
        font-size: 22px;
    }
    .footerNav__links a, .footerNav__lang{
        font-size: 13px;
    }
    .footerLinks a{
        font-size: 13px;
    }
    article {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .footerInner{
        padding: 3.8461538462%;
    }
    .footerLinks{
        flex-wrap: wrap;
        justify-content: flex-end;
    }

}
@media screen and (max-width: 640px ) {
    .mobHide {
        display: none !important;
    }
    .deskHide{
        display: flex;
    }
    header{
        padding-top: 20px;
    }
    .scrolled .headerBot {
        height: 58px;
    }
    h1{
        font-size: 32px;
    }
    article p{
        font-size: 19px;
        margin-bottom: 27px;
    }
    article h2{
        font-size: 28px;
        margin-bottom: 27px;
    }
    article img, article video{
        margin-bottom: 27px;
    }
    .footerServices a, .footerMedia__header h3, .footerMedia__body div p, .footerServices h3{
        font-size: 18px;
    }
    .footerMedia__body div{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .footerMedia__body{
        margin-bottom: 32px;
        gap: 20px;
    }
    .socialMedia{
        flex-direction: row !important;
    }
    .footerNav{
        flex-direction: column;
        row-gap: 24px
    }
    .footerBottom{
        flex-direction: column-reverse;
        row-gap: 32px;
        align-items: flex-start;
    }
    .footerLinks{
        justify-content: flex-start;
    }
}
.customJS-styles__activation-message {
    color: white;
    font-weight: 700;
    font-size: 16px;
    background: #073e86c2;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    margin-bottom: 0px!important;
    margin-top: 0!important;
}

.customJS-styles__icon {
    color: red;
    font-size: 35px;
    text-align: center;
    margin-right: 7px;
}
