@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2") format("woff2");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2") format("woff2");
}


/* SMARTPHONE CSS */
#smartphone {
	box-sizing: border-box;
	font-size: 12px;
	font-family: verdana;
 	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	margin-top: -800px; 

}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}

.very_small {
	font-size: 9px;
}

.wrapper {
	width: 300px;
	height: 600px;
	border-radius: 40px;
	border: 1px solid black;
	margin: 50px auto;
	position: relative;
	background: #666;
}

.wrapper > .inner {
	width: 296px;
	height: 596px;
	border-radius: 40px;
	border: 1px solid black;
	position:absolute;
	left:1px;
	top:1px;
	background: white;
}

.power_button{
	width: 40px;
	height:3px;
	border: 1px solid black;
	background: black;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	position:absolute;
	top: -3px;
	right:40px;
}

.camera {
	width: 12px;
	height:12px;
	border-radius:10px;
	border: 1px solid black;
	position:absolute;
	left: 145px;
	top: 2%;
}

.camera > .inner{
	width: 4px;
	height:4px;
	border-radius:10px;
	border: 1px solid black;
	margin-left: 3px;
	margin-top:3px;
	background: darkblue;
}

.speaker {
	width: 15%;
	height: 8px;
	border: 1px solid black;
	position:absolute;
	top: 8%;
	left: 130px;
	border-radius: 4px;
	background: black;
}
.speaker > .inner {
	width: 85%;
	height: 4px;
	border: 1px solid black;
	position:absolute;
	top: 1px;
	left: 3px;
	border-radius: 4px;
	background: grey;
}

.display {
	width: 265px;
	height: 450px;
	border: 1px solid grey;
	position:absolute;
	
	top: 15%;
	left: 5%;
}

.display > .header_d{
	width:100%;
	height: 15px;
}

.display > .header_d > div{
	float:left;
	width: 33%;
}

.display > .header_d > div.center {
	text-align: center;
}
.display > .header_d > div.left {
	text-align: left;
}
.display > .header_d > div.right {
	text-align: right;
}

.display > .content {
	width:100%;
	height: 434px;
}

.home_button {
	width: 45px;
	height: 45px;
	border-radius: 50px;
	border: 1px solid grey;
	position:absolute;
	bottom:6px;
	left: 130px;
}

.home_button > .inner {
	width:20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid grey;
	margin-left: 11px;
	margin-top: 11px;
}

.home_button:hover {
	background:#D0D0D0;
	cursor: pointer;
}

.cell {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	border: 1px solid black;
	background: black;
	margin-top: 6px;
	margin-left: 2px;
	float: left;
}

.cell.empty {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	border: 1px solid black;
	background: white;
	float: left;
}

.carrier {
	margin-top: 2px;
	margin-left: 4px;
}

.time {
	font-size: 10px;
}

.akku {
	width: 20px;
	height: 9px;
	border: 1px solid grey;
	position:relative;
	border-radius:2px;
	float: right;
	margin-top:3px;
	margin-right:4px;
}

.akku > .left{
	width:4px;
	height: 5px;
	position:absolute;
	top: 1px;
	right: -4px;
	border: 1px solid grey;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.akku > .capacity{
	width: 92%;
	height:100%;
	position:absolute;
	left: 0px;
	bottom:0px;
	background: grey;
}

.akku_percent {
	font-size: 10px;
	float: right;
	margin-right:2px; 
	margin-top:0px; 
}

.safari {
	width: 100%;
	height: 100%;
}

.safari > .urlbar {
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #D0D0D0;
}

.safari > .urlbar > div{
	width: 90%;
	height: 20px;
	border: none;
	background: #EDEDED;
	border-radius: 4px;
	margin: 4px auto;
	text-align: center;
}

.safari > .urlbar > div > span{
	margin-top: 3px;
	font-size: 10px;
}

.safari > .page_bg {
	width: 100%;
	height: 402px;
	position:absolute;
	background: rgba(0,0,0,0.8);
	display: block;
}

.safari > .page {
	width: 100%;
	height: 401px;
	position:absolute;
	background: white;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.safari > .page.scale{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.safari > .page > .auswahl {
	width: 100%;
	height: auto;
	padding: 10px;
	margin-top: 20%;
}

.safari > .page > .auswahl > div {
	text-align: center;
	font-size: 10px;
	border: 1px solid #D0D0D0;
	border-radius: 100px;
	height: 100px;
	width: 100px;
	padding-top: 14px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 6px;
	float: left;
	background: #A6191B;
	color: white;
}
			
.safari > .page > .auswahl > div:hover {
	background: #F18624;
	cursor: pointer;
}


/* Custom */
.smartphone_close {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.smartphone_close:hover {
	cursor: pointer;
	color: #A6191B;
}