@charset "utf-8";
/* -------------------------------------------------------
myCityHunt CSS-Styles 

Copyright by CityHunters 2020
------------------------------------------------------- */



/* -------------------------------------------------------
RESET ALL
------------------------------------------------------- */

/* -------------------------------------------------------
MAIN
------------------------------------------------------- */

/* -------------------------------------------------------
COLORS
------------------------------------------------------- */

.ch_gelb_gradient_bg {background-color: #ffcc00; background-image: linear-gradient(to bottom, #ffeb9c 0%, #FFCC00 50%);}

/* -------------------------------------------------------
BASICS
------------------------------------------------------- */

html {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%; 
	width: 100%; 
	margin:0; 
	padding:0;
	font-size: 14px;
	line-height: 1.35em;
	/*min-width: 350px;*/
	min-width: unset;
}


body {
	margin: 0;
	padding: 0;
	height: 100%; 
	width: 100%; 
	/*min-width: 350px;*/
	min-width: unset;
	background-color: #fff;
}

#app_container {
	/*min-width: 350px;*/
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	background-color: #fff;
	max-width: 600px;
}

@media screen and (min-width:602px) {
	#app_container {border-right: 1px solid #ccc; border-left: 1px solid #ccc;}
}

#inner_app_container {
	max-width: 600px;	
	height: auto !important;
	min-height: 100%;
}


/* @media screen and (min-width:800px) {
	body {font-size: 100%;}
} */

body.bigfonts p,
body.bigfonts .infomsg,
body.bigfonts ul:not(.infomsg_ul) li,
body.bigfonts #infomsg,
body.bigfonts .errormsg,
body.bigfonts #errormsg {
	font-size: 120%;	
}

/* -------------------------------------------------------
HEADER
------------------------------------------------------- */

div#header_frame {
	height: auto;
	width: 100%;
	position: relative;
}

div#header_tech {
	height: auto;
	overflow: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	padding-bottom: 9px;
	border-bottom: 1px solid #606bb3;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c3c8e+0,010f70+51 */
	background: #010f70; /* Old browsers */
	background: -moz-linear-gradient(top, #2c3c8e 0px, #010f70 42px); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2c3c8e 0px,#010f70 42px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2c3c8e 0px,#010f70 42px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3c8e', endColorstr='#010f70',GradientType=0 ); /* IE6-9 */
}

.header_top {
	background: transparent;
	background-color: #3b3b3b;
	background: -moz-linear-gradient(top,#3b3b3b 0,#6c6c6c 85px);
	background: -webkit-linear-gradient(top,#3b3b3b 0,#6c6c6c 85px);
	background: linear-gradient(to bottom,#3b3b3b 0,#6c6c6c 85px);
	border-bottom: 1px solid #3b3b3b;
	height: auto;
	overflow: hidden;
}

.header_top.preparing,
.header_top.denied,
.header_top.over {
	background: transparent;
	background-color: #fff;
	border-bottom: 1px solid #bebebe;
}

.header_top_inner {
	width: 100%; 
	padding: 0;
	position: relative;
}

div#header_logo {
    width: 50%;
	min-width: 120px;
	height: 64px;
	background-image: none;
	float: left;
	margin: 0;
}

.header_top.preparing div#header_logo,
.header_top.denied div#header_logo,
.header_top.over div#header_logo {
	float: none;
	margin: 0 auto;
	width: 45%;
}

div#header_logo a {
	opacity: 1;
    height: 34px;
	margin-top: 17px;
	margin-bottom: 13px;
	margin-left:15px;
	background: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-align: left;
}

div#header_logo a img {height: 100%;}

.header_top.preparing div#header_logo a,
.header_top.denied div#header_logo a,
.header_top.over div#header_logo a {
	padding-top: 14px;
	padding-bottom: 10px;
	height: 40px;
	float: left;
	margin: 0;
	text-align: center;
}

div#header_logo a:focus {
    outline: none !important;
}

div#header_links.running {
    width: 40%;
	height: 36px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-right: 15px;
	float: right;
	text-align: right;
}

div#header_links.preparing {
	position: absolute;
	width: auto;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);	
	
}

div#header_links a, div#header_links a:hover {
	color: #949494;
	border: 1px solid #949494;
	padding: 5px;
	display: block;
	font-size: 28px;
	height: 26px;
	width: 26px;
	float: right;
	line-height: 1em;
	text-align: center;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-left: 10px;
}

