/************ common & generic stuff ************/

html {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
	overflow-y: scroll;
	}

@media only screen and (max-width: 1200px) {
	html {
		font-size: calc(0.7em + 0.25vw);
		}
}

* {
	padding: 0;
	margin: 0;
	}

a, a:hover {
	color: #1e1cb7;
	}

a:hover {
	text-decoration: none;
	}
	
a.faqcrumbs {
	font-size: 1rem;
	margin-left: 1rem;
	}

#footer a, #footer a:hover {
	color: #434343;
	}

h1 {
	font-weight: normal;
	font-size: 2rem;
	display: none;
	}

h2 {
	margin: 0 4rem 1.5rem;
	font-weight: normal;
	font-size: 2rem;
	}

h3 {
	margin: 0 2rem 0.5rem;
	font-weight: normal;
	font-size: 1.5rem;
	}

h4 {
	padding: 0 2rem;
	margin: 1rem 0;
	font-weight: normal;
	font-size: 1.5rem;
	}

h4.circle {
	padding: 0;
	margin: 0 0 1.5rem;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	text-align: center;
	vertical-align: center;
	border: 1px solid black;
	}

p {
	margin-bottom: 1.5rem;
	}

img {
	border: none;
	}

.cls {
	clear: both;
	float: none;
	}

.cls15 {
	clear: both;
	float: none;
	height: 1rem;
	}



/************ layout ************/

#wrapper {
	max-width: 984px;
	margin: 0 auto;
	padding: 4rem 0;
	}

#header .header_image {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;vertical-align: top;
	}

#header .header_image a {
	text-decoration: none;
	}

#header .header_image img {
	width: 100%;
	vertical-align: top;
	}

#header .menu {
	border: 1px solid black;
	display: block;
	}

#header .actuality {
	background: #eeeeee;
	padding: 0.5rem 5rem;
	border-left: 1px solid black;
	border-right: 1px solid black; 
	}

#header .menu .menu_main {
	line-height: 30px;
	list-style: none;
	}

#header .menu .menu_main li {
	position: relative;
	display: block;
	float: left;
	}

#header .menu .menu_main li a {
	display: block;
	float: left;
	padding: 0 1.5rem;
	color: #001841;
	text-decoration: none;
	}

#header .menu .menu_main li .home {
	height: 0px;
	width: 3rem;
	background: url("../data/design/homepage.png") top no-repeat;
	padding-top: 30px; 
	overflow: hidden;
	}

#header .menu .menu_main li:hover .menu_first, #header .menu .menu_main .active .menu_first {
	background-color: #001841;
	color: white;
	text-decoration: none;
	}

#header .menu .menu_main li .home:hover, #header .menu .menu_main .active .home {
	background-position: bottom;
	background-color: #001841;
	}

#content {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 3rem 5rem 4rem;
	}

#footer .footer_cont {
	background-color: #001841;
	border: 1px solid black;
	padding: 0.5rem 0;
	}

#footer .footer_cont .sponsor {
	color: #ffffff;
	text-align: center;
	}



/************ content ************/

#content .imagePart {
	padding-top: 1rem;
	float: right;
	width: 45%;
}

#content .imagePart img {
	width: 100%;
}

#content .poemaPart {
	padding-top: 1rem;
	float: left;
	width: 45%;
	text-align: center;
}

#content .poemaPart p.poemaThe {
	}

#content .detail {
	}

#content .detail .when {
	float: left;
	width: 48%;
	}

#content .detail .where {
	float: right;
	width: 48%;
	}

#content .detail p {
	margin: 0;
	line-height: 1.2rem;
	}

#content .detail p .meh, #content .detail p .meh a {
	font-size: 1.2rem;
	color: #2ab23d;
	}

#content .detail p .mehDuo, #content .detail p .mehDuo a {
	color: #1e1cb7;
	}

#content .top {
	list-style: none;
	}

#content .top li {
	position: relative;
	padding: 0;
	display: none;
	}

#content .top li.active {
	display: block;
}

#content .top li a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#content .top li a img,#content .top li div img {
	background: #001841;
	width: 100%;
}

#content .top li a h4, #content .top li div h4 {
	position: relative;
	float: left;
	margin: 1.3rem 0 0 1.5rem;
	padding: 0;
}

#content .top li a .arrow, #content .top li div .arrow {
	padding: 1rem 0; 
	margin-left: 5rem;
	-webkit-transition: padding-left 1s;
  	transition: padding-left 1s;
}

#content .top li a:hover .arrow {
	padding-left: 0.5rem;
}

#content .top li a .arrow span, #content .top li div .arrow span {
	display: block;
}

