/* DOD */

div#content {
    width: 100% !important;
}

div#content-wrapper {
    width: 100% !important;
}
#content.part-width {
    width: 100% !important;
}

h1 {
    font-size: 2rem;
}

.news__wrap {
    max-width: 980px;
    font-size: 16px;
}

.news__wrap img {
    width: 100%;
    max-width: 980px;
    height: auto;
}

/* youtube */
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0; 
overflow: hidden;
margin-bottom: 2rem;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* youtube */

.dod__sediva {
    background-color: #f2f2f2;
    padding: 1rem;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    justify-content: space-between;
}

.dod__podnadpis {
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.dod__text {
    width: calc(50% - 1rem);
}

.dod__text-big {
    font-size: 1.1rem;
    line-height: 1.4;
}

.dod__article {
    background-color: #f2f2f2;
    width: calc(50% - 1.1rem);
    margin-bottom: 2rem;
}

.dod__article__nadpis {
    background-color: red;
    color: white;
    padding: 1rem;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.dod__article__text {
    padding: 1rem;
    margin-bottom: 2rem;
}

.dod__article-wrapper {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}

.dod__article__text ul {
    list-style: disc;
    margin-left: 1rem;
}

.dod__article__text ul li {
    margin-bottom: .4rem;
}

@media screen and (min-width: 980px) {
  div#content-wrapper {
    margin: 0 auto;
    width: 980px !important;
  }
}

@media screen and (max-width: 980px) {
  .news__wrap {
    width: 100%;
    /*margin: 0 1rem;*/
  }
}

@media screen and (max-width: 650px) {
  .dod__article-wrapper {
      flex-direction: column;
  }

  .dod__article {
      width: 100%;
  }

  .dod__text {
      width: 100%;
      margin-bottom: 1rem;
  }  

  .dod__podnadpis{
    margin-bottom: 1rem;
  }

}

/* hack :-( */
#pathway {
  margin: 6px 0;
}

.next__news {
    display: none;
}


