@media screen and (min-width: 1020px){
.container {
    width: 1200px;
    max-width: 1200px;
}
.row-container-blb{
    width: 1230px;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

ul#primary-menu, ul#secondary-menu{
    display: flex;
    justify-content: center;
}
ul#primary-menu li > a{
    font-weight: bold;
}
.main-navigation #secondary-menu {
    border-top: 3px solid #DDD;
    background: #f3f3f3;
}
.gmr-big-headline1foto {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0px 0 0;
}
.box-item .post-thumbnail{
    width: 190px;
    height: 110px;
}
}

#primary-menu {
    background-color: #FFF;
    background: #FFF;
}
.gmr-mainmenu ul > li > a{
    color: #333;
}
.gmr-mainmenu ul > li > a:hover{
    background: #333;
    color: white;
}
.main-navigation ul#secondary-menu > li > a:hover {
    background: #333;
    color: white;
}
.site-branding{
    justify-content: center;
}
.site-footer .wpberita-rp-widget a{color: #333}
.entry-content-single p {

    font-size: 13pt;
}
h2.entry-title {
    font-weight: bold;
    font-size: 22px;
}

span.cat-links-content a{
    color: #06447f;
}