@charset "iso-8859-1";
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
* {
	margin: 0;
	padding: 0;
}
body {
  font-size: 1.20rem;
}
a, a:hover {
  color: #313131;
}
.eicom-section-mainroot {
}
.eicom-block-start {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: initial;
}
.eicom-start {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eicom-start-logo {
  width: 296px;
  border-radius: 50%;
  text-align: center;
  margin: -4rem auto 2rem;
  background-color: #ffffff;
  padding: 3rem;
  height: 292px;
  line-height: 200px;
}
.eicom-start-address {
  background-color: rgb(255 255 255 / 70%);
  border: 10px solid #ffffff;
  position: relative;
  padding: 0 2rem 2rem;
}
.eicom-websolutions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.eicom-websolutions a {display: block;text-align: center;padding: 1rem;}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  .eicom-start-address {
    padding: 0 1rem 1rem;
  }
  .eicom-start-logo {
  padding: 1rem;
    line-height: 10px;
    height: 146px;
    width: 146px;
  }
  .eicom-start-logo img {
    width: 100px;
  }
}

