#top_bar {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
#top_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_left > li {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #999999;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  height: 30px;
}
#top_left > li img {
  margin-right: 10px;
}
#top_fonts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_fonts li {
  margin-right: 12px;
}
#top_fonts li sup {
  font-size: 1rem;
}
#top_fonts a:hover {
  text-decoration: none;
}
#top_fonts .normal a {
  font-size: 1.3rem;
  opacity: 0.6;
}
#top_fonts .bigger a {
  font-size: 1.6rem;
  opacity: 0.8;
}
#top_fonts .biggest a {
  font-size: 2rem;
  opacity: 0.8;
}
#top_right {
  display: flex;
  align-items: center;
}
#top_right li {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  /* color: #333333; */
  margin-left: 60px;
}
#menu_wrapper {
  margin-bottom: 60px;
}











#logo_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
  margin-bottom: 40px;
}
#logotext {
  color: #e12d33;
  font-size: 3rem;
  line-height: 1.2;
}


.wrapper.flexed {
  display: flex;
  align-items: flex-start;
}


#sidebar {
  display: block;
  width: 320px;
  margin-right: 20px;
}
#content {
  width: calc(100% - 320px - 20px);
}




#sidebar > ul {
  margin-bottom: 40px;
}
#sidebar > ul > li > a {
  font-size: 2rem;
  display: block;
  background-color: #05529b;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
	transition: background-color 0.3s ease-out;
}
#sidebar > ul > li > a:hover {
  background-color: #0775dd;
  text-decoration: none;
}


#sidebar ul li ul li {
  border-bottom: 1px solid #dddddd;
}
#sidebar ul li ul li a {
  display: block;
  color: #05529b;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 16px;
  height: 60px;
  line-height: 60px;
}
#goverment li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #05529b;
  margin-bottom: 10px;
}



#content h3.site_header {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #e12d33;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  margin-top: 0;
}
#content h3.site_header a {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#content h3.site_header a:hover {
  text-decoration: none;
}
#content h3.site_header a .fa {
  margin-right: 6px;
  font-size: 2.4rem;
}




#content h1,
#content h2,
#content h3 {
  color: #05529b;
  border-left: 2px solid #05529b;
  border-right: 2px solid #05529b;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  /* margin-bottom: 30px; */
  padding: 20px;
  line-height: 1.3;
  text-align: center;
}
#content h1 {
  font-size: 3.6rem;
}
#content h2 {
  font-size: 3.2rem;
}
#content h3 {
  font-size: 2rem;
}

.topStart {margin-bottom: 30px; }

#content p {
  /* font-size: 15px; */
  /* font-size: 1.5rem; */
  /* color: #333333; */
  margin-bottom: 20px;
  line-height: 1.3;
}
#content > a {
  font-size: 1.5rem;
  line-height: 1.2;
}


#content h1.left,
#content h2.left,
#content h3.left {
  text-align: left;
}
#content h1.center,
#content h2.center,
#content h3.center {
  text-align: center;
}
#content h1.right,
#content h2.right,
#content h3.right {
  text-align: right;
}
#content img {
  max-width: 100%;
}
#content ul {
  list-style: disc;
  margin-bottom: 20px;
}
#content ul li {
  font-size: 1.5rem;
  margin-left: 15px;
  margin-bottom: 5px;
margin-left: 15px;
}


ul.pdf_list {
  border-top: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
ul.pdf_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px;;
}
ul.pdf_list li a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
ul.pdf_list li a img {
  margin-right: 20px;
}


ul.pdf_list li div {
  font-size: 1.3rem;
}





#content ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#content ul.tabs li {
  background: none;
  color: #333333;
  display: inline-block;
  padding: 12px 20px;
  cursor: pointer;
  margin-left: 0;
  margin-bottom: -1px;
  margin-right: 3px;
  border: 1px solid #05529b;
  font-size: 1.6rem;
}
#content ul.tabs li.current {
  background: #ffffff;
  color: #333333;
  border-bottom-color: #ffffff;
}
#content .tab-content {
  font-size: 14px;
  display: none;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #05529b;
}
#content .tab-content.current {
  display: inherit;
}





#content .dokument_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#content .dokument_list li {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 8px;
}
#content .dokument_list li .left {
  min-height: 48px;
  background-color: #05529b;
  width: 40%;
  padding: 0 30px;
  margin-right: 20px;
  line-height: 1.2;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#content .dokument_list b,
#content .dokument_list a {
  font-weight: 400;
  color: #e12d33;
}

#content .tab-content table {
  border: none;
}
#content .tab-content table tr th,
#content .tab-content table tr td {
  vertical-align: middle;
  border: none;
}
#content .tab-content table tr th {
  color: #ffffff;
  background-color: #05529b;
  font-weight: 400;
}
#content .tab-content table tr td:nth-child(3) {
  white-space: nowrap;
}












#footer {
  background-color: #f0f0f0;
  margin-top: 70px;
}
#footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer_top > li {
  /* width: calc(100% / 3); */
  width: 330px;
}
#footer_top h3 {
  height: 43px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #111419;
}
#footer_top h3 img {
  margin-right: 12px;
  margin-bottom: 0;
}
.footer_sublists {
  /* padding: 10px 0; */
  /* color: #ffffff; */
  font-size: 1.6rem;;
}
.footer_sublists a {
  /* color: #333333; */
  line-height: 1;
  font-size: 1.6rem;
  line-height: 1.2;
}
#footer_top > li p {
  font-size: 1.6rem;
  line-height: 1.2;
}
#footer_top > li:last-child img {
  margin-bottom: 15px;
}



#footer_bottom {
  /* border-top: 1px solid #ffffff; */
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer_bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}
#copyright {
  /* color: #ffffff; */
  font-size: 1.3rem;
}
#copyright .fa {
  margin-right: 3px;
}
#linki_footer {
  line-height: 1.3;
}
#linki_footer a {
  /* color: #ffffff; */
}
#linki_footer span {
  /* color: #ffffff; */
}
#author {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333333;
  font-size: 1.3rem;
}
#author a {
  display: inline-block;
  width: 130px;
  line-height: 0;
}








.cookiepolicy .button {
  font-size: 1.3rem;
  padding: 0.6rem 1rem;
}












.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination li {
  margin-left: 5px;
}
.pagination li a {
  font-size: 1.6rem;
  height: 32px;
  width: 26px;
  line-height: 30px;
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #666666;
  border: 1px solid #666666;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.6s linear, background-color 0.6s linear;
    transition: color 0.6s linear, background-color 0.6s linear;
}
.pagination li.current a,
.pagination li a:hover {
  background-color: #000000;
  color: #ffffff;
}


p b {
  color: #ba0717;
  font-weight: 400;
}


#accessibility-font,
#accessibility-contrast {
  color: #e12d33;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 2rem;
}


#accessibility-contrast {
  font-size: 1.3rem;
  color: #333333;
}

.imgx{ margin-bottom: 20px;}