.gutschein{
background: #ffffff none repeat scroll 0 0;
background-image: url('images/Gutschein.jpg');
background-size:  100% 100%;
border: 4px solid #8dcefb;
float: left;
margin: 5px 15px 5px 5px;
position: relative;
top: 0; left: 0; bottom: 0; right: 0;
display: flex;
align-items: center;
padding: 5px 5px 5px 5px;
height: 70px;
width: 160px;
text-align:center;
font-family: Arial;
font-weight: bold;
font-size: 28;
color: red;
}
.gutBox{
border: 1px solid #444444;
background: #ffffff none repeat scroll 0 0;
background-image: url('../images/Gutschein.jpg');
background-size:  100% 100%;
height: 100px;
width: 200px;
padding: 10px;
margin: 5px 11px 5px 5px;
display: flex;
align-items: center;
float: left;
position: relative;
top: 0; left: 0; bottom: 0; right: 0;
text-align:center;
border-radius: 35px;
}
.gutName {
  font-family: "Comic Sans MS";
  height: 100%;
  margin: 0;
  position: relative;
  text-shadow: 0 0 5px #000;
font-weight: bold;
font-size: 20;
color: DarkBlue;
}
#gs{
	position: relative;
	height: 400px;
	width: 100%;
}
.price-box {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 100, 0, 0.4) 0%, rgba(0, 200, 0, 0.6) 100%) repeat scroll 0 0;
  border: 1px solid #121212;
  min-height: 33px;
  left: 150;
  position: absolute;
  top: 0;
  min-width: 40%;
  max-width: 55%;
  font-family: "Arial";
  font-weight: bold;
  font-size: 25;
  text-shadow: 0 0 5px #0f0;
  color: White;
  border-radius: 20px;
  overflow: auto;
}
.price-box2 {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 100, 0, 0.6) 0%, rgba(0, 150, 0, 0.8) 100%) repeat scroll 0 0;
  border: 1px solid #121212;
  height: 55px;
  left: 100;
  position: absolute;
  top: 0;
  width: 115px;
  font-family: "Arial";
  font-weight: bold;
  font-size: 20;
  text-shadow: 0 0 5px #0f0;
  color: White;
}
