@charset "utf-8";
/* CSS Document */

.row {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.col-25,
.col-50,
.col-75 {
  padding: 0px 15px 0px 15px;
  margin: 0px 0px 20px 0px;
}

.containerformular {
  background-color: #f9f9f9;
  padding: 15px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  margin: 0px 0px 0px 20px;
  width:100%;
}

.containerformularbestaetigung {
  background-color: #f5dfdf;
  padding: 15px 25px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  margin: 0px -15px 0px 20px;
  width:100%; font-size: 16px; 
}  
 
.containerwarenkorb  {margin: 0px -10px 20px 20px; width:100%!important;}

.containerformularerror {
  background-color: #f5dfdf;
  padding: 10px 0px 10px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  margin: 10px 0px 0px 0px;
  width:52%; font-size: 16px; 
} 
.errorbtn     { width:50px; margin: 0px 0px 0px 10px;}

input[type=text]{
  width: 100%;
  margin-bottom: 20px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color:#000;
}

input[type=email] {
  width: 100%;
  margin-bottom: 20px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color:#000;
}

input[type=tel] {
  width: 100%;
  margin-bottom: 20px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color:#000;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color:#000!important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
    border: 1px solid #ccc;
  border-radius: 3px;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
      border: 1px solid #ccc;
  border-radius: 3px; text-align:center;
}




label {
  margin-bottom: 10px;
  display: block;
}

.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.btnform {
  background-color: #4CAF50;
  color: #fff!important;
  padding: 12px;
  margin: 10px 0;
  border: none;
  
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px; font-weight:bold;
}

.btnform:hover {
  background-color: #e40321;
}

span.price {
  float: right;
  color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
 /* .row {
    flex-direction: column-reverse;
  }*/
  .col-25 {
    margin-bottom: 20px;
  }
  
  
  
}












 /* Customize the label (the container) */
.containerx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0px 0px 10px 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d1d1d1;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerx:hover input ~ .checkmark {
  background-color: #000;
}

/* When the radio button is checked, add a blue background */
.containerx input:checked ~ .checkmark {
  background-color: #900705;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerx input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerx .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 







.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  border: 0px solid lightgrey;
  opacity: 1;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #cc0806;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  margin: -65px 0px 0px -125px;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.3);
  transition: all 0.5s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  border: 1px solid #ccc;

}






.tooltiplieferung  {
  position: relative;
  /*display: inline-block;*/
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  border: 0px solid lightgrey;
  opacity: 1;

}


.tooltiplieferung  .tooltiptextlieferung {
  visibility: hidden;
  width: 220px;
  background-color: #cc0806;
  color: #fff;
 
  text-align: center;
  padding: 8px 8px 8px 8px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  margin: -70px 0px 0px -12px;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.3);
  transition: all 0.5s;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;

}


.tooltiplieferung:hover .tooltiptextlieferung {
  visibility: visible;
  border: 1px solid #ccc;

}












































