body {
  font-family: 'Open Sans', sans-serif;
  background-image: url("/img/miniszterium.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-size: 1rem;
  color: #000;
}

h1, h2, h3 {
    font-weight: bold;
}

a.noclick {
    cursor: auto;
}

.pagination {
    border-radius: 0;
    color: #fff;
    border-color: #6a6c8f;
}
.page-item.disabled .page-link {
    color: #fff;
    background-color: #6a6c8f;
    border-radius: 0!important;
}
.page-item.disabled .page-link.white {
    color: #212529;
    background-color: #fff;
    border: none;
}
.page-item .page-link {
    color: #fff;
    background-color: #2a2c5e;
    border-radius: 0!important;
}

.social_media > p {
    margin-bottom: 0;
    font-weight: bold;
}

#isCookie {
    position: relative;
    z-index: 9001;
    min-height: 45px;
    color: #fff;
}
#isCookie > div {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #02ac56;
    padding: 12px 0px;
    line-height: 32px;
}
#isCookie > div > div {
    float: none;
    display: inline;
    background-color: #2a2c5e;
    padding: 8px;
    margin: 0 4px;
}
#isCookie > div > div a {
    color: #fff;
}