#content .top li a .arrow span.title, #content .top li div .arrow span.title {
	font-weight: bold;
	padding-bottom: 0.2rem;
}

#content .top li a .arrow span.title:after {
	margin-left: 0.7rem;
	width: 2rem;
	height: 2rem;
	opacity: 0;
	content: "-> YouTube";
	font-weight: normal;
	color: #444444;
	-webkit-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

#content .top li a:hover .arrow span.title:after {
	opacity: 1;
}

#content .top li a h4:before, #content .top li div h4:before {
	position: absolute;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border: 1px solid black;
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.2s ease-in-out;
  	transition: opacity 0.5s 0.2s ease-in-out;
	content: " ";
}

#content .top li a h4:after {
	position: absolute;
	content: ">";
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border: 1px solid black;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}

#content .top li a:hover h4:before {
	content: ">";
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}

#content .top li a:hover h4:after {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.2s ease-in-out;
  	transition: opacity 0.5s 0.2s ease-in-out;
}

#content .top li {
	background: #edf4ff;
}

#content .top li:nth-child(1) a h4:before {
	content: "10";
}

#content .top li:nth-child(2) a h4:before {
	content: "9";
}

#content .top li:nth-child(3) a h4:before {
	content: "8";
}

#content .top li:nth-child(4) a h4:before {
	content: "7";
}

#content .top li:nth-child(5) a h4:before {
	content: "6";
}

#content .top li:nth-child(6) a h4:before {
	content: "5";
}

#content .top li:nth-child(7) a h4:before {
	content: "4";
}

#content .top li:nth-child(8) {
	background: #cd7f32;
}

#content .top li:nth-child(8) a h4:before {
	content: "3";
}

#content .top li:nth-child(9) {
	background: #d3d3d3;
}

#content .top li:nth-child(9) a h4:before {
	content: "2";
}

#content .top li:nth-child(10) div h4:before, #content .top li:nth-child(18) div h4:before {
	border: none;
}

#content .top li:nth-child(11) a h4:before,
#content .top li:nth-child(12) a h4:before,
#content .top li:nth-child(13) a h4:before,
#content .top li:nth-child(14) a h4:before,
#content .top li:nth-child(15) a h4:before,
#content .top li:nth-child(16) a h4:before,
#content .top li:nth-child(17) a h4:before {
	content: "H";
}

#content .top li:nth-child(19) {
	background: #ffd700;
}

#content .top li:nth-child(19) a h4:before {
	content: "1";
}

#content .navCon {
	position: relative;
	}

#content .navCon .arrows {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4rem;
	-webkit-transition: background 0.5s ease-in-out;
  	transition: background 0.5s ease-in-out;
	cursor: pointer;
	}

#content .navCon .arrows.prev {
	left: 0;
	background: url('../data/design/arrow_left_gray.png') center center no-repeat;
	}

#content .navCon .arrows.next {
	right: 0;
	background: url('../data/design/arrow_right_gray.png') center center no-repeat;
	}

#content .topNav {
	margin: 1rem auto 0;
	text-align: center;
}

#content .topNav div {
	display: inline-block;
	cursor: pointer;
}

#content .topNav div:after {
	content: "●";
	width: 3rem;
	height: 3rem;
	display: inline-block;
	text-align: center;
	line-height: 3rem;
	color: #001841;
}

#content .topNav div:hover:after, #content .topNav div.active:after {
	color: #ffffff;
	background: #001841;
}

#content .topNav .active:nth-child(1):after {
	content: "10";
}

#content .topNav .active:nth-child(2):after {
	content: "9";
}

#content .topNav .active:nth-child(3):after {
	content: "8";
}

#content .topNav .active:nth-child(4):after {
	content: "7";
}

#content .topNav .active:nth-child(5):after {
	content: "6";
}

#content .topNav .active:nth-child(6):after {
	content: "5";
}

#content .topNav .active:nth-child(7):after {
	content: "4";
}

#content .topNav .active:nth-child(8):after {
	content: "3";
}

#content .topNav .active:nth-child(9):after {
	content: "2";
}

#content .topNav .active:nth-child(10):after {
	content: "H";
}

#content .topNav .active:nth-child(11):after {
	content: "1";
}

#content .faq > div {
	position: relative;
	border-bottom: 1px solid black;
	}

#content .faq h4 {
	cursor: pointer;
	margin: 0;
	padding: 1rem 2rem;
	border-bottom: 1px solid black;
	}

#content .faq p {
	margin-top: 1.5rem;
	display: none;
	}

#content .faq h4 .b1, #content .faq h4 .b2 {
	display: block;
	position: absolute;
	left: 0.5rem;
	top: 1.8rem;
	width: 1rem;
	height: 2px;
	transition: 0.4s;
	background-color: #001841;
	}

