
html, body
{
    height: 98%;
}


body {
    background-color: #E6E6E6;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Titel_Haupseite {
    position: absolute;
	color: #FFF;
    font-size: 36px;
	left: 3%;
	top: 10%;
}

.Subtitel {
    font-size: 24px;
}

#blueBar {
	position: relative;
	width: 100%;
    height: 115px;
	background-color: #1f407a;
    margin-bottom:10px;
}
#greenCol {
	position: absolute;
	width: 1%;
	height: 100%;
	z-index: 1;
	background-color: #82be1e;
}

#logoDiv{
    position: absolute;
	right: 10px;
	top: 30%;
}

#ethImg {
    margin-bottom: 7px;
}

#infoDiv {
	position: absolute;
	bottom: 5px;
    right: 50px;
    
	color: #FFF;
	font-size: 12px;
}

.myIframe {
    background-color: white;
    width: 100%;
    height: 90%;
    

    /*    height: 370px;*/
}

#textDiv {
    height: 40%;
    box-sizing: border-box;
    overflow: hidden;
}

#visDiv{
    overflow: hidden;

}

.myIframe.little {
/*    height: 250px;*/
     height: 100%;
    
}
.myIframe.big {
/*    width: 800px;*/
/*    height: 215px;*/
    height: 50%;

}

#stakedESVerlust{

  -webkit-transform:translate(0px,-50px);
  -moz-transform:translate(0px,-50px);
  -ms-transform:translate(0px,-50px);
  -o-transform:translate(0px,-50px);
  transform:translate(0px,-50px);



}

.graphTitle{

	width: 100%;
    height: 26px;
	color: #FFFFFF;
	background-color: #0069b4;
	padding-top: 2px;
	padding-left: 5px;
    box-sizing: border-box;      /* otherwise: width = 100% + 5px; */
}

.graphTitle.greenbkg{
    background-color: #82be1e;
}

.graphContainer {
    display: inline-block;
/*    margin: 10px;*/
    margin: 0.2%;

    width: 30%;
    height: 45%;
    
    min-width: 200px;
    min-height: 200px;
 
    position: relative;

}

.graphContainer.little {
/*    width: 230px;*/
    width: 10%;
    min-width: 10px;

    float: right;

    vertical-align: top;   /* has to do with inline-block */
    overflow: hidden;
}

.graphContainer.big {
/*    width:800px;*/
    width: 58%;
    vertical-align: top;   /* has to do with inline-block */
}

.graphContainer.tall {
/*    height:400px;*/
    height: 40%;
    vertical-align: top;   /* has to do with inline-block */
}

.graphContainer_half{
    width : 49%;
    height: 90%;
    display: inline-block;
    vertical-align: top;   /* has to do with inline-block */

}

.btnScenario {
    background-color: #FFFFFF;
    padding: 1px 1px 1px 0px;
/*    box-sizing: border-box;*/
    position:relative;
    width: 100%;
    box-sizing: border-box;      /* otherwise: width = 100% + 5px; */
    font-size: 0px;         /* get ride of spaces beetween images */
}
.btnImg{

/*    width:52px;*/
/*    height:52px;*/

/*    width: 24%;*/
/*    height: 24%;*/


    width: 49%;
    height: 49%;
    margin-left: 1%;


}
.btnHidden {
    display: none;
}

.btnDisabled {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity : 0.7;
    
}

.memBtnDiv {
/*    float:right;*/
    position: absolute;
    top: 0px;
    right: 0px;
    margin:1px;
}

.btnDel {
    position: absolute;
    right:0px;
    top: 0px;
}

.legende {
    /*
    width:402px;
    height:52px;
    */
    width:100%;
    height: 15%;
    
 
}



.animated {
    /* transition: <property> <duration> <timing-function> <delay> */
    transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}

.translatorDown {
  -webkit-transform:translate(0px,60px);
  -moz-transform:translate(0px,60px);
  -ms-transform:translate(0px,60px);
  -o-transform:translate(0px,60px);
  transform:translate(0px,60px);
}

.translatorUp {
  -webkit-transform:translate(0px,-60px);
  -moz-transform:translate(0px,-60px);
  -ms-transform:translate(0px,-60px);
  -o-transform:translate(0px,-60px);
  transform:translate(0px,-60px);
}


