* {
  font-family: Arial;
  color: #1c1c1c; }

h1 {
  margin-top: 16px;
  font-size: 20px;
  font-family: Arial Black, Arial; }

html, body {
  height: calc(100% - 10px); }

#backgroundHolder {
  position: absolute;
  width: 100%;
  height: 1000px;
  margin-top: -1000px;
  background: url(../img/zielscheibe.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -10;
  min-width: 1170px; }

header {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  height: 60px;
  margin-bottom: -10px;
  width: 80%;
  min-width: 900px; }
  header #claim {
    width: 50%;
    padding-left: calc(20% + 40px);
    color: #A1A1A1;
    font-style: italic;
    padding-top: 20px;
    margin-top: 20px;
    height: 20px; }
  header img {
    height: 60px;
    margin-top: -40px;
    float: right; }

#mainContent {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-top: 1px solid #B4B4B4;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: inline-block;
  min-width: 900px; }

#borderBottom {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  background: #B4B4B4;
  position: relative;
  bottom: 55px;
  height: 1px;
  min-width: 900px; }

nav {
  position: static;
  width: 20%; }
  nav ul {
    border-left: 1px solid #B4B4B4;
    float: left; }
    nav ul li {
      cursor: pointer;
      float: left;
      width: 100%;
      text-transform: uppercase;
      margin-left: -20px;
      padding-top: 5px; }
      nav ul li ul {
        float: left;
        width: 160px; }
        nav ul li ul li {
          font-size: 14px;
          text-transform: none;
          font-style: italic;
          font-weight: normal; }

#hover {
  width: 7px;
  height: 30px;
  background: #ed7b00;
  position: absolute;
  margin-left: -44px; }

#hover2 {
  width: 5px;
  height: 30px;
  background: grey;
  position: absolute;
  margin-left: -43px; }

.selected {
  font-weight: bold; }

.selected2 {
  color: #ed7b00; }

#contentHolder {
  float: left;
  width: 60%;
  height: 100%; }

#content {
  margin: 10px;
  padding-left: 10px;
  padding-rigt: 10px;
  font-size: 14px; }

footer {
  -moz-box-shadow: inset  0  10px 25px -8px #333333,  inset  0  0px 0px  0px #333333;
  -webkit-box-shadow: inset  0  10px 25px -8px #333333,  inset  0  0px 0px  0px #333333;
  box-shadow: inset  0  10px 25px -8px #333333,  inset  0  0px 0px  0px #333333;
  background: #116d9d;
  background-image: url(../img/footerZielscheide.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-align: right;
  color: white;
  width: 100%;
  height: 51px;
  min-width: 1170px; }

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -51px; }

.page-wrap:after {
  content: "";
  display: block; }

.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
  height: 51px; }

footer #impressum {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 15px; }

footer #impressum a {
  color: white;
  font-size: 14px;
  cursor: pointer; }

a {
  cursor: pointer;
  text-decoration: none; }

h2 {
  font-size: 15px;
  margin-top: 15px; }

h3 {
  font-style: italic;
  font-size: 14px; }

#content ul.normal {
  margin-left: 0px;
  padding-left: 0px;
  margin: 20px; }

#content ul.normal li {
  color: #ed7b00; }

#content ul.normal li span {
  margin-left: 25px;
  color: #1c1c1c;
  display: block; }

ul.referenzen {
  list-style: none; }

ul.referenzen li {
  list-style: none;
  display: inline-block;
  width: 150px;
  height: 100px;
  margin: 10px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari and Chrome */ }

ul.referenzen li:hover {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 20;
  position: relative;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Safari and Chrome */ }

ul.referenzen li img {
  -webkit-box-shadow: 0px 0px 15px #ffffff;
  /* webkit browser*/
  -moz-box-shadow: 0px 0px 15px #ffffff;
  /* firefox */
  box-shadow: 0px 0px 15px #ffffff;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari and Chrome */ }

ul.netzwerk {
  list-style: none; }

ul.netzwerk li {
  list-style: none;
  display: inline-block;
  width: 180px;
  height: 100px;
  margin: 10px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari and Chrome */ }

ul.netzwerk li:hover {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Safari and Chrome */ }

ul.netzwerk li img {
  -webkit-box-shadow: 0px 0px 15px #ffffff;
  /* webkit browser*/
  -moz-box-shadow: 0px 0px 15px #ffffff;
  /* firefox */
  box-shadow: 0px 0px 15px #ffffff;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari and Chrome */ }

.textUU {
  float: left;
  width: 55%; }

.imgUU {
  float: right;
  width: 38%; }

.imgUU img {
  margin-bottom: 5px; }
