* {box-sizing: border-box;}

h2 { 
    font-size: 50px;
    color: black;
    text-align: center;
}
/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

input {
    margin:1vw;
    text-align: center;
}

label {
    color: black;
    font-size: 1vw;
}

.fields {
  margin: 0 10px 0 0;
  color: black;
  font-size: 1vw;
}

.fields:before {
  content: "€";
  text-align: center;
  position: relative;
  left: 120px;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
  width: 70%;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: #f44336;
}

/* Add padding and center-align text to the container */
.container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  height: 90%; /* Full height */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
}

.gasflasche_config {
    width: 3.3vw;
    height: 13.2vw;
}

.gasflasche_config1 {
    position: absolute;
    border-radius: 50%;
    height: 60%;
    width: 20%;
    top: 30%;
    left: 16%;
    padding: -10%;
    margin-top: 5%;
    font-size: 50px;
}

.gasflasche_config2 {
    position: absolute;
    border-radius: 50%;
    height: 60%;
    width: 20%;
    top: 30%;
    left: 32%;
    padding: -10%;
    margin-top: 5%;
    font-size: 50px;
}

.gasflasche_config3 {
    position: absolute;
    border-radius: 50%;
    height: 60%;
    width: 20%;
    top: 30%;
    left: 48%;
    padding: -10%;
    margin-top: 5%;
    font-size: 50px;
}

.gasflasche_config4 {
    position: absolute;
    border-radius: 50%;
    height: 60%;
    width: 20%;
    top: 30%;
    left: 64%;
    padding: -10%;
    margin-top: 5%;
    font-size: 50px;
}