#content .faq h4 .b2 {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	}

#content .faq .change .b2 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}

#content .faq h4.change {
	background: #edf4ff;
	}

#content .harmo {
	width: 100%;
	border-collapse: collapse;
	}

#content .harmo tr {
	border-top: 1px solid #001841;
	border-bottom: 1px solid #001841;
	}

#content .harmo tr:first-child {
	border-top: none;
	}

#content .harmo thead th, #content .harmo tbody td {
	width: 60%;
	padding: 1rem 5%;
	}

#content .harmo thead th:first-child, #content .harmo tbody td:first-child {
	width: 20%;
	padding: 1rem 5%;
	}

#content .harmo thead th {
	text-align: center;
	}

#content .harmo thead th:first-child, #content .harmo tbody td:first-child {
	width: 20%;
	padding: 1rem 5%;
	}

#content .harmo thead th:first-child {
	text-align: center;
	}

#content .harmo tbody td:first-child {
	background: #edf4ff;
	}

#content .ost {
	font-size: 0.75rem;
	margin-top: 2rem;
	display: block;
	}



/************ overalay ************/

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
	}

#popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	}

#popup img  {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	}

#popup .helper  {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	}

#popup .close {
	position: absolute;
	z-index: 102;
	top: 0;
	right: 0;
	}

#popup .close:after {
	content: "X";
	font-size: 2rem;
	display: block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background: #edf4ff;
	border-radius: 5%;
	border: 1px solid #000000;
	}



/************ mobile menu ************/

.mini_menu {
	display: none;
	cursor: pointer;
	float: left;
	padding: 0.8rem 1.2rem;
	}

.mini_menu .b1, .mini_menu .b2, .mini_menu .b3 {
	width: 15px;
	height: 2px;
	background-color: #ffffff;
	margin: 3px 0;
	transition: 0.4s;
	}

.mini_menu.change .b1 {
	-webkit-transform: rotate(-45deg) translate(-3px, 4px);
	transform: rotate(-45deg) translate(-3px, 4px);
	}

.mini_menu.change .b2 {
	opacity: 0;
	}

.mini_menu.change .b3 {
	-webkit-transform: rotate(45deg) translate(-3px, -4px);
	transform: rotate(45deg) translate(-3px, -4px);
	}



/************ new stuff ************/

body#new {
	background: #000000;
	}

body#new img  {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	}

body#new a.masterSwitch {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	width: 1rem;
	height: 1rem;
	cursor: default;
	}



/************ media queries ************/

@media(hover: hover) and (pointer: fine) {
	#content .navCon .arrows.prev:hover {
		background: url('../data/design/arrow_left_white.png') left center no-repeat;
		-webkit-transition: background 0.5s ease-in-out;
		transition: background 0.5s ease-in-out;
		}

	#content .navCon .arrows.next:hover {
		background: url('../data/design/arrow_right_white.png') right center no-repeat;
		-webkit-transition: background 0.5s ease-in-out;
		transition: background 0.5s ease-in-out;
		}
	}

@media only screen and (max-width: 767px) {
	#wrapper {
		padding: 0;
		}

	#content {
		padding: 2rem 4rem;
		}

	#header .actuality {
		padding: 0.5rem 4rem;
		}

	#header .menu .menu_main li a {
		padding: 0 1rem;
		}

	#header .menu .menu_main li .home {
		width: 2rem;
		}

	#content .topNav div:after {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		}
	}

@media only screen and (max-width: 500px) {
	h2 {
		margin: 0 0 1.5rem;
		text-align: center;
		}

	#header .menu .menu_main li a {
		padding: 0 0.7rem;
		}

	#content .imagePart {
		float: none;
		margin: 0 auto;
		}

	#content .poemaPart {
		float: none;
		width: 100%;
		}

	#content .detail .when, #content .detail .where {
		float: none;
		width: 100%;
		margin-top: 2rem;
		}
 	}

@media only screen and (max-width: 400px) {
	h1 {
		display: block;
		text-align: right;
		padding: 0.5rem 1rem;
		color: #ffffff;
		}

	#header .header_image {
		background: #001841;
		}

	#header .header_image img {
		display: none;
		}

	#content {
		padding: 2rem 2rem;
		}

	#header .actuality {
		padding: 0.5rem 2rem;
		}

	.mini_menu {
		display: block;
		}

	#header .menu {
		display: none;
		}

	#header .menu .menu_main {
		list-style: none;
		}

	#header .menu .menu_main li {
		float: none;
		}

	#header .menu .menu_main li a {
		float: none;
		}

	#header .menu .menu_main li .home {
		height: auto;
		width: auto;
		background: none;
		padding-top: 0; 
		}
	}