div#header_links.preparing a, div#header_links.preparing a:hover {
	color: #c5c5c5;
	border: 1px solid #c5c5c5;
}

div#header_links a .fas {
	line-height: 1.2em;
    vertical-align: text-top;
}


div#header_info {
	height: auto;
	overflow: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid #a6a6a6;
}

div#header_info div#header_info_team {
	height: auto;
	width: 65%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: left;
	float: left;
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}

div#header_info div#header_info_team.plus {width: 100%;}

div#header_info div#header_info_punkte {
	height: auto;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: right;
	float: right;
}


div#header_progress,
.mini_progress {
	height: 21px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

div#header_progress {
	height: 21px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #a6a6a6;
}

.mini_progress {
	height: 5px;
	background-color: #fff;
}

div#header_progress div#header_progress_bar,
.mini_progress .mini_progress_bar {
	height: 21px;
	width: 0%;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	text-align: right;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffeb9c+0,ffcc00+99 */
	background: #ffeb9c; /* Old browsers */
	background: -moz-linear-gradient(left, #ffeb9c 0%, #ffcc00 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffeb9c 0%,#ffcc00 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffeb9c 0%,#ffcc00 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb9c', endColorstr='#ffcc00',GradientType=1 ); /* IE6-9 */
	z-index: 2;
}

div#header_progress div#header_progress_bar {
	height: 21px;
	padding-right: 5px;
	font-size: 14px;
}

.mini_progress .mini_progress_bar {
	height: 5px;
	font-size: 0;
}


/* -------------------------------------------------------
CONTENT
------------------------------------------------------- */

div#content_frame {
	background-color: #fff;
	height: auto;
	min-height: 550px;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px 30px 20px;
}

div#content_frame.main, div#content_frame.index {padding: 0; overflow: hidden;}

.index_padding_replacement {padding: 30px 20px 120px 20px; overflow: visible;}


/* -------------------------------------------------------
FOOTER
------------------------------------------------------- */

#tech_footer {
	position: fixed; 
	bottom: 0; 
	z-index: 99999;
	height: auto;
	width: 100%;
	max-width: 600px;
	background-color: #e1e1e1;
	border-top: 3px solid #fff;
	-webkit-box-shadow: 0px -6px 4px -4px rgba(0,0,0,0.3); 
	box-shadow: 0px -6px 4px -4px rgba(0,0,0,0.3);
}

#tech_footer .tech_footer_button {
	width: 17.5%;
	float: left;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	padding: 16px 16px 12px 16px;
	font-size: 30px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 	-webkit-tap-highlight-color: transparent;
}

#tech_footer .tech_footer_button:nth-of-type(1) {
	position: relative;
}

#tech_footer .tech_footer_button .news_indicator {
	position: absolute;
	background-color: red;
	width: 10px;
	height: 10px;
	border-radius: 50%;
 -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	top: 10px;
	right: 22%;
	display: none;
}

#tech_footer .tech_footer_button:nth-of-type(3) {
	width: 30%;
}

#tech_footer .tech_footer_button:nth-of-type(3) .center_button {
	position: absolute;
	bottom: 12px;
	border: 3px solid #fff;
	left: 50%;
	transform: translate(-50%,0);
	width: 30px;
	height: 30px;
	font-size: 32px;
	line-height: 0.92em;
	padding: 20px;
 -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color: #ffae00;
	color: #fff;
	-webkit-box-shadow: 0px -6px 4px -4px rgba(0,0,0,0.3); 
	box-shadow: 0px -6px 4px -4px rgba(0,0,0,0.3);
}

#tech_footer .tech_footer_button.active {
	color: #ffae00;
	border-bottom-color: #ffae00;
}


/* -------------------------------------------------------
FONTS
------------------------------------------------------- */

h1 {
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	font-size: 170%;
	margin-bottom: 25px;
	color: #595959;
	line-height: 1.2em;
}

h2 {
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	font-size: 140%;
	margin-bottom: 15px;
	color: #8ec900;
	line-height: 1.2em;
}

p {
	color: #595959;
	line-height: 1.3em;
	margin-bottom: 8px;
}

#promo_text p,#promo_text p {
	font-size: 80%;
	color: #A8A8A8;
}

#promo_text p,#promo_text p a {color: #A8A8A8;}

ol, ul {
	list-style-position: outside;
	margin-left: 20px;
}

