body,p,td {
 font-family: Arial, Verdana, Sans Serif;
  font-size: 16px;
  }

p {
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h0 {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h5 {
  font-size: 14px;
  font-weight: normal;
  color: #aaaaaa;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  color: #8d8c77;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h7 {
  font-size: 16px;
  font-weight: bold;
  color: #8d8c77;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
}

h8 {
  font-size: 14px;
  font-weight: bold;
  color: #ffff00;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h9 {
  font-size: 14px;
  font-weight: normal;
  color: #00ff00;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h10 {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h11 {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

h12 {
  font-size: 14px;
  font-weight: normal;
  color: #fcbd00;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

h13 {
  font-size: 14px;
  font-weight: normal;
  color: #a0a0a0;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}


.output {
   color: #0000FF;
   background-color: #c0c0c0;
}

.outputred {
   color: #ff0000;
   background-color: #c0c0c0;
}

.outputblack {
   color: #000000;
   background-color: #c0c0c0;
}

.outputgreen {
   color: #00ff00;
   background-color: #404040;
}
/* Change color of text */
.outputgreen:hover {
  color:yellow;
  cursor: pointer;
}
.outputblue {
   color: #fcbd00;
   background-color: #404040;
}

.outputwhite {
   color: #ffffff;
   background-color: #404040;
}
/* Change color of text */
.outputwhite:hover {
  color: #fcbd00;
}

.outputsamplegreen {
       color: #ffffff;
   background-image: url(images/samplecolorgreen.jpg);
}

.outputsampleblue {
        color: #ffffff;
   background-image: url(images/samplecolorblue.jpg);
}

.outputsamplered{
    color: #ffffff;
   background-image: url(images/samplecolorred.jpg);
}

body {
 background-image: url(/images/bgbody.jpg);
}

#content {
 background-image: url(images/bgbody.jpg);
}

.navitopright {
  font-size: 14px;
}

.navitopright a {
  font-size: 14px;
  color: #ff0000;
  text-decoration: none;
}

.navitopright a:hover {
  font-weight: normal;
  color: #ff0000;
  text-decoration: underline red;
}

.navitopleft {
  font-size: 14px;
  color: #8d8c77;
}

.navitopleft a {
  font-size: 14px;
  color: #9f9e8b;
  text-decoration: none;
}

.navitopleft a:hover {
  font-weight: normal;
  color: #d4cfbc;
  text-decoration: underline;
 }

.navilog {
  font-size: 14px;
  color: #ffffff;
}

.navilog a {
  font-size: 14px;
  color: #8d8c77;
  text-decoration: underline;
}

.navilog a:hover {
  color: #d4cfbc;
  text-decoration: underline;
 }

.navilog-active {
  background-color: #ffffff! important;
  border-bottom: 1px solid #F0EDE8! important;
}


div.leftnavi {
  border-bottom: 1px solid #F0EDE8;
  background-color: #BCB2A9;
}


div.leftnavi a {
  font-weight: bold ! important;
  text-decoration: none ! important;
  color: #574E47 ! important;
}


div.leftnavi a:hover {
  font-weight: normal;
  color: #FFFFFF ! important;
}

.leftnavi-active {
  background-color: #9E9492;
  border-bottom: 1px solid #F0EDE8;
}

.leftnavi-active a {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
}

a {
 text-decoration: underline;
 color: #a17a51;
 }

a:hover {
  font-weight: bold;
  color: #FC600A;
 }


.picture {
  border: 1px solid #c0c0c0;
 }

.picture  a {
  border: 1px solid #c0c0c0;
 }

.picture:hover {
  border: 1px solid #282f35 ;
 }

.err {
  font-size: 14px;
  color: #0000ff;
}
.err:hover {
  color: #ff0000;
}

.hover-container {
        width: 600px;
        height: 30px;
        position: relative;
        overflow: hidden;
}

.hover-content {
        display: none;
        width: 90%;
        height: 98%;
        padding: 1% 5%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        text-align: center;
        background-color: #282f35;
}

a.hover-content {
        color: #ffffff;
        text-decoration: none;
}

.hover-container:hover .hover-content {
        display: block;
}

bottom {
 background-image: url(images/AstroVisionsBottom.jpg);
}

@media screen {
        div#preloader {
                position: absolute;
                left: -9999px;
                top:  -9999px;
                }
        div#preloader img {
                display: block;
                }
        }

@media print {
        div#preloader,
        div#preloader img {
                visibility: hidden;
                display: none;
                }
        }

#load{
    width:100%;
    height:100%;
    position: fixed;
    z-index:9999;
    background:url("images/ajax-loader.gif") no-repeat center rgba(0,0,0,0.25);
}

