* {
  margin-top: 0px;
}

header {
  position: fixed;
  background-color: #ffffff;
  padding-top: 10px;
}

.header-bk {
  height: 170px;
}

.main-nav {
  margin-right: 10px;
}

.page-header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.page-header li {
  display: inline;
  text-align: right;
  font-size: 0.8rem;
  width: 70px;
}

.private-nav ul {
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
}

.private-nav li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

.logo {
  width: 180px;
}

.logoline {
  width: 100%;
  vertical-align: bottom;
 }

 .logolinel {
  vertical-align: bottom;
 }

 .hrline {
   margin-bottom: 14px;
 }

 .hrlinel {
  margin-bottom: 14px;
  width: 15px;
}

.page-footer {
  color: #ffffff;
  background-color: #11185c;
  text-align: center;
}


h2 {
  color: #11185c;
  text-align: center;
}

.bodybody {
  color: #11185c;
}

th {
  text-align: left;
}

.overviewitem {
  width: 150px;
}

.overviewh td {
  vertical-align: top;
  background-color: #b0c4de;
  padding-left: 5px;
  padding-right: 5px;
}

.overviewh th {
  padding-left: 5px;
  color: #ffffff;
  background-color: #11185c;
}

.scondition ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

.scondition li {
  margin-right: 10px;
}

.search {
  color: #ffffff;
  background-color: #11185c;
  border-color: #11185c;
}

.works {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  margin-top: 6%;
  margin-bottom: 10px;
}

.workitems img {width: 100%;}

.privatebodybody {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(images/private.jpg);
  min-height: 100vh;
}

.privatebodybody .page-title {
  text-transform: none;
}

@media (max-width: 600px) {
  .logo {
    width: 100px;
  }

  .hrline {
    margin-bottom: 10px;
  }

  .hrlinel {
    margin-bottom: 11px;
    width: 10px;
  }

  .header-bk {
    height: 120px;
  }

  .overviewitem {
    width: 80px;
  }

  .overview table {
    width: 100%;
  }

  .overview th {
    display: block;
    width: 100%;
  }

  .overview td {
    display: block;
    width: 100%;
  }

  .overviewh td {
    font-size: 0.7rem;
  }
  
  .overviewh th {
    font-size: 0.7rem;
  }

  .scondition {
    font-size: 0.8rem;
  }

  footer {
    font-size: 0.6rem;
  }

  .works {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
