@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700') screen;
@import url('https://fonts.googleapis.com/css?family=Kadwa:400,700') screen;

@media (min-width: 500px) {
}

.eckstern-ol {
	position: absolute;
	z-index:40;
	top:0px;
	right:0px;
	background-image: url(/img/eckstern-or.svg);
	background-size:contain;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}
.eckstern-ol > div {
	transform: rotate(45deg);
	font-size: 20px;
    font-weight: 700;
    margin: -20px -20px 0 0;
}
.bb {
    background-color: #000;
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
    border-radius: 4px;
}
.tsmcontroller {
	display: table;
}
.tsmcontroller span {
	display: table-cell;
	padding: 0 10px 0 10px; 
}
.paper {
	word-break: normal;
	position:relative;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
	border-radius: 5px;
	background-color:#FFF;
	width:100%;
	padding:10px;
	box-sizing: border-box;
}
.paper p {
	max-width: 100%;
	box-sizing: border-box;
}
.paper a {
	color: #000;
	text-decoration: #000 underline;
}

.paper h2 {
	margin: 0px 0 20px 0;
	text-decoration: none;
	border-bottom: #000 1px solid;
}
.paper h3 {
	margin: 0;
	text-decoration: none;
	border-bottom: #000 1px solid;
}

div._2lqg {
	overflow-y: hidden !important;
	overflow: hidden !important;
}
.fb-page.fb_iframe_widget {overflow: hidden;}
a.i {
	display:inline-block;
	background-color:#31839d;
	height:30px;
	line-height:30px;
	width:30px;
	font-size:30px;
	text-align:center;
	vertical-align:middle;
	border-radius: 5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

span.p {
	float:right;
    position: relative;
    z-index: 100;
}
span.p a {
	text-decoration:none;
	font-size:30px;
	display: inline-block;
	width:28px;
	height:28px;
	line-height:26px;
	text-align:center;
	background-color:#000;
	border-radius:4px;
	margin-left: 5px;
}
table {
	border-collapse:collapse;
}
.pager a {
	display:block !important;
	float:left;
	width:15px;
	line-height:15px;
	box-sizing: content-box !important;
	padding: 5px !important;
	margin: 1px !important;
	border-radius: 3px !important;
}
.pager a:hover, .pager a.act {
	background-color: #FC0;
	color:#000;
}
.pager:after {
	content:"";
	display:block;
	clear:both;
}
.pager span {
	display:block !important;
	float:left;
	width:15px;
	line-height:15px;
	padding: 5px !important;
	margin: 1px !important;
}

a.crest {
	display:inline-block;
	color:black;
	margin: 5px;
	text-align:center;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center;
	width:120px;
	height:120px;
	line-height: 120px;
	color:#FFF;
	font-weight:bolder;
	border-radius: 5px;
	background-color: #FF9900;
	color: white;
	border: #000 3px solid;
}
a.crest:hover {
	background-color:#F00;
}
a.crest > div {
	font-size: 1.4em;
	position:relative;
	white-space: nowrap;
	text-shadow: 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 6px #000, 3px 3px 3px #000;
    -webkit-font-smoothing: antialiased;
}
.gPopup h1 {
	text-align:center;
}

.bbox {
	text-align:left;
	font-size: 16px;
	box-sizing: border-box;
	padding: 15px;
	background-color:#000;
	color:#FFF;
	border-radius:5px;
}


/* ====================== ? ======================== */

.inv {
	text-align:center;
}
.inv img {
	max-width: 27%;
	border: #000 3px solid;
	margin: 0px 4px 4px 0px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
}

.announce {
	position:absolute; z-index:102; width:100%; text-align:center;
}

.announce > div {
	cursor:pointer;
	display:inline-block; margin:20px 0px 0px 0px; max-width:100%; box-sizing:border-box; padding:12px 0px 0px 0px; border:#f90 1px solid; color:#FFF; background-color:#000; opacity:0.9;
}
.announce > div > a[onclick] {
	background-color:#F30; color:#000; text-decoration:none; cursor:pointer;
	display:block;
}
.announce > div > a[onclick]:hover {
	background-color:#FFF;
}
.announce > div > div {
	padding: 0px 20px 10px 20px;
}
.announce > div > div {
	font-size:18px;
}
.announce > div > div i {
	font-size:14px;
	display:inline-block;
	margin: -3px 0px 5px 0px;
	color: #F90;
}
.announce > center:first-child {
	position:relative;
	z-index:103;
	margin-bottom:-28px;
}
.announce > center:first-child a {
	padding:0px 5px 0px 5px; background-color:#000; color:#f90; cursor:pointer;
}
.announce > center:first-child a img {
	margin-bottom:-12px;
}

#right:empty {
	display:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body {
	font-family: 'Roboto Condensed', Sans-Serif;
	font-size:14px;
}
h1, h2, h3  {
	padding:0px;
	margin:0px;
	font-family: 'Roboto Condensed', Sans-Serif;
	border-bottom: #000 2px solid;
	color: #000;
}
h1 i, h2 i, h3 i {
	font-size: 19px;
	color: #9D4F00;
}
h1 {
	font-size:28px;
	line-height:30px;
	font-weight: bold;
	text-align:left;
}
h2 {
	font-size:21px;
	line-height:24px;
	font-weight: normal;
	text-align:left;
}
h3 {
	font-size:18px;
	line-height:24px;
	font-weight: normal;
	text-align:left;
}
.basic_bottom > center > div {
	max-width: 1000px;
}
.basic_bottom > center > div > div {
	height:1px;
	overflow:visible;
	border-top: #f90 1px solid;
	margin-bottom:20px;
}
.basic_bottom > center > div > div > img {
	margin-top:-16px;
	border-left: #000 5px solid;
	border-right: #000 5px solid;
}
.basic_bottom table {
	width:100%;
}
.basic_bottom table td {
	font-size:11px;
	line-height:20px;
}
.basic_bottom table td a {
	color:#F93;
	text-decoration:none;
}
.basic_bottom table td:last-child {
	padding-right: 20px;
	text-align:right;
}
.ach_side h1 {
	font-size: 1.4em;
	border-bottom: #FF9 1px solid;
	color: #FF9;
}
.ach_side {
	width: 100%;
	box-sizing: border-box;
	background-color: #000;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}
.ach_side a {
	text-decoration: none;
	display: flex;
	flex-direction: row;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: rgba(255, 255, 153, 0.5) 1px solid;
}
.ach_side a > div:nth-child(1) {
	padding-right: 10px;
}
.ach_side img {
	max-height: 59px;
    max-width: 59px;
}