#loader{
    position: absolute;
    margin-left: 350px;
    z-index:9999;
}

#outside{
     position: absolute;
                left: -9999px;
                top:  -9999px;
                opacity: 0.2;
}

.grafik {
  width: 20%;
  display: block;
  position: absolute;
  margin-top: 1;
  margin-left: 420px;
}

.geheim {
  width: 20%;
  position: absolute;
  margin-top: 1;
  margin-left: 430px;
}

.image:hover > .geheim {
  display: block;
  z-index: 4;
}

.geheimup {
  width: 20%;
  display: none;
  position: absolute;
  margin-top: 1;
  margin-left: 480px;
  margin-top: 30px;
}


.imageup:hover > .geheimup {
  display: block;
  z-index: 4;
}

.container{
    display:block;
    width:1000px;
    height:40px;
    margin:0 auto;
    border:0;
    border-radius:10px;
    background-image: url(images/AstroVisionsHeaderHeadline.jpg);
}

#menubar{
    display:block;
    height:25px;
    padding:4px 0;
    margin:0 auto;
    background-image: url(images/AstroVisionsHeaderHeadline.jpg);
    border-radius:20px;
}

#menu{
    position:relative;
    margin:0 0 0 0px;
}

#menu ul{
    list-style:none;
    margin:0 3px;
    padding:0;
    float:left;
}

#menu li{
    font:normal 16px sans-serif;
    text-align:center;
    white-space:nowrap;
    color:#44f;
    padding:0px 10px;
    height:23px;
    line-height:23px;
    background:#202020 url(images/math_bg_4btn.png) right top no-repeat;
    border-radius:10px 0;
    -moz-box-shadow:2px 2px 4px #000;
    -webkit-box-shadow:2px 4px 5px #000;
    -o-box-shadow:2px 2px 4px #000;
    box-shadow:2px 2px 4px #000;
}

#menu li.sub-down{
    padding-right:20px;
     background:#202020 url(../images/math_bg_4btn.png) right -25px no-repeat ! important;
}

#menu li.sub-right{
    padding-right:20px;
   background:#44f url(../images/math_bg_4btn.png) right -50px no-repeat ! important;
}

#menu li#current{
    color:#44f;
}

#menu ul ul{
    position:absolute;
    left:-9900px;
    margin:0;
    padding:5px 5px 0 0;
}

#menu ul ul li{
    text-align:left;
    margin:5px 0;
}

#menu a{
    display:block;
    padding:0;
    margin:0;
    color:#fff;
    text-decoration:none;
    text-align:left;
    text-shadow:1px 1px 0 #000;
    outline:none;
}

#menu a:hover{
     font-weight: normal;
     color:#fcbd00;
     text-decoration:underline;
}


#menu ul li:hover{
   position:relative;
   cursor:default;
   text-decoration:underline;
   background:#44f url(images/math_bg_4btn.png) right -75px no-repeat;
}

#menu ul :hover ul{
   left:0px;
   top:23px;
}

#menu ul li:hover ul ul,
#menu ul :hover ul li:hover ul ul{
    left:-9900px;
}

#menu ul :hover ul li:hover ul,
#menu ul :hover ul :hover ul li:hover ul{
    left:100%;
    padding-left:6px;           /* distance between submenues (padding of span + (N) px */
    margin-top:-34px;
}

#menu span{
    display:block ;
    background:rgba(50%,50%,50%,.5);
    padding:1px 5px;
    border-radius:10px;
    position:relative;
    z-index:9999;
    -moz-box-shadow:2px 2px 5px #fff;
    -webkit-box-shadow:2px 2px 5px #fff;
    -o-box-shadow:2px 2px 5px #fff;
    box-shadow:2px 2px 5px #fff;
}


#shadow{
    position:relative;
    margin:0 0 0 0px;
}

#shadow ul{
    list-style:none;
    margin:0 3px;
    padding:0;
    text-align:center;
    float:left;
}

#shadow li{
    font:normal 13px sans-serif;
    text-align:center;
    white-space:nowrap;
    color:#44f;
    padding:0px 10px;
    height:23px;
    line-height:23px;
    background:#202020 url(/images/math_bg_4btn.png) right top;
    border-radius:10px 0;
    -moz-box-shadow:2px 2px 4px #000;
    -webkit-box-shadow:2px 4px 5px #000;
    -o-box-shadow:2px 2px 4px #000;
    box-shadow:2px 2px 4px #000;
}

#shadow li#current{
  color:#44f;
}