ol li, ul li {
	margin-bottom: 7px;
}


.infomsg ul {
	margin-bottom:0;
	margin-left: 15px;
}

.infomsg ul li {
	line-height: 1.2em;
	margin-bottom: 4px;
}

.infomsg.sr_orange, div#infomsg.sr_orange, .infomsg, div#infomsg, .errormsg, div#errormsg {
	border: 0;
    background: transparent;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.infomsg, div#infomsg {
    background: #edfbc9;
}

.infomsg.sr_orange, div#infomsg.sr_orange {
    background: #fff0d3;
}

.errormsg, div#errormsg {
    background: #ffdede;
}

p.quote {
	text-align: center;
	font-style: italic;	
}


/* -------------------------------------------------------
BUTTONS
------------------------------------------------------- */

.button_basis > span.task_list_item {
	padding-left: 40px;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 30px 30px;	
}

.button_basis > span.no_transition {
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.button_basis {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;	
	box-sizing: border-box;
	position: relative;
}

.button_basis.cockpit_special::after {
    top: 30%;
    left: 15px;
    font-size: 30px;
}

.button_basis.foto {
  position: relative;
}

.button_basis.foto:after {content: '\0046';}

.button_basis span.welcome_list {
	padding-left: 60px; 
	font-weight: normal;
}

.button_basis.sprachauswahl {
	padding-left: 40px;
	background-position: 10px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: 20px;
}


label.button_label, .label.button_label {
	padding-top: 0px;	
}


/* -------------------------------------------------------
INPUT
------------------------------------------------------- */

input, select, textarea {
    padding: 8px;
    box-sizing: border-box;
	border: 1px solid #ccc;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
    padding: 10px;
	line-height: 1.3em;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
  opacity: 1;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile_index {
	height: 0;
	border: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
}


input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
  border: none;
  padding: 0;
  padding-bottom: 10px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #848484;
  height: 30px;
  width: 24px;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  background: #f3f3f3;
  cursor: pointer;
  margin-top: -11px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
 /*  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
  border: 1px solid #848484;
  height: 30px;
  width: 24px;
  border-radius: 3px;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  background: #f3f3f3;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
  border: 1px solid #848484;
  height: 30px;
  width: 24px;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  background: #f3f3f3;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
 -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  border: 1px solid #a6a6a6;
  background: #ffeb9c;
	background: -moz-linear-gradient(left, #ffeb9c 0%, #ffcc00 99%);
	background: -webkit-linear-gradient(left, #ffeb9c 0%,#ffcc00 99%);
	background: linear-gradient(to right,#ffeb9c 0%,#ffcc00 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb9c', endColorstr='#ffcc00',GradientType=1 );
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffeb9c;
	background: -moz-linear-gradient(left, #ffeb9c 0%, #ffcc00 99%);
	background: -webkit-linear-gradient(left, #ffeb9c 0%,#ffcc00 99%);
	background: linear-gradient(to right,#ffeb9c 0%,#ffcc00 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb9c', endColorstr='#ffcc00',GradientType=1 );
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
 -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  border: 1px solid #a6a6a6;
    background: #ffeb9c;
	background: -moz-linear-gradient(left, #ffeb9c 0%, #ffcc00 99%);
	background: -webkit-linear-gradient(left, #ffeb9c 0%,#ffcc00 99%);
	background: linear-gradient(to right,#ffeb9c 0%,#ffcc00 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb9c', endColorstr='#ffcc00',GradientType=1 );
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  border: 1px solid #a6a6a6;
  border-radius: 2.6px;
 -webkit-border-radius: 2.6px;
    -moz-border-radius: 2.6px;
  /* box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
    background: #ffeb9c;
	background: -moz-linear-gradient(left, #ffeb9c 0%, #ffcc00 99%);
	background: -webkit-linear-gradient(left, #ffeb9c 0%,#ffcc00 99%);
	background: linear-gradient(to right,#ffeb9c 0%,#ffcc00 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb9c', endColorstr='#ffcc00',GradientType=1 );
}
input[type=range]:focus::-ms-fill-lower {
    background: #ffeb9c;
	background: -moz-linear-gradient(left, #ffeb9c 0%, #ffcc00 99%);
	background: -webkit-linear-gradient(left, #ffeb9c 0%,#ffcc00 99%);
	background: linear-gradient(to right,#ffeb9c 0%,#ffcc00 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb9c', endColorstr='#ffcc00',GradientType=1 );
}
input[type=range]::-ms-fill-upper {
  border: 1px solid #a6a6a6;
  border-radius: 2.6px;
 -webkit-border-radius: 2.6px;
    -moz-border-radius: 2.6px;
 /*  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
     background: #ffeb9c;
	background: -moz-linear-gradient(left, #ffeb9c 0%, #ffcc00 99%);
	background: -webkit-linear-gradient(left, #ffeb9c 0%,#ffcc00 99%);
	background: linear-gradient(to right,#ffeb9c 0%,#ffcc00 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb9c', endColorstr='#ffcc00',GradientType=1 );
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.range_slider_frame {
	padding: 10px;	
}

.range_slider_title_5 {
	width: 23.3333333%;
	display: inline-block;
	text-align: center;	
}

.range_slider_title_5:first-of-type {
	width: 13.5%;
	text-align: left;
	padding-left: 1.5%;
}

.range_slider_title_5:last-of-type {
	width: 13.5%;
	text-align: right;
	padding-right: 1.5%;
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='tel'],
textarea {
  font-size: 16px;
}

input.ticketcode_input {
	font-size: 22px;
    text-align: center;
	padding: 6px 0px;
}

/* -------------------------------------------------------
TABLES
------------------------------------------------------- */

.legende_item {
	padding-left: 30px; 
	height: 20px; 
	padding-top: 2px; 
	background-image: url(../images/team_marker_blau.png); 
	background-size: 20px 20px; 
	background-position: left center; 
	background-repeat: no-repeat;	
}

/* ------Inventory -------------- */

table.task_items {
	width: 100%;
	border-collapse: separate;
	border-spacing: 12px;
	position: relative;
}

table.task_items tr td {
	width: 50%;
	box-sizing: border-box;
	padding: 5%;
	vertical-align: center;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 6px;
 	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	position: relative;
}

table.task_items.no_border tr td {border: 0; padding: 3%;}

table.task_items.interactive tr td:hover, 
table.task_items.interactive tr td:focus,
table.task_items tr td.interactive {border: 2px solid #ffae00;}

table.task_items tr td .inventory_item_open {
	position: absolute;	
	top: 5px;
	right: 5px;
	font-size: 25px;
	color: #ccc;
	z-index: 1;
}

table.task_items tr td a {
	width: 100%;
	height: 100%;	
}

table:not(.inventory).task_items tr td img:not(.w100) {
	max-width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: block;
}

table.inventory tr td img {
	margin: 0 auto;
	max-height: 100px;
	max-width: 100%;
}

table.inventory a {
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

table.task_items tr td img.w100 {
	width: 100%;
	margin: 0;
}

table.task_items tr td.pos_absolute img {
	margin-bottom: 35px;
}

table.task_items tr td .description {
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 7%;	
}

table.task_items tr td.pos_absolute .description {
	position: absolute;
	bottom: 7%;	
	left: 10%;
	width: 80%;
}

.task_inventory_item {
	max-width: 80%; 
	max-height: 300px;
}


/* -------------------------------------------------------
COMMON
------------------------------------------------------- */

.span_100 {overflow: auto;}

.span_33 {width: 32%; box-sizing: border-box}
.span_33.first, .span_66.first {margin-right: 5%;}
.span_66 {width: 62%; box-sizing: border-box}

.span_90 {width: 90%}

.w60_frame {
	width: 60%;
	height: auto;
	margin: 0 20% 0 20%;
	position: relative;
}

.w80_frame {
	width: 80%;
	height: auto;
	margin: 0 10% 0 10%;
	position: relative;
}

.w90_frame {
	width: 90%; 
	height: auto;
	margin: 0 5% 0 5%;
	position: relative;
}

.w100_frame {
	width: 100%; 
	height: auto;
	margin: 0;
	position: relative;
}

.min_width_350 {width: 100%}

.max_width_auto {max-width: none;}

.touch_protector {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: transparent;
}


.margin_top_5 {margin-top: 5px;}
.margin_top_10 {margin-top: 10px;}
.margin_top_20 {margin-top: 20px;}
.margin_top_30 {margin-top: 30px;}

.margin_bottom_5 {margin-bottom: 5px;}

.padding_5 {padding: 5px;}

.prevent_text_overflow {
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}

.invisible {display: none;}

.position_relative {position: relative}
.position_absolute {position: absolute}

.textline_float_right {
	display: inline-block; 
	float: right;	
}

.overflow_auto {overflow: auto;}
.overflow_visible {overflow: visible;}

@media screen and (max-width:800px) {

	.column_item.c3_columns_item.no_collapse {
		width: 30%;
		margin-left: 5%;
	}
	
	.column_item.c4_columns_item.no_collapse {
		width: 21.25%;
		margin-left: 5%;
		padding: 0;
	}
	
	.column_item.c2-3_columns_item.no_collapse {
		width: 62%;
		margin-left: 7%;
	}
	
	.column_item.c1-3_columns_item.no_collapse {
		width: 30%;
		margin-left: 7%;
	}

}

.column_item.c2_columns_item:nth-of-type(2n-1) {margin-left: 0;}
.column_item.c3_columns_item:nth-of-type(3n-2),.column_item.c4_columns_item:nth-of-type(4n-3) {margin-left: 0;}
.column_item.c2-3_columns_item.first {margin-left: 0;}



/* -------------------------------------------------------
ELEMENTS
------------------------------------------------------- */

.quote {
	width: 80%;
    position: relative;
    padding: 5% 5% 5% 15%;
	background: #F0F0F0;
	border-radius: 6px;
}

.quote:before {	
	content: 'ˮ';
    position: absolute;
    left: 0px;
    z-index: 10;
    font-size: 800%;
    top: 0px;
    line-height: 100%;
    color: #fff;
}

/* ---------- CHAT ------------ */

#chat_button {
	position: relative;
}

#chat_button #chat_message_indicator {
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #8dc900;
	position: absolute;
	top: 3px;
	right: 3px;	
}

#roomselection_page .button_basis {position: relative;}

#roomselection_page .button_basis .messages_indicator {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	padding: 4px;
	font-size: 14px;
	border-radius: 50%;
	background: #fff;
	font-weight: bold;
}

#chatroom {
	overflow-y: auto; 
	width: 95%; 
	padding-right: 5%;
	height: 40vh; 
}

