html { position: relative; min-height: 100%; }
body { font-family: 'Roboto', sans-serif; background:#fff; padding:0; margin:0 0 60px 0; color:#555;  }

h1 { color:#004f76; height:32px; line-height:32px; font-size:26px; text-transform: uppercase; margin-bottom:15px;   }
h2 { font-size:22px; color:#fff; margin:0 0 22px 0;  }

a	{ color:#259dc5; font-weight:normal; text-decoration:none; }
a:hover { text-decoration: underline; }

.clear	{ clear:both; height:0px; }
.lable { float:left; width:60px;  }

p { margin-bottom:22px; }

.header	 { background:#c3ddeb; text-align: center } 
.header img { width: 120px; }

.content { background:#fff; padding:0; margin-top:30px;  } 
.installation { background:#269ec6; padding:30px; color:#fff; } 

.step { background-color: #c3ddeb; width:30px; height:30px; line-height:30px; color:#004f76; font-size:20px; text-align: center; }

img.icon { float:left; height:60px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; border:1px solid #000;  }
.download { float:left; display:block; height:60px; background-color: #000; padding:0 15px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; color:#fff; margin-left:1px; width:180px; border:1px solid #000;}
.download .dtop { margin:5px 0 2px 0; font-size:13px; }
.download .dbottom { float:left; height:25px; width: 25px; margin-right:10px;  background: transparent url(https://backend.teamapp.de/img/icon-playstore.svg) center center no-repeat; background-size:contain;  }
.download .dbottomtext { font-size:20px; line-height:25px;  }
.download .dbottom.apple { background-image: url(https://backend.teamapp.de/img/icon-apple-white.svg);  }
.download .dbottom.teamapp { background-image: url(https://backend.teamapp.de/img/icon-teamapp.svg);  }


.pin { height:60px; line-height:60px; width:240px; text-align: center; margin-bottom:15px; font-size:24px; background:#eee; padding:0 15px; border-radius:5px;  }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px; 
  background-color: #c3ddeb;
  color:#004f76; 
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
