.center{
    align-content: center!important;
    align-items: center!important;
    font-family: "brygada-1918", serif; /* Jetzt einheitlich kleingeschrieben */
    justify-content: center;
    text-decoration: none;
}


.menu {
    font-size: 14px;
    font-weight: 700;
    padding: 0px 15px 0px 15px;
}
.centerhor{
    display: flex;

}
.missionClass{
    background: #F8F8F8;
    padding: 90px 40px 90px 40px;
    position: relative;
    text-align: center;
    justify-content: center;
    display: grid;
}
.missionBlock{
    width: 100%;
    position: relative;
    margin-inline: auto;
    display: flex;
}
@media (max-width: 820px) {
    .missionBlock{
        display: block;
    }
    .mission-element {
        width: 100%!important;
    }
    .pic_style {
        max-width: 400px;
    }
}

.width1200{
    max-width: 1200px;
}


.tnh-font2{
    font-family: "brygada-1918", serif;
    text-decoration: none;
    font-size: 77px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    background-color: #00000040;
    padding: 120px 40px 120px 40px;

}

@font-face {
    font-family: "brygada-1918"; /* <-- Jetzt korrekt registriert */
    src: url('/jakarta.faces.resource/fonts/brygada-1918/Brygada1918-Regular.woff2.xhtml') format('woff2');
    font-weight: normal;
}


@font-face {
    font-family: "Montserrat";
    src: url('/jakarta.faces.resource/fonts/montserrat/Montserrat-Regular.woff2.xhtml') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.ui-widget {
    font-family: brygada-1918,serif!important;
    font-size: 17px!important;
    text-decoration: none!important;
    color: #B28B15;
}
body .ui-menu.ui-menubar{
    display: flex;
    height: 110px;
    float: none;
    justify-content: center;
    color: #B28B15;
    padding-left: 19px;
}
/*.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-icon-triangle-1-s:last-child{*/
/*    margin-right: -1.5rem;*/
/*    margin-top: -1.6rem;*/
/*}*/

/*.menu {*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    padding: 0px 15px 0px 15px;*/
/*}*/

.ui-helper-reset{
    float: none;
    display: contents;
}
.background-title {
    min-width: 500px;
    /*min-height: 542px;*/
    width: 100%;
    /*height: 100px;*/
    background-size: cover;
}
.background-center {
    background-position: center center;
}

.textDivFirstPage{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 40px 90px 40px;

}
.textDivFirstPage-div{
    max-width: 1200px;
    margin-inline: auto;
    position: relative;
}
.width50 {
    width: 50%;
}
.subDiv1FirstPage{
    width: 50%;
    padding: 0px 80px 0px 0px;
}
.textTitel-TextBlock{
    color: #B28B15;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
}
.margin-bottom16 {
    margin-bottom: 16px;
}

body .ui-button {
    background: #B28B15;
    color: #fff;
    border: 1px solid #B28B15;
    margin: 0;
    outline: 0 none;
    border-radius: 4px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.firstPageTextStyle{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7em;
}
.firstPageSpecialTextStyle{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #B28B15;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}

.firstPagedevider{
    max-width: 1200px;
    position: relative;
}
.padding_90_40_0_40 {
    padding: 90px 40px 0 40px;
}

.padding_90_40_50_40 {
    padding: 90px 40px 50px 40px;
}

.padding_50_40_50_40 {
    padding: 50px 40px 50px 40px;
}

@media (max-width: 768px) {
    .width50 {
        width: 100%;
    }
}
