
body {
    margin: 0;
    padding: 0;
    background-color: rgba(49,112,167,1.00);
    font-family: open-sans;
    font-style: normal;
    font-weight: 400;
    font-size: 10pt;
    text-align: center;
    color: rgba(255,255,255,1.00);
    height:100%;
}

/*Popup Impressum*/
.popup_position{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background-color: #A6A6A6;*/
	z-index:100;
} 
#impressum_wrapper{
	width: 70%;
	height: calc(100% - 86px);
	overflow: auto;
	margin: 20px auto;
	text-align: left;
	background-color: #3170A7;
	color: #FFFFFF;
	padding: 20px;
	font-size: small;
	border: medium solid rgba(36,79,117,1.00);
	box-shadow: 3px 6px 8px -2px #000;
} 	

hr {
	width: 100%;
	height: 3px;
	margin: 0 auto;
	color: rgba(36,79,117,1.00);
	background-color: rgba(36,79,117,1.00);
	border-style: hidden;
}

.main{
	/*position-top:10%;*/
	width: 100%;
	height: 100%;
		
}
#stage {
	position: relative !important;
	width: 100%;
	height: 100%;
	margin:0 auto;
}
#wrapper {
    height: calc(100% - 150px);
    margin:0 auto;
    width: 80%;
}
#bottom {
	height: 150px; 
	position:absolute; 
	width:100%;
	bottom:0;
	background-color:rgba(36,79,117,1.00);
    overflow: hidden;
}
#stage div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 100px;
    min-height: 150px;
}
/*
video {
    width: 100%;
    height: 100%;
}*/
/*
#logo {
    /*background-image: url(../images/Logo.png);* /
}
#stage1 {
    background-image: url(../images/Light_V2_1.png);
}
#stage2 {
    background-image: url(../images/Light_V2_2.png);
}
#stage3 {
    background-image: url(../images/Light_V2_3.png);
}
#stage4 {
    background-image: url(../images/Light_V2_4.png);
}*/
div#stage_text {
    font-size: 15px;
    height: 20px;
    min-height: 0;
    bottom: 0;
    top: auto;
}
#shadow {
	background-color: #3170a7;
    width: 100%;
    box-shadow: -1px 2px 8px 1px #000;
}
#stage img {
    border: 0;
    height: 100%;
    width: 100%;
    margin: auto 0;
    max-height: 400px;
    max-width: 565px;
    /*object-fit: contain;*/
                    /*background-color: green;*/
}	

	
#Kontakt {
	background-color: #244f75;
    padding-left: 25px;
    text-align: left;
    width: auto;
}
#Kontakt p {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
	
#Impressum {
    position: absolute;
	background-color: #244f75;
    bottom: 0;
    right: 0;
    margin-right: 25px;
	margin-bottom:12px;
}
#Impressum span {
    color: rgba(10,36,57,1.00);
    font-weight: bold;
    font-size: 16px;
}
	

.daten {
    float: left;
    /*margin-right: 1px;*/
    width: 155px;
	font-size:12px;
	margin-bottom: 5px;
}
.daten.short {
    width: 140px;
}
/* unvisited link */
a:link {
    color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FFFFFF;
}

/* selected link */
a:active {
    color: #FFFFFF;
}
.container {
    min-height: 150px;
    position: relative;
  }


/* -----------Tablet View----------- * / 
@media only screen and (max-width : 1280px) and (min-width : 480px)   {
   /* All your tablet rules go inside here * /
}
/* -----------Smartphone View----------- */ 
@media only screen and (max-width : 400px)   {

    .daten.short {
        width: 120px;
    }

}



  
 