#chatroom .item {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	clear: both;
	overflow: auto;
}

#chatroom .item .avatar {
	width: 11%;
	display: inline-block;
	position: relative;
	float: left;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-size: cover;
    background-position: center center;
    box-sizing: border-box;
}

#chatroom .item .avatar:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#chatroom .item.self .avatar {
	float: right;
}

#chatroom .item .text {
	width: 86%;
	display: inline-block;
	float: right;
	margin-left: 3%;
	border-radius: 5px;
	background-color: #ececec;
	padding: 8px 8px 4px 8px;
	box-sizing: border-box;
	border: 0;
	-webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
	position: relative;
}

#chatroom:not(.teams) .item.self .text:before {
	content: '\0043';
	display: inline-block;
	font-family: 'CityHunters Icons';
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
	line-height: 0.8;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 7px;
	bottom: 7px;
	color: #82B900;
	z-index: 1;
}


#chatroom:not(.teams) .item.self.unread .text:before {
	color: #fff;
}

#chatroom .item:not(.self) .text {
	padding: 8px 4px 4px 8px;
	border-right: 4px solid #ececec;
}


#chatroom .item.new .text {
	border-right: 4px solid #8ec900;
}

#chatroom .item .text p {
	line-height: 1.4em;
	margin-bottom: 6px;	
	font-size: 95%;
}

