/*
******************************************************************
resetting CSS

(c) sinntun.codes
******************************************************************
*/

/* Styles normalisieren
*********************************************************** */


* {
   padding:0;
   margin:0;
}
/* gegen Springen der Seite im Browser */
html {
   height: 100%;
   padding: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
   font-size:14px;
   font-weight: normal;
}
ol, ul {
   list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
   font-style:normal;
   font-weight:normal;
}
table {
   border-collapse: collapse;
}
fieldset, img {
   border:0;
}
caption, th {
   text-align: left;
}

.clear{
   clear:both;
}
input:focus-visible {
   outline: none;
}