/* # navigation #################################### */

#nav {
	display: block;
	width: 100%;
	background-color: #404040;
	background: linear-gradient(#606060, #404040);
	white-space: nowrap;
/*	position: fixed; */
	top: 0;
	z-index: 100;
}

#nav .left_side,
#nav .right_side {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

#nav .icon_img,
#nav .logo_img {
	vertical-align: middle;
	margin: 0px;
}

/* # logo ########################################## */

#bo_banner_left,
#bo_banner_right {
	color: white;
	white-space: nowrap;
	font-size: 1.5em;
	margin: 0px 5px;
}

#bo_banner_left {
	display: inline-block;
}

#bo_banner_right {
	display: none;
}

/* # menu ########################################## */

#menu_icon {
	display: none;
	white-space: nowrap;
	margin: 0px 8px;
}

#menu_main {
	display: inline-block;
	white-space: nowrap;
}

#menu_main a,
#menu_main span {
	display: inline-block;
	color: #F6F6F6;
	margin: 0px 0px;
	padding: 0px 10px;
	text-decoration: none;
}

#menu_main .menu_item {
	display: inline-block;
}

#menu_icon .menu_item:hover .vertical,
#menu_main .menu_item:hover .vertical {
	display: block;
}

#menu_icon .menu_item:hover .active,
#menu_main .menu_item:hover .active {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

#menu_main .menu_item:active a,
#menu_main .menu_item:active span,
#menu_icon .menu_item .vertical a:hover,
#menu_main .menu_item .vertical a:hover {
	color: #39C0E0;
}

#menu_main .menu_item:hover a,
#menu_main .menu_item:hover span,
#menu_icon .menu_item .vertical a:hover,
#menu_main .menu_item .vertical a:hover {
	color: #39C0E0;
}

#menu_icon .vertical,
#menu_main .vertical {
	display: none;
	position: absolute;
	text-align: left;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 0px 0px 3px 3px;
	background-color: #404040;
	z-index: 9;
}

#menu_icon .menu_item .vertical a,
#menu_icon .menu_item .vertical .aa,
#menu_main .menu_item .vertical a,
#menu_main .menu_item .vertical .aa {
	display: block;
	color: white;
	text-decoration: none;
	margin: 0px;
	padding: 0px 4px;
	line-height: 1.5em;
	border-radius: 0px 0px 3px 3px;
}

#menu_icon .menu_item .vertical .aa,
#menu_main .menu_item .vertical .aa {
	color: #A0A0A0;
}

img.close_img {
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin: 2px 0px 0px 10px;
	cursor: pointer;
}

.fa,
.fb,
.fc,
.fd {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size-adjust: none;
	font-stretch: normal;
	font-feature-settings: normal;
	font-language-override: normal;
	font-kerning: auto;
	font-synthesis: weight style;
	font-variant: normal;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0px, 0px);
}

.fa {
	margin-right:4px;
}

.fb {
	margin:0px;
}

.fc {
	margin: 4px 4px 0px 4px;
}

.fd {
	margin: 0px 6px 0px 6px;
}

/* # footer ######################################## */

#quick_links,
#select_language,
#social_nets {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
	text-align: left;
	border: 1px solid #C0C0C0;
	width: 250px;
	border-radius: 3px 3px 3px 3px;
}

#quick_links a,
#select_language a {
	white-space: nowrap;
	margin: 2px 0px 2px 4px;
	padding: 2px 4px;
	text-align: left;
	color: #161616;
	border-radius: 3px 3px 3px 3px;
}

#select_language a {
	display: inline-block;
 /*   font-size: 12pt; */
/*	width: 109px; */
}

#quick_links a {
	display: block;
	width: 234px;
}

#quick_links a:hover,
#select_language a:hover {
	/* background-color: #808080; */
	color: #39C0E0;
}

.sni_f,
.sni_t,
.sni_g,
.bot_head {
	white-space: nowrap;
	margin: 4px;
	text-align: left;
	width:242px;
}

.bot_head {
	padding-left: 4px;
	color: #404040;
	font-weight: bold;
}

.sni_f,
.sni_t,
.sni_g {
	display: inline-block;
	color: white;
	border-radius: 3px 3px 3px 3px;
}

.sni_f img,
.sni_t img,
.sni_g img {
	padding: 4px;
	border-radius: 3px 0px 0px 3px;
}

.sni_f img,
.sni_f {
	background-color:  #3D5E96;
}

.sni_t img,
.sni_t {
	background-color: #67AEEB;
}

.sni_g img,
.sni_g {
	background-color: #CC5947;
}

