#headline {
	display: block;
    font-size: 2em;
	text-align: center;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.text {
	font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 200px;
    margin-left: 200px;
	text-align: center;
}

h2 {
	margin-top: 20px;
	text-align: center;
}

h3 {
    font-size: 1.25em;
    font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}


#rb1{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 36px;
	cursor: pointer;
}
#rb2{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 36px;
	cursor: pointer;
}
#rb3{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 36px;
	cursor: pointer;
}
#rb4{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 36px;
	cursor: pointer;
}
#rb5{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 36px;
	cursor: pointer;
}

path:hover{
	stroke-opacity: .5;
}

rect:hover{
	fill-opacity:1;
	//fill:black;
}


#legend{
	margin: 0px 25px;
}

.headline2{
    content: " ";
  position: relative;
  top: 6px;
  left: 0;
  display: block;
  width: 120px;
  height: 28px;
  border: 2px solid #04b404;
  border-radius: 10px;
  background: #04b404;
  z-index: -1;
  text-align: center;
  color: #fff;
  font-size: 16px;
    font-weight: bold;
}
/***************************/
#Radios {	
	text-align:left;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
}
label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #04b404;
  border-radius: 4px;
  z-index: -1;
}
input[type="radio"] + label::before {
  border-radius: 18px;
}
/* Checked */
input[type="radio"]:checked + label {
  padding-left: 10px;
  color: #fff;
}
input[type="radio"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #04b404;
}
/* Transition */
label,
label::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/*********************************************/
#footer {
      background-color: #555;
      color: white;
    }
/*********************************************/

.panel-default{
	background: none;
}

.panel-default2{
	background: #04b404;
	color: #fff
}

/*********************************************/

#diagram {
	margin: 12px 12px;
}

/*********************************************/

.box {
    float: left;
    width: 33%;
    /*margin-right: 2%;*/
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
    box-sizing: border-box;
    text-align: center;
}

#right {
    /*margin-right: 0;*/
    text-align: right;
}

.box:first-child{
    text-align: left;
}

/*********************************************/

.licence{
    float: left;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

/*********************************************/

.list{
    list-style-type: none;
    text-align: left;
}

/*********************************************/

a:link {
    text-decoration: none;
    color: rgba(255, 255, 255,1);
}

a:visited{
    text-decoration: none;
    color: rgba(255, 255, 255,1);
}

a:hover{
    text-decoration: none;
    color: rgba(200, 200, 200,1);
}

a:active{
    text-decoration: none;
    color: rgba(200, 200, 200,1);
}

/*********************************************/
/*Bootstrap*/
/*********************************************/

.row.content {height: 900px;}