#chatroom .item.self .text {
	background-color: #D6D6D6;
}

#chatroom .item.self .text {
	float: left;
	margin-left: 0;
	margin-right: 3%;
}

#chatroom .item .text .absender {
	width: 100%;
	margin-bottom: 4px;
	font-size: 90%;
	color: #888;
	display: block;
	font-weight: bold;
	line-height: 1em;
}

#chatroom .item .text .date {
	width: 100%;
	margin-top: 4px;
	font-size: 80%;
	color: #888;
	display: inline-block;
}

#chatroom .item.self .text .date {
	text-align: right;
}



/* ---------- GPS INFO ------------ */

.gps_info {
	border-radius: 5px;
 	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 4px 7px 4px 7px; 
	position: absolute; 
	z-index: 2; 
	top: 7px; 
	left: 7px;
	display: none;
}

/* ---------- BEWERTUNG ------------ */
	
.bewertung_smiley {
    width: 33px;
    height: 33px;
	margin-right: 1px;
    cursor: pointer;
    display: inline-block;
}

.bewertung_smiley .bewertung_smiley_inner {
    width: 30px;
    height: 30px;
	margin: 3px;
	background-size: contain;
	background-repeat: no-repeat;
}

.bewertung_smiley .bewertung_smiley_inner.active, .bewertung_smiley .bewertung_smiley_inner:hover {
    width: 34px;
    height: 34px;
    margin: 0;
}	


