.header__inner{
    background-color: #366666;
    padding-right: 20px;
    padding-left: 20px;
    /* border-bottom:  2px solid rgb(0, 128, 128); */


}
.header{
    /*background-color: rgb(255, 255, 255);*/
    width: 100vw !important;
}
.header .container__inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.title{
    color: #ffffff ;
    font-size:  31px;    
    font-family:  'Space Grotesk', sans-serif;
}

.title strong{ 
    font-weight:  bold;
}

.header__menu{
    background-color: #366666!important;
    padding: 45px 29px 20px 35px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

.header__menu::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.header__menuTop a{
    color: white !important;
    font-size: 18px;
    font-weight: 900;
    padding-left: 20px !important;


}
.header__themen{
  display: none;
}
.postThumb__image{
    border-radius: 20px;
}
/* .postThumb__image::after{
    bottom: 0;
    right: 0;
    position: absolute;
    content: 'xx';

} */
.breadcrumbs__background{
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.445);
}

.breadcrumbs__item{
    color: rgba(0, 0, 0, 0.507) !important;
}
.breadcrumbs__item:not(:first-child):before{
    background-color: rgba(0, 0, 0, 0.527) !important;
}


.wpml-ls-legacy-list-horizontal ul{
    display: flex;
    color: #ffffff;
    position: relative;
    font-size: 16px;

}
.wpml-ls-legacy-list-horizontal ul li{

    position: relative;

  }
.wpml-ls-legacy-list-horizontal ul li+li:before {
    content: "";
    display: flex;
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 10%;
    background-color: #ffffff;
}

/* .postThumb__copy{
    display: none;
} */

.postThumb__copy {
    right: 25px !important;
}
.postThumb__categoryIcon{
    display: grid;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    height: 30px;
    text-align: center;
    align-items: stretch;
}
.postThumb__categoryIcon:nth-child(n+1){
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: none;
    font-size: 1.5rem;
}

.hamburger__buttonText {
    font-size: 1.1rem;
}

.siteLogo__image {
    height:  70px;
}