/*
  verlauf1 ##f2e3d2     // #FFFACD #6bc3e6
  verlauf2 #c9b7a2     // darkseagreen
*/

.content{
   //border:1px solid black;
}
.pflichtfeld{
   background-color:#F5BCA9;
}
.tabelledoubleline td,th{
  border-top:1pt solid black;
  border-bottom:1pt solid black;

}
.tabellerechts{
   text-align:right;
}

.form-container {
   border: 1px solid #6bc3e6;
   background: white; // darkseagreen
   background: -webkit-gradient(linear, left top, left bottom, from(#7bb9d2), to(#0397d2));
   background: -webkit-linear-gradient(top, #7bb9d2, #0397d2);
   background: -moz-linear-gradient(top, #7bb9d2, #0397d2);
   background: -ms-linear-gradient(top, #7bb9d2, #0397d2);
   background: -o-linear-gradient(top, #7bb9d2, #0397d2);
   background-image: -ms-linear-gradient(top, #7bb9d2 0%, #0397d2 100%);


   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   max-width:740px;
   }
.form-field {
   border: 1px solid darkseagreen;
   background: #e4d5c3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: darkseagreen;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:280px;
   }
.form-field:focus {
   background: #fff;
   color: #725129;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
    }
.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }

label{
    display:inline-block;
    width:200px;
}

.t1{
    background-color:OliveDrab;
}
.t2{
   background-color:OliveDrab; 
}

.block{
    /* background-color: #0397d2  */ !important; /* #ffe4c4; */
    background-color: lightsteelblue  !important; /* #ffe4c4; */
    padding:3px;
    
}
.blocktitel{
   font-face:bold;
}
.blockcontent{
   background-color:lightblue;
   width:100%;
}
.blockgroup{
   margin-top:5px;
   padding:5px;
   background-color:lightsteelblue;
   border:1px dashed gray;
}
.themacontent{
   border:1px dashed gray;display:none;
}
.eintrag{
  display:block;width:98%;padding:5px;
