@charset "utf-8";
/* CSS Document */

:root {
	--street-point-grey: #e2d2bc;
	--street-point-blue: #428bca;
	--street-point-green: #a7cc46;
}

* {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

body { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-weight: 400; color:#000000; font-size: 14px; background-color: #efefef;
background-image: url(https://www.street-points.eu/files/Laufspiel/img/design/streetpoint_body_bg.gif);
background-repeat: repeat-y;
background-position: center top;}

h1 {
    color: #aaa;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
}

h1 img {
    height: auto;
    width: 50px;
    margin-right: -4px;
    vertical-align: bottom;
}

h2 {
	font-weight: 400;
	font-size: 1.6em;
	color: #417bbb; 
	}


#wrapper {
    max-width: 2000px;
    margin: 0 auto;
}

#header_images {
	position: relative;
	width: 100%;
	height: 340px;
	background-image:  url(https://www.street-points.eu/files/Laufspiel/img/design/img_header_betreiber.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#map_overlay .btn{
	background: linear-gradient(1deg, var(--street-point-blue) 70%, var(--street-point-light-blue))
}

#logo {
	position: absolute;
    margin: auto;
    top: -93px;
    left: 10px;
    width: 390px;
    text-align: center;
    height: 319px;
    background-color: #fff;
    border-radius: 50%;
    padding: 120px 0px 0px 0px;
}



.custom {
    max-width: 1200px;
    margin: 0 auto;
}

.clear {
	clear: both;
}

#footer {
	min-height: 560px;
	background-image: url(https://www.street-points.eu/files/Laufspiel/img/design/img_footer_betreiber.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* Betreiber Logo */

.mod_hochbahn_dynamic_logo {
    position: relative;
    float: right;
    height: auto;
    max-height: 100px;
    max-width: 115px;
    margin-top: -10px;
}



#navi_logo {
    float: right;
    margin-top: -80px;
    max-width: 150px;
}


/* Betreiber Logo */

.return {
    padding: 5px;
    border: 0;
    width: 67px;
    color: #fff;
    font-weight: 200;
    border-radius: 5px;
    -moz-border-radius: 5;
    -webkit-border-radius: 5;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: var(--street-point-grey);
}

.return a {
	color: #fff;
}

/* Spielübersicht Dashboard */

.uebersicht_info {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 0 15px 15px 15px;
    position: relative;
    margin-bottom: 15px;
    margin-left: 15px;
    max-width: 350px;
    width: 95%;
}

.uebersicht_info table tbody tr {
	border: none;
}


.tableRight,
.uebersicht_info h3 {
	color: var(--street-point-green); 
	font-weight: bold;
}

/* Spielübersicht Dashboard */


#main { margin-top: -50px;}
	
/* Tabellen im Betreiber Bereich */
#adminStationTable a {
    color: #333;
}

#adminStationTable a.btn {
    color: #fff;
}
/* Tabellen im Betreiber Bereich */

/* Startseite Betreiber Bereich */
#administration-uebersicht .link-arrow { margin-top:15px 0; }
#administration-uebersicht .link-arrow p { display:inline; }
#administration-uebersicht .inner-link { width:100%; padding:15px; }
/* Startseite Betreiber Bereich */

.btn.submit {
	padding: 5px;
	border: 0;
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5;
    -webkit-border-radius: 5;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: var(--street-point-blue);
}

.btn.submit:hover {
	color: #fff;	
}

@media (min-width: 407px) and (max-width: 650px) {
	#logo {
		left: 0px;
	}

}

@media (max-width: 406px) {
	#logo {
		top: -45px;
		left: 0px;
		width: 100%;
    	max-width: 330px;
		height: auto;
		padding: 120px 0px 22px 0px;
	}
	
	#logo img {
		width: 90%;	
	}
	
	#header_images {
   		 margin-top: -50px;
	}


}
@media (max-width: 576px) {

	#top h1 {
		font-size: 1.6em;
	}
	h1 img {
		width: 60px;
	}
	
	.mod_hochbahn_dynamic_logo {
		width: 100px;
		margin-top: 15px;
	}
}


/* responsive Tabellen */

@media screen and (max-width:700px) {
	
	.mobileTable table, .mobileTable tr, .mobileTable td {
		padding:0;
	}

	.mobileTable table {
		border:none;
	}

	.mobileTable thead {
		display:none;
	}

	.mobileTable tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
	}

	.mobileTable td {
		float: left;
		width: 100%;
		padding:1em;
	}

	.mobileTable td::before {
		content: attr(data-label);
		word-wrap: break-word;
		background-color: var(--street-point-green);
		color: white;
		background: -prefix-linear-gradient(70deg, var(--street-point-green) 70%, #9dc13f);
		background: linear-gradient(70deg, var(--street-point-green) 70%, #9dc13f);
		width: 35%;
		float: left;
		padding: 7px 5px 7px 10px;
		font-weight: bold;
		margin: -5px 10px -5px -5px;
	}
	
}
/* responsive Tabellen */


/* Admin Navigation */

	#left {
		width: 180px;
		float: left;
	}

	#left {
		margin-top: 20px;
	}

	#left nav.mod_navigation ul {
		margin-left: 20px;
		list-style: none;
		padding: 0px;
	}

	#left nav.mod_navigation ul li {
		line-height: 1.8em;
		color: var(--street-point-green);
	}

	#left nav.mod_navigation ul.level_2 li:hover,
	#left nav.mod_navigation ul.level_2 li a:hover {
		color: var(--street-point-blue);
	}

	#left ul.level_1 li a:hover, 
	#left ul.level_1 li.submenu span.submenu {
		color: #fff;
	}

	#left ul.level_2 a.trail, 
	#left ul.level_2 span.forward, 
	#left ul.level_2 span.active,
	#left li.active.protected {
		font-weight: bold;
		color: var(--street-point-green);!important;
	}

	#left ul.level_1 li a,
	#left ul.level_1 li.submenu span.submenu {
		background-color: var(--street-point-blue);
		padding: 3px 10px;
		margin: 2px 0;
		display: block;
		line-height: 2em;
		color: #fff;
	}

	#left ul.level_2,
	#left ul.level_2 li a {
		background-color:  #fff;	
	}

	#left ul.level_2 li a {
		padding: 0px;
		line-height: 1.8em;
		color: var(--street-point-green);	
	}


	#left ul.level_1 li.submenu a:after,
	#left ul.level_1 li.protected.first a:after,
	#left ul.level_1 li.submenu span.submenu:after
{
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		right: -17px;
		margin-top: -3px;
		border-style: solid;
		border-width: 17px 0 17px 17px;
		border-color: transparent transparent transparent var(--street-point-blue);
		z-index: 10;
	}



	#left ul.level_2 li.protected a:after,
	#left ul.level_2 li.protected.first a:after{
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		right: -17px;
		border-style: solid;
		border-width: 17px 0 17px 17px;
		border-color: transparent transparent transparent transparent;
		z-index: 10;
	}

@media (max-width: 1023px) {
	#main { margin-top: 0px;}
	
	#header_images {
		position: relative;
		width: 100%;
		height: 295px;
	}
}

@media(max-width: 1556px) {
	#left {
		display: none;
	}
	
}
/* Admin Navigation */



a.adminPicture img {
    width: 65px;
    margin: auto;
}

