.nazor-list p {
    text-align: center;
}
.nazor-search {
    text-align: center;
    display: block ruby;
    padding: 40px 0 20px 0;
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.nazor-search-input {
    padding: 8px 10px;
    border-radius: 6px 0 0 6px;
    border: 1px solid black;
}
.nazor-search-input::placeholder {
    color: #8d8c8c;
    opacity: 1;
}
.nazor-search-button {
    background-color: var(--green);
    color: white;
    border: none;padding: 0;
    border-radius: 0;
}

.btn {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 10px;
  width: 60px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 0 6px 6px 0;
}
#articles-container {
    text-align: center;
}

.nazor-block {
    box-shadow: 5px -4px 23px -10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    display: inline-flex;
    margin: 15px 0;
    position: relative;
    z-index: 100;
}
.nazor-block::before {
    content: '';
    background-color: black;
    height: 10px;
    width: 600px;
    display: block;
    position: absolute;
    bottom: 6px;
    right: calc(50% - 300px);
    filter: blur(10px);
    z-index: -100;
}
.nazor-right {
    width: 300px;
    min-width: 300px;
    border-right: 1px solid #e7e7e7;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    background: linear-gradient(222deg,rgb(212, 212, 212) 0%, rgb(247, 247, 247) 50%);
    border-radius: 10px 0 0 10px;
}
.nazor-date {
    padding: 10px;
}
.nazor-text h2{
    text-align: left;
}
.nazor-text .rok {
    font-weight: bold;
    font-size: .8em;
}
.nazor-text a {
    background-color: rgb(228, 247, 218);
    color: #058600;
    text-decoration: none;
    padding: 1px 7px;
    border: 2px dotted #058600;
    font-size: .8em;
}
.nazor-text {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: -38px 0px 37px -32px #0000004a;
    text-align: left;
}
.pagination {
    text-align: center;
    padding: 20px 0;
}
.pagination a {
    border: 1px solid black;
    text-decoration: none;
    width: 30px;
    display: inline-block;
    color: #000;
}
.pagination a:hover {
    background-color: var(--green);
}
.pagination a.active {
    background-color: #000;
    color: var(--green);
}

.nazor-admin-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: .85em;
    font-weight: bold;
}
.nazor-admin-btn:hover {
    background-color: var(--green);
    color: #000;
}
.nazor-edit-btn {
    background-color: #faad14;
    color: #fff;
    padding: 6px 12px;
}

.nazor-list h1 {
  position: relative;
  padding-left: 70px;
  font-size: 3.4em;
}
.nazor-list h1::before{
    content: '';
  color: black;
  display: block;
  position: absolute;
  left: 0;
  background-image: url("/aktivity/muscle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  top: 10px;
}