#social_nets a {
	display: block;
}

#social_nets .sni_f:hover {
	background-color: #144397;
}

#social_nets .sni_t:hover {
	background-color: #1A8AED;
}

#social_nets .sni_g:hover {
	background-color: #CF3618;
}

footer {
	position: fixed;
	bottom: 0px;
	display: block;
	margin: 0px;

	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.33px;
	color: #888;
	text-align: center;

	line-height: 1.0;
	background-color: #F6F6F6;
	vertical-align: top;
	width: 100%;
	padding: 4px;
	border-top: 1px solid #C0C0C0;
}

/* # main ########################################## */

body {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.40;
	color: black;
	border: none;
	background-color: #F6F6F6;
	vertical-align: top;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

table	 {border-collapse: collapse; vertical-align: top;}
tr		{vertical-align: top;}
td		{border: 0px; margin: 0px; padding: 0px;}
td.n10	{white-space: nowrap; margin: 0px; padding: 2px 0px 2px 10px; vertical-align: middle;}
td.n20	{white-space: nowrap; margin: 0px; padding: 2px 0px; vertical-align: middle; text-align: right;}
td.n1	 {white-space: nowrap; margin: 0px; padding: 4px; vertical-align: middle;}
td.n2	 {white-space: nowrap; margin: 0px; padding: 4px; vertical-align: middle; text-align: right;}
td.n3	 {white-space: nowrap; margin: 0px; padding: 4px; vertical-align: middle; text-align: center;}
td.n1b	{font-weight: bold; white-space: nowrap; margin: 0px; padding: 4px; vertical-align: middle;}
td.n2b	{font-weight: bold; white-space: nowrap; margin: 0px; padding: 4px; vertical-align: middle; text-align: right;}

textarea  {font: normal normal normal medium monospace; }
form	  {margin:0px; padding:0px;}
a:link	{color: #0000FF; text-decoration: none;}
a:visited {color: #0000FF; text-decoration: none;}
a:hover   {color: #0000FF; text-decoration: none;}
a:active  {color: #0000FF; text-decoration: none;}

select,
button,
input {
	font-size: 14px;
	height: 26px;
	background-image: none;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 1.41421356237309504880;
}

button.loop {
  display: block;
  margin: 3px 0px;
  width: 100%;
}

select.extension {
	display: inline-block;
	vertical-align: middle;
}

div.select_left {
	display: inline-block;
	font-size: 1.2em;
	margin-right: 3px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align: middle;
	text-align: right;
}

div.select_right {
	display: inline-block;
	font-size: 1.2em;
	margin-left: 3px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align: middle;
	text-align: right;
}

img.left   {display: block; float: left; margin-right: 5px; border-radius: 3px;}
img.right  {display: block; float: right; margin-left: 5px; border-radius: 3px;}
img.center {display: block; margin-left: auto; margin-right: auto; border-radius: 3px;}
a.center   {display: block; text-align: center;}
div.center {display: block; text-align: center;}

/* # index_0 ####################################### */

td.country_box {
	cursor: pointer;
	white-space: nowrap;
	border: none;
	border-radius: 3px;
	padding: 5px;
	width: 160px;
}

td.country_box a {
	color: black;
}

td.country_box:hover a {
	/* background-color: #E7E7E7; */
	color: #39C0E0;
}

img.country_img {
	vertical-align: middle;
	border: 1px solid black;
	width: 21px;
	height: 13px;
	margin-right: 4px;
}

td.date_time_box {
	cursor: pointer;
	white-space: nowrap;
	border: none;
	border-radius: 3px;
	padding: 5px;
	width: 160px;
}

td.gm_strike_box {
	cursor: pointer;
	white-space: nowrap;
	padding: 5px;
}

td.strike_box,
td.strike_box_h {
	cursor: pointer;
	white-space: nowrap;
	border: none;
	border-radius: 3px;
	padding: 5px;
	width: 160px;
}

td.strike_box:hover {
	color: #39C0E0;
}

img.strike_img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

.head_line  {font-weight: bold; margin-bottom: 10px;}
.time_line  {text-align: center; font-weight: bold;}

.a {white-space: nowrap; vertical-align: middle; font-weight: bold;}
.b {white-space: nowrap; vertical-align: middle; text-align: center; width: 10px;}
.c {white-space: nowrap; vertical-align: middle; text-align: center; padding: 4px 4px;}
.r {white-space: nowrap; vertical-align: middle; text-align: right; padding: 2px 2px;}
.l {white-space: nowrap; vertical-align: middle; text-align: left; padding: 2px 2px;}
.text_1 {display: block;}
.text_2 {display: none;}
.menu   {vertical-align: middle;}
.menu:hover .text_1 {display: none;}
.menu:hover .text_2 {display: block;}
.language_flag {vertical-align: middle; border: 1px solid black;}
.social_img {border: 1px solid black; width: 14px; height: 14px; margin-left: 4px; vertical-align: middle;}

/* # index_1 ####################################### */

.google_div,
.google_div_large,
.google_div_map {
	background: white;
	border-width: 0px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-family: Roboto, sans-serif;
	font-size: 11px;
	color: #565656;
	font-weight: 400;
	border-radius: 2px;
	text-align: center;
	padding: 5px;
}

.google_div:hover,
.google_div_map:hover {
	background: #E7E7E7;
}

.google_div_img {
	background: white;
	border-width: 0px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	padding: 3px;
	border-radius: 2px;
	display: block;
}

.google_div_menu {
	margin-right: 10px;
	margin-top: 5px;
	background: white;
	border-width: 0px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	padding: 3px;
	font-family: Roboto, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: 400;
	border-radius: 2px;
	display: none;
	text-align: left;
}

.google_div_setting {
	display: block;
	text-align: left;
}

/*
.google_div_setting:hover .google_div_menu {
	display: inline-block;
}
*/

/* # index_1 ####################################### */

.map_control {
	vertical-align: top;
	min-width: 160px;
}

.delay_control {
	vertical-align: top;
	width: 260px;
}

/* # index_1 ####################################### */

.unfocus input,
.unfocus select,
.unfocus {
  color: #A0A0A0;
}

/* # index_2 ####################################### */

/* Level 0 ######################################### */

div.contribution {
  display: block;
  white-space: normal;
  vertical-align: top;
  margin: 5px 0px 0px 0px;;
  border-top: 1px solid #808080;
  width: 100%;
}

div.contribution .head {
  padding: 5px 0px;
  margin: 0px;
  color: #404040;
  font-weight: bold;
}

div.contribution .content {
  padding: 5px 0px;
  margin: 0px;
  color: #404040;
}

div.only_en {
  padding: 5px 4px;
  margin: 0px;
  color: #404040;
  font-size: 12px;
  text-align: left;
}

/* Level 4 ######################################### */
 
div.deco,
img.deco {
	border-radius: 3px;
	margin: 4px; 
}

div.shadow,
img.shadow {
	box-shadow: 0px 1px 1px #808080;
	border: 1px solid #808080;
}

/* Level 5 ######################################### */

#banner_right {
	display: inline-block;
	vertical-align: top;
}

#banner_center {
	display: inline-block;
	vertical-align: top;
}

/* Level 6 ######################################### */

div.map {
	box-shadow: 0px 5px 10px 3px #808080;
	border: 1px solid black;
	width: 925px;
	margin: 4px auto;
}

/* ################################################# */

@media screen and (max-width: 1300px) {
	#Bild_Canvas,
	#lb {
		box-shadow: none;
		border: none;
		background-size: 100%;
		background-repeat: no-repeat;
		width: 100%;
	}
}

#main_frame {
	padding: 5px;
	width: auto;
	text-align: center;
	white-space: nowrap;
	background: white;
}

#main_frame .control_left {
	display: inline-block;
	text-align: left;
	float: left;
}

#main_frame .gm_control_left {
	display: inline-block;
	text-align: left;
	float: left;
}

#map {
	display: inline-block;
	padding: 0px 5px 5px 5px;
	vertical-align: top;
}

#motd {
	padding: 5px 0px;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 942px) {
	#main_frame {
		white-space: normal;
	}
	#main_frame .control_left {
		float: none;
	}
	#main_frame .gm_control_left {
		float: none;
		display: none;
	}
	.map_control {
		display: inline-block;
	}
	#banner_right {
		display: none;
	}
	#time_line {
		display: none;
	}
	#map {
		display: block;
	}

	.gm-style-mtc, /* Map Steuerung Google Maps */
	.google_div_large {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	#bo_banner_left,
	#amazon_banner_left,
	#menu_main {
		display: none;
	}
	#bo_banner_right,
	nav div.social_nets a,
	#menu_icon,
	nav div.menu a {
		display: inline-block;
	}

	.google_div,
	.google_div_map {
		padding: 5px;
	}
}

#map-canvas {
	height: 786px;
}

@media screen and (max-width: 420px) {
	#map-canvas {
		height: 400px;
	}
	#banner_center {
		display: none;
	}
}
