body {
    background:#f0e7e0;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    color:#545;
    hyphens: auto;

  }
  h1 {
    font-family: henriette, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: orange;
    padding-bottom: 30px;
  }
  h3 {
    padding: 1em 0px;
  }
  .beschreibung p{
    padding-bottom: 2em;
  }
  p {
    font-family: sofia-pro, sans-serif;
    color:#545;

  }
  .spacer{
    height:50px;
  }
  .spacer50{
    height:50px;
  }
  .bild{
    width:100%;
  }
  
  * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  
  .main-section {
    background: transparent;
    max-width: 800px;
    width: 90%;
    height: 500px;
    margin: 30px auto;
    border-radius: 10px;
  }
  
  .add-section {
    width: 100%;
    background: #fff;
    margin: 0px auto;
    padding: 10px;
    padding-bottom:20px;
    border-radius: 5px;
    margin-bottom:20px;
    margin-top:20px;

  }
  
  .add-section input, .comments textarea, #tel textarea{
    display: block;
    width: 95%;
    height: 40px;
    margin: 10px auto;
    border: 2px solid #ccc;
    font-size: 16px;
    border-radius: 5px;
    padding: 0px 5px;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .comments textarea {
      min-height: 60px;
      resize: vertical; 
 
  }
  .flex-row{
    text-align: left;
  }

  
  .add-section button {
    display: block;
    width: 95%;
    height: 40px;
    margin: 0px auto;
    border: none;
    outline: none;
    background: #6c8aa3;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .add-section button:hover {
    box-shadow: 0 2px 2px 0 #ccc, 0 2px 3px 0 #ccc;
    opacity: 0.7;
  }
  
  .add-section button span {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
  }
  
  #errorMes {
    display: block;
    background: #f2dede;
    width: 95%;
    margin: 0px auto;
    color: rgb(139, 19, 19);
    padding: 10px;
    height: 35px;
  }
  
  .show-todo-section {
    width: calc(100% + 24px);
    margin: 30px auto;
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 100px;
  }
  
  .item {
  
    width: calc(100% - 24px);
    float: left;
    border-radius: 5px;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top:1em;
    background-color: white;
    margin-bottom: 6px;
  }
  .flex-items {

    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px rgb(194, 177, 173) solid;
    margin-bottom: 12px;
  }
  .flex-row{
    width: 33%;
  }
  .item h2 {
    word-wrap: break-word; 
    display: inline-block;
    padding: 0px 0px;
    font-size: 16px;
    padding-right: 1em;
    color: #555;
    text-align: left;
    flex-grow: 1;
    width: 25%;
  }
 
  .item .myname{
    min-width: 15%;
  }
  
  .item p{
    display: inline-block;
    padding: 0px;
    font-size: 16px;
    flex-grow: 3;
    color: #555;
    padding-right: 0.5em;
  }
   

  
 .item .mynum{
   display: none;
 }
 .anmerk{
   padding-left:0px;
   padding-top: 0px;
 
 }
 .anmerk p{
  color:#aaa !important;
 }
 .first, .first p, .first h2{
  background-color: rgb(194, 177, 173);
  color:white !important;
}
  .remove-name {
    display: inline;
float: right;
width: 20px;
color: #555;
text-decoration: none;
text-align: center;
border-radius: 4px;
transition: color 0.3s;
cursor: pointer;
background: white;
height: 24px;
margin-top: 0em;
margin-left: 4px;
font-size: 1.4em;
    
  }
  

  .remove-x{
    bottom: 7px;
    position: relative;
  }

  .remove-x:hover {
    color: red;
  }
  .hidden{
    display: none;
  }
  .remove-confirm{
    position: relative;
right: 204px;
top: -31px;
background: beige;
width: 200px;
font-size: 0.8em;
height: 56px;
  }
  .item input {
    margin: 0px 5px;
  }
 
  .empty {

    font-size: 16px;
    text-align: center;
    color: rgba(151, 133, 133, 0.8);
  }

  .aufbau{
    padding: 0px 1em ;
    display: flex;
    align-items: flex-start;
  }
  .aufbau p {
    width: 100%;
    flex-grow: 3;
    padding-left:16px;
    padding-bottom: 16px;;
    color: rgba(136, 118, 118, 0.8);
  }
  .aufbau input {
    flex-basis: 10%;
    flex-grow: 1;
  }