#btnboxWasserhahn {
    display: none;
}
#btnboxAufzug_auf_1 {
    display: none;
}
#btnboxAufzug_ab_1 {
    display: none;
}
#btnboxAufzug_auf_2 {
    display: none;
}
#btnboxAufzug_ab_2 {
    display: none;
}
#btnboxSessel {
    display: none;
}
#btnboxSpalt_1 {
    display: none;
}
#btnboxSpalt_2 {
    display: none;
}
#btnboxBlatt {
    display: none;
}
#btnboxChloro {
    display: none;
}
#btn_wasserhahn {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -60px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_wasserhahn:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -120px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_wasserhahn:focus-visible {
  outline: 8px dashed goldenrod;
}
#btn_aufzug_auf_1 {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -300px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_aufzug_auf_1:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -360px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_aufzug_auf_1:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_aufzug_ab_1 {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -300px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_aufzug_ab_1:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -360px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_aufzug_ab_1:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_aufzug_auf_2 {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -780px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_aufzug_auf_2:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -840px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_aufzug_auf_2:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_aufzug_ab_2 {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -900px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_aufzug_ab_2:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -960px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_aufzug_ab_2:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_sessel {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -180px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_sessel:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -240px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_sessel:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_spalt_1 {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -420px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_spalt_1:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -480px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_spalt_1:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_spalt_2 {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -420px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_spalt_2:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -480px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_spalt_2:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_blatt {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -540px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_blatt:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -600px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_blatt:focus-visible {
  outline: 8px dashed goldenrod;
}

#btn_chloro {
    	position: absolute;
	top: 0px;
	right: 0px;
	
	background: url("../_pics/btn_master_sprite.png") 0px -660px;
	background-repeat: no-repeat;
	
	width: 76px;
	height: 76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}
#btn_chloro:hover {
	background: url("../_pics/btn_master_sprite.png") 0px -720px;
	background-repeat: no-repeat;
	width: 76px;
	height: 76px;
	border: 8px solid GoldenRod;
	border-radius: 50%;
	
	-webkit-animation: none;
	animation: none;
}
#btn_chloro:focus-visible {
  outline: 8px dashed goldenrod;
}


.pulsation{
	-webkit-animation: pulsation 2s linear infinite;
	animation: pulsation 2s linear infinite;
}

.no_pulsation{
	-webkit-animation: none;
	animation: none;
}
