body {background:-webkit-gradient(linear, left top, left bottom, from(#60b0b0), to(white)) fixed;} /* fixed, damit gradient über gesamte höhe */

textarea#bodyNachricht {min-height: 300px;width: 100%;border: 1px solid #D0CFCE;outline: none;border-radius: .3em;padding: 10px;font-size:1.2em;color:grey; font-weight:300;}
textarea#bodyNachricht:focus {border: 1px solid teal;}
textarea#bodyNachricht::placeholder{font-size:.9em;}
.submitRating {color: teal;font-weight: 300;background-color:white;border: 1px solid gray;padding: 10px;}
.submitRating:hover {cursor: pointer;background-color: teal;color: white;}
div.card-header.teal{background: teal;color: white; border:none;}
div.card-body{border:1px solid teal;font-weight: 300;padding:1em;}
.form-control.default{border:1px solid #D0CFCE;padding: 0px 10px;color: gray;font-weight: 300;}
.form-control.default:focus{box-shadow: 0;border:1px solid teal}
input#inputEmail{display: block;margin-bottom: 10px;width: 100%;border-radius: .3em;padding: 10px;outline: none;border: 1px solid lightgray;}
input#inputEmail:focus {border: 1px solid teal;}
input#inputEmail::placeholder{font-size:.9em;}