﻿

body{
    background: transparent;
}
/* Website-Container */


.orbitalcontainer {
  position: relative;
  width: 100%;
  height: 560px;
  background: transparent;
  overflow: hidden;
}

/* Style der Satelliten */


.orbit li {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #493D26 ;
  background: white;
  opacity: 1;
  text-align: center;
  line-height: 80px;
  font-weight: normal;
  font-size:18pt;
  font-family: "Mouse Memoirs";
  color: dimgrey;
}

ul.orbit.orbitlistJS li { transition: all 0.2s linear; }

ul.orbit.orbitlistJS li:hover { background: #ffcc00; }

.orbit li.orbitlistJS-trace { background: Indigo; 
                              color: white;
                              border: Indigo;
}

.orbit li.orbitlistJS-active { background: #ffcc00;
                               color: white;
                              border: Indigo;
}

/* orbitlist.css */


ul.orbit.orbitlistJS, ul.orbit.orbitlistJS ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.orbit.orbitlistJS li {
  position: absolute;
  cursor: pointer;
}

.count {
    margin: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  font-weight: normal;
  
  
  color: saddlebrown;
  opacity: 1;
}