.meldung {margin: 10px auto; padding: 3px 10px; border-left: solid 4px #900; color: #900; background-color: white;}

.hinweis {margin: 10px auto; padding: 3px 10px; border-left: solid 4px darkgreen; color: darkgreen; background-color: white;}

.bold {font-weight: bold;}

.strong_link {text-decoration: underline; color: inherit;}
.strong_link:hover {cursor: pointer; color: black}

.a_als_button {background-color: #003068; color: white; border: 2px solid #003068; border-radius: 5px; padding: 4px 8px; transition: 0.3s; display: inline-flex; margin: 8px 0;}
.a_als_button:hover {background-color: white; color: black; cursor: pointer;}




input[type="submit"] {-webkit-appearance: none; /* Damit auf Apple-Geräten nicht der hässliche Default-Button angezeigt werden, sondern unser CSS verwendet wird. Dadurch werden aber auch sonst grundlegendene, voreingestellte Dinge entfernt, wie der Hover-Effekt, deshalb folgendes CSS (würde alles von inputs, was nur durch Classes beschrieben ist, überschreiben, deshalb erstmal wieder ausgeklammert*/ /*border-radius: 3px; border: 1px solid gray; background-color: #d8d8d8; padding: 2px 7px; transition: 0.3s;*/}
input[type="submit"]:hover {cursor: pointer; /*background-color: #eaeaea;*/} 


button {-webkit-appearance: none;}