@charset "UTF-8";
/* CSS Document */

a:link {
	color: #172e21;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #D9BE26, 0 0 25px blue, 0 0 5px #FFFF00;
	
}
a:hover {
	color:#FACF05;
	cursor:pointer;
	text-shadow: 2px 2px 5px #686868;
	text-decoration: underline;
}
a:visited {
	color:#172e21;
  text-decoration: underline;
}
a:active {
	color:#000080;
  text-decoration: underline;
}
a.back_to:link, a.back_to:visited {
  background-color: #D2DA7C;
  width: 100px;
  color: black;
  margin: 0px 0px 10px 0px;
  padding: 5px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0.5px solid #515151;
}

a.back_to:hover, a.back_to:active {
  background-color: #C0C0C0;
}
a.link_colony:link, a.link_colony:visited {
  background-color: #f8faed;
  width: 290px;
  color: black;
  margin: 0px 0px 10px 0px;
  padding: 5px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0.5px solid #f8faed;
}

a.link_colony:hover, a.link_colony:active {
  background-color: #f8faed;
}
ul {
  list-style-type: square;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
hr {
	margin-left: 5px;
	margin-right: 5px;
	background-image: linear-gradient(to right, rgba(250, 207, 5, 0), rgba(250, 207, 5, 0.75), rgba(250, 207, 5, 0));
  border: 0 none;
  height: 1px;
}
html {
	height:100%;
}
body {
	background-color:#FACF05;
	scrollbar:none;
  font-family: Verdana;
  color: #172e21;
  padding:0;
  margin: 0;
  height: 100%;
}
#container {
	background-image: url(../pics/index/kirsche_bee_1000.png);
	background-repeat: no-repeat, repeat;
	background-attachment: fixed;
  background-position: bottom right;
  background-size: contain;
	position: relative;
	margin: 0px auto;
	width: 100%;
  min-height: 100%;
  height:auto !important;
  height:100%;
	background-color: #f8faed;
	overflow: hidden;
	border: 0px solid #172e21;
}
#topper {
	float: left;
  width:100%;
  height: auto;
 	text-align:center;
  background-color:#FACF05;

}
.main-content {
	position: relative;
		top: 0px;
		left: 0px;
  float: left;
	width: 95%;
  min-height: 100%;
  height:auto !important;
  height:100%;
  padding-left: 10px;
  margin-bottom: 50px;
}
.foot {
	position: absolute;
  	bottom: 0px !important;
	padding-bottom: 3px;
  width:100%;
 	text-align:center;
  min-height:15px;
  font-size: small;
  background-color:#FACF05;
}
.edge-top {
	float:left;
	width: 100%;
	height: 15px;
	background: linear-gradient(#FACF05 10%, #f8faed 90%);
	z-index:9;
}
.edge-bottom {
	width: 100%;
	height: 20px;
	background: linear-gradient(#f8faed 10%, #FACF05 90%);

}
.flower1 {
	position: absolute;
		top: 10px;
		left: 10px;
	width: 60px;
	height: 62px;
	background-image: url(../pics/index/beachbee_60.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index:2;
}
.flower2 {
	position: absolute;
		top: 10px;
		right: 10px;
	width: 100px;
	height: 105px;
	background-image: url(../pics/index/flower_bee60.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index:2;
}
/* new menu */
#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 5px 4px 4px 5px;
  height: 30px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 1px 1px 2px #FACF05;
  -webkit-box-shadow: 1px 1px 2px #FACF05;
  -moz-box-shadow: 1px 1px 2px #FACF05;
  background: #F8FAED;
 
  border: solid 0px #172E21;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: verdana;
  font-style: normal;
  font-size: small;
  color: #172E21;
  text-decoration: none;
  display: block;
  padding: 6px 8px 6px 8px;
  margin: 0;
  margin-bottom: 6px;
  margin-right: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 1px 1px 1px #C4C4C4;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #F8FAED;
  background: linear-gradient(top,  #FACF05,  #F8FAED);
  background: -ms-linear-gradient(top,  #FACF05,  #F8FAED);
  background: -webkit-gradient(linear, left top, left bottom, from(#FACF05), to(#F8FAED));
  background: -moz-linear-gradient(top,  #FACF05,  #F8FAED);
  color: #172E21;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #F8FAED !important;
  background: linear-gradient(top,  #F8FAED,  #FACF05) !important;
  background: -ms-linear-gradient(top,  #F8FAED,  #FACF05) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8FAED), to(#FACF05)) !important;
  background: -moz-linear-gradient(top,  #F8FAED,  #FACF05) !important;
  color: #172e21 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 1px 1px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #F8FAED;
  
  display: none;
  margin: 0;
  padding: 0;
  width: 100% auto;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #172E21;
  -moz-box-shadow: 2px 2px 3px #172E21;
  box-shadow: 2px 2px 3px #172E21;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 10px 10px 15px;
  color:#172E21 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
/* end, new menu*/
.profile-navi3 {
	position: absolute;
    top: -34px;
		left: 140px;
	width: 70px;
	height: 25px;
	-moz-box-shadow:inset 0px 8px 7px -2px #f8faed;
	-webkit-box-shadow:inset 0px 8px 7px -2px #f8faed;
	box-shadow:inset 0px 8px 7px -2px #f8faed;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FACF05), color-stop(1, #f8faed));
	background:-moz-linear-gradient(top, #FACF05 5%, #f8faed 100%);
	background:-webkit-linear-gradient(top, #FACF05 5%, #f8faed 100%);
	background:-o-linear-gradient(top, #FACF05 5%, #f8faed 100%);
	background:-ms-linear-gradient(top, #FACF05 5%, #f8faed 100%);
	background:linear-gradient(to bottom, #FACF05 5%, #f8faed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#f8faed;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-style:solid;
	border-width: 1px 1px 0px 1px;
	border-color: #FACF05;
	display:inline-block;
	cursor:pointer;
	font-family:Verdana;
	font-size:small;
	padding:4px 4px;
	text-decoration:none;
	text-shadow:0px 1px 0px grey;
	z-index:9998;
}
.profile-navi3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f8faed), color-stop(1, #FACF05));
	background:-moz-linear-gradient(top, #f8faed 5%, #FACF05 100%);
	background:-webkit-linear-gradient(top, #f8faed 5%, #FACF05 100%);
	background:-o-linear-gradient(top, #f8faed 5%, #FACF05 100%);
	background:-ms-linear-gradient(top, #f8faed 5%, #FACF05 100%);
	background:linear-gradient(to bottom, #f8faed 5%, #FACF05 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#f8faed;
}
.check-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid rgba(23,46,33,1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(23,46,33,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #f8faed;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(0,0,0,0.4) ;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
.check-css:hover {
  -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(255,255,0,1) ;
	box-shadow: 5px 5px 8px 0 rgba(0,0,0,0.4) , 4px 4px 6px 1px rgba(255,255,0,1) ;
	background: #FACF05;
}

.check-css:active {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) , 4px 4px 6px 1px rgba(0,0,0,0.4) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
}
.check-css2 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid rgba(23,46,33,1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(23,46,33,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #f8faed;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(0,0,0,0.4) ;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
.check-css2:hover {
  -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) , 2px 2px 2px 0 rgba(255,255,0,1) ;
	box-shadow: 5px 5px 8px 0 rgba(0,0,0,0.4) , 4px 4px 6px 1px rgba(255,255,0,1) ;
	background: #FF8080;
}

.check-css2:active {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3) , 4px 4px 6px 1px rgba(0,0,0,0.4) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
}
.input_user {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 380px;
  max-width: 400px;
  padding: 10px 20px;
  border: 1px solid #172e21;
  -webkit-border-radius: 3px 20px;
  border-radius: 3px;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(248,250,237,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-shadow: 0 0 9px rgba(250,207,5,1) ;
  font-size: medium;
}

.input_user:hover {
  border: 1px solid yellow;
  color: #172e21;
  background: rgba(236,245,240,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(145,145,13,1) ;
  box-shadow: 2px 2px 2px 0 rgba(145,145,13,1) inset;
}
.input_user:focus {
  width: 220px;
 	border: 1px solid green;
  background: rgba(236,245,240,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  color: #172e21;
}
.input_user1 {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 80%;
  padding: 10px 20px;
  border: 1px solid #172e21;
  -webkit-border-radius: 3px 20px;
  border-radius: 3px;
  color: rgba(173,182,186,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(248,250,237,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-shadow: 0 0 9px rgba(20,255,20,0.7) ;
  font-size: medium;
}

.input_user1:hover {
  border: 1px solid yellow;
  color: #172e21;
  background: rgba(236,245,240,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(145,145,13,1) ;
  box-shadow: 2px 2px 2px 0 rgba(145,145,13,1) inset;
}
.input_user1:focus {
  width: 90%;
 	border: 1px solid green;
  background: rgba(236,245,240,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  color: #172e21;
}
@media only screen and (min-width: 500px) and (max-width: 800px) {
  /* For tablets: */
	h1 {
		font-size: 17px;
		}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 15px;
	}
  h1#welcome {
  	font-size:medium;
  }
  #container {
		
	}
  #herbs {
  	font-size:small;
  }
}
@media only screen and (max-width:499px) {
  /* For mobile phones: */
	h1 {
		font-size: 16px;
		}
	h2 {
		font-size: 15px;
	}
	h3 {
		font-size: 14px;
	}
	#container {
		
	}
  h1#welcome {
  	font-size:medium;
  }
  #herbs {
  	font-size:small;
  }
	.foot2 {
		display:none;
	} 
}
/*<div class="checkbox-wrapper-25">
  <input type="checkbox">
</div>*/
  .checkbox-wrapper-25 input[type="checkbox"] {
    background-image: -webkit-linear-gradient(hsla(0,0%,0%,.1), hsla(0,0%,100%,.1)),
                      -webkit-linear-gradient(left, #FF0000 50%, #00FF40 50%);
    background-size: 100% 100%, 200% 100%;
    background-position: 0 0, 15px 0;
    border-radius: 25px;
    box-shadow: inset 0 1px 4px hsla(0,0%,0%,.5),
                inset 0 0 10px hsla(0,0%,0%,.5),
                0 0 0 1px hsla(0,0%,0%,.1),
                0 -1px 2px 2px hsla(0,0%,0%,.25),
                0 2px 2px 2px hsla(0,0%,100%,.75);
    cursor: pointer;
    height: 25px;
    padding-right: 25px;
    width: 75px;
    -webkit-appearance: none;
    -webkit-transition: .25s;
}
.checkbox-wrapper-25 input[type="checkbox"]:after {
    background-color: #eee;
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,.1), hsla(0,0%,0%,.1));
    border-radius: 25px;
    box-shadow: inset 0 1px 1px 1px hsla(0,0%,100%,1),
                inset 0 -1px 1px 1px hsla(0,0%,0%,.25),
                0 1px 3px 1px hsla(0,0%,0%,.5),
                0 0 2px hsla(0,0%,0%,.25);
    content: '';
    display: block;
    height: 25px;
    width: 50px;
}
.checkbox-wrapper-25 input[type="checkbox"]:checked {
    background-position: 0 0, 35px 0;
    padding-left: 25px;
    padding-right: 0;
}
/*wrapper26*/
 	.checkbox-wrapper-26 * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .checkbox-wrapper-26 input[type="checkbox"] {
    display: none;
  }

  .checkbox-wrapper-26 label {
    --size: 30px;
    --shadow: calc(var(--size) * .07) calc(var(--size) * .1);

    position: relative;
    display: block;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
    background-color: #f72414;
    border-radius: 50%;
    box-shadow: 0 var(--shadow) #ffbeb8;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color,
      0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
  }

  .checkbox-wrapper-26 label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: calc(var(--size) * .7);
    height: calc(var(--size) * .7);
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 var(--shadow) #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
  }

  .checkbox-wrapper-26 label:hover:before {
    width: calc(var(--size) * .55);
    height: calc(var(--size) * .55);
    box-shadow: inset 0 var(--shadow) #ff9d96;
  }

  .checkbox-wrapper-26 label:active {
    transform: scale(0.9);
  }

  .checkbox-wrapper-26 .tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: calc(var(--size) * -.05);
    width: calc(var(--size) * .6);
    height: calc(var(--size) * .6);
    margin: 0 auto;
    margin-left: calc(var(--size) * .14);
    transform: rotateZ(-40deg);
  }

  .checkbox-wrapper-26 .tick_mark:before,
  .checkbox-wrapper-26 .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
  }

  .checkbox-wrapper-26 .tick_mark:before {
    left: 0;
    bottom: 0;
    width: calc(var(--size) * .1);
    height: calc(var(--size) * .3);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(calc(var(--size) * -.68));
  }

  .checkbox-wrapper-26 .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--size) * .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(calc(var(--size) * .78));
  }

  .checkbox-wrapper-26 input[type="checkbox"]:checked + label {
    background-color: #07d410;
    box-shadow: 0 var(--shadow) #92ff97;
  }

  .checkbox-wrapper-26 input[type="checkbox"]:checked + label:before {
    width: 0;
    height: 0;
  }

  .checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:before,
  .checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
  }
  /*wrapper-27*/
 	.checkbox-wrapper-27 * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .checkbox-wrapper-27 input[type="checkbox"] {
    display: none;
  }

  .checkbox-wrapper-27 label {
    --size: 20px;
    --shadow: calc(var(--size) * .07) calc(var(--size) * .1);

    position: relative;
    display: block;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
    background-color: #f72414;
    border-radius: 50%;
    box-shadow: 0 var(--shadow) #ffbeb8;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color,
      0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
  }

  .checkbox-wrapper-27 label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: calc(var(--size) * .7);
    height: calc(var(--size) * .7);
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 var(--shadow) #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
  }

  .checkbox-wrapper-27 label:hover:before {
    width: calc(var(--size) * .55);
    height: calc(var(--size) * .55);
    box-shadow: inset 0 var(--shadow) #ff9d96;
  }

  .checkbox-wrapper-27 label:active {
    transform: scale(0.9);
  }

  .checkbox-wrapper-27 .tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: calc(var(--size) * -.05);
    width: calc(var(--size) * .6);
    height: calc(var(--size) * .6);
    margin: 0 auto;
    margin-left: calc(var(--size) * .14);
    transform: rotateZ(-40deg);
  }

  .checkbox-wrapper-27 .tick_mark:before,
  .checkbox-wrapper-27 .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
  }

  .checkbox-wrapper-27 .tick_mark:before {
    left: 0;
    bottom: 0;
    width: calc(var(--size) * .1);
    height: calc(var(--size) * .3);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(calc(var(--size) * -.68));
  }

  .checkbox-wrapper-27 .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--size) * .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(calc(var(--size) * .78));
  }

  .checkbox-wrapper-27 input[type="checkbox"]:checked + label {
    background-color: #07d410;
    box-shadow: 0 var(--shadow) #92ff97;
  }

  .checkbox-wrapper-27 input[type="checkbox"]:checked + label:before {
    width: 0;
    height: 0;
  }

  .checkbox-wrapper-27 input[type="checkbox"]:checked + label .tick_mark:before,
  .checkbox-wrapper-27 input[type="checkbox"]:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
  }
/*<!-- HTML !-->
<button class="button-70" role="button">Button 70</button>

 CSS */
.button-70 {
  background-image: linear-gradient(#80FF00, #008080);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-71 {
  background-image: linear-gradient(#FF8080, #FF0000);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-72 {
  background-image: linear-gradient(#FFFF80, #FFAA55);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-73 {
  background-image: linear-gradient(#FFFF80, #808080);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
fieldset {
	background-color:#CCC;
  max-width:90%;
  padding:4px;
  margin: 0px;
  border: 1px solid rgba(23,46,33,1);
	color: rgba(23,46,33,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #f8faed;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(255,255,0,0.2) ;
  box-shadow: 5px 5px 8px 2px rgba(0255,255,0,0.4) , 2px 2px 2px 0 rgba(0,0,0,0.4) ;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);

  
}
.legend {
	margin-bottom:0px;
  margin-left:10px;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}
/*colony.php*/
.inner1 {
	display: flex;
	align-items: center;
	justify-content: center;
	float:left;
	width:170px;
	height:50px;
	border: 0.5px solid black;
}
.inner2 {
	display: flex;
	align-items: center;
	justify-content: center;
	float:left;
	width:200px;
	min-height:50px;
	border: 0.5px solid black;
}
/* Radio Buttton */
.wrapper{
  display: inline-flex;
  background: #fff;
  height: 30px;
  width: 180px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 5px 5px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 10px;
  width: 10px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: #D1CD14;
  background: #D1CD14;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #f8faed;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 20px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}
input::placeholder {
  font-size: 0.7em;
  opacity: 0.5;
  color: blue;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8faed;
  font-size: 1.2em;
  opacity: 0.9;
  resize: none;
}
textarea::placeholder {
  font-size: 1em;
  opacity: 0.5;
  color: blue;
}
input::placeholder {
  font-size: 0.8em;
  opacity: 0.5;
  color: blue;
  font-style:italic;
}
input[type="radio"] {
	display: block;
	margin: 5px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 0px;
  background-color: hsla(0,0%,0%,.2);
  background-image: -webkit-radial-gradient( hsla(50,100%,90%,1) 0%, hsla(50,100%,70%,1) 15%, hsla(50,100%,60%,.3) 28%, hsla(50,100%,30%,0) 70% );
  background-repeat: no-repeat;
  -webkit-transition: background-position .15s cubic-bezier(.8, 0, 1, 1),
    -webkit-transform .25s cubic-bezier(.8, 0, 1, 1);
  outline: none;
}
	
}
input[type="radio"]:checked {
	-webkit-transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1),
   -webkit-transform .25s cubic-bezier(0, 0, .2, 1);
}
input[type="radio"]:active {
	-webkit-transform: scale(1.5);
  -webkit-transition: -webkit-transform .1s cubic-bezier(0, 0, .2, 1);
}
input[type="radio"],
input[type="radio"]:active {
  background-position: 0 24px;
}

input[type="radio"]:checked {
  background-position: 0 0;
}

input[type="radio"]:checked ~ input[type="radio"],
input[type="radio"]:checked ~ input[type="radio"]:active {
  background-position: 0 -24px;
}
.list {
    opacity: 1;
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}

