body{
  margin: 0;
  padding: 0;
}
.maintenance-page, .maintenance-page > *{
  box-sizing: border-box;
}
.maintenance-page, .maintenance-page p, .maintenance-page ul, .maintenance-page li, .maintenance-page a{
  font-size: 14px;
  color:#fff;
  font-family: Source Sans Pro,sans-serif,serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.maintenance-page p{
  margin: 0 0 10px;
}
​ .maintenance-page{
  /* background: #e2e2e2; */
  /* background-image: linear-gradient(to bottom, #1f6384 1%, #1f6384 62%, #3f4452 99%); */
  background-image: url(https://files.itonicsit.de/resources/images/maintenance-bg.png);
  background-position: center bottom;
  background-color: #1F6384;
  background-size: auto;
  width:100%;
  min-height:100vh;
}
.maintenance-page .header-wrapper{
  /* background: #e2e2e2;
  max-width: 1174px;*/
  width:100%;
  margin: 0 auto;
  padding: 40px 50px;
  position: relative;
  background: transparent;
}
.maintenance-page .header-wrapper .logo{
  margin-left: 0;
  position: relative;
  width: auto;
  left: 0;
}
.maintenance-page .header-wrapper .logo img{
  max-height:60px;
}
​ .maintenance-page .social-links{ margin: 15px 0;} .maintenance-page .social-links ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
​ .maintenance-page .social-links ul li{
  margin-right: 15px;;
}
.maintenance-page .social-links ul li a{
  color: #fff;
  font-size: 14px;
}
.maintenance-page .social-links ul li a:hover{
  text-decoration: none;
}
​ .maintenance-page .container{
  padding: 0 50px;
  color: #fff;
}
​ .maintenance-page .container ul, .maintenance-page .container ul li{
  list-style-type: disc;
}
.maintenance-page .container ul li {
  padding-left: 0;
  margin-left: 20px;
}
.maintenance-page.container p, .maintenance-page.containern ul{
  color: #FFF;
  margin-bottom: 20px;
}
.maintenance-page .container{
  max-width: 1174px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  padding-bottom: 20px;
}
​ .maintenance-page .container h2{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom:20px;
  color:#fff;
}
.maintenance-page .container p{
  font-size: 24px;
  line-height: 1.3;
}
​ .maintenance-page .container .bottom-image{
  background: url(https://files.itonicsit.de/resources/images/maintenance-image.png) no-repeat center center;
  background-size: cover;
  max-width:131px;
  height: 180px;
  margin: 0 auto 20px;
  clear: both;
  position: relative;
  left: -22px;
}
.maintenance-page .container .back-button{
  text-align: center;
}
.maintenance-page .container .back-button a{
  background: transparent;
  border-color:#fff;
}
​ html,body{
  height: 100%;
}
.maintenance-page .container .bottom-row p{
  font-size:14px;
}
​ .maintenance-page .container .bottom-row a:hover{
  text-decoration: none;
}
