body{
  margin:0;
  background:#ccc;
  font-size:0;
}

.wrapper{
  background:white;
  width:1024px;
  margin:0 auto;
}

#iframe-head, #iframe-foot{
  border:none;
  margin: auto;
  display: block;
}

.to-top{
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-left: 905px;
  bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  line-height:26px;
  text-align:center;
  padding:25px 10px 0 10px;
  color: #fff;
  background: #000;
  cursor: pointer;
  opacity:0.8;
}

.to-top:hover{
  opacity:0.5;
}

.top-p{
  font-size: 14px;
  font-weight: bold;
}

.top-wrapper{
  background: -moz-linear-gradient(to bottom,white,#eee8f8 50%,white); 
  background: -webkit-linear-gradient(to bottom,white,#eee8f8 50%,white); 
  background: linear-gradient(to bottom,white,#eee8f8 50%,white); 
  height:350px;
}

.container{
  width: 1024px;
  padding: 0;
  margin: 0 auto;
}

.visual{
  width:320px;
  margin:10px 20px 80px 20px;
  border:solid 2px black;
  border-radius:5px;
  float:left;
}

.level{
  width:50px;
  height:50px;
  margin:5px 0 0 0px;
  float:left;
}

h2{
  display:inline-block;
  font-size:35px;
  color:darkblue;
  margin:12px 0 10px 10px;
}

.explanation p{
  font-size:22px;
  margin:10px 20px 0 40px;
}

.level-wrapper{
  height:2910px;
}

p{
  font-size:16px;
  margin:0px 0px 2px 40px;
}

.caption-red{
  color:red;
}

.explanation a{
  font-size:22px;
  font-weight:bold;
  color:rgb(123,55,123);
  text-decolation:none;
  display:block;
}

.explanation a:hover{
  opacity:0.7;
}

.tab-group{
  width:945px;
  display: flex;
  justify-content: center;
}

.tab-group li{
  font-size:35px;
  color:black;
  height:45px;
}

.tab-group img{
  width:143px;
  padding:9px 0 0px 0px;
}

.tab{
  flex-grow: 1;
  list-style:none;
  text-align:center;
  cursor:pointer;
}

.t-levelreha{
  background:rgb(227,244,249);
  height:27px;
  border-top-right-radius :20px;
  border-top-left-radius :5px;
  border:solid 4px rgb(26,100,121);
  border-bottom:none;
}

.t-level1{
  background:rgb(235,248,239);
  height:30px;
  border-top-right-radius :20px;
  border-top-left-radius :5px;
  border:solid 4px rgb(34,177,76);
  border-bottom:none;
}

.t-level2{
  background:rgb(237,249,200);
  height:30px;
  border-top-right-radius :20px;
  border-top-left-radius :5px;
  border:solid 4px rgb(181,230,29);
  border-bottom:none;
}

.t-level3{
  background:rgb(254,251,230);
  height:30px;
  border-top-right-radius :20px;
  border-top-left-radius :5px;
  border:solid 4px rgb(248,218,21);
  border-bottom:none;
}

.t-level4{
  background:rgb(255,255,203);
  height:27px;
  border-top-right-radius :20px;
  border-top-left-radius :5px;
  border:solid 4px rgb(255,127,39);
  border-bottom:none;
}

.t-level5{
  background:rgb(248,233,235);
  height:27px;
  border-top-right-radius :20px;
  border-top-left-radius :5px;
  border:solid 4px rgb(237,28,36);
  border-bottom:none;
}

.panel-group{
  height:2900px;
  width:945px;
  border-bottom:solid 3px #CCC;
  border-top:none;
  margin:0 40px;
}

.panel{
  display:none;
  font-size:20px;
  color:black;
}

.tab.is-active{
  color:darkblue;
  transition: all 0.2s ease-out;
}

.panel.is-show{
  display:block;
}

.levelreha{
  background:rgb(227,244,249);
  height:2000px;
  border-radius :0 0 8px 8px;
  border:solid 4px rgb(26,100,121);
  border-top:solid 2px rgb(26,100,121);
}

.level1{
  background:rgb(235,248,239);
  height:2820px;
  border-radius :0 0 8px 8px;
  border:solid 4px rgb(34,177,76);
  border-top:solid 2px rgb(34,177,76);
}

.level2{
  background:rgb(237,249,200);
  height:700px;
  border-radius :0 0 8px 8px;
  border:solid 4px rgb(181,230,29);
  border-top:solid 2px rgb(181,230,29);
}

.level3{
  background:rgb(254,251,230);
  height:1010px;
  border-radius :0 0 8px 8px;
  border:solid 4px rgb(248,218,21);
  border-top:solid 2px rgb(248,218,21);
}

.level4{
  background:rgb(255,255,203);
  height:710px;
  border-radius :0 0 8px 8px;
  border:solid 4px rgb(255,127,39);
  border-top:solid 2px rgb(255,127,39);
}

.level5{
  background:rgb(248,233,235);
  height:270px;
  border-radius :0 0 8px 8px;
  border:solid 4px rgb(237,28,36);
  border-top:solid 2px rgb(237,28,36);
}

.flex-box {
  padding:  10px;
  display: flex;
}

.ex-item, .ex-red, .ex-blue, .ex-lblue{
  margin:42px 20px;
}

.ex-item  img{
  width:140px;
  height:140px;
  border:2px black solid;
}

.ex-red  img{
  width:140px;
  height:140px;
  border:2px red solid;
}

.ex-item a{
  display:block;
  color:black;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  padding:0 0 1px 0;
  text-decoration:none;
}

.ex-red a{
  display:block;
  color:black;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  padding:0 0 1px 0;
  text-decoration:none;
}

.small-12{
  font-size:12px;
  font-weight:bold;
}

.small-13{
  font-size:13px;
  font-weight:bold;
}

.small-14{
  font-size:14px;
  font-weight:bold;
}

.small-15{
  font-size:15px;
  font-weight:bold;
}

.small-16{
  font-size:16px;
  font-weight:bold;
}

.small-17{
  font-size:17px;
  font-weight:bold;
}

.small-18{
  font-size:18px;
  font-weight:bold;
}

.ex-left{
  display:flex;
  align-items:top;
  margin:0 85px 20px 10px;
}

.ex-item img:hover{
  opacity:0.5;
}

.ex-red img:hover{
  opacity:0.5;
}

.ex-blue  img{
  width:140px;
  height:140px;
  border:2px #2B60DE solid;
}

.ex-blue a{
  display:block;
  color:black;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  padding:0 0 2px 0;
  text-decoration:none;
}

.ex-blue img:hover{
  opacity:0.7;
}

#free{
  width:100px;
  height:70px;
  position:absolute;
  z-index:2;
  margin:-15px 0 0 -15px;
  border:none;
  display:none;
}

#free:hover{
  opacity:0.2;
}

.bottom-wrapper{
  background: -moz-linear-gradient(to bottom,white,#eee8f8 50%,white); 
  background: -webkit-linear-gradient(to bottom,white,#eee8f8 50%,white); 
  background: linear-gradient(to bottom,white,#eee8f8 50%,white); 
  height:350px;
}

.person-category{
  display:flex;
  justify-content:center;
  align-items:center;
}

.person-category img:hover{
  opacity:0.5;
}

.ex-menu img:hover{
  opacity:0.7;
}

.silhouette img{
  width:85px;
  height:85px;
  border:2px darkblue solid;
  margin:10px 5px 0 5px;
}

.silhouette a{
  display:block;
  text-align:center;
  padding:0 0 2px 0;
}

.person-category a{
  color:black;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
}

#main-silhouette-bottom{
  float:left;
}

#main-silhouette-bottom img{
  width:100px;
  margin:30px 10px 0 60px;
}

#description-bottom p{
  font-size:35px;
  color:black;
  display:inline-block;
  margin:90px 30px 20px 0px;
}


#data{
  width:85px;
  height:43px;
  position:absolute;
  z-index:2;
  margin:-42px 0 0 -3px;
  border:none;
  opacity:0.9;
}

.data-ex{
  position:absolute;
  margin:45px 0 0 80px;
  opacity:0.9;
}

.data-ex p{
  position:relative;
  font-size:20px;
  margin:-33px 0 0 82px;
}

.data-ex2{
  position:absolute;
  margin:90px 0 0 80px;
  opacity:0.9;
}

.data-ex2 p{
  position:relative;
  font-size:20px;
  margin:-33px 0 0 82px;
}
