#sp-top2 {
  font-size: 16pt;
}

.clock {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0 -50px;
}

.sj-flat-menu li .fm-icon {
  margin: 8px 0 0 0;
}

.NOT_button_os {
  margin: 35% 80%;
  width: 150px;
  text-shadow: 0px 0px 2px #ffffff;
}

.button_os {
  margin: 30% 80%;
  width: 150px;
  background: #ffffff;
  color: #ffffff;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.lmenu {
  padding: 0px;
  border: 0px solid #cecece;
  color: #cecece;
  text-shadow: 1px 1px 0 #ffffff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.hov {
  transition: 0.2s all;
  -webkit-filter: grayscale(50%) contrast(100%);
  -moz-filter: grayscale(50%) contrast(100%);
  -ms-filter: grayscale(50%) contrast(100%);
  -o-filter: grayscale(50%) contrast(100%);
  filter: grayscale(50%) contrast(100%);
}

.hov:hover {
  transition: 0.2s all;
  -webkit-filter: grayscale(0%) contrast(150%);
  -moz-filter: grayscale(0%) contrast(150%);
  -ms-filter: grayscale(0%) contrast(150%);
  -o-filter: grayscale(0%) contrast(150%);
  filter: grayscale(0%) contrast(150%);
}

.hov1 {
  width: 25%;
  height: auto;
  margin: 0 40% 0 40%;
  transition: 0.2s all;
  -webkit-filter: grayscale(50%) contrast(100%);
  -moz-filter: grayscale(50%) contrast(100%);
  -ms-filter: grayscale(50%) contrast(100%);
  -o-filter: grayscale(50%) contrast(100%);
  filter: grayscale(50%) contrast(100%);
}

.hov1:hover {
  transition: 0.2s all;
  -webkit-filter: grayscale(0%) contrast(150%);
  -moz-filter: grayscale(0%) contrast(150%);
  -ms-filter: grayscale(0%) contrast(150%);
  -o-filter: grayscale(0%) contrast(150%);
  filter: grayscale(0%) contrast(150%);
}

.hov2 {
  width: 30%;
  height: auto;
  margin: auto;
  transition: 0.2s all;
  -webkit-filter: grayscale(100%) contrast(80%);
  -moz-filter: grayscale(100%) contrast(80%);
  -ms-filter: grayscale(100%) contrast(80%);
  -o-filter: grayscale(100%) contrast(80%);
  filter: grayscale(100%) contrast(80%);
}

.hov2:hover {
  transition: 0.2s all;
  -webkit-filter: grayscale(0%) contrast(100%);
  -moz-filter: grayscale(0%) contrast(100%);
  -ms-filter: grayscale(0%) contrast(100%);
  -o-filter: grayscale(0%) contrast(100%);
  filter: grayscale(0%) contrast(100%);
}

.news {
  margin: 10px 20px 10px 20px;
  111background-color: green;
  111text-align: center;
  111border: 3px solid #000000;
  111border-radius: 7px;
  111background: rgba(0, 0, 0, 0.1);
  111background: rgba(135, 166, 47, 0.2);
}

.fixed {
  position: fixed;
  top: -30px;
  z-index: 1000;
  width: 100%;
  111background: rgba(135, 166, 47, 0.9);
}

.head {
  text-align: center;
  border: 1px solid #000000;
  border-radius: 7px;
  background: black;
  111background: rgba(135, 166, 47, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.modul {
  111background-color: green;
  111text-align: center;
  border: 1px solid #000000;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  111font-family: Open Sans, sans-serif;
  111font-weight: 300;
  111font-size: 16px;
  padding: 10px 20px 10px 20px;
  111background: rgba(135, 166, 47, 0.2);
}

.modul2 {
  background: #ededed;
  111text-align: center;
  border: 1px solid #000000;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  111font-family: Open Sans, sans-serif;
  111font-weight: 300;
  111font-size: 16px;
  padding: 10px 20px 10px 20px;
  111background: rgba(135, 166, 47, 0.2);
}

.flyout-menu li ul {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
}

.bvi-text {
  display: block;
  margin: 5px 0 0 0;
  cursor: pointer;
}

#sp-page-title {
  position: relative;
  z-index: 1000;
}  