#shadow a{
    display:block;
    padding:0;
    margin:0;
    color:#fff;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0 #000;
    outline:none;
}

#shadow a:hover{
     font-weight: normal;
     color:#fcbd00;
     text-decoration:underline;
     box-shadow:0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.4)
}

#shadow ul li:hover{
   position:relative;
   cursor:default;
   text-decoration:underline;
   background:#202020 url(/images/math_bg_4btn.png) right -75px;
}

#shadow ul :hover ul{
   left:0px;
   top:23px;
}

#shadow span{
    display:block;
    background:rgba(50%,50%,50%,.5);
    padding:5px 5px;
    border-radius:10px;
    -moz-box-shadow:2px 2px 5px #fff;
    -webkit-box-shadow:2px 2px 5px #fff;
    -o-box-shadow:2px 2px 5px #fff;
    box-shadow:2px 2px 5px #fff;
}

#theImage1 {
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
#theImage2 {
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
#theImage3 {
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

#theImage4 {
        opacity: 0.6;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 2s;
}

@keyframes fadeInOpacity {
        0% {
                opacity: 0;
        }
        100% {
                opacity: 0.6;
        }
}



#animate1 {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 5s ease;
  -ms-transition: opacity 5s ease;
  -o-transition: opacity 5s ease;
  transition: opacity 5s ease;
}

#animate2 {
  opacity: 1;
  -webkit-transition: opacity 5s ease;
  -moz-transition: opacity 5s ease;
  -ms-transition: opacity 5s ease;
  -o-transition: opacity 5s ease;
  transition: opacity 5s ease;
}

#animate3 {
  opacity: 1;
  -webkit-transition: opacity 5s ease;
  -moz-transition: opacity 5s ease;
  -ms-transition: opacity 5s ease;
  -o-transition: opacity 5s ease;
  transition: opacity 5s ease;
}

main {
        background: transparent;
        border-color: transparent;
}

#gallery {
        position: relative;
        background: none;
        border: none;
}

#gallery figure {
        position: absolute;
        top: 0;
        left: 0;
}

#gallery figcaption {
        position: absolute;
        left: 1em;
        font-size: 2em;
        font-weight: bold;
        bottom: 0.5em;
        color: white;
}

@-webkit-keyframes bilder {
        0% {
                opacity: 1;
        }
        34% {
                opacity: 1;
        }
        35% {
                opacity: 0;
        }
        100% {
                opacity: 0;
        }
}

@keyframes bilder {
        0% {
                opacity: 1;
        }
        34% {
                opacity: 1;
        }
        35% {
                opacity: 0;
        }
        100% {
                opacity: 0;
        }
}

#gallery figure:nth-of-type(1) {
        -webkit-animation: bilder 15s 7s infinite;
        animation: bilder 15s 7s infinite;
}

#gallery figure:nth-of-type(2) {
        -webkit-animation: bilder 15s 2s infinite;
        animation: bilder 15s 2s infinite;
}

#gallery figure:nth-of-type(3) {
        -webkit-animation: bilder 15s 12s infinite;
        animation: bilder 15s 12s infinite;
}

@-webkit-keyframes wechseln {
        0% {
                opacity: 1;
                transform: scale(1, 1);
                z-index: 20;
        }
        20% {
                opacity: 1;
                transform: scale(1, 1);
        }
        34% {
                opacity: 0;
                transform: scale(0, 0);
        }
        100% {
                opacity: 1;
                transform: scale(0, 0);
        }
}

@keyframes wechseln {
        0% {
                opacity: 1;
                transform: scale(1, 1);
                z-index: 20;
        }
        20% {
                opacity: 1;
                transform: scale(1, 1);
        }
        34% {
                opacity: 0;
                transform: scale(0, 0);
        }
        100% {
                opacity: 1;
                transform: scale(0, 0);
        }
}

#gallery figure:nth-of-type(4) {
        -webkit-animation: wechseln 15s 10s infinite;
        animation: wechseln 15s 10s infinite;
}

#gallery figure:nth-of-type(5) {
        -webkit-animation: wechseln 15s 5s infinite;
        animation: wechseln 15s 5s infinite;
}

#gallery figure:nth-of-type(6) {
        -webkit-animation: wechseln 15s infinite;
        animation: wechseln 15s infinite;
}

.pc-img {
    background-image: url('images/AstroVisBGHAZ.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.mobile-img
{
    display: none;
}

@media only screen and (max-width: 384px) {

.mobile-img
    {
         background-image: url('images/AstroVisBGHAZm.jpg');
}

.pc-img
{
    display: none;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}