body {
  min-height: 400px;
  padding-top: 70px;
  		}
  
  		h4 {
  margin-top: 25px;
}


.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
[class*="col-"] {
	/*
  padding-top: 15px;
  padding-bottom: 15px;
  */
  /*
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  */
  /* # 2016-09-07: scri
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2); 
  */
}

.affix {
      top: 15px;
      right: 0px;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Houdini: Input Feld wird unsichtbar gemacht. */
#file1, #file2, #file3, #file4, #file5 {
 /*position:absolute;*/
 /* width:300px; */
 height:40px; 
 /* left:50%; */
 /* margin-left:-80px; */
 /*bottom:25px;*/
 position: relative;
 z-index:10;
 border:1px solid #ff0000;
 opacity: 0;
 top: -50px;
}

/* Überdeckt den eigentlichen Datei Button */
#bile1, #bile2, #bile3, #bile4, #bile5{
  -webkit-appearance: none;
  /* border-radius: 2px; */
  border: 1px solid transparent; 
  background-color: #E91E63; 
  color:#fff; 
  
  /* background-color: #f0ad4e; */
  border-color: #255625;
  /* font: bold 16px/24px sans-serif; */
  
  padding: 14px 22px;
  /* margin: 20px; */
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
}

    