.bewertung_smiley .bewertung_smiley_inner.not_active {
	opacity: 0.4;
}

.bewertung_smiley .bewertung_smiley_inner.smiley_1 {
	background-image: url(../images/smiley_1.png);	
}

.bewertung_smiley .bewertung_smiley_inner.smiley_2 {
	background-image: url(../images/smiley_2.png);	
}

.bewertung_smiley .bewertung_smiley_inner.smiley_3 {
	background-image: url(../images/smiley_3.png);	
}

.bewertung_smiley .bewertung_smiley_inner.smiley_4 {
	background-image: url(../images/smiley_4.png);	
}

.bewertung_smiley .bewertung_smiley_inner.smiley_5 {
	background-image: url(../images/smiley_5.png);	
}

/* ---------- OVERLAYS ------------ */

div#loading_overlay, 
div#screen_overlay {
	z-index: 999999;
}

.loading_spinner_bg {
	background-color: #fff; 
	background-image: url(https://www.ch-static.de/images/page-loader.gif);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

#screen_overlay #screen_overlay_content_container {
	position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
	width: 90%;
	max-width: 580px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 25px 15px 25px 25px;
    max-height: 90%;
    overflow: hidden;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

#screen_overlay #screen_overlay_content_container.autoheight {
	bottom: auto;	
}

#screen_overlay #screen_overlay_content_container .close_overlay {
    color: #595959;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 18px;
    height: 18px;
    display: block;
    z-index: 99999;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #595959;
    width: 18px;
    text-align: center;
    line-height: 19px;
}

#screen_overlay #screen_overlay_content_container .close_overlay:after {
	content: " ";
    position: absolute;
    z-index: -1;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 50%;
    border: 3px solid #fff;
}

#screen_overlay #screen_overlay_content_container #screen_overlay_content_inner_container {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

#screen_overlay #screen_overlay_content_container  #screen_overlay_content_inner_container #screen_overlay_content {
	width: 100%;
	height: 100%;
    overflow-y:auto;
    box-sizing:border-box;
	padding-right: 10px;
}

div#appstart_overlay,
div#progress_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999999;
}

div#progress_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(https://www.ch-static.de/images/black-70p.png);
    z-index: 99999999;
}
    

div#appstart_overlay.languageselect {display: block;}

div#appstart_overlay #logo {
    width: 250px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -125px;
    background-image: url(/app/images/mch-logo-grey.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

div#progress_overlay .loading_message {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}

div#progress_overlay .loading_message .loading_progress_bar {
	display: block;
    width: 100%;
    margin: 10px 0 10px 0;
    height: auto;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

div#progress_overlay .loading_message .loading_progress_bar .progress {
	width: 0%;
    display: block;
    background-color: #ffae00;
    height: 6px;
    box-sizing: border-box;
}


/* ---------- SONSTIGE ------------ */

#hiddenvideo {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;	
}

.text_difficulty_5_1 {
	background: linear-gradient(#fff 45%, #595959 45%);
}

.text_difficulty_5_2 {
	-webkit-filter: blur(2px); 
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px); 
	filter: blur(2px); 
}


.cursor_pointer {cursor: pointer;}

/* -------------------------------------------------------
PAGES
------------------------------------------------------- */

/* ---------- LANGUAGE PAGE ------------ */

 .column_item.c3_columns_item.auswahlbutton {
	padding: 17px;
	background: #e6f7bb;
    background: -moz-linear-gradient(top,#e4e4e4 0,#f9f9f9 100%);
    background: -webkit-linear-gradient(top,#e4e4e4 0,#f9f9f9 100%);
    background: linear-gradient(to bottom,#e4e4e4 0,#f9f9f9 100%);
    -webkit-box-shadow: inset 0 0 2px 2px #fff;
    -moz-box-shadow: inset 0 0 2px 2px #fff;
    box-shadow: inset 0 0 2px 2px #fff;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.column_item.c3_columns_item.auswahlbutton img.flag {
	width: 60%;
	border: 1px solid #fff;	
}


/* ---------- INDEX PAGE ------------ */


div#map_canvas {
	width: 100%; 
	height: 400px;	
}

div#map_canvas.index {height: 600px;}

.clouds {
	width: 1100px;
	height: 600px;
	position: absolute;
	z-index: 1;
	background-image: url(/app/images/small_cloud.png);
	background-size: contain;
	background-repeat: no-repeat;
	transition: top 20s, left 20s, bottom 20s, right 20s;
}

#cloud_1 {
	top: -100px;
	left: 0px;	
}

#cloud_2 {
	bottom: -100px;
	right: 0px;	
}

