/*
	alphabetic sort!

	tags
	#ids
	.classes
*/
/*
	alphabetic sort!

	tags
	#ids
	.classes
*/
/* # reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Roboto';
  font-weight: 500;
  line-height: 150%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* # variables */
/* ## colors */
/* ## borders */
/* ## screen sizes */
/* ## sizes */
/* ### spacings */
/* # basics */
body {
  color: #525252;
  font-family: sans-serif;
}
.paddingBox {
  padding: 42px 0px 42px 0px;
}
@media (min-width: 777px) {
  .paddingBox {
    padding: 42px 2% 42px 2%;
  }
}
@media (min-width: 1024px) {
  .paddingBox {
    padding: 42px;
  }
}
/* navigation */
body {
  text-align: center;
}
section.main {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
section.main nav {
  height: 100%;
}
section.main nav ul {
  display: none;
}
section.main nav ul.active {
  display: inline;
  z-index: 10;
  height: 110px;
  margin-top: -85px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  display: inline-block;
}
section.main nav ul.active li {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.77);
  border: 2px #c8c8c8 solid;
  height: 100px;
  font-size: 100%;
  width: 100px;
  border-radius: 100px;
  margin: 30px;
  margin-top: 12%;
  padding: 15px;
  display: inline-block;
  transition: all 0.4s;
}
section.main nav ul.active li a {
  color: #405ca0;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
}
section.main nav ul.active li a.back:after {
  content: url('icons/arrow_left.svg');
}
section.main nav ul.active li:hover {
  font-size: 120%;
  width: 130px;
  height: 130px;
  margin: 15px;
  padding: 15px;
  border-radius: 130px;
}
section.main nav ul.active li:hover a {
  font-size: 20px;
  padding: 15px;
}
section.main nav ul.top {
  position: absolute;
  top: 80px;
}
section.main nav ul.top li {
  border-radius: 10px;
  height: 25px;
  width: 80px;
}
section.main nav ul.top li a {
  height: 25px;
  width: 80px;
}
section.main nav ul.top li:hover {
  border-radius: 10px;
  font-size: 100%;
  height: 25px;
  margin: 30px 20px 30px 20px;
  width: 100px;
}
section.main nav ul.top li:hover a {
  padding: 0px;
}
section.main div.content {
  border: 2px #c8c8c8 solid;
  background-color: rgba(255, 255, 255, 0.88);
  top: 0px;
  width: 70%;
  display: none;
  margin-left: 15%;
  margin-top: 180px;
  padding: 24px;
  padding-bottom: 44px;
  padding-top: 44px;
  position: absolute;
  text-align: left;
  z-index: 8;
}
section.main div.content div.date h2 {
  text-align: left;
}
section.main div.content h1,
section.main div.content h2,
section.main div.content h3,
section.main div.content h4,
section.main div.content h5,
section.main div.content h6 {
  color: #0c0c0c;
  margin-top: 24px;
}
section.main div.content h1,
section.main div.content h2 {
  text-align: center;
}
section.main div.content h1,
section.main div.content h2,
section.main div.content h3,
section.main div.content h4 {
  color: #405ca0;
  font-weight: 500;
}
section.main div.content h1 {
  margin-bottom: 32px;
}
section.main div.content h2 {
  text-decoration: underline;
}
section.main div.content h2:hover {
  text-decoration: none;
}
section.main div.content h3 {
  margin-bottom: 8px;
  text-align: left;
}
section.main div.content h4,
section.main div.content h5,
section.main div.content h6 {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  text-align: justify;
}
section.main div.content h1 {
  font-size: 140%;
}
section.main div.content h2 {
  font-size: 120%;
}
section.main div.content h3 {
  font-size: 100%;
}
section.main div.content h4 {
  font-size: 130%;
}
section.main div.content h5 {
  font-size: 90%;
}
section.main div.content h6 {
  font-size: 80%;
}
section.main div.content img {
  float: right;
  margin: 18px;
}
section.main div.content p {
  text-align: justify;
}
header,
footer {
  background-color: rgba(255, 255, 255, 0.88);
  color: #405ca0;
  position: fixed;
  z-index: 9;
}
header {
  border-radius: 68px;
  font-size: 22pt;
  border: 2px #c8c8c8 solid;
  font-weight: 500;
  padding: 8px;
  top: 27%;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  vertical-align: top;
}
header img {
  margin-left: 12px;
}
header span {
  display: inline-block;
  line-height: 60px;
  vertical-align: top;
}
footer {
  border-top: 2px #c8c8c8 solid;
  top: 100%;
  height: 35px;
  margin-top: -35px;
  width: 100%;
}
section.newsSidebar,
section.tagsSidebar {
  width: 200px;
}
section.newsSidebar {
  background-color: rgba(255, 255, 255, 0.88);
  position: fixed;
  height: 100%;
  top: 0%;
  z-index: 8;
}
section.tagsSidebar {
  background-color: rgba(255, 255, 255, 0.88);
  position: fixed;
  left: 100%;
  margin-left: -200px;
  height: 100%;
  z-index: 8;
}
/* # slider */
.sliderView {
  overflow: hidden;
  position: fixed;
  padding: 0px;
  width: 100%;
  text-align: left;
  z-index: 5;
}
.sliderView img {
  margin: 0px;
  max-width: none;
}
.sliderPage {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
/* # icons */
h2:after {
  content: url('icons/arrow_up.svg');
  padding-left: 10px;
}
h2.open:after {
  content: url('icons/arrow_down.svg');
}
h2:empty:after {
  content: "";
}
