html,
body,
p {
  font-weight: normal;
  color: #444;
  line-height: 160%;
}

body {
  background-image: url("stones2.jpg");

  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-weight: normal;
  line-height: 160%;
}
p a a:hover {
  font-weight: 300;
  color: #111111;
  text-decoration: none;
}
a,
a:hover {
  font-weight: 400;
  color: #007bf8;
  text-decoration: none;
}

.module {
  background-color: #fff;
}

.navbar-toggler-icon {
  width: 0.8em !important;
}
.navbar-brand {
  font-size: 1.1rem !important;
}

.footer {
  position: fixed;
  height: 25px;
  background-color: #333;
  z-index: 99;
  bottom: 0;
  width: 100%;
}

.footertext {
  color: #999;
  font-size: 90%;
  margin-left: 25px;
}

.news {
  float: left;
  margin: 15px 15px 0px 0px;
  width: 130px;
  height: auto;
}

.newsbig {
  /* 	float: left; 
	margin: 23px 15px 0px 0px;
	width: 240px; */
  width: 100%;
  display: block;
  height: auto;
}

.ver_menuitem {
  margin-top: 15px;
  text-align: center;
  font-size: 110%;
}

.page-item.active .page-link {
  background-color: #007bf8;
  border-color: #007bf8;
}
.page-link {
  color: #007bf8;
}

.dataTables_info {
  display: none;
}

.admodal {
  width: 300px;
  height: 250px;
  background-color: white;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