#cloud_3 {
	bottom: 0px;
	left: -200px;	
}

#cloud_4 {
	bottom: 0;
	left: 0;	
	top: 0;
	right: 0;
	background-size: 50%;
	background-repeat: repeat;
}

.map_overlay_info {
 -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	padding: 15px;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
	right: 20px;
	background-color:rgba(0, 0, 0, 0.8);
	border: 1px solid #999;
}

.map_overlay_info.smaller {
	padding: 7px;
}

.map_overlay_info h1 {
	line-height: 1.35em;
	color: #fff;
	margin-bottom: 15px;
}

.map_overlay_info p {
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

#main_menu_info {
	width: 100%;
	height: 100%;	
}

#main_menu_info .gmi_logo {
	width: 20%;
	float: left;
	margin-right: 5%;
	margin-bottom: 10px;
}

.map_overlay_info table td {
	padding: 5px;
	color: #fff;
	line-height: 1.35em;
	box-sizing: border-box;
}

#main_menu_info_container.smaller table td {
	padding: 0;
}

.map_overlay_info .close_overlay,
#main_menu_info_container .close_overlay {
	color: #fff;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 20px;
	height: 20px;
	display: block;
	z-index: 3;
	width: 20px;
	text-align: center;
	line-height: 20px;
}

#main_menu_info_container.no_close_icon .close_overlay {display: none;}

.map_overlay_info .small_button {
	font-size: 110%;
	font-weight: bold;
	line-height: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
	line-height: 1.2em;
	padding: 7px;
}

/* ---------- TEAM PAGE ------------ */

.team_pic {
	background-size: cover; 
	background-position: center center;	
}

.other_team_pic_frame {
	overflow:hidden;
	position: relative;
}

.other_team_pic {
	background-size: cover; 
	background-position: center center;	
}

.other_team_pic_blurry {
	transform: scale(1.02); 
	-webkit-filter: blur(2px); 
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px); 
	filter: blur(2px); 
}

.other_team_pic_frame i {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 60px;
	position: absolute;
	z-index: 2;
	color: #fff;
}

/* ---------- AWARD PAGE ------------ */

.scroll {
	width: 250px; 
	height: 380px;
	margin: 0 auto; 
    position: relative;	
	z-index: 2;
}

.scroll_sealed, .scroll_open {
	position: absolute; 
	top: 26%; 
	height: 50px; 
	width: 100%;
	background-image: url(/app/images/scroll-open.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.scroll_open {
	height: 360px;
	top: 0%;
	display: none;
}

#scroll_text_frame {
	overflow: hidden;
	height: 260px;
	width: auto;
	position: absolute;
	top: 60px;
	left: 25px;
	right: 25px;
	box-sizing: border-box;
	z-index: 3;
	color: #3c2915;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.2em;
	text-align: center;
}


.scroll img {
	width: 100%;
	z-index: 2;
	display: block;
}

.scroll::after {
	font-family: 'CityHunters Icons';
    content: '\0028';
    position: absolute;
	display: block;
    width: 220px;
    height: 220px;
	font-size: 220px;
	line-height: 1em;
    color: #ffae00;
	animation: rotation 4s infinite linear;
	-webkit-animation: rotation 4s infinite linear;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: -1;
	top: 15px;
	left: 15px;
	opacity: 0.4;
  }

.scroll::before {
	font-family: 'CityHunters Icons';
    content: '\0028';
    position: absolute;
	display: block;
    width: 200px;
    height: 200px;
	font-size: 200px;
	line-height: 1em;
    color: #ffae00;
	animation: rotation 4s once linear;
	-webkit-animation: rotation 4s infinite linear;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: -1;
	top: 25px;
	left: 25px;
	opacity: 0.4;
  }
  
