@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.kathead {
    margin-top: 20px;
    padding-top: 5px;
    border-top: thin solid darkblue
}

.katdetail {
     padding: 0 0 10px 6px
}

.break {
  border-bottom: solid black thin;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.wwwebsite {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
	visibility: hidden;
}

anmerkung {
    font-size: 0.7rem;

}

.warnung {
	min-height: 20px;
	display: inline-block;
	padding: 0 5px;
	color: white;
	background-color: red;
	font-weight: 800;
}

input[type="text"]#website { display: none; }


